@charset "UTF-8";

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media screen and (max-width: 992px) {
  html {
    font-size: 0.8064516129vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.3037809648vw;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.5;
}

body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
}

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

.u-sp {
  display: none;
}

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

  .u-sp {
    display: block;
  }
}

/* ——ボタン——*/
.c-btn {
  width: 100%;
}

.c-btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 6px;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 20px;
  transition: 0.3s ease;
}

.c-btn a:hover {
  opacity: 0.7;
}

.c-btn.join a {
  background-color: #000;
  color: #fff;
  letter-spacing: 0.2em;
}

.c-btn.experience a {
  background-color: #ffff00;
  letter-spacing: 0.1em;
}

.c-btn.tel a {
  background-color: #dbdcdc;
  letter-spacing: 0.1em;
}

/* —————————————————
  header
  —————————————————*/
.l-header {
  background-color: #74ccc0;
  padding: 14px 0;
}

.l-header .l-header__inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 1rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header .l-header__inner .l-header__logo {
  width: 28%;
  max-width: 336px;
  margin-left: 1rem;
}

.l-header .l-header__inner .l-header__info {
  width: 30%;
}

.l-header .l-header__inner .l-header__info p {
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

.l-header .l-header__inner .l-header__info p:first-child {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}

.l-header .l-header__inner .l-header__info p:last-child {
  font-size: 2rem;
  letter-spacing: 0.05em;
  /**border: 1px solid #000;**/
  text-align: center;
  line-height: 1.2;
}

.l-header .l-header__inner .l-header__info p:last-child span {
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin-left: 10px;
}

.l-header .l-header__inner .l-header__link {
  width: 35%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-header .l-header__inner .l-header__link li {
  max-width: 180px;
}

.l-header .l-header__inner .l-header__link li:last-child {
  margin-left: 1.6rem;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 6px 16px;
  }

  .l-header .l-header__inner {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }

  .l-header .l-header__inner .l-header__logo {
    width: 50%;
  }

  .l-header .l-header__inner .l-header__info {
    width: 44%;
  }

  .l-header .l-header__inner .l-header__info p {
    margin-bottom: 0;
  }

  .l-header .l-header__inner .l-header__info p:first-child {
    margin-bottom: 4px;
  }

  .l-header .l-header__inner .l-header__link {
    display: none;
  }
}

/* —————————————————
  footer
  —————————————————*/
.l-footer {
  padding: 7.5rem 0 22rem;
  margin-bottom: 4rem;
}

.l-footer p {
  text-align: center;
}

.l-footer .footer_logo {
  text-align: center;
  background-color: #75ccc0;
  margin-bottom: 20px;
  padding: 4rem 0;
}

.l-footer .title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 5rem;
}

.l-footer .open_time {
  border: 3px solid #000;
  max-width: 310px;
  margin: 0 auto 30px;
  padding: 10px;
}

.l-footer .open_time span {
  display: block;
}

.l-footer .open_time span:first-child {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}

