@charset "UTF-8";
/*******************************************************
 *
 * Common
 *
 *******************************************************/
@font-face {
  font-family: "nikumaru";
  src: url("../fonts/nikumaru.otf") format("truetype");
}
#cp24 {
  position: relative;
  padding: 0;
  margin: 0;
  color: #202020;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.875;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: hidden;
}
#cp24 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cp24 img {
  max-width: 100%;
  vertical-align: middle;
}
#cp24 a,
#cp24 a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #cp24 a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}
#cp24 .cp24-fw-bold {
  font-weight: bold;
}
#cp24 .cp24-fz-base {
  font-size: 114.29%;
}

/*******************************************************
*
* Container
*
*******************************************************/
#cp24 .cp24-container {
  margin-inline: auto;
}
#cp24 .cp24-container--lg {
  padding-inline: 40px;
}
#cp24 .cp24-container--md {
  padding-inline: 25px;
}
#cp24 .cp24-container--sm {
  padding-inline: 12px;
}
#cp24 .cp24-container--xs {
  padding-inline: 4px;
}

/*******************************************************
*
* Background Image
*
*******************************************************/
#cp24 .cp24-bg-01 {
  background-image: url(../images/bg-01.jpg);
  background-size: 25px 25px;
}
#cp24 .cp24-bg-02 {
  background-image: url(../images/bg-02.jpg);
  background-size: 25px 25px;
}
#cp24 .cp24-bg-03::before {
  background-image: url(../images/bg-03.jpg);
  background-size: 25px 24px;
}
@media only screen and (min-width: 768px) {
  #cp24 .cp24-bg-03::before {
    background-size: 50px 48px;
  }
}

/*******************************************************
*
* Box
*
*******************************************************/
#cp24 .cp24-box {
  background: #fff;
  border-radius: 21px;
  padding: 40px 22px 55px;
}
#cp24 .cp24-box--beige {
  border: 3px solid #e1c8a4;
}
#cp24 .cp24-box--blue {
  border: 3px solid #bcd9f2;
}

/*******************************************************
*
* Slide arrow
*
*******************************************************/
#cp24 .cp24-slide-arrow {
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #202020;
  border-radius: 50%;
  position: absolute;
  width: 43px;
  aspect-ratio: 1;
  cursor: pointer;
  z-index: 10;
}
#cp24 .cp24-slide-arrow--prev {
  background-image: url(../images/icon_arrow-l.png);
}
#cp24 .cp24-slide-arrow--next {
  background-image: url(../images/icon_arrow-r.png);
}
#cp24 .cp24-slide-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  padding-inline: 14px;
  margin-bottom: 20px;
}
#cp24 .cp24-slide-arrows .cp24-slide-arrow {
  position: static;
}

/*******************************************************
*
* AOS Animeation
*
*******************************************************/
#cp24 [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
#cp24 [data-aos=fade-up].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*******************************************************
 *
 * Cards
 *
 *******************************************************/
/*==============================
Card 01
===============================*/
#cp24 .cp24-card-01 {
  background: #fff;
  border: 3px solid #e1c8a4;
  padding: 18px;
}
#cp24 .cp24-card-01__ttl {
  background: #272727;
  color: #fff;
  font-size: 178.57%;
  font-weight: 700;
  text-align: center;
  line-height: 1.36;
  letter-spacing: 0.025em;
  padding: 7px 10px;
  margin-bottom: 24px;
}
#cp24 .cp24-card-01__img {
  display: block;
  margin: 0 auto 25px;
}

/*==============================
Card 02
===============================*/
#cp24 .cp24-card-02 {
  background: #fff;
  border: 3px solid #69b1f1;
  padding: 18px 18px 30px;
}
#cp24 .cp24-card-02__ttl {
  background: #69b1f1;
  color: #fff;
  font-size: 178.57%;
  font-weight: 700;
  text-align: center;
  line-height: 1.36;
  letter-spacing: 0.025em;
  padding: 7px 10px;
  margin-bottom: 20px;
}
#cp24 .cp24-card-02__img {
  display: block;
  margin: 0 auto 15px;
  max-width: 213px;
  width: 100%;
}

