/*
Theme Name: Simple 
Theme URI: 
Text Domain: Simple
Version: 2.0
Description: Simple Theme
Author: Kosei-Shuppan Co.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*-------------------------------------------------
common
--------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: 'Inter', Arial, san-serif;
  color: #141c27;
  font-size: 1.6rem;
  padding-top: 90px;
  background-color: #fafafa;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1.6rem;
}

img {
  font-size: 0;
  line-height: 0;
}

a:link, a:visited, a:hover, a:active {
  color: #1e2c3d;
}
a:link {
  text-decoration: none;
  transition: all 0.4s;
}

p {
  line-height: 1.5;
  /*padding-bottom: 20px;*/
  margin-top: 1em;
  margin-bottom: 1em;
  overflow-wrap: break-word;
}

ul > li {
  list-style: none;
  text-align: left;
}

ol {
  padding-left: 40px;
  padding-bottom: 20px;
}
ol > li {
  line-height: 1.5;
  padding: 0.25em 0;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.op:hover {
  opacity: 0.8;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.box-1020 {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
.dis-flex {
  display: webkit-flex;
  display: flex;
}
.jus-con-bet {
  justify-content: space-between;
}

h1 {
  display: block; 
  background-color: #1e2c3d;
  margin: 0;
  padding: 77px 0;
  text-align: center;
  background-image: url('/wp-content/themes/base/images/common/bg_h1.png');
  background-size: 40%;/*contain;*/
  background-repeat: no-repeat;  
  background-position: right bottom;
}
h1 span {
  position: relative;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 4rem;
  color: #edba69;  
}
h1 span::after {
  content: "";
  background-image: url('/wp-content/themes/base/images/top/hato.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateY(-55%);
  width: 50px;
  height: 50px;
  margin-left: 7px;
}

.h2-yellow {
  position: relative;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 4rem;
  font-weight: bold;
  /*color: #edba69;*/  
  font-size: 3.2rem;
  line-height: 1.3;
  margin-top: 50px;
  margin-bottom: 30px;
}
.h2-yellow::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #edba69;
  vertical-align: super;
  margin-right: 8px;
}

.h2-yellow2 {
  position: relative;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 4rem;
  font-weight: bold;
  color: #1e2c3d;  
  font-size: 3.2rem;
  line-height: 1.3;
  margin-top: 50px;
  margin-bottom: 15px;
}
.h2-yellow2::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 17px;
  width: 25px;
  height: 3px;
  background: #edba69;
  vertical-align: top;
  margin-right: 8px;
}

/*-------------------------------------------------
btn
--------------------------------------------------*/
.btn {
  display: block;
  width: fit-content;
  font-family: 'Libre Baskerville', Arial, serif;
  color: #1e2c3d;
  font-size: 1.8rem;
  margin: 30px auto 20px;
  padding: 8px 30px 6px 30px;
  border: 1px solid #1e2c3d;
  border-radius: 8px;
  transition: all 0.3s ease-out;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #1e2c3d;
  color: #fff;
}

/*.btn {
  position: relative;
  padding: 1.5rem 4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #646464;
  color: #212529;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.btn::after {
  content: "\e5e1";
  position: relative;
  left: 20px;
  top: 3px;
  font-family: 'Material Icons';
}
.btn:hover {
  background: #646464;
  color: #fff;
}*/
/*-------------------------------------------------
search form
--------------------------------------------------*/
.form-box {
  padding-left: 10px;
}
.form-input {
  padding: 5px;
  background: #dedede;
  border: none;
}
.form-submit {
  position: relative;
  padding: 0 5px;
  background: none;
  vertical-align: bottom;
  border: none;
  cursor: pointer;
  line-height: 0;
}
.form-submit-icn {
  position: relative;
  font-size: 2.8rem;
}

/*-------------------------------------------------
header
--------------------------------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 15px 23px 55px;
  background: #fff;
  z-index: 999;
}
.header-sub {
  padding-top: 12px;
  transform: translateY(10%);
}
.logo {
  position: relative;
  display: flex;
  justify-content: center;
}
.logo a {
  display: inline-block;
}
.logo-img {
  width: auto;
  height: 35px;
}

/*-------------------------------------------------
menu
--------------------------------------------------*/
.sp-menu {
  display: none;
}

.pc-menu {
  display: flex;
}

.pc-menu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
/*  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 0 10px;*/
}
.pc-menu li {
/*  padding: 0 3px;
  margin: 0;*/
  text-align: center;
  padding: 0 19px;
/*  line-height: 1.2;*/
}
/*.pc-menu > ul > li+ li {
  border-left: 1px solid #707070;
}*/
.pc-menu > ul > li a {
  position: relative;
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #111;
}

.pc-menu > ul > li:last-of-type a {
  font-size: 0;
}
.pc-menu > ul > li:last-of-type a::before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 28px;
  background: url('/wp-content/themes/base/images/common/search.svg') no-repeat;
}

.pc-menu .sub-menu {
  position: absolute;
  display: none;
  width: auto;
  min-width: 200px;
  height: auto;
  z-index: 999;
  background: #1e2c3d;
  padding: 0;
  box-shadow: 0px 4px 8px #121a246b;
}
.pc-menu .sub-menu li {
  padding: 0;
  text-align: left;
  min-width: 180px;
}
/*
.pc-menu .sub-menu li:after {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  border-bottom: 2px dotted #707070;
  margin: 0 10px;
}*/
.pc-menu .sub-menu li:last-child:after {
  content: none;
}
.pc-menu .sub-menu li a {
  font-size: 1.4rem;
  color: #fff;
  padding: 10px 0 10px 23px;
}
.pc-menu .sub-menu li a:hover {
  color: #edba69;
}
.pc-menu .sub-menu li a:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 7px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
}
.pc-menu .sub-menu li a:hover:before {
  border-top: 1px solid #edba69;
}
.pc-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
.post-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px 40px;
}
.post-list article {
    background-color: #fff;
}
.post-list a {

}
.post-list img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 324 / 182;
  object-fit: cover;
  object-position: center;
}
.post-list div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 8px;
  gap: 8px;
}
.post-list time {
  font-size: 1.4rem;
  margin-right: 8px;
}
.post-list span {
  font-size: 1.1rem;
  background-color: #edba69;
  padding: 2px 15px;
}
.post-list h3 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 10px 8px;
}
.post {
  background-color: #fff;
  padding: 30px 10px 20px 10px;
}
.post-group {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  margin: 0 0 10px 0;
  gap: 10px;
}
.post-group time {
  font-size: 1.6rem;
  margin-right: 10px;
}
.post-group span {
  font-size: 1.1rem;
  background-color: #edba69;
  padding: 2px 15px;
}
.post h2 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2.4rem;
  font-weight: normal;
  /*border-bottom: 1px #333 solid;*/
  line-height: 1.5;
  position: relative;
}
.post h2::after {
    content: "";
    position: absolute;
    background: #333;
    left: 50%;
    transform: translateX(-50%) translateY(40px);
    width: 100%;
    height: 1px;
}
.post h3 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}
.post-content {
  line-height: 1.5;
  margin-top: 20px;
}