.l-footer .open_time span:last-child {
  font-size: 4rem;
  font-family: din-condensed, sans-serif;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.l-footer .staff_time {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.l-footer .map iframe {
  width: 100%;
  height: 540px;
}

.l-footer .map p {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
  margin-top: 7rem;
  padding: 2rem 0;
  margin-bottom: 0;
  background-color: #c8c9ca;
}

.l-footer .add {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 10rem 0 22rem;
    margin-top: -80px;
    position: relative;
    z-index: 1;
  }

  .l-footer p {
    text-align: center;
  }

  .l-footer .footer_logo {
    text-align: center;
    margin-bottom: 20px;
    padding: 4rem 3rem;
  }

  .l-footer .title {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .l-footer .title img {
    width: 22%;
    margin-left: 5px;
  }

  .l-footer .open_time {
    border: 3px solid #000;
    width: 42%;
    max-width: 460px;
    margin: 0 auto 10px;
    padding: 10px;
  }

  .l-footer .open_time span {
    display: block;
  }

  .l-footer .open_time span:first-child {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    font-weight: 700;
  }

  .l-footer .open_time span:last-child {
    font-size: 4rem;
    font-family: din-condensed, sans-serif;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.05em;
  }

  .l-footer .staff_time {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }

  .l-footer .map iframe {
    width: 100%;
    height: 220px;
  }

  .l-footer .map p {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500;
    margin-top: 3rem;
  }
}

/* —————————————————
  contact fixed
  —————————————————*/
.p-contact__fixed {
  display: block;
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #75ccc0;
  padding: 1rem 0;
  transition: bottom 0.4s ease;
}

.p-contact__fixed.js-on {
  bottom: 0;
}

.p-contact__fixed .text {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.02em;
}

.p-contact__fixed .btn__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contact__fixed .btn__list li {
  width: 50%;
  max-width: 360px;
  margin: 0 2rem;
}

.p-contact__fixed .btn__list li a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.8rem;
  border-radius: 10px;
  letter-spacing: 0.2em;
  font-weight: 700;
  border-radius: 40px;
  transition: 0.3s ease;
  text-align: center;
}

.p-contact__fixed .btn__list li a:hover {
  opacity: 0.7;
}

.p-contact__fixed .btn__list li.experience {
  max-width: 380px;
}

.p-contact__fixed .btn__list li.experience a {
}

@media screen and (max-width: 767px) {
  .p-contact__fixed {
    padding: 3rem 0;
  }

  .p-contact__fixed .text {
    font-size: 2.5rem;
  }

  .p-contact__fixed .btn__list li {
    width: 46%;
    margin: 0 5px;
  }

  .p-contact__fixed .btn__list li a {
    font-size: 2.6rem;
    padding: 0 10px;
    line-height: 1.5;
    text-align: center;
  }

  .p-contact__fixed .btn__list li.line a img {
    width: 2rem;
  }
}

/* —————————————————
  共通項目
  —————————————————*/
.c-scroll {
  text-align: center;
}

.l-wrap {
  width: calc(100% - 30px);
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-scroll img {
    width: 5.8rem;
  }
}

/* ----- mv ----- */
.p-mv {
  width: 100%;
  background-color: #75ccc0;
  padding-bottom: 100px;
}

.p-mv__lead {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

.p-mv .c-scroll {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-mv {
    padding-bottom: 30px;
  }

  .p-mv__lead {
    padding: 0 16px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

/* ----- campaign ----- */
.p-campaign {
  position: relative;
  z-index: 2;
}

.p-campaign::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
  /* background-color: #000; */
  /* -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%); */
}

.p-campaign .imgbox {
  /* background: url("../img/campaign_bg.png") no-repeat 50% 8%/100%; */
  margin-bottom: -10vw;
  margin-top: -5vw;
}

.p-campaign.bg_2 {
  padding-top: 100px;
  margin-bottom: 22rem;
}

.p-campaign.bg_2::after {
  top: -50px;
  height: 108%;
}

.p-campaign.bg_2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
  clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
}

@media screen and (max-width: 767px) {
  /* .p-campaign::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #84CCC9;
    -webkit-clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
    clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
  } */

  .p-campaign::after {
    top: -30px;
    height: 108%;
    -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 98%);
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 98%);
  }

  .p-campaign .imgbox {
    margin-top: -3vw;
  }

  .p-campaign.bg_2 {
    padding-top: 0;
  }

  .p-campaign.bg_2::after {
    top: -50px;
    height: 108%;
  }

  .p-campaign.bg_2::before {
    top: -50px;
    -webkit-clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
    clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
  }
}

/* ----- about ----- */
.p-about {
  background-color: #84ccc9;
  padding-top: 10rem;
  position: relative;
  z-index: 1;
}

.p-about::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #84ccc9;
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.p-about .img_bg {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.p-about .text_en {
  font-size: 7rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  line-height: 1.08;
  position: absolute;
  top: 12%;
  left: 22.5%;
}

.p-about .about_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -75px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.p-about .about_list li {
  width: 23rem;
  height: 23rem;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.8;
  -moz-text-align-last: center;
  text-align-last: center;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  padding: 6rem 0;
  margin: 0 0.8rem;
}

.p-about .about_text {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
  font-feature-settings: "palt";
}

.p-about .about_title {
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}

.p-about .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  max-width: 1300px;
  margin: 0 auto 50px 0;
}

.p-about .c-fBox .item_img {
  width: 60%;
}

.p-about .c-fBox .item_text {
  width: 50%;
  max-width: 580px;
  background-color: #fff;
  position: absolute;
  top: 5%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 4rem 4.5rem 5rem;
}

.p-about .c-fBox .item_text .ttl {
  font-size: 2.8rem;
  margin-bottom: 30px;
  letter-spacing: 0.07em;
  font-weight: 900;
  font-feature-settings: "palt";
}

.p-about .c-fBox .item_text .desc {
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-feature-settings: "palt";
}

