body::before {
  content: '';
  position: fixed;
  right: 52px;
  bottom: -67px;
  width: 520px;
  height: 479px;
  background-image: url(../img/index/bg-cloud.svg);
  background-size: 100%;
  z-index: -1;
}

.c-sec {
  padding: 80px 30px;
}

.c-sec--mv {
  margin-top: 205px;
}

.c-sec--mv .mv-msg {
  margin-bottom: 105px;
  line-height: 1.481;
}

.c-sec--mv .mv-msg h1 {
  font-size: 3.375rem;
  margin-bottom: 42px;
}

.c-sec--mv .mv-copy {
  font-size: 1.6875rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #DEDEDE;
}

.c-sec--mv .mv-desc {
  line-height: 1.875;
}

.c-sec--mv .c-btns {
  margin-left: 24px;
}

.c-sec--bnr {
  padding: 22px 30px 23px;
  background-color: #EDEDED;
}

.c-sec--bnr .bnr {
  max-width: 1100px;
  margin: auto;
  justify-content: space-between;
}

.c-sec--bnr .bnr.c-flex {
    flex-wrap: nowrap;
    gap: 1rem;
}

.c-sec--bnr .bnr a {
  max-width: 480px;
}

.c-sec--what {
  padding-top: 100px;
}

.c-sec--what .what {
  max-width: 1210px;
  margin: auto;
  display: flex;
  align-items: flex-end;
}

.c-sec--what .what-right {
  margin-left: 84px;
}

.c-sec--what .what-right img {
    max-width: 391px;
}

.c-sec--what .c-ttl p {
  color: #1288FF;
}

.c-sec--what .c-ttl p::before {
  background-color: #1288FF;
}

.c-sec--what .c-desc {
  margin-bottom: 44px;
}

.c-sec--what .c-desc .c-underline {
  font-size: 1.25rem;
}

.c-sec--what .c-desc .c-underline::after {
  width: calc(100% - 20px);
}

.c-sec--reason {
  background-color: rgba(55, 55, 55, 0.05);
}

.c-sec--reason .reason {
  max-width: 1280px;
  margin: auto;
}

.c-sec--reason .c-ttl p {
  color: #22B408;
}

.c-sec--reason .c-ttl p::before {
  background-color: #22B408;
}

.c-sec--reason .c-mediumTtl {
  margin-bottom: 50px;
}

.c-sec--reason .reason-list {
  justify-content: space-between;
  font-size: 1.125rem;
}

