@charset "UTF-8";

* {
  box-sizing: initial;
}

body {
  line-height: normal;
}

img, picture {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  img, picture {
    width: 100%;
    height: auto;
  }
}

sup {
  font-size: 14px;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  sup {
    font-size: 3.73vw;
  }
}

.l-body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #3C3C3C;
}

/* unique */
.u-show--wide {
  display: none!important;
}

.u-hide--wide {
  display: block!important;
}

.u-txt-underline {
  text-decoration: underline;
}

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

@media screen and (min-width: 769px) {
  .u-show--wide {
    display: block!important;
  }

  .u-hide--wide {
    display: none!important;
  }
}

.u-fs-small {
  font-size: 12px;
}

.u-fs-lg {
  font-size: 36.8px;
}

.u-fs-xl {
  font-size: 54.4px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .u-fs-small {
    font-size: 2.67vw;
  }

  .u-fs-lg {
    font-size: 11.2vw;
  }

  .u-fs-xl {
    font-size: 8.27vw;
  }
}

/* header */
.l-hdr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #FFF;
}

.l-hdr__inr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-hdr__logo {
  display: flex;
  gap: 108px;
}

.p-hdr__logoItem + .p-hdr__logoItem {
  position: relative;
}

.p-hdr__logoItem + .p-hdr__logoItem::before {
  position: absolute;
  top: 50%;
  left: -65px;
  width: 22px;
  height: 22px;
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/icon-multi.svg?20250204") no-repeat center / 100% 100%;
  content: "";
  transform: translateY(-50%);
}

.c-hdr__img {
  width: auto;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .l-hdr {
    height: 12.2vw;
  }

  .p-hdr__logo {
    display: flex;
    gap: 12.2vw;
  }

  .p-hdr__logoItem + .p-hdr__logoItem::before {
    left: -8.5vw;
    width: 4.8vw;
    height: 4.8vw;
  }

  .c-hdr__img {
    height: 6.9vw;
  }
}

/* 1920px基準 */
/* mv */
.l-kv {
  position: relative;
  height: 41.7vw;
  margin-bottom: -64px;
  z-index: 6;
}

.l-kv__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.20);
  z-index: 10;
}

.l-kv__closeTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  color: #FFF;
  font-size: 29px;
  font-weight: bold;
  background: #B40508;
}

@media screen and (max-width: 768px) {
  .l-kv {
    height: 149vw;
    margin-bottom: -5.33vw;
  }

  .l-kv__closeTxt {
    padding: 5.33vw 10.67vw;
    font-size: 5.33vw;
  }
}


/* lead */
.l-lead {
  max-width: 1000px;
  margin: 0 auto;
  padding: 144px 16px 0;
}

.p-lead__ttlTxt {
  position: relative;
  text-align: center;
  font-size: 38.4px;
  font-weight: 900;
}

.p-lead__ttlTxt::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 168px;
  height: 13px;
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/img-ttl-line--wide.png?20250204") no-repeat center / 100% 100%;
  content: "";
  transform: translateX(-50%);
}

.p-lead__oricon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 703px;
  margin: 65px auto 0;
}

.c-lead__oriconImg {
  width: 703px;
  height: auto;
}

.c-lead__oriconTxt {
  font-size: 28.8px;
  font-weight: 900;
}

.c-lead__oriconTxt-large {
  font-size: 36.8px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .l-lead {
    margin: 0 auto;
    padding: 18.67vw 5.3vw 8vw;
  }

  .p-lead__ttlTxt {
    font-size: 7.47vw;
  }

  .p-lead__ttlTxt::after {
    bottom: -5.3vw;
    width: 21vw;
    height: 2.4vw;
    background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/img-ttl-line.png?20250204") no-repeat center / 100% 100%;
  }

  .p-lead__oricon {
    gap: 2.1vw;
    max-width: 81.3vw;
    margin: 11.7vw auto 0;
    border-radius: 2.67vw;
  }

  .c-lead__oriconImg {
    width: 82.4vw;
  }

  .c-lead__oriconTxt {
    font-size: 3.47vw;
  }

  .c-lead__oriconTxt-large {
    font-size: 4.27vw;
  }
}

@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-lead__oriconTxt {
    font-size: 28px;
  }

  .c-lead__oriconTxt-large {
    font-size: 38px;
  }
}

/* ------------------------------
  c-sec
------------------------------ */
.c-sec {
  position: relative;
  margin-bottom: -64px;
  border-radius: 0 0 64px 64px;
  z-index: 1;
}

.c-sec:nth-of-type(1) {
  z-index: 5;
}

.c-sec:nth-of-type(2) {
  z-index: 4;
}

.c-sec:nth-of-type(3) {
  z-index: 3;
}

.c-sec:nth-of-type(4) {
  z-index: 2;
}

.c-sec:nth-of-type(5) {
  z-index: 1;
}

.c-sec--benefits {
  background: var(--bg-color-light);
}

.c-sec--feature {
  background: #FFF;
}

.c-sec--cp {
  background-color: var(--bg-color);
  background-image: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/bg-cp--wide.png?20250204"), url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/bg-cp--wide.png?20250204");
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left top;
  background-size: 15%;
}

.c-sec--acc {
  background: #FFF9E9;
}

.c-sec--note {
  margin-bottom: 0;
  background: #EDEDED;
  border-radius: 0;
}

.c-sec-inr {
  max-width: 1000px;
  margin: 0 auto;
}

.c-sec-inr--benefits {
  padding: 128px 16px 64px;
}

.c-sec-inr--feature {
  padding: 40px 16px 64px;
}

.c-sec-inr--acc {
  max-width: 848px;
  padding: 128px 16px 64px;
}

.c-sec-inr--cp,
.c-sec-inr--note {
  padding: 128px 16px 64px;
}

.c-sec__ttl {
  margin-bottom: 40px;
}

.c-sec__ttl--cp {
  position: relative;
}

.c-sec__ttl--cp .c-sec__ttl-txt,
.c-sec__ttl--benefits .c-sec__ttl-txt {
  font-size: 38.4px;
  font-weight: 900;
}

.c-sec__ttl--acc,
.c-sec__ttl--note {
  margin-bottom: 32px;
}

.c-sec__ttl--acc .c-sec__ttl-txt,
.c-sec__ttl--note .c-sec__ttl-txt {
  font-size: 20.8px;
  font-weight: bold;
}

.c-sec__ttl-txt {
  text-align: center;
  font-size: 28.8px;
  font-weight: bold;
}

.c-sec__ttl-line {
  width: 168px;
  margin: 10px auto 0;
  text-align: center;
}

.c-sec__ttl-line svg {
  margin: 0 auto;
}

.c-sec__ttl-line--benefits path,
.c-sec__ttl-line--cp path {
  fill: var(--theme-color);
}

