@media screen and (max-width: 991px) {
  html.header-scrolled header {
    background-color: transparent;
  }
}
html body header {
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  html body header {
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  html body header .header-inner .logo-wrapper a {
    color: #fff;
    transition: 0.4s ease;
  }
}
html body main {
  border-top-width: 33px;
  border-top-style: solid;
  border-top-color: #CB1641;
}
@media screen and (max-width: 767px) {
  html body main {
    border-top-width: 18px;
  }
}
html body main .mainvisual {
  height: 949px;
  width: 100%;
  position: relative;
  background-image: url("../../images/index/mv-pc.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  html body main .mainvisual {
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual {
    background-image: url("../../images/index/mv-sp.png");
    height: 440px;
    height: 112.8205128205vw;
  }
}
html body main .mainvisual h1 {
  position: absolute;
  top: 25px;
  left: 100px;
  width: 247px;
}
@media screen and (max-width: 575px) {
  html body main .mainvisual h1 {
    top: 10px;
    left: 20px;
    width: 90px;
  }
}
html body main .mainvisual .mainvisual-caption {
  position: absolute;
  width: 100%;
  top: 30%;
  text-align: center;
  z-index: 3;
  display: grid;
  gap: 165px;
  justify-content: center;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .mainvisual-caption {
    top: 33%;
    gap: 100px;
  }
}
html body main .mainvisual .mainvisual-caption img {
  max-width: 100%;
  animation: anime_left_to_right 1s ease forwards;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
html body main .mainvisual .mainvisual-caption img:last-child {
  animation-delay: 1.3s;
}
@keyframes anime_left_to_right {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
html body main .sec-1,
html body main .sec-2,
html body main .sec-3,
html body main .sec-5 {
  position: relative;
  z-index: 0;
}
html body main .sec-1::before,
html body main .sec-2::before,
html body main .sec-3::before,
html body main .sec-5::before {
  content: "";
  position: absolute;
  background-color: #CB1641;
  width: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-1::before,
  html body main .sec-2::before,
  html body main .sec-3::before,
  html body main .sec-5::before {
    width: 1px;
  }
}
html body main .sec-1::after,
html body main .sec-2::after,
html body main .sec-3::after,
html body main .sec-5::after {
  content: "";
  position: absolute;
  background-color: #CB1641;
  width: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-1::after,
  html body main .sec-2::after,
  html body main .sec-3::after,
  html body main .sec-5::after {
    width: 1px;
  }
}
html body main .sec-1 {
  padding: 385px 0 220px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 {
    padding: 45px 0 60px;
  }
}
html body main .sec-1::before {
  height: 425px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1::before {
    height: 66px;
  }
}
html body main .sec-1::after {
  height: 238px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1::after {
    height: 60px;
  }
}
html body main .sec-1 .h2-ttl {
  padding-top: 230px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .h2-ttl {
    padding-top: 115px;
  }
}
html body main .sec-1 .h2-ttl::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/sec1-ttl-img-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 178px;
  height: 219px;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .h2-ttl::before {
    width: 89px;
    height: 109px;
    left: 6px;
  }
}
html body main .sec-1 .wrapper {
  position: relative;
  z-index: 0;
}
html body main .sec-1 .wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/sec1-bg-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 223px;
  height: 332px;
  top: 0;
  bottom: -170px;
  left: -250px;
  right: 0;
  margin: auto auto 0 0;
  z-index: -1;
}
html body main .sec-1 .contents-list-wrapper .contents-list:first-child {
  padding-top: 160px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list:first-child {
    padding-top: 55px;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list:first-child::before {
  content: "";
  position: absolute;
  background-color: #CB1641;
  width: 3px;
  height: 160px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list:first-child::before {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list:first-child p {
  text-align: center;
  font-size: 41px;
  line-height: 1.7073170732;
  letter-spacing: 0em;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list:first-child p {
    font-size: 17px;
    padding: 8px 0 13px;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  gap: 85px;
  padding-top: 145px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 55px;
    padding-bottom: 0;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2)::before {
  content: "";
  position: absolute;
  background-color: #CB1641;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2)::before {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-r {
  order: 2;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-r {
    order: 1;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-r p {
  font-size: 17px;
  line-height: 2.0588235294;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-r p {
    font-size: 16px;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-r p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-r p:not(:last-child) {
    margin-bottom: 1em;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-l {
  padding-left: 35px;
  order: 1;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-l {
    order: 2;
    padding: 30px 0 50px;
    position: relative;
    z-index: 0;
  }
  html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-l::before {
    content: "";
    position: absolute;
    background-color: #CB1641;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto auto auto;
    z-index: -1;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-l figure {
  max-width: 408px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-l figure {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: flex-end;
    margin: auto;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-l figure figcaption {
  text-align: right;
  font-size: 21px;
  line-height: 3.4761904762;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(2) .contents-l figure figcaption {
    text-align: left;
    font-size: 16px;
    line-height: 1.6875;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(3) .video-wrap {
  max-width: 850px;
  width: 100%;
  margin: auto;
  aspect-ratio: 850/540;
}
html body main .sec-1 .contents-list-wrapper .contents-list:nth-child(3) .video-wrap iframe {
  width: 100%;
  height: 100%;
}
html body main .sec-2 {
  padding: 105px 0 220px;
  background-color: #CB1641;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 {
    padding: 60px 0 60px;
  }
}
html body main .sec-2::before {
  background-color: #fff;
  height: 40px;
}
@media screen and (max-width: 767px) {
  html body main .sec-2::before {
    height: 55px;
  }
}
html body main .sec-2::after {
  background-color: #fff;
  height: 100px;
}
@media screen and (max-width: 767px) {
  html body main .sec-2::after {
    height: 55px;
  }
}
html body main .sec-2 .h2-ttl h2 {
  color: #fff;
}
html body main .sec-2 .h2-ttl h2::before {
  background-image: url("../../images/common/h2-ttl-l-2.svg");
}
html body main .sec-2 .h2-ttl h2::after {
  background-image: url("../../images/common/h2-ttl-r-2.svg");
}
html body main .sec-2 .contents-list-wrapper {
  position: relative;
  z-index: 0;
}
html body main .sec-2 .contents-list-wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../../images/index/sec2-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 190px;
  height: 278px;
  top: 0;
  bottom: 0;
  left: 0;
  right: -220px;
  margin: auto 0 auto auto;
  z-index: -1;
}
html body main .sec-2 .contents-list-wrapper .contents-list:first-child {
  padding: 160px 0;
  margin: 45px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .contents-list-wrapper .contents-list:first-child {
    padding: 55px 0;
    margin: 7px 0;
  }
}
html body main .sec-2 .contents-list-wrapper .contents-list:first-child::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 160px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .contents-list-wrapper .contents-list:first-child::before {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-2 .contents-list-wrapper .contents-list:first-child::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 160px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .contents-list-wrapper .contents-list:first-child::after {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-2 .contents-list-wrapper .contents-list:first-child p {
  text-align: center;
  font-size: 47px;
  line-height: 1.5531914894;
  letter-spacing: 0em;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .contents-list-wrapper .contents-list:first-child p {
    font-size: 17px;
    padding: 8px;
  }
}
html body main .sec-2 .contents-list-wrapper .contents-list:nth-child(2) p {
  text-align: center;
  font-size: 17px;
  line-height: 2.0588235294;
  letter-spacing: 0em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .contents-list-wrapper .contents-list:nth-child(2) p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 1em;
  }
}
html body main .sec-2 .contents-list-wrapper .contents-list:nth-child(2) p:last-child {
  margin-bottom: 0;
}
html body main .sec-3 {
  padding: 90px 0 170px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 {
    padding: 65px 0 65px;
  }
}
html body main .sec-3::before {
  height: 60px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3::before {
    height: 55px;
  }
}
html body main .sec-3::after {
  height: 95px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3::after {
    height: 55px;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list:first-child {
  padding: 160px 0 80px;
  margin: 30px 0 45px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .contents-list-wrapper .contents-list:first-child {
    padding: 55px 0;
    margin: 10px 0;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list:first-child::before {
  content: "";
  position: absolute;
  background-color: #CB1641;
  width: 3px;
  height: 160px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .contents-list-wrapper .contents-list:first-child::before {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list:first-child::after {
  content: "";
  position: absolute;
  background-color: #CB1641;
  width: 3px;
  height: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .contents-list-wrapper .contents-list:first-child::after {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list:first-child p {
  text-align: center;
  font-size: 41px;
  line-height: 1.7073170732;
  letter-spacing: 0em;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .contents-list-wrapper .contents-list:first-child p {
    font-size: 17px;
    padding: 8px 0;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list:nth-child(2) p {
  text-align: center;
  font-size: 17px;
  line-height: 2.0588235294;
  letter-spacing: 0em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .contents-list-wrapper .contents-list:nth-child(2) p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 1em;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list:nth-child(2) ul {
  margin: 0;
}
html body main .sec-3 .contents-list-wrapper .contents-list:nth-child(2) ul li {
  text-align: center;
  font-size: 17px;
  line-height: 2.0588235294;
  letter-spacing: 0em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .contents-list-wrapper .contents-list:nth-child(2) ul li {
    text-align: left;
    font-size: 16px;
  }
}
html body main .sec-3 .contents-list-wrapper .contents-list:nth-child(2) ul li a {
  text-decoration: underline;
}
html body main .sec-3 .contents-list-wrapper .contents-list:nth-child(2) ul li a:hover {
  text-decoration: none;
}
html body main .sec-4 {
  padding: 0;
}
html body main .sec-4 .contents-list-wrapper .contents-list h3 {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 77px;
  line-height: 1.2337662338;
  letter-spacing: 0em;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list h3 {
    font-size: 43px;
    line-height: 1.2325581395;
    margin-bottom: 5px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list h4 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list h4 {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list h4 span.month_en {
  font-weight: 400;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list h4 span.month_en {
    font-size: 16px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list h4 span.month_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list h4 span.month_ja {
    font-size: 27px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list dl dt {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list dl dt {
    font-size: 18px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list dl dd,
html body main .sec-4 .contents-list-wrapper .contents-list dl p {
  font-size: 17px;
  line-height: 2.0588235294;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list dl dd,
  html body main .sec-4 .contents-list-wrapper .contents-list dl p {
    font-size: 16px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list dl dd:not(:last-child),
html body main .sec-4 .contents-list-wrapper .contents-list dl p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list dl dd:not(:last-child),
  html body main .sec-4 .contents-list-wrapper .contents-list dl p:not(:last-child) {
    margin-bottom: 1em;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:first-child {
  background-color: #CB1641;
  color: #fff;
  padding: 175px 0 130px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:first-child {
    padding: 65px 0;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:first-child::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 120px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:first-child::before {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:first-child::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 90px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:first-child::after {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:first-child .wrapper {
  position: relative;
  z-index: 0;
}
html body main .sec-4 .contents-list-wrapper .contents-list:first-child .wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/sec4-bg-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 249px;
  height: 281px;
  top: 0;
  bottom: 0;
  left: -250px;
  right: 0;
  margin: auto auto auto 0;
  z-index: -1;
}
html body main .sec-4 .contents-list-wrapper .contents-list:first-child .h2-ttl h2 {
  color: #fff;
}
html body main .sec-4 .contents-list-wrapper .contents-list:first-child .h2-ttl h2::before {
  background-image: url("../../images/common/h2-ttl-l-2.svg");
}
html body main .sec-4 .contents-list-wrapper .contents-list:first-child .h2-ttl h2::after {
  background-image: url("../../images/common/h2-ttl-r-2.svg");
}
html body main .sec-4 .contents-list-wrapper .contents-list:first-child dl dt {
  text-align: center;
  padding-bottom: 160px;
  margin-bottom: 25px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:first-child dl dt {
    padding-bottom: 65px;
    margin-bottom: 10px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:first-child dl dt::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 140px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:first-child dl dt::after {
    width: 1px;
    height: 55px;
  }
}
@media screen and (min-width: 768px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:first-child dl dd {
    text-align: center;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) {
  padding: 90px 0 210px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) {
    padding: 65px 0;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2)::before {
  content: "";
  position: absolute;
  background-color: #CB1641;
  width: 3px;
  height: 70px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2)::before {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2)::after {
  content: "";
  position: absolute;
  background-color: #CB1641;
  width: 3px;
  height: 210px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2)::after {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .wrapper {
  position: relative;
  z-index: 0;
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/sec4-bg-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 277px;
  height: 268px;
  top: 2100px;
  bottom: 0;
  left: 0;
  right: -360px;
  margin: 0 0 auto auto;
  z-index: -1;
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap {
  display: grid;
  gap: 20px;
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box h3,
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box h4 {
  color: #CB1641;
}
@media screen and (min-width: 768px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2,
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-3 {
    padding-bottom: 160px;
    position: relative;
    z-index: 0;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2::before,
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-3::before {
    content: "";
    position: absolute;
    background-color: #CB1641;
    width: 3px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto auto auto;
    z-index: -1;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2 > figure:first-child {
    display: none;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2 > figure figcaption {
  text-align: left;
  font-size: 17px;
  line-height: 2.0588235294;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2 > figure figcaption {
    font-size: 16px;
    margin-top: 15px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2 > figure figcaption span {
  display: block;
}
@media screen and (min-width: 768px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2 dl figure {
    display: none;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2 dl dt {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2 dl dt {
    text-align: center;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-2 dl dd {
  margin-top: 5px;
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-3 {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box .box-list-3 {
    flex-direction: column;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box:last-child .box-list-2:last-child,
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box:last-child .box-list-3:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box:not(:first-child) {
    padding-top: 125px;
    position: relative;
    z-index: 0;
  }
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box:not(:first-child)::before {
    content: "";
    position: absolute;
    background-color: #CB1641;
    width: 1px;
    height: 110px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto auto auto;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box:has(.box-list-3) {
    margin-bottom: -20px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box:has(.box-list-3) .box-list-2 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:nth-child(2) .box-wrap .box:has(.box-list-3) .box-list-2 {
    padding-bottom: 35px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:last-child {
  background-color: #CB1641;
  color: #fff;
  padding: 160px 0 65px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:last-child {
    padding: 80px 0 55px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:last-child::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 120px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:last-child::before {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:last-child dl {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:last-child dl {
    margin-bottom: 60px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:last-child dl dt {
  text-align: center;
  font-size: 32px;
  padding-bottom: 95px;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:last-child dl dt {
    font-size: 18px;
    padding-bottom: 65px;
    margin-bottom: 5px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:last-child dl dt::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 65px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .contents-list:last-child dl dt::after {
    width: 1px;
    height: 55px;
  }
}
html body main .sec-4 .contents-list-wrapper .contents-list:last-child dl dd {
  text-align: center;
}
html body main .sec-5 {
  padding: 165px 0 270px;
}
html body main .sec-5::before {
  height: 120px;
}
@media screen and (max-width: 767px) {
  html body main .sec-5::before {
    height: 110px;
  }
}
html body main .sec-5::after {
  height: 215px;
}
@media screen and (max-width: 767px) {
  html body main .sec-5::after {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-5 {
    padding: 120px 0 130px;
  }
}
html body main .sec-5 .h2-ttl + p {
  text-align: center;
  font-weight: 600;
  font-size: 37px;
}
@media screen and (max-width: 999px) {
  html body main .sec-5 .h2-ttl + p {
    font-size: 37px;
    font-size: 3.5922330097vw;
  }
}
html body main .sec-6 {
  padding: 50px 0 175px;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 {
    padding: 10px 0 60px;
  }
}
html body main .bnr-area {
  max-width: calc(1000px + 2rem);
  width: 100%;
  margin: auto;
  padding: 50px 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .bnr-area {
    padding: 20px 1rem;
  }
}
html body main .bnr-area a {
  transition: 0.3s all ease;
}
html body main .bnr-area a:hover {
  opacity: 0.6;
}

/*# sourceMappingURL=index.css.map */
