/* ======================
  ABOUT
====================== */
.page_contetns {
  padding-bottom: 6vw;
  position: relative;
  overflow-x: hidden;
}
.page_contetns_archive {
  padding-bottom: 2vw;
  position: relative;
  overflow-x: hidden;
}
.page_contetns .back_object {
  position: fixed;
  top: 27vw;
  z-index: -1;
  width: 100%;
}
.page_header {
  text-align: center;
  padding-top: 8vw;
  margin-bottom: 4rem;
}
@media (max-width: 540px) {
  .page_contetns .back_object {
    top: 18rem;
  }
  .page_header {
    text-align: center;
    padding-top: 4rem;
    margin-bottom: 3rem;
  }
}

.page_header .main {
  font-size: 2.5rem;
}
.page_header .sub {
  font-size: 2rem;
  color: #4eb4cd;
}
@media (max-width: 540px) {
  .page_header .main {
    font-size: 2.1rem;
  }
  .page_header .sub {
    font-size: 1.6rem;
    color: #4eb4cd;
  }
}
.about_first_sec {
  position: relative;
  margin-bottom: 8rem;
}
@media (max-width: 540px) {
  .about_first_sec {
    margin-bottom: 4rem;
  }
}

.about_first_sec .about_inner {
  display: flex;
  position: relative;
  z-index: 10;
}
@media (max-width: 540px) {
  .about_first_sec .about_inner {
    display: block;
  }
}
.about_first_sec .about_inner .left {
  width: 50%;
}
@media (max-width: 540px) {
  .about_first_sec .about_inner .left {
    width: 100%;
    text-align: center;
  }
}
.about_first_sec .about_inner .left .head {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 540px) {
  .about_first_sec .about_inner .left .head {
    font-size: 1.6rem;
  }
}
.about_first_sec .about_inner .left .sentence {
  line-height: 2.2;
}

.about_first_sec .about_inner .right {
  width: 50%;
}
@media (max-width: 540px) {
  .about_first_sec .about_inner .left .sentence {
    line-height: 2.2;
    text-align: center;
    margin-bottom: 3rem;
  }
  .about_first_sec .about_inner .right {
    width: 90%;
    margin: auto;
  }
}
/* ----- 会社概要 ----- */
.overview {
  position: relative;
  z-index: 10;
}
.overview ul {
  border-top: 1px solid #000;
  margin-bottom: 8rem;
}
.overview ul li {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 2rem 1rem;
  font-size: 1.3rem;
}
@media (max-width: 540px) {
  .overview ul {
    margin-bottom: 4rem;
  }
  .overview ul li {
    font-size: 1.1rem;
  }
}
.overview ul li .left {
  width: 25%;
}
.overview ul li .right {
  width: 75%;
}
@media (max-width: 540px) {
  .overview ul li .left {
    width: 30%;
  }
  .overview ul li .right {
    width: 70%;
  }
}
.pagefooter_dog {
  width: 15vw;
  margin-left: 15vw;
  margin-bottom: -0.45vw;
}
@media (max-width: 540px) {
  .pagefooter_dog {
    width: 20vw;
    margin-left: 15vw;
    margin-bottom: -0.5vw;
  }
}

/* ======================
  REPORT
====================== */
.page_report {
  padding: 0rem 0 8em;
  position: relative;
  padding-bottom: initial;
}
@media (max-width: 540px) {
  .page_report {
    padding: 0rem 0 0rem;
    position: relative;
  }
}

.page_report .sec_flex .item {
  margin-bottom: 5%;
}

.page_report .sec_flex .item:nth-child(3n-1) {
  margin-bottom: 5%;
}

@media (max-width: 540px) {
  .page_report .sec_flex .item {
    margin-bottom: 2.5rem;
  }

  .page_report .sec_flex .item:nth-child(3n-1) {
    margin-bottom: 2.5rem;
  }
}
/* ============================
   ページネーション（WP-PageNavi）
=============================== */
.pagination {
  margin-top: 0rem;
  text-align: center;
}

.wp-pagenavi {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: #333;
  background: #f5f5f5;
  transition: all 0.25s ease;
  border: 1px solid #e0e0e0;
}

.wp-pagenavi a:hover {
  background: #32b5d9;
  color: #fff;
  border-color: #32b5d9;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(50, 181, 217, 0.25);
}

.wp-pagenavi span.current {
  background: #32b5d9;
  border-color: #32b5d9;
  color: #fff;
  cursor: default;
  box-shadow: 0 4px 10px rgba(50, 181, 217, 0.35);
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  color: #333;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background: #32b5d9;
  color: #fff;
  border-color: #32b5d9;
}

.wp-pagenavi span.extend {
  width: auto;
  padding: 0 1rem;
  background: transparent;
  border: none;
  color: #888;
  font-size: 1.2rem;
}
@media screen and (max-width: 540px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
  }
}

