@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@500&display=swap");
/* 過去の苦悩 
$brake-width: "only screen and (max-width:1000px)";
$small:  "only screen and (max-width:861px)";
$mobile-side:  "only screen and (min-width:440px) and (max-width:767px)";
$middle: "only screen and (min-width:862px) and (max-width:991px)";
$large:  "only screen and (min-width:992px) and (max-width:1199px)";
$xlarge:  "only screen and (min-width:1200px) and (max-width:1439px)";
$qxlarge:  "only screen and (min-width:1440px)";
$xtend-large:  "only screen and (min-width:1650px)";
$over-middle: "only screen and (min-width:862px)";
$tablet: "only screen and (min-width:862px) and (max-width:1366px)";
$under-tablet: "only screen and (max-width:1100px)";
$over-tablet: "only screen and (min-width:1101px)";
$vw-862-1199: "only screen and (min-width:862px) and (max-width:1199px)";
$vw-991-1199: "only screen and (min-width:991px) and (max-width:1199px)";
$vw-862-1280: "only screen and (min-width:862px) and (max-width:1280px)";
$vw-1281-1439: "only screen and (min-width:1281px) and (max-width:1439px)";
$vw-862-1439: "only screen and (min-width:862px) and (max-width:1439px)";
$vw-992-1439: "only screen and (min-width:992px) and (max-width:1439px)";
$vw-1440-1600: "only screen and (min-width:1440px) and (max-width:1600px)";
$vw-1281-1380: "only screen and (min-width:1281px) and (max-width:1380px)";
$vw1400over: "only screen and (min-width:1400px)";
$vw1600over: "only screen and (min-width:1600px)";
$vw1800over: "only screen and (min-width:1600px)";
$vw2000over: "only screen and (min-width:2000px)";
$nav:"only screen and (min-width:300px) and (max-width:1366px)"; */
/*
$base-size: 100%;
$navi-size: 0.86rem;
$small-size: 0.83rem;
$small-size02: 0.90rem;
$large-size: 1rem;
$large-size02: 1.1rem;
*/
/*
$box-title-size: 1.5rem;
$con-title-size: 1.3rem;
$con-title-size-xs: 1.15rem;
*/
.home .b-content + .b-content {
  margin-top: 7%;
}

.home .b-content__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 520px) {
  .home .b-content__title {
    margin-bottom: 4%;
  }
}
.home .b-catch {
  position: relative;
  margin-bottom: 120px;
}

.home .b-catch::before {
  content: "";
  width: 90vw;
  height: 70vh;
  display: block;
  position: absolute;
  top: -10vh;
  right: -20vw;
  background: url("../../../images/home/bg_catch.svg") no-repeat;
  z-index: 1;
}

.home .b-catch .l-pageInner {
  padding-top: 13vh;
}

.home .b-catch__title {
  flex: 0 1 38%;
  margin-right: 3%;
  flex-direction: column;
}

.home .b-catch__title__logo {
  order: 2;
  margin-top: 110px;
}

.home .b-catch__title__copy {
  order: 1;
  margin: 0 10%;
}

.home .b-catch__picture {
  flex: 1;
  margin-right: -3vw;
}

@media screen and (max-width: 520px) {
  .home .b-catch {
    margin-bottom: 0%;
    padding-top: 22vh;
  }
  .home .b-catch::before {
    top: auto;
    bottom: -45vh;
    width: 100vw;
    height: 85vh;
    right: -5vw;
  }
  .home .b-catch .l-pageInner {
    padding-top: 0;
  }
  .home .b-catch__title__logo {
    max-width: 70vw;
    margin: 0 auto 10%;
  }
  .home .b-catch__title__copy {
    max-width: 60vw;
    margin: 0 auto 10%;
  }
}
@media only screen and (min-width: 521px) and (max-width: 968px) {
  .home .b-catch {
    margin-bottom: 2%;
  }
  .home .b-catch__title__logo {
    max-width: 40vw;
    margin: 0 auto 5%;
  }
  .home .b-catch__title__copy {
    max-width: 40vw;
    margin: 0 auto 5%;
  }
  .home .b-catch__picture {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
.home .content--about {
  position: relative;
}

.home .content--about::before {
  content: "";
  width: 100vw;
  height: 120vh;
  display: block;
  position: absolute;
  top: -5vh;
  left: -5vw;
  background: url("../../../images/home/bg_about.svg") no-repeat;
  z-index: 1;
}

.home .content--about .picture--visual {
  position: relative;
  z-index: 1;
}

.home .content--about .b-block {
  position: relative;
}

.home .content--about .b-block__figure {
  flex: 0 1 35%;
  align-self: flex-start;
  margin-top: -20%;
  margin-right: 2%;
  position: relative;
  z-index: 2;
  border: 10px solid #fff;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1);
}

.home .content--about .b-box {
  flex: 1;
  padding: 2% 3%;
  box-sizing: border-box;
}

.home .content--about .b-box__title {
  font-size: 3.2rem;
  font-size: clamp(2.8rem, 3vw, 3.3rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #48742F;
  margin-bottom: 25px;
  line-height: 1.5;
}

.home .content--about .b-box__text {
  font-size: 1.6rem;
  font-size: clamp(1.5rem, 1.6vw, 1.7rem);
  line-height: 1.86;
}

.home .content--about .b-box__text + .b-box__text {
  margin-top: 1.5rem;
}

@media screen and (min-width: 521px) {
  .home .content--about .picture--visual .b-content__images {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 450px;
  }
}
@media only screen and (min-width: 521px) and (max-width: 968px) {
  .home .content--about .b-block {
    overflow: hidden;
    margin-top: 2%;
  }
  .home .content--about .b-box {
    float: left;
    width: 63%;
    padding-left: 5%;
  }
  .home .content--about .b-block__figure {
    float: right;
    width: 32%;
    margin-top: 0;
  }
}
@media screen and (max-width: 520px) {
  .home .content--about {
    margin-bottom: 10vh;
  }
  .home .content--about .picture--visual .b-content__images {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 30vh;
  }
  .home .content--about .b-block__figure {
    max-width: 40vw;
    transform: rotate(5deg);
    margin-top: 10px;
    margin-left: auto;
  }
}
.home .content--service::before {
  content: "";
  width: 90vw;
  height: 70vh;
  display: block;
  position: absolute;
  top: -10vh;
  right: -20vw;
  background: url("../../../images/home/bg_service.svg") no-repeat;
  z-index: 1;
}

.home .content--service .b-card {
  flex: 0 1 60%;
  position: relative;
  z-index: 4;
  background-color: #fff;
  box-sizing: border-box;
}

.home .content--service .b-card::before, .home .content--service .b-card::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.home .content--service .b-card::before {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 5px, #cdcdca 5px, #cdcdca 10px);
}

.home .content--service .b-card::after {
  background-color: #ecece6;
}

.home .content--service .b-card__body {
  background-color: #fff;
}

.home .content--service .b-card__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #48742F;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}

.home .content--service .b-card__text {
  line-height: 1.76;
}

.home .content--service .b-card__text + .b-box__text {
  margin-top: 1.5rem;
}

.home .content--service .b-card__link {
  color: #1b1b1b;
  justify-content: flex-end;
  margin-top: 3%;
  transition: color 0.3s;
}

.home .content--service .b-card__link:hover {
  color: #d08400;
}

.home .content--service .b-card__link__text {
  flex: 1;
  align-self: center;
  padding: 0 1rem 0 0;
}

.home .content--service .b-card__link__icon {
  text-align: center;
  flex: 0 1 30px;
  width: 30px;
  height: 30px;
  background-color: #ececec;
  border-radius: 25px;
  margin-left: 1.5rem;
  position: relative;
}

.home .content--service .b-card__link__icon::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../../svg/icon_arrow.svg") no-repeat top center/contain;
}

.home .content--service .b-block {
  position: relative;
}

@media screen and (min-width: 521px) {
  .home .content--service .b-card {
    flex: 0 1 60%;
    z-index: 4;
  }
  .home .content--service .b-card::before, .home .content--service .b-card::after {
    width: 90%;
    height: 95%;
  }
  .home .content--service .b-card::before {
    top: -5%;
    left: -4%;
  }
  .home .content--service .b-card::after {
    bottom: -5%;
    left: -2%;
  }
  .home .content--service .b-card__body {
    padding: 25px 30px 25px 30px;
  }
  .home .content--service .b-card__title {
    font-size: 2.3rem;
    font-size: clamp(2.2rem, 2.8vw, 2.6rem);
  }
  .home .content--service .b-card__text {
    font-size: 1.5rem;
    font-size: clamp(1.3rem, 1.3vw, 1.5rem);
  }
  .home .content--service .b-block {
    padding-left: 2%;
    align-items: center;
  }
  .home .content--service .b-block + .b-block {
    margin-top: 2%;
  }
  .home .content--service .b-block__figure {
    flex: 0 1 45%;
    margin-left: -5%;
  }
  .home .content--service .b-block__figure__images {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .content--service .b-block.block--02 {
    padding-left: 0;
    padding-right: 2%;
    overflow: hidden;
  }
  .home .content--service .b-block.block--02 .b-block__figure {
    order: -1;
    margin-left: 0;
    margin-right: -5%;
  }
  .home .content--service .b-block.block--02 .b-card::before {
    top: -5%;
    left: 14%;
    right: 0%;
  }
  .home .content--service .b-block.block--02 .b-card::after {
    bottom: -5%;
    left: 12%;
    right: 0%;
  }
}
@media screen and (max-width: 520px) {
  .home .content--service {
    padding-bottom: 5vh;
  }
  .home .content--service .b-card {
    z-index: 4;
    margin: 6% 3% 3%;
  }
  .home .content--service .b-card::before, .home .content--service .b-card::after {
    width: 100%;
    height: 100%;
  }
  .home .content--service .b-card::before {
    top: -3%;
    left: -3%;
  }
  .home .content--service .b-card::after {
    bottom: -3%;
    left: auto;
    right: -3%;
  }
  .home .content--service .b-card__body {
    padding: 5% 6%;
  }
  .home .content--service .b-card__title {
    font-size: 2.2rem;
  }
  .home .content--service .b-card__text, .home .content--service .b-card__link {
    font-size: 1.4rem;
  }
  .home .content--service .b-card__link {
    margin-top: 10%;
  }
  .home .content--service .b-card__link__span {
    margin-top: 2px;
  }
  .home .content--service .b-card__link__icon {
    margin-left: 8px;
  }
  .home .content--service .b-block {
    display: flex;
    flex-direction: column;
  }
  .home .content--service .b-block + .b-block {
    margin-top: 10%;
  }
  .home .content--service .b-block__figure {
    margin-left: -5%;
    margin-right: -5%;
    order: -1;
  }
}
.home .content--social {
  margin-bottom: 6%;
}

.home .content--social .block--instagram {
  flex: 0 1 65%;
}

.home .content--social .block--instagram .sb_instagram_header {
  display: none !important;
}

.home .content--social .block--instagram .button--instagram {
  margin-top: 3%;
}

.home .content--social .block--instagram .button--instagram .icon--instagram {
  flex: 0 1 40px;
  width: 40px;
  height: 38px;
  margin-right: 10px;
  margin-top: 1px;
  line-height: 1;
  fill: #555553;
}

.home .content--social .block--instagram .button--instagram .b-button__link {
  transition: all 0.3s;
}

.home .content--social .block--instagram .button--instagram .b-button__link__text {
  display: flex;
  align-self: center;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.home .content--social .block--instagram .button--instagram .b-button__link__span {
  flex: 1;
  padding-top: 4px;
}

.home .content--social .block--instagram .button--instagram .b-button__link__icon {
  flex: 0 1 46px;
}

.home .content--social .block--instagram .button--instagram .b-button__link:hover .icon--instagram {
  fill: rgb(255, 255, 255);
}

.service .l-pageInner {
  width: 90vw;
}

.service h1,
.service h2,
.service h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.8rem, 3vw, 3.3rem);
}

.service p, .service table {
  font-size: clamp(1.5rem, 1.6vw, 1.7rem);
}

.service ul {
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
}

.service .sp {
  display: none;
}

.service strong {
  font-weight: bold;
}

.service .l-main .b-button__link__text {
  padding: 0 4rem;
}

.service .l-main figure img {
  max-width: inherit;
}

.service .l-main .b-box__title {
  color: #6e7955;
  line-height: 4.4rem;
  padding-left: 4%;
  margin-bottom: 1rem;
}

.service .l-main .b-box__title + p {
  padding: 4%;
}

.service .l-main .b-content .common {
  margin-top: 50px;
}

.service .l-main .b-content .common .b-box__title {
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  color: #ef8354;
  background-color: #f1f1e5;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
}

.service .l-main .b-content .common .grid-cotainer {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2%;
       column-gap: 2%;
}

.service .l-main .b-content .common .grid-cotainer h5 {
  color: #6e8f5d;
  margin-top: 8px;
  font-size: clamp(1.8rem, 2.4vw, 2rem);
  line-height: 1.5;
  margin-left: 4px;
  padding: 0 3% 3%;
  padding-left: 2.2rem;
  text-indent: -2.2rem;
}

.service .l-main .b-content .common .grid-cotainer h5 ::before {
  content: "●";
  position: relative;
  top: -3px;
  margin-right: 0.6rem;
  font-size: 1.6rem;
}

.service .l-main .b-content .common .grid-cotainer p {
  padding: 0 5%;
  font-size: 1.6rem;
}

.service .l-main .b-content .common .grid-cotainer img {
  max-width: 100%;
}

.service .l-main .b-content__title .title--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3.6rem, 5.5vw, 7.5rem);
}

