@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.main-visual {
  padding-top: 131px;
}

.main-visual img {
  width: 100%;
  height: 68vh;
  object-fit: cover;
}

.container {
  width: 100vw;
  height: 100vh;
}

.section {
  text-align: center;
  padding: 140px 0px;
}

.section-about {
  text-align: center;
  padding: 140px 0px 10px 0;
}

.section-title {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
  margin-top: 77px;
}

.section-subtitle {
  font-size: 32px;
  font-weight: bold;
}

.section-subtitle-inner {
  display: flex;
  align-items: center;
}

.section-subtitle-inner p {
  width: 90%;
}

.section-subtitle-inner img {
  width: 20%;
  height: auto;
  margin-top: -50px;
}

.section-subtitle-last {
  align-items: flex-start;
}

.about-lastimg img {
  width: 60%;
  margin-top: 35px;
}

.inner-section {
  max-width: 1200px;
  margin: 0 auto;
}

.inner-section-head {
  font-size: 25px;
  font-weight: bold;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.project-content {
  display: flex;
}

.project-title {
  width: 50%;
  border: 1px solid #000;
  border-right: none;
  height: 492px;
}

.project-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.project-text {
  width: 50%;
  border: 1px solid #333;
  padding: 30px;
  height: 492px;
}

.project-text h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 30px;
}

.project-text p {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  margin: 30px 0;
}

.project-text-title {
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.project-text-title a {
  color: #000;
}

.project-text-title:hover {
  opacity: 0.5;
}

.project-text-inner {
  text-align: start;
}

.no-unerline {
  text-decoration: none;
}

.project-text-btn {
  display: flex;
  justify-content: space-between;
}

.project-text-btn a {
  font-size: 20px;
  font-weight: bold;
}

.btn {
  padding: 8px 0px;
  margin-right: 5px;
  height: 46px;
  border-radius: 5px;
  background: #54B3CB;
  border: none;
  display: inline-block;
  width: 288px;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: white;
}

.btn:hover {
  background-color: white;
  color: #54B3CB;
  border: 1px solid #54B3CB;
}

.btn:hover .arrow {
  border: solid #54B3CB;
  border-width: 0 2px 2px 0;
}

.btn .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}

.selection {
  text-align: center;
  padding: 70px 0px;
}

.colorfull-selection {
  background: rgba(84, 179, 203, 0.2509803922);
}

.link-btn {
  height: 106px;
  border-radius: 5px;
  background: white;
  border: 2px solid #54B3CB;
  display: flex;
  width: 98%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #54B3CB;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
}

.link-btn:hover {
  opacity: 0.5;
}

.link-lg-btn {
  width: 48%;
  height: 106px;
  border-radius: 5px;
  background: white;
  border: 2px solid #54B3CB;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #54B3CB;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 20px;
}

.link-lg-btn img {
  width: 76px;
  height: 76px;
}

.link-lg-btn:hover {
  opacity: 0.5;
}

.link-lg-btn-sp {
  display: none;
}

.link-arrow {
  border: solid #54B3CB;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
}

.link-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

.link-lg-container {
  display: flex;
  justify-content: space-evenly;
}

.link-btn img {
  position: absolute;
  left: 12px;
  width: 55px;
  height: 55px;
}

.btn-nonactive {
  background-color: #303030;
  font-weight: bold;
}

.btn-nonactive:hover {
  color: #fff;
  background-color: #303030;
  opacity: 1 !important;
  border: none;
}

.btn-nonactive:hover .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.purpose-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.purpose-content {
  width: 98%;
  margin: auto;
  margin-bottom: 30px;
}

.s-btn {
  width: 100%;
}

.purpose-text-btn a {
  font-size: 16px;
  padding: 10px 0;
}

.purpose-title {
  width: 100%;
  height: 300px;
  border: 1px solid black;
  border-bottom: none;
}

