/* レイアウト
* -------------------------------------------------- */
.fs-l-pageMain > .l-page {
    max-width: none;
}
.l-page {
    position: relative;
    padding: 170px 0 40px;
    margin-bottom: 0;
}
.l-page::before {
    position: fixed;
    content: "";
    width: 100%;
    height: 400px;
    background: url(/item/img/fundraising/common/bg_page_pc.png) no-repeat;
    background-size: cover;
    background-position: center top;
    top: 70px;
    left: 0;
    z-index: -1;
}
.l-page::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 400px);
    background: #FFFAEB;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.l-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
}
.l-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px 100px 100px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 960px) {
    .l-content {
        padding: 20px 20px 80px;
    }
}

@media screen and (max-width: 767px) {
    .l-page {
        padding: 128px 0 60px;
    }

    .l-page:before {
        height: 240px;
        background-image: url(/item/img/fundraising/common/bg_page_sp.png);
        background-size: cover;
        background-position: center top;
    }
    .l-page::after {
        height: calc(100% - 240px);
    }
    .l-container {
      padding: 0 10px;
    }
}

/* モジュール
* -------------------------------------------------- */

.m-heading01 {
    font-size: 2rem;
    font-weight: 600;
    padding: 8px 20px 12px;
    color: #fff;
    background: #C8AB59;
    position: relative;
    margin: 0 auto 40px;
    line-height: 1.5;
}
.m-heading01::before {
    position: absolute;
    content: "";
    background: #fff;
    width: calc(100% - 16px);
    left: 8px;
    bottom: 5px;
    height: 1px;
}
@media screen and (max-width: 960px) {
    .m-heading01 {
        margin-bottom: 20px;
    }
}
.m-heading02 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 19px;
    font-size: 1.9rem;
    position: relative;
    border-bottom: solid 1px #C8AB59;
    line-height: 1.5;
    padding: 0 0 10px 22px;
}
.m-heading02::before {
    position: absolute;
    content: "";
    pointer-events: none;
    width: 13px;
    height: 13px;
    background: #C8AB59;
    left: 0;
    top: 9px;
}
@media screen and (max-width: 960px) {
    .m-heading02 {
        margin-bottom: 20px;
    }
}
.m-head {
    font-size: 2.6rem;
    font-weight: 600;
    border-bottom: solid 3px #FABF3D;
    line-height: 1.5;
    padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
    .m-head {
        font-size: 2.2rem;
        border-bottom: solid 2px #FABF3D;
        padding-bottom: 4px;
    }
}
.m-link {
    margin: 40px auto 0;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}