.p-about .about_catch {
  font-size: 3rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 2rem;
  }

  .p-about .text_en {
    font-size: 4.6rem;
    top: 23%;
    left: 10%;
  }

  .p-about .about_list {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -8rem;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding: 0 16px;
  }

  .p-about .about_list li {
    width: 23.2rem;
    height: 23.2rem;
    font-size: 2.5rem;
    padding: 5.4rem 0;
    margin: 0 0 10px;
  }

  .p-about .about_list li:nth-child(2) {
    -ms-transform: translateY(15rem);
    transform: translateY(15rem);
  }

  .p-about .about_list li:nth-child(3) {
    -ms-transform: translateY(5rem);
    transform: translateY(5rem);
  }

  .p-about .about_text {
    font-size: 2.8rem;
    text-align: left;
    margin-bottom: 0;
    margin-top: -6px;
    -ms-transform: translate(-2.5rem, -10rem);
    transform: translate(-2.5rem, -10rem);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .p-about .about_title {
    font-size: 4.6rem;
    margin-bottom: 0;
  }

  .p-about .c-fBox {
    display: block;
    margin-top: -12rem;
  }

  .p-about .c-fBox .item_img {
    width: 100%;
  }

  .p-about .c-fBox .item_text {
    width: 90%;
    top: 56%;
    right: 0;
    padding: 4.5rem 2.5rem 5rem 7rem;
  }

  .p-about .c-fBox .item_text .ttl {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }

  .p-about .c-fBox .item_text .desc {
    font-size: 2.5rem;
    line-height: 1.9;
  }

  .p-about .about_catch {
    font-size: 3rem;
    text-align: center;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
}

/* ----- space ----- */
.p-space {
  background-color: #eef7f7;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 12rem;
}

.p-space .space_title {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 5rem;
  text-align: center;
  font-weight: 700;
  padding: 27rem 0 7rem;
  background: url("../img/space_bg.png") no-repeat center top/100%;
  position: relative;
  z-index: 1;
  margin-top: -8%;
}

.p-space .imgbox {
  max-width: 1030px;
  margin: 0 20px 60px auto;
}

.p-space .sub_titl {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}

.p-space .facility_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 70%;
}