@media screen and (max-width: 768px) {
  .c-sec {
    margin-bottom: -5.33vw;
    border-radius: 0 0 5.33vw 5.33vw;
  }

  .c-sec--cp {
    background-image: none;
  }

  .c-sec--note {
    border-radius: 0;
  }

  .c-sec-inr {
    padding: 0;
  }

  .c-sec-inr--benefits,
  .c-sec-inr--cp,
  .c-sec-inr--acc,
  .c-sec-inr--note {
    padding: 21.3vw 4vw 16vw;
  }

  .c-sec__ttl {
    margin-bottom: 8vw;
  }

  .c-sec__ttl-txt {
    font-size: 4.8vw;
  }

  .c-sec__ttl--acc .c-sec__ttl-txt,
  .c-sec__ttl--note .c-sec__ttl-txt {
    font-size: 4.8vw;
    font-weight: bold;
  }

  .c-sec__ttl--benefits .c-sec__ttl-txt,
  .c-sec__ttl--cp .c-sec__ttl-txt {
    font-size: 7.47vw;
  }

  .c-sec__ttl-line {
    width: 21.3vw;
    margin: 2.67vw auto 0;
    text-align: center;
  }
}

/* ------------------------------
  c-sec__benefits
------------------------------ */
.c-sec__benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px 16px;
}

.c-sec__benefits-item {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding: 38px 32px;
  border-radius: 24px;
  background: #FFF;
}

.c-sec__benefits-txt {
  padding: 8px 0;
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  border-radius: 80px;
  background: var(--theme-color);
}

.c-sec__benefits-ttl {
  margin-top: 8px;
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.3;
}

.c-sec__benefits-pic {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .c-sec__benefits {
    gap: 2.1vw;
  }

  .c-sec__benefits-item {
    width: 100%;
    padding: 8vw 5.33vw;
    border-radius: 2.67vw;
  }

  .c-sec__benefits-txt {
    padding: 1.33vw;
    font-size: 5.33vw;
  }

  .c-sec__benefits-ttl {
    margin-top: 2.67vw;
    font-size: 6.4vw;
  }

  .c-sec__benefits-pic {
    margin-top: 2.67vw;
  }
}

/* ------------------------------
  c-sec__tab
------------------------------ */
.c-sec__tab.is-active {
  padding-top: 85.6px;
}

.c-sec__tab-btn-outer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.c-sec__tab-btn-outer.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 16px;
  background-color: #fff;
  z-index: 5;
  width: 1000px;
}

.c-sec__tab-btn-outer::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #FE9221;
  position: absolute;
  bottom: -4.8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
}

.c-sec__tab-btn-outer::after {
  content: "";
  width: 100%;
  height: 13.6px;
  background: rgb(5,5,5);
  background: linear-gradient(180deg, rgba(5,5,5,0) 0%, rgba(16,16,16,0.4) 100%);
  position: absolute;
  bottom: -3.2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.c-sec__tab-btn {
  width: 320px;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  padding: 13.6px 16px 17.6px;
  background-color: #979797;
  border: none;
  border-radius: 16px 16px 0 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
}

.c-sec__tab-btn-tag {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

.c-sec__tab img.c-sec__tab-btn-num {
  display: inline;
  width: auto;
  height: 38.4px;
  margin-right: 12px;
  margin-left: 6.4px;
  vertical-align: bottom;
}

.c-sec__tab-btn-txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20.8px;
  vertical-align: middle;
}

.c-sec__tab-btn.is-active {
  color: #fff;
  background-color: #FE9221;
  box-shadow: 0 -1px 15px rgba(0,0,0,0.34);
  z-index: 3;
}

.c-sec__tab-cont {
  background-color: #FFF9E9;
  padding: 48px;
}

.c-sec__cont {
  display: none;
}

.c-sec__cont.is-active {
  display: block;
}

.c-sec__cont-ttl {
  text-align: center;
  margin-bottom: 32px;
}

.c-sec__cont-ttl-tag {
  font-size: 16px;
  line-height: 1;
  color: #B1B1B1;
  display: inline-block;
  margin-bottom: 12px;
}

.c-sec__cont-ttl-txt {
  font-size: 24px;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  .c-sec__tab.is-active {
    padding-top: 16.8vw;
  }

  .c-sec__tab-btn-outer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin: 0 1.3333vw;
  }

  .c-sec__tab-btn-outer.is-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 1.6vw;
    background-color: #fff;
    z-index: 5;
    width: 100vw;
    padding: 1.6vw 1.3333vw 0;
    margin: 0;
    box-sizing: border-box;
  }

  .c-sec__tab-btn-outer::before {
    content: "";
    width: 100vw;
    height: 1.0667vw;
    background-color: #FE9221;
    position: absolute;
    bottom: -1.0667vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
  }

  .c-sec__tab-btn-outer::after {
    content: "";
    width: 100vw;
    height: 1.3333vw;
    background: rgb(5,5,5);
    background: linear-gradient(180deg, rgba(5,5,5,0) 0%, rgba(16,16,16,0.4) 100%);
    position: absolute;
    bottom: -0.8vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
  }

  .c-sec__tab-btn {
    width: 32vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
    padding: 2.4vw 1.6vw 1vw;
    border: none;
    border-radius: 2.6667vw 2.6667vw 0 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }

  .c-sec__tab-btn-tag {
    display: none;
  }

  .c-sec__tab img.c-sec__tab-btn-num {
    width: auto;
    height: 7.7333vw;
  }

  .c-sec__tab-btn:nth-of-type(1) .c-sec__tab-btn-num {
    margin-right: 2.9333vw;
  }

  .c-sec__tab-btn:nth-of-type(2) .c-sec__tab-btn-num {
    margin-right: 1.6vw;
  }

  .c-sec__tab-btn:nth-of-type(3) .c-sec__tab-btn-num {
    margin-right: 0.8vw;
  }

  .c-sec__tab-btn-txt {
    font-size: 4vw;
    line-height: 1.2;
    text-align: left;
  }

  .c-sec__tab-btn.is-active {
    color: #fff;
    background-color: #FE9221;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.34);
    z-index: 3;
  }

  .c-sec__tab-cont {
    padding: 10.1vw 5.33vw;
  }

  .c-sec__cont {
    display: none;
  }

  .c-sec__cont.is-active {
    display: block;
  }

  .c-sec__cont-ttl {
    text-align: center;
    margin-bottom: 8vw;
  }

  .c-sec__cont-ttl-tag {
    font-size: 3.7333vw;
    line-height: 1;
    color: #B1B1B1;
    display: inline-block;
    margin-bottom: 3.4667vw;
  }

  .c-sec__cont-ttl-txt {
    font-size: 8vw;
  }

}


