@charset "UTF-8";
/* ヒラギノ角ゴ */
/* ヒラギノ明朝 */
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "NotoSansJP";
  src: url("../../dist/fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "NotoSansJP";
  src: url("../../dist/fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  font-family: "NotoSansJP";
  src: url("../../dist/fonts/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "NotoSansJP";
  src: url("../../dist/fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-family: "NotoSansJP";
  src: url("../../dist/fonts/NotoSansJP-Black.ttf") format("truetype");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.5641025641vw;
}
@media (min-width: 390px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8620689655vw;
  }
}
@media (min-width: 1160px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "NotoSansJP", sans-serif;
  line-height: 1.5;
  font-weight: normal;
  font-size: 1.6rem;
  color: #2A2A2A;
}
body.is-active {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #2A2A2A;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  font: inherit;
  padding: 0;
  margin: 0;
}

.l-header {
  background-color: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

.l-header__inner {
  width: 100%;
  padding: 0 1.6rem 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0 0 0 4.6rem;
  }
}

.l-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.6rem;
}
@media screen and (min-width: 768px) {
  .l-header__body {
    height: 7.2rem;
  }
}

.l-header__logoImg {
  width: 7.3rem;
}
@media screen and (min-width: 768px) {
  .l-header__logoImg {
    width: 10.3rem;
  }
}

.l-header__nav {
  position: absolute;
  top: 5.6rem;
  right: 0;
  left: 0;
  margin: auto;
  padding-top: 8rem;
  width: 100%;
  height: calc(100vh - 5.6rem);
  background-color: #2A2A2A;
  overflow: scroll;
  z-index: 10;
  -webkit-transform: translateX(50rem);
          transform: translateX(50rem);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.l-header__nav.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    overflow: visible;
    display: block;
    position: static;
    margin: 0;
    margin: initial;
    padding: 0;
    width: auto;
    width: initial;
    height: auto;
    height: initial;
    background-color: transparent;
    background-color: initial;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.l-header__list {
  padding: 0 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .l-header__list {
    width: 100%;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-header__item {
  position: relative;
  width: 100%;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-header__item {
    width: auto;
    width: initial;
    font-size: 2rem;
  }
}
.l-header__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header__item > a {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    height: 7.2rem;
    color: #2A2A2A;
  }
}
.l-header__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  font-family: "futura-pt-bold", sans-serif;
}
.l-header__item:first-child::after {
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  border-top: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .l-header__item:first-child::after {
    display: none;
  }
}
.l-header__item:nth-child(2) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-header__item:nth-child(2) {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.3rem;
       -moz-column-gap: 1.3rem;
            column-gap: 1.3rem;
  }
}
.l-header__item:nth-child(2)::after {
  display: block;
  content: "";
  width: 1.4rem;
  height: 0.7rem;
  background-color: #2A2A2A;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.l-header__item:nth-child(2) > a {
  position: relative;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem dashed #fff;
}
@media screen and (min-width: 768px) {
  .l-header__item:nth-child(2) > a {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.l-header__item:last-child {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-header__item:last-child {
    margin-top: 0;
  }
}
.l-header__item:last-child > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(42rem, 100%);
  height: 5.6rem;
  border-radius: 3rem;
  background-color: #fff;
  font-size: 2rem;
  color: #2A2A2A;
}
@media screen and (min-width: 768px) {
  .l-header__item:last-child > a {
    width: 28.4rem;
    height: 7.2rem;
    padding-right: 2.4rem;
    border-radius: 4rem 0 0 4rem;
    background-color: #2A2A2A;
    font-weight: 700;
    color: #fff;
  }
}
.l-header__item:last-child > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 4rem;
  display: block;
  content: "";
  width: 0.7rem;
  height: 1.4rem;
  background-color: #2A2A2A;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 768px) {
  .l-header__item:last-child > a::after {
    display: none;
  }
}
.l-header__item:last-child > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../../dist/img/icon_arrow_tri.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .l-header__subNav {
    display: block;
    width: 18rem;
    position: absolute;
    top: 7.2rem;
    left: -3.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
  }
  .l-header__subNav.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.l-header__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-header__subItem {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-header__subItem {
    margin-top: 0;
  }
}
.l-header__subItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  font-weight: 600;
  font-size: 2.4rem;
  color: #fff;
}
.l-header__subItem a::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-top: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .l-header__subItem a::after {
    display: none;
  }
}
.l-header__subItem a br {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__subItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    width: 100%;
    padding: 2rem 0;
    background-color: #fff;
    font-size: 2rem;
    color: #2A2A2A;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .l-header__subItem a:hover {
    background-color: #2A2A2A;
    color: #fff;
  }
  .l-header__subItem a br {
    display: block;
  }
}

.l-footer {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 4rem 0 1.6rem;
  }
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-footer__item {
  width: 100%;
  border-bottom: 1px dashed #000;
}
.l-footer__item:first-of-type {
  border-top: 1px dashed #000;
}
@media screen and (min-width: 768px) {
  .l-footer__item {
    width: auto;
    width: initial;
    border-bottom: none;
  }
  .l-footer__item:first-of-type {
    border-top: none;
  }
}
.l-footer__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5.6rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
}
.l-footer__item > a:not(.js-subNav)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../../dist/img/icon_arrow_black.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-footer__item > a:not(.js-subNav)::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__item > a {
    width: auto;
    width: initial;
    height: auto;
    height: initial;
    border-bottom: none;
    text-decoration: underline;
  }
  .l-footer__item > a::after {
    display: none;
  }
}
.l-footer__item > a.js-subNav {
  cursor: pointer;
}
.l-footer__item > a.js-subNav.is-active {
  background-color: #2A2A2A;
  color: #fff;
}
.l-footer__item > a.js-subNav.is-active span::before, .l-footer__item > a.js-subNav.is-active span::after {
  background-color: #fff;
}
.l-footer__item > a.js-subNav span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__item > a.js-subNav span::before, .l-footer__item > a.js-subNav span::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #2A2A2A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer__item > a.js-subNav span::before, .l-footer__item > a.js-subNav span::after {
    width: 2.3rem;
    height: 0.3rem;
  }
}
.l-footer__item > a.js-subNav span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-footer__item > a.js-subNav span.is-active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .l-footer__item > a.js-subNav span {
    display: none;
  }
}
.l-footer__item.has-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__item.has-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer__item.has-child > a {
  text-decoration: none;
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__item.has-child > a::after {
    display: block;
    content: "";
    width: 2.4rem;
    height: 0.1rem;
    background-color: #2A2A2A;
  }
}

