/*================================
Reset CSS
================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
video,
canvas,
svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  object-position: center;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width/***/: auto;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button],
input[type=text],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/*================================
Base
================================*/
html,
body {
  color: #231815;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 10px;
  background: #ffffff;
  margin-top: 0 !important;
}

h1,
h2,
h3 {
  letter-spacing: 0.03em;
  line-height: 160%;
  font-weight: 400;
}

p {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 160%;
  font-weight: 400;
}

a {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 160%;
  font-weight: 400;
  text-decoration: none;
  transition: ease 0.3s;
  color: #231815;
}
a:hover {
  transition: ease 0.3s;
  text-decoration: none;
}

figure {
  line-height: 1;
}

img {
  width: 100%;
}

ul {
  line-height: 100%;
}
ul li {
  list-style: none;
  text-align: justify;
  line-height: 100%;
}

@media screen and (max-width: 1279px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

span.grn {
  color: #108900;
}
span.serif {
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 300;
}

.c-mv__btn {
  width: min(100%, 380px);
  line-height: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-mv__btn {
    max-width: none;
    width: 100%;
  }
}
.c-mv__btn a {
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 2.4rem 3rem;
  line-height: 120%;
  background: #ffffff url("../images/common/ico_next_black.svg") center right 30px no-repeat;
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  box-sizing: border-box;
  color: #231815;
}
@media screen and (max-width: 1279px) {
  .c-mv__btn a {
    font-size: 1.8rem;
    padding: 1.6rem 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-mv__btn a {
    font-size: 1.8rem;
    padding: 1.7rem 2.4rem;
    line-height: 110%;
  }
}
.c-mv__btn a:hover {
  background: #231815 url("../images/common/ico_next_white.svg") center right 30px no-repeat;
  color: #ffffff;
}
.c-section__btn {
  width: 100%;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-section__btn {
    max-width: none;
    width: 100%;
  }
}
.c-section__btn a {
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 2.4rem 3rem;
  line-height: 120%;
  background: #890000 url("../images/common/ico_next_white.svg") center right 30px no-repeat;
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  box-sizing: border-box;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  .c-section__btn a {
    font-size: 1.8rem;
    padding: 1.6rem 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-section__btn a {
    font-size: 1.8rem;
    padding: 2.6rem 2.4rem;
    line-height: 110%;
  }
}
.c-section__btn a:hover {
  border: 1px solid #890000;
  background: #ffffff url("../images/common/ico_next_black.svg") center right 30px no-repeat;
  color: #231815;
}
.c-report__btn {
  width: min(100%, 350px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-report__btn {
    max-width: none;
    width: 100%;
  }
}
.c-report__btn a {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #d9d9d9;
  padding: 1.2rem 3.6rem 2rem;
  line-height: 160%;
  background: url("../images/common/ico_next_black.svg") top 16px right 36px no-repeat;
  font-size: 1.8rem;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-report__btn a {
    font-size: 1.6rem;
  }
}
.c-report__btn a:hover {
  color: #108900;
}
.c-report__btn--right {
  margin-left: auto;
}
.c-cta__btn {
  width: min(100%, 386px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    max-width: none;
    width: 100%;
  }
}
.c-cta__btn a {
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 2.4rem;
  box-sizing: border-box;
  line-height: 100%;
  background: #ffffff url("../images/common/ico_next_black.svg") center right 24px no-repeat;
  font-size: 1.8rem;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .c-cta__btn a {
    font-size: 1.6rem;
  }
}
.c-cta__btn a:hover {
  background: #231815 url("../images/common/ico_next_white.svg") center right 24px no-repeat;
  color: #ffffff;
}
.c-prev__btn {
  width: min(100%, 300px);
  line-height: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-prev__btn {
    max-width: none;
    width: 100%;
  }
}
.c-prev__btn a {
  width: 100%;
  display: inline-block;
  border: 1px solid #231815;
  padding: 2.4rem;
  box-sizing: border-box;
  line-height: 100%;
  text-align: center;
  background: #ffffff url("../images/common/ico_left.svg") center left 16px no-repeat;
  font-size: 1.6rem;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .c-prev__btn a {
    font-size: 1.6rem;
  }
}
.c-prev__btn a:hover {
  background: #108900 url("../images/common/ico_left.svg") center left 16px no-repeat;
}

.c-section__heading {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-section__heading {
    margin-bottom: 4rem;
  }
}
.c-section__heading--mb20 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-section__heading--mb20 {
    margin-bottom: 1.5rem;
  }
}
.c-section__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1.4rem;
}
.c-section__heading-jp {
  font-size: 3.6rem;
  line-height: 170%;
  letter-spacing: 0.03rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-section__heading-jp {
    font-size: 2.8rem;
  }
}
.c-section__heading-en {
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #108900;
}
.c-page-section__heading {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-page-section__heading {
    margin-bottom: 4rem;
  }
}
.c-page-section__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1.8rem;
}
.c-page-section__heading-jp {
  font-size: 2.8rem;
  letter-spacing: 0.03rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-page-section__heading-jp {
    font-size: 2.4rem;
  }
}
.c-page-section__heading-jp span.fontS {
  font-size: 1.6rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-page-section__heading-jp span.fontS {
    font-size: 1.4rem;
  }
}
.c-page-section__heading-en {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #108900;
}
.c-page-section__heading--center {
  text-align: center;
  margin-bottom: 2.4rem;
}

.c-footLink-cta__container {
  background: #890000;
  background: url("../images/common/bg_cta_pc.png") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__container {
    background: url("../images/common/bg_cta_sp.png") center no-repeat;
    background-size: cover;
  }
}
.c-footLink-cta__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 8.8rem 0 10.7rem;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__inner {
    padding: 5.7rem 0 6.5rem;
  }
}
.c-footLink-cta__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
.c-footLink-cta__heading-ttl {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-footLink-cta__heading-ttl {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.c-footLink-cta__heading-img {
  width: 64px;
  height: 1px;
  margin: 0 auto 2.2rem;
}
.c-footLink-cta__heading-txt {
  font-size: 3.6rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 2.2rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .c-footLink-cta__heading-txt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-footLink-cta__heading-txt {
    font-size: 2.4rem;
  }
}
.c-footLink-cta__btn {
  width: min(100%, 452px);
  line-height: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__btn {
    max-width: none;
    width: 100%;
  }
}
.c-footLink-cta__btn a {
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 2.4rem 3rem;
  line-height: 120%;
  background: #ffffff url("../images/common/ico_next_black.svg") center right 30px no-repeat;
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  box-sizing: border-box;
  color: #231815;
}
@media screen and (max-width: 1279px) {
  .c-footLink-cta__btn a {
    font-size: 1.8rem;
    padding: 1.6rem 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-footLink-cta__btn a {
    font-size: 1.8rem;
    padding: 1.7rem 2.4rem;
    line-height: 110%;
  }
}
.c-footLink-cta__btn a:hover {
  background: #231815 url("../images/common/ico_next_white.svg") center right 30px no-repeat;
  color: #ffffff;
}

.c-page-mv__container {
  padding: 0 0 11.8rem;
}
@media screen and (max-width: 767px) {
  .c-page-mv__container {
    padding: 0 0 6rem;
  }
}
.c-page-mv__container--pb32 {
  padding: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-page-mv__container--pb32 {
    padding: 0 0 1.6rem;
  }
}
.c-page-mv__container--pb0 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-page-mv__container--pb0 {
    padding: 0;
  }
}
.c-page-mv__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  position: relative;
}
.c-page-mv__pan {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-page-mv__pan-item {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #404040;
  position: relative;
  display: inline-block;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .c-page-mv__pan-item {
    font-size: 1.1rem;
  }
}
.c-page-mv__pan-item a {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .c-page-mv__pan-item a {
    font-size: 1.1rem;
  }
}
.c-page-mv__pan-item a:hover {
  color: #108900;
}
.c-page-mv__pan-item a::after {
  content: "";
  background: url("../images/common/ico_pan.svg") center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin: 0 0.8rem 0.3rem;
  width: 16px;
  height: 2px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-page-mv__pan-item a::after {
    height: 1px;
  }
}
.c-page-mv__pan--position {
  position: relative;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-page-mv__pan--position {
    justify-content: flex-start;
  }
}
.c-page-mv__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-page-mv__info {
    gap: 2.4rem;
  }
}
.c-page-mv__info-txt {
  letter-spacing: 0.02em;
  width: 45.8%;
}
@media screen and (max-width: 767px) {
  .c-page-mv__info-txt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-page-mv__info-txt p {
    font-size: 1.4rem;
  }
}
.c-page-mv__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-page-mv__heading-img {
    margin: 0 auto 2.4rem;
  }
}
.c-page-mv__heading-jp {
  font-size: 4.2rem;
  line-height: 170%;
  letter-spacing: 0.06rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-page-mv__heading-jp {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
.c-page-mv__heading-sub {
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.05rem;
  font-weight: 500;
  color: #108900;
}
@media screen and (max-width: 767px) {
  .c-page-mv__heading-sub {
    font-size: 1.4rem;
  }
}

.c-pagination {
  margin-top: 8rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 4rem;
    gap: 2.4rem;
  }
}
.c-pagination a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 100%;
  background: none;
  padding: 0.8rem 1.2rem 0.9rem;
}
.c-pagination a.prev {
  display: inline-block;
  background: url("../images/common/ico_left.svg") center right no-repeat;
  background-size: 100% auto;
  width: 21px;
  height: 13px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-pagination a.prev {
    width: 17px;
    height: 10px;
  }
}
.c-pagination a.next {
  display: inline-block;
  background: url("../images/common/ico_right.svg") center right;
  background-size: 100% auto;
  width: 21px;
  height: 13px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-pagination a.next {
    width: 17px;
    height: 10px;
  }
}
.c-pagination span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 100%;
  background: #108900;
  color: #ffffff;
  padding: 0.8rem 1.2rem 0.9rem;
}
.c-pagination span.dots {
  padding: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 2rem 4rem 2rem 2rem;
  box-sizing: border-box;
  background: #ffffff;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding: 2rem;
  }
}
.l-header.is-scroll {
  transition: 0.3s ease-out;
  padding: 2rem;
}
@media screen and (max-width: 1024px) {
  .l-header.is-scroll {
    padding: 2rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-header__logo {
  display: block;
  width: 25.7rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 17.2rem;
  }
}
.l-header__logo__ttl a {
  display: block;
  width: 100%;
}
.l-header__logo__ttl a:hover {
  opacity: 0.75;
}
.l-header__logo__ttl a img {
  width: 100%;
  transition: 0.3s ease-out;
}
.l-header__nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  text-align: right;
  display: flex;
  align-items: flex-end;
  gap: 3rem;
}
.l-header__nav-list__item a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
}
.l-header__nav-list__item a:hover p {
  color: #108900;
  transition: ease 0.3s;
}
.l-header__btn-list {
  text-align: right;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.l-header__btn-list__item {
  width: 9.8rem;
  background: url("../images/common/ico_tab.svg") center right no-repeat;
  background-size: 1.5rem auto;
}
.l-header__btn-list__item a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
}
.l-header__btn-list__item a:hover p {
  color: #108900;
  transition: ease 0.3s;
}
.l-header__btn-list__item--last {
  width: 17rem;
}
.l-header__btn-list__item--last a {
  width: 100%;
  padding: 1.2rem 2.4rem;
  background: #890000 url("../images/common/ico_next_white.svg") center right 2.4rem no-repeat;
  background-size: 1.6rem auto;
  border-radius: 0.4rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  font-family: "Noto Serif JP", sans-serif;
}
.l-header__menu {
  z-index: 9999;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__menu {
    display: block;
  }
}
.l-header__menu__inner {
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.l-header__menu__inner span {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  background: #231815;
}
.l-header__menu__inner span:nth-of-type(1) {
  top: 6px;
}
.l-header__menu__inner span:nth-of-type(2) {
  top: 11px;
}
.l-header__menu__inner span:nth-of-type(3) {
  top: 16px;
}
.l-header__menu__inner.is-active span:nth-of-type(1) {
  top: 11px;
  transform: translateY(0) rotate(-45deg) translateX(0);
  left: 3px;
  background: #231815;
}
.l-header__menu__inner.is-active span:nth-of-type(2) {
  display: none;
}
.l-header__menu__inner.is-active span:nth-of-type(3) {
  top: 11px;
  transform: translateY(0px) rotate(45deg) translateX(0);
  left: 3px;
  background: #231815;
}
.l-header__spNav {
  position: fixed;
  z-index: 999;
  opacity: 0;
  background: #ffffff;
  overflow-y: scroll;
  transition: 0.5s;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  margin: 0 auto;
}
.l-header__spNav.is-open {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}
.l-header__spNav__logo {
  display: block;
  transition: 0.3s ease-out;
  margin-bottom: 4.4rem;
  padding: 2rem 0 0 2rem;
}
.l-header__spNav__logo a {
  width: 25.7rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header__spNav__logo a {
    width: 17.2rem;
  }
}
.l-header__spNav__logo a img {
  width: 100%;
  transition: 0.3s ease-out;
}
.l-header__spNav-list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 3.6rem;
}
.l-header__spNav-list__item:last-child a {
  border-bottom: 1px solid rgba(35, 24, 21, 0.2);
}
.l-header__spNav-list__item a {
  padding: 1.6rem 2rem;
  width: 100%;
  display: block;
  background: url("../images/common/ico_next_black.svg") center right 20px no-repeat;
  background-size: 14px auto;
  border-top: 1px solid rgba(35, 24, 21, 0.2);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
}
.l-header__spNav-btn {
  display: flex;
  gap: 3.6rem;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 2rem;
  margin: 0 auto;
}
.l-header__spNav-btn__item {
  width: 9.8rem;
  background: url("../images/common/ico_tab.svg") center right no-repeat;
  background-size: 1.5rem auto;
}
.l-header__spNav-btn__item a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0;
  color: #000000;
}
.l-header__spNav-btn__item a:hover p {
  color: #108900;
  transition: ease 0.3s;
}
.l-header__spNav-btn__item--first {
  width: 100%;
}
.l-header__spNav-btn__item--first a {
  width: 100%;
  padding: 1.2rem 2.4rem;
  background: #890000 url("../images/common/ico_next_white.svg") center right 2.4rem no-repeat;
  background-size: 1.6rem auto;
  border-radius: 0.4rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  font-family: "Noto Serif JP", sans-serif;
}

