/* Basic reset and layout for the demo theme */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media (min-width:769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body { 
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  color:#000;
  line-height: 1.75; 
}
ul {
  margin: 0;
  padding: 0;
}
.inner { 
  max-width: 1648px;
  margin: 0 auto;
  padding: 0 129px;
}
.front_wrap, .page_wrap {
  padding: 0 0 100px;
}
/* パンくずリスト */
.breadcrumb {
  list-style: none;
  margin: 0 auto 100px;
  width: 95%;
  font-size: 18px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb li + li:before{
  content: ">";
  margin:.5em;
}
/* header */
.site-header { 
  background:#fff;
  height: 80px;
  border-radius: 40px;
  width: 95%;
  max-width: 1720px;
  margin: 49px auto 0;
  padding: 0 56px 0 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1;
}
.site-logo img { 
  width: auto;
  height: 49px; 
}
.main-nav ul { 
  display: flex;
  margin-left: auto;
  gap: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.main-nav ul a {
  text-decoration: none;
  color: #000; 
}
@media (max-width:768px) {
  html {
    margin-top: 0;
  }
  .site-header {
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    top: 0;
  }
  .site-logo img {
    height: 35px;
    position: absolute;
    top: 20px;
  }
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background-color: #fafad2;
    color: #333;
    transition: right 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
  }
  .menu.open {
    right: 0;
  }
  .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 20;
  }
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 80px;
  }
  .menu li {
    padding: 20px 0;
    border-bottom: 1px solid #444;
  }
  .menu li a {
    color: #333;
    text-decoration: none;
    display: block;
  }
}

/*-------- frontPage --------*/
/* hero */
.site-main { 
  margin: 0 auto; 
}
.hero {
  width: 100%;
  height: 780px;
  background-image: url(/wp-content/themes/taiken-consortium/assets/img/hero.jpg);
  background-size: cover;
  position: relative;
  top: 0;
  z-index: 0;
}
.hero-cont h2 {
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  position: absolute;
  right: 0;
  bottom: 130px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .6)
}
.hero_news {
  background:#fff;
  height: 76px;
  border-radius: 38px;
  width: 95%;
  max-width: 1590px;
  margin: 0 auto;
  padding: 0 7%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 57px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.hero_news ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero_news .ttl {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #63D9DD;
  width: 4em;
}
.hero_news .date,
.hero_news .ttl_sub {
  font-size: 18px;
  font-weight: 700;
}
.hero_news .date {
  width: 100px;
}
.hero_news .ttl_sub {
  letter-spacing: 0.03em;
  width: 80px;
}
.hero_news .txt {
  font-size: 18px;
  font-weight: 400;
}

/* intro */
.intro {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.intro p {
  font-size: 20px;
  line-height: 2.6;
  letter-spacing: 0.07em;
  margin-block-start: 0;
  margin-block-end: 0;
}
.intro .top_txt {
  font-size: 45px;
  line-height: 1.62;
  letter-spacing: 0.14em;
  text-align: center;
}
.intro a {
  text-decoration: none;
}
.intro a .btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px;
  height: 84px;
  border-radius: 42px;
  background-color: #C8F5A9;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 84px;
  color: #000;
  position: relative;
}
.intro a .btn::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid #000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 24px;
}

/* news */
.news {
  background-color: rgba(99, 217, 221, 0.16);
  border-radius: 57px;
  padding: 90px 90px 50px;
  margin: 260px auto 0;
  width: 95%;
  max-width: 1534px;
  position: relative;
}
.news h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.09em;
  position: absolute;
  top: -88px;
}
.news h3 span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  top: -10px;
  left: 30px;
}
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list li {
  font-size: 18px;
}
.news-list li a {
  text-decoration: none;
  color: #000;
  letter-spacing: 0.05em;
}
.news-list li .date {
  letter-spacing: 0.06em;
  color: #8B8B8B;
  padding-right: 16px;
}
.cat-label {
  width: 160px;
  display: inline-block;
  color: #fff;
  padding: 4px 0;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-right: 16px;
  text-align: center;
}
.news-list li + li {
  margin-top: 47px;
}
.news a {
  text-decoration: none;
}
.news .news_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.news a .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 84px;
  border-radius: 42px;
  background-color: #C8F5A9;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 84px;
  color: #000;
  position: relative;
}
.news a .btn::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid #000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 24px;
}