@media screen and (max-width: 1000px) and (min-width: 769px) {
  .c-sec__tab-btn {
    display: flex;
    align-items: center;
  }

  .c-sec__tab-btn-outer {
    align-items: stretch;
  }

  .c-sec__tab-btn-outer.is-fixed {
    width: calc(100vw - 40px);
  }

  .c-sec__tab-btn {
    width: 32%;
  }

  .c-sec__tab-btn-tag {
    min-width: 40px;
  }

  .c-sec__tab-btn-num {
    min-width: 28px;
  }

}





/* ------------------------------
  c-sec__cont-wrap
------------------------------ */
.c-sec__cont-wrap-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 28px;
}


.c-sec__cont-wrap {
  width: calc(50% - 24px);
}


.c-sec__cont-wrap:nth-of-type(n+3) {
  margin-top: 48px;
}


.c-sec__cont-wrap-ttl {
  font-weight: bold;
  padding-top: 11.2px;
  position: relative;
  margin-bottom: 12px;
}


.c-sec__cont-wrap-ttl::before {
  content: "";
  width: 36.8px;
  height: 3.2px;
  background-color: #FF8428;
  border-radius: 80px;
  position: absolute;
  top: 0;
  left: 0;
}


.c-sec__cont-wrap-ttl-subtxt {
  font-size: 14.4px;
  display: block;
  margin-bottom: 4px;
}


.c-sec__cont-wrap-ttl-txt {
  display: block;
  font-size: 19.4px;
}


.c-sec__cont-wrap-ttl-txt--orange {
  color: #F46700;
}


.c-sec__cont-wrap-pic {
  width: 400px;
  height: 240px;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}


.c-sec__cont-wrap-pic--large {
  height: 388px;
}


.c-sec__cont-wrap-txt {
  font-size: 12.8px;
  line-height: 1.6;
}

.c-sec__cont-wrap-txt-sup {
  font-size: 0.6em;
  vertical-align: super;
}

.c-sec__cont-wrap-link {
  color: #6892A8;
  font-size: 12.8px;
  display: inline-block;
  margin-top: 8px;
  padding-left: 16px;
  position: relative;
  text-decoration: underline;
}


.c-sec__cont-wrap-link:hover {
  text-decoration: none;
}


.c-sec__cont-wrap-link::before {
  content: "";
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/tng/ldp_common/images/230630/icon_popup.svg?20230807);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.8px;
  height: 12.8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


@media screen and (max-width: 768px) {
  .c-sec__cont-wrap-outer {
    display: block;
    padding: 0;
  }

  .c-sec__cont-wrap {
    width: auto;
  }

  .c-sec__cont-wrap:not(:last-of-type) {
    margin-bottom: 8vw;
  }

  .c-sec__cont-wrap:nth-of-type(n+3) {
    margin-top: 8vw;
  }

  .c-sec__cont-wrap-ttl {
    font-weight: bold;
    padding-top: 5.0667vw;
    position: relative;
    margin-bottom: 5.3333vw;
  }

  .c-sec__cont-wrap-ttl::before {
    content: "";
    width: 12.2667vw;
    height: 1.0667vw;
    border-radius: 26.6667vw;
    position: absolute;
    top: 0;
    left: 0;
  }

  .c-sec__cont-wrap-ttl-subtxt {
    font-size: 4.8vw;
    margin-bottom: 1.3vw;
  }

  .c-sec__cont-wrap-ttl-txt {
    font-size: 6.4vw;
  }

  .c-sec__cont-wrap-pic {
    width: 89.3333vw;
    height: 57.6vw;
    border-radius: 5.3333vw;
    margin-bottom: 5.3333vw;
  }

  .c-sec__cont-wrap-pic--large {
    height: 87.7333vw;
  }

  .c-sec__cont-wrap-txt {
    font-size: 4vw;
  }

.c-sec__cont-wrap-txt-sup {
  font-size: 0.5em;
  vertical-align: super;
}

  .c-sec__cont-wrap-link {
    font-size: 3.2vw;
    display: inline-block;
    margin-top: 2.6667vw;
    padding-left: 4vw;
  }

  .c-sec__cont-wrap-link::before {
    width: 3.2vw;
    height: 3.2vw;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

}


@media screen and (max-width: 1000px) and (min-width: 769px) {
  .c-sec__cont-wrap-pic {
    width: 35.839844vw;
    height: 21.484375vw;
  }

  .c-sec__cont-wrap-pic--large {
    height: 38.3789vw;
  }

}





/* ------------------------------
  c-sec__cont-group
------------------------------ */
@media screen and (min-width: 769px) {
  .c-sec__cont-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  .c-sec__cont-group-card {
    width: 288px;
    border-radius: 16px;
    box-shadow: 8px 16px 32px rgba(245,186,115,0.3);
  }

  .c-sec__cont-group-card:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }

  .c-sec__cont-group-card:nth-of-type(n+4) {
    margin-top: 24px;
  }

  .c-sec__cont-group-card-head {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FE9221;
    font-size: 19.2px;
    font-weight: bold;
    color: #fff;
    border-radius: 16px 16px 0 0;
  }

  .c-sec__cont-group-card-body {
    padding: 25.6px 22.6px;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    height: calc(100% - 76px);
    box-sizing: border-box;
  }

  .c-sec__cont-group-card:nth-of-type(1) .c-sec__cont-group-card-body {
    padding: 32px 33.6px;
    display: flex;
    align-items: center;
  }

  .c-sec__cont-group-card:nth-of-type(3) .c-sec__cont-group-card-body {
    padding: 18.4px 4.8px 25.6px;
  }

  .c-sec__cont-group-card:nth-of-type(5) .c-sec__cont-group-card-body {
    padding: 25.6px 32.8px;
  }

  .c-sec__cont-group-card:nth-of-type(6) .c-sec__cont-group-card-body {
    padding: 37.6px 25.6px;
  }

}


@media screen and (max-width: 768px) {
  .c-sec__cont-group {
    padding: 0 4vw;
  }

  .c-sec__cont-group-card {
    border-radius: 2.6667vw;
    box-shadow: 2.6667vw 2.6667vw 8vw rgba(245,186,115,0.3);
  }

  .c-sec__cont-group-card:not(:last-of-type) {
    margin-bottom: 8vw;
  }

  .c-sec__cont-group-card-head {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FE9221;
    font-size: 5.3333vw;
    font-weight: bold;
    color: #fff;
    border-radius: 2.6667vw 2.6667vw 0 0;
    padding: 5.0667vw 0 5.6vw;
  }

  .c-sec__cont-group-card-body {
    padding: 5.0667vw 5.8667vw;
    background-color: #fff;
    border-radius: 0 0 2.6667vw 2.6667vw;
    box-sizing: border-box;
  }

  .c-sec__cont-group-card:nth-of-type(1) .c-sec__cont-group-card-body {
    padding: 7.7333vw 11.4667vw;
  }

  .c-sec__cont-group-card:nth-of-type(3) .c-sec__cont-group-card-body {
    padding: 7.2vw 3.4667vw 5.8667vw 2.1333vw;
  }

  .c-sec__cont-group-card:nth-of-type(6) .c-sec__cont-group-card-body {
    padding: 7.2vw 5.8667vw;
  }

}


