@charset "UTF-8";
.bg-btm {
  background: url("../images/common/bg-btm.png") no-repeat bottom center/100%;
}

.bg-btm2 {
  background: url("../images/common/bg-btm.png") no-repeat bottom center/100%;
  background-color: #f6f8fa;
}

section:not([id=hero]) {
  position: relative;
  padding: 50px 0 100px;
  overflow: hidden;
}

#hero {
  overflow: hidden;
}

.animate__animated {
  backface-visibility: hidden;
  will-change: transform;
}

#sitetop #header {
  position: fixed;
}
#sitetop #hero {
  position: relative;
  /*clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);*/
  /*	&::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
  -webkit-animation: shine 0.3s 2.5s;
  animation: shine 0.3s 2.5s;
  }*/
}
#sitetop #hero .hero-txt {
  position: absolute;
  width: 100%;
  bottom: 16.40625vw;
  left: min(10.15625vw, 130px);
  margin: auto;
}
#sitetop #hero h2 img {
  width: 67.734375vw;
}
#sitetop #message {
  background: url("../images/index/bg01.png") no-repeat bottom left;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90.5%);
  padding: 0 0 125px;
  background-color: #ffffff;
  background-size: 100%;
}
#sitetop #message .inner h4 {
  font-size: 3rem;
  text-align: center;
  color: #293e83;
}
#sitetop #message .inner .textArea {
  width: 60%;
  margin-left: auto;
  color: #293e83;
}
#sitetop #message .inner .textArea .bg_white {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 50px 40px;
}
#sitetop #message .inner .textArea p {
  font-weight: bold;
}
#sitetop #message .inner .textArea p:not(:last-of-type) {
  margin-bottom: min(2.1875vw, 28px);
}
#sitetop #message .inner .textArea p.mb60v {
  margin-bottom: min(4.6875vw, 60px);
}
#sitetop #message .inner .textArea p:last-of-type {
  text-align: right;
  margin-top: max(-1.171875vw, -15px);
}
#sitetop #message .inner .textArea p:last-of-type img {
  max-width: 172px;
}
#sitetop #about {
  background: no-repeat right 20px top 55px;
  background-image: url("../images/index/about-photo.png");
  background-image: -webkit-image-set(url("../images/index/about-photo.png") 1x, url("../images/index/about-photo@2x.png") 2x);
  background-image: image-set(url("../images/index/about-photo.png") 1x, url("../images/index/about-photo@2x.png") 2x);
  padding: 50px 0 30px;
}
#sitetop #about .textArea {
  padding: 10px;
  margin-bottom: 18px;
  width: 50%;
  text-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255);
}
#sitetop #about .textArea p {
  font-size: 2rem;
}
#sitetop #about .textArea p em {
  font-size: 3rem;
  margin-right: 0.75em;
}
#sitetop #about .textArea dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
#sitetop #about .textArea dl dt {
  width: 6.5em;
  position: relative;
}
#sitetop #about .textArea dl dt::after {
  content: "：";
  position: absolute;
  right: 0;
}
#sitetop #policy {
  clip-path: polygon(0 8.203125vw, 100% 0, 100% 100%, 0 100%);
  padding: min(12.890625vw, 165px) 0 min(7.03125vw, 90px);
  background-color: #f6f8fa;
}
#sitetop #policy .inner {
  background: url("../images/index/policy-bg-v2.png") no-repeat top 55px left 30px/contain;
}
#sitetop #policy .policyWrapper:not(:last-of-type) {
  margin-bottom: 50px;
}
#sitetop #policy .policyWrapper h4 {
  color: #ffffff;
  font-size: 3.6rem;
  padding: 20px;
  text-align: center;
}
#sitetop #policy .policyWrapper .policyInner {
  padding: 0 40px 40px;
}
#sitetop #policy .policyWrapper .policyInner h5 {
  color: #ffffff;
  font-size: 3rem;
  margin-top: 40px;
  display: inline-block;
}
#sitetop #policy .policyWrapper .policyInner h5::after {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  top: -5px;
}
#sitetop #policy .policyWrapper .policyInner dl {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 10px 30px 0;
}
#sitetop #policy .policyWrapper .policyInner dl dt {
  font-size: 2.4rem;
  font-weight: bold;
}
#sitetop #policy .policyWrapper .policyInner dl dt label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.1em;
}
#sitetop #policy .policyWrapper .policyInner dl dt label::after {
  content: "\e145";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 1;
  font-size: 200%;
  margin-left: 0.5em;
}
#sitetop #policy .policyWrapper .policyInner dl dd {
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  transition: max-height 0.3s ease-in-out, transform 0.15s ease-in-out;
  max-height: 0;
  will-change: transform;
  padding: 10px 0 0;
}
#sitetop #policy .policyWrapper .policyInner dl dd p {
  padding-bottom: 30px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#sitetop #policy .policyWrapper .policyInner dl:not(:last-of-type) {
  margin-bottom: 20px;
}
#sitetop #policy .policyWrapper .policyInner .policyItem-toggle:checked ~ dt label::after {
  content: "\e15b";
}
#sitetop #policy .policyWrapper .policyInner .policyItem-toggle:checked ~ dt ~ dd {
  transform: scaleY(1);
  opacity: 1;
  max-height: 500px;
}
#sitetop #policy .policyWrapper .policyInner .policyBlock:nth-of-type(1) h5 {
  margin-top: 20px;
}
#sitetop #policy .policyWrapper#policy01 {
  background-color: #3d508f;
}
#sitetop #policy .policyWrapper#policy01 h4 {
  background-color: #2b4084;
}
#sitetop #policy .policyWrapper#policy01 dt {
  color: #293e83;
}
#sitetop #policy .policyWrapper#policy02 {
  background-color: #57b58b;
}
#sitetop #policy .policyWrapper#policy02 h4 {
  background-color: #299965;
}
#sitetop #policy .policyWrapper#policy02 dt {
  color: #229661;
}
#sitetop #policy .policyWrapper#policy03 {
  background-color: #e9b833;
}
#sitetop #policy .policyWrapper#policy03 h4 {
  background-color: #d1a21e;
}
#sitetop #policy .policyWrapper#policy03 dt {
  color: #d0b418;
}
#sitetop #supporter {
  padding: 70px 0 0;
}
#sitetop #supporter .supportNav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#sitetop #supporter .supportNav li {
  width: calc(33.3333333333% - 15px);
  border-radius: 5px;
  background-color: #293e83;
  border: 1px solid #293e83;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  min-height: 60px;
  line-height: 1.2;
}
#sitetop #supporter .supportNav li:hover {
  opacity: 1;
  background-color: #ffffff;
}
#sitetop #supporter .supportNav li a {
  color: #ffffff;
  padding: 12px 10px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