.m-link_item a {
    display: block;
    border: solid 1px #E3D09B;
    min-height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 12px 50px 12px 20px;
    text-decoration: none;
    color: #000;
    position: relative;
    line-height: 1.5;
    transition: .3s;
}
.m-link_item a::before {
    position: absolute;
    content: "";
    right: 20px;
    background: url(/item/img/fundraising/common/ico_link_arrow.svg) no-repeat;
    background-size: 17px;
    background-position: center;
    width: 20px;
    height: 10px;
    top: 20px;
}
.m-link li a:hover {
    background-color: #fcf1d1;
}
@media screen and (max-width: 767px) {
    .m-link {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
}
.m-breadcrumbs {
    margin: 30px auto;
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
}
.m-breadcrumbs_list {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 30px;
}
.m-breadcrumbs_list:first-child:after {
    position: absolute;
    content: "";
    transform: rotate(20deg);
    width: 1px;
    height: 80%;
    background-color: #C8AB59;
    right: 15px;
    bottom: 0;
}


.m-text,
.m-catch {
    line-height: 2;
    font-size: 16px;
}
.m-text.is-catch {
  font-weight: 700;
}
.m-text + .m-text {
  margin-top: 1em;
}
.m-text span {
  font-size: 0.8em;
}
.m-text a {
    text-decoration: underline;
    outline: none;
    color: #C8AB59;
}
.m-text a:hover {
    text-decoration: none;
}
@media screen and (max-width: 960px) {
  .m-text,
  .m-catch {
      line-height: 1.7;
      font-size: 14px;
  }
}

.m-list {
  text-indent: -1em;
  padding-left: 1em;
}
.m-list.is-num {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.m-list.is-num li {
  counter-increment: num;
}
.m-list.is-num li p::before {
  content: "（"counter(num)"）";
}
.m-list.is-caution {
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.m-button {
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  text-align: center;
  max-width: 500px;
  margin: 40px auto 0;
  position: relative;
}
.m-button a {
  display: block;
  color: #000;
  text-decoration: none;
  background: #FABF3D;
  text-shadow: 1px 1px 0 #fff;
  border-radius: 40px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.m-button::before {
  position: absolute;
  content: "";
  font-family: "fontello" !important;
  font-weight: 400;
  color: #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .m-button a:hover {
      background: #ffd881;
  }
}
@media screen and (max-width: 767px) {
  .m-button {
      font-size: 1.9rem;
      margin-top: 60px;
  }
  .m-button::before {
    right: 15px;
  }
  .m-button a {
      min-height: 55px;
  }
}

.m-section {
    margin-top: 40px;
}
.m-section_child {
    margin-top: 20px;
}

/* ------------------------------------------------------------
 * ユーティリティ
 * ------------------------------------------------------------ */

.u-mt0 {
  margin-top: 0 !important;
}
.u-mt1em {
  margin-top: 1em !important;
}
/* ------------------------------------------------------------
 * aboutページ固有
 * ------------------------------------------------------------ */

/* 記念事業募金のお願い
* -------------------------------------------------- */
#about .request {
    margin-top: 70px;
}

#about .request_name {
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.8;
    padding-top: 30px;
}
#about .request_name span {
  font-weight: 700;
}
#about .request_name strong {
    font-size: 1.9rem;
    padding-left: 10px;
}
#about .request_img {
    max-width: 630px;
    margin: 70px auto 0;
}
@media screen and (max-width: 960px) {
    #about .request {
        margin-top: 40px;
    }
    #about .request_name {
        font-size: 1.2rem;
    }
    #about .request_name strong {
        font-size: 1.6rem;
    }
}

/* 125周年記念事業
* -------------------------------------------------- */
#about .memory {
    margin-top: 160px;
}
#about .memoryItem {
    display: grid;
    column-gap: 40px;
    grid-template-areas:
        "img heading"
        "img list";
    grid-template-rows: max-content 1fr;
    grid-template-columns: max-content 1fr;
}
#about .memoryItem_img {
    grid-area: img;
}
#about .memoryItem + .memoryItem {
    margin-top: 60px;
}
#about .memoryItem_heading {
    grid-area: heading;
    line-height: 1.6;
}
#about .memoryItem_heading span {
    font-size: 0.8em;
    font-weight: 400;
}
#about .memoryItem_heading a,
#about .memoryItem_heading:not(:has(a)) {
    position: relative;
    color: #000;
    transition: .3s;
    font-size: 1.8rem;
    padding-bottom: 20px;
    padding-right: 30px;
    display: block;
    border-bottom: solid 1px #E3D09B;
}
#about .memoryItem_heading a:hover {
    opacity: 0.7;
}
#about .memoryItem_heading a::after {
    position: absolute;
    content: "";
    background: url(/item/img/fundraising/common/ico_more.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#about .memoryItem_list {
    grid-area: list;
    border-bottom: solid 1px #E3D09B;
    font-size: 1.6rem;
    padding: 20px 0 20px 60px;
    line-height: 1.5;
    background: url(/item/img/fundraising/common/ico_check.svg) no-repeat;
    background-position: left 10px center;
    background-size: 30px;
}
@media screen and (max-width: 960px) {
    #about .memory {
        margin-top: 60px;
    }
    #about .memoryItem {
        row-gap: 20px;
        grid-template-areas:
        "heading"
        "img"
        "list";
        grid-template-rows: inherit;
        grid-template-columns: inherit;
    }
    #about .memoryItem_img {
        text-align: center;
    }
    #about .memoryItem_list {
        font-size: 1.4rem;
        padding: 15px 0 15px 40px;
        background-size: 21px;
        background-position: left 5px center;
    }
}
/* ------------------------------------------------------------
 * お申し込み方法
 * ------------------------------------------------------------ */