.c-sec--reason .reason-list > div {
  width: calc(50% - 20px);
  height: 277px;
  margin-top: 40px;
  padding: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-sec--reason .reason-list > div .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-sec--reason .reason-list > div .inner > div:nth-of-type(2) {
  margin-left: 60px;
}

.c-sec--reason .reason-list > div:nth-of-type(1), .c-sec--reason .reason-list > div:nth-of-type(2) {
  margin-top: 0;
}

.c-sec--reason .reason-list > div:nth-of-type(1) .inner > div:nth-of-type(1) img {
  max-width: 160px;
}

.c-sec--reason .reason-list > div:nth-of-type(2) .inner > div:nth-of-type(1) img {
  max-width: 160px;
}

.c-sec--reason .reason-list > div:nth-of-type(3) .inner > div:nth-of-type(1) img {
  max-width: 178px;
}

.c-sec--reason .reason-list > div:nth-of-type(4) .inner > div:nth-of-type(1) img {
  max-width: 148px;
}

.c-sec--reason .reason-list .c-underline {
  font-size: 1.375rem;
}

.c-sec--reason .c-btnWrap {
  margin-top: 64px;
}

.c-sec--case {
  padding: 80px 0;
  background-color: rgba(255, 167, 0, 0.05);
}

.c-sec--case .c-sec-inner {
  max-width: 100%;
}

.c-sec--case .c-ttl {
  max-width: 1280px;
  margin: 0 auto 44px;
}

.c-sec--case .c-ttl p {
  color: #FFA700;
}

.c-sec--case .c-ttl p::before {
  background-color: #FFA700;
}

.c-sec--case .case-list .swiper-slide p:nth-of-type(1) {
  margin: 24px 0 16px;
  color: #FFA700;
}

.c-sec--case .case-list .swiper-slide p:nth-of-type(2) {
  font-size: 1.125rem;
  font-weight: 700;
}

.c-sec--case .c-btnWrap {
  margin-top: 64px;
}

.c-sec--plan .c-ttl {
  margin-bottom: 0;
}

.c-sec--plan .c-ttl p {
  color: #FFDB12;
}

.c-sec--plan .c-ttl p::before {
  background-color: #FFDB12;
}

.c-sec--plan .c-attention {
  text-align: right;
}

.c-sec--plan .c-btnWrap {
  margin-top: 64px;
}

.c-sec--news {
  background-color: rgba(18, 136, 255, 0.05);
  padding: 130px 30px 70px;
}

.c-sec--news .c-ttl p {
  color: #1288FF;
}

.c-sec--news .c-ttl p::before {
  background-color: #1288FF;
}

.c-sec--news .c-ttl .c-btn {
  margin-top: 48px;
}

.c-sec--news .news {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.c-sec--news .news-list {
  max-width: 770px;
  width: 100%;
  margin-left: 30px;
}

.c-sec--news .news-list a {
  display: flex;
  padding: 34px 20px 32px;
  border-bottom: 1px solid #DEDEDE;
  gap: 1rem;
  flex-wrap: wrap;
}

.c-sec--news .news-list a > div:nth-of-type(1) {
  width: auto;
  display: flex;
  align-items: center;
  gap: 0 16px;
  padding-top: 2px;
}

.c-sec--news .news-list a > div:nth-of-type(2) {
  /*width: calc(100% - 190px);*/
      width: auto;
    max-width: 30rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-slide.is-dummy {
  opacity: 0.3;
  pointer-events: none;
}

.c-sec--news .news-list a .icon {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  background-color: #1288FF;
  padding: 0 15px;
  margin: 1px 0 0 16px;
  border-radius: 100px;
}

.c-sec--faq .c-ttl p {
  color: #22B408;
}

.c-sec--faq .c-ttl p::before {
  background-color: #22B408;
}

.c-sec--faq .c-btnWrap {
  margin-top: 64px;
}

.c-sec--try {
  padding: 80px 30px 100px;
}

.case-list .c-radius img{
    border-radius: 24px;
    min-height: 260px;
    height: 15rem;
    object-fit: cover;
}

@media (max-width: 1180px) {
.c-planList {
  grid-template-columns: repeat(2, 1fr); /* 2列に変更 */
}

/* 最後の1つが奇数位置なら中央に揃える */
.c-planList > *:nth-last-child(1):nth-child(odd) {
  grid-column: 1 / -1;
}

}

@media (max-width: 1070px) {
.c-sec--news .news {
    flex-wrap: wrap;
}
}


@media (min-width: 767.5px) and (max-width: 810px) {
.c-btns .c-btn--red {
        padding: 22px 83px 9px 40px;
}
}

@media (max-width: 767px) {
  .c-ttl h1, .c-ttl h2 {
    font-size: 30px;
  }

  .c-btns.c-flex.c-wrap .c-btn + .c-btn {
    margin: 0!important;
}

.c-btns.c-flex.c-wrap a.c-btn.c-btn--arrow {
    width: 90%;
    max-width: 27rem;
}

.c-sec--bnr .bnr.c-flex {
    flex-wrap: wrap;
    gap: 0rem;
    justify-content: center;
}


.c-btns.c-flex.c-wrap {
    gap: 1rem;
}


}

@media (max-width: 767px) {
  .c-sec {
    padding: 40px 15px;
  }
  .c-sec--mv {
    margin-top: 80px;
  }
  .c-sec--mv .c-btns {
    margin-left: 0;
    width: 285px;
    margin: auto;
  }
  .c-sec--mv .mv-copy {
    font-size: 20px;
  }
  .c-sec--mv .mv-msg {
    margin-bottom: 75px;
  }
  .c-sec--mv .mv-msg h1 {
    font-size: 35px;
  }
  .c-sec--bnr .bnr a + a {
    margin-top: 20px;
  }
  .c-sec--what .what {
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 2rem;
        justify-content: center;
  }
  .c-sec--what .what-left {
    width: 100%;
}
  .c-sec--what .what-right {
    margin: 30px 0 0;
  }
  .c-sec--what .c-desc {
    margin-bottom: 30px;
  }
  .c-sec--reason .c-mediumTtl {
    margin-bottom: 30px;
  }
  .c-sec--reason .reason-list {
    display: block;
    font-size: 16px;
  }
  .c-sec--reason .reason-list > div {
    width: 100%;
    margin-top: 20px;
  }
  .c-sec--reason .reason-list > div:nth-of-type(1) {
    margin-top: 0;
  }
  .c-sec--reason .reason-list > div:nth-of-type(2) {
    margin-top: 20px;
  }
  .c-sec--reason .reason-list > div .inner {
    display: block;
  }
  .c-sec--reason .reason-list > div .inner > div:nth-of-type(1) {
    text-align: center;
  }
  .c-sec--reason .reason-list > div .inner > div:nth-of-type(1) img {
    max-width: 100px !important;
  }
  .c-sec--reason .reason-list > div .inner > div:nth-of-type(2) {
    margin: 20px 0 0;
  }
  .c-sec--reason .reason-list .c-underline {
    font-size: 20px;
  }
  .c-sec--reason .c-btnWrap {
    margin-top: 34px;
  }
  .c-sec--reason .c-btn {
    line-height: 1.5;
  }
  .c-sec--case .case-list .swiper-slide p:nth-of-type(1) {
    margin: 10px 0 2px;
  }
  .c-sec--case .case-list .swiper-slide p:nth-of-type(2) {
    font-size: 13px;
  }
  .c-sec--case .c-btnWrap {
    margin-top: 40px;
  }
  .c-sec--case .c-ttl {
    margin-bottom: 30px;
  }
  .c-sec--plan .c-btnWrap {
    margin-top: 40px;
  }
  .c-sec--plan .c-attention {
    text-align: left;
  }
  .c-sec--plan .c-attention p {
    line-height: 1.5;
  }
  .c-sec--plan .c-attention p + p {
    margin-top: 4px;
  }
  .c-sec--news .news {
    display: block;
  }
  .c-sec--news .news-list {
    margin: 20px 0 0;
  }
  .c-sec--news .news-list a {
    display: block;
    padding: 15px;
  }
  .c-sec--news .news-list a > div:nth-of-type(1) {
    gap: 0 8px;
  }
  .c-sec--news .news-list a > div:nth-of-type(2) {
    width: 100%;
    margin-top: 5px;
  }
  .c-sec--faq .c-btnWrap {
    margin-top: 40px;
  }
}