.service .l-main .b-content__title .title--jp .b-box__text + .b-box__text {
  margin-top: 1.5rem;
  line-height: 2rem;
}

.service .l-main .b-content__title .title--en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto;
  font-size: 2.2rem;
  font-size: clamp(2.2rem, 5vw, 2.6rem);
  background-color: #ecece4;
  padding: 10px 40px;
  border-radius: 30px;
  line-height: 1;
}

.service .l-main .page-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-top: 0;
}

.service .l-main .page-nav .b-button {
  margin-top: 3%;
}

.service .l-main #discipline .l-flex--md,
.service .l-main #training .l-flex--md {
  -moz-column-gap: 8%;
       column-gap: 8%;
}

.service .l-main #discipline .l-flex--md figure,
.service .l-main #training .l-flex--md figure {
  flex-basis: 60%;
}

.service .l-main #discipline .l-flex--md .b-box,
.service .l-main #training .l-flex--md .b-box {
  flex-basis: 45%;
}

.service .l-main #discipline .l-flex--md .b-box__title,
.service .l-main #training .l-flex--md .b-box__title {
  font-size: clamp(3rem, 5.5vw, 4.1rem);
}

.service .l-main #discipline .l-flex--md .b-box__text,
.service .l-main #training .l-flex--md .b-box__text {
  position: relative;
}

.service .l-main #discipline {
  margin-top: 158px;
}

.service .l-main #discipline .l-flex--md .b-box__title {
  color: #686461;
}

.service .l-main #discipline .l-flex--md .b-box__text {
  position: relative;
}

.service .l-main #discipline .l-flex--md .b-box__text::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  background-image: url(../../../images/service/service-bg-img-01.png);
}

.service .l-main #training {
  position: relative;
}

.service .l-main #training::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  background-image: url(../../../images/service/service-bg-img-02.png);
}

.service .l-main #training .common .b-box__title {
  padding-left: 0 !important;
}

.service .l-main #training .l-flex--md {
  flex-direction: row-reverse;
  -moz-column-gap: 3%;
       column-gap: 3%;
}

.service .l-main #training .l-flex--md .b-box__title {
  font-size: clamp(2.5rem, 3.5vw, 3rem);
}

.service .l-main #training .l-flex--md .l-flex__inner {
  flex-basis: 60%;
}

.service .l-main #training .l-flex--md .l-flex__inner.b-box {
  padding: 25px 2%;
  flex-basis: 45%;
}

.service .l-main #training .l-flex--md .l-flex__inner.b-box__text {
  font-size: 1.6rem;
  margin-top: 0;
  padding: 0;
}

.service .l-main #ground {
  margin-top: 88px;
}

.service .l-main #ground .l-flex {
  justify-content: space-between;
  flex-direction: row-reverse;
  background: url(../../../images/service/ground-bg-img-01.png) left top/cover no-repeat;
  padding: 4.3% 3%;
}

.service .l-main #ground .l-flex figure {
  margin-top: 7px;
}

.service .l-main #ground .l-flex h3 {
  font-size: clamp(2rem, 4.5vw, 3rem);
}

.service .l-main #ground .l-flex .b-box {
  padding-left: 3%;
}

.service .l-main #ground .l-flex .b-box__title {
  padding-left: 0;
}

.service .l-main #ground .l-flex .b-box__text {
  padding: 0;
  margin-top: 17px;
  font-size: 1.5rem;
  line-height: 2.7rem;
}

.service .l-main #column {
  margin-top: 120px;
}

.service .l-main #column .b-box {
  border: solid 15px #ffdcbf;
  background-color: #fdf6f0;
  margin-right: 5.7%;
  margin-left: 0.5%;
  padding: 3% 3% 4% 4%;
  border-radius: 20px;
  position: relative;
}

.service .l-main #column .b-box figure {
  position: absolute;
  right: -90px;
  top: -45px;
}

.service .l-main #column .b-box::after {
  content: url(../../../images/service/COLUMN.png);
  position: absolute;
  top: -53px;
  right: 166px;
}

