@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, p, ul, td, th {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

header {
  display: none;
  width: 418px;
  position: fixed;
  top: 0;
  right: 310px;
  z-index: 100;
}
header .hamburger {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 50px;
  height: 50px;
  padding: 0.75rem;
  border-radius: 50px;
  cursor: pointer;
  z-index: 100;
  background-color: #fff;
}
header .hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #D06D97;
  border-radius: 10px;
  margin: 5px 0;
  transition: 0.4s;
}
header .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0; /* 真ん中の線を透明にする */
}
header .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
header .hamburger-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 418px;
  height: 100vh;
  background-color: #fbfbfb;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  padding: 75px 20px 20px;
  box-sizing: border-box;
  z-index: 10;
}
header .hamburger-menu.open {
  opacity: 1;
  pointer-events: auto;
}
header .hamburger-menu ul {
  letter-spacing: 0.15rem;
  list-style: none;
}
header .hamburger-menu ul li {
  height: 55px;
  line-height: 55px;
  border-top: dashed 1px #D06D97;
}
header .hamburger-menu ul li:last-child {
  border-bottom: dashed 1px #D06D97;
}
header .hamburger-menu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: rgba(23, 79, 158, 0.6);
  font-weight: 600;
  padding: 0 1.5rem;
  transition: 0.3s;
}
header .hamburger-menu ul li a .triangle {
  transition: 0.3s;
  --r: 1.5px; /* border radius */
  width: 1rem;
  aspect-ratio: 1/0.8660254038;
  --_g:calc(tan(60deg)*var(--r)) top var(--r),#000 98%,#0000 101%;
  mask: conic-gradient(from 150deg at 50% calc(3 * var(--r) / 2 - 100%), #000 60deg, rgba(0, 0, 0, 0) 0) 0 0/100% calc(100% - 3 * var(--r) / 2) no-repeat, radial-gradient(var(--r) at 50% calc(100% - 2 * var(--r)), #000 98%, rgba(0, 0, 0, 0) 101%), radial-gradient(var(--r) at left var(--_g)), radial-gradient(var(--r) at right var(--_g));
  -webkit-mask: conic-gradient(from 150deg at 50% calc(3 * var(--r) / 2 - 100%), #000 60deg, rgba(0, 0, 0, 0) 0) 0 0/100% calc(100% - 3 * var(--r) / 2) no-repeat, radial-gradient(var(--r) at 50% calc(100% - 2 * var(--r)), #000 98%, rgba(0, 0, 0, 0) 101%), radial-gradient(var(--r) at left var(--_g)), radial-gradient(var(--r) at right var(--_g));
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: rgba(23, 79, 158, 0.6);
}
header .hamburger-menu ul li a:hover {
  color: #D06D97;
}
header .hamburger-menu ul li a:hover .triangle {
  background-color: #D06D97;
}
header .hamburger-menu ul li .active {
  color: #174F9E;
}
header .hamburger-menu .side-sns {
  margin: 24px auto 0;
  width: fit-content;
  display: flex;
  gap: 10px;
}
header .hamburger-menu .side-sns img {
  width: 45px;
  height: 45px;
  transition: 0.3s;
}
header .hamburger-menu .side-sns img:hover {
  opacity: 0.6;
}

.left-area, .right-area {
  position: fixed;
  top: 0;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.left-area::-webkit-scrollbar,
.right-area::-webkit-scrollbar {
  display: none;
}

.left-area {
  width: calc(100% - 310px);
  left: 0;
  background-image: url(../images/left-bg.jpg);
  background-size: cover;
}
.left-area .left-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 65px;
  align-items: center;
  height: 100%;
  padding: 24px 0;
  margin-left: calc((100vw - 728px - 558px) / 2);
}
.left-area .left-wrapper .left-content {
  height: fit-content;
}
.left-area .left-wrapper .left-content div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-area .left-wrapper .left-content .pc-copy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-area .left-wrapper .left-content .pc-copy img {
  width: auto;
  height: 450px;
}
.left-area .left-wrapper .left-content .pc-copy img:last-child {
  margin-left: 75px;
}
.left-area .left-wrapper .left-content .left-cta {
  display: flex;
  gap: 2rem;
  margin-top: 50px;
}
.left-area .left-wrapper .left-content .left-cta .link-btn {
  background-color: #D06D97;
  border: solid 2px #D06D97;
  color: #000;
  margin: 0;
  position: relative;
}
.left-area .left-wrapper .left-content .left-cta .link-btn:hover {
  background: none;
  color: #D06D97;
}
.left-area .left-wrapper .left-content .left-cta .link-btn:first-child {
  opacity: 0.6;
  background-color: #fff;
  border: solid 2px #fff;
  text-align: left;
  padding-left: 5rem;
}
.left-area .left-wrapper .left-content .left-cta .link-btn:first-child:hover {
  background: none;
  color: #fff;
}
.left-area .left-wrapper .left-content .left-cta .link-btn:first-child:hover .manifesto-icon:nth-of-type(2) {
  opacity: 0;
}
.left-area .left-wrapper .left-content .left-cta .link-btn .manifesto-icon {
  width: 18px;
  height: auto;
  margin-left: 0.75rem;
  vertical-align: text-top;
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.right-area {
  width: 310px;
  right: 0;
  background-color: #FBFBFB;
}
.right-area .right-wrapper {
  width: 310px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 0;
  margin: 0 auto;
}
.right-area .right-wrapper .right-content {
  width: 100%;
  height: fit-content;
}
.right-area .right-wrapper .right-content .name-img {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto 24px;
}
.right-area .right-wrapper .right-content .side-menu {
  width: 100%;
  margin-top: 24px;
}
.right-area .right-wrapper .right-content .side-menu ul {
  letter-spacing: 0.15rem;
  list-style: none;
}
.right-area .right-wrapper .right-content .side-menu ul li {
  height: 55px;
  line-height: 55px;
  border-top: dashed 1px #D06D97;
}
.right-area .right-wrapper .right-content .side-menu ul li:last-child {
  border-bottom: dashed 1px #D06D97;
}
.right-area .right-wrapper .right-content .side-menu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: rgba(23, 79, 158, 0.6);
  font-weight: 600;
  padding: 0 1.5rem;
  transition: 0.3s;
}
.right-area .right-wrapper .right-content .side-menu ul li a .triangle {
  opacity: 0.6;
  transition: 0.3s;
  --r: 1.5px; /* border radius */
  width: 1rem;
  aspect-ratio: 1/0.8660254038;
  --_g:calc(tan(60deg)*var(--r)) top var(--r),#000 98%,#0000 101%;
  mask: conic-gradient(from 150deg at 50% calc(3 * var(--r) / 2 - 100%), #000 60deg, rgba(0, 0, 0, 0) 0) 0 0/100% calc(100% - 3 * var(--r) / 2) no-repeat, radial-gradient(var(--r) at 50% calc(100% - 2 * var(--r)), #000 98%, rgba(0, 0, 0, 0) 101%), radial-gradient(var(--r) at left var(--_g)), radial-gradient(var(--r) at right var(--_g));
  -webkit-mask: conic-gradient(from 150deg at 50% calc(3 * var(--r) / 2 - 100%), #000 60deg, rgba(0, 0, 0, 0) 0) 0 0/100% calc(100% - 3 * var(--r) / 2) no-repeat, radial-gradient(var(--r) at 50% calc(100% - 2 * var(--r)), #000 98%, rgba(0, 0, 0, 0) 101%), radial-gradient(var(--r) at left var(--_g)), radial-gradient(var(--r) at right var(--_g));
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: rgba(23, 79, 158, 0.6);
}
.right-area .right-wrapper .right-content .side-menu ul li .active {
  color: #174F9E;
}
.right-area .right-wrapper .right-content .side-menu ul li .active .triangle {
  opacity: 1;
}
.right-area .right-wrapper .right-content .side-menu ul li .active:hover {
  color: #D06D97;
}
.right-area .right-wrapper .right-content .side-menu ul li .active:hover .triangle {
  background-color: #D06D97;
}
.right-area .right-wrapper .right-content .side-sns {
  margin: 24px auto 0;
  width: fit-content;
  display: flex;
  gap: 10px;
}
.right-area .right-wrapper .right-content .side-sns img {
  width: 45px;
  height: 45px;
  transition: 0.3s;
}
.right-area .right-wrapper .right-content .side-sns img:hover {
  opacity: 0.6;
}

.main-area {
  width: 418px;
  margin-right: 310px;
  margin-left: auto;
}
.main-area .top {
  position: fixed;
  top: 0;
  width: 418px;
  height: 100vh;
}
.main-area .top .top-img {
  position: relative;
  width: 418px;
  height: 100vh;
  top: 0;
  border-radius: 200px 0 0 0;
  background-image: url(../images/top-image1.jpg);
  background-position: top center;
  background-size: cover;
}
.main-area .top .top-img .md-copy {
  display: none;
}
.main-area .section {
  width: 100%;
  padding: 28px;
  position: relative;
}
.main-area .section h2, .main-area .section h3, .main-area .section h4 {
  font-weight: 600;
}
.main-area .section h2 {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.3rem;
  margin: 100px auto 45px;
}
.main-area .section h3 {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  margin-bottom: 45px;
}
.main-area .section h4 {
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  text-align: left;
  margin-bottom: 1.25rem;
}
.main-area .section h5 {
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.19rem;
  margin: 50px auto 45px;
}
.main-area .section p {
  font-weight: 550;
  letter-spacing: 0.19rem;
  line-height: 1.625rem;
  margin-bottom: 2rem;
  text-align: justify;
}
.main-area .news {
  margin-top: 650px;
  background-color: rgba(23, 79, 158, 0.8);
  color: #fff;
  border-radius: 0 200px 0 0;
  padding-bottom: 300px;
}
.main-area .news .news-text {
  letter-spacing: 0.12rem;
  text-align: center;
}
.main-area .news iframe {
  display: block;
  margin: 0 auto;
}
.main-area .profile {
  background-color: #fff;
  border-radius: 200px 0 0 0;
  margin-top: -200px;
}
.main-area .profile h3 {
  color: #174F9E;
  text-align: center;
  letter-spacing: 0.2rem;
}
.main-area .profile p {
  line-height: 1.875rem;
}
.main-area .profile .profile-img1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin: 80 auto;
}
.main-area .profile .profile-img1 img:first-child {
  width: 100%;
  max-width: 362px;
  height: auto;
  margin-right: 0;
  border-radius: 0 30px;
}
.main-area .profile .profile-img1 img:last-child {
  width: 100%;
  max-width: 362px;
  height: auto;
  margin-left: 0;
}
.main-area .profile .link-btn {
  background-color: #D06D97;
  color: #000;
  width: 300px;
  margin: 40px auto 100px;
  border: solid 2px #D06D97;
}
.main-area .profile .link-btn:hover {
  background: none;
  color: #D06D97;
}
.main-area .profile .strength {
  width: 100%;
  container-name: container;
  container-type: inline-size;
  margin-bottom: 80px;
}
.main-area .profile .strength .strength-title {
  display: flex;
  align-items: center;
}
.main-area .profile .strength .strength-title::before, .main-area .profile .strength .strength-title::after {
  content: "";
  height: 1.5px;
  flex-grow: 1;
  background-color: #000;
  border-radius: 1px;
}
.main-area .profile .strength .strength-title::before {
  margin-right: 1rem;
}
.main-area .profile .strength .strength-title::after {
  margin-left: 1rem;
}
.main-area .profile .strength img {
  display: block;
  width: 100%;
  max-width: 362px;
  height: auto;
  margin: 0 auto;
}
.main-area .profile .achievement {
  margin-bottom: 80px;
}
.main-area .profile .achievement .achievement-title {
  display: flex;
  align-items: center;
}
.main-area .profile .achievement .achievement-title::before, .main-area .profile .achievement .achievement-title::after {
  content: "";
  height: 1.5px;
  flex-grow: 1;
  background-color: #000;
  border-radius: 1px;
}
.main-area .profile .achievement .achievement-title::before {
  margin-right: 0.75rem;
}
.main-area .profile .achievement .achievement-title::after {
  margin-left: 0.75rem;
}
.main-area .profile .achievement ul {
  list-style: none;
}
.main-area .profile .achievement ul li {
  position: relative;
  margin-left: 1rem;
  font-weight: 550;
  letter-spacing: 0.19rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  text-align: justify;
}
.main-area .profile .achievement ul li::before {
  top: 7px;
  left: -1rem;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #D06D97;
  border-radius: 1rem;
}
.main-area .profile .achievement ul li a {
  color: #fff;
  font-size: 0.875rem;
}
.main-area .profile .comic-btn {
  position: relative;
  width: 100%;
}
.main-area .profile .comic-btn img {
  display: block;
  width: 100%;
  max-width: 362px;
  height: auto;
  margin: 0 auto 80px;
  transition: 0.3s;
}
.main-area .profile .comic-btn img:hover {
  opacity: 0.6;
}
.main-area .profile-img2 {
  position: relative;
  background-color: #fff;
}
.main-area .profile-img2 .block-img {
  width: 100%;
  aspect-ratio: 3/2;
  background-image: url(../images/profile.jpg);
  background-size: cover;
  border-radius: 0 100vw 100vw 0;
}
.main-area .box-wh {
  position: relative;
  width: 100%;
  height: 550px;
  margin-top: -1px;
  background: #fff;
}
.main-area .manifesto {
  margin-top: -450px;
  background-color: #FFEBF3;
  border-radius: 200px 0 0 0;
  padding-bottom: min(450px, 100vw);
}
.main-area .manifesto .countermeasure {
  display: block;
  width: 100%;
  max-width: 362px;
  height: auto;
  margin: 80px auto;
}
.main-area .manifesto .manifesto-list .manifesto-item {
  margin-bottom: 80px;
}
.main-area .manifesto .manifesto-list .manifesto-item img {
  width: auto;
  height: 120px;
  display: block;
  margin: 0 auto 3rem;
}
.main-area .manifesto .manifesto-list .manifesto-item img:first-child {
  width: 105px;
  height: auto;
  margin-bottom: 1rem;
}
.main-area .manifesto .manifesto-list .manifesto-item ul {
  list-style: none;
  border-top: solid 1px #000;
  padding-top: 2rem;
}
.main-area .manifesto .manifesto-list .manifesto-item ul li {
  position: relative;
  margin-left: 1rem;
  font-weight: 550;
  letter-spacing: 0.19rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 18px;
}
.main-area .manifesto .manifesto-list .manifesto-item ul li::before {
  top: 7px;
  left: -1rem;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #174F9E;
  border-radius: 1rem;
}
.main-area .manifesto .manifesto-list .manifesto-item ul li .marker {
  color: #e60012;
  font-weight: 700;
}
.main-area .manifesto .manifesto-list .manifesto-item:last-child {
  margin-bottom: 0;
}
.main-area .manifesto .manifesto-list .manifesto-item:last-child h4 {
  letter-spacing: 0.16rem;
}
.main-area .manifesto .link-btn {
  background-color: #174F9E;
  color: #fff;
  border: solid 2px #174F9E;
  width: 300px;
  margin: 80px auto 40px;
  position: relative;
  display: block;
  overflow: hidden;
  padding-right: 45px;
}
.main-area .manifesto .link-btn .manifesto-icon {
  width: 18px;
  height: auto;
  margin-left: 0.75rem;
  vertical-align: text-top;
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-area .manifesto .link-btn:hover {
  background: none;
  color: #174F9E;
}
.main-area .manifesto .link-btn:hover .manifesto-icon:nth-of-type(2) {
  opacity: 0;
}
.main-area .manifesto .manifesto-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: min(100%, 418px);
  height: auto;
  display: block;
  margin: 0 auto -0.9rem;
}
.main-area .volunteer {
  background-color: rgba(23, 79, 158, 0.8);
  color: #fff;
  padding-bottom: 300px;
}
.main-area .volunteer h3 {
  width: fit-content;
  display: block;
}
.main-area .volunteer .volunteer-copy {
  margin-bottom: 0.1rem;
}
.main-area .volunteer .mask-bg {
  color: transparent;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.main-area .volunteer .mask-bg::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
.main-area .volunteer .mask-bg.is-animated {
  color: #fff;
}
.main-area .volunteer .mask-bg.is-animated::after {
  animation: mask-bg 1s cubic-bezier(0.8, 0, 0.17, 1);
}
@keyframes mask-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(100%, 0);
  }
}
.main-area .volunteer .cooperation-title {
  display: flex;
  align-items: center;
}
.main-area .volunteer .cooperation-title::before, .main-area .volunteer .cooperation-title::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 1px;
}
.main-area .volunteer .cooperation-title::before {
  margin-right: 0.75rem;
}
.main-area .volunteer .cooperation-title::after {
  margin-left: 0.75rem;
}
.main-area .volunteer .cooperation-list {
  counter-reset: list-counter;
  list-style: none;
}
.main-area .volunteer .cooperation-list li {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.135rem;
  margin-bottom: 40px;
}
.main-area .volunteer .cooperation-list li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  width: 1rem;
  height: 1rem;
  padding: 0.35rem 0.55rem 0.85rem 0.65rem;
  margin-right: 1rem;
  border-radius: 10px 0 10px 0;
  background: #D06D97;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.main-area .volunteer .cooperation-list li:nth-child(2) {
  letter-spacing: 0.045rem;
}
.main-area .volunteer .cooperation-list p {
  font-size: 1rem;
  margin: 0.5rem 0 0 3.3rem;
}
.main-area .volunteer .link-btn {
  background-color: #D06D97;
  color: #000;
  width: 300px;
  margin: 80px auto 100px;
  border: solid 2px #D06D97;
}
.main-area .volunteer .link-btn:hover {
  background: none;
  color: #D06D97;
}
.main-area .donation {
  margin-top: -300px;
  padding-bottom: 120px;
  background-color: #FFEBF3;
  border-radius: 0 200px 0 0;
}
.main-area .donation h2 {
  border-bottom: solid 1.5px #000;
  width: fit-content;
  padding-bottom: 0.5rem;
}
.main-area .donation p {
  margin-bottom: 1rem;
}
.main-area .donation .block-img {
  aspect-ratio: 8/5;
  width: 100%;
  margin: 40px auto;
  border-radius: 0 30px;
  background-image: url(../images/donation.jpg);
  background-size: cover;
}
.main-area .donation .link-btn {
  background-color: #D06D97;
  color: #000;
  border: solid 2px #D06D97;
}
.main-area .donation .link-btn:hover {
  background: none;
  color: #D06D97;
}
.main-area .questionnaire-img {
  position: relative;
  background-color: #FFEBF3;
  margin-top: -1px;
}
.main-area .questionnaire-img .block-img {
  width: 100%;
  aspect-ratio: 3/2;
  background-image: url(../images/questionnaire.jpg);
  background-size: cover;
  border-radius: 100vw 0 0 100vw;
}
.main-area .questionnaire {
  padding-bottom: 300px;
  background-color: #FFEBF3;
  color: #000;
  margin-top: -1px;
}
.main-area .questionnaire .questionnaire-title {
  letter-spacing: 0.088rem;
  margin-left: -0.3rem;
}
.main-area .questionnaire .questionnaire-title::before, .main-area .questionnaire .questionnaire-title::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 1px;
  height: 2rem;
  margin: 0 1rem;
  margin-top: -0.2rem;
  vertical-align: middle;
}
.main-area .questionnaire .questionnaire-title::before {
  transform: rotate(-35deg);
}
.main-area .questionnaire .questionnaire-title::after {
  transform: rotate(35deg);
}
.main-area .questionnaire .questionnaire-title br {
  display: none;
}
.main-area .questionnaire .link-btn {
  background-color: #D06D97;
  color: #000;
  width: 300px;
  border: solid 2px #D06D97;
}
.main-area .questionnaire .link-btn:hover {
  background: none;
  color: #D06D97;
}
.main-area .contact {
  position: relative;
  color: #fff;
  background-color: #174F9E;
  border-radius: 200px 200px 0 0;
  margin-top: -200px;
}
.main-area .contact p {
  margin-bottom: 0.5rem;
}
.main-area .contact small {
  font-weight: 500;
  display: block;
  margin-bottom: 45px;
}
.main-area .contact .form-item {
  margin-bottom: 40px;
}
.main-area .contact label {
  display: block;
  padding-bottom: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.19rem;
}
.main-area .contact input[type=text],
.main-area .contact input[type=mail],
.main-area .contact input[type=tel],
.main-area .contact textarea {
  width: 100%;
  border-radius: 10px;
  border: none;
  height: 45px;
  padding: 0.5rem 1rem;
  line-height: 1.2rem;
}
.main-area .contact .select-wrapper {
  position: relative;
  display: inline-block;
}
.main-area .contact .select-wrapper::after {
  content: "";
  position: absolute;
  border: 4px solid #333;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  top: 70%;
  right: 1rem;
  width: 0;
  height: 0;
}
.main-area .contact .select-wrapper--disabled::after {
  border-top-color: #aaa;
}
.main-area .contact .select-wrapper .select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 10px;
  height: 45px;
  padding: 0.5rem 3rem 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}