@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-sec__cont-group {
    justify-content: center;
  }

  .c-sec__cont-group-card:not(:nth-of-type(3n)) {
    margin-right: 0;
  }

  .c-sec__cont-group-card:not(:nth-of-type(2n)) {
    margin-right: 25px;
  }

  .c-sec__cont-group-card:nth-of-type(n+3) {
    margin-top: 30px;
  }

}


@media screen and (max-width: 904px) and (min-width: 769px) {
  .c-sec__cont-group-card:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }

  .c-sec__cont-group-card {
    margin: 0 20px;
  }

  .c-sec__cont-group-card:nth-of-type(n+2) {
    margin-top: 30px;
  }

}




/* ------------------------------
  c-card
------------------------------ */
@media screen and (min-width: 769px) {
  .c-card__wrap:not(:last-of-type) {
    margin-bottom: 17.6px;
  }

  .c-card__wrap-area {
    margin-bottom: 6.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19.2px;
    line-height: 1;
  }

  .c-card__wrap-area-tag {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    margin-right: 6.4px;
    padding: 8px 5.6px;
    background-color: #FE9221;
    border-radius: 4px;
  }

  .c-card__wrap-txt {
    font-weight: bold;
    font-size: 19.2px;
  }

  .c-card__wrap-txt-orange {
    font-size: 36.8px;
    color: #F78203;
  }

  .c-card__txt {
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
  }

  .c-card__main {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
    text-align: center;
  }

  .c-card__main-big {
    color: #FE9221;
    font-size: 40px;
  }

  .c-card__main-orange {
    color: #FE9221;
  }

  .c-card__main-pic {
    margin: 0 auto;
  }

  .c-sec__cont-group-card:nth-of-type(2) .c-card__main-pic {
    width: 220.2px;
    height: 113.6px;
  }

  .c-sec__cont-group-card:nth-of-type(3) .c-card__main-pic {
    width: 160px;
    height: 112px;
    margin-bottom: 13.6px;
  }

  .c-sec__cont-group-card:nth-of-type(4) .c-card__main-pic {
    width: 224px;
    height: 116.8px;
  }

  .c-sec__cont-group-card:nth-of-type(5) .c-card__main-pic {
    width: 157.6px;
    height: 111.2px;
  }

  .c-sec__cont-group-card:nth-of-type(6) .c-card__main-pic {
    width: 236.8px;
    height: 88px;
  }

  .c-card__main-note {
    font-size: 9.6px;
  }

  .c-card__box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-card__box-pic {
    width: 141.6px;
    height: 200px;
  }

  .c-card__box-unit {
    text-align: center;
    margin-left: -1.6px;
  }

  .c-card__box-unit-txt {
    font-size: 17.6px;
    margin-bottom: 8px;
  }

  .c-card__box-unit-main {
    font-size: 19.2px;
    font-weight: bold;
  }

  .c-card__box-unit-main-orange {
    font-size: 28px;
    color: #F78203;
  }

}


@media screen and (max-width: 768px) {
  .c-card__wrap:not(:last-of-type) {
    margin-bottom: 5.8667vw;
  }

  .c-card__wrap-area {
    margin-bottom: 1.8667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5.3333vw;
    line-height: 1;
  }

  .c-card__wrap-area-tag {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    margin-right: 1.8667vw;
    padding: 2.1333vw;
    background-color: #FE9221;
    border-radius: 1.3333vw;
  }

  .c-card__wrap-txt {
    font-weight: bold;
    font-size: 5.0667vw;
  }

  .c-card__wrap-txt-orange {
    font-size: 9.8667vw;
    color: #FE9221;
  }

  .c-card__txt {
    font-size: 5.3333vw;
    text-align: center;
    margin-bottom: 1.3333vw;
  }

  .c-card__main {
    font-size: 6.9333vw;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4vw;
    text-align: center;
  }

  .c-card__main-big {
    color: #FE9221;
    font-size: 11.4667vw;
  }

  .c-card__main-orange {
    color: #FE9221;
  }

  .c-card__main-pic {
    margin: 0 auto;
  }

  .c-sec__cont-group-card:nth-of-type(2) .c-card__main-pic {
    width: 69.6vw;
    height: 35.7333vw;
  }

  .c-sec__cont-group-card:nth-of-type(3) .c-card__main-pic {
    width: 69.6vw;
    height: 48.7168vw;
    margin-bottom: 4.5333vw;
  }

  .c-sec__cont-group-card:nth-of-type(4) .c-card__main-pic {
    width: 65.8667vw;
    height: 34.4vw;
  }

  .c-sec__cont-group-card:nth-of-type(5) .c-card__main-pic {
    width: 46.1333vw;
    height: 32.8vw;
  }

  .c-sec__cont-group-card:nth-of-type(6) .c-card__main-pic {
    width: 69.6vw;
    height: 25.8667vw;
  }

  .c-card__main-note {
    font-size: 3.2vw;
  }

  .c-card__box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-card__box-pic {
    width: 37.8667vw;
    height: 53.6vw;
  }

  .c-card__box-unit {
    text-align: center;
    margin-left: -1.8667vw;
  }

  .c-card__box-unit-txt {
    font-size: 5.0667vw;
    margin-bottom: 2.6667vw;
  }

  .c-card__box-unit-main {
    font-size: 5.6vw;
    font-weight: bold;
  }

  .c-card__box-unit-main-orange {
    font-size: 8vw;
    color: #F78203;
  }

}





/* ------------------------------
  c-area
------------------------------ */
.c-area {
  background-color: #fff;
  padding: 32px 48px;
  border-radius: 16px;
}

.c-area:nth-of-type(4),
.c-area:nth-of-type(5) {
  padding-right: 35.2px;
}

.c-area--col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.c-area--center {
  align-items: center;
}

.c-area:not(:last-of-type) {
  margin-bottom: 24px;
}