/* activity */
.activity {
  position: relative;
  overflow: visible;
  margin: 186px auto 0;
  width: 95%;
  max-width: 1534px;
}
.activity h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.09em;
  text-align: center;
}
.activity h3 span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.activity p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  margin: 60px auto;
}
.activity_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 15px;
  padding: 0 90px 0;
  width: 100%;
}
.activity_item {
  position: relative;
  width: calc((100% - 30px) / 3);
  height: 300px;
}
.activity_item h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #fff;
  margin: 0;
  padding: 14px 20px;
  border-radius: 8px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.activity_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 21px;
}
.btn_wrap {
  padding: 0 90px 0;
}
.activity a {
  text-decoration: none;
}
.activity .activity_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.activity a .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 84px;
  border-radius: 42px;
  background-color: #C8F5A9;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 84px;
  color: #000;
  position: relative;
}
.activity a .btn::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid #000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 24px;
}
.slider {
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  overflow: hidden;
}
.slider img {
  width: 100%;
}
.slider .slick-slide {
  height: auto!important;
}
.slick-arrow:before{
	content: ""!important;
}
.slider .slick-slide{
  margin-right: 50px!important;
  margin-left: 50px!important;
}

/* member */
.topmember {
  width: 100%;
  height: 376px;
  background-color: #E6F9FA;
  position: relative;
  margin-top: 345px;
  margin-bottom: 186px;
  height: auto;
  padding-bottom: 50px;
}
.circle_wrap {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: -165px;
  z-index: -1;
}
.circle {
  width: 108%; 
  height: 500px;
  background-color: #E6F9FA;
  border-radius: 50%;
  position: relative;
  left: -4%;
}
.member_inner {
  padding: 0 70px 0;
  margin: 0 auto;
  width: 95%;
  max-width: 1648px;
  z-index: 1;
}
.member_wrap {
  margin-bottom: 60px;
}
.member_wrap h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.09em;
  text-align: center;
}
.member_wrap h3 span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.member_wrap p {
  margin-top: 60px;
  text-align: center;
  font-size: 18px;
  line-height: 1.75;
}
.supporters {
  background-color: #fff;
  padding: 20px;
  border-radius: 21px;
}
.topmember .supporters {
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
.member_btn {
  display: flex;
  justify-content: flex-end;
}
.supporters_wrap a {
  text-decoration: none;
}
.supporters_wrap a .btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px;
  height: 84px;
  border-radius: 42px;
  background-color: #C8F5A9;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 84px;
  color: #000;
  position: relative;
}
.supporters_wrap a .btn::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid #000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 24px;
}

/* contact */
.contact {
  background-color: #C8F5A9;
  border-radius: 57px;
  padding: 50px 70px;
  margin: 0 auto;
  width: 95%;
  max-width: 1648px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.contact h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: 0.09em;
  text-align: left;
  min-width: 256px;
}
.contact h3 span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.contact_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.contact_wrap p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
  margin: 0;
}
.contact_wrap a {
  text-decoration: none;
}
.contact_wrap a .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22vw;
  max-width: 365px;
  height: 84px;
  border-radius: 42px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 84px;
  color: #000;
  padding: 0;
  position: relative;
}
.contact_wrap a .btn::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid #000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 24px;
}

/* footer */
.logo_foot {
  width: 242px;
  height: auto;
  margin: 0 auto;
}
.logo_foot img {
  width: 242px;
  height: auto;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 82px auto 0;
  width: 95%;
  max-width: 1534px;
  font-size: 15px;
}
.footer-nav ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.12em;
}
.site-footer p {
  margin-top: 62px;
  text-align: center;
  font-size: 12px;
}