.purpose-title img {
  width: 100%;
  height: 100%;
  padding: 10px 10px 20px 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.purpose-title a:hover {
  opacity: 0.5;
}

.purpose-text {
  border: 1px solid #707070;
  padding: 30px;
  margin-top: -10px;
}

.purpose-text h3 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.purpose-text p {
  font-size: 16px;
  font-weight: bold;
  text-align: start;
  height: 150px;
}

.purpose-text-title {
  height: 108px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.purpose-text-title a {
  text-decoration: underline;
  color: #000;
}

.purpose-text-title a:hover {
  opacity: 0.5;
}

.purpose-text-innerh3 {
  text-align: center;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: #AEAEAE;
  font-size: 24px;
  font-weight: bold;
  float: left;
  padding: 8px 10px;
  text-decoration: none;
}

.pagination a:hover {
  color: #54B3CB;
}

.pagination .active {
  color: #54B3CB;
}

.return-btn {
  width: 320px;
  height: 57px;
  margin: auto;
}

.return-btn:hover {
  background-color: #54B3CB;
  color: #FFFFFF;
}

.return-btn:hover .return-arrow {
  border-color: white;
}

.link-menu {
  display: flex;
  justify-content: space-evenly;
}

.link-menu a {
  text-decoration: underline;
  font-size: 16px;
  color: #000000;
  text-align: left;
}

.link-menu a:hover {
  text-decoration: none;
}

.link-menu img {
  padding-right: 8px;
}

.link-menu-txt {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.project-detail {
  padding: 30px 0px;
  display: flex;
  justify-content: space-evenly;
}

.project-detail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.project-detail-title {
  border: 1px solid #707070;
  width: 60%;
  height: 523px;
}

.project-detail-text {
  width: 38%;
  height: 523px;
  border: 1px solid #707070;
  padding: 30px;
}

.project-detail-inner {
  text-align: start;
}

.project-detail-inner img {
  width: 6%;
  margin-right: 10px;
}

.project-detail-inner p {
  font-size: 20px;
  line-height: 1em;
}

.highlight-txt {
  font-size: 35px;
  font-weight: bold;
}

.project-detail-btn {
  text-align: center;
}

.project-detail-btn a {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0px;
}

.sdg {
  text-align: start;
}

.sdg-img img {
  width: 134px;
  height: auto;
}

.social-media {
  text-align: end;
}

.social-media a {
  text-decoration: none;
}

.social-media img {
  width: 37px;
  height: 37px;
}

.project-detail-txt {
  text-align: start;
}

.project-detail-txt p {
  font-size: 16px;
  font-weight: bold;
}

.project-detail-txt a:hover {
  opacity: 0.5;
}

.project-detail-txt li {
  font-size: 16px;
  font-weight: bold;
}

.project-detail-txt a {
  color: #54B3CB;
  word-break: break-all;
}

.content-title {
  border-left: 5px solid #54B3CB;
  padding-left: 10px;
}

.inner-title {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #54B3CB 0%) repeat scroll 0 0;
  border-bottom: none !important;
  margin-bottom: 20px;
  font-size: 20px;
}

.about {
  text-align: start;
  padding: 30px 0;
}

.about p {
  font-size: 16px;
}

.content-img {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
}

.content-single-img {
  width: 33%;
}

.content-single-img2 {
  width: 48%;
}

.content-img img {
  width: 100%;
}

.project-btn {
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 30px 0px;
}

.project-btn a {
  padding: 11px 0;
  margin: 0 10px;
}

.section-useage {
  display: flex;
  margin-top: 16px;
  margin-bottom: 20px;
}

.section-useage-color {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.section-useage-colorbox {
  display: flex;
  flex-wrap: wrap;
}

.section-useage-white {
  width: 42px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #707070;
}

.section-useage-yellow {
  width: 42px;
  height: 26px;
  background-color: #EFDDBA;
  border: 1px solid #707070;
}

.section-useage-green {
  width: 42px;
  height: 26px;
  background-color: #C6E6CB;
  border: 1px solid #707070;
}

.section-useage-name {
  margin-left: 15px;
}

.section-useage-income {
  width: 100%;
}

.section-useage-save {
  display: flex;
}

.section-useage-save p {
  font-weight: normal;
  margin: 0;
}

.section-useage-save a {
  font-weight: normal;
  color: #000;
  margin: 0;
}

.section-useage-save img {
  width: 20px;
  height: 20px;
}

.content-benefit-ref {
  font-weight: normal;
}

.footer-section {
  background-color: #666666;
  color: #FFFFFF;
  padding: 85px 0;
  text-align: left;
}

.footer-menu {
  display: flex;
  justify-content: space-evenly;
  width: 950px;
  margin: auto;
  gap: 10px;
}

.footer-menu p {
  font-size: 18px;
  font-weight: bold;
}

.footer-menu a {
  color: #FFFFFF;
  font-size: 14px;
  margin-left: 3px;
  text-decoration: none;
  font-weight: bold;
}

/* .footer-menu a:hover {
  text-decoration: none;
} */

ul.footer-top-topic {
  padding: 0;
}

.footer-top-topic li a {
  font-size: 16px;
}

.footer-top-topic li:nth-child(2) {
  margin-top: 60px;
}

.top-topics {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}

.top-topics li {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.menu-item ul {
  list-style: none;
  position: relative;
  padding-left: 0;
  /* left: -36px; */
}

ul.footer-preferential-menu {
  padding-left: 0.5rem;
  margin-top: 0;
}

.menu-item li {
  margin-bottom: 6px;
}

.menu-item li::before {
  content: "";
  top: 50%;
  right: 10px;
  margin-top: -4px;
  margin-right: 5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}

.blue-text {
  color: #54B3CB;
}

.copyright {
  background-color: #54B3CB;
  text-align: center;
}

.copyright p {
  color: #fff;
  margin: 0;
  padding: 25px;
}

.blue_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #BAE1EA 0%) repeat scroll 0 0;
  border-bottom: none !important;
}

.header-content {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.header-menu-top {
  background-color: #fff;
  padding: 5px 0;
}

.header-logo {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.header-logo img {
  margin: 0;
}

.logo {
  height: auto;
  width: 259px;
}

.logo-education {
  margin-top: 8px !important;
  width: 304px;
  height: auto;
}

ul.breadcrumb {
  padding: 0px;
  list-style: none;
  text-align: left;
}

ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}

ul.breadcrumb li+li:before {
  content: "";
  margin-right: 5px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  margin-bottom: 2px;
}

ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #000;
  text-decoration: underline;
}

.global-navi {
  text-align: center;
}

.header-menu-bottom {
  background-color: #54B3CB;
}

.global-navi ul {
  margin: 0;
  justify-content: space-between;
}

.global-navi li {
  list-style: none;
  color: #fff;
  width: 100%;
  border-left: 1px solid #fff;
}

.global-navi li:last-child {
  border-right: 1px solid #fff;
  height: 10px;
}

.global-navi li a {
  text-decoration: none;
  color: #fff;
}

.navbar {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}

.navbar a {
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  margin : 15px 0;
}

.dropdown {
  display: inline-block;
}

.dropdown .dropbtn {
  font-size: 18px;
  font-weight: bold;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #54B3CB;
  width: 100%;
  z-index: 1;
  left: 0;
  border-top: 1px solid #fff;
}

.dropdown-content a {
  color: #fff;
  padding: 10px 0px;
  text-decoration: none;
  text-align: left;
  margin: 0;
}

.dropdown-title {
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  margin-top: 20px;
}

.dropdown-title:first-of-type {
  margin-top: 0;
}

.dropbtn-menu {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  padding: 0;
  justify-content: space-evenly;
}

.dropdown-content ul {
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
}

.line-right {
  content: "";
  width: 1px;
  height: 30px;
  margin-top: 15px;
  background-color: #fff;
}

.dropdown-content a::before {
  content: "";
  top: 50%;
  right: 10px;
  margin-top: -4px;
  margin-right: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}

.dropdown-content a:hover {
  opacity: 0.5;
}

button.dropbtn:hover,
.dropdown a:hover {
  opacity: 0.5;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#mybtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
}

#mybtn img:hover {
  opacity: 0.8;
}

.item {
  display: none;
}

.content-benefit-img {
  padding: 0 15px;
}

.project_infos {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 53px 30px;
}

.project_info:hover {
  opacity: 0.7;
}

.project_infos .project_info {
  text-decoration: none;
  color: #000;
}

.project_infos .project_info img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
  aspect-ratio: 1 / 0.668;
}

.project_infos .project_info .info_detail {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 20px 0 14px 0px;
}

.project_infos .project_info .info_detail_2 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

.donor_voice {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-bottom: 1px solid #707070;
  display: flex;
  text-align: left;
  margin-bottom: 50px;
}

.donor_voice img {
  width: 100%;
  max-width: 585px;
  height: auto;
  margin: 0 28px 50px 0;
}

.donor_voice h3 {
  font-size: min(3.12vw, 24px);
  font-weight: bold;
  margin: 0;
}

.donor_voice .project_name {
  font-size: min(2.08vw, 16px);
}

.donor_voice .donor_comment {
  font-size: min(2.08vw, 16px);
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}


.swiper {
  /* width: 1000px; */
  height: 100%;
  --swiper-navigation-color: #333;
  --swiper-pagination-color: #333;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
}

.mySwiper2 {
  height: 80%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.mySwiper {
  min-width: 1200px;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper img {
  border: 1px solid #333;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 134px;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-next::after {
  color: #333;
  width: 10px !important;
  font-size: 25px !important;
}

.swiper-button-prev::after {
  color: #333;
  width: 10px !important;
  font-size: 25px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0 !important;
  border: none;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0 !important;
  border: none;
}

.top-section {
  color: #666;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto 50px;
}

.selection .top-section:first-child .top-title {
  margin-top: 0;
}

.top-title {
  font-size: 28px;
  position: relative;
  margin-top: 70px;
}

.top-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 160px;
  border-bottom: 4px solid #F1CB00;
}

.top-desc {
  line-height: 2.0;
  font-feature-settings: "palt";
}

.top-img {
  max-width: 700px;
  margin: 20px auto 0;
}

.top-img a img {
  width: 100%;
  height: auto;
}

.top-img a img:hover,
.preferential-link a:hover,
a .corporate-link-text:hover,
.footer-menu ul li a:hover {
  opacity: 0.7;
}

.top-preferential {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.separation {
  border-right: 1px solid #666;
}

.preferential-wrap {
  background-color: #EDFCFF;
  padding: 30px 80px;
  width: 48%;
  border-radius: 15px;
  text-align: center;
}

.preferential-person {
  color: #00809E;
  margin: 0;
  font-size: 25px;
}

.preferential-flex {
  display: flex;
  justify-content: center;
}

/* .preferential-link {
  width: 167px;
  padding: 0 0 20px;
} */

.preferential-text {
  position: relative;
  font-size: 25px;
  text-align: center;
}

.preferential-text::after {
  content: "";
  position: absolute;
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  top: 100%;
  left: 50%;
}

.preferential-link a {
  color: #666;
  display: block;
}

.top-info {
  background-color: #D5F4FB;
  padding: 75px 150px;
  border-radius: 15px;
  margin-top: 30px;
}

.top-info-item,
.corporate-link-item {
  list-style: none;
  position: relative;
  margin: 0;
}

.corporate-link-item {
  border-left: #fff;
}

.top-info-item a{
  color: #666;
}

.top-info-title {
  color: #023F98;
  margin: 30px 0 10px 0;
  font-size: 25px;
  /* color: #00809E; */
  /* text-align: center; */
}

.top-info-title:first-of-type {
  margin-top: 0;
}

.item-wrap {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  padding: 16px 40px 16px 30px;
  margin: 0 0 20px 0;
}

.item-wrap::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 4%;
  border: solid #55B5CB;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
}

.item-wrap:hover {
  opacity: 0.7;
}

.top-info-item:last-child .item-wrap {
  margin: 0;
}

.corporate-section {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  background-color: #023F98;
  padding: 75px;
}

.corporate-section-box h2 {
  margin: 0;
}

.corporate-section-box {
  max-width: 1100px;
  margin: 0 auto;
}

.corporate-link-item a {
  color: #fff;
}

.corporate-link-wrap_pc {
  display: flex;
  justify-content: center;
  padding: 0;
  max-width: 1100px;
  margin-top: 50px;
}

.corporate-link-item {
  width: 275px;
  border-left: 1px solid white;
}

.corporate-link-item:last-child {
  border-right: 1px solid white;
}

.corporate-link-text {
  text-align: center;
  margin: 0;
  padding: 20px 0 35px;
}

.corporate-link-text::after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  top: 60%;
  left: 48%;
  transform: rotate(45deg);
}

.note-link {
  position: relative;
}

.note-img01 {
  position: absolute;
  top: -45%;
  left: 90%;
}

.note-img02 {
  position: absolute;
  top: -80%;
  left: 96%;
  z-index: 998;
}

.inner-section_others {
  max-width: 800px;
  margin: 40px auto 0;
  color: #666666;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.0;
  text-align: left;
}

.inner-section_chart {
  max-width: 920px;
  margin: 40px auto 0;
  color: #666666;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.0;
  text-align: left;
}

.inner-section_chart h2,
.inner-section_others h2 {
  font-size: 32px;
  text-align: center;
  margin: 0;
}

.inner-section_chart p,
.inner-section_others p {
  margin: 0;
}

.chart_rect-wrap{
  display: flex;
  gap: 8px;
  margin: 20px 0 40px 0;
}

.text-wrap {
  display: flex;
  align-items: center;
  padding: 0 20px 0 5px;
}

.pdf-wrap{
  display: flex;
  align-items: center;
}

.pdf-wrap a{
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #666666;
  padding-bottom: 1px;
}

.pdf_icon{
  width: 30px;
}

.point-box {
  border: 2px solid #55B5CB;
  padding: 10px 25px;
  margin: 10px 0 0 0;
  display: inline-block;
}

.list-point {
  position: relative;
  margin-left: 0;
  padding-left: 20px;
}

.point-box p {
  margin: 0;
}

.list-point::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.section-subtitle_s {
  font-size: 18px;
  margin: 0;
}

.others_container {
  margin-top: 30px;
}

.detail-container {
  margin-top: 20px;
}

.detail-container a {
  color: #55B5CB;
}

.detail-container a:hover {
  opacity: 0.7;
}

.-mt60 {
  margin-top: 60px;
}

.-mt40 {
  margin-top: 40px;
}

.-mt15 {
  margin-top: 15px;
}

.-ls_minus {
  letter-spacing: -0.4px;
}

.-w320 {
  width: 320px !important;
}

ul.notes {
  padding: 0;
}

.notes li {
  list-style: none;
}

.notes {
  position: relative;
  margin-left: 0;
  padding-left: 20px;
}

.notes-container {
  counter-reset: note-counter;
  margin-top: 25px;
}

.notes-num::before {
  counter-increment: note-counter;
  content: "※" counter(note-counter) " ";
  position: absolute;
  left: 0;
  top: 0;
}

.-no1 {
  counter-increment: note-counter 0 !important;
}

.-no3 {
  counter-increment: note-counter 2 !important;
}

.notes-num {
  position: relative;
  padding-left: 40px;
}

.num-index {
  margin-top: 20px !important;
  position: relative;
  padding-left: 30px;
}


.num-index::before {
  counter-increment: note-counter;
  content: "(" counter(note-counter)  ")";
  position: absolute;
  left: 0;
  top: 0;
}

p.notes-num {
  margin-top: 10px;
}

.notes::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.detail-img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

a.tel {
  text-decoration: none;
  color: #666;
}

.list-alphabet {
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 25px;
  counter-increment: list-counter;
}

.list-alphabet {
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 25px;
  counter-increment: list-counter;
}

.list-alphabet::before {
  counter-increment: hoge;
  content: counter(list-counter, lower-alpha) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

.section_lead {
  margin-top: 40px !important;
}

.application_submission{
  width: 100%;
  margin: 0 auto; 
  text-align: center;
}

.application_process{
  margin: 0;
  padding-left: 20px;
}

.application_address{
  color: #666;
  text-decoration: none;
}

.application_link_text{
  color: #666;
  text-decoration:none;
  font-size: 20px;
  line-height: 1.5;
}

.application_red_box {
  border: 2px solid #ED4735;
  background-color: #FFF7F7;
  padding: 10px 25px;
  /* margin: 10px 0 0 0; */
  width: 300px;
  height: 120px;
  margin: 0 auto; 
}

.application_pdf_icon{
  width: 60px;
}

.application_link_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.application_external{
  color: #55B5CB !important;
}

.red {
  color: #ED4735;
}

p.preferential-footer-item {
  font-size: 14px;
  margin-bottom: 0;
}

.chart_h3{
  font-size: 26px;
}

.pdf-wrap:hover {
  opacity: 0.7;
}

.section-subtitle_m {
  font-size: 26px;
  margin: 40px 0 10px;
}

.menu-item {
  width: 25%;
}
.menu-item:nth-of-type(3) {
  width: 35%;
}
.menu-item:last-of-type {
  width: 15%;
}

@media screen and (max-width: 960px) {

  .menu-item {
    width: 100% !important ;
  }

  .top-topics,
  .top-topics li {
    display: block;
    width: 100%;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .section {
    padding: 70px 15px 50px 15px;
  }

  .section-about {
    padding: 70px 15px 50px 15px;
  }

  .section-title {
    font-size: 24px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .inner-section {
    width: 100%;
  }

  .inner-section-head {
    font-size: 20px;
    text-align: left;
  }

  .section-subtitle {
    font-size: 20px;
  }

  .section-subtitle-inner {
    text-align: center;
    display: block;
  }

  .section-subtitle-inner h3 {
    text-align: left;
  }

  .section-subtitle-inner p {
    width: 100%;
    text-align: left;
  }

  .section-subtitle-inner img {
    width: 150px;
    height: auto;
    margin-top: -30px;
  }

  .section-subtitle-last img {
    width: 100%;
    height: auto;
  }

  .about-lastimg img {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  .selection {
    overflow-x: hidden;
    padding: 50px 15px;
  }

  .header-logo img {
    margin-right: 13px;
  }

  .logo {
    width: 133px;
    height: 33px;
  }

  .logo-education {
    width: 125px;
    height: 34px;
    margin: 0 !important;
  }

  .header-content {
    border-bottom: 2px solid #54B3CB;
  }

  .header-menu-top {
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-inner {
    margin: 0;
  }

  .project-content {
    display: block;
  }

  .main-visual {
    padding-top: 50px;
  }

  .project-title {
    width: 100%;
    margin: auto;
    border-bottom: none;
    border-right: 1px solid #000;
    height: 230px;
  }

  .project-text {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 30px 15px 15px;
  }

  .project-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin: 30px 0;
  }

  .project-text h3 {
    font-size: 21px;
    text-align: center;
    height: auto;
  }

  .project-text-btn {
    display: block;
  }

  .btn {
    width: 100%;
    margin-bottom: 18px;
  }

  .project-text-btn a {
    font-size: 17px;
  }

  .footer-section {
    padding: 0;
  }

  .footer-menu {
    display: block;
    padding: 25px 0;
    width: 90%;
  }

  .menu-item ul {
    left: 0;
  }

  ul.footer-preferential-menu {
    padding-left: 1.5rem;
  }

  .link-menu {
    display: block;
    text-align: left;
  }

  .link-menu-txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .project-detail {
    display: block;
  }

  .project-detail-title {
    width: 100%;
    height: auto;
    border-bottom: none;
  }

  .project-detail-text {
    width: 100%;
    height: auto;
    padding: 30px 15px;
  }

  .project-detail-inner p {
    font-size: 16px;
  }

  .highlight-txt {
    font-size: 34px;
    margin: 0;
  }

  .sdg-img img {
    width: 107px;
    height: auto;
  }

  .social-media {
    text-align: center;
    padding-top: 20px;
  }

  .social-media img {
    width: 36px;
    height: auto;
  }

  .content-img {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .content-benefit-img {
    width: 100%;
    padding: 0;
  }

  .content-img img {
    width: 100%;
    padding-bottom: 15px;
  }

  .project-btn {
    display: block;
    width: 100%;
  }

  .donate-btn {
    width: 100%;
  }

  .section-useage {
    display: block;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .section-useage-color {
    display: flex;
    align-items: center;
    margin: 5px 4px;
    width: 45%;
  }

  .section-useage-white {
    width: 29px;
    height: 18px;
  }

  .section-useage-yellow {
    width: 29px;
    height: 18px;
  }

  .section-useage-green {
    width: 29px;
    height: 18px;
  }

  .section-useage-name {
    font-size: 12px;
    margin-left:7px;
  }

  .purpose-contents {
    display: block;
  }

  .purpose-content {
    margin: auto;
    margin-bottom: 20px;
  }

  .purpose-text {
    padding: 30px 15px;
    margin-top: -10px;
  }

  .purpose-text-title {
    height: auto;
  }

  .purpose-text h3 {
    margin-top: 0;
  }

  .s-btn {
    width: 100%;
  }

  .return-btn {
    width: 90vw;
    margin: auto;
  }

  .link-container {
    display: block;
  }

  .link-lg-container {
    display: block;
  }

  .link-btn {
    width: 100%;
    font-size: 16px;
    margin: auto;
    margin-bottom: 15px;
  }

  .link-lg-btn {
    display: none;
  }

  .link-lg-btn-sp {
    display: block;
    width: 100%;
    margin: auto;
    padding: 10px 2px;
    border-radius: 5px;
    background: white;
    border: 2px solid #54B3CB;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #54B3CB;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
  }

  .link-lg-btn-sp img {
    width: 76px;
    height: 76px;
  }

  .link-btn img {
    width: 55px;
    height: 55px;
  }

  .copyright p {
    font-size: 14px;
  }

  .link-menu a {
    margin-bottom: 10px;
  }

  .project-detail-btn {
    margin-top: 30px;
  }

  .project-detail-btn a {
    padding: 8px 0;
  }

  .content-single-img {
    width: 100%;
  }

  .content-single-img2 {
    width: 100%;
  }

  .project-btn a {
    margin: 0;
    margin-bottom: 20px;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    list-style: none;
    top: 0;
    right: 0;
    margin-top: 48px;
    padding: 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    z-index: 3;
    background-color: #54B3CB;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .menu ul {
    margin-bottom: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .menu-btn:checked~.menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
    display: block;
    text-transform: lowercase;
  }

  .menu li {
    padding: 5px 20px;
    opacity: 0;
    transition: 0.5s;
    border-top: 1px solid #fff;
  }

  /* .menu li:last-child {
    border-top: 1px solid #fff;
  } */

  .menu-btn:checked~.menu a,
  .menu-btn:checked~.menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }

  .menu-btn {
    display: none;
    z-index: 8;
  }

  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .navicon {
    background: #000000;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .navicon:before {
    top: 9px;
  }

  .navicon:after {
    bottom: 9px;
  }

  .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
  }

  .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }

  .menu-btn:checked~.menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  #menu-btn:checked~.hamburger-demo-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(3, 3, 3, 0.5);
    display: block;
  }

  .toggle {
    display: none;
  }

  .Label {
    padding: 1em;
    display: block;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 5px 20px;
  }

  .Label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
  }

  li.accordion {
    padding: 0;
    border-top: none;
  }

  .Label,
  .accordion-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }

  .accordion-content {
    height: 0;
    overflow: hidden;
  }

  .accordion-content ul {
    padding: 0;
  }

  .accordion-content li {
    list-style: none;
    padding-left: 40px;
    background-color: #489BB0;
    color: #fff;
    border-top: 1px solid #fff;
  }

  .toggle:checked+.Label+.accordion-content {
    height: auto;
    transition: all 0.3s;
  }

  .toggle:checked+.Label::before {
    transform: rotate(45deg) !important;
    transition: all 0.2s;
  }

  .swiper {
    overflow: initial !important;
  }

  .mySwiper {
    display: none;
  }

  .swiper-slide img {
    border-radius: 0%;
  }

  .project_infos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-gap: 33px 15px;
  }

  .project_infos .project_info .info_detail {
    font-size: 16px;
    margin: 12px 0 6px 0;
    padding: 0;
  }

  .project_infos .project_info .info_detail_2 {
    font-size: 14px;
  }

  .donor_voices .donor_voice {
    flex-direction: column;
  }

  .donor_voices .donor_voice img {
    max-width: 100%;
    margin: 0;
  }

  .donor_voices .donor_voice h3 {
    font-size: 24px;
    margin: 20.3px auto 24px auto;
  }

  .donor_voices .donor_voice .project_name {
    font-size: 16px;
    margin: 0 0 33px 0;
  }

  .donor_voices .donor_voice .donor_comment {
    font-size: 16px;
    margin-bottom: 70px;
    -webkit-line-clamp: 13;
  }

  .separation {
    display: none;
  }

  .top-preferential,
  .preferential-flex {
    display: block;
  }

  .preferential-link {
    width: 100%;
    /* padding: 0 0 0 60px; */
    font-size: 16px;
    text-align: left;
  }

  /* .preferential-link:first-of-type {
    padding: 0 0 0 60px;
  }

  .preferential-text::after {
    content: "";
    position: absolute;
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    top: 28%;
    left: 72%;
  } */

  .preferential-wrap {
    width: 100%;
    padding: 30px;
  }

  .preferential-wrap:last-of-type {
    margin-top: 30px;
  }

  .top-title {
    font-size: 20px;
    margin-top: 60px;
  }

  .top-desc {
    font-size: 14px;
    line-height: 1.7;
  }

  .top-img {
    margin: 10px auto 0;
  }

  .top-info {
    padding: 40px 15px;
  }

  .corporate-section {
    padding: 75px 15px;
  }

  .top-topic li:last-of-type {
    margin-top: 16px;
  }

  .footer-item-title {
    margin-top: 30px;
  }

  p.preferential-footer-item {
    margin-top: 20px;
  }

  .corporate-link-item,
  .corporate-link-item:last-child {
    border-left: none;
    border-right: none;
  }

  .corporate-link-wrap_sp {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }

  .corporate-link-wrap_sp .corporate-link-item {
    width: 130px;
  }

  .corporate-link-wrap_sp .w70 .corporate-link-item {
    width: 90px;
  }

  .corporate-link-text {
    padding-bottom: 10px;
    text-align: left;
  }

  .corporate-link-text::after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    top: 50%;
    left: 100%;
    transform: rotate(-45deg);
  }

  .item-wrap {
    font-size: 16px;
    padding: 1rem 2rem 1rem 1rem;
    text-align: left;
  }

  .note-img01 {
    top: -172%;
    left: -4%;
  }

  .note-img02 {
    top: -72%;
    left: -4%;
  }

  .top-title::after {
    width: 110px ;
  }

  .inner-section_chart,
  .inner-section_others {
    font-size: 14px;
    line-height: 1.8;
  }

  .inner-section_chart h2,
  .inner-section_others h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .point-box {
    padding: 10px 16px;
    display: block;
  }

  .point-box dd::before {
    left: -1%;
  }

  .list-point {
    padding-left: 15px;
  }

  .section-subtitle_s {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .notes-container {
    margin-top: 20px;
  }

  .notes-num {
    padding-left: 30px;
  }

  .list-alphabet {
    padding-left: 15px;
  }

  .application_sp_none{
    display: none;
  }

  .application_address{
    display: block;
  }

  .application_red_box{
    display: flex;
    justify-content : space-around;
    padding: 10px 50px;
  }

  .-w320 {
    width: 100% !important;
  }

  .num-index {
    padding-left: 25px;
  }

  .-mt20sp {
    margin-top: 20px !important;
  }
  .chart_h3{
    font-size: 18px;
  }

  .section-subtitle_m {
    font-size: 20px;
  }

  .preferential-person,
  .preferential-text {
    font-size: 18px;
  }

  .top-info-title {
    font-size: 18px;
  }

  .footer-top-topic li:nth-child(2) {
    margin-top: 0;
  }

}