#sitetop #supporter .supportNav li a::after {
  content: "\e313";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 1;
  font-size: 200%;
  display: flex;
  align-items: center;
  margin-left: 0.5em;
  position: absolute;
  right: 5px;
}
#sitetop #supporter .supportNav li a:hover {
  opacity: 1;
  color: #293e83;
}
#sitetop #supporter .supportNav li a span {
  display: block;
  line-height: 1.2;
  font-size: 1.4rem;
}
#sitetop #supporter .supportNav li a span.txt12 {
  font-size: 1.2rem;
  margin-top: 5px;
}
#sitetop #supporter #supporterDetailWrap {
  counter-reset: num;
  margin-bottom: 80px;
}
#sitetop #supporter .supporterDetail {
  counter-increment: num;
  background-color: #f6f8fa;
  border-radius: 3px;
  padding: 25px 30px 30px 0;
}
#sitetop #supporter .supporterDetail:not(:last-of-type) {
  margin-bottom: 20px;
}
#sitetop #supporter .supporterDetail .iconArea {
  max-width: 240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sitetop #supporter .supporterDetail .iconArea span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 25vw;
  width: 150px;
  height: 150px;
  position: absolute;
  overflow: hidden;
}
#sitetop #supporter .supporterDetail .textArea {
  width: 100%;
}
#sitetop #supporter .supporterDetail .textArea h4 {
  font-size: 2.4rem;
  color: #293e83;
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 5px;
}
#sitetop #supporter .supporterDetail .textArea h4::before {
  content: counter(num, decimal-leading-zero);
  font-size: 3.6rem;
  margin-right: 0.5em;
}
#sitetop #supporter .supporterDetail .textArea p {
  font-size: 1.6rem;
}
#sitetop #supporter .supporterDetail .textArea dl:not(:last-of-type) {
  margin-bottom: 10px;
}
#sitetop #supporter .supporterDetail .textArea dl dt {
  background-color: #293e83;
  color: #ffffff;
  max-width: 120px;
  width: 100%;
  text-align: center;
  padding: 3px 8px 0;
  border-radius: 3px;
  font-size: 1.6rem;
  margin-right: 15px;
}
#sitetop #supporter .supporterDetail .textArea dl dd {
  font-size: 1.6rem;
}
#sitetop #supporter .supporterDetail .textArea .buttonA {
  max-width: 160px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 10px;
  margin-top: 20px;
}
#sitetop #supporter .supporterDetail .textArea .buttonLine {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid #02c755;
  background-color: #02c755;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 13px 10px;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 5px;
}
#sitetop #supporter .supporterDetail .textArea .buttonLine::before {
  content: "";
  width: 22px;
  height: 21px;
  display: block;
  background: url("../images/common/ico-line2.svg") no-repeat center center;
  margin-right: 10px;
}
#sitetop #supporter .snsNav {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
}
#sitetop #supporter .snsNav li {
  width: 20%;
  border-radius: 5px;
  transition: 0.3s;
}
#sitetop #supporter .snsNav li:hover {
  filter: contrast(200%);
}
#sitetop #supporter .snsNav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 10px;
}
#sitetop #supporter .snsNav li a div.img {
  min-height: 26px;
  margin-bottom: 5px;
}
#sitetop #supporter .snsNav li a p {
  color: #ffffff;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
}
#sitetop #supporter .snsNav .is {
  background: linear-gradient(120deg, rgb(255, 200, 82) 0%, rgb(245, 51, 149) 47.46%, rgb(109, 73, 231) 100%);
}
#sitetop #supporter .snsNav .is img {
  height: 26px;
}
#sitetop #supporter .snsNav .x {
  background-color: #000000;
}
#sitetop #supporter .snsNav .x img {
  height: 18px;
}
#sitetop #supporter .snsNav .fb {
  background-color: #3a5999;
}
#sitetop #supporter .snsNav .fb img {
  height: 26px;
}
#sitetop #supporter .snsNav .yt {
  background-color: #e62828;
}
#sitetop #supporter .snsNav .yt img {
  height: 18px;
}
#sitetop #supporter .snsNav .tt {
  background-color: #000000;
}
#sitetop #supporter .snsNav .tt img {
  height: 18px;
}
#sitetop #activity {
  padding: 110px 0 175px;
}
#sitetop #activity h4 {
  font-size: 3rem;
  line-height: 1.2;
  color: #293e83;
  text-align: center;
  margin-bottom: 25px;
}
#sitetop #activity h5 {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #293e83;
  text-align: center;
  margin-bottom: 20px;
}
#sitetop .numBoxWrap {
  counter-reset: pointNum;
}
#sitetop .numBoxWrap .numBox .point {
  background: linear-gradient(to left, #06b498, #01a4b8);
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  display: inline-block;
  line-height: 1;
}
#sitetop .numBoxWrap .numBox .point::after {
  content: counter(pointNum, decimal-leading-zero);
  counter-increment: pointNum;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  margin-left: 0.25em;
}
#sitetop .bg-btm-col {
  background-color: rgba(231, 242, 249, 0.3);
}
#sitetop #news .row {
  gap: min(3.125vw, 40px);
}

#announce {
  margin-top: max(-156.25vw, -200px);
  padding: 50px 0 60px;
}
#announce .inner:not(:first-of-type) {
  margin-top: 50px;
}
#announce .announceBox {
  background-color: rgba(41, 62, 131, 0.9);
  color: #ffffff;
  padding: 30px 40px 40px;
}
#announce .announceBox a {
  color: #ffffff;
}
#announce .announceBox h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 35px;
}
#announce .announceBox h3 em {
  display: inline-block;
  border-bottom: 3px solid;
  line-height: 1.5;
}
#announce iframe {
  width: 100%;
}
#announce #pickup-area .inner {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
}
#announce #pickup-area .pickup-item:not(:last-of-type) {
  margin-bottom: 30px;
}
#announce #pickup-area .pickup-item.pdf iframe {
  aspect-ratio: 4/3;
  height: auto;
}
#announce #pickup-area .pickup-item.vid iframe {
  aspect-ratio: 16/9;
  height: auto;
}
#announce #pickup-area .slide-container-wrapper {
  position: relative;
  margin: 0 auto;
}
#announce #pickup-area .slide-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #f5f5f5;
}
#announce #pickup-area .pickup-item.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#announce #pickup-area .pickup-item.image.active {
  opacity: 1;
  z-index: 10;
}
#announce #pickup-area .pickup-item.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#announce #pickup-area .slide-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 20;
  font-size: 24px;
  line-height: 1;
  user-select: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}
#announce #pickup-area .slide-nav:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#announce #pickup-area .slide-nav.prev {
  left: 10px;
}
#announce #pickup-area .slide-nav.next {
  right: 10px;
}
#announce #pickup-area .pickup-item.pdf, #announce #pickup-area .pickup-item.vid {
  margin-top: 30px;
}

table.schedule thead th:first-of-type {
  padding: 0 20px 0 0;
  width: 240px;
}
table.schedule thead th:nth-of-type(2) {
  width: 180px;
}
table.schedule thead th:last-of-type {
  padding: 0 0 0 20px;
}
table.schedule thead th em {
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding: 5px;
}
table.schedule tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
table.schedule tbody td {
  vertical-align: middle;
  font-size: 1.6rem;
}
table.schedule tbody td:first-of-type {
  padding: 0 20px 0 0;
}
table.schedule tbody td:last-of-type {
  padding: 0 0 0 20px;
}
table.schedule tbody td div {
  padding: 18px 10px;
}
table.schedule tbody td p {
  line-height: 1.5;
  text-align: left;
  word-break: break-word;
}
table.schedule tbody td p span {
  letter-spacing: 0.025em;
}
table.schedule tbody td p span.year {
  display: block;
  font-size: 1rem;
}
table.schedule tbody td p span.date {
  display: inline-block;
  font-size: 2.4rem;
  margin-right: 0.5em;
}
table.schedule tbody td p span.time {
  display: inline-block;
  font-size: 1.4rem;
}

#news .row {
  align-items: center;
  gap: 40px;
}
#news .titleArea {
  text-align: center;
}
#news .contentArea {
  width: 100%;
  align-self: flex-start;
}

/*------------------------------------------------------------
tab area
------------------------------------------------------------*/
.tab_wrap {
  margin: 0 auto 0;
  position: relative;
}
.tab_wrap input[type=radio] {
  display: none;
}

