/*================================
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: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 10px;
  background: #ffffff;
  margin-top: 0 !important;
}

h1,
h2,
h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 160%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 160%;
  font-weight: 400;
  text-decoration: none;
  transition: ease 0.3s;
  color: #231815;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 1.4rem;
  }
}
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;
  }
}
@media screen and (max-width: 767px) {
  br.pcTb {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}
br.tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tb {
    display: block;
  }
}
br.tbOnly {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tbOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  br.tbOnly {
    display: none;
  }
}
br.pc-smallOnly {
  display: none;
}
@media screen and (max-width: 1279px) {
  br.pc-smallOnly {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  br.pc-smallOnly {
    display: none;
  }
}

span.grn {
  color: #108900;
}

.scroll-hint-icon {
  top: 15%;
}

.c-mv__btn {
  width: min(100%, 424px);
  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-mv__btn a span.fontS {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-mv__btn a span.fontS {
    font-size: 1.4rem;
  }
}
.c-mv__btn--sub a {
  padding: 2.2rem 3rem;
  background: #890000 url("../images/common/ico_next_white.svg") center right 30px no-repeat;
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-mv__btn--sub a {
    padding: 1.4rem 2.4rem;
  }
}
.c-mv__btn--sub a:hover {
  background: #231815 url("../images/common/ico_next_white.svg") center right 30px no-repeat;
}
.c-section__btn {
  width: min(100%, 300px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section__btn {
    max-width: none;
    width: 100%;
  }
}
.c-section__btn a {
  width: 100%;
  display: inline-block;
  border: 1px solid #108900;
  padding: 2rem 1.8rem;
  line-height: 160%;
  background: #108900 url("../images/common/ico_next_white.svg") center right 18px no-repeat;
  font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-section__btn a {
    font-size: 1.6rem;
  }
}
.c-section__btn a:hover {
  background: #ffffff url("../images/common/ico_next_green.svg") center right 18px no-repeat;
  color: #108900;
}
.c-section__btn--sub a {
  padding: 2.2rem 3rem;
  background: #890000 url("../images/common/ico_next_white.svg") center right 30px no-repeat;
  color: #ffffff;
  font-size: 1.6rem;
}
.c-section__btn--sub a:hover {
  background: #231815 url("../images/common/ico_next_white.svg") center right 30px no-repeat;
}
.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: 1024px) {
  .c-footLink-cta__container {
    background: url("../images/common/bg_cta_tb.png") 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.7rem 0;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__inner {
    padding: 5.7rem 0;
  }
}
.c-footLink-cta__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-footLink-cta__contents {
    gap: 7.55rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__contents {
    gap: 5rem;
  }
}
.c-footLink-cta__content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .c-footLink-cta__content {
    width: 100%;
  }
}
.c-footLink-cta__content:last-child {
  border-left: 1px solid #ffffff;
  padding-left: 10.5rem;
}
@media screen and (max-width: 1024px) {
  .c-footLink-cta__content:last-child {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #ffffff;
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__content:last-child {
    padding-top: 5rem;
  }
}
.c-footLink-cta__heading {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__heading {
    gap: 2rem;
  }
}
.c-footLink-cta__heading-img {
  width: 64px;
  height: 6px;
}
.c-footLink-cta__heading-jp {
  font-size: 3rem;
  line-height: 170%;
  letter-spacing: 0.03rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__heading-jp {
    font-size: 2.8rem;
  }
}
.c-footLink-cta__heading-en {
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
}
.c-footLink-cta__heading-txt {
  color: #ffffff;
}
.c-footLink-vision__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 14rem 0 14.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-footLink-vision__inner {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footLink-vision__inner {
    padding: 7rem 0 7.2rem;
    gap: 3rem;
  }
}
.c-footLink-vision__heading {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .c-footLink-vision__heading {
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-footLink-vision__heading {
    gap: 1.2rem;
  }
}
.c-footLink-vision__heading-img {
  width: min(65.1%, 391px);
}
@media screen and (max-width: 767px) {
  .c-footLink-vision__heading-img {
    width: 80%;
  }
}
.c-footLink-vision__heading-jp {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-footLink-vision__heading-jp {
    font-size: 1.6rem;
  }
}
.c-footLink-vision__heading-txt {
  color: #ffffff;
}
.c-footLink-vision__wrap {
  width: 50%;
  padding-left: 15.3rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .c-footLink-vision__wrap {
    width: 100%;
    padding: 0;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-footLink-vision__wrap {
    gap: 1rem;
  }
}
.c-footLink-vision__wrap-ttl {
  font-size: 4.8rem;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-footLink-vision__wrap-ttl {
    font-size: 3.6rem;
  }
}
.c-footLink-vision__wrap-txt {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .c-footLink-vision__wrap-txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-footLink-vision__wrap-txt {
    font-size: 1.8rem;
  }
}

.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: 2.8rem 0 2.8rem 2rem;
  box-sizing: border-box;
  background: #ffffff;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1.2rem 1.6rem;
  }
}
.l-header.is-scroll {
  transition: 0.3s ease-out;
  padding: 1.2rem 0 1.2rem 2rem;
}
@media screen and (max-width: 1024px) {
  .l-header.is-scroll {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header.is-scroll {
    padding: 1.2rem 1.6rem;
  }
}
.l-header.is-scroll .l-header__logo {
  width: 15.4rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header.is-scroll .l-header__logo {
    width: 15.7rem;
  }
}
.l-header.is-scroll .l-header__logo a {
  gap: 0;
}
.l-header.is-scroll .l-header__logo a p {
  font-size: 1.1rem;
}
.l-header.is-scroll .l-header__nav-list__item a {
  width: 16.2rem;
}
@media screen and (max-width: 1279px) {
  .l-header.is-scroll .l-header__nav-list__item a {
    width: 15.2rem;
  }
}
.l-header.is-scroll .l-header__nav-list__item a img {
  display: none;
  transition: 0.3s ease-out;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  display: block;
  width: 25.7rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 15.7rem;
  }
}
.l-header__logo__ttl a {
  display: grid;
  align-items: center;
  gap: 0.9rem;
}
.l-header__logo__ttl a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .l-header__logo__ttl a {
    gap: 0;
  }
}
.l-header__logo__ttl a img {
  width: 100%;
  transition: 0.3s ease-out;
}
.l-header__logo__ttl a p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 100%;
  padding: 0.6rem 0 0;
  text-align: center;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header__logo__ttl a p {
    font-size: 1.1rem;
  }
}
.l-header__nav {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: flex-end;
}
.l-header__nav-list__item {
  background: url("../images/common/ico_header_nav.svg") bottom right no-repeat;
  background-size: 1px 24px;
}
.l-header__nav-list__item--no01 a {
  width: 11.6rem !important;
}
.l-header__nav-list__item--no01 a img {
  width: 3.7rem;
}
.l-header__nav-list__item--no02 a {
  gap: 1.3rem;
}
.l-header__nav-list__item--no02 a img {
  width: 4.4rem;
}
.l-header__nav-list__item--no03 a img {
  width: 4.3rem;
}
.l-header__nav-list__item--no05 {
  background: none;
}
.l-header__nav-list__item:hover .l-header__nav-list__sub {
  visibility: visible;
  opacity: 1;
}
.l-header__nav-list__item a {
  display: grid;
  align-items: center;
  gap: 1.1rem;
  width: 18.2rem;
}
.l-header__nav-list__item a.current {
  position: relative;
}
.l-header__nav-list__item a.current::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #108900;
}
.l-header__nav-list__item a:hover p {
  color: #108900;
  transition: ease 0.3s;
}
@media screen and (max-width: 1279px) {
  .l-header__nav-list__item a {
    width: 16.2rem;
  }
}
.l-header__nav-list__item a img {
  width: 3.8rem;
  margin: 0 auto;
}
.l-header__nav-list__item a p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 500;
  transition: ease 0.3s;
}
.l-header__nav-list__item a p img {
  width: 18px;
  vertical-align: middle;
  padding-left: 0.6rem;
}
.l-header__nav-list__sub {
  position: absolute;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  top: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #f8f8f8;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding: 2.4rem;
}
.l-header__nav-list__sub li a {
  display: block;
  width: 100% !important;
}
.l-header__nav-list__sub li a img {
  margin-bottom: 0.8rem;
  width: 100%;
  display: block !important;
}
.l-header__nav-list__sub li a p {
  background: url("../images/common/ico_header_right.svg") center left no-repeat;
  background-size: 16px auto;
  padding-left: 2rem;
  font-size: 1.4rem;
  text-align: left;
}
.l-header__menu {
  z-index: 9999;
  position: relative;
  width: 36px;
  height: 36px;
  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: 36px;
  height: 36px;
  box-sizing: border-box;
}
.l-header__menu__inner span {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 1.5px;
  background: #231815;
}
.l-header__menu__inner span:nth-of-type(1) {
  top: 5px;
}
.l-header__menu__inner span:nth-of-type(2) {
  top: 15px;
}
.l-header__menu__inner span:nth-of-type(3) {
  top: 25px;
}
.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;
  padding: 2rem 0 5.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-header__spNav {
    padding: 1.2rem 0 3.2rem;
  }
}
.l-header__spNav.is-open {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}
.l-header__spNav__logo {
  display: block;
  width: 15.4rem;
  transition: 0.3s ease-out;
  margin: 0 0 1.8rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-header__spNav__logo {
    width: 15.7rem;
  }
}
.l-header__spNav__logo a {
  display: grid;
  align-items: center;
  gap: 0;
}
.l-header__spNav__logo a img {
  width: 100%;
  transition: 0.3s ease-out;
}
.l-header__spNav__logo a p {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 100%;
  padding: 0.6rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header__spNav__logo a p {
    font-size: 1.1rem;
  }
}
.l-header__spNav-list {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 2.4rem;
}
.l-header__spNav-list__item:last-child a {
  border-bottom: 1px solid #d9d9d9;
}
.l-header__spNav-list__item a {
  padding: 2rem 2.4rem;
  width: 100%;
  display: inline-block;
  background: url("../images/common/ico_next_black.svg") center right 24px no-repeat;
  background-size: 14px auto;
  border-top: 1px solid #d9d9d9;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}
.l-header__spNav-list__item a img {
  width: 24px;
  margin-right: 1.2rem;
  vertical-align: middle;
}
.l-header__spNav-list__item-sub {
  gap: 2rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.8rem;
}
.l-header__spNav-list__item-sub li {
  padding-left: 15%;
}
.l-header__spNav-list__item-sub li a {
  border: none;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
}
.l-header__spNav-list__item p {
  padding: 2rem 2.4rem;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  border-top: 1px solid #d9d9d9;
}
.l-header__spNav-list__item p img {
  width: 24px;
  margin-right: 1.2rem;
  vertical-align: middle;
}
.l-header__spNav-btn {
  display: flex;
  gap: 0.6rem;
  flex-direction: column;
  box-sizing: border-box;
  width: 87%;
  margin: 0 auto;
}
.l-header__spNav-btn__item a {
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  border: 1px solid #890000;
  padding: 2.1rem 3rem;
  box-sizing: border-box;
  line-height: 100%;
  background: #890000 url("../images/common/ico_next_white.svg") center right 24px no-repeat;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__spNav-btn__item a {
    font-size: 1.6rem;
  }
}
.l-header__spNav-btn__item a:hover {
  background: #ffffff url("../images/common/ico_next_white.svg") center right 24px no-repeat;
  color: #890000;
}
.l-header__fixed {
  display: none;
  width: min(28%, 300px);
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  border-radius: 4px;
  background: url("../images/common/bg_floating.png") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .l-header__fixed {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__fixed {
    display: none !important;
  }
}
.l-header__fixed-wrap {
  padding: 2.6rem 2rem 2.5rem;
  box-sizing: border-box;
  text-align: center;
}
.l-header__fixed-img {
  width: 40px;
  height: 2px;
  margin: 0 auto 0.6rem;
}
.l-header__fixed-txt {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
  margin-bottom: 1.1rem;
  text-align: center;
  line-height: 170%;
}
.l-header__fixed a {
  border-radius: 4px;
  width: min(98%, 260px);
  text-align: left;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 1.6rem 2rem;
  box-sizing: border-box;
  line-height: 100%;
  font-weight: 500;
  background: #ffffff url("../images/common/ico_next_black.svg") center right 20px no-repeat;
  font-size: 1.8rem;
  color: #231815;
}
.l-header__fixed a:hover {
  background: #231815 url("../images/common/ico_next_white.svg") center right 20px no-repeat;
  color: #ffffff;
}
.l-header__fixedSp {
  display: none;
  width: min(90%, 350px);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 20px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  opacity: 0.95;
}
.l-header__fixedSp a {
  opacity: 1;
  padding: 1.2rem 22.8% 1.2rem 29.8%;
  box-sizing: border-box;
  border-radius: 4px;
  background: url("../images/common/bg_floating_sp.png") center no-repeat;
  background-size: cover;
  width: 100%;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 0.8rem;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  border: 2px solid #890000;
  color: #ffffff;
}
.l-header__fixedSp a:hover {
  color: #231815;
}
.l-header__fixedSp a p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
}
.l-header__fixedSp a p span.fontS {
  font-size: 1.3rem;
}
.l-header__fixedSp a img {
  width: 22px;
}
.l-header__fixedSp02 {
  display: none;
  width: 100px;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 10;
}
.l-header__fixedSp02 a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 2.1rem 0.8rem;
  box-sizing: border-box;
  background: url("../images/common/bg_floating_sp02.png") center no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  border: 2px solid #890000;
  color: #ffffff;
}
.l-header__fixedSp02 a:hover {
  color: #231815;
}
.l-header__fixedSp02 a p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
}
.l-header__fixedSp02 a p span.fontS {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  display: inline-block;
}

.l-footer__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 11rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 6rem 0 0;
    margin-bottom: 6rem;
    gap: 4rem;
  }
}
.l-footer__logo {
  width: 418px;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo {
    width: 100%;
  }
}
.l-footer__logo a {
  display: block;
  width: 100%;
}
.l-footer__logo a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo a {
    text-align: center;
  }
}
.l-footer__logo-img {
  width: 324px;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-img {
    width: 70%;
    margin-bottom: 1.2rem;
  }
}
.l-footer__logo-jp {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo-jp {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.l-footer__logo-en {
  font-size: 3.5rem;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 2rem;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo-en {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
    text-align: center;
  }
}
.l-footer__logo-txt {
  font-family: "Noto Serif JP", sans-serif;
  padding-right: 3rem;
  background: #ffffff url("../images/common/ico_next_black.svg") center right 10px no-repeat;
  background-size: 21px auto;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo-txt {
    font-size: 1.4rem;
    background: #ffffff url("../images/common/ico_next_black.svg") center right no-repeat;
    background-size: 21px auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo-txt {
    text-align: left;
  }
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 44%;
  gap: 15rem;
}
@media screen and (max-width: 1279px) {
  .l-footer__nav {
    gap: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__nav {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 3.2rem;
  }
}
.l-footer__nav-txt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-txt {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.l-footer__nav__sub {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__sub {
    margin-bottom: 3.2rem;
  }
}
.l-footer__nav__sub:last-child {
  margin-bottom: 0;
}
.l-footer__nav__sub-txt {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__sub-txt {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.4rem 0;
    flex-direction: row;
  }
}
.l-footer__nav-list--gap32 {
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list--gap32 {
    gap: 2.4rem 0;
  }
}
.l-footer__nav-list__item {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list__item {
    width: 48%;
  }
}
.l-footer__nav-list__item a {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list__item a {
    font-size: 1.3rem;
  }
}
.l-footer__nav-list__item a:hover {
  color: #108900;
}
.l-footer__nav-list__item--font a {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list__item--font a {
    font-size: 1.3rem;
  }
}
.l-footer__copy p {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: center;
  background: #231815;
  padding: 1.8rem 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy p {
    font-size: 1.2rem;
    padding: 0.9rem 0 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: 6rem;
  }
}
.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: 3.5rem;
  }
}
.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: 500;
  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: -2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__slide .swiper-pagination {
    width: 100%;
    bottom: -1.6rem;
    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: 1.8rem 2.4rem;
    background: url("../images/top/bg_main_sp.png") center no-repeat;
    background-size: cover;
    border-radius: 0.4rem;
  }
}
.p-top-mv__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__heading-img {
    display: none;
  }
}
.p-top-mv__heading-en {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__heading-en {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.p-top-mv__heading-jp {
  font-size: 4.2rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 0.6rem;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  .p-top-mv__heading-jp {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__heading-jp {
    font-size: 2.4rem;
  }
}
.p-top-mv__heading-txt {
  margin-bottom: 3.2rem;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__heading-txt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.p-top-mv__btn {
  display: grid;
  gap: 1.4rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__btn {
    gap: 0.6rem;
  }
}
.p-top-use__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 10rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-top-use__inner {
    padding: 5rem 0 10rem;
  }
}
.p-top-use__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .p-top-use__info {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use__info {
    margin-bottom: 4rem;
  }
}
.p-top-use__heading {
  text-align: left;
}
.p-top-use__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1.8rem;
}
.p-top-use__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) {
  .p-top-use__heading-jp {
    font-size: 2.4rem;
  }
}
.p-top-use__heading-en {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #108900;
}
.p-top-use__info-txt {
  width: 45.8%;
  padding-top: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .p-top-use__info-txt {
    width: 100%;
    padding: 0;
  }
}
.p-top-use__info-txt p {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-use__info-txt p {
    font-size: 1.4rem;
  }
}
.p-top-use__wrap {
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1279px) {
  .p-top-use__wrap {
    overflow: scroll;
    white-space: nowrap;
  }
}
.p-top-use__contents {
  width: calc(100vw - (100vw - 1200px) / 2);
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1279px) {
  .p-top-use__contents {
    width: calc(100vw - (100vw - 100%) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .p-top-use__contents {
    width: 1200px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use__contents {
    width: 1000px;
  }
}
.p-top-use__content {
  width: calc((100vw - (100vw - 1200px) / 2) / 4);
  padding: 2.3rem 3.2rem 3.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 23.5rem;
}
@media screen and (max-width: 1279px) {
  .p-top-use__content {
    width: calc((100vw - (100vw - 100%) / 2) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .p-top-use__content {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-use__content {
    width: 25%;
    gap: 16.5rem;
    padding: 1.6rem 2.4rem 2.4rem;
  }
}
.p-top-use__content--no01 {
  background: url("../images/top/bg_use01.png") center no-repeat;
  background-size: cover;
}
.p-top-use__content--no02 {
  background: url("../images/top/bg_use02.png") center no-repeat;
  background-size: cover;
}
.p-top-use__content--no03 {
  background: url("../images/top/bg_use03.png") center no-repeat;
  background-size: cover;
}
.p-top-use__content--no04 {
  background: url("../images/top/bg_use04.png") center no-repeat;
  background-size: cover;
}
.p-top-use__content-number {
  font-size: 4.8rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-use__content-number {
    font-size: 4rem;
  }
}
.p-top-use__content-txt {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #ffffff;
  font-weight: 400;
  white-space: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-use__content-txt {
    font-size: 1.6rem;
    font-weight: 500;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
.p-top-individual__container::before {
  display: block;
  content: "";
  background: url("../images/top/bg_individual.png") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 42.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-individual__container::before {
    height: 22rem;
  }
}
.p-top-individual__inner {
  width: min(90%, 1200px);
  margin: -5rem auto 0;
  padding: 8.5rem 0 20rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-individual__inner {
    margin: -3rem auto 0;
    padding: 4.3rem 0 10rem;
  }
}
.p-top-individual__contents {
  display: grid;
  gap: 4.2rem;
}
@media screen and (max-width: 1024px) {
  .p-top-individual__contents {
    gap: 8rem;
  }
}
.p-top-individual__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-top-individual__content {
    gap: 2.4rem;
  }
}
.p-top-individual__img {
  width: 37.5%;
}
@media screen and (max-width: 1024px) {
  .p-top-individual__img {
    width: 100%;
    order: -1;
  }
}
.p-top-individual__detail {
  width: 58.2%;
}
@media screen and (max-width: 1024px) {
  .p-top-individual__detail {
    order: -1;
    width: 100%;
  }
}
.p-top-individual__detail-img {
  width: 48px;
  height: 6px;
  margin: 0 auto 2rem;
}
.p-top-individual__detail-ttl {
  font-size: 2rem;
  letter-spacing: 0.03rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-individual__detail-ttl {
    font-size: 1.8rem;
  }
}
.p-top-individual__detail-txt {
  font-size: 1.4rem;
  color: #108900;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-individual__detail-txt {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
}
.p-top-individual__link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-individual__link {
    gap: 1.2rem;
  }
}
.p-top-individual__link-txt {
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  width: calc(100% - 320px);
}
@media screen and (max-width: 1279px) {
  .p-top-individual__link-txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-individual__link-txt {
    width: 100%;
    font-size: 2.4rem;
  }
}
.p-top-corporate__inner {
  width: min(90%, 1200px);
  padding: 0 0 18rem;
  margin: 0 auto;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-corporate__inner {
    padding: 0 0 9rem;
  }
}
.p-top-corporate__contents {
  display: grid;
  gap: 4.2rem;
}
@media screen and (max-width: 1024px) {
  .p-top-corporate__contents {
    gap: 8rem;
  }
}
.p-top-corporate__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-top-corporate__content {
    gap: 2.4rem;
  }
}
.p-top-corporate__img {
  width: 37.5%;
}
@media screen and (max-width: 1024px) {
  .p-top-corporate__img {
    width: 100%;
    order: -1;
  }
}
.p-top-corporate__detail {
  width: 58.2%;
}
@media screen and (max-width: 1024px) {
  .p-top-corporate__detail {
    order: -1;
    width: 100%;
  }
}
.p-top-corporate__detail-img {
  width: 48px;
  height: 6px;
  margin: 0 auto 2rem;
}
.p-top-corporate__detail-ttl {
  font-size: 2rem;
  letter-spacing: 0.03rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-corporate__detail-ttl {
    font-size: 1.8rem;
  }
}
.p-top-corporate__detail-txt {
  font-size: 1.4rem;
  color: #108900;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-corporate__detail-txt {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
}
.p-top-corporate__link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-corporate__link {
    gap: 1.2rem;
  }
}
.p-top-corporate__link-txt {
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  width: calc(100% - 320px);
}
@media screen and (max-width: 1279px) {
  .p-top-corporate__link-txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-corporate__link-txt {
    width: 100%;
    font-size: 2.4rem;
  }
}
.p-top-support__container {
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-top-support__container {
    padding-bottom: 2.4rem;
  }
}
.p-top-support__inner {
  width: min(90%, 1200px);
  background: #f8f8f8;
  padding: 15rem 4.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-support__inner {
    padding: 15rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-support__inner {
    padding: 4rem 2rem;
  }
}
.p-top-support__info {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-support__info {
    margin-bottom: 5rem;
  }
}
.p-top-support__info--mb32 {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-support__info--mb32 {
    margin-bottom: 2.4rem;
  }
}
.p-top-support__info p {
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-support__info p {
    text-align: left;
  }
}
.p-top-support__contents {
  display: flex;
  flex-direction: column;
  gap: 11.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-support__contents {
    gap: 6rem;
  }
}
.p-top-support__ttl {
  position: relative;
  text-align: center;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-support__ttl {
    margin-bottom: 2.8rem;
  }
}
.p-top-support__ttl::after {
  display: block;
  content: "";
  background: #d9d9d9;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.p-top-support__txt {
  font-size: 2.8rem;
  font-weight: 500;
  padding: 0 4.8rem;
  background: #f8f8f8;
  position: relative;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-support__txt {
    font-size: 2rem;
    padding: 0 1.2rem;
  }
}
.p-top-support__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-top-support__list {
    gap: 1.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-support__list {
    gap: 0.4rem 0;
  }
}
.p-top-support__item {
  width: calc(50% - 0.8rem);
  background: #ffffff;
  padding: 1.6rem 4rem 1.6rem 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-top-support__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-support__item {
    padding: 1.2rem;
  }
}
.p-top-support__item a {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  align-items: center;
  width: 100%;
  background: url("../images/common/ico_next_black.svg") center right no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-support__item a {
    gap: 1.6rem;
  }
}
.p-top-support__item a:hover .p-top-support__item-ttl {
  color: #108900;
  transition: ease 0.3s;
}
.p-top-support__item-img {
  width: 25.7%;
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
}
.p-top-support__item-txt {
  width: calc(70% - 24px);
}
@media screen and (max-width: 767px) {
  .p-top-support__item-txt {
    width: calc(70% - 28px);
  }
}
.p-top-support__item-ttl {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-support__item-ttl {
    font-size: 1.6rem;
  }
}
.p-top-support__item-corporate {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-support__item-corporate {
    font-size: 1.2rem;
  }
}
.p-top-support__btn {
  width: min(100%, 400px);
  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 {
  width: 100%;
  display: inline-block;
  padding: 1.7rem 2rem;
  line-height: 160%;
  background: #ffffff url("../images/common/ico_next_black.svg") center right 24px no-repeat;
  font-size: 2rem;
  font-weight: 500;
  box-sizing: border-box;
  text-align: center;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .p-top-support__btn a {
    font-size: 1.8rem;
  }
}
.p-top-support__btn a:hover {
  background: #108900 url("../images/common/ico_next_white.svg") center right 24px no-repeat;
  color: #ffffff;
}
.p-top-report__container {
  background: #f8f8f8;
}
.p-top-report__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 14.5rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-top-report__inner {
    padding: 7.5rem 0 8rem;
  }
}
.p-top-report__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .p-top-report__info {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-report__info {
    margin-bottom: 4rem;
  }
}
.p-top-report__heading {
  text-align: left;
}
.p-top-report__heading-img {
  width: 64px;
  height: 6px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-report__heading-img {
    margin: 0 auto 1.8rem;
  }
}
.p-top-report__heading-jp {
  font-size: 2.8rem;
  letter-spacing: 0.03rem;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-report__heading-jp {
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
  }
}
.p-top-report__heading-en {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #108900;
}
.p-top-report__info-txt {
  width: 45.8%;
  padding-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-top-report__info-txt {
    width: 100%;
    padding: 0;
  }
}
.p-top-report__info-txt p {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-report__info-txt p {
    font-size: 1.4rem;
  }
}
.p-top-report__contents {
  width: 74.3%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-top-report__contents {
    width: 100%;
  }
}
.p-top-report__list {
  margin-bottom: 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-report__list {
    margin-bottom: 4.1rem;
  }
}
.p-top-report__item:nth-of-type(1) a {
  padding: 2.4rem 10.5rem 2rem 0;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-top-report__item:nth-of-type(1) a {
    padding: 2rem 0;
  }
}
.p-top-report__item:nth-of-type(3) a {
  padding: 2rem 10.5rem 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-report__item:nth-of-type(3) a {
    padding: 2rem 0;
  }
}
.p-top-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-top-report__item a {
    padding: 2rem 0;
    background: none;
    gap: 1.2rem;
  }
}
.p-top-report__item a:hover .p-top-report__item-ttl {
  color: #108900;
  transition: ease 0.3s;
}
.p-top-report__item-img {
  width: 20%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-report__item-img {
    width: 100%;
  }
}
.p-top-report__item-txt {
  width: 77.3%;
}
@media screen and (max-width: 767px) {
  .p-top-report__item-txt {
    width: 100%;
  }
}
.p-top-report__item-date {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-report__item-date {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.p-top-report__item-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-report__item-ttl {
    font-size: 1.4rem;
  }
}

.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: 33.3%;
  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: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .p-individual-benefits__content {
    width: 100%;
    padding: 3.6rem 2.4rem 4.8rem;
  }
}
.p-individual-benefits__content:last-child {
  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 #8c8c8c;
  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%;
  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%;
}
.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%;
  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;
}
@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: 33.3%;
  border-right: 1px solid #d9d9d9;
  padding: 6.6rem 8.3rem 3.6rem 7.4rem;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-corporate-benefits__content {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate-benefits__content {
    width: 100%;
    padding: 3.6rem 2.4rem 4.8rem;
  }
}
.p-corporate-benefits__content:last-child {
  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: 25%;
  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: 18.75%;
  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: 25%;
  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: #8c8c8c;
}
@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: #8c8c8c;
}
@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;
}
