<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.page_visual {
  background: url("../img/page_visual.png") no-repeat center/cover;
}
/* intro */
.intro {
  position: relative;
  padding: 50px 0 65px;
}
.intro::after {
  content: '';
  display: block;
  width: calc(50% - 354px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent linear-gradient(180deg, #9C0000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
}
.text_left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.int_main_box {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.int_main_text {
  max-width: 583px;
}
.int_main_text h2 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 6.4px;
}
.int_main_text p {
  margin-top: 40px;
  letter-spacing: 0px;
}
.int_list {
  max-width: 1016px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 34px 20px;
}
.int_list_btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 45px;
  max-width: 239px;
  width: 100%;
  min-height: 239px;
  background: #EEE;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}
.int_list_btn::after {
  content: "";
  background: url(../img/arrow.svg) no-repeat center/cover;
  width: 26px;
  height: 15px;
  position: absolute;
  bottom: 24px;
  transition: .3s;
}
.int_list_btn:hover {
  opacity: 1;
}
.int_list_btn:hover::after {
  bottom: 18px;
}
.il_number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background: #FFF;
  box-shadow: 0px 3px 6px #00000029;
  color: #FFF;
  text-shadow:
            2px 2px 0px var(--main-color), -2px -2px 0px var(--main-color),
           -2px 2px 0px var(--main-color),  2px -2px 0px var(--main-color),
            2px 0px 0px var(--main-color), -2px -0px 0px var(--main-color),
            0px 2px 0px var(--main-color),  0px -2px 0px var(--main-color);
  font-size: 5.6rem;
  font-weight: bold;
  margin-top: -4px;
}
.il_text {
  font-weight: bold;
}
.mc_outer {
  background: #F4F4F4;
  position: relative;
  z-index: -2;
}
.main_contents {
  position: relative;
  padding: 86px 0 50px;
}
.main_contents:not(:first-of-type) {
  margin-top: 64px;
}
.main_contents {
  &amp;::after {
    content: '';
    display: block;
    width: calc(50% + 248px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  &amp;:nth-child(1)::after {
    background: url(../img/bg_01.png) no-repeat center/cover;
  }
  &amp;:nth-child(2)::after {
    background: url(../img/bg_02.png) no-repeat center/cover;
  }
  &amp;:nth-child(3)::after {
    background: url(../img/bg_03.png) no-repeat center/cover;
  }
  &amp;:nth-child(4)::after {
    background: url(../img/bg_04.png) no-repeat center/cover;
  }
  &amp;:nth-child(5)::after {
    background: url(../img/bg_05.png) no-repeat center/cover;
  }
  &amp;:nth-child(6)::after {
    background: url(../img/bg_06.png) no-repeat center/cover;
  }
  &amp;:nth-child(7)::after {
    background: url(../img/bg_07.png) no-repeat center/cover;
  }
  &amp;:nth-child(8)::after {
    background: url(../img/bg_08.png) no-repeat center/cover;
  }
}
.mc_inner {
  background: #FFF;
  box-shadow: -10px 10px #CC0000;
  width: calc(95% - 133px);
  margin-left: auto;
  position: relative;
  padding: 35px 0 35px 8rem;
}

/* 偶数番目 */
.main_contents:nth-of-type(2n)::after {
  left: auto;
  right: 0;
}
.main_contents:nth-of-type(2n) .mc_inner {
  margin-left: 0;
  box-shadow: 10px 10px #CC0000;
}

.mc_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.mc_number {
  position: absolute;
  top: -10rem;
  left: 0;
  color: #FFF;
  text-shadow:
            2px 2px 0px var(--main-color), -2px -2px 0px var(--main-color),
           -2px 2px 0px var(--main-color),  2px -2px 0px var(--main-color),
            2px 0px 0px var(--main-color), -2px -0px 0px var(--main-color),
            0px 2px 0px var(--main-color),  0px -2px 0px var(--main-color);
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
}
.mc_text {
  max-width: 360px;
  text-align: center;
}
.mc_icon img {
  display: block;
  margin: 0 auto;
}
.mc_text h3 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 6.4px;
  margin-top: 20px;
}
.mc_middle_text {
  color: var(--main-color);
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 4.8px;
  margin-top: 14px;
}
.mc_lower_text {
  margin-top: 18px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .text_left img {
    width: 50%;
  }
  .intro {
    padding: 20px 5% 0;
  }
  .intro::after {
    width: calc(50% - 100px);
  }
  .int_main_box {
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
    max-width: calc(50% + 80px);
    margin: 0 0 0 auto;
  }
  .int_main_text h2 {
    letter-spacing: 3.2px;
  }
  .int_main_text p {
    margin-top: 15px;
  }
  .int_list {
    gap: 10px;
    max-width: 488px;
    margin: 30px auto;
  }
  .int_list_btn {
    width: calc(50% - 5px);
    min-height: 180px;
    gap: 20px;
  }

  .mc_outer {
    z-index: 1;
  }
  .main_contents {
    padding: 40px 0;
  }
  .main_contents:not(:first-of-type) {
    margin-top: 32px;
  }
  .main_contents::after {
    width: 100%;
  }
  .mc_inner {
    width: 90%;
    padding: 60px 5% 30px;
  }
  .mc_number {
    font-size: 8rem;
  }
  .mc_flex {
    flex-direction: column;
    gap: 20px;
  }
  .mc_middle_text {
    line-height: 1.25;
    letter-spacing: 2px;
  }
}</pre></body></html>