.tab_area {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.tab_area label {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  letter-spacing: min(0.078125vw, 1px);
  font-size: clamp(1.4rem, 1.25vw, 16px);
  line-height: 1.2;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px 5px 0 0;
  padding: 5px;
  min-height: 30px;
  will-change: filter;
}
.tab_area label:hover {
  filter: brightness(1.1);
  padding: 8px 5px;
  min-height: 35px;
}
.tab_area label:not(:last-of-type) {
  margin-right: 1px;
}
.tab_area .tab1_label {
  background-color: #596fb4;
}
.tab_area .tab2_label {
  background-color: #d55e5e;
}
.tab_area .tab3_label {
  background-color: #e9b833;
}
.tab_area .tab4_label {
  background-color: #46af7e;
}

.panel_area {
  z-index: 100;
  position: relative;
  padding-top: 25px;
  background-color: #ffffff;
}
.tab_panel {
  width: 100%;
  display: none;
  transition: 0.3s;
}

#tab1:checked ~ .tab_area .tab1_label {
  z-index: 101;
}
#tab1:checked ~ .panel_area #news-all-detail {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#tab2:checked ~ .tab_area .tab2_label {
  z-index: 101;
}
#tab2:checked ~ .panel_area #news-active-detail {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#tab3:checked ~ .tab_area .tab3_label {
  z-index: 101;
}
#tab3:checked ~ .panel_area #news-media-detail {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#tab4:checked ~ .tab_area .tab4_label {
  z-index: 101;
}
#tab4:checked ~ .panel_area #news-office-detail {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#tab1:checked ~ .panel_area #news-all-detail,
#tab2:checked ~ .panel_area #news-active-detail,
#tab3:checked ~ .panel_area #news-media-detail,
#tab4:checked ~ .panel_area #news-office-detail {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab3:checked ~ .tab_area .tab3_label,
#tab4:checked ~ .tab_area .tab4_label {
  z-index: 101;
  padding: 8px 5px;
  min-height: 35px;
}

#news .newsList {
  margin: 30px 0 50px;
}
#news .newsList dl {
  border-bottom: 1px solid #c1c1c1;
  display: flex;
  align-items: center;
  gap: 30px;
}
#news .newsList dl:first-of-type {
  padding: 0 0 15px;
}
#news .newsList dl:not(:first-of-type) {
  margin: 0;
  padding: 15px 0 15px;
}
#news .newsList dt {
  vertical-align: middle;
  font-size: 1.6rem;
}
#news .newsList dt p {
  line-height: 1.5;
  text-align: left;
  word-break: break-word;
}
#news .newsList dt p span {
  letter-spacing: 0.025em;
}
#news .newsList dt p span.year {
  display: block;
  font-size: 1rem;
}
#news .newsList dt p span.date {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  white-space: pre;
}
#news .newsList dd.news-common-ttl p {
  line-height: 1.25;
  letter-spacing: 0;
}
#news.singlePage .news-common-cat {
  margin-bottom: 10px;
}

.news-common-cat {
  min-width: 160px;
  flex-shrink: 0;
  background-color: #596fb4;
  border-radius: 3px;
  padding: 3px 10px;
  display: inline-block;
}
.news-common-cat.news-active-cat {
  background-color: #d55e5e;
}
.news-common-cat.news-media-cat {
  background-color: #e9b833;
}
.news-common-cat.news-office-cat {
  background-color: #46af7e;
}
.news-common-cat.news-media-tv-cat {
  background-color: #293e83;
}
.news-common-cat P {
  color: #ffffff;
  font-size: 1.4rem;
  white-space: pre;
  text-align: center;
  letter-spacing: 0;
}

.news-common-cat2 {
  flex-shrink: 0;
  background-color: #293e83;
  padding: 0 3px;
  display: inline-block;
  font-size: 1.2rem;
  color: #ffffff;
}

.cardWrapper {
  margin-bottom: 70px;
}
.cardWrapper#news-media a.card .row {
  align-items: flex-start;
  justify-content: space-between;
}