.l-footer__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 6rem 0 0;
  }
}
.l-footer__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    margin-bottom: 4rem;
  }
}
.l-footer__wrap__detail {
  width: 30.5%;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l-footer__wrap__detail {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__wrap__detail {
    width: 100%;
  }
}
.l-footer__wrap__detail-ttl {
  font-size: 4.8rem;
  line-height: 100%;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap__detail-ttl {
    font-size: 3.2rem;
    margin-bottom: 0.8rem;
  }
}
.l-footer__wrap__detail-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap__detail-txt {
    font-size: 1.2rem;
  }
}
.l-footer__logo {
  width: 391px;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo {
    width: 240px;
  }
}
.l-footer__logo a {
  display: block;
  width: 100%;
}
.l-footer__logo a:hover {
  opacity: 0.75;
}
.l-footer__logo-img {
  width: 100%;
}
.l-footer__nav {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-bottom: 4rem;
  }
}
.l-footer__nav-list {
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(35, 24, 21, 0.2);
}
@media screen and (max-width: 1024px) {
  .l-footer__nav-list {
    flex-wrap: wrap;
    gap: 1.6rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    gap: 1.2rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__nav-list__item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list__item {
    width: 100%;
  }
}
.l-footer__nav-list__item a {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 140%;
}
.l-footer__nav-list__item a:hover {
  color: #108900;
}
.l-footer__nav-subList {
  display: flex;
  justify-content: flex-start;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-subList {
    gap: 1.2rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer__nav-subList__item a {
  padding-right: 2.4rem;
  background: url("../images/common/ico_tab02.svg") center right no-repeat;
  background-size: 2.4rem auto;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 140%;
}
.l-footer__nav-subList__item a:hover {
  color: #108900;
}
.l-footer__copy p {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: center;
  background: #231815;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy p {
    font-size: 1.2rem;
  }
}

.p-top {
  padding-top: 15rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-top {
    padding-top: 11.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top {
    padding-top: 6.8rem;
  }
}
.p-top-mv {
  width: 100%;
  position: relative;
  z-index: 5;
}
.p-top-mv__container {
  position: relative;
  width: 100%;
}
.p-top-mv__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__inner {
    gap: 4.3rem;
  }
}
.p-top-mv__slide {
  position: relative;
  width: 62.1%;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__slide {
    width: 100%;
  }
}
.p-top-mv__slide .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
}
.p-top-mv__slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.p-top-mv__slide .swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  font-size: 1.6rem;
  padding-right: 3.4rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #231815;
  font-weight: 600;
  border-radius: 4px;
  padding: 2.2rem 7.4rem 2.2rem 3.4rem;
  display: inline-block;
  box-sizing: border-box;
  line-height: 100%;
  background: #ffffff url("../images/common/ico_next_black.svg") center right 24px no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__slide .swiper-wrapper .swiper-slide p {
    bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__slide .swiper-wrapper .swiper-slide p {
    right: inherit;
    left: 1.2rem;
    font-size: 1.4rem;
    padding: 1.6rem 7.4rem 1.6rem 2.2rem;
    background: #ffffff url("../images/common/ico_next_black.svg") center right 14px no-repeat;
    background-size: 12px auto;
  }
}
.p-top-mv__slide .swiper-pagination {
  position: absolute;
  line-height: 100%;
  left: 9.2rem;
  bottom: -6.6rem;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__slide .swiper-pagination {
    width: 100%;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.p-top-mv__slide .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
  background: #d9d9d9;
  opacity: 1;
  margin-right: 0.4rem;
}
.p-top-mv__slide .swiper-pagination-bullet-active {
  background: #108900;
  opacity: 1;
  margin-right: 0.4rem;
}
.p-top-mv__heading {
  width: 37.1%;
  background: url("../images/top/bg_main_pc.png") center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 4.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__heading {
    width: 90%;
    margin: 0 auto;
    padding: 2.5rem 3.2rem;
    background: url("../images/top/bg_main_sp.png") center no-repeat;
    background-size: cover;
  }
}
.p-top-mv__heading-ttl {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
  margin-bottom: 1rem;
}
.p-top-mv__heading-img {
  width: 64px;
  height: 1px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading-img {
    margin: 0 auto 1rem;
  }
}
.p-top-mv__heading-txt {
  font-size: 2.8rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 3.2rem;
  color: #ffffff;
  text-align: center;
}
.p-top-news__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 20rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    padding: 2rem 0 4.8rem;
  }
}
.p-top-news__wrap {
  width: 100%;
  background: #f8f8f8;
  padding: 3.4rem 4.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-news__wrap {
    padding: 3.4rem 2.4rem;
  }
}
.p-top-news__wrap-ttl {
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin-bottom: 2.4rem;
}
.p-top-news__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem;
}
.p-top-news__item a {
  display: block;
  width: 100%;
  text-decoration: underline;
  line-height: 180%;
  padding: 0 8rem 0 0;
  background: url("../images/common/ico_next_topnews.svg") center right no-repeat;
  background-size: 48px auto;
}
@media screen and (max-width: 767px) {
  .p-top-news__item a {
    background: none;
    padding: 0;
    font-size: 1.5rem;
  }
}
.p-top-news__item a:hover {
  color: #108900;
}
.p-top-support__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-top-support__inner {
    padding: 0 0 8rem;
  }
}
.p-top-support__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-support__info {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-support__info-txt {
    font-size: 1.6rem;
  }
}
.p-top-support__heading {
  text-align: left;
}
.p-top-support__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-support__heading-img {
    width: 40px;
    height: 3px;
    margin: 0 auto 1rem;
  }
}
.p-top-support__heading-txt {
  font-size: 3.6rem;
  letter-spacing: 0.03rem;
  font-weight: 600;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-support__heading-txt {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.p-top-support__wrap {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-support__wrap {
    overflow-x: scroll;
    margin-bottom: 3.2rem;
  }
}
.p-top-support__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-support__contents {
    width: 916px;
    white-space: nowrap;
  }
}
.p-top-support__content {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .p-top-support__content {
    width: 24%;
    width: 220px;
    flex-shrink: 0;
  }
}
.p-top-support__content-img {
  width: 100%;
  margin-bottom: 1rem;
}
.p-top-support__content-number {
  font-size: 1.6rem;
  line-height: 210%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top-support__content-number {
    font-size: 1.4rem;
  }
}
.p-top-support__content-txt {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-support__content-txt {
    font-size: 2rem;
  }
}
.p-top-support__btn {
  width: 411px;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-support__btn {
    max-width: none;
    width: 100%;
  }
}
.p-top-support__btn a {
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  border: 1px solid #890000;
  padding: 2.4rem 8.8rem 2.4rem 4.8rem;
  background: #ffffff url("../images/common/ico_pdf_red.svg") center right 48px no-repeat;
  background-size: 2.4rem auto;
  font-size: 2rem;
  letter-spacing: 0;
  font-family: "Noto Serif JP", sans-serif;
  box-sizing: border-box;
  color: #890000;
}
@media screen and (max-width: 767px) {
  .p-top-support__btn a {
    font-size: 1.7rem;
    padding: 2.3rem 5rem 2.3rem 4rem;
    background: #ffffff url("../images/common/ico_pdf_red.svg") center right 40px no-repeat;
    background-size: 2rem auto;
    line-height: 100%;
  }
}
.p-top-support__btn a:hover {
  background: #890000 url("../images/common/ico_pdf_white.svg") center right 48px no-repeat;
  background-size: 2.4rem auto;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-support__btn a:hover {
    background: #890000 url("../images/common/ico_pdf_white.svg") center right 40px no-repeat;
    background-size: 2rem auto;
  }
}
.p-top-donate__container {
  background: #f8f8f8;
}
.p-top-donate__container-img img {
  height: 47.5rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-donate__container-img img {
    height: 25rem;
  }
}
.p-top-donate__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 10rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-donate__inner {
    padding: 4.8rem 0 3.2rem;
  }
}
.p-top-donate__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-donate__wrap {
    margin-bottom: 4.8rem;
  }
}
.p-top-donate__wrap--last {
  padding-top: 10rem;
  border-top: 0.1rem solid rgba(35, 24, 21, 0.2);
}
@media screen and (max-width: 767px) {
  .p-top-donate__wrap--last {
    padding-top: 4.8rem;
  }
}
.p-top-donate__info {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .p-top-donate__info {
    width: 100%;
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-donate__info-txt {
    font-size: 1.6rem;
  }
}
.p-top-donate__heading {
  text-align: left;
}
.p-top-donate__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-donate__heading-img {
    width: 40px;
    height: 3px;
    margin: 0 auto 1rem;
  }
}
.p-top-donate__heading-txt {
  font-size: 3.6rem;
  letter-spacing: 0.03rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-donate__heading-txt {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-top-donate__detail {
  width: 37.6%;
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-top-donate__detail {
    width: 100%;
    gap: 1rem;
  }
}
.p-top-donate__detail-txt {
  font-size: 2rem;
}
.p-top-donate__detail-txt span.fontS {
  text-align: center;
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-donate__detail-txt span.fontS {
    font-size: 1.4rem;
  }
}
.p-top-donate__detail-btn {
  width: 100%;
  line-height: 1;
  margin: 0 auto;
}
.p-top-donate__detail-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  border-radius: 4px;
  width: 100%;
  border: 1px solid rgba(35, 24, 21, 0.2);
  padding: 2.4rem 3.6rem;
  line-height: 150%;
  background: #f8f8f8;
  font-size: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-donate__detail-btn a {
    padding: 1.6rem 3.6rem;
    font-size: 1.6rem;
  }
}
.p-top-donate__detail-btn a img {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-donate__detail-btn a img {
    width: 2rem;
  }
}
.p-top-donate__detail-btn a:hover {
  background: #ffffff;
}
.p-top-activity__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 16rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-top-activity__inner {
    padding: 8rem 0;
  }
}
.p-top-activity__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-activity__info {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-activity__info-txt {
    font-size: 1.6rem;
  }
}
.p-top-activity__heading {
  text-align: left;
}
.p-top-activity__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-activity__heading-img {
    width: 40px;
    height: 3px;
    margin: 0 auto 1rem;
  }
}
.p-top-activity__heading-txt {
  font-size: 3.6rem;
  letter-spacing: 0.03rem;
  font-weight: 600;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-activity__heading-txt {
    font-size: 2.4rem;
  }
}
.p-top-activity__list {
  margin-bottom: 6rem;
  border-top: 0.1rem solid #d9d9d9;
  display: grid;
}
@media screen and (max-width: 767px) {
  .p-top-activity__list {
    margin-bottom: 4rem;
  }
}
.p-top-activity__item:first-of-type a {
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-activity__item:first-of-type a {
    padding-top: 1.6rem;
  }
}
.p-top-activity__item:last-of-type a {
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-activity__item:last-of-type a {
    padding-bottom: 1.6rem;
  }
}
.p-top-activity__item a {
  display: block;
  width: 100%;
  padding: 2rem 3rem 2rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  background: url("../images/common/ico_next_black.svg") center right no-repeat;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .p-top-activity__item a {
    padding: 1.6rem 0;
    background: none;
  }
}
.p-top-activity__item a:hover {
  color: #890000;
}
.p-top-activity__btn {
  width: min(100%, 350px);
  line-height: 1;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top-activity__btn {
    width: min(100%, 238px);
    margin: 0 auto;
  }
}
.p-top-activity__btn a {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #d9d9d9;
  padding: 1.2rem 3.6rem 2rem;
  line-height: 120%;
  background: #ffffff url("../images/common/ico_next_black.svg") center right 36px no-repeat;
  background-size: 2rem auto;
  font-size: 1.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-top-activity__btn a {
    font-size: 1.6rem;
    padding: 0 7.2rem 2rem 3.6rem;
    background: #ffffff url("../images/common/ico_next_black_sp.svg") top right 36px no-repeat;
    background-size: 2rem auto;
  }
}
.p-top-activity__btn a:hover {
  color: #890000;
}
.p-top-faq__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__inner {
    padding: 0 0 8rem;
  }
}
.p-top-faq__info {
  margin-bottom: 10.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__info {
    margin-bottom: 4rem;
  }
}
.p-top-faq__heading {
  text-align: left;
}
.p-top-faq__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__heading-img {
    width: 40px;
    height: 3px;
    margin: 0 auto 1rem;
  }
}
.p-top-faq__heading-txt {
  font-size: 3.6rem;
  letter-spacing: 0.03rem;
  font-weight: 600;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__heading-txt {
    font-size: 2.4rem;
  }
}
.p-top-faq dl dt {
  display: flex;
  justify-content: flex-start;
  gap: 3.6rem;
  align-self: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq dl dt {
    gap: 1rem;
  }
}
.p-top-faq dl dt span {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-faq dl dt span {
    font-size: 1.6rem;
  }
}
.p-top-faq dl dt span.ttl {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-faq dl dt span.ttl {
    font-size: 2rem;
    padding: 0 0.3rem;
  }
}
.p-top-faq dl dd {
  display: flex;
  justify-content: flex-start;
  gap: 3.6rem;
  align-self: center;
  padding-bottom: 3.6rem;
  margin-bottom: 3.6rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-top-faq dl dd {
    gap: 1rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-top-faq dl dd span {
  font-size: 1.6rem;
}
.p-top-faq dl dd span.ttl {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-faq dl dd span.ttl {
    padding: 0 0.3rem;
    font-size: 2rem;
  }
}
.p-top-donor__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-donor__inner {
    padding: 0 0 1.6rem;
  }
}
.p-top-donor__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
.p-top-donor__heading {
  text-align: left;
}
.p-top-donor__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-donor__heading-img {
    width: 40px;
    height: 3px;
    margin: 0 auto 1rem;
  }
}
.p-top-donor__heading-txt {
  font-size: 3.6rem;
  letter-spacing: 0.03rem;
  font-weight: 600;
  margin-bottom: 1.9rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-donor__heading-txt {
    font-size: 2.4rem;
  }
}
.p-top-donor__heading-txt span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-donor__heading-txt span {
    font-size: 1.6rem;
  }
}
.p-top-donor__wrap {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-donor__wrap {
    margin-bottom: 6.4rem;
  }
}
.p-top-donor__wrap-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-donor__wrap-ttl {
    font-size: 2rem;
  }
}
.p-top-donor__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-donor__contents {
    gap: 1.6rem;
  }
}
.p-top-donor__content {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .p-top-donor__content {
    width: calc(50% - 0.8rem);
  }
}
.p-top-donor__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top-donor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem;
  width: 22.5%;
}
@media screen and (max-width: 1024px) {
  .p-top-donor__list {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-donor__list {
    gap: 0.6rem;
    width: 100%;
  }
}
.p-top-donor__item {
  font-size: 2rem;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-top-donor__item {
    font-size: 1.6rem;
    width: 100%;
  }
}

.p-individual {
  padding-top: 21rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-individual {
    padding-top: 11rem;
  }
}
.p-individual-intro__container {
  position: relative;
}
.p-individual-intro__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  position: absolute;
  position: absolute;
  top: -61px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-individual-intro__inner {
    top: -30px;
  }
}
.p-individual-intro__img {
  height: 55rem;
}
@media screen and (max-width: 767px) {
  .p-individual-intro__img {
    height: 28rem;
  }
}
.p-individual-intro__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f8f8f8;
  padding: 3.4rem 4.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-individual-intro__wrap {
    padding: 1.7rem 2.1rem;
  }
}
.p-individual-intro__wrap-ttl {
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-individual-intro__wrap-ttl {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-individual-intro__wrap-ttl {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.p-individual-intro__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem;
  width: calc(100% - 328px);
}
@media screen and (max-width: 1024px) {
  .p-individual-intro__list {
    width: 100%;
    gap: 0.8rem;
  }
}
.p-individual-intro__item a {
  display: block;
  width: 100%;
  text-decoration: underline;
  line-height: 180%;
  padding: 0 8rem 0 0;
  background: url("../images/common/ico_next_topnews.svg") center right no-repeat;
  background-size: 48px auto;
}
@media screen and (max-width: 767px) {
  .p-individual-intro__item a {
    background: none;
    padding: 0;
    font-size: 1.2rem;
  }
}
.p-individual-intro__item a:hover {
  color: #108900;
}
.p-individual-benefits__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 15rem 0 12.7rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__inner {
    padding: 8rem 0 6.4rem;
  }
}
.p-individual-benefits__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9;
  background: #f8f8f8;
}
@media screen and (max-width: 1024px) {
  .p-individual-benefits__contents {
    border: none;
  }
}
.p-individual-benefits__content {
  width: 25%;
  border-right: 1px solid #d9d9d9;
  padding: 3.6rem 3.3rem 4.8rem 2.4rem;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-individual-benefits__content {
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__content {
    width: 100%;
    border-right: none;
    padding: 3.6rem 2.4rem 4.8rem;
  }
}
.p-individual-benefits__content:last-child {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .p-individual-benefits__content:nth-child(2) {
    border-right: none;
  }
}
.p-individual-benefits__content-img {
  width: 100%;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__content-img {
    margin-bottom: 1.2rem;
  }
}
.p-individual-benefits__content-txt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__content-txt {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.p-individual-benefits__content-price {
  margin-bottom: 3.3rem;
  font-size: 3rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__content-price {
    font-size: 2.8rem;
    margin-bottom: 1.7rem;
  }
}
.p-individual-benefits__content-price span.fontM {
  font-size: 1.7rem;
  padding-left: 0.2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__content-price span.fontM {
    font-size: 1.4rem;
  }
}
.p-individual-benefits__content-price span.fontS {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__content-price span.fontS {
    font-size: 1.3rem;
  }
}
.p-individual-benefits__content-plus {
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
  padding-bottom: 2.8rem;
  background: url("../images/common/ico_plus.svg") center bottom no-repeat;
  background-size: 20px auto;
}
.p-individual-benefits__content-etc {
  font-size: 1.4rem;
  line-height: 100%;
  text-align: right;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__content-etc {
    font-size: 1.2rem;
  }
}
.p-individual-benefits__list {
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__list {
    margin-bottom: 0.8rem;
    gap: 0.8rem;
  }
}
.p-individual-benefits__item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__item {
    gap: 0.8rem;
  }
}
.p-individual-benefits__item-ttl {
  font-weight: 700;
  background: url("../images/common/ico_check.svg") top 4px left no-repeat;
  background-size: 20px auto;
  padding-left: 2.4rem;
  line-height: 160%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__item-ttl {
    font-size: 1.4rem;
    padding-left: 2rem;
    background: url("../images/common/ico_check.svg") top 4px left no-repeat;
    background-size: 16px auto;
  }
}
.p-individual-benefits__item-ttl span.fontS {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__item-ttl span.fontS {
    font-size: 1.2rem;
  }
}
.p-individual-benefits__detail {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-individual-benefits__detail-item {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: url("../images/common/ico_circle.svg") top 9px left 7px no-repeat;
  background-size: 4px auto;
  padding-left: 2.4rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__detail-item {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.p-individual-benefits__wrap {
  display: flex;
  justify-content: flex-start;
  gap: 13.2rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9;
  background: #f8f8f8;
  padding: 10rem 10rem 5.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p-individual-benefits__wrap {
    gap: 4.8rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__wrap {
    padding: 3.6rem 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-individual-benefits__ttl {
    width: 100%;
  }
}
.p-individual-benefits__ttl-img {
  width: 40px;
  height: 3px;
  margin: 0 auto 2.3rem;
}
.p-individual-benefits__ttl-jp {
  font-size: 2.8rem;
  letter-spacing: 0.03rem;
  line-height: 100%;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 1.1rem;
  color: #890000;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__ttl-jp {
    font-size: 2.4rem;
  }
}
.p-individual-benefits__ttl-en {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #890000;
}
.p-individual-benefits__links {
  width: min(100%, 450px);
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__links {
    gap: 1.2rem;
  }
}
.p-individual-benefits__btn {
  width: min(100%, 400px);
  line-height: 1;
  background-image: url("../images/common/bg_btn_filter.png");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__btn {
    max-width: none;
    width: 100%;
  }
}
.p-individual-benefits__btn a {
  width: 100%;
  display: inline-block;
  padding: 3.1rem 5.5rem;
  box-sizing: border-box;
  line-height: 100%;
  background-image: url("../images/common/ico_next_white.svg");
  background-position: center right 24px;
  background-size: 21px auto;
  background-repeat: no-repeat;
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__btn a {
    padding: 2.4rem 3.6rem;
    font-size: 1.8rem;
  }
}
.p-individual-benefits__btn a:hover {
  background: #231815 url("../images/common/ico_next_white.svg") center right 24px no-repeat;
  color: #ffffff;
}
.p-individual-benefits__btn--gry {
  width: min(100%, 400px);
  line-height: 1;
  background: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__btn--gry {
    max-width: none;
    width: 100%;
  }
}
.p-individual-benefits__btn--gry p {
  width: 100%;
  display: inline-block;
  padding: 3.1rem 5.5rem;
  box-sizing: border-box;
  line-height: 100%;
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__btn--gry p {
    padding: 2.4rem 3.6rem;
    font-size: 1.8rem;
  }
}
.p-individual-benefits__link {
  width: min(100%, 705px);
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__link {
    gap: 1.2rem;
    flex-wrap: wrap;
  }
}
.p-individual-benefits__link a {
  display: inline-block;
  padding: 1rem 3.6rem 1rem 1rem;
  box-sizing: border-box;
  background: url("../images/common/ico_nav_bottom.svg") center right 13px no-repeat;
  background-size: 16px auto;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 0.03em;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  color: #595959;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__link a {
    width: 100%;
  }
}
.p-individual-benefits__link a:hover {
  color: #108900;
}
.p-individual-benefits__member {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #f8f8f8;
  padding: 4.8rem 4.8rem 4.8rem 8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p-individual-benefits__member {
    padding: 4.8rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__member {
    padding: 3.6rem 2.4rem;
    gap: 2.4rem;
  }
}
.p-individual-benefits__member-ttl {
  width: 256px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__member-ttl {
    width: 100%;
  }
}
.p-individual-benefits__member-info {
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: 2rem;
}
.p-individual-benefits__member-txt {
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__member-txt {
    font-size: 2rem;
  }
}
.p-individual-benefits__member-price {
  font-size: 3rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__member-price {
    font-size: 2.8rem;
  }
}
.p-individual-benefits__member-price span.fontM {
  font-size: 1.7rem;
  padding-left: 0.2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__member-price span.fontM {
    font-size: 1.5rem;
  }
}
.p-individual-benefits__member-price span.fontS {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__member-price span.fontS {
    font-size: 1.4rem;
  }
}
.p-individual-benefits__member-detail {
  width: 62.5%;
  background: #ffffff;
  padding: 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p-individual-benefits__member-detail {
    width: calc(100% - 286px);
  }
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__member-detail {
    width: 100%;
  }
}
.p-individual-benefits__member-sub {
  background: #f8f8f8;
  padding: 1rem;
  box-sizing: border-box;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
.p-individual-benefits__member-plus {
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 3rem;
  background: url("../images/common/ico_plus.svg") bottom left no-repeat;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__member-plus {
    text-align: center;
    background: url("../images/common/ico_plus.svg") bottom center no-repeat;
    background-size: 20px auto;
  }
}
.p-individual-benefits__member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__member-list {
    gap: 0.5rem;
  }
}
.p-individual-benefits__member-item-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  background: url("../images/common/ico_circle.svg") top 10px left no-repeat;
  background-size: 4px auto;
  padding-left: 1rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__member-item-ttl {
    font-size: 1.2rem;
  }
}
.p-individual-benefits__member-etc {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__member-etc {
    font-size: 1.2rem;
  }
}
.p-individual-links__inner {
  width: 100%;
  width: min(90%, 1200px);
  margin: 0 auto;
}
.p-individual-links__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-links__contents {
    gap: 0.1rem;
  }
}
.p-individual-links__content {
  padding: 25.6rem 3.2rem 3.2rem;
  box-sizing: border-box;
  width: calc(50% - 0.2rem);
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-individual-links__content {
    padding: 20.6rem 2.4rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-individual-links__content {
    width: 100%;
    padding: 12.8rem 1.6rem 1.6rem;
  }
}
.p-individual-links__content-no01 {
  background: url("../images/individual/bg_link01.png") center no-repeat;
  background-size: cover;
}
.p-individual-links__content-no02 {
  background: url("../images/individual/bg_link02.png") center no-repeat;
  background-size: cover;
}
.p-individual-links__content-no03 {
  background: url("../images/individual/bg_link03.png") center no-repeat;
  background-size: cover;
}
.p-individual-links__content-no04 {
  background: url("../images/individual/bg_link04.png") center no-repeat;
  background-size: cover;
}
.p-individual-links__content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  transition: ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-individual-links__content h3 {
    font-size: 1.6rem;
  }
}
.p-individual-detail__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 13rem 0 3.2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-individual-detail__inner {
    padding: 7rem 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-individual-detail__wrap {
    width: calc(100vw - 5%);
  }
}
.p-individual-detail__wrap table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-individual-detail__wrap table {
    overflow-x: scroll;
    width: 720px;
  }
}
.p-individual-detail__wrap table th {
  padding: 2.1rem 1.6rem;
  box-sizing: border-box;
  width: 18.75%;
  width: 16.66%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  background: #231815;
  border: 1px solid #000000;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-individual-detail__wrap table th {
    font-size: 1.4rem;
  }
}
.p-individual-detail__wrap table th::after {
  display: block;
  content: "";
  width: 1px;
  height: 21px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-individual-detail__wrap table th:first-child {
  width: 25%;
  width: 16.66%;
}
.p-individual-detail__wrap table th:last-child::after {
  display: none;
}
.p-individual-detail__wrap table td {
  padding: 2.2rem 1.6rem;
  box-sizing: border-box;
  width: 18.75%;
  width: 16.66%;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 130%;
  text-align: center;
  color: #000000;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 1024px) {
  .p-individual-detail__wrap table td {
    font-size: 1.2rem;
    padding: 1.6rem 0.8rem;
  }
}
.p-individual-detail__wrap table td:first-child {
  padding: 2.4rem 1.6rem;
  background: #f8f8f8;
  text-align: left;
  width: 25%;
  border-right: none;
  font-size: 1.4rem;
  width: 16.66%;
}
@media screen and (max-width: 1024px) {
  .p-individual-detail__wrap table td:first-child {
    font-size: 1.2rem;
    padding: 1.6rem;
  }
}
.p-individual-detail__wrap table td span.fontS {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 1.2rem;
  color: #404040;
}
@media screen and (max-width: 1024px) {
  .p-individual-detail__wrap table td span.fontS {
    font-size: 1.1rem;
  }
}
.p-individual-detail__wrap table td span.fontS-mt12 {
  margin-top: 1.2rem;
}
.p-individual-detail__wrap table td span.fontM {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-individual-detail__wrap table td span.fontM {
    font-size: 1.4rem;
  }
}
.p-individual-detail__wrap table td span.fontL {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-individual-detail__wrap table td span.fontL {
    font-size: 2rem;
  }
}
.p-individual-note__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 15rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-individual-note__inner {
    padding: 0 0 8rem;
  }
}
.p-individual-note__wrap dl {
  border-bottom: 1px solid #d9d9d9;
}
.p-individual-note__wrap dl dt {
  cursor: pointer;
  transition: 0.3s;
  padding: 4.3rem 5rem;
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-individual-note__wrap dl dt {
    padding: 2.2rem 1.2rem;
    font-size: 1.4rem;
  }
}
.p-individual-note__wrap dl dt span.toggle {
  font-size: 1.6rem;
  line-height: 100%;
  padding-right: 3rem;
  background: url(../images/common/ico_open.svg) center right no-repeat;
  background-size: 24px auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-individual-note__wrap dl dt span.toggle {
    width: 80px;
    font-size: 1.2rem;
    padding-right: 1.8rem;
    background: url(../images/common/ico_open.svg) center right no-repeat;
    background-size: 16px auto;
  }
}
.p-individual-note__wrap dl dt.active span.toggle {
  background: url(../images/common/ico_close.svg) center right no-repeat;
  background-size: 24px auto;
}
@media screen and (max-width: 767px) {
  .p-individual-note__wrap dl dt.active span.toggle {
    width: 80px;
    background: url(../images/common/ico_close.svg) center right no-repeat;
    background-size: 16px auto;
  }
}
.p-individual-note__wrap dl dd {
  display: none;
  margin: 0;
  padding: 0 5rem 4.2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-individual-note__wrap dl dd {
    padding: 0 1.2rem 2.2rem;
  }
}
.p-individual-note__wrap dl dd.active {
  display: block;
}
.p-individual-note__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-individual-note__item {
    margin-bottom: 1.6rem;
  }
}
.p-individual-note__item:last-child {
  margin: 0;
}
.p-individual-note__item p {
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-individual-note__item p {
    font-size: 1.2rem;
  }
}
.p-individual-note__item p span.fontS {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-individual-note__item p span.fontS {
    font-size: 1.1rem;
  }
}
.p-individual-note__item p span.fontL {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-individual-note__item p span.fontL {
    font-size: 1.4rem;
  }
}
.p-individual-note__item a {
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-note__item a {
    font-size: 1.2rem;
  }
}
.p-individual-note__item a:hover {
  color: #108900;
}
.p-individual-note__list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-individual-note__list li {
    font-size: 1.2rem;
  }
}
.p-individual-note__list--last li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 1rem;
}
.p-individual-note__list--last li:last-child {
  margin-bottom: 1rem;
}
.p-individual-note__list--last li span {
  display: block;
}
.p-individual-note__list--last li span.bold {
  font-weight: 500;
}
.p-individual-application__container {
  background: #f8f8f8;
}
.p-individual-application__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 15rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-individual-application__inner {
    padding: 8rem 0;
  }
}
.p-individual-application__contents {
  width: calc(100% - 215px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-individual-application__contents {
    width: 100%;
    gap: 3.2rem;
  }
}
.p-individual-application__content {
  width: 50.7%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  border-top: 1px solid #231815;
  padding: 4.8rem 0 0;
}
@media screen and (max-width: 1024px) {
  .p-individual-application__content {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-individual-application__content {
    width: 100%;
    padding: 3.2rem 0 0;
    gap: 3.2rem;
  }
}
.p-individual-application__content:last-child {
  width: 44.1%;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-individual-application__content:last-child {
    width: 100%;
    gap: 3.2rem;
  }
}
.p-individual-application__detail-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-left: 4.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    padding-left: 3.2rem;
  }
}
.p-individual-application__detail-ttl--no01 {
  background: url("../images/common/ico_phone.svg") center left no-repeat;
  background-size: 36px auto;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail-ttl--no01 {
    background: url("../images/common/ico_phone.svg") center left no-repeat;
    background-size: 30px auto;
  }
}
.p-individual-application__detail-ttl--no02 {
  background: url("../images/common/ico_person.svg") center left no-repeat;
  background-size: 36px auto;
  padding: 0.2rem 0 0.2rem 4.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail-ttl--no02 {
    background: url("../images/common/ico_person.svg") center left no-repeat;
    background-size: 30px auto;
    padding: 0.2rem 0 0.2rem 3.6rem;
    margin-bottom: 1.2rem;
  }
}
.p-individual-application__detail-ttl--no03 {
  background: url("../images/common/ico_contact.svg") center left no-repeat;
  background-size: 36px auto;
  padding-left: 4.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail-ttl--no03 {
    background: url("../images/common/ico_contact.svg") center left no-repeat;
    background-size: 30px auto;
    padding-left: 3.6rem;
    margin-bottom: 1.2rem;
  }
}
.p-individual-application__detail-ttl span.fontS {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail-ttl span.fontS {
    font-size: 1.2rem;
  }
}
.p-individual-application__detail-sub {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail-sub {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding-left: 3rem;
  }
}
.p-individual-application__detail-sub--no01 {
  background: url("../images/common/ico_card.svg") center left no-repeat;
  background-size: 28px auto;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail-sub--no01 {
    background: url("../images/common/ico_card.svg") center left no-repeat;
    background-size: 22px auto;
  }
}
.p-individual-application__detail-sub--no02 {
  background: url("../images/common/ico_bank.svg") center left no-repeat;
  background-size: 28px auto;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail-sub--no02 {
    background: url("../images/common/ico_bank.svg") center left no-repeat;
    background-size: 22px auto;
    padding-left: 3rem;
  }
}
.p-individual-application__detail--last {
  border-top: 1px solid #231815;
  padding: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail--last {
    padding: 3.2rem 0 0;
  }
}
.p-individual-application__detail p {
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail p {
    font-size: 1.2rem;
  }
}
.p-individual-application__detail p span.fontL {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail p span.fontL {
    font-size: 1.2rem;
  }
}
.p-individual-application__detail a {
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-application__detail a {
    font-size: 1.2rem;
  }
}
.p-individual-application__detail a:hover {
  color: #108900;
}
.p-individual-application__list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.p-individual-application__item p {
  margin-bottom: 0.3rem;
}
.p-individual-application__item p span.fontS {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-individual-application__item p span.fontS {
    font-size: 1.1rem;
  }
}
.p-individual-application__item p span.bold {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-individual-application__item p span.bold {
    font-size: 1.2rem;
  }
}
.p-individual-application__item ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.p-individual-application__item ul li {
  font-size: 1.4rem;
  line-height: 160%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-individual-application__item ul li {
    font-size: 1.2rem;
  }
}
.p-individual-application__item ul li span:first-child {
  display: inline-block;
  width: 50px;
}
.p-individual-faq__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 15rem 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-individual-faq__inner {
    padding: 8rem 0;
  }
}
.p-individual-faq__wrap dl {
  border-bottom: 1px solid #d9d9d9;
}
.p-individual-faq__wrap dl dt {
  cursor: pointer;
  transition: 0.3s;
  padding: 4.3rem 5rem;
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-individual-faq__wrap dl dt {
    padding: 2.2rem 1.2rem;
    font-size: 1.4rem;
  }
}
.p-individual-faq__wrap dl dt span.toggle {
  font-size: 1.6rem;
  line-height: 100%;
  padding-right: 3rem;
  background: url(../images/common/ico_open.svg) center right no-repeat;
  background-size: 24px auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-individual-faq__wrap dl dt span.toggle {
    width: 80px;
    font-size: 1.2rem;
    padding-right: 1.8rem;
    background: url(../images/common/ico_open.svg) center right no-repeat;
    background-size: 16px auto;
  }
}
.p-individual-faq__wrap dl dt.active span.toggle {
  background: url(../images/common/ico_close.svg) center right no-repeat;
  background-size: 24px auto;
}
@media screen and (max-width: 767px) {
  .p-individual-faq__wrap dl dt.active span.toggle {
    width: 80px;
    background: url(../images/common/ico_close.svg) center right no-repeat;
    background-size: 16px auto;
  }
}
.p-individual-faq__wrap dl dd {
  display: none;
  margin: 0;
  padding: 0 5rem 4.2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-individual-faq__wrap dl dd {
    padding: 0 1.2rem 2.2rem;
  }
}
.p-individual-faq__wrap dl dd.active {
  display: block;
}
.p-individual-faq__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-individual-faq__item {
    margin-bottom: 1.6rem;
  }
}
.p-individual-faq__item:last-child {
  margin: 0;
}
.p-individual-faq__item p {
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-individual-faq__item p {
    font-size: 1.2rem;
  }
}
.p-individual-faq__item p span.fontS {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-individual-faq__item p span.fontS {
    font-size: 1.1rem;
  }
}
.p-individual-faq__item p span.fontL {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-individual-faq__item p span.fontL {
    font-size: 1.4rem;
  }
}
.p-individual-faq__item a {
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-individual-faq__item a {
    font-size: 1.2rem;
  }
}
.p-individual-faq__item a:hover {
  color: #108900;
}
.p-individual-faq__list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-individual-faq__list li {
    font-size: 1.2rem;
  }
}
.p-individual-faq__list--last li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 1rem;
}
.p-individual-faq__list--last li:last-child {
  margin-bottom: 1rem;
}
.p-individual-faq__list--last li span {
  display: block;
}
.p-individual-faq__list--last li span.bold {
  font-weight: 500;
}
.p-individual-name__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-individual-name__inner {
    padding: 0 0 10rem;
  }
}
.p-individual-name__contents {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-individual-name__contents {
    gap: 3rem;
  }
}
.p-individual-name__content {
  padding: 0 0 5rem;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-individual-name__content {
    padding: 0 0 3rem;
  }
}
.p-individual-name__ttl {
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-individual-name__ttl {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.p-individual-name__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-individual-name__list {
    gap: 0.8rem 0;
  }
}
.p-individual-name__list p {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-individual-name__list p {
    width: 50%;
  }
}

.p-one {
  padding-top: 21rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-one {
    padding-top: 11rem;
  }
}
.p-one-intro__container {
  position: relative;
}
.p-one-intro__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  position: absolute;
  position: absolute;
  top: -61px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-one-intro__inner {
    top: -30px;
  }
}
.p-one-intro__img {
  height: 55rem;
}
@media screen and (max-width: 767px) {
  .p-one-intro__img {
    height: 28rem;
  }
}
.p-one-intro__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f8f8f8;
  padding: 3.4rem 4.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-one-intro__wrap {
    padding: 1.7rem 2.1rem;
  }
}
.p-one-intro__wrap-ttl {
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-one-intro__wrap-ttl {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-one-intro__wrap-ttl {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.p-one-intro__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem;
  width: calc(100% - 328px);
}
@media screen and (max-width: 1024px) {
  .p-one-intro__list {
    width: 100%;
    gap: 0.8rem;
  }
}
.p-one-intro__item a {
  display: block;
  width: 100%;
  text-decoration: underline;
  line-height: 180%;
  padding: 0 8rem 0 0;
  background: url("../images/common/ico_next_topnews.svg") center right no-repeat;
  background-size: 48px auto;
}
@media screen and (max-width: 767px) {
  .p-one-intro__item a {
    background: none;
    padding: 0;
    font-size: 1.2rem;
  }
}
.p-one-intro__item a:hover {
  color: #108900;
}
.p-one-benefits__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 8rem 0 15rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__inner {
    padding: 4rem 0 8rem;
  }
}
.p-one-benefits__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 13.2rem;
  flex-wrap: wrap;
  background: url("../images/common/bg_filter.png") center no-repeat;
  background-size: cover;
  padding: 8rem;
  box-sizing: border-box;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .p-one-benefits__wrap {
    gap: 4rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-one-benefits__wrap {
    padding: 3.6rem 2.4rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-one-benefits__ttl {
    width: 100%;
  }
}
.p-one-benefits__ttl-img {
  width: 40px;
  height: 3px;
  margin: 0 auto 2.3rem;
}
.p-one-benefits__ttl-jp {
  font-size: 2.8rem;
  letter-spacing: 0.03rem;
  line-height: 100%;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 1.1rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__ttl-jp {
    font-size: 2.4rem;
  }
}
.p-one-benefits__ttl-en {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
}
.p-one-benefits__btn {
  width: min(100%, 400px);
  line-height: 1;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__btn {
    max-width: none;
    width: 100%;
  }
}
.p-one-benefits__btn a {
  width: 100%;
  display: inline-block;
  padding: 3.1rem 5.5rem;
  box-sizing: border-box;
  line-height: 100%;
  background-image: url("../images/common/ico_next_red.svg");
  background-position: center right 24px;
  background-size: 21px auto;
  background-repeat: no-repeat;
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #890000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__btn a {
    padding: 2.4rem 3.6rem;
    font-size: 1.8rem;
  }
}
.p-one-benefits__btn a:hover {
  background: #231815 url("../images/common/ico_next_white.svg") center right 24px no-repeat;
  color: #ffffff;
}
.p-one-benefits__btn--gry {
  width: min(100%, 400px);
  line-height: 1;
  background: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__btn--gry {
    max-width: none;
    width: 100%;
  }
}
.p-one-benefits__btn--gry p {
  width: 100%;
  display: inline-block;
  padding: 3.1rem 5.5rem;
  box-sizing: border-box;
  line-height: 100%;
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #231815;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__btn--gry p {
    padding: 2.4rem 3.6rem;
    font-size: 1.8rem;
  }
}
.p-one-benefits__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f8f8f8;
}
@media screen and (max-width: 1024px) {
  .p-one-benefits__contents {
    border: none;
  }
}
.p-one-benefits__content {
  width: 25%;
  border-right: 1px solid #d9d9d9;
  padding: 6.4rem 3.3rem 3.7rem 2.4rem;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-one-benefits__content {
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 767px) {
  .p-one-benefits__content {
    width: 100%;
    border-right: none;
    padding: 3.6rem 2.4rem 4.8rem;
  }
}
.p-one-benefits__content:last-child {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .p-one-benefits__content:nth-child(2) {
    border-right: none;
  }
}
.p-one-benefits__content-price {
  margin-bottom: 3.3rem;
  font-size: 3rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__content-price {
    font-size: 2.8rem;
    margin-bottom: 1.7rem;
  }
}
.p-one-benefits__content-price span.fontM {
  font-size: 1.7rem;
  padding-left: 0.2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__content-price span.fontM {
    font-size: 1.4rem;
  }
}
.p-one-benefits__content-plus {
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
  padding-bottom: 2.8rem;
  background: url("../images/common/ico_plus.svg") center bottom no-repeat;
  background-size: 20px auto;
}
.p-one-benefits__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__list {
    gap: 0.8rem;
  }
}
.p-one-benefits__item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__item {
    gap: 0.8rem;
  }
}
.p-one-benefits__item-ttl {
  font-weight: 700;
  background: url("../images/common/ico_check.svg") top 4px left no-repeat;
  background-size: 20px auto;
  padding-left: 2.4rem;
  line-height: 160%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__item-ttl {
    font-size: 1.4rem;
    padding-left: 2rem;
    background: url("../images/common/ico_check.svg") top 4px left no-repeat;
    background-size: 16px auto;
  }
}
.p-one-benefits__item-ttl span.fontS {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__item-ttl span.fontS {
    font-size: 1.2rem;
  }
}
.p-one-benefits__detail {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-one-benefits__detail-item {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: url("../images/common/ico_circle.svg") top 9px left 7px no-repeat;
  background-size: 4px auto;
  padding-left: 2.4rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-one-benefits__detail-item {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.p-one-application__container {
  background: #f8f8f8;
}
.p-one-application__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 15rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-one-application__inner {
    padding: 8rem 0;
  }
}
.p-one-application__wrap {
  width: calc(100% - 215px);
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-one-application__wrap {
    width: 100%;
    gap: 3.2rem;
  }
}
.p-one-application__wrap-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-one-application__wrap-ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-one-application__wrap-item {
  border-top: 1px solid #231815;
  padding: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-one-application__wrap-item {
    padding: 3.2rem 0 0;
  }
}
.p-one-application__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-one-application__contents {
    gap: 4rem;
  }
}
.p-one-application__content {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-one-application__content {
    width: 100%;
  }
}
.p-one-application__content--w100 {
  width: 100%;
}
.p-one-application__content-sub {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-one-application__content-sub {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    padding-left: 3rem;
  }
}
.p-one-application__content-sub--no01 {
  background: url("../images/common/ico_card.svg") center left no-repeat;
  background-size: 28px auto;
}
@media screen and (max-width: 767px) {
  .p-one-application__content-sub--no01 {
    background: url("../images/common/ico_card.svg") center left no-repeat;
    background-size: 22px auto;
  }
}
.p-one-application__content-sub--no02 {
  background: url("../images/common/ico_bank.svg") center left no-repeat;
  background-size: 28px auto;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-one-application__content-sub--no02 {
    background: url("../images/common/ico_bank.svg") center left no-repeat;
    background-size: 22px auto;
    padding-left: 3rem;
  }
}
.p-one-application__content p {
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-one-application__content p {
    font-size: 1.2rem;
  }
}
.p-one-application__content p span.fontL {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-one-application__content p span.fontL {
    font-size: 1.2rem;
  }
}
.p-one-application__content a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #0088ff;
}
@media screen and (max-width: 767px) {
  .p-one-application__content a {
    font-size: 1.2rem;
  }
}
.p-one-application__content a:hover {
  color: #108900;
}
.p-one-application__btn {
  width: min(100%, 400px);
  line-height: 1;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-one-application__btn {
    max-width: none;
    width: 100%;
  }
}
.p-one-application__btn a {
  width: 100%;
  display: inline-block;
  padding: 3.1rem 5.5rem;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 100%;
  background-image: url("../images/common/ico_next_red.svg");
  background-position: center right 24px;
  background-size: 21px auto;
  background-repeat: no-repeat;
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #890000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-one-application__btn a {
    padding: 2.4rem 3.6rem;
    font-size: 1.8rem;
  }
}
.p-one-application__btn a:hover {
  background: #231815 url("../images/common/ico_next_white.svg") center right 24px no-repeat;
  color: #ffffff;
}
.p-one-application__btn--gry {
  width: min(100%, 400px);
  line-height: 1;
  background: #d9d9d9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-one-application__btn--gry {
    max-width: none;
    width: 100%;
  }
}
.p-one-application__btn--gry p {
  width: 100%;
  display: inline-block;
  padding: 3.1rem 5.5rem;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 100%;
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #231815;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-one-application__btn--gry p {
    padding: 2.4rem 3.6rem;
    font-size: 1.8rem;
  }
}
.p-one-faq__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 15rem 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-one-faq__inner {
    padding: 8rem 0;
  }
}
.p-one-faq__wrap dl {
  border-bottom: 1px solid #d9d9d9;
}
.p-one-faq__wrap dl dt {
  cursor: pointer;
  transition: 0.3s;
  padding: 4.3rem 5rem;
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-one-faq__wrap dl dt {
    padding: 2.2rem 1.2rem;
    font-size: 1.4rem;
  }
}
.p-one-faq__wrap dl dt span.toggle {
  font-size: 1.6rem;
  line-height: 100%;
  padding-right: 3rem;
  background: url(../images/common/ico_open.svg) center right no-repeat;
  background-size: 24px auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-one-faq__wrap dl dt span.toggle {
    width: 80px;
    font-size: 1.2rem;
    padding-right: 1.8rem;
    background: url(../images/common/ico_open.svg) center right no-repeat;
    background-size: 16px auto;
  }
}
.p-one-faq__wrap dl dt.active span.toggle {
  background: url(../images/common/ico_close.svg) center right no-repeat;
  background-size: 24px auto;
}
@media screen and (max-width: 767px) {
  .p-one-faq__wrap dl dt.active span.toggle {
    width: 80px;
    background: url(../images/common/ico_close.svg) center right no-repeat;
    background-size: 16px auto;
  }
}
.p-one-faq__wrap dl dd {
  display: none;
  margin: 0;
  padding: 0 5rem 4.2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-one-faq__wrap dl dd {
    padding: 0 1.2rem 2.2rem;
  }
}
.p-one-faq__wrap dl dd.active {
  display: block;
}
.p-one-faq__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-one-faq__item {
    margin-bottom: 1.6rem;
  }
}
.p-one-faq__item:last-child {
  margin: 0;
}
.p-one-faq__item p {
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-one-faq__item p {
    font-size: 1.2rem;
  }
}
.p-one-faq__item p span.fontS {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-one-faq__item p span.fontS {
    font-size: 1.1rem;
  }
}
.p-one-faq__item p span.fontL {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-one-faq__item p span.fontL {
    font-size: 1.4rem;
  }
}
.p-one-faq__item a {
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-one-faq__item a {
    font-size: 1.2rem;
  }
}
.p-one-faq__item a:hover {
  color: #108900;
}
.p-one-faq__list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-one-faq__list li {
    font-size: 1.2rem;
  }
}
.p-one-faq__list--last li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 1rem;
}
.p-one-faq__list--last li:last-child {
  margin-bottom: 1rem;
}
.p-one-faq__list--last li span {
  display: block;
}
.p-one-faq__list--last li span.bold {
  font-weight: 500;
}
.p-one-contact__container {
  padding: 0 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-one-contact__container {
    padding: 0 0 10rem;
  }
}
.p-one-contact__inner {
  width: min(90%, 900px);
  margin: 0 auto;
  padding: 5rem;
  box-sizing: border-box;
  color: #000000;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-one-contact__inner {
    padding: 3.2rem 1.2rem;
  }
}
.p-one-contact__wrap {
  padding: 5rem;
  width: min(90%, 550px);
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  background: #f8f8f8;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-one-contact__wrap {
    padding: 1.2rem;
    width: 100%;
  }
}
.p-one-contact__wrap-txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-one-contact__wrap-txt {
    font-size: 1.4rem;
  }
}

