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

.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 .nav-drawer__btn {
  background: none;
  color: #fff;
  font-weight: 700;
  /* padding: 4vw; */
  width: 92%;
  padding: 0;
}

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

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

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

.header-sp .hamburger {
  background: #C92B20;
}

/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.c-heading01 strong {
  background: linear-gradient( 150deg,#FAF0A0 0%, #C92B20 100% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  letter-spacing: 0.06em;
  font-size: 8rem;
}
.c-heading01.-blue strong {
  background: linear-gradient( 4deg,#B4DCB4 0%, #50B4DC 100% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-heading01 span {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}

.c-heading01.-wh,
.c-heading01.-wh span,
.c-heading01.-wh strong {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

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

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

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

.btn:hover {
  color: #fff;
}

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

.btn.-color {
  background: #C92B20;
  border: 1px solid #C92B20;
  font-size: 1.8rem;
  border-radius: 50px;
}

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

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

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

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

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

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

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

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

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

.c-table02 tr {
  display: block;
  line-height: 1.5;
  border-top: 1px solid #cecece;
  width: 100%;
}

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

.c-table02 th,
.c-table02 td {
  padding: 1.2rem;
  font-size: 1.4rem;
  color: #333;
}

.c-table02 th {
  width: 22vw;
  color: #fff;
  font-weight: 500;
  background-color: #C92B20;
}

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

/* --------------------------------
footer
----------------------------------- */
.footer-contact {
  background: url(../img/home/pilates-bg.png) no-repeat center center;
  background-size: cover;
  padding: 19rem 15px 6rem;
}

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

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

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

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

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

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

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

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

  .box-group {
    display: flex;
    align-items: center;
  }

  .footer-contact .left .tel__opentime {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .sub-contact__time {
    margin-left: 0;
    margin-top: 1vw;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-contact-sec01 .sub-contact__tel {
  color: #1e1e1e;
  font-family: "Cairo";
}

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

.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: #C92B20;
  color: #fff;
}

.p-contact-sec01 .sub-contact__submit input {
  background: #C92B20;
}
.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__link {
    color: #333;
  }

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

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

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

  .header__time span {
    color: #333;
  }

  .header__item-child {
    position: relative;
  }

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

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

  .child__link:hover {
    opacity: 0.8;
  }

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

  .c-heading01 span {
    font-size: 1.6rem;
  }
  .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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-content {
  padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.break {
  display: none;
}

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

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

  .sidebar {
    order: 2;
  }

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

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

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

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

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

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

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

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

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

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

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

  .break {
    display: block;
  }
}

.home-mv img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.home-mv-catch {
  position: absolute;
  width: 80vw;
  bottom: 20px;
  left: 40px;
  z-index: 2;
}
/* .home-mv-catch.-nh {
  width: 40vw;
  right: -30px;
  left: auto;
  height: 90vh;
  bottom: 0;
}
.home-mv-catch.-nh img {
  height: 100vh;
  aspect-ratio: 546 / 750;
  object-fit: contain;
} */

.-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,
      #C92B20 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/menu04.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  height: 133px;
  /* 高さは適宜調整 */
  text-decoration: none;
  transition: all 0.3s;
}

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

.image-button.btn-2 {
  background-image: url("../img/home/menu03.jpg");
}

.image-button.btn-3 {
  background-image: url("../img/home/menu02.jpg");
}

.image-button.btn-4 {
  background-image: url("../img/home/menu01.jpg");
}

.image-button__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

.image-button__text {
  font-weight: bold;
  white-space: nowrap;
}

.image-button__circle {
  background-color: #C92B20;
  /* オレンジ */
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-button__arrow {
  font-size: 3rem;
  color: white;
  margin-bottom: 6px;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

.concept-box__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #C92B20;
  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: #C92B20;
  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: #C92B20;
  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 #C92B20;
  border-radius: 12px;
  padding: 1.5rem;
  color: #C92B20;
  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.-wh {
  color: #fff;
}
.circle_btn01.-wh .circle_btn01_arrow {
  background: #fff;
}
.circle_btn01.-wh .circle_btn01_arrow span {
color: #000000;
}
.circle_btn01_arrow {
  background: #C92B20;
  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);
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

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

.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  line-height: 2;
}
.grid-col02.-als {
  align-items: start;
}
.grid-col02.-col1-2 {
  grid-template-columns: 1fr 2fr;
}
.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;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.point-item h3 {
  text-align: center;
  color: #C92B20;
  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: #C92B20;
  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: #C92B20;
  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 {
  margin-top: 12rem;
}

.news.inner {
  max-width: 900px;
}

.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;
  width: auto;
}

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

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

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

.trainer-info {
  width: 100%;
}

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

.trainer-info__label {
  width: 200px;
  flex-shrink: 0;
  /* background-color: #C92B20; */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.8rem;
  border-bottom: 1px solid #C92B20;
  color: #C92B20;
  padding-top: 23px;
}
.trainer-info__text {
  flex: 1;
  line-height: 1.8;
  padding: 1.8rem;
}
.trainer-info__text a {
  display: inline;
  font-weight: bold;
  text-decoration: underline;
}
.trainer-info__text .red {
  color: #C92B20;
  font-weight: bold;
}
.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%;
}

.grid-col03.-trainer .grid-item img {
  border-radius: 100%;
}

.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: #C92B20;
  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: #C92B20;
  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: #C92B20 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: 2rem;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #C92B20;
}

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

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

.sub-ttl.-contact {
  font-size: 3.2rem;
}

.sub-ttl.-contact span {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  font-style: normal;
}

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

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

.course-type-body h3 span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background: #C92B20;
  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: #ffd88b;
  color: #000;
  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;
  border: 1px solid #fbf0de;
}

.membership-table td {
  text-align: center;
  background: #fff;
  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;
  margin-bottom: 8rem;
}

.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: #C92B20;
  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: #E7F6FF;
  border-radius: 5px;
  cursor: pointer;
  padding: 27px 20px 28px;
  position: relative;
  margin-top: 2rem;
  position: relative;
  font-weight: bold;
}
.accordion .js-accordion-title span {
  font-weight: bold;
}

.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;
  top: 14px;
  font-size: 3.4rem;
  color: #146695;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.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 #000;
  border-right: 4px solid #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease-in-out;
}

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

.accordion-content {
  display: none;
  /* background-color: #f9f9f9; */
  padding: 30px 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: 2rem;
  font-size: 3.4rem;
  color: #C92B20;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

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

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

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

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

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

  .accordion .js-accordion-title i.arrow {
    right: 11px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

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

  .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: #C92B20;
  border-radius: 10px;
  margin-top: 2rem;
}

.beaf-items h3 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  border-bottom: 1px solid #C92B20;
  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: #C92B20;
  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-border {
  border: 1px solid #C7C7C7;
  border-radius: 10px;
}
.attention-border h4 {
  padding: 1rem 4rem;
  background: #C92B20;
  border-radius: 10px 0 10px 0;
  color: #fff;
  display: inline-block;
}
.attention-border .list01 {
  margin: 1rem 1rem 1rem 4rem;
}

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

.attention-border .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: #C92B20;
}

.-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;
  align-items: start;
}

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

.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: 900px;
}

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

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

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

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

.career-item::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: #C92B20;
  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: #C92B20;
  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;
}

.recruit {
  padding: 10rem 0;
  background: #f9f9f9;
}

.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 #C92B20;
  border-radius: 10px;
  padding: 12px;
}

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

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

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

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

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

.footer-gym-link h3 {
  padding: 2rem 1rem;
  background: #C92B20;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  color: #fff;
}

.footer-gym-link img {
  border-radius: 0 0 20px 20px;
}

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

.footer-gym-link p {
  margin-top: 2rem;
  line-height: 1.7;
}

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

.footer-list-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  padding: 1px 1rem 2px;
  color: #C92B20;
}
.footer-list.-sns-link img {
  height: 36px;
  width: auto;
}

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

.dropdown-link {
  display: block;
  padding: 7px 0;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}
.dd-link {
  position: relative;
  padding-right: 3rem;
}
.dd-link::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/common/dd-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
/* .dropdown-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%) rotate(315deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #C92B20;
  border-bottom: 2px solid #C92B20;
} */

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

.-trainer .dropdown-link:hover::after {
  border-right: 2px solid #C92B20;
  border-bottom: 2px solid #C92B20;
}

/* .dropdown-link:hover {
  background-color: #ffe2d0;
} */

.dropdown-link:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.header__link.-drop {
  padding-right: 2.5rem;
  background: #C92B20;
}

