@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) and (min-width: 768px) {
  html {
    font-size: 16px;
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) and (min-width: 391px) {
  html {
    font-size: 16px;
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.45;
  color: #3e3a39;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #3e3a39;
}

p {
  font-size: 1rem;
  line-height: 1.7;
}

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

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #f4f4f4;
  border-bottom: 1px solid #dcdddd;
  background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
}

.l-header__logo {
  position: relative;
  z-index: 9;
}

.l-header__inner {
  width: calc(100% - 48px);
  max-width: 1080px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.5s;
  height: 100%;
}

.l-header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.125rem;
  height: 100%;
}

.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  gap: 2.8125rem;
  z-index: 9;
  height: 100%;
}
.l-header__list li {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.l-header__list li a {
  font-size: 1rem;
  position: relative;
  display: block;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
}
.l-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .l-header__list li a:hover::after {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}
@media (hover: hover) {
  .l-header__list li:hover > .drop-menu {
    visibility: visible;
    opacity: 1;
  }
}

.c-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
    height: 80px;
  }
  .l-header__logo {
    line-height: 1;
  }
  .l-header__logo a {
    display: inline-block;
  }
  .l-header__nav {
    z-index: 99999;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding-right: 0;
    padding-top: 90px;
    padding-bottom: 40px;
    background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
  }
  .l-header__nav .l-header__list {
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 1.875rem;
    height: auto;
  }
  .l-header__nav .l-header__list li {
    width: 100%;
    text-align: center;
    height: auto;
    display: block;
  }
  .l-header__nav .l-header__list li a {
    width: 100%;
    gap: 0;
    line-height: 1.2;
    color: #fff;
    background: none;
    font-weight: 400;
  }
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 99999999;
    display: block;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background-color: #fff;
    width: 35px;
    left: 8px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 12px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 24px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 36px;
  }
  .c-hamburger.is-active span {
    background-color: #fff;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(12px) rotate(-45deg);
        transform: translateY(12px) rotate(-45deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-12px) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
  }
}
body {
  overflow: hidden;
}
body.is-login {
  overflow: initial;
  overflow-x: hidden;
}

.password-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 999999;
}
.password-modal input[type=password],
.password-modal input[type=text] {
  width: 100%;
  max-width: 240px;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1rem;
  text-align: left;
}
.password-modal .modal-content {
  width: calc(100% - 40px);
  max-width: 375px;
  background-color: white;
  padding: 40px 24px;
  border-radius: 5px;
  text-align: center;
}
.password-modal h2 {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 1rem;
}
.password-modal .c-btn {
  margin-top: 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  max-width: 195px;
  height: 45px;
  margin: 30px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
  position: relative;
  background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
}
@media (hover: hover) {
  .password-modal .c-btn:hover {
    opacity: 0.7;
  }
}
.password-modal #error-message {
  color: red;
  display: none;
  /* 初期状態では非表示 */
}

@media screen and (max-width: 767px) {
  .password-modal .modal-content {
    padding: 34px 20px;
  }
  .password-modal h2 {
    margin-bottom: 16px;
  }
  .password-modal #error-message {
    font-size: 0.875rem;
    margin-top: 8px;
  }
}
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 60px 0 20px;
}

.l-footer__logo {
  width: 98%;
  max-width: 219px;
  margin: 0 auto 30px;
}

.l-footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 38px;
  margin-bottom: 60px;
}
.l-footer__nav .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
}
.l-footer__nav .list a {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}
.l-footer__nav .list a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3e3a39;
  bottom: -3px;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .l-footer__nav .list a:hover::after {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}

.c-copyLight {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 0 20px;
  }
  .l-footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    margin-bottom: 30px;
  }
  .l-footer__logo {
    width: 98%;
    max-width: 219px;
    margin: 0 auto 20px;
  }
  .l-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 65%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .l-footer__nav .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .l-footer__nav .list li {
    width: 100%;
  }
  .l-footer__nav .list a {
    font-weight: 400;
  }
}
/* ------- container ------- */
.l-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 3.75rem;
}
.l-container .l-main-contents {
  width: 72%;
  max-width: 580px;
}
.l-container .l-aside-menu {
  width: 28%;
  max-width: 242px;
}