.service .l-main #column .b-box__title {
  color: #e55812;
  font-size: clamp(2rem, 3vw, 3.5rem);
}

.service .l-main #foster {
  margin-top: 113px;
}

.service .l-main #foster .l-flex figure {
  flex-basis: 55%;
}

.service .l-main #foster .l-flex .b-box {
  flex-basis: 45%;
  position: relative;
}

.service .l-main #foster .l-flex .b-box::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  background-image: url(../../../images/service/service-bg-img-03.png);
  width: 515px;
  height: 515px;
  top: 8px;
  right: 14px;
}

.service .l-main #foster .l-flex .b-box .l-flex {
  flex-direction: column-reverse;
  padding-top: 4%;
}

.service .l-main #foster .l-flex .b-box .l-flex .b-blck__inner {
  margin-top: 42px;
  margin-left: 12%;
}

.service .l-main #foster .l-flex .b-box .l-flex .b-blck__inner .b-box__title {
  font-size: clamp(2rem, 4.5vw, 3rem);
}

.service .l-main #foster .l-flex .b-box .l-flex .b-blck__inner .b-box__title + p {
  padding: 0;
}

.service .l-main #foster .l-flex .b-box figure {
  text-align: center;
}

.service .l-main #comennt {
  text-align: center;
  margin-top: 90px;
}

.service .l-main #comennt .b-box {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 30px;
}

.service .l-main #comennt .b-box__title {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  color: #ef8354;
  padding-left: inherit;
}

.service .l-main #comennt .b-box::before, .service .l-main #comennt .b-box::after {
  position: absolute;
  content: "";
  background: #ef8354;
  width: 2px;
  height: 100%;
}

.service .l-main #comennt .b-box::before {
  left: 0;
  top: 0;
  transform: rotate(-25deg);
}

.service .l-main #comennt .b-box::after {
  right: 0;
  top: 0;
  transform: rotate(25deg);
}

.service .l-main #price_list .b-content__title .title--jp,
.service .l-main #area .b-content__title .title--jp {
  font-size: clamp(3.6rem, 5.5vw, 4.5rem);
  position: relative;
}

.service .l-main #price_list .b-content__title .title--jp::after,
.service .l-main #area .b-content__title .title--jp::after {
  content: "";
  background-image: url(../../../images/about/stamp.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  width: 142px;
  height: 142px;
}

.service .l-main #price_list {
  margin-top: 110px;
}

.service .l-main #price_list br {
  display: none;
}

.service .l-main #price_list .b-content__title .title--jp::after {
  top: -49px;
  right: 95%;
}

.service .l-main #price_list .b-block {
  margin-top: 66px;
}

.service .l-main #price_list .b-block table {
  width: 100%;
  text-align: left;
}

.service .l-main #price_list .b-block table tr {
  font-size: clamp(1rem, 3vw, 1.8rem);
  line-height: 7.5rem;
}

.service .l-main #price_list .b-block table tr:first-of-type {
  line-height: 6rem;
}

.service .l-main #price_list .b-block table th {
  padding-left: 1%;
  font-weight: bold;
}

.service .l-main #price_list .b-block table td:last-of-type {
  padding-left: 3%;
}

.service .l-main #price_list .b-block table th,
.service .l-main #price_list .b-block table td:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

.service .l-main #price_list .b-block table th,
.service .l-main #price_list .b-block table td {
  border-bottom: 1px solid #ccc;
  width: 42%;
}

.service .l-main #price_list .b-block table td:first-of-type {
  width: 16%;
  text-align: center;
}

.service .l-main #price_list .b-block .l-flex--md {
  margin-top: 33px;
  align-items: center;
  justify-content: space-around;
}

.service .l-main #price_list .b-block .l-flex--md ul {
  list-style-type: "＊";
  padding: 0 5%;
}

.service .l-main #price_list .b-block__link {
  display: block;
  color: #618b00;
  background-color: #f6f9f0;
  border: 3px solid;
  border-radius: 100px;
  padding: 1.5% 4% 1.5% 6%;
  line-height: 3rem;
}

.service .l-main #price_list .b-block__link__strong {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

@media only screen and (min-width: 521px) and (max-width: 968px) {
  .service .l-main #price_list .b-block__link {
    margin-top: 3%;
    text-align: center;
  }
}
.service .l-main #area {
  margin-top: 170px;
}

.service .l-main #area .b-content__title .title--jp::after {
  transform: rotate(23deg);
  top: -38px;
  right: -39%;
}

.service .l-main #area .l-flex--md {
  flex-direction: row-reverse;
  margin-top: 60px;
  justify-content: space-between;
}

.service .l-main #area .b-block__figure {
  flex: 0 1 40%;
  margin-left: auto;
}

.service .l-main #area .b-block__figure > img {
  width: initial !important;
  max-width: 100%;
}

.service .l-main #area .b-block__inner {
  margin-top: 87px;
  flex: 1;
  padding-right: 8%;
}

.service .l-main #area .b-block__inner p + p {
  margin-top: 2rem;
}

.service .l-main #area .b-block__inner .b-button {
  margin-top: 60px;
}

.service .l-main #area .b-block__inner .b-button a {
  line-height: 6.5rem;
}

.service .l-main #area .b-block__inner .b-button a .b-button__link__text {
  padding: 0 4rem 0 9rem;
}

.service .l-main #area .b-block__inner .b-button a .b-button__link__icon {
  width: 65px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  margin-top: 0;
  margin-right: 7px;
}

.service .l-main .banner {
  margin-top: 35px;
  margin-bottom: 190px;
}

.service .l-main .banner img {
  max-width: 100%;
}

.service #column .b-box__text + .b-box__text {
  margin-top: 1.9rem;
  line-height: 1.9;
}

.service #column .b-box__text.text--01 {
  padding: 0;
  margin-top: 30px;
}