.l-footer__subNav {
  width: 100%;
  display: none;
}
.l-footer__subNav.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__subNav {
    display: block;
    width: auto;
    width: initial;
  }
}

.l-footer__subList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subList {
    width: auto;
    width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-footer__subItem {
  width: 100%;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subItem {
    width: auto;
    width: initial;
    text-decoration: underline;
  }
}
.l-footer__subItem a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5.6rem;
  border-bottom: 1px dashed #000;
}
.l-footer__subItem a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../../dist/img/icon_arrow_black.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-footer__subItem a {
    width: auto;
    width: initial;
    height: auto;
    height: initial;
    display: block;
    border-bottom: none;
  }
  .l-footer__subItem a::after {
    display: none;
  }
}

.l-footer__copyright {
  text-align: center;
  margin-top: 8rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 1.4rem;
    margin-top: 4rem;
  }
}

.l-inner {
  max-width: 108.8rem;
  padding: 0 2.4rem;
  margin-inline: auto;
}

.l-max-inner {
  max-width: 132.8rem;
  padding: 0 2.4rem;
  margin-inline: auto;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  width: 40rem;
  height: 7.2rem;
  background-color: #06C755;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 5rem;
  -webkit-box-shadow: 0 0.6rem 0 #266d34;
          box-shadow: 0 0.6rem 0 #266d34;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn:hover .c-btn__text:after {
  right: -4.5rem;
}

.c-btn__text {
  position: relative;
  display: block;
}
.c-btn__text:before {
  content: "";
  position: absolute;
  left: -4.6rem;
  top: 0;
  bottom: 0;
  margin-block: auto;
  display: inline-block;
  width: 3.942rem;
  height: 3.785rem;
  background-image: url(../../dist/img/icon_line.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn__text:after {
  content: "";
  position: absolute;
  right: -4rem;
  top: 0;
  bottom: 0;
  margin-block: auto;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-image: url(../../dist/img/icon_arrow_white.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-hamburger {
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger__lines {
  width: 2.7rem;
  height: 1.8rem;
  position: relative;
}
.c-hamburger__lines span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #000;
  border-radius: 0.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-hamburger__lines span:first-child {
  top: 0;
}
.c-hamburger__lines span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-hamburger__lines span:last-child {
  bottom: 0;
}
.c-hamburger__lines.is-active span {
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-hamburger__lines.is-active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger__lines.is-active span:nth-child(2) {
  opacity: 0;
}
.c-hamburger__lines.is-active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-op {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-op:hover {
  opacity: 0.7;
}

.c-pagination {
  margin-top: 4rem;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #2A2A2A;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2A2A2A;
}
.page-numbers.current {
  background-color: #2A2A2A;
  color: #fff;
}
.page-numbers:not(.dots):hover {
  opacity: 1;
  background-color: #2A2A2A;
  color: #fff;
}

.splide__slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-family: "futura-pt-bold", sans-serif;
  line-height: 1.33;
  font-weight: 700;
  font-size: 6.4rem;
  color: #D6E7F7;
}
@media screen and (min-width: 768px) {
  .splide__slide {
    font-size: 12.8rem;
  }
}
.p-topDescription .splide__slide {
  color: #fff;
}

.p-entry {
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-entry {
    padding: 12rem 0;
  }
}

.p-entry__area {
  background: rgb(248, 87, 166);
  background: linear-gradient(135deg, rgb(248, 87, 166) 0%, rgb(255, 88, 88) 100%);
  padding: 1.4rem 0 2rem;
  border-radius: 50rem;
  height: 12rem;
}
@media screen and (min-width: 768px) {
  .p-entry__area {
    padding: 3rem 0 4rem;
    height: 29.6rem;
  }
}

.p-entry__text {
  text-align: center;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-entry__text {
    font-size: 9.3rem;
  }
}

.p-entry__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.8rem;
  margin-inline: auto;
  width: 24rem;
  height: 4rem;
  background-color: #2A2A2A;
  border-radius: 5rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-entry__btn {
    margin-top: 0;
    width: 40rem;
    height: 8.8rem;
    font-size: 2.4rem;
    padding-right: 2.4rem;
  }
}
.p-entry__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../../dist/img/icon_arrow_tri.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-entry__btn::after {
    right: 4.8rem;
    width: 4rem;
    height: 4rem;
  }
}

.p-formEntry {
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .p-formEntry {
    padding: 12rem 0;
  }
}

.p-formEntry__head {
  text-align: center;
}

.p-formEntry__entitle {
  font-family: "futura-pt-bold", sans-serif;
  line-height: 1.35;
  font-weight: 700;
  font-size: 4.8rem;
  color: #D6E7F7;
}
@media screen and (min-width: 768px) {
  .p-formEntry__entitle {
    font-size: 12.8rem;
  }
}

.p-formEntry__jatitle {
  margin-top: 1.6rem;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-formEntry__jatitle {
    margin-top: 2.4rem;
    font-size: 4.8rem;
  }
}

.p-formEntry__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-formEntry__body {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-formEntry__box {
    padding: 6.4rem;
    -webkit-box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, .1);
            box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, .1);
  }
}

.p-formEntry__row:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-formEntry__row:not(:first-child) {
    margin-top: 3.2rem;
  }
}

.p-formEntry__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

.p-formEntry__name {
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-formEntry__name {
    font-size: 1.6rem;
  }
}

.p-formEntry__require {
  width: 4rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F84F65;
  color: #fff;
  font-size: 1.2rem;
}

.p-formEntry__input {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-formEntry__input {
    margin-top: 1.6rem;
  }
}
.p-formEntry__input input[type=text],
.p-formEntry__input input[type=email],
.p-formEntry__input input[type=tel] {
  width: 100%;
  height: 4.8rem;
  padding: 0 1.6rem;
  border: 1px solid #C7C7CC;
  border-radius: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-formEntry__input input[type=text],
  .p-formEntry__input input[type=email],
  .p-formEntry__input input[type=tel] {
    height: 4rem;
  }
}

.p-formEntry__term {
  margin-top: 4rem;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-formEntry__term {
    text-align: center;
    font-size: 1.6rem;
  }
}
.p-formEntry__term a {
  color: #0033CC;
  text-decoration: underline;
}

.p-formEntry__btn {
  margin-top: 4rem;
  width: min(40rem, 100%);
  position: relative;
  margin-inline: auto;
}
.p-formEntry__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 3.2rem;
  width: 4rem;
  height: 4rem;
  background-image: url(../../dist/img/icon_arrow_tri.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-formEntry__btn::after {
    right: 4.8rem;
  }
}
.p-formEntry__btn input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(40rem, 100%);
  height: 6.4rem;
  border-radius: 5rem;
  background-color: #2A2A2A;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-formEntry__btn input[type=submit] {
    width: 40rem;
    height: 8.8rem;
    font-size: 2.4rem;
  }
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

