body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (min-width: 720px) {
  body {
    /* min-width: 1440px; */
  }
}

.header {
  background: #000;
  border-top: 16px solid #a5011a;
}
.header_inner {
  background: #000 url(../img/top-sp-1.jpg) center / cover no-repeat;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1000 / 835;
  padding: 6% 5% 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header_title {
  width: 100%;
  height: auto;
}

.header_title img {
  width: 100%;
  height: auto;
}
.header_text {
  width: 70%;
  margin-top: 60px;
}
.header_text img {
  width: 100%;
  height: auto;
}
.header_btn {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 5%;
  transform: translateY(50%);
}
.header_btn a {
  background: #a5011a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 999px;
}
@media (min-width: 720px) {
  .header {
  }
  .header_inner {
    background: #000 url(../img/top-pc-1.jpg) center / cover no-repeat;
    aspect-ratio: 1440 / 800;
    padding-top: 3%;
  }
  .header_title {
    width: 85%;
  }
  .header_text {
    width: 60%;
  }
}

.cvarea {
  padding: 32px 0;
}
.cvarea_btn {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.cvarea_btn a {
  background: #a5011a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 12px 12px 12px 48px;
  position: relative;
}
.cvarea_btn.-disabled a{
    background: #ccc;
}
.cvarea_btn a::after {
  content: "";
  background: #fff;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 24px;
  aspect-ratio: 1;
  margin-left: 48px;
}
.cvarea_btn.--xs a {
  font-size: 16px;
  padding: 12px 12px 12px 24px;
}
.cvarea_btn.--xs a::after {
  height: 16px;
  margin-left: 12px;
}
.cvarea_note {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}
.cvarea_note a {
    color: #a5011a;
}
@media (min-width: 720px) {
  .cvarea {
    padding: 64px 0;
  }
  .cvarea_btn a,
  .cvarea_btn.--xs a {
    font-size: 32px;
    padding: 24px 24px 24px 96px;
  }
  .cvarea_btn a::after,
  .cvarea_btn.--xs a::after {
    height: 32px;
    margin-left: 96px;
  }
  .cvarea_note {
    font-size: 18px;
  }
}

.description {
  background: #e8eef6;
}
.description_inner {
  background: url(../img/mind-sp.jpg) center/cover;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1000/908;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 0;
}
.description_text {
  width: 100%;
  height: auto;
  padding: 0 10%;
}
.description_text img {
  width: 100%;
  height: auto;
}
@media (min-width: 720px) {
  .description_inner {
    background: url(../img/mind-pc.jpg) center/cover;
    aspect-ratio: 1440/594;
  }
  .description_text {
    width: auto;
    height: 100%;
    margin-left: 35%;
    padding: 0;
  }
  .description_text img {
    height: 100%;
    width: auto;
  }
}
.heading {
  background: #000;
}
.heading_inner {
  background: url(../img/sp-obi.jpg) center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  max-width: 1440px;
  aspect-ratio: 1000/165;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 720px) {
  .heading_inner {
    background: url(../img/pc-obi.jpg) center/cover;
    aspect-ratio: 1440/164;
    font-size: 48px;
  }
}

.content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 4%;
}
.common-text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 720px) {
  .content {
    padding: 64px 12px;
  }
  .common-text {
    font-size: 21px;
  }
}
@media (min-width: 1000px) {
    .common-text {
        font-size: 24px;
    }
}
.list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 310px;
  margin: 32px auto 0;
}
.list_item {
  display: flex;
  align-items: center;
  font-size: 16px;
  border: 2px solid #a5011a;
  border-radius: 999px;
  padding: 10px 16px;
}
.list_item i {
  color: #a5011a;
}
.list_text {
  display: block;
  font-weight: 700;
  flex: 1;
  text-align: center;
}
@media (min-width: 720px) {
  .list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 860px;
  }
  .list_item {
    font-size: 18px;
  }
}

.img-area {
  max-width: 1440px;
  margin: 0 auto;
}
.img-area img {
  width: 100%;
  height: auto;
}

.bg-gray {
  background-color: #eeeeee;
}
.bd-heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  border-bottom: 4px solid #000;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-wdith: 720px) {
  .bd-heading {
    font-size: 32px;
  }
}

