@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/*--- color ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/* =======================
  mixin
======================= */
/*--- 透過ホバー ---*/
/*--- color変更ホバー ---*/
/*--- background-color変更ホバー ---*/
/*--- color・background-colorホバー ---*/
.c-page-title {
  min-height: 20rem;
}
@media screen and (max-width: 971px) {
  .c-page-title {
    min-height: 6.5rem;
    background-color: #FFFFFF;
  }
}
.c-page-title .heading {
  display: none;
}

.p-report {
  background-image: url("../media/images/report_bk.png");
}

.section {
  margin: 0rem 2rem;
  position: relative;
}
.section:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 162rem;
  height: 1px;
  background-color: #ccc;
}
.section_wrapper {
  text-align: center;
  max-width: 63.7rem;
  margin: 5.8rem auto 0rem;
  padding-bottom: 5.8rem;
}
@media screen and (max-width: 767.9px) {
  .section_wrapper {
    margin: 4rem auto 0rem;
    padding-bottom: 4rem;
  }
}
.section_wrapper.first {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.9px) {
  .section_wrapper.first {
    padding-bottom: 4rem;
    margin: 6rem auto 0rem;
  }
}
@media screen and (max-width: 767.9px) {
  .section_wrapper.last {
    padding-bottom: 12rem;
  }
}

.head_title {
  color: #1D54A2;
  font-weight: 600;
  font-size: 4.6rem;
  margin-bottom: 0.8rem;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 767.9px) {
  .head_title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.titleJp {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .titleJp {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.titleJp::before, .titleJp::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
}
.titleJp::before {
  margin-right: 3rem;
}
@media screen and (max-width: 767.9px) {
  .titleJp::before {
    margin-right: 2rem;
  }
}
.titleJp::after {
  margin-left: 3rem;
}
@media screen and (max-width: 767.9px) {
  .titleJp::after {
    margin-left: 2rem;
  }
}

.day_text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 160%;
  background-color: #4C5461;
  color: #FFFFFF;
  max-width: 48.4rem;
  margin: 0 auto 3rem auto;
  padding: 0.7rem 1.5rem;
}

@media screen and (max-width: 767.9px) {
  .day_text {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    margin: 0 auto 2rem auto;
  }
}
.c-rectbtn {
  box-shadow: none;
  margin: 0 auto;
  justify-content: center;
}

.c-rectbtn--mini {
  min-height: 5rem;
  max-width: 33.5rem;
}
.c-rectbtn--mini p {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.9px) {
  .c-rectbtn--mini {
    min-height: 6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .c-rectbtn--mini p {
    font-size: 1.4rem;
  }
}
.c-rectbtn--mini .c-arrow {
  width: 1.7rem;
}

.report-btn p {
  text-align: center;
  line-height: 160%;
}
.report-btn .c-arrow {
  right: 2rem;
}
@media screen and (max-width: 767.9px) {
  .report-btn .c-arrow {
    font-size: 1.8rem;
  }
}