/*==============================
Card 03
===============================*/
#cp24 .cp24-card-03 {
  position: relative;
  background: #fff;
  padding: 32px 34px 48px;
  margin-inline: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto !important;
}
#cp24 .cp24-card-03--blue {
  border: 2px solid #69b1f1;
}
#cp24 .cp24-card-03--orange {
  border: 2px solid #c68c43;
}
#cp24 .cp24-card-03__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  background: #f57560;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.025em;
  width: 50px;
  height: 32px;
}
#cp24 .cp24-card-03__icon {
  margin: 0 auto 14px;
  width: 75px;
  aspect-ratio: 1;
}
#cp24 .cp24-card-03__ttl {
  color: #6396d0;
  font-size: 135.71%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.5789473684;
  margin-bottom: 18px;
}
#cp24 .cp24-card-03--blue .cp24-card-03__ttl {
  color: #6396d0;
}
#cp24 .cp24-card-03--orange .cp24-card-03__ttl {
  color: #c68c43;
}
#cp24 .cp24-card-03__txt {
  font-size: 107.14%;
}

/*******************************************************
 *
 * Titles
 *
 *******************************************************/
/*==============================
Title 01
===============================*/
#cp24 .cp24-ttl-01 {
  font-family: "nikumaru", sans-serif;
  font-size: 185.71%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#cp24 .cp24-ttl-01--blue {
  color: #6396d0;
}
#cp24 .cp24-ttl-01--beige {
  color: #e19324;
}

/*******************************************************
 *
 * Top Page
 *
 *******************************************************/
/*==============================
 PC only
===============================*/
#cp24.cp24-wrap {
  position: relative;
}
#cp24 .cp24-bg {
  background-image: url(../images/bg-03.jpg);
  background-size: 25px 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  #cp24 .cp24-bg {
    background-size: 50px 48px;
  }
}
#cp24 .cp24-bg.is-fixed {
  position: fixed;
}
#cp24 .cp24-bg.is-bottom {
  top: auto;
  bottom: 0;
}
#cp24 .cp24-pc-l {
  display: none;
}
@media only screen and (min-width: 980px) {
  #cp24 .cp24-pc-l {
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: calc(50% - 197.75px);
  }
  #cp24 .cp24-pc-l .cp24-pc-fv {
    position: relative;
    height: 100%;
    width: 100%;
  }
  #cp24 .cp24-pc-l .cp24-pc-fv__inner {
    position: relative;
    height: calc(100% - var(--fv-img-height) + 1.458vw);
    width: 100%;
    z-index: 2;
  }
  #cp24 .cp24-pc-l .cp24-pc-fv__slide {
    position: relative;
    height: 100%;
  }
  #cp24 .cp24-pc-l .cp24-pc-fv__slide .slick-list,
  #cp24 .cp24-pc-l .cp24-pc-fv__slide .slick-track {
    height: 100%;
  }
  #cp24 .cp24-pc-l .cp24-pc-fv__slide .slick-list {
    overflow: visible;
  }
  #cp24 .cp24-pc-l .cp24-pc-fv__slide-img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 1;
    aspect-ratio: 750/866;
    aspect-ratio: 750/905;
  }
  #cp24 .cp24-pc-l .cp24-pc-fv__slide-img--right {
    left: auto;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #cp24 .cp24-pc-l .cp24-pc-fv__slide-img.is-before {
    opacity: 1;
    visibility: visible;
    -webkit-animation: scrollAnimVisible 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
            animation: scrollAnimVisible 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  #cp24 .cp24-pc-l .cp24-pc-fv__slide-img.is-after {
    opacity: 0;
    visibility: hidden;
    -webkit-animation: scrollAnimHidden 0s cubic-bezier(0.25, 1, 0.5, 1) forwards;
            animation: scrollAnimHidden 0s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  #cp24 .cp24-pc-l .cp24-pc-fv__img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 3;
  }
  #cp24 .cp24-pc-l .cp24-pc-fv__img-logo {
    position: absolute;
    left: 0;
    bottom: calc(var(--fv-img-height) - 1.458vw);
    bottom: calc(var(--fv-img-height) - 0.3645vw);
    max-width: 21%;
    z-index: 2;
  }
}
#cp24 .cp24-pc-r {
  display: none;
}
@media only screen and (min-width: 980px) {
  #cp24 .cp24-pc-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(50% - 177.25px);
    -webkit-transition: 0.24s ease-out;
    transition: 0.24s ease-out;
  }
  #cp24 .cp24-pc-r .cp24-pc-nav {
    margin: auto;
    max-width: 500px;
    width: 100%;
    -webkit-transition: -webkit-transform 0.24s ease-out;
    transition: -webkit-transform 0.24s ease-out;
    transition: transform 0.24s ease-out;
    transition: transform 0.24s ease-out, -webkit-transform 0.24s ease-out;
  }
  #cp24 .cp24-pc-r .cp24-pc-nav__inner {
    padding: 20px;
  }
  #cp24 .cp24-pc-r .cp24-pc-nav__box {
    background: #fff;
    border: 5px solid #eab98d;
    border-radius: 24px;
    padding: min(20px, 2.0833333333vw) 9%;
  }
  #cp24 .cp24-pc-r .cp24-pc-nav__ttl {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin: 0 auto min(20px, 2.0833333333vw);
    max-width: 40.487804878%;
    width: 8.6458333333vw;
  }
  #cp24 .cp24-pc-r .cp24-pc-nav__list {
    margin-bottom: 35px;
  }
  #cp24 .cp24-pc-r .cp24-pc-nav__item:not(:nth-child(1)) {
    margin-top: 15px;
  }
  #cp24 .cp24-pc-r .cp24-pc-nav__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 5px dotted #bdcad0;
    color: #202020;
    font-size: clamp(fs(14), 0.479rem + 0.85vw, fs(18));
    font-size: 128.57%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
  }
  #cp24 .cp24-pc-r .cp24-pc-nav__link::after {
    content: "";
    background-image: url(../images/icon_arrow-r.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    min-width: 32px;
    min-width: min(32px, 7.8048780488%);
    aspect-ratio: 1;
  }
  #cp24 .cp24-pc-r .cp24-pc-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 20px 11.2195121951%;
  }
  #cp24 .cp24-pc-r .cp24-pc-sns__ttl {
    width: 23.4146341463%;
  }
  #cp24 .cp24-pc-r .cp24-pc-sns__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 0 15px;
    color: #202020;
  }
  #cp24 .cp24-pc-r .cp24-pc-sns__link:not(:nth-child(1)) {
    margin-top: min(20px, 1.0416666667vw);
  }
  #cp24 .cp24-pc-r .cp24-pc-sns__icon {
    width: 11.7021276596%;
  }
  #cp24 .cp24-pc-r .cp24-pc-sns__txt {
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 700;
  }
}

