@charset "UTF-8";
/* =======================================

募金サイト

 ======================================= */
/*  header
 ------------------------------- */
.bokin_header {
  height: auto;
  padding: 6.9rem 5.2rem 2rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media (min-width: 768px) {
  .bokin_header {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  ._scroll .bokin_header {
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .bokin_header {
    padding: 1.6rem 1.4rem 1rem;
  }
}
.bokin_header--logo {
  width: 21.6rem;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .bokin_header--logo {
    width: 18rem;
  }
}
.bokin_header--logo img {
  display: block;
  width: 100%;
  filter: drop-shadow(0px 0px 3px rgb(255, 255, 255)) drop-shadow(0px 0px 3px rgb(255, 255, 255)) drop-shadow(0px 0px 3px rgb(255, 255, 255));
}
.bokin_header.header {
  display: block;
  background-color: transparent;
}

/* footer
------------------------------- */
.page_bokin .footer_wrap {
  color: #fff;
  background-color: #B72637;
  padding: 10rem 0 10.7rem;
}
@media (max-width: 767px) {
  .page_bokin .footer_wrap {
    padding: 7.2rem 0 7.2rem;
  }
}
.page_bokin .footer--column--item img {
  filter: drop-shadow(0px 0px 2px rgb(255, 255, 255)) drop-shadow(0px 0px 2px rgb(255, 255, 255)) drop-shadow(0px 0px 2px rgb(255, 255, 255));
}
.page_bokin .bokin_footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3.2rem 0 0;
}
@media (max-width: 767px) {
  .page_bokin .bokin_footer {
    gap: 2.4rem;
    margin: 7.2rem 0 0;
  }
}
.page_bokin .bokin_footer--item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .page_bokin .bokin_footer--item {
    gap: 1rem;
    width: 100%;
  }
}
.page_bokin .bokin_footer--item ._btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 21rem;
  min-height: 5.1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #B72637 !important;
  background-color: #fff;
  padding: 0.2rem 1.2rem 0.3rem;
}
@media (min-width: 768px) {
  .page_bokin .bokin_footer--item ._btn {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .page_bokin .bokin_footer--item ._btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .page_bokin .bokin_footer--item ._btn {
    min-width: 12rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page_bokin .bokin_footer--address {
    width: 100%;
  }
}
.page_bokin .bokin_footer--address .c_desc {
  line-height: 1.4444444444;
  text-align: right;
}
@media (max-width: 767px) {
  .page_bokin .bokin_footer--address .c_desc {
    text-align: center;
  }
}
.page_bokin .footer_copy {
  color: #fff;
}

/* mv
 ------------------------------- */
.bokin_fv {
  height: 108rem;
  position: relative;
}
@media (max-width: 767px) {
  .bokin_fv {
    height: 100dvh;
  }
}
.bokin_fv--ttl {
  padding-top: 64.1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .bokin_fv--ttl {
    padding-top: 56dvh;
  }
}
.bokin_fv--ttl ._image {
  display: block;
  width: 112.8rem;
  max-width: 90%;
  margin: 0 0 -0.3rem;
}
.bokin_fv--ttl ._title {
  background-color: rgba(165, 0, 0, 0.65);
  padding: 0 2rem;
}
.bokin_fv--ttl ._title ._inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 174.4rem;
  min-height: 14.2rem;
  font-size: 7.9rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  padding: 0 0 0;
  margin: 0 0 0;
  filter: drop-shadow(0px 3px 6px rgb(0, 0, 0));
  margin: 0 auto;
}
@media (max-width: 767px) {
  .bokin_fv--ttl ._title ._inner {
    font-size: 4.2rem;
  }
}
.bokin_fv ._bg {
  display: block;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* ごあいさつ
------------------------------- */
.bokin_greeting {
  padding: 12.5rem 0 0;
}
@media (max-width: 767px) {
  .bokin_greeting {
    padding: 6rem 0 0;
  }
}
.bokin_greeting--column {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .bokin_greeting--column {
    flex-wrap: wrap;
    gap: 3.2rem;
  }
}
.bokin_greeting--column--img {
  flex-shrink: 0;
  width: 35rem;
}
@media (max-width: 767px) {
  .bokin_greeting--column--img {
    width: 100%;
  }
}
.bokin_greeting--column--img img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .bokin_greeting--column--img img {
    width: 70%;
    margin: 0 auto;
  }
}
.bokin_greeting--column--img .c_desc {
  line-height: 1.2222222222;
  text-align: center;
  padding: 0;
  margin: 2rem 0 0;
}
@media (max-width: 767px) {
  .bokin_greeting--column--img .c_desc {
    margin: 1.6rem　０0;
  }
}
.bokin_greeting--column--img .c_desc strong {
  display: block;
  width: 100%;
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.4482758621;
  text-align: center;
  margin: 0.8rem 0 0;
}
@media (max-width: 767px) {
  .bokin_greeting--column--img .c_desc strong {
    font-size: 2.2rem;
  }
}
.bokin_greeting--column--item {
  flex-grow: 1;
}
.bokin_greeting--column--item .c_desc {
  line-height: 2.2222222222;
}
@media (max-width: 767px) {
  .bokin_greeting--column--item .c_desc {
    line-height: 1.7;
  }
}

/* 募金概要
------------------------------- */
.bokin_overview {
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .bokin_overview {
    padding: 6rem 0 0;
  }
}
.bokin_overview--table {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .bokin_overview--table {
    flex-wrap: wrap;
    gap: 0.4rem;
    font-size: 1.6rem;
  }
}
.bokin_overview--table + .bokin_overview--table {
  margin-top: 1em;
}
.bokin_overview--table dt {
  flex-shrink: 0;
  width: 15.3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .bokin_overview--table dt {
    width: 100%;
    font-size: 1.1em;
  }
}
.bokin_overview--table dd {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .bokin_overview--table dd {
    width: 100%;
  }
}
.bokin_overview--table dd ._red {
  color: #D52424;
}

/* 募金事業ご紹介
------------------------------- */
.bokin_intro {
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .bokin_intro {
    padding: 6rem 0 0;
  }
}
.bokin_intro--column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7.6rem 0;
}
@media (max-width: 767px) {
  .bokin_intro--column {
    gap: 3.2rem;
  }
}
.bokin_intro--column--item {
  width: 54rem;
}
@media (max-width: 767px) {
  .bokin_intro--column--item {
    width: 100%;
  }
}
.bokin_intro--column--item ._image {
  display: block;
  width: 100%;
  aspect-ratio: 54/34;
  border: 1px solid #ababab;
  overflow: hidden;
  margin: 0 0 3.2rem;
}
@media (max-width: 767px) {
  .bokin_intro--column--item ._image {
    margin: 0 0 2rem;
  }
}
.bokin_intro--column--item ._image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bokin_intro--column--item ._title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 1.6rem;
}
@media (max-width: 767px) {
  .bokin_intro--column--item ._title {
    font-size: 2.2rem;
  }
}
.bokin_intro--column--item .c_desc {
  line-height: 2;
}
@media (max-width: 767px) {
  .bokin_intro--column--item .c_desc {
    line-height: 1.6;
  }
}