/*スマホのメニュー下部リンク*/
.wrap-box-sp-menu-bottom {
  display: none;
}

main {
  display: block;
  width: 100%;
  max-width: 1020px;
  min-height: 46vh;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: #fafafa;
}

.home main {
  max-width: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.mv {
  height: 580px;
  padding-top: 40px;
  padding-bottom: 540px;
  background: 
    url("/wp-content/themes/base/images/top/bg_bright.png") bottom/cover no-repeat,
    linear-gradient(to bottom, #fafafa 99%, #1e2c3d 1%);  
  background-size: 1920px auto;
  text-align: center;
}
.slider-wrap {
  position: relative;
  overflow: hidden;
  max-width: fit-content;
  margin: 0 auto;
}
.smartslider {
  position: relative;
  width: 900px !important;
  left: 50%;
  transform: translateX(-50%);
}
.slider-wrap::before {
  content: "Religions for Peace Japan";
  position: absolute;
  z-index: 100;
  top: 255px;
  left: 0;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 4rem;
  color: #edba69;
  background-color: #141C27;
  padding: 15px 12px;
}
.slider-wrap::after {
  display: block;
  content: "Protecting all life and dignity";
  position: absolute;
  z-index: 101;
  top: 350px;
  left: 0;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2.4rem;
  color: #edba69;
  background-color: #141C27;
  padding: 15px 12px;
}
.whats-new {
  background-color: #1e2c3d;
  text-align: center;
  padding-top: 30px;
}
.whats-new h2 {
  display: inline-block; 
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 3.2rem;
  color: #edba69;  
  position: relative;
  margin-bottom: 50px;
}
.whats-new h2::after {
  content: "";
  background-image: url('/wp-content/themes/base/images/top/hato.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateY(-55%);
  width: 50px;
  height: 50px;
  margin-left: 7px;
}

/*
.whats-new ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 44px;
  width: fit-content;
  margin: 0 auto;
}
.whats-new li {
  width: 310px;
  border: 1px solid #78808a;
  background-color: white;
}
.whats-new li .thumb {
  aspect-ratio: 2.7;
  overflow: hidden;
}
.whats-new li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whats-new .time-cat {
  display: block;
  margin: 8px 10px;
}
.whats-new time {
  font-size: 1.4rem;
  margin-right: 20px;
}
.whats-new span {
  font-size: 1.1rem;
  padding: 2px 18px;
  background-color: #edba69;
}	
.whats-new h3 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 1.8rem;
  margin: 10px;
  line-height: 1.5;
}
*/

.whats-new .post-list { 
  max-width: 1020px;
  margin: 0 auto;
  gap: 50px 40px;
}
.whats-new .post-list article { 
  /*border: 2px solid #aaa;*/
    box-shadow:
    0 0 0 2px rgba(255,255,255,0.3),
    0 0 0 3px rgba(255,255,255,0.15);
}
.whats-new .post-list div { 
  margin-left: 10px;
  margin-right: 10px;
}
.whats-new .post-list h3 { 
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}
.whats-new .see-link {
  text-align: center;
  padding: 60px 0;
}
.whats-new .see-link a {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 1.8rem;
  color: #edba69;
  padding: 7px 40px;
  border: 1px solid #edba69;
  border-radius: 10px;
}
.whats-new .see-link a:hover {
    background-color: #edba69;
    color: #141c27;
	border: 1px solid #141c27;
}

.widelink {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  transition: all 0.4s;
}

.widelink a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2880 / 400;
}

.top-about-us {
  background-image: url('/wp-content/themes/base/images/top/top_about.jpg');
}
.top-leadership {
  background-image: url('/wp-content/themes/base/images/top/top_leadership.jpg');
}
.top-new-events {
  background-image: url('/wp-content/themes/base/images/top/top_new_events.jpg');
}
.widelink:hover {
  opacity: 0.7;
}
.widelink span {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(255,255,255,0.5);
  pointer-events: none;
}

.intro-video {
  height: 840px;
  padding-top: 90px;
  background: 
    url("/wp-content/themes/base/images/top/bg_bright_reverse.png") bottom/cover no-repeat,
    linear-gradient(to bottom, #1e2c3d 99%, #fafafa 1%);
  background-size: 1920px auto;
  text-align: center;
}
.intro-video h2 {
  display: inline-block; 
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 3.2rem;
  color: #edba69;  
  position: relative;
  margin-bottom: 50px;
  line-height: 1.5;
}
.intro-video h2::after {
  content: "";
  background-image: url('/wp-content/themes/base/images/top/hato.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateY(-55%);
  width: 50px;
  height: 50px;
  margin-left: 0;
}
.intro-video iframe {
  display: block;
  margin: 0 auto;
}

.sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px 20px;
  max-width: 1020px;
  margin: 0 auto 100px auto;
  padding: 10px;
}
.sns img {
  width: 320px;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
}

.links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: fit-content;
  margin: 0 auto;
  padding: 48px 0;
}
.links a {
}
.links img {
  width: 200px;
}
.links .andmore {
  display: grid;
  place-items: center;
  width: 200px;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2.4rem;
}

.first-visual {
  display: block;
  width: 100%;
  margin: 30px 0 30px 0;
}

/* スマホのトグルボタン pc時*/
#js-nav-toggle {
  display: none;
}
.wrap-box-sp-menu-bottom {
  display: none;
}
/*-------------------------------------------------
breadcrumb-list[パンくずリスト]
--------------------------------------------------*/
.breadcrumb-list ul, .breadcrumb-list li {
  margin: 0;
  padding: 0;
}
.breadcrumb-list {
  display: block;
  width: 100%;
  max-width: 1020px;
  margin: 7px auto;
  font-size: 1.2rem;
}
.breadcrumb-list ul {
}
.breadcrumb-list li {
  display: inline;
  position: relative;
  list-style-type: none;
  padding-right: 10px;
}
.breadcrumb-list li:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 7px;
  height: 7px;
  background: url(images/common/arrow-right.svg) no-repeat;
}
.breadcrumb-list li:last-child {
  padding-right: 0;
}
.breadcrumb-list li:last-child:after {
  display: none;
}
.breadcrumb-list li a {
  color: #606060;
  font-size: 1.2rem;
}
.breadcrumb-list li span {
  color: #606060;
  font-size: 1.2rem;
}
.breadcrumb-list a:hover {
  opacity: 0.7;
}
.breadcrumb-list img {
  width: 100%;
  max-width: 20px;
}
/*-------------------------------------------------
wrapper
--------------------------------------------------*/
.wrapper {
  width: 100%;
}
/*-------------------------------------------------
contents-main
--------------------------------------------------*/
.contents-main {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
/*-------------------------------------------------
archive
--------------------------------------------------*/
.sec-archive{
  background:#f0f4f4;
  padding: 50px 0;
}
.archive-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.archive-item {
  background: #fff;
  border-bottom: #dedede 1px solid;
}
.archive-link {
  display: block;
  padding: 15px 30px;
}
.archive-link:hover {
  opacity: 0.6;
}
.archive-date {
  position: relative;
  display: inline-block;
  width: 120px;
  padding-right: 30px;
  color: #333;
  font-weight: bold;
}
.archive-date::after {
  content: '';
  position: absolute;
  display: block;
  top: 3px;
  right: 10px;
  width: 5px;
  height: 17px;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.archive-ttl {
  display: inline-block;
  width: calc(100% - 140px);
  vertical-align: top;
  color: #333;
  font-weight: bold;
}
.archive-desc {
  display: block;
  padding-top: 5px;
  color: #333;
}
/*-------------------------------------------------
area-ttl h1-cmn
--------------------------------------------------*/
.area-ttl {
  position: relative;
  width: 100%;
  padding: 30px 0;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  margin-bottom: 20px;
}
.h1-cmn {
  position: relative;
  font-size: 3rem;
  font-weight: normal;
  margin: 0;
}
/*-------------------------------------------------
js-page-top
--------------------------------------------------*/
.js-page-top {
  position: fixed;
  right: 2.5rem;
  bottom: -12.5rem;
  z-index: 200;
  transition: all 0.3s;
  /*font-size: 3rem;
  line-height: 3rem;
  background: #9F9F9F;
  color: #fff;*/
  /*padding: 15px;
  box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);*/
  opacity: 1;
}
.js-page-top.ani {
  right: 2.5rem;
  bottom: 6rem;
}
.js-page-top:hover {
  opacity: 1;
}
/*-------------------------------------------------
footer
--------------------------------------------------*/
/*.footer {
  background: #F9F8F5;
}
.footer-inner {
  width: 100%;
  max-width: 1020px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
.footer-list ul {
  display: webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.footer-list ul li {
  padding: 0 4px;
}*/
footer {
  border-top: 2px solid rgb(237, 186, 105);
  background-color: #fff;
}
footer ul { 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 58px 0 55px 0;
  background-color: #1e2c3d;
  font-family: 'Libre Baskerville', Arial, serif;
}
footer li {
  margin: 0 30px;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: #fff;
}
footer .copyright {
  font-family: 'Libre Baskerville', Arial, serif;
  text-align: center;
  color: #edba69;
  font-size: 1.6rem;
  background-color: #1e2c3d;
  padding-bottom: 10px;
}

.not-found {
  margin-top: 30px;
}
.not-found p {
  font-size: 1.8rem;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_container {
  padding: 0 !important;
  border-radius: 0 !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  margin-left: 10px;
}

.slb_details {
  display: none !important;
}

.slb_slideshow {
  display: none;
}

/* gallery---------------------- */
.gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.gallery-item {
  margin: 0 !important;
  width: auto !important;
}
.gallery-icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.gallery br {
  display: none !important;
}

.video-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px 40px;
  margin-top: 40px;
}
.video-list img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.video-list div {
  display: flex;
  align-items: center;
  margin: 8px 5px;
}
.video-list h3 {
  font-family: 'Inter', Arial, serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 10px 5px;
}
.timeline {
  border-left: dashed 2px #333;
  margin-top: 25px;
  margin-left: 10px;
  padding-left: 20px;
}
.timeline dt {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #edba69;
  text-decoration-thickness: 2px;
}
.timeline dd {
  font-family: 'Libre Baskerville', Arial, serif;
  line-height: 1.5;
  margin-bottom: 20px;
}

.partner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 15px 30px;
  margin-top: 50px;
}
.partner > div {
  background-color: #1e2c3d;
  padding: 20px 25px 15px 25px;
  border-radius: 8px;
}
.partner h3 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2.4rem;
  color: #edba69;
  line-height: 1.5;
}
.partner a {
  display: block;
  color: #fff;
  text-decoration: underline;
  line-height: 2;
}
.partner span {
  display: block;
  color: #fff;
  line-height: 2;
}
.partner p {
  color: #fff;
  line-height: 2;
}
.partner .sns2 {
  margin-top: 10px;
}
.partner .sns2 a {
  display: inline-block;
  margin-right: 10px;
}
.partner .sns2 img {
  width: 30px;
  height: 30px;
}

