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: 1039px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
html.is-open {
  overflow: hidden;
}
@media screen and (max-width: 1039px) {
  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;
  letter-spacing: 0.08em;
  overflow: hidden;
}

a {
  color: #1896B9;
  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=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=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=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-next,
.swiper-button-prev {
  color: transparent;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
.swiper-button-prev {
    display: none;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  bottom: 0;
  height: 55px;
  margin: auto 0;
  top: 0;
  width: 28px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    height: calc(55 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
  }
}

.swiper-button-prev {
  left: -85px;
  right: auto;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev {
    left: calc(-85 / 1440 * 100vw);
  }
}

.swiper-button-next {
  left: auto;
  right: -85px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-next {
    right: calc(-85 / 1440 * 100vw);
  }
}

.swiper-button-prev:after,
.swiper-container-rtl,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 55px;
  transition: 0.3s;
  width: 28px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
.swiper-container-rtl,
.swiper-button-next:after {
    height: calc(55 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
  }
}

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

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

.swiper-button-prev:hover:after {
  background-image: url(../images/icon_prev.svg);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:hover:after {
    background-image: url(../images/icon_prev.svg);
  }
}

.swiper-button-next:hover:after {
  background-image: url(../images/icon_next.svg);
}
@media screen and (max-width: 767px) {
  .swiper-button-next:hover:after {
    background-image: url(../images/icon_next.svg);
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
@media screen and (max-width: 1439px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(10 / 375 * 100vw);
  }
}

.swiper-pagination-bullet {
  height: 15px;
  width: 15px;
}
@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: calc(15 / 1440 * 100vw);
    width: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: calc(15 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.swiper-pagination-bullet {
  background: #EAEBEB;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #1896B9;
}

#ap_emg {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #ap_emg {
    padding: 10px 0;
  }
}
#ap_emg table {
  width: 728px;
}
@media screen and (max-width: 767px) {
  #ap_emg table {
    width: 100%;
  }
}
#ap_emg * {
  font-size: 1.6rem;
  line-height: normal;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  #ap_emg * {
    font-size: 12px;
  }
}
#ap_emg a {
  color: #0000ee;
}

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