@media screen and (min-width: 521px) {
  .service #column .b-box__text.text--01 {
    padding-right: 5%;
  }
}
@media screen and (min-width: 961px) {
  .service #column .b-box__text.text--01 {
    padding-right: 30%;
  }
  .service #column .b-box__text.text--02 {
    padding-right: 18%;
  }
}
@media screen and (max-width: 520px) {
  .service .l-pageInner {
    width: 92vw;
  }
  .service .b-content.page-title .b-content__title h1 strong::after {
    width: 22vw;
    height: 22vw;
    top: -45px;
  }
  .service .l-main {
    padding-top: 0;
  }
  .service .l-main .sm-hidden, .service .l-main .pc {
    display: none;
  }
  .service .l-main .sp {
    display: block;
  }
  .service .l-main figure img {
    max-width: 100%;
  }
  .service .l-main .page-nav .b-button:nth-of-type(n+4) {
    margin-top: 3%;
  }
  .service .l-main .b-button__link__text {
    padding: 0 1rem;
  }
  .service .l-main .b-content__title .title--jp::after {
    left: 160px;
  }
  .service .l-main .b-content .common {
    margin-top: 20px;
  }
  .service .l-main .b-content .common .grid-cotainer {
    grid-template-columns: 1fr;
    grid-template-rows: 9fr;
  }
  .service .l-main .b-content .common .grid-cotainer .grid-item {
    grid-column: 1/4;
  }
  .service .l-main .b-content .common .grid-cotainer .grid-item1 {
    grid-row: 1/2;
  }
  .service .l-main .b-content .common .grid-cotainer .grid-item2 {
    grid-row: 4/5;
  }
  .service .l-main .b-content .common .grid-cotainer .grid-item3 {
    grid-row: 7/8;
  }
  .service .l-main .b-content .common .grid-cotainer .grid-item4 {
    grid-row: 2/3;
  }
  .service .l-main .b-content .common .grid-cotainer .grid-item5 {
    grid-row: 5/6;
  }
  .service .l-main .b-content .common .grid-cotainer .grid-item6 {
    grid-row: 8/9;
  }
  .service .l-main .b-content .common .grid-cotainer .grid-item7 {
    grid-row: 3/4;
    margin-bottom: 10%;
  }
  .service .l-main .b-content .common .grid-cotainer .grid-item8 {
    grid-row: 6/7;
    margin-bottom: 10%;
  }
  .service .l-main .b-content .common .grid-cotainer .grid-item9 {
    grid-row: 9/10;
  }
  .service .l-main .b-content .common .grid-cotainer figure {
    text-align: center;
  }
  .service .l-main .b-content .common .grid-cotainer h5 {
    padding: 0 5%;
  }
  .service .l-main .b-content .common .grid-cotainer h5 strong::before {
    padding-left: 5%;
  }
  .service .l-main #discipline, .service .l-main #training {
    margin-top: 5%;
  }
  .service .l-main #training {
    margin-top: 15%;
  }
  .service .l-main #ground .l-flex {
    flex-direction: column-reverse;
  }
  .service .l-main #ground .l-flex figure {
    margin-bottom: 57px;
  }
  .service .l-main #ground .l-flex h3 {
    order: 1;
  }
  .service .l-main #ground .l-flex .b-box__text {
    margin-top: 0;
  }
  .service .l-main #column {
    margin-top: 15vh;
  }
  .service .l-main #column .b-box {
    border: solid 8px #ffdcbf;
    margin-right: 0;
  }
  .service .l-main #column .b-box figure {
    width: 127px;
    right: -40px;
    top: -71px;
  }
  .service .l-main #column .b-box::after {
    content: "";
    background-image: url(../../../images/service/COLUMN.png);
    background-size: contain;
    display: inline-block;
    width: 36vw;
    height: 100%;
    background-repeat: no-repeat;
    right: 40%;
    top: -39px;
  }
  .service .l-main #column .b-box__title {
    line-height: inherit;
  }
  .service .l-main #column .b-box__text.txt--01 {
    padding: 0;
  }
  .service .l-main #column .b-box__text.txt--02 {
    padding: 0;
  }
  .service .l-main #foster {
    margin-top: 50px;
  }
  .service .l-main #foster .l-flex {
    flex-direction: column-reverse;
  }
  .service .l-main #foster .l-flex .b-box__title {
    padding-left: 0;
    line-height: 1.8;
  }
  .service .l-main #foster .l-flex .b-box figure {
    display: none;
  }
  .service .l-main #foster .l-flex .b-box .l-flex {
    flex-direction: column-reverse;
  }
  .service .l-main #foster .l-flex .b-box .l-flex .b-blck__inner {
    margin: 0;
    margin-bottom: 2rem;
  }
  .service .l-main #comennt {
    margin-top: 50px;
  }
  .service .l-main #comennt .b-box__title {
    line-height: inherit;
    padding: 0;
  }
  .service .l-main #comennt strong br {
    display: none;
  }
  .service .l-main #price_list .b-content__title .title--jp::after {
    top: -28px;
    right: 85%;
    left: inherit;
    width: 22vw;
    height: 22vw;
  }
  .service .l-main #price_list .b-block table th, .service .l-main #price_list .b-block table td {
    width: 24%;
  }
  .service .l-main #price_list .b-block table tr {
    line-height: 4.5rem;
  }
  .service .l-main #price_list .b-block .b-box {
    margin-top: 2rem;
  }
  .service .l-main #price_list .link--contact {
    margin-top: 5%;
  }
  .service .l-main #area {
    margin-top: 100px;
  }
  .service .l-main #area .b-content__title .title--jp::after {
    right: -39%;
    width: 22vw;
    height: 22vw;
    left: inherit;
  }
  .service .l-main #area .b-blck__inner {
    margin-top: 30px;
    width: inherit;
  }
  .service .l-main #area .b-blck__inner .b-button {
    margin-top: 30px;
  }
  .service .l-main #area .b-blck__inner .b-button a {
    line-height: inherit;
  }
  .service .l-main #area .b-blck__inner .b-button a .b-button__link__text {
    padding: 0 2rem 0 4rem;
  }
  .service .l-main #area .b-blck__inner .b-button a .b-button__link__icon {
    margin: 0;
  }
  .service .l-main .banner {
    margin-top: 70px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 521px) {
  .service .sp {
    display: block;
  }
  .service .pc {
    display: none;
  }
  .service .b-content.page-title .b-content__title h1 strong::after {
    width: 140px;
    height: 140px;
  }
  .service .l-main {
    padding-top: 0;
  }
  .service .l-main figure img {
    width: 100%;
  }
  .service .l-main .page-nav {
    margin-top: 0;
    width: 85vw;
  }
  .service .l-main .b-content .common {
    margin-top: 0;
  }
  .service .l-main #discipline,
  .service .l-main #training {
    margin-top: 50px;
  }
  .service .l-main #discipline .b-box__title,
  .service .l-main #training .b-box__title {
    margin-bottom: 20px;
  }
  .service .l-main #discipline {
    margin-top: 70px;
  }
  .service .l-main #discipline .l-flex--md .b-box__text::after {
    width: 80vw;
    height: 80vw;
    top: -140px;
    left: -80px;
  }
  .service .l-main #training {
    margin-top: 70px;
  }
  .service .l-main #training::after {
    width: 80vw;
    max-width: 637px;
    height: 80vw;
    top: 344px;
    left: 0;
  }
  .service .l-main #training .l-flex--md .l-flex__inner.b-box {
    padding: 0px 2%;
  }
  .service .l-main #ground .sp {
    display: none;
  }
  .service .l-main #ground .pc {
    display: block;
  }
  .service .l-main #column .b-box__text__01, .service .l-main #column .b-box__text__02 {
    padding: 0;
  }
  .service .l-main #column .b-box h3 {
    padding-left: 0;
    margin-top: 1rem;
  }
  .service .l-main #column .b-box figure {
    right: -131px;
    top: -139px;
  }
  .service .l-main #column .b-box figure img {
    width: 74%;
  }
  .service .l-main #foster .b-block.l-flex {
    flex-direction: column-reverse;
  }
  .service .l-main #foster .b-block.l-flex figure {
    width: 84vw;
    margin: 2% 0 0 5%;
  }
  .service .l-main #foster .b-block.l-flex .b-box .l-flex {
    flex-direction: row;
    justify-content: space-around;
    width: 84vw;
    margin: 0 auto;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  .service .l-main #foster .b-block.l-flex .b-box .l-flex .b-blck__inner {
    margin: 0;
  }
  .service .l-main #foster .b-block.l-flex .b-box .l-flex .b-blck__inner + figure {
    flex-basis: inherit;
    width: inherit;
  }
  .service .l-main #foster .b-block.l-flex .b-box .b-blck__inner + figure {
    margin: 0 auto;
  }
  .service .l-main #foster .b-block.l-flex .b-box .b-blck__inner + figure img {
    width: initial;
  }
  .service .l-main #comennt .l-pageInner {
    width: 87vw;
  }
  .service .l-main #comennt strong br {
    display: none;
  }
  .service .l-main #price_list .b-block table th {
    width: 31%;
  }
  .service .l-main #price_list .b-block table td {
    width: 42%;
  }
  .service .l-main #price_list .b-block table td:first-of-type {
    width: 21%;
  }
  .service .l-main #price_list .b-box {
    width: 63vw;
    margin: 0 auto;
    margin-top: 3rem;
  }
  .service .l-main #price_list .b-box br {
    display: none;
  }
  .service .l-main #area .b-content__title .title--jp::after {
    right: -52%;
  }
  .service .l-main #area {
    margin-top: 170px;
  }
  .service .l-main #area .l-flex--md figure {
    text-align: center;
  }
  .service .l-main #area .l-flex--md figure img {
    width: 60vw;
  }
  .service .l-main #area .b-blck__inner {
    margin-top: 0;
    width: auto;
  }
  .service .l-main #area .b-blck__inner .b-button {
    margin-top: 7%;
  }
}
@media screen and (min-width: 961px) {
  .service .l-pageInner {
    width: 92vw;
  }
  .service .sp {
    display: none;
  }
  .service .pc {
    display: block;
  }
  .service .b-content.page-title .b-content__title h1 {
    margin-top: 8px;
  }
  .service .b-content.page-title .b-content__title h1 strong::after {
    width: 229px;
    height: 229px;
  }
  .service .l-main .b-box__title + p {
    margin-top: 13px;
    padding: 5%;
  }
  .service .l-main .b-content .common {
    margin-top: 50px;
  }
  .service .l-main #discipline,
  .service .l-main #training {
    margin-top: 6%;
  }
  .service .l-main #discipline .l-flex--md .b-box__text::after {
    width: 40vw;
    height: 40vw;
    top: -84px;
    left: 0;
  }
  .service .l-main #training::after {
    width: 39vw;
    max-width: 637px;
    height: 39vw;
    top: 0;
    left: 0;
  }
  .service .l-main #training .common {
    margin-top: 70px;
  }
  .service .l-main #column .b-box figure {
    right: -90px;
    top: -45px;
  }
  .service .l-main #column .b-box figure img {
    width: 100%;
  }
  .service .l-main #column .b-box h3 {
    margin-top: 0;
  }
  .service .l-main #column .b-box .b-box__text__01 {
    padding-right: 26%;
  }
  .service .l-main #column .b-box .b-box__text__02 {
    padding-right: 18%;
  }
  .service .l-main #foster {
    margin-top: 70px;
  }
  .service .l-main #foster .b-block.l-flex {
    flex-direction: inherit;
  }
  .service .l-main #foster .b-block.l-flex figure img {
    width: auto;
  }
  .service .l-main #foster .b-block.l-flex .b-box figure {
    margin-top: 8%;
  }
  .service .l-main #foster .b-block.l-flex .b-box .l-flex {
    flex-direction: column-reverse;
    justify-content: inherit;
    width: auto;
  }
  .service .l-main #foster .b-block.l-flex .b-box .l-flex .b-blck__inner {
    width: inherit;
    margin-top: 42px;
    margin-left: 12%;
  }
  .service .l-main #foster .b-block.l-flex .b-box .l-flex .b-blck__inner + figure {
    flex-basis: inherit;
  }
  .service .l-main #foster .b-blck__inner + figure img {
    width: initial;
  }
  .service .l-main #comennt .l-pageInner {
    width: 92vw;
  }
  .service .l-main #comennt strong br {
    display: block;
  }
  .service .l-main #price_list .b-block table th {
    width: 42%;
  }
  .service .l-main #price_list .b-block table td {
    width: 42%;
  }
  .service .l-main #price_list .b-block table td:first-of-type {
    width: 16%;
  }
  .service .l-main #price_list .b-box {
    min-width: 300px;
    width: inherit;
    margin: inherit;
    margin-top: 0;
    font-size: clamp(1rem, 1.7vw, 2.5rem);
  }
  .service .l-main #price_list .b-box__text {
    margin: 0 20px;
  }
  .service .l-main #price_list .b-box br {
    display: block;
  }
  .service .l-main #area .l-flex--md figure img {
    width: auto;
  }
  .service .l-main #area .b-blck__inner {
    margin-top: 87px;
    width: 43%;
  }
}
.service .link--banner {
  background: url("../../../images/service/bg_link_service.jpg") no-repeat center center/cover;
}