input[type=checkbox] {
  margin-right: 1rem;
}

.p-formThanks {
  padding: 10.6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-formThanks {
    padding: 15.2rem 0 12rem;
  }
}

.p-formThanks__inner {
  padding: 0 1.6rem;
}

.p-formThanks__title {
  word-break: keep-all;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-formThanks__title {
    font-size: 3.6rem;
  }
}

.p-formThanks__text {
  margin-top: 4rem;
  word-break: keep-all;
  text-align: center;
  line-height: 1.7;
  font-size: 1.6rem;
}

.p-formThanks__comment {
  margin-top: 2.64rem;
  text-align: center;
  line-height: 1.7;
  font-size: 1.6rem;
}

.p-formThanks__btn {
  margin-top: 4rem;
}

.p-modal {
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 4rem;
  margin-left: 1.6rem;
  height: max(100vh, 100%);
  background-color: #fff;
  border-radius: 1.6rem 0 0 1.6rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .p-modal {
    width: min(100%, 1040px);
    padding: 8rem;
    border-radius: 4rem 0 0 4rem;
  }
}
.p-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.p-modal_bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 25, 25, .7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 999;
}
.p-modal_bg.is-active {
  opacity: 1;
  visibility: visible;
}

.p-modal__head {
  font-weight: 700;
}

.p-modal__name {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-modal__name {
    font-size: 2.4rem;
  }
}

.p-modal__post {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-modal__post {
    font-size: 2rem;
  }
}

.p-modal__body {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-modal__body {
    display: block;
    margin-top: 5.4rem;
  }
}

.p-modal__columns {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-modal__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2.4rem 4rem;
  }
}

.p-modal__figures {
  display: contents;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-modal__figures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.4rem;
    width: 36.3636%;
  }
}

.p-modal__figure img {
  border-radius: 2rem;
}
.p-modal__figure:first-of-type {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

.p-modal__desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 768px) {
  .p-modal__desc {
    width: 59.0909%;
  }
}