@media (max-width:768px) {
  .hero {
    height: 520px;
    background-position: center;
  }
  .hero-cont h2 {
    font-size: 32px;
    line-height: 1.4;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 155px;
  }
  .hero_news {
    height: auto;
    display: inline-grid;
    bottom: 20px;
    padding: 10px 7%;
  }
  .hero_news .ttl {
    font-size: 28px;
  }
  .hero_news .date {
    width: 60%;
  }
  .hero_news .ttl_sub {
    display: none;
  }
  .hero_news .txt {
    font-size: 14px;
  }
  .intro {
    width: 95%;
    margin: 0 auto;
    display: block;
    margin-top: 80px;
  }
  .intro p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }
  .intro .top_txt {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .intro a .btn {
    margin: 60px auto 0;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
  }
  .news {
    margin: 100px auto 0;
    padding: 50px 30px;
  }
  .news h3 {
    font-size: 40px;
    top: -70px;
  }
  .news-list li a {
    display: block;
    margin-top: 10px;
  }
  .news-list li + li {
    margin-top: 30px;
  }
  .news .news_btn {
    justify-content: center;
  }
  .news a .btn {
    width: 356px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    margin-top: 30px;
  }
  .activity {
    margin: 100px auto 0;
  }
  .activity h3 {
    font-size: 40px;
  }
  .activity p {
    width: 95%;
  }
  .activity_list {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .activity_item {
    width: 100%;
    height: 250px;
  }
  .activity_item h4 {
    font-size: 16px;
    padding: 14px;
    top: 10px;
    left: 10px;
  }
  .activity_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 21px;
  }
  .btn_wrap {
    padding: 0;
  }
  .activity a .btn {
    width: 356px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
  }
  .activity .activity_btn {
    justify-content: center;
  }
  .slider {
    margin-top: 50px;
  }
  .slider .slick-slide {
    margin-right: 10px!important;
    margin-left: 10px!important;
  }
  .circle_wrap {
    top: -120px;
  }
  .circle {
    width: 140%;
    left: -20%;
  }
  .topmember {
    margin-top: 210px;
    margin-bottom: 100px;
  }
  .member_wrap h3 {
    font-size: 40px;
  }
  .member_inner {
    padding: 0 20px;
  }
  .supporters {
    flex-direction: column;
    gap: 20px;
  }
  .supporters img {
    margin-bottom: 0;
  }
  .topmember .supporters {
    column-gap: 40px;
  }
  .supporters_wrap a .btn {
    height: 70px;
    font-size: 18px;
    line-height: 70px;
  }
  .member_btn {
    justify-content: center;
  }
  .contact {
    padding: 30px;
    display: block;
  }
  .contact_wrap {
    display: block;
  }
  .contact h3 {
    margin: 30px 0;
    font-size: 40px;
  }
  .contact_wrap a .btn {
    width: 100%;
    margin: 30px auto 0;
    max-width: 356px;
    height: 70px;
    font-size: 18px;
  }
  .front_wrap, .page_wrap {
    padding: 0 0 100px;
  }
  .logo_foot {
    width: 200px;
  }
  .logo_foot img {
    width: 200px;
  }
  .footer-nav ul {
    flex-direction: column;
    margin: 50px auto 0;
    text-align: center;
  }
  .footer-nav ul li a {
    font-size: 16px;
  }
}