.main-area .contact .select-wrapper .select:disabled {
  pointer-events: none;
  background-color: #fff;
  color: #aaa;
}
.main-area .contact textarea {
  height: 220px;
  resize: none;
  padding: 1rem;
}
.main-area .contact .link-btn {
  background-color: #D06D97;
  border: none;
  border: solid 2px #D06D97;
}
.main-area .contact .link-btn:hover {
  background: none;
  color: #D06D97;
}
.main-area .access {
  position: relative;
  background-color: #174F9E;
  margin-bottom: -1px;
  margin-top: -1px;
  color: #fff;
}
.main-area .access h2 {
  border-bottom: solid 1.5px #fff;
  width: fit-content;
  padding-bottom: 0.5rem;
  margin-top: 75px;
}
.main-area .access p {
  margin-bottom: 0;
}
.main-area .access .access-name {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
.main-area .access .access-address {
  margin-bottom: 1rem;
}
.main-area .access .access-tel {
  text-decoration: none;
  color: #fff;
}
.main-area .access ul {
  padding-left: 1rem;
}
.main-area .access ul li {
  line-height: 1.625rem;
  letter-spacing: 0.19rem;
  font-weight: 550;
}
.main-area .access iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  margin-bottom: 1rem;
}

.link-btn {
  display: block;
  width: 263px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.19rem;
  text-decoration: none;
  text-align: center;
  padding: 1rem;
  margin: 36px auto 0;
  border-radius: 30px 0 30px 0;
  transition: 0.3s;
}

