@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
.home .l-container {
  max-width: initial;
  padding-left: initial;
  padding-right: initial;
}
.home .l-article {
  max-width: initial;
  padding: initial;
}

ol, ul {
  padding: initial;
}

html.is-menu-open {
  overflow: hidden;
}

body.home {
  background-color: #00C4CC;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2f2f2f;
  letter-spacing: 0.05em;
}
@media (width <= 768px) {
  .is-menu-open body.home {
    overflow: hidden;
  }
}

body {
  color: #2f2f2f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

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

pre {
  white-space: pre;
}

/********************************************
* Layout
********************************************/
/* Content */
.l-article {
  position: relative;
  margin-bottom: 41px;
}

/* Header */
body:not(.home) .l-header {
  background: #00C4CC;
}

.l-header {
  background: initial;
  top: initial;
  padding: 0 65px 28px;
  position: relative;
  letter-spacing: 0.06em;
}
.l-header__inner {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-header__logo {
  margin-top: 53px;
  width: 209px;
}
.l-header__nav-list {
  list-style: none;
  display: flex;
  border-right: 1px solid #fff;
}
.l-header__nav-item {
  font-weight: 800;
  border-left: 1px solid #fff;
  line-height: 1;
  font-size: 16px;
}
.l-header__nav-link {
  display: block;
  padding: 0 21px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.l-header__info {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  gap: 15px 30px;
  color: #fff;
  margin-bottom: 15px;
}
.l-header__tel {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}
.l-header__open-hours {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
.l-header__contact {
  background: #FAF225;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.l-header__contact-img {
  vertical-align: middle;
}
.l-header__contact-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  font-weight: 800;
  font-size: 16px;
  padding: 30px 29px 15px;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.03em;
}
.l-header__external {
  display: none;
}
.l-header__nav-button {
  display: none;
}

.l-menu-trigger {
  display: none;
}

/* Footer */
.l-footer {
  padding: 26px 65px 37px;
  background: #2f2f2f;
  color: #fff;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  margin: 0 auto;
}
.l-footer__item {
  width: 30%;
}
.l-footer__item iframe {
  width: 100%;
  height: 250px;
}
.l-footer__logo {
  margin-bottom: 38px;
}
.l-footer__paragraph {
  margin-bottom: 5px;
}
.l-footer__right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-top: 12px;
}
.l-footer__nav {
  margin-bottom: 61px;
}
.l-footer__nav-list {
  list-style: none;
  display: flex;
  justify-content: center;
  letter-spacing: 0.06em;
}
.l-footer__nav-item {
  font-weight: 500;
  border-right: 1px solid #fff;
  line-height: 1;
  font-size: 16px;
}
.l-footer__nav-item:first-of-type {
  border-left: 1px solid #fff;
}
.l-footer__nav-link {
  display: block;
  padding: 0 24px;
  color: #fff;
  text-decoration: none;
}
.l-footer__external, .l-header__external {
  background: #fff;
  color: #2f2f2f;
  width: 300px;
  font-size: 14px;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}
.l-footer__external-link {
  color: #2f2f2f;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 12px 9px 16px 26px;
  text-decoration: none;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.l-footer__external-span {
  font-weight: 800;
}
.l-footer__copy {
  text-align: center;
  font-size: 12px;
  margin-top: 125px;
}

.l-side-button {
  background: #137579;
  color: #fff;
  font-weight: 500;
  width: 158px;
  position: fixed;
  bottom: 0;
  right: 0;
  border-top-left-radius: 12px;
  text-align: center;
  font-weight: 800;
  padding: 0 11px;
  z-index: 1;
}
.l-side-button__list {
  list-style: none;
  padding: initial;
}
.l-side-button__item {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.4;
}
.l-side-button__item:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.l-side-button__item a {
  color: #fff;
  text-decoration: none;
}
.l-side-button__trial-title {
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.l-side-button__paragraph {
  font-size: 16px;
  font-weight: 800;
}
.l-side-button__price {
  font-size: 21px;
  font-weight: 800;
}
.l-side-button__web-title {
  font-size: 18px;
  font-weight: 800;
}
.l-side-button__web-title img {
  margin-right: 7px;
}
.l-side-button__tel-title {
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 800;
}
.l-side-button__tel-title a {
  text-decoration: none;
  color: #fff;
}
.l-side-button__open-hours {
  letter-spacing: 0.06em;
  font-weight: 800;
  font-size: 10px;
}

.l-to-top {
  width: 81px;
  height: 81px;
  position: absolute;
  right: calc(50% - 575px);
  bottom: 0;
}

/* Sidebar */
@media (width <= 1280px) {
  .l-article {
    padding-bottom: 9.0625vw;
    margin-bottom: 3.203125vw;
  }
  .l-header {
    padding: 0 5.078125vw 2.1875vw;
  }
  .l-header__inner {
    max-width: 89.84375vw;
  }
  .l-header__logo {
    margin-top: 4.140625vw;
    width: 16.328125vw;
  }
  .l-header__nav-item {
    font-size: 1.25vw;
  }
  .l-header__nav-link {
    padding: 0 1.640625vw;
  }
  .l-header__info {
    gap: 1.171875vw 2.34375vw;
    margin-bottom: 1.171875vw;
  }
  .l-header__tel {
    font-size: 1.875vw;
  }
  .l-header__open-hours {
    font-size: 0.78125vw;
  }
  .l-header__contact {
    border-bottom-left-radius: 0.9375vw;
    border-bottom-right-radius: 0.9375vw;
  }
  .l-header__contact-img {
    width: 1.40625vw;
  }
  .l-header__contact-link {
    gap: 0.390625vw;
    font-size: 1.25vw;
    padding: 2.34375vw 2.265625vw 1.171875vw;
  }
  /* Footer */
  .l-footer {
    padding: 2.03125vw 5.078125vw 2.890625vw;
  }
  .l-footer__inner {
    max-width: 89.84375vw;
  }
  .l-footer__logo {
    margin-bottom: 2.96875vw;
    width: 16.25vw;
  }
  .l-footer__paragraph {
    margin-bottom: 0.390625vw;
  }
  .l-footer__paragraph a {
    color: #fff;
    text-decoration: none;
  }
  .l-footer__right {
    padding-top: 0.9375vw;
  }
  .l-footer__nav {
    margin-bottom: 4.765625vw;
  }
  .l-footer__nav-item {
    font-size: 1.25vw;
  }
  .l-footer__nav-link {
    padding: 0 1.875vw;
  }
  .l-footer__external, .l-header__external {
    width: 23.4375vw;
    font-size: 1.09375vw;
    border-radius: 0.78125vw;
    margin-top: 1.5625vw;
  }
  .l-footer__external-link {
    gap: 1.5625vw;
    padding: 0.9375vw 0.703125vw 1.25vw 2.03125vw;
  }
  .l-footer__external-img {
    width: 1.71875vw;
  }
  .l-footer__copy {
    font-size: 0.9375vw;
    margin-top: 9.765625vw;
  }
  .l-side-button {
    width: 12.34375vw;
    border-top-left-radius: 0.9375vw;
    padding: 0 0.859375vw;
  }
  .l-side-button__item {
    height: 5.625vw;
  }
  .l-side-button__trial-title {
    font-size: 1.09375vw;
  }
  .l-side-button__paragraph {
    font-size: 1.25vw;
  }
  .l-side-button__price {
    font-size: 1.640625vw;
  }
  .l-side-button__web-title {
    font-size: 1.40625vw;
  }
  .l-side-button__web-title img {
    margin-right: 0.546875vw;
  }
  .l-side-button__img {
    width: 1.40625vw;
  }
  .l-side-button__tel-title {
    font-size: 1.5625vw;
  }
  .l-side-button__open-hours {
    font-size: 0.78125vw;
  }
  .l-to-top {
    width: 6.328125vw;
    height: 6.328125vw;
    right: calc(50% - 44.921875vw);
  }
}
@media (width <= 768px) {
  .l-article {
    padding-bottom: 21.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .l-header {
    padding: 5.3333333333vw 5.8666666667vw 5.3333333333vw;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-header__logo {
    margin-top: 0;
    width: 31.7333333333vw;
    z-index: 1000;
  }
  .l-header__info {
    gap: 1.3333333333vw;
  }
  .l-header__tel {
    display: none;
  }
  .l-header__contact {
    border-radius: 100px;
    height: 10.4vw;
    z-index: 1000;
  }
  .l-header__contact-img {
    width: 3.0666666667vw;
    margin-right: 1.3333333333vw;
  }
  .l-header__contact-link {
    font-size: 3.2vw;
    padding: 2.9333333333vw 4.2666666667vw;
  }
  .l-header__nav {
    width: 100%;
    height: 100vh;
    background-color: #00C4CC;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: -100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 11.4666666667vw;
    opacity: 0;
  }
  .is-menu-open .l-header__nav {
    animation: open-menu 0.3s linear;
    animation-fill-mode: forwards;
  }
  @keyframes open-menu {
    0% {
      top: 0;
    }
    100% {
      opacity: 1;
      z-index: 100;
      top: 0;
    }
  }
  .l-header__nav-list {
    padding-top: 15.625vw;
    display: block;
    border: none;
    width: min(100%, 400px);
    padding-bottom: min(5.3333333333vw, 20px);
    margin: min(-13.3333333333vw, -50px) auto min(12vw, 45px);
    border-bottom: 1px solid #fff;
    max-width: min(100%, 308px);
  }
  .l-header__nav-item {
    border: none;
    margin-bottom: min(6.9333333333vw, 22px);
  }
  .l-header__nav-link {
    font-size: min(4.8vw, 18px);
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    padding-left: 0;
  }
  .l-header__nav-link:before {
    background: #fff;
    display: inline-block;
    content: "";
    width: min(2.6666666667vw, 10px);
    height: 1px;
    margin-right: min(3.2vw, 12px);
  }
  .l-header__nav-button.c-button {
    display: block;
    width: 100%;
    background: #faf225 url(./images/common/btn-bg@2x.png) no-repeat;
    background-position: calc(100% - min(3.7333333333vw, 14px)) 50%;
    background-size: min(6.4vw, 24px);
    height: min(13.8666666667vw, 52px);
    margin-bottom: min(6.4vw, 24px);
    max-width: min(100%, 308px);
  }
  .l-header__nav-button.c-button .c-button__link {
    text-align: left;
    font-size: min(4.2666666667vw, 16px);
    letter-spacing: -0.01em;
    padding: min(3.4666666667vw, 13px) min(8vw, 30px);
    line-height: 1;
  }
  .l-header__nav-img {
    width: min(4.8vw, 18px);
    vertical-align: middle;
    transform: translateY(min(0.8vw, 3px));
    margin-right: min(1.3333333333vw, 5px);
  }
  .l-header__external {
    max-width: min(100%, 308px);
    display: block;
    text-align: left;
    border-radius: min(2.6666666667vw, 10px);
  }
  .l-header__external-link.l-footer__external-link {
    padding: min(4.2666666667vw, 17px) 0 min(4.2666666667vw, 17px) min(5.8666666667vw, 23px);
    gap: min(5.3333333333vw, 27px);
  }
  .l-header__external-span.l-footer__external-span {
    font-size: min(3.7333333333vw, 13.1px);
  }
  .l-header__external-img.l-footer__external-img {
    width: min(4.8vw, 19px);
  }
  .l-menu-trigger {
    display: block;
    background: #2f2f2f;
    width: 10.4vw;
    height: 10.4vw;
    border-radius: 26.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1000;
    cursor: pointer;
  }
  .l-menu-trigger__wrap {
    display: flex;
    justify-content: flex-end;
    width: 3.8133333333vw;
    flex-wrap: wrap;
  }
  .l-menu-trigger__bar {
    display: block;
    width: 100%;
    height: 0.5333333333vw;
    background: #fff;
    transition: 0.3s;
  }
  .l-menu-trigger__bar:nth-of-type(2) {
    margin: 1.3333333333vw 0;
  }
  .l-menu-trigger__bar:nth-of-type(3) {
    width: 2.9333333333vw;
  }
  .is-menu-open .l-menu-trigger__bar:nth-of-type(1) {
    transform: rotate(45deg) translateX(1.3333333333vw) translateY(1.3333333333vw);
  }
  .is-menu-open .l-menu-trigger__bar:nth-of-type(2) {
    opacity: 0;
  }
  .is-menu-open .l-menu-trigger__bar:nth-of-type(3) {
    width: 100%;
    transform: rotate(-45deg) translateX(1.3333333333vw) translateY(-1.3333333333vw);
  }
  .l-side-button {
    width: 100%;
    right: inherit;
    left: 0;
    border-radius: 0;
    z-index: 100;
  }
  .l-side-button__list {
    display: flex;
    padding: 3.2vw 0;
  }
  .l-side-button__item {
    width: 50%;
    height: auto;
  }
  .l-side-button__item:not(:last-of-type) {
    border-bottom: none;
  }
  .l-side-button__item:nth-of-type(2) {
    display: none;
  }
  .l-side-button__item:nth-of-type(3) {
    border-left: 1px solid #fff;
  }
  .l-side-button__trial-title {
    font-size: 3.7333333333vw;
  }
  .l-side-button__paragraph {
    font-size: 4.2666666667vw;
  }
  .l-side-button__price {
    font-size: 5.6vw;
  }
  .l-side-button__tel-title {
    font-size: 5.3333333333vw;
  }
  .l-side-button__open-hours {
    font-size: 2.6666666667vw;
    font-weight: 400;
  }
  .l-footer {
    padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
  .l-footer__inner {
    display: block;
  }
  .l-footer__item {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .l-footer__item iframe {
    height: 66.6666666667vw;
  }
  .l-footer__logo {
    width: 64vw;
    margin-bottom: 3.7333333333vw;
  }
  .l-footer__paragraph {
    margin-bottom: 0vw;
    font-size: 3.7333333333vw;
  }
  .l-footer__right {
    border-top: 1px solid #fff;
    padding: 11.2vw 0 0;
    display: block;
    margin-top: 8.5333333333vw;
  }
  .l-footer__nav-list {
    border: none;
    margin-bottom: 8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .l-footer__nav-item {
    font-size: 4.2666666667vw;
    border: none;
    margin-bottom: 2.6666666667vw;
    border-radius: 0vw;
  }
  .l-footer__nav-item:nth-of-type(1) {
    border: none;
  }
  .l-footer__nav-link {
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 4vw;
  }
  .l-footer__nav-link:before {
    content: "";
    display: inline-block;
    width: 2.6666666667vw;
    height: 1px;
    background: #fff;
    margin-right: 1.8666666667vw;
  }
  .l-footer__external, .l-header__external {
    width: 100%;
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw;
    margin-top: 4vw;
  }
  .l-footer__external-link {
    padding: 4.2666666667vw 0 4.2666666667vw 5.8666666667svw;
    gap: 16vw;
    text-align: left;
  }
  .l-footer__external-img {
    width: 4.8vw;
  }
  .l-footer__copy {
    font-size: 2.6666666667vw;
  }
  .l-to-top {
    width: 14.1333333333vw;
    height: 14.1333333333vw;
  }
}
@media (width <= 768px) {
  .l-content {
    padding-top: 23.4375vw;
  }
}

.l-header__right {
  display: initial;
}

.l-content__body {
  margin-top: initial;
}

.l-footer__nav a {
  font-size: initial;
}

/********************************************
* Form
********************************************/
input[type=email],
input[type=text] {
  width: 500px;
  max-width: 100%;
  padding: 5px;
  height: 35px;
}

textarea {
  width: 500px;
  max-width: 100%;
  height: 250px;
}

input[type=submit] {
  width: 300px;
  height: 35px;
  max-width: 100%;
  border: 1px solid #ccc;
}

/********************************************
* Component
********************************************/
.c-button, .c-button--blue {
  width: 580px;
  height: 90px;
  text-align: center;
  background: #FAF225 url(./images/common/btn-bg@2x.png) no-repeat;
  background-position: calc(100% - 24px) 50%;
  background-size: 42px;
  border-radius: 100px;
  box-shadow: 0 6px 0 #c3c06b;
  transition: 0.1s;
  margin: 0 auto;
  letter-spacing: 0.06em;
}
.c-button:hover, .c-button--blue:hover {
  box-shadow: 0 2px 0 #c3c06b;
  transform: translateY(4px);
}
.c-button img, .c-button--blue img {
  vertical-align: inherit;
}
.c-button__link {
  font-size: 28px;
  font-weight: 800;
  line-height: 90px;
  color: #2f2f2f;
  display: block;
  text-decoration: none;
}
.c-button--blue {
  background: #00C4CC url(./images/common/btn-bg@2x.png) no-repeat;
  background-position: calc(100% - 24px) 50%;
  background-size: 42px;
  border-radius: 100px;
  box-shadow: 0 5px 0 #03858a;
}
.c-button--blue:hover {
  box-shadow: 0 2px 0 #03858a;
  transform: translateY(3px);
}
.c-button--blue .c-button__link {
  color: #fff;
}

.c-catch {
  background: url(./images/home/catch1@2x.png) no-repeat, url(./images/home/catch2@2x.png) no-repeat;
  background-position: left center, right center;
  background-size: 46px, 46px;
  padding: 0 70px;
  display: inline-block;
}

.c-inner, .c-inner--narrow {
  max-width: 1150px;
  margin: 0 auto;
}
.c-inner--narrow {
  max-width: 988px;
}

.c-more {
  display: block;
  text-align: right;
  padding-right: 50px;
  background: url(./images/common/btn-bg2@2x.png) no-repeat;
  background-position: right center;
  background-size: 24px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.c-pagenation {
  margin: 50px 0 0 0;
  text-align: center;
}
.c-pagenation:after, .c-pagenation__navul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.c-pagenation__nav {
  margin: 0;
}
.c-pagenation__item {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  margin-bottom: 3px;
}
.c-pagenation__item:first-child {
  margin-left: 0;
}
.c-pagenation__item--active {
  background-color: #333;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}
.c-pagenation__link {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.c-pagenation__link:hover {
  background-color: #333;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

.c-rolling {
  overflow: hidden;
  white-space: nowrap;
}
.c-rolling__item {
  display: inline-block;
  opacity: 0.5;
  letter-spacing: 0.07em;
  font-weight: 800;
  overflow: hidden;
  font-size: 124px;
  color: #fff;
  animation: rolling 10s infinite linear 0.5s both;
  line-height: 2.1;
}

@keyframes rolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-15.4em);
  }
}
.c-scroll {
  overflow-x: auto;
}
.c-scroll table {
  min-width: 640px;
  margin: 0 0 40px 0;
}

.c-table {
  width: 100%;
  margin-bottom: 40px;
}
.c-table th {
  text-align: center;
  background: #ededed;
  padding: 10px;
  width: 350px;
  border: 1px solid #d1d1d1;
  vertical-align: middle;
}
@media (width <= 768px) {
  .c-table th {
    width: 100%;
    display: block;
  }
}
.c-table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #d1d1d1;
}
@media (width <= 768px) {
  .c-table td {
    width: 100%;
    display: block;
  }
}

.c-title-h2, .c-title-h2--black, .c-title-h2--yellow {
  font-size: 48px;
  font-weight: 800;
  color: #00C4CC;
  letter-spacing: 0.07em;
}
.c-title-h2--yellow {
  color: #FAF225;
}
.c-title-h2--black {
  color: #2f2f2f;
}

.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (width <= 1280px) {
  .c-button, .c-button--blue {
    width: 45.3125vw;
    height: 7.03125vw;
    background-position: calc(100% - 1.875vw) 50%;
    background-size: 3.28125vw;
    border-radius: 7.8125vw;
    box-shadow: 0 0.46875vw 0 #c3c06b;
  }
  .c-button:hover, .c-button--blue:hover {
    box-shadow: 0 0.15625vw 0 #c3c06b;
    transform: translateY(0.3125vw);
  }
  .c-button__link {
    font-size: 2.1875vw;
    line-height: 7.03125vw;
  }
  .c-button__icon-contact {
    width: 1.5625vw;
  }
  .c-button--blue {
    background-position: calc(100% - 1.875vw) 50%;
    background-size: 3.28125vw;
    border-radius: 7.8125vw;
    box-shadow: 0 0.390625vw 0 #03858a;
  }
  .c-button--blue:hover {
    box-shadow: 0 0.15625vw 0 #03858a;
    transform: translateY(0.234375vw);
  }
  .c-catch {
    background-size: 3.59375vw, 3.59375vw;
    padding: 0 5.46875vw;
  }
  .c-inner, .c-inner--narrow {
    max-width: 89.84375vw;
  }
  .c-inner--narrow {
    max-width: 77.1875vw;
  }
  .c-more {
    padding-right: 3.90625vw;
    background-size: 1.875vw;
    font-size: 1.40625vw;
  }
  .c-pagenation {
    margin: 3.90625vw 0 0 0;
  }
  .c-pagenation:after, .c-pagenation__item {
    margin-left: 0.234375vw;
    margin-bottom: 0.234375vw;
  }
  .c-pagenation::after--active, .c-pagenation__item--active {
    border-radius: 0.234375vw;
    padding: 0.78125vw 1.5625vw;
  }
  .c-pagenation__link {
    border-radius: 0.234375vw;
    padding: 0.78125vw 1.5625vw;
  }
  .c-rolling__item {
    font-size: 9.6875vw;
  }
  .c-scroll table {
    min-width: 50vw;
    margin: 0 0 3.125vw 0;
  }
  .c-table {
    margin-bottom: 3.125vw;
  }
  .c-table th {
    padding: 0.78125vw;
    width: 27.34375vw;
  }
  .c-table td {
    padding: 0.78125vw;
  }
  .c-title-h2, .c-title-h2--yellow, .c-title-h2--black {
    font-size: 3.75vw;
  }
  .c-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .c-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media (width <= 768px) {
  .c-button, .c-button--blue {
    background-position: calc(100% - 4vw) 50%;
    background-size: 5.8666666667vw;
    height: auto;
    width: 100%;
    box-shadow: 0 1.0666666667vw 0 #c3c06b;
  }
  .c-button__link {
    font-size: 4.2666666667vw;
    padding: 4.8vw 11.7333333333vw;
  }
  .c-button__icon-contact {
    width: 4vw;
    margin-right: 1.6vw;
    transform: translateY(0.5333333333vw);
  }
  .c-button--blue {
    width: 100%;
  }
  .c-catch {
    background: url(./images/home/catch1@2x.png) no-repeat, url(./images/home/catch2@2x.png) no-repeat;
    background-position: 1.3333333333vw bottom, calc(100% - 1.3333333333vw) bottom;
    background-size: 8.5333333333vw 11.7333333333vw, 8.5333333333vw 11.7333333333vw;
    padding: 0 8.5333333333vw;
    display: inline-block;
  }
  .c-inner, .c-inner--narrow {
    padding: 0 5.8666666667vw;
  }
  .c-inner--narrow {
    max-width: inherit;
    width: 100%;
    padding: 0 5.8666666667vw;
  }
  .c-more {
    font-size: 4.2666666667vw;
    background-size: 5.8666666667vw;
    padding-right: 9.6vw;
  }
  .c-rolling__item {
    line-height: 1.8;
    letter-spacing: 0.07em;
    font-size: 20.8vw;
  }
  .c-title-h2, .c-title-h2--yellow, .c-title-h2--black {
    font-size: 9.6vw;
    margin-bottom: 1.8666666667vw;
  }
}
/********************************************
* Project
********************************************/
.home {
  background: #00C4CC url(images/home/fv-bg@2x.png) no-repeat;
  background-position: 42% -280px;
  background-size: 1780px;
}

.p-home__first-view {
  text-align: center;
}
.p-home__first-view__inner {
  padding: 42px 0 182px;
  background: #fff;
  border-radius: 60px;
  position: relative;
  height: 621px;
}
.p-home__first-view__inner .c-button {
  position: absolute;
  bottom: 53px;
  left: calc(50% - 289px);
}
.p-home__first-view img {
  margin-left: auto;
  margin-right: auto;
}
.p-home__first-view__img01 {
  opacity: 0;
}
.p-home__first-view__img02 {
  opacity: 0;
  margin-top: -10px;
}
.p-home__first-view__img03 {
  opacity: 0;
  margin-top: 15px;
}
.p-home__first-view__img04 {
  opacity: 0;
  margin-top: 26px;
}
.p-home__first-view__img-man {
  opacity: 0;
  position: absolute;
  bottom: 15px;
  left: -33px;
}
.p-home__first-view__img-girl {
  opacity: 0;
  position: absolute;
  bottom: 44px;
  right: 52px;
}
.p-home__about {
  color: #fff;
}
.p-home__about__inner {
  display: flex;
  align-items: center;
  gap: 85px;
  padding: 30px 0 147px;
}
.p-home__about__thumbnail {
  width: 490px;
  border-radius: 16px;
  overflow: hidden;
}
.p-home__about__text {
  width: 490px;
}
.p-home__about__catchcopy {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}
.p-home__about__paragraph {
  letter-spacing: 0.05em;
  line-height: 2.1;
  margin-bottom: 5px;
}
.p-home__traial {
  background: #fff url(./images/home/trial-bg@2x.png) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.p-home__traial__text {
  background: #D6FCFF;
  padding: 33px 81px;
  font-size: 16px;
  letter-spacing: 0.08em;
  width: 800px;
  margin: 0 auto 36px;
}
.p-home__traial img {
  margin-left: auto;
  margin-right: auto;
}
.p-home__traial .c-inner {
  padding: 70px 0 71px;
}
.p-home__before-after {
  background: #D6FCFF url(./images/home/b-a-bg@2x.png) no-repeat;
  background-size: 1795px;
  background-position: 43% -222px;
  text-align: center;
}
.p-home__before-after__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px 60px;
  margin-bottom: 75px;
}
.p-home__before-after__catchcopy {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.p-home__before-after__paragraph {
  line-height: 2.15;
  margin-bottom: 40px;
}
.p-home__before-after .c-inner {
  padding: 106px 0 167px;
}
.p-home__before-after2 {
  background: url(./images/home/b-a2-bg@2x.png) no-repeat;
  background-size: 1780px;
  background-position: 50% -212px;
  color: #fff;
  text-align: center;
}
.p-home__before-after2__catchcopy {
  font-size: 32px;
  letter-spacing: 0.08em;
  font-weight: 800;
  line-height: 1.2;
  margin: 10px 0 43px;
}
.p-home__before-after2__number {
  font-size: 42px;
}
.p-home__before-after2__list {
  list-style: none;
  text-align: left;
}
.p-home__before-after2__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 28px 47px 28px 28px;
  background: #fff;
  margin-bottom: 62px;
  border-radius: 20px;
  color: #2f2f2f;
  letter-spacing: 0.05em;
}
.p-home__before-after2__thumbnail {
  width: 401px;
}
.p-home__before-after2__text {
  width: 468px;
  line-height: 2.15;
}
.p-home__before-after2__h3 {
  font-size: 23.9px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.p-home__before-after2__point {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 91px;
  height: 91px;
}
.p-home__before-after2__span {
  font-size: 34px;
}
.p-home__before-after2 .c-inner--narrow {
  padding: 90px 0 85px;
}
.p-home__before-after2 .u-text--yellow {
  font-weight: 800;
}
.p-home__price {
  text-align: center;
  color: #fff;
  background: #00C4CC;
}
.p-home__price__catchcopy {
  font-size: 32px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.p-home__price__text {
  line-height: 2;
  margin-bottom: 46px;
}
.p-home__price__list {
  display: flex;
  gap: 26px;
  list-style: none;
  margin-bottom: 68px;
}
.p-home__price__item {
  background: #fff;
  color: #2f2f2f;
  border-radius: 20px;
  padding: 32px 34px 29px;
  width: 312px;
}
.p-home__price__title {
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.p-home__price__thumbnail {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.p-home__price__price {
  font-size: 32px;
  letter-spacing: 0.07em;
  color: #00C4CC;
  margin-bottom: 10px;
}
.p-home__price__span {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.08em;
  background: #02858A;
  border-radius: 100px;
  display: inline-block;
  padding: 0 12px;
  vertical-align: middle;
  margin-right: 9px;
}
.p-home__price__paragraph {
  text-align: left;
  line-height: 2;
}
.p-home__price .c-inner--narrow {
  padding: 79px 0 136px;
}
.p-home__column {
  background: #fff;
  text-align: center;
}
.p-home__column__catchcopy {
  font-size: 32px;
  letter-spacing: 0.08em;
  margin-bottom: 55px;
}
.p-home__column__list {
  display: flex;
  flex-wrap: wrap;
  gap: 57px 32px;
  list-style: none;
  margin-bottom: 67px;
}
.p-home__column__item {
  width: 300px;
}
.p-home__column__link {
  color: #2f2f2f;
  text-decoration: none;
}
.p-home__column__thumbnail {
  border-radius: 20px;
  margin-bottom: 17px;
}
.p-home__column__title {
  font-size: 16px;
  text-align: left;
}
.p-home__column .c-inner--narrow {
  padding: 85px 0 98px;
}
.p-home__column .c-button--blue {
  width: 342px;
  height: 60px;
  background: #00C4CC url(./images/common/btn-bg@2x.png) no-repeat;
  background-position: calc(100% - 24px) 50%;
  background-size: 24px;
}
.p-home__column .c-button__link {
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0.06em;
}
.p-home__news {
  color: #fff;
}
.p-home__news__catchcopy {
  font-size: 32px;
  letter-spacing: 0.08em;
}
.p-home__news__text {
  line-height: 1.5;
}
.p-home__news__list {
  list-style: none;
  margin-bottom: 24px;
}
.p-home__news__item {
  width: 732px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.p-home__news__link {
  background: url(./images/common/news-link.png) no-repeat;
  background-position: calc(100% - 28px) 50%;
  background-size: 11.88px;
  color: #2f2f2f;
  font-size: 18px;
  display: block;
  padding: 23px 62px 24px 28px;
  text-decoration: none;
  font-weight: 800;
}
.p-home__news .c-inner--narrow {
  display: flex;
  gap: 21px;
  justify-content: space-between;
  padding-top: 124px;
}
.p-home__news .c-title-h2--yellow {
  margin: -6px auto 13px;
}
.p-home__contact-info {
  background-color: #00C4CC;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
}
.p-home__contact-info__inner {
  position: relative;
  background: #fff;
  border-radius: 60px;
  padding: 80px 0 61px;
}
.p-home__contact-info__img01 {
  position: absolute;
  left: 27px;
  bottom: 45px;
}
.p-home__contact-info__img02 {
  position: absolute;
  right: 18px;
  bottom: 58px;
}
.p-home__contact-info__paragraph {
  line-height: 2.15;
  margin: 19px 0 43px;
}
.p-home__contact-info .c-title-h2--black {
  font-size: 32px;
  letter-spacing: 0.08em;
  display: inline;
}
.p-home__contact-info .c-button {
  width: 480px;
  margin-bottom: 23px;
}
.p-home__contact-info .c-button__link {
  font-size: 24px;
  letter-spacing: 0.06em;
}

.p-home__column__thumbnail {
  position: relative;
  width: 100%; /* コンテナの幅を100%に設定 */
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  overflow: hidden; /* はみ出した画像を隠す */
}

.p-home__column__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をコンテナに合わせて切り取る */
  object-position: center; /* 画像をコンテナの中央に配置 */
}

@media (width <= 1280px) {
  .p-home {
    background-position: 42% -21.875vw;
    background-size: 139.0625vw;
  }
  .p-home__first-view__inner {
    padding: 3.28125vw 0 14.21875vw;
    border-radius: 4.6875vw;
    height: 48.515625vw;
  }
  .p-home__first-view__inner .c-button {
    bottom: 4.140625vw;
    left: calc(50% - 22.578125vw);
  }
  .p-home__first-view__img01 {
    width: 61.015625vw;
  }
  .p-home__first-view__img02 {
    margin-top: -0.78125vw;
    width: 36.796875vw;
  }
  .p-home__first-view__img03 {
    margin-top: 1.171875vw;
    width: 54.53125vw;
  }
  .p-home__first-view__img04 {
    margin-top: 2.03125vw;
    width: 40.625vw;
  }
  .p-home__first-view__img-man {
    bottom: 1.171875vw;
    left: -2.578125vw;
    width: 24.21875vw;
  }
  .p-home__first-view__img-girl {
    bottom: 3.4375vw;
    right: 4.0625vw;
    width: 18.4375vw;
  }
  .p-home__about__inner {
    gap: 6.640625vw;
    padding: 2.34375vw 0 11.484375vw;
  }
  .p-home__about__thumbnail {
    width: 38.28125vw;
    border-radius: 1.25vw;
  }
  .p-home__about__text {
    width: 38.28125vw;
  }
  .p-home__about__catchcopy {
    font-size: 1.875vw;
    margin-bottom: 3.515625vw;
  }
  .p-home__about__paragraph {
    margin-bottom: 0.390625vw;
  }
  .p-home__traial__text {
    padding: 2.578125vw 6.328125vw;
    font-size: 1.25vw;
    width: 62.5vw;
    margin: 0 auto 2.8125vw;
  }
  .p-home__traial__img {
    width: 62.03125vw;
  }
  .p-home__traial .c-inner {
    padding: 5.46875vw 0 5.546875vw;
  }
  .p-home__before-after {
    background-size: 140.234375vw;
    background-position: 43% -17.34375vw;
  }
  .p-home__before-after__list {
    gap: 4.296875vw 4.6875vw;
    margin-bottom: 5.859375vw;
  }
  .p-home__before-after__catchcopy {
    font-size: 2.5vw;
    margin-bottom: 1.5625vw;
  }
  .p-home__before-after__paragraph {
    margin-bottom: 3.125vw;
  }
  .p-home__before-after .c-inner {
    padding: 8.28125vw 0 13.046875vw;
  }
  .p-home__before-after2 {
    background-size: 139.0625vw;
    background-position: 50% -16.5625vw;
  }
  .p-home__before-after2__catchcopy {
    font-size: 2.5vw;
    margin: 0.78125vw 0 3.359375vw;
  }
  .p-home__before-after2__number {
    font-size: 3.28125vw;
  }
  .p-home__before-after2__item {
    padding: 2.1875vw 3.671875vw 2.1875vw 2.1875vw;
    margin-bottom: 4.84375vw;
    border-radius: 1.5625vw;
  }
  .p-home__before-after2__thumbnail {
    width: 31.328125vw;
  }
  .p-home__before-after2__thumbnail img {
    width: 100%;
  }
  .p-home__before-after2__text {
    width: 36.5625vw;
  }
  .p-home__before-after2__h3 {
    font-size: 1.8671875vw;
    margin-bottom: 1.5625vw;
  }
  .p-home__before-after2__point {
    left: -1.5625vw;
    top: -1.5625vw;
    width: 7.109375vw;
    height: 7.109375vw;
  }
  .p-home__before-after2__span {
    font-size: 2.65625vw;
  }
  .p-home__before-after2 .c-inner--narrow {
    padding: 7.03125vw 0 6.640625vw;
  }
  .p-home__price__catchcopy {
    font-size: 2.5vw;
    margin-bottom: 0.78125vw;
  }
  .p-home__price__text {
    margin-bottom: 3.59375vw;
  }
  .p-home__price__list {
    gap: 2.03125vw;
    margin-bottom: 5.3125vw;
  }
  .p-home__price__item {
    border-radius: 1.5625vw;
    padding: 2.5vw 2.65625vw 2.265625vw;
    width: 24.375vw;
  }
  .p-home__price__title {
    font-size: 1.875vw;
    margin-bottom: 1.171875vw;
  }
  .p-home__price__thumbnail {
    height: 13.28125vw;
    margin-bottom: 0.78125vw;
  }
  .p-home__price__thumbnail img {
    max-height: 100%;
  }
  .p-home__price__price {
    font-size: 2.5vw;
    margin-bottom: 0.78125vw;
  }
  .p-home__price__span {
    font-size: 1.09375vw;
    border-radius: 7.8125vw;
    padding: 0 0.9375vw;
    margin-right: 0.703125vw;
  }
  .p-home__price .c-inner--narrow {
    padding: 6.171875vw 0 10.625vw;
  }
  .p-home__column__catchcopy {
    font-size: 2.5vw;
    margin-bottom: 4.296875vw;
  }
  .p-home__column__list {
    gap: 4.453125vw 2.5vw;
    margin-bottom: 5.234375vw;
  }
  .p-home__column__item {
    width: 23.4375vw;
  }
  .p-home__column__thumbnail {
    border-radius: 1.5625vw;
    margin-bottom: 1.328125vw;
  }
  .p-home__column__thumbnail img {
    width: 100%;
  }
  .p-home__column__title {
    font-size: 1.25vw;
  }
  .p-home__column .c-inner--narrow {
    padding: 6.640625vw 0 7.65625vw;
  }
  .p-home__column .c-button--blue {
    width: 26.71875vw;
    height: 4.6875vw;
    background-position: calc(100% - 1.875vw) 50%;
    background-size: 1.875vw;
  }
  .p-home__column .c-button__link {
    font-size: 1.40625vw;
    line-height: 4.6875vw;
  }
  .p-home__news__catchcopy {
    font-size: 2.5vw;
  }
  .p-home__news__list {
    margin-bottom: 1.875vw;
  }
  .p-home__news__item {
    width: 57.1875vw;
    border-radius: 0.78125vw;
    margin-bottom: 1.171875vw;
  }
  .p-home__news__link {
    background-position: calc(100% - 2.1875vw) 50%;
    background-size: 0.928125vw;
    font-size: 1.40625vw;
    padding: 1.796875vw 4.84375vw 1.875vw 2.1875vw;
  }
  .p-home__news .c-inner--narrow {
    gap: 1.640625vw;
    padding-top: 9.6875vw;
  }
  .p-home__news .c-title-h2--yellow {
    margin: -0.46875vw auto 1.015625vw;
  }
  .p-home__contact-info {
    padding-top: 3.28125vw;
    padding-bottom: 7.8125vw;
  }
  .p-home__contact-info__inner {
    border-radius: 4.6875vw;
    padding: 6.25vw 0 4.765625vw;
  }
  .p-home__contact-info__img01 {
    left: 2.109375vw;
    bottom: 3.515625vw;
    width: 19.84375vw;
  }
  .p-home__contact-info__img02 {
    right: 1.40625vw;
    bottom: 4.53125vw;
    width: 17.96875vw;
  }
  .p-home__contact-info__paragraph {
    margin-bottom: 3.359375vw;
  }
  .p-home__contact-info .c-title-h2--black {
    font-size: 2.5vw;
    margin-bottom: 1.484375vw;
  }
  .p-home__contact-info .c-button {
    width: 37.5vw;
    margin-bottom: 1.796875vw;
  }
  .p-home__contact-info .c-button__link {
    font-size: 1.875vw;
  }
}
@media (width <= 768px) {
  .p-home {
    background: #00C4CC url(images/home/fv-bg-sp@2x.png) no-repeat;
    background-position: 45% -25.3333333333vw;
    background-size: 159.2vw;
  }
  .p-home__first-view__inner {
    height: auto;
    padding: 8.8vw 4.8vw 31.2vw;
    border-radius: 9.0666666667vw;
  }
  .p-home__first-view__inner .c-button {
    width: 78.4vw;
    left: calc(50% - 39.2vw);
    bottom: 9.8666666667vw;
  }
  .p-home__first-view img {
    margin-left: auto;
    margin-right: auto;
  }
  .p-home__first-view__img01 {
    width: 78.1333333333vw;
  }
  .p-home__first-view__img02 {
    margin-top: 3.2vw;
    width: 62.4vw;
  }
  .p-home__first-view__img03 {
    margin-top: 2.9333333333vw;
    width: 75.2vw;
  }
  .p-home__first-view__img04 {
    margin-top: 8.2666666667vw;
    width: 48.8vw;
    position: relative;
    z-index: 1;
  }
  .p-home__first-view__img-man {
    bottom: 28.8vw;
    left: -6.6666666667vw;
    width: 39.7333333333vw;
  }
  .p-home__first-view__img-girl {
    bottom: 34.1333333333vw;
    right: 3.2vw;
    width: 30.6666666667vw;
  }
  .p-home__about__inner {
    display: block;
    max-width: 100%;
    padding: 5.6vw 5.8666666667vw 25.3333333333vw;
  }
  .p-home__about__thumbnail {
    width: 100%;
    border-radius: 3.7333333333vw;
    margin-bottom: 7.7333333333vw;
  }
  .p-home__about__text {
    width: 100%;
  }
  .p-home__about__catchcopy {
    font-size: 6.4vw;
    line-height: 1.73;
    margin-bottom: 10.9333333333vw;
  }
  .p-home__about__paragraph {
    margin-bottom: 2.1333333333vw;
  }
  .p-home__about .c-title-h2--yellow {
    margin-bottom: 2.1333333333vw;
  }
  .p-home__traial {
    background: #fff url(./images/home/trial-bg-sp@2x.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-home__traial__text {
    font-size: 3.7333333333vw;
    width: 100%;
    border-radius: 3.7333333333vw;
  }
  .p-home__traial__img {
    width: 100%;
  }
  .p-home__traial__text {
    padding: 6.1333333333vw 8vw;
    margin-bottom: 5.3333333333vw;
    line-height: 2.15;
    text-align: left;
    letter-spacing: 0.05em;
  }
  .p-home__traial .c-inner {
    padding: 16.8vw 0 18.1333333333vw;
  }
  .p-home__before-after {
    background: #D6FCFF url(./images/home/b-a-bg-sp@2x.png) no-repeat;
    background-position: 39% -33.3333333333vw;
    background-size: 166.1333333333vw;
  }
  .p-home__before-after__catchcopy {
    width: 100%;
    font-size: 6.4vw;
  }
  .p-home__before-after__paragraph {
    margin-bottom: 9.8666666667vw;
  }
  .p-home__before-after__list {
    gap: 8.2666666667vw;
    margin-bottom: 10.1333333333vw;
  }
  .p-home__before-after .c-catch {
    margin-bottom: 5.3333333333vw;
  }
  .p-home__before-after .c-inner {
    padding: 13.8666666667vw 0 25.8666666667vw;
  }
  .p-home__before-after .c-title-h2 {
    margin-bottom: 1.3333333333vw;
  }
  .p-home__before-after2 {
    background: #00C4CC url(./images/home/b-a-bg2-sp@2x.png) no-repeat;
    background-position: 57% -26.9333333333vw;
    background-size: 193.6vw;
  }
  .p-home__before-after2__catchcopy {
    font-size: 5.6vw;
    margin-bottom: 14.6666666667vw;
  }
  .p-home__before-after2__number {
    font-size: 9.0666666667vw;
  }
  .p-home__before-after2__item {
    padding: 5.6vw 5.6vw 7.2vw;
    border-radius: 3.7333333333vw;
    display: block;
    margin-bottom: 14.4vw;
  }
  .p-home__before-after2__point {
    width: 18.4vw;
    height: 18.4vw;
    left: -4.2666666667vw;
    top: -4.2666666667vw;
  }
  .p-home__before-after2__thumbnail {
    width: 100%;
    margin-bottom: 4.8vw;
  }
  .p-home__before-after2__text {
    width: 100%;
  }
  .p-home__before-after2__h3 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 2.9333333333vw;
  }
  .p-home__before-after2__span {
    font-size: 7.7333333333vw;
  }
  .p-home__before-after2 .c-inner--narrow {
    padding: 19.2vw 5.8666666667vw 14.4vw;
  }
  .p-home__before-after2 .c-title-h2--yellow {
    font-size: 9.5466666667vw;
    margin-bottom: 3.7333333333vw;
  }
  .p-home__price__catchcopy {
    font-size: 6.4vw;
    margin-bottom: 5.0666666667vw;
  }
  .p-home__price__text {
    margin-bottom: 11.2vw;
  }
  .p-home__price__list {
    display: block;
    padding: 0 2.4vw;
    margin-bottom: 11.2vw;
  }
  .p-home__price__item {
    width: 100%;
    border-radius: 5.3333333333vw;
    margin-bottom: 8.5333333333vw;
    padding: 9.3333333333vw 10.1333333333vw 8vw;
  }
  .p-home__price__item:nth-of-type(1) img {
    max-height: auto;
    width: 56.8vw;
  }
  .p-home__price__item:nth-of-type(2) img {
    max-height: auto;
    width: 58.4vw;
  }
  .p-home__price__item:nth-of-type(3) img {
    max-height: auto;
    width: 39.7333333333vw;
  }
  .p-home__price__title {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
  .p-home__price__thumbnail {
    height: auto;
    margin-bottom: 7.2vw;
  }
  .p-home__price__price {
    font-size: 8vw;
    margin-bottom: 1.8666666667vw;
  }
  .p-home__price__span {
    font-size: 3.7333333333vw;
    padding: 0 2.6666666667vw;
    margin-right: 2.4vw;
  }
  .p-home__price__paragraph {
    line-height: 2.15;
  }
  .p-home__price .c-inner--narrow {
    padding: 15.4666666667vw 5.8666666667vw 25.8666666667vw;
  }
  .p-home__price .c-title-h2--yellow {
    margin-bottom: 1.6vw;
  }
  .p-home__column__catchcopy {
    font-size: 6.4vw;
    letter-spacing: 0.08em;
    margin-bottom: 8.2666666667vw;
  }
  .p-home__column__list {
    padding: 0 2.4vw;
    display: block;
  }
  .p-home__column__item {
    width: 100%;
    margin-bottom: 9.3333333333vw;
  }
  .p-home__column__title {
    font-size: 4.2666666667vw;
  }
  .p-home__column__thumbnail {
    margin-bottom: 5.0666666667vw;
  }
  .p-home__column .c-inner--narrow {
    padding: 18.6666666667vw 5.8666666667vw 22.1333333333vw;
  }
  .p-home__column .c-button--blue {
    width: calc(100% - 4.8vw);
    height: 13.8666666667vw;
    background-position: calc(100% - 4vw) 50%;
    background-size: 5.8666666667vw;
    margin: 0 2.4vw 0;
  }
  .p-home__column .c-button__link {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  .p-home__news__text {
    text-align: center;
  }
  .p-home__news__catchcopy {
    font-size: 6.4vw;
    margin-bottom: 9.0666666667vw;
  }
  .p-home__news__list {
    margin-bottom: 8.5333333333vw;
  }
  .p-home__news__item {
    width: 100%;
    border-radius: 2.6666666667vw;
    margin-bottom: 3.4666666667vw;
  }
  .p-home__news__link {
    padding: 3.4666666667vw 16.8vw 3.7333333333vw 5.6vw;
    font-size: 3.7333333333vw;
    background-position: calc(100% - 2.6666666667vw) center;
    background-size: 3.2vw;
  }
  .p-home__news .c-inner--narrow {
    display: block;
    padding: 17.6vw 5.8666666667vw 9.0666666667vw;
  }
  .p-home__news .c-title-h2--yellow {
    margin-bottom: 4.5333333333vw;
  }
  .p-home__contact-info {
    padding-top: 12.2666666667vw;
  }
  .p-home__contact-info__inner {
    padding: 11.4666666667vw 6.6666666667vw 9.8666666667vw;
    border-radius: 9.0666666667vw;
  }
  .p-home__contact-info__paragraph {
    text-align: left;
    margin: 3.4666666667vw 0 6.9333333333vw;
  }
  .p-home__contact-info__img01, .p-home__contact-info__img02 {
    display: none;
  }
  .p-home__contact-info .c-button {
    width: 100%;
    margin-bottom: 3.2vw;
  }
  .p-home__contact-info .c-button__link {
    font-size: 4vw;
    padding: 3.4666666667vw 0;
  }
  .p-home__contact-info .c-title-h2--black {
    font-size: 6.4vw;
    display: inline;
    line-height: 1.6;
  }
}
.p-topArea {
  max-width: 1150px;
  margin: 0 auto;
  border-radius: 3.125vw;
  margin-top: 3.125vw;
}
@media (width <= 1280px) {
  .p-topArea {
    max-width: 93%;
    min-height: 22vh;
  }
}

.p-breadcrumb {
  margin-bottom: 30px;
}

.p-breadcrumb__list {
  max-width: 1150px;
}

.box01 {
  border: 2px solid #00C4CC;
  border-radius: 0.5rem;
}
@media (width <= 768px) {
  .box01 {
    flex-direction: column;
  }
}
.box01 p {
  width: 20%;
  text-align: center;
}
@media (width <= 768px) {
  .box01 p {
    width: 100%;
  }
}
.box01 ul {
  width: 80%;
  border-left: 1px solid #00C4CC;
  padding-left: 1rem !important;
}
@media (width <= 768px) {
  .box01 ul {
    padding-left: initial !important;
  }
}
@media (width <= 768px) {
  .box01 ul {
    width: 100%;
    border: none;
    padding: initial;
  }
}

.wp-block-image.is-style-rounded img {
  border-radius: 16px;
}

.ark-block-step.is-style-default .ark-block-step__number {
  background-color: #fbf225;
  color: #000;
  font-weight: 700;
}

.label {
  background-color: #00C4CC;
  color: #fff;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.2rem;
  font-size: 80%;
}

.single .p-entry__thumb img, .single .wp-block-image img {
  border-radius: 16px;
}

body.page:not(.home) .l-main h2 {
  font-size: 1.95em;
}
body.page:not(.home) .l-main h3 {
  position: relative;
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 2px solid;
  text-align: center;
}
body.page:not(.home) .l-main h3:before,
body.page:not(.home) .l-main h3:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
body.page:not(.home) .l-main h3:before {
  border: 13px solid;
  border-color: transparent;
  border-top-color: black;
  margin-left: -13px;
}
body.page:not(.home) .l-main h3:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -10px;
}
body.page:not(.home) .l-main .l-article {
  padding-bottom: initial;
}

.l-main__body.p-home {
  background: initial !important;
}

.p-postList.-type-card .p-postList__thumb {
  border-radius: 16px;
}

.page-slug-course .is-style-card .ark-block-step__item:before {
  content: none;
}
@media (width <= 768px) {
  .page-slug-course h2 {
    text-align: center;
  }
}
@media (width <= 768px) {
  .page-slug-course .ark-block-container[data-flex] {
    flex-direction: column;
  }
}
.page-slug-course .ark-block-container[data-flex] .ark-block-step {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
}
@media (width <= 768px) {
  .page-slug-course .ark-block-container[data-flex] .ark-block-step {
    width: 100%;
  }
}
.page-slug-course .ark-block-container[data-flex] .ark-block-step__number:after {
  font-size: 18px;
}
.page-slug-course .ark-block-container[data-flex] .ark-block-step__title {
  font-weight: 500;
}
.page-slug-course .ark-block-container[data-flex] .ark-block-step__body {
  margin-top: 0;
}
.page-slug-course .ark-block-container[data-flex] .ark-block-step__item {
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
.page-slug-course .ark-block-container[data-flex] .ark-block-step__item:not(:first-child) {
  margin-top: 25px;
}
.page-slug-course .ark-block-container[data-flex] .ark-block-step__item::before {
  border: none;
}

@media (max-width: 999px) {
  .reverse .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}
.page-slug-trial .is-style-card .ark-block-step__number {
  background-color: #fbf225;
  color: #000;
  font-weight: 700;
  border-radius: 50%;
  height: 48px;
  margin-right: 16px;
  position: relative;
  width: 48px;
}
.page-slug-trial .is-style-card .ark-block-step__item {
  box-shadow: initial;
  border-radius: 16px;
}
.page-slug-trial .is-style-card .ark-block-step__item:before {
  border: 50px solid rgba(0, 0, 0, 0);
  border-top: 20px solid #00c4cc;
  content: "";
  filter: initial;
  left: 50%;
  position: absolute;
  top: calc(100% + 28px);
  transform: translateX(-50%) translateY(-6px);
}

@media (max-width: 999px) {
  .page-slug-staff .circle img {
    max-width: 60%;
  }
}

.circle img {
  border-radius: 50%;
}

.page-slug-contact .p-home__contact-info {
  display: none;
}

.page-slug-ba .l-content__body {
  max-width: initial;
  padding-left: initial;
  padding-right: initial;
}
.page-slug-ba .l-article {
  max-width: initial;
  padding: initial;
}
.page-slug-ba .p-home__before-after {
  background-image: none;
}
.page-slug-ba .l-main .c-button {
  width: 250px;
  height: 60px;
  background: #FAF225;
}
.page-slug-ba .l-main .c-button__link {
  font-size: 18px;
  line-height: 60px;
  padding: initial;
}

.p-ba__wrap {
  border-radius: 16px;
  overflow: hidden;
}
.p-ba__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-ba__list li {
  flex: 0 0 calc(50% - 60px);
  box-sizing: border-box;
}
@media (width <= 768px) {
  .p-ba__list li {
    flex: 0 0 100%;
  }
}
.p-ba__photo {
  display: flex;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.p-ba__photo::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(./images/common/arrow-white.svg) no-repeat center center;
  background-size: contain;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 47%;
}
.p-ba__photo__img {
  flex: 1;
  margin: 0;
  overflow: hidden;
  padding-top: 45%;
  position: relative;
  width: 100%;
  z-index: 0;
  position: relative;
}
.p-ba__photo__img span {
  z-index: 1;
  position: absolute;
  top: 10px;
  padding: 1px 10px;
  font-size: 14px;
  border-radius: 20px;
  font-weight: 500;
  min-width: 80px;
}
.p-ba__photo__img span.-before {
  left: 10px;
  background: #2f2f2f;
  color: #fff;
}
.p-ba__photo__img span.-after {
  right: 10px;
  background: #ffffff;
  color: #2f2f2f;
}
.p-ba__photo__img img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 0.25s;
  width: 100%;
}
.p-ba__info__details {
  background-color: #00C4CC;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 12px 5px;
}
.p-ba__info__details span:not(:last-child)::after {
  content: "/";
  padding: 0 0.2em;
}
.p-ba__txt {
  background-color: #fff;
  padding: 30px 20px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: -15px;
}
.p-ba__txt p {
  text-align: left;
}

.page-slug-front .p-ba__txt {
  display: none;
}

.load-more__link {
  background: #2e2e2e;
  padding: 10px;
  min-width: 250px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  border: none;
}

.p-ba__check {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  border: 2px solid #00C4CC;
  border-radius: 0.5rem;
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-ba__check {
    padding: 15px 0;
  }
}
.p-ba__check .p-ba__check-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px;
}
@media (max-width: 767px) {
  .p-ba__check .p-ba__check-group {
    flex-direction: row;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .p-ba__check .p-ba__check-group .label-title {
    font-weight: bold;
    flex-basis: 100%;
  }
  .p-ba__check .p-ba__check-group label {
    flex-basis: auto;
    position: relative;
    display: flex;
    padding: 0 20px;
  }
  .p-ba__check .p-ba__check-group label:not(.label-title)::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #00C4CC;
  }
  .p-ba__check .p-ba__check-group label:last-child::after {
    content: none;
  }
  .p-ba__check .p-ba__check-group label:last-child {
    margin-right: 0;
  }
  .p-ba__check .p-ba__check-group label input {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .p-ba__check .p-ba__check-group {
    flex-direction: row;
    align-items: center;
  }
  .p-ba__check .p-ba__check-group .label-title {
    font-weight: bold;
    margin-right: 10px;
  }
  .p-ba__check .p-ba__check-group label {
    margin-right: 15px;
    white-space: nowrap;
  }
  .p-ba__check .p-ba__check-group label:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -10px;
    top: 0;
    color: #00C4CC;
  }
  .p-ba__check .p-ba__check-group label:last-child {
    margin-right: 0;
  }
}

.wpcf7 {
  margin: 0 auto;
}

.other-box {
  padding: 20px;
  width: 688px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-bottom: 30px;
}

.red {
  color: #CC0000;
}

.other {
  display: table;
  width: 688px;
  margin-right: -40px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom-width: 3px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}

.other dt {
  display: table-cell;
  font-size: 25px;
  color: #ec1361;
  width: 120px;
  margin-right: 10px;
}

.other i {
  font-size: 30px;
  margin-right: 5px;
}

.other dd {
  display: table-cell;
  font-size: 30px;
  width: auto;
}

.other a {
  color: #ec1361;
}

.other a:link {
  text-decoration: none;
}

.other a:visited {
  text-decoration: none;
}

.other a:hover {
  text-decoration: underline;
}

.other dd span {
  font-size: 30px;
  color: #ec1361;
}

.cautionText {
  margin-bottom: 30px;
}

.cautionText .title {
  font-weight: bold;
  margin-bottom: 14px;
}

.cautionText ul {
  margin-left: 16px;
}

.cautionText li {
  list-style: disc;
  font-size: 12px;
  margin-bottom: 8px;
  padding-left: 0px;
}

.mw_wp_form {
  margin-bottom: 30px;
}

.mailForm .headerTxt {
  margin-bottom: 30px;
}

.mailForm h4 {
  font-size: 16px;
  font-weight: normal;
  color: #032443;
  border-bottom: 1px solid #032443;
}

.mailForm h4:before {
  content: "■";
}

.form_table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.form_table th {
  font-weight: normal;
  background-color: #FBF9F2;
  text-align: left;
  padding: 10px;
  border: 1px solid #E1E1E1;
  width: 200px;
}

.form_table td {
  text-align: left;
  padding: 10px;
  border: 1px solid #E1E1E1;
}

.form_table .ex {
  font-size: 12px;
  display: block;
}

.mw_wp_form_confirm .form_table .ex {
  display: none;
}

.mailForm .topBtn a {
  display: none;
  width: 154px;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #aaa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ddd), color-stop(0, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #ddd 88%);
  background: -moz-linear-gradient(top, #fff 0%, #ddd 88%);
  background: -o-linear-gradient(top, #fff 0%, #ddd 88%);
  background: -ms-linear-gradient(top, #fff 0%, #ddd 88%);
  background: linear-gradient(to bottom, #fff 0%, #ddd 88%);
  font-size: 16px;
  border-radius: 2px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.form_table input[type=text],
.form_table input[type=email],
.form_table input[type=number],
.form_table input[type=tel],
.form_table .datepicker input[type=date],
.form_table select {
  padding: 3px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  border: 1px solid #EAEAEA;
}

.form_table input[type=number] {
  margin-right: 4px;
}

.form_table .datepicker input[type=date] {
  width: 130px;
  margin-right: 10px;
}

.form_table input[type=file] {
  margin-bottom: 5px;
}

.wpcf7-form-control-wrap.time-1,
.wpcf7-form-control-wrap.time-2 {
  display: inline-block;
  width: 70px;
  margin-left: 4px;
}

.wpcf7 .submitBtn {
  text-align: center;
}

.wpcf7-form input[type=submit],
.wpcf7-form input[type=button],
.wpcf7-form button {
  padding: 15px 60px;
  font-size: 16px;
  cursor: pointer;
}

div.wpcf7 .ajax-loader {
  display: none;
}

/* 確認 */
.wpcf7-form.failed td p {
  margin-bottom: 0;
  padding-top: 0;
}

.wpcf7-form.failed .form_table .ex {
  display: none;
}

.wpcf7-form.failed .form_table select {
  padding: 0;
  width: 130%;
}

.wpcf7-form.failed .wpcf7c-conf,
.wpcf7-form.failed .wpcf7c-conf:focus {
  -webkit-appearance: none;
  border: none !important;
  background: none !important;
  color: #000 !important;
}

.wpcf7-form.failed .form_table .wpcf7-list-item-label {
  display: none;
}

.wpcf7-form.failed .form_table input[type=radio]:checked + input + .wpcf7-list-item-label {
  display: inline;
}

.wpcf7-form.failed .form_table input[type=radio]:disabled {
  display: none;
}

.wpcf7-form .trHidden {
  display: none;
}

.wpcf7-form.failed input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* 完了 */
.wpcf7-form.sent .form_table,
.wpcf7-form.sent .submitBtn,
.wpcf7-form.sent h4 {
  display: none;
}

.form_table label {
  line-height: 1em;
  /* margin-right: 20px; */
}

.form_table .hope-menu label {
  margin-right: 5px;
}

.mw_wp_form .form_table .block {
  padding-bottom: 0px;
}

.mw_wp_form .form_table .block label {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.form_table .horizontal-item + .horizontal-item {
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.form_table input[type=checkbox], .form_table input[type=radio] {
  line-height: 1em;
  margin-top: -2px;
  margin-bottom: 0px;
  margin-left: 0px;
  vertical-align: middle;
  display: inline-block;
}

.form_table #text_name, .form_table #text_kana, .form_table #text_mail {
  width: 60%;
  border: 1px solid #EAEAEA;
}

.form_table #text_tel {
  width: 40%;
  border: 1px solid #EAEAEA;
}

form .text02 {
  width: 7%;
}

.form_table #text_address {
  width: 80%;
  border: 1px solid #EAEAEA;
}

.form_table #tel input, .form_table #address input {
  border: 1px solid #EAEAEA;
}

#text_space {
  width: 3em;
  border: 1px solid #EAEAEA;
  margin-right: 20px;
}

form #age {
  width: 2em;
  border: 1px solid #EAEAEA;
}

.form_table #text_num {
  width: 2em;
  border: 1px solid #EAEAEA;
}

.form_table select {
  border: 1px solid #EAEAEA;
}

.form_table textarea {
  height: auto;
  width: 98%;
  padding: 3px;
  font-size: 14px;
  line-height: 1.5em;
  border: 1px solid #EAEAEA;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.menu-block {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.select-menu {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #f7f8f5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding-left: 10px;
}

.form_table .datepicker input {
  width: 8em;
}

.mw_wp_form input[type=submit] {
  padding-top: 15px;
  padding-right: 60px;
  padding-bottom: 15px;
  padding-left: 60px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
}

.form_table #btn_back {
  margin-right: 30px;
}

td #datepicker01, td #datepicker02, td #datepicker03 {
  vertical-align: bottom;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.form_table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.form_table th {
  font-weight: normal;
  background-color: #FBF9F2;
  text-align: left;
  padding: 10px;
  border: 1px solid #E1E1E1;
  width: 250px;
}

.form_table td {
  text-align: left;
  padding: 10px;
  border: 1px solid #E1E1E1;
}

.form_table .ex {
  font-size: 12px;
  display: block;
}

.wpcf7 h2 {
  font-size: 18px;
}

.wpcf7 .date {
  display: flex;
  align-items: center;
}

.wpcf7 .date-time {
  display: flex;
  align-items: center;
}

.wpcf7 select {
  width: auto;
}

.wpcf7 .required {
  background-color: #b94a48;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 2px;
  margin-left: 5px;
}

.wpcf7 th {
  background-color: #f7f7f7;
  font-weight: 700;
  font-size: 15px;
}

.wpcf7 input[type=submit] {
  background-color: #FAF225;
  border-radius: 100px;
  padding: 10px 15px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #FAF225;
  font-size: 20px;
  display: inline-block;
  min-width: 300px;
  height: auto;
}

.form_table input[type=text],
.form_table input[type=email],
.form_table input[type=number],
.form_table input[type=tel],
.form_table .datepicker input[type=date],
.form_table select {
  border-radius: 3px;
}

.wpcf7-not-valid {
  border: 1px solid #f44522 !important;
  background-color: #fbeff3 !important;
  box-sizing: border-box;
}

div.wpcf7-validation-errors,
div.wpcf7-response-output {
  color: #b94a48;
  padding: 11px 16px 10px !important;
  position: relative;
  background-color: #f2dee6;
  left: 0;
  top: 8px;
  margin-bottom: 8px;
  clear: both;
  border-radius: 5px;
  border: 1px solid #b94a48 !important;
}

div.wpcf7-mail-sent-ng {
  color: #3fad3a;
  padding: 11px 16px 10px !important;
  position: relative;
  display: block;
  background-color: #d9f7e5;
  left: 0;
  top: 8px;
  margin-bottom: 8px;
  clear: both;
  border-radius: 5px;
  border: 1px solid #3fad3a !important;
}

div.wpcf7-mail-sent-ok {
  color: #3e863c;
  padding: 11px 16px 10px !important;
  position: relative;
  display: block;
  background-color: #def2e0;
  left: 0;
  top: 8px;
  margin-bottom: 8px;
  clear: both;
  border-radius: 5px;
  border: 2px solid #398f14 !important;
}

div.wpcf7-response-output {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

@media (width <= 768px) {
  .other-box {
    padding: 10px;
    width: auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-bottom: 30px;
  }
  .red {
    color: #CC0000;
  }
  .other {
    display: table;
    width: 100%;
    margin-right: -40px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom-width: 3px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
  }
  .other dt {
    display: table-cell;
    font-size: 16px;
    color: #ec1361;
    width: 70px;
    margin-right: 10px;
  }
  .other i {
    font-size: 16px;
    margin-right: 5px;
  }
  .other dd {
    display: table-cell;
    font-size: 21px;
    width: auto;
  }
  .other a {
    color: #ec1361;
  }
  .other a:link {
    text-decoration: none;
  }
  .other a:visited {
    text-decoration: none;
  }
  .other a:hover {
    text-decoration: underline;
  }
  .other dd span {
    font-size: 18px;
    color: #ec1361;
    letter-spacing: -0.05em;
  }
  .cautionText {
    margin-bottom: 30px;
  }
  .cautionText .title {
    font-weight: bold;
    margin-bottom: 14px;
  }
  .cautionText ul {
    margin-left: 16px;
  }
  .cautionText li {
    list-style: disc;
    font-size: 12px;
    margin-bottom: 8px;
    padding-left: 0px;
  }
  .mw_wp_form {
    margin-bottom: 30px;
  }
  .mailForm .headerTxt {
    margin-bottom: 30px;
  }
  .mailForm h4 {
    font-size: 16px;
    font-weight: normal;
    color: #032443;
    border-bottom: 1px solid #032443;
  }
  .mailForm h4:before {
    content: "■";
  }
  .form_table {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .form_table th {
    font-weight: normal;
    background-color: #f7f7f7;
    text-align: left;
    padding: 10px;
    border: 1px solid #E1E1E1;
    width: auto;
    display: block;
  }
  .form_table td {
    text-align: left;
    padding: 10px;
    border: 1px solid #E1E1E1;
    display: block;
  }
  .form_table .ex {
    font-size: 12px;
    display: block;
  }
  .mw_wp_form_confirm .form_table .ex {
    display: none;
  }
  .mailForm .topBtn a {
    display: none;
    width: 154px;
    margin: 0 auto;
    padding: 15px 0;
    border: 1px solid #aaa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ddd), color-stop(0, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #ddd 88%);
    background: -moz-linear-gradient(top, #fff 0%, #ddd 88%);
    background: -o-linear-gradient(top, #fff 0%, #ddd 88%);
    background: -ms-linear-gradient(top, #fff 0%, #ddd 88%);
    background: linear-gradient(to bottom, #fff 0%, #ddd 88%);
    font-size: 16px;
    border-radius: 2px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
  }
  .form_table input[type=text],
  .form_table input[type=email],
  .form_table input[type=number],
  .form_table input[type=tel],
  .form_table .datepicker input[type=date],
  .form_table select {
    padding: 3px;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    border: 1px solid #EAEAEA;
    width: 96%;
    font-size: 16px;
  }
  .form_table input[type=number] {
    margin-right: 4px;
    font-size: 16px;
  }
  .form_table .datepicker input[type=date] {
    width: 130px;
    margin-right: 10px;
  }
  .form_table input[type=file] {
    margin-bottom: 5px;
  }
  .form_table textarea {
    width: 96% !important;
    min-height: 5em;
    font-size: 16px !important;
  }
  .wpcf7-form-control-wrap.time-1,
  .wpcf7-form-control-wrap.time-2 {
    display: inline-block;
    width: 70px;
    margin-left: 4px;
  }
  .wpcf7 .submitBtn {
    text-align: center;
  }
  .wpcf7-form input[type=submit],
  .wpcf7-form input[type=button],
  .wpcf7-form button {
    padding: 15px 60px;
    font-size: 16px;
    cursor: pointer;
  }
  div.wpcf7 .ajax-loader {
    display: none;
  }
  /* 確認 */
  .wpcf7-form.failed td p {
    margin-bottom: 0;
    padding-top: 0;
  }
  .wpcf7-form.failed .form_table .ex {
    display: none;
  }
  .wpcf7-form.failed .form_table select {
    padding: 0;
    width: 130%;
  }
  .wpcf7-form.failed .wpcf7c-conf,
  .wpcf7-form.failed .wpcf7c-conf:focus {
    -webkit-appearance: none;
    border: none !important;
    background: none !important;
    color: #000 !important;
  }
  .wpcf7-form.failed .form_table .wpcf7-list-item-label {
    display: none;
  }
  .wpcf7-form.failed .form_table input[type=radio]:checked + input + .wpcf7-list-item-label {
    display: inline;
  }
  .wpcf7-form.failed .form_table input[type=radio]:disabled {
    display: none;
  }
  .wpcf7-form .trHidden {
    display: none;
  }
  .wpcf7-form.failed input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
  }
  /* 完了 */
  .wpcf7-form.sent .form_table,
  .wpcf7-form.sent .submitBtn,
  .wpcf7-form.sent h4 {
    display: none;
  }
  .form_table label {
    line-height: 1em;
    /* margin-right: 20px; */
  }
  .form_table .hope-menu label {
    margin-right: 5px;
  }
  .mw_wp_form .form_table .block {
    padding-bottom: 0px;
  }
  .mw_wp_form .form_table .block label {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .form_table .horizontal-item + .horizontal-item {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .form_table input[type=checkbox], .form_table input[type=radio] {
    line-height: 1em;
    margin-top: -2px;
    margin-bottom: 0px;
    margin-left: 0px;
    vertical-align: middle;
    display: inline-block;
  }
  .form_table #text_name, .form_table #text_kana, .form_table #text_mail {
    width: 60%;
    border: 1px solid #EAEAEA;
  }
  .form_table #text_tel {
    width: 40%;
    border: 1px solid #EAEAEA;
  }
  form .text02 {
    width: 7%;
  }
  .form_table #text_address {
    width: 80%;
    border: 1px solid #EAEAEA;
  }
  .form_table #tel input, .form_table #address input {
    border: 1px solid #EAEAEA;
  }
  #text_space {
    width: 3em;
    border: 1px solid #EAEAEA;
    margin-right: 20px;
  }
  form #age {
    width: 2em;
    border: 1px solid #EAEAEA;
  }
  .form_table #text_num {
    width: 2em;
    border: 1px solid #EAEAEA;
  }
  .form_table select {
    border: 1px solid #EAEAEA;
  }
  .form_table textarea {
    height: auto;
    width: 98%;
    padding: 3px;
    font-size: 14px;
    line-height: 1.5em;
    border: 1px solid #EAEAEA;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  }
  .menu-block {
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .select-menu {
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #f7f8f5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding-left: 10px;
  }
  .form_table .datepicker input {
    width: 8em;
  }
  input[type=submit],
  input[type=button] {
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    display: inline-block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 14px;
  }
  .form_table #btn_back {
    margin-right: 30px;
  }
  td #datepicker01, td #datepicker02, td #datepicker03 {
    vertical-align: bottom;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .mailForm {
    width: 100% !important;
    box-sizing: border-box;
    overflow: hidden;
  }
}
/* Utilities */
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-flex1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 20px;
}
.u-flex1 > * {
  width: 100%;
}

.u-flex2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 20px;
}
.u-flex2 > * {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
}

.u-flex3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 20px;
}
.u-flex3 > * {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
}

.u-flex4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 20px;
}
.u-flex4 > * {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
}

.u-flex5 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 20px;
}
.u-flex5 > * {
  width: calc(100% / 5 - 20px * (5 - 1) / 5);
}

.u-flex6 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 20px;
}
.u-flex6 > * {
  width: calc(100% / 6 - 20px * (6 - 1) / 6);
}

.u-right {
  float: right;
}
@media (width <= 768px) {
  .u-right {
    float: none;
  }
}

.u-left {
  float: left;
}
@media (width <= 768px) {
  .u-left {
    float: none;
  }
}

.u-pc {
  display: block;
}
@media (width <= 768px) {
  .u-pc {
    display: none;
  }
}

.u-pc_inline {
  display: inline;
}
@media (width <= 768px) {
  .u-pc_inline {
    display: none;
  }
}

.u-pc_iblock {
  display: inline-block;
}
@media (width <= 768px) {
  .u-pc_iblock {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (width <= 768px) {
  .u-sp {
    display: block;
  }
}

.u-sp_inline {
  display: none;
}
@media (width <= 768px) {
  .u-sp_inline {
    display: inline;
  }
}

.u-sp_iblock {
  display: none;
}
@media (width <= 768px) {
  .u-sp_iblock {
    display: inline-block;
  }
}

.u-aligncenter {
  display: block;
  margin: 0 auto;
}

.u-alignright {
  float: right;
}

.u-alignleft {
  float: left;
}

.u-ofit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.u-pos_r {
  position: relative;
}

.u-pos_a {
  position: absolute;
}

.u-text_center {
  text-align: center;
}

.u-text_right {
  text-align: right;
}

.u-text_left {
  text-align: left;
}

.u-text_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #ccc;
  line-height: 1.5;
}
.u-text_ellipsis--multiline {
  white-space: normal;
  max-height: 3em;
  position: relative;
}
.u-text_ellipsis--multiline::after {
  content: "…";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #ccc;
}
.u-text_ellipsis--line2 {
  max-height: 3em;
}
.u-text_ellipsis--line3 {
  max-height: 4.5em;
}
.u-text_ellipsis--line4 {
  max-height: 6em;
}
.u-text_ellipsis--line5 {
  max-height: 7.5em;
}

.u-text--yellow {
  color: #FAF225;
}

.u-bold {
  font-weight: 800;
}

.u-medium {
  font-weight: 500;
}

.u-light {
  font-weight: 300;
}

.u-font_min {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-din {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.u-check {
  background: url(./images/common/u-check.svg) no-repeat;
  background-position: left 10px;
  background-size: 21px;
  padding-left: 35px;
}

.u-marker {
  background: linear-gradient(to bottom, transparent 0% 70%, #FAF225 70% 90%, transparent 90% 100%);
}

@media (width <= 1280px) {
  .u-check {
    background-position: left 0.78125vw;
    background-size: 1.640625vw;
    padding-left: 2.734375vw;
  }
}
@media (width <= 768px) {
  .u-check {
    background-position: left 3.2vw;
    background-size: 5.6vw;
    padding-left: 8vw;
  }
}
.w100 .ark-block-section__body {
  max-width: 100px;
}

.w150 .ark-block-section__body {
  max-width: 150px;
}

.w200 .ark-block-section__body {
  max-width: 200px;
}

.w250 .ark-block-section__body {
  max-width: 250px;
}

.w300 .ark-block-section__body {
  max-width: 300px;
}

.w350 .ark-block-section__body {
  max-width: 350px;
}

.w400 .ark-block-section__body {
  max-width: 400px;
}

.w450 .ark-block-section__body {
  max-width: 450px;
}

.w500 .ark-block-section__body {
  max-width: 500px;
}

.w550 .ark-block-section__body {
  max-width: 550px;
}

.w600 .ark-block-section__body {
  max-width: 600px;
}

.w650 .ark-block-section__body {
  max-width: 650px;
}

.w700 .ark-block-section__body {
  max-width: 700px;
}

.w750 .ark-block-section__body {
  max-width: 750px;
}

.w800 .ark-block-section__body {
  max-width: 800px;
}

.w850 .ark-block-section__body {
  max-width: 850px;
}

.w900 .ark-block-section__body {
  max-width: 900px;
}

.w950 .ark-block-section__body {
  max-width: 950px;
}

.w1000 .ark-block-section__body {
  max-width: 1000px;
}

.w1050 .ark-block-section__body {
  max-width: 1050px;
}

.w1100 .ark-block-section__body {
  max-width: 1100px;
}

.w1150 .ark-block-section__body {
  max-width: 1150px;
}

.w1200 .ark-block-section__body {
  max-width: 1200px;
}/*# sourceMappingURL=style.css.map */