@charset "UTF-8";
/* CSS Document */
/* ---------------------------common */
.pages-article {
  display: flex;
}
.pages-logo {
  /*width: 150px; 
  border-right: solid 1px #ddd;*/
}
.pages-logo img {
  width: 60%;
  height: auto;
  margin: 30px;
}
.pages-main {
  width: 100%;
}
.pages-title {
  background: #f4f0e7;
  padding: 6.4rem 6.4rem 1rem;
}
.pages-h1 {
  font-size: 3.2rem;
  margin: 0 0 6.4rem;
}
.pages-section .pages-h2 {
  font-size: 2.4rem;
  display: inline-block;
  padding-right: 1rem;
  background: white;
  margin:2rem 0 3rem;
    line-height: 1.2;
    
}
.pages-section .pages-h2__greeting {
  margin-bottom: 9    rem;
}
.pages-section .pages-h2__line {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin: 3.5rem 0 -3.5rem;
}
.pages-section .pages-h3 {
  color: #B10002;
}

@media screen and (max-width: 749px) {
    #content{
        padding:0;
        margin-top:7.2rem;
    }
    .c-pageTitle{
        background-color: #f4f0e7;
        padding:6.4rem 3rem 1rem;
    }
    .c-pageTitle .c-pageTitle__inner{
        font-size:3.2rem;
        margin-bottom:6.4rem;
    }
    #breadcrumb{
        background-color: #f4f0e7;
    }
    .l-mainContent__inner>.post_content{
        margin-top:0;
    }
    .pages-section.contact-page-wrap button, input, select, textarea{
        width:100%;
    }
}

/* Swell カスタマイズ */
.pages-section h3{
    margin:1rem 0;
}
.pages-section h4{
    margin:1rem 0;
    font-size:inherit;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
    display:none;
}
.post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)){
    padding:.5em;
    border-left:none;
}