.about h1,
.about h2,
.about h3 {
  font-family: "Noto Sans JP", sans-serif;
}

.about p {
  font-size: clamp(1.5rem, 2vw, 1.7rem);
}

.about ul {
  font-size: clamp(1rem, 3vw, 1.4rem);
}

.about .l-main {
  padding-top: 0;
  margin-top: -10px;
}

.about .l-main strong {
  font-weight: bold;
}

.about .l-main .page-nav {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0;
}

.about .l-main .page-nav .b-button {
  margin-top: 0%;
}

.about .l-main .page-nav .b-button__link__text {
  padding: 0 2rem;
}

.about .l-main #message {
  position: relative;
  margin-top: 103px;
}

.about .l-main #message::after {
  content: "";
  background-image: url(../../../images/about/about-bg-img_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
}

.about .l-main #message .b-block.l-flex {
  flex-direction: column;
}

.about .l-main #message .b-block.l-flex--md {
  -moz-column-gap: 5.4%;
       column-gap: 5.4%;
}

.about .l-main #message .b-block.l-flex figure {
  order: 1;
  margin-bottom: 1rem;
}

.about .l-main #message .b-block.l-flex figure img {
  max-width: initial;
}

.about .l-main #message .b-block.l-flex .b-box {
  order: 2;
}

.about .l-main #message .b-block.l-flex .b-box.message-inner {
  margin-top: 2rem;
  padding: 0 5%;
}

.about .l-main #message .b-block.l-flex .b-box.message-inner .b-box__text + .b-box__text {
  margin-top: 2rem;
}

.about .l-main #message .b-block.l-flex .b-box__title.pc {
  margin-top: 196px;
  font-size: clamp(2rem, 3.5vw, 4.1rem);
  margin-bottom: 4rem;
  line-height: 7rem;
}

.about .l-main #message .b-block.l-flex .b-box__text {
  line-height: 2;
}

.about .l-main #profile {
  margin-top: 126px;
  position: relative;
}

.about .l-main #profile::after {
  content: "";
  background-image: url(../../../images/about/about-bg-img_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 40vw;
  height: 40vw;
  top: 0;
  left: 0;
  z-index: -1;
}

.about .l-main #profile .b-card__list-item .item--time {
  flex: 0 1 7rem;
  font-size: 1.5rem;
}

.about .l-main #profile .b-card__list-item .item--text {
  flex: 1;
  font-size: 1.5rem;
}

.about .l-main #profile .trainee {
  display: flex;
  justify-content: flex-end;
  margin: 0 6% 10%;
  -moz-column-gap: 4%;
       column-gap: 4%;
  margin-bottom: 3.5rem;
}

.about .l-main #profile .trainee ul {
  font-size: clamp(1rem, 2vw, 1.4rem);
  z-index: 7;
}

.about .l-main #profile .trainee ul li {
  line-height: 2rem;
}

.about .l-main #profile .trainee ul + p {
  white-space: nowrap;
  font-size: clamp(2rem, 3.5vw, 2.7rem);
  position: relative;
  margin-bottom: 0;
}

.about .l-main #profile .trainee ul + p .back_text {
  position: absolute;
  color: #f0f0f0;
  font-size: clamp(3.6rem, 8.5vw, 7rem);
  font-weight: bold;
  letter-spacing: 2px;
  z-index: -1;
  right: 3px;
  top: -50px;
}

.about .l-main #profile .trainee + p {
  padding-right: 6%;
}

.about .l-main #profile .certificate {
  margin-top: 2rem;
  flex-direction: row;
  justify-content: space-evenly;
}

.about .l-main #profile .certificate figure {
  width: 33.3333333333%;
}

.about .l-main #profile .certificate figure img {
  width: auto;
  max-width: 100%;
}

.about .l-main #profile .b-card {
  z-index: 4;
  margin: 6% 3% 3%;
  flex: 0 1 60%;
  position: relative;
  z-index: 4;
  background-color: #fff;
  box-sizing: border-box;
}

.about .l-main #profile .b-card::before, .about .l-main #profile .b-card::after {
  width: 107%;
  height: 70%;
  content: "";
  position: absolute;
  z-index: -1;
}

.about .l-main #profile .b-card::before {
  top: -3%;
  left: -4%;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 5px, #cdcdca 5px, #cdcdca 10px);
}

.about .l-main #profile .b-card::after {
  bottom: -3%;
  left: auto;
  right: -5%;
  background-color: #ecece6;
}

.about .l-main #profile .b-card__body {
  background-color: #fff;
  padding-left: 3% !important;
  padding-right: 3% !important;
  -moz-column-gap: 3%;
       column-gap: 3%;
}

.about .l-main #profile .b-card__body.pc-hidden {
  padding-top: 0;
}

.about .l-main #profile .b-card__body.pc-hidden + .b-card__body {
  padding: 0 1% 3rem;
}

.about .l-main #profile .b-card__body.pc-hidden + .b-card__body .b-card__body__inner {
  background-color: #f7f7f7;
  padding: 3% 4%;
  border-radius: 10px;
}

.about .l-main #profile .b-card__body.pc-hidden + .b-card__body .b-card__body__inner div:first-of-type {
  margin-left: 1rem;
}

.about .l-main #profile .b-card__body.pc-hidden + .b-card__body h3 {
  font-size: 2.3rem;
  position: relative;
}

.about .l-main #profile .b-card__body.pc-hidden + .b-card__body h3::after {
  content: "";
  background-image: url(../../../images/about/stamp.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 48px;
  height: 48px;
  top: -10px;
  left: -21px;
  z-index: -1;
}

.about .l-main #profile .b-card__inner {
  margin: 1.2rem 2% 1.2rem 5% !important;
}

.about .l-main #profile .b-card__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #5b6e30;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 500;
  margin-bottom: 1.8rem;
  line-height: 1.5;
  z-index: 6;
}

.about .l-main #profile .b-card__text {
  line-height: 1.76;
}

.about .l-main #profile .b-card__text + .b-box__text {
  margin-top: 1.5rem;
}

.about .l-main #profile .b-card .md-hidden ul {
  margin-top: 3.5rem;
  font-size: 1.4rem;
}

.about .l-main #profile .b-card .md-hidden ul li {
  margin-bottom: 0.7rem;
}

.about .l-main #profile .b-block {
  position: relative;
  margin-top: 66px;
}

.about .l-main #profile .b-content__relative {
  position: relative;
  width: 94%;
  margin: 53px 3vw 0;
}

.about .l-main #profile .b-content__relative figure:first-of-type {
  position: absolute;
  top: -80px;
  right: -14px;
  width: 50%;
}

.about .l-main #information {
  margin-top: 120px;
}

.about .l-main #information .b-content__title .title--en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto;
  font-size: clamp(1.9rem, 2.3vw, 2.2rem);
  background-color: #ecece4;
  padding: 8px 40px;
  border-radius: 30px;
  line-height: 1;
}

.about .l-main #information .b-content__title .title--jp {
  font-size: clamp(3.6rem, 5.5vw, 4.5rem);
  position: relative;
}

@media screen and (min-width: 961px) {
  .about .l-main #information .b-content__title .title--jp::after {
    content: "";
    background-image: url(../../../images/about/stamp.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 140px;
    height: 140px;
    top: -60px;
    right: -120px;
    z-index: -1;
    transform: rotate(25deg);
  }
}
.about .l-main #information .b-block {
  position: relative;
  margin-top: 15px;
}

@media screen and (min-width: 961px) {
  .about .l-main #information .b-block__table-wrapper {
    padding: 0 10vw;
  }
}
.about .l-main #information .b-block table {
  width: 100%;
  text-align: left;
}

