*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

button {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
input[type=search],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
@media screen and (max-width : 1120px) {
  html {
    scroll-padding-top: 85px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem !important;
  color: #323232;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.c-container {
  max-width: 1126px;
  margin: 0 auto;
}

.c-heading {
  position: relative;
  margin-bottom: 34px;
  padding: 13px 0;
  background-color: #C8102E;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.c-heading span {
  display: block;
  font-size: 1.4rem;
}
.c-heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #013893;
}
.c-heading--contact {
  font-size: 2.1rem;
  padding: 13px 60px 13px 5px;
}
.c-heading--contact::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 94px;
  height: 110px;
  background-image: url(../img/img_heading_contact.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.c-fade-in {
  opacity: 0.5;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.c-bounce-in {
  opacity: 0.5;
  transform: scale(0.3);
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.c-bounce-in.is-visible {
  opacity: 1;
  animation: bounce-in 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

@keyframes bounce-in {
  0% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width : 767px) {
  .c-pc-only {
    display: none !important;
  }
}

@media screen and (min-width : 768px) {
  .c-sp-only {
    display: none !important;
  }
}

.c-mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width : 767px) {
  .c-mb-80 {
    margin-bottom: 60px;
  }
}

.c-mb-48 {
  margin-bottom: 48px;
}
@media screen and (max-width : 767px) {
  .c-mb-48 {
    margin-bottom: 38px;
  }
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 16px 30px 13px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.1);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__title a {
  text-align: center;
  display: block;
  width: 115px;
}
@media screen and (max-width : 1120px) {
  .l-header__title a {
    width: 82px;
  }
}
.l-header__title img {
  display: inline-block;
  width: 99px;
}
@media screen and (max-width : 1120px) {
  .l-header__title img {
    width: 66px;
  }
}
.l-header__hamburger {
  position: relative;
  z-index: 110;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  gap: 6px;
}
.l-header__hamburger-line {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #C8102E;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-header__hamburger.is-active .l-header__hamburger-line {
  background-color: #323232;
}
.l-header__sp-nav {
  display: none;
}
@media screen and (max-width : 1120px) {
  .l-header__sp-nav {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.l-header__nav-pc {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width : 1120px) {
  .l-header__nav-pc {
    display: none;
  }
}
.l-header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.l-header__menu-item a {
  display: block;
  padding: 16px 20px;
  font-weight: 700;
  color: #323232;
  text-decoration: none;
  transition: 0.2s ease;
}
@media (max-width: 1300px) {
  .l-header__menu-item a {
    padding: 16px 10px;
  }
}
@media (max-width: 1115px) {
  .l-header__menu-item a {
    padding: 16px 5px;
  }
}
.l-header__menu-item a:hover {
  color: #C8102E;
}
.l-header__sns {
  display: flex;
  align-items: center;
}
.l-header__sns-list {
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width : 1120px) {
  .l-header__sns-list {
    gap: 12px;
  }
}
.l-header__sns-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.l-header__sns-item a img {
  width: 40px;
  height: 40px;
  transition: 0.2s ease;
}
@media screen and (max-width : 1120px) {
  .l-header__sns-item a img {
    width: 32px;
    height: 32px;
  }
}
.l-header__sns-item a:hover img {
  opacity: 0.5;
}

.l-footer {
  background-color: #C8102E;
  padding: 44px 10px;
  text-align: center;
}
.l-footer__copyright {
  color: #fff !important;
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  z-index: 99;
  padding: 130px 40px 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
@media screen and (max-width : 1120px) {
  .l-nav.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.l-nav__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 50px;
}
.l-nav__menu-item {
  width: 100%;
}
.l-nav__menu-item a {
  display: block;
  color: #fff;
  font-weight: 700;
  transition: 0.2s ease;
}
.l-nav__menu-item a:hover {
  opacity: 0.5;
}
.l-nav__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.p-home-mv {
  position: relative;
  background-color: #f5f5f5;
}
.p-home-mv__image {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin: 0 auto;
  padding: 67px 0 60px;
  width: 100%;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .p-home-mv__image {
    max-width: 460px;
  }
}
@media screen and (max-width : 767px) {
  .p-home-mv__image {
    max-width: 230px;
    padding: 100px 0;
  }
}
.p-home-mv__bg {
  position: absolute;
  z-index: 1;
  transition: 0.3s ease;
}
@media screen and (min-width : 768px) {
  .p-home-mv__bg--01 {
    top: 0;
    left: 0;
    width: 343px;
  }
}
@media screen and (max-width: 1200px) {
  .p-home-mv__bg--01 {
    width: 233.24px;
  }
}
@media screen and (max-width : 767px) {
  .p-home-mv__bg--01 {
    bottom: 0;
    right: 0;
    width: 121px;
  }
}
@media screen and (max-width: 500px) {
  .p-home-mv__bg--01 {
    width: 110px;
  }
}
@media screen and (min-width : 768px) {
  .p-home-mv__bg--02 {
    top: 57%;
    left: 3.6%;
    transform: translate(0, -50%);
    width: 284px;
  }
}
@media screen and (max-width: 1200px) {
  .p-home-mv__bg--02 {
    width: 193.12px;
  }
}
@media screen and (max-width : 767px) {
  .p-home-mv__bg--02 {
    bottom: 20px;
    left: 50%;
    width: 99px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 500px) {
  .p-home-mv__bg--02 {
    width: 90px;
  }
}
@media screen and (min-width : 768px) {
  .p-home-mv__bg--03 {
    bottom: 0;
    left: 0;
    width: 365px;
  }
}
@media screen and (max-width: 1200px) {
  .p-home-mv__bg--03 {
    width: 248.2px;
  }
}
@media screen and (max-width : 767px) {
  .p-home-mv__bg--03 {
    bottom: 0;
    left: 0;
    width: 132px;
  }
}
@media screen and (max-width: 500px) {
  .p-home-mv__bg--03 {
    width: 120px;
  }
}
@media screen and (min-width : 768px) {
  .p-home-mv__bg--04 {
    top: 0;
    right: 0;
    width: 452px;
  }
}
@media screen and (max-width: 1200px) {
  .p-home-mv__bg--04 {
    width: 307.36px;
  }
}
@media screen and (max-width : 767px) {
  .p-home-mv__bg--04 {
    top: 0;
    right: 0;
    width: 154px;
  }
}
@media screen and (max-width: 500px) {
  .p-home-mv__bg--04 {
    width: 140px;
  }
}
@media screen and (min-width : 768px) {
  .p-home-mv__bg--05 {
    top: 55%;
    right: 5.1%;
    transform: translate(0, -50%);
    width: 212px;
  }
}
@media screen and (max-width: 1200px) {
  .p-home-mv__bg--05 {
    width: 144.16px;
  }
}
@media screen and (max-width : 767px) {
  .p-home-mv__bg--05 {
    top: 20px;
    left: 50%;
    width: 66px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 500px) {
  .p-home-mv__bg--05 {
    width: 60px;
  }
}
@media screen and (min-width : 768px) {
  .p-home-mv__bg--06 {
    bottom: 0;
    right: 0;
    width: 269px;
  }
}
@media screen and (max-width: 1200px) {
  .p-home-mv__bg--06 {
    width: 182.92px;
  }
}
@media screen and (max-width : 767px) {
  .p-home-mv__bg--06 {
    top: 17px;
    left: 20px;
    width: 99px;
  }
}
@media screen and (max-width: 500px) {
  .p-home-mv__bg--06 {
    width: 90px;
  }
}
.p-home-lead {
  padding: 180px 0 160px;
}
@media screen and (max-width : 767px) {
  .p-home-lead {
    padding: 64px 0;
  }
}
.p-home-lead__text {
  margin-bottom: 120px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width : 767px) {
  .p-home-lead__text {
    margin: 0 32px 64px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 32px;
  }
}
.p-home-lead__overview h2 {
  margin-bottom: 28px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #C8102E;
}
@media screen and (max-width : 767px) {
  .p-home-lead__overview h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.p-home-lead__overview-table-wrap {
  max-width: 460px;
  margin: 0 auto;
  padding: 13px 0;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}
@media screen and (max-width : 767px) {
  .p-home-lead__overview-table-wrap {
    max-width: 325px;
    padding: 8px 0;
  }
}
.p-home-lead__overview table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-home-lead__overview table th, .p-home-lead__overview table td {
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width : 767px) {
  .p-home-lead__overview table th, .p-home-lead__overview table td {
    padding: 12px 0;
  }
}
.p-home-lead__overview table th {
  width: 100px;
  color: #C8102E;
  font-weight: 700;
}
@media screen and (max-width : 767px) {
  .p-home-lead__overview table th {
    width: 90px;
    font-size: 1.4rem;
  }
}
.p-home-lead__overview table th {
  font-weight: 400;
}
@media screen and (max-width : 767px) {
  .p-home-lead__overview table th {
    font-size: 1.3rem;
  }
}
.p-home-contents {
  padding-bottom: 180px;
}
@media screen and (max-width : 1120px) {
  .p-home-contents {
    padding-bottom: 0;
  }
}
.p-home-contents__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 4px 4px 32px 0 rgba(0, 0, 0, 0.15);
  padding: 0 8px;
}
@media screen and (max-width : 1120px) {
  .p-home-contents__items {
    flex-direction: column;
    max-width: 460px;
    margin: 0 auto;
  }
}
.p-home-contents .box {
  min-height: 330px;
  width: 33.33%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  box-shadow: 0 0 0 8px #C8102E;
  background-color: #fff;
  padding: 32px 24px 24px;
}
@media screen and (max-width : 1120px) {
  .p-home-contents .box {
    width: 100%;
  }
}
.p-home-contents .box h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-home-contents .box-body {
  padding: 24px 0;
}
.p-home-contents .box-body .number {
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 7.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #C8102E;
}
@media screen and (max-width: 1115px) and (min-width: 1025px) {
  .p-home-contents .box-body .number {
    font-size: 6.4rem;
  }
}
.p-home-contents .box-body .unit {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
}
.p-home-contents .box-body .text {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
}
.p-home-contents .box-footer {
  padding-top: 16px;
  border-top: 1px solid #CDCDCD;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-home-contents .box-footer a {
  display: inline-block;
  margin-top: 2px;
  color: #C8102E;
}
.p-home-contents .box-footer a:hover {
  opacity: 0.5;
}
.p-home-contents .box--1 .box-body {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.p-home-contents .box--1 .box-body img {
  width: 60px;
}
.p-home-contents .box--2 .box-body {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.p-home-contents .box--2 .box-body img {
  width: 60px;
}
.p-home-contents .box--3 .box-body {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.p-home-contents .box--3 .box-body img {
  width: 60px;
}
.p-home-contents .box--4 .box-body {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.p-home-contents .box--4 .box-body img {
  width: 90px;
}
.p-home-contents .box--5 .box-body {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.p-home-contents .box--5 .box-body img {
  width: 90px;
}
.p-home-contents .box--6 .box-body {
  text-align: center;
}
.p-home-contents .box--6 .box-body img {
  width: 65px;
  margin: 0 auto 5px;
}
.p-home-contents .box--7 .box-body {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.p-home-contents .box--7 .box-body img {
  width: 60px;
}
.p-home-contents .box--8 .box-body {
  text-align: center;
}
.p-home-contents .box--8 .box-body img {
  margin: 0 auto 5px;
  width: 112px;
}
.p-home-contents .box--9 .box-body {
  text-align: center;
}
.p-home-contents .box--9 .box-body img {
  margin: 35px auto 0;
  width: 114px;
}
.p-home-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  max-width: 800px;
  margin: 0 auto 185px;
}
@media screen and (max-width : 1120px) {
  .p-home-links {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 400px;
    margin: 32px auto;
    padding: 0 32px;
  }
}
.p-home-links .full-width {
  grid-column: 1/-1;
}
.p-home-links a {
  background-image: url(../img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 10px 20px;
  text-align: center;
  border: 3px solid #C8102E;
  padding: 24px 10px;
  color: #C8102E;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width : 767px) {
  .p-home-links a {
    padding: 20px 10px;
    font-size: 1.6rem;
  }
}
.p-home-links a:hover {
  opacity: 0.5;
}
.p-home-links a.ranking-sex {
  position: relative;
  padding-left: 50px;
}
.p-home-links a.ranking-sex::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: 48px;
  height: 32px;
  background-image: url(../img/icon_megaphone.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width : 767px) {
  .p-home-links a.ranking-sex::before {
    padding-left: 30px;
    width: 40px;
    height: 28px;
  }
}

.p-subpage--special {
  background-color: #FFF7E8;
}
.p-subpage-title {
  display: flex;
  align-items: center;
  height: 300px;
  margin-bottom: 160px;
  background-color: #C8102E;
  color: #fff;
}
@media screen and (max-width : 1120px) {
  .p-subpage-title {
    height: 150px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width : 1120px) {
  .p-subpage--special .p-subpage-title {
    height: 255px;
  }
}
.p-subpage--special .p-subpage-title {
  background-color: #CC652D;
}
.p-subpage-title-inner {
  width: 100%;
  padding: 40px 0;
}
.p-subpage-title h1 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width : 1120px) {
  .p-subpage-title h1 {
    font-size: 2.8rem;
  }
}
.p-subpage-title p {
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width : 1120px) {
  .p-subpage-title p {
    font-size: 1.4rem;
  }
}
.p-subpage-container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
  max-width: 1138px;
  margin: 0 auto 120px;
}
@media screen and (max-width : 1120px) {
  .p-subpage-container {
    flex-wrap: wrap;
    margin-bottom: 80px;
    padding: 0 28px;
  }
}
.p-subpage-sidebar {
  position: sticky;
  top: 105px;
  align-self: flex-start;
  max-height: calc(100vh - 105px);
  overflow: auto;
  overscroll-behavior: contain;
  width: 258px;
}
@media screen and (max-width : 1120px) {
  .p-subpage-sidebar {
    position: static;
    top: auto;
    align-self: auto;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    width: 100%;
  }
}
.p-subpage-sidebar-title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width : 1120px) {
  .p-subpage-sidebar-title {
    margin-bottom: 12px;
  }
}
.p-subpage-sidebar-title h2 {
  padding: 12px 0;
  border-top: 3px solid #C8102E;
  border-bottom: 3px solid #C8102E;
  line-height: 1.375;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #C8102E;
}
@media screen and (max-width : 1120px) {
  .p-subpage-sidebar-title h2 {
    display: inline-block;
    padding: 0 0 8px;
    border-top: none;
    border-bottom: 2px solid #C8102E;
    line-height: 1;
    font-size: 2.4rem;
  }
}
.p-subpage--special .p-subpage-sidebar-title h2 {
  border-top: 3px solid #CC652D;
  border-bottom: 3px solid #CC652D;
  color: #CC652D;
}
@media screen and (max-width : 1120px) {
  .p-subpage--special .p-subpage-sidebar-title h2 {
    border-top: none;
    border-bottom: 2px solid #CC652D;
  }
}
@media screen and (max-width : 1120px) {
  .p-subpage-sidebar-slider {
    overflow: visible;
    max-height: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 -15px;
  }
}
.p-subpage-sidebar-slider__btn {
  display: none;
}
@media screen and (max-width : 1120px) {
  .p-subpage-sidebar-slider__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    color: #C8102E;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
  }
  .p-subpage-sidebar-slider__btn:disabled {
    opacity: 0.3;
    cursor: default;
  }
}
.p-subpage-sidebar-slider__viewport {
  overflow: visible;
}
@media screen and (max-width : 1120px) {
  .p-subpage-sidebar-slider__viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
}
.p-subpage-sidebar-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width : 1120px) {
  .p-subpage-sidebar-slider__list {
    display: flex;
    gap: 8px;
  }
}
@media screen and (max-width : 1120px) {
  .p-subpage-sidebar-slider__list li {
    scroll-snap-align: start;
    flex: 0 0 90px;
    text-align: center;
  }
}
.p-subpage-sidebar-slider__list li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 38px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: 0.2s ease;
}
@media screen and (max-width : 1120px) {
  .p-subpage-sidebar-slider__list li a {
    padding: 40px 0 10px;
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
}
.p-subpage--special .p-subpage-sidebar-slider__list li a {
  padding: 10px 10px 10px 78px;
}
@media screen and (max-width : 1120px) {
  .p-subpage--special .p-subpage-sidebar-slider__list li a {
    padding: 40px 0 10px;
  }
}
.p-subpage-sidebar-slider__list li a:hover {
  color: #C8102E;
}
.p-subpage--special .p-subpage-sidebar-slider__list li a:hover {
  color: #CC652D;
}
.p-subpage-sidebar-slider__list li a .label {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #C8102E;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
@media screen and (max-width : 1120px) {
  .p-subpage-sidebar-slider__list li a .label {
    top: 2px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2.4rem;
  }
}
.p-subpage--special .p-subpage-sidebar-slider__list li a .label {
  color: #CC652D;
}
.p-subpage-sidebar-slider__list li a .label .text {
  padding-right: 5px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width : 1120px) {
  .p-subpage-sidebar-slider__list li a .label .text {
    display: none;
  }
}
.p-subpage-sidebar-slider__list li a .label .text.not-hidden {
  display: inline !important;
}
.p-subpage-sidebar-slider__list li a .label .number {
  font-family: "Oswald", sans-serif;
}
.p-subpage-main {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width : 1120px) {
  .p-subpage-main {
    max-width: 100%;
  }
}
.p-subpage-main-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width : 1120px) {
  .p-subpage-main-items {
    gap: 40px;
  }
}
.p-subpage-main-item.overview p {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width : 767px) {
  .p-subpage-main-item.overview p {
    font-size: 1.6rem;
  }
}
.p-subpage-main-item h2 {
  position: relative;
  margin-bottom: 60px;
  padding: 40px 24px 40px 80px;
  text-align: center;
  border-top: 4px solid #C8102E;
  border-right: 4px solid #C8102E;
  border-left: 4px solid #C8102E;
  font-size: 3.2rem;
  font-weight: 700;
  color: #C8102E;
}
@media screen and (max-width : 1120px) {
  .p-subpage-main-item h2 {
    margin-bottom: 30px;
    padding: 64px 16px 16px 16px;
    font-size: 2.4rem;
  }
}
.p-subpage--special .p-subpage-main-item h2 {
  border-top: 4px solid #CC652D;
  border-right: 4px solid #CC652D;
  border-left: 4px solid #CC652D;
  color: #CC652D;
}
@media screen and (max-width : 1120px) {
  .p-subpage--special .p-subpage-main-item h2 {
    margin-bottom: 30px;
    padding: 80px 24px 16px 24px;
    font-size: 2.4rem;
  }
}
.p-subpage-main-item h2 .label {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-size: 4.2rem;
}
@media screen and (max-width : 1120px) {
  .p-subpage-main-item h2 .label {
    top: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2.8rem;
  }
}
.p-subpage-main-item h2 .label .text {
  display: block;
  line-height: 1;
  font-size: 2.2rem;
}
@media screen and (max-width : 1120px) {
  .p-subpage-main-item h2 .label .text {
    font-size: 1.8rem;
  }
}
.p-subpage-main-item h2 .label .number {
  font-family: "Oswald", sans-serif;
}
.p-subpage-main-item--summary h2 {
  padding: 40px 24px 40px 24px;
}
@media screen and (max-width : 1120px) {
  .p-subpage-main-item--summary h2 {
    padding: 16px 24px 16px 24px !important;
  }
}
.p-subpage-main-item--summary .summary-body {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  padding: 60px 48px;
  line-height: 2;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width : 1120px) {
  .p-subpage-main-item--summary .summary-body {
    gap: 30px;
    padding: 48px 28px;
    background-color: #FBE4C7;
    margin: 0 -28px;
    font-size: 1.6rem;
  }
}
.p-subpage-main-item--summary .summary-body * {
  width: 100%;
}
.p-subpage-main-item a {
  display: block;
}
.p-subpage-main-item-text {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width : 1120px) {
  .p-subpage-main-item-text {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.p-subpage-main-item-text--long-mb {
  margin-bottom: 120px;
}
@media screen and (max-width : 1120px) {
  .p-subpage-main-item-text--long-mb {
    margin-bottom: 60px;
  }
}
.p-subpage-main-item p.sentence {
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width : 767px) {
  .p-subpage-main-item p.sentence {
    font-size: 1.6rem;
  }
}
.p-subpage-main-item-footer {
  margin-top: 30px;
  text-align: center;
}
.p-subpage-main-item-footer p {
  color: #C8102E;
  line-height: 1.7;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width : 1120px) {
  .p-subpage-main-item-footer p {
    font-size: 1.4rem;
  }
}
.p-subpage-main-item-footer a {
  display: block;
  color: #C8102E;
  line-height: 1.7;
  font-size: 2.2rem;
  font-weight: 700;
  transition: 0.2s ease;
}
@media screen and (max-width : 1120px) {
  .p-subpage-main-item-footer a {
    font-size: 1.4rem;
  }
}
.p-subpage-main-item-footer a:hover {
  opacity: 0.5;
}