.pages-note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.p-breadcrumb__list {
  font-size: 1.4rem;
}
.icon-home {
  
}
.pages-section {
  padding: 6.4rem;
  max-width: 1050px;
  width: 100%;
}
.pages-sub-section {
  padding-bottom: 12.8rem;
}
.pages-nav {
  padding: 0 0 6.4rem;
}
.pages-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pages-nav__list .pages-nav__list-item {
  display: inline-block;
  padding: 1rem 0;
  margin: 0 1.5rem;
  width: 12rem;
  border-bottom: 1px solid #333;
  text-align: center;
}
.pages-nav__list-item:hover {
  opacity: 0.6;
}
.pages-nav__list-item::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #333;
  position: relative;
  top: 3rem;
  margin: 0 auto;
}
.btn-black {
  display: inline-block;
  background: #333;
  color: white;
  text-decoration: none;
  padding: 0.5rem 2rem;
  margin: 1rem;
  text-align: center;
}
.greeting-ph {
  position: relative;
  padding: 14rem 0 0 0;
}
.greeting-ph img {
  position: absolute;
  top: 1rem;
  right: 0;
}
@media screen and (max-width: 1049px) {
  .pages-logo {
    display: none;
  }
}
@media screen and (max-width: 949px) {
  .pages-section {
    padding: 6.4rem 3rem;
  }
  .pages-title {
    padding: 6.4rem 3rem 1rem;
  }
  .pages-nav__list {
    align-items: center;
    justify-content: center;
  }
  .pages-nav__list-item {
    font-size: 1.6rem;
    padding: 1rem 0;
    margin: 1rem 1rem;
    width: 10rem;
  }
    .post_content ul.pages-nav__list{
        padding-left:0;
    }
}
@media screen and (max-width: 749px) {
  .pages-nav__list-item {
    font-size: 1.4rem;
    padding: 1rem 0 0.5rem;
    margin: 1rem 0.5rem;
    width: 7rem;
  }
  .pages-nav__list-item::after {
    top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .pages-nav__list-item {
    font-size: 1.2rem;
    padding: 1rem 0 0.3rem;
    margin: 1rem 0.5rem;
    width: 5rem;
  }
    .pages-nav__list .pages-nav__list-item{
        width:auto;
    }
  .greeting-ph {
    position: relative;
    padding: 11rem 0 0 0;
  }
  .greeting-ph img {
    position: absolute;
    top: 5rem;
    right: 0;
    width: 100px;
    height: 120px;
  }
}
/* ---------------------------about */
.post_content .pages-section a:not([class]){
    text-decoration: underline;
}
.history-img-area {
  display: flex;
  flex-wrap: wrap;
}
.post_content .pages-section .history-img {
  width: 32%;
  margin: 1rem 1rem 1rem 0 !important;
}
@media screen and (max-width: 449px) {
  .history-img {
    width: 48%;
    margin: 1rem 2% 1rem 0;
  }
}
/* ---------------------------member */
.member-table {
  padding-bottom: 3rem;
}
.member-table th {
  text-align: left;
  width: 11rem;
  vertical-align: text-top;
}

.post_content .org-page-wrap th,.post_content .org-page-wrap td{
    border: none;
    background-color: #fff;
}
/* ---------------------------documents */
.documents-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.btn-documents {
  width: 20rem;
}


.post_content .pages-sub-section div>:first-child{
    margin-top:1rem !important;
}
.post_content .pages-sub-section div>:last-child{
    margin-bottom:1rem !important;
}

/* ---------------------------entry */
.pages-sub-section__entry {
  padding-bottom: 4rem;
}
.entry-nav {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin: 6.4rem 0 0;
}
.entry-nav__btn {
  display: block;
  border: 1px solid #ddd;
  width: 31%;
  margin: 1%;
  padding: 3rem 1rem;
  text-align: center;
  text-decoration: none;
  color: black;
  aspect-ratio: 1 / 1;
}
.entry-nav__btn:hover {
  opacity: 0.7;
}
.entry-nav__txt::before {
  content: '';
  display: block;
  margin: 0 auto 2rem;
  width: 42px;
  height: 58px;
}
.entry-nav__txt-red::before {
  background-image: url("../img/entry/logo-red.svg");
}
.entry-nav__txt-gold::before {
  background-image: url("../img/entry/logo-gold.svg");
}
.entry-nav__txt-blue::before {
  background-image: url("../img/entry/logo-blue.svg");
}
.entry-nav__txt {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.entry-nav__txt span {
  font-size: 1.4rem;
}
.entry-nav__title {
  font-size: 2.2rem;
  font-weight: bold;
}
.entry-nav__title::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.entry-nav__title-red::after {
  background-image: url("../img/entry/arrow-red.svg");
}
.entry-nav__title-gold::after {
  background-image: url("../img/entry/arrow-gold.svg");
}
.entry-nav__title-blue::after {
  background-image: url("../img/entry/arrow-blue.svg");
}
.entry-h2 {
  background-image: url("../img/entry/logo-red.svg");
  background-repeat: no-repeat;
  padding-left: 6rem;
  margin-bottom: 6rem;
  color: #A92E30;
  line-height: 1;
}
.entry-h2__gold {
  background-image: url("../img/entry/logo-gold.svg");
  color: #988455;
}
.entry-h2__blue {
  background-image: url("../img/entry/logo-blue.svg");
  color: #0071bc;
}
.entry-h2 span {
  color: black;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.pages-sub-section .entry-h3 {
  border-left: 3px solid #333;
  padding: 0.5rem 1.5rem;
    margin-top:1em;
}
.pages-sub-section .entry-h3__benefit {
    font-size: 1.17em;
  border-left: none;
  border-bottom: 4px solid #A92E30;
  text-align: center;
  padding: 0.5rem 0;
  width: 10rem;
  margin: 0 auto !important;
}
.pages-sub-section .entry-h3__benefit-gold {
  border-bottom: 4px solid #988455;
}
.pages-sub-section .entry-h3__benefit-blue {
  border-bottom: 4px solid #0071bc;
}
.pages-sub-section .entry-benefit {
  border: 1px solid #A92E30;
  padding: 2rem;
}
.pages-sub-section .entry-benefit__gold {
  border: 1px solid #988455;
}
.pages-sub-section .entry-benefit__blue {
  border: 1px solid #0071bc;
}
.entry-btn-area {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.entry-btn {
  width: 27rem;
}
@media screen and (max-width: 949px) {
  .entry-nav__btn {
    width: 48%;
    margin: 1%;
    aspect-ratio: 4 / 3;
  }
}
@media screen and (max-width: 749px) {
  .entry-nav__btn {
    width: 48%;
    margin: 1%;
    aspect-ratio: 4 / 3;
  }
  .entry-nav__txt::before {
    width: 33px;
    height: 46px;
  }
  .entry-nav__txt {
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .entry-nav__txt span {
    font-size: 1.2rem;
  }
  .entry-nav__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 449px) {
  .entry-btn {
    width: 100%;
  }
}
/* ---------------------------news */
.article.news-list-wrap{
    padding-top:0;
}
.news-list-wrap{
    order:2;
}
.news-section a {
  text-decoration: none;
}
/* ---------------------------donation */
.donation-img {
  width: 100%;
  padding-bottom: 2rem;
}
.donation-img img {
  width: 100%;
  height: auto;
}
.donation-entry {
  margin-left: 1.8rem;
}
.donation-bank {
  border: 1px solid #ddd;
  padding: 2rem 3rem;
  display: inline-block;
}
/* ---------------------------experience */
.pages-section__exp {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
}
.exp-btn {
  width: 50%;
  text-align: center;
  height: 100vh;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  text-decoration: none;
  color: black;
  border: 1px solid white;
}
.exp-btn img {
  width: 100%;
}
.exp-btn__1 {
  background-image: url("../img/experience/base-1.jpg");
}
.exp-btn__1:hover {
  background-image: url("../img/experience/base-1-1.jpg");
  transition-duration: 1.5s;
}
.exp-btn__2 {
  background-image: url("../img/experience/base-2.jpg");
}
.exp-btn__2:hover {
  background-image: url("../img/experience/base-2-2.jpg");
  transition-duration: 1.5s;
}
.exp-btn__position {
  position: relative;
  top: 20%;
}
.exp-h2 {
  font-size: 4rem;
}
.exp-h2::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-size: auto;
  background-image: url("../img/experience/icon-1.png");
}
.exp-h2__learn::before {
  background-image: url("../img/experience/icon-2.png");
}
@media screen and (max-width: 749px) {
  .pages-section__exp {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
  }
  .exp-btn {
    width: 100%;
    height: 400px;
    padding: 0;
  }
}

/* experience Swell用 */
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
    position:relative;
}

.page-id-62 .l-container{
    padding-left:0;
    padding-right:0;
}
.pages-main.event-wrap{
    width:100vw;
}

@media (min-width: 1024px) {
    .pages-main.event-wrap{
        width:calc(100vw - 120px);
    }
}

/* ---------------------------events */
.events {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 6.4rem 0;
}
.events-h1 {
  text-align: center;
  font-size: 3rem;
}
.events-h1::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("../img/event/icon-1.png");
  margin: 0 auto;
}
.events-h1-sub {
  text-align: center;
}
.events-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 6.4rem 0;
}
.events-box {
  width: 22%;
  margin: 0 1.5% 5rem;
  color: black;
  text-decoration: none;
}
.events-box:hover {
  opacity: 0.7;
  transition-duration: 0.5s;
}
.events-ph {
  border: 1px solid #ddd;
  aspect-ratio: 70 / 99;
}
.events-ph img {
    display: block;
    height: 100%;
}
.events-title {
  font-size: 1.6rem;
  line-height: 1.3;
  height: 4rem;
  overflow: hidden;
    margin-top:1rem;
}
.events-place, .events-date {
  font-size: 1.4rem;
  line-height: 1;
  height: 1.4rem;
  padding: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.events-place {
  margin-top: 1rem;
}
.events-area {
  color: #B10002;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #B10002;
  display: inline-block;
  margin: 0;
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 449px) {
  .events {
    padding: 3.2rem 0;
  }
  .events-box {
    width: 30%;
    margin: 0 1.5% 5rem;
  }
  .events-title {
    font-size: 1.5rem;
    height: 3.5rem;
  }
  .events-place, .events-date {
    font-size: 1.3rem;
    height: 1.3rem;
  }
  .events-area {
    font-size: 1.3rem;
  }
}
/* ---------------------------event */
.event-wrapper {
  width: 100%;
  max-width: 949px;
  margin: 0 auto;
  padding: 6.4rem 3rem;
}
.event {
  display: flex;
  gap: 4rem;
}
.event-photo {
  width: 30%;
  margin: 0 auto 6rem;
}
.event-photo-link img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
	margin-bottom: 1rem;
}
.event-info {
  width: 70%;
}
.post_content h1.event-title {
  font-size: 2.8rem;
  margin: 0 0 3rem;
  line-height: 1.4;
}
.event-txt {
  margin-bottom: 4rem;
}
.event-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.event-list dt, .event-list dd {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
.event-list dt {
  width: 20%;
  min-width: 10rem;
  font-weight: bold;
}
.event-list dd {
  width: 80%;
  margin: 0;
}
.event-btn-area {
  width: 100%;
  text-align: center;
  padding-top: 6.4rem;
}
.event-btn-area__list {
	padding-top: 0; 
}
.breadcrumb-event {
  margin-bottom: 3rem;
}
@media screen and (max-width: 949px) {
  .event {
    display: block;
  }
	.event-photo {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.event-photo-link {
		max-width: 200px;
		width: 48%;
		height: auto;
		margin: 1%;
	}
	.event-photo-link img {
	margin-bottom: 0;
}
  .event-info {
    width: 100%;
  }
}
.p-articleFoot{
    display: none;
}

@media screen and (max-width: 749px) {
  .event-wrapper {
    padding: 1rem 3rem;
  }
  .event-list {
    display: block;
  }
  .event-list dt {
    border: none;
    padding-bottom: 0;
  }
  .event-list dt, .event-list dd {
    width: 100%;
  }
}
/* ---------------------------lessons */
.lessons-h1::before {
  background-image: url("../img/lessons/icon-2.png");
}
.lessons-wrapper {
  padding: 6.4rem 3rem;
}
.lessons-box {
  border: 1px solid #ddd;
  border-bottom: none;
  height: 240px;
  padding: 10px;
  display: flex;
  text-decoration: none;
  color: black;
}
.lessons-box:last-child {
  border-bottom: 1px solid #ddd;
}
.lessons-box:hover {
  opacity: 0.6;
  transition-duration: 0.5s;
}
.lessons-ph {
  width: 220px;
  height: 220px;
  margin-right: 20px;
  aspect-ratio: 1 / 1
}
.lessons-ph img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}
.lessons-info {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.lessons-h2 {
  font-size: 1.8rem;
  color: #B10002;
}
.lessons-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  height: 7.3rem;
  overflow: hidden;
    margin-top:1em;
}
.lessons-place {
  font-size: 1.4rem;
  line-height: 1.4;
    margin-top:1em;
}
.lessons-place span {
  font-weight: 600;
  display: inline-block;
  color: #B10002;
  font-size: 1.3rem;
  line-height: 1;
  border: 1px #B10002 solid;
  padding: 0.1rem 0.5rem;
  margin-right: 1rem;
}
.lessons-more {
  font-size: 1.6rem;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 16rem;
  background-color: antiquewhite;
  padding: 0 1rem;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  .lessons-box {
    height: 140px;
  }
  .lessons-ph {
    width: 120px;
    height: 120px;
  }
  .lessons-ph img {
    width: 120px;
    height: 120px;
  }
  .lessons-txt, .lessons-place {
    display: none;
  }
  .lessons-more {
    font-size: 1.4rem;
  }
}
/* ---------------------------lessons */
.lesson-photo {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 6rem;
}
.lesson-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lesson-title {
  font-size: 2.8rem;
  margin: 0 0 3rem;
  line-height: 1.4;
}
.lesson-txt {
  margin-bottom: 4rem;
}
.lesson-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.lesson-list dt, .lesson-list dd {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
.lesson-list dt {
  width: 20%;
  min-width: 10rem;
  font-weight: bold;
}
.lesson-list dd {
  width: 80%;
  margin: 0;
}
.lesson-btn-area {
  width: 100%;
  text-align: center;
  padding-top: 6.4rem;
}
.breadcrumb-lesson {
  margin-bottom: 3rem;
}
@media screen and (max-width: 749px) {
  .lesson-list {
    display: block;
  }
  .lesson-list dt {
    border: none;
    padding-bottom: 0;
  }
  .lesson-list dt, .lesson-list dd {
    width: 100%;
  }
}

/* ---------------------------contact */

.pages-section.contact-page-wrap button, input, select, textarea{
    width:100%;
}
@media screen and (min-width: 750px) {
    .pages-section.contact-page-wrap button, input, select, textarea{
    width:70%;
    }
}

.pages-section.contact-page-wrap p{
   margin-top:1em;
}
.pages-section.contact-page-wrap input.wpcf7-form-control.wpcf7-submit{
    width:30% !important;
    margin:1em auto;
    background-color: #333;
    color:#fff;
}