.header__link.-drop::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 2px;
  transform: translateY(-50%) rotate(315deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #C92B20;
  border-bottom: 2px solid #C92B20;
  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;
  line-height: 1.45;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  background: linear-gradient( 150deg,#FAF0A0 0%, #C92B20 100% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 4px;

}

.l-page-cover__ttl.is-inview span.min {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  /* display: block; */
  color: #000;
  -webkit-text-fill-color: #000;
  padding-bottom: 1rem;
      letter-spacing: 0;
}

.l-page-cover__ttl.is-inview span:nth-child(1) {
  animation-delay: 0s;
}

.l-page-cover__ttl.is-inview span:nth-child(2) {
  animation-delay: 0.1s;
}

.l-page-cover__ttl.is-inview span:nth-child(3) {
  animation-delay: 0.2s;
}

.l-page-cover__ttl.is-inview span:nth-child(4) {
  animation-delay: 0.3s;
}

.l-page-cover__ttl.is-inview span:nth-child(5) {
  animation-delay: 0.4s;
}

.l-page-cover__ttl.is-inview span:nth-child(6) {
  animation-delay: 0.5s;
}

.l-page-cover__ttl.is-inview span:nth-child(7) {
  animation-delay: 0.6s;
}

.l-page-cover__ttl.is-inview span:nth-child(8) {
  animation-delay: 0.7s;
}

.l-page-cover__ttl.is-inview span:nth-child(9) {
  animation-delay: 0.8s;
}

.l-page-cover__ttl.is-inview span:nth-child(10) {
  animation-delay: 0.9s;
}

.l-page-cover__ttl.is-inview span:nth-child(11) {
  animation-delay: 1s;
}

.l-page-cover__ttl.is-inview span:nth-child(12) {
  animation-delay: 1.1s;
}

.l-page-cover__ttl.is-inview span:nth-child(13) {
  animation-delay: 1.2s;
}

.l-page-cover__ttl.is-inview span:nth-child(14) {
  animation-delay: 1.3s;
}

.l-page-cover__ttl.is-inview span:nth-child(15) {
  animation-delay: 1.4s;
}

.l-page-cover__ttl.is-inview span:nth-child(16) {
  animation-delay: 0.9s;
}

.l-page-cover__ttl.is-inview span:nth-child(17) {
  animation-delay: 1s;
}

.l-page-cover__ttl.is-inview span:nth-child(18) {
  animation-delay: 1.1s;
}

.l-page-cover__ttl.is-inview span:nth-child(19) {
  animation-delay: 1.2s;
}

.l-page-cover__ttl.is-inview span:nth-child(20) {
  animation-delay: 1.3s;
}

.l-page-cover__ttl.is-inview span:nth-child(21) {
  animation-delay: 1.4s;
}

.l-page-cover__ttl.is-inview span:nth-child(22) {
  animation-delay: 1.4s;
}

.l-page-cover__ttl.is-inview span:nth-child(23) {
  animation-delay: 1.4s;
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.vertical-banner {
  position: fixed;
  right: 0;
  top: 22%;
  padding: 20px 20px;
  background: #fff;
  font-size: 18px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 9999;
  font-weight: 700;
  vertical-align: middle;
  background: url(../img/common/floating-bg.png) no-repeat center center;
  background-size: cover;
}

.vertical-banner span {
  color: #C92B20;
  font-weight: bold;
}

.vertical-banner span.num {
  writing-mode: horizontal-tb;
  display: inline-block;
  line-height: 1.3;
  font-size: 2.6rem;
  color: #C92B20;
  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: #C92B20;
  border-radius: 50px;
  padding: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.c-card__img-wrap img {
  border-radius: 20px;
}

.c-card_link .c-card__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.banner-close {
  position: absolute;
  top: -40px;
  right: 5px;
  background: transparent;
  border: none;
  font-size: 35px;
  color: #625596;
  cursor: pointer;
  z-index: 10;
}

.image-button {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease;
}

.image-button:hover {
  background-size: 110%;
  opacity: 1;
}

.naha-bnr {
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
}

.naha-bnr img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.naha-bnr:hover img {
  transform: scale(1.05);
}

.footer-gym-link a {
  display: block;
  overflow: hidden;
}

.footer-gym-link a img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.footer-gym-link a:hover img {
  transform: scale(1.05);
}

.nowrap {
  white-space: nowrap;
}

.page__map iframe {
  width: 100%;
}

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #C92B20;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 8rem 6rem 6rem;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}
body.fixed .dropdown-menu{
visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.dropdown-menu::before {
  content: "";
  width: 100%;
  height: 105vh;
  position: absolute;
  bottom: -6vh;
  right: -9%;
  background-image: url(../img/home/catch02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
  mix-blend-mode: lighten;
}
.-trainer .dropdown-menu {
  padding: 1rem 2rem;
}

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

/* .header__item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 85%;
} */

.dropdown-ttl {
  max-width: 384px;
}

.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, #C92B20 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: flex;
  /* flex-wrap: wrap; */
  gap: 2rem;
}

.dropdown-menu-lists img {
  border-radius: 14px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.dd-page-ttl {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  background: #C92B20;
  padding: 5px 1rem 8px;
  margin-bottom: 6px;
}
.nav-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
}

.nav-submenu.is-open {
  max-height: 500px;
  /* 	margin-top: 1rem; */
}

.nav-submenu a {
  padding: 6px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #C92B20;
}

.nav-drawer__item.js-has-submenu {
  text-align: left;
}

.nav-drawer__link02 {
  font-size: 1.4rem;
  text-align: center;
  color: #C92B20;
  font-weight: bold;
  padding: 1.3rem 0.5rem;
  border-radius: 10px;
  border: 1px solid #C92B20;
  background: #fff;
  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 #286432;
	border-bottom: 2px solid #286432;
	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;
}


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

  .footer-grid {
    display: flex;
    flex-direction: column-reverse;
  }

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

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

  .image-button__circle {
    width: 24px;
    height: 24px;
  }

  .image-button__arrow {
    font-size: 2rem;
    margin-bottom: 4px;
  }

  .concept-pilates-section {
    padding: 5rem 0;
  }

  .concept-box__content {
    padding: 3rem 15px;
  }

  .concept-box__lead {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: 2rem;
  }

  .concept-box__images {
    padding: 1.6rem;
    flex: auto;
  }

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

  .pilates-box_wrap {
    padding: 0 16px 4rem;
  }

  .pilates-box {
    padding: 2rem 1.6rem;
  }

  .pilates-new {
    width: 200px;
    margin: 0 auto 1rem;
  }

  .pilates-box__inner {
    padding: 16px;
  }

  .pilates-box__headline .date {
    font-size: 2.2rem;
    padding: 0.5rem 2rem;
  }

  .pilates-box__headline .highlight {
    font-size: 3rem;
    text-align: center;
    line-height: 1.3;
  }

  .pilates-box__lead {
    font-size: 1.8rem;
    margin: 1rem auto;
  }

  .pilates-box__interview p {
    font-size: 1.8rem;
  }

  .pilates-box__interview {
    padding: 1rem;
  }

  .member-data {
    padding: 9rem 0 3rem;
  }

  .c-heading01.-member::before {
    line-height: 1;
    top: -50px;
  }

  .point {
    padding: 4rem 0 7rem;
  }

  .point-item h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .point-item h3 span {
    font-size: 5rem;
    padding-left: 3px;
  }

  .point-item h4 {
    font-size: 1.8rem;
  }

  .counseling {
    padding: 7rem 0 6rem;
  }

  .counseling-box {
    margin-top: 6rem;
    padding: 3rem 1rem;
  }

  .counseling-box h3 {
    font-size: 2rem;
    padding: 1.5rem 0;
  }

  .nayami-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
  }

  .angled-banner {
    font-size: 2rem;
  }

  .-change-grid {
    gap: 2rem;
  }

  .bnr {
    margin-top: 3rem;
  }

  .voice {
    padding-bottom: 0;
  }

  .course {
    padding-top: 1rem;
  }

  .grid-col02.-course {
    gap: 3rem;
  }

  .course-body h3,
  .-other-grid h3 {
    font-size: 2rem;
    padding: 1rem;
  }

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

  .other {
    margin-top: 3rem;
  }

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

  .info::before {
    width: 70vw;
    height: 30vw;
    top: 20px;
  }

  .info {
    padding-top: 4rem;
    margin-top: 5rem;
    padding-bottom: 6rem;
  }

  .-info-grid {
    gap: 2rem;
  }

  .naha-bnr {
    margin: 4rem auto;
  }

  .c-heading01.c-heading01_center::before {
    top: -50px;
  }

  .c-tag {
    padding: 0 1rem;
    width: auto;
  }

  .c-news__body {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start
  }

  .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: 10rem 0 6rem;
  }

  .footer-wh {
    padding: 1rem 15px 0rem;
  }

  .footer-contact .left__tel {
    padding-top: 1rem;
  }

  .footer-contact .left .tel__opentime span.box {
    white-space: nowrap;
    margin: 0 5px;
  }

  .footer-contact .left .tel__opentime span {
    margin: 0;
    font-size: 15px;
  }

  .footer-contact .left .tel__opentime {
    margin-top: 2vw;
  }

  .footer-contact .left__btn-wrap .btn.-color {
    padding-left: 2rem;
    width: 100%;
  }

  .footer-contact .left__btn-wrap {
    padding-bottom: 0;
  }

  .grid-col02.sns-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .footer {
    margin-top: 0;
  }

  .footer__link {
    text-align: left;
  }

  .footer__item {
    margin-top: 0.5rem;
  }

  .l-page-cover__ttl.is-inview span {
    font-size: 3.5rem;
  }

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

  .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: 8rem;
    padding: 1.5rem 0;
    line-height: 1.7;
  }
.trainer-info__text {
  padding: 1.5rem;
}
  .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);
  }

  .ti-widget.ti-goog {
    width: 90vw !important;
    margin: 3rem auto 0;
  }
}

@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: 12%;
    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 #C92B20;
    border-bottom: 2px solid #C92B20;
    transform: rotate(45deg);
  }

  .header__btn {
    padding: 4.5rem 1rem 2rem 1rem;
  }

  .header__btn {
    font-size: 1.2rem;
  }

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

  .header__top {
    padding-right: 1rem;
  }

  .header__top {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header__tel::before {
    height: 1.6rem;
    left: 1.6rem;
    top: 5px;
    width: 1.6rem;
  }
}

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

.box-group {
  display: flex;
  align-items: center;
}

.remaining {
  background: #EE3C3C;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 9px 6px 6px;
  border-radius: 50px;
  font-size: 2rem;
  margin-top: 2rem;
}