/*
.post {
  background-color: #fff;
  padding: 30px 10px 20px 10px;
}
.post-group {
  display: flex;
  align-items:center;
  gap: 25px;
  margin: 0 0 10px 0;
}
.post-date {
  display:inline-block;
}
.post-category {
  display:inline-block;
  font-size: 1.1rem;
  padding: 2px 0;
  width: 9rem;
  background-color: #edba69;
  text-align: center;
}
.post-title {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2.4rem;
  font-weight: normal;
  border-bottom: 1px #333 solid;
  line-height: 1.5;
}
.post-content {
  line-height: 1.5;
  margin-top: 16px;
}*/

.list-col2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 60px 30px;

}
.list-col2 article {
  display: flex;
  gap: 16px;
}
.list-col2 img {
  width: 141px;
  height: fit-content;
  margin-top: 3px;
}
.list-col2 h3 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  text-decoration: underline;
  text-decoration-color: #edba69;
  text-decoration-thickness: 2px;
  line-height: 1.5;
}
.list-col2 p {
  font-size: 1.4rem;
  margin-top: 10px;
}
/*
.list-col2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 60px 30px;

}
.list-col2 div {
  display: grid;
  grid-template-areas:
  "A-box B-box"
  "A-box C-box";
  gap: 0px 30px;
  grid-template-rows: max-content;
}
.list-col2 img {
  grid-area: A-box;
  width: 141px;
}
.list-col2 h3 {
  grid-area: B-box;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  line-height: 2;
  text-decoration: underline;
  text-decoration-color: #edba69;
  text-decoration-thickness: 2px;
}
.list-col2 p {
  grid-area: C-box;
  font-size: 1.4rem;
}*/