/*-------- Page --------*/
/* about-page */
.page-cont {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  z-index: 0;
}
.about-page {
  background-image: url(/wp-content/themes/taiken-consortium/assets/img/top_about.jpg);
}
.page-cont .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: absolute;
  left: 2.5%;
  bottom: -316px;
  max-width: 1648px;
  margin: 0 auto;
  padding: 0;
  width: 95%;
}
.page-cont .inner .page-h2 {
  background-color: #E6F9FA;
  border-radius: 35px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 110px 0;
  min-width: 46%;
}
.page-cont .inner .page-h2 span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.page-cont .inner p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.about-cont {
  background-color: #E6F9FA;
  border-radius: 57px;
  padding: 90px 6vw;
  margin: 450px auto 110px;
  width: 95%;
  max-width: 1648px;
}
.about-cont ul li {
  background-color: #fff;
  border-radius: 57px;
  padding: 30px 3vw;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
}
.about-cont ul li img {
  border-radius: 37px;
  width: 38%;
  height: 38%;
}
.about-cont ul li div {
  width: calc(62% - 30px);
}
.about-cont ul li h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 25px;
}
.about-cont ul li p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
.about-cont ul li + li {
  margin-top: 50px;
}
@media (max-width:768px) {
  .page-cont {
    height: 400px;
  }
  .page-cont .inner {
    flex-direction: column;
    top: 270px;
    bottom: 0;
    gap: 0px;
  }
  .page-cont .inner .page-h2 {
    font-size: 28px;
    padding: 30px 5vw;
  }
  .about-cont {
    padding: 50px 25px;
    margin: 400px auto 100px;
  }
  .about-cont ul li {
    padding: 20px;
    border-radius: 30px;
    flex-direction: column;
  }
  .about-cont ul li img {
    border-radius: 20px;
    width: 100%;
  }
  .about-cont ul li div {
    width: 100%;
  }
  .about-cont ul li p {
    font-size: 14px;
  }
}