.remaining span {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.gym-price-txt {
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1.5;
}

.gym-cam {
  color: #C92B20;
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
}

.gym-price-txt-center {
  line-height: 2;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .gym-cam {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .gym-price-txt {
    text-align: left;
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .header-sp .grid-col02.sns-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 92%;
    margin: 0 auto;
    margin-top: 1rem;
  }

  .header-sp .footer-cta__sns img {
    max-width: 40px;
    margin: auto;
  }

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

  .nav-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .js-has-submenu.is-open .nav-submenu {
    /* JS側でmax-heightが設定される */
  }

  /* SPメニュー：アコーディオン */
  .nav-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  矢印アイコンを付けたい場合の例（任意） .nav-drawer__link02.js-submenu-toggle {
    position: relative;
    padding-right: 28px;
  }

  .nav-drawer__link02.js-submenu-toggle::after {
    content: "";
    position: absolute;
    /* left: 0; */
    /* top: 50%; */
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(50%) translateX(50%) rotate(45deg);
    transition: transform .2s ease;
  }

  .js-has-submenu.is-open>.js-submenu-toggle::after {
    transform: translateY(50%) translateX(20%) rotate(-135deg);
  }

}

/*20251126 料金表リニューアル*/
/* ベースリセット */

/* .price-container {
    max-width: 800px;
    width: 100%;
} */

/* 共通のセクションボックススタイル */
.section-box {
  margin-bottom: 40px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 影 */
  background-color: white;
  border-radius: 8px;
}

/* 共通のタイトルスタイル */
.section-title {
  text-align: center;
  padding: 15px 20px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  border-radius: 8px 8px 0 0;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

/* .trial-section {
    border: 1px solid #ddd;
    box-shadow: none; 
} */

.trial-title {
  background-color: #F5A400;
  /* オレンジ系 */
  color: white;
  border-radius: 30px;
  padding: 10px 40px;
  display: inline-block;
  position: relative;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
}

/* .trial-table-wrapper {
    padding: 0 20px 20px;
} */

/* .trial-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: -15px;
} */

.trial-table td {
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #fbf0de;
  font-size: 1.4rem;
}

.trial-table tr:first-child td,
.trial-table tr:first-child td:nth-child(2) {
  border-top: none;
  /* 上の境界線を削除 */
}

.trial-table td:first-child {
  /* font-weight: bold; */
  width: 35%;
  /* background-color: #fff; */
  border-left: none;
}

.trial-table td:nth-child(2) {
  width: 40%;
  background-color: #fff;
}

.trial-table td:last-child {
  width: 35%;
  vertical-align: middle;
  /* background-color: #fef0e7;  */
  line-height: 1.4;
  border-right: none;
}

.trial-note {
  border-left: 1px solid #ddd;
}

.red-text {
  color: #e95145;
}

/* マンスリーチケットセクションのスタイル */

.price-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4rem;
  border: 1px solid #fbf0de;
}

.price-label {
  font-size: 1.4rem;
  padding-right: 2%;
}

.ttl-group {
  background: #F5A400;
  padding: 2rem;
  border-radius: 1rem 1rem 0 0;
}

.monthly-title {
  background-color: #ffffff;
  color: #000;
  border-radius: 6px;
  padding: 10px 40px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
}

.monthly-description {
  text-align: center;
  padding: 1rem 0 0;
  color: #fff;
  margin-top: 0;
  line-height: 1.4;
}

.fee-table {
  width: 60%;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.fee-table th {
  background-color: #eee;
  padding: 10px;
  font-weight: bold;
  font-size: 1.05rem;
  border: 1px solid #ddd;
}

.fee-table td {
  text-align: center;
  padding: 15px;
  /* font-weight: bold; */
  font-size: 1.5rem;
  color: #000;
  border: 1px solid #fbf0de;
}

.no-fee {
  font-size: 2rem;
  font-weight: 500;
  color: #e95145;
}

.monthly-price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.monthly-price-table th {
  background-color: #ffd88b;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
}

.monthly-price-table td {
  padding: 12px 5px;
  text-align: center;
  border: 1px solid #fbf0de;
}

.count-cell {
  width: 15%;
  /* font-weight: bold; */
  background-color: #f9f9f9;
  background-color: #fbf0de;
  border: 1px solid #ffffff !important;
}

.price-cell {
  width: 35%;
  background-color: white;
}

/* 共通の金額表示スタイル */
.large-price {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 2px;
}

.tax-included {
  font-size: 1.2rem;
  color: #555;
  display: inline-block;
  margin-left: 5px;
}

.monthly-note {
  text-align: center;
  font-size: 100%;
  color: #555;
  padding: 10px 0 20px;
}

@media screen and (max-width: 767px) {
  .trial-table td {
    font-size: 1.2rem;
}
table.fee-table {
  border: 0px solid #fbf0de;
}
.fee-table td {
  text-align: center;
  padding: 8px;
  font-size: 3vw;
}
  .fee-table tr {
      display: flex;
      flex-wrap: wrap;
  }

  .fee-table td {
    width: 50%;
    box-sizing: border-box;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.no-fee {
  font-size: 1.6rem;
}
.tax-included {
  font-size: 1rem;
}
}



.side-menu .c-heading01 strong{
  font-size: 36px;
  line-height: 1.1;
}
.sponsor-section {
  margin-top: 4rem;
}
.side-menu {
  padding: 4rem 2rem;
  width: 240px;
}
.content-wrap {
  display: flex;
  flex-direction: row-reverse;
}
.main-content {
  position: relative;
  width: calc(100vw - 240px);
}
.main-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    #FAF0A0 0%,
    #C92B20 100%
  );
}
.search-wrap {
  max-width: 360px;
}

.search-wrap form {
  position: relative;
  margin-top: 2rem;
}

.search-wrap input {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 44px;
  border: 2px solid #E3E3E3;
  border-radius: 3px;
  font-size: 1.6rem;
  outline: none;
}
.search-input:focus {
  border-color: #ccc;
}
.search-wrap button {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url(../img/common/search.svg);
}
.sponsor-wrap {
  display: grid;
  gap: 10px;
  margin-top: 2rem;
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}
.slider_item_slide {
  margin: 0 10px;
}
.item_group {
  margin-top: 5rem;
}
.slider_item_slide img {
  border-radius: 30px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.slider_item_ttl {
  margin-top: 3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pickupSec {
  padding: 8rem 0;
}
.slider_item .slick-dots {
  display: flex;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  bottom: -44px;
}
.slider_item .slick-dots li {
  flex: 1;
  width: 100%;
  height: 6px;
  background: #D9D9D9;
  margin: 0;
}
.slider_item .slick-dots li.slick-active{
  background: #146695;
}
.slider_item .slick-dots li button {
  padding: 0;
}
.slider_item .slick-dots li button:before {
  content: none;
}
.pickupSec-bt {
  margin-top: 90px;
}
.circle_btn01 {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #C92B20; /* 文字色 */
  font-weight: bold;
  position: relative;
  width: fit-content;
  gap: 1em;
  font-family: "Roboto", sans-serif;
}

.circle_btn01_arrow {
  background: #C92B20;
  color: #fff; /* 矢印の色 */
  padding: 0.7em;
  border-radius: 50px;
  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:hover {
  opacity: 1;
}
.circle_btn01.is-center {
  margin: auto;
}
.newsSec-grid {
  grid-template-columns: 1fr 3fr;
  gap: 0;
  align-items: start
}
.newsSec-left {
  padding-right: 4rem;
}
.newsSec-bt {
  margin-top: 4.4rem;
}
.newsSec {
  padding-bottom: 10rem;
}
.bg01,
.bg02 {
  position: relative;
  overflow: hidden;
}
.bg01::before {
  content: "";
  width: 44vw;
  height: 100%;
  position: absolute;
  top: 10%;
  right: -17vw;
  background-image: url(../img/common/bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.bg02::before {
  content: "";
  width: 60vw;
  height: 100%;
  position: absolute;
  top: 16%;
  right: -10vw;
  background-image: url(../img/common/bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.entrySec {
  background: linear-gradient( 317deg,#FAF0A0 0%, #C92B20 100% );
  display: flex;
}
.entrySec .inner {
  padding: 6rem 2.4rem 5rem;
  flex: 1;
  z-index: 2;
}

.up-slider,
.down-slider {
  height: 100%;
  width: 216px;
  overflow: hidden;
  flex: 1;
  min-height: 0;
}

.up-slider .slick-track,
.down-slider .slick-track {
  display: block;
}
.up-slider .slick-list.draggable,
.down-slider .slick-list.draggable {
  height: 90vh !important;
}

.up-slider .slick-slide,
.down-slider .slick-slide {
  height: auto;
  margin: 5px;
}
.up-dw-slider {
  display: flex;
  flex: 1;
  height: 100%;          /* ← ここで高さを受け取る */
  display: flex;
  overflow: hidden;
}
.up-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.down-slider {
  transform: rotate(180deg);
}

.down-slider .slick-slide {
  transform: rotate(180deg);
}
.entrySec-box {
  padding: 4rem 2rem;
  border-radius: 20px;
  background: #fff;
  margin-top: -3rem;
}
.entrySec-box h3 {
  padding: 7px;
  background: #C92B20;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.entrySec-date {
  font-size: 2.4rem;
  font-weight: 900;
  margin-top: 1rem;
  text-align: center;
}
.entrySec-date strong {
  font-size: 5.8rem;
  font-weight: 900;
  color: #C92B20;
}
.entrySec-link {
  margin-top: 4rem;
  display: grid;
  gap: 2rem;
}
.entrySec-btn {
  background: #fff;
  padding: 3.6rem 0;
  border-radius: 20px;
  border: 3px solid #C92B20;
  color: #C92B20;
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
}
.entrySec-btn.-or {
  border-color: #C92B20;
  color: #C92B20;
}
.entrySec-btn .circle_btn01_arrow {
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}
.entrySec-btn.-or .circle_btn01_arrow {
  background: #C92B20;
}
.entrySec-ttl {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.infoSec {
  padding: 8.6rem 0;
  position: relative;
}
.infoSec::before {
  content: "";
  width: 60vw;
  height: 100%;
  position: absolute;
  top: 3rem;
  left: -10vw;
  background-image: url(../img/common/bg03.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.infoSec__item {
  position: relative;
  aspect-ratio: 1 / 1.15;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}
.infoSec__item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    linear-gradient(to bottom, rgba(201, 43, 32, 0.5) 0, rgba(201, 43, 32, 0.5) 100px, transparent 100px);
}
.infoSec__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}
.infoSec__num {
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.infoSec__en {
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  text-align: center;
}

.infoSec__jp {
  font-size: 2.4rem;
  font-weight: 900;
  margin-top: 4px;
  opacity: 0.9;
}

.infoSec__btn {
  align-self: flex-start;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.infoSec__arrow {
  color: #C92B20;
  font-size: 4rem;
  line-height: 62px;
  padding-bottom: 11px;
}
.infoSec__item:hover {
  transition: 0.3s;
  opacity: 1;
}
.infoSec__item:hover .infoSec__btn {
  width: 65px;
  height: 65px;
}
.infoSec-linkWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.infoSec__item.is-full {
  grid-column: 1 / -1;
  aspect-ratio: 1120 / 416;
}
.infoSec__item--info {
  background-image: url("../img/home/info01.png");
}
.infoSec__item--traffic {
  background-image: url("../img/home/info02.png");
}
.infoSec__item--traffic::before {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    linear-gradient(to bottom, rgba(180, 220, 180, 0.5) 0, rgba(180, 220, 180, 0.5) 100px, transparent 100px);
}
.infoSec__item--course {
  background-image: url("../img/home/info03.png");
}
.infoSec__item--course::before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.45); */
  opacity: 1;
}
.infoSec__item--entry {
  background-image: url("../img/home/info04.png");
}
.infoSec__item--entry::before {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    linear-gradient(to bottom, rgba(255, 238, 0, 0.5) 0, rgba(255, 238, 0, 0.5) 100px, transparent 100px);
}
.infoSec__item--medical {
  background-image: url("../img/home/info05.png");
}
.infoSec__item--medical::before {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    linear-gradient(to bottom, rgba(255, 160, 200, 0.5) 0, rgba(255, 160, 200, 0.5) 100px, transparent 100px);
}
.infoSec__item--faq {
  background-image: url("../img/home/info06.png");
}
.infoSec__item--faq::before {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    linear-gradient(to bottom, rgba(20, 102, 149, 0.5) 0, rgba(20, 102, 149, 0.5) 100px, transparent 100px);
}
.infoSec__item--finishers {
  background-image: url("../img/home/info07.png");
}
.infoSec__item--finishers::before {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    linear-gradient(to bottom, rgba(80, 180, 220, 0.5) 0, rgba(80, 180, 220, 0.5) 100px, transparent 100px);
}
.infoSec__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.6s ease;
  z-index: 0;
}
.infoSec__item:hover::after {
  transform: scale(1.08);
}
.charity-banners {
  margin-top: 3rem;
  display: grid;
  gap: 15px;
}
.downloadBox {
  border: 1px solid #C92B20;
  border-radius: 10px;
  padding: 3.7rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3rem;
}
.downloadBox-img {
  max-width: 180px;
  margin: auto;
}
.downloadBox-ttl {
  font-size: 24px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  margin-top: 2rem;
  text-align: center;
}
.downloadBox-btn {
  background: #C92B20;
  padding: 1.7rem;
  border-radius: 50px;
  max-width: 456px;
  margin: 2rem auto 0;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.charity-dl-grid {
  align-items: start
}
.charity-dl {
  padding-bottom: 5rem
}
.historySec {
  position: relative;
}
.historySec-txtBox {
  padding: 7.7rem 4rem 4rem 12%;
  background: linear-gradient(357deg, #D66721 0%, #BB3D32 100%);
  width: 50vw;
  border-radius: 0 40px 40px 0;
  margin-top: -16%;
  position: relative;
}
.historySec-txt {
  color: #fff;
  margin-top: 3rem;
  line-height: 1.5;
}
.historySec-bt {
  margin-top: 4rem;
}
.snap-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 4rem;
}
.snapSec {
  padding: 10rem 0 ;
  position: relative;
}
.snapSec-bt {
  background: #C92B20;
  width: 80%;
  border-radius: 50px;
  padding: 18px;
  margin: -3rem auto 0;
  position: relative;
}
.partnerSec {
  padding: 10rem 0 0;
}
.partnerWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 4rem;
}
.snsSec-grid {
  max-width: 385px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
  margin: 3.2rem auto 0;
}
.snsSec {
  padding: 8rem 0 5rem;
}
.snsSec-ttl {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: flex;
  gap: 2rem;
  align-items: center;
}
.snsSec-ttl img {
  width: 8rem;
}
.instaBox {
  margin-top: 9rem;
}
.fb-x-grid {
  margin-top: 10rem;
	align-items:  start;
}
.fb-wrap iframe,
.fb-wrap span,
.fb-wrap div._2p3a{
	width: 100% !important;
}
.footer-cta-btn {
  background: #fff;
  color: #C92B20;
  font-size: 2.4rem;
  text-align: center;
  max-width: 466px;
  padding: 2rem;
  border-radius: 50px;
  margin-top: 2rem;
  font-weight: bold;
}
.footer-cta-name {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 4.5rem;
}
.footer-contact {
  background: linear-gradient(357deg, #E5996A 0%, #C92C21 100%);
  position: relative;
}
.footer-contact > * {
  position: relative;
  z-index: 1;
}
.footer-contact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 26vw solid #ffffff;
  border-left: calc(100vw - 240px) solid transparent;
  z-index: 0;
}
.footer-cta::before{
  content: "";
  width: 350px ;
  height: 320px;
  position: absolute;
  top: 0;
  right: 2%;
  background-image: url(../img/common/footer-nahappy.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-ttl {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.footer-navWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  align-items: flex-start;
}
.footer__link.-outLink {
  position: relative;
  padding-right: 3rem;
}
.footer__link.-outLink::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/common/link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-bottomBox {
  display: flex;
  justify-content: space-between;
}
.footer-bottomBox-left {
  display: flex;
  gap: 6rem;
}
.footer-otherBox .footer__list {
  flex-direction: row;
  gap: 3rem;
}
.footer-bottomBox {
  margin-top: 2rem;
}
.footer-snsBox .footer__list {
  flex-direction: row;
  gap: 2.2rem;
}
.footer-snsBox .footer__list img {
  width: 3.7rem;
}
.footer_bottomBox-right {
  display: flex;
  gap: 2.4rem;
}
.google-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 540 / 670 ;
  object-fit: cover;
}
/* モーダル全体 */
.img-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* 表示中 */
.img-modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* 背景 */
.img-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* 中央コンテンツ */
.img-modal__content {
  position: relative;
  z-index: 1;
  max-height: 90vh;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  object-fit: contain;
}

.img-modal.is-active .img-modal__content {
  transform: scale(1);
  opacity: 1;
}
.js-map-thumb {
  cursor: zoom-in;
}
/* 画像 */
.img-modal__content img {
  max-width: 80vw;
  max-height: 80vh;
  display: block;
}

/* 閉じるボタン */
.img-modal__close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #000;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
}
.list01 {
  line-height: 2;
  list-style: disc;
  padding-left: 3rem;
}
.nahappy-name {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 2;
}
.nahappy-name span {
  color: #C92B20;
  font-size: 4.6rem;
  display: block;
  font-weight: bold;
}
.nahappy-grid {
  max-width: 950px;
  margin: 4rem auto 0;
  grid-template-columns: 1fr 2.5fr;
}
.song-txt {
  max-width: 850px;
  margin: 4rem auto 0;
}
.song-flex {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
.song-left h4 {
  font-size: 2.4rem;
  font-weight: bold;
}
.song-left p {
  margin-top: 2rem;
}
.song-left p + p {
  margin-top: 1rem;
}
.song-left img {
  max-width: 172px;
  margin-top: 4rem;
}
.song-right p {
  line-height: 1.5;
}
.song-right p + p {
  margin-top: 4rem;
}
.guest-content h4{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
.guest-grid {
  grid-template-columns: 192px 1fr;
}
.guest-content .c-heading05 {
  margin: 2rem 0 0 0;
}
.small-table .trainer-info__text {
  padding: 11px;
}
.small-table .trainer-info__label {
  padding: 11px;
  width: 90px;
  justify-content: center;
}
.profile-list li {
  position: relative;
  padding-left: 64px;
  margin-top: 1rem;
}
.profile-list li span{
  color: #C92B20;
  margin-right: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.talkshow {
  padding: 2rem;
  border-radius: 10px;
  background: #FFF7BD;
}
.talkshow h4{
  display: flex;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  align-items: center;
}
.talkshow img {
  width: 4rem;
}
.talkshow-table .head{
  width: 7rem;
}
.talkshow-table td {
  line-height: 1.5;
  padding: 7px 0;
}
.guest-sns {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding-right: 3rem;
}
.flex {
  display: flex;
  gap: 4rem;
}
.list02 li {
  list-style: auto;
  margin-left: 2.5rem;
  line-height: 1.75;
  margin-top: 1rem;
}
.page-link-wrap {
  gap: 1rem;
}
.page-link01 {
  color: #146695;
  border: 1px solid #146695;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s;
}
.page-link01:hover {
  background: #146695;
  color: #fff;
  opacity: 1;
}
.area-links {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
}
.area-links a {
  position: relative;
  padding-right: 3rem;
  color: #146695;
  display: inline-block;
}
.area-links a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/common/link-icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.infoSec06 {
  position: relative;
}
.infoSec06::before {
  content: "";
  width: 190px;
  height: 194px;
  position: absolute;
  top: -80px;
  right: 0;
  background-image: url(../img/sub/info/area-nahappy.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.coursemap-grid {
  max-width: 87rem;
  margin-left: auto;
  margin-right: auto;
  gap: 6rem;
  align-items: normal;
}
.course-map-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course-map-link iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 400 / 304;
}
.course-map-video iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
.course-banner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.table01 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 18px;
  text-align: center;
}
.table01 thead th {
  background: #146695;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 2.5rem 12px;
  border-right: 2px solid #fff;
  font-weight: 500;
}
.table01 thead th:last-child {
  border-right: none;
}
.table01 .fz15 {
  font-size: 15px;
}
.table01 tbody td {
  padding: 3rem 12px;
  border-right: 1px solid #fff;
  font-weight: 500;
  border-top: 2px solid #fff;
}
.table01 tbody tr:nth-child(even) {
  background: #F5FBFF;
}
.table01 tbody tr:nth-child(odd) {
  background: #ffffff;
}
.table01 tbody td:last-child {
  border-right: none;
}
.table01__label {
  background: #146695;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.time-flex {
  display: flex;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}
.time-flex img{
  max-width: 132px;
  width: 100%;
}
.time-txt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.time-txt02 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.time-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.time-list li {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.time-list__place {
  font-weight: 700;
}

.time-list__km {
  margin-left: 4px;
}

.time-list__time {
  font-weight: 700;
  font-size: 19px;
  margin-left: 8px;
}
.kouteizu-img {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.note-txt {
  font-weight: bold;
  color: #C92B20;
  text-align: center;
  line-height: 2;
}
.map-btn {
  background: #B4DCB4;
  padding: 2.8rem;
  border-radius: 100px;
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.map-btn small {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-top: 1.7rem;
}
.map-btn .infoSec__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
  left: auto;
}
.map-btn .infoSec__arrow {
  padding-bottom: 12px;
  font-size: 3.5rem;
}
.kisei h3 {
  font-size: 1.8rem;
  padding: 2rem 1rem;
  background: #B4DCB4;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
.kiseiPDF-ttl {
  color: #C92B20;
  font-weight: bold;
}
.kisei-grid {
  grid-template-columns: 2fr 1fr 1fr;
  align-items: start;
  gap: 2rem;
}
.route-item-ttl {
  position: absolute;
  top: -3rem;
  left: 3rem;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.5;
}
.route-item-ttl span {
  font-size: 5rem;
  color: #C92B20;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}
.route-item {
  background: #EAF4EA;
  padding: 3rem;
  padding-top: 7rem;
  border-radius: 10px;
  position: relative;
}
.route-item-grid {
  gap: 3rem;
  align-items: start;
}
.route-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.route-item.is-full {
  grid-column: 1 / -1;
  padding-top: 4rem;
}
.route-item .route-item-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
.route-item.is-full .route-item-grid {
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.route-item.is-full .route-item-ttl {
  align-items: center;
}
.route-item-img {
  height: 400px;
  display: flex;
}
.route-item-img img{
  max-height: 400px;
  width: auto;
  margin: auto;
}
.route-item.is-full .route-item-img {
  height: auto;
}
.attention {
  padding: 3rem;
  border-radius: 10px;
  background: #B4DCB4;
}
.attention-list li {
  position: relative;
  padding-left: 3rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.attention-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/sub/course/exclamation.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.map-nahappy {
  max-width: 187px;
  margin: 4rem auto 0;
}
.thanks-balloon {
  position: relative;
  text-align: center;
  padding: 4rem;
  border: 2px solid #146695;
  color: #146695;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
}

.thanks-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  border-width: 16px 14px 0 14px;
  border-style: solid;
  border-color: #146695 transparent transparent transparent;
}

.thanks-balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  border-width: 13px 11px 0 11px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
.course-map-accordion .accordion .js-accordion-title {
  background: #B4DCB4;
  padding: 2rem;
	padding-right: 4rem;
  text-align: center;
  margin-top: 4rem;
}
.course-map-accordion .accordion .js-accordion-title span {
  font-size: 2.4rem;
  font-weight: bold;
	line-height: 1.5;
}
.course-map-accordion .accordion .js-accordion-title::before,
.course-map-accordion .accordion-content::before {
  content: none;
}
.course-map-accordion .accordion .js-accordion-title i.arrow {
  border-color: #000;
  transform: translateY(-50%) rotate(47deg);
}
.course-map-accordion .accordion .js-accordion-title.open i.arrow {
  transform: translateY(-50%) rotate(138deg);
}
.course-map-accordion .accordion-content {
  background: none;
}
.course-map {
  text-align: center;
}
.course-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 794 / 496;
  max-width: 800px;
}
.page-link02-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.page-link02 {
  height: 87px;
  border: 1px solid #C92B20;
  border-radius: 10px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  display: grid;
  place-content: center;
  transition: all 0.3s;
}
.page-link02:hover {
  background: #C92B20;
  color: #fff;
  opacity: 1;
}
.faq-ttl {
  display: flex;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #C92B20;
}
.faq-ttl p {
  align-items: center;
  font-weight: bold;
}
.faq-ttl img {
  width: 6rem;
}
.faq-ttl span {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 3.2rem;
  display: block;
  line-height: 1.2;
}
.page-link03-wrap {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.page-link03 {
  color: #146695;
  border: 2px solid #146695;
  border-radius: 6px;
  padding: 1rem 2rem;
  font-size: 2rem;
  display: inline-block;
  transition: all 0.3s;
}
.page-link03:hover {
  background: #146695;
  color: #fff;
}
.faq-btn {
  background: #0393D7;
  border: 1px solid #146695;
  border-radius: 10px;
  padding: 2.8rem 3.4rem;
  position: relative;
  padding-right: 7rem;
}
.faq-btn::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  background-image: url(../img/sub/contact/faq-btn02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.faq-btn img {
  max-width: 706px;
}
.faq-ttl02 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #C92B20;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #C92B20;
}
.faq-ttl02 img {
  width: 3.4rem;
}
.privacy-policy {
    height: 385px;
    max-width: 92rem;
    width: 100%;
    padding: 4rem;
    border: 2px solid #D9D9D9;
    overflow-y: scroll;
    text-align: left;
    font-size: 18px;
    background-color: #fff;
    margin: 6rem auto 0;
    border-radius: 10px;
}
.privacy-policy__head {
  margin-top: 17px;
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 1.8rem;
}
.privacy-policy p{
	line-height: 1.7;
}
.privacy-policy__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.sub-thanks__img {
  max-width: 124px;
  margin: 3rem auto 0;
}
.snap-card__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.snap-card__title {
  font-size: 6.4rem;
  font-weight: bold;
  color: #C92B20;
  padding: 0 2rem;
  background: #fff;
  position: absolute;
  top: -3.8rem;
  left: 25px;
}
.snap-card {
  padding: 6.3rem 4rem 7.7rem;
  border: 1px solid #C92B20;
  border-radius: 20px;
  position: relative;
}
.snap-card + .snap-card {
  margin-top: 15rem;
}
.snap-card .snapSec-bt {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.sub-snap {
  padding-bottom: 10rem;
}
.sub-single-snap__title {
  font-size: 6.4rem;
  font-weight: bold;
  color: #C92B20;
}
.snap-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.snap-gallery__item img,
.snap-card__images img {
  border-radius: 20px;
}
.snap-card__images img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.entry-page-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 835px;
  margin: auto;
}
.entry-page-link .page-link01 {
  color: #000;
  border-color: #FBAB0B;
  padding: 1.7rem 1rem;
}
.entry-page-link .page-link01:hover {
  background: #FBAB0B;
}
.trainer-info.-yl .trainer-info__label{
  color: #000;
  border-bottom: 1px solid #FBAB0B;
}
.list01 .red,
.list02 .red,
.txt .red,
.txt15 .red {
  color:#C92B20;
  font-weight: bold;
  line-height: 1.5;
}
.list01 a,
.list02 a,
.txt a,
.txt15 a {
  color:#146695;
  text-decoration: underline;
  display: inline;
}
.list01 .pink,
.list02 .pink,
.txt .pink,
.txt15 .pink {
  color:#EC6280;
  font-weight: bold;
}
.entry-btn a{
  font-size: 3.2rem;
  font-weight: bold;
  padding: 4rem;
  background: #C92B20;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  position: relative;
}
.entry-img {
  max-width: 173px;
  width: 100%;
  margin: 3rem auto 0;
}
.entry-btn .infoSec__btn {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  left: auto;
}
.entrySec03 {
  margin-top: 14rem;
  padding: 7rem 0 10rem;
  background: #FFFAEF;
}
.entry-txt strong {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-left: 3rem;
}
.furusato-btn {
  background: #C7C7C7;
  text-align: center;
  padding: 4rem;
  font-size: 2.4rem;
  font-weight: bold;
  max-width: 1000px;
  margin: 4rem auto 0;
}
.furusato-portal {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}
.furusato-portal__link {
  display: block;
  transition: opacity 0.3s;
}
.furusato-portal__link:hover {
  opacity: 0.85;
}
.furusato-portal__img {
  width: 180px;
  height: auto;
  vertical-align: top;
}
.pamphlet-ttl {
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #FBAB0B;
}
.pamphlet-txt {
  line-height: 1.5;
  margin-top: 2rem;
}
.pamphlet-txt a {
  display: inline;
  font-weight: bold;
  text-decoration: underline;
}
.entrySec04 {
  padding-bottom: 10rem;
}
.apply-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #FBAB0B;
}
.table02 {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}

.table02 th {
  background: #146695;
  color: #fff;
  padding: 2.5rem;
  border: 1px solid #E7F6FF;
  text-align: center;
}

.table02 td {
  padding: 16px;
  border: 1px solid #E7F6FF;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.table02 .fz15 {
  font-size: 15px;
}
.table02 tbody tr:nth-child(3),
.table02 tbody tr:nth-child(4) {
  background: #F5FBFF;
}

.table02__method {
  background: #146695;
  color: #fff;
  font-weight: bold;
}

.table02__method small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 6px;
}
.table02 th:first-child,
.table02 td.table02__method {
  width: 30%;
}
.table02--schedule {
  font-size: 1.6rem;
}
.table02--schedule__label {
  background: #E7F6FF;
  color: #146695;
  font-weight: bold;
  padding: 1.4rem 1.6rem;
  width: 38%;
  vertical-align: top;
  border: 1px solid #b8d9ee;
}
.table02--schedule__value {
  padding: 1.4rem 1.6rem;
  background: #fff;
  border: 1px solid #E7F6FF;
  line-height: 1.6;
}
.table02--schedule__value br + * {
  margin-top: 0.4em;
}
.applySec01 {
  padding-bottom: 10rem;
}
.medical-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.medical-list li {
  padding-left: 5rem;
  position: relative;
  margin-top: 1rem;
  line-height: 2;
}
.medical-list li::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../img/common/ttl-icon06.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.medical-list.-icon02 li::before{
  background-image: url(../img/common/ttl-icon07.svg);
}
.medical-list02 li{
padding-left: 6rem;
  position: relative;
  margin-top: 1rem;
  line-height: 2;
}
.medical-list02 li span {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 3.5rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #EC6280;
  line-height: 1;
}
.medical-list02.-small li {
  padding-left: 4rem;
}
.medical-list02.-small li span {
  font-size: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.medical-nahappy {
  position: relative;
}
.medical-nahappy::before {
  content: "";
  width: 15vw;
  height: 15vw;
  position: absolute;
  top: 35%;
  right: 0;
  background-image: url(../img/sub/medical/medical-aid-happy.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.medical-big-ttl {
  color: #EC6280;
  font-size: 3.2rem;
  font-weight: bold;
}
.medical-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EC6280;
}
.medical-ttl02 {
  background: #EC6280;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
}
.medical-grid-item {
  color: #EC6280;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  font-weight: bold;
}
.medical-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}


.tab__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 4rem;
}

.tab__btn {
  flex: 1 1 0;
  text-align: center;
  padding: 1.5rem 1rem;
  background: #fff;
  background: #E1DCDB;
  cursor: pointer;
  transition: all 0.3s;
  color: #EC6280;
  font-weight: bold;
}

.tab__btn.is-active {
  background: #EC6280;
  color: #fff;
  border-color: #EC6280;
}

.tab__content {
  display: none;
}
.tab__contents {
  padding: 4rem;
  border: 2px solid #EC6280;
}

.tab__content.is-show {
  display: block;
}
@media (max-width: 768px) {
  .tab__buttons {
    flex-direction: column;
  }
  .tab__btn {
    width: 100%;
  }
}
.medical-nahappy02 {
  position: relative;
}
.medical-nahappy02::before {
  content: "";
  width: 15vw;
  height: 15vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(../img/sub/medical/medical-aid-nahappy_02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.table03 {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
}

.table03 th,
.table03 td {
  border: 1px solid #E7F6FF;
  padding: 16px;
  vertical-align: middle;
}
.table03__level {
  width: 60px;
  background: #146695;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 0 !important;
}
.table03 tr:nth-child(even) td {
  background: #F5FBFF;
}
.table03__desc,
.table03__care {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .table03 th,
  .table03 td {
    padding: 12px;
    font-size: 14px;
  }

  .table03__level {
    width: 60px;
    font-size: 16px;
  }
}
.medical-note {
  background: #E95E55;
  padding: 3rem 2rem;
  border-radius: 10px;
  color: #fff;
  line-height: 2;
}
.medical-report {
  max-width: 460px;
  margin: 3rem auto 0;
}
.number-img {
  max-width: 826px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.medical-check-list li{
  position: relative;
  padding-left: 5rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.medical-check-list li::before {
  content: "";
  width: 3rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/sub/medical/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.medicalSec01 {
  padding-bottom: 10rem;
}
.finish-date-btn {
  background: #146695;
  color: #fff;
  padding: 3.5rem 3rem 3.5rem 1rem;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  max-width: 720px;
  position: relative;
}
.finish-date-btn span {
  font-size: 24px;
  font-weight: bold;
}
.finish-date-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%) rotate(315deg);
	width: 15px;
	height: 15px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.finish-date-wrap {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
.finish-date-wrap .img01 {
  width: 150px;
  height: 100%;
}
.finish-date-wrap .img02 {
  width: 117px;
  height: 100%;
}
.finish-list__title {
  background: #146695;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  padding: 3rem 1rem;
}
.finish-list__item {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #146695;
}
.finish-list__body {
  padding: 3rem 4rem;
}
.finish-list__thumb {
  min-width: 0;
}
.finish-list__thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.finish-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.finish-list__btn {
  border: 1px solid #146695;
  border-radius: 10px;
  color: #146695;
  padding: 2rem 1rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.finish-list__btn::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background-image: url(../img/sub/finishers/finish-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.finish-list__btns {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-page-link {
  display: flex;
  gap: 2rem;
}
.single-page-link a {
  flex: 1;
  padding: 2rem 1rem;
}
.finish-ttl {
  display: flex;
  gap: 5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #146695;
  position: relative;
  align-items: center;
}
.finish-ttl::before {
  content: "";
  width: 118px;
  height: 146px;
  position: absolute;
  top: -38%;
  right: 0;
  background-image: url(../img/sub/finishers/finishers-nahappy02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.finish-ttl.-ico02::before {
  background-image: url(../img/sub/finishers/finishers-nahappy01.png);
}
.finish-ttl .num {
  color: #146695;
  font-size: 4.8rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  position: relative;
}
.finish-ttl .num::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -2.5rem;
  background: #C6C6C6;
}
.finish-ttl .ttl {
  font-size: 3.2rem;
  font-weight: bold;
}
.finish-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 4rem;
  align-items: start;
}
.finish-detail__thumb {
  min-width: 0;
}
.finish-detail__thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.finish-detail__summary {
  max-width: 900px;
}

.finish-summary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.finish-summary li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
}

.finish-summary li + li {
  margin-top: 13px;
}
.finish-summary li span {
  width: 160px;
  font-weight: 700;
  color: #000;
  flex-shrink: 0;
  position: relative;
  padding-right: 2rem;
}
.finish-summary li span::after {
  content: "";
  position: absolute;
  top: 0.3em;
  right: 20px;
  width: 1px;
  height: calc(100% - 0.6em);
  background: #000;
}
.finish-summary li span + * {
  flex: 1;
}
.single-note-list li{
  position: relative;
  line-height: 1.5;
  padding-left: 3rem;
}
.single-note-list li + li {
  margin-top: 2rem;
}
.single-note-list li::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../img/sub/finishers/exclamation.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.streak-tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.streak-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.streak-table th {
  color: #146695;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
}

.streak-table td {
  background: #f7fbfe;
  padding: 12px 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .streak-tables {
    flex-direction: column;
    gap: 2rem;
  }
}
.top-finishers-wrap {
  display: flex;
  gap: 4rem;
}

.top-finishers-box {
  width: 100%;
}

.top-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 12px;
}

.top-table th {
  color: #146695;
    font-weight: bold;
    text-align: center;
    padding-bottom: 12px;
}

.top-table td {
  background: #f7fbfe;
  padding: 12px 16px;
  text-align: center;
}

.top-table td:nth-child(2) {
  text-align: left;
}

@media (max-width: 768px) {
  .top-finishers-wrap {
    flex-direction: column;
  }
}
.top-finishers-ttl {
  font-weight: bold;
  padding: 13px;
  background: #146695;
  text-align: center;
  color: #fff;
}
.sporoku-logo {
  max-width: 244px;
}
.sporoku-link a {
  display: flex;
  justify-content: space-between;
  background: #FED200;
  border-radius: 10px;
  padding: 3.5rem 4rem;
  align-items: center;
}
.sporoku-txt {
  position: relative;
  padding-right: 46px;
  font-size: 21px;
}
.sporoku-txt::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/sub/finishers/sporoku-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.singleSec02 {
  padding-bottom: 5rem;
}
[id^="link"] {
  scroll-margin-top: 90px;
}
.finishSec02 {
  padding-bottom: 10rem;
}
.finish-date-content {
  display: none;
}

.finish-date-btn {
  cursor: pointer;
}
.finish-date-note {
  color: #C92B20;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.finishers-list li {
  padding-left: 5rem;
  position: relative;
  margin-top: 1rem;
  line-height: 2;
}
.finishers-list li::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../img/common/ttl-icon08.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.finisher-search {
  border: 1px solid #146695;
  border-radius: 10px;
  padding: 3rem;
  max-width: 90rem;
  margin: 4rem auto 0;
}

.finisher-search__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.finisher-search__lead {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.finisher-search__field {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
}

.finisher-search__field label {
  display: block;
  font-weight: bold;
  color: #146695;
}

.finisher-search__field select,
.finisher-search__field input {
  width: 100%;
  padding: 12px 10px;
  border-radius: 4px;
  border: none;
  background: #F3F3F3;
  font-size: 1.6rem;
}

.finisher-search__btn {
  background: #146695;
  color: #fff;
  padding: 14px 3rem 14px 6rem;
  border-radius: 5px;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}
.finisher-search__btn:hover {
  opacity: 0.7;
}
.finisher-search__btn::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  background-image: url(../img/sub/finishers/search02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.finisher-search__btn-wrap {
  text-align: center;
  margin-top: 3rem;
}
.finisher-search__result {
  background: #F5FBFF;
  border-radius: 10px;
  padding: 2rem 1rem;
  text-align: center;
}
.finisher-result-card {
  display: grid;
  gap: 2.4rem;
  justify-items: center;
}
.finisher-result-card {
  margin-top: 4rem;
}
.finisher-result-card + .finisher-result-card {
  border-top: 1px solid #ddd;
  padding-top: 4rem;
}

.result-ttl {
  background: #146695;
  padding: 8px 2rem;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.finisher-search__result-lead {
  line-height: 1.5;
  text-align: center;
  margin-top: 5rem;
}
.finisher-search__result-img {
  max-width: 115px;
  margin: 5rem auto 0;
}
.finisher-search__result-img02 {
  max-width: 124px;
  margin: 2.5rem auto 0;
}
.finisher-result-data {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 16px;
  column-gap: 16px;
  font-size: 1.6rem;
}

.finisher-result-data dt {
  font-weight: bold;
  color: #146695;
  text-align: left;
}

.finisher-result-data dd {
  margin: 0;
  text-align: left;
}

.finisher-result-data dd.is-main {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.finisher-result-data dd.is-main .num {
  font-size: 2.4rem;
  font-weight: bold;
}
.finisher-result-data dd.is-main .unit {
  font-size: 1.6rem;
  font-weight: bold;
}
.finisher-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.finisher-select-wrap {
  position: relative;
}

.finisher-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(315deg);
  width: 10px;
  height: 10px;
  border-right: 3px solid #146695;
  border-bottom: 3px solid #146695;
  pointer-events: none;
}
.hamburger {
    border: none;
    cursor: pointer;
    height: 80px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    width: 80px;
    z-index: 9999;
    background: #C92B20;    
}
.hamburger.-sub span {
  background-color: #fff;
}
.hamburger span {
  background-color: #fff;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 3.5rem;
}
.hamburger__lineTop {
  top: 16px;
}
.hamburger__lineCenter {
  top: 29px;
}
.hamburger__lineBottom {
  top: 41px;
}
.hamburger__menu {
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  position: absolute;
}
.open .hamburger {
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.open .hamburger__lineTop {
  top: 29px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .hamburger__lineCenter {
  display: none;
}
.open .hamburger__lineBottom {
  top: 29px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .hamburger span {
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hamburger__menu.menu {
  display: block;
}
.hamburger__menu.close {
  display: none;
}
.open .hamburger__menu.menu {
  display: none;
}
.open .hamburger__menu.close {
  display: block;
}
.dropdown-menu-wrap {
  background: #fff;
  padding: 3rem 4rem 6rem;
  border-radius: 20px;
  margin-top: 2rem;
}
.dd-other-item {
  padding: 1rem 2.5rem;
  height: 80px;
  border-radius: 10px;
  border: 2px solid #C92B20;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 3rem;
  align-items: center;
}
.dd-other-item h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #C92B20;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  text-transform: uppercase;
}
.dd-language {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: center;
}
.dd-language a {
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  text-align: center;
  border: 1px solid #146695;
  border-radius: 4px;
  color: #146695;
  font-size: 13px;
  position: relative;
  white-space: nowrap;
}
.dd-language a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%) rotate(315deg);
	width: 8px;
	height: 8px;
	border-right: 1px solid #146695;
	border-bottom: 1px solid #146695;
}
.dropdown-menu-bottom {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 3rem;
}
.dd-other {
  display: grid;
  gap: 2rem;
}
.dd-sns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.dd-sns img {
  max-width: 6rem;
}
.dropdown-close {
  max-width: 332px;
  background: #fff;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #C92B20;
  transition: all 0.3s;
  margin: 4rem auto 0;
}
.dropdown-close:hover {
  opacity: 0.7;
}
.header-lg,
.header-sns,
.header-time  {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-ttl {
  font-size: 1.7rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  padding-left: 22px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
.header-sns .header-ttl,
.header-time .header-ttl {
  padding-left: 0;
}
.header-ttl span {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
.header-lg .header-ttl::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/common/lg-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-lg .dd-language  {
  display: flex;
  gap: 8px;
}
.header-sns .dd-sns img {
  width: 3.7rem;
}
.countdown {
  display: flex;
  gap: 2px;
}
.countdown__item {
  background: linear-gradient(to bottom, #C92B20, #FAF0A0);
  padding: 1rem 2px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1px;
  justify-content: center;
  align-items: center;
  min-width: 56px;
}
.countdown__item small {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 9px;
}
.countdown__item span {
  font-size: 3rem;
  font-weight: bold;
}
.countdown p {
  font-size: 5rem;
  line-height: 40px;
}
.fb-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.search-result {
  padding-bottom: 10rem;
}
.c-news__body-info {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.accordion.-medical .js-accordion-title{
  background: #146695;
  padding: 1rem;
  border-radius: 1rem;
  max-width: 60rem;
  color: #fff;
  text-align: center;
}
.accordion.-medical .js-accordion-title span {
  margin: 0;
  font-weight: normal;
}
.accordion.-medical .js-accordion-title::before {
  content: none;
}
.accordion.-medical .js-accordion-title i.arrow {
  border-color: #fff;
}
.accordion.-medical .accordion-content::before {
  content: none;
}
.accordion.-medical .accordion-content {
  padding: 2rem 0;
}
.wbgt-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.wbgt-list li {
  padding: 2rem 1rem;
  border-radius: 7px;
  background: #EC6280;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
.medical-list .wbgt-list li::before {
  content: none;
}
.wbgt-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wbgt-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  line-height: 1.6;
}

.wbgt-table th,
.wbgt-table td {
  border: 1px solid #ddd;
  padding: 1rem;
  vertical-align: middle;
}

.wbgt-table thead th {
  background: #146695;
  color: #fff;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}
.wbgt-table td {
  background: #fff;
}

.wbgt-table .level {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.wbgt-table small {
  font-weight: 500;
  font-size: 1.4rem;
}
.level-stop .level {
  background: #920c0c;
  color: #fff;
}
.level-danger .level {
  background: #c22222;
  color: #fff;
}
.level-warning .level {
  background: #f3b030;
  color: #fff;
}
.level-caution .level {
  background: #dcf982;
}
.level-safe .level {
  background: #a3e4f7;
}
.wbgt-img {
  max-width: 50rem;
}
.kako-ttl {
  padding-left: 1.5rem;
  line-height: 1.5;
  border-left: 5px solid #EC6280;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0;
}
.wbgt-status-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  background: #eee;
  font-size: 1.6rem;
}

.wbgt-status-table th,
.wbgt-status-table td {
  background: #fff;
  padding: 10px 12px;
  text-align: center;
}

.wbgt-status-table th {
  font-weight: 600;
  background: #f3f3f3;
}
.wbgt-status-table td.level-stop {
  background: #920c0c;
  color: #fff;
}

.wbgt-status-table td.level-danger {
  background: #c22222;
  color: #fff;
}

.wbgt-status-table td.level-warning {
  background: #f3b030;
  color: #fff;
}

.wbgt-status-table td.level-caution {
  background: #dcf982;
}

.wbgt-status-table td.level-safe {
  background: #a3e4f7;
}

/* SP調整 */
@media (max-width: 768px) {
  .wbgt-table-wrap {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .wbgt-table {
    font-size: 1.4rem;
    min-width: 520px;
  }

  .wbgt-table thead th {
    font-size: 1.3rem;
    padding: 1rem 0.8rem;
    white-space: normal;
    line-height: 1.35;
  }

  .wbgt-table th,
  .wbgt-table td {
    padding: 1rem 0.8rem;
  }

  .wbgt-table .level {
    white-space: normal;
    font-size: 1.3rem;
  }

  .wbgt-table small {
    font-size: 1.2rem;
  }
}
.sub-single-snap__gallery .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
.sub-single-snap__gallery .wp-block-gallery .wp-block-image {
  width: 100% !important;
}
.sub-single-snap__gallery .wp-block-gallery .wp-block-image img {
  aspect-ratio: 268 / 179;
  object-fit: cover;
  border-radius: 20px;
	transition: all 0.3s;
}
.sub-single-snap__gallery .wp-block-gallery .wp-block-image img:hover {
	opacity: 0.7;
}
.snap-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.snap-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.snap-modal__inner img {
  max-width: 90vw;
  max-height: 90vh;
}
.comming-soon {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	padding: 4rem;
	background: #ddd;
	margin-top: 2rem;
}
html.translated-ltr .hide-on-eng,
html.translated-rtl .hide-on-eng {
  display:none!important;
}
.img-modal__img{
  cursor: grab;
  transition: transform .1s ease;
}

.img-modal__img:active{
  cursor: grabbing;
}
/* mq */


@media (max-width: 1200px) { 
  .header-lg,
  .header-sns {
    display: none;
  }
	.infoSec__num {
		font-size: 8rem;
		top: 3rem;
	}
	.infoSec__en {
		font-size: 4rem;
	}
	.infoSec__btn {
		width: 4rem;
		height: 4rem;
		bottom: 2rem;
	}
	 .footer-cta::before {
  width: 140px;
  height: 130px;
 }
	.route-item-ttl {
		font-size: 1.6rem;
	}
}
@media (max-width: 900px) { 
.dropdown-menu-lists,
 .dropdown-menu-bottom {
  flex-direction: column;
  gap: 1rem;
 }
 .finish-detail-grid {
  grid-template-columns: 1fr;
 }
 .finish-ttl::before {
  width: 98px;
  height: 115px;
  top: -54%;
 }
 .top-finishers-wrap {
  flex-direction: column;
 }
	.footer-list + .footer-list {
        margin-top: 2rem;
    }
 .entrySec {
  flex-direction: column;
}
.entrySec-box {
  margin-top: 0;
  padding: 1.5rem;
}
.entrySec .inner {
  padding: 6rem 1.6rem 3rem;
}
.up-slider, .down-slider {
  width: 100%;
}
.up-dw-slider {
  flex-direction: column;
}
.up-slider .slick-list.draggable, .down-slider .slick-list.draggable {
  height: auto !important;
}
}

@media (max-width: 768px) {
.content-wrap {
  flex-direction: column-reverse;
}
.main-content {
  width: 100%;
}
.main-content::after {
  content: none;
}
.home-mv-wrap::before {
  background-position: bottom;
  max-width: 60vw;
}
 .c-heading01 strong {
  font-size: 4.5rem;
 }
 .hamburger {
  width: 60px;
  height: 60px;
 }
 .pickupSec {
  padding: 6rem 0;
 }
 .bg01::before {
  width: 100vw;
 }
 .newsSec-grid {
  grid-template-columns: 1fr;
  gap: 2rem;
 }
 .newsSec-bt {
  margin-top: 1.5rem;
 }
 .c-tag span {
  font-size: 14px;
  line-height: 1;
 }
 .newsSec {
  padding-bottom: 6rem;
 }
.entrySec-date strong {
  font-size: 3rem;
}
.entrySec-date {
  font-size: 2rem;
}
.header {
  height: 60px;
}
 .header__logo {
  width: 15.5rem;
  margin-top: 0.4rem;
 }
 .hamburger span {
  height: 2px;
 }
 .hamburger__lineTop {
  top: 13px;
 }
 .hamburger__lineCenter {
  top: 23px;
 }
 .hamburger__lineBottom {
  top: 33px;
 }
 .hamburger__menu {
  top: 36px;
  font-size: 12px;
 }
 .open .hamburger__lineTop,
 .open .hamburger__lineBottom {
  width: 30px;
  top: 21px;
 }
 .dropdown-menu {
  padding: 2rem;
  padding-bottom: 4rem;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
 }
 .dropdown-ttl {
  max-width: 20rem;
 }
 .dropdown-menu-wrap {
  padding: 1.6rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
 }
 .dropdown-menu-lists {
  gap: 1.75rem;
 }
 .dropdown-menu li {
  margin-bottom: 0.25rem;
 }
 .dropdown-link {
  padding: 1rem 0;
 }
 .dd-page-ttl {
  padding: 0.75rem 1rem 0.9rem;
  margin-bottom: 0.5rem;
 }
 .dd-link {
  padding-right: 2rem;
 }
 .dd-link::before {
  width: 17px;
  height: 17px;
 }
.dropdown-menu-bottom {
  margin-top: 1rem;
}
.dd-other-item {
  padding: 1rem;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: flex-start;
  height: auto;
}
.dd-other-item.-sns {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.dd-other-item h3 {
  font-size: 2.2rem;
}
.dd-language a {
  padding: 1rem 2rem 1rem 1rem;
}
.dd-sns img {
  width: 4rem;
}
.dd-sns {
  display: flex;
}
.dropdown-close {
  font-size: 2rem;
  margin-top: 3rem;
}
.dropdown-menu::before {
  right: -19%;
  top: -5%;
  bottom: auto;
  background-position: top;
}
.item_group {
  margin-top: 3rem;
}
.entrySec-link {
  margin-top: 2rem;
  gap: 1rem;
}
.entrySec-btn {
  padding: 2rem 0;
  font-size: 2rem;
}
.circle_btn01_arrow {
  width: 3.8rem;
  height: 3.8rem;
}
.entrySec-btn .circle_btn01_arrow {
  right: 2rem;
}
.infoSec {
  padding: 6rem 0;
}
.infoSec-linkWrap {
  margin-top: 3rem;
}
.infoSec__content {
  align-items: flex-start;
  padding-left: 2rem;
  padding-top: 2rem;
}
.infoSec__en {
  font-size: 3.2rem;
  text-align: left;
}
.infoSec__jp {
  font-size: 2rem;
}
.infoSec__num {
  top: 1.5rem;
  left: 2rem;
  transform: none;
  font-size: 8vw;
}
.infoSec__btn {
  width: 5rem;
  height: 5rem;
  left: auto;
  right: 2rem;
  transform: none;
  bottom: 6rem;
}
.infoSec-linkWrap {
  grid-template-columns: 1fr;
}
.infoSec__item,
.infoSec__item.is-full {
  aspect-ratio: 3 / 1.4;
}
.charity-dl-grid {
  gap: 4rem;
}
.downloadBox {
  padding: 2rem;
}
.downloadBox-ttl {
  margin-top: 1rem;
  font-size: 2rem;
}
.downloadBox-btn {
  padding: 1rem 3rem;
  font-size: 1.6rem;
  margin-top: 0;
}
.historySec-txtBox {
  width: 95vw;
  padding: 3rem 2rem;
}
.historySec-txt {
  margin-top: 2rem;
}
.historySec-bt {
  margin-top: 2rem;
}
.snapSec {
  padding: 6rem 0;
}
.snap-wrap {
  grid-template-columns: repeat(3, 1fr);
}
.snapSec-bt {
  width: 90%;
  padding: 1rem;
}
.partnerSec {
  padding: 6rem 0;
}
.partnerWrap {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}
.snsSec {
  padding: 5rem 0 0;
}
.snsSec-grid {
  gap: 2rem;
  max-width: 22rem;
  margin-top: 2rem;
}
.instaBox {
  margin-top: 4rem;
}
.snsSec-ttl {
  font-size: 3.2rem;
  gap: 1rem;
}
.snsSec-ttl img {
  width: 5rem;
}
.fb-x-grid {
  margin-top: 1rem;
  align-items: flex-start;
}
.table02-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table02-scroll .table02 {
  min-width: 440px;
  font-size: 1.4rem;
}
.table02-scroll .table02 th,
.table02-scroll .table02 td {
  padding: 1rem 0.6rem;
}
.table02--schedule {
  font-size: 1.5rem;
}
.table02--schedule__label,
.table02--schedule__value {
  padding: 1.2rem 1.4rem;
}
.side-menu {
  width: 100%;
}
.sponsor-wrap {
  grid-template-columns: 1fr 1fr;
}
.footer-contact::after {
  border-left: 100vw solid transparent;
}
.footer-cta::before {
  width: 120px;
  height: 120px;
  top: -3rem;  
}
.footer-cta-name {
  font-size: 2rem;
  text-align: center;
}
.footer-cta-btn {
  font-size: 2rem;
}
.footer-navWrap {
  display: block;
}
.footer-bottomBox-left,
.footer-bottomBox {
  flex-direction: column;
  gap: 2rem;
}
.footer-otherBox .footer__list,
.footer-snsBox .footer__list {
  display: flex;
  gap: 2rem;
}
.footer_bottomBox-right {
  flex-direction: column;
  gap: 1rem;
  margin-top: 4rem;
}
.l-page-cover__ttl::before {
  width: calc(100% + 140px);
  height: calc(100% + 20px);
}
.l-page-cover__ttl::after {
  width: 10rem;
  height: 8.6rem;
  right: -103px;
}
.c-heading02 {
  font-size: 2.4rem;
  gap: 1rem;
  padding-bottom: 1rem;
  line-height: 1.3;
}
.c-heading02 img {
  width: 4rem;
  height: 4rem;
}
.c-heading03 {
  padding: 1rem;
  font-size: 2rem;
  line-height: 1.3;
}
.c-heading04 {
  font-size: 2rem;
  gap: 1rem;
}
.c-heading04 img {
  width: 3.2rem;
  height: 3.2rem;
}
.c-heading05 {
  font-size: 2rem;
  line-height: 1.3;
}
.u-mt40 {
  margin-top: 3rem;
}
.u-mt50 {
  margin-top: 4rem;
}
.u-mt60 {
  margin-top: 5rem;
}
.u-mt80 {
  margin-top: 6rem;
}
.u-mt100 {
  margin-top: 8rem;
}
.info01-grid {
  display: flex;
  flex-direction: column !important;
  gap: 2rem;
}
.google-map {
  width: 100%;
}
.google-map iframe {
  aspect-ratio: 1;
}
.list01 {
  padding-left: 2rem !important;
  line-height: 1.7;
}
.attention-border .list01 {
  margin: 1rem;
}
.nahappy-name {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
}
.nahappy-name span {
  font-size: 3.6rem;
}
.nahappy-grid img {
  max-width: 20rem;
}
.u-pd40,
.u-pd60 {
  padding: 0 15px;
}

.song-txt {
  margin-top: 2rem;
}
.song-flex {
  flex-direction: column;
}
.song-left img {
  max-width: 20rem;
  margin-top: 3rem;
}
.guest-grid {
  grid-template-columns: 1fr;
  gap: 2rem;
}
.guest-grid img {
  max-width: 22rem;
  margin: auto;
}
.guest-content h4 {
  font-size: 2.6rem;
  text-align: center;
}
.talkshow h4 {
  font-size: 2.4rem;
  gap: 6px;
}
.talkshow img {
  width: 3.2rem;
}
.talkshow-table .head {
  width: 5rem;
}
.profile-grid {
  gap: 3rem;
}
.flex {
  flex-direction: column;
  gap: 0;
}
.infoSec06::before {
  width: 13rem;
  height: 13rem;
  top: -6rem;
  z-index: 1;
}
#area01 .grid-col02,
#area03 .grid-col02,
#area05 .grid-col02 {
  display: flex;
  flex-direction: column-reverse;
}
.coursemap-grid {
  gap: 2rem;
}
.table01 thead th {
  font-size: 15px;
  padding: 1.5rem 0;
  vertical-align: middle;
}
.table01 tbody td {
  font-size: 15px;
  padding: 1.5rem 1rem;
  vertical-align: middle;
  line-height: 1.3;
}
.time-flex {
  flex-direction: column;
}
.note-txt {
  line-height: 1.75;
}
.map-btn {
  font-size: 1.8rem;
  padding: 1rem;
  padding-right: 6rem;
}
.map-btn small {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 1rem;
}
.kisei-grid {
  grid-template-columns: 1fr;
  gap: 2rem;
}
.kisei h3 {
  font-size: 2rem;
  padding: 1rem;
}
.kiseiPDF {
  padding: 2rem;
}
.route-item.is-full .route-item-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
.route-item-ttl span {
  font-size: 4rem;
}
.route-item-ttl {
  font-size: 1.6rem;
  top: 0;
  left: 0;
  position: relative;
}
.route-item {
  padding: 2rem;
}
.route-wrap {
  grid-template-columns: 1fr;
  gap: 2rem;
}
.route-item-img {
  height: auto !important;
}
.attention {
  padding: 2rem;
}
.thanks-balloon {
  font-size: 2rem;
  line-height: 1.5;
  padding: 2rem;
}
.map-nahappy {
  max-width: 15rem;
  margin-top: 2rem;
}
.course-map-accordion .accordion .js-accordion-title {
  margin-top: 2rem;
  text-align: left;
}
.course-map-accordion .accordion .js-accordion-title span {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.3;
}
.course-map-accordion .accordion-content {
  padding: 0;
}
.courseSec05 {
  padding-bottom: 6rem;
}
.entry-page-link {
  grid-template-columns: 1fr;
  gap: 1rem;
}
.table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll table {
    min-width: 500px;
  }
  .entry-btn a {
    font-size: 2rem;
    padding: 1.6rem;
    padding-right: 4rem;
    line-height: 1.3;
  }
  .entry-btn .infoSec__btn {
    width: 4rem;
    height: 4rem;
  }
  .entry-img {
    width: 13rem;
    margin-top: 2rem;
  }
  .entrySec03 {
    margin-top: 8rem;
  }
  .entry-txt strong {
    margin-left: 0;
    line-height: 1.5;
  }
  .furusato-btn {
    padding: 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .furusato-portal {
    gap: 1.5rem;
  }
  .furusato-portal__img {
    width: 140px;
  }
  .entrySec03 .list01{
    margin-left: 1.5rem;
  }
  .l-page-cover__ttl {
    letter-spacing: -0.25em;
  }
  .medical-big-ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .medical-grid {
    grid-template-columns: 1fr 1fr;
  }
  .medical-ttl {
    font-size: 2rem;
  }
  .tab__contents {
    padding: 2rem;
  }
  .medical-nahappy02::before {
    width: 20vw;
    height: 20vw;
    top: -10%;
  }
  .medical-list li {
    padding-left: 4rem;
    line-height: 1.5;
  }
  .medical-list02 li {
    padding-left: 4rem;
  }
  .medical-list02 li span {
    font-size: 3rem;
  }
  .finish-date-wrap {
    flex-direction: column;
  }
  .finish-date-btn {
    padding: 2rem 3rem 2rem 2rem;
  }
  .finish-date-btn span {
    font-size: 2rem;
    line-height: 1.5;
  }
  .finish-date-btn::after {
    right: 1rem;
  }
  .finisher-search {
    padding: 2rem 1.6rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .finisher-search__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .finisher-search__form {
    min-width: 0;
  }
  .finisher-search__field {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    margin-bottom: 1.2rem;
  }
  .finisher-search__field label {
    margin-bottom: 0;
  }
  .finisher-search__field select,
  .finisher-search__field input {
    min-height: 44px;
    padding: 12px 14px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .finisher-search__btn-wrap {
    margin-top: 2rem;
  }
  .finisher-search__btn {
    width: 100%;
    max-width: 100%;
    padding: 14px 2rem 14px 5rem;
  }
  .finisher-search__result {
    padding: 2rem 1rem;
    min-height: 0;
  }
  .finisher-search__result-lead {
    margin-top: 2rem;
  }
  .finisher-search__result-img {
    margin-top: 2rem;
  }
  .finisher-result-data {
    grid-template-columns: 1fr;
    row-gap: 0.6rem;
    font-size: 1.4rem;
  }
  .finisher-result-data dt {
    margin-top: 0.8rem;
    padding-bottom: 0.2rem;
  }
  .finish-list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .finish-list__title {
    font-size: 2.2rem;
    padding: 2rem 1rem;
  }
  .finish-list__body {
    padding: 2rem;
  }
  .finish-list__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .finish-list__btn::before {
    width: 2rem;
    height: 2rem;
    right: 1rem;
  }
  .finish-list__btn {
    padding-right: 3rem;
  }
  .snap-card__title {
    font-size: 2.6rem;
    top: -1.4rem;
    left: 8%;
    padding: 0 1rem;
  }
  .snap-card {
    padding: 4rem 1rem;
  }
  .snap-card__images {
    grid-template-columns: 1fr 1fr;
  }
  .snap-gallery__item img, .snap-card__images img {
    border-radius: 10px;
  }
  .snap-card .snapSec-bt {
    bottom: -3rem;
  }
  .snap-card + .snap-card {
    margin-top: 9rem;
  }
  .btn.-color {
    font-size: 1.6rem;
  }
  .page-link02-wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .page-link02 {
    height: 64px;
    line-height: 1.3;
  }
  .page-link03 {
    font-size: 1.6rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
  }
  .page-link03-wrap {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .faq-btn {
    padding: 2rem 1rem;
    padding-right: 4rem;
  }
  .faq-btn::before {
    right: 0.7rem;
  }
  .privacy-policy {
    padding: 2rem;
    font-size: 1.6rem;
    margin-top: 3rem;
  }
  .privacy-policy__ttl {
    font-size: 2.2rem;
  }
  .medical-nahappy::before {
    top: 11%;
    width: 17vw;
    height: 17vw;
  }
  .finish-detail-grid {
    grid-template-columns: 1fr;
  }
  .streak-tables {
    grid-template-columns: 1fr;
  }
  .finish-ttl {
    gap: 3rem;
  }
  .finish-ttl .num {
    font-size: 3.8rem;
  }
  .finish-ttl .ttl {
    font-size: 2.8rem;
  }
  .finish-ttl .num::before {
    right: -1.5rem;
  }
  .finish-ttl::before {
    width: 8rem;
    height: 10rem;
  }
  .single-page-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .single-page-link a {
    padding: 1.5rem 1rem;
  }
  .top-table td {
    padding: 10px 6px;
  }
  .top-table {
    border-spacing: 7px;
  }
  .sporoku-link a {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
  }
  .sporoku-txt {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-right: 3.5rem;
  }
  .medical-list .wbgt-list li {
    padding: 1rem;
  }
  .wbgt-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .wbgt-status-table th, .wbgt-status-table td {
    font-size: 1.4rem;
    padding: 1rem 4px;
  }
  .sub-single-snap__title {
    font-size: 3.2rem;
  }
  .sub-single-snap__gallery .wp-block-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .sub-single-snap__gallery .wp-block-gallery .wp-block-image img {
    border-radius: 10px;
  }
	.home-mv,
	.home-mv img,
	.home-mv-wrap{
		height: 80vh;
	}
}

@media (max-width: 420px) {
  .home-mv-wrap::before {
    max-width: 65vw;
  }
}

.gsc-wrapper {
	max-width: none !important;
}

/* mq */