/* ======================
  detail_header
====================== */
.detail_header {
  text-align: center;
  padding-top: 8vw;
  margin-bottom: 3rem;
  font-size: 1.3rem;
}
.detail_header .main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_header .main img {
  width: 1.3rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (max-width: 540px) {
  .detail_header {
    text-align: center;
    padding-top: 4rem;
    margin-bottom: 2rem;
  }
}

.report_detail_contetns .title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 540px) {
  .report_detail_contetns .title {
    font-size: 1.5rem;
  }
}

.report_detail_contetns .day {
  margin-bottom: 3rem;
}

.report_detail_contetns .wp-block-image {
  margin-bottom: 3rem;
}
@media (max-width: 540px) {
  .report_detail_contetns .wp-block-image {
    margin-bottom: 2rem;
  }
  .report_detail_contetns .day {
    margin-bottom: 2rem;
  }
}
.report_detail_contetns h2 {
  font-size: 1.3rem;
  color: #1789a5;
  margin-bottom: 0.75rem;
}
.report_detail_contetns p {
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.report_detail_contetns p:last-child {
  margin-bottom: 0;
}

/* ======================
  dogs
====================== */
.dogs_header .main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dogs_header .main img {
  width: 3rem;
  margin-right: 2rem;
}
.dogs_header .sub {
  margin-bottom: 2rem;
}

.dogs_header .disc {
  line-height: 2;
  font-weight: 500;
}

.sec_dog {
  padding: 7rem 5rem;
  background-color: #fff8dd;
  width: 85%;
  position: relative;
  border-radius: 0 2rem 2rem 0;
  margin-bottom: 6rem;
}
@media (max-width: 540px) {
  .sec_dog {
    padding: 2rem;
    margin: auto;
    border-radius: 1.5rem;
    margin-bottom: 4rem;
  }
}
.sec_dogs ul li:last-child {
  margin-bottom: 0;
}

.sec_dog .info {
  width: 50%;
}
@media (max-width: 540px) {
  .sec_dog .info {
    width: 100%;
  }
}
.sec_dog .photo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  right: -20%;
  height: 70%;
}
@media (max-width: 540px) {
  .sec_dog .photo_sp {
    top: initial;
    margin-bottom: 2rem;
  }
}
.sec_dog .photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sec_dog .info .name {
  font-size: 2rem;
  line-height: 1.4;
}
.sec_dog .info .name_sub {
  font-size: 1.2rem;
  color: #4eb4cd;
  margin-bottom: 2rem;
}
@media (max-width: 540px) {
  .sec_dog .info .name_sub {
    margin-bottom: 1rem;
  }
}
.sec_dog .info .disc {
  margin-bottom: 2.5rem;
}
.sec_dog .info .btn {
  width: 80%;
}
@media (max-width: 540px) {
  .sec_dog .info .btn {
    width: 100%;
  }
  .sec_dog .info .btn a {
    padding: 1.2rem 0rem 1.2rem 1.2rem;
  }
}
/* ======================
  寄付ページ
====================== */
.sec_dontaion {
  margin-bottom: 4rem;
}
.sec_dontaion:last-child {
  margin-bottom: 0rem;
}