.p-legacy {
  padding-top: 21rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-legacy {
    padding-top: 11rem;
  }
}
.p-legacy-intro__container {
  position: relative;
}
.p-legacy-intro__img {
  height: 55rem;
}
@media screen and (max-width: 767px) {
  .p-legacy-intro__img {
    height: 28rem;
  }
}
.p-legacy-type__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 15rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-legacy-type__inner {
    padding: 8rem 0 4rem;
  }
}
.p-legacy-type__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .p-legacy-type__info {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-legacy-type__info {
    margin-bottom: 4rem;
  }
}
.p-legacy-type__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1.8rem;
}
.p-legacy-type__heading-jp {
  font-size: 2.8rem;
  letter-spacing: 0.03rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-legacy-type__heading-jp {
    font-size: 2.4rem;
  }
}
.p-legacy-type__info-txt {
  width: 45.8%;
  padding-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-legacy-type__info-txt {
    width: 100%;
    padding: 0;
  }
}
.p-legacy-type__info-txt p {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-legacy-type__info-txt p {
    font-size: 1.4rem;
  }
}
.p-legacy-type__contents {
  background: #f8f8f8;
  padding: 8rem;
}
@media screen and (max-width: 1024px) {
  .p-legacy-type__contents {
    padding: 3.6rem 2.4rem;
  }
}
.p-legacy-type__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-legacy-type__content {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-legacy-type__content {
    margin-bottom: 2.4rem;
  }
}
.p-legacy-type__content-txt {
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  width: 33.3%;
}
@media screen and (max-width: 1024px) {
  .p-legacy-type__content-txt {
    width: 100%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-legacy-type__content-txt {
    font-size: 2.2rem;
  }
}
.p-legacy-type__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 54.2%;
}
@media screen and (max-width: 1024px) {
  .p-legacy-type__list {
    width: 100%;
    gap: 1.6rem 0;
  }
}
.p-legacy-type__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  padding: 2.8rem 1rem;
  box-sizing: border-box;
  background: #ffffff;
  justify-content: center;
  width: 23.9%;
}
@media screen and (max-width: 767px) {
  .p-legacy-type__item {
    width: 48%;
  }
}
.p-legacy-type__item-img {
  width: auto;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .p-legacy-type__item-img {
    height: 6rem;
  }
}
.p-legacy-type__item-img--height6 {
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-legacy-type__item-img--height6 {
    height: 5rem;
  }
}
.p-legacy-type__item-txt {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-legacy-type__item-txt {
    font-size: 1.6rem;
  }
}
.p-legacy-contact__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}
.p-legacy-contact__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 8rem;
  box-sizing: border-box;
  background: url("../images/common/bg_filter.png") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .p-legacy-contact__wrap {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-legacy-contact__wrap {
    padding: 4rem 2.4rem;
  }
}
.p-legacy-contact__ttl {
  width: 34.9%;
}
@media screen and (max-width: 1024px) {
  .p-legacy-contact__ttl {
    width: 100%;
  }
}
.p-legacy-contact__ttl-img {
  width: 64px;
  height: 4px;
  margin: 0 auto 1.9rem;
}
.p-legacy-contact__ttl-jp {
  font-size: 2.8rem;
  letter-spacing: 0.03rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 0.8rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-legacy-contact__ttl-jp {
    font-size: 2.4rem;
  }
}
.p-legacy-contact__ttl-en {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
  margin-bottom: 2rem;
}
.p-legacy-contact__ttl-txt {
  font-size: 1.6rem;
  letter-spacing: 0.03rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-legacy-contact__ttl-txt {
    font-size: 1.4rem;
  }
}
.p-legacy-contact__address {
  width: 55.4%;
  background: #ffffff;
  padding: 3.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p-legacy-contact__address {
    width: 100%;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-legacy-contact__address {
    padding: 1.6rem;
  }
}
.p-legacy-step__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .p-legacy-step__inner {
    padding: 8rem 0;
  }
}
.p-legacy-step__info {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-legacy-step__info {
    margin-bottom: 4rem;
  }
}
.p-legacy-step__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1.8rem;
}
.p-legacy-step__heading-jp {
  font-size: 2.8rem;
  letter-spacing: 0.03rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-legacy-step__heading-jp {
    font-size: 2.4rem;
  }
}
.p-legacy-step__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-legacy-step__contents {
    gap: 5.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-legacy-step__contents {
    gap: 4rem 0;
  }
}
.p-legacy-step__contents::before {
  display: block;
  content: "";
  width: calc(100% - 240px);
  height: 2px;
  background: #d9d9d9;
  position: absolute;
  top: 129px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-legacy-step__contents::before {
    display: none;
  }
}
.p-legacy-step__content {
  width: 17.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-legacy-step__content {
    width: 48%;
  }
}
.p-legacy-step__content-no {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 100%;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-legacy-step__content-no {
    font-size: 3.4rem;
    margin-bottom: 1.2rem;
  }
}
.p-legacy-step__content-img {
  width: 120px;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-legacy-step__content-img {
    width: 100px;
    margin-bottom: 1.6rem;
  }
}
.p-legacy-step__content-ttl {
  font-size: 2rem;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 1.6rem;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .p-legacy-step__content-ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.p-legacy-step__content-txt {
  font-weight: 500;
  color: #231815;
}
.p-legacy-step__detail {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #404040;
}
@media screen and (max-width: 1024px) {
  .p-legacy-step__detail {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-legacy-step__detail {
    font-size: 1.2rem;
  }
}
.p-legacy-faq__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 15rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-legacy-faq__inner {
    padding: 0 0 8rem;
  }
}
.p-legacy-faq__wrap dl {
  border-bottom: 1px solid #d9d9d9;
}
.p-legacy-faq__wrap dl dt {
  cursor: pointer;
  transition: 0.3s;
  padding: 4.3rem 5rem;
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-legacy-faq__wrap dl dt {
    padding: 2.2rem 1.2rem;
    font-size: 1.4rem;
  }
}
.p-legacy-faq__wrap dl dt span.toggle {
  font-size: 1.6rem;
  line-height: 100%;
  padding-right: 3rem;
  background: url(../images/common/ico_open.svg) center right no-repeat;
  background-size: 24px auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-legacy-faq__wrap dl dt span.toggle {
    width: 80px;
    font-size: 1.2rem;
    padding-right: 1.8rem;
    background: url(../images/common/ico_open.svg) center right no-repeat;
    background-size: 16px auto;
  }
}
.p-legacy-faq__wrap dl dt.active span.toggle {
  background: url(../images/common/ico_close.svg) center right no-repeat;
  background-size: 24px auto;
}
@media screen and (max-width: 767px) {
  .p-legacy-faq__wrap dl dt.active span.toggle {
    width: 80px;
    background: url(../images/common/ico_close.svg) center right no-repeat;
    background-size: 16px auto;
  }
}
.p-legacy-faq__wrap dl dd {
  display: none;
  margin: 0;
  padding: 0 5rem 4.2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-legacy-faq__wrap dl dd {
    padding: 0 1.2rem 2.2rem;
  }
}
.p-legacy-faq__wrap dl dd.active {
  display: block;
}
.p-legacy-faq__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-legacy-faq__item {
    margin-bottom: 1.6rem;
  }
}
.p-legacy-faq__item:last-child {
  margin: 0;
}
.p-legacy-faq__item p {
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-legacy-faq__item p {
    font-size: 1.2rem;
  }
}
.p-legacy-faq__item p span.fontS {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-legacy-faq__item p span.fontS {
    font-size: 1.1rem;
  }
}
.p-legacy-faq__item p span.fontL {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-legacy-faq__item p span.fontL {
    font-size: 1.4rem;
  }
}
.p-legacy-faq__item a {
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-legacy-faq__item a {
    font-size: 1.2rem;
  }
}
.p-legacy-faq__item a:hover {
  color: #108900;
}
.p-legacy-faq__list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-legacy-faq__list li {
    font-size: 1.2rem;
  }
}
.p-legacy-faq__list--last li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 1rem;
}
.p-legacy-faq__list--last li:last-child {
  margin-bottom: 1rem;
}
.p-legacy-faq__list--last li span {
  display: block;
}
.p-legacy-faq__list--last li span.bold {
  font-weight: 500;
}