.p-space .facility_list li {
  width: 28.4%;
  margin: 0 2.3% 2%;
  background-color: #fff;
  box-shadow: -8px 8px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 3rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-space .facility_list li p {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: auto;
}

.p-space .facility_list li p .c-en {
  font-size: 2rem;
  font-family: din-condensed, sans-serif;
}

.p-space .facility_list li p span {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .p-space {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .p-space .space_title {
    font-size: 3.7rem;
    text-align: center;
    padding: 34rem 0 10rem;
    margin-top: -12%;
    background: url("../img/space_bg.png") no-repeat center top/cover;
  }

  .p-space .imgbox {
    width: 96%;
    margin: 30px auto 20px;
  }

  .p-space .sub_titl {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }

  .p-space .l-wrap {
    width: 100%;
  }

  .p-space .facility_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-space .facility_list li {
    width: 22.8rem;
    height: 22.8rem;
    margin: 0 1.2rem 3%;
    padding: 15px 10px;
  }

  .p-space .facility_list li:nth-child(4) {
    margin: 0 2.3% 2%;
  }

  .p-space .facility_list li:nth-child(5) {
    margin: 0 2.3% 3%;
  }

  .p-space .facility_list li figure {
    width: 60%;
    text-align: center;
  }

  .p-space .facility_list li p {
    font-size: 2.6rem;
  }

  .p-space .facility_list li:nth-child(6) figure {
    width: 48%;
  }

  .p-space .facility_list li:nth-child(7) figure {
    width: 22%;
  }

  .p-space .facility_list li:nth-child(8) figure {
    width: 48%;
  }
}

/* ----- area ----- */
.p-area {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

.p-area .area_title {
  font-size: 5rem;
  text-align: center;
  font-weight: 700;
  margin: 40px 0 20px;
  font-feature-settings: "palt";
}

.p-area .area_title span {
  display: block;
}

.p-area .area_title span:first-child {
  font-size: 4.4rem;
  letter-spacing: 0.05em;
}

.p-area .area_title span:last-child {
  font-size: 6.2rem;
  line-height: 1;
}

.p-area .area_container {
  background-color: #000;
  position: relative;
}

.p-area .area_container .imgbox {
  background: url("../img/area_bg.png") no-repeat center bottom/100%;
  padding: 23% 0 18%;
}

.p-area .area_container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #75ccc0;
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.p-area .area_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.p-area .area_intro {
  padding: 0 2rem 0 4rem;
  margin-top: -11rem;
  margin-bottom: 6rem;
}

.p-area .area_intro .title {
  font-size: 4.8rem;
  color: #ffff00;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.p-area .area_intro .title span {
  display: inline-block;
  margin-left: 4rem;
}

.p-area .area_intro .item_text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.p-area .area_intro .item_text .desc {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.02rem;
  margin-right: 4rem;
}

.p-area .area_box {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1300px;
  margin: 0 0 0 auto;
}

.p-area .area_box .item_img {
  width: 64%;
  margin: 0 0 0 auto;
}

.p-area .area_box .item_text {
  width: 60%;
  position: absolute;
  top: 8%;
  left: 0;
  padding: 4rem;
}

.p-area .area_box .item_text .text_en {
  font-size: 6rem;
  color: #84ccc9;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}

.p-area .area_box .item_text .title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.46;
  margin-bottom: 10px;
}

.p-area .area_box .item_text .desc {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-area .area_title {
    margin: 10px 0;
  }

  .p-area .area_container {
    padding-bottom: 6rem;
  }

  .p-area .area_container .imgbox {
    padding: 40% 0 18%;
  }

  .p-area .area_intro {
    padding: 0 1.6rem;
    margin-top: 0;
    margin-bottom: 12rem;
  }

  .p-area .area_intro .title {
    display: block;
    text-align: center;
  }

  .p-area .area_intro .title figure {
    width: 44%;
    margin: 0 auto;
  }

  .p-area .area_intro .title span {
    margin-left: 0;
  }

  .p-area .area_intro .item_text {
    display: block;
  }

  .p-area .area_intro .item_text .desc {
    margin-right: 0;
  }

  .p-area .area_intro .item_text .landing {
    width: 50%;
    margin: 18px auto 0;
  }

  .p-area .area_box {
    padding-top: 5rem;
  }

  .p-area .area_box .item_img {
    width: 70%;
  }

  .p-area .area_box .item_text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 2rem 0 4rem;
  }

  .p-area .area_box .item_text .text_en {
    margin-bottom: 10px;
  }
}

/* ----- facility ----- */
.p-facility .facility_block {
  padding: 8rem 0;
}

.p-facility .facility_block .facility_title {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.p-facility .facility_block .imgBox {
  position: relative;
  margin-bottom: 20px;
}

.p-facility .facility_block .imgBox .caption {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  bottom: 15px;
  left: 48%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.p-facility .facility_block .imgBox .note {
  color: #fff;
  font-size: 1.5rem;
  bottom: 12px;
  right: 14px;
  position: absolute;
}

.p-facility .facility_block .lead {
  max-width: 840px;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.p-facility .facility_block .machine_list {
  display: flex;
  justify-content: center;
}

.p-facility .facility_block .machine_list ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 50%;
}

.p-facility .facility_block .machine_list img {
  width: 200px;
  height: 185px;
  object-fit: cover; /* 画像を切り取って枠にフィットさせる */
  display: block;
}

.p-facility .facility_block .machine_list ul li:not(:last-child) {
  margin-right: 10px;
}

.p-facility .facility_block .machine_list ul li p {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.p-facility .facility_block:nth-child(2) {
  background: url("../img/point_bg.jpg") no-repeat center center/cover;
  padding: 4rem 0 3rem;
}

.p-facility .facility_block:nth-child(2) .imgBox .caption {
  color: #000;
}

.p-facility .facility_block:nth-child(2) .lead {
  margin-bottom: 10px;
}

.p-facility .facility_block:nth-child(2) .machine_list .caption {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 4px 30px;
  text-align: center;
  margin: 3rem auto;
  width: 40%;
  border: 1px solid #000;
  border-radius: 9999px;
}

.p-facility .facility_block:nth-child(1) .machine_list .caption {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 4px 30px;
  text-align: center;
  margin: 3rem auto;
  width: 40%;
  border: 1px solid #000;
  border-radius: 9999px;
}

.p-facility .facility_block:nth-child(3) .machine_list .caption {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 4px 30px;
  text-align: center;
  margin: 3rem auto;
  width: 40%;
  border: 1px solid #000;
  border-radius: 9999px;
}

.p-facility .facility_block:nth-child(2) .machine_list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
}

.p-facility .facility_block:nth-child(2) .machine_list ul li img {
  mix-blend-mode: multiply;
}

.p-facility .facility_block:nth-child(3) .machine_list ul {
  -ms-flex-pack: center;
  justify-content: center;
}

.p-facility .text_facility {
  font-size: 3.8rem;
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-facility .facility_block:nth-child(1) .machine_list .caption {
    width: 56%;
  }

  .p-facility .facility_block:nth-child(2) .machine_list .caption {
    width: 56%;
  }

  .p-facility .facility_block {
    padding: 0 0 6rem 0;
  }

  .p-facility .facility_block .facility_title {
    font-size: 3.8rem;
  }

  .p-facility .facility_block .imgBox {
    width: 100%;
  }

  .p-facility .facility_block .lead {
    font-size: 2.4rem;
    padding: 0 15px;
  }

  .p-facility .facility_block .l-wrap {
    width: 100%;
  }

  .p-facility .facility_block .machine_list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .p-facility .facility_block .machine_list ul li {
    width: 23%;
    font-size: 1.8rem;
    margin: 0 1% 10px;
  }

  .p-facility .facility_block .machine_list ul li:not(:last-child) {
    margin-right: 1%;
  }

  .p-facility .facility_block .machine_list ul li p {
    margin-top: 5px;
  }

  .p-facility .facility_block:nth-child(1) .machine_list ul li {
    width: 27%;
  }

  .p-facility .facility_block:nth-child(2) {
    padding: 2rem 0 3rem;
  }

  .p-facility .facility_block:nth-child(2) .machine_list .caption {
    font-size: 1.8rem;
    padding: 0 15px;
  }

  .p-facility .facility_block:nth-child(2) .machine_list ul {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -10px;
  }

  .p-facility .facility_block:nth-child(3) {
    padding-top: 3rem;
  }

  .p-facility .text_facility {
    font-size: 2.8rem;
  }
  .p-facility .facility_block .machine_list img {
    width: 200px;
    height: 100px;
    object-fit: cover; /* 画像を切り取って枠にフィットさせる */
    display: block;
  }
}

/* --- anyone --- */
.p-anyone {
  position: relative;
  padding: 12rem 0 18rem;
}

.p-anyone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 98%);
  clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 98%);
}

.p-anyone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #84ccc9;
  -webkit-clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
  clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
}