.cardWrap {
  gap: 30px 5px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.cardWrap .card {
  width: calc(33.3333333333% - 4px);
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 0px 6px rgba(41, 62, 131, 0.1);
  min-height: 340px;
  transition: 0.3s;
}
.cardWrap .card:hover {
  opacity: 1;
  filter: brightness(120%);
}
.cardWrap .card:hover img {
  transform: scale(105%);
}
.cardWrap .card figure {
  margin-bottom: 10px;
  overflow: hidden;
}
.cardWrap .card figure img {
  transition: 0.3s;
  aspect-ratio: 20.29;
  min-height: 200px;
  object-fit: contain;
  width: 100%;
}
.cardWrap .card .date {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.contentPage #hero {
  position: relative;
  background-color: #293e83;
  height: max(25vw, 320px);
}
.contentPage #hero .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.contentPage #hero .inner h2 {
  color: #ffffff;
  font-size: max(3.75vw, 4.8rem);
  margin-top: 90px;
}
.contentPage #hero .inner h2 em {
  display: block;
  font-size: max(1.5625vw, 2rem);
}
.contentPage .headingPhotoWrap {
  position: relative;
}
.contentPage .headingPhotoWrap .headingPhoto {
  max-width: 1000px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: right;
}
.contentPage .headingPhotoWrap .headingPhoto img {
  position: absolute;
  z-index: 1;
}
.contentPage .firstClm {
  clip-path: polygon(0 8.203125vw, 100% 0, 100% 100%, 0 85%);
  margin-top: -8.203125vw;
  padding: 12.109375vw 0 130px;
  background-color: #f6f8fa;
}
.contentPage .firstClm2 {
  clip-path: polygon(0 8.203125vw, 100% 0, 100% 100%, 0 100%);
  margin-top: -8.203125vw;
  padding: 12.109375vw 0 min(35.15625vw, 420px);
  background: linear-gradient(to bottom, #f6f8fa, #f6f8fa, transparent);
}
.contentPage#about .headingPhoto img {
  top: 11.71875vw;
  right: -10px;
}
.contentPage#about #sec1 .inner {
  /*&::after {
  content: "";
  position: absolute;
  background: url("../images/about/photo01.png") no-repeat center center;
  width: 555px;
  height: 759px;
  top: -100px;
  right: -100px;
  }*/
}
.contentPage#about #sec1 .inner .textArea {
  padding: 40px;
  margin-bottom: 18px;
  max-width: 520px;
  width: 100%;
  color: #293e83;
  background-color: #ffffff;
}
.contentPage#about #sec1 .inner .textArea p {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 35px;
}
.contentPage#about #sec1 .inner .textArea p em {
  font-size: 3.6rem;
  margin-right: 0.75em;
  font-weight: bold;
}
.contentPage#about #sec1 .inner .textArea dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.contentPage#about #sec1 .inner .textArea dl dt {
  width: 6.5em;
  position: relative;
}
.contentPage#about #sec1 .inner .textArea dl dt::after {
  content: "：";
  position: absolute;
  right: 0;
}
.contentPage#about #sec1 .inner figure {
  position: absolute;
  width: 555px;
  height: 759px;
  top: -300px;
  right: -100px;
}
.contentPage#about #sec2 {
  padding: 60px 0 min(9.375vw, 120px);
  background: url(../images/about/aspirations_bg.png) no-repeat bottom max(-8.203125vw, -105px) right max(-11.71875vw, -150px);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  background-color: #ffffff;
}
.contentPage#about #sec2 .inner h4 {
  font-size: 3rem;
  color: #293e83;
}
.contentPage#about #sec2 .inner .textArea {
  width: 50%;
  color: #293e83;
}
.contentPage#about #sec2 .inner .textArea .bg_white {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 50px 40px;
}
.contentPage#about #sec2 .inner .textArea p {
  font-weight: bold;
}
.contentPage#about #sec2 .inner .textArea p:not(:last-of-type) {
  margin-bottom: min(2.1875vw, 28px);
}
.contentPage#about #sec3 {
  padding: 75px 0 min(35.15625vw, 450px);
}
.contentPage#about #sec3 .inner .biographyWrap {
  position: relative;
  border-left: 2px solid #c9cee0;
  margin: 10px;
}
.contentPage#about #sec3 .inner .biographyWrap::before {
  content: "";
  height: 50px;
  width: 2px;
  background: linear-gradient(to bottom, #c9cee0 0%, #c9cee0 50%, rgba(255, 255, 255, 0)) 100%;
  display: block;
  position: absolute;
  left: -2px;
  bottom: -20px;
}
.contentPage#about #sec3 .inner .biographyWrap dl {
  padding-left: 35px;
  margin-bottom: 40px;
}
.contentPage#about #sec3 .inner .biographyWrap dl::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #293e83;
  border-radius: 25vw;
  position: absolute;
  left: -11px;
  display: block;
}
.contentPage#about #sec3 .inner .biographyWrap dl dt {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.contentPage#about #sec3 .inner .biographyWrap dl dd {
  line-height: 1.7;
}
.contentPage#about #sec3 .inner .biographyWrap dl dd em {
  font-size: 2rem;
  color: #293e83;
  font-weight: bold;
  display: block;
}
.contentPage#about #sec3 .inner .biographyWrap dl dd p {
  margin-top: 25px;
  font-weight: 400;
}
.contentPage#about #sec3 .inner .biographyWrap dl dd + figure, .contentPage#about #sec3 .inner .biographyWrap dl dd > figure,
.contentPage#about #sec3 .inner .biographyWrap dl dd .imgBox {
  margin-top: 25px;
}
.contentPage#about #sec3 .inner .biographyWrap dl dd .imgBox {
  gap: min(1.5625vw, 20px);
}
.contentPage#policy .headingPhotoWrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.contentPage#policy .headingPhotoWrap img {
  width: 436px;
  height: 408px;
  position: absolute;
  top: -15.625vw;
  right: 15px;
}
.contentPage#policy #sec1.firstClm2 {
  padding: 13.671875vw 0 0;
  /* @include mq(max, sm) {
    padding: calc(120vw / 6.4) 0 420px;
  } */
  /*       padding-top: calc(245vw / 12.8);
  @include mq(max, lg) {
    padding-top: calc(245vw / 10);
  }
  @include mq(max, xxs) {
    clip-path: polygon(0 8.203125vw, 100% 0, 100% 100%, 0 98.5%);
  } */
}
.contentPage#policy #sec1 .policyOverviewBg {
  padding: 85px 0 35px;
  background: url("../images/policy/policy-bg.png") no-repeat top right;
  background-size: min(73.28125vw, 938px) min(35.15625vw, 450px);
  overflow: hidden;
}
.contentPage#policy #sec1 #policyOverview {
  position: relative;
  top: -15px;
}
.contentPage#policy .policyWrapper {
  padding: 0 0 70px;
  background-color: #f6f8fa;
}
.contentPage#policy .policyWrapper h4 {
  font-size: 3.6rem;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin-top: -45px;
  line-height: 1.2;
}
.contentPage#policy .policyWrapper h4 span {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  font-size: 4.8rem;
  font-weight: bold;
  width: 100px;
  height: 100px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 1;
  padding-top: 10px;
  margin-bottom: 25px;
}
.contentPage#policy .policyWrapper h4 span::before {
  content: "POLICY";
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.contentPage#policy .policyWrapper .policyInner .policyBlock:not(:last-of-type) {
  margin-bottom: 50px;
}
.contentPage#policy .policyWrapper .policyInner h5 {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
}
.contentPage#policy .policyWrapper .policyInner .policyItem {
  background-color: #ffffff;
  border: 1px solid rgba(61, 79, 142, 0.1);
  border-radius: 3px;
  padding: 20px 50px 30px 30px;
  display: flex;
}
.contentPage#policy .policyWrapper .policyInner .policyItem:not(:last-of-type) {
  margin-bottom: 10px;
}
.contentPage#policy .policyWrapper .policyInner .policyItem span.num {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  display: inline-flex;
  flex-flow: column wrap;
  align-items: center;
  margin-right: 35px;
  padding-top: 10px;
}
.contentPage#policy .policyWrapper .policyInner .policyItem span.num::before {
  content: "PLAN";
  font-size: 1.4rem;
}
.contentPage#policy .policyWrapper .policyInner .policyItem dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.contentPage#policy .policyWrapper .policyInner .policyItem dl dd {
  padding: 15px 0 0;
}
.contentPage#policy .policyWrapper .policyInner .policyItem dl dd p {
  letter-spacing: 0.1em;
  font-weight: 400;
}
.contentPage#policy .policyWrapper#policy01 .headline h4 {
  color: #293e83;
}
.contentPage#policy .policyWrapper#policy01 .headline h4 span {
  background-color: #293e83;
}
.contentPage#policy .policyWrapper#policy01 .policyInner .policyBlock h5 {
  background-color: #293e83;
}
.contentPage#policy .policyWrapper#policy01 .policyInner .policyBlock dt {
  color: #293e83;
}
.contentPage#policy .policyWrapper#policy01 .policyInner .policyBlock span.num {
  color: #293e83;
}
.contentPage#policy .policyWrapper#policy02 .headline h4 {
  color: #279964;
}
.contentPage#policy .policyWrapper#policy02 .headline h4 span {
  background-color: #279964;
}
.contentPage#policy .policyWrapper#policy02 .policyInner .policyBlock h5 {
  background-color: #279964;
}
.contentPage#policy .policyWrapper#policy02 .policyInner .policyBlock dt {
  color: #229661;
}
.contentPage#policy .policyWrapper#policy02 .policyInner .policyBlock span.num {
  color: #279964;
}
.contentPage#policy .policyWrapper#policy03 {
  padding: 0 0 min(26.171875vw, 335px);
  background: linear-gradient(to bottom, #f6f8fa, #f6f8fa, transparent);
}
.contentPage#policy .policyWrapper#policy03 .headline h4 {
  color: #e9b833;
}
.contentPage#policy .policyWrapper#policy03 .headline h4 span {
  background-color: #e9b833;
}
.contentPage#policy .policyWrapper#policy03 .policyInner .policyBlock h5 {
  background-color: #e9b833;
}
.contentPage#policy .policyWrapper#policy03 .policyInner .policyBlock dt {
  color: #e9b833;
}
.contentPage#policy .policyWrapper#policy03 .policyInner .policyBlock span.num {
  color: #e9b833;
}
.contentPage#policy #sec2 {
  padding: 0;
}
.contentPage#inquiry .headingPhotoWrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.contentPage#inquiry .headingPhotoWrap img {
  width: 28.28125vw;
  height: 31.015625vw;
  position: absolute;
  top: -18.75vw;
  right: 40px;
}
.contentPage#inquiry #sec1 h3 {
  font-weight: 500;
  margin-top: 15px;
}
.contentPage#inquiry #sec1 h3 span {
  font-weight: bold;
}
.contentPage#inquiry #sec1 .textArea {
  margin-bottom: 40px;
}
.contentPage#inquiry #sec1 .textArea p {
  font-weight: 400;
}
.contentPage#inquiry #sec1 .textArea.mb60 {
  margin-bottom: 60px;
}
.contentPage#inquiry #sec1.donation #donationMethod {
  display: flex;
  gap: 20px;
}
.contentPage#inquiry #sec1.donation #donationMethod a {
  position: relative;
  transition: 0.3s;
  width: calc((100% - 10px) / 2);
  background-color: #ffffff;
  border: 1px solid #d3d7e5;
  border-radius: 5px;
  display: flex;
  flex-flow: column wrap;
  padding: 15px 20px 20px;
}
.contentPage#inquiry #sec1.donation #donationMethod a dl {
  margin-bottom: 30px;
}
.contentPage#inquiry #sec1.donation #donationMethod a dd {
  display: flex;
}
.contentPage#inquiry #sec1.donation #donationMethod a p {
  margin-bottom: 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.contentPage#inquiry #sec1.donation #donationMethod a p.btn {
  letter-spacing: 0;
  display: inline-flex;
  font-weight: bold;
  flex-shrink: 0;
  padding: 5px 20px;
  margin-top: auto;
  margin-left: auto;
  border-radius: 25vw;
  color: #ffffff;
  align-items: center;
}
.contentPage#inquiry #sec1.donation #donationMethod a p.btn::after {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "wght" 400, "FILL" 0;
  font-size: 1.6rem;
  margin-left: 3px;
}
.contentPage#inquiry #sec1.donation #donationMethod a.bank p.btn {
  background-color: #293e83;
}
.contentPage#inquiry #sec1.donation #donationMethod a.bank p.btn::after {
  content: "\e258";
}
.contentPage#inquiry #sec1.donation #donationMethod a.cc p.btn {
  background-color: #298264;
}
.contentPage#inquiry #sec1.donation #donationMethod a.cc p.btn::after {
  content: "\e89e";
}
.contentPage#inquiry #sec1.donation #donationMethod a:hover {
  box-shadow: 0px 10px 10px -6px rgba(41, 62, 131, 0.2);
  transform: translateY(-6px);
  opacity: 1;
}
.contentPage .wpcf7 form {
  color: #293e83;
  text-align: left;
}
.contentPage .wpcf7 form dl {
  display: flex;
  align-items: center;
  gap: 25px;
}
.contentPage .wpcf7 form dl.branch {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.contentPage .wpcf7 form dl.branch dt {
  width: 100%;
}
.contentPage .wpcf7 form dl.branch dd {
  max-width: 100%;
}
.contentPage .wpcf7 form dl:not(:last-of-type) {
  margin-bottom: 30px;
}
.contentPage .wpcf7 form dl:last-of-type {
  margin-bottom: 45px;
}
.contentPage .wpcf7 form dl dt {
  width: 300px;
}
.contentPage .wpcf7 form dl dt.required label::after {
  content: "必須";
  font-size: 1.2rem;
  background-color: #ef454a;
  color: #ffffff;
  padding: 0 3px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  top: -2px;
  margin-left: 5px;
  white-space: pre;
}
.contentPage .wpcf7 form dl dt p {
  display: inline-block;
}
.contentPage .wpcf7 form dl dd {
  max-width: 700px;
  width: 100%;
  word-break: break-all;
}
.contentPage .wpcf7 form dl dd p.txt14.mt10 {
  text-indent: -1em;
  margin-left: 1em;
}
.contentPage .wpcf7 form dl.vt dt {
  align-self: flex-start;
}
.contentPage .wpcf7 form dl.mb40 {
  margin-bottom: 40px;
}
.contentPage .wpcf7 form input[type=text],
.contentPage .wpcf7 form input[type=tel],
.contentPage .wpcf7 form input[type=email],
.contentPage .wpcf7 form input[type=number],
.contentPage .wpcf7 form textarea {
  border: 1px solid #d4e4f4;
  background-color: #ffffff;
  width: 100%;
  font-size: 1.8rem;
  padding: 9px 10px;
  color: #333333;
}
.contentPage .wpcf7 form input[type=text]:focus,
.contentPage .wpcf7 form input[type=tel]:focus,
.contentPage .wpcf7 form input[type=email]:focus,
.contentPage .wpcf7 form input[type=number]:focus,
.contentPage .wpcf7 form textarea:focus {
  outline: 2px solid #293e83;
}
.contentPage .wpcf7 form input[type=radio] {
  appearance: none;
  position: relative;
  top: -3px;
  width: 25px;
  height: 25px;
  border: 1px solid #d4e4f4;
  background-color: #ffffff;
  border-radius: 25vw;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}
.contentPage .wpcf7 form input[type=radio]:checked {
  border: 1px solid #293e83; /* チェック時の外枠の色 */
}
.contentPage .wpcf7 form input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 25vw;
  border-color: #293e83;
  background-color: #293e83;
}
.contentPage .wpcf7 form input[type=checkbox] {
  appearance: none;
  position: relative;
  top: -2px;
  width: 25px;
  height: 25px;
  border: 1px solid #d4e4f4;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}
.contentPage .wpcf7 form input[type=checkbox]:checked {
  background-color: #293e83;
  border: 1px solid #293e83;
}
.contentPage .wpcf7 form input[type=checkbox]:checked::after {
  content: "\e5ca";
  color: #ffffff;
  font-size: 2rem;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "wght" 600, "FILL" 0;
  position: absolute;
  right: 0;
}
.contentPage .wpcf7 form textarea {
  min-height: 150px;
}
.contentPage .wpcf7 form label {
  line-height: 1.5;
  display: inline-block;
}
.contentPage .wpcf7 form .btnArea {
  text-align: center;
}
.contentPage .wpcf7 form .btnArea input[type=submit] {
  background-color: #293e83;
  color: #ffffff;
  border: 1px solid #293e83;
  max-width: 300px;
  width: 100%;
  padding: 10px;
  transition: 0.3s;
}
.contentPage .wpcf7 form .btnArea input[type=submit]:hover {
  color: #293e83;
  background-color: #ffffff;
  border: 1px solid #293e83;
}
.contentPage .wpcf7 form .btnArea input.wpcf7-previous.backBtn {
  background-color: #ffffff;
  color: #293e83;
  border: 1px solid #ffffff;
  max-width: 150px;
  width: 100%;
  padding: 10px;
  transition: 0.3s;
  margin-right: 10px;
}
.contentPage .wpcf7 form .btnArea input.wpcf7-previous.backBtn:hover {
  opacity: 0.7;
}
.contentPage .wpcf7 form .btnArea input[disabled],
.contentPage .wpcf7 form .btnArea input[disabled]:hover {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  color: #ffffff;
  opacity: 1;
}
.contentPage .wpcf7 form .wpcf7-radio .wpcf7-list-item:not(:last-of-type) {
  margin-right: 35px;
}
.contentPage .wpcf7 form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.contentPage .wpcf7 form .wpcf7-radio .has-free-text input[type=text] {
  position: relative;
  top: -0.5em;
}
.contentPage .wpcf7 form .wpcf7-checkbox.supporter_action {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
}
.contentPage .wpcf7 form .wpcf7-checkbox.supporter_action > span {
  display: flex;
  gap: 25px 30px;
  flex-wrap: wrap;
  margin: 0;
}
.contentPage .wpcf7 form .wpcf7-checkbox.supporter_action .wpcf7-list-item {
  width: calc(50% - 15px);
  text-indent: -30px;
  padding-left: 30px;
  margin: 0;
}
.contentPage .wpcf7 form .wpcf7-response-output {
  text-align: center;
}
.contentPage .wpcf7 form .has-free-text {
  display: inline-flex;
}
.contentPage .wpcf7 form .has-free-text label {
  white-space: pre;
}
.contentPage .wpcf7 form .has-free-text input[type=text] {
  max-width: 220px;
  width: 100%;
  display: inline-block;
  margin-left: 20px;
}
.contentPage .wpcf7 form .wpcf7-list-item.is_disabled {
  opacity: 0.7;
}
.contentPage .wpcf7 form .wpcf7-list-item.is_disabled:hover label,
.contentPage .wpcf7 form .wpcf7-list-item.is_disabled:hover input {
  cursor: not-allowed;
}
.contentPage .wpcf7 form.wpcf7-form.sent .wpcf7-not-valid-tip, .contentPage .wpcf7 form.wpcf7-form.submitting .wpcf7-not-valid-tip {
  display: none;
}
.contentPage .wpcf7 form.wpcf7-form[data-status=validating] .wpcf7-response-output[aria-hidden=true] {
  display: none;
}
.contentPage .wpcf7 form.wpcf7-form[data-status=validating] .wpcf7-not-valid-tip {
  display: none;
}
.contentPage .wpcf7 form.wpcf7-form [data-id=teamniimi_option02_03_group] dl dd dl {
  margin-bottom: 20px;
}
.contentPage .wpcf7 form.wpcf7-form [data-id=teamniimi_option02_03_group] [data-id=teamniimi_option02_03_group_over3] dl {
  margin-bottom: 0;
}
.contentPage .wpcf7 form.wpcf7-form [data-id=teamniimi_option02_03_group] [data-id^=teamniimi_option02_03_group] {
  width: 100%;
}
.contentPage#supporter .headingPhotoWrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  /*       @media screen and (min-width: 1500px) {
    max-width: calc(1500vw / 20);
    .headingPhoto {
      max-width: calc(1500vw / 20);
    }
  } */
}
.contentPage#supporter .headingPhotoWrap img {
  width: 28.28125vw;
  height: 31.015625vw;
  width: 362px;
  height: 397px;
  position: absolute;
  top: -14.453125vw;
  right: 35px;
}
.contentPage#supporter #sec1 h3 {
  font-weight: 500;
  margin-top: 15px;
}
.contentPage#supporter #sec1 h3 span {
  font-weight: bold;
}
.contentPage#supporter #sec1 .textArea p {
  font-weight: 400;
}
.contentPage#supporter #sec1 .textArea.mb60 {
  margin-bottom: 60px;
}
.contentPage#supporter #sec1.firstClm2 {
  padding-bottom: 0;
}
.contentPage#supporter #sec1 #whatsTeamNiimi {
  background-color: #ffffff;
  padding: clamp(20px, 2.34375vw, 30px);
  text-align: center;
  margin-top: 60px;
}
.contentPage#supporter #sec1 #whatsTeamNiimi h4 {
  font-size: 3rem;
  font-size: clamp(2.1rem, 2.34375vw, 3rem);
  line-height: 1.2;
  background-color: #293e83;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}