.c-area__txt-word {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.c-area__txt-word-item {
  font-size: 30.4px;
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}

.c-area__txt-word-num {
  display: inline-block;
  width: 176px;
  height: 60px;
}

.c-area__txt-word-num-img {
  height: 100%;
}

.c-area__txt-main {
  font-size: 12.8px;
  line-height: 1.6;
}

.c-area__txt-main-note {
  font-size: 11.2px;
}

.c-area__txt-ttl {
  font-size: 22.4px;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
  margin-bottom: 24px;
}

.c-area__txt-ttl-orange {
  color: #F46700;
}

.c-area__txt-ttl::before {
  content: "";
  width: 3.2px;
  height: calc(100% + 5.6px);
  background-color: #FF8428;
  border-radius: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-area__pic--01 {
  width: 32.326733%;
  min-width: 150px;
}

.c-area__pic--02 {
  width: 428px;
  height: 272.8px;
}

.c-area__pic--04,
.c-area__pic--05 {
  width: 370px;
  height: 224px;
}

.c-area__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 664px;
  margin: 0 auto;
}

.c-area__wrap-box {
  width: 144px;
}

.c-area__wrap-box:not(:last-of-type) {
  margin-right: 16px;
}

.c-area__wrap-box-pic {
  width: 128px;
  height: 128px;
  margin: 0 auto 16px;
}

.c-area__wrap-box-txt {
  font-size: 12.8px;
  text-align: center;
  line-height: 1.6;
}


@media screen and (max-width: 768px) {
  .c-area {
    padding: 9.3333vw 4vw;
    border-radius: 2.6667vw;
  }

  .c-area:not(:last-of-type) {
    margin-bottom: 8vw;
  }

  .c-area--col {
    display: block;
  }

  .c-area__txt {
    margin-bottom: 6.9333vw;
  }

  .c-area__txt-word {
    display: block;
  }

  .c-area__txt-word-item {
    font-size: 5.3333vw;
    font-weight: bold;
    display: block;
  }

  .c-area__txt-word-num {
    display: block;
    width: 45.3333vw;
    height: 14.9333vw;
    margin: 2.9333vw 0;
  }

  .c-area__txt-word-num-img {
    height: 100%;
  }

  .c-area__txt-main {
    font-size: 4vw;
    line-height: 1.6;
  }

  .c-area__txt-main-note {
    font-size: 3.2vw;
  }

  .c-area__txt-ttl {
    font-size: 5.3333vw;
    font-weight: bold;
    padding-left: 3.7333vw;
    position: relative;
    margin-bottom: 5.3333vw;
  }

  .c-area__txt-ttl::before {
    content: "";
    width: 1.0667vw;
    height: calc(100% + 1.0667vw);
    border-radius: 26.6667vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .c-area__pic {
    margin: 0 auto;
  }

  .c-area__pic--01 {
    width: auto;
    height: auto;
  }

  .c-area__pic--02 {
    width: 81.3333vw;
    height: 52vw;
  }

  .c-area__pic--04,
  .c-area__pic--05 {
    width: 81.3333vw;
    height: 37.3333vw;
  }

  .c-area__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 2.6667vw;
    margin: 0 auto;
  }

  .c-area__wrap-box {
    width: 34.6667vw;
  }

  .c-area__wrap-box:not(:last-of-type) {
    margin-right: 0;
  }

  .c-area__wrap-box:nth-of-type(n+3) {
    margin-top: 5.3333vw;
  }

  .c-area__wrap-box-pic {
    width: 34.6667vw;
    height: 34.6667vw;
    margin: 0 auto 2.1333vw;
  }

  .c-area__wrap-box-txt {
    font-size: 3.7333vw;
    text-align: center;
    line-height: 1.6;
  }

}


@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-area__txt-word {
    flex-wrap: wrap;
  }

  .c-area__pic {
    margin-left: 20px;
    height: auto;
  }

  .c-area__pic--01 {
    width: 32.326733%;
    min-width: 150px;
  }

  .c-area__pic--02 {
    width: 52.97%;
    min-width: 256px;
  }

  .c-area__pic--04,
  .c-area__pic--05 {
    width: 45%;
    min-width: 270px;
  }

  .c-area__wrap-box:nth-of-type(n+3) {
      margin-top: 0;
  }

  .c-area__wrap-box:not(:nth-of-type(3n)) {
    margin-right: 25px;
  }

  .c-area__wrap {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

}


@media screen and (max-width: 1059px) and (min-width: 769px) {
  .c-area__wrap-box:not(:last-of-type) {
    margin-right: 0;
  }

  .c-area__wrap-box:not(:nth-of-type(3n)) {
    margin-right: 25px;
  }

  .c-area__wrap-box:nth-of-type(n+4) {
    margin-left: 25px;
  }

}


@media screen and (max-width: 869px) and (min-width: 769px) {
  .c-area__wrap-box:not(:nth-of-type(3n)) {
    margin-right: 5px;
  }

  .c-area__wrap-box:not(:nth-of-type(2n)) {
    margin-right: 5px;
  }

  .c-area__wrap-box:nth-of-type(n+4) {
    margin-left: 0;
  }

  .c-area__wrap-box:nth-of-type(n+3) {
    margin-top: 0;
  }
}



/* ------------------------------
  c-sec__cp
------------------------------ */
.c-sec__cp-step {
  position: relative;
  padding: 38px 76px;
  margin-top: 16px;
  border-radius: 16px;
  background: #FFF;
}

.c-sec__cp-step--swiper {
  padding-bottom: 83px;
}

.c-sec__cp-step::before {
  position: absolute;
  top: -28px;
  left: 50%;
  width: 80.8px;
  height: 44px;
  content: "";
  transform: translateX(-50%);
}

.c-sec__cp-step:nth-of-type(1) {
  margin-top: 32px;
}

.c-sec__cp-step-ttl {
  margin-top: 20px;
  margin-bottom: 36px;
  text-align: center;
}

.c-sec__cp-step-ttl-l4 {
  margin-top: 20px;
  font-size: 17.6px;
  text-align: center;
}

.c-sec__cp-step-ttl-txt {
  padding: 12px;
  color: var(--theme-color-dark);
  font-size: 20.8px;
  font-weight: bold;
  border-top: 5px solid var(--theme-color-light);
  border-bottom: 5px solid var(--theme-color-light);
}

.c-sec__cp-step--period .c-sec__cp-step-content {
  display: flex;
  justify-content: center;
  font-weight: bold;
  gap: 44px;
}

.c-sec__cp-step-till {
  position: relative;
}

.c-sec__cp-step-till::after {
  position: absolute;
  top: 50%;
  right: -29px;
  width: 12px;
  height: 4.8px;
  content: "";
  background: #3C3C3C;
  transform: translateY(-50%);
}

.c-sec__cp-step-txt {
  margin-top: 10px;
  font-size: 14.4px;
  font-weight: 500;
}

.c-sec__cp-step-note {
  margin-top: 20px;
  font-size: 11.2px;
}

.c-sec__cp-step-note + .c-sec__cp-step-note {
  margin-top: 10px;
}

.c-sec__cp-step-year {
  font-size: 24px;
}

.c-sec__cp-step-date {
  font-size: 59px;
}

.c-sec__cp-step-day {
  font-size: 21px;
}

.c-sec__cp-step-time,
.c-sec__cp-step-dot {
  font-size: 34px;
}

.c-sec__cp-step-time {
  margin-left: 16px;
}

.c-sec__cp-step-media-lyt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.c-sec__cp-step-media-lyt .c-sec__cp-step-img {
  max-width: 264px;
}

.c-sec__cp-step-media-lyt .c-sec__cp-step-txt {
  line-height: 2;
}

.c-sec__cp-swiper-item {
  max-width: 270.4px;
  height: 368px;
  padding: 21.6px 13.6px 20.8px;
  border-radius: 16px;
  border: 2.4px solid #D9D9D9;
  background: #FFF;
  box-sizing: border-box;
}

.c-sec__cp-swiper-header-ttl {
  text-align: center;
  font-size: 20.8px;
  font-weight: bold;
}

.c-sec__cp-swiper-body-media {
  max-width: 242px;
  min-height: 168px;
  margin: 20px 0;
}

.c-sec__cp-swiper-body-media--step1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-color-light);
}

