@charset "UTF-8";

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0 10px;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */

/* --------------------------------
header
----------------------------------- */
.header-sp__logo {
  width: 30vw;
  margin-top: 25px;
}

.header-sp .nav-drawer__btn {
  background: none;
  color: #fff;
  font-weight: 700;
  /* padding: 4vw; */
  width: 92%;
  padding: 0;
}

.header-sp .nav-drawer__tel {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.header-sp .nav-drawer__time {
  color: #333;
}

.header-sp .nav-drawer__time span {
  border-color: #333;
  margin-bottom: 10px;
}

.header-sp .hamburger {
  background: #10a49c;
}

/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  color: #10a49c;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Saira", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-heading01 span {
  display: inline-block;
  color: #5f6f7c;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-left: 3rem;
}

.c-heading01 span::before {
  content: "";
  width: 24px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/ttl-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-heading01.-wh,
.c-heading01.-wh span {
  color: #fff;
}

.c-heading01.-wh span::before {
  background-image: url(../img/common/ttl-icon-wh.svg);
}

.c-heading01_center {
  text-align: center;
}

.c-heading01_border {
  padding-bottom: 10px;
  border-bottom: 2px solid #ef6c00;
}

.c-heading03 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  /*  border-bottom: 2px dashed #004d9f;*/
}

.c-heading04 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #3fa037;
}

/* --------------------------------
btn
----------------------------------- */
.btn {
  background-color: #fff;
  color: #009886;
  font-weight: bold;
}

.btn:hover {
  color: #fff;
}

.btn:hover::after {
  background-color: #ef6c00;
}

.btn.-color {
  background: #000000;
  border: 1px solid #000;
}

.btn.-color:hover {
  color: #212121;
  background: #fff;
}

/* --------------------------------
c-card
----------------------------------- */
.c-card .address {
  color: #333;
}

.c-card .label {
  background-color: #ffdf83;
  color: #333;
}

.c-card .checkpoint {
  background-color: #3fa037;
}

/* --------------------------------
c-table
----------------------------------- */
.c-table01 {
  width: 100%;
  text-align: left;
}

.c-table01 tr {
  display: block;
  border-top: 1px solid #cecece;
  line-height: 1.5;
  padding: 3vw 1.8rem;
}

.c-table01 tr:last-child {
  border-bottom: 1px solid #cecece;
}

.c-table01 th {
  width: 22vw;
  vertical-align: top;
  color: #009886;
  font-weight: 500;
}

.c-table02 {
  width: 100%;
  text-align: left;
}

.c-table02 tr {
  display: inline-table;
  line-height: 1.5;
  /* border-bottom: 1px solid #000; */
  width: 100%;
}

/* .c-table02 tr:last-child {
  border-bottom: 1px solid #cecece;
} */
.c-table02 th,
.c-table02 td {
  padding: 1.2rem;
  font-size: 1.4rem;
  color: #333;
}

.c-table02 th {
  width: 22vw;
  color: #8a8a8a;
  font-weight: 400;
  background-color: #fff;
  border-bottom: 1px solid #10a49c;
}

.c-table02 td {
  border-bottom: 1px solid #000;
  display: block;
  margin-left: 2rem;
}

.c-table02 td span {
  display: block;
}

/* --------------------------------
pagination
----------------------------------- */
.pagination .page-numbers {
  border: 1px solid #000000;
  color: #000000;
}

.pagination .page-numbers.current {
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#009886),
    to(#82b31a)
  );
  background: linear-gradient(90deg, #009886 0%, #82b31a 100%); */
  background: #000000;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  border: 1px solid #000000;
}

.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers {
  color: #000000;
}

.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers a {
  border: 1px solid #000000;
}

/* --------------------------------
footer
----------------------------------- */
.footer-contact {
  background-color: #10a49c;
  background-image: url(../img/common/bg02.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 7rem 15px;
}

.footer-contact .right__map {
  margin-top: 5vw;
}

.footer-contact .left .tel__link {
  color: #1e1e1e;
  font-family: "Cairo";
}

.footer-contact .left .tel__opentime span {
  color: #333;
  margin: 0 5px;
}

.tel__link.-second {
  margin-top: 2rem;
}

.tel__opentime.-second {
  margin-top: 0;
  margin-left: auto;
}

.footer-contact .left .tel__opentime span.box {
  color: #fff;
  padding: 6px;
  background: #1e1e1e;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .footer-contact .left .tel__link {
    font-size: 9vw;
    padding-left: 9vw;
  }

  .footer-contact .left .tel__link::before {
    height: 8vw;
    left: 0;
    top: 1vw;
    width: 8vw;
  }
}

/*
.footer-illust {
  padding-bottom: 50px;
}
*/
/* --------------------------------
utility
----------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-mb20 {
  margin-bottom: 2rem;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-mb40 {
  margin-bottom: 4rem;
}

.u-mb50 {
  margin-bottom: 5rem;
}

.u-mb60 {
  margin-bottom: 6rem;
}

.u-mb70 {
  margin-bottom: 7rem;
}

.u-mb80 {
  margin-bottom: 8rem;
}

.u-mb90 {
  margin-bottom: 9rem;
}

.u-mb100 {
  margin-bottom: 10rem;
}

.u-mr10 {
  margin-right: 1rem;
}

.u-mr20 {
  margin-right: 2rem;
}

.u-mr30 {
  margin-right: 3rem;
}

.u-mr40 {
  margin-right: 4rem;
}

.u-mr50 {
  margin-right: 5rem;
}

.u-pt10 {
  padding-top: 1rem;
}

.u-pt20 {
  padding-top: 2rem;
}

.u-pt30 {
  padding-top: 3rem;
}

.u-pt40 {
  padding-top: 4rem;
}

.u-pt50 {
  padding-top: 5rem;
}

.u-pt60 {
  padding-top: 6rem;
}

.u-pt70 {
  padding-top: 7rem;
}

.u-pt80 {
  padding-top: 8rem;
}

.u-pt90 {
  padding-top: 9rem;
}

.u-pt100 {
  padding-top: 10rem;
}

.u-pb10 {
  padding-bottom: 1rem;
}

.u-pb20 {
  padding-bottom: 2rem;
}

.u-pb30 {
  padding-bottom: 3rem;
}

.u-pb40 {
  padding-bottom: 4rem;
}

.u-pb50 {
  padding-bottom: 5rem;
}

.u-pb60 {
  padding-bottom: 6rem;
}

.u-pb70 {
  padding-bottom: 7rem;
}

.u-pb80 {
  padding-bottom: 8rem;
}

.u-pb90 {
  padding-bottom: 9rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

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

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

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

.u-dfc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.home-news {
  background-image: url("../img/home/new_property_bg001-a.jpg");
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.home-news.column_01 {
  background-image: url("../img/home/new_property_bg001-b.jpg");
}

.p-home-sec02 {
  padding-bottom: 10rem;
  background: #fff;
}

.p-home-sec02__txt {
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-home-sec03 {
  background: #fff;
  margin-top: 10rem;
}

.p-home-sec03__ttl {
  position: relative;
  z-index: 1;
  top: 3rem;
}

.p-home-sec03 .home-shop__text {
  background: #ffffff;
  width: 100%;
}

.p-home-sec03 .home-shop__text::after {
  content: none;
}

.p-home-sec03 .home-shop__intro {
  color: #484848;
}

.p-home-sec03 .home-section__desc {
  color: #484848;
}

.p-home-sec04 {
  background: transparent;
  padding: 15vw 0 8vw;
  margin: 0;
}

.p-home-sec04__cont {
  padding-top: 5vw;
}

.p-home-sec04 .cont__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem 0;
}

.p-home-sec04 .cont .link-wrap {
  width: 49%;
}

.p-buying-sec01 .flow_content .detail .num {
  background-color: #f29600;
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
}

.p-buying-sec01 .flow_content .detail .head {
  color: #333;
  font-weight: 700;
}

.p-management-sec .comment {
  font-size: 5vw;
  position: relative;
  color: #3fa037;
  font-weight: 700;
}

/* .p-management-sec .comment::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 110px 80px;
  border-color: transparent transparent #a3d0e4 transparent;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: -6rem;
  left: 30px;
} */
.p-management-sec .item-wrap {
  padding: 2vw 0;
  border-bottom: 1px solid #ddd;
}

.p-management-sec .num-list li {
  position: relative;
  padding-left: 4rem;
  margin-top: 1rem;
}

.p-management-sec .num-list li span {
  position: absolute;
  left: 0;
  background-color: #fabf00;
  padding: 0 1rem;
  color: #484848;
  font-weight: 500;
}

.p-management-sec .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-management-sec .img-wrap .img-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 1rem;
}

.p-management-sec .img-wrap .img-item img {
  width: 20rem;
}

.p-management-sec .img-wrap .img-item span {
  text-align: center;
}

.p-management-sec .txt-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-management-sec .txt-list li {
  background-color: #fabf00;
  color: #484848;
  font-weight: 500;
  padding: 0.8rem 2rem;
  width: 100%;
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-management-sec .color-txt {
  color: #82b31a;
  font-weight: bold;
}

.p-management-sec .border-txt {
  font-weight: bold;
  position: relative;
}

.p-management-sec .border-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #009886;
  height: 2px;
  width: 100%;
}

.sub-archive-news__wrapper {
  padding-top: 8vw;
}

.sub-archive-proprty .cat-wrap {
  width: 100%;
  /* border: 5px solid #ff9e00; */
  border-radius: 1.3rem;
}

.sub-archive-proprty .cat-wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -1rem;
  padding: 1rem;
}

.sub-archive-proprty .cat-wrap ul li {
  width: 49%;
  margin-top: 1rem;
}

.sub-archive-proprty .cat-wrap ul li a {
  padding: 1.3rem;
  background-color: #ff9e00;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sub-archive-proprty .cat-wrap ul li a:hover {
  opacity: 0.8;
}

/* .sub-archive-proprty .cat-wrap02 {
  border: 5px solid #f29600;
} */
.sub-archive-proprty .cat-wrap02 ul li a {
  background-color: #ef6c00;
}

.sub-single__title {
  color: #333;
  font-size: 1.8rem;
}

.sub-single__main {
  border-top: 2px dashed #fff4e6;
}

.sub-single__main {
  border-top: none;
  font-size: 2.5rem;
  position: relative;
  padding: 2rem 0 4rem;
  border-bottom: 2px solid #004da1;
}

/*
.sub-single__main:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #869fd0;
}
*/
.single-post .sub-single__main {
  border-top: none;
  font-size: 2.5rem;
  position: relative;
  padding: 0rem 2rem;
  border-bottom: 6px solid #004da1;
}

.single-post .sub-single__main:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: "";
  background: #869fd0;
}

.sub-single-property .sub-single__main p {
  background-color: #ecf5ff;
}

.sub-single-property .property-slider__arw {
  background-color: #ef6c00;
}

.sub-single-property .property-slider__arw.prev::before,
.sub-single-property .property-slider__arw.next::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sub-single-property .property-slider__dots .slick-active {
  opacity: 1;
  border: 1px solid #009886;
}

.sub-single-property .info .table01 .row {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.sub-single-property .info .table01 .row:last-child {
  border-bottom: 1px solid #ddd;
}

.sub-single-property .info .table01 .row .head {
  color: #473b41;
  font-weight: 700;
}

.sub-single-property .info .table02 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.sub-single-property .info .table02 .row:last-child {
  border-bottom: 1px solid #ddd;
}

.sub-single-property .info .table02 .row .head {
  color: #212121;
}

.sub-single-property .info .table02 .row .body a {
  color: #ef6c00;
  text-decoration: underline;
}

.p-contact-sec01 .sub-contact__tel {
  color: #1e1e1e;
  font-family: "Saira", sans-serif;
}

.p-contact-sec01 .sub-contact__time span {
  color: #333;
  margin: 0 5px;
}

.p-contact-sec01 .sub-contact__time span.box {
  color: #fff;
  padding: 6px;
  background: #1e1e1e;
  font-size: 1.2rem;
  font-weight: bold;
}

.p-contact-sec01 .sub-contact__item dt .required {
  background-color: #fe392f;
  color: #fff;
}

.p-contact-sec01 .sub-contact__submit input {
  background: #10a49c;
}

.p-contact-sec01 .sub-contact__submit input.is-disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.privacy-policy-area {
  margin-top: 3rem;
}

.privacy-policy-area__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.privacy-policy-area__box {
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 1.5rem 2rem;
  background: #fafafa;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #333;
}

.privacy-policy-area__box h5 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1.5em 0 0.5em;
  color: #1e1e1e;
}

.privacy-policy-area__box p {
  margin-bottom: 1em;
}

.privacy-policy-area__box ol {
  padding-left: 2em;
  margin-bottom: 1em;
}

.privacy-policy-area__box ol li {
  margin-bottom: 0.3em;
}

.privacy-policy-area__agree {
  margin: 2rem 0 1rem;
  text-align: center;
}

.privacy-policy-area__agree label {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.4rem;
  cursor: pointer;
}

.privacy-policy-area__agree input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* --------------------------------
   情報セキュリティ基本方針
----------------------------------- */
.p-security {
  padding: 6rem 0;
  position: relative;
}

.p-security .deco-img {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 2rem;
  right: 0;
  z-index: 3;
}

.p-security__lead {
  max-width: 800px;
  margin: 3rem auto 4rem;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
  text-align: center;
}

.p-security__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-security__item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  border-radius: 12px;
  padding: 2.5rem 3rem;
}

.p-security__item-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #10a49c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Saira", sans-serif;
}

.p-security__item-body h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 0.5rem;
}

.p-security__item-body p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}

.p-security__sign {
  max-width: 800px;
  margin: 4rem auto 0;
  text-align: right;
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-security .deco-img {
    width: 120px;
    height: 120px;
    top: 1rem;
  }

  .p-security__lead {
    text-align: left;
    font-size: 1.4rem;
    margin: 2rem auto 3rem;
    padding: 0 1rem;
  }

  .p-security__item {
    padding: 2rem;
    gap: 1.5rem;
  }

  .p-security__item-num {
    width: 34px;
    height: 34px;
    font-size: 1.5rem;
  }

  .p-security__sign {
    padding: 0 1rem;
  }
}

/* --------------------------------
   DX推進に向けた取組み
----------------------------------- */
.p-dx {
  padding: 6rem 0;
}

.p-dx__catch {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #10a49c;
  margin: 3rem 0 2rem;
  line-height: 1.8;
}

.p-dx__lead {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 2;
}

.p-dx__message {
  max-width: 800px;
  margin: 0 auto 4rem;
}

.p-dx__message p {
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
  margin-bottom: 1.5em;
}

.p-dx__vision {
  max-width: 800px;
  margin: 0 auto;
  background: #f0f6fb;
  border-radius: 12px;
  padding: 3rem;
}

.p-dx__vision-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #10a49c;
  margin-bottom: 1rem;
  text-align: center;
}

.p-dx__vision p {
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
}

/* DX戦略 */
.p-dx-strategy {
  padding: 6rem 0;
}

.p-dx__strategy-wrap {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.p-dx__strategy-block {
  background: #fff;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.p-dx__strategy-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-dx__strategy-label {
  display: inline-block;
  padding: 0.3rem 1.2rem;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
}

.p-dx__strategy-label--offense {
  background: #ef6c00;
}

.p-dx__strategy-label--defense {
  background: #10a49c;
}

.p-dx__strategy-body h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5f6f7c;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 3px solid #10a49c;
}

.p-dx__strategy-block--offense .p-dx__strategy-body h4 {
  border-left-color: #ef6c00;
}

.p-dx__strategy-body p {
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
  margin-bottom: 1.5em;
}

.p-dx__strategy-body p:last-child {
  margin-bottom: 0;
}

/* 人材育成 */
.p-dx-talent {
  padding: 6rem 0;
}

.p-dx__talent-wrap {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-dx__talent-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem 3rem;
}

.p-dx__talent-num {
  flex-shrink: 0;
  font-size: 3.6rem;
  font-weight: 900;
  font-family: "Saira", sans-serif;
  color: #10a49c;
  line-height: 1;
  opacity: 0.3;
}

.p-dx__talent-body h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 1rem;
}

.p-dx__talent-body p {
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
  margin-bottom: 0.8em;
}

.p-dx__talent-body p:last-child {
  margin-bottom: 0;
}

/* KPI */
.p-dx-kpi {
  padding: 6rem 0;
}

.p-dx__kpi-block {
  max-width: 900px;
  margin: 0 auto 3rem;
}

.p-dx__kpi-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid #10a49c;
}

.p-dx__kpi-table-wrap {
  overflow-x: auto;
}

