@charset "utf-8";

.c5-lead {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .c5-lead {
    flex-direction: column;
    padding: 50px 0 40px;
  }
}

.c5-lead__txt {
  text-align: left;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c5-lead__txt {
    width: auto;
    text-align: center;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.c5-c-movie {
  width: calc(35% - 10px);
  transition: all 0.25s;
}

.c5-c-movie:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .c5-c-movie {
    width: auto;
    margin: 0 auto;
  }
}

.c5-c-anchor_box {
  display: flex;
  justify-content: space-between;
  max-width: 972px;
  margin: 0 auto 80px;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .c5-c-anchor_box {
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 0;
  }
}

.c5-c-anchor_box .c5-c-anchor_box__item {
  width: calc(100% / 4 - 4px);
}

@media screen and (max-width: 768px) {
  .c5-c-anchor_box .c5-c-anchor_box__item {
    font-size: 14px;
    width: calc(100% / 2 - 4px);
    margin: 5px 0;
  }
}

.c5-c-anchor_box .c5-c-anchor_box__item:hover {
  opacity: 0.7;
}

.c5-c-anchor_box .c5-c-anchor_box__item:nth-child(1) {
  background-color: #2e3a3e;
}

.c5-c-anchor_box .c5-c-anchor_box__item:nth-child(2) {
  background-color: #42606e;
}

.c5-c-anchor_box .c5-c-anchor_box__item:nth-child(3) {
  background-color: #db5351;
}

.c5-c-anchor_box .c5-c-anchor_box__item:nth-child(4) {
  background-color: #366c48;
}

.c5-c-anchor_box .c5-c-anchor_box__item:nth-child(5) {
  background-color: #0ea587;
}

.c5-c-anchor_box .c5-c-anchor_box__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 16px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .c5-c-anchor_box .c5-c-anchor_box__item a {
    font-size: 14px;
  }
}

.c5-c-anchor_box .c5-c-anchor_box__item a:hover {
  text-decoration: none;
}

.c5-high__point {
  flex-wrap: wrap;
}

.c5-high .c5-high__ttl {
  background-color: #2e3a3e;
}

.c5-high__point--ttl {
  display: flex;
  justify-content: space-between;
  color: #2e3a3e;
  border-left: 4px solid #2e3a3e;
}

.c5-high__point--ttl-green {
  border-left: 4px solid #0da1ac;
}

.c5-high__point--ttl span:first-child {
  display: block;
}

.c5-high__link {
  width: 100%;
}

.c5-high__link-wrap {
  display: grid;
  gap: 48px;
  margin-top: 24px;
  margin-inline: auto;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.c5-high__link-item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.c5-high__link-content {
  text-align: center;
}

.c5-high__link-img {
  max-width: 240px;
  margin-inline: auto;
}

.c5-high__link-txt {
  text-align: center;
  line-height: 1.6;
}

.c5-high__link-list {
  margin-top: 12px;
}

.c5-high__link-list ul:has(li img) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.c5-high__link-list ul li {
  text-align: center;
  margin: 0;
}

.c5-high__link-note {
  line-height: 1.6;
}

.c5-high__link-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  padding-inline: 30px;
}

.c5-high__link-btn {
  position: relative;
  color: #fff;
  background-color: #2d75c7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  padding: 16px 0;
  transition: all 0.25s;
}

.c5-high__link-btn:hover {
  text-decoration: none;
  background-color: #34568e;
  color: #fff;
}

.c5-high__link-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 16px;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: inherit;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  vertical-align: 0.1em;
  transition: border 0.1s;
}

.c5-high__link-premium .c5-high__link-item {
  border: 1px solid #e4e7eb;
  padding-top: 20px;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.c5-high__link-premium .c5-high__link-content {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;

}
.c5-high__link-premium .c5-high__link-note {
  padding-inline: 30px;
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c5-high__link-wrap {
    flex-direction: column;
    gap: 24px;
  }
  .c5-high__link-list ul:has(li img) {
    grid-template-columns: 1fr;
  }
  .c5-high__link-list ul li + li {
    margin-top: 0;
  }
  .c5-high__link-note {
    font-size: 14px;
  }
}

.c5-installation .c5-installation__ttl {
  background-color: #42606e;
}

.c5-installation__point--ttl {
  color: #42606e;
  border-left: 4px solid #42606e;
}

.c5-convenience .c5-convenience__ttl {
  background-color: #db5351;
}

.c5-convenience__point--ttl {
  display: block;
  color: #db5351;
  border-left: 4px solid #db5351;
}

.c5-environment .c5-environment__ttl {
  background-color: #366c48;
}

.c5-environment__point.c5-mb-0 {
  margin-bottom: 0;
}

.c5-environment__point--ttl {
  color: #366c48;
  border-left: 4px solid #366c48;
}

.c5-environment__point:not(:has(.c5-c-row--photo)) .c5-c-row--txt {
  width: 100%;
}

.c5-support .c5-support__ttl {
  background-color: #01af84;
}

@media screen and (min-width: 769px) and (max-width: 1201px) {
  .c5-recommend__child--txt .c5-c-text {
    font-size: 1.2vw;
  }
}

/*video-modal*/
#video-modal {
  display: none;
}

#myPlayerID {
  margin: 0 auto;
  display: block;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
  position: relative;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.c5-sp-only {
  display: none;
}

.c5-pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .c5-sp-only {
    display: block;
  }

  .c5-pc-only {
    display: none;
  }
}

/* .bc-player-default_default {
  width: calc(896 / 1200 * 100vw);
  max-width: 896px;
  height: calc(504 / 1200 * 100vw);
  max-height: 504px;
}

@media screen and (max-width: 768px) {
  .bc-player-default_default {
    width: calc(384 / 375 * 100vw);
    height: calc(216 / 375 * 100vw);
  }
  .modaal-inner-wrapper {
    padding: 80px 0;
  }
  .modaal-content-container {
    padding: 0;
}
} */

.c5-d-main h2.c5-mb-pc-16 {
  margin-bottom: 16px;
}

.c5-d-main .c5-convenience .c5-c-text-mb {
  margin-bottom: 34px;
}

.c5-txt-gray {
  background: #e6ffff;
  padding: 1.5vh;
}

.c5-video-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .c5-video-wrap {
    width: 100%;
    margin: 0 auto 50px;
  }
}

ul.c5-recommend__list__25 li .c5-recommend__child--txt {
  padding: 0 1rem;
}

.c5-icon li:not(:first-child) {
  margin-left: 0;
}

ul.c5-recommend__list__25 li {
  width: 25%;
}

ul.c5-recommend__list__25 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  ul.c5-recommend__list__25 {
    padding-left: calc(20 / 1200 * 100vw);
    padding-right: calc(20 / 1200 * 100vw);
  }

  ul.c5-recommend__list__25 li {
    width: 100%;
  }

  .c5-icon {
    width: 250px;
    gap: 6px;
  }
}

.c5-recommend .c5-recommend__inner {
  border-top: none;
}
.c5-recommend h2.c5-recommend__ttl {
  font-size: 32px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #2e3a3e;
  margin: 0;
}