.p-corporate {
  padding-top: 21rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-corporate {
    padding-top: 11rem;
  }
}
.p-corporate-intro__container {
  position: relative;
}
.p-corporate-intro__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  position: absolute;
  position: absolute;
  top: -61px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-corporate-intro__inner {
    top: -30px;
  }
}
.p-corporate-intro__img {
  height: 55rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-intro__img {
    height: 28rem;
  }
}
.p-corporate-intro__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f8f8f8;
  padding: 3.4rem 4.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-corporate-intro__wrap {
    padding: 1.7rem 2.1rem;
  }
}
.p-corporate-intro__wrap-ttl {
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-corporate-intro__wrap-ttl {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate-intro__wrap-ttl {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.p-corporate-intro__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem;
  width: calc(100% - 328px);
}
@media screen and (max-width: 1024px) {
  .p-corporate-intro__list {
    width: 100%;
    gap: 0.8rem;
  }
}
.p-corporate-intro__item a {
  display: block;
  width: 100%;
  text-decoration: underline;
  line-height: 180%;
  padding: 0 8rem 0 0;
  background: url("../images/common/ico_next_topnews.svg") center right no-repeat;
  background-size: 48px auto;
}
@media screen and (max-width: 767px) {
  .p-corporate-intro__item a {
    background: none;
    padding: 0;
    font-size: 1.2rem;
  }
}
.p-corporate-intro__item a:hover {
  color: #108900;
}
.p-corporate-benefits__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 15rem 0 12.7rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__inner {
    padding: 8rem 0 6.4rem;
  }
}
.p-corporate-benefits__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f8f8f8;
  margin-bottom: 3.2rem;
}
.p-corporate-benefits__content {
  width: 25%;
  border-right: 1px solid #d9d9d9;
  padding: 3.6rem 3.2rem 4.8rem 2.4rem;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-corporate-benefits__content {
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__content {
    width: 100%;
    border-right: none;
    padding: 3.6rem 2.4rem 4.8rem;
  }
}
.p-corporate-benefits__content:last-child {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .p-corporate-benefits__content:nth-child(2) {
    border-right: none;
  }
}
.p-corporate-benefits__content-txt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__content-txt {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.p-corporate-benefits__content-price {
  margin-bottom: 3.3rem;
  font-size: 3rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__content-price {
    font-size: 2.8rem;
    margin-bottom: 1.7rem;
  }
}
.p-corporate-benefits__content-price span.fontM {
  font-size: 1.7rem;
  padding-left: 0.2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__content-price span.fontM {
    font-size: 1.4rem;
  }
}
.p-corporate-benefits__content-price span.fontS {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__content-price span.fontS {
    font-size: 1.3rem;
  }
}
.p-corporate-benefits__content-plus {
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000000;
  line-height: 100%;
  padding-bottom: 2.8rem;
  background: url("../images/common/ico_plus.svg") center bottom no-repeat;
  background-size: 20px auto;
}
.p-corporate-benefits__content-etc {
  font-size: 1.4rem;
  line-height: 100%;
  text-align: right;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__content-etc {
    font-size: 1.2rem;
  }
}
.p-corporate-benefits__list {
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__list {
    margin-bottom: 0.8rem;
    gap: 0.8rem;
  }
}
.p-corporate-benefits__item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__item {
    gap: 0.8rem;
  }
}
.p-corporate-benefits__item-ttl {
  font-weight: 700;
  background: url("../images/common/ico_check.svg") top 4px left no-repeat;
  background-size: 20px auto;
  padding-left: 2.4rem;
  line-height: 160%;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__item-ttl {
    font-size: 1.4rem;
    padding-left: 2rem;
    background: url("../images/common/ico_check.svg") top 4px left no-repeat;
    background-size: 16px auto;
  }
}
.p-corporate-benefits__item-ttl span.fontS {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__item-ttl span.fontS {
    font-size: 1.2rem;
  }
}
.p-corporate-benefits__detail {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-corporate-benefits__detail-item {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background: url("../images/common/ico_circle.svg") top 9px left 7px no-repeat;
  background-size: 4px auto;
  padding-left: 2.4rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__detail-item {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.p-corporate-benefits__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 8rem;
  box-sizing: border-box;
  background: url("../images/common/bg_filter.png") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .p-corporate-benefits__wrap {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__wrap {
    padding: 4rem 2.4rem;
  }
}
.p-corporate-benefits__ttl {
  width: 34.9%;
}
@media screen and (max-width: 1024px) {
  .p-corporate-benefits__ttl {
    width: 100%;
  }
}
.p-corporate-benefits__ttl-img {
  width: 64px;
  height: 4px;
  margin: 0 auto 1.9rem;
}
.p-corporate-benefits__ttl-jp {
  font-size: 2.8rem;
  letter-spacing: 0.03rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 0.8rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__ttl-jp {
    font-size: 2.4rem;
  }
}
.p-corporate-benefits__ttl-en {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
  margin-bottom: 2rem;
}
.p-corporate-benefits__ttl-txt {
  font-size: 1.6rem;
  letter-spacing: 0.03rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__ttl-txt {
    font-size: 1.4rem;
  }
}
.p-corporate-benefits__address {
  width: 55.4%;
  background: #ffffff;
  padding: 3.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p-corporate-benefits__address {
    width: 100%;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-corporate-benefits__address {
    padding: 1.6rem;
  }
}
.p-corporate-links__inner {
  width: 100%;
  width: min(90%, 1200px);
  margin: 0 auto;
}
.p-corporate-links__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-links__contents {
    gap: 0.1rem;
  }
}
.p-corporate-links__content {
  padding: 25.6rem 3.2rem 3.2rem;
  box-sizing: border-box;
  width: calc(50% - 0.2rem);
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-corporate-links__content {
    padding: 20.6rem 2.4rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate-links__content {
    width: 100%;
    padding: 12.8rem 1.6rem 1.6rem;
  }
}
.p-corporate-links__content-no01 {
  background: url("../images/corporate/bg_link01.png") center no-repeat;
  background-size: cover;
}
.p-corporate-links__content-no02 {
  background: url("../images/corporate/bg_link02.png") center no-repeat;
  background-size: cover;
}
.p-corporate-links__content-no03 {
  background: url("../images/corporate/bg_link03.png") center no-repeat;
  background-size: cover;
}
.p-corporate-links__content-no04 {
  background: url("../images/corporate/bg_link04.png") center no-repeat;
  background-size: cover;
}
.p-corporate-links__content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  transition: ease 0.3s;
}
@media screen and (max-width: 1024px) {
  .p-corporate-links__content h3 {
    font-size: 1.6rem;
  }
}
.p-corporate-detail__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 13rem 0 3.2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-corporate-detail__inner {
    padding: 7rem 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate-detail__wrap {
    width: calc(100vw - 5%);
  }
}
.p-corporate-detail__wrap table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-corporate-detail__wrap table {
    overflow-x: scroll;
    width: 720px;
  }
}
.p-corporate-detail__wrap table th {
  padding: 2.1rem 1.6rem;
  box-sizing: border-box;
  width: 20%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  background: #231815;
  border: 1px solid #000000;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-corporate-detail__wrap table th {
    font-size: 1.4rem;
  }
}
.p-corporate-detail__wrap table th::after {
  display: block;
  content: "";
  width: 1px;
  height: 21px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-corporate-detail__wrap table th:last-child::after {
  display: none;
}
.p-corporate-detail__wrap table td {
  padding: 2.2rem 1.6rem;
  box-sizing: border-box;
  width: 20%;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 130%;
  text-align: center;
  color: #000000;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 1024px) {
  .p-corporate-detail__wrap table td {
    font-size: 1.2rem;
    padding: 1.6rem 0.8rem;
  }
}
.p-corporate-detail__wrap table td:first-child {
  padding: 2.4rem 1.6rem;
  background: #f8f8f8;
  text-align: left;
  width: 20%;
  border-right: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .p-corporate-detail__wrap table td:first-child {
    font-size: 1.2rem;
    padding: 1.6rem;
  }
}
.p-corporate-detail__wrap table td span.fontS {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 1.2rem;
  color: #404040;
}
@media screen and (max-width: 1024px) {
  .p-corporate-detail__wrap table td span.fontS {
    font-size: 1.1rem;
  }
}
.p-corporate-detail__wrap table td span.fontS-mt12 {
  margin-top: 1.2rem;
}
.p-corporate-detail__wrap table td span.fontM {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-corporate-detail__wrap table td span.fontM {
    font-size: 1.4rem;
  }
}
.p-corporate-detail__wrap table td span.fontL {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-corporate-detail__wrap table td span.fontL {
    font-size: 2rem;
  }
}
.p-corporate-faq__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 15rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-corporate-faq__inner {
    padding: 0 0 8rem;
  }
}
.p-corporate-faq__wrap dl {
  border-bottom: 1px solid #d9d9d9;
}
.p-corporate-faq__wrap dl dt {
  cursor: pointer;
  transition: 0.3s;
  padding: 4.3rem 5rem;
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-faq__wrap dl dt {
    padding: 2.2rem 1.2rem;
    font-size: 1.4rem;
  }
}
.p-corporate-faq__wrap dl dt span.toggle {
  font-size: 1.6rem;
  line-height: 100%;
  padding-right: 3rem;
  background: url(../images/common/ico_open.svg) center right no-repeat;
  background-size: 24px auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-corporate-faq__wrap dl dt span.toggle {
    width: 80px;
    font-size: 1.2rem;
    padding-right: 1.8rem;
    background: url(../images/common/ico_open.svg) center right no-repeat;
    background-size: 16px auto;
  }
}
.p-corporate-faq__wrap dl dt.active span.toggle {
  background: url(../images/common/ico_close.svg) center right no-repeat;
  background-size: 24px auto;
}
@media screen and (max-width: 767px) {
  .p-corporate-faq__wrap dl dt.active span.toggle {
    width: 80px;
    background: url(../images/common/ico_close.svg) center right no-repeat;
    background-size: 16px auto;
  }
}
.p-corporate-faq__wrap dl dd {
  display: none;
  margin: 0;
  padding: 0 5rem 4.2rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-corporate-faq__wrap dl dd {
    padding: 0 1.2rem 2.2rem;
  }
}
.p-corporate-faq__wrap dl dd.active {
  display: block;
}
.p-corporate-faq__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-faq__item {
    margin-bottom: 1.6rem;
  }
}
.p-corporate-faq__item:last-child {
  margin: 0;
}
.p-corporate-faq__item p {
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-corporate-faq__item p {
    font-size: 1.2rem;
  }
}
.p-corporate-faq__item p span.fontS {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-faq__item p span.fontS {
    font-size: 1.1rem;
  }
}
.p-corporate-faq__item p span.fontL {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-corporate-faq__item p span.fontL {
    font-size: 1.4rem;
  }
}
.p-corporate-faq__item a {
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-faq__item a {
    font-size: 1.2rem;
  }
}
.p-corporate-faq__item a:hover {
  color: #108900;
}
.p-corporate-faq__list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-corporate-faq__list li {
    font-size: 1.2rem;
  }
}
.p-corporate-faq__list--last li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 1rem;
}
.p-corporate-faq__list--last li:last-child {
  margin-bottom: 1rem;
}
.p-corporate-faq__list--last li span {
  display: block;
}
.p-corporate-faq__list--last li span.bold {
  font-weight: 500;
}
.p-corporate-name__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-name__inner {
    padding: 0 0 10rem;
  }
}
.p-corporate-name__contents {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-name__contents {
    gap: 3rem;
  }
}
.p-corporate-name__content {
  padding: 0 0 5rem;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-corporate-name__content {
    padding: 0 0 3rem;
  }
}
.p-corporate-name__ttl {
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-corporate-name__ttl {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.p-corporate-name__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-corporate-name__list {
    gap: 0.8rem 0;
  }
}
.p-corporate-name__list p {
  width: 33.3%;
}
@media screen and (max-width: 1024px) {
  .p-corporate-name__list p {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate-name__list p {
    width: 100%;
  }
}
.p-corporate-name__list a {
  text-decoration: underline;
}
.p-corporate-name__list a:hover {
  color: #108900;
}

.p-contribution {
  padding-top: 21rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contribution {
    padding-top: 11rem;
  }
}
.p-contribution-intro__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: min(90%, 1200px);
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-contribution-intro__inner {
    padding: 0 0 5rem;
  }
}
.p-contribution-intro__txt {
  width: 40%;
  padding-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .p-contribution-intro__txt {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contribution-intro__txt {
    padding-top: 4rem;
  }
}
.p-contribution-intro picture {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .p-contribution-intro picture {
    width: 100%;
  }
}
.p-contribution-intro__img {
  display: block;
  width: 55vw;
  margin-right: calc(50% - 50vw);
  max-width: none;
  max-height: 41.4rem;
}
@media screen and (max-width: 1024px) {
  .p-contribution-intro__img {
    width: 100%;
    margin: 0;
  }
}
.p-contribution-contact__container {
  padding: 0 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-contribution-contact__container {
    padding: 0 0 10rem;
  }
}
.p-contribution-contact__inner {
  width: min(90%, 900px);
  margin: 0 auto;
  padding: 5rem;
  box-sizing: border-box;
  color: #000000;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-contribution-contact__inner {
    padding: 3.2rem 1.2rem;
  }
}
.p-contribution-contact__wrap {
  padding: 5rem;
  width: min(90%, 772px);
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  background: #f8f8f8;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contribution-contact__wrap {
    padding: 1.2rem;
    width: 100%;
  }
}
.p-contribution-contact__wrap-txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-contribution-contact__wrap-txt {
    font-size: 1.4rem;
  }
}