.contentPage#supporter #sec1 #whatsTeamNiimi p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.contentPage#supporter #sec1 #whatsTeamNiimi .buttonA {
  max-width: 180px;
  font-size: 1.4rem;
  padding: 8px 10px;
  margin-top: 20px;
}
.contentPage#supporter #sec2 #supporterDetailWrap {
  counter-reset: num;
}
.contentPage#supporter #sec2 .supporterDetail {
  counter-increment: num;
  gap: clamp(30px, 3.90625vw, 50px);
}
.contentPage#supporter #sec2 .supporterDetail:not(:last-of-type) {
  margin-bottom: 60px;
}
.contentPage#supporter #sec2 .supporterDetail:nth-of-type(even) {
  flex-direction: row-reverse;
}
.contentPage#supporter #sec2 .supporterDetail .iconArea {
  max-width: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentPage#supporter #sec2 .supporterDetail .iconArea span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
.contentPage#supporter #sec2 .supporterDetail .iconArea span img {
  max-width: 150px;
  width: 100%;
}
.contentPage#supporter #sec2 .supporterDetail#supporterDetail02 .iconArea span img {
  max-width: 250px;
}
.contentPage#supporter #sec2 .supporterDetail .textArea {
  width: 100%;
  position: relative;
  margin-top: -20px;
}
.contentPage#supporter #sec2 .supporterDetail .textArea h4 {
  font-size: 3rem;
  color: #293e83;
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
  margin-bottom: 20px;
}
.contentPage#supporter #sec2 .supporterDetail .textArea h4 span.num {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.contentPage#supporter #sec2 .supporterDetail .textArea h4 span.num::before {
  content: "SUPPORT";
  font-size: 1.8rem;
  line-height: 1;
  display: block;
  position: relative;
  top: 1.75em;
  font-weight: 900;
  letter-spacing: 0.05em;
  left: -0.5em;
}
.contentPage#supporter #sec2 .supporterDetail .textArea h4 span.num::after {
  content: counter(num, decimal-leading-zero);
  font-size: 8.6rem;
  margin-right: 0.175em;
  top: 0.2em;
  position: relative;
}
.contentPage#supporter #sec2 .supporterDetail .textArea p {
  font-size: 1.6rem;
}
.contentPage#supporter #sec2 .supporterDetail .textArea dl:not(:last-of-type) {
  margin-bottom: 10px;
}
.contentPage#supporter #sec2 .supporterDetail .textArea dl dt {
  background-color: #293e83;
  color: #ffffff;
  max-width: 120px;
  width: 100%;
  text-align: center;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 1.6rem;
  margin-right: 15px;
}
.contentPage#supporter #sec2 .supporterDetail .textArea dl dd {
  font-size: 1.6rem;
}
.contentPage#supporter #sec2 .supporterDetail .textArea .buttonA {
  max-width: 250px;
  padding: 8px 10px;
  margin-top: 30px;
}
.contentPage#supporter #sec2 .supporterDetail .textArea .buttonLine {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid #02c755;
  background-color: #02c755;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 13px 10px;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 5px;
}
.contentPage#supporter #sec2 .supporterDetail .textArea .buttonLine::before {
  content: "";
  width: 22px;
  height: 21px;
  display: block;
  background: url("../images/common/ico-line2.svg") no-repeat center center;
  margin-right: 10px;
}
.contentPage#supporter #sec2 .snsNav {
  display: flex;
  gap: 7px;
  margin-top: 20px;
  /* @include mq(max, md) {
    flex-wrap: wrap;
  } */
}
.contentPage#supporter #sec2 .snsNav li {
  width: 20%;
  border-radius: 5px;
  transition: 0.3s;
}
.contentPage#supporter #sec2 .snsNav li:hover {
  filter: contrast(200%);
}
.contentPage#supporter #sec2 .snsNav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
.contentPage#supporter #sec2 .snsNav li a div.img {
  min-height: 26px;
  margin-bottom: 5px;
}
.contentPage#supporter #sec2 .snsNav li a p {
  color: #ffffff;
  line-height: 1;
  font-size: 1.4rem !important;
  font-weight: bold;
}
.contentPage#supporter #sec2 .snsNav .is {
  background: linear-gradient(120deg, rgb(255, 200, 82) 0%, rgb(245, 51, 149) 47.46%, rgb(109, 73, 231) 100%);
}
.contentPage#supporter #sec2 .snsNav .is img {
  height: 26px;
}
.contentPage#supporter #sec2 .snsNav .x {
  background-color: #000000;
}
.contentPage#supporter #sec2 .snsNav .x img {
  height: 18px;
}
.contentPage#supporter #sec2 .snsNav .fb {
  background-color: #3a5999;
}
.contentPage#supporter #sec2 .snsNav .fb img {
  height: 26px;
}
.contentPage#supporter #sec2 .snsNav .yt {
  background-color: #e62828;
}
.contentPage#supporter #sec2 .snsNav .yt img {
  height: 18px;
}
.contentPage#supporter #sec2 .snsNav .tt {
  background-color: #000000;
}
.contentPage#supporter #sec2 .snsNav .tt img {
  height: 18px;
}
.contentPage#supporter #entry {
  padding-bottom: min(32.8125vw, 420px);
}
.contentPage#supporter #entry h3.ttl01 {
  line-height: 1.2;
}
.contentPage .teamniimi-form .teamniimi_option_group {
  border: 1px solid rgba(41, 62, 131, 0.5);
  padding: 25px 25px 0;
  margin-bottom: 30px;
  border-radius: 10px;
}
.contentPage .teamniimi-form .teamniimi_option_group p.notes {
  font-size: 1.4rem;
}
.contentPage .teamniimi-form .announceBox {
  background-color: rgba(41, 62, 131, 0.075);
  border-radius: 7px;
  overflow: hidden;
}
.contentPage .teamniimi-form .announceBox p.ttl {
  background-color: #293e83;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: bold;
}
.contentPage .teamniimi-form .announceBox .textArea {
  padding: 15px;
  margin: 0;
}
.contentPage .teamniimi-form .announceBox .textArea p {
  font-weight: 500;
}
.contentPage .teamniimi-form .announceBox .textArea p.sbttl {
  display: inline-block;
  margin-bottom: 0.75em;
  border-bottom: 3px solid;
  font-weight: bold;
}
.contentPage .teamniimi-form .announceBox .textArea p.B {
  font-weight: bold;
}
.contentPage .teamniimi-form .announceBox .textArea .U {
  text-decoration: underline;
}

