@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;
  /* max-width: 900px; */
  width: 75vw;
}
@media screen and (max-width: 767px) {
  .slick-initialized .slick-slide {
    width: 90vw;
    padding: 0.5rem;
  }
}

.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;
}

/* ドロワー内 採用バナー画像 2026-07-06 */
.header-sp .nav-drawer__btn img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

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

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

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

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

/* SPヘッダー: 背景なしでロゴ/ボタンが見づらかったので白背景(フロステッド)＋薄い影を付与 2026-07-09 */
@media screen and (max-width: 767px) {
  .header-sp {
    background: rgba(255, 255, 255, .95);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .08);
  }
}

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

.c-heading01 span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-left: 0;
}

.c-heading01 span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 0;
  left: 0;
  background-image: url(../img/common/ttl-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .c-heading01 span::before { width: 3rem; height: 3rem; }
}

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

.c-heading01.-wh span::before {
  background-image: url(../img/common/ttl-icon.svg);
  filter: brightness(0) saturate(100%) invert(94%) sepia(4%) saturate(2%) hue-rotate(128deg) brightness(111%) contrast(100%);
}

.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: #000000;
  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: #000000;
  background: #fff;
}

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

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

.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: #000000;
}

.c-table02 th {
  width: 22vw;
  color: #000000;
  font-weight: 700;
  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 #10a49c;
  color: #10a49c;
}

.pagination .page-numbers.current {
  background: #10a49c;
  color: #fff; /* ティール地の上で可読にするため白字（現在ページ） */
}

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

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

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

/* --------------------------------
footer
----------------------------------- */
.footer-contact {
  background-color: #086c67;
  background-image: none;
  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: #000000;
  font-family: "Cairo";
}

.footer-contact .left .tel__opentime span {
  color: #000000;
  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: #000000;
}

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

.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: #000000;
  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: #000000;
  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: #000000;
  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: #000000;
  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: #000000;
  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: #000000;
}

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

.p-contact-sec01 .sub-contact__tel {
  color: #000000;
  font-family: "Outfit", sans-serif;
}

.p-contact-sec01 .sub-contact__time span {
  color: #000000;
  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: #000000;
}

.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: #000000;
}

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

.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: #000000;
  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: "Outfit", sans-serif;
}

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

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

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

@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: #000000;
  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: #000000;
  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: #000000;
}

/* 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: none;
}

.p-dx__strategy-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
  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: #000000;
  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: #000000;
  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: "Outfit", sans-serif;
  color: #10a49c;
  line-height: 1;
  opacity: 0.3;
}

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

.p-dx__talent-body p {
  font-size: 1.4rem;
  line-height: 2;
  color: #000000;
  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: #000000;
  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: none;
}

.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: #000000;
  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: none;
  list-style: none;
}

.p-dx__kpi-list li {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000000;
  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: #000000;
  max-width: 800px;
  margin: 2rem auto 0;
}

.p-dx__strategy-intro {
  font-weight: bold;
  color: #000000;
  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: #000000;
  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: #000000;
  margin-top: 0.3rem;
}

.p-dx__note {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #000000;
  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: #000000;
  }

  .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: none;
    padding: 6px 18px;
    border-radius: 5px;
    padding-left: 4rem;
  }

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

  .header__time span {
    color: #000000;
  }

  .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: #000000;
  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: #000000;
  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: #000000;
  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: none;
}

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

.column-content {
  padding: 15px;
}

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

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

.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: #000000;
}

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

.joho-highlight {
  font-size: 30px;
  background: none;
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
  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: #000000;
    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;
  height: auto;
  /* max-height: calc(100svh - 12rem); */
  object-fit: cover;
  border-radius: 20px;
}

/* 2026-07-09 スライド画像同士の間に少し余白（centerModeの隣接スライドとの隙間）
   ※imgではなくスライド要素に左右余白を付ける。slickのvariableWidthはスライド外幅(margin含む)で配置するため隙間になる */
.home-mv .slick-slide { margin-left: 0.8rem; margin-right: 0.8rem; }

.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: "Outfit", 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: #000000;
}

.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: #000000;
  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;
}

