@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Boldonse&display=swap");
/*-----------------------
共通
-----------------------*/
/*-- sticky解除 --*/
.l-wrapper-none {
  overflow: inherit;
}

.p-sec-title {
  line-height: 1.8;
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .p-sec-title {
    margin-bottom: 50px;
  }
}
.p-sec-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 26px;
  background: #333;
}

.txt-center .p-sec-title:after {
  margin-left: auto;
  margin-right: auto;
}

.border-left {
  border-left: 1px solid #999999;
  padding-left: 14px;
}
@media screen and (max-width: 480px) {
  .border-left {
    padding-left: 10px;
  }
}

.page-work2026-contents .danraku p {
  line-height: 2.2;
}
.page-work2026-contents .danraku p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.w600 {
  max-width: 680px !important;
}

/*-----------------------
ヘッダー
-----------------------*/
@media screen and (max-width: 480px) {
  .work2026-fv {
    padding-top: 130px;
  }
}
.work2026-fv .fv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .work2026-fv .fv-flex {
    display: block;
  }
}
.work2026-fv .fv-flex .fv-flex__right {
  width: 42.4%;
}
@media screen and (max-width: 480px) {
  .work2026-fv .fv-flex .fv-flex__right {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
  }
}
.work2026-fv .fv-flex .fv-flex__left {
  width: 57%;
}
@media screen and (max-width: 480px) {
  .work2026-fv .fv-flex .fv-flex__left {
    width: 100%;
    margin-bottom: 80px;
  }
}
.work2026-fv .bg-txt {
  background: #d2d6d5;
  display: inline-block;
  line-height: 1;
  padding: 0.3rem;
}
.work2026-fv .tag-line {
  font-size: clamp(28px, 2.5806451613vw, 40px);
  margin-top: 15%;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .work2026-fv .tag-line {
    margin-top: 8%;
  }
}
.work2026-fv .sub-tag-line {
  margin-top: 12%;
  font-weight: 400;
  color: #646464;
  font-size: clamp(14px, 1.2903225806vw, 18px);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .work2026-fv .sub-tag-line {
    margin-top: 5%;
  }
}

/*-----------------------
intro
-----------------------*/
.work2026-intro .intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.work2026-intro .intro-flex .intro-flex__img {
  width: 39%;
}
@media screen and (max-width: 840px) {
  .work2026-intro .intro-flex .intro-flex__img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .work2026-intro .intro-flex .intro-flex__img {
    width: 100%;
  }
}
.work2026-intro .intro-flex .intro-flex__txt {
  width: 50%;
}
@media screen and (max-width: 840px) {
  .work2026-intro .intro-flex .intro-flex__txt {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .work2026-intro .intro-flex .intro-flex__txt {
    margin-bottom: 50px;
  }
}
.work2026-intro .intro-flex__1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* intro1 */
.work2026-intro .intro-flex__1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work2026-intro .intro-flex__1 .intro-flex__img img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 840px) {
  .work2026-intro .intro-flex__1 .intro-flex__img img {
    width: 60%;
  }
}
.work2026-intro .intro-flex__1 .intro-flex__img img:nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .work2026-intro .intro-flex__1 .intro-flex__img img:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .work2026-intro .intro-flex__1 .intro-flex__img img:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
.work2026-intro .intro-flex__1 .intro-flex__img img:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0;
}

/* intro2 */
.work2026-intro .intro-flex__2 .intro-flex__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.work2026-intro .intro-flex__2 .intro-flex__img img {
  width: 47%;
}
@media screen and (max-width: 840px) {
  .work2026-intro .intro-flex__2 .intro-flex__img img {
    width: 42%;
  }
}
.work2026-intro .intro-flex__2 .intro-flex__img img:nth-of-type(2) {
  margin-top: 50%;
}
@media screen and (max-width: 840px) {
  .work2026-intro .intro-flex__2 .intro-flex__img img:nth-of-type(2) {
    margin-top: 30%;
  }
}