footer {
  position: relative;
  bottom: 0;
  width: 418px;
  margin-right: 310px;
  margin-left: auto;
  background-color: #174F9E;
  padding: 100px 0 2rem;
  color: #fff;
}
footer .footer-copy {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
}
footer .footer-copy img {
  width: auto;
  height: 195px;
}
footer .footer-link a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 60px;
}
footer .footer-link a:last-child {
  margin-top: 0.5rem;
}
footer .copyright {
  font-size: 0.6875rem;
  letter-spacing: 0.19rem;
  display: block;
  text-align: center;
  margin: 2rem auto 0;
}

.main-area .page-access {
  border-radius: 250px 0 0 0;
  margin-top: -250px;
}

.page-donation .page-donation-top .page-donation-guide {
  border-radius: 200px 0 0 0;
  background-color: #D06D97;
  color: #fff;
  padding-bottom: 300px;
}
.page-donation .page-donation-top p {
  color: #fff;
  margin-bottom: 1rem;
}
.page-donation .page-donation-top .link-btn {
  background-color: #FFEBF3;
  color: #000;
  width: 300px;
  color: #000;
  border: solid 2px #FFEBF3;
}
.page-donation .page-donation-top .link-btn:hover {
  background: none;
  color: #FFEBF3;
}
.page-donation .page-donation-attention {
  background-color: #e8e8e8;
  border-radius: 200px 200px 0 0;
  padding-bottom: 80px;
  margin-top: -200px;
}
.page-donation .page-donation-attention h2 {
  margin-bottom: 0.5rem;
}
.page-donation .page-donation-attention p {
  font-size: 0.875rem;
}
.page-donation .page-donation-attention .attention-sub {
  text-align: center;
}
.page-donation .page-donation-attention ul {
  font-size: 0.875rem;
}
.page-donation .page-donation-attention ul li {
  position: relative;
  margin-left: 1rem;
  font-weight: 550;
  letter-spacing: 0.16rem;
  line-height: 1.421rem;
  margin-bottom: 1rem;
  text-align: justify;
}
.page-donation .page-donation-attention .link-btn {
  width: 300px;
  background-color: #D06D97;
  color: #000;
  border: solid 2px #D06D97;
}
.page-donation .page-donation-attention .link-btn:hover {
  background: none;
  color: #D06D97;
}
.page-donation .box-grad-gray {
  position: relative;
  width: 100%;
  height: 250px;
  margin-top: -1px;
  background: #e8e8e8;
}