.p-anyone .anyone_title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.p-anyone .anyone_title span {
  display: block;
}

.p-anyone .anyone_title span:first-child {
  font-size: 5rem;
}

.p-anyone .anyone_title span:last-child {
  font-size: 9.5rem;
}

.p-anyone .lead {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 6rem;
}

.p-anyone .anyone_block {
  position: relative;
  max-width: 1280px;
  margin: 0 0 0 auto;
  padding-bottom: 220px;
}

.p-anyone .anyone_block .item_img {
  width: 72%;
  margin: 0 0 0 auto;
}

.p-anyone .anyone_block .item_text {
  width: 42%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px 0 0;
  position: absolute;
}

.p-anyone .anyone_block .item_text .schedule {
  margin-bottom: 35px;
  padding-left: 16%;
}

.p-anyone .anyone_block .item_text .bg_text {
  text-align: right;
  margin-bottom: 4rem;
}

.p-anyone .anyone_block .item_text .bg_text span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 10px 12px 10px 24px;
  margin-bottom: 10px;
  letter-spacing: 0.07rem;
  white-space: nowrap;
}

.p-anyone .anyone_block .item_text figure {
  max-width: 468px;
  margin: 0 auto;
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}

.p-anyone .anyone_block:nth-of-type(even) {
  margin: 0 auto 0 0;
  padding-bottom: 320px;
}

.p-anyone .anyone_block:nth-of-type(even) .item_img {
  margin: 0 auto 0 0;
}

.p-anyone .anyone_block:nth-of-type(even) .item_text {
  width: 62%;
  position: absolute;
  top: 0;
  left: inherit;
  right: 0;
  padding: 0 30px 0 0;
  position: absolute;
}

.p-anyone .anyone_block:nth-of-type(even) .item_text .schedule {
  margin-bottom: 40px;
  padding-left: 0;
  text-align: right;
  padding-right: 6%;
}

.p-anyone .anyone_block:nth-of-type(even) .item_text .bg_text {
  text-align: right;
  margin-bottom: 20px;
}

.p-anyone .anyone_block:nth-of-type(even) .item_text .c-fBox_img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 96%;
}

.p-anyone .anyone_block:nth-of-type(even) .item_text .c-fBox_img figure {
  margin-right: 30px;
}

.p-anyone .anyone_block:nth-of-type(3) {
  padding-bottom: 280px;
}

.p-anyone .anyone_block:nth-of-type(4) {
  padding-bottom: 280px;
}

.p-anyone .anyone_block:nth-of-type(4) .item_text .bg_text {
  margin-bottom: 8rem;
}

.p-anyone .anyone_block:nth-of-type(4) .item_text figure {
  width: 80%;
  margin: 0 20px 0 auto;
}

.p-anyone .info_block {
  background: #fff;
  width: calc(100% - 30px);
  max-width: 1100px;
  height: auto;
  position: relative;
  border: 7px solid #000;
  margin: 0 auto;
  padding: 3rem 5.4rem;
}

.p-anyone .info_block::before {
  height: 0;
  display: block;
  position: absolute;
  right: -7px;
  content: "";
  border-top: solid 56px #84ccc9;
  border-left: solid 56px transparent;
  top: -7px;
  z-index: 2;
}

.p-anyone .info_block::after {
  height: 0;
  display: block;
  position: absolute;
  right: -1px;
  content: "";
  border-top: solid 56px #000;
  border-left: solid 56px transparent;
  top: -1px;
}

.p-anyone .info_block .title_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.p-anyone .info_block .title_area .title {
  width: 54%;
}

.p-anyone .info_block .title_area .title span {
  display: block;
  font-weight: 700;
}

.p-anyone .info_block .title_area .title span:first-child {
  font-size: 2.4rem;
}

.p-anyone .info_block .title_area .title span:last-child {
  font-size: 4rem;
}

.p-anyone .info_block .title_area .info_icon {
  width: 46%;
  text-align: center;
}

.p-anyone .info_block .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-anyone .info_block .c-fBox .item_text {
  width: 42%;
  margin-right: 4%;
}

.p-anyone .info_block .c-fBox .item_text .desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 30px;
}

.p-anyone .info_block .c-fBox .item_text .colorBox {
  background-color: #75ccc0;
  padding: 20px 32px;
  text-align: center;
}

.p-anyone .info_block .c-fBox .item_text .colorBox p:not(:last-child) {
  margin-bottom: 15px;
}