.backnumber {
  margin-bottom: 20px;
}
.backnumber h3 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  line-height: 2;
  text-decoration: underline;
  text-decoration-color: #edba69;
  text-decoration-thickness: 2px;
  margin-left: 35px;
}
.backnumber div {
  margin-left: 35px;
}
.backnumber a {
  font-size: 1.8rem;
  line-height: 2;
  margin-right: 20px;
}

.publication-h2 {
  margin-bottom: 30px;
}

.report-bottom {
  margin-top: 70px;
}
.report-bottom .btn {
  font-size: 1.6rem;
  margin: 0 auto 10px;
  padding: 9px 26px 8px 26px;
}
.report-bottom span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.4rem;
}

.positions {
  padding: 20px 25px;
  border-top: #edba69 1px solid;
  border-bottom: #edba69 1px solid;
  margin-bottom: 40px;
}

.positions a {
  display: inline-block;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  line-height: 1;
  margin: 14px 14px 14px 0;
}
.positions a::after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 18px;  
  margin-left: 15px;
  vertical-align: middle;
  background-color: #edba69;  
  transform: translateY(-10%);
}

.h2-bird {
  display: inline-block;
  position: relative;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #1e2c3d;
  margin-top: 20px;
  margin-bottom: 30px;
}
.h2-bird::after {
  content: "";
  background-image: url('/wp-content/themes/base/images/top/hato-black.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateY(-35%);
  width: 30px;
  height: 30px;
}

.dropdown-toggle {
  display: none;
}

.members {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px 30px;
  margin-bottom: 50px;
}
.members .article {  
}
.members h3 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #edba69;
  text-decoration-thickness: 2px;
  line-height: 1.3;
}
.members p {
  margin-top: 10px;
  font-size: 1.4rem;
}
.sns-links {
  text-align: center;
}
.sns-links a {
  margin: 0 23px;
}
.sns-links img {
  width: 35px;
  height: 35px;
}

.map {
  display: flex;
  gap: 60px;
  margin-top: 70px;
}
.map iframe {
  flex: 1;
  width: 480px;
  height: 300px;
  /*aspect-ratio: 4 / 3;*/
}
.map div {
  flex: 1;
}
.map h3 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  text-decoration: underline;
  text-decoration-color: #edba69;
  text-decoration-thickness: 2px;
  margin-bottom: 30px;
}
.map p {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  line-height: 1.5;
}

.wpcf7-form {
  max-width: 800px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin: 50px auto 0 auto;
  padding: 0 25px 0 25px;
}
.wpcf7-form label {
  display: block;
  margin-top: 25px;
  margin-bottom: 7px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 10px;
}
.wpcf7-form textarea {
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 10px;
  line-height: 1.3;
}
.wpcf7-form input[type="submit"] {
  display: block;
  width: 100%;
  background-color: #1e2c3d;
  color: #edba69;
  border: 1px solid #1e2c3d;
  border-radius: 8px;
  padding: 10px;
  margin-top: 25px;
  transition: all 0.4s;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #edba69;
  color: #1e2c3d;
  border: 1px solid #edba69;
}
.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.privacy h2 {
  margin-bottom: 40px;
}
.privacy h3 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #edba69;
  text-decoration-thickness: 2px;
  margin-top: 20px;
}
.privacy p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.privacy p a {
  text-decoration: underline;
}
.privacy > ul {
  margin-left: 24px;
}
.privacy > ul > li {
  font-family: 'Inter', Arial, serif;
  font-size: 1.6rem;
  line-height: 1.5;
  list-style: inside;
  list-style-position: unset;
}
.privacy > ul.nom {
  margin-left: 16px;
  margin-bottom: 20px;
}
.privacy > ul.nom > li {
  font-family: 'Inter', Arial, serif;
  font-size: 1.6rem;
  line-height: 1.5;
  list-style: none;
}