.p-modal__boxHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem 2.4rem;
  font-weight: 700;
  color: #003F98;
}
@media screen and (min-width: 768px) {
  .p-modal__boxHead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-modal__boxNum {
  font-family: "futura-pt-bold", sans-serif;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-modal__boxNum {
    font-size: 2.8rem;
  }
}

.p-modal__boxtitle {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-modal__boxtitle {
    font-size: 2rem;
  }
}

.p-modal__boxText {
  margin-top: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-modal__boxText {
    margin-top: 2.4rem;
  }
}

.p-modal__close {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background-color: #2A2A2A;
  border-radius: 50%;
  position: fixed;
  top: 2rem;
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-modal__close {
    width: 8rem;
    height: 8rem;
    top: 4rem;
    right: 4rem;
  }
}
.p-modal__close::before, .p-modal__close::after {
  content: "";
  width: 2.1rem;
  height: 0.25rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-modal__close::before, .p-modal__close::after {
    width: 4.2rem;
    height: 0.5rem;
  }
}
.p-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-recruitContent {
  overflow: hidden;
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent {
    overflow: visible;
    padding-bottom: 12rem;
  }
}

.p-recruitContent__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem 12.8rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-recruitContent__head {
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem 0.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
._doctor .p-recruitContent__head {
  color: #0060B1;
}
._nurse .p-recruitContent__head {
  color: #FA5895;
}
._counselor .p-recruitContent__head {
  color: #C077D3;
}
._office .p-recruitContent__head {
  color: #FF595B;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__head {
    position: sticky;
    top: 0;
    padding-top: 12rem;
    width: 39.6154%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruitContent__head._second {
    display: none;
  }
}

.p-recruitContent__headNum {
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  font-weight: 500;
  font-style: italic;
  font-size: 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__headNum {
    line-height: 12.8rem;
    font-size: 10.8rem;
  }
}

.p-recruitContent__headTitle {
  line-height: 1.7;
  font-weight: 600;
  font-size: 2.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__headTitle {
    font-size: 4.8rem;
  }
}

.p-recruitContent__scroll {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__scroll {
    display: block;
    overflow: visible;
    padding-top: 12rem;
    width: 48.0769%;
  }
}

.p-recruitContent__area {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-recruitContent__area::-webkit-scrollbar {
  display: none;
}
.p-recruitContent__area:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__area:not(:first-child) {
    margin-top: 12rem;
    padding-top: 12rem;
  }
}

.p-recruitContent__box:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__box:not(:first-child) {
    margin-top: 6.4rem;
  }
}

.p-recruitContent__boxTitle {
  line-height: 1.7;
  font-weight: 600;
  font-size: 2rem;
}
._doctor .p-recruitContent__boxTitle {
  color: #0060B1;
}
._nurse .p-recruitContent__boxTitle {
  color: #FA5895;
}
._counselor .p-recruitContent__boxTitle {
  color: #C077D3;
}
._office .p-recruitContent__boxTitle {
  color: #FF595B;
  margin-right: -0.8rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__boxTitle {
    font-size: 2.4rem;
  }
}

.p-recruitContent__figure {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__figure {
    margin-top: 2.4rem;
  }
}
.p-recruitContent__figure img {
  border-radius: 2rem;
}

.p-recruitContent__text {
  margin-top: 1.6rem;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__text {
    margin-top: 2.4rem;
  }
}

.p-recruitContent__circles {
  position: sticky;
  top: 0;
  z-index: -2;
}

.p-recruitContent__circle {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: -1;
}
._doctor .p-recruitContent__circle {
  background-color: #D6E7F7;
}
._nurse .p-recruitContent__circle {
  background-color: #FEE3ED;
}
._counselor .p-recruitContent__circle {
  background-color: #F4E7F7;
}
._office .p-recruitContent__circle {
  background-color: #FFECF0;
}
.p-recruitContent__circle::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
._doctor .p-recruitContent__circle::before {
  background-color: rgba(214, 231, 247, .2);
}
._nurse .p-recruitContent__circle::before {
  background-color: rgba(254, 227, 237, .2);
}
._counselor .p-recruitContent__circle::before {
  background-color: rgba(244, 231, 247, .2);
}
._office .p-recruitContent__circle::before {
  background-color: rgba(255, 236, 240, .2);
}
.p-recruitContent__circle._large {
  width: 25.2rem;
  height: 25.2rem;
  top: 4.34rem;
  right: -7.353rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__circle._large {
    width: 40rem;
    height: 40rem;
    top: 23.2rem;
    right: auto;
    right: initial;
    left: 2.4rem;
  }
}
.p-recruitContent__circle._large::before {
  bottom: 2.442rem;
  right: 1.095rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__circle._large::before {
    bottom: auto;
    bottom: initial;
    top: 1.6rem;
    right: auto;
    right: initial;
    left: 3.2rem;
  }
}
.p-recruitContent__circle._medium {
  width: 16.6rem;
  height: 16.6rem;
  right: -0.865rem;
  top: 48.33rem;
  bottom: auto;
  bottom: initial;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__circle._medium {
    width: 30rem;
    height: 30rem;
    top: 3.5rem;
    right: 2.4rem;
  }
}
.p-recruitContent__circle._medium::before {
  bottom: 1.93rem;
  right: 0.865rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__circle._medium::before {
    bottom: auto;
    bottom: initial;
    top: 2.9rem;
    right: 1.3rem;
  }
}
.p-recruitContent__circle._small {
  width: 15.7rem;
  height: 15.7rem;
  top: 33.144rem;
  left: -3.6rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__circle._small {
    width: 25rem;
    height: 25rem;
    top: 57.1rem;
    left: 37.9167%;
  }
}
.p-recruitContent__circle._small::before {
  top: 0.63rem;
  left: 1.259rem;
}
@media screen and (min-width: 768px) {
  .p-recruitContent__circle._small::before {
    top: auto;
    top: initial;
    bottom: 2.9rem;
    left: auto;
    left: initial;
    right: 1.3rem;
  }
}

.p-recruitDetail {
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .p-recruitDetail {
    padding: 12rem 0;
  }
}
._doctor .p-recruitDetail {
  background-color: #0060B1;
}
._nurse .p-recruitDetail {
  background-color: #FA5895;
}
._counselor .p-recruitDetail {
  background-color: #C077D3;
}
._office .p-recruitDetail {
  background-color: #FF595B;
}

.p-recruitDetail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruitDetail__head {
    -webkit-column-gap: 3.9rem;
       -moz-column-gap: 3.9rem;
            column-gap: 3.9rem;
  }
}

.p-recruitDetail__headNum {
  font-family: "futura-pt", sans-serif;
  line-height: 5.3rem;
  font-weight: 500;
  font-style: italic;
  font-size: 4.4rem;
}
@media screen and (min-width: 768px) {
  .p-recruitDetail__headNum {
    line-height: initial;
    line-height: 12.8rem;
    font-size: 10.8rem;
  }
}

.p-recruitDetail__headTitle {
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-recruitDetail__headTitle {
    font-size: 4.8rem;
  }
}

.p-recruitDetail__body {
  margin-top: 4rem;
}

.p-recruitDetail__box {
  background-color: #fff;
  border-radius: 2rem;
  padding: 6.4rem 2.4rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruitDetail__box {
    border-radius: 4rem;
    padding: 8rem;
  }
}
.p-recruitDetail__box:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruitDetail__box:not(:first-child) {
    margin-top: 8rem;
  }
}

.p-recruitDetail__row {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  border-bottom: 1px solid #000;
  line-height: 1.7;
  font-size: 1.4rem;
}
.p-recruitDetail__row:first-child {
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-recruitDetail__row {
    padding: 2.3rem 0;
    font-size: 1.6rem;
  }
}
.p-recruitDetail__row dt {
  width: 23.1293%;
  padding-left: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-recruitDetail__row dt {
    width: 31.7045%;
    padding-left: 3rem;
  }
}
.p-recruitDetail__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.2rem;
}

.p-recruitDetail__desc {
  margin-top: 4rem;
}

.p-recruitDetail__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-recruitDetail__title {
    font-size: 2.4rem;
  }
}
._doctor .p-recruitDetail__title {
  color: #0060B1;
}

.p-recruitDetail__text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-recruitDetail__text {
    margin-top: 2.4rem;
  }
}

.p-recruitDetail__banner {
  margin-top: 2.4rem;
  display: block;
  width: min(30rem, 100%);
}

.p-recruitFlow {
  padding: 6.4rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruitFlow {
    padding: 8rem;
  }
}

.p-recruitFlow__head {
  text-align: center;
}
._doctor .p-recruitFlow__head {
  color: #0060B1;
}
._nurse .p-recruitFlow__head {
  color: #FA5895;
}
._counselor .p-recruitFlow__head {
  color: #C077D3;
}
._office .p-recruitFlow__head {
  color: #FF595B;
}

.p-recruitFlow__entitle {
  font-family: "futura-pt-bold", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 8.5rem;
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruitFlow__entitle {
    line-height: 12.8rem;
    font-size: 10.8rem;
  }
}