.p-dx__kpi-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.p-dx__kpi-table thead th {
  background: #10a49c;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1.2rem 1.5rem;
  text-align: left;
  white-space: nowrap;
}

.p-dx__kpi-table tbody td {
  font-size: 1.3rem;
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #eee;
  color: #333;
  vertical-align: middle;
}

.p-dx__kpi-table tbody tr:last-child td {
  border-bottom: none;
}

.p-dx__kpi-badge {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .p-dx__kpi-badge {
    display: block;
    width: fit-content;
    margin-bottom: 0.4em;
  }
}

.p-dx__kpi-badge--offense {
  background: #ef6c00;
}

.p-dx__kpi-badge--defense {
  background: #10a49c;
}

.p-dx__kpi-list {
  background: #fff;
  border-radius: 8px;
  padding: 2rem 2.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  list-style: none;
}

.p-dx__kpi-list li {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  padding: 1rem 0 1rem 2rem;
  border-bottom: 1px solid #eee;
  position: relative;
}

.p-dx__kpi-list li:last-child {
  border-bottom: none;
}

.p-dx__kpi-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 10px;
  height: 10px;
  background: #10a49c;
  border-radius: 50%;
}

.p-dx__sign {
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e1e1e;
  max-width: 800px;
  margin: 2rem auto 0;
}

.p-dx__strategy-intro {
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 1.5rem;
}

.p-dx-vision {
  padding: 6rem 0;
}

.p-dx-strategy {
  padding: 6rem 0;
}

.p-dx-system {
  padding: 6rem 0;
}

.p-dx__talent-heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1e1e1e;
  text-align: center;
  margin: 3rem 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #10a49c;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-dx__kpi-ref {
  display: block;
  font-size: 1.2rem;
  color: #8a8a8a;
  margin-top: 0.3rem;
}

.p-dx__note {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #8a8a8a;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-dx__catch {
    font-size: 1.5rem;
    padding: 0 1rem;
  }

  .p-dx__lead {
    text-align: left;
    font-size: 1.4rem;
    padding: 0 1rem;
  }

  .p-dx__message {
    padding: 0 1rem;
  }

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

  .p-dx__sign {
    padding: 0 1rem;
  }

  .p-dx__vision {
    padding: 2rem;
  }

  .p-dx__strategy-block {
    padding: 2rem;
  }

  .p-dx__talent-item {
    padding: 2rem 1rem;
    gap: 1.5rem;
  }

  .p-dx__talent-num {
    font-size: 2.8rem;
  }

  .p-dx__kpi-table thead th,
  .p-dx__kpi-table tbody td {
    font-size: 1.2rem;
    padding: 1rem;
  }

  .p-dx__note {
    padding: 0 1rem;
    text-align: left;
  }
}

.sub-thanks__link a {
  color: #009886;
  border-bottom: 1px solid #009886;
}

.sub-404__link a {
  color: #009886;
  border-bottom: 1px solid #009886;
}

.pdf-create {
  padding: 4rem 2.5rem;
}

.pdf-create .title {
  font-size: 12px;
  text-align: center;
  padding-bottom: 1rem;
}

.pdf-create table,
.pdf-create td,
.pdf-create th {
  width: 100%;
  border: 1px solid #595959;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.4;
}

.pdf-create td,
.pdf-create th {
  vertical-align: middle;
  padding: 0.1rem 0.8rem;
}

.pdf-create th {
  vertical-align: middle;
}

.pdf-create .kinds {
  font-weight: bold;
  color: #ef6c00;
  font-size: 14px;
}

.pdf-create .table-layout01 th {
  width: 10%;
}

.pdf-create .table-layout01 .w-10 {
  width: 10%;
}

.pdf-create .table-layout01 .w-30 {
  width: 30%;
}

.pdf-create .table-layout01 .w-50 {
  width: 50%;
}

.pdf-create .table-layout01 .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.pdf-create .table-layout01 .img-wrap .img {
  width: 24.5%;
  margin-right: 0.66666%;
  padding-top: 15%;
  position: relative;
}

.pdf-create .table-layout01 .img-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pdf-create .table-layout01 .img-wrap .img:nth-child(4n) {
  margin-right: 0;
}

.pdf-create .table-layout02 th {
  width: 10%;
}

.pdf-create .table-layout02 td {
  width: 10%;
}

.pdf-create .table-layout02 .w-10 {
  width: 10%;
}

.pdf-create .table-layout02 .w-20 {
  width: 10%;
}

.pdf-create .table-layout02 .w-30 {
  width: 30%;
}

.pdf-create .table-layout02 .w-50 {
  width: 50%;
}

.pdf-create .table-layout02 .img-wrap .img {
  padding-top: 87.5%;
  position: relative;
}

.pdf-create .table-layout02 .img-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pdf-create .table-layout02 .img-wrap .img:nth-child(4n) {
  margin-right: 0;
}

.pdf-create .table-layout02 th .dummy {
  visibility: hidden;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo {
    margin-top: 0;
  }

  .header__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__nav {
    margin: 0;
    margin-right: 10px;
  }

  .header__link {
    color: #333;
  }

  .header__top {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 4px;
  }

  .header__tel {
    color: #10a49c;
    background: #fff;
    padding: 6px 18px;
    border-radius: 5px;
    padding-left: 4rem;
  }

  .header__time {
    padding-top: 1rem;
    margin-left: 0;
  }

  .header__time span {
    color: #333;
  }

  .header__item-child {
    position: relative;
  }

  .child__wrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    min-width: 20rem;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 2rem;
  }

  .child__link {
    display: block;
    letter-spacing: 0.1em;
    padding: 1rem 1rem;
    font-size: 1.4rem;
  }

  .child__link:hover {
    opacity: 0.8;
  }

  .header__item-child:hover>.child__wrap {
    visibility: visible;
    opacity: 1;
  }

  .c-heading01 span {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }

  .c-heading03 {
    font-size: 2.5rem;
  }

  .c-heading04 {
    font-size: 2.5rem;
  }

  .c-table01 tr {
    padding: 1.8rem;
  }

  .c-table01 th {
    width: 13rem;
  }

  .c-table02 th,
  .c-table02 td {
    font-size: 1.6rem;
    padding: 1.8rem;
  }

  .c-table02 th {
    width: 25rem;
  }

  .footer-contact .right__map {
    margin-top: 0;
  }

  .p-home-sec03 {
    margin-top: 0;
  }

  /*   .p-home-sec03 .home-shop__text::after {
    content: "";
    background: #009886;
  } */
  .p-home-sec04 {
    padding: 5rem 0 0 0;
  }

  .p-home-sec04__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    margin-top: -5rem;
  }

  .p-home-sec04 .cont__right {
    width: 31.3rem;
  }

  .p-home-sec04 .cont__left {
    width: 58.5rem;
    margin-right: 5rem;
    padding-bottom: 10rem;
  }

  .p-management-sec .comment {
    font-size: 2.6rem;
    color: #3fa037;
    font-weight: 700;
  }

  .p-management-sec .item-wrap {
    padding: 2rem 0;
  }

  .p-management-sec .img-wrap .img-item {
    width: 25%;
  }

  .p-management-sec .txt-list li {
    width: 32%;
    margin-right: 2%;
  }

  .p-management-sec .txt-list li:nth-child(3n) {
    margin-right: 0;
  }

  .sub-archive-news__wrapper {
    padding-top: 5rem;
  }

  .sub-archive-proprty .cat-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-archive-proprty .cat-wrap ul li {
    width: 100%;
  }

  .sub-single-property .info .table01 .row {
    border-top: none;
    border-right: none;
  }

  .sub-single-property .info .table01 .row:last-child {
    border-bottom: none;
  }

  .sub-single-property .info .table01 .row::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: absolute;
    top: -1px;
    left: 0;
  }

  .sub-single-property .info .table01 .row::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    right: -1px;
  }

  .sub-single-property .info .table01 .row .head,
  .sub-single-property .info .table01 .row .body {
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (max-width: 767px) {
  .c-table01 {
    font-size: 4vw;
  }

  .p-home-sec02 {
    padding-bottom: 4rem;
    background: #fff;
  }
}

.pdf-create {
  padding: 3rem 4rem;
}

.pdf-create .title {
  font-size: 12px;
  text-align: center;
  padding-bottom: 1rem;
}

.pdf-create table,
.pdf-create td,
.pdf-create th {
  width: 100%;
  border: 1px solid #595959;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.5;
}

.pdf-create td,
.pdf-create th {
  vertical-align: middle;
  padding: 0.1rem 0.8rem;
}

.pdf-create th {
  vertical-align: middle;
}

.pdf-create .kinds {
  font-weight: bold;
  color: #ef6c00;
  font-size: 14px;
}

.pdf-create .table-layout th {
  width: 10%;
  height: 25px;
}

.pdf-create .table-layout td {
  width: 10%;
}

.pdf-create .table-layout .w-10 {
  width: 10%;
}

.pdf-create .table-layout .w-20 {
  width: 10%;
}

.pdf-create .table-layout .w-30 {
  width: 30%;
}

.pdf-create .table-layout .w-50 {
  width: 50%;
}

.pdf-create .table-layout .img-wrap .img {
  padding-top: 82.5%;
  position: relative;
}

.pdf-create .table-layout .img-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pdf-create .table-layout .img-wrap .img:nth-child(4n) {
  margin-right: 0;
}

.pdf-create .table-layout th .dummy {
  visibility: hidden;
}

.pdf-create .info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #595959;
  padding: 1rem;
  margin-top: 2px;
}

.pdf-create .info-wrap .licence {
  font-size: 1.2rem;
}

.pdf-create .info-wrap .company {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 1rem;
}

.pdf-create .info-wrap .address {
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.5rem;
}

.pdf-create .info-wrap .time {
  font-size: 1.2rem;
  padding-top: 0.5rem;
}

.pdf-create .info-wrap .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.pdf-create .info-wrap .qr {
  width: 8rem;
}

.pdf-create .info-wrap .tel {
  font-size: 2rem;
  font-weight: bold;
  padding-right: 5rem;
}

.pdf-create .info-wrap .fax {
  padding-top: 1rem;
}

/*  */
.c-card .checkpoint {
  background-color: transparent;
  width: 10rem;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .c-card .checkpoint {
    width: 8rem;
    right: -1rem;
  }
}

.sub-archive-proprty .sub-archive__colL {
  margin-top: 8rem;
}

.sub-archive-proprty .sub-archive__colR {
  margin-top: 8rem;
}

.sub-archive-proprty__category .sub-archive__colL {
  margin-top: 0;
}

@media (min-width: 768px) {
  .sub-archive-proprty .sub-archive__box {
    display: block;
  }

  .sub-archive-proprty .sub-archive__top {
    display: flex;
    flex-direction: row;
  }

  .sub-archive-proprty .cat-wrap02 {
    /* border: 5px solid #f679a1; */
    margin-top: 0;
  }

  .sub-archive-proprty .sub-archive__colL {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .sub-archive-proprty .cat-wrap {
    width: 48%;
  }

  .sub-archive-proprty .sub-archive__colR {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .sub-archive-proprty .sub-archive__container {
    margin-top: 3.9rem;
  }
}

.sub-single-property .sub-single__title-area .checkpoint {
  position: absolute;
  top: -2rem;
  right: 0;
  background-color: transparent;
  width: 10rem;
  padding: 0;
}

.feature-img {
  max-width: 45%;
  margin: 20px auto;
}

@media only screen and (max-width: 767px) {
  .sub-single-property .sub-single__title-area .checkpoint {
    width: 5rem;
    top: -7vw;
  }

  .feature-img {
    max-width: 80%;
  }
}

.inner-bg {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  width: 100%;
  background-color: #fff6e8;
}

.fixed_banner {
  position: fixed;
  z-index: 99999;
  top: 150px;
  right: -1px;
  background-color: #fff;
  padding: 14px 12px;
  border-radius: 10px 0 0 10px;
  border: 4px solid #04b34d;
  border-right: none;
}

.fixed_banner_pc {
  width: 40px;
}

.floating-banner:hover {
  opacity: 0.8;
}

.fixed_banner_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .fixed_banner_sp {
    display: inline-block;
    width: 75%;
  }

  .fixed_banner_pc {
    display: none;
  }

  .fixed_banner {
    position: static;
    padding: 4px 8px;
    border-radius: 10px;
    border: 3px solid #04b34d;
    margin-top: 7vw;
    max-width: 300px;
  }

  .sp-display-none {
    display: none;
  }

  div#merit .u-mt80,
  div#property .c-heading02.u-mt80 {
    top: 0;
    width: 90%;
    padding: 1.8rem;
  }
}

/* .slick-initialized .slick-slide {
  margin-bottom: 4rem;
} */
.thumbnail-slider {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 8rem;
}

.thumbnail-slider img {
  width: 100%;
  /* サムネイルの幅 */
  cursor: pointer;
  /* カーソルのスタイル */
  opacity: 0.5;
}

.thumbnail-slider .slick-slide {
  height: 100px;
}

.slick-slide.slick-current.slick-active img {
  opacity: 1;
}

.text.cf_property_rent {
  color: #ef6c00;
  font-size: 2.3rem;
}

.recent-column-posts {
  max-width: 220px;
}

.recent-column-posts li {
  display: grid;
  grid-template-columns: auto 1fr;
}

.recent-column-posts .post-thumbnail {
  width: 60px;
  height: 60px;
}

.recent-column-posts .post-info {
  /* 投稿情報（タイトル、日付）のスタイル */
}

.recent-column-posts .post-date {
  /* 日付のスタイル */
}

.colum-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
}

/* サイドバー全体のスタイリング */
.sidebar-section {
  background-color: #f4f9fd;
  margin-bottom: 2rem;
  padding: 10px;
  border-radius: 5px;
}

/* 各セクションの見出し */
.sidebar-section h3 {
  /*  background-color: #f1f8fd;*/
  color: #ef6c00;
  font-size: 1.2em;
  padding: 12px 10px;
  margin: 0;
  /* 要素間の距離をなくす */
  margin-bottom: 1rem;
  border-bottom: 2px solid #ef6c00;
}

/* 最近のコラム投稿のスタイリング */
.recent-column-posts li {
  list-style-type: none;
  padding: 15px;
  border-bottom: 2px solid #ffffff;
}

.recent-column-posts li:last-child {
  border-bottom: none;
}

.recent-column-posts .post-thumbnail {
  float: left;
  margin-right: 10px;
}

.recent-column-posts .post-info {
  overflow: hidden;
}

.recent-column-posts .post-date {
  display: block;
  color: #777;
  font-size: 0.9em;
  margin-top: 5px;
}

/* カテゴリリストのスタイリング */

.column-categories li {
  list-style-type: none;
  padding: 15px;
  border-bottom: 2px solid #fff;
}

.column-categories li:last-child {
  border-bottom: none;
}

.column-categories a {
  color: #212121;
  text-decoration: none;
}

.column-categories a:hover {
  text-decoration: underline;
}

/* アーカイブリストのスタイリング */
.column-archives ul {
  list-style-type: none;
  padding: 0;
}

.column-archives li {
  padding: 15px;
  border-bottom: 2px solid #fff;
  list-style-type: none;
}

.column-archives li:last-child {
  border-bottom: none;
}

.column-archives a {
  color: #212121;
  text-decoration: none;
}

.column-archives a:hover {
  text-decoration: underline;
}

.column_nav .nav-previous {
  left: 22.6rem;
}

.column_nav .nav-next {
  right: 22.6rem;
}

.new-columns-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.column-item {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);
}

.column-thumbnail img {
  width: 100%;
  height: auto;
}

.column-content {
  padding: 15px;
}

.column-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

.column-date {
  font-size: 14px;
  color: #666;
}

.new-columns__ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #ef6c00;
  border-bottom: 1px solid #f29600;
  padding-bottom: 10px;
}

.joho h3 {
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  margin-top: 80px;
  color: #ef6c00;
}

.joho-flex {
  display: flex;
  justify-content: center;
  padding: 60px 0 0;
}

.joho-item {
  border-radius: 10px;
  background-color: #fff;
  width: 280px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  text-align: center;
  justify-content: flex-start;
}

.joho-number {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  background-color: #f29600;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: -30px;
}

.joho-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
}

.joho-text {
  font-size: 20px;
  line-height: 1.4;
}

.joho-highlight {
  font-size: 30px;
  background: none;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  border-bottom: 2px solid #f29600;
}

.joho-detail {
  font-size: 24px;
}