.about .l-main #information .b-block table tr {
  font-size: clamp(1rem, 3vw, 1.6rem);
  line-height: 1.7;
}

.about .l-main #information .b-block table tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.about .l-main #information .b-block table th, .about .l-main #information .b-block table td {
  padding: 14px 1rem 13px 2rem;
}

.about .l-main #information .b-block table th {
  font-weight: normal;
  color: #5b6e30;
}

.about .l-main #information .b-block table th {
  width: 40%;
}

@media screen and (max-width: 520px) {
  .about .l-main #information .b-block table th {
    width: 30%;
  }
}
.about .l-main #information .b-block table td {
  width: 60%;
}

.about .banner figure {
  margin: 18rem 0 21rem;
}

.about .swiper {
  position: relative;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 102px auto 0;
  padding: 0 10rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: visible;
  transform: rotate(-3.8deg);
}

.about .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.about .swiper .swiper-wrapper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}

.about .swiper .swiper-wrapper .swiper-slide .slide {
  overflow: hidden;
  width: 51rem;
  border-radius: 4px;
}

.about .swiper .swiper-wrapper .swiper-slide .slide .slide-media {
  padding-top: 69%;
}

.about .swiper .swiper-wrapper .swiper-slide .slide .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 520px) {
  .about .b-content__title .title--jp::after {
    width: 22vw;
    height: 22vw;
    top: -49px;
    left: 209px;
  }
  .about .b-content__title .title--jp .title--en {
    font-size: 3rem;
  }
  .about .l-main .pc-flex {
    display: flex;
    flex-direction: column;
  }
  .about .l-main .b-block {
    display: flex;
    flex-direction: column;
  }
  .about .l-main .b-block + .b-block {
    margin-top: 10%;
  }
  .about .l-main .b-block__figure {
    order: -1;
  }
  .about .l-main .page-nav {
    justify-content: center;
  }
  .about .l-main #message {
    margin-top: 0;
  }
  .about .l-main #message::after {
    width: 90vw;
    max-width: 800px;
    height: 90vw;
    top: 300px;
    right: 0;
    z-index: -1;
  }
  .about .l-main #message h3 {
    font-size: 2rem;
  }
  .about .l-main #message .b-block.l-flex figure img {
    max-width: 100%;
  }
  .about .l-main #message .b-block.l-flex .b-box__text {
    line-height: normal;
  }
  .about .l-main #message .b-block.l-flex .b-box .pc {
    display: none;
  }
  .about .l-main #message .b-block.l-flex .b-box.message-inner {
    padding: 0;
    margin-top: 1rem;
  }
  .about .l-main #message .b-block.l-flex .b-box.message-inner .b-box__text {
    line-height: normal;
  }
  .about .l-main #message .b-block.l-flex .b-box.message-inner .b-box__text + .b-box__text {
    margin-top: 1rem;
  }
  .about .l-main #profile {
    margin-top: 0;
  }
  .about .l-main #profile figure img {
    max-width: 100%;
  }
  .about .l-main #profile .b-card::before {
    top: -1%;
  }
  .about .l-main #profile .b-card::after {
    bottom: -1%;
  }
  .about .l-main #profile .b-card__body.l-flex--md .l-flex {
    display: block;
  }
  .about .l-main #profile .b-card__body.pc-hidden + .l-flex--md h3::after {
    left: -17px;
  }
  .about .l-main #profile .b-card .md-hidden {
    display: none;
  }
  .about .l-main #profile .b-card .pc-hidden {
    padding: 1.2rem 3%;
  }
  .about .l-main #profile .b-content__title .title--jp::after {
    width: 110px;
    height: 110px;
    top: -47px;
    left: -67px;
  }
  .about .l-main #profile .trainee {
    margin: 3% 0;
  }
  .about .l-main #profile .trainee ul {
    font-size: 1.2rem;
  }
  .about .l-main #profile .trainee ul + p .back_text {
    font-size: 5rem;
    top: -20px;
  }
  .about .l-main #profile .b-content__relative {
    margin-top: 79px;
  }
  .about .l-main .banner figure {
    margin: 6rem 0;
  }
  .about .swiper {
    margin: 0;
    transform: rotate(0deg);
  }
  .about .swiper .swiper-wrapper .swiper-slide .slide {
    width: 90vw;
  }
}
.about .content--message .b-block {
  position: relative;
  padding: 0 4%;
}

.about .content--message .b-block__figure {
  width: 60%;
  float: left;
  margin-left: -3%;
  margin-right: 6%;
  border-radius: 20px;
  overflow: hidden;
}

.about .content--message .b-block__figure__images {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: initial;
}

.about .content--message .b-block__title {
  line-height: 1.6;
}

.about .content--message .b-block__text + .b-block__text {
  margin-top: 3rem;
}