.p-recruitFlow__jatitle {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruitFlow__jatitle {
    font-size: 2.4rem;
  }
}

.p-recruitFlow__body {
  margin-top: 7.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruitFlow__body {
    margin-top: 10.4rem;
  }
}

.p-recruitFlow__list {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem 2.4rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-recruitFlow__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            justify-content: center;
  }
}

.p-recruitFlow__item {
  position: relative;
  padding: 4rem 2.4rem;
  width: 100%;
}
._doctor .p-recruitFlow__item {
  background-color: #D6E7F7;
}
._nurse .p-recruitFlow__item {
  background-color: #FEE3ED;
}
._counselor .p-recruitFlow__item {
  background-color: #F4E7F7;
}
._office .p-recruitFlow__item {
  background-color: #FFECF0;
}
.p-recruitFlow__item::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  left: 2rem;
  top: -6.2rem;
  font-family: "futura-pt", sans-serif;
  font-size: 7.2rem;
  line-height: 1.7;
  font-weight: 500;
  font-style: italic;
}
._doctor .p-recruitFlow__item::before {
  color: #0060B1;
}
._nurse .p-recruitFlow__item::before {
  color: #FA5895;
}
._counselor .p-recruitFlow__item::before {
  color: #C077D3;
}
._office .p-recruitFlow__item::before {
  color: #FF595B;
}
@media screen and (min-width: 768px) {
  .p-recruitFlow__item {
    left: 1.4rem;
    padding: 4rem 1.6rem 1.6rem;
    width: calc(25% - 1.8rem);
  }
}

.p-recruitFlow__itemTitle {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}

.p-recruitFlow__itemIcon {
  margin-top: 2.4rem;
  display: block;
  margin-inline: auto;
}
.p-recruitFlow__item .p-recruitFlow__itemIcon {
  width: 8rem;
}

.p-recruitFlow__itemText {
  margin-top: 2.4rem;
  line-height: 1.7;
}

.p-recruitFv {
  padding: 8rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruitFv {
    padding: 15.2rem 0 8rem;
  }
}

.p-recruitFv__area {
  position: relative;
}

.p-recruitFv__figure {
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruitFv__figure {
    border-radius: 3rem;
  }
}
.p-recruitFv__figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-recruitFv__figure img {
    height: 40rem;
  }
}

.p-recruitFv__pageDesc {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-recruitFv__pageDesc {
    top: 15.8rem;
    bottom: auto;
    bottom: initial;
  }
}

.p-recruitFv__pageEn {
  text-align: center;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.185;
  font-size: 5.4rem;
  word-break: keep-all;
}
._counselor .p-recruitFv__pageEn {
  font-size: 4rem;
}
._office .p-recruitFv__pageEn {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruitFv__pageEn {
    line-height: 8.5rem;
    font-size: 7.2rem;
  }
  ._counselor .p-recruitFv__pageEn {
    font-size: 7.2rem;
  }
  ._office .p-recruitFv__pageEn {
    font-size: 6.4rem;
  }
  .p-recruitFv__pageEn br {
    display: none;
  }
}

.p-recruitFv__pageJa {
  margin-top: 1.6rem;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruitFv__pageJa {
    font-size: 4rem;
  }
  .p-recruitFv__pageJa br {
    display: none;
  }
}

.p-recruitFv__desc {
  text-align: center;
  line-height: 1.7;
  margin-top: 6.4rem;
}
@media screen and (min-width: 768px) {
  .p-recruitFv__desc {
    margin-top: 8rem;
  }
}

.p-recruitFv__title {
  word-break: keep-all;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruitFv__title {
    font-size: 3.2rem;
  }
}

.p-recruitFv__text {
  margin-top: 2.4rem;
  word-break: keep-all;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-recruitFv__text {
    margin-top: 4rem;
  }
}

.p-recruit__fixedBtn {
  z-index: 1000;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__fixedBtn {
    bottom: 4rem;
    right: 4rem;
  }
}
.p-recruit__fixedBtn img {
  width: 12rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__fixedBtn img {
    width: 18rem;
  }
}
.p-recruit__fixedBtn a:hover {
  opacity: 0.8;
}

.p-recruitMenu {
  position: relative;
  margin-top: 6.6rem;
  padding: 6.7rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruitMenu {
    margin-top: 9.4rem;
    padding: 10.4rem 0;
  }
}
._doctor .p-recruitMenu {
  background-color: #D6E7F7;
}
._nurse .p-recruitMenu {
  background-color: #FEE3ED;
}
._counselor .p-recruitMenu {
  background-color: #F4E7F7;
}
._office .p-recruitMenu {
  background-color: #FFECF0;
}

.p-recruitMenu__title {
  position: absolute;
  right: 0;
  left: 0;
  margin-inline: auto;
  top: -5.4rem;
  text-align: center;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-size: 7.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruitMenu__title {
    top: -8.4rem;
    font-size: 10.8rem;
  }
}
._doctor .p-recruitMenu__title {
  color: #0060B1;
}
._nurse .p-recruitMenu__title {
  color: #FA5895;
}
._counselor .p-recruitMenu__title {
  color: #C077D3;
}
._office .p-recruitMenu__title {
  color: #FF595B;
}