.c-sec__cp-swiper-body-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: 66px;
  text-align: center;
  border-radius: 8.8px;
  background: var(--cta-color);
  box-shadow: 0px 1.333px 1.333px 0px rgba(0, 0, 0, 0.25);
}

.c-sec__cp-swiper-body-btn::after {
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 53.6px;
  height: 55px;
  content: "";
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/icon-hand.png?20250204") no-repeat center / 100% 100%;
}

.c-sec__cp-swiper-body-btn-txt {
  position: relative;
  color: #FFF;
  font-size: 14.4px;
  font-weight: 900;
}

.c-sec__cp-swiper-body-btn-txt::after {
  position: absolute;
  top: 50%;
  right: -27px;
  width: 20px;
  height: 14.4px;
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/icon-arrow-right.svg?20250204") no-repeat center / 100% 100%;
  content: "";
  transform: translateY(-50%);
}

.c-sec__cp-swiper-body-txt {
  min-height: 67.2px;
  font-size: 14.4px;
}

.c-sec__cp-swiper-prev,
.c-sec__cp-swiper-next {
  width: 24px;
  height: 90.4px;
}

.c-sec__cp-swiper-prev {
  left: 24px;
}

.c-sec__cp-swiper-next {
  right: 24px;
}

.c-sec__cp-swiper-prev {
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/icon-arrow-prev.svg?20250204") no-repeat center / 100% 100%;
}

.c-sec__cp-swiper-next {
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/icon-arrow-next.svg?20250204") no-repeat center / 100% 100%;
}

.c-sec__cp-swiper-prev::after,
.c-sec__cp-swiper-next::after {
  display: none;
}

.c-sec__cp-swiper-pagination.swiper-pagination {
  bottom: 45px;
}

.swiper-pagination-bullet {
  width: 9.6px;
  height: 9.6px;
}

.swiper-pagination-bullet-active {
  background: #747474;
}

.c-sec__cp-cv {
  margin-top: 32px;
}

.c-sec__cp-cv-bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 0 auto;
}

.c-sec__cp-cv-bubble::before,
.c-sec__cp-cv-bubble::after {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 48px;
  border-radius: 4px;
  background: #3C3C3C;
  content: "";
}

.c-sec__cp-cv-bubble::before {
  right: 0;
  transform: rotate(45deg) translateY(-50%);
}

.c-sec__cp-cv-bubble::after {
  left: 0;
  transform: rotate(-45deg) translateY(-50%);
}

.c-sec__cp-cv-img {
  width: 48px;
  height: 53.6px;
}

.c-sec__cp-cv-txt {
  margin-top: 12px;
  text-align: center;
  font-size: 16.8px;
  font-weight: bold;
  line-height: 1.5;
}

.c-sec__cp-cv-btn {
  margin-top: 14.4px;
}

.c-sec__cp-cv-btn-inr {
  max-width: 640px;
  height: 76.8px;
  margin: 0 auto;
  border-radius: 8px;
  background: var(--cta-color);
  box-shadow: 0px 3.2px 3.2px 0px rgba(0, 0, 0, 0.25);
}

.c-sec__cp-cv-btn-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.c-sec__cp-cv-btn-link::before {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 20px;
  height: 14.4px;
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/icon-arrow-right.svg?20250204") no-repeat center / 100% 100%;
  content: "";
  transform: translateY(-50%);
}

.c-sec__cp-cv-btn-txt {
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
}

.c-sec__cp-note {
  padding: 0;
  margin-top: 10px;
}

.c-sec__cp-note-list {
  position: relative;
  padding-left: 14.4px;
  font-size: 14.4px;
  line-height: 2;
  list-style: none;
}

.c-sec__cp-note-list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.c-sec__cp-cv-btn-inr-close {
  background: #C0C0C0;
  box-shadow: none;
}

.c-sec__cp-cv-btn-inr-close .c-sec__cp-cv-btn-link {
  pointer-events: none;
}


.c-sec__cp-cv-btn-inr-close .c-sec__cp-cv-btn-link::before {
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/asset/images/icon-arrow-right-gray.svg?20250226") no-repeat center / 100% 100%;
}

.c-sec__cp-cv-btn-inr-close .c-sec__cp-cv-btn-txt {
  color: #747474;
}