.terms h3 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #edba69;
  text-decoration-thickness: 2px;
}
.terms h4 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #edba69;
  text-decoration-thickness: 2px;
}
.terms p {
  font-family: 'Inter', Arial, serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.terms a {
  text-decoration: underline;
}
.terms .breadcrumb-list a {
  text-decoration: none;
}
.terms > ul {
  margin-left: 16px;
  margin-bottom: 20px;
}
.terms > ul > li {
  font-family: 'Inter', Arial, serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.terms > ul > li > ul {
  margin-left: 24px;
}
.terms > ul > li > ul > li {
  font-family: 'Inter', Arial, serif;
  font-size: 1.6rem;
  line-height: 1.5;
  list-style: inside;
  list-style-position: unset;
}

.sitemap > h2 {
  margin-bottom: 30px;
}
.sitemap > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px 30px;
  margin-bottom: 50px;
  margin-left: 40px;
}
.sitemap > ul > li {
}
.sitemap > ul > li > ul {
}
.sitemap > ul > li > ul > li {
}
.sitemap > ul > li > ul > li > a {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.5;
  padding: 10px 0 10px 18px;
}
.sitemap > ul > li > ul > li a:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 10px;
  border-top: 1px solid #1e2c3d;
}
.sitemap > ul > li > h3 {
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #edba69;
  text-decoration-thickness: 2px;
}
.sitemap > h3 {
  margin-bottom: 10px;
  margin-left: 40px;
}
.sitemap > h3 > a {
  display: inline-block;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #edba69;
  text-decoration-thickness: 2px;
}

.search form {
  background-color: #1e2c3d;
  margin: 40px auto 0 auto;
  padding: 40px 10px 30px 10px;
  width: 100%;
  max-width: 800px;
}
.search input {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 0; 
}
.search button {
  display: block;
  background-color: #1e2c3d;
  color: #edba69;
  border: 1px solid #edba69;
  border-radius: 8px;
  padding: 6px 25px 6px 25px;
  margin: 30px auto 0 auto;
  transition: all 0.5s;
}
.search button:hover {
  background-color: #edba69;
  color: #1e2c3d;
  border: 1px solid #edba69;
}

.search .results { 
  display: block;
  text-align: center;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 2rem;
  line-height: 1.5;
  margin: 42px 5px;
}

.event-menu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
  margin: 30px 0 50px 0;
}
.event-menu li {
}
.event-menu li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 50px;  
  background-color: #edba69;
  font-family: 'Libre Baskerville', Arial, serif;
  font-size: 1.4rem;
  font-weight: bold;
}

.event-menu li.active a {
  color: #edba69;
  background-color: #1e2c3d;
}

.pagination  {
  margin-top: 50px;
}
.pagination img {
  width: 24px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  width: 40px;
  text-align: center;
  line-height: 0;
}

.pagination li .current {
  font-weight: bold;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  font-size: 12px;
  text-align: center;
  margin: 30px auto 0;
}

/* 画像ポップアップ時にスクロールを止める */
.slb_overlay, .slb_overlay body {
  overflow: hidden !important;
  height: 100%;
}


/* クラシックエディタ---------------------- */
/* 画像配置 */
.alignnone {
}
.alignleft {
  float: left;
  margin-right: 1.6rem;
  margin-bottom: 0.8rem;
}
.alignright {
  float: right;
  margin-left: 1.6rem;
  margin-bottom: 0.8rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}




/****************************************************************************************************/

/*-------------------------------------------------
break point 1370px
--------------------------------------------------*/
@media only screen and (max-width: 1370px) {
  .pc-menu > ul > li {
    padding: 0 9px;
  }
  .pc-menu ul > li a {
	font-size: 1.4rem;
  }
}