#autozip {
  display: none !important;
}

#notFound {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#notFound p:first-of-type {
  color: #d2d6e4;
}
#notFound p:last-of-type {
  color: #2a3e83;
}

.pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  border: 1px solid #293e83;
  color: #293e83;
  display: inline-block;
  line-height: 1;
  padding: 7px 10px;
}
.pagination .page-numbers.current {
  background-color: #293e83;
  color: #ffffff;
}
.pagination .page-numbers:hover {
  background-color: #293e83;
  color: #ffffff;
}
.pagination .prev,
.pagination .next {
  display: none;
}

.postDetail h4 {
  font-size: 2.1rem;
  border-bottom: 1px solid;
  color: #293e83;
  margin-bottom: 1em;
}
.postDetail h5 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  color: #293e83;
}
.postDetail h6 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.postDetail figure,
.postDetail ul,
.postDetail ol {
  margin: 1em 0;
}
.postDetail ul {
  list-style: inherit;
}
.postDetail ul,
.postDetail ol {
  list-style-position: inside;
}
.postDetail a:not(.buttonC) {
  color: #0579bc;
}
.postDetail a:not(.buttonC):hover {
  text-decoration: underline;
}

#policyOverview {
  display: flex;
  gap: 20px;
}
#policyOverview .policyOverviewItem {
  max-width: 33.3333333333%;
  width: 100%;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #d3d9eb;
  padding: 20px;
}
#policyOverview .policyOverviewItem dt {
  text-align: center;
}
#policyOverview .policyOverviewItem dt span {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  display: block;
}
#policyOverview .policyOverviewItem dt span::before {
  content: "POLICY";
  display: block;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0;
}
#policyOverview .policyOverviewItem dt span::after {
  content: "";
  width: 60px;
  height: 14px;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