/* ------- side menu ------- */
.c-side__block {
  background-color: #ffebf6;
  padding: 1.25rem 2.125rem;
}
.c-side__block .c-side__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.c-side__block .c-ranking-list {
  display: block;
}
.c-side__block .c-ranking-list__item:not(:last-child) {
  margin-bottom: 36px;
}
.c-side__block .c-ranking-list__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-side__block .c-ranking-list__item .num {
  background-color: #666666;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-container {
    display: block;
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .l-container .l-main-contents {
    width: 100%;
    max-width: 100%;
  }
  .l-container .l-aside-menu {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .c-side__block {
    background-color: #ffebf6;
    padding: 30px 20px 60px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .c-side__block .c-side__ttl {
    font-size: 1.3125rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
  }
  .c-side__block .c-ranking-list {
    display: block;
  }
  .c-side__block .c-ranking-list__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .c-side__block .c-ranking-list__item a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 24px;
  }
  .c-side__block .c-ranking-list__item .c-article-list__img {
    width: 58%;
    margin-bottom: 0;
  }
  .c-side__block .c-ranking-list__item .c-article-list__text {
    width: 42%;
  }
  .c-side__block .c-ranking-list__item .num {
    background-color: #666666;
    color: #fff;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* ------- title ------- */
.c-ttl-box {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #fff;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #666666;
  padding: 10px 15px;
  position: relative;
}
.c-ttl-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-btn {
  margin-top: 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  max-width: 195px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
  position: relative;
  background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
  }
}

.c-btn-02 {
  margin-top: 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  width: 92%;
  max-width: 400px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
  position: relative;
  background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
  margin: 60px auto 0;
}
@media (hover: hover) {
  .c-btn-02:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 1.25rem;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .c-ttl.en {
    font-size: 1.375rem;
  }
  .c-ttl-02 {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0 0 12px 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .c-ttl-num .text {
    font-size: 1.1875rem;
    color: #467fcd;
    font-weight: 700;
  }
  .c-btn {
    padding: 2px;
  }
}
.u-center {
  text-align: center;
}

/* ------ animeation ------ */
.js-fade {
  opacity: 0;
  -ms-transform: translate(0, 30px);
      transform: translate(0, 30px);
  transition: all 0.5s ease-out;
}

.js-fade.is-active {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

/* —————————————————
  home
  —————————————————*/
.l-wrap {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
}

.l-wrap-wide {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
}

.l-container-home {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 5rem auto 11.875rem;
}
.l-container-home .c-btn-02 {
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .l-container-home {
    margin: 20px auto 40px;
  }
  .l-container-home .c-btn-02 {
    margin-top: 60px;
  }
}
/* -----------------------------------
    top mv
 ------------------------------------- */
.p-top-mv {
  background-color: #f2f2f2;
  position: relative;
}
.p-top-mv .l-wrap-wide {
  position: relative;
  width: 100%;
}

.p-top-mv__ttl {
  position: absolute;
  top: 45%;
  left: 8.5%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 9;
  font-weight: 700;
}

.p-top-mv__slider .swiper-slide {
  width: 100%;
}
.p-top-mv__slider .swiper-slide img {
  aspect-ratio: 1080/400;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination .swiper-pagination-bullet {
  background: none;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 6px !important;
  background-color: #fff;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
}

@media screen and (max-width: 767px) {
  .p-top-mv {
    width: 100%;
    height: calc(100svh - 80px);
    padding: 0;
  }
  .p-top-mv .l-wrap-wide {
    height: 100%;
  }
  .p-top-mv__ttl {
    position: absolute;
    top: 45%;
    left: 8.5%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 9;
    font-weight: 700;
  }
  .p-top-mv__slider {
    height: 100%;
  }
  .p-top-mv__slider .swiper-slide {
    width: 100%;
  }
  .p-top-mv__slider .swiper-slide img {
    aspect-ratio: 780/1688;
  }
  .swiper-pagination {
    bottom: 40px !important;
  }
}
/* ---------------------------------------------
  c-article
  --------------------------------------------- */
.c-article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.25rem 1.875rem;
}

.c-article-list__item .c-btn {
  max-width: 135px;
  margin: 16px auto 0;
}
.c-article-list__item .rate {
  font-size: 1rem;
  text-align: center;
}
.c-article-list__item a {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-article-list__item a:hover {
    opacity: 0.7;
  }
}

.c-article-list__img {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.c-article-list__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-article-list__img .category-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.c-article-list__img .category-list li {
  background-color: #fff;
  font-size: 0.625rem;
  border-radius: 10px;
  font-weight: 600;
  padding: 2px 8px;
}

.c-article-list__cate {
  font-size: 0.875rem;
  color: #043474;
  margin-bottom: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 4px;
}
.c-article-list__cate .icon {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  line-height: 1.35;
}
.c-article-list__cate .name {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-article-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.125rem 1.875rem;
  }
  .c-article-list__item .c-btn {
    max-width: 135px;
    margin: 10px auto 0;
  }
  .c-article-list__item .rate {
    font-size: 1rem;
    text-align: center;
  }
  .c-article-list__img {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
  }
  .c-article-list__img img {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-article-list__img .category-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .c-article-list__img .category-list li {
    background-color: #fff;
    font-size: 0.625rem;
    border-radius: 10px;
    font-weight: 600;
    padding: 2px 8px;
  }
  .c-article-list__cate {
    font-size: 0.875rem;
    color: #043474;
    margin-bottom: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 4px;
  }
  .c-article-list__cate .icon {
    display: inline-block;
    width: 14px;
    min-width: 14px;
    line-height: 1.35;
  }
  .c-article-list__cate .name {
    display: inline-block;
  }
}
/*===========lower common===========*/
.c-heading {
  position: relative;
  z-index: 2;
  height: 18.75rem;
}
.c-heading .l-wrap-wide {
  position: relative;
  height: 100%;
}

.c-heading-bg {
  background: url("../img/case_bg.png") no-repeat center/cover;
}

.c-heading-ttl {
  font-size: 1.75rem;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-heading {
    height: 11.875rem;
  }
  .c-heading-ttl {
    font-size: 1.3125rem;
    left: 20px;
  }
}
/* ----------- breadcrumb -----------*/
.c-breadcrumb {
  padding-top: 30px;
}

.c-breadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.c-breadcrumb__list li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin: 0 8px;
  line-height: 1;
  vertical-align: middle;
}
.c-breadcrumb__list li,
.c-breadcrumb__list a {
  font-weight: 500;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-top: 20px;
  }
}
/* -----------------------------------
  case index
 ------------------------------------- */
.p-case-index {
  margin: 5rem 0 12.5rem;
}
.p-case-index .c-article-list {
  grid-template-columns: repeat(4, 1fr);
}
.p-case-index .c-btn-02 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-case-index {
    margin: 40px 0 100px;
  }
  .p-case-index .c-article-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-case-index .c-article-list__img {
    margin-bottom: 20px;
  }
  .p-case-index .c-article-list__img .category-list li {
    font-size: 0.875rem;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 400;
  }
  .p-case-index .c-article-list__text .c-btn {
    margin-top: 20px;
    max-width: 192px;
    padding: 10px;
  }
  .p-case-index .c-btn-02 {
    margin-top: 70px;
  }
}
/* -----------------------------------
  case detail
 ------------------------------------- */
.p-case-detail {
  margin: 6.875rem 0 6.25rem;
}

.p-case-detail__block {
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}

.p-product-img-list .title {
  text-align: center;
  margin-bottom: 20px;
}

.p-case-detail__img {
  width: 50%;
}

.p-product-images {
  width: 100%;
}
.p-product-images img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product-images-thumbnail {
  margin-top: 20px;
}
.p-product-images-thumbnail .swiper-wrapper {
  gap: 20px;
}
.p-product-images-thumbnail .swiper-slide {
  overflow: hidden;
  opacity: 0.6;
}
.p-product-images-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

.p-case-detail__text {
  width: 50%;
}
.p-case-detail__text .detail-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-case-detail__text .detail-info:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-case-detail__text .detail-info dt {
  font-size: 1.1875rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.p-case-detail__text .detail-info dd {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.p-case-detail__text .detail-info.capacity dd, .p-case-detail__text .detail-info.rate dd {
  font-weight: 700;
}
.p-case-detail__text .detail-info .num {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  margin-right: 2px;
}
.p-case-detail__text .detail-info.regulation {
  background-color: #f2f2f2;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 20px;
  gap: 16px;
}
.p-case-detail__text .detail-info.regulation p {
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 2;
}
.p-case-detail__text .category-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-case-detail__text .category-list li {
  background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
  color: #fff;
  border-radius: 16px;
  font-size: 0.75rem;
  padding: 0 10px;
}
.p-case-detail__text .note {
  font-size: 0.75rem;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}
.p-case-detail__text .note span {
  text-decoration: underline;
}
.p-case-detail__text .note.disabled span {
  text-decoration: none;
}

.c-btn-entry {
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  max-width: 100%;
  height: 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
  position: relative;
  background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
  margin: 40px auto 0;
}
@media (hover: hover) {
  .c-btn-entry:hover {
    opacity: 0.7;
  }
}
.c-btn-entry.disabled {
  background: #979797;
}
@media (hover: hover) {
  .c-btn-entry.disabled:hover {
    opacity: 1;
  }
}

.p-case-other {
  margin-bottom: 7.5rem;
}
.p-case-other .c-article-list {
  gap: 2.25rem 4.375rem;
}
.p-case-other .c-article-list__img {
  margin-bottom: 24px;
}
.p-case-other .c-btn {
  max-width: 195px;
  height: 44px;
}
.p-case-other .c-btn-02 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .p-case-detail {
    margin: 50px 0 80px;
  }
  .p-case-detail__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px;
  }
  .p-case-detail__img {
    width: 100%;
  }
  .p-product-images {
    width: 100%;
  }
  .p-product-images-thumbnail {
    margin-top: 20px;
  }
  .p-product-images-thumbnail .swiper-wrapper {
    gap: 20px;
  }
  .p-product-images-thumbnail .swiper-slide {
    overflow: hidden;
    opacity: 0.6;
  }
  .p-product-images-thumbnail .swiper-slide-thumb-active {
    opacity: 1;
  }
  .p-case-detail__text {
    width: 100%;
  }
  .p-case-detail__text .detail-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-case-detail__text .detail-info.regulation {
    gap: 10px;
  }
  .p-case-detail__text .category-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-case-detail__text .category-list li {
    background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
    color: #fff;
    border-radius: 16px;
    font-size: 0.75rem;
    padding: 0 10px;
  }
  .p-case-detail__text .note {
    font-size: 0.75rem;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
  }
  .p-case-detail__text .note span {
    text-decoration: underline;
  }
  .c-btn-entry {
    border-radius: 30px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    max-width: 100%;
    height: 46px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: 0.3s ease;
    position: relative;
    background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .c-btn-entry:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-case-other {
    margin-bottom: 7.5rem;
  }
  .p-case-other .c-article-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .p-case-other .c-article-list .category-list li {
    font-size: 0.875rem;
    padding: 2px 10px;
  }
  .p-case-other .c-article-list__img {
    margin-bottom: 24px;
  }
  .p-case-other .c-btn {
    max-width: 195px;
    height: 44px;
    margin-top: 20px;
  }
  .p-case-other .c-btn-02 {
    margin-top: 120px;
  }
}
/* -----------------------------------
  terms
 ------------------------------------- */
.p-terms-sec {
  margin: 6.875rem 0 9.375rem;
}
.p-terms-sec .c-ttl {
  font-size: 1.3125rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.p-terms-sec .lead {
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-terms__block {
  margin-top: 38px;
}
.p-terms__block .ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.p-terms__block p {
  letter-spacing: 0.04em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-terms-sec {
    margin: 40px 0 80px;
  }
  .p-terms-sec .c-ttl {
    margin-bottom: 10px;
  }
  .p-terms__block {
    padding: 0;
  }
  .p-terms__block:not(:last-child) {
    margin-bottom: 38px;
  }
  .p-terms__block p {
    letter-spacing: 0.03em;
  }
}
/* -----------------------------------
    register
 ------------------------------------- */
.p-register-sec {
  margin: 6.875rem 0 9.375rem;
}
.p-register-sec .c-ttl {
  font-size: 1.3125rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.p-register-sec .lead {
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-register__block:not(:last-child) {
  margin-bottom: 90px;
}

.c-btn-line {
  border-radius: 8px;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 600;
  width: 92%;
  max-width: 400px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
  position: relative;
  background: #06c152;
  margin: 80px auto 0;
  letter-spacing: 0.08em;
}
@media (hover: hover) {
  .c-btn-line:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-register-sec {
    margin: 40px 0 80px;
  }
  .p-register-sec .c-ttl {
    margin-bottom: 10px;
  }
  .c-btn-line {
    margin-top: 40px;
  }
  .p-register__block:not(:last-child) {
    margin-bottom: 50px;
  }
}
/* ----------- contact -----------*/
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ----------- contact -----------*/
.p-contact {
  margin-top: 7.5rem;
}
.p-contact .l-wrap {
  max-width: 680px;
}

/* ------------- form ------------- */
input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 8px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff url("../img/common/icon_down.svg") no-repeat right 18px center/14px auto;
}

textarea {
  height: 50px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-moz-placeholder {
  color: #BABABA;
}

:-ms-input-placeholder {
  color: #BABABA;
}

::placeholder {
  color: #BABABA;
}

.p-contact__form {
  margin: 30px auto 120px;
  border-radius: 12px;
}
.p-contact__form .c-ttl {
  margin-bottom: 100px;
}
.p-contact__form dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 5px;
  margin: 0 auto;
  line-height: 1.4;
}
.p-contact__form dl:not(:last-of-type) {
  margin-bottom: 40px;
}
.p-contact__form dl dt {
  font-size: 1.3125rem;
  font-weight: 400;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.p-contact__form dl dd {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
}
.p-contact__form .form-item-textarea textarea {
  height: 280px;
  resize: vertical;
}

.p-contact__btn {
  margin: 100px auto 0;
}
.p-contact__btn input {
  margin-top: 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  width: 100%;
  max-width: 400px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
  margin: 0 auto;
}
@media (hover: hover) {
  .p-contact__btn input:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 45px;
  }
  .p-contact__form {
    margin: 0 auto 100px;
  }
  .p-contact__form dl:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .p-contact__form dl dt {
    font-size: 1rem;
    line-height: 1.2;
  }
  .p-contact__form dl dd {
    font-size: 1rem;
  }
  .p-contact__form .form-item-textarea textarea {
    height: 300px;
    resize: vertical;
  }
  .p-contact__btn {
    margin: 50px auto 0;
  }
  .p-contact__btn input {
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 1.3125rem;
  }
}
/* ------------- form confirm ------------- */
.p-contact__form.form-confirm dl {
  border-bottom: 1px solid #9fa0a0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.p-contact-confirm .p-confirm-ttl {
  font-size: 1.3125rem;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.p-contact-confirm .p-confirm-text {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.p-contact-confirm .p-contact__form {
  margin-top: 10px;
}
.p-contact-confirm .p-contact__form dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.p-contact-confirm .p-contact__form dl:not(:last-of-type) {
  margin-bottom: 0;
}
.p-contact-confirm .p-contact__form dl dt {
  font-size: 1rem;
  max-width: 150px;
}
.p-contact-confirm .p-contact__form dl dd {
  font-size: 1rem;
}
.p-contact-confirm .p-contact__form .form-item-textarea {
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-contact-confirm .p-contact__form .form-item-textarea textarea {
  height: 280px;
  resize: vertical;
}

.p-contact-btn__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.125rem;
  margin-top: 60px;
}
.p-contact-btn__wrap .p-contact__btn {
  margin: 0 auto;
  width: 50%;
}
.p-contact-btn__wrap .p-contact__back {
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  width: 50%;
}
.p-contact-btn__wrap .p-contact__back input {
  margin-top: 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  width: 100%;
  max-width: 400px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  border: 4px solid;
  -o-border-image: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%) 1;
     border-image: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%) 1;
  margin: 0 auto;
  background: linear-gradient(90deg, rgb(254, 59, 160) 0%, rgb(255, 132, 92) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (hover: hover) {
  .p-contact-btn__wrap .p-contact__back input:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-confirm .p-contact__form {
    margin-top: 10px;
    margin-bottom: 60px;
  }
  .p-contact-confirm .p-contact__form dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 5px;
  }
  .p-contact-confirm .p-contact__form dl:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .p-contact-confirm .p-contact__form dl dt {
    font-size: 1rem;
    max-width: 150px;
    margin-bottom: 0;
  }
  .p-contact-confirm .p-contact__form dl dd {
    font-size: 1rem;
  }
  .p-contact-confirm .p-contact__form .form-item-textarea {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .p-contact-confirm .p-contact__form .form-item-textarea textarea {
    height: 280px;
    resize: vertical;
  }
  .p-contact-btn__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
  }
  .p-contact-btn__wrap .p-contact__btn {
    margin: 0 auto;
    width: 100%;
  }
  .p-contact-btn__wrap .p-contact__back {
    width: 100%;
  }
}
.p-complete__block {
  margin-bottom: 60px;
}
.p-complete__block .c-ttl {
  text-align: center;
  font-size: 1.3125rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.p-complete__block .c-ttl::after {
  display: none;
}
.p-complete__block .p-contact__lead {
  text-align: center;
}

/* ----------- entry -----------*/
.p-entry-check {
  margin-top: 40px;
  /* アイコン */
}
.p-entry-check .checkbox {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  /* auto はアイコン、1fr はラベル文字列を想定 */
  gap: 10px;
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #404040;
}
.p-entry-check .checkbox label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px;
}
.p-entry-check .checkbox label [type=checkbox] {
  margin-top: 5px;
}
.p-entry-check .checkbox_icon {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: solid 2px #808080;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  /* チェックマーク */
}
.p-entry-check .checkbox_icon::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  -webkit-mask-image: url("icon.svg");
          mask-image: url("icon.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFFFFF;
}