/* 複数カテゴリ時に個別バッジ化して離す（2026-06-03） */
.sub-archive .c-card__cat.c-tag {
  background: transparent;
  height: auto;
  padding: 0;
  gap: .6rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sub-archive .c-card__cat.c-tag span {
  display: inline-flex;
  align-items: center;
  background: #ef9d3f;
  color: #fff;
  height: 2.6rem;
  padding: 2.5px 1rem;
  border-radius: 4px;
}

.sub-single-news .c-tag {
  background: #ef9d3f;
  width: auto;
  padding: 3px 8px;
  margin-left: 2rem;
  border-radius: 4px;
  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: "Outfit", 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 {
  margin-top: 2rem;
  padding: 0 1rem 1rem;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.footer-gym-link h3 span {
  position: relative;
  font-weight: bold;
  padding-left: 0;
  border-bottom: 2px solid #10a49c;
  padding-bottom: 1rem;
}

.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: repeat(4, 1fr);
  gap: 4rem;
}

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

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

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

/* ===== フッター cozuchi参考リファイン（ダーク基調・整列カラム・区切り線・余白） 2026-07-07
   2026-07-09 配色変更: contact帯=オレンジ / nav=白パネル（角丸）。白背景に合わせて文字色を濃く調整 ===== */
.footer-contact { background-color: #ef9d3f; padding: 3.5rem 0 5rem; } /* オレンジ帯（ユーザー指定・旧#0c302c） */
.footer { margin-top: 4rem; padding: 4.5rem 3.4rem 3.5rem; border-top: none; background: #fff; border-radius: 1.8rem; }
.footer-grid { grid-template-columns: repeat(4, 1fr); gap: 3.2rem 4rem; }
.footer-list-ttl { font-size: 2.2rem; letter-spacing: .06em; color: #1f2a37; padding-bottom: 1.2rem; margin-bottom: 1.6rem; border-bottom: 1px solid rgba(0,0,0,.12); }
.footer__list { display: flex; flex-direction: column; gap: 1.1rem; list-style: none; padding: 0; margin: 0; }
.footer__item { margin: 0; }
.footer__link { color: #374151; font-size: 1.4rem; line-height: 1.6; transition: color .2s ease, opacity .2s ease; }
.footer__link:hover { color: #10a49c; opacity: 1; }
.footer-list.-sns-link .footer__list { flex-direction: row; gap: 1.6rem; margin-top: .4rem; }
.footer__doc-number { color: #6b7280; border-top: 1px solid rgba(0,0,0,.12); padding-top: 2rem; margin-top: 3.5rem; }
.footer__copyright { display: block; text-align: center; background: #0d1817; color: rgba(255,255,255,.7); font-size: 1.2rem; letter-spacing: .04em; padding: 2rem 15px; }
@media (max-width: 767px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 2.8rem 2rem; }
  .footer-list-ttl { font-size: 1.9rem; }
}
/* フッター カテゴリ見出しをカラフルに。2026-07-09 白パネル化に伴い、白背景でも読める濃いトーンへ（多色アイデンティティは維持） */
.footer-grid .footer-list:nth-of-type(1) .footer-list-ttl { color: #d98a00; border-bottom-color: rgba(217,138,0,.45); } /* service=ゴールド */
.footer-grid .footer-list:nth-of-type(2) .footer-list-ttl { color: #db5a2c; border-bottom-color: rgba(219,90,44,.45); } /* company=コーラル */
.footer-grid .footer-list:nth-of-type(3) .footer-list-ttl { color: #d94f7a; border-bottom-color: rgba(217,79,122,.45); } /* recruit=ピンク */
.footer-grid .footer-list:nth-of-type(4) .footer-list-ttl { color: #2f86cf; border-bottom-color: rgba(47,134,207,.45); } /* sns=ブルー */

/* ===== 店舗カード（本店/那覇支店）リファイン：AI感解消（アイコン付き情報行＋マップ角丸） 2026-07-09
   ※サイトフッター(.footer-contact)内のみ。会社概要 #access には非適用 ===== */
.footer-contact .footer-gym-link h3 { margin-top: 2.6rem; padding: 0 1.6rem 1.2rem; font-size: 2.2rem; }
.footer-contact .footer-shop-info { padding: 0 2.2rem 2.2rem; gap: 1.6rem; }
.footer-contact .shop-meta { margin: 0; padding: 0; }
.footer-contact .shop-meta__row { display: grid; grid-template-columns: 8.6rem 1fr; align-items: start; gap: .2rem 1.2rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(0,0,0,.08); }
.footer-contact .shop-meta__row:last-child { border-bottom: 0; padding-bottom: .2rem; }
.footer-contact .shop-meta__label { display: inline-flex; align-items: center; gap: .5rem; margin: 0; font-size: 1.25rem; font-weight: 700; color: #10a49c; letter-spacing: .04em; white-space: nowrap; }
.footer-contact .shop-meta__ic { width: 1.7rem; height: 1.7rem; flex: none; }
.footer-contact .shop-meta__val { margin: 0; font-size: 1.5rem; line-height: 1.65; color: #374151; }
.footer-contact .footer__map { border-radius: 1.2rem; overflow: hidden; margin-top: .6rem; }
.footer-contact .footer__map iframe { display: block; border-radius: 1.2rem; }
/* 見出しを英語(footer-list-ttl流用)に・店舗名は所在地の上の行に 2026-07-09 */
.footer-contact .footer-office-ttl { margin: 2.6rem 2.2rem 1.4rem; padding-bottom: 1.2rem; text-align: left; color: #10a49c; border-bottom-color: rgba(16,164,156,.35); }
.footer-contact .shop-meta__row--name { align-items: center; }
.footer-contact .shop-meta__name { font-size: 1.9rem; font-weight: 700; color: #1f2a37; line-height: 1.2; }
@media (max-width: 767px) {
  .footer-contact .shop-meta__row { grid-template-columns: 1fr; gap: .2rem; }
}

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

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 230%;
  left: 0;
  background-color: #fff;
  box-shadow: none;
  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: #000000;
  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: "Outfit", 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: #000000;
}

.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: none;
  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-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 4 / 3;
}
/* 画像はcoverで敷き詰め(上下切れ最小化)、ズームはtransformで滑らかに */
.image-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  will-change: transform;
}
.image-button:hover { opacity: 1; }
.image-button:hover::after { transform: scale(1.12); }

.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: none;
  /* 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: #000000;
  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: #10a49c;
  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: "Outfit", 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: "Outfit", 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: "Outfit", 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: 1px 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: 1rem;
  gap: 1rem;
  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: "Outfit", 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: "Outfit", 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: 3vw;
  top: 45%;
}

.slick-prev {
  top: 45%;
  left: 3vw;
  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: 8rem 0 9rem;
  position: relative;
  overflow: hidden;
  background: #f4f6f5; /* 2026-07-16 FUTABA風に明るい地へ（旧#0e8d86ティール） */
}
.news-wrap .news-marquee { display: none; } /* FUTABA風では非表示 */

/* ===== お知らせ FUTABA参考 2カラム（左見出し＋右カードスライダー） 2026-07-16 ===== */
.p-news2 { display: flex; align-items: flex-start; gap: 3.2rem; padding: 0; background: transparent; border-radius: 0; }
.p-news2__head { flex: 0 0 26rem; }
.p-news2__label { font-family: "Outfit", sans-serif; font-weight: 700; font-size: 1.5rem; letter-spacing: .14em; color: #10a49c; margin: 0; }
.p-news2__title { font-family: "Outfit", sans-serif; font-weight: 900; font-size: clamp(5rem, 7vw, 8rem); line-height: 1; color: #1a1a1a; margin: .4rem 0 .8rem; letter-spacing: .02em; }
.p-news2__sub { font-size: 1.8rem; font-weight: 700; letter-spacing: .28em; color: #333; margin: 0 0 3.2rem; }
.p-news2__cat-ttl { font-family: "Outfit", sans-serif; font-weight: 700; font-size: 1.4rem; letter-spacing: .12em; color: #1a1a1a; margin: 0 0 1.2rem; }
.p-news2__cat ul { list-style: none; padding: 0; margin: 0 0 3rem; display: flex; flex-direction: column; gap: 1rem; }
.p-news2__cat li a { display: inline-flex; align-items: center; gap: .6rem; font-size: 1.5rem; font-weight: 700; color: #333; text-decoration: none; transition: color .2s ease; }
.p-news2__cat li a::before { content: "\25B8"; color: #10a49c; font-size: 1.1rem; }
.p-news2__cat li a:hover { color: #10a49c; }
.p-news2__nav { display: flex; gap: 1.2rem; }
.p-news2__arw { width: 5.4rem; height: 5.4rem; border-radius: 50%; border: none; background: #fff; color: #10a49c; font-size: 2.4rem; line-height: 1; cursor: pointer; box-shadow: 0 .4rem 1.6rem rgba(0,0,0,.08); transition: background .25s ease, color .25s ease, transform .25s ease; display: flex; align-items: center; justify-content: center; }
.p-news2__arw:hover { background: #10a49c; color: #fff; transform: translateY(-2px); }
.p-news2__slider { flex: 1 1 auto; min-width: 0; overflow: hidden; }
.p-news2__head .c-heading01 { align-items: flex-start; text-align: left; margin: 0 0 2.4rem; }
.p-news2__slider .slick-slide { padding: 0 1.2rem; box-sizing: border-box; height: auto; }
/* 左はぴったり・右だけ次カードをチラ見せ（slick-list右パディングで slidesToShow の算出幅を縮める） */
.p-news2__slider .slick-list { padding-right: 12%; }
@media (max-width: 767px) { .p-news2__slider .slick-list { padding-right: 14%; } }
.p-news2__card > a { display: block; text-decoration: none; color: inherit; }
.p-news2__thumb { position: relative; aspect-ratio: 4/3; border-radius: 1.6rem; overflow: hidden; background: #eaeaea; }
.p-news2__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.p-news2__card > a:hover .p-news2__thumb img { transform: scale(1.05); }
.p-news2__new { position: absolute; top: -.4rem; left: 1.6rem; z-index: 2; width: 4.8rem; height: 5.4rem; background: #10a49c; color: #fff; font-family: "Outfit", sans-serif; font-weight: 700; font-size: 1.3rem; letter-spacing: .04em; display: flex; align-items: center; justify-content: center; border-radius: 0 0 48% 48% / 0 0 34% 34%; }
.p-news2__date { display: block; font-family: "Outfit", sans-serif; font-weight: 700; font-size: 1.5rem; color: #333; margin: 1.6rem 0 .6rem; }
.p-news2__ttl { font-size: 1.6rem; font-weight: 700; line-height: 1.55; color: #1a1a1a; margin: 0; }
.p-news2__tag { display: inline-block; margin-top: 1.1rem; font-size: 1.35rem; font-weight: 700; color: #10a49c; }

/* ===== 下層ページ H2(.c-heading01)の英語を1文字スタッガー表示（TOPと同じ .char アニメ） 2026-07-16 ===== */
/* ラッパー/charは .c-heading01 span(日本語ラベル用:黒・1.6rem)に巻き込まれるので inherit で本来の英語見た目(大・ティール)に戻す */
.main.sub .c-heading01 .c-heading01__en { display: inline-block; font-size: inherit; color: inherit; font-family: inherit; letter-spacing: inherit; line-height: inherit; font-weight: inherit; }
.main.sub .c-heading01 .c-heading01__en .char { font-size: inherit; color: inherit; }
.main.sub .c-heading01.js-h2anim .char { display: inline-block; }
.main.sub .c-heading01.is-active .char { opacity: 1; transform: translateY(0); }

/* ===== 採用エントリーCTA（Join our team! / recruit.netbk 参考） 2026-07-16 ===== */
.recruit-entry2 { position: relative; overflow: hidden; text-align: center; padding: 8rem 0 8rem; margin-top: 6rem; background: linear-gradient(120deg, #0c8077 0%, #14b3a8 52%, #3fc4bb 100%); }
.recruit-entry2__inner { max-width: 96rem; margin: 0 auto; padding: 0 5%; }
.recruit-entry2__title { margin: 0; font-family: "Outfit", sans-serif; font-style: italic; font-weight: 800; font-size: clamp(4.4rem, 8vw, 8.4rem); line-height: 1; letter-spacing: .01em; color: #fff; }
.recruit-entry2__lead { margin: 2.6rem 0 0; color: #fff; font-size: 1.8rem; font-weight: 700; line-height: 1.9; }
.recruit-entry2__btn { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; margin-top: 3.2rem; padding: 2.1rem 5.4rem; border-radius: 999px; background: #fff; color: #0c8077; font-size: 2.3rem; font-weight: 900; text-decoration: none; box-shadow: none; transition: transform .25s ease, background .25s ease, color .25s ease; }
.recruit-entry2__arw { font-size: 2.2rem; line-height: 1; }
.recruit-entry2__btn:hover { transform: translateY(-0.3rem); background: #0c8077; color: #fff; }
/* 矢印は他ボタン(.recruit-btn::after)と同じ › に統一（円バッジ廃止） */
.recruit-entry2__arw { font-size: 1.8rem; line-height: 1; }
.recruit-entry2__photos { display: flex; justify-content: center; align-items: flex-end; gap: 1.6rem; max-width: 128rem; margin: 5.5rem auto 0; padding: 0 3rem; }
.recruit-entry2__photo { flex: 1 1 0; max-width: 23rem; height: 30rem; background-size: cover; background-position: center; border-radius: 1.6rem; box-shadow: 0 1rem 3rem rgba(0,0,0,.16); }
.recruit-entry2__photo--1 { height: 26rem; }
.recruit-entry2__photo--2 { height: 34rem; }
.recruit-entry2__photo--3 { height: 28rem; }
.recruit-entry2__photo--4 { height: 36rem; }
.recruit-entry2__photo--5 { height: 30rem; }
@media (max-width: 767px) {
  .recruit-entry2 { padding-top: 5rem; margin-top: 4rem; }
  .recruit-entry2__lead { font-size: 1.5rem; }
  .recruit-entry2__photos { gap: .8rem; padding: 0 1.2rem; margin-top: 4rem; }
  .recruit-entry2__photo { max-width: none; height: 20rem; }
  .recruit-entry2__photo--2 { height: 23rem; }
  .recruit-entry2__photo--4 { height: 24rem; }
  .recruit-entry2__photo--3, .recruit-entry2__photo--5 { display: none; }
}
@media (max-width: 767px) {
  .p-news2 { flex-direction: column; gap: 2.4rem; padding: 0; }
  .p-news2__head { flex: none; width: 100%; }
  .p-news2__head .c-heading01 { margin-bottom: 1.6rem; }
  .p-news2__cat ul { flex-direction: row; flex-wrap: wrap; gap: .8rem 2rem; margin-bottom: 2rem; }
  .p-news2__card { width: auto; }
  .p-news2__slider .slick-slide { margin: 0; padding: 0 .8rem; box-sizing: border-box; }
}
/* お知らせ背景 自動スクロール文字（ryukyu11 MV参考・CSSマーキー） 2026-07-07 */
/* 2026-07-16 お知らせ: 左端はコンテンツ幅始まり／右は広げてカードを右端まで（max192rem・右padding0） */
.news-wrap > .inner { position: relative; z-index: 1; max-width: 192rem; margin-left: max(2.4rem, calc((100% - 116.8rem) / 2)); margin-right: 0; padding-right: 0; }
@media (max-width: 767px) { .news-wrap > .inner { margin-left: 0; padding-left: 1.5rem; padding-right: 1.5rem; } }
.news-marquee { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 0; overflow: hidden; pointer-events: none; line-height: 1; }
.news-marquee__track { display: flex; width: max-content; animation: newsMarquee 32s linear infinite; will-change: transform; }
.news-marquee__track span { font-family: "Outfit","Montserrat",sans-serif; font-weight: 800; font-size: 16rem; white-space: nowrap; letter-spacing: .02em; color: #ffffff; opacity: .5; padding-right: 2rem; text-transform: uppercase; }
@keyframes newsMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .news-marquee__track { animation: none; } }
@media (max-width: 767px) { .news-marquee__track span { font-size: 8rem; } }

.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: "Outfit", sans-serif;
}

.home-links-ttl img {
  width: 50px;
}

.home-links {
  margin-top: 20px;
  margin-bottom: 4rem;
}

/* MV下のお知らせ: サムネは維持・日付/タイトルを縦積み（日付｜タイトルの横並び解除） 2026-06-03 */
.news-wrap .c-news__body { flex-direction: column; align-items: flex-start; gap: .4rem; }

.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: 3/2;
  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: #000000;
  /* background-image: url(../img/common/illust16.png); 背景画像はユーザー指示により削除 */
}

.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: 0 auto;
  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: none;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

/* .service::before の装飾画像(v03.png)はユーザー指示により削除 */

/* recruit「わらいふで働く魅力」背景の顔まる装飾（右上・コンテンツ背面） */
.service--recruit { overflow: hidden; }
.service--recruit::before {
  content: "";
  position: absolute;
  top: -6rem;
  right: -8rem;
  width: 42rem;
  height: 42rem;
  background-image: url(../img/recruit/points_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
.service--recruit .inner { position: relative; z-index: 1; }
@media (max-width: 767px) {
  .service--recruit::before { width: 24rem; height: 24rem; top: -3rem; right: -5rem; }
}

.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;
  line-height: 1.5;
}

.-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: "Outfit", 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: #000000;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.tbl-simple td {
  color: #000000;
}

.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: "Outfit", 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 の装飾画像(shape-b.png)はユーザー指示により削除 */

.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; */
  background-color: #ef9d3f;
}

body.home .recruit-wrap .inner {
  width: 100%;
  padding: 0;
}

.-recruit-grid {
  grid-template-columns: 1.5fr 1fr;
  gap: 8rem;
}

.-recruit-grid .grid-col02_text {
  line-height: 2;
  margin: 4rem 0;
  padding: 0 2rem 0 0;
}

.recruit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #fff;
  color: #10a49c;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.4rem 3.6rem;
  border-radius: 999px;
  box-shadow: none;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s, color 0.25s;
}

.recruit-btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: none;
  background: #10a49c;
  color: #fff;
}

.recruit-btn::after {
  content: "›";
  font-size: 1.8rem;
  line-height: 1;
}

/* ===== リクルート：縦スクロールスライダー2列（左配置・上下逆方向・CSSマーキー） 2026-07-17 ===== */
.rv-slider { order: -1; display: flex; gap: 1.2rem; height: 66rem; overflow: hidden; border-radius: 0; }
.rv-col { flex: 1; overflow: hidden; }
.rv-track { display: flex; flex-direction: column; will-change: transform; }
.rv-track img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 1.2rem; display: block; }
.rv-track--up { animation: rvUp 26s linear infinite; }
.rv-track--down { animation: rvDown 26s linear infinite; }
@keyframes rvUp { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@keyframes rvDown { from { transform: translateY(-50%); } to { transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .rv-track--up, .rv-track--down { animation: none; } }
@media (max-width: 767px) {
  /* お知らせ: .p-news2 の align-items:flex-start が column時にスライダー幅を内容依存化→slick幅爆発(巨大空白)。stretch＋幅100%で修正 */
  .p-news2 { align-items: stretch; }
  .p-news2__slider { width: 100%; }
  /* リクルート: 1カラム化・本文の下にスライダー（参考lifewith SPと同様） */
  .recruit-wrap { padding: 5rem 5vw 6rem; background-image: none; border-radius: 1rem; }
  .-recruit-grid { grid-template-columns: 1fr; gap: 3rem; }
  .-recruit-grid > div:not(.rv-slider) { padding: 1rem; }
  .-recruit-grid .grid-col02_text { padding: 0; }
  .rv-slider { order: 0; height: 40rem; gap: 0; }
  .rv-track img { margin-bottom: 0; }
  /* 活動報告: 1カラムスライダー（左右に前後をチラ見せ）。imgはスライド幅いっぱいに（後方の25vwより詳細度を上げる） */
  .home .home-event .slider_item img { width: 100%; }
  /* SPではReport英字を縮小（ユーザー指定4.4rem） */
  .home .home-event .text { font-size: 4.4rem !important; }
}

/* ===== 活動報告(Report)：見出しを拡大＋カードを少し大きく（3枚表示） 2026-07-17 ===== */
.home .home-event .text { font-size: 8rem; }
.home .home-event .c-heading01 span { font-size: 2rem; }
.home-event .slider_item img { width: 29vw; }

/* ===== 社員インタビュー導線 ブラッシュアップ（角丸オレンジカード＋画像フレーム＋バッジ） 2026-07-17 ===== */
.recruit--interview { padding: 5rem clamp(2rem, 5vw, 4rem) 6rem; }
.recruit--interview .recruit-wrap { position: relative; max-width: 128rem; margin: 0 auto; border-radius: 2.4rem; padding: clamp(3.6rem, 5vw, 6.4rem); background: linear-gradient(120deg, #ef9d3f 0%, #f2b25f 100%); overflow: hidden; }
.recruit--interview .inner { max-width: none; width: 100%; padding: 0; }
.recruit--interview .-recruit-grid { grid-template-columns: 1fr 1fr; gap: clamp(3rem, 5vw, 6rem); align-items: center; }
.recruit-interview__tag { display: inline-block; font-family: "Outfit", sans-serif; font-weight: 700; font-size: 1.3rem; letter-spacing: .18em; color: #fff; background: rgba(255,255,255,.24); padding: .5rem 1.4rem; border-radius: 999px; margin-bottom: 1.6rem; }
.recruit-interview__figure { position: relative; }
.recruit-interview__figure img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1.6rem; }
.recruit-interview__badge { position: absolute; left: 1.6rem; bottom: 1.6rem; display: inline-flex; align-items: center; gap: .8rem; background: #fff; color: #ef9d3f; font-family: "Outfit", sans-serif; font-weight: 800; font-size: 1.4rem; letter-spacing: .1em; padding: 1rem 1.8rem; border-radius: 999px; box-shadow: 0 .8rem 2rem rgba(0,0,0,.2); }
.recruit-interview__badge-arw { font-size: 1.8rem; line-height: 1; }
@media (max-width: 767px) {
  .recruit--interview { padding: 4rem 1.5rem 5rem; }
  .recruit--interview .recruit-wrap { border-radius: 1.6rem; padding: 3rem 1.8rem 3.4rem; }
  .recruit--interview .-recruit-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .recruit--interview .recruit-interview__figure { order: -1; }
  /* recruit(.main.home)のservice(Point)節: SPのみ余白調整（ユーザー指定） */
  .home .service { margin-top: 0; padding-top: 4rem !important; }
  /* コーポレートTOP(home)の「保険のご相談」見出しをSPで中央揃え */
  body.home .service .c-heading01_left { align-items: center; text-align: center; }
}

.home-bnr {
  margin: 6rem 0;
}

.home-bnr a {
  transition: all 0.3s;
}

.home-bnr a:hover {
  opacity: 0.7;
}

.insta-wrap {
  margin: 6rem 0;
}

/* 公式インスタ 5×2グリッド（仮・手動設置 / 最終的に instagram-feed プラグインへ戻す予定） */
.insta-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.insta-grid__item {
  margin: 0;
}

.insta-grid__link {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.insta-grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s, opacity 0.3s;
}

.insta-grid__link:hover .insta-grid__img {
  transform: scale(1.06);
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  .insta-grid {
    grid-template-columns: repeat(3, 1fr); /* SPは3列×3段=9枚 */
    gap: 0.6rem;
  }
  .insta-grid__item:nth-child(n+10) { display: none; } /* 10枚目以降は非表示 */
}

.text {
  /* overflow: hidden; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #10a49c;
  font-family: "Outfit", sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.-wh .text {
  color: #fff;
}

.text.is-active {
  --y: 0;
  --rotate: 0;
}

/* H2見出しアニメ 案1：下からスッと（フェード＋上げ・回転なし） 2026-07-07 */
.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(60%);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  transition-delay: calc(0.04s * var(--char-index));
  font-weight: bold;
}
.text.is-active .char {
  opacity: 1;
  transform: translateY(0);
}

.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: 0;
    margin-left: 0;
  }

  .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: 1rem;
  }

  .footer__link {
    text-align: left;
  }

  .footer__item {
    margin-top: 0.5rem;
  }

  .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: #ffffff;
    background: none;
    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: 4rem;
  }

  .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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 0 2rem;
  }

  .-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;
    aspect-ratio: 3 / 2;
  }

  .image-button__text {
    gap: 1rem;
    font-size: 7vw;
  }

  .image-button__content {
    gap: 1rem;
    left: 2rem;
    bottom: 1rem;
    margin-bottom: 2rem;
  }

  .image-button__text span.tag {
    font-size: 10px;
  }

  .image-button__text span.num {
    font-size: 2.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: none;
  }

  .-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: 3rem 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;
    /* bg02-sp.png 背景はユーザー指示により削除 */
  }

  /* .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;
  }

  .nav-drawer__link {
    font-size: 1.6rem;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    padding: 1.2rem 1rem;
    border-radius: 0;
    border: 1px solid #10a49c;
    background: #10a49c;
  }
}

.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: relative;
    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: "Outfit", 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: relative;
    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 2rem; 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; }
@media (max-width: 767px) { .about-lead { padding: 0 2vw; } }
.about-stats { display: flex; justify-content: center; gap: 4rem; flex-wrap: wrap; max-width: 112rem; 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: none; transition: all .3s; border: 1px solid #ededed; }
.blog-card:hover { transform: translateY(-0.4rem); box-shadow: none; }
.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; }
  .p-front .service .image-button { min-height: 0; aspect-ratio: 1; }
}

/* ===== WALIFE TOP 食い込み解消 + 商品画像カード (2026-05-27 上書き) ===== */
/* 原因: .service の margin-top:-28rem は削除した前セクション(ギャラリー/bg)への重ね用。負マージンを解除 */
.home .service { margin-top: 6rem; 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"); }
/* recruit 募集職種ボタン(recruit専用画像, ID指定で確実に上書き) */
#jobs .image-button.btn-1 { background-image: url("../img/recruit/job-advisor.png"); }
#jobs .image-button.btn-2 { background-image: url("../img/recruit/job-office.png"); }

/* ===== 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; margin-top: 4rem; background: #fff; padding: 2rem 1rem 3rem; border-radius: 2rem; }
.u-text-right { text-align: right; }
.u-text-center { text-align: center; margin-top: 3rem; line-height: 1.5; }
/* 2026-07-09 会社/CSR系リード文：横に広がりすぎて末尾1文字だけ折返す(孤立)のを防ぐため測度を制限＋バランス改行 */
.p-company-sec .u-text-center { max-width: 62rem; margin-left: auto; margin-right: auto; text-wrap: balance; }
@media (max-width: 767px) { .p-company-sec .u-text-center { max-width: 100%; } }
.u-note { font-size: 1.3rem; color: #000000; 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; display: flex; justify-content: center; flex-direction: column; align-items: center; }
.message-catch { font-size: 2.8rem; font-weight: 700; color: #10a49c; line-height: 1.6; margin-bottom: 2.4rem; }
@media (max-width:767px){ .message-catch { font-size: 2.2rem; } }
.company-message-grid__img img { object-fit: cover; border-radius: 5rem; }
.company-message-grid__name { margin-top: 1.5rem; font-weight: 700; }
.company-message-grid .c-textA { margin-top: 0; }
@media (max-width: 767px) { .company-message-grid { display: flex; flex-direction: column; } .company-message-grid__img { order: -1; } }
/* わらいふクレド */
.credo-list { counter-reset: credo; list-style: none; padding: 0; margin: 1rem 0 2.8rem; }
.credo-list li { position: relative; padding-left: 3.2rem; margin-bottom: 1rem; line-height: 1.8; }
.credo-list li::before { counter-increment: credo; content: counter(credo) "）"; position: absolute; left: 0; color: #10a49c; font-weight: 700; }
.credo-happo { background: #fff; border: 1px solid #10a49c; border-radius: 1.6rem; padding: 2rem 2.4rem; margin: 0 0 2.8rem; }
.credo-happo h4 { color: #10a49c; font-weight: 700; margin: 0 0 1rem; font-size: 1.7rem; }
.credo-happo__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem 2rem; counter-reset: happo; }
.credo-happo__list li { position: relative; padding-left: 2.4rem; line-height: 1.7; }
.credo-happo__list li::before { counter-increment: happo; content: counter(happo) "."; position: absolute; left: 0; color: #10a49c; font-weight: 700; }
@media (max-width: 767px) { .credo-happo__list { grid-template-columns: 1fr; } }
.company-strength { gap: 3rem; margin-top: 4rem; }
.company-strength__item { background: #fff; border-radius: 1.6rem; padding: 3rem 2.4rem; box-shadow: none; }
.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) ===== */
/* ===== スタッフ紹介カード ブラッシュアップ（横型・役職タグ・吹き出し・Profileアコーディオン） 2026-06-04 ===== */
.staff-branch { display: flex; align-items: center; font-size: 2rem; font-weight: 900; color: #000000; margin: 6rem 0 3rem; padding-bottom: 1.2rem; border-bottom: 2px solid #e2e8f0; }
.staff-branch::before { content: ""; display: inline-block; width: .8rem; height: 2.4rem; background: #10a49c; border-radius: .4rem; margin-right: 1.2rem; }
.staff-list { display: grid; grid-template-columns: 1fr; gap: 2.4rem; padding: 0; list-style: none; margin: 0; }
@media (min-width: 768px) { .staff-list { grid-template-columns: repeat(2, 1fr); gap: 3.2rem; } }
.staff-card { position: relative; background: #fff; border-radius: 2rem; padding: 2.4rem; border: 1px solid #e2e8f0; display: grid; grid-template-columns: 8rem 1fr; grid-template-rows: auto auto auto auto 1fr; column-gap: 1.6rem; row-gap: .8rem; align-items: start; text-align: left; transition: border-color .3s ease; }
@media (min-width: 1024px) { .staff-card { padding: 3.2rem; grid-template-columns: 11rem 1fr; column-gap: 2.4rem; } }
.staff-card__img { grid-column: 1 / 2; grid-row: 1 / 6; width: 8rem; height: 8rem; border-radius: 50%; overflow: hidden; margin: 0; border: 1px solid #e2e8f0; }
@media (min-width: 1024px) { .staff-card__img { width: 11rem; height: 11rem; } }
.staff-card__img img, .staff-card__noimg { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.staff-card__noimg { background: #e1e1e1; }
.staff-card__role { grid-column: 2 / 3; grid-row: 1 / 2; font-size: 1.1rem; font-weight: bold; color: #10a49c; background: #e4f4f3; padding: .4rem 1.2rem; border-radius: 9999px; margin: 0; line-height: 1.4; justify-self: start; }
.staff-card__name { grid-column: 2 / 3; grid-row: 2 / 3; font-size: 1.8rem; font-weight: 900; color: #000000; margin: 0; line-height: 1.3; display: flex; align-items: baseline; flex-wrap: wrap; gap: .8rem; }
@media (min-width: 1024px) { .staff-card__name { font-size: 2rem; } }
.staff-card__name small { font-size: 1.1rem; color: #000000; font-weight: 500; letter-spacing: .05em; }
.staff-card__comment { grid-column: 2 / 3; grid-row: 3 / 4; font-size: 1.3rem; line-height: 1.6; color: #000000; margin: .4rem 0 0; padding: 1.2rem 1.6rem; background: #f8fafc; border-radius: 1.2rem; position: relative; }
.staff-card__comment::before { content: ""; position: absolute; top: 1.6rem; left: -.6rem; transform: translateY(-50%) rotate(45deg); width: 1.2rem; height: 1.2rem; background: #f8fafc; }
.staff-card__licenses { grid-column: 2 / 3; grid-row: 4 / 5; list-style: none; padding: 0; margin: .4rem 0 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.staff-card__licenses li { font-size: 1.1rem; font-weight: bold; color: #0c8079; background: #fff; border: 1px solid #10a49c; padding: .4rem 1rem; border-radius: .6rem; display: inline-flex; align-items: center; }
.staff-card__licenses li::before { content: "✓"; color: #10a49c; margin-right: .4rem; font-weight: 900; }
.staff-card__meta-wrap { grid-column: 2 / 3; grid-row: 5 / 6; width: 100%; margin-top: .8rem; align-self: end; }
.staff-card__meta-btn { background: none; border: 1px solid #e2e8f0; color: #10a49c; font-size: 1.2rem; font-weight: bold; padding: .8rem 1.6rem; border-radius: 9999px; cursor: pointer; display: flex; align-items: center; justify-content: center; width: 100%; transition: all .2s ease; }
.staff-card__meta-btn:hover { background: #e4f4f3; border-color: #10a49c; }
.staff-card__meta-btn::after { content: "+"; font-size: 1.6rem; margin-left: .6rem; transition: transform .3s ease; }
.staff-card__meta-btn.is-active::after { content: "−"; }
.staff-card__meta { display: none; margin: 1.2rem 0 0; padding: 1.6rem; background: #f8fafc; border-radius: 1.2rem; text-align: left; border: 1px solid #e2e8f0; }
.staff-card__meta.is-open { display: block; }
.staff-card__meta dt { font-size: 1.1rem; font-weight: bold; color: #10a49c; margin-top: 1rem; }
.staff-card__meta dt:first-child { margin-top: 0; }
.staff-card__meta dd { font-size: 1.2rem; color: #000000; margin: 0; line-height: 1.5; }
.staff-card__badge { position: absolute; top: -1.2rem; right: 1.6rem; background: #f59e0b; color: #fff; font-size: 100%; font-weight: bold; padding: .4rem 1.2rem; border-radius: 9999px; display: inline-flex; align-items: center; gap: .4rem; z-index: 10; }
.staff-card__badge svg { width: 1.4rem; height: 1.4rem; }
@media (min-width: 768px) { .staff-card--wide { grid-column: 1 / -1; } }
@media (min-width: 1024px) { .staff-card--wide { grid-template-columns: 14rem 1fr; column-gap: 3.2rem; } .staff-card--wide .staff-card__img { width: 14rem; height: 14rem; } .staff-card--wide .staff-card__name { font-size: 2.4rem; } }
@media (max-width: 767px) { .staff-card { grid-template-columns: 7rem 1fr; padding: 1.6rem; column-gap: 1.2rem; } .staff-card__img { width: 7rem; height: 7rem; } .staff-card--wide { grid-column: auto; } }

/* ===== WALIFE 個人/法人ページ (2026-05-27) ===== */
.ins-products { gap: 2.4rem; margin-top: 4rem; }
.ins-product { background: #fff; border-radius: 1.6rem; padding: 1.8rem 1.4rem; box-shadow: none; }
.grid-col03.ins-products .ins-product { background: #f9f9f9; }
.service--recruit .grid-col03.ins-products .ins-product { background: #fff; }

/* ===== CSR 締めのメッセージ（ブラッシュアップ：ティール地パネル＋アクセント） 2026-07-17 ===== */
.csr-closing { position: relative; max-width: 88rem; margin: 6rem auto 0; padding: 5rem clamp(2.4rem, 5vw, 6.4rem) 4.6rem; text-align: center; background: linear-gradient(135deg, #e9f7f5 0%, #f5fbfa 100%); border-radius: 2.4rem; overflow: hidden; }
.csr-closing__logo { display: block; width: 6rem; height: auto; margin: 0 auto 2rem; }
.csr-closing__text { font-size: clamp(1.7rem, 2.1vw, 2.1rem); font-weight: 500; line-height: 2.1; color: #1a1a1a; text-wrap: balance; margin: 0; }
.csr-closing__em { color: #10a49c; font-weight: 700; }
@media (max-width: 767px) { .csr-closing { padding: 3.6rem 2rem 3.4rem; border-radius: 1.6rem; } .csr-closing__text { line-height: 1.95; } }
.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; }
.env-lead { max-width: 80rem; margin: 0 auto 4rem; font-size: 1.6rem; line-height: 2; }
@media (max-width:767px){ .env-lead { font-size: 1.4rem; margin-bottom: 2.5rem; } }
.insurer-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 3rem; max-width: 112rem; 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: 8rem; 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; }
.insurer-logos a, .net-bnr a { display: block; transition: opacity .3s ease; }
.insurer-logos a:hover, .net-bnr a:hover { opacity: .7; }
.flow-step__img { flex: 0 0 auto; width: 18rem; }
.flow-step__img img { width: 100%; border-radius: 1rem; display: block; object-fit: cover; aspect-ratio: 3/2; }
.flow-step__body { flex: 1; }
.faq-list { max-width: 112rem; 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: none; }
.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 { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; justify-items: center; background: #ffffff; padding: 2rem; border-radius: 2rem; border: 2px solid #10a49c; }
.interview-head__img { text-align: center; width: 30rem; max-width: 100%; }
.interview-head__img img { object-fit: cover; border-radius: 50rem; }
.interview-head__role { color: #10a49c; font-weight: 700; font-size: 100%; }
.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: #000000; font-weight: 400; letter-spacing: .05em; margin-top: 1rem; }
.interview-head__profile { line-height: 1.9; font-size: 100%; }
.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: none; }
.interview-qa__q { font-size: 1.7rem; font-weight: 700; color: #10a49c; margin-bottom: .8rem; line-height: 1.5; }
.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: 112rem; margin: 4rem auto 0; background: #fff; border: 1px solid #e5e7eb; border-radius: 1.2rem; padding: 6rem 2rem; /* box-shadow: none; */ }
.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 { grid-template-columns: 1fr; } .interview-head__img { width: auto; } .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; }
}

/* ===== WALIFE 採用ヒーローMV / スタッフ間隔調整 / 強み画像 (2026-05-28) ===== */
/* 採用ヒーロー (self-contained) */
.recruit-mv { position: relative; height: 100vh; min-height: 48rem; overflow: hidden; display: flex; align-items: flex-end; }
.recruit-mv__bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.recruit-mv::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(0 0 0 / 45%) 0%, rgb(0 0 0 / 10%) 40%, rgba(0, 0, 0, 0) 75%); z-index: 1; }
.recruit-mv__inner { position: relative; z-index: 4; color: #fff; max-width: 130rem; padding: 0 5% 12rem; margin: 0; width: 100%; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.recruit-mv__main { order: 1; /* font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif; */ font-size: 6.4rem; font-weight: 700; line-height: 1.45; letter-spacing: .04em; margin: 0 0 1.8rem; text-shadow: 0 0.2rem 1.6rem rgba(0,0,0,.5); }
.recruit-mv__lead { order: 2; display: flex; align-items: center; gap: 1.4rem; /* font-family: "Zen Old Mincho", "Times New Roman", serif; */ font-size: 1.9rem; letter-spacing: .12em; font-weight: 400; margin: 0 0 1.6rem; }
.recruit-mv__lead::before { content: ""; display: inline-block; width: 4.4rem; height: 1px; background: #fff; }
.recruit-mv__sub { order: 3; font-size: 1.5rem; line-height: 1.9; max-width: 60rem; text-shadow: 0 0.1rem 0.8rem rgba(0,0,0,.4); }
@media (max-width: 767px) { .recruit-mv { height: 60vh; min-height: 36rem; } .recruit-mv__inner { padding: 0 6% 9rem; } .recruit-mv__main { font-size: 3rem; line-height: 1.5; } .recruit-mv__lead { font-size: 1.5rem; } .recruit-mv__lead::before { width: 3rem; } }
/* スタッフカード 間隔ゆったり */
.staff-card { padding: 3rem 2.4rem 2.8rem; }
.staff-card__role { margin-top: 1.8rem; }
.staff-card__name { margin: .6rem 0 1.6rem; }
.staff-card__name small { letter-spacing: .08em; margin-top: .4rem; }
.staff-card__comment { line-height: 2; margin-bottom: 1.8rem; }
.staff-card__meta { line-height: 2; padding-top: 1.6rem; }
.staff-card__meta dt { margin-top: 1rem; }
.staff-card__meta dt:first-child { margin-top: 0; }
.staff-card__meta dd { margin: 0 0 .8rem; line-height: 1.9; }
/* 強み3カードの画像 */
.company-strength__img { aspect-ratio: 3/2; overflow: hidden; border-radius: 1rem; margin-bottom: 1.8rem; }
.company-strength__img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== WALIFE 画像追加用 CSS (2026-05-28) ===== */
.p-cushion__img { max-width: 60rem; margin: 3rem auto 0; }
.p-cushion__img img { width: 100%; border-radius: 1.2rem; display: block; }
.company-tq { display: flex; justify-content: center; margin: 3rem 0 1rem; }
.company-tq img { max-width: 22rem; height: auto; }
.company-shop-photo { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 1rem; display: block; margin-bottom: 1.6rem; }
/* アクセス: カード内を h3・詳細テキスト → 画像・MAP の縦積みに（2026-06-03） */
#access .footer-gym-link { grid-template-columns: 1fr; }
#access .footer-shop-info { flex-direction: row; gap: 2.4rem; align-items: flex-start; flex-wrap: wrap; }
#access .shop-info { flex: 1; min-width: 24rem; }
#access .footer-shop-info p { margin: 1rem 0 0; line-height: 1.9; }
#access .footer-shop-info p strong { display: block; margin-top: 1rem; font-weight: 700; color: #10a49c; }
#access .shop-media { flex: 1; min-width: 28rem; display: flex; flex-direction: column; gap: 1.6rem; }
#access .shop-media .company-shop-photo { margin-bottom: 0; aspect-ratio: 2/1; }
#access .footer__map iframe { aspect-ratio: 2/1; border-radius: 1rem; }
/* 2026-07-09 CSR大画像：下のカード列と横幅を揃え(inner幅いっぱい)、やや平たいバナー比率に。中央配置・角丸維持 */
.csr-hero { width: 100%; max-width: 100%; margin: 3rem auto 0; aspect-ratio: 12/5; overflow: hidden; border-radius: 1.6rem; }
@media (max-width: 767px) { .csr-hero { aspect-ratio: 16/9; border-radius: 1.2rem; } }
.csr-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* CSR 取り組みカードの画像（カード上部フル幅・上角丸） 2026-07-07 */
.ins-product .csr-card__img { margin: -1.8rem -1.4rem 1.4rem; aspect-ratio: 3/2; overflow: hidden; border-radius: 1.6rem 1.6rem 0 0; }
.ins-product .csr-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.entry-img { max-width: 80rem; margin: 0 auto 3rem; }
.entry-img img { width: 100%; border-radius: 1.2rem; display: block; }
.interview-day-gallery { max-width: 80rem; margin: 4rem auto 0; }
.interview-day-gallery__ttl { text-align: center; font-size: 1.8rem; font-weight: 700; margin-bottom: 2rem; color: #10a49c; }
.interview-day-gallery ul { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; padding: 0; list-style: none; margin: 0; }
.interview-day-gallery img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 0.8rem; display: block; }
@media (max-width:767px) { .interview-day-gallery ul { grid-template-columns: repeat(3, 1fr); } }

/* ===== WALIFE ヘッダーSNSアイコン サイズ統一 (2026-05-28) ===== */
.header__item.-sns { display: flex; align-items: center; gap: 1.2rem; }
.header__item.-sns .header__link { display: inline-flex; align-items: center; padding: .4rem; }
.header__item.-sns img { width: 2.4rem; height: 2.4rem; object-fit: contain; display: block; }

/* ===== WALIFE フォント統一 (2026-05-28): 本文=IBM Plex Sans JP / 見出し・英数字=Outfit ===== */
html, body { font-family: "IBM Plex Sans JP", sans-serif; }
h1, h2, h3, h4, h5, h6,
.c-heading01, .c-heading02,
.l-page-cover__ttl,
.home-mv__catch-lead, .home-mv__catch-main,
.text, .text .char,
.num, .image-button__text .num,
.home-links-ttl p,
.about-stats__num,
.staff-card__name small, .interview-head__name small, .company-message-grid__name small,
.staff-branch, .interview-head__role,
time, .c-news__time, .blog-card__time, .voice-card__name,
.footer-list-ttl, .footer__copyright,
.faq-item summary::before, .interview-qa__q::before, .interview-qa__a::before,
.recruit-btn { font-family: "Outfit", "IBM Plex Sans JP", sans-serif; }

/* ===== WALIFE お知らせ アイキャッチサムネ (2026-05-28) ===== */
.c-news__link { display: flex; align-items: center; gap: 1.6rem; text-decoration: none; color: inherit; }
.c-news__thumb { flex: 0 0 auto; width: 10rem; aspect-ratio: 4/3; overflow: hidden; border-radius: 0.6rem; background: #f4f4f4; }
.c-news__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.c-news__body { flex: 1; min-width: 0; }
.c-news__ttl { word-break: break-word; }
@media (max-width:767px) { .c-news__thumb { width: 7.4rem; } }


/* ============================================================
   社員インタビュー 追加スタイル（2026-06-02 移設対応）
   ============================================================ */
/* 上部アンカーナビ */
.interview-nav { display:flex; flex-wrap:wrap; justify-content:center; gap:1rem; margin:2.5rem auto 0; max-width:100rem; padding:2rem 4%; background:#f2faf9; list-style:none; }
/* .interview-nav li a のピル体裁は .page-anchor と共通ルールで定義（下向き矢印・ホバー塗り） */
/* 代表あいさつ */
.interview-greeting__label { text-align:center; font-size:2rem; font-weight:700; color:#10a49c; margin-bottom:2.5rem; }
.interview-head__catch { font-size:1.8rem; font-weight:700; line-height:1.6; margin:1rem 0 1.5rem; }
.interview-greeting__body { max-width:80rem; margin:3rem auto 0; }
.interview-greeting__body p { font-size:1.5rem; line-height:2; margin-bottom:1.5rem; }
.interview-greeting__sign { text-align:right; font-weight:700; }
/* 1日のスケジュール（写真付き） */
.one-day-list { list-style:none; padding:0; margin:0 auto; max-width:80rem; }
.one-day-list__item { display:flex; gap:2rem; padding:2.4rem 0; border-bottom:1px dashed #ccc; align-items:flex-start; }
.one-day-list__item:last-child { border-bottom:none; }
.one-day-list__time { flex:0 0 6rem; font-weight:700; color:#10a49c; font-size:1.8rem; padding-top:.4rem; }
.one-day-list__body { flex:1 1 auto; display:grid; grid-template-columns:18rem 1fr; gap:2rem; align-items:start; }
.one-day-list__img img { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:.8rem; display:block; }
.one-day-list__ttl { font-size:1.6rem; font-weight:700; margin-bottom:.8rem; }
.one-day-list__txt { font-size:1.4rem; line-height:1.9; }
@media (max-width:767px) {
  .one-day-list__item { flex-direction:column; gap:1rem; padding:2rem 0; }
  .one-day-list__time { padding-top:0; }
  .one-day-list__body { grid-template-columns:1fr; gap:1.2rem; }
  .one-day-list__img img { aspect-ratio:16/9; }
  .interview-greeting__body p { font-size:1.4rem; }
}


/* ============================================================
   数字で見るわらいふ（採用TOP）2026-06-02
   ============================================================ */
.num-section { padding: 6rem 0; }
.num-section__lead { margin-bottom: 4rem; }
.num-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:2rem; max-width:100rem; margin:0 auto; }
.num-stat { background:#fff; border-radius:1.2rem; padding:3rem 1.5rem; text-align:center; box-shadow: none; }
.num-stat__num { font-size:4.4rem; font-weight:700; color:#10a49c; line-height:1.1; }
.num-stat__unit { font-size:2rem; font-weight:700; margin-left:.3rem; }
.num-stat__static { font-size:4.4rem; font-weight:700; }
.num-stat__label { font-size:1.5rem; font-weight:700; margin-top:1rem; }
.num-stat__label small { display:block; font-size:1.2rem; font-weight:400; color:#000000; margin-top:.5rem; line-height:1.5; }
@media (max-width:1024px){ .num-stats{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:767px){ .num-stats{ gap:1.2rem; } .num-stat{ padding:2.4rem 1rem; } .num-stat__num,.num-stat__static{ font-size:3.6rem; } }

/* ===== 採用TOP: 数字カード（参考デザイン準拠）2026-06-02b ===== */
.num-stat { background:#fff; border-radius:1.4rem; padding:3rem 1.8rem 2.6rem; text-align:center; box-shadow: none; position:relative; overflow:hidden; }
.num-stat::after { content:""; position:absolute; left:0; right:0; bottom:0; height:.5rem; background:linear-gradient(90deg,#33b4dd 0%,#33b4dd 45%,#a3c93f 100%); }
.num-stat__title { font-size:1.7rem; font-weight:700; color:#000000; line-height:1.45; margin-bottom:1.4rem; min-height:4.9rem; display:flex; align-items:center; justify-content:center; }
.num-stat__num { color:#33b4dd; font-weight:700; line-height:1; font-size:5rem; letter-spacing:-.02em; }
.num-stat__static { font-size:5rem; font-weight:700; color:#33b4dd; }
.num-stat__unit { font-size:1.9rem; font-weight:700; margin-left:.2rem; }
.num-stat__note { font-size:1.25rem; color:#000000; margin-top:1.4rem; line-height:1.5; min-height:1.8rem; }
@media (max-width:1024px){ .num-stats{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:767px){ .num-stat{ padding:2.4rem 1rem 2rem; } .num-stat__num,.num-stat__static{ font-size:4rem; } .num-stat__title{ font-size:1.5rem; min-height:0; margin-bottom:1rem; } }

/* ===== 採用TOP: MV フェードスライド ===== */
.recruit-mv__slides { position:absolute; inset:0; z-index:0; }
.recruit-mv__slide { position:absolute; inset:0; background-size:cover; background-position:center; opacity:0; animation:recruitMvFade 18s infinite; }
.recruit-mv__slide:nth-child(1){ animation-delay:0s; }
.recruit-mv__slide:nth-child(2){ animation-delay:6s; }
.recruit-mv__slide:nth-child(3){ animation-delay:12s; }
@keyframes recruitMvFade { 0%{opacity:0;} 4%{opacity:1;} 30%{opacity:1;} 35%{opacity:0;} 100%{opacity:0;} }

/* ===== 採用TOP: パーパス（パララックス） ===== */
.recruit-purpose { position:relative; overflow:hidden; background:#e3f1ef; padding:22rem 5% 23rem; }
.recruit-purpose__inner { position:relative; z-index:2; max-width:84rem; margin:0 auto; text-align:center; }
.recruit-purpose__inner::before { content:""; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:64rem; height:64rem; max-width:92vw; background:rgba(255,255,255,.7); border-radius:50%; z-index:-1; pointer-events:none; }
@media (max-width:767px){ .recruit-purpose__inner::before { width:100vh; height:100vh; max-width:none; aspect-ratio:1; border-radius:0; } }
.recruit-purpose__en { color:#10a49c; font-weight:700; letter-spacing:.25em; font-size:1.5rem; margin-bottom:3rem; }
.recruit-purpose__msg { font-size:2.8rem; font-weight:700; line-height:2.2; color:#000000; }
.recruit-purpose__msg b { color:#10a49c; font-weight:700; }
.recruit-purpose__photo { position:absolute; z-index:1; background-size:cover; background-position:center; border-radius:1rem; box-shadow: none; will-change:transform; }
.recruit-purpose__photo--1 { width:46rem; height:34rem; top:6%; right:0%; }
.recruit-purpose__photo--2 { width:42rem; height:30rem; top:16%; left:-2%; }
.recruit-purpose__photo--3 { width:36rem; height:27rem; bottom:3%; left:2%; }
.recruit-purpose__photo--4 { width:40rem; height:40rem; bottom:4%; right:0%; }
@media (max-width:900px){
  .recruit-purpose { padding:8rem 5% 9rem; }
  .recruit-purpose__msg { font-size:2rem; line-height:2; }
  .recruit-purpose__photo--1{ width:20rem; height:15rem; top:1%; right:1%; }
  .recruit-purpose__photo--2{ width:18rem; height:13rem; top:auto; bottom:1%; left:1%; }
  .recruit-purpose__photo--3{ display:none; }
  .recruit-purpose__photo--4{ display:none; }
}

/* ===== 採用TOP: Message 下部 横スクロール画像 ===== */
.msg-marquee { margin-top:6rem; width:100%; overflow:hidden; }
.msg-marquee__track { display:flex; gap:2rem; width:max-content; animation:msgMarquee 45s linear infinite; }
.msg-marquee:hover .msg-marquee__track { animation-play-state:paused; }
.msg-marquee__item { flex:0 0 auto; width:32rem; height:22rem; border-radius:1.4rem; overflow:hidden; box-shadow: none; }
.msg-marquee__item img { width:100%; height:100%; object-fit:cover; display:block; }
@keyframes msgMarquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@media (max-width:767px){
  .msg-marquee { margin-top:4rem; }
  .msg-marquee__track { gap:1.4rem; animation-duration:30s; }
  .msg-marquee__item { width:24rem; height:16rem; }
}

/* ===== 採用TOP: 資料を見る（会社説明資料） ===== */
.recruit-doc { padding:6rem 0; }
.recruit-doc__lead { margin-bottom:4rem; }
.recruit-doc__card { display:grid; grid-template-columns:34rem 1fr; gap:4rem; max-width:90rem; margin:0 auto; align-items:center; background:#fff; border-radius:1.4rem; box-shadow: none; padding:3rem; }
.recruit-doc__thumb img { width:100%; border-radius:.8rem; display:block; box-shadow: none; }
.recruit-doc__ttl { font-size:2rem; font-weight:700; margin-bottom:1.2rem; }
.recruit-doc__txt { font-size:1.4rem; line-height:1.9; margin-bottom:2.4rem; color:#000000; }
.recruit-doc__btn { display:inline-flex; align-items:center; gap:.6rem; background:#10a49c; color:#fff; font-weight:700; font-size:1.6rem; padding:1.2rem 3.2rem; border-radius:999px; transition:opacity .3s; }
.recruit-doc__btn:hover { opacity:.85; }
.recruit-doc__btn::after { content:"›"; font-size:1.8rem; line-height:1; }
@media (max-width:767px){ .recruit-doc__card{ grid-template-columns:1fr; gap:2rem; padding:2rem; text-align:center; } .recruit-doc__thumb{ max-width:28rem; margin:0 auto; } }

/* ===== 採用TOP: 資料を見る スライドショー（slick）===== */
.doc-slider { max-width:80rem; margin:0 auto; }
.doc-slider .slick-slide { outline:none; }
.doc-slide img { width:100%; display:block; border-radius:1rem; box-shadow: none; }
.doc-slide__ph { display:flex; flex-direction:column; align-items:center; justify-content:center; aspect-ratio:4/3; background:#eef2f5; border-radius:1rem; color:#000000; font-weight:700; font-size:2rem; text-align:center; line-height:1.6; box-shadow: none; }
.doc-slide__ph small { font-size:1.3rem; font-weight:400; margin-top:.6rem; }
.doc-slider__footer { position:relative; max-width:80rem; margin:2.4rem auto 0; display:flex; justify-content:center; align-items:center; gap:2rem; min-height:4.4rem; }
.doc-arrow { width:4.4rem; height:4.4rem; border-radius:50%; border:1px solid #333; background:#fff; font-size:2rem; line-height:1; color:#000000; cursor:pointer; transition:all .3s; padding:0; display:inline-flex; align-items:center; justify-content:center; }
.doc-arrow:hover { background:#33b4dd; border-color:#33b4dd; color:#fff; }
.doc-slider__counter { position:absolute; right:0; bottom:0; font-weight:700; font-size:1.6rem; color:#000000; }
.doc-dl-wrap { margin-top:3rem; }
@media (max-width:767px){ .doc-slide__ph{ font-size:1.6rem; } .doc-slider__counter{ position:static; margin-left:auto; } }


/* ===== 数字で見るわらいふ（Bento / プレーンCSS・Tailwind不使用）2026-06-02c ===== */
.num-section { padding: 7rem 0; background:#f8fafc; }
.num-section__lead { margin-bottom: 4.5rem; }
.num-bento { display:grid; grid-template-columns:repeat(4,1fr); gap:2.4rem; max-width:114rem; margin:0 auto; padding:0 3%; }
.num-card { background:#fff; border:1px solid #eef2f6; border-radius:2.4rem; padding:3rem; display:flex; flex-direction:column; position:relative; overflow:hidden; box-shadow: none; transition:transform .3s, box-shadow .3s; min-height:24rem; }
.num-card--w2 { grid-column:span 2; }
.num-card--full { grid-column:1 / -1; }
.num-card__head { display:flex; align-items:center; justify-content:space-between; margin-bottom:1.6rem; }
.num-card__h { font-size:2rem; font-weight:700; color:#000000; }
.num-card__badge { font-size:1.3rem; font-weight:700; padding:.5rem 1.2rem; background:#f1f5f9; color:#000000; border-radius:.8rem; }
.num-card__chart { width:100%; height:22rem; position:relative; flex-grow:1; }
.num-card__chart--center { display:flex; justify-content:center; }
.num-card__icon { width:5.4rem; height:5.4rem; border-radius:1.6rem; display:flex; align-items:center; justify-content:center; margin-bottom:1.8rem; background:#e4f4f3; color:#10a49c; flex-shrink:0; }
.num-card__icon svg { width:2.8rem; height:2.8rem; }
.num-card__icon img { width:3.8rem; height:3.8rem; object-fit:contain; display:block; } /* 数字で見る 手書き線アイコン 2026-07-07 */
.num-card__icon--sm { width:3.4rem; height:3.4rem; border-radius:1rem; margin-bottom:0; }
.num-card__icon--sm svg { width:1.8rem; height:1.8rem; }
.num-card__icon--sm img { width:2.4rem; height:2.4rem; }
.num-card__icon--green { background:#eaf6ec; color:#5fb86f; }
.num-card__icon--ghost { background:rgba(255,255,255,.2); color:#fff; }
.num-card__title { font-size:1.8rem; font-weight:700; color:#000000; margin-bottom:1rem; }
.num-card__title--lg { font-size:2.2rem; }
.num-card__value { margin-top:auto; display:flex; align-items:baseline; flex-wrap:wrap; }
.num-section .stat-num, .num-section .stat-static { font-weight:900; line-height:1; letter-spacing:-.02em; color:#10a49c; font-size:6rem; }
.num-section .stat-num--green { color:#5fb86f; }
.num-section .stat-static--lg { font-size:5rem; }
.num-section .stat-static--md { font-size:2.4rem; align-self:flex-end; margin-bottom:.6rem; }
.num-card__unit { font-size:2.2rem; font-weight:700; color:#000000; margin-left:.4rem; }
.num-card__unit--sm { font-size:1.8rem; }
.num-card__note { font-size:1.4rem; color:#000000; margin-top:1.4rem; font-weight:500; line-height:1.6; }
.num-card--blue-grad { background:#10a49c; color:#fff; border:none; }
.num-card--green-grad { background:linear-gradient(135deg,#5fb86f 0%,#4a9c59 100%); color:#fff; border:none; }
.num-card--blue-grad .num-card__title, .num-card--green-grad .num-card__title { color:rgba(255,255,255,.95); }
.num-card--blue-grad .stat-num, .num-card--blue-grad .stat-static, .num-card--green-grad .stat-num, .num-card--green-grad .stat-static { color:#fff; }
.num-card--blue-grad .num-card__unit, .num-card--green-grad .num-card__unit { color:rgba(255,255,255,.8); }
.num-card--blue-grad .num-card__note, .num-card--green-grad .num-card__note { color:rgba(255,255,255,.85); }
.num-card--gender { justify-content:center; }
.gender { display:flex; justify-content:space-around; align-items:center; width:100%; }
.gender__col { display:flex; flex-direction:column; align-items:center; }
.gender__icon { width:6.4rem; height:6.4rem; color:#10a49c; margin-bottom:.8rem; display:flex; align-items:center; justify-content:center; }
.gender__icon img { width:5.4rem; height:5.4rem; object-fit:contain; display:block; } /* 男女 手書き線アイコン 2026-07-07 */
.gender__icon--green { color:#5fb86f; }
.gender__label { font-size:1.4rem; font-weight:700; color:#000000; }
.gender__val { display:flex; align-items:baseline; margin-top:.6rem; }
.num-section .gender__val .stat-num { font-size:5rem; }
.gender__sep { width:1px; height:8rem; background:#e2e8f0; }
.num-card--qual { flex-direction:row; align-items:center; gap:4rem; padding:4rem; }
.qual__main { width:40%; position:relative; z-index:1; }
.qual__head { display:flex; align-items:center; gap:1.4rem; margin-bottom:1.6rem; }
.qual__head .num-card__icon { margin-bottom:0; }
.qual__head .num-card__title { margin-bottom:0; }
.qual__value { gap:.6rem; }
.qual__sep { width:1px; align-self:stretch; min-height:12rem; background:rgba(255,255,255,.3); }
.qual__tags { width:60%; }
.qual__tags-h { color:#fff; font-weight:700; font-size:1.8rem; margin-bottom:1.6rem; }
.qual__tag-list { display:flex; flex-wrap:wrap; gap:1rem; }
.qual__tag { padding:.9rem 1.6rem; background:rgba(255,255,255,.2); color:#fff; border:1px solid rgba(255,255,255,.3); border-radius:1rem; font-size:1.4rem; font-weight:700; }
.qual__tags-note { color:rgba(255,255,255,.8); font-size:1.3rem; margin-top:1.6rem; }
@media (max-width:1024px){ .num-bento{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:767px){
  .num-bento{ grid-template-columns:1fr; gap:1.6rem; padding:0 5%; }
  .num-card, .num-card--w2, .num-card--full{ grid-column:auto; }
  .num-card{ min-height:0; padding:2.4rem; }
  .num-card--qual{ flex-direction:column; align-items:flex-start; gap:2.4rem; padding:2.8rem; }
  .qual__main, .qual__tags{ width:100%; }
  .qual__sep{ width:100%; height:1px; min-height:0; }
  .num-section .stat-num, .num-section .stat-static{ font-size:3rem; }
  .num-card__chart{ height:36rem; }
}

/* ===== CTA（front-check.site/recruit/ 複製・walife用ターコイズ） 2026-06-03 ===== */
/* 採用エントリー(.wcta#entry)＋共通お問い合わせCTA(cta-contact.php)で共用 */
.wcta { background:#10a49c; text-align:center; padding:8rem 0; position:relative; margin-top:5rem; }
.wcta__flex { display:flex; justify-content:space-evenly; align-items:center; max-width:100rem; margin:0 auto; padding:0 5%; gap:4rem; }
.wcta__left { display:flex; flex-direction:column; gap:1.5rem; text-align:center; }
.wcta__title { color:#fff; font-weight:700; line-height:1.2; font-size:4rem; }
.wcta__title span { display:block; font-family:"Outfit",sans-serif; font-size:1.8rem; letter-spacing:.25em; text-transform:uppercase; font-weight:700; margin-top:.6rem; }
.wcta__text { color:#fff; font-size:1.6rem; line-height:1.9; }
.wcta__text strong { font-size:1.8rem; display:inline-block; margin-bottom:.6rem; }
.wcta__right { width:calc((100% - 3rem)/2); max-width:48rem; background:#fff; border-radius:1rem; padding:3rem 2rem 2.4rem; }
.wcta__tel { display:inline-flex; align-items:center; justify-content:center; gap:1rem; font-family:"Outfit",sans-serif; font-size:4.2rem; font-weight:700; color:#10a49c; line-height:1.1; transition:opacity .3s; }
.wcta__tel:hover { opacity:.7; }
.wcta__tel svg { width:3rem; height:3rem; flex-shrink:0; }
.wcta__tel-text { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:0 .6rem; margin-top:.8rem; }
.wcta__badge { font-size:1.2rem; border:1px solid #10a49c; color:#10a49c; padding:.3rem .8rem; border-radius:3px; font-weight:700; }
.wcta__hours { font-size:1.8rem; font-weight:700; color:#000000; }
.wcta__note { font-size:1.3rem; flex-basis:100%; color:#000000; margin-top:.4rem; }
.wcta__btn { display:block; width:36rem; max-width:100%; margin:2rem auto 0; background:#10a49c; color:#fff; border:2px solid #10a49c; border-radius:4.5rem; text-align:center; padding:1.5rem 1rem; font-size:1.8rem; font-weight:700; transition:.3s; }
.wcta__btn:hover { background:#fff; color:#10a49c; }
/* 募集要項＋エントリー 2ボタン版（/recruit/ #entry） */
.wcta__actions { display:flex; flex-direction:column; gap:1.6rem; min-width:28rem; }
.wcta__action { display:inline-flex; align-items:center; justify-content:center; padding:1.6rem 2.4rem; border-radius:4.5rem; font-size:1.8rem; font-weight:700; background:#fff; color:#10a49c; border:2px solid #fff; transition:.3s; }
.wcta__action:hover { opacity:.85; }
.wcta__action--outline { background:transparent; color:#fff; border-color:#fff; }
.wcta__action--outline:hover { background:#fff; color:#10a49c; opacity:1; }
@media (max-width:767px){
  .wcta { padding:5rem 0; }
  .wcta__flex { flex-direction:column; gap:0; }
  .wcta__left, .wcta__right { width:90%; margin:0 auto 2rem; }
  .wcta__right { padding:3rem 2rem 2.4rem; }
  .wcta__title { font-size:3.2rem; }
  .wcta__tel { font-size:3rem; }
  .wcta__text { font-size:1.4rem; }
  .wcta__actions { width:90%; margin:0 auto; min-width:0; }
}

/* ===== 採用MV: フェードスライダー(slick)＋オブジェクト 2026-06-02 ===== */
.recruit-mv__slider { position:absolute; inset:0; z-index:0; }
.recruit-mv__slider .slick-list, .recruit-mv__slider .slick-track { height:100%; }
.recruit-mv__item img { width:100%; height:100vh; min-height:48rem; object-fit:cover; display:block; }
.recruit-mv__obj { position:absolute; z-index:2; pointer-events:none; width:14rem; height:auto; filter:drop-shadow(0 .6rem 1.6rem rgba(0,0,0,.2)); animation:recruitObjFloat 6s ease-in-out infinite; }
.recruit-mv__obj--1 { top:9%; right:5%; }
.recruit-mv__obj--2 { bottom:12%; left:4%; width:11rem; animation-delay:2s; }
.recruit-mv__wave-img { position:absolute; bottom:-7rem; left:0; width:100%; z-index:3; line-height:0; pointer-events:none; }
.recruit-mv__wave-img img { width:100%; height:auto; display:block; }
/* 採用MV キャッチ画像（中央配置・コラージュ2枚フェード） 2026-07-07 */
.recruit-mv--catch { align-items:center; }
.recruit-mv__catch { position:absolute; inset:0; z-index:4; display:flex; align-items:center; justify-content:center; padding:0 6%; pointer-events:none; }
.recruit-mv__catch img { width:min(76rem,84%); height:auto; filter:drop-shadow(0 .6rem 2.4rem rgba(0,0,0,.4)); }
@media (max-width:767px){ .recruit-mv__catch img{ width:90%; } }
@keyframes recruitObjFloat { 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-1.5rem); } }
@media (max-width:767px){
  /* SPはユーザー作成の縦長MV画像(780x1125)。フル幅表示（左右余白なし・上14vw） */
  .recruit-mv{ width:100vw; margin:14vw auto 0; height:calc(100vw * 1125 / 780); min-height:0; border-radius:0; overflow:hidden; }
  .recruit-mv__slider{ position:absolute; inset:0; }
  .recruit-mv__slider .slick-list{ height:100%; padding:0; }
  .recruit-mv__slider .slick-track{ height:100%; }
  .recruit-mv__item img{ height:100%; min-height:0; width:100%; object-fit:cover; display:block; }
  .recruit-mv__obj{ display:none; } /* SP画像に装飾が入っているためテーマ装飾は非表示 */
  /* スライドをフル幅に（slickのインラインwidthに勝つため!important／他スライダー保護のため .recruit-mv__slider へ限定） */
  .recruit-mv__slider .slick-slide{ width:100vw !important; padding:0 !important; }
  /* ユーザー指定: recruitのみ Job等のボタン見出し（image-button__text）をSP調整 */
  .main.home:not(.p-front) .image-button__text{ gap:1rem; font-size:5vw; }
}

/* ===== WALIFE 通常ヘッダー: ナビ2段化＋採用/お問い合わせ2ボタン (2026-06-03) ===== */
@media (min-width: 768px) {
  .header__container { align-items: stretch; }
  /* header__main を縦2段（1段目=top: 電話+SNS / 2段目=nav） */
  .header__main { flex-direction: column; align-items: flex-end; justify-content: center; gap: .2rem; }
  /* 1段目: 電話番号(左)＋SNS(右)を横並び */
  .header__top { flex-direction: row; align-items: center; justify-content: flex-end; gap: 1.6rem; width: 100%; padding-top: .5rem; padding-right: 1rem; }
  .header__sns { display: flex; align-items: center; gap: 1rem; list-style: none; margin: 0; padding: 0; }
  .header__sns li { line-height: 0; }
  .header__sns a { display: inline-flex; padding: .2rem; transition: opacity .3s; }
  .header__sns a:hover { opacity: .6; }
  .header__sns img { width: 2.2rem; height: 2.2rem; object-fit: contain; display: block; }
  /* 2段目: ナビ */
  .header__nav { margin: 0 1rem 0 0; }
  .header__list { padding: 0; }
  .header__link { padding: .7rem 1.4rem; }
  /* 採用/お問い合わせ 2ボタン横並び（フル高さ） */
  .header__btns { display: flex; align-items: stretch; }
  .header-cta { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 12rem; padding: 1rem 2rem; color: #fff; text-align: center; transition: opacity .3s; }
  .header-cta:hover { opacity: .85; }
  .header-cta__jp { font-size: 1.6rem; font-weight: 700; line-height: 1.3; }
  .header-cta__en { font-family: "Outfit", sans-serif; font-size: 1rem; font-weight: 500; letter-spacing: .12em; opacity: .85; margin-top: .2rem; }
  .header-cta--recruit { background: #ef9d3f; }
  .header-cta--contact { background: #10a49c; }
  /* 採用ヘッダー専用ボタン: エントリー=オレンジ塗り/白文字, 募集要項=白地/オレンジ枠・文字 */
  .header-cta--entry { background: #ef9d3f; color: #fff; }
  .header-cta--jobs { background: #fff; color: #ef9d3f; border: 2px solid #ef9d3f; }
}

/* ===== 募集職種 切り替えナビ（recruit-advisor / recruit-office 上部） 2026-06-03 ===== */
.job-switch { background:#fff; padding:2.4rem 5%; }
.job-switch .inner { display:flex; gap:1.6rem; justify-content:center; max-width:80rem; margin:0 auto; }
.job-switch__btn { flex:1; max-width:36rem; display:inline-flex; align-items:center; justify-content:center; padding:1.4rem 2rem; border:2px solid #10a49c; border-radius:4.5rem; font-size:1.6rem; font-weight:700; color:#10a49c; background:#fff; text-align:center; transition:.3s; }
.job-switch__btn:hover { background:#10a49c; color:#fff; }
.job-switch__btn.is-active { background:#10a49c; color:#fff; pointer-events:none; }
@media (max-width:767px){ .job-switch { padding:1.6rem 5%; } .job-switch .inner { flex-direction:column; gap:1rem; } .job-switch__btn { max-width:none; font-size:1.4rem; } }

/* ===== 仕事内容 詳細（画像付き） recruit-office 2026-06-03 ===== */
.work-detail { max-width:112rem; margin:4rem auto 0; display:flex; flex-direction:column; gap:3rem; }
.work-detail__item { display:flex; align-items:center; gap:3rem; }
.work-detail__item:nth-child(even) { flex-direction:row-reverse; }
.work-detail__img { flex:0 0 40%; }
.work-detail__img img { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:1.2rem; display:block; box-shadow: none; }
.work-detail__body { flex:1; }
.work-detail__num { display:inline-flex; align-items:center; justify-content:center; width:4rem; height:4rem; border-radius:50%; background:#10a49c; color:#fff; font-family:"Outfit",sans-serif; font-size:1.5rem; font-weight:700; margin-bottom:1.2rem; }
.work-detail__ttl { font-size:2rem; font-weight:700; color:#10a49c; line-height:1.4; margin-bottom:1rem; }
.work-detail__text { font-size:1.5rem; line-height:1.9; color:#000000; }
@media (max-width:767px){
  .work-detail { gap:2.4rem; }
  .work-detail__item, .work-detail__item:nth-child(even) { flex-direction:column; gap:1.4rem; }
  .work-detail__img { flex:none; width:100%; }
  .work-detail__ttl { font-size:1.7rem; }
  .work-detail__text { font-size:1.4rem; }
}

/* ===== キャリアパス 横フロー（recruit-advisor/office Career） 参考スクショ準拠 2026-06-03 ===== */
.career-flow { display:flex; gap:2rem; max-width:104rem; margin:4rem auto 0; padding:0; list-style:none; }
.career-flow__step { flex:1; position:relative; padding-top:7rem; }
.career-flow__step::before { content:""; position:absolute; top:2.4rem; left:0; right:0; height:.3rem; background:linear-gradient(90deg,#10a49c,#5fb86f); z-index:0; }
.career-flow__step:first-child::before { left:50%; }
.career-flow__step:last-child::before { right:50%; }
.career-flow__num { position:absolute; top:0; left:50%; transform:translateX(-50%); width:4.8rem; height:4.8rem; border-radius:50%; background:#10a49c; color:#fff; font-family:"Outfit",sans-serif; font-size:1.6rem; font-weight:700; display:flex; align-items:center; justify-content:center; z-index:1; border:.3rem solid #fff; box-shadow: none; }
.career-flow__card { background:#fff; border-radius:1.2rem; padding:2.4rem 1.6rem; text-align:center; box-shadow: none; height:100%; }
.career-flow__ttl { color:#10a49c; font-size:1.6rem; font-weight:700; line-height:1.5; margin-bottom:1.2rem; }
.career-flow__text { font-size:1.4rem; line-height:1.8; color:#000000; text-align:left; }
.career-flow__img { display:flex; align-items:center; justify-content:center; height:8rem; margin-bottom:1.4rem; }
.career-flow__img img { max-width:100%; max-height:12rem; width:auto; object-fit:contain; display:block; }

/* ===== 1日のスケジュール: timeline（sunabe-tent あゆみ流用 + JSで線が伸びる） 2026-06-03 ===== */
.timeline { width:100%; padding:0 3rem; margin-top:4rem; }
.timeline li { position:relative; list-style:none; padding:0 0 2.4rem 0; }
.timeline li::after { content:''; position:absolute; top:.4rem; left:0; width:2rem; height:2rem; background:#10a49c; border:.4rem solid #fff; border-radius:50%; box-shadow: none; box-sizing:border-box; }
.border-line { position:absolute; left:.8rem; top:0; width:.4rem; height:0; background:var(--iv, #10a49c); }
.timeline dl { margin:0 0 1rem 3em; display:flex; flex-direction:column; }
.timeline dt { font-size:2.8rem; font-weight:700; color:#10a49c; font-family:"Outfit",sans-serif; line-height:1.2; }
.timeline p { line-height:1.7; }
.timeline_img_dd { display:grid; grid-template-columns:0.7fr 1.3fr 1fr; gap:1.2rem 2rem; margin-top:1rem; align-items:start; }
.timeline_txt_dd { display:grid; grid-template-columns:1fr; gap:1.2rem 2rem; margin-top:1rem; }
.timeline_txt_dd .timeline_text { font-size:1.6rem; font-weight:500; color:#000000; }
.timeline_txt_dd img { width:100%; max-width:30rem; aspect-ratio:3/2; object-fit:cover; border-radius:1rem; margin-top:1.2rem; display:block; }
/* 会社の歩み: 画像(左サムネ)＋年/出来事(右に縦積み) */
.timeline--hist .th-row { display:flex; align-items:center; gap:2.4rem; margin-left:3em; }
.timeline--hist .th-img { flex:0 0 16rem; }
.timeline--hist .th-img img { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:1rem; display:block; }
.timeline--hist .th-main { flex:1; min-width:0; }
.timeline--hist .th-year { font-family:"Outfit",sans-serif; font-size:2.8rem; font-weight:700; color:#10a49c; line-height:1.1; }
.timeline--hist .th-year .timeline_year { font-size:1.4rem; font-weight:700; margin-left:.2rem; }
.timeline--hist .th-text { font-size:1.6rem; color:#000000; line-height:1.7; margin-top:.4rem; }
@media (max-width:767px){
  .timeline--hist .th-row { gap:1.4rem; margin-left:2.6em; }
  .timeline--hist .th-img { flex-basis:10rem; }
  .timeline--hist .th-year { font-size:2.2rem; }
  .timeline--hist .th-text { font-size:1.4rem; }
}
.timeline_day { font-weight:700; font-size:1.7rem; color:#000000; }
.timeline_text { font-size:1.4rem; color:#000000; }
.timeline_img_dd img { width:100%; border-radius:1rem; display:block; }
@media (max-width:767px){
  .timeline { padding:0 1rem; }
  .timeline dl { margin-left:2.6em; gap:.6rem; }
  .timeline dt { font-size:2.2rem; }
  .timeline_img_dd, .timeline_txt_dd { grid-template-columns:1fr; gap:.6rem; }
  .timeline_img_dd img { margin-top:.6rem; }
}

/* ===== ご契約の流れ: nakayone-office/judicial の flow デザイン流用（#flow限定・CSSのみ、配色#10a49c/フォントOutfit、矢印CSS） 2026-06-03 ===== */
#flow .flow-list { max-width:112rem; }
#flow .flow-step { background:#fff; border-bottom:none; border-radius:1.2rem; box-shadow: none; padding:2.6rem 3rem; gap:3rem; align-items:center; flex-wrap:wrap; position:relative; }
#flow .flow-step:not(:last-child) { margin-bottom:4.6rem; }
#flow .flow-step:not(:last-child)::after { content:""; position:absolute; left:50%; bottom:-3.4rem; transform:translateX(-50%) rotate(45deg); width:1.6rem; height:1.6rem; border-right:.4rem solid #10a49c; border-bottom:.4rem solid #10a49c; }
#flow .flow-step__num { width:auto; height:auto; border-radius:0; background:transparent; color:#10a49c; font-family:"Outfit",sans-serif; font-size:5.6rem; line-height:1; flex:0 0 auto; flex-direction:column; }
#flow .flow-step__num::before { content:"STEP"; display:block; font-size:1.4rem; letter-spacing:.1em; font-weight:700; }
#flow .flow-step__img { width:20rem; }
#flow .flow-step h3 { color:#10a49c; font-size:2rem; }

/* ===== 個人向け 導入セクション（p-personal-intro） 2026-06-03 ===== */
.p-personal-intro { --pi-primary:#10a49c; --pi-primary-dark:#0c8079; --pi-text:#000000; --pi-muted:#000000; max-width:104rem; margin:0 auto; padding:4rem 0; }
.p-personal-intro *, .p-personal-intro *::before, .p-personal-intro *::after { box-sizing:border-box; }
.p-personal-intro .u-sp-only { display:block; }
.p-personal-intro .u-pc-only { display:none; }
@media (min-width:768px){ .p-personal-intro .u-sp-only{ display:none; } .p-personal-intro .u-pc-only{ display:inline; } }
.p-personal-intro .u-text-gradient { background:linear-gradient(to right,var(--pi-primary),var(--pi-primary-dark)); -webkit-background-clip:text; background-clip:text; color:transparent; }
/* 導入ヘッダー */
.p-intro-header { text-align:center; margin-bottom:4.8rem; padding:0 1.6rem; }
@media (min-width:768px){ .p-intro-header{ margin-bottom:6.4rem; } }
.p-intro-label { display:inline-block; color:var(--pi-primary); font-weight:700; font-size:1.4rem; letter-spacing:.1em; text-transform:uppercase; font-family:"Outfit",sans-serif; padding:.6rem 2rem; border-radius:9999px; border:1px solid #cfeae8; box-shadow: none; margin-bottom:1.6rem; }
.p-intro-catch { font-size:2.4rem; font-weight:900; line-height:1.5; margin:0 0 2.4rem; color:var(--pi-text); }
@media (min-width:768px){ .p-intro-catch{ font-size:3.6rem; line-height:1.6; margin-bottom:3.2rem; } }
.p-intro-lead { color:var(--pi-muted); line-height:1.9; max-width:76rem; margin:0 auto; text-align:left; font-size:1.5rem; }
@media (min-width:768px){ .p-intro-lead{ text-align:center; font-size:1.7rem; } }
/* 2カラム（ポイント＋画像） */
.p-intro-content { display:grid; grid-template-columns:1fr; gap:3.2rem; margin:0 1.6rem 6.4rem; }
@media (min-width:768px){ .p-intro-content{ grid-template-columns:1fr 1fr; gap:4.8rem; margin:0 auto 9rem; padding:0 1.6rem; align-items:stretch; } }
.p-intro-points { display:grid; grid-template-columns:1fr; gap:1.6rem; text-align:left; align-content:center; }
@media (min-width:768px){ .p-intro-points{ gap:2rem; } }
.p-point-card { display:flex; align-items:center; padding:2rem; background:#fff; border-radius:1.6rem; /* box-shadow: none; */ border:1px solid #f1f5f9; position:relative; overflow:hidden; transition:all .3s ease; }
@media (min-width:768px){ .p-point-card{ padding:2.4rem; } }
.p-point-card__bg-num { position:absolute; right:-.8rem; top:-1.6rem; font-size:7.2rem; font-weight:900; color:#eef6f5; font-family:"Outfit",sans-serif; transition:all .5s ease; pointer-events:none; }
.p-point-card:hover .p-point-card__bg-num { transform:scale(1.1) translateY(-.4rem); }
.p-point-card__content { position:relative; z-index:1; display:flex; align-items:center; }
.p-point-card__num { font-size:3rem; font-weight:900; color:var(--pi-primary); margin-right:1.6rem; font-style:italic; font-family:"Outfit",sans-serif; letter-spacing:-1px; }
.p-point-card__text { font-weight:700; color:var(--pi-text); line-height:1.4; margin:0; font-size:1.4rem; }
@media (min-width:768px){ .p-point-card__text{ font-size:2rem; } }
/* ヒーロー画像 */
.p-intro-hero { border-radius:2.4rem; overflow:hidden; box-shadow: none; position:relative; min-height:30rem; }
.p-intro-hero__img { width:100%; height:100%; object-fit:cover; transition:transform .7s ease; position:absolute; inset:0; }
/* ホバー効果OFF（画像。ボタン・リンク以外） */
/* .p-intro-hero:hover .p-intro-hero__img { transform:scale(1.05); } */
.p-intro-hero__overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(15,23,42,.1),transparent); pointer-events:none; }
/* お悩みエリア */
.p-worries { position:relative; background:linear-gradient(to bottom,#e9f6f5,#fff); border-radius:4rem; padding:3.2rem; /* box-shadow: none; */ border:1px solid #eaf5f8; overflow:hidden; margin:3.2rem 1.6rem 0; }
@media (min-width:768px){ .p-worries{ padding:5.6rem; } }
.p-worries__bg-icon { position:absolute; color:var(--pi-primary); opacity:.1; pointer-events:none; }
.p-worries__bg-icon svg { width:9.6rem; height:9.6rem; }
@media (min-width:768px){ .p-worries__bg-icon svg{ width:12.8rem; height:12.8rem; } }
.p-worries__bg-icon--left { top:-1.6rem; left:-1.6rem; transform:rotate(-12deg); }
@media (min-width:768px){ .p-worries__bg-icon--left{ top:2.4rem; left:4rem; } }
.p-worries__bg-icon--right { top:6.4rem; right:-2.4rem; transform:rotate(12deg); }
@media (min-width:768px){ .p-worries__bg-icon--right{ top:4.8rem; right:4.8rem; } }
.p-worries__header { text-align:center; margin-bottom:4rem; position:relative; z-index:1; }
@media (min-width:768px){ .p-worries__header{ margin-bottom:5.6rem; } }
.p-worries__label { display:inline-block; color:var(--pi-primary); font-weight:700; font-size:1.4rem; letter-spacing:.06em; /* background:#fff; */ padding:.6rem 2rem; border-radius:9999px; /* box-shadow: none; */ /* border:1px solid #e9f6f5; */ margin-bottom:0; }
@media (min-width:768px){ .p-worries__label{ font-size:2.2rem; } }
.p-worries__ttl { font-size:2.4rem; font-weight:900; line-height:1.4; margin:0; color:var(--pi-text); }
@media (min-width:768px){ .p-worries__ttl{ font-size:3.6rem; } }
/* お悩みセクション 装飾イラスト（セクション周りに absolute 配置・カード背面から覗かせる） 2026-07-07 */
.p-personal-intro, .p-corporate-intro { overflow-x: clip; } /* 横はみ出しでページが横スクロールしない保険 */
.p-worries-wrap { position: relative; }
.p-worries-wrap .p-worries { position: relative; z-index: 1; }
.p-worries__deco { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.p-worries__deco img { position: absolute; }
.p-worries__deco-person, .p-worries__deco-scene { display: none; }
@media (min-width: 768px) {
  .p-worries__deco-person, .p-worries__deco-scene { display: block; }
  /* 本文に被らないよう小さく＆外側の角へ */
  .p-worries__deco-person { width: auto; height: 14rem; left: -5rem; bottom: -3rem; }
  .p-worries__deco-scene { width: 13rem; height: auto; right: -3rem; top: -4rem; }
}
@media (min-width: 1200px) {
  .p-worries__deco-person { height: 21rem !important; left: 2rem; bottom: -3rem; }
  .p-worries__deco-scene { width: 26rem; right: 1rem; top: -5rem; }
}
.p-worries__list { display:grid; grid-template-columns:1fr; gap:1.6rem; margin:0 0 6.4rem; position:relative; z-index:1; list-style:none; padding:0; }
@media (min-width:768px){ .p-worries__list{ grid-template-columns:repeat(2,1fr); gap:2.4rem; } }
.p-worry-item { display:flex; align-items:center; padding:2rem; background:#fff; border-radius:1.6rem; /* box-shadow: none; */ /* border-bottom:.4rem solid #f1f5f9; */ transition:all .3s ease; }
@media (min-width:768px){ .p-worry-item{ padding:2.4rem; } }
.p-worry-item__icon { width:4rem; height:4rem; border-radius:50%; background:#10a49c; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-right:1.6rem; /* box-shadow: none; */ transition:transform .3s ease; }
@media (min-width:768px){ .p-worry-item__icon{ width:4.8rem; height:4.8rem; margin-right:2rem; } }
.p-worry-item:hover .p-worry-item__icon { transform:scale(1.1) rotate(-3deg); }
.p-worry-item__icon svg { width:2rem; height:2rem; color:#fff; }
@media (min-width:768px){ .p-worry-item__icon svg{ width:2.4rem; height:2.4rem; } }
.p-worry-item__text { font-weight:700; color:var(--pi-muted); font-size:1.4rem; line-height:1.6; transition:color .3s ease; margin:0; }
@media (min-width:768px){ .p-worry-item__text{ font-size:1.6rem; } }
/* CTAボタン */
.p-worries__btn-wrap { display:flex; justify-content:center; position:relative; z-index:1; }
.p-cta-btn { display:inline-flex; align-items:center; background:#ee9c3e; color:#fff; font-weight:700; padding:1.6rem 2.4rem; border-radius:9999px; /* box-shadow: none; */ transition:all .3s ease; position:relative; overflow:hidden; }
@media (min-width:768px){ .p-cta-btn{ padding:2rem 4.8rem; font-size:1.8rem; } }
.p-cta-btn:hover { transform:translateY(-.2rem); /* box-shadow: none; */ }
.p-cta-btn__text { margin-right:1.6rem; }
.p-cta-btn__icon { width:3.2rem; height:3.2rem; background:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:transform .3s ease; }
@media (min-width:768px){ .p-cta-btn__icon{ width:4rem; height:4rem; } }
.p-cta-btn:hover .p-cta-btn__icon { transform:translateX(.4rem); }
.p-cta-btn__icon svg { width:1.6rem; height:1.6rem; color:#f97316; }
.p-cta-btn::after { content:''; position:absolute; inset:0; border-radius:9999px; border:2px solid rgba(255,255,255,.2); pointer-events:none; }

/* ===== わらいふの強み 拡張パネル（front-page about内、色#10a49c・フォント原寸） 2026-06-04 ===== */
.p-strength { padding:6rem 0 2rem; }
.p-strength__inner { max-width:120rem; margin:0 auto; }
.p-strength .c-heading-sec { text-align:center; margin-bottom:4rem; display:flex; flex-direction:column; align-items:center; }
@media (min-width:768px){ .p-strength .c-heading-sec{ margin-bottom:5rem; } }
/* 2026-07-09 大小が逆だったので修正：日本語(わらいふの強み)=小ラベル(上)／英語(Strength)=大見出し(下)。サイト標準(小日本語＋大英語)に統一 */
.p-strength .c-heading-sec__sub { order:2; display:block; color:#10a49c; font-size:34px; font-weight:900; letter-spacing:.05em; text-transform:uppercase; margin:0; font-family:"Outfit",sans-serif; line-height:1.05; }
.p-strength .c-heading-sec__main { order:1; font-size:15px; font-weight:700; margin:0 0 .4rem; color:#000000; letter-spacing:.08em; }
@media (min-width:768px){ .p-strength .c-heading-sec__sub{ font-size:44px; } }
.p-expand-container { display:flex; flex-direction:column; height:70rem; gap:1.6rem; }
@media (min-width:768px){ .p-expand-container{ flex-direction:row; height:45rem; gap:2.4rem; } }
.p-expand-panel { position:relative; border-radius:3.2rem; overflow:hidden; cursor:pointer; flex:1; transition:flex .6s cubic-bezier(0.25,1,0.5,1); background:#e2e8f0; box-shadow: none; }
@media (min-width:768px){ .p-expand-panel:hover{ flex:4; } }
@media (max-width:767px){ .p-expand-panel.is-active{ flex:4; } }
.p-expand-panel__img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; transition:transform .6s ease; }
@media (min-width:768px){ .p-expand-panel:hover .p-expand-panel__img{ transform:scale(1.05); } }
@media (max-width:767px){ .p-expand-panel.is-active .p-expand-panel__img{ transform:scale(1.05); } }
.p-expand-panel__overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(15,23,42,.9) 0%,rgba(15,23,42,.4) 40%,rgba(15,23,42,0) 100%); pointer-events:none; }
.p-expand-panel__link { position:absolute; inset:0; z-index:5; display:block; }
.p-expand-panel__content { position:absolute; bottom:0; left:0; width:100%; padding:2.4rem; display:flex; flex-direction:column; justify-content:flex-end; color:#fff; }
@media (min-width:768px){ .p-expand-panel__content{ padding:3.2rem; } }
.p-expand-panel__header { display:flex; align-items:center; gap:1.6rem; width:max-content; max-width:100%; transition:opacity .3s ease; }
/* 1つをホバーして広がった時、他カラムの文字を一旦非表示 */
@media (min-width:768px){
  .p-expand-container:hover .p-expand-panel:not(:hover) .p-expand-panel__header { opacity:0; }
}
.p-expand-panel__num { width:4.8rem; height:4.8rem; border-radius:50%; background:#10a49c; color:#fff; display:flex; align-items:center; justify-content:center; font-size:2rem; font-weight:900; font-style:italic; font-family:"Outfit",sans-serif; flex-shrink:0; box-shadow: none; }
.p-expand-panel__title { margin:0; line-height:1.3; }
.p-expand-panel__title-sub { display:block; font-size:12px; color:#7fcdc7; font-weight:bold; margin-bottom:2px; }
.p-expand-panel__title-main { display:block; font-size:18px; font-weight:bold; }
@media (min-width:768px){ .p-expand-panel__title-sub{ font-size:14px; } .p-expand-panel__title-main{ font-size:22px; } }
/* 2026-07-09 強み3カードをカードごとにカラフルに（1=ティール/2=オレンジ/3=ブルー）：番号バッジ＋サブ見出し */
.p-strength .p-expand-panel:nth-child(2) .p-expand-panel__num { background:#f0912a; }
.p-strength .p-expand-panel:nth-child(2) .p-expand-panel__title-sub { color:#f8c58e; }
.p-strength .p-expand-panel:nth-child(3) .p-expand-panel__num { background:#3b8ed0; }
.p-strength .p-expand-panel:nth-child(3) .p-expand-panel__title-sub { color:#a6d2f0; }
.p-expand-panel__body { max-height:0; opacity:0; overflow:hidden; transition:opacity .3s ease, max-height .4s ease; width:100%; max-width:60rem; }
@media (min-width:768px){ .p-expand-panel:hover .p-expand-panel__body{ max-height:24rem; opacity:1; margin-top:2.4rem; transition-delay:.1s; } }
@media (max-width:767px){ .p-expand-panel.is-active .p-expand-panel__body{ max-height:32rem; opacity:1; margin-top:1.6rem; } }
/* スマホでは全パネルを常時展開(開きっぱなし) */
@media (max-width:767px){
  .p-expand-container{ height:auto; padding:0 2vw; }
  .p-expand-panel{ flex:none; min-height:40rem; }
  .p-expand-panel__body{ max-height:none; opacity:1; margin-top:1.6rem; }
  .p-expand-panel__header{ opacity:1 !important; }
}
.p-strength-list { list-style:none; padding:0; margin:0; counter-reset:str-counter; }
.p-strength-list li { position:relative; padding-left:2.8rem; margin-bottom:1.2rem; font-size:13px; line-height:1.7; }
@media (min-width:768px){ .p-strength-list li{ font-size:15px; margin-bottom:1.6rem; } }
.p-strength-list li:last-child { margin-bottom:0; }
.p-strength-list li::before { counter-increment:str-counter; content:counter(str-counter); position:absolute; left:0; top:.3rem; width:2rem; height:2rem; background:rgba(255,255,255,.2); border:1px solid rgba(255,255,255,.4); color:#fff; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:10px; font-weight:bold; }
.p-strength-desc { font-size:13px; line-height:1.7; color:rgba(255,255,255,.9); margin:0; }
@media (min-width:768px){ .p-strength-desc{ font-size:15px; } }

/* ===== わらいふの強み 静的3カラム（会社概要 #strength、色#10a49c） 2026-06-04 ===== */
.pss-grid { display:grid; grid-template-columns:1fr; gap:4.8rem 3.2rem; max-width:112rem; margin:4rem auto 0; }
@media (min-width:768px){ .pss-grid{ grid-template-columns:repeat(3,1fr); gap:4rem; } }
.pss-item { display:flex; flex-direction:column; align-items:center; }
.pss-figure { position:relative; width:20rem; height:20rem; margin:0 auto 2.4rem; }
@media (min-width:1024px){ .pss-figure{ width:34rem; height:34rem; margin-bottom:3.2rem; } }
.pss-img-wrap { width:100%; height:100%; border-radius:50%; overflow:hidden; position:relative; z-index:1; background:#fff; border:4px solid #fff; }
.pss-img { width:100%; height:100%; object-fit:cover; }
.pss-num { position:absolute; top:0; left:0; width:7.6rem; height:7.6rem; background:#10a49c; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:3rem; font-weight:900; font-style:italic; font-family:"Outfit",sans-serif; z-index:2; border:3px solid #fff; box-sizing:border-box; padding-right:.5rem; }
.pss-title { margin:0 0 2rem; line-height:1.4; text-align:center; }
.pss-title-sub { display:block; font-size:14px; color:#10a49c; font-weight:bold; margin-bottom:.4rem; }
.pss-title-main { display:block; font-size:20px; font-weight:900; color:#000000; }
/* 2026-07-09 下層「私たちの強み」3カードをTOPと同じ色設定に（01=ティール/02=オレンジ/03=ブルー）：番号バッジ＋サブ見出し */
.pss-item:nth-child(2) .pss-num { background:#f0912a; }
.pss-item:nth-child(2) .pss-title-sub { color:#f0912a; }
.pss-item:nth-child(3) .pss-num { background:#3b8ed0; }
.pss-item:nth-child(3) .pss-title-sub { color:#3b8ed0; }
.pss-body { text-align:left; width:100%; }
.pss-list { list-style:none; padding:0; margin:0; counter-reset:pss-counter; }
.pss-list li { position:relative; padding-left:2.8rem; margin-bottom:1.2rem; font-size:14px; line-height:1.7; color:#000000; }
.pss-list li:last-child { margin-bottom:0; }
.pss-list li::before { counter-increment:pss-counter; content:counter(pss-counter); position:absolute; left:0; top:.2rem; width:2rem; height:2rem; background:#10a49c; color:#fff; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:11px; font-weight:bold; }
.pss-desc { font-size:14px; line-height:1.7; color:#000000; margin:0; }
@media (max-width:767px){
  #flow .flow-step { gap:1.4rem 2rem; padding:2rem; flex-direction:column; align-items:flex-start; }
  #flow .flow-step__num { font-size:4rem; flex-direction:row; gap:.6rem; align-items:baseline; }
  #flow .flow-step__num::before { font-size:1.2rem; }
  #flow .flow-step__img { width:100%; order:3; }
  #flow .flow-step:not(:last-child)::after { bottom:-3rem; }
}
@media (max-width:767px){
  .career-flow { flex-direction:column; gap:1.6rem; max-width:40rem; }
  .career-flow__step { padding-top:0; padding-left:6.4rem; min-height:4.8rem; }
  .career-flow__step::before { top:0; bottom:0; left:2.4rem; right:auto; width:.3rem; height:auto; background:linear-gradient(180deg,#10a49c,#5fb86f); }
  .career-flow__step:first-child::before { top:2.4rem; left:2.4rem; }
  .career-flow__step:last-child::before { right:auto; bottom:50%; }
  .career-flow__num { top:0; left:0; transform:none; }
}

/* ===== 募集職種 導入セクション（recruit-advisor 等） 2026-06-03 ===== */
.job-intro__head { display:flex; align-items:center; gap:4rem; max-width:100rem; margin:0 auto; }
.job-intro__text { flex:1; }
.job-intro__ttl { font-size:2.8rem; font-weight:700; line-height:1.6; color:#10a49c; margin-bottom:2rem; }
.job-intro__lead { font-size:1.6rem; line-height:2; color:#000000; }
.job-intro__img { flex:0 0 40%; }
.job-intro__img img { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:1.4rem; display:block; box-shadow: none; }
.job-intro__values { max-width:100rem; margin:5rem auto 0; }
.job-intro__sub { text-align:center; font-size:2rem; font-weight:700; color:#000000; margin-bottom:3rem; position:relative; padding-bottom:1.4rem; }
.job-intro__sub::after { content:""; position:absolute; left:50%; bottom:0; transform:translateX(-50%); width:5rem; height:.3rem; background:#10a49c; border-radius:2px; }
.value-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:2.4rem; }
.value-card { background:#fff; border:1px solid #eef2f6; border-radius:1.6rem; padding:3rem 2rem; text-align:center; box-shadow: none; }
.value-card__icon { width:6rem; height:6rem; margin:0 auto 1.6rem; border-radius:50%; background:#e4f4f3; color:#10a49c; display:flex; align-items:center; justify-content:center; }
.value-card__icon svg { width:3rem; height:3rem; }
/* 大切にしていること：イラスト画像（900×900）は大きく・円背景なしで表示 2026-07-07 */
.value-card__icon:has(img) { width:14rem; height:14rem; background:transparent; border-radius:0; }
.value-card__icon img { width:100%; height:100%; object-fit:contain; display:block; }
.value-card__ttl { font-size:1.8rem; font-weight:700; color:#10a49c; margin-bottom:1.2rem; }
.value-card__text { font-size:1.4rem; line-height:1.9; color:#000000; text-align:left; }
@media (max-width:767px){
  .job-intro__head { flex-direction:column; gap:2.4rem; }
  .job-intro__img { flex:none; width:100%; }
  .job-intro__ttl { font-size:2.2rem; }
  .value-cards { grid-template-columns:1fr; gap:1.6rem; }
}

/* ===== 採用エントリーCTA（front-check.xyz コンタクトデザイン / コーポCTA .wcta とは別） 2026-06-03 ===== */
.recruit-entry { position:relative; background-size:cover; background-position:center; text-align:center; padding:7rem 0; color:#fff; overflow:hidden; }
.recruit-entry::before { content:""; position:absolute; inset:0; background:linear-gradient(135deg,rgba(16,164,156,.9) 0%,rgba(12,128,121,.92) 100%); z-index:0; }
.recruit-entry__inner { position:relative; z-index:1; max-width:100rem; margin:0 auto; padding:0 5%; }
.recruit-entry__title h2 { font-family:"Outfit",sans-serif; font-weight:700; font-size:5.6rem; line-height:1; letter-spacing:.04em; text-transform:uppercase; color:#fff; }
.recruit-entry__title p { font-size:1.6rem; font-weight:700; margin-top:1rem; letter-spacing:.06em; }
.recruit-entry__text { font-size:1.6rem; line-height:2; margin-top:2.4rem; font-weight:500; }
.recruit-entry__button { display:flex; flex-wrap:wrap; justify-content:center; gap:3rem; max-width:64rem; margin:3.6rem auto 0; }
.recruit-entry__col { flex:1; min-width:24rem; }
.recruit-entry__col > p { font-size:1.4rem; font-weight:700; margin-bottom:1rem; }
.entry-btn { display:flex; align-items:center; justify-content:center; gap:1.2rem; width:100%; background:#fff; color:#10a49c; font-size:2.4rem; font-weight:700; letter-spacing:.03em; padding:1.4rem 2rem; border-radius:6rem; box-shadow: none; transition:transform .25s, box-shadow .25s, background .25s, color .25s; }
.entry-btn:hover { transform:translateY(-.4rem); box-shadow: none; background:#0c8079; color:#fff; }
.entry-btn__ico { width:3rem; height:3rem; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.entry-btn__ico svg { width:100%; height:100%; }
@media (max-width:767px){
  .recruit-entry { padding:5rem 0; }
  .recruit-entry__title h2 { font-size:4rem; }
  .recruit-entry__text { font-size:1.4rem; line-height:1.9; }
  .recruit-entry__button { flex-direction:column; gap:2rem; max-width:36rem; }
  .recruit-entry__col { min-width:0; }
  .entry-btn { font-size:2rem; }
}

/* ===== 代表あいさつ（recruit-interview、配色#10a49c） 2026-06-04 ===== */
.p-message-sec { padding: 2rem 1.6rem 6rem; }
@media (min-width:768px){ .p-message-sec { padding: 4rem 0 10rem; } }
.p-message-sec__inner { max-width: 120rem; margin: 0 auto; }
.p-message-sec .c-heading-sec { text-align:center; padding: 0 0 2.4rem; }
@media (min-width:768px){ .p-message-sec .c-heading-sec { padding: 0 0 4rem; } }
.p-message-sec .c-heading-sec__main { font-size: 2.4rem; font-weight:900; margin:0; color:#000000; letter-spacing:.1em; }
@media (min-width:768px){ .p-message-sec .c-heading-sec__main { font-size: 3.2rem; } }
.p-message-hero { position:relative; width:100%; background:#e2e8f0; aspect-ratio:4/3; overflow:hidden; border-radius:1.2rem; }
@media (min-width:768px){ .p-message-hero { aspect-ratio:16/9; } }
@media (min-width:1024px){ .p-message-hero { aspect-ratio:2.5/1; } }
.p-message-hero__bg { position:absolute; inset:0; width:100%; height:100%; }
.p-message-hero__bg img { width:100%; height:100%; object-fit:cover; object-position:center; }
.p-message-hero__content { position:relative; z-index:10; height:100%; display:flex; flex-direction:column; justify-content:center; padding:2.4rem 1.6rem; }
@media (min-width:768px){ .p-message-hero__content { padding:0 6.4rem; max-width:100rem; margin:0 auto; width:100%; } }
.p-message-hero__text-box { display:flex; flex-direction:column; align-items:center; text-align:center; width:60%; }
@media (min-width:768px){ .p-message-hero__text-box { width:auto; align-items:flex-start; text-align:left; } }
.p-message-hero__company { font-size:1.3rem; font-weight:bold; color:#10a49c; margin:0 0 1.2rem; letter-spacing:.05em; line-height:1.4; }
@media (min-width:768px){ .p-message-hero__company { font-size:1.6rem; margin-bottom:1.6rem; } }
.p-message-hero__name-wrap { border-top:1px solid #10a49c; padding-top:1.2rem; display:flex; flex-direction:column; align-items:center; gap:.4rem; width:100%; }
@media (min-width:768px){ .p-message-hero__name-wrap { padding-top:2.4rem; flex-direction:row; align-items:baseline; gap:1.6rem; width:auto; } }
.p-message-hero__role { font-size:1.4rem; font-weight:900; color:#10a49c; margin:0; }
@media (min-width:768px){ .p-message-hero__role { font-size:2rem; } }
.p-message-hero__name { font-size:2.4rem; font-weight:900; color:#10a49c; margin:0; letter-spacing:.1em; display:flex; flex-direction:column; align-items:center; line-height:1.2; }
@media (min-width:768px){ .p-message-hero__name { font-size:4rem; flex-direction:row; align-items:baseline; } }
.p-message-hero__name small { display:block; font-size:1.1rem; font-weight:bold; color:#10a49c; letter-spacing:0; margin-top:.4rem; }
@media (min-width:768px){ .p-message-hero__name small { display:inline; font-size:1.4rem; margin-top:0; margin-left:.8rem; } }
.p-message-catch { position:relative; z-index:20; background:#10a49c; color:#fff; text-align:center; padding:3.2rem 1.6rem; margin:0; }
@media (min-width:768px){ .p-message-catch { padding:4.8rem 2.4rem; margin:-4.8rem 4rem 0; } }
@media (min-width:1024px){ .p-message-catch { max-width:90rem; margin-left:auto; margin-right:auto; } }
.p-message-catch p { font-size:1.8rem; font-weight:bold; line-height:1.6; margin:0; letter-spacing:.05em; }
@media (min-width:768px){ .p-message-catch p { font-size:2.6rem; } }
.p-message-body { max-width:80rem; margin:0 auto; padding:5.6rem 2.4rem; }
@media (min-width:768px){ .p-message-body { padding:8rem 2.4rem 6rem; } }
.p-message-body p { font-size:1.5rem; line-height:2; color:#000000; margin:0 0 2.4rem; text-align:justify; }
@media (min-width:768px){ .p-message-body p { font-size:1.6rem; margin-bottom:3.2rem; } }
.p-message-body p:last-of-type { margin-bottom:0; }
.p-message-body .p-message__sign { text-align:right; font-size:1.6rem; font-weight:bold; color:#000000; margin-top:4.8rem; }
@media (min-width:768px){ .p-message-body .p-message__sign { font-size:1.8rem; margin-top:6.4rem; } }

/* ===== 見出しアイコン(ttl-icon.svg)を全削除 (2026-06-03 ユーザー指示) ===== */
.c-heading01 span::before,
.c-heading01.-wh span::before,
.footer-gym-link h3 span::before,
.l-page-cover__ttl.is-inview span.min::before {
  display: none !important;
}

/* ショップインフォ見出しを見出しらしく(アイコン削除後) */
.shop-info h3 { font-size: 2.2rem; font-weight: 700; color: #10a49c; text-align: center; margin: 0 0 1.6rem; padding: 0 0 1.2rem; border-bottom: 2px solid #10a49c; }
.shop-info h3 span { padding-left: 0; }

/* 会社概要ページ アンカーリンクナビ */
/* ページ内アンカーナビ 整え（薄ティール地の帯＋ピル＋ジャンプ矢印） 2026-07-07 */
.page-anchor { max-width: 100rem; margin: 4rem auto 0; padding: 2rem 4%; background: #f2faf9; }
.page-anchor__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; padding: 0; margin: 0; list-style: none; }
.page-anchor__list li a,
.interview-nav li a { display: inline-flex; align-items: center; gap: .6rem; padding: 1.85rem 2.7rem; border: 1.5px solid #bfe0dc; border-radius: 4.5rem; color: #0c8077; background: #fff; font-size: 1.6rem; font-weight: 700; text-decoration: none; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.page-anchor__list li a::after,
.interview-nav li a::after { content: ""; width: .5rem; height: .5rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -.15rem; opacity: .55; }
.page-anchor__list li a:hover,
.interview-nav li a:hover { background: #10a49c; color: #fff; border-color: #10a49c; transform: translateY(-2px); }
@media (max-width: 767px) { .page-anchor { padding: 1.4rem 4%; } .page-anchor__list { gap: .7rem; } .page-anchor__list li a, .interview-nav li a { padding: .7rem 1.3rem; font-size: 1.25rem; } }

/* ページ見出しの小ラベル（サブテキスト） */
.l-page-cover__ttl.is-inview span.min {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 1rem;
    padding-left: 0;
    position: relative;
    color: #000000;
}

/* ===== ヘッダー スクロール連動デザイン（kafu踏襲：透過ブラー→フロステッド＋文字色切替） 2026-06-08 / 下層含む全ページ適用 ===== */
/* フロント: ヒーロー写真をヘッダー背後まで広げる（home限定。下層は .l-page-cover が既にヘッダー背後まで来ている） */
/* 2026-07-09 善林堂と同じ「白い縁つきMV」に戻すため、上ガター(base .home-mv padding-top:8.4rem)を復活。↓の全面化はコメントアウト */
/* body.home .home-mv { padding-top: 0; } */

/* ヘッダー: 最上部=透過(+微ブラー)、スクロール後=濃いフロステッド＋影（全ページ） */
.header {
  background: rgb(255 255 255 / 57%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: background .4s ease, -webkit-backdrop-filter .4s ease, backdrop-filter .4s ease, box-shadow .4s ease;
}
.header.scrolled {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  backdrop-filter: blur(12px) saturate(1.2);
  box-shadow: none;
}

/* ナビの白ピル背景を外す（透過→フロステッドの変化を見せるため） */
.header__nav { background: transparent; }

/* ヘッダー文字色: 最上部=白 → スクロール後=黒（.header__tel のメインカラー等はそれぞれの定義を優先） */
.header__top,
.header__top a,
.header__link,
.header__link.-sub { transition: color .4s ease; }
.header:not(.scrolled) .header__top,
.header:not(.scrolled) .header__top a,
.header:not(.scrolled) .header__link,
.header:not(.scrolled) .header__link.-sub { color: #000000; }
/* 電話番号・補足テキストは最上部/スクロール後とも黒 2026-07-06 */
.header:not(.scrolled) .header__tel span,
.header.scrolled .header__tel,
.header.scrolled .header__tel a,
.header.scrolled .header__tel span { color: #000000; }
.header.scrolled .header__top,
.header.scrolled .header__top a,
.header.scrolled .header__link,
.header.scrolled .header__link.-sub { color: #000000; }

/* メッセージヒーローの文字色を白に（背景画像上） */
.p-message-hero__company,
.p-message-hero__role,
.p-message-hero__name,
.p-message-hero__name small { color: #fff; }

/* TELサブラベル(span): 最上部も黒（視認性のため） 2026-07-06 */
.header:not(.scrolled) .header__tel span { color: #000000; }

/* 下層ページ見出し帯: 背景画像の上に #10a49c のグラデフィルター（参考イメージ準拠） */
.l-page-cover { position: relative; overflow: hidden; }
.l-page-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgb(6 92 86 / 72%) 0%, rgb(3 66 62 / 60%) 55%, rgb(0 39 37 / 84%) 100%);
  pointer-events: none;
  z-index: 0;
}
.l-page-cover__inner { position: relative; z-index: 1; }

/* ===== 下層ページ タイトル 刷新v3（2026-07-09）：英字(大・主役)＋日本語(小・上のラベル)。英字は1文字ずつスタッガー表示（既存 nth-child の animation-delay を流用）。左アクセントライン ===== */
.l-page-cover__ttl { position: relative; display: block; white-space: normal; background: transparent; border-radius: 0; min-width: 0; min-height: 0; margin: 0; padding: 0 0 0 1.9rem; left: auto; bottom: auto; }
.l-page-cover__ttl br { display: none; }
.l-page-cover__ttl.is-inview::before {
  content: ""; position: absolute; left: 0; top: .4rem; bottom: .4rem; width: 3px;
  background: linear-gradient(180deg, #ffffff, rgba(255,255,255,.3));
  border-radius: 2px; opacity: 0; transform: translateY(.8rem);
  animation: ltUp .6s ease forwards;
}
/* 日本語＝小さめラベル（上・通常フロー先頭） */
.l-page-cover__ttl.is-inview span.min {
  position: static; display: block;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: clamp(1.4rem, 1.9vw, 1.8rem);
  font-weight: 700; line-height: 1.3; letter-spacing: .12em;
  color: rgba(255,255,255,.9); margin: 0 0 .6rem; padding: 0;
  transform: translateY(.6rem); opacity: 0;
  animation: ltUp .55s ease forwards;
}
.l-page-cover__ttl.is-inview span.min::before { display: none !important; }
/* 英字＝主役の大見出し（1文字spanを1文字ずつ下→定位置へ。遅延は既存 nth-child が付与＝スタッガー） */
.l-page-cover__ttl.is-inview span:not(.min) {
  position: static; display: inline-block;
  font-family: "Outfit", "Montserrat", sans-serif;
  font-weight: 800; font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: 1; letter-spacing: .01em; text-transform: uppercase;
  color: #ffffff; margin: 0;
  opacity: 0; transform: translateY(1.3rem);
  animation-name: ltRise; animation-duration: .55s;
  animation-timing-function: cubic-bezier(.2,.7,.2,1); animation-fill-mode: both;
}
@media (min-width: 767px) { .l-page-cover__inner { padding: 140px 20px 120px 20px; } }
@media (max-width: 766px) {
  .l-page-cover { height: auto; }
  .l-page-cover__inner { padding: 110px 15px 64px 15px; }
  .l-page-cover__ttl { padding-left: 1.4rem; }
  .l-page-cover__ttl.is-inview span.min { font-size: 1.2rem; letter-spacing: .1em; margin-bottom: .4rem; }
  .l-page-cover__ttl.is-inview span:not(.min) { font-size: clamp(2.6rem, 11vw, 3rem); }
}
@keyframes ltUp {
  from { opacity: 0; transform: translateY(1rem); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes ltRise {
  0%   { opacity: 0; transform: translateY(1.3rem) skewY(4deg); }
  100% { opacity: 1; transform: translateY(0) skewY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .l-page-cover__ttl.is-inview::before,
  .l-page-cover__ttl.is-inview span:not(.min),
  .l-page-cover__ttl.is-inview span.min { animation-duration: .001s !important; animation-delay: 0s !important; }
}

/* フッター募集文書番号 + スマホ微調整 2026-06-08 */
/* 募集文書番号：.footer(カラム群)の下部・左端に配置 2026-07-06 */
.footer__doc-number { display: block; width: 100%; font-size: 1.1rem; margin: 2.5rem 0 0; text-align: left; color: #6b7280; border-top: none; padding-top: 0; }
@media screen and (max-width: 767px) {
  .footer__doc-number { margin-top: 6vw; font-size: 3vw; }
}
@media screen and (max-width: 767px) {
  .recruit-mv__wave-img { bottom: 0rem; }
  .slick-initialized .slick-slide { width: 90vw; padding: 0 10px; }
  /* MVスライダーのみ全幅寄り（98vw・余白なし） 2026-07-09 */
  .home-mv .slick-initialized .slick-slide { width: 98vw; padding: 0; }
}

/* TEL: スクロール後も黒（視認性のため） 2026-07-06 */
.header.scrolled .header__tel,
.header.scrolled .header__tel a { color: #000000; }
.header.scrolled .header__tel span { color: #000000; }

/* ABOUT統計をバッジ画像化 2026-06-08 */
.about-stats__img { width: 100%; height: auto; display: block; }
.about-stats li { width: 30rem; max-width: 100%; }
@media screen and (max-width: 767px) { .about-stats { gap: 1rem; } .about-stats li { width: 30%; } }

/* ===== 採用フローティングバナー 2026-06-08 ===== */
.recruit-float { position: fixed; right: 2rem; bottom: 2rem; z-index: 9999; width: min(28rem, 60vw); filter: drop-shadow(0 .6rem 1.6rem rgba(0,0,0,.28)); transition: transform .3s ease; }
.recruit-float[hidden] { display: none; }
.recruit-float:hover { transform: translateY(-.5rem); }
.recruit-float__link { display: block; line-height: 0; }
.recruit-float__img { width: 100%; height: auto; display: block; border-radius: 1rem; transition: transform .3s ease; }
.recruit-float__link:hover .recruit-float__img { transform: scale(1.02); }
.recruit-float__close { position: absolute; top: -1.2rem; right: -1.2rem; width: 3.2rem; height: 3.2rem; padding: 0; border: none; border-radius: 50%; background: #fff; color: #000000; font-size: 2.2rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: none; }
.recruit-float__close:hover { background: #f2f2f2; }
@media screen and (max-width: 767px) { .recruit-float { display: none; } }
/* スマホ下部固定CTA(.sp_cta)の高さ分、フッターが隠れないよう余白確保 2026-07-06 */
@media screen and (max-width: 767px) { body { padding-bottom: 55px; } }

/* スマホ: slickドット余白・矢印位置 2026-06-08 */
@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider { margin-bottom: 30px; margin-top: 1rem; }
  .slick-prev { left: 4vw; top: 95%; }
  .slick-next { right: 4vw; top: 95%; }
}

/* recruit MV 波画像 ゆらぎアニメーション 2026-06-08 */
.recruit-mv__wave-img img { animation: waveFloat 6s ease-in-out infinite; will-change: transform; }
@keyframes waveFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-0.7rem); } }
@media (prefers-reduced-motion: reduce) { .recruit-mv__wave-img img { animation: none; } }

/* ===== 社員インタビュー Q&A: 左右交互タイムライン型（参考デザイン反映） 2026-06-08 ===== */
.interview-qa { display: flex; flex-direction: column; gap: 4.5rem; position: relative; max-width: 112rem; margin: 5rem auto 0; }
.interview-qa .qa-item { position: relative; z-index: 1; width: 80%; display: flex; flex-direction: column; gap: 1.2rem; }
.interview-qa .qa-item:nth-child(odd) { align-self: flex-start; }
.interview-qa .qa-item:nth-child(even) { align-self: flex-end; }
.interview-qa .qa-question { display: flex; align-items: center; gap: 1rem; }
.interview-qa .q-label { font-family: "Outfit","Montserrat",sans-serif; font-size: 2rem; font-weight: 800; color: #fff; background: #10a49c; width: 4.8rem; height: 4.8rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; flex-shrink: 0; }
.interview-qa .q-text { font-size: 1.8rem; font-weight: 700; color: #000000; line-height: 1.5; margin: 0; }
.interview-qa .qa-answer { background: #fff; padding: 2.5rem; border-radius: 2.4rem; border: 1px solid #e5e7eb; display: flex; align-items: flex-start; gap: 1.2rem; /* box-shadow: none; */ }
.interview-qa .qa-item:nth-child(odd) .qa-answer { border-top-left-radius: .4rem; }
.interview-qa .qa-item:nth-child(even) .qa-answer { border-top-right-radius: .4rem; }
.interview-qa .a-label { font-family: "Outfit","Montserrat",sans-serif; font-size: 2.8rem; font-weight: 800; color: #cdd5db; line-height: 1; margin-top: .2rem; flex-shrink: 0; }
.interview-qa .a-text { flex-grow: 1; }
.interview-qa .a-text p { font-size: 1.5rem; line-height: 1.9; color: #000000; margin: 0; }
@media screen and (max-width: 767px) {
  .interview-qa { gap: 3.5rem; max-width: 100%; }
  .interview-qa::before { display: none; }
  .interview-qa .qa-item { width: 100%; align-self: center; }
  .interview-qa .qa-answer { padding: 2rem 1.5rem; border-radius: 1.6rem; }
  .interview-qa .qa-item:nth-child(odd) .qa-answer,
  .interview-qa .qa-item:nth-child(even) .qa-answer { border-radius: 1.6rem; }
  .interview-qa .q-text { font-size: 1.5rem; }
  .interview-qa .q-label { width: 4rem; height: 4rem; font-size: 1.7rem; }
}

/* ===== 1日のスケジュール: 見出し強調 + 内容を白ボックス化 2026-06-08 ===== */
.interview-schedule__ttl { font-size: 2.4rem; color: #232472; position: relative; padding-bottom: 1.2rem; margin-bottom: 3rem; }
.interview-schedule__ttl::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 5rem; height: .3rem; background: #10a49c; border-radius: 2px; }
/* .timeline_img_dd の白ボックスはユーザー指示で取り消し（2026-06-08）
.timeline_img_dd { background: #fff; border: 1px solid #e5e7eb; border-radius: 1.2rem; padding: 2rem; box-shadow: none; } */
@media screen and (max-width: 767px) { .interview-schedule__ttl { font-size: 2rem; } }

/* ===== インタビューQ&A: 特別アイテム(全幅) + 装飾ナンバー 2026-06-08 ===== */
/* 装飾番号（「ひとこと」以外のQ&Aに、右上はみ出しの大きな薄い番号） */
.interview-qa { counter-reset: qanum; }
.interview-qa .qa-item { counter-increment: qanum; }
.interview-qa .qa-item .qa-answer { position: relative; }
.interview-qa .qa-item .a-text { position: relative; z-index: 1; }
.interview-qa .qa-item:not(.qa-item--message) .qa-answer::after {
  content: counter(qanum, decimal-leading-zero);
  position: absolute; top: -3.4rem; right: 1.2rem;
  font-family: "Outfit","Montserrat",sans-serif; font-weight: 800; font-size: 8rem; line-height: 1;
  color: rgba(16,164,156,.14); z-index: 0; pointer-events: none; letter-spacing: -.02em;
}
/* 特別: これから一緒に働くあなたへひとこと（全幅＋teal） */
.interview-qa .qa-item--message { width: 100%; align-self: center; }
.interview-qa .qa-item--message .qa-question { justify-content: center; }
.interview-qa .qa-item--message .q-label { background: #fff; color: #10a49c; box-shadow: none; }
.interview-qa .qa-item--message .qa-answer,
.interview-qa .qa-item--message:nth-child(odd) .qa-answer,
.interview-qa .qa-item--message:nth-child(even) .qa-answer {
  background: #10a49c;
  border-color: transparent; border-top-left-radius: 2.4rem; border-top-right-radius: 2.4rem;
  /* box-shadow: none; */
}
.interview-qa .qa-item--message .a-label { color: rgba(255,255,255,.55); }
.interview-qa .qa-item--message .a-text p { color: #fff; }
@media screen and (max-width: 767px) {
  .interview-qa .qa-item:not(.qa-item--message) .qa-answer::after { font-size: 6rem; top: -2.6rem; right: .6rem; }
}

/* ===== 社員インタビューQ&A リニューアル（e-adshin参考：番号ラベル＋縦組み＋左右アレンジ画像＋人ごとカラフル） 2026-07-07 ===== */
.interview-person { --iv: #10a49c; }
.interview-qa { max-width: 112rem; margin: 4rem auto 0; display: flex; flex-direction: column; gap: 4.4rem; }
/* Question 番号ラベル（人ごとの色） */
.interview-qa .iq-block__label { font-family: "Outfit","Montserrat",sans-serif; font-weight: 700; color: var(--iv); letter-spacing: .1em; font-size: 2.4rem; text-transform: uppercase; margin: 0 0 1rem; display: flex; align-items: baseline; gap: .8rem; }
.interview-qa .iq-block__label::before { content: ""; width: 2.4rem; height: 3px; background: var(--iv); border-radius: 2px; align-self: center; }
.interview-qa .iq-block__label span { font-size: 3.8rem; line-height: 1; letter-spacing: 0; }
/* 質問：下線なし（ユーザー指示） */
.interview-qa .iq-block__q { font-size: 2.2rem; font-weight: 800; line-height: 1.55; color: #14201e; margin: 0 0 1.4rem; padding-bottom: 0; border-bottom: none; }
.interview-qa .iq-block__a p { font-size: 1.6rem; line-height: 2.05; color: #333; margin: 0; }
/* 画像：色付きオフセットパネルを背面に敷き、左右でずらしてデザイン性を出す */
.interview-qa .iq-figure { position: relative; margin: 1.2rem 0; }
.interview-qa .iq-figure img { width: 100%; height: auto; border-radius: 1.6rem; display: block; }
@media (min-width: 768px) {
  .interview-qa .iq-figure { width: 78%; }
  .interview-qa .iq-figure--left { margin-right: auto; }
  .interview-qa .iq-figure--right { margin-left: auto; }
}
/* B案：Q&Aと写真を左右2カラムで対に（設問に画像がある場合） */
.interview-qa .iq-row { display: grid; grid-template-columns: 1fr; gap: 1.6rem; align-items: center; }
.interview-qa .iq-row__media img { width: 100%; height: auto; border-radius: 1.6rem; display: block; }
@media (min-width: 768px) {
  .interview-qa .iq-row { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .interview-qa .iq-row--rev .iq-row__txt { order: 2; }
  .interview-qa .iq-row--rev .iq-row__media { order: 1; }
}
/* ひとことメッセージ：人ごとの色帯 */
.interview-qa .iq-message { background: var(--iv); color: #fff; border-radius: 2rem; padding: 3.2rem; }
.interview-qa .iq-message__q { font-size: 2.9rem; font-weight: 800; line-height: 1.5; margin: 0 0 1.4rem; }
.interview-qa .iq-message__a p { font-size: 1.6rem; line-height: 2.05; margin: 0; }
/* ヘッド・スケジュールも人ごとの色に */
.interview-person .interview-head { border-color: var(--iv); }
.interview-person .interview-head__role { color: var(--iv); }
.interview-person .interview-head__catch { color: var(--iv); }
.interview-person .interview-schedule__ttl { color: var(--iv); }
.interview-person .interview-schedule__ttl::after { background: var(--iv); }
.interview-person .timeline dt { color: var(--iv); }
.interview-person .timeline li::after { background: var(--iv); }
@media (max-width: 767px) {
  .interview-qa { gap: 3.2rem; }
  .interview-qa .iq-block__q { font-size: 1.85rem; }
  .interview-qa .iq-figure { width: 100%; }
  .interview-qa .iq-message { padding: 2.4rem; }
}

/* 会社の歩み(#history): timeline_img_dd は日付が空のため、インタビュー用3カラムを2カラム(内容+画像)に補正 2026-06-08 */
#history .timeline_img_dd .timeline_day { display: none; }
@media screen and (min-width: 768px) {
  #history .timeline_img_dd { grid-template-columns: 1.3fr 1fr; align-items: start; }
}

/* ===== スマホドロワーメニュー 見やすさ調整 2026-07-06 ===== */
@media screen and (max-width: 767px) {
  /* iOS: 100vh はツールバー分を含み最下部が隠れてスクロール不可 → 100dvh(可視高)＋overflow＋safe-areaで最後まで届くように 2026-07-17 */
  .nav-drawer { padding: 76px 0 calc(48px + env(safe-area-inset-bottom, 0px)); justify-content: flex-start; height: 100dvh; overflow-y: auto; -webkit-overflow-scrolling: touch; }
  /* ドロワー最上部のロゴ（ボタン密集の圧迫感を緩和） 2026-07-09 */
  .nav-drawer__logo { width: 100%; text-align: center; margin: 0 0 2rem; }
  .nav-drawer__logo img { width: 44vw; max-width: 190px; height: auto; display: inline-block; }
  /* 1カラムに統一し中央に */
  .nav-drawer__list {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 0 20px;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }
  .nav-drawer__item { grid-column: 1 / -1 !important; width: 100%; margin: 0; }

  /* 上位項目（親カテゴリ／単独リンク）は共通のティールバー */
  .nav-drawer__link02,
  .nav-drawer__link {
    font-size: 1.7rem;
    text-align: left;
    color: #fff;
    font-weight: bold;
    padding: 1.25rem 1.4rem;
    background: #10a49c;
    border: none;
    border-radius: 8px;
    display: block;
  }
  /* 子を持つ親：開いている時だけ下側の角を落としてカード風に */
  .nav-drawer__item.js-has-submenu.is-open .nav-drawer__link02 { border-radius: 8px 8px 0 0; }
  /* アコーディオン開閉インジケーター：+（閉）／−（開） 2026-07-07 */
  .nav-drawer__item.js-has-submenu .nav-drawer__link02 { position: relative; padding-right: 4.4rem; }
  .nav-drawer__item.js-has-submenu .nav-drawer__link02::before,
  .nav-drawer__item.js-has-submenu .nav-drawer__link02::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    width: 1.4rem;
    height: 2px;
    background: #fff;
    border: none;
    transform: translateY(-50%);
    transition: transform .3s, opacity .3s;
  }
  /* 縦棒（+ の縦線）。開いたら消して − にする */
  .nav-drawer__item.js-has-submenu .nav-drawer__link02::before {
    transform: translateY(-50%) rotate(90deg);
  }
  .nav-drawer__item.js-has-submenu.is-open .nav-drawer__link02::before {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
  }
  /* 横棒は常に水平（既存の矢印回転ルールを打ち消す） */
  .nav-drawer__item.js-has-submenu.is-open .nav-drawer__link02::after {
    transform: translateY(-50%) rotate(0deg);
  }

  /* サブメニュー：アコーディオンで開いた時に読みやすくカード化 */
  .nav-submenu.is-open {
    max-height: 40rem;
    margin: 0;
    padding: .2rem 0;
    background: #f5f9f9;
    border-radius: 0 0 8px 8px;
  }
  .nav-submenu li { border-bottom: 1px solid #e6eeee; }
  .nav-submenu li:last-child { border-bottom: none; }
  .nav-submenu a {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1.05rem 1rem 1.05rem 1.8rem;
    color: #0e8d86;
  }

  /* 単独リンク（トピックス/採用サイト/お問い合わせ）の矢印を白・縦中央に */
  .nav-drawer__item.-arrow::after {
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    filter: brightness(0) invert(1);
  }

  /* 下部（採用バナー・電話・営業時間）の余白 */
  .nav-drawer__btn { margin-top: 3rem; }
  .nav-drawer__tel { margin-top: 2.4rem; }
  .nav-drawer__time { margin-top: 1.4rem; }
}

/* ===== スタッフカード 指定反映（font-size:100%・黒文字等） 2026-07-06 ===== */
.staff-card__meta dd {
  font-size: 100%;
  color: #000000;
  margin: 0;
  line-height: 1.5;
}
.staff-card__comment {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  font-size: 100%;
  line-height: 1.6;
  color: #000000;
  margin: .4rem 0 0;
  padding: 1.2rem 1.6rem;
  background: #e4f5f3;
  border-radius: 1.2rem;
  position: relative;
}
.staff-card__comment::before {
  content: "";
  position: absolute;
  top: -.6rem;
  left: 2.4rem;
  transform: rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  background: #e4f5f3;
}
.staff-card__meta-btn {
  background: none;
  border: 1px solid #e2e8f0;
  color: #10a49c;
  font-size: 100%;
  font-weight: bold;
  padding: .8rem 1.6rem;
  border-radius: 9999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all .2s ease;
}
.staff-card__role {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: 100%;
  font-weight: bold;
  color: #10a49c;
  background: #e4f4f3;
  padding: .4rem 1.2rem;
  border-radius: 9999px;
  margin: 0;
  line-height: 1.4;
  justify-self: start;
}
.staff-card__licenses li {
  font-size: 100%;
  font-weight: bold;
  color: #0c8079;
  background: #fff;
  border: 1px solid #10a49c;
  padding: .4rem 1rem;
  border-radius: .6rem;
  display: inline-flex;
  align-items: center;
}
.staff-card__name small {
  display: block;
  flex-basis: 100%;
  width: 100%;
  font-size: 1.4rem;
  color: #000000;
  font-weight: 500;
  letter-spacing: .05em;
}
/* スタッフ名（ローマ字small）は改行して下段に・PC(1024〜)は名前を大きく */
@media (min-width: 1024px) {
  .staff-card__name { font-size: 3rem; }
}

/* スタッフ紹介 AI感改善: 小さい文字をなくす 2026-07-06 */
.staff-card__meta dt { font-size: 100%; }
/* 有資格者バッジ: ブランド色の丸に白シール画像 2026-07-06 */
.staff-card__badge {
  display: flex;
  position: absolute;
  top: -1rem;
  right: 1.6rem;
  width: 5.6rem;
  height: 5.6rem;
  padding: 0;
  background: #f29600;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.staff-card__badge img { width: 74%; height: 74%; object-fit: contain; }

/* スタッフカード レイアウト再構成: 上段=画像+役職/名前、下段フル幅=コメント→免許→Profile 2026-07-06 */
.staff-card {
  grid-template-columns: 8rem 1fr;
  grid-template-rows: auto auto auto auto auto;
  align-items: start;
}
@media (min-width: 1024px) {
  .staff-card { grid-template-columns: 11rem 1fr; }
}
.staff-card__img { grid-column: 1 / 2; grid-row: 1 / 3; align-self: start; }
.staff-card__role { grid-column: 2 / 3; grid-row: 1 / 2; align-self: end; }
.staff-card__name { grid-column: 2 / 3; grid-row: 2 / 3; }
.staff-card__comment { grid-column: 1 / -1; grid-row: 3 / 4; margin-top: 1.2rem; }
.staff-card__licenses { grid-column: 1 / -1; grid-row: 4 / 5; }
.staff-card__meta-wrap { grid-column: 1 / -1; grid-row: 5 / 6; }
/* 吹き出しの三角は画像の下あたり(左寄り)から上向きに */
.staff-card__comment::before { top: -.6rem; left: 3rem; transform: rotate(45deg); }

/* Profile 開閉をスムーズに（display切替→max-height/opacityのトランジション） 2026-07-06 */
.staff-card__meta {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0 1.6rem;
  background: #ffffff;
  border-radius: 1.2rem;
  text-align: left;
  border: 1px solid transparent;
  transition: max-height .45s ease, opacity .3s ease, padding .45s ease, margin .45s ease, border-color .3s ease;
}
.staff-card__meta.is-open {
  max-height: 40rem;
  opacity: 1;
  margin: 1.2rem 0 0;
  padding: 1.6rem;
  border-color: #e2e8f0;
}

/* スタッフ写真を大きく（画面幅別・グリッド列幅も連動） 2026-07-06 */
.staff-card { grid-template-columns: 12rem 1fr; }
.staff-card__img { width: 12rem; height: 12rem; }
@media (min-width: 768px) {
  .staff-card { grid-template-columns: 14rem 1fr; }
  .staff-card__img { width: 14rem; height: 14rem; }
}
@media (min-width: 1024px) {
  .staff-card { grid-template-columns: 18rem 1fr; }
  .staff-card__img { width: 18rem; height: 18rem; }
}

/* ヘッダーTEL(PC): 黒文字・背景なし・左アイコン用余白 2026-07-06 */
@media (min-width: 768px) {
  .header__tel {
    color: #000000;
    background: none;
    padding: 6px 18px;
    border-radius: 5px;
    padding-left: 4rem;
  }
}

/* わらいふで働く魅力: 6項目アイコン（画像は差し替え可能） 2026-07-07 */
.service--recruit .ins-product { text-align: center; }
.service--recruit .ins-product h3 { text-align: center; }
.service--recruit .ins-product p { text-align: left; }
.mikata-icon { width: 18rem; height: 18rem; margin: 0 auto 1.6rem; }
.mikata-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
/* 働く魅力(Point) 6カードをカラフルに（ティール軸＋多色ポップ・vision-net参考） 2026-07-07 */
.service--recruit .ins-product--p1 { --pc:#10a49c; }
.service--recruit .ins-product--p2 { --pc:#3b8ed0; }
.service--recruit .ins-product--p3 { --pc:#57b85f; }
.service--recruit .ins-product--p4 { --pc:#f0912a; }
.service--recruit .ins-product--p5 { --pc:#ef6d7a; }
.service--recruit .ins-product--p6 { --pc:#8b74d4; }
.service--recruit .ins-product .mikata-icon { background: var(--pc,#10a49c); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.service--recruit .ins-product .mikata-icon img { width: 58%; height: 58%; filter: brightness(0) invert(1); } /* 黒線PNG→白抜き */
.service--recruit .ins-product h3 { color: var(--pc,#10a49c); border-bottom-color: var(--pc,#10a49c); }
/* recruit POINT: SPは「アイコン＋タイトル横並び」＋下に説明テキスト 2026-07-17 */
@media (max-width: 767px) {
  .service--recruit .ins-product { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; text-align: left; }
  .service--recruit .ins-product .mikata-icon { width: 5.6rem; height: 5.6rem; margin: 0; flex: 0 0 auto; }
  .service--recruit .ins-product h3 { flex: 1; min-width: 0; margin: 0; padding: 0; border-bottom: none; text-align: left; font-size: 1.7rem; }
  .service--recruit .ins-product p { flex-basis: 100%; width: 100%; margin: 0; }
}
/* 数字カード アイコンチップ 色バリエーション 2026-07-07 */
.num-card__icon--blue { background:#e6f0f9; color:#3b8ed0; }
.num-card__icon--orange { background:#fdefdd; color:#f0912a; }
.num-card__icon--purple { background:#efeafa; color:#8b74d4; }
.num-card__icon--coral { background:#fdeaec; color:#ef6d7a; }
/* 採用 装飾オブジェクト（vision-net参考・浮遊シェイプ） 2026-07-07 */
*:has(> .recruit-deco) { position:relative; overflow:hidden; }
*:has(> .recruit-deco) > *:not(.recruit-deco) { position:relative; z-index:1; }
.recruit-deco { position:absolute; inset:0; z-index:0; pointer-events:none; }

/* ===== コーポレート下層(.p-company-sec)に採用風のカラフルな装飾を付与（控えめ・セクションごとに色替わり） 2026-07-09 ===== */
.p-company-sec { position: relative; overflow: hidden; }
.p-company-sec > .inner { position: relative; z-index: 1; }
.p-company-sec::before, .p-company-sec::after { content:""; position:absolute; border-radius:50%; pointer-events:none; z-index:0; }
.p-company-sec::before { width:22rem; height:22rem; top:-7rem; right:-7rem; background:#3b8ed0; opacity:.08; }
.p-company-sec::after  { width:15rem; height:15rem; bottom:-5rem; left:-5rem; border:2.2rem solid #f0912a; opacity:.12; }
/* セクションごとに配色を変える（採用のような多色感） */
.p-company-sec:nth-of-type(4n+2)::before { background:#ef6d7a; }
.p-company-sec:nth-of-type(4n+2)::after  { border-color:#8b74d4; }
.p-company-sec:nth-of-type(4n+3)::before { background:#8b74d4; }
.p-company-sec:nth-of-type(4n+3)::after  { border-color:#3b8ed0; }
.p-company-sec:nth-of-type(4n)::before   { background:#f0912a; }
.p-company-sec:nth-of-type(4n)::after    { border-color:#ef6d7a; }
/* sub-bg(薄グレー地)では少しだけ濃く見せる */
.p-company-sec.sub-bg::before { opacity:.10; }
.p-company-sec.sub-bg::after  { opacity:.14; }

/* ===== 個人=オレンジ / 法人=水色 : 1個飛ばし(交互＝sub-bg)セクションのメインカラー(teal)をアクセント色へ 2026-07-09 ===== */
.page-personal { --alt: #ef9d3f; }
.page-corporate { --alt: #2ba7dd; }
.page-personal .p-company-sec.sub-bg .c-heading01,
.page-corporate .p-company-sec.sub-bg .c-heading01,
.page-personal .p-company-sec.sub-bg .c-heading-sec__sub,
.page-corporate .p-company-sec.sub-bg .c-heading-sec__sub,
.page-personal .p-company-sec.sub-bg .ins-product h3,
.page-corporate .p-company-sec.sub-bg .ins-product h3 { color: var(--alt); }
.page-personal .p-company-sec.sub-bg .ins-product h3 { border-bottom-color: rgba(239,157,63,.4); }
.page-corporate .p-company-sec.sub-bg .ins-product h3 { border-bottom-color: rgba(43,167,221,.4); }
/* 装飾ブロブも当該セクションはアクセント色で統一 */
.page-personal .p-company-sec.sub-bg::before, .page-corporate .p-company-sec.sub-bg::before { background: var(--alt); }
.page-personal .p-company-sec.sub-bg::after, .page-corporate .p-company-sec.sub-bg::after { border-color: var(--alt); }
/* フロー(ご契約の流れ)のSTEP番号・見出し・矢印も各ページの色に */
.page-personal #flow .flow-step__num, .page-corporate #flow .flow-step__num,
.page-personal #flow .flow-step h3, .page-corporate #flow .flow-step h3 { color: var(--alt); }
.page-personal #flow .flow-step:not(:last-child)::after,
.page-corporate #flow .flow-step:not(:last-child)::after { border-right-color: var(--alt); border-bottom-color: var(--alt); }

/* ===== TOP：見出し(英語)をリクルート参考に多色化 2026-07-09（各セクションで色替わり／採用の.text色分け方式に倣う） ===== */
.home .news .c-heading01, .home .news .text .char { color:#3b8ed0; }        /* News=ブルー */
.home .service .c-heading01, .home .service .text .char { color:#f0912a; }   /* 保険のご相談=オレンジ */
.home .home-event .c-heading01, .home .home-event .text .char { color:#ef6d7a; } /* 活動報告=コーラル */
.home .blog .c-heading01, .home .blog .text .char { color:#8b74d4; }         /* ブログ=パープル */
.home .insta .c-heading01, .home .insta .text .char { color:#5fb86f; }       /* インスタ=グリーン */
/* about(私たちについて)はメインのティール維持。recruit見出しは白(-wh)のまま非変更 */
@media (max-width:767px){
  .p-company-sec::before { width:13rem; height:13rem; top:-4.5rem; right:-4.5rem; }
  .p-company-sec::after  { width:9.5rem; height:9.5rem; border-width:1.5rem; bottom:-3.5rem; left:-3.5rem; }
}
.recruit-deco__item { position:absolute; display:block; will-change:transform; animation:recruitObjFloat 7s ease-in-out infinite; }
.recruit-deco__item--circle-blue { width:16rem; height:16rem; border-radius:50%; background:#3b8ed0; opacity:.13; top:6%; left:-3rem; }
.recruit-deco__item--ring-orange { width:15rem; height:15rem; border-radius:50%; border:2.4rem solid #f0912a; opacity:.16; top:10%; right:-3rem; animation-delay:1.5s; }
.recruit-deco__item--dots-purple { width:15rem; height:10rem; background-image:radial-gradient(#8b74d4 32%, transparent 34%); background-size:2.2rem 2.2rem; opacity:.38; bottom:6%; left:3%; animation-delay:.8s; }
.recruit-deco__item--bar-coral { width:22rem; height:.9rem; border-radius:1rem; background:#ef6d7a; opacity:.5; transform:rotate(-28deg); bottom:18%; right:5%; animation-delay:2.2s; }
.recruit-deco__item--dots-teal { width:15rem; height:10rem; background-image:radial-gradient(#10a49c 32%, transparent 34%); background-size:2.2rem 2.2rem; opacity:.3; top:7%; right:3%; }
.recruit-deco__item--circle-coral { width:13rem; height:13rem; border-radius:50%; background:#ef6d7a; opacity:.11; bottom:8%; left:-3rem; animation-delay:1.2s; }
.recruit-deco__item--ring-purple { width:16rem; height:16rem; border-radius:50%; border:2.4rem solid #8b74d4; opacity:.13; top:12%; left:-3rem; animation-delay:.5s; }
.recruit-deco__item--bar-orange { width:20rem; height:.9rem; border-radius:1rem; background:#f0912a; opacity:.45; transform:rotate(26deg); bottom:12%; right:4%; animation-delay:1.8s; }
@media (prefers-reduced-motion: reduce){ .recruit-deco__item { animation:none; } }
@media (max-width:767px){
  .recruit-deco__item--circle-blue,.recruit-deco__item--circle-coral,.recruit-deco__item--ring-orange,.recruit-deco__item--ring-purple{ width:9rem; height:9rem; }
  .recruit-deco__item--ring-orange,.recruit-deco__item--ring-purple{ border-width:1.4rem; }
  .recruit-deco__item--dots-purple,.recruit-deco__item--dots-teal{ width:9rem; height:6.5rem; background-size:1.6rem 1.6rem; }
  .recruit-deco__item--bar-coral,.recruit-deco__item--bar-orange{ width:13rem; }
}
/* 採用セクション見出しの英字をカラフルに（採用固有スコープ） 2026-07-07 */
.service--recruit .text { color:#f0912a; }   /* Point → オレンジ */
.num-section .c-heading01 { color:#8b74d4; }  /* Number → パープル */
/* コーポレート(トップ)：メインカラー(ティール)多めの装飾バリエーション 2026-07-07 */
.recruit-deco__item--circle-teal { width:16rem; height:16rem; border-radius:50%; background:#10a49c; opacity:.10; top:8%; left:-3rem; }
.recruit-deco__item--ring-teal { width:15rem; height:15rem; border-radius:50%; border:2.4rem solid #10a49c; opacity:.13; top:12%; right:-3rem; animation-delay:1.2s; }
.recruit-deco__item--bar-teal { width:20rem; height:.9rem; border-radius:1rem; background:#10a49c; opacity:.32; transform:rotate(-26deg); bottom:14%; right:5%; animation-delay:1.8s; }
.recruit-deco__item--circle-teal-lt { width:13rem; height:13rem; border-radius:50%; background:#3fc4bb; opacity:.14; bottom:8%; left:-3rem; animation-delay:.6s; }
@media (max-width:767px){
  .recruit-deco__item--circle-teal,.recruit-deco__item--circle-teal-lt,.recruit-deco__item--ring-teal{ width:9rem; height:9rem; }
  .recruit-deco__item--ring-teal{ border-width:1.4rem; }
  .recruit-deco__item--bar-teal{ width:13rem; }
}

/* ===== スマホドロワー 親項目：文字=ページ遷移／右端＋−ボタン=アコーディオン 2026-07-10 ===== */
@media (max-width: 767px) {
  .nav-drawer__item.js-has-submenu { position: relative; }
  /* 文字リンク＋開閉ボタンを内包する行（ボタンの基準／高さはバーぶんのみ） */
  .nav-drawer__row { position: relative; }
  .nav-drawer__row .menu-link { display: block; }
  /* ＋−ボタン領域ぶんの余白（テキストがボタンに被らないように） */
  .nav-drawer__item.js-has-submenu .nav-drawer__link02 { padding-right: 5.4rem; }
  /* 右端の開閉ボタン（透明オーバーレイ。＋−アイコンは既存の .nav-drawer__link02 側で描画） */
  .nav-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 2;
  }
}

/* ===== PCヘッダー メガメニュー（nobel参考・ホバーでフェード＋スライドダウン） 2026-07-16 ===== */
@media (min-width: 768px) {
  .header__item.-mega { position: static; }
  .header__item.-mega > .header__link.-drop { padding-right: 0; }
  .header__item.-mega > .header__link.-drop::after { content: "\FF0B"; position: static; top: auto; right: auto; display: inline-block; margin-left: .6rem; font-size: 1.3rem; font-weight: 400; line-height: 1; vertical-align: middle; border: none; width: auto; height: auto; transform: none; transition: none; }
  .header__item.-mega.is-open > .header__link.-drop::after { content: "\FF0D"; transform: none; }
  .megamenu { position: fixed; left: 0; top: var(--mega-top, 8rem); width: 100%; background: #fff; box-shadow: 0 1.6rem 3.6rem rgba(0,0,0,.12); border-top: 1px solid rgba(0,0,0,.06); opacity: 0; visibility: hidden; transform: translateY(-1.2rem); transition: opacity .35s ease, transform .35s ease, visibility .35s ease; z-index: 19; padding: 3.4rem 0 4rem; }
  .megamenu::before { content: ""; position: absolute; left: 0; right: 0; top: -3rem; height: 3rem; }
  .header__item.-mega.is-open .megamenu { opacity: 1; visibility: visible; transform: translateY(0); }
  .megamenu__inner { max-width: 116.8rem; margin: 0 auto; padding: 0 2.4rem; }
  .megamenu__head { display: flex; align-items: baseline; gap: 2.4rem; margin-bottom: 2.2rem; padding-bottom: 1.4rem; border-bottom: 2px solid #10a49c; }
  .megamenu__title { font-size: 2.4rem; font-weight: 800; color: #10a49c; letter-spacing: .04em; }
  .megamenu__top { font-size: 1.4rem; font-weight: 700; color: #333; text-decoration: none; transition: color .2s ease; }
  .megamenu__top::after { content: " \2192"; color: #10a49c; }
  .megamenu__top:hover { color: #10a49c; }
  .megamenu__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem 3.2rem; }
  .megamenu__links a { display: inline-flex; align-items: center; gap: .8rem; font-size: 1.5rem; font-weight: 700; color: #1f2a37; text-decoration: none; padding: .7rem 0; transition: color .2s ease, transform .2s ease; }
  .megamenu__links a::before { content: "\203A"; color: #10a49c; font-size: 1.4rem; }
  .megamenu__links a:hover { color: #10a49c; transform: translateX(3px); }
}

/* ===== 導入 2カラム(header+hero)＋points3カラム(画像) 2026-07-16 ===== */
.p-intro-top { display: grid; grid-template-columns: 1fr; gap: 3.2rem; margin: 0 1.6rem 4.8rem; align-items: center; }
@media (min-width: 768px) { .p-intro-top { grid-template-columns: 1fr 1fr; gap: 5rem; margin: 0 auto 6.4rem; padding: 0 1.6rem; max-width: 116.8rem; } }
.p-intro-top .p-intro-header { text-align: left; margin: 0; padding: 0; }
.p-intro-top .p-intro-lead { text-align: left; margin: 0; max-width: none; }
.p-intro-top .p-intro-hero { min-height: 26rem; height: 100%; }
.p-intro-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin: 0 1.6rem 6.4rem; align-content: initial; text-align: left; }
@media (min-width: 768px) { .p-intro-points { max-width: 116.8rem; margin: 0 auto 9rem; padding: 0 1.6rem; gap: 2.4rem; } }
@media (max-width: 767px) { .p-intro-points { grid-template-columns: 1fr; } }
/* ポイントカード刷新: タイトル(下向き吹き出し)→num→画像／背景色・枠線なし 2026-07-17 */
.p-point-card { flex-direction: column; align-items: center; text-align: center; padding: 0; background: transparent; border: none; overflow: visible; }
.p-point-card__title { position: relative; display: block; width: 100%; margin: 0 0 2.6rem; padding: 1.4rem 1.6rem; background: var(--pi-primary); color: #fff; font-weight: 700; font-size: clamp(1.5rem, 1.6vw, 1.9rem); line-height: 1.5; border-radius: 1rem; }
.p-point-card__title::after { content: ""; position: absolute; left: 50%; bottom: -1.1rem; transform: translateX(-50%); width: 0; height: 0; border-left: 1.1rem solid transparent; border-right: 1.1rem solid transparent; border-top: 1.1rem solid var(--pi-primary); }
.p-point-card__num { display: block; margin: 0 0 1rem; font-family: "Outfit", sans-serif; font-weight: 900; font-style: italic; font-size: 3.6rem; line-height: 1; color: var(--pi-primary); }
.p-point-card__img { width: 100%; aspect-ratio: 1 / 1; background: transparent; }
.p-point-card__img img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* ===== サービス統合メガ（2カラム＋画像カード） 2026-07-16 ===== */
@media (min-width: 768px) {
  .megamenu__2col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
  .megamenu__card { display: block; position: relative; border-radius: 1.2rem; overflow: hidden; text-decoration: none; color: inherit; margin-bottom: 1.8rem; box-shadow: 0 .6rem 2rem rgba(0,0,0,.1); }
  .megamenu__card-img { display: block; width: 100%; aspect-ratio: 16/6; background-size: cover; background-position: center; transition: transform .5s ease; }
  .megamenu__card:hover .megamenu__card-img { transform: scale(1.06); }
  .megamenu__card-body { position: absolute; left: 0; bottom: 0; width: 100%; padding: 1.4rem 1.8rem; background: linear-gradient(to top, rgba(12,128,119,.92), rgba(12,128,119,0)); color: #fff; display: flex; align-items: baseline; gap: 1rem; }
  .megamenu__card-ttl { font-size: 1.9rem; font-weight: 800; }
  .megamenu__card-en { font-family: "Outfit", sans-serif; font-size: 1.2rem; letter-spacing: .1em; opacity: .9; }
  .megamenu__links--col { grid-template-columns: 1fr 1fr; gap: 1rem 2.4rem; }
  /* 会社概要メガメニュー: 左=外観画像 / 右=見出し+リンク 2026-07-17 */
  .megamenu__2col--company { grid-template-columns: 34rem 1fr; align-items: stretch; }
  .megamenu__col--visual { display: flex; }
  .megamenu__photo { display: block; width: 100%; height: 100%; min-height: 22rem; border-radius: 1.2rem; background-size: cover; background-position: center; }
}

/* ===== 個人/法人 切替タブ 2026-07-16 ===== */
.service-tab { padding: 3.2rem 5% 0; }
.service-tab .inner { display: flex; gap: 1.2rem; justify-content: center; max-width: 72rem; margin: 0 auto; }
.service-tab__btn { flex: 1; max-width: 34rem; display: inline-flex; align-items: center; justify-content: center; padding: 1.5rem 2rem; border: 2px solid #10a49c; border-radius: 9999px; font-size: 1.6rem; font-weight: 700; color: #10a49c; background: #fff; text-decoration: none; text-align: center; transition: background .25s ease, color .25s ease, transform .25s ease; }
.service-tab__btn:hover { background: #10a49c; color: #fff; transform: translateY(-2px); }
.service-tab__btn.is-active { background: #10a49c; color: #fff; pointer-events: none; }
@media (max-width: 767px) { .service-tab { padding-top: 2rem; } .service-tab .inner { gap: .8rem; } .service-tab__btn { font-size: 1.4rem; padding: 1.2rem 1rem; } }

/* ===== サービス パララックスパネル（個人/法人・shinka参考） 2026-07-16 ===== */
.service-panels { margin-top: 4rem; display: flex; flex-direction: column; gap: 2.4rem; }
.svc-panel { position: relative; display: block; height: 42rem; border-radius: 2rem; overflow: hidden; text-decoration: none; color: #fff; box-shadow: 0 1rem 3rem rgba(0,0,0,.12); }
.svc-panel__bg { position: absolute; left: 0; right: 0; top: -14%; height: 128%; background-size: cover; background-position: center; will-change: transform; }
.svc-panel__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,92,86,.82) 0%, rgba(6,92,86,.52) 45%, rgba(6,92,86,.12) 100%); }
.svc-panel--for-corporate .svc-panel__overlay { background: linear-gradient(90deg, rgba(17,58,104,.82) 0%, rgba(17,58,104,.52) 45%, rgba(17,58,104,.12) 100%); }
.svc-panel__body { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 0 6%; }
.svc-panel__en { font-family: "Outfit", sans-serif; font-weight: 800; font-style: italic; font-size: clamp(2.2rem, 3.4vw, 3.4rem); line-height: 1; letter-spacing: .02em; opacity: .92; }
.svc-panel__ttl { font-size: clamp(2.8rem, 4.2vw, 4.4rem); font-weight: 800; margin-top: .6rem; }
.svc-panel__desc { font-size: 1.5rem; font-weight: 500; line-height: 1.8; max-width: 46rem; margin-top: 1.2rem; }
.svc-panel__more { display: inline-flex; align-items: center; gap: 1rem; margin-top: 2.2rem; padding: 1.1rem 2.4rem 1.1rem 1.1rem; border: 1.5px solid rgba(255,255,255,.7); border-radius: 9999px; font-weight: 700; font-size: 1.5rem; transition: background .25s ease, color .25s ease; }
.svc-panel__more-ico { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: #fff; color: #0c8077; font-size: 1.5rem; }
.svc-panel:hover .svc-panel__more { background: #fff; color: #0c8077; }
@media (max-width: 767px) {
  .svc-panel { height: 28rem; border-radius: 1.4rem; }
  .svc-panel__body { padding: 0 7%; }
  .svc-panel__desc { font-size: 1.4rem; }
}

/* ===== サービス ピン留め切替（shinka Our Service 参考：スクロールで個人→法人が切替） 2026-07-16 ===== */
.svc-scroll { position: relative; height: 220vh; margin-top: 4rem; }
.svc-stage { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.svc-slide { position: absolute; inset: 0; display: block; text-decoration: none; color: #fff; opacity: 0; visibility: hidden; transition: opacity .8s ease; }
.svc-slide.is-active { opacity: 1; visibility: visible; }
.svc-slide__bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.08); transition: transform 7s ease; }
.svc-slide.is-active .svc-slide__bg { transform: scale(1); }
.svc-slide__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,92,86,.82) 0%, rgba(6,92,86,.5) 45%, rgba(6,92,86,.12) 100%); }
.svc-slide--for-corporate .svc-slide__overlay { background: linear-gradient(90deg, rgba(17,58,104,.82) 0%, rgba(17,58,104,.5) 45%, rgba(17,58,104,.12) 100%); }
.svc-slide__body { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 0 8%; opacity: 0; transform: translateY(2rem); transition: opacity .8s .15s ease, transform .8s .15s ease; }
.svc-slide.is-active .svc-slide__body { opacity: 1; transform: none; }
.svc-slide__en { font-family: "Outfit", sans-serif; font-weight: 800; font-style: italic; font-size: clamp(2.6rem, 4vw, 4.4rem); line-height: 1; opacity: .92; }
.svc-slide__ttl { font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 800; margin-top: .6rem; }
.svc-slide__desc { font-size: 1.6rem; line-height: 1.9; max-width: 48rem; margin-top: 1.4rem; }
.svc-slide__more { display: inline-flex; align-items: center; gap: 1rem; margin-top: 2.6rem; padding: 1.2rem 2.6rem 1.2rem 1.2rem; border: 1.5px solid rgba(255,255,255,.7); border-radius: 9999px; font-weight: 700; font-size: 1.5rem; transition: background .25s ease, color .25s ease; }
.svc-slide__more-ico { display: inline-flex; align-items: center; justify-content: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: #fff; color: #0c8077; }
.svc-slide:hover .svc-slide__more { background: #fff; color: #0c8077; }
.svc-nav { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); z-index: 3; display: flex; flex-direction: column; gap: 2.4rem; }
.svc-nav__item { display: flex; align-items: center; gap: 1rem; color: rgba(255,255,255,.55); transition: color .3s ease; }
.svc-nav__item.is-active { color: #fff; }
.svc-nav__item::before { content: ""; width: 2.4rem; height: 2px; background: currentColor; transition: width .3s ease; }
.svc-nav__item.is-active::before { width: 4rem; }
.svc-nav__num { font-family: "Outfit", sans-serif; font-weight: 800; font-size: 1.6rem; }
.svc-nav__label { font-size: 1.3rem; font-weight: 700; }
@media (max-width: 767px) {
  .svc-scroll { height: 180vh; }
  .svc-slide__body { padding: 0 7%; }
  .svc-slide__desc { font-size: 1.4rem; }
  .svc-nav { display: none; }
}

/* ===== [TOP試験 2026-07-16] コンテンツ幅をほぼフル幅に（home限定・crowdloan/shinka参考） ===== */
body.home .inner { max-width: none; padding-left: clamp(2rem, 6vw, 9rem); padding-right: clamp(2rem, 6vw, 9rem); }
/* コーポTOP: Service見出しをカード(svc-cols)の左端 clamp(2rem,10vw,16rem) に揃える（SP除く） 2026-07-17 */
@media (min-width: 768px) { body.home .service .inner { padding-left: clamp(2rem, 10vw, 16rem); } }
/* フッター: home(コーポレート)も他ページ(recruit等)と同じコンテンツ幅(116.8rem)に揃える 2026-07-17 */
body.home .footer-contact .inner { max-width: 116.8rem; padding-left: 2.4rem; padding-right: 2.4rem; }
/* recruit「Point」節のティールパネルを中央90%に（homeのbleed版を上書き／顔まる装飾は解除） 2026-07-17 */
.main.home .service--recruit::before { content: ""; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 40rem; max-width: 122rem; margin: 0 auto; background: #10a49c; background-image: none; border-radius: 1.6rem; z-index: 0; }
body.home .news-wrap > .inner { max-width: none; margin: 0; padding-right: 0; }

/* ===== about-stats バッジ フェードイン＋シャイン（キラッ） 2026-07-16 ===== */
.about-stats li { position: relative; overflow: hidden; opacity: 0; transform: translateY(2.4rem); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.about-stats.is-shine li { opacity: 1; transform: none; }
.about-stats li:nth-child(1) { transition-delay: .05s; }
.about-stats li:nth-child(2) { transition-delay: .18s; }
.about-stats li:nth-child(3) { transition-delay: .31s; }
.about-stats li::after { content: ""; position: absolute; top: -20%; left: -85%; width: 55%; height: 140%; background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.7) 50%, transparent 100%); transform: skewX(-18deg); pointer-events: none; opacity: 0; z-index: 2; }
.about-stats.is-shine li::after { animation: statShine 1.15s ease forwards; }
.about-stats li:nth-child(1)::after { animation-delay: .55s; }
.about-stats li:nth-child(2)::after { animation-delay: .7s; }
.about-stats li:nth-child(3)::after { animation-delay: .85s; }
@keyframes statShine { 0% { left: -85%; opacity: 0; } 12% { opacity: 1; } 100% { left: 135%; opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .about-stats li { opacity: 1; transform: none; } .about-stats.is-shine li::after { animation: none; } }

/* ===== サービス shinka風デザイン（ダーク地・左画像/右コンテンツ） 2026-07-17 ===== */
.svc-stage { background: #262626; }
.svc-slide { display: block; }
.svc-slide__inner { max-width: 132rem; margin: 0 auto; height: 100%; padding: 0 clamp(2rem, 6vw, 9rem); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.svc-slide__media { overflow: hidden; border-radius: 2rem; box-shadow: 0 2.4rem 6rem rgba(0,0,0,.45); }
.svc-slide__img { display: block; width: 100%; aspect-ratio: 4/3; background-size: cover; background-position: center; transform: scale(1.06); transition: transform 8s ease; }
.svc-slide.is-active .svc-slide__img { transform: scale(1); }
.svc-slide__content { color: #fff; opacity: 0; transform: translateY(2rem); transition: opacity .8s .15s ease, transform .8s .15s ease; }
.svc-slide.is-active .svc-slide__content { opacity: 1; transform: none; }
.svc-slide__badge { display: inline-flex; align-items: center; justify-content: center; width: 5rem; height: 5rem; border-radius: 1.2rem; background: linear-gradient(135deg, #10a49c, #3fc4bb); color: #fff; font-family: "Outfit", sans-serif; font-weight: 800; font-size: 1.9rem; margin-bottom: 2.4rem; }
.svc-slide--for-corporate .svc-slide__badge { background: linear-gradient(135deg, #2f7fc7, #5fb0e8); }
.svc-slide__ttl { display: block; font-size: clamp(2.8rem, 4vw, 4.6rem); font-weight: 800; color: #fff; line-height: 1.3; margin-bottom: 2rem; }
.svc-slide__desc { display: block; font-size: 1.6rem; line-height: 2; color: rgba(255,255,255,.72); max-width: 52rem; }
.svc-slide__more { display: inline-flex; align-items: center; justify-content: center; margin-top: 3.2rem; padding: 1.4rem 4rem; border: 1.5px solid rgba(255,255,255,.55); border-radius: 9999px; color: #fff; font-weight: 700; font-size: 1.5rem; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.svc-slide:hover .svc-slide__more { background: #fff; color: #262626; border-color: #fff; }
.svc-nav { display: none; }
@media (max-width: 767px) {
  .svc-scroll { height: 200vh; }
  .svc-slide__inner { grid-template-columns: 1fr; gap: 2.4rem; align-content: center; padding: 0 6vw; }
  .svc-slide__img { aspect-ratio: 16/10; border-radius: 1.4rem; }
  .svc-slide__badge { width: 4.2rem; height: 4.2rem; font-size: 1.6rem; margin-bottom: 1.6rem; }
  .svc-slide__desc { font-size: 1.4rem; }
  .svc-slide__more { margin-top: 2.4rem; padding: 1.2rem 3rem; }
}

/* 2026-07-17 フル幅化から漏れていた p-strength__inner も home で広げる（他の意図的に狭い本文/デザイン部品は維持） */
body.home .p-strength__inner { max-width: none; padding-left: clamp(2rem, 6vw, 9rem); padding-right: clamp(2rem, 6vw, 9rem); }

/* ===== サービス切替を「下からスライドアップ」に（パララックス感） 2026-07-17 ===== */
.svc-slide { opacity: 1 !important; visibility: visible !important; transition: none; z-index: 1; background: #262626; }
.svc-slide.is-active { z-index: 2; animation: svcRise .95s cubic-bezier(.7, 0, .3, 1) both; }
@keyframes svcRise { from { transform: translateY(100%); } to { transform: translateY(0); } }
/* 画像は少しゆっくり＝視差 */
.svc-slide.is-active .svc-slide__img { animation: svcImg 1.3s cubic-bezier(.2, .7, .2, 1) both; transform: none; }
@keyframes svcImg { from { transform: scale(1.12) translateY(-3%); } to { transform: scale(1) translateY(0); } }
/* コンテンツはスライドと一緒に（フェードは無効化） */
.svc-slide__content { opacity: 1; transform: none; transition: none; }
@media (prefers-reduced-motion: reduce) {
  .svc-slide.is-active { animation: none; }
  .svc-slide:not(.is-active) { opacity: 0 !important; visibility: hidden !important; }
}

/* ===== サービス: 黒地→個人オレンジ/法人水色、見出しは一色 2026-07-17 ===== */
/* パネル地色（白文字が読める中間トーン） */
.svc-stage { background: #e88a2b; }
.svc-slide { background: #e88a2b; }
.svc-slide--for-personal { background: #e88a2b; }
.svc-slide--for-corporate { background: #2f93cf; }
/* テキスト/ボタン白系 */
.svc-slide__ttl { color: #fff; }
.svc-slide__desc { color: rgba(255,255,255,.94); }
.svc-slide__more { border-color: rgba(255,255,255,.85); color: #fff; }
.svc-slide--for-personal:hover .svc-slide__more { background: #fff; color: #e88a2b; border-color: #fff; }
.svc-slide--for-corporate:hover .svc-slide__more { background: #fff; color: #2f93cf; border-color: #fff; }
/* 番号バッジ＝白地＋パネル色数字 */
.svc-slide__badge, .svc-slide--for-corporate .svc-slide__badge { background: #fff; }
.svc-slide--for-personal .svc-slide__badge { color: #e88a2b; }
.svc-slide--for-corporate .svc-slide__badge { color: #2f93cf; }
/* 見出し「保険のご相談 / Service」を一色に統一（ラベルも大英字も同色） */
.home .service .c-heading01,
.home .service .c-heading01 span,
.home .service .text,
.home .service .text .char { color: #f0912a; }

/* ===== サービス boo-ster風 2カラム（静的・俯瞰しやすい） 2026-07-17 ===== */
.svc-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 4rem 0 0; max-width: none; padding: 0 0 0 clamp(2rem, 10vw, 16rem); }
.svc-col { position: relative; display: block; height: 56rem; border-radius: 0; overflow: hidden; text-decoration: none; color: #fff; }
.svc-col__bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .8s ease; }
.svc-col:hover .svc-col__bg { transform: scale(1.05); }
.svc-col__overlay { position: absolute; inset: 0; }
.svc-col--personal .svc-col__overlay,
.svc-col--corporate .svc-col__overlay { background: linear-gradient(to top, rgb(0 0 0 / 44%) 0%, rgb(0 0 0 / 35%) 46%, rgb(0 0 0 / 5%) 100%); }
.svc-col__body { position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; padding: 4rem clamp(2.6rem, 3vw, 5rem); }
.svc-col__label { display: flex; align-items: center; gap: 1rem; font-family: "Outfit", sans-serif; font-weight: 700; font-size: 1.3rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1.2rem; }
.svc-col__label svg { width: 2.8rem; height: 2.8rem; flex: none; }
.svc-col__ttl { display: block; font-size: clamp(2.6rem, 2.6vw, 3.8rem); font-weight: 800; margin-bottom: 1.6rem; }
.svc-col__desc { display: block; font-size: 1.5rem; line-height: 1.9; max-width: 46rem; color: rgba(255,255,255,.92); }
.svc-col__arrow { display: inline-flex; align-items: center; justify-content: center; width: 5.4rem; height: 5.4rem; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.7); margin-top: 2.6rem; transition: background .25s ease, color .25s ease; }
.svc-col__arrow svg { width: 2rem; height: 2rem; }
.svc-col:hover .svc-col__arrow { background: #fff; color: #1a1a1a; }
@media (max-width: 767px) {
  .svc-cols { grid-template-columns: 1fr; gap: 1.6rem; padding: 0 5vw; }
  .svc-col { height: 44rem; border-radius: 1rem !important; }
  .svc-col__body { padding: 3rem 2.4rem; }
}

/* ===== ニュースのカテゴリチップ：archive踏襲＋カテゴリ色分け（TOP/archive共通） 2026-07-17 ===== */
.p-news2 .c-card__cat.c-tag,
.sub-archive .c-card__cat.c-tag { display: flex; flex-wrap: wrap; gap: .6rem; background: transparent; padding: 0; height: auto; justify-content: flex-start; }
.p-news2 .c-card__cat.c-tag span,
.sub-archive .c-card__cat.c-tag span { display: inline-flex; align-items: center; height: 2.6rem; padding: 2.5px 1rem; border-radius: 4px; color: #fff; font-weight: 700; font-size: 1.2rem; background: #10a49c; }
/* カテゴリ別カラー: お知らせ=メインカラー / ブログ=青 / 活動報告=オレンジ */
.p-news2 .c-card__cat.c-tag span.cat_news,
.sub-archive .c-card__cat.c-tag span.cat_news { background: #10a49c; }
.p-news2 .c-card__cat.c-tag span.cat_blog,
.sub-archive .c-card__cat.c-tag span.cat_blog { background: #2f6fd0; }
.p-news2 .c-card__cat.c-tag span.cat_report,
.sub-archive .c-card__cat.c-tag span.cat_report { background: #f0912a; }

/* ===== サービス：グリーン背景パネル（左に余白・右は幅いっぱい・上部約1/4） 2026-07-17 ===== */
/* 参考: 保険についてページのヒーロー。見出し＋カード上部がグリーン地から立ち上がる見せ方 */
.home .service { position: relative; }
.home .service::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: clamp(2rem, 5vw, 7rem);       /* 左に余白（端まで届かせない） */
  height: 40rem;                       /* 見出し＋カード上部を覆う量。増減で調整可 */
  background: #10a49c;                  /* ブランドのティール単色 */
  border-radius: 1.6rem 0 0 1.6rem;    /* 左角のみ丸め、右は端まで直線 */
  z-index: 0;
}
/* 768〜1330px: Service背景パネルを全幅・550pxに（ユーザー指定／left:0はwidth:100%のはみ出し防止） 2026-07-17 */
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .home .service::before { left: 0; width: 100%; height: 550px; }
}
.home .service .inner,
.home .service .svc-cols { position: relative; z-index: 1; }
/* ティール上：見出し（保険のご相談＋Service）とリード文を白に */
.home .service .c-heading01,
.home .service .c-heading01 span,
.home .service .text,
.home .service .text .char { color: #fff; }
.home .service .service-ttl-wrap p { color: rgba(255,255,255,.94); }
/* 個人（左）カードだけ左角を丸める */
a.svc-col.svc-col--personal { border-radius: 2rem 0 0 2rem; }
@media (max-width: 767px) {
  .home .service::before { left: 0; height: 20rem; border-radius: 2rem 2rem 0 0; }
}

/* ===== エントリー写真帯：自動スクロール（横長/正方形ミックス） 2026-07-17 ===== */
.recruit-entry2__marquee { overflow: hidden; width: 100%; margin-top: 5rem; }
.recruit-entry2__track { display: flex; align-items: center; gap: 1.6rem; width: max-content; animation: reEntryMarquee 45s linear infinite; will-change: transform; }
.recruit-entry2__marquee:hover .recruit-entry2__track { animation-play-state: paused; }
@keyframes reEntryMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .recruit-entry2__track { animation: none; } }
.recruit-entry2__photo { flex: none; height: 24rem; max-width: none; border-radius: 1.6rem; background-size: cover; background-position: center; box-shadow: none; }
.recruit-entry2__photo--land { width: 38rem; }
.recruit-entry2__photo--sq { width: 24rem; }
@media (max-width: 767px) {
  .recruit-entry2__photo { height: 17rem; }
  .recruit-entry2__photo--land { width: 27rem; }
  .recruit-entry2__photo--sq { width: 17rem; }
}