/*==============================
 SP only
===============================*/
#cp24 .cp24-sp-header {
  display: none;
}
@media only screen and (max-width: 979px) {
  #cp24 .cp24-sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    padding: 10px 0;
    height: 60px;
    margin-inline: auto;
    max-width: 355px;
    max-width: 375px;
    width: 100%;
    z-index: 100;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  #cp24 .cp24-sp-header.fh {
    position: fixed;
    top: 0;
  }
  #cp24 .cp24-sp-header.is-open {
    -webkit-animation: spBtnAnim 0.3s cubic-bezier(0.1, 0.2, 0.3, 1) both;
            animation: spBtnAnim 0.3s cubic-bezier(0.1, 0.2, 0.3, 1) both;
  }
  @-webkit-keyframes spBtnAnim {
    0% {
      position: absolute;
    }
    100% {
      position: fixed;
      top: 0;
    }
  }
  @keyframes spBtnAnim {
    0% {
      position: absolute;
    }
    100% {
      position: fixed;
      top: 0;
    }
  }
  #cp24 .cp24-sp-header__btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f57560;
    border-radius: 50%;
    border: none;
    min-width: 60px;
    aspect-ratio: 1;
    z-index: 200;
  }
  #cp24 .cp24-sp-header__btn::before, #cp24 .cp24-sp-header__btn::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 3px;
    width: 30px;
    margin-inline: auto;
    -webkit-transition: 0.3s cubic-bezier(0.1, 0.2, 0.3, 1);
    transition: 0.3s cubic-bezier(0.1, 0.2, 0.3, 1);
  }
  #cp24 .cp24-sp-header__btn::after {
    margin-top: 7px;
  }
  #cp24 .cp24-sp-header__btn.is-open {
    background-color: #bcb0a2;
  }
  #cp24 .cp24-sp-header__btn.is-open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #cp24 .cp24-sp-header__btn.is-open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -2px;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    overflow-y: auto;
    z-index: 100;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer::before {
    content: "";
    background-image: url(../images/bg-03.jpg);
    background-size: 25px 24px;
    position: fixed;
    left: 0;
    height: 100%;
    width: 100vw;
  }
}
@media only screen and (max-width: 979px) and (min-width: 768px) {
  #cp24 .cp24-sp-header .cp24-sp-drawer::before {
    background-size: 50px 48px;
  }
}
@media only screen and (max-width: 979px) {
  #cp24 .cp24-sp-header .cp24-sp-drawer__inner {
    padding: 100px 23px 72px;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer__box {
    background: #fff;
    border: 3px solid #eab98d;
    border-radius: 21px;
    padding: 45px 34px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transition: opacity 0.3s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.2, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.2, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0.1, 0.2, 0.3, 1), transform 0.3s cubic-bezier(0.1, 0.2, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0.1, 0.2, 0.3, 1), transform 0.3s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.2, 0.3, 1);
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer .cp24-sp-nav {
    margin-bottom: 33px;
    padding-inline: 9px;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer .cp24-sp-nav__item:not(:nth-child(1)) {
    margin-top: 19px;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer .cp24-sp-nav__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2.5px dotted #586977;
    color: #202020;
    font-size: 142.86%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    line-height: 1.4285714286;
    padding-bottom: 15px;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer .cp24-sp-nav__link::after {
    content: "";
    background-image: url(../images/icon_arrow-r.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    min-width: 29px;
    aspect-ratio: 1;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer .cp24-sp-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 0 10.5882352941%;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer .cp24-sp-sns__ttl {
    width: 26.2745098039%;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer .cp24-sp-sns__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 0 8px;
    color: #202020;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer .cp24-sp-sns__link:not(:nth-child(1)) {
    margin-top: 14px;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer .cp24-sp-sns__icon {
    width: 16px;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer .cp24-sp-sns__txt {
    font-size: 92.86%;
    font-weight: 700;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer.is-visible {
    visibility: visible;
    opacity: 1;
  }
  #cp24 .cp24-sp-header .cp24-sp-drawer.is-visible .cp24-sp-drawer__box {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.2, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.2, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0.1, 0.2, 0.3, 1), transform 0.3s cubic-bezier(0.1, 0.2, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0.1, 0.2, 0.3, 1), transform 0.3s cubic-bezier(0.1, 0.2, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.1, 0.2, 0.3, 1);
  }
}

/*==============================
 cp24-contents
===============================*/
#cp24 .cp24-contents {
  position: relative;
  margin-inline: auto;
  max-width: 375px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  #cp24 .cp24-contents {
    margin-inline: calc(50% - 197.75px) calc(50% - 177.25px);
    border-left: 2px solid #202020;
    border-right: 2px solid #202020;
  }
}

/*==============================
 cp24-fv
===============================*/
#cp24 .cp24-fv {
  position: relative;
  background: #fff;
  display: block;
}
@media only screen and (min-width: 980px) {
  #cp24 .cp24-fv {
    display: none;
  }
}
#cp24 .cp24-fv__slide {
  position: relative;
  z-index: 1;
}
#cp24 .cp24-fv__img {
  position: relative;
  margin-top: -14px;
  z-index: 3;
}
#cp24 .cp24-fv__img-logo {
  position: absolute;
  bottom: 96px;
  left: 0;
  max-width: 90px;
  z-index: 2;
}
@media only screen and (max-width: 374px) {
  #cp24 .cp24-fv__img-logo {
    bottom: 26vw;
  }
}