/*-------------------------------------------------
break point 1100px
--------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  body {
    padding-top: 50px;
  }
  main {
    padding-left: 50px;
    padding-right: 50px;
  }
 
  .pc-menu {
    display: none;
  }
  .sp-menu {
    display: block;
  }
  .open-body { /*メニュー開いたときに裏側をスクロールしない 20230712追加*/
    height: 100%;
    overflow: hidden;
  }
  .wrapper {
    padding-top: 65px;
  }
  /*header sub*/
  .header-sub {
    padding-top: 0;
    transform: none;
  }
  .logo {
    display: block;
    padding: 10px;
    background: #fff;
    z-index: 1000;
    height: 50px;
  }
  .logo-img {
    max-height: 30px;
    width: auto;
  }
  .box-header-sub-info {
    right: 45px;
    z-index: 1000;
    /* 2023/11/13 長い名前の場合対策で追加*/
    width: calc(100% - 120px - 65px);
    justify-content: flex-end;
  }
  .box-header-sub-info-like span,
  .box-header-sub-info-mypage,
  .box-header-sub-info-search {
    display: none;
  }
  .box-header-sub-info-like {
    width: 32px;
    padding: 0;
  }
  .box-header-sub-info-like::before {
    top: 7px;
    width: 25px;
    height: 25px;
  }
  .box-header-sub-info-name {
    padding-right: 5px;
  }
  
  /*---------トグルボタン---------*/
  #js-nav-toggle div {
    position: relative;
  }
  #js-nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #1e2c3d;
    left: 0;
    transition: .35s ease-in-out;
  }
  .flush-closing span {
    transition: none !important;
  }
  #js-nav-toggle span:nth-child(1) {
    top: 2px;
  }
  #js-nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #js-nav-toggle span:nth-child(3) {
    top: 18px;
  }
  #js-nav-toggle {
    position: fixed;
    top: 10px;
    right: 8px;
    z-index: 1000;
    display: block;
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
  }
  .open #js-nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #js-nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #js-nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /*---------nav-menu sp--------------*/
  .nav-menu {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    background: none;
    font-size: 1.6rem;
  }
  .open .nav-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background: #1e2c3d;
  }
  .nav-menu:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
  }
  .open .nav-menu:before {
  }
  .header {
    display: block;
    padding: 0;
  }
  .header-sub {
    margin: 0;
  }
  .nav-menu>ul {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  align-items: center;
    max-width: 1200px;
    height: 47px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .nav-menu>ul>li {
    display: block;
    width: calc(100% / 5);
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 1.2;
  }
  .nav-menu>ul>li:first-of-type::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 25px;
    background: #A9BAC4;
    top: 0;
    bottom: 0;
    right: auto;
    left: 10px;
    margin: auto;
  }
  .nav-menu>ul>li>a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    text-decoration: none;
    color: #003554;
  }
  .nav-menu>ul>li>a::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 25px;
    background: #A9BAC4;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
  }
  .nav-menu>ul>li>a:hover {
  }
  .nav-menu>ul>li.menu-item-has-children>a {
    cursor: pointer;
  }

  .nav-menu ul li .sub-menu {
    position: absolute;
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%);
    padding: 30px 20px 30px 220px;
  }
  .nav-menu ul li.menu-open .sub-menu {
    display: flex;
  }
  .nav-menu ul li .sub-menu li {
    position: relative;
    width: auto;
    margin-right: 25px;
  }
  .nav-menu ul li .sub-menu li a {
    position: relative;
    display: block;
    padding: 5px 0 5px 27px;
    text-decoration: none;
    color: #003554;
    font-weight: 500;
  }
  .nav-menu ul li .sub-menu li a::before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 11px;
    top: 8px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(images/common/icn_arrow_submenu.svg);
    transition: all 0.3s;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl {
    position: absolute;
    display: block;
    width: 180px;
    height: 90px;
    background: #ccc;
    border-radius: 8px;
    top: 20px;
    left: 10px;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,53,84,0.3);
    border-radius: 8px;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl.menu-item-28 {
    background: url('images/common/bg_menu_list_intro.png') no-repeat center/cover;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl.menu-item-32 {
    background: url('images/common/bg_menu_list_lectures.png') no-repeat center/cover;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl.menu-item-37 {
    background: url('images/common/bg_menu_list_column.png') no-repeat center/cover;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl.menu-item-46 {
    background: url('images/common/bg_menu_list_lotus.png') no-repeat center/cover;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px;
    color: #fff;
    font-weight: bold;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl a span {
    position: absolute;
    bottom: 12px;
    right: 12px;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl a span::before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 11px;
    top: 4px;
    left: -26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(images/common/icn_arrow_submenu_white.svg);
    transition: all 0.3s;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl a::before {
    content: none;
  }
  .nav-menu ul {
    position: relative;
    z-index: 1;
    display: block;
    padding: 65px 0 150px 0;
    border-top: 1px solid #003554;
    height: auto;
  }
  .nav-menu ul li {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: left;
    line-height: 1.2;
  }
  .nav-menu ul li a {
    position: relative;
    display: block;
    z-index: 1000;
    padding: 18px 10px 16px;
	font-family: 'Libre Baskerville', Arial, serif;
    font-size: 1.7rem;
	color: #edba69;
	text-align: center;
  }
  .nav-menu>ul>li:first-of-type::before {
    content: none;
  }
  .nav-menu>ul>li>a::before {
    content: none;
  }

  .nav-menu>ul>li.menu-calendar>a::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 22px;
    right: 13px;
    border-bottom: #518DAD 1px solid;
    border-right: #518DAD 1px solid;
    transform: rotate(-45deg);
    transition: all 0.3s;
  }
  .nav-menu ul li .sub-menu {
    position: relative;
    display: none;
    left: 0;
    transform: none;
    padding: 0;
  }
  .nav-menu ul li.menu-open .sub-menu {
    display: block;
  }
  .nav-menu ul li .sub-menu li {
    width: 100%;
    background: #2c3d53;
  }
  .nav-menu ul li .sub-menu li a {
    
    font-size: 1.4rem;
	color: #fff;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0;
    top: 0;
    left: 0;
    background: #F4F8FA!important;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl::before {
    content: none;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl a {
    padding: 18px 10px 16px 30px;
    color: #003554;
  }
  .nav-menu ul li .sub-menu li a {
    padding: 16px 10px 16px 30px;
  }
  .nav-menu ul li .sub-menu li a::before {
    content: none;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl a span {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .nav-menu ul li .sub-menu .sub-menu-ttl a span::before {
    content: none;
  }
  .nav-menu ul li .sub-menu .sp-nodisp {
    display: none;
  }
  .wrap-box-sp-menu-bottom {
    position: fixed;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    background: #003554;
    font-weight: bold;
  }
  .box-box-sp-menu-bottom-mypage,
  .box-box-sp-menu-bottom-search {
    position: relative;
    display: block;
    width: 50%;
    padding: 12px 0;
    text-align: center;
    color: #fff;
  }
  .box-box-sp-menu-bottom-mypage {
    border-right: 1px solid #fff;
  }
  .box-box-sp-menu-bottom-mypage::before,
  .box-box-sp-menu-bottom-search::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    top: 4px;
    right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .box-box-sp-menu-bottom-mypage::before {
    background-image: url(images/common/icn_acc_white.svg);
  }
  .box-box-sp-menu-bottom-search::before {
    background-image: url(images/common/icn_search_white.svg);
  }
  
  .home {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
  }
  .home main {
	padding-bottom: 0;
  }
  
  .mv {
    padding-top: 0;
    height: 510px;
	padding-bottom: 410px;
  }

  .whats-new ul {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .sns ul {
        gap: 22px 40px;
  }
  .sns li {
        width: 400px;
  }


  .gallery {
    grid-template-columns: repeat(3, 1fr);
	gap: 20px;
  }

  .map {
    gap: 20px;
    margin-top: 40px;
  }
  .map h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .map p {
    font-size: 1.6rem;
  }

  .whats-new .post-list { 
    padding: 30px;
  }
  
  .event-menu {
    gap: 15px;
  }
  .event-menu li a {
    font-size: 1.2rem;
  }

}

/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  main{
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 60px;
  }
  .mv {
    height: 540px;
	padding-bottom: 440px;
  }

  .widelink span {
    font-size: 2rem;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
  }
  .intro-video {
	height: 100vw;
    padding-top: 50px;
    background: 
      url("/wp-content/themes/base/images/top/bg_bright_reverse_sp.png") bottom/cover no-repeat,
      linear-gradient(to bottom, #1e2c3d 99%, #fafafa 1%);
    background-size: 100% auto;
  }
  
  .intro-video h2 {
    font-size: 2.5rem;
	margin-bottom: 10px;
  }
  
  .intro-video .iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }
  .intro-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 10px;
  }
  
  .links {
    gap: 0 10px;
    padding: 15px 15px 10px 15px;
	
  }
  .links img {
    width: 100%;
  }
  .links .andmore {
    width: 100%;
    font-size: 2rem;
  }
  
  .gallery {
    grid-template-columns: repeat(2, 1fr);
	gap: 10px;
  }
  
  footer ul {
/*	display: inline-block;*/
    padding: 25px 0 30px 0;
  }
  footer li {
	display: inline;
	margin: 0 12px;
  }
  
}

@media only screen and (max-width: 825px) {
  .event-menu {
    grid-template-columns: repeat(3, 1fr);
  }
  .event-menu li a {
    font-size: 1.6rem;
  }
  .sns {
    gap: 25px;
	margin: 0 auto 50px auto;
  }
}

/*-------------------------------------------------
break point 750px SP
--------------------------------------------------*/
@media only screen and (max-width: 750px) {
  h1 span {
    font-size: 3rem;
  }
  h1 span::after {
    top: 0;
    left: 97%;
    transform: translateY(-60%);
    width: 40px;
    height: 40px;
  }
  
  .h2-yellow2 {
    font-size: 3rem;
  }
  
  .mv {
    height: 500px;
    padding-bottom: 410px;
    background: 
      url("/wp-content/themes/base/images/top/bg_bright_sp.png") bottom/cover no-repeat,
      linear-gradient(to bottom, #fafafa 99%, #1e2c3d 1%);  
	background-size: 100% auto;
  }
  
  .mv .n2-ss-slider-controls {
    margin-top: 10px;
  }
	
.slider-wrap::before {
	font-size: 3.5rem;
}
/*
  .whats-new {
    padding-top: 0;
	overflow: unset;
  }
  .whats-new h2 {
    font-size: 2.6rem;
	margin-bottom: 25px;
  }
  .whats-new ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
	padding: 0 12px;
  }
  .whats-new li {
    width: 100%;
	max-width: 450px;
  }*/
  .whats-new .post-list { 
    gap: 20px;
	padding: 20px;
  }
  .whats-new .post-list h2 {
    font-size: 2.5rem;
	margin-bottom: 10px;
  }
  .whats-new .post-list h2::after {
    width: 30px;
	height: 30px;
	left: 97%;
	transform: translateY(-80%);
  }

  .whats-new .see-link {
    padding: 30px 0 40px 0;
  }
  .whats-new .see-link a {
    font-size: 1.4rem;
	padding: 6px 20px;
  }
  
  .intro-video {
  }
  .intro-video h2 {
    font-size: 1.8rem;
	margin-bottom: 10px;
  }
  .intro-video h2::after {
    width: 30px;
	height: 30px;
	left: 99%;
	transform: translateY(-80%);
  }

  .widelink {
    background-size: 150%;
  }
  .widelink a {
    aspect-ratio: 2000 / 400;
  }  
  .top-leadership { 
    background-position: left center;
  }
  
  sns {
    gap: 20px;
	padding: 10px;
  }
  
  .map {
    display: block;
	margin-top: 10px;
  }
  .map iframe {
    width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
  }
  .map div {
    margin-top: 10px;
  }
  .map h3 {
    margin-bottom: 30px;
  }
  .map p {
    padding-bottom: 30px;
  }
  
  .video-list {
    gap: 20px;
  }

}

/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  p {
    line-height: 1.3;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  
  .breadcrumb-list {
    margin: 0 auto;
  }
  
  main {
    padding-bottom: 30px;
  }
  
  h1 {
    background-image: url('/wp-content/themes/base/images/common/bg_h1-sp.png');
    background-size: 50%;
	padding: 50px 0;
  }
  h1 span {
    font-size: 2rem;
  }
  h1 span::after {
    top: 0;
    left: 95%;
    transform: translateY(-60%);
    width: 30px;
    height: 30px;
  }
  
  .h2-yellow {
    font-size: 2rem;
	margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .h2-yellow2 {
    font-size: 2rem;
	margin-top: 20px;
    margin-bottom: 20px;
  }
  .h2-yellow2::before {
    top: 11px;
	width: 20px;
	height: 2px;
	margin-right: 5px;
  }
  
  .post {
    margin-top: 20px;
  }
  .post-group time {
    font-size: 1.4rem;
  }
  .post h2 {
    font-size: 2rem;
    /*border-bottom: 1px #333 solid;*/
    line-height: 1.3;
  }
  .post h2::after {
    transform: translateX(-50%) translateY(30px);
  }
  .post-content {
    margin-top: 24px;
	margin-bottom: 16px;
  }
  .btn {
    margin: 0 auto;
  }
  
  .slider-wrap::before {
    top: 325px;
    font-size: 2.4rem;
    padding: 8px 12px;
  }
  .slider-wrap::after {
    top: 380px;
    font-size: 1.6rem;
    padding: 8px 12px;
  }
  .widelink {
    background-size: 200%;
  }
  .widelink a {
    aspect-ratio: 1500 / 400;
  }
  .top-about-us {
    background-position: right 13% center;
  }
  .top-leadership {
    background-position: left 10% center;
  }
  .top-new-events {
    background-position: right 13% center;
  }
  
  
  .intro-video {
    height: 110vw;
  }
  .whats-new {
    padding-top: 0;
  }
  .whats-new .post-list { 
    gap: 15px;
	padding: 15px;
  }
  .whats-new .post-list div {
	margin: 3px 7px 10px 7px;
  }
  .whats-new .post-list h3 {
    margin: 7px;
  }
  
  .links .andmore {
    width: 100%;
    font-size: 1.4rem;
  }
  
  footer .copyright {
    font-size: 1.4rem;
  }
  
  .timeline dt {
    font-size: 1.8rem;
  }
  
  .first-visual {
    margin: 0 0 16px 0;
  }
  
  .partner {
	grid-template-columns: repeat(1, 1fr);
    gap: 15px 30px;
	margin-top: 20px;
  }
  .partner div {
    padding: 10px 10px 10px 10px;
  }
  .partner span {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .partner a {
    font-size: 1.4rem;
    line-height: 2;
  }
  
  .list-col2 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0;
  }
  .list-col2 article {
    gap: 10px;
  }
  .list-col2 img {
    width: 79px;
    height: fit-content;
  }
  .list-col2 h3 {
    font-family: 'Libre Baskerville', Arial, serif;
    font-size: 1.8rem;
  }
  .list-col2 p {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  
  .report-bottom {
    margin-top: 20px;
  }
  
  .accordion {
    position: relative;
    padding: 14px 40px 14px 16px; /* 右にスペースを確保 */
    cursor:pointer;
    font-size: 16px;
	border: 1px solid #edba69;
	border-radius: 10px;
  }
  .accordion::before,
  .accordion::after {
    content:"";
    position:absolute;
    background:#edba69;
    transition: transform 0.3s ease;
  }
  .accordion::before {
    width:12px;
    height:1px;
    top:50%;
    left:calc(100% - 24px); /* 右端から余白 */
    transform:translateY(-50%);
  }
  .accordion::after {
    width:1px;
    height:12px;
    top:50%;
    left:calc(100% - 18px);
    transform:translate(-50%, -50%) rotate(0deg);
  }
  .accordion.active::after {
      transform:translate(-50%, -50%) rotate(90deg);
  }
  .accordion + div {
    display:none;
    padding: 6px 8px;
  }
  
  .backnumber h3 {
    text-align: center;
    font-size: 2rem;
	text-decoration: none;
	line-height: 1.8;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
  }
  .backnumber div {
    padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
  }
  .backnumber a {
    display: block;
  }
  
  .publication-h2 {
    margin-top: 40px;
  }
  
  .h2-bird {
    font-size: 2rem;
  }
  .h2-bird::after {
    transform: translateY(-35%);
    width: 20px;
    height: 30px;
  }
  .members h3 {
    font-size: 1.8rem;
  }
  
  /* ドロップダウン スマホ */
  .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    user-select: none;
  }
  .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center; /* 中央寄せ */
    padding: 10px 0 6px 0;
    position: relative;
    font-family: 'Libre Baskerville', Arial, serif;
    font-size: 2rem;
  }
  .dropdown-toggle svg {
    position: absolute;
    right: 10px; /* 右端 */
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    pointer-events: none; /* クリックはテキスト部分でのみ反応 */
  }
  .dropdown.active .dropdown-toggle svg {
    transform: rotate(180deg);
  }
  .dropdown-menu {
  /*  display: none;*/
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    overflow-y: auto;
    z-index: 900;
    padding: 0;
    max-height: 0;
    transition: all 0.3s ease;
	opacity: 0;
  }
  .dropdown.active .dropdown-menu {
    max-height: 210px;
	opacity: 1;
  }
  .dropdown-menu a {
    display: block;
    margin: 0;
    padding: 10px 0 8px 16px;
    font-size: 1.6rem;
  }
  .dropdown-menu a::after {
    display: none;
  }
  .dropdown-menu a:hover {
    background: #f0f0f0;
  }
  
  .members {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px;
	gap: 0;
  }
  .h2-bird {
    margin-top: 10px;
  }
  #honorary-advisors {
    margin-top: 30px;
  }
  
  .sns-links {
    margin-bottom: 30px;
  }
  
  .whats-new h2 {
    font-size: 2rem;
	margin-bottom: 10px;
  }
  .whats-new h2::after {
    width: 30px;
	height: 30px;
	left: 97%;
	transform: translateY(-95%);
  }
  .intro-video {
  }
  .intro-video h2 {
    font-size: 1.6rem;
	margin-bottom: 10px;
  }
  
  .wpcf7-form {
    margin: 20px auto 0 auto;
    padding: 0 10px 0 10px;
  }
  
  .privacy h2 {
    margin-bottom: 30px;
  }
  
  .video-list {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 10px 10px;
    margin-top: 10px;
  }
  .video-list img {
    aspect-ratio: 1 / 1;
  }
  .video-list h3 {
    font-size: 1.4rem;
  }
  
  .sitemap ul {
    margin-left: 0;
    margin-bottom: 15px;
  }  
  .sitemap ul > li > ul > li > a {
	line-height: 2;
  }
  .sitemap > ul > li > h3 {
    font-size: 1.8rem;
	margin-bottom: 5px;
  }
  .sitemap > h3 {
    font-size: 1.8rem;
	margin-bottom: 8px;
	margin-left: 0;
  }
  
  footer ul {
    padding: 20px 0 20px 0;
  }
  footer .menu a {
    font-size: 1.3rem;
  }
  footer .copyright {
    font-size: 1.2rem;
  }
  
  .search .results {
    margin: 20px 5px;
  }
  .search form {
    margin-top: 20px;
	padding: 25px 20px 15px 20px;
  }
  .search button {
    margin-top: 15px;
  }
  
  .event-menu {
    grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin: 10px 0 20px 0;
  }
  .event-menu li a {
    height: 40px;  
  }
  
  .pagination  {
    margin-top: 20px;
  }
  
  

  /* 画像を中央寄せにする */
  .slb_overlay .slb_container {
    top: 100px !important;
  }
  /* 画像下の空白を消す */
  .slb_overlay .slb_content {
    line-height: 0 !important;
  }
  .slb_overlay .slb_template_tag {
    line-height: 0 !important;
  }
  
  .sns {
    gap: 20px;
    margin: 30px auto 50px auto;
	padding: 10px;
  }
  .sns img {
    width: 100%;
  }
  
  /* クラシックエディタ---------------------- */
  /* 画像配置 */
  .alignnone {
    width: 100%;
  }
  .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
	margin-bottom: 10px;
	width: 100%;
  }
  .alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
	margin-bottom: 10px;
	width: 100%;
  }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
	width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .intro-video h2 {
    font-size: 1.3rem;
  } 
}