.c-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  margin-left: auto;
  padding: 70px 50px;
  width: 715px;
}
@media screen and (max-width: 1439px) {
  .c-form {
    border-radius: calc(10 / 1440 * 100vw);
    box-shadow: 0 0 calc(15 / 1440 * 100vw) 0 rgba(0, 0, 0, 0.15);
    padding: calc(70 / 1440 * 100vw) calc(50 / 1440 * 100vw);
    width: calc(715 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    border-radius: calc(20 / 375 * 100vw);
    box-shadow: 0 0 calc(15 / 375 * 100vw) 0 rgba(0, 0, 0, 0.15);
    padding: calc(30 / 375 * 100vw) calc(30 / 375 * 100vw) calc(50 / 375 * 100vw);
    width: 100%;
  }
}
.c-form__group {
  display: flex;
  justify-content: space-between;
}
.c-form__group + .c-form__group {
  margin-top: 36px;
}
@media screen and (max-width: 1439px) {
  .c-form__group + .c-form__group {
    margin-top: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group + .c-form__group {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.c-form__group__box {
  flex-shrink: 0;
  width: 100%;
}
.c-form__group__box__title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__group__box__title {
    font-size: calc(15 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__box__title {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.c-form__group__box__radio {
  cursor: pointer;
  margin-left: 10px;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-form__group__box__radio {
    margin-left: calc(10 / 1440 * 100vw);
    padding-left: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__box__radio {
    margin-left: calc(5 / 375 * 100vw);
    padding-left: calc(36 / 375 * 100vw);
  }
}
.c-form__group__box__radio:first-of-type {
  margin-left: 0;
}
.c-form__group__box__radio::before, .c-form__group__box__radio::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-form__group__box__radio::before {
  background-color: #EAEBEB;
  border-radius: 50%;
  height: 24px;
  left: 5px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .c-form__group__box__radio::before {
    height: calc(24 / 1440 * 100vw);
    left: calc(5 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__box__radio::before {
    height: calc(24 / 375 * 100vw);
    left: calc(5 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.c-form__group__box__radio::after {
  background-color: #1896B9;
  border-radius: 50%;
  height: 14px;
  left: 10px;
  opacity: 0;
  width: 14px;
}
@media screen and (max-width: 1439px) {
  .c-form__group__box__radio::after {
    height: calc(14 / 1440 * 100vw);
    left: calc(10 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__box__radio::after {
    height: calc(14 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}
.c-form__group__box input[type=text],
.c-form__group__box input[type=tel],
.c-form__group__box input[type=email],
.c-form__group__box input[type=number] {
  background-color: #EAEBEB;
  border-radius: 5px;
  font-size: 1.5rem;
  height: 55px;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__group__box input[type=text],
.c-form__group__box input[type=tel],
.c-form__group__box input[type=email],
.c-form__group__box input[type=number] {
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    height: calc(55 / 1440 * 100vw);
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__box input[type=text],
.c-form__group__box input[type=tel],
.c-form__group__box input[type=email],
.c-form__group__box input[type=number] {
    border-radius: calc(5 / 375 * 100vw);
    font-size: 16px;
    height: calc(55 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw);
  }
}
.c-form__group__box input[type=text]::-moz-placeholder, .c-form__group__box input[type=tel]::-moz-placeholder, .c-form__group__box input[type=email]::-moz-placeholder, .c-form__group__box input[type=number]::-moz-placeholder {
  color: #9B9C9B;
}
.c-form__group__box input[type=text]:-ms-input-placeholder, .c-form__group__box input[type=tel]:-ms-input-placeholder, .c-form__group__box input[type=email]:-ms-input-placeholder, .c-form__group__box input[type=number]:-ms-input-placeholder {
  color: #9B9C9B;
}
.c-form__group__box input[type=text]::placeholder,
.c-form__group__box input[type=tel]::placeholder,
.c-form__group__box input[type=email]::placeholder,
.c-form__group__box input[type=number]::placeholder {
  color: #9B9C9B;
}
.c-form__group__box input[name=age] {
  width: 100px;
}
@media screen and (max-width: 1439px) {
  .c-form__group__box input[name=age] {
    width: calc(100/ 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__box input[name=age] {
    width: calc(100 / 375 * 100vw);
  }
}
.c-form__group__box input[type=checkbox] {
  height: 15px;
  transform: translateY(-1px);
  width: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__group__box input[type=checkbox] {
    height: calc(15 / 1440 * 100vw);
    width: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__box input[type=checkbox] {
    height: calc(15 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}
.c-form__group__box input[type=radio] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.c-form__group__box input[type=radio]:checked + .c-form__group__box__radio::after {
  opacity: 1;
}
.c-form__group__box label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  font-size: 15px;
  letter-spacing: 0.05em;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__group__box label {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__box label {
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-form__group__box--half {
  width: 294px;
}
@media screen and (max-width: 1439px) {
  .c-form__group__box--half {
    width: calc(294 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__box--half {
    width: calc(129 / 375 * 100vw);
  }
}
.c-form__group__box--sex {
  width: 320px;
}
@media screen and (max-width: 1439px) {
  .c-form__group__box--sex {
    width: calc(320 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__box--sex {
    width: calc(192 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__box--sex .c-form__group__box__title {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.c-form__button {
  margin: 0 auto;
  position: relative;
}
.c-form__button button {
  background-color: transparent;
  background-image: url(../images/button_register.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 80px;
  overflow: hidden;
  position: relative;
  text-indent: 150vw;
  white-space: nowrap;
  width: 480px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .c-form__button button {
    height: calc(80 / 1440 * 100vw);
    width: calc(480 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__button button {
    background-image: url(../images/button_register_sp.png);
    height: calc(65 / 375 * 100vw);
    width: calc(275 / 375 * 100vw);
  }
}
.c-form__button__shadow {
  background-image: url(../images/contact_button_shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 170px;
  left: -30px;
  position: absolute;
  top: -30px;
  width: 570px;
}
@media screen and (max-width: 1439px) {
  .c-form__button__shadow {
    height: calc(170 / 1440 * 100vw);
    left: calc(-30 / 1440 * 100vw);
    top: calc(-30 / 1440 * 100vw);
    width: calc(570 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__button__shadow {
    background-image: url(../images/contact_button_shadow_sp.png);
    height: calc(155 / 375 * 100vw);
    left: calc(-30 / 375 * 100vw);
    top: calc(-30 / 375 * 100vw);
    width: calc(365 / 375 * 100vw);
  }
}
.c-form__areaselect {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.c-form__areaselect li {
	margin-bottom: 20px;
	width: calc(100% / 4);
}
@media screen and (max-width: 767px) {
	.c-form__areaselect li {
		margin-bottom: 6vw;
		width: calc(100% / 2);
	}
}
.c-form p.error {
	margin-top: 10px;
	color: #FF3700;
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	.c-form p.error {
		margin-top: 3vw;
		padding-right: 3vw;
		font-size: 3vw;
	}
}

.p-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header {
    position: static;
  }
}
.p-header__inner {
  padding: 0 22px;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    padding: 0 calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 calc(14 / 375 * 100vw);
  }
}
.p-header__content {
  align-items: center;
  display: flex;
  height: 108px;
  justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  .p-header__content {
    height: calc(108 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__content {
    height: calc(70 / 375 * 100vw);
  }
}
.p-header__content__logo {
  width: 120px;
}
.p-header__content__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header__content__logo {
    width: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__content__logo {
    width: calc(80 / 375 * 100vw);
  }
}
.p-header__content__logo a {
  display: block;
}
.p-header__content__button {
  display: none;
  width: calc(169 / 375 * 100vw);
}
.p-header__content__button img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__content__button {
    display: block;
  }
}
.p-header__content__button a {
  display: block;
}
.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-mainVisual {
  background-image: url(../images/bg_mainVisual.png);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 830px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    height: calc(830 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/bg_mainVisual_sp.png);
    height: calc(520 / 375 * 100vw);
  }
}
.p-mainVisual__inner {
  padding-left: 85px;
  padding-top: 320px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__inner {
    padding-left: calc(85 / 1440 * 100vw);
    padding-top: calc(320 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    padding-left: 0;
    padding-top: calc(258 / 375 * 100vw);
  }
}
.p-mainVisual__textBox {
  background-image: url(../images/mainVisual_text.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 449px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 1055px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__textBox {
    height: calc(449 / 1440 * 100vw);
    width: calc(1055 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__textBox {
    background-image: url(../images/mainVisual_text_sp.png);
    height: calc(236 / 375 * 100vw);
    margin: 0 auto;
    width: calc(348 / 375 * 100vw);
  }
}
.p-mainVisual__button {
  position: fixed;
  right: 0;
  top: 143px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__button {
    top: calc(143 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__button {
    display: none;
  }
}
.p-mainVisual__button a {
  display: block;
}
.p-mainVisual__button__imageBox {
  position: relative;
}
.p-mainVisual__button__imageBox__image {
  background-image: url(../images/button_sticky.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 488px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 64px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__button__imageBox__image {
    height: calc(488 / 1440 * 100vw);
    width: calc(64 / 1440 * 100vw);
  }
}
.p-mainVisual__button__imageBox__shadow {
  background-image: url(../images/button_sticky_shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 533px;
  left: 0;
  position: absolute;
  top: 0;
  width: 109px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__button__imageBox__shadow {
    height: calc(533 / 1440 * 100vw);
    width: calc(109 / 1440 * 100vw);
  }
}

.p-number {
  background-color: #1896B9;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-number {
    display: block;
  }
}
.p-number__inner {
  padding: calc(30 / 375 * 100vw) 0;
}
.p-number__numberList > ul > li {
  margin-top: calc(20 / 375 * 100vw);
  width: calc(335 / 375 * 100vw);
}
.p-number__numberList > ul > li:first-child {
  margin-top: 0;
}
.p-number__numberList__badge {
  width: 100%;
}
.p-number__numberList__badge img {
  height: auto;
  width: 100%;
}

.p-company {
  background-color: #EAEBEB;
}
.p-company__inner {
  padding-bottom: 110px;
  padding-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-company__inner {
    padding-bottom: calc(110 / 1440 * 100vw);
    padding-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
  }
}
.p-company__title {
  color: #1896B9;
  font-size: 3rem;
  font-weight: bold;
  margin: 90px 0 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-company__title {
    font-size: calc(30 / 1440 * 100vw);
    margin: calc(90 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin: calc(45 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
}

.p-company__main_text{
  font-size: 1.6rem;
  text-align: center;
  color: #333;;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-company__main_text br{
  display: block;
}

@media screen and (max-width: 1439px) {
  .p-company__main_text{
    font-size: calc(16 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-company__main_text{
    font-size: calc(16 / 375 * 100vw);
    text-align: left;
  }
  .p-company__main_text br{
    display: none;
  }

}


.p-company__logoList1 {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1439px) {
  .p-company__logoList1 {
    width: calc(1000 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__logoList1 {
    width: 100%;
  }
}
.p-company__logoList1 > ul {
  display: flex;
  flex-wrap: wrap;
}
.p-company__logoList1 > ul > li {
  width: calc(20% - 10px * 4 / 5);
  margin-right: 10px;
  margin-top: 16px;
}

.p-company__logoList1 > ul > li:nth-child(5n) {
  margin-right: 0;
}
.p-company__logoList1 > ul > li:nth-child(-n+5) {
  margin-top: 0;
}


@media screen and (max-width: 767px) {
  .p-company__logoList1 > ul > li {
    width: calc(25% - 10px * 3 / 4);
    margin-right: 10px;
    margin-top: 16px;
  }
  .p-company__logoList1 > ul > li:nth-child(5n) {
    margin-right: 10px;
  }
  .p-company__logoList1 > ul > li:nth-child(-n+5) {
    margin-top: 16px;
  }
  .p-company__logoList1 > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .p-company__logoList1 > ul > li:nth-child(-n+4) {
    margin-top: 0;
  }
}



.p-partners__partnerList__logo{
  width: 100%;
}

.p-partners__partnerList__logo img{
  max-width: 100%;
  height: auto;
}


.p-company__logoList1__logo {
  width: 100%;
}
.p-company__logoList1__logo img {
  height: auto;
  width: 100%;
}
.p-company__logoList2 {
  margin: 22px auto 0;
  width: 727px;
}
@media screen and (max-width: 1439px) {
  .p-company__logoList2 {
    margin: calc(22 / 1440 * 100vw) auto 0;
    width: calc(727 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__logoList2 {
    margin: calc(14 / 375 * 100vw) auto 0;
    width: 100%;
  }
}
.p-company__logoList2 > ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-company__logoList2 > ul > li {
  width: 131px;
}
@media screen and (max-width: 1439px) {
  .p-company__logoList2 > ul > li {
    width: calc(131 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__logoList2 > ul > li {
    margin-top: calc(14 / 375 * 100vw);
    width: calc(102 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__logoList2 > ul > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.p-company__logoList2__logo {
  width: 100%;
}
.p-company__logoList2__logo img {
  height: auto;
  width: 100%;
}
.p-company__text {
  font-size: 1.3rem;
  text-align: center;
  line-height: 22px;
  margin: 30px auto 0;
  /* width: 727px; */
}
@media screen and (max-width: 1439px) {
  .p-company__text {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin: calc(30 / 1440 * 100vw) auto 0;
    /* width: calc(727 / 1440 * 100vw); */
  }
}
@media screen and (max-width: 767px) {
  .p-company__text {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) auto 0;
    width: 100%;
    text-align: left;
  }
}
.p-company__number {
  background-image: url(../images/company_number.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 44px;
  margin-top: 80px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 573px;
}
@media screen and (max-width: 1439px) {
  .p-company__number {
    height: calc(44 / 1440 * 100vw);
    margin-top: calc(80 / 1440 * 100vw);
    width: calc(573 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__number {
    background-image: url(../images/company_number_sp.svg);
    height: calc(74 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}
.p-company__number__wrapper {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about {
    border-bottom: 1px solid #1896B9;
  }
}
.p-about__inner {
  padding-bottom: 175px;
  padding-top: 175px;
}
@media screen and (max-width: 1439px) {
  .p-about__inner {
    padding-bottom: calc(175 / 1440 * 100vw);
    padding-top: calc(175 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-about__titleBox {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-about__titleBox {
    margin-bottom: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__titleBox {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.p-about__titleBox__titleEn {
  background-image: url(../images/about_titleEn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 100px;
  margin-bottom: 25px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-about__titleBox__titleEn {
    height: calc(100 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__titleBox__titleEn {
    background-image: url(../images/about_titleEn_sp.svg);
    height: calc(60 / 375 * 100vw);
    width: 50%;
    margin: 0 auto;
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-about__titleBox__titleJa {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-about__titleBox__titleJa {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__titleBox__titleJa {
    font-size: calc(20 / 375 * 100vw);
  }
}

 .p-about__textBox {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 600;
 }

 .p-about__textBox_text{
  font-size: 2.8rem;
  /* font-size: calc(24px + 6 * (100vw - 768px)/432); */
  color: #1896B9;
  margin-bottom: 20px;
 }
 .p-about_br{
  display: none;
 }

 .p-about__textBox_text span{
  font-size: 1.4em;
 }

 .p-about__textBox_text_sub{
  font-size: 1.8rem;
  color: #333;
 }

 @media screen and (max-width: 1200px) {

 .p-about__textBox_text{
  font-size: calc(24px + 6 * (100vw - 768px)/432);
 }
 .p-about_br{
  display: block;
 }
 
}

@media screen and (max-width: 1200px) {
  .p-about__textBox_text{
    font-size: 1.8rem;
  }
  .p-about__textBox_text_sub{
    font-size: 1.6rem;
   }

}


/* .p-about__textBox {
  background-image: url(../images/about_text.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 163px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-about__textBox {
    height: calc(163 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__textBox {
    background-image: url(../images/about_text_sp.svg);
    height: calc(290 / 375 * 100vw);
  }
} */
.p-about__badgeList {
  margin-top: 70px;
}
@media screen and (max-width: 1439px) {
  .p-about__badgeList {
    margin-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__badgeList {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-about__badgeList > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-about__badgeList > ul {
    display: block;
  }
}
.p-about__badgeList > ul > li {
  margin-left: 70px;
  width: 247px;
}
@media screen and (max-width: 1439px) {
  .p-about__badgeList > ul > li {
    margin-left: calc(70 / 1440 * 100vw);
    width: calc(247 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__badgeList > ul > li {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(34 / 375 * 100vw);
    width: calc(247 / 375 * 100vw);
  }
}
.p-about__badgeList > ul > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-about__badgeList > ul > li:first-child {
    margin-left: auto;
    margin-top: 0;
  }
}
.p-about__badgeList__badge {
  position: relative;
  width: 100%;
}
.p-about__badgeList__badge img {
  height: auto;
  width: 100%;
}
.p-about__badgeList__badge::before {
  background-image: url(../images/about_badge_shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 292px;
  left: 0;
  position: absolute;
  top: 0;
  width: 292px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-about__badgeList__badge::before {
    height: calc(292 / 1440 * 100vw);
    width: calc(292 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__badgeList__badge::before {
    height: calc(292 / 375 * 100vw);
    width: calc(292 / 375 * 100vw);
  }
}

.p-worries {
  background-image: url(../images/bg_worries.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 940px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-worries {
    height: calc(940 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries {
    background-image: none;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-worries::before {
    background-image: url(../images/bg_worries_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: calc(887 / 375 * 100vw);
    position: absolute;
    width: 100%;
  }
}
.p-worries__inner {
  padding-top: 230px;
}
@media screen and (max-width: 1439px) {
  .p-worries__inner {
    padding-top: calc(230 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__inner {
    padding-bottom: calc(540 / 375 * 100vw);
    padding-top: calc(76 / 375 * 100vw);
  }
}
.p-worries__titleBox {
  left: 0;
  margin-bottom: 130px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -56px;
}
@media screen and (max-width: 1439px) {
  .p-worries__titleBox {
    margin-bottom: calc(130 / 1440 * 100vw);
    top: calc(-56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__titleBox {
    margin-bottom: calc(60 / 375 * 100vw);
    position: static;
  }
}
.p-worries__titleBox__titleEn {
  background-image: url(../images/worries_titleEn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 73px;
  margin-bottom: 48px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-worries__titleBox__titleEn {
    height: calc(73 / 1440 * 100vw);
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__titleBox__titleEn {
    height: calc(44 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-worries__titleBox__titleJa {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-worries__titleBox__titleJa {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__titleBox__titleJa {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-worries__textGroup {
  margin-left: auto;
  position: relative;
  width: 535px;
}
@media screen and (max-width: 1439px) {
  .p-worries__textGroup {
    width: calc(535 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__textGroup {
    width: 100%;
  }
}
.p-worries__textGroup__textList {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-worries__textGroup__textList {
    border-radius: calc(10 / 1440 * 100vw);
    padding: calc(50 / 1440 * 100vw) calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__textGroup__textList {
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.p-worries__textGroup__textList > ul > li {
  font-size: 0;
}
.p-worries__textGroup__textList > ul > li::after {
  background-image: url(../images/line_dotted.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 2px;
  margin: 18px 0;
  width: 409px;
}
@media screen and (max-width: 1439px) {
  .p-worries__textGroup__textList > ul > li::after {
    height: calc(2 / 1440 * 100vw);
    margin: calc(18 / 1440 * 100vw) 0;
    width: calc(409 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__textGroup__textList > ul > li::after {
    background-size: cover;
    height: calc(2 / 375 * 100vw);
    margin: calc(17 / 375 * 100vw) 0;
    width: calc(275 / 375 * 100vw);
  }
}
.p-worries__textGroup__textList > ul > li:last-child::after {
  display: none;
}
.p-worries__textGroup__textList__text {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-worries__textGroup__textList__text {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__textGroup__textList__text {
    flex-shrink: 0;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-worries__textGroup__textList__text::before {
  background-image: url(../images/icon_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 15px;
  width: 37px;
}
@media screen and (max-width: 1439px) {
  .p-worries__textGroup__textList__text::before {
    height: calc(32 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(37 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__textGroup__textList__text::before {
    flex-shrink: 0;
    height: calc(26 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}
.p-worries__textGroup__shadow {
  background-image: url(../images/worries_textGroup_shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 666px;
  left: 0;
  position: absolute;
  top: 0;
  width: 580px;
}
@media screen and (max-width: 1439px) {
  .p-worries__textGroup__shadow {
    height: calc(666 / 1440 * 100vw);
    width: calc(580 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worries__textGroup__shadow {
    background-image: url(../images/worries_textGroup_shadow_sp.png);
    height: calc(585 / 375 * 100vw);
    width: calc(380 / 375 * 100vw);
  }
}

.p-cta {
  border-bottom: 2px solid #1896B9;
}
.p-cta__inner {
  padding-bottom: 150px;
  padding-top: 130px;
}
@media screen and (max-width: 1439px) {
  .p-cta__inner {
    padding-bottom: calc(150 / 1440 * 100vw);
    padding-top: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-bottom: calc(80 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-cta__text {
  font-size: 4rem;
  font-weight: bold;
  line-height: 65px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-cta__text {
    font-size: calc(40 / 1440 * 100vw);
    line-height: calc(65 / 1440 * 100vw);
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    white-space: nowrap;
  }
}
.p-cta__buttonBox {
  margin: 0 auto;
  position: relative;
  width: 480px;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox {
    width: calc(480 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox {
    width: 100%;
  }
}
.p-cta__buttonBox a {
  display: block;
}
.p-cta__buttonBox__button {
  background-image: url(../images/button_cta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 80px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__button {
    height: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__button {
    background-image: url(../images/button_cta_sp.png);
    height: calc(65 / 375 * 100vw);
  }
}
.p-cta__buttonBox__shadow {
  background-image: url(../images/button_cta_shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 170px;
  left: -30px;
  position: absolute;
  top: -30px;
  width: 570px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-cta__buttonBox__shadow {
    height: calc(170 / 1440 * 100vw);
    left: calc(-30 / 1440 * 100vw);
    top: calc(-30 / 1440 * 100vw);
    width: calc(570 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__buttonBox__shadow {
    height: calc(155 / 375 * 100vw);
    left: calc(-30 / 375 * 100vw);
    top: calc(-30 / 375 * 100vw);
    width: calc(425 / 375 * 100vw);
  }
}

.p-strongPoint {
  border-bottom: 2px solid #1896B9;
}
@media screen and (max-width: 767px) {
  .p-strongPoint {
    border-bottom: 1px solid #1896B9;
  }
}
.p-strongPoint__inner {
  padding-bottom: 160px;
  padding-top: 195px;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__inner {
    padding-bottom: calc(160 / 1440 * 100vw);
    padding-top: calc(195 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__inner {
    padding-bottom: calc(76 / 375 * 100vw);
    padding-top: calc(75 / 375 * 100vw);
  }
}
.p-strongPoint__titleBox {
  margin-bottom: 226px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__titleBox {
    margin-bottom: calc(226 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__titleBox {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.p-strongPoint__titleBox__titleEn {
  background-image: url(../images/strongPoint_titleEn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 97px;
  margin-bottom: 25px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__titleBox__titleEn {
    height: calc(97 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__titleBox__titleEn {
    background-image: url(../images/strongPoint_titleEn_sp.svg);
    height: calc(104 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-strongPoint__titleBox__titleJa {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__titleBox__titleJa {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__titleBox__titleJa {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__strongPointList > ul > li {
    margin-top: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__strongPointList > ul > li:first-child {
    margin-top: 0;
  }
}
.p-strongPoint__strongPointList > ul > li:nth-child(2n) .p-strongPoint__strongPointList__strongPointBox {
  flex-direction: row;
  margin-left: -220px;
  margin-right: 0;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__strongPointList > ul > li:nth-child(2n) .p-strongPoint__strongPointList__strongPointBox {
    margin-left: calc(-220 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__strongPointList > ul > li:nth-child(2n) .p-strongPoint__strongPointList__strongPointBox {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__strongPointList > ul > li:nth-child(2n) .p-strongPoint__strongPointList__strongPointBox__image {
    margin-left: calc(-20 / 375 * 100vw);
  }
}
.p-strongPoint__strongPointList__strongPointBox {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-right: -220px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__strongPointList__strongPointBox {
    margin-right: calc(-220 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__strongPointList__strongPointBox {
    display: block;
    margin-right: 0;
  }
}
.p-strongPoint__strongPointList__strongPointBox__image {
  width: 590px;
}
.p-strongPoint__strongPointList__strongPointBox__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__strongPointList__strongPointBox__image {
    width: calc(590 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__strongPointList__strongPointBox__image {
    width: calc(355 / 375 * 100vw);
  }
}
.p-strongPoint__strongPointList__strongPointBox__textBox {
  flex-shrink: 0;
  width: 500px;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__strongPointList__strongPointBox__textBox {
    width: calc(500 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__strongPointList__strongPointBox__textBox {
    margin-top: calc(50 / 375 * 100vw);
    width: 100%;
  }
}
.p-strongPoint__strongPointList__strongPointBox__textBox__number {
  margin-bottom: 40px;
  width: 80px;
}
.p-strongPoint__strongPointList__strongPointBox__textBox__number img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__strongPointList__strongPointBox__textBox__number {
    margin-bottom: calc(40 / 1440 * 100vw);
    width: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__strongPointList__strongPointBox__textBox__number {
    margin-bottom: calc(30 / 375 * 100vw);
    width: calc(75 / 375 * 100vw);
  }
}
.p-strongPoint__strongPointList__strongPointBox__textBox__title {
  color: #1896B9;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  margin-bottom: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__strongPointList__strongPointBox__textBox__title {
    font-size: calc(28 / 1440 * 100vw);
    line-height: calc(40 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__strongPointList__strongPointBox__textBox__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    white-space: normal;
  }
}
.p-strongPoint__strongPointList__strongPointBox__textBox__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 30px;
  width: 490px;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__strongPointList__strongPointBox__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    width: calc(490 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__strongPointList__strongPointBox__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    width: 100%;
  }
}
.p-strongPoint__buttonBox {
  margin: 190px auto 0;
  position: relative;
  width: 480px;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__buttonBox {
    margin: calc(190 / 1440 * 100vw) auto 0;
    width: calc(480 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__buttonBox {
    margin: calc(60 / 375 * 100vw) auto 0;
    width: 100%;
  }
}
.p-strongPoint__buttonBox a {
  display: block;
}
.p-strongPoint__buttonBox__button {
  background-image: url(../images/button_cta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 80px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__buttonBox__button {
    height: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__buttonBox__button {
    background-image: url(../images/button_cta_sp.png);
    height: calc(65 / 375 * 100vw);
  }
}
.p-strongPoint__buttonBox__shadow {
  background-image: url(../images/button_cta_shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 170px;
  left: -30px;
  position: absolute;
  top: -30px;
  width: 570px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-strongPoint__buttonBox__shadow {
    height: calc(170 / 1440 * 100vw);
    left: calc(-30 / 1440 * 100vw);
    top: calc(-30 / 1440 * 100vw);
    width: calc(570 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-strongPoint__buttonBox__shadow {
    height: calc(155 / 375 * 100vw);
    left: calc(-30 / 375 * 100vw);
    top: calc(-30 / 375 * 100vw);
    width: calc(425 / 375 * 100vw);
  }
}

.p-faq {
  background-color: #EAEBEB;
}
.p-faq__inner {
  padding-bottom: 140px;
  padding-top: 150px;
}
@media screen and (max-width: 1439px) {
  .p-faq__inner {
    padding-bottom: calc(140 / 1440 * 100vw);
    padding-top: calc(150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-bottom: calc(65 / 375 * 100vw);
    padding-top: calc(70 / 375 * 100vw);
  }
}
.p-faq__titleBox {
  margin-bottom: 140px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-faq__titleBox {
    margin-bottom: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__titleBox {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.p-faq__titleBox__titleEn {
  background-image: url(../images/faq_titleEn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 72px;
  margin-bottom: 25px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-faq__titleBox__titleEn {
    height: calc(72 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__titleBox__titleEn {
    height: calc(28 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-faq__titleBox__titleJa {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-faq__titleBox__titleJa {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__titleBox__titleJa {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-faq__faqList > ul > li {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList > ul > li {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList > ul > li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-faq__faqList > ul > li:first-child {
  margin-top: 0;
}
.p-faq__faqList__faqBox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  background-color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox {
    border-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox {
    border-radius: calc(10 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__q {
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  color: #1896B9;
  display: flex;
  flex-shrink: 0;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  padding: 24px 72px 24px 22px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__q {
    border-radius: calc(10 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    padding: calc(24 / 1440 * 100vw) calc(72 / 1440 * 100vw) calc(24 / 1440 * 100vw) calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__q {
    border-radius: calc(10 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding: calc(24 / 375 * 100vw) calc(60 / 375 * 100vw) calc(24 / 375 * 100vw) calc(22 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__q::before {
  background-image: url(../images/icon_q_off.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 22px;
  margin-right: 40px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__q::before {
    height: calc(22 / 1440 * 100vw);
    margin-right: calc(40 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__q::before {
    height: calc(22 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    width: calc(24 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__q::after {
  background-image: url(../images/icon_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 22px;
  margin: auto 0;
  position: absolute;
  right: 30px;
  top: 0;
  width: 22px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__q::after {
    height: calc(22 / 1440 * 100vw);
    right: calc(30 / 1440 * 100vw);
    width: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__q::after {
    height: calc(20 / 375 * 100vw);
    right: calc(18 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__a {
  display: none;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 30px;
  padding-bottom: 30px;
  padding-left: 85px;
  padding-right: 94px;
  padding-top: 30px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__a {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    padding-bottom: calc(30 / 1440 * 100vw);
    padding-left: calc(85 / 1440 * 100vw);
    padding-right: calc(94 / 1440 * 100vw);
    padding-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__a {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
    padding-left: calc(30 / 375 * 100vw);
    padding-right: calc(30 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__q {
  background-color: #1896B9;
  color: #ffffff;
}
.p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__q::before {
  background-image: url(../images/icon_q_on.svg);
}
.p-faq__faqList__faqBox.is-open .p-faq__faqList__faqBox__q::after {
  background-image: url(../images/icon_minus.svg);
}

.p-case {
  position: relative;
}
.p-case::before {
  background-image: url(../images/bg_case.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 940px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-case::before {
    height: calc(940 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case::before {
    height: calc(267 / 375 * 100vw);
  }
}
.p-case__inner {
  padding-bottom: 90px;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-case__inner {
    padding-bottom: calc(90 / 1440 * 100vw);
    padding-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__inner {
    padding-bottom: calc(320 / 375 * 100vw);
    padding-top: calc(35 / 375 * 100vw);
  }
}
.p-case__titleBox {
  margin-bottom: 150px;
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-case__titleBox {
    margin-bottom: calc(150 / 1440 * 100vw);
    margin-top: calc(150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__titleBox {
    margin-bottom: calc(40 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-case__titleBox__titleEn {
  background-image: url(../images/case_titleEn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 73px;
  margin-bottom: 48px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-case__titleBox__titleEn {
    height: calc(73 / 1440 * 100vw);
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__titleBox__titleEn {
    height: calc(45 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-case__titleBox__titleJa {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-case__titleBox__titleJa {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__titleBox__titleJa {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-case__caseList {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-case__caseList {
    pointer-events: auto;
  }
}
.p-case__caseList .swiper-container {
  padding-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList .swiper-container {
    padding-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList .swiper-container {
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
.p-case__caseList .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-case__caseList .swiper-pagination {
    display: block;
  }
}
.p-case__caseList .swiper-slide {
  position: relative;
}
.p-case__caseList .swiper-slide::before {
  background-image: url(../images/bg_caseBox_shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 561px;
  left: 0;
  position: absolute;
  top: 0;
  width: 340px;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList .swiper-slide::before {
    height: calc(561 / 1440 * 100vw);
    width: calc(340 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList .swiper-slide::before {
    height: calc(561 / 375 * 100vw);
    width: calc(340 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox {
  background-color: #ffffff;
  border-radius: 20px;
  border-radius: 20px;
  margin: 0 auto;
  padding: 45px 25px;
  position: relative;
  width: 305px;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox {
    border-radius: calc(20 / 1440 * 100vw);
    padding: calc(45 / 1440 * 100vw) calc(25 / 1440 * 100vw);
    width: calc(305 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox {
    border-radius: calc(20 / 375 * 100vw);
    padding: calc(45 / 375 * 100vw) calc(25 / 375 * 100vw);
    width: calc(305 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__titleBox {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__titleBox {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__titleBox__title {
  color: #1896B9;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__titleBox__title {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__titleBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__titleBox__demogra {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__titleBox__demogra {
    font-size: calc(15 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__titleBox__demogra {
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__face {
  margin: 0 auto;
  width: 142px;
}
.p-case__caseList__caseBox__face img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__face {
    width: calc(142 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__face {
    width: calc(142 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__change {
  margin-top: 35px;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__change {
    margin-top: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__change {
    margin-top: calc(35 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__change__before {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-case__caseList__caseBox__change__before__label {
  width: 54px;
}
.p-case__caseList__caseBox__change__before__label img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__change__before__label {
    width: calc(54 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__change__before__label {
    width: calc(54 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__change__before__textBox {
  width: 186px;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__change__before__textBox {
    width: calc(186 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__change__before__textBox {
    width: calc(186 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__change__before__textBox__text {
  font-size: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__change__before__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__change__before__textBox__text {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__change__before__textBox__salary {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__change__before__textBox__salary {
    font-size: calc(16 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__change__before__textBox__salary {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__change__before::after {
  background-image: url(../images/icon_beforeAfter.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -24px;
  content: "";
  display: inline-block;
  height: 11px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 22px;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__change__before::after {
    bottom: calc(-24 / 1440 * 100vw);
    height: calc(11 / 1440 * 100vw);
    width: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__change__before::after {
    bottom: calc(-24 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
    width: calc(22 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__change__after {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__change__after {
    margin-top: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__change__after {
    margin-top: calc(36 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__change__after__label {
  width: 54px;
}
.p-case__caseList__caseBox__change__after__label img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__change__after__label {
    width: calc(54 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__change__after__label {
    width: calc(54 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__change__after__textBox {
  width: 186px;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__change__after__textBox {
    width: calc(186 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__change__after__textBox {
    width: calc(186 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__change__after__textBox__text {
  font-size: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__change__after__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__change__after__textBox__text {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-case__caseList__caseBox__change__after__textBox__salary {
  color: #1896B9;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-case__caseList__caseBox__change__after__textBox__salary {
    font-size: calc(20 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-case__caseList__caseBox__change__after__textBox__salary {
    font-size: calc(20 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-counselor__inner {
  padding-bottom: 240px;
  padding-top: 90px;
}
@media screen and (max-width: 1439px) {
  .p-counselor__inner {
    padding-bottom: calc(240 / 1440 * 100vw);
    padding-top: calc(90 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__inner {
    padding-bottom: calc(80 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
  }
}
.p-counselor__titleBox {
  margin-bottom: 120px;
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-counselor__titleBox {
    margin-bottom: calc(120 / 1440 * 100vw);
    margin-top: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__titleBox {
    margin-bottom: calc(60 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-counselor__titleBox__titleEn {
  background-image: url(../images/cunselor_titleEn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 97px;
  margin-bottom: 48px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-counselor__titleBox__titleEn {
    height: calc(97 / 1440 * 100vw);
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__titleBox__titleEn {
    height: calc(47 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-counselor__titleBox__titleJa {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-counselor__titleBox__titleJa {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__titleBox__titleJa {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-counselor__counselorList {
  margin: 0 auto;
  position: relative;
  width: 1040px;
}
@media screen and (max-width: 1439px) {
  .p-counselor__counselorList {
    width: calc(1040 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList {
    width: 100%;
  }
}
.p-counselor__counselorList > ul {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList > ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList > ul > li {
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList > ul > li:first-child {
    margin-top: 0;
  }
}
.p-counselor__counselorList .swiper-container {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList .swiper-container {
    display: none;
  }
}
.p-counselor__counselorList__counselorBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  .p-counselor__counselorList__counselorBox {
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList__counselorBox {
    display: block;
    padding: 0;
  }
}
.p-counselor__counselorList__counselorBox__thumbnailBox {
  position: relative;
  width: 410px;
}
@media screen and (max-width: 1439px) {
  .p-counselor__counselorList__counselorBox__thumbnailBox {
    width: calc(410 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList__counselorBox__thumbnailBox {
    width: 100%;
  }
}
.p-counselor__counselorList__counselorBox__thumbnailBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 480px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-counselor__counselorList__counselorBox__thumbnailBox__thumbnail {
    height: calc(480 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList__counselorBox__thumbnailBox__thumbnail {
    height: calc(237 / 375 * 100vw);
  }
}
.p-counselor__counselorList__counselorBox__thumbnailBox__shadow {
  background-image: url(../images/counselor_thumbnail_shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 571px;
  left: 0;
  position: absolute;
  top: 0;
  width: 500px;
}
@media screen and (max-width: 1439px) {
  .p-counselor__counselorList__counselorBox__thumbnailBox__shadow {
    height: calc(571 / 1440 * 100vw);
    width: calc(500 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList__counselorBox__thumbnailBox__shadow {
    background-image: url(../images/counselor_thumbnail_shadow_sp.png);
    height: calc(327 / 375 * 100vw);
    left: calc(-30 / 375 * 100vw);
    top: calc(-30 / 375 * 100vw);
    width: calc(425 / 375 * 100vw);
  }
}
.p-counselor__counselorList__counselorBox__textBox {
  flex-shrink: 0;
  width: 460px;
}
@media screen and (max-width: 1439px) {
  .p-counselor__counselorList__counselorBox__textBox {
    width: calc(460 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList__counselorBox__textBox {
    margin-top: calc(30 / 375 * 100vw);
    width: 100%;
  }
}
.p-counselor__counselorList__counselorBox__textBox__title {
  color: #1896B9;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-counselor__counselorList__counselorBox__textBox__title {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList__counselorBox__textBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(33 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-counselor__counselorList__counselorBox__textBox__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-counselor__counselorList__counselorBox__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList__counselorBox__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-counselor__counselorList__counselorBox--counselor1 .p-counselor__counselorList__counselorBox__thumbnailBox__thumbnail {
  background-image: url(../images/counselor_thumbnail_1.png);
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList__counselorBox--counselor1 .p-counselor__counselorList__counselorBox__thumbnailBox__thumbnail {
    background-image: url(../images/counselor_thumbnail_1_sp.png);
  }
}
.p-counselor__counselorList__counselorBox--counselor2 .p-counselor__counselorList__counselorBox__thumbnailBox__thumbnail {
  background-image: url(../images/counselor_thumbnail_2.png);
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList__counselorBox--counselor2 .p-counselor__counselorList__counselorBox__thumbnailBox__thumbnail {
    background-image: url(../images/counselor_thumbnail_2_sp.png);
  }
}
.p-counselor__counselorList__counselorBox--counselor3 .p-counselor__counselorList__counselorBox__thumbnailBox__thumbnail {
  background-image: url(../images/counselor_thumbnail_3.png);
}
@media screen and (max-width: 767px) {
  .p-counselor__counselorList__counselorBox--counselor3 .p-counselor__counselorList__counselorBox__thumbnailBox__thumbnail {
    background-image: url(../images/counselor_thumbnail_3_sp.png);
  }
}

.p-service {
  position: relative;
}
/* .p-service::before {
  background-image: url(../images/bg_service.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 337px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
} */
@media screen and (max-width: 1439px) {
  .p-service::before {
    height: calc(337 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service::before {
    height: calc(138 / 375 * 100vw);
  }
}
.p-service__inner {
  padding-bottom: 200px;
  /* padding-top: 430px; */
}
@media screen and (max-width: 1439px) {
  .p-service__inner {
    padding-bottom: calc(200 / 1440 * 100vw);
    /* padding-top: calc(430 / 1440 * 100vw); */
  }
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    padding-bottom: calc(70 / 375 * 100vw);
    /* padding-top: calc(150 / 375 * 100vw); */
  }
}
.p-service__titleBox {
  margin-bottom: 120px;
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-service__titleBox {
    margin-bottom: calc(120 / 1440 * 100vw);
    margin-top: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__titleBox {
    margin-bottom: calc(60 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-service__titleBox__titleEn {
  background-image: url(../images/service_titleEn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 97px;
  margin-bottom: 48px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-service__titleBox__titleEn {
    height: calc(97 / 1440 * 100vw);
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__titleBox__titleEn {
    height: calc(45 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-service__titleBox__titleJa {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-service__titleBox__titleJa {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__titleBox__titleJa {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-service__serviceList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-service__serviceList > ul {
    display: block;
  }
}
.p-service__serviceList > ul > li {
  width: 184px;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList > ul > li {
    width: calc(184 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList > ul > li {
    border-top: 1px solid #EAEBEB;
    margin-top: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__titleBox {
    align-items: center;
    display: flex;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-service__serviceList__serviceBox__titleBox__number {
  margin: 0 auto 55px;
  width: 70px;
}
.p-service__serviceList__serviceBox__titleBox__number img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__titleBox__number {
    margin: 0 auto calc(55 / 1440 * 100vw);
    width: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__titleBox__number {
    margin: 0;
    width: calc(60 / 375 * 100vw);
  }
}
.p-service__serviceList__serviceBox__titleBox__title {
  color: #1896B9;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__titleBox__title {
    font-size: calc(20 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__titleBox__title {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: 0;
    text-align: center;
    width: calc(190 / 375 * 100vw);
  }
}
.p-service__serviceList__serviceBox__text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-service__serviceList__serviceBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__serviceList__serviceBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-contact__header {
  margin-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .p-contact__header {
    margin-bottom: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__header {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.p-contact__header__titleBox {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 1439px) {
  .p-contact__header__titleBox {
    padding-bottom: calc(80 / 1440 * 100vw);
    padding-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__header__titleBox {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(55 / 375 * 100vw);
  }
}
.p-contact__header__titleBox__titleEn {
  background-image: url(../images/contact_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 76px;
  margin-bottom: 48px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-contact__header__titleBox__titleEn {
    height: calc(76 / 1440 * 100vw);
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__header__titleBox__titleEn {
    height: calc(45 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-contact__header__titleBox__titleJa {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-contact__header__titleBox__titleJa {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__header__titleBox__titleJa {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-contact__header__text {
  color: #1896B9;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-contact__header__text {
    font-size: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__header__text {
    font-size: calc(25 / 375 * 100vw);
    letter-spacing: 0;
  }
}
.p-contact__content {
  background-image: url(../images/bg_contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 1100px;
}
@media screen and (max-width: 1439px) {
  .p-contact__content {
    height: calc(1100 / 1440 * 110vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    background-image: url(../images/bg_contact_sp.png);
    background-position: bottom;
    background-size: contain;
    height: auto;
  }
}
.p-contact__content__inner {
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-contact__content__inner {
    padding-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__content__inner {
    padding-bottom: calc(460 / 375 * 100vw);
    padding-top: 0;
  }
}

.p-footer {
  background-color: #122232;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-bottom: calc(10 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-footer__container {
  margin: 0 auto;
  width: 1240px;
}
@media screen and (max-width: 1439px) {
  .p-footer__container {
    width: calc(1024 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__container {
    width: calc(335 / 375 * 100vw);
  }
}
.p-footer__content {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  height: 140px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-footer__content {
    height: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    display: block;
    height: auto;
  }
}
.p-footer__content__navList > ul {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__content__navList > ul {
    display: block;
  }
}
.p-footer__content__navList > ul > li {
  margin-left: 15px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__navList > ul > li {
    margin-left: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__navList > ul > li {
    margin-left: 0;
  }
}
.p-footer__content__navList > ul > li:first-child {
  margin-left: 0;
}
.p-footer__content__navList > ul a {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 20px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__navList > ul a {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__navList > ul a {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-footer__content__logoBox {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__content__logoBox {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-footer__content__logoBox__logo {
  width: 120px;
}
.p-footer__content__logoBox__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__logoBox__logo {
    width: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__logoBox__logo {
    width: calc(100 / 375 * 100vw);
  }
}
.p-footer__content__logoBox__logo a {
  display: block;
}
.p-footer__content__logoBox__text {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 20px;
  margin-left: 40px;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__logoBox__text {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-left: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__logoBox__text {
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.04em;
    line-height: calc(20 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
.p-footer__content__copyright {
  bottom: 30px;
  color: #ffffff;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .p-footer__content__copyright {
    bottom: calc(30 / 1440 * 100vw);
    font-size: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content__copyright {
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    text-align: center;
  }
}

.p-privacy {
  background-color: #ffffff;
  height: 700px;
  overflow: scroll;
  width: 1000px;
}
@media screen and (max-width: 1439px) {
  .p-privacy {
    height: calc(700 / 1440 * 100vw);
    width: calc(1000 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy {
    height: calc(600 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
  }
}
.p-privacy__inner {
  padding: 80px 70px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__inner {
    padding: calc(80 / 1440 * 100vw) calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding: calc(45 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-privacy__content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-privacy__content h2 {
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content h2 {
    font-size: calc(25 / 375 * 100vw);
  }
}
.p-privacy__content h2 + * {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__content h2 + * {
    margin-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content h2 + * {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-privacy__content h3 {
  border-bottom: 1px solid #333333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__content h3 {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
    padding-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content h3 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.p-privacy__content h4 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 27px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__content h4 {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content h4 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-privacy__content h4 + * {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__content h4 + * {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content h4 + * {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-privacy__content h5 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 27px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__content h5 {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content h5 {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-privacy__content p {
  font-size: 1.4rem;
  line-height: 27px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__content p {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-privacy__content p + * {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__content p + * {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content p + * {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-privacy__content p + h3 {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .p-privacy__content p + h3 {
    margin-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content p + h3 {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-privacy__content p.align-right {
  text-align: right;
}

.p-thanks__inner {
  padding-bottom: 270px;
  padding-top: 270px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__inner {
    padding-bottom: calc(270 / 1440 * 100vw);
    padding-top: calc(270 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding-bottom: calc(160 / 375 * 100vw);
    padding-top: calc(120 / 375 * 100vw);
  }
}
.p-thanks__content__textBox__text1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__textBox__text1 {
    font-size: calc(25 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__textBox__text1 {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(45 / 375 * 100vw);
    margin-bottom: calc(3s0 / 375 * 100vw);
  }
}
.p-thanks__content__textBox__text2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__textBox__text2 {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__textBox__text2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-thanks__content__buttonBox {
  margin: 50px auto 0;
  position: relative;
  width: 265px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__buttonBox {
    margin: calc(50 / 1440 * 100vw) auto 0;
    width: calc(265 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__buttonBox {
    margin: calc(50 / 375 * 100vw) auto 0;
    width: calc(265 / 375 * 100vw);
  }
}
.p-thanks__content__buttonBox a {
  display: block;
}
.p-thanks__content__buttonBox__button {
  background-image: url(../images/button_topTop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 51px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-thanks__content__buttonBox__button {
    height: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__content__buttonBox__button {
    background-image: url(../images/button_topTop_sp.png);
    height: calc(51 / 375 * 100vw);
  }
}