.price {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.price_item {
  display: flex;
  flex-direction: column;
}
.price_label {
  background: #000;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 24px 0;
  position: relative;
}
.price_label ._info {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #a5011a;
  width: 80px;
  height: 80px;
  border: 2px solid #a5011a;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 12px;
  transform: translateY(50%);
}
.price_label ._info ._l {
  font-size: 18px;
}
.price_label.--bgred {
  background: #a5011a;
}
.price_body {
  background: #fff;
  /* flex: 1; */
  padding: 32px 0;
}
.price_value {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.price_value ._xs {
  font-size: 15px;
  font-weight: 400;
}
.price_btn {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.price_btn a {
  background: #a5011a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 16px 12px 16px 48px;
  position: relative;
}
.price_btn a::after {
  content: "";
  background: #fff;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 16px;
  aspect-ratio: 1;
  margin-left: 48px;
}
.price_gooddeal {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.price_gooddeal img {
  width: 100%;
  height: auto;
}
@media (min-width: 720px) {
  .price {
    grid-template-columns: repeat(2, 1fr);
    max-width: 860px;
  }
  .price_label {
    font-size: 32px;
  }
  .price_body {
    padding: 48px 0;
  }
  .price_value {
    font-size: 48px;
  }
  .price_value ._xs {
    font-size: 24px;
  }
  .price_btn a {
    font-size: 18px;
    padding: 18px 12px 18px 48px;
  }
}

.utilization {
  background: #000;
}
.utilization_inner {
  background: url(../img/manabi-sp.jpg) top center / cover no-repeat;
  max-width: 1440px;
  padding: 0 4%;
  padding-bottom: 48px;
  margin: 0 auto;
}
.utilization_title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 48px 0;
}
.utilization-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.utilization-grid_item {
  background: #fff;
  padding: 46px 32px;
}
.utilization-grid_title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #a5011a;
}
.utilization-grid_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 32px;
}
@media (min-width: 720px) {
  .utilization_inner {
    background: url(../img/manabi-pc.jpg) top center / cover no-repeat;
    padding: 0;
    padding-bottom: 48px;
  }
  .utilization-grid_item {
    padding: 64px 32px;
  }
  .utilization_title {
    font-size: 38px;
  }
  .utilization-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 12px;
  }
  .utilization-grid::before {
    content: "";
    background: url(../img/manabi-pc-j.png) center / contain no-repeat;
    display: block;
    width: 180px;
    aspect-ratio: 515/340;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }
}

.strongheading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 64px 0;
}
@media (min-width: 720px) {
  .strongheading {
    font-size: 32px;
  }
}
@media (min-width: 1000px) {
  .strongheading {
    font-size: 48px;
  }
}

.faq {
  margin: 32px auto 0;
  padding: 0 4%;
}
.faq_label {
  background: #e7e7e7;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px 20px 20px;
  position: relative;
  cursor: pointer;
}
.faq_label:not(:first-child) {
  margin-top: 24px;
}
.faq_label::before {
  content: "f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.is-open.faq_label::before {
  transform: translateY(-50%) rotate(180deg);
}
.faq_body {
  background: #e7e7e7;
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 20px 16px 20px;
}
.faq_note {
  font-size: 14px;
  max-width: 860px;
  padding: 0 4%;
  margin: 24px auto 0;
}
@media (min-width: 720px) {
  .faq {
    max-width: 860px;
    padding: 0 12px;
  }
  .faq_label {
    font-size: 24px;
    padding: 24px 42px 24px 24px;
  }
  .faq_body {
    font-size: 18px;
    padding: 12px 64px 16px 24px;
  }
  .faq_note {
    font-size: 18px;
    padding: 0 12px;
  }
}

.footer {
  background: #000;
  padding: 24px 0 100px;
}
.footer_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 860px;
  padding: 0 4%;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .footer {
    padding: 24px 0;
  }
  .footer_inner {
    justify-content: space-between;
    padding: 0 12px;
    gap: 0;
  }
}
.footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 32px;
}
.footer-menu_item {
  font-size: 16px;
  color: #fff;
}
.footer_copyright {
  font-size: 16px;
  color: #fff;
}

.float-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.float-btn a {
  background: #a5011a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 999px;
}
@media (min-width: 720px) {
  .footer-menu {
    justify-content: initial;
    flex-wrap: nowrap;
  }
  .float-btn {
    bottom: 50px;
    right: 50px;
  }
  .float-btn a {
    font-size: 32px;
    width: 200px;
    height: 200px;
  }
}

.grid-video {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.grid-video_text {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding-top: 0.5em;
}
@media (min-width: 580px) {
    .grid-video_text {
        font-size: 14px;
    }
}
@media (min-width: 1000px) {
    .grid-video_text {
        font-size: 16px;
    }
}
.grid-video_item {
  flex: 1;
  min-width: 40%;
  max-width: calc(50% - 6px);
}

.grid-video_item:last-child {
    max-width: 100%;
    text-align: center;
}
.grid-video_item iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-video_item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  cursor: pointer;
}
.grid-video_item:last-child img {
    min-width: 40%;
    max-width: calc(50% - 6px);
}

.grid-video-panel-wrap {
  display: none;
}
.grid-video-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.grid-video-panel_inner {
  display: none;
  background: #4f535c;
  width: 96%;
  max-width: 700px;
  border-radius: 8px;
  padding: 24px;
}
.grid-video-panel_close {
  display: block;
  font-size: 32px;
  color: #fff;
  width: fit-content;
  margin-left: auto;
}
.grid-video-panel_body {
  margin-top: 16px;
}
.grid-video-panel_video {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.grid-video-panel_video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-video-panel_title {
  font-size: 18px;
  color: #fff;
  margin-top: 12px;
}

@media (min-width: 1000px) {
  .grid-video {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 48px;
  }
  .grid-video_item {
    width: 100%;
    min-width: auto;
    max-width: initial;
  }
  .grid-video_item:last-child img {
    min-width: auto;
    max-width: 100%;
    }
}

@media (min-width: 720px) {
  .sp-only {
    display: none;
  }
}