/* activity-page */
.activity-page {
  background-image: url(/wp-content/themes/taiken-consortium/assets/img/top_activity.jpg);
}
.activity-cont {
  margin: 450px auto 110px;
  width: 95%;
  max-width: 1390px;
}
.pagecont_top {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
}
.pagecont_top span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.09em;
  padding-left: 20px;
}
.activity-cont ul li {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
}
.activity-cont ul li img {
  border-radius: 20px;
  width: 38%;
  height: 38%;
}
.activity-cont ul li div {
  width: calc(62% - 30px);
}
.activity-cont ul li h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 25px;
}
.activity-cont ul li p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
.activity-cont ul li + li {
  margin-top: 80px;
}
@media (max-width:768px) {
  .activity-cont {
    margin: 280px auto 100px;
  }
  .pagecont_top {
      font-size: 28px;
  }
  .activity-cont ul li {
    flex-direction: column;
  }
  .activity-cont ul li img {
    width: 100%;
  }
  .activity-cont ul li div {
    width: 100%;
  }
}
/* member-page */
.member-page {
  background-image: url(/wp-content/themes/taiken-consortium/assets/img/top_member.jpg);
}
.member-cont {
  margin: 450px auto 110px;
  width: 95%;
  max-width: 1390px;
}
.member-cont-sec {
  margin: 110px auto;
  width: 95%;
  max-width: 1390px;
}
.members-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 40px;
  padding: 0 20px;
}
.member { 
  width: calc((100% - 100px) / 6);
  max-width: 200px;
  text-align: left;
}
.member img {
  width: 100%;
  height: auto;
} 
.member p { 
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.member h4 { 
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.supporters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 30px;
}
.supporters img {
  margin-bottom: 20px;
}
.supporters img:nth-child(n+5) {
    order: 1;
}
.logo01 {
  width: auto;
  height: 84px;
}
.member-cont .logo01 {
  width: auto;
  height: 104px;
}
.logo02 {
  width: auto;
  height: 122px;
}
.member-cont-sec .logo02 {
  width: auto;
  height: 142px;
}
.logo03 {
  width: auto;
  height: 77px;
}
.member-cont-sec .logo03 {
  width: auto;
  height: 97px;
}
.logo04 {
  width: auto;
  height: 148px;
}
.member-cont-sec .logo04 {
  width: auto;
  height: 168px;
}
.logo05 {
  width: auto;
  height: 66px;
}
.member-cont-sec .logo05 {
  width: auto;
  height: 86px;
}
.logo06 {
  width: auto;
  height: 45px;
}
.member-cont-sec .logo06 {
  width: auto;
  height: 65px;
}
.logo07 {
  width: auto;
  height: 72px;
}
.member-cont-sec .logo07 {
  width: auto;
  height: 92px;
}
.logo08 {
  width: auto;
  height: 128px;
}
.member-cont-sec .logo08 {
  width: auto;
  height: 148px;
}
@media (max-width:768px) {
  .member-cont {
    margin: 280px auto 100px;
  }
  .members-grid {
    padding: 0;
  }
  .member {
    width: calc((100% - 40px) / 3);
  }
  .member p {
    font-size: 12px;
  }
  .member h4 {
    font-size: 16px;
  }
  .supporters {
    flex-direction: column;
  }
  .supporters img {
    margin-bottom: 0;
  }
  .logo01 {
    height: 59px;
  }
  .member-cont .logo01 {
    width: auto;
    height: 79px;
  }
  .logo02 {
    height: 107px;
  }
  .member-cont-sec .logo02 {
    width: auto;
    height: 127px;
  }
  .logo03 {
    height: 61px;
  }
  .member-cont-sec .logo03 {
    width: auto;
    height: 81px;
  }
  .logo04 {
    height: 140px;
  }
  .member-cont-sec .logo04 {
    width: auto;
    height: 162px;
  }
  .logo05 {
    height: 50px;
  }
  .member-cont-sec .logo05 {
    width: auto;
    height: 70px;
  }
  .logo06 {
    height: 31px;
    margin: 10px 0;
  }
  .member-cont-sec .logo06 {
    width: 100%;
    height: auto;
  }
  .logo07 {
   height: 60px;
   margin: 10px 0;
  }
  .member-cont-sec .logo07 {
    width: auto;
    height: 80px;
  }
  .logo08 {
    height: 110px;
  }
  .member-cont-sec .logo08 {
    width: auto;
    height: 130px;
  }
  .member-cont-sec .logo01,
  .member-cont-sec .logo02,
  .member-cont-sec .logo03,
  .member-cont-sec .logo04,
  .member-cont-sec .logo05,
  .member-cont-sec .logo06,
  .member-cont-sec .logo07,
  .member-cont-sec .logo08 {
    max-width: 360px;
  }
}

/* news-page */
.news-page {
  background-image: url(/wp-content/themes/taiken-consortium/assets/img/top_news.jpg);
}
.news-cont {
  margin: 450px auto 200px;
  width: 95%;
  max-width: 1390px;
}
.news-cont .news-item {
  background-color: #E6F9FA;
  border-radius: 57px;
  padding: 90px 80px;
  width: 100%;
}
.news-cont .news-item li {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
  border-bottom: dotted 2px #63D9DD;
  padding-bottom: 60px;
}
.news-cont .news-item li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.news-cont .news-item li + li {
  padding-top: 60px;
}
.news-cont .news-item li img {
  width: 100%;
  max-width: 320px;
  height: 223px;
  object-fit: cover;
  border-radius: 20px;
}
.news-cont .news-item li article {
  width: 100%;
}
.news-cont .news-item li .date {
  color: #8B8B8B;
  font-size: 18px;
  letter-spacing: 0.06em;
}
.news-cont .news-item li .cat-label {
    width: 160px;
    display: inline-block;
    color: #fff;
    padding: 4px 0;
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-left: 16px;
    text-align: center;
}
.news-cont .news-item li h3 {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.news-cont .news-item li .post_txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6;
}

/* ページネーション */
.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 80px;
}
.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 38px;
}
.nav-links li a {
  text-decoration: none;
}
.nav-links li > *:not(.dots) {
  width: 38px;
  border-radius: 50%;
  color: #C8F5A9;
  background: #fff;
  font-weight: 500;
  border: 1px solid #C8F5A9;
  transition: color 0.3s ease, background 0.3s ease;
}
.nav-links li > .current,
.nav-links li > a:hover {
  color: #fff;
  background: #C8F5A9;
  font-weight: 900;
}
.nav-links li .prev,
.nav-links li .next {
  border: none;
  background: none;
}
.nav-links li .prev {
  padding-right: 15px;
}
.nav-links li .next {
  padding-left: 15px;
}
.nav-links li .prev:hover,
.nav-links li .next:hover {
  color: #C8F5A9;
  background: none;
}
@media (max-width:768px) {
  .news-cont {
    margin: 120px auto 100px;
  }
  .news-cont .news-item {
    border-radius: 30px;
    padding: 50px 30px;
  }
  .news-cont .news-item li {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .news-cont .news-item li img {
    height: 200px;
    max-width: 100%;
  }
  .news-cont .news-item li .cat-label {
    font-size: 14px;
  }
  .news-cont .news-item li h3 {
    font-size: 16px;
  }
  .news-cont .news-item li .post_txt p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .news-cont .news-item li + li {
    padding-top: 30px;
  }
  .nav-links ul {
    margin-top: 60px;
  }
}

/* contact */
.contact-page {
  width: 100%;
  height: 500px;
  background-color: rgba(200, 245, 169, 0.45);
  position: relative;
  top: 0;
  z-index: 0;
}
.contact-page .page-h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 250px;
  margin: 0 auto;
}
.contact-page .page-h2 span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.contact-form {
  margin: 150px auto 0;
  width: 95%;
  max-width: 1390px;
}
.contact-form .top {
  margin: 0 auto 50px;
  width: 95%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media (max-width:768px) {
  .contact-page {
    height: 300px;
  }
  .contact-page .page-h2 {
    font-size: 32px;
    top: 120px;
  }
  .contact-form {
    margin: 80px auto 0;
  }
}
.CF7_table {
  margin: 0 auto;
  width: 95%;
}
.CF7_table th {
  width: 30%;
  text-align: left;
}
.CF7_table p {
  margin: 0;
}
.CF7_table td {
  padding-bottom: 20px;
}
.CF7_table input, .CF7_table textarea, .CF7_table select {
  -webkit-appearance: none;
  appearance: none;
	border: 1px solid #000;
  border-radius: 10px;
  padding: 14px 24px;
  width: 100%;
  font-size: 16px;
}
.CF7_table .name input, .CF7_table .name textarea {
  width: 49%;
}
.CF7_table .txt1 {
  padding-right: 2%;
}
.CF7_table .check input {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 14px 24px;
  width: 40px;
  height: 40px;
}
.CF7_table .check .wpcf7-list-item-label {
  font-weight: 700;
  padding-left: 30px;
}
.CF7_table .check .wpcf7-list-item {
  margin: 0;
}
.CF7_table .check .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.CF7_table ::placeholder {
	color:#888888;
}
.CF7_req {
	font-size: 11px;
	padding: 5px;
	color: #63D9DD;
	margin-bottom: 10px;
}
.wpcf7 .btn {
  margin: 60px auto 0;
  width: 356px;
  height: 84px;
  border: none;
  border-radius: 42px;
  position: relative;
}
.wpcf7 .btn::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid #000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 24px;
  top: 36px;
}
.wpcf7 input.wpcf7-submit {
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 84px;
  text-align: center;
  width: 356px;
  height: 84px;
  border: none;
  border-radius: 42px;
  background-color: #C8F5A9;
}

.wpcf7-list-item {
    display: block;
    line-height: 1;
}
.wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
}
input[type="checkbox"] {
    display: none;
}
.wpcf7-list-item-label {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    display: inline-block;
}
.wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 12px;
    height: 9px;
    border-top: 4px solid #dc3232;
    border-right: 4px solid #dc3232;
    transform: rotate(135deg);
    position: absolute;
    left: 4px;
    top: 4px;
}
@media screen and (max-width: 768px){
	.CF7_table tr, .CF7_table td, .CF7_table th{
    display: block;
    width: 100%;
    line-height: 2.0em;
	}
  .CF7_req {
    font-size: 12px;
  }
  .wpcf7-list-item-label {
    margin-left: 4px;
  }
  .wpcf7 input.wpcf7-submit {
    font-size: 18px;
    line-height: 70px;
    height: 70px;
  }
  .wpcf7 .btn::after {
    top: 30px;
  }
}