@media screen and (max-width: 768px) {
  .c-sec__cp-step {
    padding: 8vw 5.33vw;
    margin-top: 4vw;
    border-radius: 1.33vw;
  }

  .c-sec__cp-step--swiper {
    padding: 8vw 1.33vw 13.5vw;
  }

  .c-sec__cp-step::before {
    top: -5.33vw;
    width: 14.7vw;
    height: 8vw;
  }

  .c-sec__cp-step--period .c-sec__cp-step-content {
    flex-direction: column;
    gap: 12vw;
  }

  .c-sec__cp-step-till,
  .c-sec__cp-step-until {
    text-align: center;
  }

  .c-sec__cp-step-till::after {
    top: unset;
    right: unset;
    bottom: -8vw;
    left: 50%;
    width: 6px;
    height: 15px;
    transform: translateX(-50%);
  }

  .c-sec__cp-step-year,
  .c-sec__cp-step-time {
    display: block;
  }

  .c-sec__cp-step-year {
    font-size: 8vw;
    line-height: 1;
  }

  .c-sec__cp-step-date {
    font-size: 19.2vw;
    line-height: 1;
  }

  .c-sec__cp-step-day {
    margin-left: 1vw;
    font-size: 6.93vw;
    line-height: 1;
    vertical-align: super;
  }

  .c-sec__cp-step-time,
  .c-sec__cp-step-dot {
    font-size: 11.2vw;
  }

  .c-sec__cp-step-ttl-l4 {
    font-size: 5.87vw;
  }

  .c-sec__cp-step-ttl-txt {
    font-size: 5.87vw;
  }

  .c-sec__cp-step-content {
    margin-top: 5.33vw;
  }

  .c-sec__cp-step-txt {
    margin-top: 2.67vw;
    font-size: 4.27vw;
  }

  .c-sec__cp-step-note {
    margin-top: 2.67vw;
    font-size: 3.73vw;
  }

  .c-sec__cp-swiper-body-btn {
    width: 49.6vw;
    height: 17.6vw;
    border-radius: 2.35vw;
  }

  .c-sec__cp-swiper-body-btn::after {
    bottom: -9.3vw;
    width: 14.6vw;
    height: 15.2vw;
  }

  .c-sec__cp-swiper-body-btn-txt {
    font-size: 3.87vw;
  }

  .c-sec__cp-swiper-body-btn-txt::after {
    right: -7.2vw;
    width: 5vw;
    height: 3.47vw;
  }

  .c-sec__cp-swiper-item {
    max-width: 73.3vw;
    height: 104vw;
    padding: 5.33vw 4vw;
    border-radius: 1.33vw;
    border: 2px solid #D9D9D9;
  }

  .c-sec__cp-swiper-header-ttl {
    font-size: 6.4vw;
  }

  .c-sec__cp-swiper-body-txt {
    min-height: 32vw;
    font-size: 4.27vw;
  }

  .c-sec__cp-swiper-body-media {
    max-width: 65.3vw;
    min-height: 36.8vw;
    margin: 4vw 0;
  }

  .c-sec__cp-swiper-pagination.swiper-pagination {
    bottom: 6vw;
  }

  .swiper-pagination-bullet {
    width: 2.67vw;
    height: 2.67vw;
  }

  .c-sec__cp-step-media-lyt {
    flex-direction: column;
  }

  .c-sec__cp-step-media-lyt .c-sec__cp-step-img {
    max-width: 64vw;
  }

  .c-sec__cp-step-media-lyt .c-sec__cp-step-txt {
    line-height: normal;
  }

  .c-sec__cp-cv {
    margin-top: 8vw;
  }

  .c-sec__cp-cv-bubble {
    width: 40vw;
  }

  .c-sec__cp-cv-bubble::before,
  .c-sec__cp-cv-bubble::after {
    width: .8vw;
    height: 10.7vw;
    border-radius: 1.33vw;
  }

  .c-sec__cp-cv-img {
    width: 11vw;
    height: 12.3vw;
  }

  .c-sec__cp-cv-txt {
    margin-top: 3.2vw;
    font-size: 3.47vw;
  }

  .c-sec__cp-cv-btn {
    margin-top: 2.67vw;
  }

  .c-sec__cp-cv-btn-inr {
    max-width: 92vw;
    height: 15vw;
    border-radius: 1.33vw;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
  }

  .c-sec__cp-cv-btn-link::before {
    right: 4vw;
    width: 5.33vw;
    height: 3.84vw;
  }

  .c-sec__cp-cv-btn-txt {
    font-size: 4.8vw;
  }

  .c-sec__cp-note {
    margin-top: 2.67vw;
  }

  .c-sec__cp-note-list {
    padding-left: 4.27vw;
    font-size: 4.27vw;
    line-height: 1.8;
  }
}

/* ------------------------------
  c-sec__acc
------------------------------ */
.c-sec__acc {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 12px 12px 24px;
}

.c-sec__acc:not(:last-of-type) {
  margin-bottom: 24px;
}

.c-sec__acc-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.c-sec__acc-head-icon {
  width: 22.8px;
  min-width: 22.8px;
  padding: 4px 0;
  margin-right: 12px;
  box-sizing: border-box;
}

.c-sec__acc-head-txt {
  position: relative;
  width: 100%;
  padding: 3.2px 28px 3.2px 0;
  font-size: 14.4px;
  font-weight: 500;
  line-height: 2.0;
}

.c-sec__acc-head-txt::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 21.6px;
  height: 21.6px;
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/icon-plus.svg?20250204") no-repeat center / 100% 100%;
  content: "";
  transform: translateY(-50%);
}

.c-sec__acc-head.is-active .c-sec__acc-head-txt::after {
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/icon-minus.svg?20250204") no-repeat center / 100% 100%;
}

.c-sec__acc-body {
  padding-top: 24px;
  display: none;
}