/*-----------------------
fuan
-----------------------*/
.slash-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .slash-title {
    margin-bottom: 20px;
    font-size: 20px !important;
  }
}
.slash-title:before, .slash-title:after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #333;
}
@media screen and (max-width: 480px) {
  .slash-title:before, .slash-title:after {
    height: 30px;
  }
}
.slash-title:before {
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (max-width: 480px) {
  .slash-title:before {
    margin-right: 15px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.slash-title:after {
  margin-left: 30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 480px) {
  .slash-title:after {
    margin-left: 15px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

.work2026-fuan .border-box {
  border: 1px solid #999999;
  display: block;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  border-radius: 6px;
}
@media screen and (max-width: 480px) {
  .work2026-fuan .border-box {
    padding: 30px 15px 25px;
  }
}
.work2026-fuan .check-list li:not(:last-of-type) {
  margin-bottom: 14px;
}
.work2026-fuan .check-list li {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .work2026-fuan .check-list li {
    padding-left: 17px;
  }
}
.work2026-fuan .check-list li:after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #adaba0;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .work2026-fuan .check-list li:after {
    width: 12px;
    height: 12px;
  }
}
.work2026-fuan .nami-line {
  margin-top: 26px;
  -webkit-text-decoration: underline wavy #808080;
          text-decoration: underline wavy #808080;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .work2026-fuan .nami-line {
    margin-top: 20px;
    text-underline-offset: 4px;
  }
}
.work2026-fuan .bg-txt {
  display: inline-block;
  padding: 0px 10px;
}

/*-----------------------
購入しなくても
-----------------------*/
.work2026-notbuy .notbuy-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.work2026-notbuy .notbuy-flex .notbuy-flex__txt {
  width: 50%;
}
@media screen and (max-width: 840px) {
  .work2026-notbuy .notbuy-flex .notbuy-flex__txt {
    width: 100%;
    margin-bottom: 50px;
  }
}
.work2026-notbuy .notbuy-flex .notbuy-flex__img {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 840px) {
  .work2026-notbuy .notbuy-flex .notbuy-flex__img {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .work2026-notbuy .notbuy-flex .notbuy-flex__img {
    width: 100%;
  }
}
.work2026-notbuy .notbuy-flex .notbuy-flex__img img {
  width: 31%;
}
@media screen and (max-width: 840px) {
  .work2026-notbuy .notbuy-flex .notbuy-flex__img img {
    width: 29%;
  }
}
.work2026-notbuy .notbuy-flex .notbuy-flex__img img:nth-of-type(2) {
  margin-top: 30%;
}
.work2026-notbuy .notbuy-flex .notbuy-flex__img img:nth-of-type(3) {
  margin-top: 10%;
}

/*-----------------------
特典
-----------------------*/
.work2026-tokuten .tokuten-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.work2026-tokuten .tokuten-flex .slide_visual {
  width: 44%;
  height: 100dvh;
  overflow: hidden;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 840px) {
  .work2026-tokuten .tokuten-flex .slide_visual {
    width: 100%;
    height: auto;
    aspect-ratio: 800/600;
    position: relative;
  }
}
.work2026-tokuten .tokuten-flex .tokuten-flex__txt {
  width: 56%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 840px) {
  .work2026-tokuten .tokuten-flex .tokuten-flex__txt {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .work2026-tokuten .tokuten-flex .tokuten-flex__txt {
    padding-top: 60px;
  }
}

/* Left Slide */
.slide_visual .swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.slide_visual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.slide_visual .swiper-slide-active img,
.slide_visual .swiper-slide-duplicate-active img,
.slide_visual .swiper-slide-prev img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Right List */
.tokuten-list {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.tokuten-list li {
  background-color: #fff;
  padding: 7%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .tokuten-list li {
    padding: 30px 30px;
  }
}
.tokuten-list li:not(:last-of-type) {
  margin-bottom: 50px;
}
.tokuten-list li h5 {
  position: relative;
  z-index: 1;
  padding-left: 24px;
}
@media screen and (max-width: 480px) {
  .tokuten-list li h5 {
    padding-left: 20px;
  }
}
.tokuten-list li h5:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #adaba0;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .tokuten-list li h5:before {
    width: 12px;
    height: 12px;
    top: 7px;
  }
}
.tokuten-list li p {
  margin-top: 0.6rem;
  line-height: 1.8;
  z-index: 1;
}
.tokuten-list li .list-number {
  color: #ecece7;
  font-family: "Boldonse", system-ui;
  font-size: 60px;
  font-weight: 400;
  position: absolute;
  top: 6px;
  right: 0;
  line-height: 1;
  width: 50px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .tokuten-list li .list-number {
    font-size: 50px;
    width: 42px;
  }
}

/*-----------------------
概要
-----------------------*/
.work2026-overview .overview-tbl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .work2026-overview .overview-tbl {
    border-bottom: 1px solid #999999;
  }
}
.work2026-overview .overview-tbl .cel_th,
.work2026-overview .overview-tbl .cel_td {
  vertical-align: middle;
  border: 1px solid #999999;
  line-height: 1.6;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .work2026-overview .overview-tbl .cel_th,
  .work2026-overview .overview-tbl .cel_td {
    padding: 18px;
    display: block;
  }
}
.work2026-overview .overview-tbl .cel_th {
  width: 140px;
  text-align: center;
  font-size: 16px;
  background-color: #e6e6e0;
}
@media screen and (max-width: 480px) {
  .work2026-overview .overview-tbl .cel_th {
    width: 100%;
    border-bottom: none;
    padding: 12px;
  }
}
.work2026-overview .overview-tbl .cel_td {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .work2026-overview .overview-tbl .cel_td {
    font-size: 17px;
    border-bottom: none;
  }
}
.work2026-overview .overview-tbl .cel_td small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .work2026-overview .overview-tbl .cel_td small {
    font-size: 15px;
  }
}
.work2026-overview .overview-tbl .cel_td > table {
  width: auto;
}
.work2026-overview .overview-tbl .cel_td > table .cel_time {
  padding-right: 1rem;
  text-align: right;
}

/*-----------------------
お申し込み方法
-----------------------*/
.work2026-entry .coution-box {
  text-align: center;
}
.work2026-entry .coution-box .coution-box__inner {
  display: inline-block;
  border: 1px solid #d21c24;
  padding: 15px;
  text-align: left;
}
.work2026-entry .entry-list {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 40px 56px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .work2026-entry .entry-list {
    gap: 26px;
  }
}
.work2026-entry .entry-list a {
  background-color: #638390;
  color: #fff;
  padding: 1.5rem 0;
  line-height: 1;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.work2026-entry .entry-list a:hover {
  background-color: #333;
  opacity: 1;
}
.work2026-entry .entry-list a small {
  font-size: 16px;
  vertical-align: baseline;
}

/*---------------
余白
----------------*/
.mt-10 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}