/* 募金振込方法
------------------------------- */
.bokin_method {
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .bokin_method {
    padding: 6rem 0 0;
  }
}
.bokin_method ._title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 0;
  margin: 0 0 4.9rem;
}
@media (max-width: 767px) {
  .bokin_method ._title {
    font-size: 2.2rem;
    margin: 0 0 2.4rem;
  }
}
.bokin_method ._title_mid {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 0;
  margin: 0 0 1.6rem;
}
@media (max-width: 767px) {
  .bokin_method ._title_mid {
    font-size: 1.8rem;
    margin: 0 0 1.2rem;
  }
}
.bokin_method .c_desc {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .bokin_method .c_desc {
    line-height: 1.6;
  }
}
.bokin_method .c_desc + ._title {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .bokin_method .c_desc + ._title {
    margin-top: 3.2rem;
  }
}
.bokin_method .c_desc + ._title_mid {
  margin-top: 5.9rem;
}
@media (max-width: 767px) {
  .bokin_method .c_desc + ._title_mid {
    margin-top: 1.6rem;
  }
}
.bokin_method--link {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  max-width: 73rem;
  min-height: 16rem;
  color: #fff !important;
  background-color: #B72637;
  padding: 0.6rem 1.2rem;
  margin: 9rem auto 7.2rem;
}
@media (min-width: 768px) {
  .bokin_method--link {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .bokin_method--link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .bokin_method--link {
    min-height: 7rem;
    padding: 2rem 0.8rem;
    margin: 3.6rem auto 3.6rem;
  }
}
.bokin_method--link--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .bokin_method--link--ttl {
    font-size: 2rem;
  }
}
.bokin_method--link--ttl::after {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 16/14;
  background: transparent url(../../img/bokin/arrow.svg) no-repeat center/100% 100%;
  margin-top: 0.2rem;
}
.bokin_method--link .c_desc {
  text-align: center;
}
@media (max-width: 767px) {
  .bokin_method--link .c_desc {
    font-size: 1.4rem;
  }
}
.bokin_method--block {
  border: 1px solid #CFCFCF;
  padding: 6rem 2rem;
  margin: -1.6rem 0 6.2rem;
}
@media (max-width: 767px) {
  .bokin_method--block {
    padding: 3.2rem 1.2rem;
    margin: 0 0 3.2rem;
  }
}
.bokin_method--block ._title {
  text-align: center;
  margin: 0 0 3.2rem;
}
@media (max-width: 767px) {
  .bokin_method--block ._title {
    margin: 0 0 2rem;
  }
}
.bokin_method--block ._subttl {
  font-weight: 700;
  text-align: center;
}
.bokin_method--block ._subttl ._text {
  position: relative;
}
.bokin_method--block ._subttl ._close, .bokin_method--block ._subttl ._open {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bokin_method--block ._subttl ._open {
  text-align: center;
  position: absolute;
  left: 0;
  opacity: 0;
}
.bokin_method--block ._subttl ._arrow {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bokin_method--block ._subttl._active ._close {
  opacity: 0;
}
.bokin_method--block ._subttl._active ._open {
  opacity: 1;
}
.bokin_method--block ._subttl._active ._arrow {
  top: 0.3rem;
  transform: rotate(180deg);
}
.bokin_method--block .js_aco .c_desc {
  max-width: 100.5rem;
  line-height: 1.7777777778;
  padding-top: 7rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .bokin_method--block .js_aco .c_desc {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 3.2rem;
  }
}

/* bokin_bottom
------------------------------- */
.bokin_bottom {
  padding: 62.3rem 0 0;
  margin: -9rem auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .bokin_bottom {
    padding: 6rem 0 0;
    margin: -3.6rem auto 0;
  }
}
.bokin_bottom .image_01 {
  display: block;
  width: 70.5rem;
  position: absolute;
  top: 12.3rem;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .bokin_bottom .image_01 {
    top: 0;
  }
}
.bokin_bottom .image_02 {
  display: block;
  width: 100%;
  height: 106.8rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .bokin_bottom .image_02 {
    height: 56rem;
  }
}
/*# sourceMappingURL=../_maps/page/bokin.css.map */