.c-sec__acc-body-inr {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.c-sec__acc-body-icon {
  width: 22.4px;
  min-width: 22.4px;
  padding: 4px 0;
  margin-right: 12px;
  box-sizing: border-box;
}

.c-sec__acc-body-txt {
  padding-right: 28px;
  font-size: 14.4px;
  font-weight: 500;
  line-height: 2.0;
}

.c-sec__acc-body-txt--bold {
  font-weight: bold;
}

.c-sec__acc-body-subttl {
  font-size: 14.4px;
  font-weight: bold;
  color: #F46700;
  padding-top: 16px;
  margin: 16px 0;
  position: relative;
}

.c-sec__acc-body-subttl::before {
  content: "";
  width: 100%;
  height: .8px;
  background-color: #F46700;
  position: absolute;
  left: 0;
  top: 0;
}

.c-sec__acc-body-logos {
  width: 772px;
  height: 52px;
  margin: 0 auto 8px;
}

.c-sec__acc-body-note {
  margin-bottom: 16px;
}

.c-sec__acc-body-note-list {
  color: #747474;
  font-size: 9.6px;
  line-height: 1.6;
}

.c-sec__acc-body-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.c-sec__acc-body-wrap-pic {
  width: 304px;
  height: 171.2px;
  margin-right: 24px;
}

.c-sec__acc-body-wrap-unit-outer {
  max-width: 432px;
}

.c-sec__acc-body-wrap-unit {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.c-sec__acc-body-wrap-unit:not(:last-of-type) {
  margin-bottom: 62.4px;
}

.c-sec__acc-body-wrap-unit-tag {
  font-size: 12.8px;
  color: #fff;
  background-color: #F08300;
  padding: 4.3px 5.6px;
  margin-right: 10.4px;
  text-align: center;
  line-height: 1;
}

.c-sec__acc-body-wrap-unit-main {
  padding: 3.2px 0;
  font-size: 12.8px;
}

.c-sec__acc-body-graph {
  width: 644.8px;
  height: 411.2px;
  margin: 24px auto 0;
}

.c-sec__acc-body-pic {
  width: 644.8px;
  height: 464px;
  margin: 24px auto 0;
}

@media screen and (max-width: 768px)  {
  .c-sec__acc {
    border-radius: 1.33vw;
    padding: 4vw 5.33vw;
  }

  .c-sec__acc:not(:last-of-type) {
    margin-bottom: 8vw;
  }

  .c-sec__acc-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
  }

  .c-sec__acc-head-icon {
    width: 4vw;
    min-width: 5.1vw;
    padding: 1.0667vw 0;
    margin-right: 2.67vw;
  }

  .c-sec__acc-head-txt {
    font-size: 4.2667vw;
    padding: 0 5.8667vw 0 0;
    line-height: normal;
  }

  .c-sec__acc-head-txt::after {
    width: 4.27vw;
    height: 4.27vw;
    right: 0;
    top: 3vw;
  }

  .c-sec__acc-body {
    padding-top: 4.8vw;
    display: none;
  }

  .c-sec__acc-body-inr {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .c-sec__acc-body-icon {
    width: 4vw;
    min-width: 5.1vw;
    padding: 1.0667vw 0;
    margin-right: 2.67vw;
  }

  .c-sec__acc-body-txt {
    font-size: 4.2667vw;
    line-height: 1.6;
  }

  .c-sec__acc-body-txt--bold {
    font-weight: bold;
  }

  .c-sec__acc-body-subttl {
    font-size: 4.2667vw;
    font-weight: bold;
    color: #F46700;
    padding-top: 5.3333vw;
    margin: 5.3333vw 0;
    position: relative;
  }

  .c-sec__acc-body-subttl::before {
    content: "";
    width: 100%;
    height: 0.2667vw;
    background-color: #F46700;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-sec__acc-body-logos {
    width: 70.93333vw;
    height: 34.4vw;
    margin: 0 auto 2.6667vw;
  }

  .c-sec__acc-body-note {
    margin-bottom: 5.3333vw;
  }

  .c-sec__acc-body-note-list {
    color: #747474;
    font-size: 2.6667vw;
    line-height: 1.6;
  }

  .c-sec__acc-body-wrap {
    margin-top: 5.3333vw;
  }

  .c-sec__acc-body-wrap-pic {
    width: 74.6667vw;
    height: 41.8667vw;
    margin-bottom: 2.6667vw;
  }

  .c-sec__acc-body-wrap-unit {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .c-sec__acc-body-wrap-unit:not(:last-of-type) {
    margin-bottom: 2.6667vw;
  }

  .c-sec__acc-body-wrap-unit-tag {
    font-size: 3.7333vw;
    color: #fff;
    background-color: #F08300;
    padding: 1.3333vw;
    margin-right: 1.8667vw;
    text-align: center;
    min-width: 13.6vw;
    box-sizing: border-box;
    line-height: 1;
  }

  .c-sec__acc-body-wrap-unit-main {
    font-size: 3.7333vw;
  }

  .c-sec__acc-body-graph {
    width: 74.6667vw;
    height: 208.2667vw;
    margin-top: 5.3333vw;
  }

  .c-sec__acc-body-pic {
    width: 74.6667vw;
    height: 53.8667vw;
    margin-top: 5.3333vw;
  }
}

@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-sec__acc-body-logos {
    max-width: 965px;
    width: 100%;
    height: auto;
  }

  .c-sec__acc-body-wrap-pic {
    width: 40%;
    min-width: 40%;
    height: auto;
  }

  .c-sec__acc-body-wrap-unit-tag {
    min-width: 56.52px;
  }

  .c-sec__acc-body-wrap-unit:not(:last-of-type) {
    margin-bottom: 3vw;
  }

  .c-sec__acc-body-graph {
    max-width: 806px;
    width: 100%;
    height: auto;
  }

  .c-sec__acc-body-pic {
    max-width: 806px;
    width: 100%;
    height: auto;
  }
}


/* ------------------------------
  note
------------------------------ */
.c-sec__note {
  padding: 0;
}

.c-sec__note-list {
  list-style: none;
  padding-left: 12.8px;
  position: relative;
  font-size: 12.8px;
  line-height: 2;
}

.c-sec__note-num .c-sec__note-list {
  font-size: 11.2px;
}

.c-sec__note-list::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}

.c-sec__note-num {
  margin: 40px 0 0;
}

.c-sec__note-num .c-sec__note-list {
  padding-left: 26.4px;
}

.c-sec__note-num .c-sec__note-list:nth-of-type(1)::before {
  content: "※1";
}

.c-sec__note-num .c-sec__note-list:nth-of-type(2)::before {
  content: "※2";
}


.c-sec__note-num .c-sec__note-list:nth-of-type(3)::before {
  content: "※3";
}

.c-sec__note-num .c-sec__note-list:nth-of-type(4)::before {
  content: "※4";
}

.c-sec__note-num .c-sec__note-list:nth-of-type(5)::before {
  content: "※5";
}

.c-sec__note-num .c-sec__note-list:nth-of-type(6)::before {
  content: "※6";
}

.c-sec__note-num .c-sec__note-list:nth-of-type(7)::before {
  content: "※7";
}

.c-sec__note-num .c-sec__note-list:nth-of-type(8)::before {
  content: "※8";
}

.c-sec__note-num .c-sec__note-list:nth-of-type(9)::before {
  content: "※9";
}

.c-sec__note-txt {
  margin-top: 10px;
  font-size: 14.4px;
}

@media screen and (max-width: 768px) {
  .c-sec__note-area {
    padding: 4.8vw 6.4vw 9.87vw;
  }

  .c-sec__note-list {
    padding-left: 2.13vw;
    font-size: 2.67vw;
    line-height: 1.8;
  }

  .c-sec__note-num .c-sec__note-list {
    font-size: 2.67vw;
  }

  .c-sec__note-list::before {
    position: absolute;
    left: 0;
    top: 0;
  }

  .c-sec__num {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1;
    text-align: right;
  }

  .c-sec__note-num .c-sec__note-list {
    padding-left: 6.13vw;
  }

  .c-sec__note-txt {
    margin-top: 2.67vw;
    font-size: 3.2vw;
  }
}


/* footer */
.l-ftr {
  height: 160px;
  background: #3C3C3C;
}

.l-ftr__inr {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 16px 36px;
}

.p-ftr__txt {
  color: #FFF;
  font-size: 11.2px;
  line-height: 1.85;
}

@media screen and (max-width: 768px) {
  .l-ftr {
    height: auto;
  }

  .l-ftr__inr {
    padding: 21vw 4vw 16vw;
  }

  .p-ftr__txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

/* float */
.l-float-sec {
  position: fixed;
  right: 17.4vw;
  bottom: 0;
  z-index: 15;
  width: 100%;
  max-width: 336px;
  height: 64px;
  max-height: 59.2px;
  border-radius: 8px 8px 0px 0px;
  background: var(--cta-color);
  transition: all .3s ease 0s;
  visibility: visible;
  opacity: 1;
}

.l-float-sec.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.l-float-sec__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.l-float-sec__content::before {
  position: absolute;
  top: 50%;
  right: 22.4px;
  width: 12.8px;
  height: 16.8px;
  content: "";
  background: url("https://d18f657670wm8u.cloudfront.net/otona/ldp/collaboration_campaign/asset/images/icon-arrow-down-white.svg?20250204") no-repeat center / 100% 100%;
  transform: translateY(-50%);
}

.p-float-sec__btnLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  text-decoration: none;
}

.p-float-sec__btnTxt {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .l-float-sec {
    right: 0;
    bottom: 0;
    height: 21.3vw;
    max-width: initial;
    max-height: initial;
    border-radius: 1.33vw 1.33vw 0px 0px;
  }

  .l-float-sec__content::before {
    top: unset;
    bottom: 1vw;
    right: 5vw;
    width: 4.2vw;
    height: 5.53vw;
  }

  .p-float-sec__btnTxt {
    font-size: 4.8vw;
  }
}