#policyOverview .policyOverviewItem dt p {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 15px;
}
#policyOverview .policyOverviewItem dd li:not(:last-child) {
  margin-bottom: 6px;
}
#policyOverview .policyOverviewItem dd li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 1.6rem;
}
#policyOverview .policyOverviewItem dd li a::before {
  content: "\e5cc";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  margin-right: 0.5em;
}
#policyOverview .policyOverviewItem#policyOverview01 dt {
  color: #293e83;
}
#policyOverview .policyOverviewItem#policyOverview01 dt span::after {
  background-image: url("../images/common/deco01.svg");
}
#policyOverview .policyOverviewItem#policyOverview01 dd li a {
  background-color: #293e83;
}
#policyOverview .policyOverviewItem#policyOverview02 dt {
  color: #279964;
}
#policyOverview .policyOverviewItem#policyOverview02 dt span::after {
  background-image: url("../images/common/deco02.svg");
}
#policyOverview .policyOverviewItem#policyOverview02 dd li a {
  background-color: #58b589;
}
#policyOverview .policyOverviewItem#policyOverview03 dt {
  color: #e9b833;
}
#policyOverview .policyOverviewItem#policyOverview03 dt span::after {
  background-image: url("../images/common/deco03.svg");
}
#policyOverview .policyOverviewItem#policyOverview03 dd li a {
  background-color: #e9b833;
}

#wpadminbar #wp-admin-bar-theme-switcha select#theme-switcha {
  color: #72aee6;
}

@media screen and (min-width: 781px){
  #sitetop #news h3 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1281px){
  .contentPage#about #sec2 {
    background-position: bottom right;
  }
}

@media screen and (min-width: 1296px){
  #sitetop #message {
    background-size: cover;
  }
}

@media screen and (min-width: 1500px){
  .contentPage#policy .headingPhotoWrap img {
    width: 436px;
    height: 408px;
  }
  .contentPage#supporter .headingPhotoWrap img {
    width: 428px;
    height: 469px;
  }
}

@media screen and (min-width: 1920px){
  #sitetop #message {
    clip-path: polygon(0 8.203125vw, 100% 0, 100% 100%, 0 90.5%);
    padding: 9.765625vw 0 90px;
  }
}

@media screen and (min-width: 2000px){
  .contentPage#inquiry .headingPhotoWrap {
    max-width: 75vw;
  }
  .contentPage#inquiry .headingPhotoWrap .headingPhoto {
    max-width: 75vw;
  }
}

@media screen and (max-width: 1280px){
  .bg-btm {
    background-size: inherit;
  }
  .bg-btm2 {
    background-size: inherit;
  }
  .contentPage#about #sec2 {
    background-position: bottom max(-0.78125vw, -10px) right max(-1.171875vw, -15px);
  }
}

@media screen and (max-width: 1000px){
  #sitetop #message .inner .textArea {
    width: 60%;
  }
  #sitetop #policy {
    margin-bottom: 50px;
  }
  #sitetop #policy .inner {
    background-position-x: center;
  }
  #sitetop #supporter .supportNav {
    flex-wrap: wrap;
  }
  #sitetop #supporter .supportNav li a {
    padding: 20px 10px;
  }
  .contentPage#about .headingPhoto img {
    right: 0;
    top: 15vw;
    width: min(33.671875vw, 431px);
    height: min(51.875vw, 664px);
  }
  .contentPage#about #sec2 {
    background-position: bottom max(-1vw, -10px) right max(-18vw, -180px);
    background-size: inherit;
  }
  .contentPage#about #sec2 .inner .textArea {
    width: 60%;
  }
  .contentPage#policy .headingPhotoWrap img {
    right: 0;
    /*           width: calc(362vw / 10);
    height: calc(397vw / 10); */
    top: -23vw;
  }
  .contentPage#inquiry .headingPhotoWrap img {
    right: 0;
    width: 36.2vw;
    height: 39.7vw;
    top: -21.1vw;
    /*@include mq(max, sm) {
    width: calc(362vw / 6.40);
    height: calc(397vw / 6.40);
    top: calc((211vw / 6.40) * -1);
    }*/
  }
  .contentPage#supporter .headingPhotoWrap img {
    right: 0;
    /*           width: calc(362vw / 10);
    height: calc(397vw / 10); */
    top: -23vw;
  }
}

@media screen and (max-width: 1000px) and (max-width: 640px){
  .contentPage#about .headingPhoto img {
    top: 150px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 780px){
  .contentPage#inquiry .headingPhotoWrap img {
    width: 46.4102564103vw;
    height: 50.8974358974vw;
    top: -38.4615384615vw;
  }
}

@media screen and (max-width: 780px){
  .bg-btm {
    background-position: bottom right -180px;
  }
  .bg-btm2 {
    background-position: bottom right -180px;
  }
  #sitetop #message .inner .textArea {
    width: 100%;
    margin-bottom: 32.0512820513vw;
  }
  #sitetop #message .inner .textArea p:not(:last-of-type) {
    margin-bottom: 3.5897435897vw;
  }
  #sitetop #message .inner .textArea p.mb60v {
    margin-bottom: 7.6923076923vw;
  }
  #sitetop #message .inner .textArea p:last-of-type {
    margin-top: auto;
  }
  #sitetop #about {
    background-position: right -200px top 70px;
  }
  #sitetop #about .textArea {
    width: 100%;
    background: none;
  }
  #sitetop #supporter .supportNav li {
    width: 100%;
    font-size: 2rem;
  }
  #sitetop #supporter .supporterDetail {
    flex-flow: column-reverse;
    padding: 20px;
  }
  #sitetop #supporter .supporterDetail .iconArea {
    margin-left: auto;
    margin-top: 20px;
  }
  #sitetop #supporter .supporterDetail .iconArea span {
    position: relative;
  }
  #sitetop #news .row {
    flex-direction: column;
    gap: 40px;
  }
  #announce {
    margin-top: -14.1025641026vw;
  }
  #announce .announceBox {
    padding: 30px 5.1282051282vw 40px;
  }
  table.schedule thead th {
    display: none;
  }
  table.schedule tbody tr {
    padding: 20px 0;
    display: block;
  }
  table.schedule tbody td:first-of-type {
    padding: 0;
  }
  table.schedule tbody td:last-of-type {
    padding: 0;
  }
  table.schedule tbody td div {
    padding: 0;
  }
  table.schedule tbody td p span {
    letter-spacing: inherit;
  }
  table.schedule tbody td p span.year {
    display: inline;
  }
  table.schedule tbody td p span.year::after {
    content: ".";
  }
  table.schedule tbody td {
    display: flex;
    align-items: flex-start;
    padding: 0 0 7px 0 !important;
  }
  table.schedule tbody td:first-of-type {
    align-items: center;
  }
  table.schedule tbody td::before {
    content: attr(data-label) "：";
    width: 7em;
    flex-shrink: 0;
  }
  table.schedule tbody td[data-label=日時] p {
    line-height: 1.2;
  }
  .tab_area label:hover {
    min-height: 70px;
  }
  .tab_area label {
    min-height: 60px;
  }
  #tab1:checked ~ .tab_area .tab1_label,
  #tab2:checked ~ .tab_area .tab2_label,
  #tab3:checked ~ .tab_area .tab3_label,
  #tab4:checked ~ .tab_area .tab4_label {
    min-height: 70px;
  }
  .cardWrap .card {
    width: 100%;
  }
  .contentPage .firstClm {
    clip-path: polygon(0 8.203125vw, 100% 0, 100% 100%, 0 95%);
  }
  .contentPage#about #sec2 {
    background-position: bottom right;
    background-size: contain;
  }
  .contentPage#about #sec2 .inner .textArea {
    width: 100%;
    margin-bottom: 32.0512820513vw;
  }
  .contentPage#about #sec2 .inner .textArea p:not(:last-of-type) {
    margin-bottom: 3.5897435897vw;
  }
  .contentPage#about #sec2 .inner .textArea p br.brpc {
    display: none;
  }
  .contentPage#policy .headingPhotoWrap img {
    width: 55.8974358974vw;
    height: 52.3076923077vw;
    top: -23.7179487179vw;
  }
  .contentPage#inquiry #sec1.donation #donationMethod {
    flex-direction: column;
  }
  .contentPage#inquiry #sec1.donation #donationMethod a {
    width: 100%;
  }
  .contentPage .wpcf7 form dl {
    flex-direction: column;
    border-bottom: 1px solid #d4e4f4;
    padding-bottom: 30px;
    gap: 10px;
  }
  .contentPage .wpcf7 form dl dt {
    width: 100%;
  }
  .contentPage .wpcf7 form dl dt br {
    display: none;
  }
  .contentPage .wpcf7 form dl dd {
    max-width: 100%;
  }
  .contentPage#supporter .headingPhotoWrap img {
    width: 46.4102564103vw;
    height: 50.8974358974vw;
    top: -23.7179487179vw;
  }
  .contentPage#supporter #sec2 .supporterDetail:nth-of-type(even) {
    flex-flow: column-reverse wrap;
  }
  .contentPage#supporter #sec2 .supporterDetail {
    flex-flow: column-reverse wrap;
    gap: 0;
  }
  .contentPage#supporter #sec2 .supporterDetail .iconArea {
    margin-left: auto;
    margin-top: 20px;
  }
  .contentPage .teamniimi-form .teamniimi_option_group {
    border: none;
    padding: 0;
    border-radius: 0;
  }
  #policyOverview {
    flex-flow: column wrap;
  }
  #policyOverview .policyOverviewItem {
    max-width: 100%;
  }
  #policyOverview .policyOverviewItem dd li a {
    padding: 10px 5px;
    font-size: inherit;
  }
}