.p-anyone .info_block .c-fBox .item_text .colorBox .address {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-anyone .info_block .c-fBox .item_img {
  width: 52%;
}

@media screen and (max-width: 767px) {
  .p-anyone {
    padding: 6rem 0;
  }

  .p-anyone .anyone_title span:first-child {
    font-size: 3.4rem;
  }

  .p-anyone .anyone_title span:last-child {
    font-size: 6rem;
  }

  .p-anyone .lead {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .p-anyone .anyone_block {
    padding-bottom: 0;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 60px;
  }

  .p-anyone .anyone_block .item_img {
    width: 100%;
    margin: 0 auto;
  }

  .p-anyone .anyone_block .item_text {
    width: 100%;
    position: static;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }

  .p-anyone .anyone_block .item_text .schedule {
    margin-bottom: 0;
    padding-left: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 23rem;
    max-width: 480px;
  }

  .p-anyone .anyone_block .item_text .schedule img {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
  }

  .p-anyone .anyone_block .item_text .bg_text {
    margin-bottom: 0;
    position: relative;
    width: auto;
    z-index: 1;
    padding: 3rem 0;
  }

  .p-anyone .anyone_block .item_text .bg_text span {
    padding: 6px 6px 6px 14px;
    margin-bottom: 6px;
  }

  .p-anyone .anyone_block .item_text figure {
    width: 47.6%;
    margin: 0;
    -ms-transform: none;
    transform: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .p-anyone .anyone_block:nth-of-type(1) .item_text figure {
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .p-anyone .anyone_block:nth-of-type(even) {
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 120px;
  }

  .p-anyone .anyone_block:nth-of-type(even) .item_text {
    width: 100%;
    position: static;
    padding: 0;
  }

  .p-anyone .anyone_block:nth-of-type(even) .item_text .schedule {
    margin-bottom: 0;
    padding-right: 0;
    left: inherit;
    right: 6%;
  }

  .p-anyone .anyone_block:nth-of-type(even) .item_text .bg_text {
    margin: 0;
    padding: 1.5rem 0 11.5rem 0;
    margin: 0 0 0 auto;
    width: auto;
  }

  .p-anyone .anyone_block:nth-of-type(even) .item_text .bg_text span {
    font-size: 2.6rem;
    padding: 6px 6px 6px 14px;
    margin-bottom: 6px;
    letter-spacing: 0.07rem;
    white-space: nowrap;
  }

  .p-anyone .anyone_block:nth-of-type(even) .item_text .c-fBox_img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 92%;
    position: absolute;
    margin: 0 auto 0 0;
    bottom: -7.5rem;
    left: 0;
  }

  .p-anyone .anyone_block:nth-of-type(even) .item_text .c-fBox_img figure {
    margin-right: 10px;
    position: static;
  }

  .p-anyone
    .anyone_block:nth-of-type(even)
    .item_text
    .c-fBox_img
    figure:nth-child(2) {
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  .p-anyone .anyone_block:nth-of-type(3) {
    padding-bottom: 0;
  }

  .p-anyone .anyone_block:nth-of-type(3) .item_text .schedule {
    top: -5rem;
  }

  .p-anyone .anyone_block:nth-of-type(3) .item_text figure {
    width: 40%;
    height: 21.5rem;
  }

  .p-anyone .anyone_block:nth-of-type(3) .item_text figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-anyone .anyone_block:nth-of-type(4) {
    padding-bottom: 0;
    margin-bottom: 60px;
  }

  .p-anyone .anyone_block:nth-of-type(4) .item_text {
    text-align: left;
  }

  .p-anyone .anyone_block:nth-of-type(4) .item_text .schedule {
    right: inherit;
    left: 6%;
  }

  .p-anyone .anyone_block:nth-of-type(4) .item_text .bg_text {
    margin-bottom: 0;
    text-align: left;
    padding: 2.8rem 0;
  }

  .p-anyone .anyone_block:nth-of-type(4) .item_text figure {
    position: absolute;
    right: inherit;
    left: 0;
    bottom: 0;
    margin: 0 auto 0 0;
    width: 42%;
    height: 22rem;
  }

  .p-anyone .anyone_block:nth-of-type(4) .item_text figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-anyone .info_block {
    width: calc(100% - 30px);
    border: 3px solid #000;
    padding: 4rem 3rem;
  }

  .p-anyone .info_block::before {
    right: -3px;
    border-top: solid 30px #84ccc9;
    border-left: solid 30px transparent;
    top: -4px;
  }

  .p-anyone .info_block::after {
    right: -1px;
    border-top: solid 30px #000;
    border-left: solid 30px transparent;
    top: -1px;
  }

  .p-anyone .info_block .title_area {
    display: block;
    margin-bottom: 10px;
  }

  .p-anyone .info_block .title_area .title {
    width: 100%;
    text-align: center;
  }

  .p-anyone .info_block .title_area .title span:first-child {
    font-size: 2.6rem;
  }

  .p-anyone .info_block .title_area .title span:last-child {
    font-size: 4.4rem;
  }

  .p-anyone .info_block .c-fBox {
    display: block;
  }

  .p-anyone .info_block .c-fBox .item_text {
    width: 100%;
    margin-right: 0;
  }

  .p-anyone .info_block .c-fBox .item_text .desc {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .p-anyone .info_block .c-fBox .item_text .colorBox {
    padding: 20px 16px;
  }

  .p-anyone .info_block .c-fBox .item_text .colorBox img {
    width: 80%;
  }

  .p-anyone .info_block .c-fBox .item_text .colorBox p:not(:last-child) {
    margin-bottom: 15px;
  }

  .p-anyone .info_block .c-fBox .item_text .colorBox .address {
    font-size: 2.4rem;
  }

  .p-anyone .info_block .c-fBox .item_img {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .p-anyone .info_block .c-fBox .item_img img {
    width: 49%;
  }
}

/* --- personal --- */
.p-personal {
  padding-top: 3rem;
  margin-bottom: 10rem;
}

.p-personal .personal_title {
  text-align: center;
  font-weight: 700;
  margin: 30px 0 0;
}

.p-personal .personal_title span {
  display: block;
}

.p-personal .personal_title span:first-child {
  font-size: 5rem;
}

.p-personal .personal_title span:last-child {
  font-size: 7.2rem;
  line-height: 1.2;
}

.p-personal .personal_price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.p-personal .personal_price .item_text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.p-personal .personal_price .item_text .text_bg {
  margin-right: 30px;
}

.p-personal .personal_price .item_text .text_bg span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  padding: 6px 20px;
  letter-spacing: 0.1em;
}

.p-personal .personal_price .item_text ul {
  margin-right: 10px;
}

.p-personal .personal_price .item_text ul li {
  font-size: 2.2rem;
  font-weight: 500;
}

.p-personal .personal_price .item_price .c-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.2rem;
}

.p-personal .personal_price .item_price .mark {
  font-size: 5.4rem;
  font-family: din-condensed, sans-serif;
}

.p-personal .personal_price .item_price .num {
  font-size: 10.6rem;
  font-family: din-condensed, sans-serif;
  line-height: 1.2;
}

.p-personal .imgBox {
  position: relative;
  margin-bottom: 20px;
}

.p-personal .imgBox .text_en {
  width: 100%;
  font-size: 11rem;
  color: #fff;
  font-family: din-condensed, sans-serif;
  letter-spacing: 0.05em;
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.p-personal .lead {
  font-size: 2.2rem;
  font-weight: 500;
  max-width: 840px;
  letter-spacing: 0.05em;
  margin: 0 auto 40px;
}

.p-personal .personal_flow {
  padding: 0 3rem;
}

.p-personal .personal_flow h3 {
  font-size: 2rem;
  font-weight: 700;
}

.p-personal .personal_flow .flow_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.p-personal .personal_flow .flow_list li {
  position: relative;
  border: 3px solid #333a46;
  width: 32.5%;
  padding: 4rem 2.8rem 2rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-personal .personal_flow .flow_list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 18px;
  height: 29px;
  background: url("../img/icon_arrow.svg") no-repeat left top/100%;
  position: absolute;
  top: 50%;
  right: -10%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-personal .personal_flow .flow_list li:first-child {
  width: 27.5%;
}

.p-personal .personal_flow .flow_list li:first-child::after {
  right: -12%;
}

.p-personal .personal_flow .flow_list li .num {
  font-family: din-condensed, sans-serif;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  font-size: 3.8rem;
  font-weight: 700;
  background-color: #1a1a1a;
  color: #fff;
  line-height: 5.6rem;
  text-align: center;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-personal .personal_flow .flow_list li .title {
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 10px;
}

.p-personal .personal_flow .flow_list li .desc {
  font-size: 2.2rem;
  line-height: 1.82;
}

@media screen and (max-width: 767px) {
  .p-personal {
    padding-top: 1rem;
    margin-bottom: 6rem;
  }

  .p-personal .personal_title {
    margin: 30px 0 10px;
  }

  .p-personal .personal_title span:first-child {
    font-size: 3.4rem;
  }

  .p-personal .personal_title span:last-child {
    font-size: 5.7rem;
  }

  .p-personal .personal_price {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .p-personal .personal_price .item_text {
    display: block;
  }

  .p-personal .personal_price .item_text .text_bg {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .p-personal .personal_price .item_text .text_bg span {
    font-size: 2.7rem;
    padding: 4px 20px;
  }

  .p-personal .personal_price .item_text ul li {
    font-size: 2.4rem;
  }

  .p-personal .personal_price .item_price {
    white-space: nowrap;
  }

  .p-personal .personal_price .item_price .c-vertical {
    font-size: 3rem;
    margin-right: 5px;
  }

  .p-personal .personal_price .item_price .num {
    line-height: 1;
  }

  .p-personal .imgBox {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 10px;
  }

  .p-personal .imgBox .text_en {
    font-size: 7.8rem;
    letter-spacing: 0.05em;
  }

  .p-personal .personal_flow {
    padding: 0;
  }

  .p-personal .personal_flow h3 {
    font-size: 2.6rem;
    text-align: center;
  }

  .p-personal .personal_flow .flow_list {
    display: block;
  }

  .p-personal .personal_flow .flow_list li {
    width: 80%;
    margin: 0 auto;
    padding: 4rem 4.5rem 3rem;
    text-align: center;
  }

  .p-personal .personal_flow .flow_list li:not(:last-child) {
    margin-bottom: 60px;
  }

  .p-personal .personal_flow .flow_list li:not(:last-child)::after {
    width: 12px;
    height: 24px;
    top: inherit;
    bottom: -35px;
    right: inherit;
    left: 50%;
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  .p-personal .personal_flow .flow_list li:first-child {
    width: 80%;
  }

  .p-personal .personal_flow .flow_list li:first-child::after {
    right: inherit;
  }

  .p-personal .personal_flow .flow_list li .num {
    top: -14px;
    left: 50%;
  }

  .p-personal .personal_flow .flow_list li .title {
    font-size: 3.4rem;
  }

  .p-personal .personal_flow .flow_list li .desc {
    font-size: 2.6rem;
    margin-top: auto;
  }
}

/* --- price --- */
.p-price {
  background: url("../img/price_bg.png") no-repeat left top/cover;
  padding-bottom: 14rem;
}

.p-price .price_title {
  background-color: #000;
  text-align: center;
  padding: 0 8px;
  font-size: 5.5rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
}

.p-price .imgBox {
  max-width: 990px;
  margin: 0 auto;
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .p-price {
    padding-bottom: 6rem;
  }

  .p-price .price_title {
    padding: 4px 8px;
    font-size: 3.8rem;
  }

  .p-price .imgBox {
    padding: 20px 0;
  }
}

/* --- faq --- */
.p-faq {
  padding: 18rem 0 5rem;
}

.p-faq .faq_top_text {
  font-size: 4.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 40px;
}

.p-faq .faq_title {
  background-color: #000;
  text-align: center;
  padding: 0 8px;
  font-size: 5.5rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 40px;
}

.p-faq .price_title_2 {
  font-size: 4.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 50px;
  font-feature-settings: "palt";
}

.p-faq .p-faq__list {
  margin: 0 auto;
  max-width: 980px;
}

.p-faq .p-faq__list .faq__item:not(:last-child) {
  margin-bottom: 4rem;
}

.p-faq .p-faq__list .faq_ttl {
  font-size: 2.2rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 10px 28px 30px;
  background-color: #f2f2f2;
  border-bottom: 2px solid #fff;
  letter-spacing: 0.1em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.p-faq .p-faq__list .faq_ttl::before {
  content: "Q";
  display: block;
  font-size: 4.2rem;
  margin-right: 4rem;
  font-weight: 300;
  font-family: din-condensed, sans-serif;
  line-height: 1;
}

.p-faq .p-faq__list .faq_answer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 28px 20px 20px 70px;
  font-weight: 400;
}

.p-faq .p-faq__list .faq_answer p {
  font-size: 1.8rem;
  margin-top: 6px;
  font-feature-settings: "palt";
}

.p-faq .p-faq__list .faq_answer::before {
  content: "A";
  display: block;
  margin-right: 30px;
  font-size: 4.2rem;
  font-weight: 300;
  font-family: din-condensed, sans-serif;
  line-height: 1;
}

.p-faq .faq_bottom_text {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-faq {
    padding: 14rem 0 5rem;
  }

  .p-faq .faq_top_text {
    font-size: 3.8rem;
    margin-bottom: 10px;
  }

  .p-faq .faq_title {
    padding: 4px 8px;
    font-size: 3.8rem;
    margin-bottom: 20px;
  }

  .p-faq .price_title_2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .p-faq .p-faq__list .faq__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .p-faq .p-faq__list .faq_ttl {
    font-size: 2.6rem;
    padding: 15px 5px 15px 10px;
  }

  .p-faq .p-faq__list .faq_ttl::before {
    margin-right: 3rem;
  }

  .p-faq .p-faq__list .faq_answer {
    padding: 10px 5px 14px 20px;
  }

  .p-faq .p-faq__list .faq_answer p {
    font-size: 2.3rem;
    margin-top: 0;
  }

  .p-faq .p-faq__list .faq_answer::before {
    margin-right: 3rem;
  }

  .p-faq .faq_bottom_text {
    font-size: 3.8rem;
    margin-top: 0rem;
    position: relative;
    padding: 45px 0;
  }

  .p-faq .faq_bottom_text span {
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  .p-faq .faq_bottom_text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    z-index: 0;
    background-color: #fff;
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -ms-transform-origin: top right;
    transform-origin: top right;
  }
}

.flow {
  padding-top: 6rem;
}

.red {
  font-size: 2.3rem !important;
  color: crimson;
}