.page-act .page-act-top {
  position: relative;
  border-radius: 200px 0 0 0;
  background-color: #D06D97;
  color: #fff;
  padding-bottom: 250px;
}
.page-act .page-act-top p {
  font-size: 0.875rem;
  letter-spacing: 0.16rem;
  line-height: 1.421rem;
  margin-bottom: 50px;
  text-align: start;
}
.page-act .page-act-top p .page-list-title {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.page-privacy .page-privacy-top {
  position: relative;
  border-radius: 200px 0 0 0;
  background-color: #e8e8e8;
  padding-bottom: 290px;
}
.page-privacy .page-privacy-top .privacy-text {
  font-size: 1rem;
  letter-spacing: 0.19rem;
  line-height: 1.625rem;
  margin-bottom: 50px;
}
.page-privacy .page-privacy-top p {
  font-size: 0.875rem;
  letter-spacing: 0.16rem;
  line-height: 1.421rem;
  margin-bottom: 50px;
  text-align: start;
}
.page-privacy .page-privacy-top p .page-list-title {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.page-privacy .page-privacy-top p .page-list-bold {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 1rem 0 0.25rem;
}
.page-privacy .page-privacy-top p .page-list-bold:last-child {
  display: inline-block;
}
.page-privacy .page-privacy-top p:last-child {
  text-align: start;
}
.page-privacy .page-privacy-top ul {
  margin-bottom: 50px;
}
.page-privacy .page-privacy-top ul li {
  font-weight: 550;
  font-size: 0.875rem;
  margin-left: 1rem;
  letter-spacing: 0.15rem;
  line-height: 1.421rem;
}
.page-privacy .page-privacy-top .page-list-ul {
  margin-bottom: 1rem;
}

.page-comic .page-comic-top {
  position: relative;
  border-radius: 200px 0 0 0;
  background-color: #174F9E;
  color: #fff;
  padding-bottom: 350px;
}
.page-comic .page-comic-top img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1440px) {
  header {
    width: calc((100% - 712px) * 0.575);
    right: calc((100% - 712px) * 0.425);
  }
  header .hamburger {
    left: 25px;
  }
  .left-area {
    width: calc(100% - (100% - 712px) * 0.425);
  }
  .left-area .left-wrapper {
    margin-left: 77px;
    justify-content: flex-start;
  }
  .right-area {
    width: calc((100% - 712px) * 0.425);
  }
  .main-area {
    width: calc((100% - 712px) * 0.575);
    margin-right: calc((100% - 712px) * 0.425);
  }
  .main-area .top {
    width: calc((100% - 712px) * 0.575);
  }
  .main-area .top .top-img {
    width: 100%;
  }
  .main-area .section {
    padding-left: min(40px, 2vw);
    padding-right: min(40px, 2vw);
  }
  footer {
    width: calc((100% - 712px) * 0.575);
    margin-right: calc((100% - 712px) * 0.425);
  }
}
@media screen and (max-width: 1366px) {
  .left-area .left-wrapper {
    margin-left: calc((100vw - 728px - 263px) / 2);
  }
  .left-area .left-wrapper .left-content .pc-copy img {
    height: 28vw;
  }
  .left-area .left-wrapper .left-content .pc-copy img:last-child {
    margin-left: 5vw;
  }
  .left-area .left-wrapper .left-content .left-cta {
    flex-direction: column;
    gap: 0;
  }
  .left-area .left-wrapper .left-content .left-cta .link-btn:last-child {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  header {
    display: block;
    right: 0;
  }
  .left-area {
    width: 100%;
  }
  .left-area .left-wrapper {
    margin-left: calc((100vw - 418px - 263px) / 2);
  }
  .left-area .left-wrapper .left-content .pc-copy img {
    height: 40vw;
  }
  .left-area .left-wrapper .left-content .pc-copy img:last-child {
    margin-left: 5vw;
  }
  .left-area .left-wrapper .left-content .left-cta {
    flex-direction: column;
    gap: 0;
  }
  .left-area .left-wrapper .left-content .left-cta .link-btn:last-child {
    margin-top: 2rem;
  }
  .right-area {
    display: none;
  }
  .main-area {
    margin-right: 0;
  }
  footer {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    left: 0;
  }
  header .hamburger-menu {
    width: 100vw;
  }
  .left-area {
    display: none;
  }
  .main-area {
    width: 100%;
  }
  .main-area .top {
    width: 100vw;
    background-color: #174F9E;
  }
  .main-area .top .top-img {
    background-position: top;
    width: 100%;
    height: 100%;
  }
  .main-area .top .top-img .md-copy {
    display: block;
    height: 100vh;
    padding: 24px 10px;
  }
  .main-area .top .top-img .md-copy .md-name-img {
    display: block;
    text-align: right;
  }
  .main-area .top .top-img .md-copy .md-name-img img {
    width: 50vw;
    max-width: 200px;
    height: auto;
  }
  .main-area .top .top-img .md-copy .md-copy-img {
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding-top: 40px;
  }
  .main-area .top .top-img .md-copy .md-copy-img img {
    width: auto;
    height: 95vw;
    max-height: 450px;
  }
  .main-area .donation .block-img {
    width: 100%;
    height: auto;
  }
  .main-area .access .access-tel {
    border-bottom: solid 1.5px #fff;
  }
  footer {
    width: 100vw;
  }
  .page-donation,
  .page-act,
  .page-privacy {
    background-color: #174F9E;
  }
}
@media screen and (max-width: 417px) {
  .main-area .manifesto .manifesto-list .manifesto-item h4 br {
    display: block;
  }
  .main-area .questionnaire .questionnaire-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .main-area .questionnaire .questionnaire-title br {
    display: block;
  }
}
@media screen and (max-width: 396px) {
  header .hamburger-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .main-area .news iframe {
    width: 100%;
  }
  .main-area .manifesto .manifesto-list .manifesto-item img {
    width: 100%;
    height: auto;
  }
  .main-area .manifesto .link-btn {
    width: 100%;
    padding-right: 15vw;
  }
  .main-area .manifesto .link-btn .manifesto-icon {
    width: 5vw;
    right: 30%;
  }
  .main-area .profile .profile-img1 img:first-child {
    width: 100%;
    height: auto;
  }
  .main-area .profile .profile-img1 img:last-child {
    width: 100%;
    height: auto;
  }
  .main-area .profile .strength img {
    width: 100%;
  }
  .main-area .profile .link-btn {
    width: 100%;
  }
  .main-area .volunteer .link-btn {
    width: 100%;
  }
  .main-area .questionnaire .link-btn {
    width: 100%;
  }
  .main-area .contact .select {
    width: 100%;
  }
  .page-donation .page-donation-attention .link-btn {
    width: 100%;
  }
  .link-btn {
    display: block;
    width: 100%;
    font-size: max(5vw, 12px);
    letter-spacing: 0.8vw;
    padding: 1.115rem;
  }
  .page-act .page-act-top p .e-mali {
    font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  }
  .page-privacy .page-privacy-top p .e-mali {
    font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  }
}/*# sourceMappingURL=style.css.map */