@media screen and (max-width: 640px){
  #sitetop main {
    top: 84px;
  }
  #sitetop #about {
    background-position: right -200px bottom;
  }
  #sitetop #about .inner {
    margin-bottom: 650px;
  }
  #sitetop #about .textArea dl {
    flex-direction: column;
  }
  #sitetop #about .textArea dl dt {
    width: 100%;
    background-color: #f6f8fa;
    margin-bottom: 5px;
  }
  #sitetop #about .textArea dl dt::after {
    content: none;
  }
  #sitetop #supporter .supportNav li a {
    letter-spacing: 0;
  }
  #sitetop #supporter .snsNav {
    gap: 1.5625vw;
  }
  #sitetop #supporter .snsNav li a {
    padding: 15px 1.5625vw;
  }
  #announce .announceBox h3 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  table.schedule tbody td p {
    font-size: 1.4rem;
  }
  table.schedule tbody td p span.date {
    font-size: 1.8rem;
  }
  table.schedule tbody td p span.time {
    font-size: 1.2rem;
  }
  table.schedule tbody td {
    font-size: 1.4rem;
  }
  #news .newsList dl {
    display: block;
  }
  #news .newsList dt {
    display: inline-block;
    margin-right: 1em;
  }
  #news .newsList dd.news-common-ttl {
    margin-top: 20px;
  }
  .contentPage .firstClm {
    padding: 18.75vw 0 130px;
  }
  .contentPage .firstClm2 {
    padding: 18.75vw 0 420px;
  }
  .contentPage#about #sec1 .inner .textArea {
    max-width: 100%;
    padding: 40px 6.25vw;
  }
  .contentPage#about #sec1 .inner .textArea dl {
    flex-direction: column;
  }
  .contentPage#about #sec1 .inner .textArea dl dt {
    width: 100%;
    background-color: #f6f8fa;
    margin-bottom: 5px;
  }
  .contentPage#about #sec1 .inner .textArea dl dt::after {
    content: none;
  }
  .contentPage#policy .headingPhotoWrap img {
    top: -35.9375vw;
  }
  .contentPage#policy .policyWrapper#policy03 {
    padding: 0 0 335px;
  }
  .contentPage .wpcf7 form .wpcf7-checkbox.supporter_action > span {
    flex-direction: column;
  }
  .contentPage .wpcf7 form .wpcf7-checkbox.supporter_action .wpcf7-list-item {
    width: 100%;
  }
  .contentPage .wpcf7 form.wpcf7-form [data-name=teamniimi_gender] .has-free-text {
    margin-top: 20px;
  }
  .contentPage#supporter .headingPhotoWrap img {
    top: -32.96875vw;
  }
  .contentPage#supporter #sec2 .snsNav li a {
    padding: 15px 1.5625vw;
  }
}

@media screen and (max-width: 480px){
  #sitetop main {
    top: 87px;
  }
  #sitetop #hero .hero-txt {
    left: 10px;
  }
  #sitetop #message .inner h4 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #sitetop #about .textArea p {
    line-height: 1.2;
  }
  #sitetop #about .textArea p em {
    display: block;
  }
  #sitetop #about .textArea dl {
    font-size: 1.6rem;
  }
  #sitetop #policy .policyWrapper .policyInner dl dt {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  #sitetop #policy .policyWrapper .policyInner dl dt label {
    letter-spacing: 0;
  }
  #sitetop #supporter .snsNav {
    gap: 10px;
    flex-flow: column wrap;
  }
  #sitetop #supporter .snsNav li {
    width: 100%;
  }
  #sitetop #activity h4 {
    font-size: 2.4rem;
  }
  #sitetop #activity h5 {
    font-size: 2.1rem;
  }
  .contentPage #hero {
    height: 350px;
  }
  .contentPage #hero .inner h2 {
    font-size: 10vw;
  }
  .contentPage #hero .inner h2 em {
    font-size: 4.1666666667vw;
  }
  .contentPage#about #sec1 .inner .textArea p em {
    display: block;
  }
  .contentPage#about #sec1 .inner .textArea dl {
    font-size: 1.6rem;
  }
  .contentPage#about #sec2 .inner h4 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .contentPage#about #sec3 .inner .biographyWrap dl dd em {
    font-size: 1.6rem;
  }
  .contentPage#policy .policyWrapper .policyInner .policyItem span.num {
    margin-right: 15px;
  }
  .contentPage#policy .policyWrapper .policyInner .policyItem dl dt {
    font-size: 2.1rem;
  }
  .contentPage#inquiry.supporter #sec1 h3 {
    letter-spacing: 0;
    text-align: left;
    line-height: 1.2;
  }
  .contentPage#inquiry.supporter #sec1 h3 span {
    line-height: 1.7;
  }
  .contentPage#supporter.supporter #sec1 h3 {
    letter-spacing: 0;
    text-align: left;
    line-height: 1.2;
  }
  .contentPage#supporter.supporter #sec1 h3 span {
    line-height: 1.7;
  }
  .contentPage#supporter #sec2 .supporterDetail {
    gap: 10px;
  }
  .contentPage#supporter #sec2 .supporterDetail .iconArea {
    margin-right: auto;
  }
  .contentPage#supporter #sec2 .snsNav {
    gap: 10px;
    flex-flow: column wrap;
  }
  .contentPage#supporter #sec2 .snsNav li {
    width: 100%;
  }
}

@media screen and (max-width: 425px){
  #announce {
    margin-top: -18.8235294118vw;
  }
  .contentPage#about #sec2 .inner .textArea p br {
    display: none;
  }
}

/*# sourceMappingURL=content.css.map */