.sec_dontaion .head_s {
  font-size: 1.2rem;
  border-left: 0.15rem solid #000;
  padding-left: 0.5rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.sec_dontaion .btnlist li {
  position: relative;
  background-color: #4eb6cf;
  border-radius: 1rem;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  transition: 0.5s ease;
}
@media (max-width: 540px) {
  .sec_dontaion .btnlist li {
    background-color: #4eb6cf;
    border-radius: 1rem;
    font-size: 1.5rem;
  }
}
.sec_dontaion .btnlist li:hover {
  transform: scale(1.03);
  transition: 0.5s ease;
}

.sec_dontaion .btnlist li .arrow {
  position: absolute;
  width: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media (max-width: 540px) {
  .sec_dontaion .btnlist li .arrow {
    width: 1.2rem;
  }
}
.sec_dontaion .btnlist li.btn_donation2 {
  background-color: #12bce5;
}
.sec_dontaion .btnlist a {
  display: flex;
  padding: 0 4rem;
  height: 10rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  align-items: center;
  transition: 0.3s ease;
  line-height: 1.4;
}
.sec_dontaion .btnlist a small {
  font-size: 1.4rem;
}
@media (max-width: 540px) {
  .sec_dontaion .btnlist a {
    padding: 1.5rem;
    height: 8rem;
  }
  .sec_dontaion .btnlist a small {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.sec_dontaion .btnlist a img {
  width: 3.2rem;
  margin-right: 1.2rem;
}

.sec_dontaion_card {
  background-color: #fff8dd;
  padding: 3.5rem 5rem;
  border-radius: 1rem;
}
@media (max-width: 540px) {
  .sec_dontaion_card {
    background-color: #fff8dd;
    padding: 1.5rem 2rem;
  }
}
.sec_dontaion_card .head {
  font-size: 1.75rem;
  color: #1789a5;
  border: 1px solid #1789a5;
  font-weight: bold;
  padding: 0.5rem 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 540px) {
  .sec_dontaion_card .head {
    font-size: 1.25rem;
  }
}
.sec_dontaion_card .head_s {
  font-size: 1.4rem;
  color: #1789a5;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.sec_dontaion_card .card_info {
  background-color: #fff;
  padding: 2rem 3rem;
  width: 80%;
  border-radius: 1rem;
}
@media (max-width: 540px) {
  .sec_dontaion_card .card_info {
    background-color: #fff;
    padding: 2rem;
    width: 100%;
  }
}
.sec_dontaion_card .card_info li {
  margin-bottom: 1rem;
}
.sec_dontaion_card .card_info li:last-child {
  margin-bottom: 0rem;
}
.sec_dontaion_card .card_info .flex {
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  .sec_dontaion_card .card_info li {
    margin-bottom: 1.5rem;
  }
  .sec_dontaion_card .card_info li:last-child {
    margin-bottom: 0rem;
  }
  .sec_dontaion_card .card_info .flex {
    display: block;
  }
}
.sec_dontaion_card .card_info .flex .left {
  font-size: 1.2rem;
  color: #12bce5;
  font-weight: bold;
  background-color: #4eb4cd29;
  padding: 0.25rem 0rem;
  width: 8rem;
  text-align: center;
  margin-right: 2rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
}

.sec_dontaion_card .card_info .flex .right {
  font-size: 1.2rem;
  font-weight: 500;
}
/* ======================
  問い合わせ
====================== */

.contact_list {
  margin-top: 5rem;
}
@media screen and (max-width: 540px) {
  .contact_list {
    margin-top: 2rem;
  }
}
.contact_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.contact_list ul li .head_s {
  width: 25%;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.contact_list ul li .form {
  width: 75%;
}

@media screen and (max-width: 540px) {
  .contact_list ul li {
    display: block;
    margin-bottom: 2rem;
  }

  .contact_list ul li .head_s {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .contact_list ul li .form {
    width: 100%;
  }
}

.contact_list ul label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  margin-right: 1rem;
  white-space: nowrap;
}

@media screen and (max-width: 540px) {
  .contact_list label {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
}

.contact_list ul label::before,
.contact_list ul label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.contact_list ul label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.contact_list ul label::after {
  background-color: #ddd;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px;
}

input:checked + .contact_list ul label::after {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.c-form-text {
  width: 100%;
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 0 0 2px #cfcfcf inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.c-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.contact_list ul .textarea_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.contact_list ul .textarea_row:last-child {
  margin-bottom: 5rem;
}

.contact_list ul .textarea_row .head_s {
  padding-top: 1rem;
}

@media screen and (max-width: 540px) {
  .contact_list ul .textarea_row {
    display: block;
    align-items: flex-start;
  }

  .contact_list ul .textarea_row .head_s {
    padding-top: 1rem;
  }
}

textarea {
  width: 100%;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 0 0 2px #cfcfcf inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.submitbutton {
  padding: 2rem 0;
  width: 20rem;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 1.1rem;
  transition: 0.3s;
  background: #32b5d9;
  border: none;
  border-radius: 5rem;
}
@media screen and (max-width: 540px) {
  .submitbutton {
    padding: 2rem 5rem;
  }
}
.submitbutton::after {
  content: "";
  background-image: url("../img/donation/allow_donation.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  z-index: 2;
}

.submit-wrapper {
  position: relative;
  display: inline-block;
}

.submit-wrapper::after {
  content: "";
  background-image: url("../img/donation/allow_donation.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

.submitbutton.back::after {
  content: "";
  background-image: url("../img/donation/allow_donation.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg); /* ← 左向きに反転 */
  left: 2rem; /* ← 左側に配置 */
  z-index: 2;
}

.submitbutton:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
}

/* .validation {
  color: red;
} */

.contact_buttonArea {
  text-align: center;
  margin: auto;
  justify-content: center;
  position: relative;
}
.wpcf7-spinner {
  display: none !important;
}
#back-to-input {
  margin-bottom: 2rem;
}

.thanks_wrap {
  text-align: center;
  font-size: 1.2rem;
}
/* ======================
  ニュース
====================== */

.news_page {
  align-items: center;
  margin: 3vw auto 5vw;
}

.news_page ul {
  border-top: 1px solid #cecece;
  margin-bottom: 2rem;
}
.news_page li {
  border-bottom: 1px solid #cecece;
}

.news_page_head {
  font-weight: bold;
}
.news_page .news_page_info a {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 540px) {
  .news_page .news_page_info a {
    padding: 1.5rem 0;
  }
}

.news_page_info {
  margin-left: 1rem;
}

.news_page_info a {
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  .news_page_info a {
    display: block;
    line-height: 1.5;
  }
}