/*==============================
 cp24-about
===============================*/
#cp24 .cp24-about {
  padding-block: 33px 60px;
}
#cp24 .cp24-about__slide {
  position: relative;
  margin: 35px -22px 0;
}
#cp24 .cp24-about__slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cp24 .cp24-about__slide .cp24-slide-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#cp24 .cp24-about__slide .cp24-slide-arrow--prev {
  left: -25px;
}
#cp24 .cp24-about__slide .cp24-slide-arrow--next {
  right: -25px;
}

/*==============================
 cp24-copy
===============================*/
#cp24 .cp24-copy {
  padding-block: 60px;
}
#cp24 .cp24-copy__img {
  display: block;
  margin: 0 auto 40px;
  max-width: 263px;
}

/*==============================
 cp24-risk
===============================*/
#cp24 .cp24-point {
  padding-block: 50px 66px;
}
#cp24 .cp24-point__ttl {
  margin: 0 auto 15px;
  max-width: 338px;
}
#cp24 .cp24-point__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
#cp24 .cp24-point__slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#cp24 .cp24-point__slide .slick-slide {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cp24 .cp24-point__slide .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#cp24 .cp24-notice {
  background: #69b1f1;
  color: #fff;
  padding-block: 20px 43px;
}
#cp24 .cp24-notice__ttl {
  color: #fff;
  margin-right: -40px;
  margin-bottom: 25px;
}
#cp24 .cp24-bubble {
  padding-block: 11px 0;
}
#cp24 .cp24-bubble__txt:nth-child(1) {
  padding-inline: 1.0666666667% 8%;
}
#cp24 .cp24-bubble__txt:nth-child(2) {
  margin-top: 5px;
  padding-inline: 8% 0;
}
#cp24 .cp24-bubble__txt:nth-child(3) {
  margin-top: 22px;
}
#cp24 .cp24-case {
  padding-block: 28px 60px;
  margin-top: -52px;
}
#cp24 .cp24-case__item:not(:nth-child(1)) {
  margin-top: 12px;
}