.p-recruitMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-recruitMenu__list {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.p-recruitMenu__item {
  position: relative;
}
.p-recruitMenu__item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  top: 1.8rem;
  left: 1.6rem;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1;
  z-index: 100;
  pointer-events: none;
  z-index: 10;
}
._doctor .p-recruitMenu__item::before {
  color: #0060B1;
}
._nurse .p-recruitMenu__item::before {
  color: #FA5895;
}
._counselor .p-recruitMenu__item::before {
  color: #C077D3;
}
._office .p-recruitMenu__item::before {
  color: #FF595B;
}
@media screen and (min-width: 768px) {
  .p-recruitMenu__item::before {
    font-size: 4rem;
  }
}
.p-recruitMenu__item::after {
  content: "";
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
._doctor .p-recruitMenu__item::after {
  background-color: #0060B1;
}
._nurse .p-recruitMenu__item::after {
  background-color: #FA5895;
}
._counselor .p-recruitMenu__item::after {
  background-color: #C077D3;
}
._office .p-recruitMenu__item::after {
  background-color: #FF595B;
}
@media screen and (min-width: 768px) {
  .p-recruitMenu__item::after {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.p-recruitMenu__itemLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.3rem;
  height: 16.3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruitMenu__itemLink {
    width: 23rem;
    height: 23rem;
  }
}
.p-recruitMenu__itemLink img {
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-recruitMenu__item:nth-child(1) .p-recruitMenu__itemLink img {
  width: 4.8rem;
}
.p-recruitMenu__item:nth-child(2) .p-recruitMenu__itemLink img {
  width: 4.8rem;
}
.p-recruitMenu__item:nth-child(3) .p-recruitMenu__itemLink img {
  width: 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruitMenu__item:nth-child(1) .p-recruitMenu__itemLink img {
    width: 7.6rem;
  }
  .p-recruitMenu__item:nth-child(2) .p-recruitMenu__itemLink img {
    width: 7.9rem;
  }
  .p-recruitMenu__item:nth-child(3) .p-recruitMenu__itemLink img {
    width: 7.1rem;
  }
}

.p-recruitMenu__itemTitle {
  width: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: 2.4rem;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-recruitMenu__itemTitle {
    margin-bottom: 2.9rem;
    font-size: 2rem;
  }
}
._doctor .p-recruitMenu__itemTitle {
  color: #0060B1;
}
._nurse .p-recruitMenu__itemTitle {
  color: #FA5895;
}
._counselor .p-recruitMenu__itemTitle {
  color: #C077D3;
}
._office .p-recruitMenu__itemTitle {
  color: #FF595B;
}

.p-topDescription {
  padding: 6.4rem 0 4rem;
  background: #9796f0;
  background: linear-gradient(135deg, #9796f0 0, #fbc7d4 100%);
}
@media screen and (min-width: 768px) {
  .p-topDescription {
    padding: 12rem 0;
  }
}

.p-topDescription__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-topDescription__body {
    margin-top: 8rem;
  }
}

.p-topDescription__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-topDescription__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-topDescription__item {
  width: 31.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-topDescription__item {
    height: 32rem;
  }
  .p-topDescription__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-topDescription__item:not(:first-child) {
    margin-left: -9rem;
  }
}

.p-topDescription__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25rem;
  height: 4.8rem;
  margin-inline: auto;
  margin-top: -2.8rem;
  border-radius: 1rem;
  background: rgb(248, 87, 166);
  background: linear-gradient(135deg, rgb(248, 87, 166) 0%, rgb(255, 88, 88) 100%);
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  z-index: 10;
}
.p-topDescription__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2.4rem;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../../dist/img/icon_arrow_white.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-topDescription__item:nth-child(3) .p-topDescription__btn {
  font-size: 1.8rem;
}
.p-topDescription__item:nth-child(3) .p-topDescription__btn::after {
  right: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-topDescription__item:nth-child(even) .p-topDescription__btn {
    margin-top: 0;
    margin-bottom: -2.8rem;
  }
}

.p-topFaq {
  padding: 6.4rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-topFaq {
    padding: 12rem 0;
  }
}

.p-topFaq__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-topFaq__body {
    margin-top: 8rem;
  }
}

.p-topFaq__box {
  background-color: #D6E7F7;
  overflow: hidden;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-topFaq__box {
    border-radius: 2rem;
  }
}
.p-topFaq__box:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-topFaq__box:not(:first-child) {
    margin-top: 2.4rem;
  }
}

.p-topFaq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  background-color: #0060B1;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  border-radius: 0.8rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-topFaq__question {
    border-radius: 2rem;
    padding: 2rem 4.8rem;
  }
}

.p-topFaq__questionText {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-topFaq__questionText {
    font-size: 2rem;
  }
}

.p-topFaq__questionmark {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-topFaq__questionmark {
    width: 4rem;
    height: 4rem;
  }
}
.p-topFaq__questionmark::before, .p-topFaq__questionmark::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-topFaq__questionmark::before, .p-topFaq__questionmark::after {
    width: 2.3rem;
    height: 0.3rem;
  }
}
.p-topFaq__questionmark::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-active .p-topFaq__questionmark::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-topFaq__answer {
  display: none;
  padding: 1.6rem 2.4rem;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-topFaq__answer {
    padding: 4rem 4.8rem;
    font-size: 1.6rem;
  }
}

.p-topFaq__answerText a {
  color: #1F73B7;
}

.p-topFv {
  position: relative;
}

.p-topFv__figure {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.p-topFv__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topFv__message {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 4rem;
  font-family: "NotoSansJP", sans-serif;
  text-align: center;
  font-weight: 900;
  font-size: 3.6rem;
  color: #fff;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-topFv__message {
    font-size: min(5vw, 80rem);
  }
}

.p-topInterview {
  position: relative;
  padding: 6.4rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-topInterview {
    padding: 12rem 0;
  }
}

.p-topInterview__body {
  margin-top: 4.4rem;
}
@media screen and (min-width: 768px) {
  .p-topInterview__body {
    margin-top: 8rem;
  }
}

.p-topInterview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-topInterview__list {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.p-topInterview__item {
  width: calc(50% - 0.8rem);
}
@media screen and (min-width: 768px) {
  .p-topInterview__item {
    width: calc(33.33333% - 2.66667rem);
  }
}

.p-topInterview__figure {
  position: relative;
}

.p-topInterview__circle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #2A2A2A;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-topInterview__circle {
    width: 8rem;
    height: 8rem;
  }
}
.p-topInterview__circle::before, .p-topInterview__circle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-topInterview__circle::before, .p-topInterview__circle::after {
    width: 3.2rem;
    height: 0.4rem;
  }
}
.p-topInterview__circle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-topInterview__desc {
  margin-top: 1.6rem;
  font-weight: 700;
}

.p-topInterview__name {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-topInterview__name {
    font-size: 2.4rem;
  }
}

.p-topInterview__text {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-topInterview__text {
    font-size: 2rem;
  }
}