@media screen and (max-width: 520px) {
  .about .content--message .b-block__figure {
    width: initial;
    margin-left: -10%;
    margin-right: -10%;
    border-radius: 0;
    float: none;
  }
  .about .content--message .b-block__title {
    font-size: clamp(3rem, 4vw, 3.6rem) !important;
    padding-top: 5%;
    margin-bottom: 6%;
  }
  .about .content--message .b-block__text + .b-block__text {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 521px) {
  .about .content--message .b-block__figure {
    height: 35vh;
    margin-bottom: 1%;
    margin-left: -9%;
    border-radius: 0 20px 20px 0;
  }
  .about .content--message .b-block__title {
    font-size: clamp(3rem, 4vw, 3.8rem);
    padding-top: 10vh;
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 961px) {
  .about .content--message .b-block__figure {
    height: 50vh;
  }
  .about .content--message .b-block__title {
    font-size: clamp(3.6rem, 5vw, 4.3rem);
    padding-top: 13vh;
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 521px) {
  .about .l-pageInner {
    width: 90vw;
  }
  .about .md-hidden {
    display: none;
  }
  .about .pc-hidden {
    display: block;
  }
  .about .b-content.page-title .b-content__title .title--en {
    color: #dda755;
    margin-left: 8px;
    background: none;
    padding: 0;
  }
  .about .b-content__title .title--jp::after {
    width: 140px;
    height: 140px;
    top: -66px;
    right: -14%;
  }
  .about .l-main .sp {
    display: none;
  }
  .about .l-main #message {
    margin-top: 50px;
  }
  .about .l-main #message::after {
    max-width: 800px;
    width: 80vw;
    height: 80vw;
    top: 275px;
    right: 0;
    z-index: -1;
  }
  .about .l-main #message .b-block.l-flex figure {
    flex: 0 1 35%;
    text-align: center;
  }
  .about .l-main #message .b-block.l-flex figure img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100% !important;
  }
  .about .l-main #message .b-block.l-flex .b-box__title.pc {
    margin: 0;
  }
  .about .l-main #message .b-block.l-flex .b-box .br--mobile-hidden {
    display: none;
  }
  .about .l-main #message .b-block.l-flex .b-box.message-inner {
    padding: 0;
    margin-top: 1rem;
  }
  .about .l-main #message .b-block.l-flex .b-box.message-inner .b-box__text + .b-box__text {
    margin-top: 1rem;
  }
  .about .l-main #profile::after {
    width: 80vw;
    height: 80vw;
    top: 200px;
    left: 0;
  }
  .about .l-main #profile .b-card {
    margin: 7rem 3% 3%;
  }
  .about .l-main #profile .b-card__body {
    padding: 3% 6%;
  }
  .about .l-main #profile .b-card__body.l-flex--md .human-matuoka {
    width: 90vw;
    flex-basis: 50%;
  }
  .about .l-main #profile .b-card__body.l-flex--md .human-matuoka img {
    max-width: 100%;
  }
  .about .l-main #profile .b-card__body.l-flex--md.pc-hidden + .l-flex--md h3 {
    font-size: 2.3rem;
    position: relative;
  }
  .about .l-main #profile .b-card__body.l-flex--md.pc-hidden + .l-flex--md h3::after {
    content: "";
    width: 48px;
    height: 48px;
    top: -15px;
    left: -31px;
  }
  .about .l-main #profile .b-card__body .b-card__inner {
    flex-basis: 50%;
  }
  .about .l-main #profile .b-card__title {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 500;
    margin-bottom: 1.8rem;
    line-height: 1.5;
    z-index: 6;
  }
  .about .l-main #profile .b-card__text {
    line-height: 1.76;
  }
  .about .l-main #profile .b-card__text + ul {
    margin-top: 3.5rem;
  }
  .about .l-main #profile .b-card__text + ul li {
    margin-bottom: 0.7rem;
  }
  .about .l-main #profile .b-card__text + .b-box__text {
    margin-top: 1.5rem;
  }
  .about .l-main #profile .b-block {
    position: relative;
  }
  .about .l-main #profile .b-content__relative {
    position: relative;
    width: 94%;
    margin: 77px 3vw 0;
  }
  .about .l-main #profile .b-content__relative figure {
    text-align: center;
  }
  .about .l-main #profile .b-content__relative figure:first-of-type {
    position: absolute;
    top: -50px;
    right: -30px;
    width: 45%;
  }
  .about .l-main #profile .trainee {
    display: block;
    margin: 0;
  }
  .about .l-main #profile .trainee + div {
    margin-top: 2rem;
  }
  .about .l-main #profile .trainee ul {
    position: relative;
  }
}
@media screen and (min-width: 961px) {
  .about .l-pageInner {
    width: 92vw;
  }
  .about .pc-hidden {
    display: none;
  }
  .about .md-hidden {
    display: block;
  }
  .about .b-content.page-title .b-content__title .title--en {
    color: #dda755;
    margin-left: 8px;
    background: none;
    padding: 0;
  }
  .about .b-content__title .title--jp {
    font-size: clamp(3.6rem, 5.5vw, 7.5rem);
  }
  .about .b-content__title .title--jp .b-box__text + .b-box__text {
    margin-top: 1.5rem;
    line-height: 2rem;
  }
  .about .b-content__title .title--jp::after {
    width: 229px;
    height: 217px;
    top: -79px;
    right: -15%;
    z-index: -1;
  }
  .about .l-main .page-nav {
    display: flex;
    justify-content: flex-start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
  }
  .about .l-main .page-nav .b-button__link__text {
    padding: 0 2rem;
  }
  .about .l-main #message {
    position: relative;
    margin-top: 103px;
  }
  .about .l-main #message::after {
    width: 50vw;
    max-width: 800px;
    height: 50vw;
    top: -171px;
    right: 0;
    z-index: -1;
  }
  .about .l-main #message .b-block.l-flex {
    flex-direction: column;
  }
  .about .l-main #message .b-block.l-flex--md {
    -moz-column-gap: 5.4%;
         column-gap: 5.4%;
  }
  .about .l-main #message .b-block.l-flex figure {
    order: 1;
    margin-bottom: 1rem;
  }
  .about .l-main #message .b-block.l-flex figure img {
    max-width: initial;
  }
  .about .l-main #message .b-block.l-flex .b-box {
    order: 2;
  }
  .about .l-main #message .b-block.l-flex .b-box.message-inner {
    margin-top: 2rem;
    padding: 0 5%;
  }
  .about .l-main #message .b-block.l-flex .b-box.message-inner .b-box__text + .b-box__text {
    margin-top: 2rem;
  }
  .about .l-main #message .b-block.l-flex .b-box__title.pc {
    margin-top: 196px;
    font-size: clamp(2rem, 3.5vw, 4.1rem);
    margin-bottom: 4rem;
    line-height: 7rem;
  }
  .about .l-main #message .b-block.l-flex .b-box__text {
    line-height: 3.6rem;
  }
  .about .l-main #message .b-block.l-flex .b-box .br--mobile-hidden {
    display: block;
  }
  .about .l-main #profile {
    margin-top: 126px;
    position: relative;
  }
  .about .l-main #profile figure img {
    max-width: initial;
  }
  .about .l-main #profile::after {
    content: "";
    background-image: url(../../../images/about/about-bg-img_02.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 40vw;
    height: 40vw;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .about .l-main #profile .b-content__title .title--jp {
    font-size: clamp(3.6rem, 5.5vw, 4.5rem);
    position: relative;
  }
  .about .l-main #profile .b-content__title .title--jp::after {
    content: "";
    background-image: url(../../../images/about/stamp.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 140px;
    height: 140px;
    top: -60px;
    left: -100px;
    z-index: -1;
  }
  .about .l-main #profile .trainee {
    display: flex;
    justify-content: flex-end;
    margin: 0 6% 10%;
    -moz-column-gap: 4%;
         column-gap: 4%;
    margin-bottom: 3.5rem;
  }
  .about .l-main #profile .trainee ul li {
    line-height: 2rem;
  }
  .about .l-main #profile .trainee ul + p {
    white-space: nowrap;
    font-size: clamp(2rem, 3.5vw, 2.7rem);
    position: relative;
    margin-bottom: 0;
  }
  .about .l-main #profile .trainee ul + p .back_text {
    position: absolute;
    color: #f0f0f0;
    font-size: 7rem;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: -1;
    right: 3px;
    top: -50px;
  }
  .about .l-main #profile .trainee + p {
    padding-right: 6%;
  }
  .about .l-main #profile .certificate {
    margin-top: 2rem;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .about .l-main #profile .certificate figure {
    width: 33.3333333333%;
  }
  .about .l-main #profile .certificate figure img {
    width: auto;
    max-width: 100%;
  }
  .about .l-main #profile .b-card {
    z-index: 4;
    margin: 6% 3% 3%;
    flex: 0 1 60%;
    position: relative;
    z-index: 4;
    background-color: #fff;
    box-sizing: border-box;
  }
  .about .l-main #profile .b-card::before, .about .l-main #profile .b-card::after {
    width: 107%;
    height: 70%;
    content: "";
    position: absolute;
    z-index: -1;
  }
  .about .l-main #profile .b-card::before {
    top: -3%;
    left: -4%;
    background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 5px, #cdcdca 5px, #cdcdca 10px);
  }
  .about .l-main #profile .b-card::after {
    bottom: -3%;
    left: auto;
    right: -5%;
    background-color: #ecece6;
  }
  .about .l-main #profile .b-card.pc-hidden {
    padding-top: 0;
  }
  .about .l-main #profile .b-card.pc-hidden + .l-flex--md {
    padding: 3rem 6%;
  }
  .about .l-main #profile .b-card.pc-hidden + .l-flex--md h3 {
    font-size: 2.3rem;
    position: relative;
  }
  .about .l-main #profile .b-card.pc-hidden + .l-flex--md h3::after {
    width: 48px;
    height: 48px;
    top: -15px;
    left: -31px;
  }
  .about .l-main #profile .b-card.pc-hidden + .l-flex--md h3 + p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .about .l-main #profile .b-card__body {
    padding: 1%;
  }
  .about .l-main #profile .b-card__body.l-flex--md .human-matuoka {
    width: initial;
    flex: 0 1 35%;
  }
  .about .l-main #profile .b-card__body.l-flex--md .human-matuoka img {
    max-width: 100%;
  }
  .about .l-main #profile .b-card__body .b-card__inner {
    flex: 1;
    margin: 1.2rem 3%;
  }
  .about .l-main #profile .b-card__title {
    font-family: "Noto Sans JP", sans-serif;
    color: #5b6e30;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 500;
    margin-bottom: 1.8rem;
    line-height: 1.5;
    z-index: 6;
  }
  .about .l-main #profile .b-card__text {
    line-height: 1.76;
  }
  .about .l-main #profile .b-card__text + ul {
    margin-top: 3.5rem;
    font-size: 1.4rem;
  }
  .about .l-main #profile .b-card__text + ul li {
    margin-bottom: 0.7rem;
  }
  .about .l-main #profile .b-card__text + .b-box__text {
    margin-top: 1.5rem;
  }
  .about .l-main #profile .b-block {
    position: relative;
  }
  .about .l-main #profile .b-content__relative {
    position: relative;
    width: 94%;
    margin: 53px 2vw 0;
  }
  .about .l-main #profile .b-content__relative figure:first-of-type {
    position: absolute;
    top: -70px;
    right: -14px;
    width: 50%;
  }
  .about .block--certifiedTrainer .b-card__text {
    font-size: 1.5rem;
    line-height: 1.86 !important;
  }
}
@media screen and (min-width: 961px) and (min-width: 521px) {
  .about .block--certifiedTrainer .b-card__text {
    padding-right: 5%;
  }
}
@media screen and (min-width: 961px) {
  .about .block--certifiedTrainer .b-box {
    flex: 1;
  }
}
@media screen and (min-width: 961px) {
  .about .block--certifiedTrainer .figure--wrap {
    flex: 0 1 45%;
    width: initial !important;
    margin-right: 0% !important;
    position: relative;
  }
  .about .block--certifiedTrainer .figure--wrap figure img {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 961px) {
  .about .block--certifiedTrainer.b-card__body {
    padding-top: 0;
  }
}
@media screen and (min-width: 961px) {
  .about .banner figure {
    margin: 18rem 0 21rem;
  }
}
@media screen and (min-width: 961px) {
  .about .swiper {
    position: relative;
    box-sizing: content-box;
    max-width: 1200px;
    margin: 102px auto 0;
    padding: 0 10rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: visible;
    transform: rotate(-3.8deg);
  }
  .about .swiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .about .swiper .swiper-wrapper .swiper-slide {
    width: -moz-max-content;
    width: max-content;
  }
  .about .swiper .swiper-wrapper .swiper-slide .slide {
    overflow: hidden;
    width: 51rem;
    border-radius: 4px;
  }
  .about .swiper .swiper-wrapper .swiper-slide .slide .slide-media {
    padding-top: 69%;
  }
  .about .swiper .swiper-wrapper .swiper-slide .slide .slide-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
@media screen and (min-width: 961px) {
  .l-main .swiper {
    padding: 0 4rem;
  }
  .l-main .pc-flex {
    flex-direction: row;
  }
}
@media screen and (max-width: 520px) {
  .about .block--certifiedTrainer {
    padding-bottom: 3% !important;
  }
}
.about .link--banner {
  background: url("../../../images/about/bg_link_about.jpg") no-repeat center center/cover;
}

.contact .l-main {
  padding-bottom: 6%;
}

.contact .l-pageInner {
  width: 90vw;
}

.contact h1, .contact h2, .contact h3, .contact h4 {
  font-family: "Noto Sans JP", sans-serif;
}

.contact p {
  font-size: clamp(1.5rem, 2vw, 1.7rem);
  font-weight: bold;
}

.contact strong {
  font-weight: bold;
}

.contact .b-box__title {
  text-align: center;
  font-size: clamp(2rem, 3vw, 4rem);
  margin-top: 7%;
}

.contact .b-box__title br {
  display: none;
}

.contact .b-box__text p {
  padding: 0 8%;
}

.contact .b-box__annotation {
  text-align: center;
  color: #ff3e3e;
  font-weight: bold;
}

.contact label {
  font-weight: bold;
}

.contact .wpcf7 input:not(input[type=submit], input[type=radio]), .contact .wpcf7 textarea {
  width: 95%;
  max-width: 770px;
  margin-top: 1rem;
  background-color: #f8f8f8;
  border: none;
  border-radius: 2px;
  resize: none;
  padding: 0 2%;
  font-family: inherit;
}

.contact .wpcf7 .wpcf7-form-control-wrap input[type=number] {
  width: inherit;
}

.contact .wpcf7 textarea {
  padding: 2%;
}

.contact p + p {
  margin-top: 3%;
}

.contact form {
  margin-top: 10px;
}

.contact form p:last-of-type {
  margin-top: 1%;
}

.contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
  height: 5vw;
  max-height: 59px;
  min-height: 3rem;
}

.contact .required::after {
  content: "※";
  font-size: 0.8rem;
  vertical-align: top;
  color: #ff3e3e;
}

.contact button, .contact .wpcf7-submit {
  background-color: #f8f8f8;
  color: #353533;
  border: 1px solid;
  border-radius: 40px;
  padding: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  margin: 0 auto;
  height: 10vw;
  max-height: 82px;
  min-height: 50px;
  width: 25vw;
  max-width: 371px;
  min-width: 200px;
  border-radius: 10px;
  font-weight: bold;
  font-family: inherit;
  font-size: 1.8rem;
  box-sizing: border-box;
}

.contact button:hover, .contact .wpcf7-submit:hover {
  background: #353533;
  color: #fff;
}

.contact .wpcf7cp-btns {
  display: flex;
  justify-content: space-around;
  -moz-column-gap: 3%;
       column-gap: 3%;
}

.contact .wpcf7-radio label {
  display: flex;
}

.contact .wpcf7-radio label .wpcf7-list-item-label {
  width: 16px;
  white-space: nowrap;
}

.contact .wpcf7-number {
  height: 3rem;
}

.contact .wpcf7 input[type=checkbox] {
  min-width: 13px;
  margin: 0 !important;
}

.contact .wpcf7-checkbox {
  margin-left: 0.5rem;
  max-width: 90vw;
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}

.contact .wpcf7-checkbox label {
  display: flex;
  white-space: nowrap;
  vertical-align: middle;
  align-items: center;
}

.contact .line {
  margin-top: 7%;
}

.contact .line .l-flex--md {
  max-height: 184px;
  height: 11vw;
  align-items: center;
  justify-content: space-around;
}

.contact .line .b-box {
  background-color: #f8f8f8;
  border-radius: 2px;
  width: 95%;
  max-width: 770px;
  margin: 0 auto;
  padding: 2.5% 0;
}

.contact .line .b-box__title {
  margin-top: 0;
}

.contact .line .b-box__title h3 {
  font-size: clamp(2rem, 3vw, 4.2rem);
}

.contact .line .b-box__text {
  text-align: center;
  margin-top: 5%;
}

@media screen and (max-width: 520px) {
  .contact .line .b-box__text {
    text-align: left;
  }
  .contact .line .b-box__text br {
    display: none;
  }
}
.contact .line .b-box__inner {
  margin: 6% 9%;
  background: #fff;
  border-radius: 20px;
}

.contact .line .b-box__inner .b-box__title {
  margin-top: -24px;
  font-size: clamp(2rem, 3vw, 3.5rem);
}

.contact .line .b-box__inner .b-box__text {
  margin-top: 1%;
}

.contact .line .b-box__inner .b-box__text p {
  position: relative;
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: bold;
  color: #999;
}

@media screen and (max-width: 520px) {
  .contact .line .b-box__inner .b-box__text p {
    text-align: center;
    width: 41vw;
    margin: 0 auto;
  }
}
.contact .line .b-box__inner .b-box__text p::before, .contact .line .b-box__inner .b-box__text p::after {
  position: absolute;
  content: "";
  background-color: #999;
  width: 2px;
  height: 100%;
}

.contact .line .b-box__inner .b-box__text p::before {
  transform: rotate(-18deg);
  left: 0;
  top: 0;
}

.contact .line .b-box__inner .b-box__text p::after {
  transform: rotate(18deg);
  right: 0;
  top: 0;
}

@media screen and (min-width: 521px) {
  .contact .line .b-box__inner .b-box__text p {
    width: 32vw;
    max-width: 320px;
    margin: 0 auto;
  }
}
.contact .line .b-box__inner .l-flex--md {
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 10% 0;
  align-items: center;
}

.contact .line .b-box__inner .l-flex--md figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 520px) {
  .contact .line .b-box__inner .l-flex--md figure img {
    width: 40%;
  }
}
@media screen and (min-width: 521px) {
  .contact .line .b-box__inner .l-flex--md {
    display: flex;
  }
  .contact .line .b-box__inner .l-flex--md p {
    padding: 0;
    width: 53vw;
    max-width: 335px;
  }
  .contact .line .b-box__inner .l-flex--md figure {
    width: 50%;
    margin: 1rem auto 0;
  }
  .contact .line .b-box__inner .l-flex--md figure img {
    width: inherit;
  }
}
@media screen and (min-width: 961px) {
  .contact .line .b-box__inner .l-flex--md {
    max-height: 184px;
    height: 15vw;
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
  }
  .contact .line .b-box__inner .l-flex--md figure {
    width: inherit;
    margin: inherit;
  }
  .contact .line .b-box__inner .l-flex--md figure img {
    width: 60%;
  }
}
.contact .line .col_gr {
  color: #06c655;
  font-weight: bold;
}

