@charset "UTF-8";
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;
}

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%;
  overflow-y: scroll;
}
@media screen and (max-width: 1169px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
html.is-open {
  overflow: hidden;
}
@media screen and (max-width: 1169px) {
  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: #ffffff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  overflow: hidden;
}
body * {
  letter-spacing: 0.05em;
}

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

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
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=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=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: -2px;
}

.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-button-prev,
.swiper-button-next {
  height: auto;
  width: auto;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: block;
  height: 24px;
  width: 40px;
}
@media screen and (max-width: 1169px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(24 / 1170 * 100vw);
    width: calc(40 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(18 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev:after {
  background-image: url(../images/icon_prev_2.svg);
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next:after {
  background-image: url(../images/icon_next_2.svg);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: calc(2 / 375 * 100vw);
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #F2F6F7;
  height: 15px;
  margin: 0 10px;
  opacity: 1;
  width: 15px;
}
@media screen and (max-width: 1169px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(15 / 1170 * 100vw);
    width: calc(15 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(12 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #40B8D1;
}

@media screen and (max-width: 767px) {
  .lity-wrap {
    bottom: auto;
    padding-top: calc(20 / 375 * 100vw);
  }
}

.lity-close,
.lity-close:hover {
  background-image: url(../images/icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: block;
  display: none;
  height: 45px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: 150vw;
  top: 20px;
  white-space: nowrap;
  width: 45px;
}
@media screen and (max-width: 1169px) {
  .lity-close,
.lity-close:hover {
    height: calc(45 / 1170 * 100vw);
    right: calc(20 / 1170 * 100vw);
    top: calc(20 / 1170 * 100vw);
    width: calc(45 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lity-close,
.lity-close:hover {
    height: calc(45 / 375 * 100vw);
    right: calc(-12 / 375 * 100vw);
    top: calc(-12 / 375 * 100vw);
    width: calc(45 / 375 * 100vw);
  }
}

.l-container {
  margin: 0 auto;
  padding-left: 85px;
  padding-right: 85px;
  width: 1170px;
}
@media screen and (max-width: 1169px) {
  .l-container {
    padding-left: calc(85 / 1170 * 100vw);
    padding-right: calc(85 / 1170 * 100vw);
    width: calc(1170 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  .l-container--full {
    padding-left: calc(85 / 1440 * 100vw);
    padding-right: calc(85 / 1440 * 100vw);
    width: calc(1170 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container--full {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.c-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form input[type=text],
.c-form select {
  background-color: #E9EEF0;
  border-radius: 5px;
  font-size: 1.5rem;
  height: 55px;
  padding: 10px 20px;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .c-form input[type=text],
.c-form select {
    border-radius: calc(5 / 1170 * 100vw);
    font-size: calc(15 / 1170 * 100vw);
    height: calc(55 / 1170 * 100vw);
    padding: calc(10 / 1170 * 100vw) calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form input[type=text],
.c-form select {
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
    height: calc(55 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-form input[type=text]::-moz-placeholder, .c-form select::-moz-placeholder {
  color: #9FA9BD;
}
.c-form input[type=text]:-ms-input-placeholder, .c-form select:-ms-input-placeholder {
  color: #9FA9BD;
}
.c-form input[type=text]::placeholder,
.c-form select::placeholder {
  color: #9FA9BD;
}
.c-form select {
  color: #333333;
}
.c-form input[type=checkbox] {
  margin-right: 5px;
}
.c-form input[type=radio] {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  visibility: hidden;
}
.c-form input[type=radio]:checked + label::after {
  opacity: 1;
}
.c-form input[type=submit] {
  background-color: transparent;
  background-image: url(../images/button_submit_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 36px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15);
  content: "";
  cursor: pointer;
  display: block;
  height: 71px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 150vw;
  transition: 0.3s;
  white-space: nowrap;
  width: 349px;
}
@media screen and (max-width: 1169px) {
  .c-form input[type=submit] {
    border-radius: calc(36 / 1170 * 100vw);
    box-shadow: calc(15 / 1170 * 100vw) calc(15 / 1170 * 100vw) calc(15 / 1170 * 100vw) rgba(0, 0, 0, 0.15);
    height: calc(71 / 1170 * 100vw);
    width: calc(349 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form input[type=submit] {
    background-image: url(../images/button_submit_2_sp.svg);
    border-radius: calc(36 / 375 * 100vw);
    box-shadow: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) rgba(0, 0, 0, 0.15);
    height: calc(71 / 375 * 100vw);
    width: calc(295 / 375 * 100vw);
  }
}
.c-form input[type=submit]:hover {
  opacity: 0.8;
}
.c-form__block {
  margin-bottom: 46px;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .c-form__block {
    margin-bottom: calc(46 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block {
    margin-bottom: calc(27 / 375 * 100vw);
  }
}
.c-form__block__label {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1169px) {
  .c-form__block__label {
    font-size: calc(15 / 1170 * 100vw);
    margin-bottom: calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__label {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(22 / 375 * 100vw);
  }
}
.c-form__block__label span {
  font-size: 1.3rem;
}
@media screen and (max-width: 1169px) {
  .c-form__block__label span {
    font-size: calc(13 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__label span {
    font-size: calc(13 / 375 * 100vw);
  }
}
.c-form__block__label--checkbox {
  cursor: pointer;
  margin-bottom: 0;
}
.c-form__block__label--checkbox::before, .c-form__block__label--checkbox::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  position: absolute;
}
.c-form__block__label--checkbox::before {
  background-color: #EAEDEF;
  height: 24px;
  left: 0;
  top: -3px;
  width: 24px;
}
@media screen and (max-width: 1169px) {
  .c-form__block__label--checkbox::before {
    height: calc(24 / 1170 * 100vw);
    top: calc(-3 / 1170 * 100vw);
    width: calc(24 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__label--checkbox::before {
    height: calc(24 / 375 * 100vw);
    top: calc(-3 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.c-form__block__label--checkbox::after {
  background-color: #40B8D1;
  height: 14px;
  left: 5px;
  opacity: 0;
  top: 2px;
  width: 14px;
}
@media screen and (max-width: 1169px) {
  .c-form__block__label--checkbox::after {
    height: calc(14 / 1170 * 100vw);
    left: calc(5 / 1170 * 100vw);
    top: calc(2 / 1170 * 100vw);
    width: calc(14 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__label--checkbox::after {
    height: calc(14 / 375 * 100vw);
    left: calc(5 / 375 * 100vw);
    top: calc(2 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
.c-form__block__label--agree {
  cursor: pointer;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1169px) {
  .c-form__block__label--agree {
    font-size: calc(13 / 1170 * 100vw);
    margin-bottom: calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__label--agree {
    font-size: calc(13 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.c-form__block__label--agree a {
  border-bottom: 1px solid #40B8D1;
  color: #40B8D1;
}
.c-form__block__checkBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 55px;
}
@media screen and (max-width: 1169px) {
  .c-form__block__checkBox {
    height: calc(55 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__checkBox {
    height: calc(55 / 375 * 100vw);
  }
}
.c-form__block__checkBox div {
  align-items: center;
  display: flex;
  font-size: 0;
  justify-content: space-between;
  position: relative;
  width: 60px;
}
@media screen and (max-width: 1169px) {
  .c-form__block__checkBox div {
    width: calc(60 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__checkBox div {
    width: calc(60 / 375 * 100vw);
  }
}
.c-form__block__checkBox div + div {
  margin-left: 30px;
}
@media screen and (max-width: 1169px) {
  .c-form__block__checkBox div + div {
    margin-left: calc(30 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block__checkBox div + div {
    margin-left: calc(20 / 375 * 100vw);
  }
}
.c-form__block__checkBox label {
  white-space: nowrap;
}
.c-form__block--half {
  width: 294px;
}
@media screen and (max-width: 1169px) {
  .c-form__block--half {
    width: calc(294 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block--half {
    width: 100%;
  }
}
.c-form__block--quarter {
  width: 111px;
}
@media screen and (max-width: 1169px) {
  .c-form__block--quarter {
    width: calc(111 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block--quarter {
    width: calc(111 / 375 * 100vw);
  }
}
.c-form__block--oneThird {
  width: 429px;
}
@media screen and (max-width: 1169px) {
  .c-form__block--oneThird {
    width: calc(429 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block--oneThird {
    width: calc(175 / 375 * 100vw);
  }
}
.c-form__block--submit {
  margin-bottom: 0;
  margin-top: 24px;
}
@media screen and (max-width: 1169px) {
  .c-form__block--submit {
    margin-top: calc(24 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__block--submit {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-form .parsley-errors-list {
  color: #DE0012;
  font-size: 1.2rem;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1169px) {
  .c-form .parsley-errors-list {
    font-size: calc(12 / 1170 * 100vw);
    margin-top: calc(10 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.c-feature6 {
  margin: 0 auto;
  width: 880px;
}
@media screen and (max-width: 1169px) {
  .c-feature6 {
    width: calc(880 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-feature6 {
    width: calc(375 / 375 * 100vw);
  }
}
.c-feature6__inner {
  align-items: center;
  background-color: #F2F6F7;
  border-radius: 10px;
  display: flex;
  height: 258px;
  margin: 0 40px;
  padding-left: 230px;
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .c-feature6__inner {
    border-radius: calc(10 / 1170 * 100vw);
    height: calc(258 / 1170 * 100vw);
    margin: 0 calc(40 / 1170 * 100vw);
    padding-left: calc(230 / 1170 * 100vw);
    padding-right: calc(25 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-feature6__inner {
    border-radius: calc(10 / 375 * 100vw);
    display: block;
    height: calc(430 / 375 * 100vw);
    margin: 0 calc(20 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
  }
}
.c-feature6__icon {
  bottom: 0;
  left: 27px;
  position: absolute;
  width: 186px;
}
.c-feature6__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .c-feature6__icon {
    left: calc(27 / 1170 * 100vw);
    width: calc(186 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-feature6__icon {
    margin: 0 auto calc(15 / 375 * 100vw);
    position: static;
    width: calc(130 / 375 * 100vw);
  }
}
.c-feature6__textBox__title {
  color: #40B8D1;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 1169px) {
  .c-feature6__textBox__title {
    font-size: calc(26 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-feature6__textBox__title {
    font-size: calc(23 / 375 * 100vw);
  }
}
.c-feature6__textBox__text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 15px;
}
@media screen and (max-width: 1169px) {
  .c-feature6__textBox__text {
    font-size: calc(18 / 1170 * 100vw);
    line-height: calc(32 / 1170 * 100vw);
    margin-top: calc(15 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-feature6__textBox__text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-header {
  height: 100px;
}
@media screen and (max-width: 1169px) {
  .p-header {
    height: calc(100 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(70 / 375 * 100vw);
  }
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1169px) {
  .p-header__inner {
    padding: 0 calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.p-header__logoBox {
  margin-right: auto;
}
.p-header__logoBox a {
  display: block;
  pointer-events: none;
}
.p-header__logoBox__logo {
  background-image: url(../images/logo_nk_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 42px;
  width: 328px;
}
@media screen and (max-width: 1169px) {
  .p-header__logoBox__logo {
    height: calc(42 / 1170 * 100vw);
    width: calc(328 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logoBox__logo {
    background-image: url(../images/icon_nk.png);
    height: calc(45 / 375 * 100vw);
    width: calc(46 / 375 * 100vw);
  }
}
.p-header__buttonList {
  align-items: center;
  display: flex;
}
.p-header__buttonList__button {
  margin-left: 15px;
}
@media screen and (max-width: 1169px) {
  .p-header__buttonList__button {
    margin-left: calc(15 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__buttonList__button {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.p-header__buttonList__button a {
  align-items: center;
  background-color: #FFE201;
  border-radius: 26px;
  color: #333333;
  display: flex;
  font-size: 1.9rem;
  font-weight: bold;
  height: 51px;
  justify-content: center;
  width: 190px;
}
@media screen and (max-width: 1169px) {
  .p-header__buttonList__button a {
    border-radius: calc(26 / 1170 * 100vw);
    font-size: calc(19 / 1170 * 100vw);
    height: calc(51 / 1170 * 100vw);
    width: calc(190 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__buttonList__button a {
    border-radius: calc(21 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    height: calc(42 / 375 * 100vw);
    width: calc(123 / 375 * 100vw);
  }
}
.p-header__buttonList__button--white a {
  background-color: #40B8D1;
  color: #ffffff;
}
.p-header.is-clone {
  background-color: #ffffff;
  opacity: 0.9;
  position: fixed;
  top: 0;
  transform: translateY(-200%);
  transition: 0.6s;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header.is-clone {
    display: block;
  }
}
.p-header.is-clone.is-show {
  transform: translateY(0);
}
.p-header--thanks .p-header__buttonList {
  display: none;
}

.p-footer {
  background-color: #000000;
}
.p-footer__inner {
  padding-bottom: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 1169px) {
  .p-footer__inner {
    padding-bottom: calc(15 / 1170 * 100vw);
    padding-top: calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-bottom: calc(14 / 375 * 100vw);
    padding-top: calc(18 / 375 * 100vw);
  }
}
.p-footer__logo {
  margin: 0 auto;
  width: 328px;
}
.p-footer__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-footer__logo {
    width: calc(328 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 100%;
  }
}
.p-footer__copyright {
  color: #ffffff;
  font-size: 1.1rem;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1169px) {
  .p-footer__copyright {
    font-size: calc(11 / 1170 * 100vw);
    margin-top: calc(10 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: calc(11 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-mainVisual {
  background-image: url(../images/bg_mainVisual2.png);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 699px;
  margin-bottom: -22px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    height: calc(699 / 1440 * 100vw);
    margin-bottom: calc(-22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/bg_mainVisual2_sp.png);
    height: calc(556 / 375 * 100vw);
    margin-bottom: calc(-6 / 375 * 100vw);
  }
}
.p-mainVisual__inner {
  height: 100%;
  position: relative;
}
.p-mainVisual__feature {
  background-image: url(../images/table_mainVisual2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 65px;
  content: "";
  display: block;
  height: 381px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 150vw;
  white-space: nowrap;
  width: 1137px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__feature {
    bottom: calc(65 / 1440 * 100vw);
    height: calc(381 / 1440 * 100vw);
    width: calc(1137 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__feature {
    background-image: url(../images/table_mainVisual2_sp.png);
    bottom: calc(10 / 375 * 100vw);
    height: calc(556 / 375 * 100vw);
    width: calc(375 / 375 * 100vw);
  }
}

.p-cta {
  background-color: #40B8D1;
}
.p-cta__inner {
  padding-bottom: 46px;
  padding-top: 83px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-cta__inner {
    padding-bottom: calc(46 / 1170 * 100vw);
    padding-top: calc(83 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-bottom: calc(81 / 375 * 100vw);
    padding-top: calc(35 / 375 * 100vw);
  }
}
.p-cta__inner::after {
  background-image: url(../images/cta_car.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  display: none;
  height: calc(54 / 375 * 100vw);
  position: absolute;
  right: calc(38 / 375 * 100vw);
  width: calc(117 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-cta__inner::after {
    display: block;
  }
}
.p-cta__buttonBox {
  margin: 0 auto;
  width: 482px;
}
@media screen and (max-width: 1169px) {
  .p-cta__buttonBox {
    width: calc(482 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox {
    width: calc(310 / 375 * 100vw);
  }
}
.p-cta__buttonBox__catchcopy {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1169px) {
  .p-cta__buttonBox__catchcopy {
    font-size: calc(25 / 1170 * 100vw);
    margin-bottom: calc(30 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__catchcopy {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(36 / 375 * 100vw);
  }
}
.p-cta__buttonBox__button {
  position: relative;
}
.p-cta__buttonBox__button::after {
  background-image: url(../images/cta_car.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 64px;
  left: -60px;
  position: absolute;
  top: 55px;
  width: 139px;
  z-index: 2;
}
@media screen and (max-width: 1169px) {
  .p-cta__buttonBox__button::after {
    height: calc(64 / 1170 * 100vw);
    left: calc(-60 / 1170 * 100vw);
    top: calc(55 / 1170 * 100vw);
    width: calc(139 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button::after {
    display: none;
  }
}
.p-cta__buttonBox__button__badge {
  background-image: url(../images/cta_badge.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 151px;
  left: -95px;
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: -64px;
  white-space: nowrap;
  width: 150px;
  z-index: 1;
}
@media screen and (max-width: 1169px) {
  .p-cta__buttonBox__button__badge {
    height: calc(151 / 1170 * 100vw);
    left: calc(-95 / 1170 * 100vw);
    top: calc(-64 / 1170 * 100vw);
    width: calc(150 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button__badge {
    background-image: url(../images/cta_badge_sp.png);
    height: calc(88 / 375 * 100vw);
    left: calc(-15 / 375 * 100vw);
    top: calc(-17 / 375 * 100vw);
    width: calc(88 / 375 * 100vw);
  }
}
.p-cta__buttonBox__button__entry a {
  align-items: center;
  background-color: #FFE201;
  border-radius: 44px;
  color: #333333;
  display: flex;
  font-size: 3rem;
  font-weight: bold;
  height: 87px;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-cta__buttonBox__button__entry a {
    border-radius: calc(44 / 1170 * 100vw);
    font-size: calc(30 / 1170 * 100vw);
    height: calc(87 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button__entry a {
    border-radius: calc(28 / 375 * 100vw);
    font-size: calc(21 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
    padding-left: calc(40 / 375 * 100vw);
  }
}
.p-cta__buttonBox__button__entry a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  margin: auto 0;
  position: absolute;
  right: 30px;
  top: 0;
  width: 9px;
}
@media screen and (max-width: 1169px) {
  .p-cta__buttonBox__button__entry a::after {
    height: calc(14 / 1170 * 100vw);
    right: calc(30 / 1170 * 100vw);
    width: calc(9 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button__entry a::after {
    background-image: url(../images/icon_arrow_button_sp.svg);
    height: calc(12 / 375 * 100vw);
    right: calc(16 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
  }
}
.p-cta__telBox {
  margin-top: 30px;
}
@media screen and (max-width: 1169px) {
  .p-cta__telBox {
    margin-top: calc(30 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__telBox {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-cta__telBox__text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1169px) {
  .p-cta__telBox__text {
    font-size: calc(16 / 1170 * 100vw);
    margin-bottom: calc(15 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__telBox__text {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__telBox__text span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__telBox__text::after {
    content: "はこちら";
  }
}
.p-cta__telBox__tel {
  margin: 0 auto;
  width: 283px;
}
.p-cta__telBox__tel img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-cta__telBox__tel {
    width: calc(283 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__telBox__tel {
    width: calc(216 / 375 * 100vw);
  }
}
.p-cta__telBox__tel a {
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-cta__telBox__tel a {
    pointer-events: auto;
  }
}
.p-cta__telBox__open {
  color: #ffffff;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1169px) {
  .p-cta__telBox__open {
    font-size: calc(15 / 1170 * 100vw);
    margin-top: calc(10 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__telBox__open {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta--cta1 .p-cta__inner::after {
    right: calc(36 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta--cta2 .p-cta__inner::after {
    right: calc(151 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta--cta3 .p-cta__inner::after {
    right: calc(214 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta--cta4 .p-cta__inner::after {
    right: calc(36 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta--cta5 .p-cta__inner::after {
    right: calc(110 / 375 * 100vw);
  }
}

.p-inducement__inner {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1169px) {
  .p-inducement__inner {
    padding-bottom: calc(120 / 1170 * 100vw);
    padding-top: calc(120 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-inducement__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-inducement__title {
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-inducement__title {
    margin-bottom: calc(80 / 1170 * 100vw);
    padding-bottom: calc(40 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-inducement__title {
    margin-bottom: calc(40 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.p-inducement__title::after {
  background-color: #40B8D1;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 58px;
}
@media screen and (max-width: 1169px) {
  .p-inducement__title::after {
    width: calc(58 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-inducement__title::after {
    width: calc(57 / 375 * 100vw);
  }
}
.p-inducement__title h2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 43px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-inducement__title h2 {
    height: calc(43 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-inducement__title h2 {
    height: calc(77 / 375 * 100vw);
  }
}
.p-inducement__title h2 {
  background-image: url(../images/title_inducement.svg);
  height: 107px;
}
@media screen and (max-width: 1169px) {
  .p-inducement__title h2 {
    height: calc(107 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-inducement__title h2 {
    background-image: url(../images/title_inducement_sp.svg);
    height: calc(168 / 375 * 100vw);
  }
}
.p-inducement__iconList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-inducement__iconList > ul > li {
  width: 142px;
}
@media screen and (max-width: 1169px) {
  .p-inducement__iconList > ul > li {
    width: calc(142 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-inducement__iconList > ul > li {
    margin-top: calc(30 / 375 * 100vw);
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-inducement__iconList > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.p-inducement__iconList__iconBox__icon {
  margin: 0 auto 30px;
  width: 142px;
}
.p-inducement__iconList__iconBox__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-inducement__iconList__iconBox__icon {
    margin: 0 auto calc(18 / 1170 * 100vw);
    width: calc(142 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-inducement__iconList__iconBox__icon {
    margin: 0 auto calc(8 / 375 * 100vw);
    width: calc(128 / 375 * 100vw);
  }
}
.p-inducement__iconList__iconBox__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1169px) {
  .p-inducement__iconList__iconBox__text {
    font-size: calc(20 / 1170 * 100vw);
    line-height: calc(30 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-inducement__iconList__iconBox__text {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}

.p-feature__feature0 {
  background-color: #F2F6F7;
  position: relative;
}
.p-feature__feature0::before {
  background-image: url(../images/decoration_section.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1440px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-feature__feature0::before {
    height: calc(25 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature0::before {
    background-image: url(../images/decoration_section_sp.svg);
    height: calc(6 / 375 * 100vw);
    width: calc(375 / 375 * 100vw);
  }
}
.p-feature__feature0__inner {
  padding-bottom: 55px;
  padding-top: 80px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature0__inner {
    padding-bottom: calc(55 / 1170 * 100vw);
    padding-top: calc(80 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature0__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-feature__feature0__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__feature0__content {
    display: block;
  }
}
.p-feature__feature0__content__textBox__titleBox {
  background-image: url(../images/feature0_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 228px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 346px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature0__content__textBox__titleBox {
    height: calc(228 / 1170 * 100vw);
    width: calc(346 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature0__content__textBox__titleBox {
    background-image: url(../images/feature0_title_sp.svg);
    height: calc(163 / 375 * 100vw);
    margin: 0 auto;
    width: calc(243 / 375 * 100vw);
  }
}
.p-feature__feature0__content__textBox__textBox {
  margin-top: 34px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature0__content__textBox__textBox {
    margin-top: calc(34 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature0__content__textBox__textBox {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-feature__feature0__content__textBox__textBox__title {
  font-size: 22px;
  line-height: 33px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature0__content__textBox__textBox__title {
    font-size: calc(22 / 1170 * 100vw);
    line-height: calc(33 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature0__content__textBox__textBox__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    text-align: center;
  }
}
.p-feature__feature0__content__textBox__textBox__title span {
  font-size: 0.5em;
  vertical-align: top;
}
.p-feature__feature0__content__textBox__textBox__text {
  font-size: 15px;
  line-height: 28px;
  margin-top: 15px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature0__content__textBox__textBox__text {
    font-size: calc(15 / 1170 * 100vw);
    line-height: calc(28 / 1170 * 100vw);
    margin-top: calc(15 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature0__content__textBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    text-align: justify;
  }
}
.p-feature__feature0__content__textBox__textBox__notice {
  font-size: 11px;
  line-height: 20px;
  margin-top: 20px;
  opacity: 0.5;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature0__content__textBox__textBox__notice {
    font-size: calc(11 / 1170 * 100vw);
    line-height: calc(20 / 1170 * 100vw);
    margin-top: calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature0__content__textBox__textBox__notice {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-feature__feature0__content__image {
  width: 456px;
}
.p-feature__feature0__content__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature0__content__image {
    width: calc(456 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature0__content__image {
    margin-top: calc(30 / 375 * 100vw);
    width: 100%;
  }
}
.p-feature__feature1 {
  margin-top: 110px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1 {
    margin-top: calc(110 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1 {
    margin-top: calc(256 / 375 * 100vw);
  }
}
.p-feature__feature1__inner {
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__inner {
    padding-bottom: calc(120 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__inner {
    padding-bottom: calc(35 / 375 * 100vw);
  }
}
.p-feature__feature1__thumbnail {
  background-position: center;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 10px 10px 0;
  content: "";
  display: block;
  height: 517px;
  width: calc(786 / 1440 * 100vw);
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__thumbnail {
    border-radius: 0 calc(10 / 1170 * 100vw) calc(10 / 1170 * 100vw) 0;
    height: calc(517 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__thumbnail {
    background-position: center;
    border-radius: 0;
    height: calc(247 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
    width: 100%;
  }
}
.p-feature__feature1__titleBox {
  padding-left: 665px;
  position: absolute;
  top: 5px;
  width: 1000px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__titleBox {
    padding-left: calc(665 / 1170 * 100vw);
    top: calc(5 / 1170 * 100vw);
    width: calc(1000 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__titleBox {
    padding-left: 0;
    position: static;
    width: 100%;
  }
}
.p-feature__feature1__titleBox__title {
  background-image: url(../images/title_feature_1_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 226px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 293px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__titleBox__title {
    height: calc(226 / 1170 * 100vw);
    width: calc(293 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__titleBox__title {
    background-image: url(../images/title_feature_1_2_sp.svg);
    display: block;
    height: calc(206 / 375 * 100vw);
    left: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: calc(-215 / 375 * 100vw);
    width: calc(223 / 375 * 100vw);
  }
}
.p-feature__feature1__titleBox__dataBox {
  border: 1px solid #333333;
  border-radius: 10px;
  margin-top: 50px;
  padding: 30px 25px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__titleBox__dataBox {
    border-radius: calc(10 / 1170 * 100vw);
    margin-top: calc(50 / 1170 * 100vw);
    padding: calc(30 / 1170 * 100vw) calc(25 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__titleBox__dataBox {
    border-radius: calc(7 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
}
.p-feature__feature1__titleBox__dataBox__title {
  font-size: 2.2rem;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__titleBox__dataBox__title {
    font-size: calc(22 / 1170 * 100vw);
    margin-bottom: calc(15 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__titleBox__dataBox__title {
    font-size: calc(21 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-feature__feature1__titleBox__dataBox__dataList > ul > li {
  font-size: 1.8rem;
  line-height: 34px;
  white-space: normal;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__titleBox__dataBox__dataList > ul > li {
    font-size: calc(18 / 1170 * 100vw);
    line-height: calc(34 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__titleBox__dataBox__dataList > ul > li {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-feature__feature1__titleBox__dataBox__dataList > ul > li::before {
  content: "・";
  font-size: 1.8rem;
  line-height: 34px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__titleBox__dataBox__dataList > ul > li::before {
    font-size: calc(18 / 1170 * 100vw);
    line-height: calc(34 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__titleBox__dataBox__dataList > ul > li::before {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}
.p-feature__feature1__titleBox__dataBox__dataList > ul > li span {
  color: #40B8D1;
  font-weight: bold;
}
.p-feature__feature1__content {
  margin-top: 80px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__content {
    margin-top: calc(80 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__content {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-feature__feature1__content__featureList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__content__featureList > ul {
    display: block;
  }
}
.p-feature__feature1__content__featureList > ul > li {
  width: 292px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__content__featureList > ul > li {
    width: calc(292 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__content__featureList > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__content__featureList > ul > li + li {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-feature__feature1__content__featureList__featureBox {
  width: 100%;
}
.p-feature__feature1__content__featureList__featureBox__thumbnail {
  margin-bottom: 30px;
  width: 100%;
}
.p-feature__feature1__content__featureList__featureBox__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__content__featureList__featureBox__thumbnail {
    margin-bottom: calc(30 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__content__featureList__featureBox__thumbnail {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-feature__feature1__content__featureList__featureBox__textBox__title {
  color: #40B8D1;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__content__featureList__featureBox__textBox__title {
    font-size: calc(25 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__content__featureList__featureBox__textBox__title {
    font-size: calc(23 / 375 * 100vw);
  }
}
.p-feature__feature1__content__featureList__featureBox__textBox__text {
  font-size: 1.5rem;
  line-height: 28px;
  margin-top: 15px;
  text-align: justify;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature1__content__featureList__featureBox__textBox__text {
    font-size: calc(15 / 1170 * 100vw);
    line-height: calc(28 / 1170 * 100vw);
    margin-top: calc(15 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature1__content__featureList__featureBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-feature__feature2 {
  background-color: #F2F6F7;
  position: relative;
}
.p-feature__feature2::before {
  background-image: url(../images/decoration_section.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1440px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-feature__feature2::before {
    height: calc(25 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2::before {
    background-image: url(../images/decoration_section_sp.svg);
    height: calc(6 / 375 * 100vw);
    width: calc(375 / 375 * 100vw);
  }
}
.p-feature__feature2__inner {
  padding-bottom: 90px;
  padding-top: 90px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__inner {
    padding-bottom: calc(90 / 1170 * 100vw);
    padding-top: calc(90 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-feature__feature2__titleBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__titleBox {
    display: block;
  }
}
.p-feature__feature2__titleBox__textBox__title {
  background-image: url(../images/title_feature_2_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 227px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 501px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__titleBox__textBox__title {
    height: calc(227 / 1170 * 100vw);
    width: calc(501 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__titleBox__textBox__title {
    background-image: url(../images/title_feature_2_2_sp.svg);
    display: block;
    height: calc(206 / 375 * 100vw);
    margin: 0 auto;
    width: calc(277 / 375 * 100vw);
  }
}
.p-feature__feature2__titleBox__textBox__text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 33px;
  margin-top: 30px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__titleBox__textBox__text {
    margin-top: calc(30 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__titleBox__textBox__text {
    margin-top: calc(30 / 375 * 100vw);
    text-align: center;
  }
}
.p-feature__feature2__titleBox__thumbnail {
  width: 417px;
}
.p-feature__feature2__titleBox__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__titleBox__thumbnail {
    width: calc(417 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__titleBox__thumbnail {
    margin-top: calc(40 / 375 * 100vw);
    width: 100%;
  }
}
.p-feature__feature2__content {
  display: flex;
  margin-top: 85px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__content {
    margin-top: calc(85 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__content {
    display: block;
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-feature__feature2__content__feature {
  display: flex;
  justify-content: space-between;
  width: 582px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__content__feature {
    width: calc(582 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__content__feature {
    display: block;
    width: 100%;
  }
}
.p-feature__feature2__content__feature__thumbnail {
  width: 197px;
}
.p-feature__feature2__content__feature__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__content__feature__thumbnail {
    width: calc(197 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__content__feature__thumbnail {
    margin: 0 auto;
    margin-bottom: calc(30 / 375 * 100vw);
    width: calc(220 / 375 * 100vw);
  }
}
.p-feature__feature2__content__feature__textBox {
  width: 352px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__content__feature__textBox {
    width: calc(352 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__content__feature__textBox {
    width: 100%;
  }
}
.p-feature__feature2__content__feature__textBox__title {
  color: #40B8D1;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__content__feature__textBox__title {
    font-size: calc(22 / 1170 * 100vw);
    margin-bottom: calc(15 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__content__feature__textBox__title {
    font-size: calc(23 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-feature__feature2__content__feature__textBox__text {
  font-size: 1.5rem;
  line-height: 28px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__content__feature__textBox__text {
    font-size: calc(15 / 1170 * 100vw);
    line-height: calc(28 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__content__feature__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-feature__feature2__content__textBox {
  margin-left: 92px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__content__textBox {
    margin-left: calc(92 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__content__textBox {
    margin-left: 0;
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-feature__feature2__content__textBox__title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__content__textBox__title {
    font-size: calc(22 / 1170 * 100vw);
    margin-bottom: calc(15 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__content__textBox__title {
    color: #40B8D1;
    font-size: calc(23 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-feature__feature2__content__textBox__text {
  font-size: 1.5rem;
  line-height: 28px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature2__content__textBox__text {
    font-size: calc(15 / 1170 * 100vw);
    line-height: calc(28 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature2__content__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-feature__feature3__inner {
  padding-bottom: 90px;
  padding-top: 114px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__inner {
    padding-bottom: calc(90 / 1170 * 100vw);
    padding-top: calc(114 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__inner {
    padding-top: calc(43 / 375 * 100vw);
    position: relative;
  }
}
.p-feature__feature3__thumbnail {
  background-position: center;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 0 0 10px;
  content: "";
  display: block;
  height: 517px;
  margin-left: auto;
  width: calc(769 / 1440 * 100vw);
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__thumbnail {
    border-radius: calc(10 / 1170 * 100vw) 0 0 calc(10 / 1170 * 100vw);
    height: calc(517 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__thumbnail {
    background-position: center;
    border-radius: 0;
    height: calc(247 / 375 * 100vw);
    margin-left: 0;
    position: absolute;
    top: calc(256 / 375 * 100vw);
    width: 100%;
  }
}
.p-feature__feature3__titleBox {
  position: absolute;
  top: 163px;
  width: 382px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__titleBox {
    top: calc(163 / 1170 * 100vw);
    width: calc(382 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__titleBox {
    position: static;
    width: 100%;
  }
}
.p-feature__feature3__titleBox__title {
  background-image: url(../images/title_feature_3_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 225px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 361px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__titleBox__title {
    height: calc(225 / 1170 * 100vw);
    width: calc(361 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__titleBox__title {
    background-image: url(../images/title_feature_3_2_sp.svg);
    display: block;
    height: calc(161 / 375 * 100vw);
    margin: 0 auto;
    width: calc(254 / 375 * 100vw);
  }
}
.p-feature__feature3__titleBox__textBox {
  margin-top: 40px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__titleBox__textBox {
    margin-top: calc(40 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__titleBox__textBox {
    margin-top: calc(330 / 375 * 100vw);
  }
}
.p-feature__feature3__titleBox__textBox__title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__titleBox__textBox__title {
    font-size: calc(22 / 1170 * 100vw);
    margin-bottom: calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__titleBox__textBox__title {
    font-size: calc(23 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-feature__feature3__titleBox__textBox__text {
  font-size: 1.5rem;
  line-height: 28px;
  text-align: justify;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__titleBox__textBox__text {
    font-size: calc(15 / 1170 * 100vw);
    line-height: calc(28 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__titleBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-feature__feature3__content {
  margin-top: 80px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__content {
    margin-top: calc(80 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__content {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-feature__feature3__content__center {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__content__center {
    display: block;
  }
}
.p-feature__feature3__content__center__thumbnailList {
  width: 616px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__content__center__thumbnailList {
    width: calc(616 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__content__center__thumbnailList {
    width: 100%;
  }
}
.p-feature__feature3__content__center__thumbnailList > ul {
  display: flex;
  justify-content: space-between;
}
.p-feature__feature3__content__center__thumbnailList > ul > li {
  width: 292px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__content__center__thumbnailList > ul > li {
    width: calc(292 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__content__center__thumbnailList > ul > li {
    width: calc(155 / 375 * 100vw);
  }
}
.p-feature__feature3__content__center__thumbnailList__thumbnail {
  width: 100%;
}
.p-feature__feature3__content__center__thumbnailList__thumbnail img {
  height: auto;
  width: 100%;
}
.p-feature__feature3__content__center__textBox {
  width: 348px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__content__center__textBox {
    width: calc(348 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__content__center__textBox {
    margin-top: calc(30 / 375 * 100vw);
    width: 100%;
  }
}
.p-feature__feature3__content__center__textBox__title {
  color: #40B8D1;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__content__center__textBox__title {
    font-size: calc(22 / 1170 * 100vw);
    margin-bottom: calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__content__center__textBox__title {
    font-size: calc(23 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-feature__feature3__content__center__textBox__text {
  font-size: 1.5rem;
  line-height: 28px;
  text-align: justify;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature3__content__center__textBox__text {
    font-size: calc(15 / 1170 * 100vw);
    line-height: calc(28 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature3__content__center__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-feature__feature4 {
  background-color: #F2F6F7;
  position: relative;
}
.p-feature__feature4::before {
  background-image: url(../images/decoration_section.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1440px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-feature__feature4::before {
    height: calc(25 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature4::before {
    background-image: url(../images/decoration_section_sp.svg);
    height: calc(6 / 375 * 100vw);
    width: calc(375 / 375 * 100vw);
  }
}
.p-feature__feature4__inner {
  padding-bottom: 80px;
  padding-top: 105px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature4__inner {
    padding-bottom: calc(80 / 1170 * 100vw);
    padding-top: calc(105 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature4__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
    position: relative;
  }
}
.p-feature__feature4__titleBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__feature4__titleBox {
    display: block;
  }
}
.p-feature__feature4__titleBox__title {
  background-image: url(../images/title_feature_4_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 227px;
  margin-top: 70px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 208px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature4__titleBox__title {
    height: calc(227 / 1170 * 100vw);
    margin-top: calc(70 / 1170 * 100vw);
    width: calc(208 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature4__titleBox__title {
    background-image: url(../images/title_feature_4_2_sp.svg);
    display: block;
    height: calc(163 / 375 * 100vw);
    margin: 0 auto;
    margin-top: 0;
    width: calc(147 / 375 * 100vw);
  }
}
.p-feature__feature4__titleBox__schedule {
  width: 674px;
}
.p-feature__feature4__titleBox__schedule img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature4__titleBox__schedule {
    width: calc(674 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature4__titleBox__schedule {
    margin-top: calc(50 / 375 * 100vw);
    width: 100%;
  }
}
.p-feature__feature4__content {
  margin-top: 80px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature4__content {
    margin-top: calc(80 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature4__content {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-feature__feature4__content__text {
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature4__content__text {
    font-size: calc(18 / 1170 * 100vw);
    line-height: calc(32 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature4__content__text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    text-align: justify;
  }
}
.p-feature__feature4__content__text span {
  color: #40B8D1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-feature__feature6 .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-feature__feature6__inner {
  padding-bottom: 120px;
  padding-top: 110px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature6__inner {
    padding-bottom: calc(120 / 1170 * 100vw);
    padding-top: calc(110 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature6__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-feature__feature6__titleBox {
  background-image: url(../images/feature6_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 166px;
  margin: 0 auto 90px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 404px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature6__titleBox {
    height: calc(166 / 1170 * 100vw);
    margin: 0 auto calc(90 / 1170 * 100vw);
    width: calc(404 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature6__titleBox {
    background-image: url(../images/feature6_title_sp.svg);
    height: calc(163 / 375 * 100vw);
    margin: 0 auto calc(50 / 375 * 100vw);
    width: calc(193 / 375 * 100vw);
  }
}
.p-feature__feature6__swiper .swiper-container {
  padding-bottom: 70px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature6__swiper .swiper-container {
    padding-bottom: calc(70 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature6__swiper .swiper-container {
    padding-bottom: calc(75 / 375 * 100vw);
  }
}
.p-feature__feature6__swiper .swiper-button-prev {
  top: 140px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature6__swiper .swiper-button-prev {
    top: calc(140 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature6__swiper .swiper-button-prev {
    bottom: 0;
    left: calc(20 / 375 * 100vw);
    top: auto;
  }
}
.p-feature__feature6__swiper .swiper-button-next {
  top: 140px;
}
@media screen and (max-width: 1169px) {
  .p-feature__feature6__swiper .swiper-button-next {
    top: calc(140 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__feature6__swiper .swiper-button-next {
    bottom: 0;
    right: calc(20 / 375 * 100vw);
    top: auto;
  }
}

.p-voice__inner {
  margin-left: -33px;
  margin-right: -33px;
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1169px) {
  .p-voice__inner {
    padding-bottom: calc(120 / 1170 * 100vw);
    padding-top: calc(120 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 1169px) {
  .p-voice__inner {
    margin-left: calc(-33 / 1170 * 100vw);
    margin-right: calc(-33 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-voice__title {
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-voice__title {
    margin-bottom: calc(80 / 1170 * 100vw);
    padding-bottom: calc(40 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    margin-bottom: calc(40 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.p-voice__title::after {
  background-color: #40B8D1;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 58px;
}
@media screen and (max-width: 1169px) {
  .p-voice__title::after {
    width: calc(58 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title::after {
    width: calc(57 / 375 * 100vw);
  }
}
.p-voice__title h2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 43px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-voice__title h2 {
    height: calc(43 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title h2 {
    height: calc(77 / 375 * 100vw);
  }
}
.p-voice__title h2 {
  background-image: url(../images/title_voice_main.svg);
}
@media screen and (max-width: 767px) {
  .p-voice__title h2 {
    height: calc(32 / 375 * 100vw);
  }
}
.p-voice .swiper-container {
  padding-bottom: 90px;
}
@media screen and (max-width: 1169px) {
  .p-voice .swiper-container {
    padding-bottom: calc(90 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice .swiper-container {
    padding-bottom: calc(70 / 375 * 100vw);
  }
}
.p-voice .swiper-button-prev,
.p-voice .swiper-button-next {
  bottom: 30px;
  top: auto;
}
@media screen and (max-width: 1169px) {
  .p-voice .swiper-button-prev,
.p-voice .swiper-button-next {
    bottom: calc(30 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice .swiper-button-prev,
.p-voice .swiper-button-next {
    bottom: calc(0 / 375 * 100vw);
  }
}
.p-voice .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #F2F6F7;
}
.p-voice .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #40B8D1;
}
.p-voice__voiceBox {
  background-color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 408px;
  justify-content: space-between;
}
@media screen and (max-width: 1169px) {
  .p-voice__voiceBox {
    border-radius: calc(10 / 1170 * 100vw);
    height: calc(408 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceBox {
    border-radius: calc(7 / 375 * 100vw);
    display: block;
    height: calc(645 / 375 * 100vw);
  }
}
.p-voice__voiceBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  content: "";
  display: block;
  height: 100%;
  width: 532px;
}
@media screen and (max-width: 1169px) {
  .p-voice__voiceBox__thumbnail {
    border-radius: calc(10 / 1170 * 100vw);
    width: calc(532 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceBox__thumbnail {
    border-radius: calc(7 / 375 * 100vw);
    height: calc(257 / 375 * 100vw);
    width: 100%;
  }
}
.p-voice__voiceBox__textBox {
  padding-top: 45px;
  width: 474px;
}
@media screen and (max-width: 1169px) {
  .p-voice__voiceBox__textBox {
    padding-top: calc(45 / 1170 * 100vw);
    width: calc(474 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceBox__textBox {
    margin-top: calc(24 / 375 * 100vw);
    padding-top: 0;
    width: 100%;
  }
}
.p-voice__voiceBox__textBox__titleBox {
  margin-bottom: 20px;
}
@media screen and (max-width: 1169px) {
  .p-voice__voiceBox__textBox__titleBox {
    margin-bottom: calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceBox__textBox__titleBox {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-voice__voiceBox__textBox__titleBox__title {
  height: 74px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1169px) {
  .p-voice__voiceBox__textBox__titleBox__title {
    height: calc(74 / 1170 * 100vw);
    margin-bottom: calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceBox__textBox__titleBox__title {
    height: calc(56 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-voice__voiceBox__textBox__titleBox__title img {
  height: 100%;
  width: auto;
}
.p-voice__voiceBox__textBox__titleBox__name {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1169px) {
  .p-voice__voiceBox__textBox__titleBox__name {
    font-size: calc(16 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceBox__textBox__titleBox__name {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-voice__voiceBox__textBox__text {
  font-size: 1.4rem;
  letter-spacing: 0.04;
  line-height: 27px;
  text-align: justify;
}
@media screen and (max-width: 1169px) {
  .p-voice__voiceBox__textBox__text {
    font-size: calc(14 / 1170 * 100vw);
    line-height: calc(27 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__voiceBox__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-voice__voiceBox--voice1 .p-voice__voiceBox__thumbnail {
  background-image: url(../images/thumbnail_voice_1.png);
}
@media screen and (max-width: 767px) {
  .p-voice__voiceBox--voice1 .p-voice__voiceBox__thumbnail {
    background-image: url(../images/thumbnail_voice_1_sp.png);
  }
}
.p-voice__voiceBox--voice2 .p-voice__voiceBox__thumbnail {
  background-image: url(../images/thumbnail_voice_2.png);
}
@media screen and (max-width: 767px) {
  .p-voice__voiceBox--voice2 .p-voice__voiceBox__thumbnail {
    background-image: url(../images/thumbnail_voice_2_sp.png);
  }
}
.p-voice__voiceBox--voice3 .p-voice__voiceBox__thumbnail {
  background-image: url(../images/thumbnail_voice_3.png);
}
@media screen and (max-width: 767px) {
  .p-voice__voiceBox--voice3 .p-voice__voiceBox__thumbnail {
    background-image: url(../images/thumbnail_voice_3_sp.png);
  }
}
.p-voice__voiceBox--voice4 .p-voice__voiceBox__thumbnail {
  background-image: url(../images/thumbnail_voice_4.png);
}
@media screen and (max-width: 767px) {
  .p-voice__voiceBox--voice4 .p-voice__voiceBox__thumbnail {
    background-image: url(../images/thumbnail_voice_4_sp.png);
  }
}

.p-faq {
  margin-bottom: -40px;
}
@media screen and (max-width: 1169px) {
  .p-faq {
    margin-bottom: calc(-40 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin-bottom: calc(-30 / 375 * 100vw);
  }
}
.p-faq__inner {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1169px) {
  .p-faq__inner {
    padding-bottom: calc(120 / 1170 * 100vw);
    padding-top: calc(120 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-faq__title {
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-faq__title {
    margin-bottom: calc(80 / 1170 * 100vw);
    padding-bottom: calc(40 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    margin-bottom: calc(40 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.p-faq__title::after {
  background-color: #40B8D1;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 58px;
}
@media screen and (max-width: 1169px) {
  .p-faq__title::after {
    width: calc(58 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__title::after {
    width: calc(57 / 375 * 100vw);
  }
}
.p-faq__title h2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 43px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-faq__title h2 {
    height: calc(43 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__title h2 {
    height: calc(77 / 375 * 100vw);
  }
}
.p-faq__title h2 {
  background-image: url(../images/title_faq_2.svg);
}
@media screen and (max-width: 767px) {
  .p-faq__title h2 {
    height: calc(32 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__title {
  align-items: center;
  background-color: #F2F6F7;
  border-radius: 10px;
  color: #40B8D1;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 40px;
  padding: 15px 30px;
}
@media screen and (max-width: 1169px) {
  .p-faq__faqList__faqBox__title {
    border-radius: calc(10 / 1170 * 100vw);
    font-size: calc(18 / 1170 * 100vw);
    line-height: calc(40 / 1170 * 100vw);
    padding: calc(15 / 1170 * 100vw) calc(30 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__title {
    border-radius: 0;
    font-size: calc(17 / 375 * 100vw);
    height: calc(88 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin: 0 calc(-20 / 375 * 100vw);
    padding: 0 calc(30 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__title::before {
  background-image: url(../images/icon_q_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 35px;
  margin-right: 30px;
  width: 17px;
}
@media screen and (max-width: 1169px) {
  .p-faq__faqList__faqBox__title::before {
    height: calc(35 / 1170 * 100vw);
    margin-right: calc(30 / 1170 * 100vw);
    width: calc(17 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__title::before {
    height: calc(35 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    width: calc(17 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__text {
  font-size: 1.5rem;
  line-height: 28px;
  padding: 25px 25px 25px 75px;
  text-align: justify;
}
@media screen and (max-width: 1169px) {
  .p-faq__faqList__faqBox__text {
    font-size: calc(15 / 1170 * 100vw);
    line-height: calc(28 / 1170 * 100vw);
    padding: calc(25 / 1170 * 100vw) calc(25 / 1170 * 100vw) calc(25 / 1170 * 100vw) calc(75 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
}

.p-flow {
  margin-top: -120px;
}
@media screen and (max-width: 1169px) {
  .p-flow {
    margin-top: calc(-120 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: calc(-60 / 375 * 100vw);
  }
}
.p-flow::after {
  background-image: url(../images/decoration_flow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  display: block;
  height: 240px;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-flow::after {
    height: calc(240 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow::after {
    background-image: url(../images/decoration_flow_sp.png);
    height: calc(250 / 375 * 100vw);
  }
}
.p-flow__inner {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1169px) {
  .p-flow__inner {
    padding-bottom: calc(120 / 1170 * 100vw);
    padding-top: calc(120 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    margin-bottom: calc(-20 / 375 * 100vw);
  }
}
.p-flow__title {
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-flow__title {
    margin-bottom: calc(80 / 1170 * 100vw);
    padding-bottom: calc(40 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    margin-bottom: calc(40 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.p-flow__title::after {
  background-color: #40B8D1;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 58px;
}
@media screen and (max-width: 1169px) {
  .p-flow__title::after {
    width: calc(58 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title::after {
    width: calc(57 / 375 * 100vw);
  }
}
.p-flow__title h2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 43px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-flow__title h2 {
    height: calc(43 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title h2 {
    height: calc(77 / 375 * 100vw);
  }
}
.p-flow__title h2 {
  background-image: url(../images/title_flow_2.svg);
}
@media screen and (max-width: 767px) {
  .p-flow__title h2 {
    background-image: url(../images/title_flow_2_sp.svg);
  }
}
.p-flow__flowList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-flow__flowList > ul {
    display: block;
  }
}
.p-flow__flowList > ul > li {
  width: 182px;
}
@media screen and (max-width: 1169px) {
  .p-flow__flowList > ul > li {
    width: calc(182 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__flowList > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__flowList > ul > li + li {
    margin-top: calc(80 / 375 * 100vw);
  }
}
.p-flow__flowList > ul > li:last-child .p-flow__flowList__flowBox::after {
  display: none;
}
.p-flow__flowList__flowBox {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__flowList__flowBox {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.p-flow__flowList__flowBox::after {
  background-image: url(../images/icon_arrow_flow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: -63px;
  top: 58px;
  width: 36px;
}
@media screen and (max-width: 1169px) {
  .p-flow__flowList__flowBox::after {
    height: calc(24 / 1170 * 100vw);
    right: calc(-63 / 1170 * 100vw);
    top: calc(58 / 1170 * 100vw);
    width: calc(36 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__flowList__flowBox::after {
    background-image: url(../images/icon_arrow_flow_sp.svg);
    bottom: calc(-57 / 375 * 100vw);
    height: calc(31 / 375 * 100vw);
    left: calc(53 / 375 * 100vw);
    right: auto;
    top: auto;
    width: calc(18 / 375 * 100vw);
  }
}
.p-flow__flowList__flowBox__icon {
  margin: 0 auto 30px;
  width: 142px;
}
.p-flow__flowList__flowBox__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-flow__flowList__flowBox__icon {
    margin: 0 auto calc(30 / 1170 * 100vw);
    width: calc(142 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__flowList__flowBox__icon {
    margin: 0;
    width: calc(120 / 375 * 100vw);
  }
}
.p-flow__flowList__flowBox__text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 25px;
  text-align: justify;
}
@media screen and (max-width: 1169px) {
  .p-flow__flowList__flowBox__text {
    font-size: calc(14 / 1170 * 100vw);
    line-height: calc(25 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__flowList__flowBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    width: calc(184 / 375 * 100vw);
  }
}
.p-flow__interview {
  border: 1px dashed #333333;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 27px;
  margin: 60px auto 0;
  padding: 25px 37px;
  width: 805px;
}
@media screen and (max-width: 1169px) {
  .p-flow__interview {
    border-radius: calc(10 / 1170 * 100vw);
    font-size: calc(14 / 1170 * 100vw);
    line-height: calc(27 / 1170 * 100vw);
    margin: calc(60 / 1170 * 100vw) auto 0;
    padding: calc(25 / 1170 * 100vw) calc(37 / 1170 * 100vw);
    width: calc(805 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__interview {
    border-radius: calc(7 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) auto 0;
    padding: calc(28 / 375 * 100vw) calc(36 / 375 * 100vw);
    width: 100%;
  }
}

.p-requirements {
  background-color: #F2F6F7;
}
@media screen and (max-width: 767px) {
  .p-requirements {
    margin-bottom: calc(-10 / 375 * 100vw);
  }
}
.p-requirements__inner {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1169px) {
  .p-requirements__inner {
    padding-bottom: calc(120 / 1170 * 100vw);
    padding-top: calc(120 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-requirements__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-requirements__title {
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-requirements__title {
    margin-bottom: calc(80 / 1170 * 100vw);
    padding-bottom: calc(40 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-requirements__title {
    margin-bottom: calc(40 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.p-requirements__title::after {
  background-color: #40B8D1;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 58px;
}
@media screen and (max-width: 1169px) {
  .p-requirements__title::after {
    width: calc(58 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-requirements__title::after {
    width: calc(57 / 375 * 100vw);
  }
}
.p-requirements__title h2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 43px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-requirements__title h2 {
    height: calc(43 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-requirements__title h2 {
    height: calc(77 / 375 * 100vw);
  }
}
.p-requirements__title h2 {
  background-image: url(../images/title_requirements_2.svg);
}
@media screen and (max-width: 767px) {
  .p-requirements__title h2 {
    height: calc(32 / 375 * 100vw);
  }
}
.p-requirements__requirementsList {
  background-color: #ffffff;
  padding: 80px 60px;
}
@media screen and (max-width: 1169px) {
  .p-requirements__requirementsList {
    padding: calc(80 / 1170 * 100vw) calc(60 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-requirements__requirementsList {
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-requirements__requirementsList > ul > li .p-requirements__requirementsList__requirementsBox {
  border-bottom: 1px solid #E9EBF0;
}
.p-requirements__requirementsList > ul > li:first-child .p-requirements__requirementsList__requirementsBox {
  border-top: 1px solid #E9EBF0;
}
.p-requirements__requirementsList__requirementsBox__title {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  padding: 15px 20px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-requirements__requirementsList__requirementsBox__title {
    font-size: calc(16 / 1170 * 100vw);
    line-height: calc(40 / 1170 * 100vw);
    padding: calc(15 / 1170 * 100vw) calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-requirements__requirementsList__requirementsBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.p-requirements__requirementsList__requirementsBox__title::after {
  background-image: url(../images/icon_arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  margin: auto 0;
  position: absolute;
  right: 30px;
  top: 0;
  width: 24px;
}
@media screen and (max-width: 1169px) {
  .p-requirements__requirementsList__requirementsBox__title::after {
    height: calc(14 / 1170 * 100vw);
    right: calc(30 / 1170 * 100vw);
    width: calc(24 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-requirements__requirementsList__requirementsBox__title::after {
    height: calc(11 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.p-requirements__requirementsList__requirementsBox__text {
  background-color: #F2F6F7;
  display: none;
  font-size: 1.5rem;
  line-height: 28px;
  padding: 25px 20px;
}
@media screen and (max-width: 1169px) {
  .p-requirements__requirementsList__requirementsBox__text {
    font-size: calc(15 / 1170 * 100vw);
    line-height: calc(28 / 1170 * 100vw);
    padding: calc(25 / 1170 * 100vw) calc(20 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-requirements__requirementsList__requirementsBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-requirements__requirementsList__requirementsBox.is-open .p-requirements__requirementsList__requirementsBox__title::after {
  background-image: url(../images/icon_arrow_up.svg);
}

.p-application__inner {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1169px) {
  .p-application__inner {
    padding-bottom: calc(120 / 1170 * 100vw);
    padding-top: calc(120 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-application__title {
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-application__title {
    margin-bottom: calc(80 / 1170 * 100vw);
    padding-bottom: calc(40 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__title {
    margin-bottom: calc(40 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.p-application__title::after {
  background-color: #40B8D1;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 58px;
}
@media screen and (max-width: 1169px) {
  .p-application__title::after {
    width: calc(58 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__title::after {
    width: calc(57 / 375 * 100vw);
  }
}
.p-application__title h2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 43px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-application__title h2 {
    height: calc(43 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__title h2 {
    height: calc(77 / 375 * 100vw);
  }
}
.p-application__title h2 {
  background-image: url(../images/title_application_2.svg);
}
@media screen and (max-width: 767px) {
  .p-application__title h2 {
    height: calc(32 / 375 * 100vw);
  }
}
.p-application__form {
  margin: 0 auto;
  width: 612px;
}
@media screen and (max-width: 1169px) {
  .p-application__form {
    width: calc(612 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-application__form {
    width: 100%;
  }
}

.p-privacy {
  background-color: #ffffff;
  border-radius: 10px;
  height: 73vh;
  overflow: scroll;
  width: 1000px;
}
@media screen and (max-width: 1169px) {
  .p-privacy {
    border-radius: calc(10 / 1170 * 100vw);
    width: calc(1000 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy {
    border-radius: calc(7 / 375 * 100vw);
    height: 84vh;
    width: calc(335 / 375 * 100vw);
  }
}
.p-privacy__inner {
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 80px;
}
@media screen and (max-width: 1169px) {
  .p-privacy__inner {
    padding-bottom: calc(60 / 1170 * 100vw);
    padding-left: calc(60 / 1170 * 100vw);
    padding-right: calc(60 / 1170 * 100vw);
    padding-top: calc(80 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding-bottom: calc(20 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-privacy__text h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1169px) {
  .p-privacy__text h2 {
    font-size: calc(22 / 1170 * 100vw);
    margin-bottom: calc(60 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__text h2 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-privacy__text p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 25px;
}
@media screen and (max-width: 1169px) {
  .p-privacy__text p {
    font-size: calc(14 / 1170 * 100vw);
    line-height: calc(25 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__text p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-privacy__close {
  background-image: url(../images/icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: block;
  height: 45px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: 150vw;
  top: 20px;
  white-space: nowrap;
  width: 45px;
}
@media screen and (max-width: 1169px) {
  .p-privacy__close {
    height: calc(45 / 1170 * 100vw);
    right: calc(20 / 1170 * 100vw);
    top: calc(20 / 1170 * 100vw);
    width: calc(45 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__close {
    height: calc(45 / 375 * 100vw);
    right: calc(-12 / 375 * 100vw);
    top: calc(-12 / 375 * 100vw);
    width: calc(45 / 375 * 100vw);
  }
}

.p-thanks__content {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 100px);
}
@media screen and (max-width: 1169px) {
  .p-thanks__content {
    min-height: calc(100vh - (100 / 1170 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    min-height: calc(100vh - (97 / 375 * 100vw));
  }
}
.p-thanks__content__title {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1169px) {
  .p-thanks__content__title {
    font-size: calc(25 / 1170 * 100vw);
    margin-bottom: calc(40 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(37 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    margin-left: calc(-20 / 375 * 100vw);
    margin-right: calc(-20 / 375 * 100vw);
  }
}
.p-thanks__content__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1169px) {
  .p-thanks__content__text {
    font-size: calc(16 / 1170 * 100vw);
    line-height: calc(30 / 1170 * 100vw);
    margin-bottom: calc(50 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-thanks__content__button {
  border-radius: 26px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  width: 265px;
}
.p-thanks__content__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-thanks__content__button {
    border-radius: calc(26 / 1170 * 100vw);
    box-shadow: calc(15 / 1170 * 100vw) calc(15 / 1170 * 100vw) calc(15 / 1170 * 100vw) rgba(0, 0, 0, 0.15);
    width: calc(265 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__button {
    border-radius: calc(26 / 375 * 100vw);
    box-shadow: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) rgba(0, 0, 0, 0.15);
    width: calc(265 / 375 * 100vw);
  }
}
.p-thanks__content__button a {
  display: block;
}

.p-charm__notice {
  display: none;
  font-size: calc(11 / 375 * 100vw);
  line-height: calc(16 / 375 * 100vw);
  margin-top: calc(10 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-charm__notice {
    display: block;
  }
}
.p-charm__inner {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 1169px) {
  .p-charm__inner {
    padding-bottom: calc(120 / 1170 * 100vw);
    padding-top: calc(120 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-charm__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-charm__title {
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1169px) {
  .p-charm__title {
    margin-bottom: calc(80 / 1170 * 100vw);
    padding-bottom: calc(40 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-charm__title {
    margin-bottom: calc(40 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.p-charm__title::after {
  background-color: #40B8D1;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 58px;
}
@media screen and (max-width: 1169px) {
  .p-charm__title::after {
    width: calc(58 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-charm__title::after {
    width: calc(57 / 375 * 100vw);
  }
}
.p-charm__title h2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 43px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-charm__title h2 {
    height: calc(43 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-charm__title h2 {
    height: calc(77 / 375 * 100vw);
  }
}
.p-charm__title h2 {
  background-image: url(../images/title_charm.svg);
  height: 107px;
}
@media screen and (max-width: 1169px) {
  .p-charm__title h2 {
    height: calc(107 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-charm__title h2 {
    height: calc(77 / 375 * 100vw);
  }
}
.p-charm__charmList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-charm__charmList > ul > li {
  margin-top: 40px;
  width: 292px;
}
@media screen and (max-width: 1169px) {
  .p-charm__charmList > ul > li {
    margin-top: calc(40 / 1170 * 100vw);
    width: calc(292 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-charm__charmList > ul > li {
    margin-top: calc(20 / 375 * 100vw);
    width: calc(158 / 375 * 100vw);
  }
}
.p-charm__charmList > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-charm__charmList > ul > li:nth-child(-n+3) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-charm__charmList > ul > li:nth-child(-n+2) {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-charm__charmList > ul > li:nth-child(1) .p-charm__charmList__charmBox__thumbnail::before {
  background-image: url(../images/charm_icon_1.svg);
}
.p-charm__charmList > ul > li:nth-child(2) .p-charm__charmList__charmBox__thumbnail::before {
  background-image: url(../images/charm_icon_2.svg);
}
.p-charm__charmList > ul > li:nth-child(3) .p-charm__charmList__charmBox__thumbnail::before {
  background-image: url(../images/charm_icon_3.svg);
}
.p-charm__charmList > ul > li:nth-child(4) .p-charm__charmList__charmBox__thumbnail::before {
  background-image: url(../images/charm_icon_4.svg);
}
.p-charm__charmList > ul > li:nth-child(5) .p-charm__charmList__charmBox__thumbnail::before {
  background-image: url(../images/charm_icon_5.svg);
}
.p-charm__charmList > ul > li:nth-child(6) .p-charm__charmList__charmBox__thumbnail::before {
  background-image: url(../images/charm_icon_6.svg);
}
.p-charm__charmList__charmBox__thumbnail {
  margin-bottom: 50px;
  position: relative;
}
.p-charm__charmList__charmBox__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1169px) {
  .p-charm__charmList__charmBox__thumbnail {
    margin-bottom: calc(50 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-charm__charmList__charmBox__thumbnail {
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-charm__charmList__charmBox__thumbnail::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -48px;
  content: "";
  display: block;
  height: 96px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 96px;
}
@media screen and (max-width: 1169px) {
  .p-charm__charmList__charmBox__thumbnail::before {
    bottom: calc(-48 / 1170 * 100vw);
    height: calc(96 / 1170 * 100vw);
    width: calc(96 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-charm__charmList__charmBox__thumbnail::before {
    bottom: calc(-26 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
    width: calc(52 / 375 * 100vw);
  }
}
.p-charm__charmList__charmBox__text {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1169px) {
  .p-charm__charmList__charmBox__text {
    font-size: calc(22 / 1170 * 100vw);
    line-height: calc(32 / 1170 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-charm__charmList__charmBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-charm__charmList__charmBox__text span {
  color: #40B8D1;
}