.p-report-archive {
  padding-top: 21rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-report-archive {
    padding-top: 11rem;
  }
}
.p-report-archive-intro__container {
  position: relative;
}
.p-report-archive-intro__img {
  height: 55rem;
}
@media screen and (max-width: 767px) {
  .p-report-archive-intro__img {
    height: 28rem;
  }
}
.p-report-archive-report__container {
  background: #f8f8f8;
}
.p-report-archive-report__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 14.5rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-report-archive-report__inner {
    padding: 7.5rem 0 8rem;
  }
}
.p-report-archive-report__list {
  margin-bottom: 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-report-archive-report__list {
    margin-bottom: 4.1rem;
  }
}
.p-report-archive-report__item:first-of-type a {
  border-top: 1px solid #d9d9d9;
}
.p-report-archive-report__item a {
  padding: 2rem 10.5rem 2rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: url("../images/common/ico_next_black.svg") center right 32px no-repeat;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .p-report-archive-report__item a {
    padding: 2rem 0;
    background: none;
    gap: 1.2rem;
  }
}
.p-report-archive-report__item a:hover .p-report-archive-report__item-ttl {
  color: #108900;
  transition: ease 0.3s;
}
.p-report-archive-report__item-img {
  width: 20.8%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-report-archive-report__item-img {
    width: 100%;
  }
}
.p-report-archive-report__item-txt {
  width: 77.1%;
}
@media screen and (max-width: 767px) {
  .p-report-archive-report__item-txt {
    width: 100%;
  }
}
.p-report-archive-report__item-date {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-report-archive-report__item-date {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.p-report-archive-report__item-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-report-archive-report__item-ttl {
    font-size: 1.4rem;
  }
}
.p-report-single {
  padding-top: 18rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-report-single {
    padding-top: 9rem;
  }
}
.p-report-single-body__inner {
  width: min(90%, 800px);
  margin: 0 auto;
  padding: 0 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-report-single-body__inner {
    padding: 0 0 10rem;
  }
}
.p-report-single-body__ttl {
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-report-single-body__ttl {
    margin-bottom: 1.6rem;
  }
}
.p-report-single-body__ttl-txt {
  font-size: 2.8rem;
  line-height: 175%;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-report-single-body__ttl-txt {
    font-size: 2rem;
  }
}
.p-report-single-body__ttl-date {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-report-single-body__ttl-date {
    font-size: 1.2rem;
  }
}
.p-report-single-body__detail {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-report-single-body__detail {
    gap: 3.2rem;
    margin-bottom: 4rem;
  }
}
.p-report-single-body__detail h3 {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  padding-top: 1.9rem;
  margin-bottom: 2.4rem;
  background: url("../images/common/ico_ttl_green.svg") top left no-repeat;
  background-size: 40px auto;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-report-single-body__detail h3 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
}
.p-report-single-body__detail h4 {
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin-bottom: 1.6rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-report-single-body__detail h4 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.p-report-single-body__detail ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-report-single-body__detail ul li {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 160%;
  font-weight: 400;
  color: #231815;
  background: url("../images/common/ico_square.svg") top 7px left no-repeat;
  background-size: 12px auto;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-report-single-body__detail ul li {
    font-size: 1.4rem;
  }
}
.p-report-single-body__detail p {
  line-height: 190%;
  letter-spacing: 0.05em;
  color: #000000;
}
.p-report-single-body__detail a {
  text-decoration: underline;
  color: #108900;
}
.p-report-single-body__detail a:hover {
  color: #231815;
}

.p-news-single {
  padding-top: 18rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news-single {
    padding-top: 9rem;
  }
}
.p-news-single-body__inner {
  width: min(90%, 800px);
  margin: 0 auto;
  padding: 0 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-news-single-body__inner {
    padding: 0 0 10rem;
  }
}
.p-news-single-body__ttl {
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-single-body__ttl {
    margin-bottom: 1.6rem;
  }
}
.p-news-single-body__ttl-txt {
  font-size: 2.8rem;
  line-height: 175%;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-news-single-body__ttl-txt {
    font-size: 2rem;
  }
}
.p-news-single-body__ttl-date {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-news-single-body__ttl-date {
    font-size: 1.2rem;
  }
}
.p-news-single-body__detail {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-news-single-body__detail {
    gap: 3.2rem;
    margin-bottom: 4rem;
  }
}
.p-news-single-body__detail h3 {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  padding-top: 1.9rem;
  margin-bottom: 2.4rem;
  background: url("../images/common/ico_ttl_green.svg") top left no-repeat;
  background-size: 40px auto;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-single-body__detail h3 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
}
.p-news-single-body__detail h4 {
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin-bottom: 1.6rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-single-body__detail h4 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.p-news-single-body__detail ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-news-single-body__detail ul li {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 160%;
  font-weight: 400;
  color: #231815;
  background: url("../images/common/ico_square.svg") top 7px left no-repeat;
  background-size: 12px auto;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news-single-body__detail ul li {
    font-size: 1.4rem;
  }
}
.p-news-single-body__detail p {
  line-height: 190%;
  letter-spacing: 0.05em;
  color: #000000;
}
.p-news-single-body__detail a {
  text-decoration: underline;
  color: #108900;
}
.p-news-single-body__detail a:hover {
  color: #231815;
}

.p-privacy {
  padding-top: 21rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding-top: 11rem;
  }
}
.p-privacy-body__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 20rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-privacy-body__inner {
    padding: 0 0 10rem;
  }
}
.p-privacy-body__contents {
  display: flex;
  flex-direction: column;
}
.p-privacy-body__content {
  padding: 4.3rem 5rem;
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-body__content {
    padding: 2.2rem 1.2rem;
    font-size: 1.4rem;
  }
}
.p-privacy-body__content-ttl {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-body__content-ttl {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.p-privacy-body__content-txt {
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-privacy-body__content-txt {
    font-size: 1.2rem;
  }
}
.p-privacy-body__content-txt--bold {
  margin-top: 1.6rem;
  font-weight: 500;
}
.p-privacy-body__content a {
  text-decoration: underline;
  font-size: 1.4rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-privacy-body__content a {
    font-size: 1.2rem;
  }
}
.p-privacy-body__content a:hover {
  color: #108900;
}
.p-privacy-body__list {
  margin-top: 1.6rem;
}
.p-privacy-body__item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-privacy-body__item {
    font-size: 1.2rem;
  }
}
.p-privacy-body__item--indent {
  text-indent: -2.7em;
  padding-left: 2.7em;
}