/* 画面が狭い場合は縦並びに */
@media (max-width: 900px) {
  .joho-flex {
    flex-direction: column;
  }

  .joho-item {
    margin: 0 auto 60px;
    width: 240px;
    height: 170px;
  }

  .joho-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .joho-highlight {
    font-size: 20px;
    background: none;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
    border-bottom: 2px solid #f29600;
  }

  .joho-detail {
    font-size: 18px;
  }
}

.joho .joho-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.joho h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 40px;
  line-height: 1.3;
}

.joho h3::before,
.joho h3::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #ef6c00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.joho h3::before {
  left: 0;
  transform: translate(-100%, -50%) rotate(-35deg);
}

.joho h3::after {
  right: 0;
  transform: translate(100%, -50%) rotate(35deg);
}

.same-cat {
  padding-bottom: 80px;
}

.same-cat h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #ef6c00;
  padding-bottom: 10px;
  border-bottom: 2px solid #f29600;
}

.c-card__body .title {
  font-size: 23px;
  font-weight: bold;
}

.break {
  display: none;
}

.cat-wrap.cat-wrap02.u-mt10 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .recent-column-posts {
    max-width: 100%;
  }

  .sidebar {
    order: 2;
  }

  .colum-wrap {
    grid-template-columns: 1fr;
  }

  .new-columns__ttl {
    margin-top: 60px;
    font-size: 2rem;
  }

  .column_nav .nav-previous {
    left: 16vw;
  }

  .column_nav .nav-next {
    right: 16vw;
  }

  .joho h3 {
    font-size: 20px;
    margin-top: 0px;
  }

  .joho h3::before {
    left: 16px;
  }

  .joho h3::after {
    right: 16px;
  }

  .joho .joho-header {
    margin-top: 0;
  }

  .c-card__body .title {
    font-size: 20px;
  }

  .same-cat h3 {
    font-size: 20px;
    margin-top: 40px;
  }

  .thumbnail-slider .slick-slide {
    height: 68px;
  }

  .break {
    display: block;
  }
}

.home-mv img {
  width: 100vw;
  object-fit: cover;
  border-radius: 20px;
}

.home-mv-catch {
  position: absolute;
  width: 55vw;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}

.-sns {
  display: flex;
  gap: 10px;
}

.-sns a {
  padding: 0;
}

.p-home-sec01 .c-news__body {
  display: flex;
  gap: 2rem;
  color: #fff;
}

.p-home-sec01 .c-news__time {
  margin-top: 0;
  color: #fff;
}

.home-menu {
  padding: 6rem 0 10rem;
}

.c-heading01 {
  position: relative;
}