.contact #wpcf7cpcnf table {
  table-layout: fixed;
  width: 90%;
}

.contact #wpcf7cpcnf td {
  display: flex;
}

.contact #wpcf7cpcnf td::before {
  content: ":";
  margin-right: 1rem;
}

.privacy-policy .l-main {
  padding-bottom: 6%;
}

.privacy-policy .l-pageInner {
  width: 90vw;
}

.privacy-policy h1, .privacy-policy h2, .privacy-policy h3 {
  font-family: "Noto Sans JP", sans-serif;
}

.privacy-policy p {
  font-size: clamp(1.5rem, 2vw, 1.7rem);
}

.privacy-policy .b-content.page-title {
  margin-top: 30px;
}

.privacy-policy .b-content.page-title .b-content__title .title--en {
  color: #dda755;
  margin-left: 8px;
  background: none;
  padding: 0;
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  line-height: 1;
}

.privacy-policy .b-content__title h1 {
  margin-top: 8px;
}

.privacy-policy .b-content__title h1 span {
  font-weight: normal;
}

.privacy-policy .b-content__title .title--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3.6rem, 5.5vw, 7.5rem);
  line-height: 6rem;
  position: relative;
  font-weight: bold;
}

.privacy-policy .b-content__title .title--en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto;
  font-size: 2.2rem;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  background-color: #ecece4;
  padding: 10px 40px;
  border-radius: 30px;
}

.privacy-policy .b-box {
  margin-bottom: 2%;
}

.privacy-policy .b-box__title h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  .privacy-policy .l-main {
    padding-top: 30px;
  }
  .privacy-policy .l-pageInner {
    width: 92vw;
  }
}
@media screen and (min-width: 521px) {
  .privacy-policy .page-title br {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .privacy-policy .b-content.page-title {
    margin-top: 52px;
  }
  .privacy-policy .l-pageInner {
    width: 92vw;
  }
  .privacy-policy .l-main {
    padding-top: 62px;
    padding-bottom: 0;
  }
}
/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}