/*==============================
 cp24-howto
===============================*/
#cp24 .cp24-howto {
  background: #f1e2cf;
  padding-top: 40px;
}
#cp24 .cp24-howto__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-block: -45px 94px;
}

/*==============================
 cp24-char
===============================*/
#cp24 .cp24-char {
  background: #fff;
  padding-block: 50px 75px;
}
#cp24 .cp24-char__ttl {
  margin: 0 auto 40px;
}
#cp24 .cp24-char__item {
  position: relative;
  z-index: 1;
}
#cp24 .cp24-char__item::before {
  content: "";
  display: block;
  background-image: url(../images/img_char-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 40px;
  width: calc(100% - 28px);
  aspect-ratio: 638/34;
}
#cp24 .cp24-char__item:not(:nth-child(1)) {
  margin-top: 40px;
}
#cp24 .cp24-char__item:nth-child(1) .cp24-char__itemBody {
  margin-top: 40px;
}
#cp24 .cp24-char__item:nth-child(2) .cp24-char__itemBody {
  margin-top: 6px;
}
#cp24 .cp24-char__item:nth-child(3) .cp24-char__itemBody {
  margin-top: 20px;
}
#cp24 .cp24-char__itemName {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin: 0 auto;
  z-index: -1;
}
#cp24 .cp24-char__itemDeco {
  position: absolute;
  right: 30px;
  top: 30px;
  aspect-ratio: 145/212;
  width: 72px;
}
#cp24 .cp24-char__itemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  gap: 20px 8px;
}
#cp24 .cp24-char__itemImg {
  width: 43.3666191155%;
}
#cp24 .cp24-char__itemTxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*==============================
 cp24-mov
===============================*/
#cp24 .cp24-mov {
  background: #69b1f1;
  padding-block: 20px 67px;
}
#cp24 .cp24-mov__ttl {
  margin-bottom: 28px;
}
#cp24 .cp24-mov__link {
  display: block;
  border: 3px solid #272727;
}
#cp24 .cp24-mov__link:not(:nth-child(1)) {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  #cp24 .cp24-mov__link:hover {
    opacity: 1;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
}

/*==============================
 cp24-link
===============================*/
#cp24 .cp24-link {
  padding-block: 55px 20px;
}
#cp24 .cp24-link__ttl {
  max-width: 116px;
  margin: 0 auto 35px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
#cp24 .cp24-link__bnr {
  margin-top: 12px;
}
#cp24 .cp24-link__link {
  display: block;
  color: #202020;
}
#cp24 .cp24-link__bnr-txt {
  font-size: 114.29%;
  font-weight: 700;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
#cp24 .cp24-link__bnr-notice {
  font-size: 85.71%;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-weight: 700;
  margin-left: auto;
}

/*==============================
 cp24-footer
===============================*/
#cp24 .cp24-footer {
  background: #f57560;
  padding-block: 34px 25px;
}
@media only screen and (min-width: 980px) {
  #cp24 .cp24-footer {
    display: none;
  }
}
#cp24 .cp24-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  background: #fff;
  border-radius: 12px;
  padding: 33px 26px 27px;
}
#cp24 .cp24-sns__ttl {
  margin-top: 8px;
  max-width: 67px;
}
#cp24 .cp24-sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  color: #202020;
}
#cp24 .cp24-sns a:not(:nth-child(1)) {
  margin-top: 8px;
}
#cp24 .cp24-sns__link-icon {
  width: 16px;
}
#cp24 .cp24-sns__link-txt {
  font-size: 92.86%;
  font-weight: 700;
}
#cp24 .cp24-copyright {
  text-align: center;
  margin-top: 18px;
  margin-inline: -5px;
}
#cp24 .cp24-copyright small {
  color: #fff;
  font-weight: 700;
  font-size: 85.71%;
}

/*==============================
 Page top
===============================*/
#cp24 .cp24-pagetop {
  display: block;
  margin: 78px auto 0;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
#cp24 .cp24-pagetop img {
  max-width: 110px;
}