.c-heading01::before {
  content: "";
  font-size: 14rem;
  position: absolute;
  top: -70%;
  right: 0;
  font-family: "Cairo";
  font-weight: 900;
  background: linear-gradient(to left,
      #ed630a 17%,
      #d07063 34%,
      #bf6b72 51%,
      #6b5495 72%,
      #1a4c9e 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
}

.c-heading01.c-heading01_center::before {
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
  width: 100%;
  text-align: center;
}

.c-heading01.-menu::before {
  content: "MENU";
}

.c-heading01.-member::before {
  content: "MEMBER DATA";
}

.c-heading01.-voice::before {
  content: "VOICE";
}

.c-heading01.-course::before {
  content: "COURSE";
}

.c-heading01.-other::before {
  content: "OTHER";
}

.c-heading01.-news::before {
  content: "NEWS";
}

.c-heading01.-trainer::before {
  content: "PERSONAL TRAINER";
  width: 50%;
  line-height: 0.8;
}

.c-heading01.-sec01::before {
  content: "01";
}

.c-heading01.-sec02::before {
  content: "02";
}

.c-heading01.-sec03::before {
  content: "03";
}

.c-heading01.-sec04::before {
  content: "04";
}

.c-heading01.-sec05::before {
  content: "05";
}

.image-button {
  display: block;
  position: relative;
  background-image: url("../img/home/service-link02.png");
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  overflow: hidden;
  /* height: 346px; */
  text-decoration: none;
  transition: all 0.3s;
}

.image-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgb(0 0 0 / 40%) 0%,
      rgb(59 59 59 / 30%) 40%,
      rgba(153, 153, 153, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.image-button:hover {
  opacity: 0.7;
}

.image-button.btn-2 {
  background-image: url("../img/home/service-link03.png");
}

.image-button.btn-3 {
  background-image: url("../img/home/service-link04.png");
}

.image-button.btn-4 {
  background-image: url("../img/home/service-link05.png");
}

.image-button.btn-5 {
  background-image: url("../img/home/service-link06.png");
}

.image-button.btn-6 {
  background-image: url("../img/home/service-link07.png");
}

.image-button__content {
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  bottom: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  z-index: 2;
}

.menu-btn-arrow {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  gap: 2rem;
}

.image-button__text {
  font-weight: bold;
  /* white-space: nowrap; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.image-button__text span {
  display: block;
}

.image-button__text span.num {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Saira", sans-serif;
  margin-bottom: 6px;
}

.image-button__text span.tag {
  background: #10a49c;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  display: inline-block;
}

.image-button__circle {
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-button__arrow {
  font-size: 2rem;
  color: #10a49c;
  margin-bottom: 6px;
  line-height: 1;
  margin-left: 3px;
}

.menu-btn-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 4.5rem;
}

.concept-pilates-section {
  background: url("../img/home/bg.png") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}

/* コンセプト */
.concept-box {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  gap: 40px;
}

.concept-ttl {
  max-width: 605px;
  margin: auto;
  margin-bottom: 4rem;
}

.concept-box__content {
  flex: 1 1 400px;
  padding: 6rem 4rem;
}

.concept-box__label {
  font-size: 0.9rem;
  font-weight: bold;
  color: #888;
}

.concept-box__title {
  font-size: 2rem;
  font-weight: bold;
  color: #ed630a;
  margin: 0.5rem 0;
  font-family: "Cairo", sans-serif;
}

.concept-box__lead {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.concept-box__desc {
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.concept-box__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ed630a;
  color: white;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}

.concept-box__btn:hover {
  background: #c85200;
}

.concept-box__images {
  flex: 1 1 400px;
}

.concept-box__images img {
  border-radius: 0 20px 0 0;
}

.concept-box__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.concept-box__grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* ピラティス告知 */
.pilates-box {
  background: url("../img/home/pilates-bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 24px;
  padding: 40px;
}

.pilates-box_wrap {
  padding: 0 4rem 4rem;
  width: 100%;
}

.pilates-new {
  max-width: 344px;
  margin: auto;
  margin-bottom: 3rem;
}

.pilates-box__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.pilates-box__inner {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
}

.pilates-box__headline {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.pilates-box__headline .date {
  background: #ed630a;
  color: white;
  padding: 1.3rem 3rem;
  border-radius: 60px;
  font-weight: bold;
  font-size: 3.2rem;
}

.pilates-box__headline .highlight {
  font-size: 4.8rem;
  color: #ed630a;
  font-weight: bold;
}

.pilates-box__lead {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 3rem;
  line-height: 1.6;
}

.pilates-box__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
}

.pilates-box__desc {
  font-size: 1.6rem;
  line-height: 2;
}

.pilates-box__images img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}

.pilates-box__interview {
  background: #fff;
  border: 2px solid #ed630a;
  border-radius: 12px;
  padding: 1.5rem;
  color: #ed630a;
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 2rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

.pilates-box__interview p {
  font-weight: bold;
}

.pilates-box__interview a {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0.5rem 0 1.5rem;
  word-break: break-all;
}

.pilates-box__interview-images {
  display: flex;
  gap: 12px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .concept-box {
    flex-direction: column;
    gap: 1rem;
  }

  .concept-box__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pilates-box__interview-images {
    flex-direction: column;
  }

  .pilates-box__interview-images img {
    width: 100%;
  }
}

.circle_btn01 {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  /* 文字色 */
  font-weight: bold;
  position: relative;
  width: fit-content;
  gap: 1em;
}

.circle_btn01_arrow {
  background: #ed630a;
  /* 丸の色 */
  color: #fff;
  /* 矢印の色 */
  padding: 0.7em;
  border-radius: 100vh;
  width: 48px;
  /* 丸の横幅 */
  height: 48px;
  /* 丸の高さ */
  text-align: center;
  transition: 0.3s;
  position: relative;
}

.circle_btn01_txt {
  text-transform: uppercase;
  font-weight: bold;
}

.circle_btn01_arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scalex(0.55);
  -webkit-transform: translate(-50%, -50%) scalex(0.55);
  -ms-transform: translate(-50%, -50%) scalex(0.55);
}

/* マウスオーバーした際のデザイン */
.circle_btn01:hover .circle_btn01_arrow {
  transform: scale(1.15);
  /* 丸の大きさ */
}

.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}

.grid-col02_text {
  line-height: 2;
}

.data-grid {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .grid-col02 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.member-data {
  padding: 16rem 0 10rem;
}

.point {
  padding: 17rem 0 10rem;
  position: relative;
  background-image: url("../img/home/bg.png");
  background-size: cover;
}

.point::before {
  content: "";
  width: 40vw;
  height: 30vw;
  position: absolute;
  top: 90px;
  right: 2%;
  background-image: url(../img/home/our-strengths.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-col03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.point-item h3 {
  text-align: center;
  color: #ed630a;
  font-weight: 900;
  font-family: "Cairo";
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.point-item h3 span {
  font-size: 8rem;
  font-weight: 900;
  padding-left: 1rem;
}

.point-item h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.point-item p {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .grid-col03 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.counseling {
  padding: 13rem 0 10rem;
}

.counseling-box {
  padding: 4rem 2rem;
  border: 1px solid #585858;
  border-radius: 20px;
  margin-top: 8rem;
}

.counseling-box h3 {
  color: #fff;
  background: #585858;
  padding: 2rem;
  text-align: center;
  border-radius: 50px;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  max-width: 950px;
  margin: -7rem auto 3rem;
}

.counseling-box h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #585858 transparent transparent transparent;
}

.nayami-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.moyaillust {
  max-width: 407px;
  width: 100%;
  margin: 2rem auto 0;
}

.change-txt {
  max-width: 779px;
  margin: 6rem auto 2rem;
}

.angled-banner {
  background-color: #ed630a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 1.5rem 2rem;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}

.-change-grid {
  margin-top: 3rem;
  gap: 4rem;
}

.bnr {
  margin: 6rem auto 0;
  transition: all 0.3s;
}

.bnr:hover {
  opacity: 0.7;
}

.voice {
  padding-bottom: 10rem;
}

.course {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 3.75rem;
  background-image: url(../img/common/bg-illust.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.course-body h3,
.-other-grid h3 {
  color: #fff;
  background: #ed630a;
  padding: 2rem;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}

.grid-col02.-course {
  gap: 4rem;
  margin-top: 6rem;
}

.course-body .grid-col02_text {
  margin-top: 2rem;
}

.course-lists {
  margin-top: 2rem;
}

.course-lists li+li {
  margin-top: 10px;
}

.course-lists li {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  gap: 4px;
  align-items: center;
}

.course-lists li img {
  width: 30px;
}

.course-btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.other-btn {
  display: flex;
  justify-content: center;
}

.other-item {
  padding: 2rem;
  padding-bottom: 4rem;
  background: #fff5ef;
  display: grid;
  gap: 2rem;
}

.-other-grid {
  gap: 2rem;
  margin-top: 6rem;
}

.other {
  margin-top: 6rem;
}

.info {
  position: relative;
  padding: 7rem 0 12rem;
  background: #f9f9f9;
  margin-top: 15rem;
}

.info::before {
  content: "";
  width: 45vw;
  height: 10vw;
  position: absolute;
  top: -50px;
  right: 2%;
  background-image: url(../img/home/gym-info.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.-info-grid .grid-col02_text {
  display: grid;
  gap: 2rem;
  max-width: 480px;
}

.naha-bnr {
  max-width: 1000px;
  margin: 8rem auto;
  transition: all 0.3s;
}

.news {
  display: flex;
  gap: 4rem;
  align-items: center;
  padding: 4rem;
  border-radius: 20px;
  background: #fff;
}

.center-btn {
  display: flex;
  justify-content: center;
  margin-top: 4.5rem;
}

.blog {
  padding: 12rem 0 10rem;
}

.blog-tag .c-tag {
  padding: 2.5px 10px;
  border-radius: 50px;
  background: #000;
  width: auto;
}

.sub-archive .c-tag {
  padding: 2.5px 10px;
  background: #000;
  width: auto;
}

.sub-single-news .c-tag {
  background: #000;
  width: auto;
  padding: 3px 8px;
  margin-left: 2rem;
  font-size: 1.2rem;
}

.trainer {
  padding: 10rem 0;
  background: #f9f9f9;
  margin-top: 10rem;
}

.trainer .c-heading01 {
  margin-top: -8rem;
}

.trainer-info {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.trainer-info__row {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 0;
  align-items: stretch;
}

.trainer-info__label {
  font-weight: bold;
  width: 100px;
  flex-shrink: 0;
  /* background-color: #ed630a; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-bottom: 1px solid #ed630a;
}

.trainer-info__text {
  flex: 1;
  line-height: 1.8;
  padding: 1rem;
  display: flex;
  align-items: center;
}

.trainer-info__row.-second {
  min-height: 10rem;
}

.grid-col03.-trainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.grid-col03.-trainer .grid-item {
  width: 30%;
}

.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 6rem;
}

.page-links.-min {
  max-width: 860px;
  margin: 6rem auto 0;
}

.page-links a {
  background: #ed630a;
  border-radius: 50px;
  height: 80px;
  width: 272px;
  text-align: center;
  color: #fff;
  padding-right: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  transition: all 0.3s;
}

.page-links.-stretch a {
  width: 320px;
}

.page-links a:hover {
  opacity: 0.7;
}

.page-links a::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  background-image: url(../img/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.course-video {
  max-width: 900px;
  padding: 0 15px;
  margin: 8rem auto 0;
}

.course-video iframe {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.g-voice {
  margin-top: 8rem;
}

.g-voice .fukidasi {
  color: #fff;
  background: #ed630a;
  padding: 2rem;
  border-radius: 50px;
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.g-voice .fukidasi::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #ed630a transparent transparent transparent;
}

.-mt10 {
  margin-top: 10rem;
}

.course-grid-txt span {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: block;
  line-height: 1.5;
}

.course-grid+.course-grid {
  margin-top: 5.5rem;
}

.sub-ttl {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.sub-ttl img {
  width: 50px;
}

.sub-ttl h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  font-family: "Saira", sans-serif;
}

.sub-ttl.-contact {
  font-size: 3.2rem;
  justify-content: center;
  border-bottom: 1px solid #10a49c;
}

.sub-ttl.-contact span {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "BIZ UDPGothic", sans-serif;
}

.sub-ttl.-contact img {
  width: 3.4rem;
}

.thinking {
  background: #fff7e6;
  border-radius: 20px;
  padding: 3rem 4rem;
  margin-top: 6rem;
}

.thinking-grid-item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.thinking-grid-txt {
  padding: 20px;
}

.thinking-grid {
  margin-top: 4rem;
  align-items: initial;
}

.thinking-grid-txt .catch {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: block;
  line-height: 1.5;
}

.thinking-grid-txt .red {
  color: #d6134c;
}

.center-txt {
  text-align: center;
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
  line-height: 2;
}

.question {
  padding-left: 3.2rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.question::before {
  content: "Q.";
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  color: #ed630a;
  font-family: "Cairo";
}

.answer {
  padding: 1.6rem 1rem 1.6rem 4.5rem;
  position: relative;
  line-height: 2;
  background-color: #fff4f1;
  margin-top: 1rem;
}

.answer::before {
  content: "A.";
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 2%;
  color: #ed630a;
  font-family: "Cairo";
}

.interview-item {
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
}

.interview-item.-odd {
  grid-template-columns: 1.5fr 1fr;
}

.faq-wrap+.faq-wrap {
  margin-top: 3rem;
}

.interview-item+.interview-item {
  margin-top: 6rem;
}

.comment {
  color: #ed630a;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 1.5;
  text-align: center;
}

.course-type-body img {
  max-width: 60px;
  margin: auto;
}

.course-type-body h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ed630a;
}

.course-type-body h3 span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background: #ed630a;
  padding: 0.5rem 2rem 0.8rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.course-type-body p {
  margin-top: 3rem;
}

.price-section {
  font-size: 1.4rem;
  padding: 2rem;
  max-width: 940px;
  margin: 6rem auto;
}

.price-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4rem;
}

.price-table th,
.price-table td,
.membership-table th,
.membership-table td {
  padding: 1.65rem;
  border: 1px solid #ddd;
  text-align: center;
}

.price-table th {
  width: 300px;
  background: #f9f9f9;
  font-size: 1.8rem;
  vertical-align: middle;
}

.membership-table thead th {
  background: #f5a400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.membership-table th,
.membership-table td {
  border: 2px solid #fff;
}

.membership-table td {
  text-align: center;
  background: #fbf0de;
  vertical-align: middle;
}

.price-table strong,
.membership-table td strong {
  font-size: 2rem;
}

.price-table strong {
  margin-left: 1rem;
}

.price-example {
  background: #ffeded;
  padding: 3rem 4rem;
  border-radius: 20px;
}

.price-example h4 {
  background: #e95145;
  color: white;
  padding: 0.8rem 1.2rem;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.price-example .example {
  margin: 3rem 0;
}

.price-example .example strong {
  font-size: 1.8rem;
  display: inline-block;
}

.price-example .example strong .label {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 4px 10px;
  background: #fff;
  margin-right: 1rem;
  white-space: nowrap;
}

.price-example .example p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
}

.price-example .example-line {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.price-example .label {
  display: inline-block;
  min-width: 4.5rem;
  background: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.4rem 1rem;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

.price-example .example-text {
  font-size: 1.8rem;
  font-weight: bold;
  flex: 1;
}

.price-example p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.price-example .highlight {
  display: block;
  margin-top: 0.4rem;
  font-weight: bold;
  color: #c00;
}

.price-example .highlight {
  font-weight: bold;
  color: #e95145;
  font-size: 1.8rem;
  margin-left: １rem;
}

.course-types {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 1rem;
  margin-top: 3.75rem;
  background-image: url(../img/common/bg-illust.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.course-type {
  padding-top: 4rem;
}

.course-type+.course-type {
  margin-top: 6rem;
}

.course-type-video {
  max-width: 800px;
  margin: 6rem auto 0;
}

.course-type-video iframe {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.request {
  padding: 3rem 4rem;
  background: #fafafa;
  border-radius: 20px;
  margin-bottom: 4rem;
}

.request h4 {
  background: #ed630a;
  color: white;
  padding: 0.8rem 1.2rem;
  font-size: 2.4rem;
  text-align: center;
}

.request-lists li {
  display: flex;
  gap: 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  align-items: center;
}

.request-lists li+li {
  margin-top: 1rem;
}

.request-lists li img {
  width: 40px;
}

.request-right-txt {
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
}

.request-right img {
  max-width: 257px;
  margin: 3rem auto 0;
}

.request-grid {
  margin-top: 3rem;
}

.price-example02-lists {
  margin-top: 2rem;
}

.price-example02-lists li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  line-height: 1.3;
}

.price-example02-lists li+li {
  margin-top: 1rem;
}

.price-example02-lists li img {
  width: 20px;
}

.price-example02 .example {
  background: #fff;
  padding: 0 2rem 2rem;
}

.example-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.price-example02 .example strong span {
  background: #e95145;
  color: #fff;
  padding: 2px 1rem;
}

.price-example02 .example {
  margin: 0;
}

.faq {
  background: #fafafa;
  padding: 10rem 0 6rem;
}

/* --------------------------------
c-accordion
----------------------------------- */
.c-accordion {
  border-bottom: 1px solid #9da3a7;
}

.c-accordion__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 4vw 6vw 4vw 0;
  position: relative;
  font-size: 3.5vw;
  line-height: 1.75;
}

.c-accordion__title span {
  width: 8vw;
  height: 8vw;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgb(100, 179, 244)),
      to(rgb(33, 89, 186)));
  background: linear-gradient(90deg,
      rgb(100, 179, 244) 0%,
      rgb(33, 89, 186) 100%);
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3vw;
}

.c-accordion__title::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #141414;
  border-right: 2px solid #141414;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 42%;
  right: 2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-accordion__title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-accordion__content {
  display: none;
  background-color: #edf4fa;
  padding: 3vw;
}

.c-accordion__content p {
  font-size: 3vw;
  line-height: 1.75;
}

.accordion .js-accordion-title {
  background-color: #fff;
  border: 1px solid #ed630a;
  border-radius: 14px;
  cursor: pointer;
  padding: 15px 20px 23px;
  position: relative;
  font-size: 3rem;
  margin-top: 2rem;
  position: relative;
}

.accordion .js-accordion-title::before {
  content: "Q";
  position: absolute;
  display: block;
  width: 2.8rem;
  /* 画像の幅 */
  height: 4rem;
  /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  /* background-image: url(../img/common/Q.svg); */
  left: 2.2rem;
  font-size: 3rem;
  color: #ed630a;
  font-weight: bold;
}

.accordion .js-accordion-title span {
  font-size: 16px;
  margin-left: 5rem;
  margin-bottom: 5px;
}

.accordion .js-accordion-title i.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #ed630a;
  border-right: 4px solid #ed630a;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease-in-out;
}

.accordion .js-accordion-title.open i.arrow {
  transform: translateY(-50%) rotate(-45deg);
}

.accordion-content {
  display: none;
  background-color: #f9f9f9;
  padding: 25px 20px;
  font-size: 16px;
  position: relative;
  padding-left: 7rem;
  line-height: 1.5;
}

.accordion-content::before {
  content: "A";
  position: absolute;
  display: block;
  width: 3.3rem;
  /* 画像の幅 */
  height: 3.5rem;
  /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/common/A.svg);
  left: 2.5rem;
  top: 1rem;
  font-size: 3rem;
  color: #ed630a;
  font-weight: bold;
}

.faq.inner {
  max-width: 1000px;
}

.faq {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.accordion {
  max-width: 900px;
  margin: 4rem auto 0;
}

@media screen and (max-width: 768px) {
  .accordion .js-accordion-title {
    margin-top: 1rem;
    padding: 4px 18px 15px;
  }

  .accordion .js-accordion-title span {
    margin-left: 2rem;
  }

  .accordion .js-accordion-title::before {
    font-size: 2.5rem;
    left: 1.2rem;
    top: 1rem;
  }

  .accordion .js-accordion-title i.arrow {
    right: 11px;
    border-top: 3px solid #ed630a;
    border-right: 3px solid #ed630a;
  }

  .accordion .js-accordion-title span {
    font-size: 14px;
  }

  .accordion {
    margin-top: 3rem;
  }

  .accordion-content {
    padding: 15px 10px;
    padding-left: 4rem;
    font-size: 15px;
  }

  .accordion-content::before {
    font-size: 2.4rem;
    left: 1.2rem;
  }
}

.page-id-2873 .c-heading01,
.page-id-2873 .question::before,
.page-id-2873 .answer::before {
  color: #1a4c9e;
}

.page-id-2873 .answer {
  background: #eaf5f8;
}

.page-id-2873 .course-type-body h3 span,
.page-id-2873 .request h4 {
  background: #1a4c9e;
}

.page-id-2873 .course-type-body h3 {
  border-bottom: 1px solid #1a4c9e;
}

.page-id-2873 .price-example {
  background: #eaf5f8;
}

.page-id-2873 .price-example h4 {
  background: #326a9f;
}

.page-id-2873 .price-example .highlight {
  color: #326a9f;
}

.page-id-2873 .course-types {
  padding-bottom: 1rem;
}

.interview {
  padding: 10rem 0 6rem;
}

.interview-info {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 4rem;
  line-height: 2;
  margin-top: 2rem;
  align-items: center;
}

.course-add {
  background: #eaf5f8;
  border-radius: 20px;
  padding: 3rem 4rem;
}

.course-add .sub-ttl img {
  width: 70px;
}

.course-add .sub-ttl {
  border-bottom: 1px solid #326a9f;
}

.course-add .grid-col02 {
  gap: 4rem;
  margin-top: 4rem;
}

.course-add-txt {
  text-align: center;
  line-height: 2;
  margin: 4rem auto;
}

.target {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 3px 1rem;
  background: #ed630a;
  border-radius: 10px;
  margin-top: 2rem;
}

h2.c-heading01.c-heading01_center.-mb1 {
  margin-bottom: 1rem;
}

h2.c-heading01.c-heading01_center.-mb2 {
  margin-bottom: 2rem;
}

.beaf-items h3 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  border-bottom: 1px solid #ed630a;
  padding-bottom: 1rem;
}

.beaf-items img {
  margin-top: 3rem;
}

.beaf-items p {
  margin-top: 3rem;
  text-align: center;
  line-height: 2;
}

.beaf-items p span {
  color: #fff;
  padding: 0px 1rem;
  background: #ed630a;
  font-weight: bold;
  margin-right: 1rem;
  display: inline-block;
  margin-bottom: 2rem;
}

.beaf-grid {
  align-items: start;
  margin-top: 6rem;
}

.-mt6 {
  margin-top: 6rem;
}

.beforeafter {
  padding: 8rem 0 8rem;
}

.o-sec01 {
  padding: 10rem 0 0;
}

.o-sec01 .c-heading01.c-heading01_center::before {
  top: -50%;
}

.attention {
  background: url(../img/home/pilates-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 8rem;
}

.attention-inner {
  padding: 4rem;
  background: #fff;
}

.attention .grid-col02 {
  margin-top: 4rem;
}

.course-example {
  margin-top: 4rem;
}

.course-example .price-example02-lists {
  margin-top: 0;
}

.course-example .price-example02-lists li+li {
  margin-top: 2rem;
}

.event {
  background: #eaf5f8;
  border-radius: 20px;
  padding: 4rem;
  margin-top: 8rem;
}

.event .sub-ttl {
  border-bottom: 1px solid #1a4c9e;
}

.page-id-2877 .interview-items {
  margin-top: 4rem;
}

.-orange.price-example h4 {
  background: #ed630a;
}

.-orange.price-example {
  background: #fff9ef;
}

.-blue.price-example h4 {
  background: #326a9f;
}

.-blue.price-example {
  background: #eaf5f8;
  margin-top: 4rem;
}

.-blue.price-example .highlight {
  color: #326a9f;
}

.stretch-sec01 .c-heading01.c-heading01_center::before {
  top: -50%;
}

.slider2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.slider2 .slick-slide {
  margin: 0 10px;
}

.reason {
  background: url(../img/home/pilates-bg.png) no-repeat center center;
  background-size: cover;
  margin-top: 12rem;
  padding: 7rem 0;
}

.reason .c-heading01 {
  font-size: 4vw;
}

.reason-grid {
  align-items: start;
}

.reason-grid .point-item h3,
.reason-grid .point-item h3 span,
.reason-grid .point-item h4,
.reason-grid .point-item p {
  color: #fff;
}

.reason-grid {
  margin-top: 4rem;
}

.feature,
.check {
  padding: 10rem 0 0;
}

.check-grid .point-item h3 {
  margin-bottom: -2.7rem;
  position: relative;
}

.check-grid h4 {
  font-size: 1.8rem;
  text-align: center;
}

.-stretch.price-section {
  margin: 1rem auto;
}

.stretch-txt {
  display: flex;
  justify-content: center;
  margin: 3.5rem 0 0;
  gap: 2rem;
}

.stretch-txt p {
  color: #fff;
  background-color: #e95145;
  padding: 8px 2rem;
  font-size: 2.8rem;
  font-weight: bold;
}

.-stretch .membership-table td {
  padding: 1.65rem 0;
}

.shop-grid {
  gap: 0;
}

.shop-img {
  padding-right: 4rem;
}

.shop-grid .sub-shop__box {
  padding-top: 0;
  margin-bottom: 1rem;
}

.shop-grid .c-table02 th {
  width: 13rem;
}

.shop-grid .page__map {
  margin-bottom: 0;
}

.gallery+.gallery {
  margin-top: 6rem;
}

.gallery-wrap {
  padding-bottom: 12rem;
}

.info-sec02 {
  background: #f9f9f9;
  padding: 10rem 0 10rem;
}

.shop-img img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 440 / 520;
  object-fit: cover;
}

.info-sec02 .shop-grid {
  margin-top: 4rem;
}

.page__map.-square iframe {
  aspect-ratio: 7 / 5;
}

.info-sec02 .inner+.inner {
  margin-top: 6rem;
}

.comingsoon {
  max-width: 384px;
  margin: 4rem auto 0;
}

.trainers-info {
  padding: 10rem 0;
}

.trainer-information .sub-ttl img {
  width: 70px;
}

.trainer-grid {
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: start;
  margin-top: 4rem;
}

.trainer-grid .trainer-info {
  max-width: 670px;
  margin-left: 0;
}

.-narrow {
  max-width: 1040px;
}

.sub-ttl02 {
  justify-content: flex-start;
}

.sub-ttl02 img {
  width: 40px !important;
}

.sub-ttl02 h3 {
  font-size: 2.4rem !important;
}

.info-youtube {
  margin-top: 6rem;
}

.trainer-video {
  max-width: 500px;
  margin: 3rem auto;
  width: 100%;
}

.trainer-video iframe {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.career-timeline {
  border-left: 3px solid #bababa;
  padding-left: 2rem;
  position: relative;
  font-size: 1.6rem;
  margin-left: 2rem;
}

.career-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 3rem;
}

.career-item::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: #10a49c;
  border-radius: 50%;
  position: absolute;
  left: -3.3rem;
  top: 0;
}

.career-year {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
}

.career-content p {
  line-height: 1.8;
}

.career-content p.bold {
  font-weight: bold;
  margin: 10px 0 5px;
}

.best-japan {
  margin: 3rem auto 0;
}

.trainer-feature {
  background: #fff8ee;
  padding: 3rem 2rem;
  margin-top: 4rem;
}

.feature-grid {
  margin-top: 3rem;
}

.feature-grid .grid-item {
  padding: 15px;
  border-radius: 14px;
  background: #fff;
}

.feature-grid .grid-item h3 {
  color: #ed630a;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 16px 0;
  line-height: 1.3;
}

.feature-grid .grid-item p {
  line-height: 1.8;
}

.trainer-information.-blue .sub-ttl,
.trainer-information.-blue .trainer-info__label {
  border-bottom: 1px solid #1a4c9e;
}

.trainer-information.-blue .career-item::before {
  background: #1a4c9e;
}

.trainer-information.-blue .trainer-feature {
  background: #eef6ff;
}

.trainer-information.-blue .feature-grid .grid-item h3 {
  color: #1a4c9e;
}

.trainer-information+.trainer-information {
  margin-top: 10rem;
}

.feature-grid .grid-item img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.left-txt {
  line-height: 2;
  text-align: left;
  margin: 3rem 0;
}

.recruit .c-table02 {
  background: #fff;
  margin-bottom: 3rem;
}

.recruit-video iframe {
  width: 100%;
  height: 100%;
  margin: auto;
  aspect-ratio: 16 / 9;
}

.contact-qr {
  max-width: 228px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
}

.contact-qr:hover {
  opacity: 0.7;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-wh {
  padding: 4rem 15px 5rem;
  border-radius: 20px;
  background: #fff;
}

.footer-cta__sns {
  border: 1px solid #ed630a;
  border-radius: 10px;
  padding: 12px;
}

.footer-cta__sns {
  transition: all 0.3s;
}

.footer-cta__sns:hover {
  opacity: 0.7;
}

.footer-cta__sns img {
  max-width: 52px;
  margin: auto;
}

.sns-grid {
  gap: 10px;
  margin-top: 1rem;
}

.footer-gym-link {
  margin-top: 2rem;
}

.footer-gym-link h3 {
  padding: 2rem 1rem;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  color: #01090d;
  text-align: center;
}

.footer-gym-link h3 span {
  position: relative;
  font-weight: bold;
  padding-left: 4rem;
}

.footer-gym-link h3 span::before {
  content: "";
  width: 30px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/ttl-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-gym-link a {
  transition: all 0.3s;
  border-radius: 20px;
  background: #fff;
}

.footer-gym-link p {
  line-height: 1.5;
  font-size: 15px;
}

.footer-gym-link p strong {
  display: block;
  margin-top: 10px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}

.footer-list-ttl {
  font-size: 3.6rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Saira", sans-serif;
  color: #fff;
}

.footer-list.-sns-link img {
  height: 36px;
  width: auto;
}

.-sns-link .footer__list {
  flex-direction: row;
}

/* .header__item {
  position: relative;
} */
.header__item {
  position: relative;
}

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 230%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 18rem;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.dropdown-link {
  display: block;
  padding: 13px 20px;
  color: #333;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}

.dropdown-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%) rotate(315deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #10a49c;
  border-bottom: 2px solid #10a49c;
}

.-trainer .dropdown-link::after {
  right: 1rem;
}

.dropdown-link:hover {
  background-color: #e3eaf5;
}

/* .dropdown-link:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
} */
.header__item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 100%;
}

.header__link.-drop {
  padding-right: 2.5rem;
}

.header__link.-drop::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 2px;
  transform: translateY(-50%) rotate(315deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #10a49c;
  border-bottom: 2px solid #10a49c;
  transform: rotate(45deg);
}

.l-page-cover__ttl.is-inview span {
  display: inline-block;
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(100%);
  /* 下に隠す */
  animation: fadeSlideUp 0.6s ease forwards;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.45;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #10a49c;
  line-height: 1;
  font-family: "Saira", sans-serif;
}

.l-page-cover__ttl.is-inview span.min {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
  color: #5f6f7c;
}

.l-page-cover__ttl.is-inview span.min::before {
  content: "";
  width: 24px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/ttl-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.l-page-cover__ttl.is-inview span:nth-child(1) {
  animation-delay: 0s;
}

.l-page-cover__ttl.is-inview span:nth-child(2) {
  animation-delay: 0.1s;
}

.l-page-cover__ttl.is-inview span:nth-child(3) {
  animation-delay: 0.2s;
}

.l-page-cover__ttl.is-inview span:nth-child(4) {
  animation-delay: 0.3s;
}

.l-page-cover__ttl.is-inview span:nth-child(5) {
  animation-delay: 0.4s;
}

.l-page-cover__ttl.is-inview span:nth-child(6) {
  animation-delay: 0.5s;
}

.l-page-cover__ttl.is-inview span:nth-child(7) {
  animation-delay: 0.6s;
}

.l-page-cover__ttl.is-inview span:nth-child(8) {
  animation-delay: 0.7s;
}

.l-page-cover__ttl.is-inview span:nth-child(9) {
  animation-delay: 0.8s;
}

.l-page-cover__ttl.is-inview span:nth-child(10) {
  animation-delay: 0.9s;
}

.l-page-cover__ttl.is-inview span:nth-child(11) {
  animation-delay: 1s;
}

.l-page-cover__ttl.is-inview span:nth-child(12) {
  animation-delay: 1.1s;
}

.l-page-cover__ttl.is-inview span:nth-child(13) {
  animation-delay: 1.2s;
}

.l-page-cover__ttl.is-inview span:nth-child(14) {
  animation-delay: 1.3s;
}

.l-page-cover__ttl.is-inview span:nth-child(15) {
  animation-delay: 1.4s;
}

.l-page-cover__ttl.is-inview span:nth-child(16) {
  animation-delay: 0.9s;
}

.l-page-cover__ttl.is-inview span:nth-child(17) {
  animation-delay: 1s;
}

.l-page-cover__ttl.is-inview span:nth-child(18) {
  animation-delay: 1.1s;
}

.l-page-cover__ttl.is-inview span:nth-child(19) {
  animation-delay: 1.2s;
}

.l-page-cover__ttl.is-inview span:nth-child(20) {
  animation-delay: 1.3s;
}

.l-page-cover__ttl.is-inview span:nth-child(21) {
  animation-delay: 1.4s;
}

.l-page-cover__ttl.is-inview span:nth-child(22) {
  animation-delay: 1.4s;
}

.l-page-cover__ttl.is-inview span:nth-child(23) {
  animation-delay: 1.4s;
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.vertical-banner {
  position: fixed;
  right: 0;
  top: 22%;
  padding: 20px 20px;
  background: #fff;
  font-size: 18px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 9999;
  font-weight: 700;
  vertical-align: middle;
  background: url(../img/common/floating-bg.png) no-repeat center center;
  background-size: cover;
}

.vertical-banner span {
  color: #ed630a;
  font-weight: bold;
}

.vertical-banner span.num {
  writing-mode: horizontal-tb;
  display: inline-block;
  line-height: 1.3;
  font-size: 2.6rem;
  color: #ed630a;
  font-weight: 900;
}

.vertical-banner__text {
  font-size: 1.4rem;
  color: #000;
  line-height: 2.2;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.fixed-banner {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  width: 30vw;
  max-width: 680px;
  transition: all 0.3s;
}

.fixed-banner:hover {
  opacity: 0.7;
}

.vertical-banner,
.fixed-banner {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: all 0.6s ease;
}

.vertical-banner.is-visible,
.fixed-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.member-data-ttl {
  background: #ed630a;
  border-radius: 50px;
  padding: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.c-card__img-wrap img {
  border-radius: 20px;
}

.c-card_link .c-card__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.banner-close {
  position: absolute;
  top: -40px;
  right: 5px;
  background: transparent;
  border: none;
  font-size: 35px;
  color: #625596;
  cursor: pointer;
  z-index: 10;
}

.image-button {
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease;
      aspect-ratio: 1 / 1;
}

.image-button:hover {
  background-size: 130%;
  opacity: 1;
}

.naha-bnr {
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
}

.naha-bnr img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.naha-bnr:hover img {
  transform: scale(1.05);
}

.footer-gym-link a {
  display: block;
  overflow: hidden;
}

.footer-gym-link a img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.footer-gym-link a:hover img {
  transform: scale(1.05);
}

.nowrap {
  white-space: nowrap;
}

.page__map iframe {
  width: 100%;
}

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 230%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  /* padding: 3rem 6rem 6rem; */
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 230%;
  max-height: 90vh;
  overflow-y: auto;
}

/* .-trainer .dropdown-menu {
  padding: 1rem 2rem;
} */

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.dropdown-link {
  display: block;
  padding: 15px 2rem;
  color: #333;
  text-decoration: none;
  position: relative;
  line-height: 1.2;
}

.header__item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 85%;
}

.dropdown-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #514327;
}

.dropdown-ttl span {
  font-size: 12rem;
  color: #28643233;
  font-weight: bold;
  display: block;
  margin-bottom: -4rem;
  font-family: "Cairo";
  font-weight: 900;
  background: linear-gradient(to left,
      #ed630a 17%,
      #d07063 34%,
      #bf6b72 51%,
      #6b5495 72%,
      #1a4c9e 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
}

.dropdown-menu-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}

.dropdown-menu-lists img {
  border-radius: 14px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.dd-page-ttl {
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ed630a;
  margin-top: 12px;
  font-weight: bold;
  color: #ed630a;
  margin-bottom: 1rem;
}

.nav-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
}

.nav-submenu.is-open {
  max-height: 500px;
  margin-top: 0.5rem;
}

.nav-submenu a {
  padding: 6px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #10a49c;
}

.nav-drawer__item.js-has-submenu {
  text-align: left;
}

.nav-drawer__link02 {
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border: 1px solid #10a49c;
  background: #2f67b7;
  display: block;
}

.nav-drawer__link02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%) rotate(315deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #10a49c;
  border-bottom: 2px solid #10a49c;
  transition: all 0.3s;
}

.nav-drawer__link02.is-open::after {
  transform: translateY(-50%) rotate(405deg);
}

.shop-slider {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.shop-img img {
  width: 100%;
  height: auto;
  display: block;
}

.links {
  padding-bottom: 8rem;
  padding-top: 6rem;
}

.links a {
  transition: all 0.3s;
}

.links a:hover {
  opacity: 0.7;
}

.footer__map iframe {
  aspect-ratio: 1;
  object-fit: cover;
  /* max-width: 200px; */
  width: 100%;
}

.-message-grid {
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: flex-start;
}

.-message-grid .catch {
  font-size: 3.2rem;
  color: #10a49c;
  display: block;
  margin-bottom: 3rem;
}

.-message-grid .name {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  display: block;
  margin-top: 3rem;
}

.message {
  padding: 6rem 0;
  position: relative;
  margin-top: 6rem;
  z-index: 2;
}

.message::before {
  content: "";
  width: 80vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f9f9f9;
  border-radius: 100px 0 0 100px;
}

.message::after {
  content: "";
  width: 60vw;
  height: 400px;
  position: absolute;
  bottom: -12rem;
  left: 0;
  background-image: url(../img/common/v05.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.mvv {
  margin-top: 10rem;
  position: relative;
}

.mvv::after {
  content: "";
  width: 30vw;
  height: 400px;
  position: absolute;
  top: 5rem;
  right: -3vw;
  background-image: url(../img/common/v03.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.mvv::before {
  content: "";
  width: 20vw;
  height: 400px;
  position: absolute;
  bottom: -15rem;
  left: 0;
  background-image: url(../img/common/v06.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.mvv-wrap {
  background: #f9f9f9;
  border-radius: 40px;
  padding: 6rem 15px 8rem;
}

.mvv-item {
  max-width: 900px;
  margin: auto;
}

.mvv-item-ttl {
  color: #10a49c;
  font-size: 3.2rem;
  border-bottom: 1px solid #10a49c;
  padding-bottom: 2rem;
  text-align: center;
}

.mvv-item+.mvv-item {
  margin-top: 6rem;
}

.mvv-item-body {
  background: #fff;
  border-radius: 20px;
  margin-top: 2.4rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 5rem 15px;
  line-height: 1.5;
}

.mvv-item-body img {
  max-width: 185px;
  margin: 3rem auto 0;
}

.mvv .inner {
  position: relative;
}

.mvv .deco-img {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 0;
  right: 0;
  z-index: 3;
}

.c-profile {
  background-image: url(../img/common/illust16.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 3rem;
}

.overview {
  padding: 6rem 0;
  background: #f9f9f9;
}

.history-wrap .inner {
  background: #fff;
  border-radius: 40px;
  margin-top: 4rem;
  padding: 6rem 7rem;
}

.career-item.-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.member-img {
  border-radius: 40px;
}

.member-grid-ttl {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #10a49c;
  font-weight: bold;
}

.member-grid-ttl img {
  width: 40px;
}

.member-grid-coupon {
  display: flex;
  gap: 20px;
  align-items: center;
}

.member-grid-coupon span {
  font-size: 3.2rem;
  font-weight: bold;
}

.member-grid-coupon img {
  width: 30px;
}

.member-grid-body {
  line-height: 2;
  background: #fff;
  border-radius: 40px;
  margin-top: 10px;
  padding: 20px;
}

.member {
  margin-top: 6rem;
  position: relative;
}

.member .inner {
  background: #f9f9f9;
  border-radius: 40px;
  padding: 6rem 4rem;
  position: relative;
}

.member::after {
  content: "";
  width: 30vw;
  height: 400px;
  position: absolute;
  top: -5rem;
  right: -3vw;
  background-image: url(../img/common/v07.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.member::before {
  content: "";
  width: 700px;
  height: 490px;
  position: absolute;
  top: -6rem;
  left: -20%;
  background-image: url(../img/common/v02.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.member-wrap {
  position: relative;
  z-index: 2;
}

.member .deco-img {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  right: 0;
  z-index: 3;
}

.register {
  margin-top: 4rem;
}

.register-grid {
  margin-top: 4rem;
}

.register-grid .grid-item {
  background: #fff;
  border-radius: 40px;
  padding: 20px;
}

.register-grid .grid-item img {
  max-width: 200px;
  margin: auto;
}

.register-grid .grid-item h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #10a49c;
  margin-top: 45px;
}

.register-grid .grid-item p {
  line-height: 2;
  margin-top: 27px;
  margin-bottom: 24px;
}

.register-grid .grid-item .fax {
  font-size: 2.2rem;
  font-weight: bold;
  color: #10a49c;
  text-align: center;
  margin-top: 24px;
  font-family: "Saira", sans-serif;
  line-height: 1;
}

.r-btn {
  background: #10a49c;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  padding: 8px;
  transition: all 0.3s;
}

.r-btn:hover {
  opacity: 0.7;
}

.r-btn-arrow span {
  position: relative;
  padding-right: 2rem;
}

.r-btn-icon span {
  position: relative;
  padding-left: 3rem;
}

.r-btn-arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(315deg);
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.r-btn-icon span::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/common/file.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.deli-body {
  margin-top: 4rem;
  text-align: center;
  color: #10a49c;
  font-weight: bold;
}

.deli-flow-item {
  display: grid;
  grid-template-columns: auto 100px 1fr;
  align-items: center;
  gap: 3rem;
  padding: 3rem;
  background: #fff;
  border-radius: 40px;
}

.deli-flow-body h4 {
  font-size: 2rem;
  color: #10a49c;
}

.deli-flow-body p {
  margin-top: 2rem;
  line-height: 2;
}

.deli-flow-body a {
  margin-top: 2rem;
  max-width: 300px;
}

.deli-flow-num {
  font-weight: bold;
  color: #10a49c;
  font-family: "Saira", sans-serif;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.deli-flow-num span {
  font-size: 5.6rem;
  display: block;
  font-weight: bold;
}

.delivery {
  margin-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
}

.delivery::after {
  content: "";
  width: 30vw;
  height: 300px;
  position: absolute;
  bottom: -25rem;
  right: 0;
  background-image: url(../img/common/v04.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.delivery::before {
  content: "";
  width: 444px;
  height: 380px;
  position: absolute;
  top: -6rem;
  left: 0;
  background-image: url(../img/common/v08.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.delivery .inner {
  background: #f9f9f9;
  border-radius: 40px;
  padding: 6rem 4rem;
}

.deli-flow {
  margin-top: 4rem;
}

.deli-flow-items {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 4rem;
}

.flow-arrow {
  width: 40px;
  margin: auto;
}

.deli-area {
  margin-top: 6rem;
}

.-area-grid {
  margin-top: 4rem;
}

.deli-area-body {
  background: #fff;
  border-radius: 20px;
  margin-top: 2rem;
  padding: 3rem;
}

.deli-area-ttl {
  color: #10a49c;
  font-size: 2rem;
}

.deli-area-ttl.-second {
  margin-top: 36px;
}

.deli-area-list {
  display: flex;
  gap: 1rem 3rem;
  flex-wrap: wrap;
}

.deli-area-list li {
  position: relative;
  padding-left: 3rem;
}

.deli-area-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/sub/member/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.deli-price-item {
  padding: 3rem 4rem;
  border-radius: 40px;
  background: #fff;
}

.deli-price-item .c-heading02 {
  text-align: center;
}

.deli-price-item p {
  line-height: 2;
  margin-top: 3rem;
}

.deli-price-item a {
  max-width: 340px;
  margin: 3rem auto 0;
}

.deli-price-item .fax {
  font-size: 2.2rem;
  font-weight: bold;
  color: #10a49c;
  text-align: center;
  margin-top: 14px;
  font-family: "Saira", sans-serif;
  line-height: 1;
}

.-shop-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 4rem;
}

.-shop-img-grid img {
  border-radius: 20px;
}

.shop__map {
  margin-top: 4rem;
}

.shop__map iframe {
  width: 100%;
  height: 270px;
}

.shop-info {
  padding: 4rem;
  border-radius: 40px;
  border: 4px solid #10a49c;
  background: #fff;
  position: relative;
  z-index: 1;
}

.shop-info.-shop02 {
  border: 4px solid #27bdd6;
}

.shop-info.-shop03 {
  border: 4px solid #f98a3e;
}

.shop-info.-shop04 {
  border: 4px solid #f8ad00;
}

.shop-info+.shop-info {
  margin-top: 4rem;
}

.shop-wrap {
  padding-top: 8rem;
  background: #f9f9f9;
  position: relative;
  padding-bottom: 10rem;
}

.shop-wrap::after {
  content: "";
  width: 540px;
  height: 330px;
  position: absolute;
  top: 22%;
  right: 0;
  background-image: url(../img/common/v09.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.shop-wrap::before {
  content: "";
  width: 700px;
  height: 490px;
  position: absolute;
  top: 0;
  left: -10vw;
  background-image: url(../img/common/v02.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.footer-shop-info {
  display: flex;
  padding: 2rem;
  gap: 2rem;
  flex-direction: column-reverse;
}

.p-top-service__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2.5rem;
  gap: 10px;
}

.p-card__img-wrap {
  width: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}

.p-card__img {
  width: inherit;
  height: auto;
  display: block;
  position: relative;
}

.p-card__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  z-index: 1;
}

.p-card__img img {
  transition: transform 0.5s ease;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-link a:hover {
  opacity: 1;
}

.page-link {
  padding-bottom: 10rem;
}

.p-card__img-wrap:hover .p-card__img img {
  transform: scale(1.05);
}

.p-card__img-wrap p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  /* text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); */
  letter-spacing: 0.08em;
  z-index: 1;
}

.p-card__img-wrap p span {
  font-family: "Saira", sans-serif;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}

.page-link {
  padding-top: 9rem;
}

.service-info {
  background: #f9f9f9;
  padding: 6rem 4rem 4rem;
  border-radius: 40px;
  position: relative;
}

.service-info .deco-img {
  position: absolute;
  right: -1rem;
  top: -2rem;
  width: 150px;
  height: 150px;
}

.service-info+.service-info {
  margin-top: 8rem;
}

.service-info a {
  transition: all 0.3s;
}

.service-info a:hover {
  opacity: 0.7;
}

.c-heading01.-service {
  font-size: 3.6rem;
  margin-bottom: 4rem !important;
}

.c-heading01.-service span {
  margin: 0 0 2rem;
  padding-left: 0;
  padding-top: 3rem;
}

.c-heading01.-service span::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.-service-grid span {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin-bottom: 3rem;
}

.service-grid02-item {
  border: 4px solid #10a49c;
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
}

.service-grid02-item h3 {
  color: #10a49c;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.service-grid02-item a {
  max-width: 340px;
  margin: 2rem auto 1rem;
}

.service-grid02-item .deli-body {
  margin-top: 2rem;
}

.service-grid02-item .grid-col02_text {
  padding: 2rem;
}

.service-grid02-list li {
  padding-left: 3rem;
  position: relative;
}

.service-grid02-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/sub/service/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.-service-grid02 {
  margin-top: 9rem;
}

.service-ttl {
  margin-top: 5rem;
  text-align: center;
  font-size: 3.2rem;
  color: #ed630a;
  font-weight: bold;
}

.-service-grid03 {
  gap: 4rem;
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.-service-grid03 .grid-col02_text {
  color: #fff;
  padding: 2rem 15px 3rem;
  line-height: 1.3;
  font-size: 2.4rem;
  text-align: center;
}

.service-grid03-item {
  border-radius: 20px;
  overflow: hidden;
  background: #ed630a;
}

.reason-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  background: #fff;
  padding: 3rem 2rem 4rem;
  border-radius: 20px;
  align-items: center;
}

.reason-item+.reason-item {
  margin-top: 10px;
}

.service-reason {
  background: #27bdd6;
  padding: 4rem;
  border-radius: 40px;
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.service-reason h3 {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.reason-item-body h4 {
  font-size: 2rem;
  padding-left: 6.5rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 3rem;
}

.reason-item-body h4 span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 4rem;
  font-weight: bold;
  font-family: "Saira", sans-serif;
  color: #27bdd6;
}

.reason-item-body p {
  line-height: 2;
}

#service04 .service-ttl {
  color: #10a49c;
}

#service04 .-service-grid03 .grid-col02_text {
  text-align: left;
}

#service04 .-service-grid03 .grid-col02_text p {
  font-size: 1.6rem;
  margin-top: 1rem;
  line-height: 2;
}

#service04 .service-grid03-item {
  background: #10a49c;
}

#service05 .-service-grid {
  margin-bottom: 5.5rem;
}

.service-wrap {
  padding-bottom: 7rem;
}

.slick-next {
  right: 15vw;
  top: 45%;
}

.slick-prev {
  top: 45%;
  left: 15vw;
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/common/splide__arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.slick-prev:before {
  transform: translate(-50%, -50%) scaleX(-1);
}

.c-heading01.c-heading01_left {
  align-items: flex-start;
}

.news-wrap {
  background-image: url(../img/home/bg01.png);
  background-size: cover;
  background-position: center;
  padding: 7rem 0 2rem;
}

.home-links-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.home-links-ttl p {
  color: #10a49c;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Saira", sans-serif;
}

.home-links-ttl img {
  width: 50px;
}

.home-links {
  margin-top: 20px;
}

.home-links a {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 3rem 10px;
  transition: all 0.3s;
}

.home-links a:hover {
  background: #e6f4ff;
}

.slider_item {
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
}

.slider_item02 img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.slider_item img {
  width: 20vw;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 10px;
}

.slider_item li {
  width: 25vw;
}

.slider_item li p {
  white-space: normal;
  /* 折り返しを有効にする */
  word-wrap: break-word;
  /* 長い単語を折り返す */
  overflow: hidden;
  /* オーバーフローを隠す */
  text-align: center;
  /* テキストを中央揃えにする */
}

.slider_item .slick-slide a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.slider_item .slick-slide .slick-center a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.slider_item .c-news__info {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2rem;
}

.slider_item .c-news__body {
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.slider_item .c-news__ttl {
  font-size: 16px;
}

.slider_item .c-card__cat {
  border-radius: 50px;
}

.home-event {
  padding: 6rem 0 10rem;
  color: #262830;
  background-image: url(../img/common/illust16.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.slider2 {
  background: #f9f9f9;
}

.slider02-item {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.slider02-item .c-news__ttl {
  padding: 3rem 2rem;
}

.pickup {
  padding: 3rem 0 10rem;
  background: #10a49c;
}

.about {
  background: #f9f9f9;
  padding: 6rem 0 4rem;
  position: relative;
}

.about .deco-img {
  position: absolute;
  width: 23vw;
  height: 23vw;
  top: -1rem;
  right: 0;
}

.-about-grid {
  gap: 0;
}

.-about-grid .grid-col02_text {
  padding: 7.5rem 15px 7.5rem 11rem;
  border-radius: 100px 0 0 100px;
  margin-left: -5rem;
  background: #fff;
}

.-about-grid .grid-col02_text p {
  max-width: 506px;
}

.-about-grid .grid-col02_text p span {
  color: #10a49c;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3rem;
  display: block;
}

.circle_btn01 {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  /* 文字色 */
  font-weight: bold;
  position: relative;
  width: fit-content;
  gap: 1em;
  margin-top: 3rem;
}

.circle_btn01_arrow {
  background: #01090d;
  /* 丸の色 */
  color: #fff;
  /* 矢印の色 */
  padding: 0.7em;
  border-radius: 100vh;
  width: 4.8rem;
  /* 丸の横幅 */
  height: 4.8rem;
  /* 丸の高さ */
  text-align: center;
  transition: 0.3s;
}

.circle_btn01_arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scalex(0.55);
  -webkit-transform: translate(-50%, -50%) scalex(0.55);
  -ms-transform: translate(-50%, -50%) scalex(0.55);
}

.circle_btn01:hover .circle_btn01_arrow {
  transform: scale(1.15);
  /* 丸の大きさ */
}

.circle_btn01.-wh {
  color: #fff;
}

.circle_btn01.-wh .circle_btn01_arrow {
  background: #fff;
  color: #10a49c;
}

.slider2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.slider2 .slick-slide {
  margin: 0 10px;
}

.service {
  margin-top: -28rem;
  padding-bottom: 10rem;
  background-image: url(../img/home/bg02.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

.service::before {
  content: "";
  width: 740px;
  height: 590px;
  position: absolute;
  top: -7%;
  right: -16%;
  background-image: url(../img/common/v03.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.service .inner {
  position: relative;
}

.service .deco-img {
  position: absolute;
  width: 20vw;
  height: 250px;
  top: -8rem;
  right: 4rem;
  z-index: 3;
}

.service-ttl-wrap {
  display: flex;
  gap: 4rem;
  align-items: flex-end;
}

.service-ttl-wrap p {
  margin-bottom: 2rem;
}

.-home-service-grid {
  align-items: normal;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 3.5rem;
}

.-home-service-grid .grid-col02_text {
  color: #fff;
  background-image: url(../img/home/service-grid-bg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4rem;
}

.-home-service-grid .catch {
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}

.-home-service-grid .catch .num {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Saira", sans-serif;
}

.service-bnr {
  margin-top: 6rem;
  gap: 4rem;
}

.service-bnr a {
  transition: all 0.3s;
  border: 10px solid #fff;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  display: block;
}

.service-bnr a:hover {
  opacity: 0.7;
}

.tamesi img {
  width: 50%;
}

.home-shop-item {
  border-radius: 40px;
  border: 4px solid #10a49c;
  overflow: hidden;
}

.home-shop-item h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-left: 10px;
}

.home-shop-info {
  padding: 3rem 4rem 5rem;
  position: relative;
}

.home-shop-btn {
  background: #10a49c;
  padding: 18px;
  color: #fff;
  text-align: center;
}

.home-shop-btn span {
  position: relative;
  padding-right: 2rem;
}

.home-shop-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(315deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.tbl-simple {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.tbl-simple th,
.tbl-simple td {
  padding: 8px 0 12px;
  vertical-align: top;
}

.tbl-simple tr:last-child th,
.tbl-simple tr:last-child td {
  border-bottom: none;
}

.tbl-simple th {
  width: 7em;
  color: #8a8a8a;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.tbl-simple td {
  color: #46505d;
}

.tbl-simple a {
  color: inherit;
  text-decoration: underline;
}

.home-shop-info .num {
  position: absolute;
  right: 2rem;
  top: -4rem;
  color: #10a49c;
  font-size: 8rem;
  font-weight: bold;
  font-family: "Saira", sans-serif;
}

.home-shop {
  padding: 10rem;
}

.home-shop-grid {
  margin-top: 4rem;
  gap: 5rem 4rem;
  align-items: flex-start;
}

.home-shop-item.-shop02 {
  border: 4px solid #27bdd6;
}

.home-shop-item.-shop02 .num {
  color: #27bdd6;
}

.home-shop-item.-shop02 .home-shop-btn {
  background: #27bdd6;
}

.home-shop-item.-shop03 {
  border: 4px solid #f98a3e;
}

.home-shop-item.-shop03 .num {
  color: #f98a3e;
}

.home-shop-item.-shop03 .home-shop-btn {
  background: #f98a3e;
}

.home-shop-item.-shop04 {
  border: 4px solid #f8ad00;
}

.home-shop-item.-shop04 .num {
  color: #f8ad00;
}

.home-shop-item.-shop04 .home-shop-btn {
  background: #f8ad00;
}

.home-shop .inner {
  position: relative;
}

.home-shop .deco-img {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 25vw;
  height: 296px;
}

.home-shop-item a {
  position: relative;
  display: block;
  overflow: hidden;
}

.home-shop-item a>img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center center;
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1);
  will-change: transform;
}

.home-shop-item a:hover>img,
.home-shop-item a:focus-visible>img {
  transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .home-shop-item a>img {
    transition: none;
  }
}

@media (max-width: 600px) {
  .tbl-simple th {
    width: 7em;
  }
}

.recruit {
  padding: 10rem 4rem;
  position: relative;
}

.recruit::before {
  content: "";
  width: 536px;
  height: 341px;
  position: absolute;
  top: 20rem;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/common/shape-b.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.recruit-wrap {
  color: #fff;
  background-image: url(../img/home/recruit-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  padding: 6rem 15px 8rem;
}

.-recruit-grid {
  gap: 8rem;
}

.-recruit-grid .grid-col02_text {
  line-height: 2;
  margin: 4rem 0;
}

.recruit-btn {
  position: relative;
  padding-right: 4rem;
  display: inline-block;
  transition: all 0.3s;
}

.recruit-btn:hover {
  opacity: 0.7;
}

.recruit-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/home/link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.home-bnr {
  margin: 6rem 0;
}

.home-bnr a {
  transition: all 0.3s;
}

.home-bnr a:hover {
  opacity: 0.7;
}

.insta-wrap {
  margin: 6rem 0;
}

.text {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #10a49c;
  font-family: "Saira", sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.-wh .text {
  color: #fff;
}

.text.is-active {
  --y: 0;
  --rotate: 0;
}

.char {
  display: inline-block;
  transform: translateY(var(--y, -110%)) rotate(var(--rotate, -45deg));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.02s * var(--char-index));
  font-weight: bold;
}

.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (max-width: 767px) {
  .slider_item img {
    width: 100vw;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .grid-col03.-trainer {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer-grid {
    display: flex;
    flex-direction: column;
  }

  .menu-btn-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2.5rem;
  }

  .pilates-box__images {
    grid-template-columns: 1fr;
  }

  .c-heading01.-trainer::before {
    width: 100%;
  }

  .grid-col03.-trainer .grid-item {
    width: 100%;
  }

  .c-heading01::before {
    font-size: 6rem;
  }

  .home-mv {
    width: 100%;
  }

  .home-mv img {
    width: 100%;
  }

  .home-mv-catch {
    width: 100%;
    top: 30%;
  }

  .p-home-sec01 {
    flex-direction: column;
    gap: 0;
    padding: 5px 1rem 0;
  }

  .p-home-sec01 .c-heading01 span {
    font-size: 3rem;
  }

  .p-home-sec01 .c-heading01 {
    font-size: 1.6rem !important;
    margin-top: 0 !important;
  }

  .p-home-sec01 .c-news__link {
    padding-top: 0;
  }

  .c-heading01::before {
    top: -30%;
  }

  .home-menu {
    padding: 3rem 0 6rem;
  }

  .image-button__content {
    font-size: 1.6rem;
  }

  .image-button__circle {
    width: 24px;
    height: 24px;
  }

  .image-button__arrow {
    font-size: 2rem;
    margin-bottom: 4px;
  }

  .concept-pilates-section {
    padding: 5rem 0;
  }

  .concept-box__content {
    padding: 3rem 15px;
  }

  .concept-box__lead {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: 2rem;
  }

  .concept-box__images {
    padding: 1.6rem;
    flex: auto;
  }

  .concept-box__images img {
    border-radius: 20px;
  }

  .pilates-box_wrap {
    padding: 0 16px 4rem;
  }

  .pilates-box {
    padding: 2rem 1.6rem;
  }

  .pilates-new {
    width: 200px;
    margin: 0 auto 1rem;
  }

  .pilates-box__inner {
    padding: 16px;
  }

  .pilates-box__headline .date {
    font-size: 2.2rem;
    padding: 0.5rem 2rem;
  }

  .pilates-box__headline .highlight {
    font-size: 3rem;
    text-align: center;
    line-height: 1.3;
  }

  .pilates-box__lead {
    font-size: 1.8rem;
    margin: 1rem auto;
  }

  .pilates-box__interview p {
    font-size: 1.8rem;
  }

  .pilates-box__interview {
    padding: 1rem;
  }

  .member-data {
    padding: 9rem 0 3rem;
  }

  .c-heading01.-member::before {
    line-height: 1;
    top: -50px;
  }

  .point {
    padding: 4rem 0 7rem;
  }

  .point-item h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .point-item h3 span {
    font-size: 5rem;
    padding-left: 3px;
  }

  .point-item h4 {
    font-size: 1.8rem;
  }

  .counseling {
    padding: 7rem 0 6rem;
  }

  .counseling-box {
    margin-top: 6rem;
    padding: 3rem 1rem;
  }

  .counseling-box h3 {
    font-size: 2rem;
    padding: 1.5rem 0;
  }

  .nayami-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
  }

  .angled-banner {
    font-size: 2rem;
  }

  .-change-grid {
    gap: 2rem;
  }

  .bnr {
    margin-top: 3rem;
  }

  .voice {
    padding-bottom: 0;
  }

  .course {
    padding-top: 1rem;
  }

  .grid-col02.-course {
    gap: 3rem;
  }

  .course-body h3,
  .-other-grid h3 {
    font-size: 2rem;
    padding: 1rem;
  }

  .course-body .grid-col02_text {
    margin-top: 1rem;
  }

  .other {
    margin-top: 3rem;
  }

  .-other-grid {
    margin-top: 3rem;
  }

  .info::before {
    width: 70vw;
    height: 30vw;
    top: 20px;
  }

  .info {
    padding-top: 4rem;
    margin-top: 5rem;
    padding-bottom: 6rem;
  }

  .-info-grid {
    gap: 2rem;
  }

  .naha-bnr {
    margin: 4rem auto;
  }

  .c-heading01.c-heading01_center::before {
    top: -50px;
  }

  .c-tag {
    padding: 0 1rem;
    width: auto;
  }

  .c-news__body {
    gap: 1rem;
  }

  .news {
    margin-top: 8rem;
  }

  .blog {
    padding: 5rem 0 0;
  }

  .trainer {
    margin-top: 4rem;
    padding: 7rem 0;
  }

  .-trainer img {
    max-width: 200px;
    margin: auto;
  }

  .trainer-info__row.-second {
    min-height: auto;
  }

  .footer-contact {
    padding: 3rem 0 6rem;
  }

  .footer-wh {
    padding: 1rem 15px 0rem;
  }

  .footer-contact .left__tel {
    padding-top: 1rem;
  }

  .footer-contact .left .tel__opentime span.box {
    white-space: nowrap;
    margin: 0 5px;
  }

  .footer-contact .left .tel__opentime span {
    margin: 0;
    font-size: 15px;
  }

  .footer-contact .left .tel__opentime {
    margin-top: 2vw;
  }

  .footer-contact .left__btn-wrap .btn.-color {
    padding-left: 2rem;
    width: 100%;
  }

  .footer-contact .left__btn-wrap {
    padding-bottom: 0;
  }

  .grid-col02.sns-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .footer {
    margin-top: 0;
  }

  .footer__link {
    text-align: left;
  }

  .footer__item {
    margin-top: 2rem;
  }

  .l-page-cover__ttl.is-inview span {
    font-size: 4rem;
  }

  .page-links a {
    height: 50px;
    width: 100%;
    max-width: 300px;
    line-height: 1.2;
    font-size: 15px;
  }

  .page-links a::before {
    width: 18px;
    height: 18px;
    right: 7%;
  }

  .page-links {
    margin-top: 4rem;
  }

  .course-video {
    margin-top: 6rem;
  }

  .g-voice {
    margin-top: 6rem;
  }

  .g-voice .fukidasi {
    font-size: 2rem;
    line-height: 1.3;
    padding: 1rem;
  }

  .-mt10 {
    margin-top: 6rem;
  }

  .course-grid-txt span {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .grid-col02:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
  }

  .home .course .grid-col02:nth-child(even) {
    display: flex;
    flex-direction: column;
  }

  .sub-ttl {
    flex-direction: column;
    gap: 0;
    padding-bottom: 1rem;
  }

  .sub-ttl img {
    width: 60px;
  }

  .sub-ttl h3 {
    font-size: 2.2rem;
  }

  .thinking {
    padding: 1rem 16px 2rem;
  }

  .thinking-grid-txt .catch {
    font-size: 2rem;
  }

  .thinking-grid-txt {
    padding: 16px;
  }

  .thinking-grid {
    gap: 3rem;
  }

  .interview {
    padding: 6rem 0 4rem;
  }

  .interview-item {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .center-txt {
    line-height: 1.5;
  }

  .answer {
    padding: 1.3rem 1rem 1.3rem 4rem;
    margin-top: 1.5rem;
  }

  .course-types {
    padding-top: 1rem;
  }

  .course-type-body h3 span {
    font-size: 2rem;
  }

  .course-type-body h3 {
    font-size: 2.4rem;
  }

  .course-type-body p {
    margin-top: 1.5rem;
  }

  .price-section {
    margin: 2rem auto;
    padding: 0;
  }

  .price-table th {
    width: 130px;
    font-size: 1.6rem;
  }

  .price-table th,
  .price-table td,
  .membership-table th,
  .membership-table td {
    padding: 1rem 5px;
    line-height: 1.3;
  }

  .membership-table thead th {
    font-size: 1.6rem;
  }

  .price-table strong,
  .membership-table td strong {
    font-size: 1.8rem;
  }

  .price-example {
    padding: 16px;
  }

  .price-example h4 {
    font-size: 2rem;
  }

  .price-example .example strong {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .price-example .highlight {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }

  .request {
    padding: 16px;
  }

  .request-lists li {
    gap: 1rem;
    font-size: 1.6rem;
  }

  .request-lists li img {
    width: 24px;
  }

  .example-wrap {
    grid-template-columns: 1fr;
  }

  .interview-info {
    grid-template-columns: 1fr;
    gap: 1rem;
    line-height: 1.5;
  }

  .course-add {
    padding: 16px;
  }

  .course-add .grid-col02 {
    gap: 2rem;
  }

  .course-add-txt {
    margin: 2rem auto;
    line-height: 1.5;
  }

  .course-type+.course-type {
    margin-top: 6rem;
  }

  .beaf-items h3 {
    font-size: 2rem;
  }

  .beaf-items p {
    margin-top: 1rem;
  }

  .beaf-grid {
    gap: 4rem;
  }

  .attention {
    padding: 16px;
    margin-bottom: 4rem;
  }

  .attention-inner {
    padding: 16px;
  }

  .course-example {
    margin-top: 2rem;
  }

  .course-example .grid-col02 {
    gap: 2rem;
  }

  .event {
    padding: 16px;
  }

  .event .center-txt {
    margin: 1.5rem 0;
  }

  .price-example .example p {
    line-height: 1.3;
  }

  .slider2 .slick-slide {
    margin: 0 7px;
  }

  .reason {
    padding: 3rem 0 6rem;
  }

  .reason-grid {
    flex-direction: column !important;
    gap: 2rem;
  }

  .point-item p {
    line-height: 1.5;
  }

  .feature,
  .check {
    padding: 6rem 0;
  }

  .stretch-txt p {
    font-size: 2rem;
  }

  .stretch-txt {
    flex-direction: column;
    gap: 1rem;
  }

  .shop-img {
    padding-right: 0;
  }

  .shop-grid .c-table02 th {
    width: 7rem;
    padding: 1rem 0;
  }

  .info-sec02 {
    padding: 6rem 0;
  }

  .info-sec02 .shop-grid {
    margin-top: 2rem;
  }

  .info-sec02 .shop-grid {
    flex-direction: column;
  }

  .trainer-information .trainer-grid {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }

  .info-youtube {
    margin-top: 4rem;
  }

  .-narrow {
    padding: 0;
  }

  .career-timeline {
    margin-left: 1rem;
    padding-left: 0;
  }

  .career-item::before {
    width: 2rem;
    height: 2rem;
    left: -1.2rem;
  }

  .career-year {
    font-size: 2rem;
  }

  .career-content p.bold {
    line-height: 1.5;
  }

  .trainer-feature {
    padding: 16px;
  }

  .trainer-information+.trainer-information {
    margin-top: 6rem;
  }

  .trainer-info__label {
    width: 70px;
    padding: 1rem 0;
  }

  .trainers-info {
    padding: 6rem 0;
  }

  .left-txt {
    margin: 1rem 0;
  }

  .sub-ttl.-contact {
    flex-direction: row;
    gap: 1rem;
  }

  .sub-ttl.-contact img {
    width: 3rem;
  }

  .vertical-banner {
    display: none;
  }

  .fixed-banner {
    width: 90vw;
    right: auto;
    left: 50%;
    transform: translate(-50%, 30px);
  }

  .fixed-banner.is-visible {
    transform: translate(-50%, 0);
  }

  .footer-list+.footer-list {
    margin-top: 1rem;
  }

  .ti-widget.ti-goog {
    width: 90vw !important;
    margin: 3rem auto 0;
  }
}

.deco-img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.deco-img.animate {
  opacity: 1;
  transform: translateY(0);
  animation: sway 1.5s ease-in-out;
}

@keyframes sway {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  10% {
    transform: translateY(-8px) rotate(-3deg);
  }

  30% {
    transform: translateY(8px) rotate(3deg);
  }

  50% {
    transform: translateY(-6px) rotate(-2deg);
  }

  70% {
    transform: translateY(4px) rotate(2deg);
  }

  90% {
    transform: translateY(-2px) rotate(-1deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.home-shop-item.-shop02 {
  margin-top: 20rem;
}

.home-shop-item.-shop03 {
  margin-top: -20rem;
}

.home-mv-slide a {
  transition: all 0.3s;
}

.home-mv-slide a:hover {
  opacity: 0.7;
}

.wp-block-table td,
.wp-block-table th {
  font-size: 1.6rem;
}

/* mq */

@media screen and (min-width: 768px) and (max-width: 1330px) {
  .header__link {
    padding: 3.4rem 1.5rem;
    font-size: 1.3rem;
  }

  .header__btn::before {
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 2rem;
    background-size: contain;
    font-size: 1.2rem;
  }

  .header__item.-sns img {
    width: 1.8rem;
  }

  .header__link.-drop::after {
    content: "";
    position: absolute;
    top: 43%;
    right: 0.5rem;
    transform: translateY(-50%) rotate(315deg);
    width: 7px;
    height: 7px;
    border-right: 2px solid #10a49c;
    border-bottom: 2px solid #10a49c;
    transform: rotate(45deg);
  }

  .header__btn {
    padding: 4.5rem 1rem 2rem 2rem;
  }

  .header__btn {
    font-size: 1.2rem;
  }

  .header__tel {
    color: #10a49c;
    background: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    padding-left: 4rem;
  }

  .header__top {
    padding-right: 1rem;
  }

  .header__top {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header__tel::before {
    height: 1.6rem;
    left: 1.6rem;
    top: 5px;
    width: 1.6rem;
  }

  .header__nav {
    margin: 0;
    margin-right: 4px;
  }

  .service::before {
    width: 420px;
    height: 550px;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1330px) {
  .header__tel {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 481px) and (max-width: 1020px) {
  .header__tel {
    font-size: 1.6rem;
  }

  .header__tel span {
    font-size: 10px;
  }
}

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

  .slick-prev:before,
  .slick-next:before {
    width: 35px;
    height: 35px;
  }

  .slick-next {
    right: 4vw;
  }

  .slick-prev {
    left: 4vw;
  }

  .news {
    margin-top: 0;
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
  }

  .news-wrap {
    padding-top: 0;
  }

  .home-links a {
    padding: 1.5rem;
  }

  .home-links {
    gap: 1rem;
  }

  .home-links-ttl img {
    width: 40px;
  }

  .text {
    font-size: 4.4rem;
    margin-bottom: 2rem;
  }

  .c-heading01 span::before {
    width: 21px;
    height: 15px;
  }

  .about .deco-img {
    width: 150px;
    height: 150px;
    top: -8rem;
  }

  .-about-grid .grid-col02_text {
    padding: 2.5rem 15px 3.5rem 7rem;
    margin-top: 2rem;
  }

  .-about-grid .grid-col02_text p span {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .service {
    margin-top: 0;
  }

  .service::before {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
  }

  .deco-img.animate {
    width: 130px;
    height: 120px;
    top: -10rem;
    right: -1rem;
  }

  .service-ttl-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .-home-service-grid {
    margin-top: 1.5rem;
  }

  .-home-service-grid .grid-col02_text {
    padding: 2rem;
  }

  .-home-service-grid .catch {
    font-size: 2.2rem;
  }

  .image-button {
    /* height: 150px; */
    border-radius: 20px;
  }

  .image-button__text {
    gap: 5px;
  }

  .image-button__content {
    gap: 1rem;
    left: 1rem;
    bottom: 1rem;
  }

  .image-button__text span.tag {
    font-size: 10px;
  }

  .image-button__text span.num {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .service-bnr {
    gap: 0;
    margin-top: 3rem;
  }

  .home-shop {
    padding: 4rem 0;
  }

  .home-shop-item.-shop02 {
    margin-top: 0;
  }

  .home-shop-item.-shop03 {
    margin-top: 0;
  }

  .grid-col02.home-shop-grid {
    flex-direction: column;
    gap: 3rem;
  }

  .home-shop-info {
    padding: 2rem;
  }

  .home-shop-item h3 {
    padding: 0;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .tbl-simple th {
    width: 5em;
  }

  .tbl-simple td {
    line-height: 1.3;
  }

  .recruit {
    padding: 2rem 1rem;
  }

  .recruit-wrap {
    padding: 4rem 0px;
  }

  .recruit::before {
    width: 100%;
    height: 300px;
    top: 13rem;
  }

  .recruit-wrap {
    background-image: url(../img/home/service-grid-bg.png);
  }

  .-recruit-grid .grid-col02_text {
    margin: 2rem 0;
  }

  .-recruit-grid {
    gap: 4rem;
  }

  .insta {
    padding: 4rem 0;
  }

  .insta-wrap {
    margin: 2rem 0;
  }

  .home-bnr {
    margin: 0;
  }

  .links {
    padding: 3rem 0 6rem;
  }

  .links .grid-col03 {
    gap: 1rem;
  }

  .footer-shop-info {
    flex-direction: column-reverse;
  }

  .footer__map iframe {
    max-width: 100%;
    max-height: 150px !important;
  }

  .-sns-link .footer__list {
    display: flex;
  }

  .l-page-cover {
    height: 300px;
  }

  .l-page-cover__ttl {
    min-width: 70vw;
    padding: 2rem 16px;
  }

  .l-page-cover__ttl.is-inview span.min {
    margin-bottom: 4px;
  }

  .p-top-service__wrap {
    grid-template-columns: 1fr;
  }

  .p-card__img img {
    aspect-ratio: 3 / 1;
  }

  .service-info {
    padding: 3rem 15px;
  }

  .c-heading01.-service {
    font-size: 2.4rem !important;
    margin-bottom: 3rem !important;
  }

  .c-heading01.-service span {
    margin-bottom: 1rem;
  }

  .-service-grid span {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .-service-grid02 {
    margin-top: 3rem;
    gap: 2rem;
  }

  .service-info .deco-img {
    top: -5rem;
    width: 120px;
  }

  .service-ttl {
    font-size: 2.4rem;
    margin-top: 3rem;
  }

  .-service-grid03 {
    gap: 2rem;
    margin-top: 3rem;
  }

  .reason-item {
    grid-template-columns: 1fr;
  }

  .service-reason {
    padding: 4rem 1rem;
  }

  .service-reason h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .service-reason {
    margin-top: 3.5rem;
    margin-bottom: 3rem;
  }

  .reason-item-body h4 {
    padding-left: 4rem;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }

  .reason-item-body h4 span {
    font-size: 2.6rem;
  }

  .service-info+.service-info {
    margin-top: 6rem;
  }

  .shop-info {
    padding: 1rem;
  }

  .c-table02 td {
    margin-left: 1rem;
  }

  .-shop-img-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }

  .member .inner {
    padding: 6rem 15px;
  }

  .deli-flow-item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .deli-flow-item img {
    width: 150px;
    margin: auto;
  }

  .-area-grid {
    margin-top: 2rem;
  }

  .delivery .inner {
    padding: 6rem 15px;
  }

  .deli-price-item {
    padding: 2rem;
  }

  .register-grid .grid-item img {
    width: 150px;
  }

  .-message-grid {
    grid-template-columns: 1fr;
  }

  .-message-grid .catch {
    font-size: 2.6rem;
    line-height: 1.3;
  }

  .mvv::after {
    width: 40vw;
    height: 150px;
    top: -9rem;
  }

  .mvv-item-body {
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 3rem 15px;
  }

  .mvv::before {
    height: 200px;
    bottom: -10rem;
  }

  .history-wrap .inner {
    padding: 3rem 2rem;
  }

  .career-item.-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* mq */

.about .deco-img {
  position: absolute;
  width: 20vw;
  height: 20vw;
  top: 0rem;
  right: 0;
}

.service .deco-img {
  position: absolute;
  width: 17vw;
  height: 17vw;
  top: -6rem;
  right: 0rem;
  z-index: 3;
}

.home-shop .deco-img {
  z-index: -1;
  position: absolute;
  top: 2rem;
  right: 0;
  width: 20vw;
  height: 20vw;
}

@media screen and (max-width: 767px) {
  .shop-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 0.3rem;
  }

  .shop-item {
    background: #2f67b7;
    width: 100%;
  }

  .shop-item a {
    color: #fff;
    text-align: center;
  }

  .shop-item {
    background: #2f67b7;
    width: 100%;
    aspect-ratio: 3/1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shop-item.-shop02 {
    background: #27bdd6;
  }

  .shop-item.-shop03 {
    background: #f98a3e;
  }

  .shop-item.-shop04 {
    background: #f8ad00;
  }

  .header-sp__logo {
    width: 30vw;
    margin-top: 0;
  }

  /* .nav-drawer:before {
    content: "";
    background-image: url(../img/home/bg02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    width: 80rem;
    top: 50vh;
    left: 0;
    bottom: 0;
} */
  .nav-submenu.is-open {
    max-height: 500px;
    margin: 1rem;
    gap: 0.5rem;
  }

  .nav-drawer {
    background: #fff url(../img/home/bg02-sp.png) no-repeat center bottom;
    background-size: 100%;
    /* padding-bottom: 0; */
  }

  /* .nav-drawer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, #ffffffb0 30%, #ffffff00 100%);
    z-index: -1;
} */

  .nav-drawer__link02::after {
    display: none;
  }
}

.service-grid03-item {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 4px solid #ed630a;
}

#service04 .service-grid03-item {
  border: 4px solid #10a49c;
  background: #fff;
}

.-service-grid03 .grid-col02_text {
  color: #000000;
}

.c-heading01 span::before {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/common/ttl-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.register-box {
	text-align: center;
	margin-top: 2rem;
}
.register-box .c-heading02 {
	padding: 1rem 0;
	font-size: 2.4rem;
}
.register-box p {
	padding: 1rem 0;
}
.register-box .fax {
	font-size: 2.2rem;
    font-weight: bold;
    color: #10a49c;
    text-align: center;
    margin-top: 14px;
    font-family: "Saira", sans-serif;
    line-height: 1;
}
.order-grid {
	align-items: normal;
}
.page-link-txt {
	text-align: center;
	margin: 1rem !important;
}
.page-link-txt a {
	color: #10a49c;
	text-decoration: underline;
	display: inline;
}
@media screen and (max-width: 767px) {
  .-service-grid03 .grid-col02_text {
    color: #000000;
    padding: 1rem 15px 1.5rem;
    line-height: 1.3;
    font-size: 100%;
    text-align: center;
  }
	#member01 .deco-img.animate {
		top: -5rem;
	}
}

.home-event .circle_btn01 {
  margin: 0 auto;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .slider_item img {
    width: 50vw;
  }

  .c-heading01 span::before {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/common/ttl-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .home-event .circle_btn01 {
    margin: 0 auto;
    margin-top: 3rem;
  }
}
/* ===== WALIFE フッター単一事務所レイアウト (2026-05-27 追加) ===== */
.footer-office { max-width: 64rem; margin: 0 auto 4rem; }
.footer-office > div > a { display: block; text-decoration: none; color: inherit; }
.footer-office h3 { text-align: center; font-size: 2rem; margin-bottom: 2rem; }
.footer-office .footer__map iframe { width: 100%; height: 22rem; max-height: 22rem; border: 0; }
.footer-office .footer-shop-info p { margin-top: 1.5rem; line-height: 1.9; }
.footer-office .footer-shop-info p strong { display: block; margin-top: 1.2rem; font-weight: 700; color: #10a49c; }

/* ===== WALIFE TOP 追加スタイル (2026-05-27) ===== */
.home-mv { position: relative; }
.home-mv__catch { position: absolute; left: 5%; bottom: 9%; color: #fff; text-shadow: 0 0.2rem 1.2rem rgba(0,0,0,.4); z-index: 2; }
.home-mv__catch-lead { font-size: 1.8rem; letter-spacing: .1em; margin-bottom: 1rem; }
.home-mv__catch-main { font-size: 4rem; font-weight: 700; line-height: 1.5; }
.home-mv__catch-main span { display: block; font-size: 2.4rem; margin-top: 1rem; }
.about-lead { max-width: 88rem; margin: 0 auto 5rem; text-align: center; line-height: 2; font-size: 1.6rem; }
.about-lead span { display: block; font-size: 2.2rem; font-weight: 700; color: #10a49c; margin-bottom: 2rem; }
.about-stats { display: flex; justify-content: center; gap: 4rem; flex-wrap: wrap; max-width: 96rem; margin: 0 auto 5rem; padding: 0; list-style: none; }
.about-stats li { display: flex; flex-direction: column; align-items: center; }
.about-stats__num { font-size: 4.4rem; font-weight: 700; color: #10a49c; line-height: 1.1; }
.about-stats__num small { font-size: 2rem; }
.about-stats__label { font-size: 1.4rem; margin-top: .8rem; }
.about-btn-wrap { display: flex; justify-content: center; }
@media screen and (max-width: 767px) {
  .home-mv__catch-main { font-size: 2.6rem; }
  .home-mv__catch-main span { font-size: 1.6rem; }
  .about-stats { gap: 2rem 3rem; }
  .about-stats__num { font-size: 3.2rem; }
}

/* ===== WALIFE TOP セクション補正 (2026-05-27) ===== */
/* 保険のご相談 2カード: 高さ確保+ターコイズ背景でzenrindo背景画像依存を解消 */
.home .menu-btn-wrap { grid-template-columns: 1fr 1fr; }
.home .service .image-button { min-height: 22rem; background-image: none; background-color: #10a49c; }
.home .service .image-button.btn-2 { background-image: none; background-color: #0e8d86; }
/* ブログ 3カラム画像メインカード */
.blog-cards { margin-top: 4rem; }
.blog-card { display: block; text-decoration: none; color: inherit; background: #fff; border-radius: 1.6rem; overflow: hidden; box-shadow: 0 0.3rem 1.2rem rgba(0,0,0,.08); transition: all .3s; }
.blog-card:hover { transform: translateY(-0.4rem); box-shadow: 0 0.6rem 1.8rem rgba(0,0,0,.12); }
.blog-card__img { aspect-ratio: 3 / 2; overflow: hidden; }
.blog-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card__body { padding: 1.6rem 2rem 2rem; }
.blog-card__time { display: block; font-size: 1.3rem; color: #10a49c; font-weight: 700; margin-bottom: .6rem; }
.blog-card__ttl { font-size: 1.6rem; line-height: 1.6; }
@media screen and (max-width: 767px) {
  .home .menu-btn-wrap { grid-template-columns: 1fr; }
}

/* ===== WALIFE TOP 食い込み解消 + 商品画像カード (2026-05-27 上書き) ===== */
/* 原因: .service の margin-top:-28rem は削除した前セクション(ギャラリー/bg)への重ね用。負マージンを解除 */
.home .service { margin-top: 0; padding-top: 6rem; }
/* 個人/法人カード: 現行サイトの商品写真を背景に(::before のグラデで文字可読性確保済) */
.home .service .image-button { min-height: 28rem; background-color: transparent; background-image: url("../img/home/pic_product-personal.jpg"); }
.home .service .image-button.btn-1 { background-image: url("../img/home/pic_product-personal.jpg"); }
.home .service .image-button.btn-2 { background-image: url("../img/home/pic_product-corporate.jpg"); }

/* ===== WALIFE サブページ汎用スタイル (2026-05-27) ===== */
.p-company-sec { padding: 8rem 0; }
.p-company-sec.sub-bg { background: #f9f9f9; }
.p-page { padding: 8rem 0; }
.c-textA { max-width: 90rem; margin: 4rem auto 0; line-height: 2; font-size: 1.6rem; }
.c-textA p { margin-bottom: 2rem; }
.c-textA h3 { font-size: 2rem; font-weight: 700; color: #10a49c; margin: 3.5rem 0 1.2rem; padding-left: 1.2rem; border-left: 0.4rem solid #10a49c; }
.c-textA h4, .c-textA h5 { font-weight: 700; margin: 2.5rem 0 1rem; }
.c-textA ol, .c-textA ul { margin: 1rem 0 2rem 2rem; line-height: 1.9; }
.p-company-sec .c-table02 { max-width: 90rem; margin-left: auto; margin-right: auto; }
.u-text-right { text-align: right; }
.u-text-center { text-align: center; }
.u-note { font-size: 1.3rem; color: #888; margin-top: 1.5rem; }
@media screen and (max-width: 767px) {
  .p-company-sec, .p-page { padding: 5rem 0; }
}

/* ===== WALIFE 会社概要 追加セクション (2026-05-27) ===== */
.company-message-grid { align-items: center; gap: 4rem; margin-top: 4rem; }
.company-message-grid__img { text-align: center; }
.company-message-grid__img img { width: 22rem; height: 22rem; object-fit: cover; border-radius: 50%; }
.company-message-grid__name { margin-top: 1.5rem; font-weight: 700; }
.company-message-grid .c-textA { margin-top: 0; }
.company-strength { gap: 3rem; margin-top: 4rem; }
.company-strength__item { background: #fff; border-radius: 1.6rem; padding: 3rem 2.4rem; box-shadow: 0 0.3rem 1.2rem rgba(0,0,0,.06); }
.company-strength__item h3 { font-size: 1.8rem; font-weight: 700; color: #10a49c; line-height: 1.5; margin-bottom: 1.5rem; text-align: center; }
.company-strength__item p { line-height: 1.9; font-size: 1.4rem; }
.staff-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 2rem; max-width: 90rem; margin: 4rem auto 0; padding: 0; list-style: none; }
.staff-grid li img { width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; border-radius: 50%; }
@media screen and (max-width: 767px) {
  .company-strength { gap: 2rem; }
  .staff-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
}

/* ===== WALIFE スタッフ紹介 詳細カード (2026-05-27) ===== */
.staff-branch { font-size: 2rem; font-weight: 700; color: #10a49c; margin: 4rem 0 2rem; padding-left: 1.2rem; border-left: 0.4rem solid #10a49c; }
.staff-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem; padding: 0; list-style: none; margin: 0; }
.staff-card { background: #fff; border-radius: 1.6rem; padding: 2.4rem 2rem; box-shadow: 0 0.3rem 1.2rem rgba(0,0,0,.06); text-align: center; }
.staff-card__img img, .staff-card__noimg { width: 11rem; height: 11rem; border-radius: 50%; object-fit: cover; margin: 0 auto; display: block; }
.staff-card__noimg { background: #e1e1e1; }
.staff-card__role { font-size: 1.2rem; color: #10a49c; margin-top: 1.6rem; }
.staff-card__name { font-size: 1.8rem; font-weight: 700; margin: .4rem 0 1.2rem; }
.staff-card__name small { display: block; font-size: 1.1rem; color: #888; font-weight: 400; letter-spacing: .05em; }
.staff-card__comment { font-size: 1.4rem; line-height: 1.8; text-align: left; }
.staff-card__meta { margin-top: 1.6rem; text-align: left; font-size: 1.2rem; line-height: 1.7; border-top: 1px solid #eee; padding-top: 1.2rem; }
.staff-card__meta dt { font-weight: 700; color: #10a49c; margin-top: .6rem; }
.staff-card__meta dd { margin: 0 0 .4rem; }
@media screen and (max-width: 767px) {
  .staff-list { grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
  .staff-card { padding: 1.6rem 1.2rem; }
  .staff-card__comment, .staff-card__meta { font-size: 1.2rem; }
}

/* ===== WALIFE 個人/法人ページ (2026-05-27) ===== */
.ins-products { gap: 2.4rem; margin-top: 4rem; }
.ins-product { background: #fff; border-radius: 1.6rem; padding: 2.8rem 2.4rem; box-shadow: 0 0.3rem 1.2rem rgba(0,0,0,.06); }
.ins-product h3 { font-size: 1.8rem; font-weight: 700; color: #10a49c; margin-bottom: 1.2rem; padding-bottom: 1rem; border-bottom: 2px solid #eee; }
.ins-product p { font-size: 1.4rem; line-height: 1.9; }
.insurer-list { max-width: 60rem; margin: 4rem auto 0; padding: 0; list-style: none; }
.insurer-list li { background: #fff; border: 1px solid #e1e1e1; border-radius: 0.8rem; padding: 1.6rem 2rem; margin-bottom: 1.2rem; font-size: 1.6rem; font-weight: 700; text-align: center; }
.flow-list { max-width: 80rem; margin: 4rem auto 0; padding: 0; list-style: none; }
.flow-step { display: flex; gap: 2.4rem; align-items: flex-start; padding: 2.4rem 0; border-bottom: 1px dashed #ccc; }
.flow-step__num { flex: 0 0 auto; width: 5.6rem; height: 5.6rem; border-radius: 50%; background: #10a49c; color: #fff; font-size: 2rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.flow-step h3 { font-size: 1.8rem; font-weight: 700; margin-bottom: .8rem; }
.flow-step p { font-size: 1.4rem; line-height: 1.9; }
@media screen and (max-width: 767px) {
  .ins-products { gap: 1.6rem; }
  .flow-step { gap: 1.4rem; padding: 1.8rem 0; }
  .flow-step__num { width: 4.4rem; height: 4.4rem; font-size: 1.6rem; }
}

/* ===== WALIFE 個人/法人 画像・FAQ・声スライダー (2026-05-27) ===== */
.ins-product__img { aspect-ratio: 3/2; overflow: hidden; border-radius: 1.2rem; margin-bottom: 1.6rem; }
.ins-product__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.insurer-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 3rem; max-width: 80rem; margin: 4rem auto 0; padding: 0; list-style: none; }
.insurer-logos li { background: #fff; border: 1px solid #e1e1e1; border-radius: 1rem; padding: 2rem 3rem; display: flex; align-items: center; justify-content: center; }
.insurer-logos img { height: 5rem; width: auto; }
.net-bnr { gap: 2.4rem; margin: 3rem auto 0; padding: 0; list-style: none; max-width: 80rem; }
.net-bnr img { width: 100%; border-radius: 1rem; display: block; }
.flow-step__img { flex: 0 0 auto; width: 18rem; }
.flow-step__img img { width: 100%; border-radius: 1rem; display: block; }
.flow-step__body { flex: 1; }
.faq-list { max-width: 80rem; margin: 4rem auto 0; }
.faq-item { background: #fff; border: 1px solid #e1e1e1; border-radius: 1rem; margin-bottom: 1.2rem; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 2rem 5rem 2rem 2.4rem; font-size: 1.6rem; font-weight: 700; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: "Q"; color: #10a49c; font-weight: 700; margin-right: 1rem; }
.faq-item summary::after { content: "+"; position: absolute; right: 2.4rem; top: 50%; transform: translateY(-50%); color: #10a49c; font-size: 2.4rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item__a { padding: 0 2.4rem 2rem; line-height: 1.9; font-size: 1.4rem; }
.voice-slider { overflow: hidden; margin-top: 4rem; }
.voice-track { display: flex; gap: 2.4rem; width: max-content; animation: voiceScroll 50s linear infinite; }
.voice-slider:hover .voice-track { animation-play-state: paused; }
.voice-card { flex: 0 0 32rem; background: #fff; border-radius: 1.6rem; padding: 2.8rem 2.4rem; box-shadow: 0 0.3rem 1.2rem rgba(0,0,0,.06); }
.voice-card__txt { font-size: 1.4rem; line-height: 1.9; }
.voice-card__name { margin-top: 1.6rem; font-size: 1.3rem; color: #10a49c; font-weight: 700; text-align: right; }
@keyframes voiceScroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 1.2rem)); } }
@media screen and (max-width: 767px) {
  .flow-step__img { width: 10rem; }
  .voice-card { flex-basis: 24rem; }
  .insurer-logos { gap: 1.6rem; }
  .insurer-logos li { padding: 1.4rem 1.8rem; }
}

/* ===== WALIFE 採用 社員インタビュー (2026-05-27) ===== */
.interview-head { align-items: center; gap: 4rem; }
.interview-head__img { text-align: center; }
.interview-head__img img { width: 20rem; height: 20rem; border-radius: 50%; object-fit: cover; }
.interview-head__role { color: #10a49c; font-weight: 700; font-size: 1.4rem; }
.interview-head__name { font-size: 2.6rem; font-weight: 700; margin: .8rem 0 1.6rem; }
.interview-head__name small { display: block; font-size: 1.2rem; color: #888; font-weight: 400; letter-spacing: .05em; }
.interview-head__profile { line-height: 1.9; font-size: 1.4rem; }
.interview-qa { max-width: 80rem; margin: 4rem auto 0; }
.interview-qa__item { margin-bottom: 2.4rem; background:#fff; border-radius:1.2rem; padding:2.4rem; box-shadow:0 0.3rem 1.2rem rgba(0,0,0,.05); }
.interview-qa__q { font-size: 1.7rem; font-weight: 700; color: #10a49c; margin-bottom: .8rem; }
.interview-qa__q::before { content: "Q. "; }
.interview-qa__a { line-height: 1.9; font-size: 1.4rem; }
.interview-qa__a::before { content: "A. "; font-weight: 700; color: #ff7325; }
.interview-schedule { max-width: 80rem; margin: 4rem auto 0; }
.interview-schedule__ttl { text-align: center; font-size: 1.8rem; font-weight: 700; margin-bottom: 2rem; }
.schedule-list { list-style: none; padding: 0; margin: 0; }
.schedule-list li { display: flex; gap: 2rem; padding: 1.2rem 0; border-bottom: 1px dashed #ccc; }
.schedule-list__time { flex: 0 0 7rem; font-weight: 700; color: #10a49c; }
@media screen and (max-width: 767px) { .interview-head__img img { width: 14rem; height: 14rem; } }

/* ===== WALIFE クッション導入 + お客様の声★ (2026-05-27) ===== */
.p-cushion__lead { text-align: center; font-size: 1.6rem; line-height: 2; max-width: 80rem; margin: 0 auto; }
.p-cushion__ttl { text-align: center; font-size: 2rem; font-weight: 700; color: #10a49c; margin: 4rem 0 2.4rem; }
.cushion-worries { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem 2.4rem; max-width: 80rem; margin: 0 auto 3rem; padding: 0; list-style: none; }
.cushion-worries li { background: #fff; border: 1px solid #e1e1e1; border-radius: 0.8rem; padding: 1.4rem 1.8rem 1.4rem 4rem; position: relative; font-size: 1.4rem; }
.cushion-worries li::before { content: "✓"; position: absolute; left: 1.6rem; color: #10a49c; font-weight: 700; }
.voice-card__stars { color: #ffb400; font-size: 1.6rem; letter-spacing: .2rem; margin-bottom: 1.2rem; }
@media screen and (max-width: 767px) {
  .cushion-worries { grid-template-columns: 1fr; }
}