.p-topMassage {
  padding: 6.4rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-topMassage {
    padding: 12rem 0;
  }
}

.p-topMassage__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-topMassage__body {
    margin-top: 8rem;
  }
}

.p-topMassage__doctor {
  position: relative;
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 342/520;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
@media screen and (min-width: 768px) {
  .p-topMassage__doctor {
    width: 68rem;
    height: 45rem;
    aspect-ratio: initial;
  }
}
.p-topMassage__doctor.is-active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 768px) {
  .p-topMassage__doctor:hover, .p-topMassage__doctor:active {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

.p-topMassage__doctorImg {
  border-radius: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-topMassage__doctorAttention {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 1.3rem;
  right: 1.6rem;
  font-size: 1rem;
  font-weight: 600;
}
.p-topMassage__doctorAttention::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../../dist/img/icon_arrow_tri_black.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-topMassage__doctorDesc {
  border-radius: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: rgb(213, 230, 246);
  background: linear-gradient(135deg, rgb(213, 230, 246) 0%, rgb(240, 248, 255) 50%, rgb(213, 230, 246) 100%);
  padding: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-topMassage__doctorDesc {
    padding: 4rem;
  }
}

.p-topMassage__doctorHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.p-topMassage__doctorName {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-topMassage__doctorName {
    font-size: 2rem;
  }
}

.p-topMassage__doctorPost {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-topMassage__doctorPost {
    font-size: 1.6rem;
  }
}

.p-topMassage__doctorText {
  margin-top: 1.6rem;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-topMassage__doctorText {
    font-size: 1.6rem;
  }
}

.p-topMassage__list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-topMassage__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-topMassage__item {
  position: relative;
  width: 100%;
  aspect-ratio: 342/232;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
@media screen and (min-width: 768px) {
  .p-topMassage__item {
    width: 32rem;
    height: 34.2rem;
    aspect-ratio: initial;
  }
}
.p-topMassage__item.is-active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 768px) {
  .p-topMassage__item:hover, .p-topMassage__item:active {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

.p-topMassage__itemImg {
  border-radius: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-topMassage__itemAttention {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 1.3rem;
  right: 1.6rem;
  font-size: 1rem;
  font-weight: 600;
}
.p-topMassage__itemAttention::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../../dist/img/icon_arrow_tri_black.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-topMassage__itemDesc {
  border-radius: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: rgb(213, 230, 246);
  background: linear-gradient(135deg, rgb(213, 230, 246) 0%, rgb(240, 248, 255) 50%, rgb(213, 230, 246) 100%);
  padding: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-topMassage__itemDesc {
    padding: 4rem;
  }
}

.p-topMassage__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.p-topMassage__itemName {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-topMassage__itemName {
    font-size: 2rem;
  }
}

.p-topMassage__itemPost {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-topMassage__itemPost {
    font-size: 1.6rem;
  }
}

.p-topMassage__itemText {
  margin-top: 1.6rem;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-topMassage__itemText {
    font-size: 1.6rem;
  }
}

.p-topMission {
  padding: 6.4rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-topMission {
    padding: 12rem 0;
  }
}

.p-topMission__body {
  position: relative;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-topMission__body {
    margin-top: 8rem;
  }
}

.p-topMission__message {
  max-width: 57.3rem;
  margin-inline: auto;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-topMission__message {
    font-size: 4.8rem;
  }
}

.p-topMission__text {
  margin-top: 4rem;
  word-break: keep-all;
  text-align: center;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-topMission__text {
    line-height: 2;
    font-size: 1.8rem;
  }
}

.p-topMission__pictures {
  overflow: hidden;
  margin-top: 4rem;
  min-height: 28rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topMission__pictures {
    inset: 0;
    position: absolute;
    width: 100%;
    margin: auto;
  }
}

.p-topMission__figure {
  position: absolute;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  width: 33.333vw;
}
@media screen and (min-width: 768px) {
  .p-topMission__figure {
    width: min(19.167vw, 23rem);
  }
}
.p-topMission__figure img {
  border-radius: 2rem;
}
.p-topMission__figure._picture._first {
  z-index: 10;
  top: 0;
  left: 6.9rem;
}
@media screen and (min-width: 768px) {
  .p-topMission__figure._picture._first {
    top: -0.5rem;
    left: 11.1rem;
  }
}
.p-topMission__figure._picture._second {
  z-index: 10;
  top: 14.1rem;
  left: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-topMission__figure._picture._second {
    top: 27.3rem;
    left: 4.4rem;
  }
}
.p-topMission__figure._picture._third {
  z-index: 3;
  top: 1.9rem;
  right: 4.1rem;
}
@media screen and (min-width: 768px) {
  .p-topMission__figure._picture._third {
    z-index: 5;
    top: 0rem;
    right: 7.6rem;
  }
}
.p-topMission__figure._picture._fourth {
  z-index: 5;
  top: 14.9rem;
  right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-topMission__figure._picture._fourth {
    top: 28.5rem;
    right: 6.2rem;
  }
}
.p-topMission__figure._box._first {
  z-index: 5;
  top: 8.4rem;
  left: -4rem;
}
@media screen and (min-width: 768px) {
  .p-topMission__figure._box._first {
    top: 13.9rem;
    left: -3.9rem;
  }
}
.p-topMission__figure._box._second {
  z-index: 4;
  top: 10.9rem;
  left: 12rem;
}
@media screen and (min-width: 768px) {
  .p-topMission__figure._box._second {
    display: none;
  }
}
.p-topMission__figure._box._third {
  z-index: 10;
  top: 8.4rem;
  right: -4rem;
}
@media screen and (min-width: 768px) {
  .p-topMission__figure._box._third {
    top: 9.8rem;
    right: -3.5rem;
  }
}

.p-topReason {
  padding: 6.4rem 0;
}
@media screen and (min-width: 768px) {
  .p-topReason {
    padding: 12rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-topReason__body {
    margin-top: 4rem;
  }
}

.p-topReason__inner {
  padding-left: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-topReason__inner {
    margin-left: calc(50% - 54.4rem);
  }
}

.p-topReason__title {
  text-align: center;
  margin-top: 2.4rem;
  font-weight: 700;
  font-size: 2rem;
  padding-right: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-topReason__title {
    padding-right: 0;
    margin-top: 4rem;
    text-align: left;
    font-size: 4.8rem;
  }
}

.p-topReason__area {
  overflow: auto;
  margin-top: 4rem;
  padding-bottom: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-topReason__area {
    margin-top: 8rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
  }
}

.p-topReason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  width: 94.8rem;
}
@media screen and (min-width: 768px) {
  .p-topReason__list {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    width: 248rem;
  }
}

.p-topReason__item {
  width: 30rem;
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem 2.4rem;
  border-radius: 1rem;
  background: rgb(23, 46, 100);
  background: linear-gradient(135deg, rgb(71, 118, 230) 0%, rgb(142, 84, 233) 100%);
}
@media screen and (min-width: 768px) {
  .p-topReason__item {
    padding: 4rem;
    width: 80rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 4rem;
  }
}

.p-topReason__itemFigure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topReason__itemFigure {
    width: 51.3889%;
  }
}
.p-topReason__itemFigure img {
  min-width: 25.2rem;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-topReason__itemFigure img {
    border-radius: 2rem 0 0 2rem;
  }
}

.p-topReason__itemDesc {
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-topReason__itemDesc {
    width: 45.2778%;
  }
}

.p-topReason__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-topReason__itemHead {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }
}

.p-topReason__itemNum {
  font-family: "futura-pt", sans-serif;
  font-style: italic;
  line-height: 1.35;
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-topReason__itemNum {
    font-size: 6.4rem;
  }
}

.p-topReason__itemTitle {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-topReason__itemTitle {
    font-size: 2.4rem;
  }
}

.p-topReason__itemText {
  margin-top: 1.6rem;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-topReason__itemText {
    font-size: 1.6rem;
  }
}

.p-topReason__comment {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 700;
  font-size: 1rem;
}
.p-topReason__comment::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../../dist/img/icon_arrow_tri_black.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-horizonalScroll {
  height: 250vh;
}
@media screen and (min-width: 768px) {
  .p-horizonalScroll {
    height: 203vh;
  }
}

.p-horizonalScroll__stickyWrap {
  overflow: hidden;
  position: sticky;
  top: 0;
  height: 63rem;
}
@media screen and (min-width: 768px) {
  .p-horizonalScroll__stickyWrap {
    height: 67rem;
  }
}

.p-horizonalScroll__list {
  margin-top: 8rem;
  position: absolute;
  top: 0;
  width: 250vw;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-horizonalScroll__list {
    width: 203vw;
    margin-top: 18rem;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.p-horizonalScroll__item {
  width: 30rem;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem 24px;
  border-radius: 10px;
  background: rgb(23, 46, 100);
  background: linear-gradient(135deg, rgb(71, 118, 230) 0%, rgb(142, 84, 233) 100%);
}
@media screen and (min-width: 768px) {
  .p-horizonalScroll__item {
    padding: 40px;
    max-width: 800px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 40px;
  }
}

.p-horizonalScroll__itemFigure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-horizonalScroll__itemFigure {
    width: 51.3889%;
  }
}
.p-horizonalScroll__itemFigure img {
  min-width: 252px;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  .p-horizonalScroll__itemFigure img {
    border-radius: 20px 0 0 20px;
  }
}

.p-horizonalScroll__itemDesc {
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-horizonalScroll__itemDesc {
    width: 45.2778%;
  }
}

.p-horizonalScroll__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-horizonalScroll__itemHead {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.p-horizonalScroll__itemNum {
  font-family: "futura-pt", sans-serif;
  font-style: italic;
  line-height: 1.35;
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-horizonalScroll__itemNum {
    font-size: 64px;
  }
}

.p-horizonalScroll__itemTitle {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-horizonalScroll__itemTitle {
    font-size: 24px;
  }
}

.p-horizonalScroll__itemText {
  margin-top: 1.6rem;
  line-height: 1.7;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-horizonalScroll__itemText {
    font-size: 16px;
  }
}

.p-topValue {
  padding: 6.4rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-topValue {
    padding: 12rem 0;
  }
}

.p-topValue__body {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-topValue__body {
    margin-top: 4rem;
  }
}

.p-topValue__inner {
  max-width: 128.8rem;
}

.p-topValue__message {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-topValue__message {
    font-size: 4.8rem;
  }
}

.p-topValue__text {
  margin-top: 4rem;
  word-break: keep-all;
  text-align: center;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-topValue__text {
    line-height: 2;
    font-size: 1.8rem;
  }
  .p-topValue__text br {
    display: none;
  }
}

.p-topValue__area {
  margin-top: 4rem;
  overflow: auto;
  overflow-y: hidden;
  margin-right: -2.4rem;
  padding-right: 2.4rem;
  padding-bottom: 3rem;
}

.p-topValue__list {
  width: 107.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-topValue__list {
    width: 124rem;
    padding-left: 0;
  }
}

.p-topValue__item {
  aspect-ratio: 1/1;
  width: 28rem;
  height: 28rem;
  background: rgb(71, 118, 230);
  background: -webkit-gradient(linear, left top, right top, from(rgb(71, 118, 230)), to(rgb(142, 84, 233)));
  background: linear-gradient(90deg, rgb(71, 118, 230) 0%, rgb(142, 84, 233) 100%);
  border-radius: 50%;
  padding: 0.2rem;
}
.p-topValue__item:not(:first-child) {
  margin-left: -2.4rem;
}
@media screen and (min-width: 1025px) {
  .p-topValue__item:not(:first-child) {
    margin-left: 4rem;
  }
}

.p-topValue__itemBg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1.6rem;
  text-align: center;
}

.p-topValue__itemLetter {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-topValue__itemTitle {
  font-size: 2rem;
  font-weight: 700;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-topValue__itemText {
  font-size: 1.4rem;
}

.p-topValue__itemWord {
  font-size: 1.4rem;
}

.p-topValue__comment {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-topValue__comment {
    display: none;
  }
}
.p-topValue__comment::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../../dist/img/icon_arrow_tri_black.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-overTab {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-overTab {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .u-underTab {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
