/*
Theme Name: a
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #444444;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
input {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  --scrollbar-width: 15px;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@font-face {
  font-family: tenhama;
  src: url('/wp-content/themes/a/font/TenhamasenFontVer.3-Regular.otf');
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.dg{
  display: grid;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.bottomMenu{
  display: none;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 186px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 999;
  align-items: center;
  box-shadow: 0 3px 40px rgba(0,0,0,0.06);
}
header h1{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 186px;
  height: 143px;
  border-radius: 0 12px 12px 0;
}
header h1:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  display: block;
  content: "";
  box-shadow: 0 3px 40px rgba(0,0,0,0.06);
  border-radius: 0 12px 12px 0;
  z-index: -1;
}
header h1 a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header h1 a img{
  width: 133px;
}
header h1 a span{
  display: block;
  text-align: center;
  font-weight: 400;
  font-family: tenhama;
  color: #006835;
}
header .menu{
  width: fit-content;
  margin: 0 auto;
}
header .menu .btn {
    display: none;
}
header nav li{
  margin-right: 60px;
}
header nav li:last-child{
  margin-right: 0;
}
header nav li a{
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: #444444;
}
header nav li a .icon{
  display: block;
  background-size: contain;
}
header nav li:nth-child(1) a .icon{
  background: url('/wp-content/themes/a/img/iconHome.svg') no-repeat center;
  width: 23px;
  height: 23px;
}
header nav li:nth-child(2) a .icon{
  background: url('/wp-content/themes/a/img/iconFoot.svg') no-repeat center;
  width: 25px;
  height: 31px;
}
header nav li:nth-child(3) a .icon{
  background: url('/wp-content/themes/a/img/iconCourse.svg') no-repeat center;
  width: 19px;
  height: 19px;
}
header nav li:nth-child(4) a .icon{
  background: url('/wp-content/themes/a/img/iconFlag.svg') no-repeat center;
  width: 19px;
  height: 19px;
}
header nav li:nth-child(5) a .icon{
  background: url('/wp-content/themes/a/img/iconPeople.svg') no-repeat center;
  width: 30px;
  height: 23px;
}
header nav li:nth-child(6) a .icon{
  background: url('/wp-content/themes/a/img/iconMail.svg') no-repeat center;
  width: 29px;
  height: 17px;
}
header .loginBtn{
  margin: 0;
  width: 233px;
  height: 90px;
  background-color: #444444;
  border-radius: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
header .loginBtn:hover{
  background:#1db28f;
}
header .loginBtn .icon{
  background: url('/wp-content/themes/a/img/iconHuman.svg') no-repeat center;
  width: 32px;
  height: 36px;
  margin-right: 13px;
}
header .loginBtn p{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
header .loginBtn p span{
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.searchModalWrap {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 1000;
    transition: .3s;
}
.mainVisal.on .searchModalWrap{
  opacity: 1;
  visibility: visible;
}
.searchModalWrap .searchModa{
  width: 90%;
  max-width: 897px;
  position: relative;
}
.searchModalWrap .searchModa .closeBtn {
    width: 39px;
    height: 39px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}
.searchModalWrap .searchModa .closeBtn span{
  display: block;
  width: 12px;
  height: 2px;
  background-color: #1BB28F;
}
.searchModalWrap .searchModa .closeBtn span:nth-child(1){
  transform: rotate(45deg);
  margin-bottom: -2px;
}
.searchModalWrap .searchModa .closeBtn span:nth-child(2){
  transform: rotate(-45deg);
}
.searchModalWrap .searchModa .causeSearch{
  width: 100%;
}
.pageTop .mainVisal{
  width: 100%;
  height: 100vh;
}
.pageTop .mainVisal .left {
    width: 29%;
    height: calc(100vh - 90px);
    padding: 0 4%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pageTop .mainVisal .left img{
  display: block;
}
.pageTop .mainVisal .left img:nth-child(1){
  margin-bottom: 41px;
}
.pageTop .mainVisal .left img:nth-child(2){
  margin-bottom: 50px;
}
.pageTop .mainVisal .left img.sp{
  display: none;
}
.pageTop .mainVisal .left .linkBtn {
    width: 100%;
    height: 86px;
    border-radius: 43px;
    background-color: #1BB28F;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 0 5%;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}
.pageTop .mainVisal .left .linkBtn:hover{
  background-color: #444;
}
.pageTop .mainVisal .left .linkBtn .icon{
  width: 44px;
  height: 42px;
  display: block;
  margin-right: 13px;
  background: url('/wp-content/themes/a/img/iconCourseSearch.svg') no-repeat center;
  background-size: contain;
}
.pageTop .mainVisal .left .linkBtn .arrowBox{
  width: 44px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  background-color: #fff;
  border-radius: 50%;
}
.pageTop .mainVisal .left .linkBtn .arrowBox .arrow{
  width: 4px;
  height: 7px;
  background: url('/wp-content/themes/a/img/linkArrow.svg') no-repeat center;
  background-size: contain;
}
.mainFv{
  width: 71%;
}
.mainFv.sp{
  display: none;
}
.mainFv a {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 90px);
    width: 33.3333%;
}
.mainFv a:after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: #0F0F0F;
    background: linear-gradient(0deg, rgba(15, 15, 15, .7) 0%, rgba(15, 15, 15, 0.4) 40%, rgba(15, 15, 15, 0) 100%);
    z-index: 3;
    position: absolute;
    bottom: 0;
}
.mainFv a p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    border: 1px solid #fff;
    padding: 4px 12px;
    border-radius: 8px;
    z-index: 5;
}
.mainFv a .imgbox {
    height: calc(100vh - 90px);
}
.mainFv a .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainFv a:hover .imgbox img {
  transform:scale(1.1,1.1);
}
.topBlock1{
  background-color: #FAF9F4;
  padding: 202px 0 200px;
  margin-bottom: 49px;
}
.tit1{
  font-size: 36px;
  font-weight: 700;
}
.tit1 span{
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.tit1 span br{
  display: none;
}
.topBlock1 .tit1{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.topBlock1 .tit1 .icon{
  width: 42px;
  height: 42px;
  display: block;
  background: url('/wp-content/themes/a/img/iconWalk.svg') no-repeat center;
  background-size: contain;
}
.topBlock1SlideWrap{
  width: 94%;
  margin: 0 0 0 auto;
}
.topBlock1Slide{
  padding-right: 5%;
  padding-top: 34px;
  margin-bottom: 65px;
}
.topBlock1Slide li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.topBlock1Slide li a .imgbox {
  overflow: hidden;
  border-radius: 8px;
}
.topBlock1Slide li a:hover img {
  transform:scale(1.1,1.1);
}
.topBlock1Slide li a h3{
  padding: 18px 35px;
  width: fit-content;
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 35px;
  border: 1px solid #CCCCCC;
  white-space: nowrap;
  z-index: 5;
}
.topBlock1Slide li a h3:after{
  display: block;
  content: url('/wp-content/themes/a/img/fukidashi.svg');
  width: 11px;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
}
.topBlock1Slide li a .txtBox {
    position: absolute;
    bottom: 3%;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.topBlock1Slide li a .imgbox:after {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: #0F0F0F;
    background: linear-gradient(0deg, rgba(15, 15, 15, .7) 0%, rgba(15, 15, 15, 0.4) 40%, rgba(15, 15, 15, 0) 100%);
    z-index: 3;
    position: absolute;
    bottom: 0;
}
.topBlock1Slide li a .txtBox h4{
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.topBlock1Slide li a .txtBox div.df{
  justify-content: space-between;
  align-items: flex-end;
}
.topBlock1Slide li a .txtBox div .text{
  font-weight: 700;
  color: #fff;
  width: fit-content;
}
.topBlock1Slide li a .txtBox div .icon{
  display: block;
  width: 41px;
  height: 41px;
}
.topBlock1SlideWrap .pageNationWrap{
  width: 244px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.topBlock1SlideWrap .pageNationWrap .swiper-button-prev,
.topBlock1SlideWrap .pageNationWrap .swiper-button-next{
  position: static;
  width: 55px;
  height: 55px;
  border: 1px solid #707071;
  border-radius: 50%;
  margin-top: 0;
}
.topBlock1SlideWrap .pageNationWrap .swiper-button-prev:after,
.topBlock1SlideWrap .pageNationWrap .swiper-button-next:after{
  font-size: 12px;
  color: #444444;
}
.topBlock1SlideWrap .pageNationWrap .swiper-pagination{
  position: static;
  width: fit-content;
}
.topBlock2{
  margin-bottom: 178px;
}
.topBlock2 .imgBox{
  width: 94%;
  max-width: 1806px;
  margin: 0 auto;
  position: relative;
}
.topBlock2 .imgBox .txtBox{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.topBlock2 .imgBox .txtBox .subTit{
  font-weight: 700;
  color: #fff;
}
.topBlock2 .imgBox .txtBox h2{
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 68px;
}
.topBlock2 .imgBox .txtBox .text{
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  margin-bottom: 57px;
}
.txtLinkW,
.txtLinkB{
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  width: fit-content;
}
.txtLinkB{
  color: #444;
}
.txtLinkW .arrowBox,
.txtLinkB .arrowBox{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 16px;
}
.txtLinkB .arrowBox{
  background-color: #444444;
}
.txtLinkW .arrowBox .arrow,
.txtLinkB .arrowBox .arrow{
  width: 6px;
  height: 11px;
  background: url('/wp-content/themes/a/img/linkArrow.svg') no-repeat center;
  background-size: contain;
}
.txtLinkB .arrowBox .arrow{
  background: url('/wp-content/themes/a/img/linkArrow_w.svg') no-repeat center;
}
.txtLinkW .icon,
.txtLinkB .icon{
  width: 12px;
  height: 26px;
  background: url('/wp-content/themes/a/img/iconFootprints.svg') no-repeat center;
  background-size: contain;
  margin-left: 6px;
}
.txtLinkB .icon{
  background: url('/wp-content/themes/a/img/iconFootprints2.svg') no-repeat center;
}
.topBlock3{
  padding: 200px 0 212px;
  background: #FAF9F4;
  margin-bottom: 200px;
}
.topBlock3 .tit1{
  margin-bottom: 123px;
}
.tit1 .titWrap{
  justify-content: center;
  align-items: center;
}
.topBlock3 .tit1 .icon{
  width: 37px;
  height: 37px;
  display: block;
  background: url('/wp-content/themes/a/img/iconCourse.svg') no-repeat center;
  background-size: contain;
  margin-right: 9px;
}
.topBlock3Inner{
  margin-bottom: 130px;
}
.topBlock3Inner.no3{
  margin-bottom: 161px;
}
.topBlock3Inner h3{
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 64px;
}
.topBlock3Inner.no1 h3 .colorChange{
  color: #38A7D0;
}
.topBlock3Inner.no2 h3 .colorChange{
  color: #E38B64;
}
.topBlock3Inner.no3 h3 .colorChange{
  color: #AFA008;
}
.topBlock3Inner .innderSlideWrap .innderSlide{
  padding-top: 45px;
  margin-bottom: 39px;
}
.coursePost li {
    background-color: #fff;
    border: 3px solid #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.coursePost li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2%;
  box-sizing: border-box;
}
.coursePost li a .guideWrap{
  position: absolute;
  top: -45px;
  right: 0;
  width: fit-content;
  z-index: 5;
}
.coursePost li a .guideWrap .guide{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89px;
  height: 89px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  margin-right: 4px;
}
.coursePost li a .guideWrap .guide:last-child{
  margin-right: 0;
}
.coursePost li a .guideWrap .guide.orange{
  background-color: #E38B64;
}
.coursePost li a .guideWrap .guide.blue{
  background-color: #38A7D0;
}
.coursePost li a .imgBox {
    position: relative;
    margin-bottom: 17px;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 16/9;
}
.coursePost li a .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coursePost li a:hover .imgBox img{
  transform:scale(1.1,1.1);
}
.coursePost li a .imgBox .mapDetail{
  display: flex;
  align-items: center;
  padding: 12px;
  width: fit-content;
  background-color: #444444;
  border-radius: 4px;
  position: absolute;
  top: 11px;
  left: 9px;
}
.coursePost li a .imgBox .mapDetail .mapIcon{
  width: 14px;
  height: 16px;
  display: block;
  background: url('/wp-content/themes/a/img/iconPin.svg') no-repeat center;
  background-size: contain;
  margin-right: 3.2px;
}
.coursePost li a .imgBox .mapDetail .placeName{
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.coursePost li a .txtBox .course{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 11px;
}
.coursePost li a .txtBox h4{
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 50px;
}
.coursePost li a .txtBox .tagList{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.coursePost li a .txtBox .tagList li{
  padding: 5px 7px;
  border: 1px solid #38A7D0;
  border-radius: 4px;
  color: #38A7D0;
  font-style: 14px;
  font-weight: 700;
  margin-right: 7px;
  margin-bottom: 7px;
}
.coursePost li a .txtBox .courseDetail{
  padding: 10px 3%;
  width: 100%;
  background-color: #F2EFDF;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.coursePost li a .txtBox .courseDetail p{
  padding: 6px 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.coursePost li a .txtBox .courseDetail .kinds{
  padding-right: 25px;
  margin-right: 11px;
  border-right: 1px solid #D8CFAE;
}
.coursePost li a .txtBox .courseDetail .kinds .icon{
  width: 10px;
  height: 16px;
  display: block;
  margin-right: 6px;
  background: url('/wp-content/themes/a/img/iconWalk2.svg') no-repeat center;
  background-size: contain;
}
.coursePost li a .txtBox .courseDetail .time{
  padding-right: 25px;
  margin-right: 17px;
  border-right: 1px solid #D8CFAE;
}
.coursePost li a .txtBox .courseDetail .time .icon{
  width: 19px;
  height: 19px;
  display: block;
  margin-right: 5px;
  background: url('/wp-content/themes/a/img/iconTime.svg') no-repeat center;
  background-size: contain;
}
.coursePost li a .txtBox .courseDetail .distance .icon{
  width: 17px;
  height: 17px;
  display: block;
  margin-right: 3px;
  background: url('/wp-content/themes/a/img/iconCourse2.svg') no-repeat center;
  background-size: contain;
}
.topBlock3Inner .innderSlideWrap .pageNationWrap{
  position: relative;
  width: 244px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.topBlock3Inner .innderSlideWrap .pageNationWrap .swiper-button-prev,
.topBlock3Inner .innderSlideWrap .pageNationWrap .swiper-button-next{
  width: 55px;
  height: 55px;
  position: static;
  border-radius: 50%;
  border: 1px solid #707071;
  margin-top: 0;
}
.topBlock3Inner .innderSlideWrap .pageNationWrap .swiper-button-prev:after,
.topBlock3Inner .innderSlideWrap .pageNationWrap .swiper-button-next:after{
  color: #444;
  font-size: 12px;
}
.topBlock3 .txtLinkB{
  margin: 0 auto;
}
.topBlock4{
  margin-bottom: 200px;
}
.topBlock4 .tit1{
  margin-bottom: 100px;
}
.topBlock4 .tit1 .titWrap .icon{
  width: 45px;
  height: 45px;
  display: block;
  background: url('/wp-content/themes/a/img/iconFlag.svg') no-repeat center;
  background-size: contain;
}
.topBlock4 .eventList{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 41px;
  width: 90%;
  max-width: 1536px;
  margin: 0 auto 106px;
}
.eventList li{
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 5px;
}
.eventList li a{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 16px 5% 30px;
  display: block;
}
.eventList li a .imgBox {
    position: relative;
    margin-bottom: 17px;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 16/9;
}
.eventList li a .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eventList li a:hover .imgBox img{
  transform: scale(1.1,1.1);
}
.eventList li.end a .imgBox::before{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.54);
}
.eventList li.end a .imgBox::after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  content: "終了しました";
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  border: 3px solid #fff;
  padding: 2px 10px;
  z-index: 3;
}
.eventList li a .imgBox .mapDetail{
  display: flex;
  align-items: center;
  padding: 12px;
  width: fit-content;
  background-color: #444444;
  border-radius: 4px;
  position: absolute;
  top: 11px;
  left: 9px;
}
.eventList li a .imgBox .mapDetail .mapIcon{
  width: 14px;
  height: 16px;
  display: block;
  background: url('/wp-content/themes/a/img/iconPin.svg') no-repeat center;
  background-size: contain;
  margin-right: 3.2px;
}
.eventList li a .imgBox .mapDetail .placeName{
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.eventList li a .txtBox .eventPriod{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.eventList li a .txtBox .eventPriod .limit{
  padding: 4px 12px;
  font-weight: 700;
  color: #fff;
  background-color: #159D7D;
  border: 1px solid #169D7C;
  border-radius: 5px;
}
.eventList li.end a .txtBox .eventPriod .limit{
  color: #159D7D;
  background-color: #fff;
} 
.eventList li a .txtBox .eventPriod .period{
  font-size: 15px;
  font-weight: 500;
}
.eventList li a .txtBox h3{
  font-size: 25px;
  font-weight: 700;
}
.topBlock4 .txtLinkB{
  margin: 0 auto;
}
.topBlock5{
  margin-bottom: 121px;
}
.topBlock5 .parallaxBox1{
  display: block;
  margin-bottom: 200px;
}
.topBlock5 .tit1{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.topBlock5 .tit1 .icon{
  width: 44px;
  height: 46px;
  margin-right: 8px;
  display: block;
  background: url('/wp-content/themes/a/img/iconQuestion.svg') no-repeat center;
  background-size: contain;
}
.topBlock5 .qaList{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 47px 44px;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.topBlock5 .qaList li{
  padding: 94px 10% 72px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
}
.topBlock5 .qaList li .question,
.topBlock5 .qaList li .anser{
  display: flex;
}
.topBlock5 .qaList li .question{
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.topBlock5 .qaList li .question .iconTxt,
.topBlock5 .qaList li .anser .iconTxt{
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-right: 18px;
}
.topBlock5 .qaList li .anser .iconTxt{
  color: #1BB28F;
}
.causeSearchWrap{
  width: 90%;
  max-width: 1702px;
  margin: 0 auto 201px;
  position: relative;
  padding: 200px 0 150px;
}
.causeSearchWrap img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.causeSearchWrap .causeSearchInner{
  width: 90%;
  max-width: 1440px;
  align-items: center;
  margin: 0 auto;
}
.causeSearchWrap .causeSearchInner .txtBox{
  width: 40%;
  padding: 0 5%;
  box-sizing: border-box;
}
.causeSearchWrap .causeSearchInner .txtBox .titTxt{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 52px;
  text-align: center;
}
.causeSearchWrap .causeSearchInner .txtBox .text{
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
}
.causeSearchWrap .causeSearchInner .causeSearch{
  width: 60%;
}
.causeSearch{
  background-color: #F3F3F3;
  border-radius: 20px;
  overflow: hidden;
}
.causeSearch > .titTxt{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #1BB28F;
  padding: 30px 0 17px;
}
.causeSearch .titTxt .icon{
  display: block;
  width: 44px;
  height: 43px;
  margin-right: 9px;
  background: url('/wp-content/themes/a/img/iconCourseSearch.svg') no-repeat center;
  background-size: contain;
}
.causeSearch form{
  padding: 40px 5% 46px;
}
.causeSearch form .dropDownWrap{
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E3E3E3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 16px;
}
.causeSearch form .dropDownWrap select{
  background-color: #fff;
  padding: 12px 5%;
  box-sizing: border-box;
  border-radius: 24px;
  border: 1px solid #D1D1D1;
  font-weight: 700;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.16);
}
.causeSearch form .midArea{
  justify-content: space-between;
  margin-bottom: 40px;
}
.causeSearch form .midArea div{
  width: 48%;
}
.causeSearch form .midArea div .titTxt{
  font-weight: 700;
}
.causeSearch form .midArea div .titTxt .colorChange{
  color: #1BB28F;
}
.causeSearch form .midArea .kwListWrap .titTxt{
  margin-bottom: 13px;
}
.causeSearch form .midArea .kwLIst{
  flex-wrap: wrap;
}
.causeSearch form .midArea .kwLIst li{
  border-radius: 4px;
  background-color: #fff;
  width: fit-content;
  margin-right: 8px;
  margin-bottom: 7px;
  overflow: hidden;
}
.causeSearch form .midArea .kwLIst li.c_green{
  border: 1px solid #1BB28F;
}
.causeSearch form .midArea .kwLIst li.c_blue{
  border: 1px solid #2A98C1;
}
.causeSearch form .midArea .kwLIst li.c_orange{
  border: 1px solid #D96C3C;
}
.causeSearch form .midArea .kwLIst li a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 6px 9px;
}
.causeSearch form .midArea .kwLIst li.c_green a{
  color: #169F7F;
}
.causeSearch form .midArea .kwLIst li.c_blue a{
  color: #2A98C1;
}
.causeSearch form .midArea .kwLIst li.c_orange a{
  color: #D96C3C;
}
.causeSearch form .midArea .searchBox .titTxt{
  margin-bottom: 8px;
}
.causeSearch form .midArea .searchBox input[type="text"]{
  width: 100%;
  padding: 11px 12px 11px 39px;
  box-sizing: border-box;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.16);
  font-weight: 400;
  border-radius: 4px;
  background: url('/wp-content/themes/a/img/searchGrass.svg') no-repeat 12px center;
  background-color: #fff;
}
.causeSearch form button {
    display: block;
    width: 100%;
    padding: 12px 0;
    background-color: #444444;
    border-radius: 27px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.contactWrap {
    position: relative;
    padding: 100px 0;
    height: 340px;
    box-sizing: border-box;
    overflow: hidden;
}
.contactWrap > img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}
.contactWrap .contactBox{
  width: 90%;
  max-width: 1702px;
  align-items: center;
  margin: 0 auto;
}
.contactWrap .contactBox .txtBox{
  width: 50%;
  padding-right: 21%;
  box-sizing: border-box;
}
.contactWrap .contactBox .txtBox .titTxt{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contactWrap .contactBox .txtBox .titTxt .icon{
  display: block;
  width: 45px;
  height: 27px;
  background: url('/wp-content/themes/a/img/iconMail_w.svg') no-repeat center;
  background-size: contain;
}
.contactWrap .contactBox .txtBox .text{
  font-weight: 700;
  color: #fff;
}
.contactWrap .contactBox .contactBtnWrap{
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactWrap .contactBox .contactBtnWrap .contactBtn{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1BB28F;
  border-radius: 8px;
  width: 48%;
  height: 170px;
  flex-direction: column;
}
.contactWrap .contactBox .contactBtnWrap .contactBtn .telNum{
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}
.contactWrap .contactBox .contactBtnWrap .contactBtn .mailTit{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.contactWrap .contactBox .contactBtnWrap .contactBtn .telNum .icon{
  display: block;
  width: 36px;
  height: 36px;
  background: url('/wp-content/themes/a/img/iconTel_w.svg') no-repeat center;
  background-size: contain;
}
.contactWrap .contactBox .contactBtnWrap .contactBtn .mailTit .icon{
  display: block;
  width: 36px;
  height: 36px;
  background: url('/wp-content/themes/a/img/mail_fill.svg') no-repeat center;
  background-size: contain;
}
.contactWrap .contactBox .contactBtnWrap .contactBtn .ontime{
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: -15px;
  color: #fff;
}
.contactWrap .contactBox .contactBtnWrap .contactBtn .btn{
  width: 85%;
  height: 40px;
  background-color: #fff;
  color: #159D7D;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  position: relative;
  border-radius: 20px;
}
.contactWrap .contactBox .contactBtnWrap .contactBtn .btn .icon{
  width: 4px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 5%;
  background: url('/wp-content/themes/a/img/linkArrow.svg') no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
footer{
  padding: 67px 0 128px;
}
footer .footerBox1{
  justify-content: space-between;
  margin-bottom: 110px;
  padding: 0 5%;
}
footer .footerBox1 .footerNav{
  align-items: flex-end;
}
footer .footerBox1 .footerNav li{
  margin-right: 52px;
}
footer .footerBox1 .footerNav li:last-child{
  margin-right: 0;
}
footer .footerBox1 .footerNav li a{
  font-size: 20px;
  font-weight: 700;
  color: #444444;
}
footer .footerBox1 .footerNav li a img{
  display: block;
  margin: 0 auto;
}
footer .footerBox1 .loginBtn {
    width: 299px;
    height: 89px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background-color: #444444;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #444;
}
footer .footerBox1 .loginBtn.account {
    background: #1db28f;
    margin-left: 10px;
    border: 1px solid #1db28f;
}
footer .footerBox1 .loginBtn:hover {
  background: #fff;
}
footer .footerBox1 .loginBtn:hover *{
  color:#444;
}
footer .footerBox1 .loginBtn.account:hover{
  background:#fff;
}
footer .footerBox1 .loginBtn.account:hover *{
  color: #1db28f;
}
footer .footerBox1 .loginBtn .icon{
  display: block;
  width: 44px;
  height: 44px;
  background: url('/wp-content/themes/a/img/iconHuman.svg') no-repeat center;
  background-size: contain;
  margin-right: 7px;
}
footer .footerBox1 .loginBtn.account .icon{
  background: url('/wp-content/themes/a/img/iconTouroku.svg') no-repeat center;
  background-size: contain;
}
footer .footerBox1 .loginBtn p{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
footer .footerBox1 .loginBtn p span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
}
footer .footerBox1 .loginBtn .arrowBox{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #fff;
}
footer .footerBox1 .loginBtn .arrow{
  background: url('/wp-content/themes/a/img/linkArrow_k.svg') no-repeat center;
  background-size: contain;
  width: 4px;
  height: 7px;
}
footer .footerBox2{
  justify-content: space-between;
  padding: 0 5%;
  margin-bottom: 130px;
}
footer .footerBox2 .logoBox img{
  width: 116px;
}
footer .footerBox2 .logoBox p{
  font-size: 15px;
  font-weight: 400;
  font-family: tenhama;
  color: #006835;
}
footer .footerBox2 .txtBox .address{
  margin-bottom: 22px;
}
footer .footerBox2 .txtBox .address br{
  display: none;
}
footer .footerBox2 .txtBox .copy{
  justify-content: right;
}
footer .footerBox2 .txtBox .copy a{
  display: block;
  margin-right: 40px;
  font-size: 15px;
  text-decoration: underline;
}
.footerSlide .swiper-wrapper{
  transition-timing-function: linear;
  align-items: center;
}
.footerSlide .swiper-slide img{
  width: 100%;
  object-fit: contain;
} 
article {
    padding-top: 90px;
}
.pageHead1 {
    position: relative;
    z-index: 5;
}
.pageHead1 h1 {
    position: absolute;
    inset: 0;
    margin: auto;
    font-size: 40px;
    text-align: center;
    height: 68px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.pankuzu {
    position: absolute;
    left: 210px;
    top: 13px;
}
.pankuzu li {
    padding-right: 60px;
    position: relative;
}
.pankuzu li >*,
.pankuzu li {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.pankuzu li:before {
    content: "";
    display: block;
    width: 34px;
    height: 10px;
    background: url(/wp-content/themes/a/img/iconPankuzu.svg)0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: -47px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pankuzu li:nth-child(1):before {
  display: none;
}
.contactBlock1 {
    padding: 120px 0;
    background: #FAF9F4;
}
.contactBlock1 .wrap1 {
    width: min(1200px,90%);
    margin: 0 auto 120px;
    background: #fff;
    box-sizing: border-box;
    padding: 110px 90px 60px;
}
.contactBlock1 .wrap1 .left{
  width: 46%;
}
.contactBlock1 .wrap1 .right{
  width: 46%;
}
.contactBlock1 .wrap1 .left h2 {
    font-size: 25px;
    font-weight: 700;
}
.contactBlock1 .wrap1 .left .txt1 {
    margin: 16px 0 62px;
    background: #F8F8F8;
    box-sizing: border-box;
    padding: 32px 24px;
    border-radius: 10px;
    font-size: 15px;
    text-align: justify;
}
.contactBlock1 .wrap1 .left a {
    background: #1BB28F;
    display: block;
    padding: 30px 36px;
    box-sizing: border-box;
    border-radius: 10px;
}
.contactBlock1 .wrap1 .left a .num {
    color: #fff;
    font-size: 38px;
    font-family: "Montserrat";
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
}
.contactBlock1 .wrap1 .left a .num img{
  margin-right: 4px;
}
.contactBlock1 .wrap1 .left a .txt2 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: -10px;
}
.contactBlock1 .wrap1 .left a .txt3 {
    background: #fff;
    text-align: center;
    color: #1BB28F;
    margin-top: 16px;
    border-radius: 50px;
    padding: 10px 0;
    font-weight: 500;
}
.contactBlock1 .wrap1 .right .wpcf7-form .th,
.contactBlock1 .wrap1 .right .wpcf7-form .privacy h3 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    width: fit-content;
    float: left;
}
.contactBlock1 .wrap1 .right .wpcf7-form .hissu {
    color: #F83333;
    border: 1px solid #F83333;
    padding: 2px 6px;
    font-size: 13px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-left: 14px;
}
.contactBlock1 .wrap1 .right .wpcf7-form select,
.contactBlock1 .wrap1 .right .wpcf7-form input[type="text"],
.contactBlock1 .wrap1 .right .wpcf7-form input[type="tel"],
.contactBlock1 .wrap1 .right .wpcf7-form input[type="email"],
.contactBlock1 .wrap1 .right .wpcf7-form textarea{
    background: #FFEBEB;
    color: #505050;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.contactBlock1 .wrap1 .right .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}
.contactBlock1 .wrap1 .right .wpcf7-form .privacy {
    margin-top: 60px;
}
.contactBlock1 .wrap1 .right .wpcf7-form .privacy .scroll {
    display: block;
    clear: both;
    background: #F4F4F4;
    border: 1px solid #D9D9D9;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 200px;
    overflow: auto;
    font-size: 15px;
}
.contactBlock1 .wrap1 .right .wpcf7-form .wpcf7-list-item {
    display: inline-block;
    margin: 20px 0 60px;
}
.contactBlock1 .wrap1 .right .wpcf7-form .wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #444444;
    width: 100%;
    color: #fff;
    padding: 22px 0;
    border-radius: 50px;
}
.contactBlock1 .wrap1 .right .wpcf7-form .sendBox {
    position: relative;
}
.contactBlock1 .wrap1 .right .wpcf7-form .sendBox:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -32px;
    bottom: 0;
    right: 20px;
    background: url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
    background-size: 100%;
    z-index: 5;
    margin: auto;
}
.linkBtn2 {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0 40px 0 70px;
}
.linkBtn2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/themes/a/img/arrow4.svg)0 0 no-repeat;
    background-size: 100%;
    width: 55px;
    height: 55px;
}
.linkBtn2 span {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #169D7C;
    padding-bottom: 6px;
}
.linkBtn2:after {
    content: "";
    display: block;
    width: 22px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/themes/a/img/iconFootprints2.svg)0 0 no-repeat;
    background-size: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output {
    border-radius: 70px;
    padding: 10px 50px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 700;
}
.wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 14px;
}
.pageAbout {
    margin-bottom: 200px;
}
.pageHead3 {
    position: relative;
}
.pageHead3 .fvImg {
    width: 100%;
    height: calc(100vh - 90px);
    object-fit: cover;
}
.pageHead3 .txtBox {
    position: absolute;
    z-index: 10;
    inset: 0;
    margin: auto;
    height: fit-content;
    width: min(1650px,100%);
}
.pageHead3 .txtBox h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.pageHead3 .txtBox .wrap1 {
    background: #FAFAFA;
    display: block;
    width: fit-content;
    box-sizing: border-box;
    padding: 70px 50px;
    border-radius: 8px;
    margin-top: 60px;
}
.pageHead3 .txtBox .wrap1 h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 50px;
}
.pageHead3 .txtBox .wrap1 p {
    font-size: 20px;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: 0.06em;
}
.aboutBlock1 {
    width: min(1650px, 90%);
    margin: 0 auto;
    padding: 150px 0;
    position: relative;
}
.aboutBlock1 .box1{
  position: relative;
}
.aboutBlock1 .box1 .aboutImg1 {
    width: 40%;
    position: absolute;
    top: -40%;
    right: 0;
}
.aboutBlock1 .box1 .aboutImg2 {
    width: 30%;
}
.aboutBlock1 .box1 .aboutImg3 {
    width: 35%;
    position: absolute;
    bottom: 10%;
    right: 18%;
}
.aboutBlock1 .box2 {
    margin: 120px 0;
    background: #FAF9F4;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 120px;
}
.aboutBlock1 .box2 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.aboutBlock1 .box2 .txt1 {
    text-align: center;
    font-size: 16px;
}
.aboutBlock1 .box2 .flowBox {
    margin-top: 114px;
    position: relative;
}
.aboutBlock1 .box2 .flowBox .inner {
    position: relative;
}
.aboutBlock1 .box2 .flowBox .inner .flowImg,
.aboutBlock1 .box2 .flowBox .inner .txtBox  {
    width: 44%;
}
.aboutBlock1 .box2 .flowBox:before {
    width: 1px;
    height: 100%;
    display: block;
    content: "";
    background: #1BB28F;
    margin: auto;
    position: absolute;
    inset: 0;
    margin: auto;
    bottom: unset;
}
.aboutBlock1 .box2 .flowBox .inner {
    position: relative;
    margin-top: 120px;
    align-items: flex-start;
}
.aboutBlock1 .box2 .flowBox .inner:before {
    content: "01";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #1BB28F;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    font-family: Montserrat;
    border-radius: 50%;
}
.aboutBlock1 .box2 .flowBox .inner2:before {
    content: "02";
}
.aboutBlock1 .box2 .flowBox .inner3:before {
    content: "03";
}
.aboutBlock1 .box2 .flowBox .inner .txtBox h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 24px;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .txt2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .linkBox {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .linkBox .linkBtn1{
  margin: 0;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .linkBox .linkBtn1:nth-child(1) {
    margin-right: 20px;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .txt3 {
    background: #fff;
    border: 3px dashed #000;
    box-sizing: border-box;
    padding: 40px 50px;
    border-radius: 10px;
    margin-top: 30px;
    align-items: center;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .txt3 h4 {
    font-size: 20px;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .txt3 ul li {
    font-size: 20px;
    line-height: 2;
}
.parallaxBox1 {
    position: relative;
    overflow: hidden;
    height: 800px;
}
.parallaxBox1 .parallaxImg1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  will-change: transform;
}
.aboutBlock2 {
    margin: 200px auto 80px;
    width: min(1570px,90%);
    padding-left: 5%;
    box-sizing: border-box;
}
.aboutBlock2 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 70px;
}
.aboutBlock2 .imgBox {
    position: relative;
    margin: 50px 0;
    display: flex;
    flex-direction: column;
}
.aboutJimkyuku1 {
    width: 32%;
    margin-left: 5%;
}
.aboutJimkyuku2 {
    margin-top: 100px;
    width: 40%;
}
.aboutJimkyuku3 {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
}
.aboutBlock2 .box1{
  position: relative;  
}
.aboutBlock2 .txtBox {
    position: absolute;
    background: rgb(250 250 250 / 95%);
    padding: 70px 40px;
    box-sizing: border-box;
    inset: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
}
.aboutBlock2 .box1 .txtBox h3 {
    text-align: center;
    color: #1BB28F;
    font-size: 25px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
}
.aboutBlock2 .box1 .txtBox p {
    text-align: center;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
}
.aboutBlock2 .companyBox {
    margin-top: 120px;
}
.aboutBlock2 .companyBox iframe {
    width: 46%;
}
.aboutBlock2 .companyBox dl {
    width: 46%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.aboutBlock2 .companyBox dl dt,
.aboutBlock2 .companyBox dl dd {
    padding: 40px 0;
    border-bottom: 1px solid #B9B9B9;
    font-size: 20px;
    font-weight: 700;
}
.aboutBlock2 .companyBox dl dt {
    width: 20%;
    padding-left: 24px;
    position: relative;
    box-sizing: border-box;
}
.aboutBlock2 .companyBox dl dt::before,
.aboutBlock2 .activityBox li h4:before {
    margin: auto;
    content: "●";
    color: #1BB28F;
    position: absolute;
    left: 0;
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    top: 0;
    bottom: 0;
}
.aboutBlock2 .companyBox dl dd {
    width: 80%;
}
.aboutBlock2 .companyBox dl h3 {
    width: 100%;
    border-bottom: 1px solid #B9B9B9;
    color: #1BB28F;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
}
.aboutBlock2 .activityBox {
    margin-top: 100px;
}
.aboutBlock2 .activityBox h3 {
    color: #1BB28F;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.aboutBlock2 .activityBox li {
    background: #FBF4EA;
    padding: 50px 40px;
    box-sizing: border-box;
    margin-top: 12px;
    position: relative;
    align-items: center;
}
.aboutBlock2 .activityBox li:before {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    margin: auto;
    background: #B9B9B9;
    z-index: 1;
}
.aboutBlock2 .activityBox li h4 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    background: #fbf4ea;
    position: relative;
    z-index: 2;
    width: fit-content;
    padding-right: 30px;
}
.aboutBlock2 .activityBox li p {
    font-size: 20px;
    font-weight: 700;
    background: #fbf4ea;
    position: relative;
    z-index: 2;
    width: 55%;
    padding-left: 30px;
}
.pageMenber {
    margin-bottom: 200px;
}
.memberBlock1 {
    width: min(1440px,90%);
    margin: 120px auto;
}
.tabArea{
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 6px;
}
.tabArea ul li a {
    font-size: 20px;
    font-weight: 700;
    padding-right: 30px;
    margin-right: 30px;
}
.tabArea ul li.active a,
.tabArea ul li a:hover {
    color: #138E72;
    border-bottom: 3px solid #138E72;
    padding-bottom: 7px;
}
.memberList .result {
    margin: 30px 0 40px;
    font-size: 16px;
    font-weight: 700;
}
.memberList ul {
    grid-column: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 10px;
}
.memberList ul li a {
    background: #FDFDFD;
    display: block;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
}
.memberList .noneList {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 100px 0;
}
.linkBtn1 {
    background: #444444;
    padding: 20px 114px 20px 30px;
    position: relative;
    display: block;
    width: fit-content;
    border-radius: 50px;
    border: 1px solid #444444;
    margin: auto;
}
.linkBtn1 span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.linkBtn1:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 20px;
    position: absolute;
    margin: auto;
    background: url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
    background-size: 100%;
}
.linkBtn1:hover {
  background:#fff;
}
.linkBtn1:hover span{
  color: #444;
}
.linkBtn1:hover:after {
    background: url(/wp-content/themes/a/img/arrow4.svg)0 0 no-repeat;
    background-size: 100%;
}
.memberList ul li .imgBox {
    width: 100%;
    height: 100%;
    aspect-ratio: 1280 / 850;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #b9b9b9;
    position: relative;
}
.memberList ul li .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.memberList ul li a:hover .imgBox img{
  transform:scale(1.1,1.1);
}
.memberList ul li .imgBox .label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #444444;
    border-radius: 4px;
    color: #fff;
    padding: 7px 12px;
}
.memberList ul li .imgBox .label:before {
    content: "";
    width: 10px;
    height: 13px;
    background: url(/wp-content/themes/a/img/iconPin.svg)0 0 no-repeat;
    background-size: 100%;
    display: inline-block;
}
.memberList ul li .genre {
    margin: 16px 0 20px;
    font-size: 15px;
    font-weight: 500;
}
.memberList ul li h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.pageHead2 {
    background: #FAF9F4;
    position: relative;
    padding: 150px 0;
}
.pageHead2 .pankuzu li > *,
.pageHead2  .pankuzu li,
.pageCourseList .pankuzu li >*,
.pageCourseList .pankuzu li,
.pageEventList  .pankuzu li >*,
.pageEventList .pankuzu li{
  color: #444;
}
.pageHead2 .pankuzu li:before,
.pageCourseList .pankuzu li:before,
.pageEventList .pankuzu li:before{
    background:url(/wp-content/themes/a/img/iconPankuzu2.svg)0 0 no-repeat;
}
.pageHead2 .wrap1 {
    width: min(1200px,90%);
    margin: 0 auto;
    align-items: center;
}
.pageHead2 .wrap1 .left,
.pageHead2 .wrap1 > img {
    width: 48%;
}
.pageHead2 .wrap1 > img {
    border-radius:4px;
}
.pageHead2 .wrap1 .left, .pin {
    position: relative;
}
.pageHead2 .wrap1 .left .pin{
    padding-left:24px;
    font-size:16px;
    font-weight: 700;
}
.pageHead2 .wrap1 .left .pin:before {
    content: "";
    width: 15px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/themes/a/img/iconPin2.svg)0 0 no-repeat;
    background-size: 100%;
}
.pageHead2 .wrap1 .left h1 {
    padding: 8px 0 16px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.pageHead2 .wrap1 .left .memberType {
    color: #1BB28F;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.autherBlock1 .wrap1 {
    width: min(1200px, 90%);
    margin: 0 auto;
    padding: 120px 0;
}
.autherBlock1 .wrap1 aside {
    width: 20%;
    margin-right: 5%;
}
.autherBlock1 .wrap1 aside {
    width: 20%;
    margin-right: 5%;
    position: sticky;
    top: 160px;
    height: fit-content;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    padding: 24px;
    border-radius: 10px;
}
.autherBlock1 .wrap1 .autherMain {
    width: 75%;
}
.autherBlock1 .wrap1 aside h3 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 16px;
    border-bottom: 1px solid #B9B9B9;
}
.autherBlock1 .wrap1 aside ul li {
    position: relative;
    margin-top: 15px;
}
.autherBlock1 .wrap1 aside ul li a {
    font-size: 16px;
    font-weight: 700;
}
.autherBlock1 .wrap1 aside ul li a:hover,
.autherBlock1 .wrap1 aside ul li.active a {
    color: #1BB28F;
    text-decoration: underline;
}
.autherBlock1 .wrap1 aside ul li:after {
    content: ">";
    display: block;
    width: 12px;
    height: 12px;
    line-height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0.5, 1);
    font-size: 18px;
}
.autherMain h2 {
    font-size: 25px;
    font-weight: 700;
    border-left: 7px solid #1BB28F;
    padding-left: 12px;
    margin-bottom:15px;
}
.autherBlock1 .wrap1 .autherMain .contsBlock {
    text-align: justify;
    line-height: 1.8;
    letter-spacing: 0.08em;
}
.autherBlock1 .wrap1 .autherMain .box1 > img {
    margin: 40px auto 8px;
}
.autherBlock1 .wrap1 .autherMain .box1 {
    padding-bottom: 160px;
    margin-bottom: 120px;
    border-bottom: 1px solid #B9B9B9;
    scroll-margin-top: 140px;
}
.autherBlock1 .wrap1 .autherMain .box1 .prCaption {
    font-size: 14px;
}
.autherBlock1 .autherMain .box2 {
    padding-bottom: 120px;
    margin-bottom: 120px;
    scroll-margin-top: 140px;
    border-bottom: 1px solid #b9b9b9;
}
.autherBlock1 .autherMain .box2 dl,
.autherBlock1 .autherMain .box3 dl {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E5E5E5;
}
.autherBlock1 .autherMain .box2 dl > *,
.autherBlock1 .autherMain .box3 dl > *{
    font-size:16px;
    font-weight:700;
    letter-spacing: 0.05em;
}
.autherBlock1 .autherMain .box2 dl dt,
.autherBlock1 .autherMain .box3 dl dt {
    padding: 20px 5%;
    width: 20%;
    background: #F2F2F2;
    border-bottom: 1px solid #E5E5E5;
}
.autherBlock1 .autherMain .box2 dl dd,
.autherBlock1 .autherMain .box3 dl dd {
    padding: 20px 5%;
    width: 60%;
    border-bottom: 1px solid #E5E5E5;
}
.autherBlock1 .autherMain .box3 {
    scroll-margin-top: 140px;
}
.autherBlock1 .autherMain .box3 iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    margin: 44px 0 0;
}
.autherBlock1 .wrap1 .autherMain .linkBtn2 {
    margin: 140px auto 240px;
}
.pageCourseList,
.pageEventList {
    margin-bottom: 150px;
}
.courseBlock1 {
    background: #FAF9F4;
    padding: 150px 0 130px;
}
.courseBlock1 .wrap1 {
    width: min(1300px,90%);
    margin: 0 auto;
}
.courseBlock1 .wrap1 .left,
.courseBlock1 .wrap1 > .imgBox {
    width: 47%;
}
.courseBlock1 .wrap1 > .imgBox img {
    height: auto;
    border-radius: 8px;
}
.courseBlock1 .wrap1 > .imgBox{
  position: relative;
}
.guidelabelBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    top: -40px;
    right: 0;
}
.guidelabelBox p {
    background: #E38B64;
    width: 90px;
    height: 38px;
    padding: 26px 0;
    text-align: center;
    border-radius: 50%;
    line-height: 1.2;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.guidelabelBox p:last-child {
    background: #38A7D0;
    height: 72px;
    padding: 18px 0 0;
    margin-left: 4px;
}
.courseBlock1 .wrap1 .left .catch {
    font-size: 20px;
    font-weight: 500;
    margin: 14px 0 40px;
}
.courseBlock1 .wrap1 .left h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.courseBlock1 .wrap1 .left .startDay {
    margin: 20px 0 40px;
}
.courseBlock1 .wrap1 .left .startDay .ato {
    background: #159D7D;
    padding: 5px 14px;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    margin-right: 20px;
}
.courseBlock1 .wrap1 .left .startDay .day {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.courseBlock1 .wrap1 .left .box1 {
    background: #fff;
    padding: 34px;
    box-sizing: border-box;
    border-radius: 8px;
}
.courseBlock1 .wrap1 .left .box1 .chiiki {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #D8CFAE;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.courseBlock1 .wrap1 .left .box1 .chiiki .pin {
    margin-right: 6px;
}
.courseBlock1 .wrap1 .left .box1 ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.courseBlock1 .wrap1 .left .box1 ul li a {
    color: #38A7D0;
    border: 1px solid #38A7D0;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
}
.courseBlock1 .wrap1 .left .box1 .courseInfo{
  border-top: 1px solid #D8CFAE;
  margin-top: 24px;
  padding-top:24px;
}
.courseBlock1 .wrap1 .left .box1 .courseInfo p {
    display: flex;
    align-items: center;
    margin-right: 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.courseBlock1 .wrap1 .left .box1 .courseInfo p img {
    margin-right: 6px;
}
.courseBlock1 .wrap1 > img {
    height: auto;
}
.tableTemp {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    border-top: 1px solid #E5E5E5;
}
.tableTemp dt,
.tableTemp dd{
  box-sizing: border-box;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
}
.tableTemp dt {
    width: 25%;
    background: #F2F2F2;
    border-bottom: 1px solid #E5E5E5;
}
.tableTemp dd {
    width: 75%;
    border-bottom: 1px solid #E5E5E5;
}
.tableTemp dd a{
  text-decoration: underline;
}
.linkBoxTemp1 {
  margin-top: 20px;
}
.linkBoxTemp1 a {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 4px 0;
    display: inline-block;
    text-decoration: underline;
}
.linkBoxTemp1 li {
    display: flex;
    align-items: center;
}
.linkBoxTemp1 li img {
    height: 16px;
    width: 15px;
}
.pageEventList .block1,
.pageEventList .block2,
.pageEventList .block3,
.pageEventList .block4,
.pageEventList .block5,
.pageCourseList .block3,
.pageCourseList .block4,
.pageCourseList .block2,
.pageCourseList .block5 {
    border-bottom: 1px solid #B9B9B9;
    margin-bottom: 120px;
    padding-bottom: 120px;
}
.pageCourseList .autherMain > section {
    scroll-margin-top: 120px;
}
.pageCourseList .autherMain iframe,
.pageEventList .autherMain iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
.pageCourseList .block4 ul,
.pageEventList .block4 ul {
    background: #FDF9E7;
    box-sizing: border-box;
    padding: 30px 50px;
    border-radius: 8px;
    margin-top: 30px;
    border: 1px solid #D8CFAE;
}
.pageCourseList .block4 ul li,
.pageEventList .block4 ul li {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0;
}
.pageCourseList .block4 ul li:before,
.pageEventList .block4 ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/a/img/iconCheck.svg)0 0 no-repeat;
    background-size: 100%;
}
.pageCourseList .block4 ul li:before,
.pageEventList .block4 ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/a/img/iconCheck.svg)0 0 no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.eventPage{
  margin-bottom: 235px;
}
.eventPage .imgBox{
  position: relative;
  margin-bottom: 171px;
}
.eventPage .imgBox h2{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.eventPage .eventListWrap{
  width: 90%;
  max-width: 1476px;
  margin: 0 auto;
}
.postNum{
  font-size: 20px;
  font-weight: 700;
  display: flex;
  margin-bottom: 37px;
  align-items: center;
}
.postNum span{
  display: block;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 500;
}
.eventPage .eventListWrap .eventList{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 11px;
}
.eventPage .eventListWrap .eventList{
    margin-bottom:  161px;
}
.pageUnder .pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageUnder .pagination .page-numbers{
    margin-right: 52px;
    font-size: 23px;
}
.pageUnder .pagination .page-numbers.current{
    color: #1BB28F;
    text-decoration: underline;
}
.pageUnder .pagination .page-numbers.next,
.pageUnder .pagination .page-numbers.prev{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #444444;
    border-radius: 50%;
    color: #fff;
}
.pageUnder .pagination .page-numbers.next:after{
    content: url('/wp-content/themes/a/img/linkArrow_w.svg');
    width: 6px;
}
.pageUnder .pagination .page-numbers.prev:after{
    content: url('/wp-content/themes/a/img/linkArrow_w.svg');
    width: 6px;
    transform: rotate(180deg);
}
.coursePage{
  background-color: #FAF9F4;
  padding-bottom: 235px;
}
.coursePage > .imgBox{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 129px;
  margin-bottom: 94px;
  flex-direction: column;
  z-index: 1;
}
.coursePage > .imgBox img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  z-index: -1;
}
.coursePage .imgBox h2{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 113px;
}
.coursePage .imgBox .causeSearch{
  width: 90%;
  max-width: 883px;
  box-shadow: 0 0 17px rgba(0,0,0,0.16);
}
.categorySelect{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto 32px;
  border-bottom: 1px solid #1BB28F;
}
.categorySelect li{
  width: 20%;
  margin-right: 2%;
  border: 1px solid #1BB28F;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.categorySelect li:last-child{
  margin-right: 0;
}
.categorySelect li a {
    padding: 14px 0;
    display: block;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.categorySelect li.active a,
.categorySelect li a:hover{
  color: #fff;
  background-color: #1BB28F;
}
.coursePostWrap{
  width: 90%;
  max-width: 1497px;
  margin: 0 auto;
}
.postNum{
  margin-bottom: 32px;
}
.coursePostWrap .coursePost{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px 21px;
  margin-bottom: 161px;
}
.pageAccount {
    background: #FAF9F4;
}
.accountBlock1{
    padding: 120px 0;
}
.accountBlock1 .wrap1 {
    width: min(1200px, 90%);
    margin: 0 auto 120px;
    background: #fff;
    box-sizing: border-box;
    padding: 110px 90px 60px;
}
.accountBlock1 .wrap1 h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.accountBlock1 .wrap1 label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    width: fit-content;
    width: 100%;
}
.accountBlock1 .wrap1 label .required {
    font-size: 12px;
    font-weight: 700;
    color: red;
    border: 1px solid red;
    padding: 2px 7px;
    margin-left: 7px;
    border-radius: 5px;
}
.accountBlock1 .wrap1 label input[type="text"],
.accountBlock1 .wrap1 label input[type="tel"],
.accountBlock1 .wrap1 label input[type="email"],
.accountBlock1 .wrap1 label textarea,
.accountBlock1 .wrap1 label select,
.accountBlock1 .wrap1 label input[type="password"],
.accountBlock1 .wrap1 label input[type="file"],
.accountBlock1 .wrap1 label input[type="url"] {
    background: #FFEBEB;
    color: #505050;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin-top: 6px;
}
.accountBlock1 .wrap1 form button {
    background: #444444;
    border: 1px solid #444;
    width: 100%;
    color: #fff;
    padding: 22px 0;
    border-radius: 50px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: .3s;
}
.accountBlock1 .wrap1 form button:hover {
  background:#fff;
  color: #444;
}
.accountCompBlock1 {
    margin: 100px auto;
}
.accountCompBlock1 h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.accountCompBlock1 p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 80px;
}
.registerLink a {
    background: #1db28f;
    border: 1px solid #1db28f;
    width: 100%;
    color: #fff;
    padding: 22px 0;
    border-radius: 50px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
    transition: .3s;
}
.registerLink a:hover {
  color:#1db28f;
  background: #fff;
}
.errorBox{
    margin-bottom: 40px;
}
.errorBox ul li {
    color: red;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 20px;
}
.aboutImg1sp{
  display: none;
}
@media (width < 1730px){
  footer .footerBox1{
    flex-direction: column;
  }
  .loginBtnWrap{
    justify-content: flex-start;
    margin-top: 40px;
  }
  .pageHead3 .txtBox {
      padding-left: 10%;
      box-sizing: border-box;
  }
}
@media (width < 1480px){
  header nav li{
    margin-right: 32px;
  }
  header nav li a{
    font-size: 14px;
  }
  .causeSearchWrap .causeSearchInner .txtBox{
    padding: 0 1%;
  }
  .contactWrap .contactBox .txtBox{
    width: 30%;
    padding-right: 1%;
  }
  .contactWrap .contactBox .contactBtnWrap{
    width: 70%;
  }
  .pageHead3 .txtBox .wrap1 {
      padding: 50px 30px;
  }
  .pageHead3 .txtBox .wrap1 {
    padding: 50px 30px;
    margin-top: 20px;
}
.pageHead3 .txtBox .wrap1 h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
.pageHead3 .txtBox .wrap1 p {
    font-size: 15px;
    line-height: 1.8;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .linkBox {
  flex-wrap: wrap;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .linkBox a{
  display: block;
  width:min(140px,100%);
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .linkBox .linkBtn1:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .txt2 {
    font-size: 17px;
    font-weight: 500;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .txt3 {
    padding: 5%;
    flex-wrap: wrap;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .txt3 h4 {
    width: 100%;
    margin-bottom: 10px;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .txt3 ul li {
    font-size: 16px;
    line-height: 1.8;
}
.categorySelect li a {
    font-size: 16px;
}
.topBlock1Slide li a .txtBox h4 {
    font-size: 18px;
}
.topBlock1Slide li a .txtBox div .text {
    font-size: 14px;
}
}
@media (width < 1200px){
header{
  padding-left: 0;
}
header .menu .btn {
    display: block;
    width: 30px;
    height: 34px;
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 5;
}
header .menu .btn span {
    width: 100%;
    height: 4px;
    background: #169D7C;
    display: block;
    border-radius: 10px;
    margin: 5px 0;
    position: relative;
    top: 0;
    transition: .3s;
}
header .menu.on .btn span:nth-child(1) {
    transform: rotate(30deg);
    top: 10px;
}
header .menu.on .btn span:nth-child(2) {
  opacity: 0;
}
header .menu.on .btn span:nth-child(3) {
    top: -8px;
    transform: rotate(-30deg);
}
header .menu .btn p {
    font-size: 10px;
    font-weight: 700;
    margin-top: 0;
    position: absolute;
    bottom: -12px;
    width: 52px;
    text-align: center;
    left: -10px;
}
header .menu.on nav {
    opacity: 1;
    pointer-events: unset;
}
header nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(255 255 255 / 96%);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}
header nav ul {
    position: absolute;
    inset: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
    flex-wrap: wrap;
}
header nav li {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
header nav li a {
    width: fit-content;
    margin: 0 auto;
}
header nav li a .icon {
    margin-right: 6px;
}
header h1 {
    width: auto;
    height: auto;
    padding: 5px 0 0 10px;
}
header h1 a img {
    width: 60px;
    margin: 0 auto;
    display: block;
}
header h1 a span {
    font-size: 8px;
    margin-top: 3px;
}
header .loginBtn {
    height: 60px;
    margin-right: 60px;
    border-radius: 0;
    width: auto;
    padding: 0 10px;
}
header .loginBtn .icon {
    width: 32px;
    height: 35px;
    background-size: 100%;
    margin-right: 4px;
}
header .loginBtn p span {
    font-size: 11px;
    letter-spacing: 0.1em;
}
header .loginBtn p {
    font-size: 16px;
    text-align: left;
}
article {
    padding-top: 60px;
}
.topBlock2 .imgBox img {
    height: 140vw;
    object-fit: cover;
    object-position: 75%;
}
.topBlock4 .eventList{
  grid-template-columns: 1fr;
  gap: 40px 0;
}
.topBlock5 .parallaxBox1{
  margin-bottom: 80px;
}
.parallaxBox1 .parallaxImg1{
  height: 100%;
  object-fit: cover;
}
.topBlock5 .qaList{
  grid-template-columns: 1fr;
  gap: 40px 0;
}
.causeSearchWrap > img{
  height: 100%;
  object-fit: cover;
}
.causeSearchWrap .causeSearchInner{
  flex-direction: column;
}
.causeSearchWrap .causeSearchInner .txtBox{
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}
.causeSearchWrap .causeSearchInner .causeSearch{
  width: 100%;
}
.contactWrap {
    height: auto;
}
.contactWrap > img{
  height: 100%;
  object-fit: cover;
}
.contactWrap .contactBox{
  flex-direction: column;
}
.contactWrap .contactBox .txtBox{
  width: 100%;
  padding: 0;
  margin-bottom: 60px;
}
.contactWrap .contactBox .contactBtnWrap{
  width: 100%;
}
footer .footerBox1 .footerNav {
    flex-wrap: wrap;
    align-items: center;
}
footer .footerBox1 .footerNav li {
    margin-right: 0;
    margin-bottom: 40px;
    width: 50%;
}
footer .footerBox1 .footerNav li a {
    text-align: center;
}
footer .footerBox1 .footerNav li a img{
  margin-bottom: 10px;
}
.loginBtnWrap{
  justify-content: center;
}
footer .footerBox2{
  flex-direction: column;
}
footer .footerBox2 .logoBox{
  width: fit-content;
  margin: 0 auto 60px;
}
footer .footerBox2 .txtBox .address{
  margin-bottom: 60px;
}
footer .footerBox2 .txtBox .address br{
  display: inline;
}
footer .footerBox2 .txtBox .copy{
  justify-content: left;
}
.bottomMenu{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 13px 2%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 980;
  width: 100%;
  box-sizing: border-box;
  align-items: end;
}
.bottomMenu li a{
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
.bottomMenu li a img{
  margin: 0 auto;
  display: block;
}
.bottomMenu li:nth-child(1) a img{
  width: 28px;
}
.bottomMenu li:nth-child(2) a img{
  width: 25px;
}
.bottomMenu li:nth-child(3) a img{
  width: 28px;
}
.bottomMenu li:nth-child(4) a img{
  width: 31px;
}
.bottomMenu li:nth-child(5) a img{
  width: 39px;
}
.pageTop .mainVisal .left {
    order: 2;
    height: auto;
    width: 100%;
    padding: 40px 0;
}
.pageTop .mainVisal {
    flex-wrap: wrap;
    height: auto;
}
.pageTop .mainVisal .left{
    background: linear-gradient(
      transparent 0%, 
      transparent 5%, 
      #fff 5%, 
      #fff 100%
    );
    margin-top: -20px;
    position: relative;
    z-index: 5;
    padding-top: 0;
}
.pageTop .mainVisal .left img.pc{
  display: none;
}
.pageTop .mainVisal .left img.sp{
  display: block;
  width: 90%;
  margin: 0 auto 24px;
}
.pageTop .mainVisal .left .linkBtn {
    font-size: 14px;
    height: 65px;
    width: 80%;
    margin: 20px auto 0;
}
.mainFv.pc{
  display: none;
}
.mainFv.sp {
    display: block;
    width: 100%;
    height: 60vh;
}
.mainFv.sp .swiper-wrapper{
  transition-timing-function: linear;
}
.mainFv.sp a{
  width: 100%;
  height: auto;
}
.mainFv.sp a .imgbox{
  height: 100%;
} 
.mainFv.sp a p {
    bottom: 26px;
}
.pankuzu {
    left: 20px;
}
.aboutBlock1 .box2 {
    padding: 5%;
}
.aboutBlock1 .box2 .flowBox {
    margin-top: 40px;
}
.aboutBlock1 .box2 .flowBox .inner {
    margin-top: 40px;
}
.aboutBlock1 .box2 .flowBox:before {
    right: unset;
}
.aboutBlock1 .box2 .flowBox .inner:before {
    right: unset;
    left: -27px;
}
.aboutBlock1 .box2 .flowBox .inner .flowImg, .aboutBlock1 .box2 .flowBox .inner .txtBox {
    width: 90%;
    margin-left: 6%;
}
.aboutBlock1 .box2 .flowBox .inner {
    margin-top: 40px;
    flex-wrap: wrap;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox {
    margin: 5% 0 5% 6%;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .linkBox {
    justify-content: space-between;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .linkBox .linkBtn1 {
    width: 29%;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .linkBox .linkBtn1:nth-child(1){
  margin: 0;
}
.aboutBlock2 {
    margin: 80px auto;
    padding: 0;
}
.aboutBlock2 .companyBox {
    flex-wrap: wrap;
}
.aboutBlock2 .companyBox iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 30px;
}
.aboutBlock2 .companyBox dl {
    width: 100%;
}
.aboutBlock2 .activityBox li {
    flex-wrap: wrap;
}
.aboutBlock2 .activityBox li h4 {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #B9B9B9;
}
.aboutBlock2 .activityBox li p {
    padding-left: 0;
    text-align: justify;
    width: 100%;
}
.aboutBlock2 .activityBox li:before{
  display: none;
}
.aboutBlock2 .activityBox li h4:before {
    top: -10px;
}
.categorySelect li {
    width: 24%;
}
.categorySelect li a {
    font-size: 14px;
}
.coursePostWrap .coursePost,
.eventPage .eventListWrap .eventList,
.memberList ul {
    grid-template-columns: 1fr 1fr;
    gap: 5%;
}
.courseBlock1 .wrap1 {
    flex-wrap: wrap;
}
.courseBlock1 .wrap1 .left,
.courseBlock1 .wrap1 > .imgBox {
    width: 100%;
}
.courseBlock1 .wrap1 > .imgBox {
    margin-top: 60px;
}
.autherBlock1 .wrap1 aside{
  display: none;
}
.autherBlock1 .wrap1 .autherMain {
    width: 100%;
}
.contactBlock1 .wrap1 {
    flex-wrap: wrap;
}
.contactBlock1 .wrap1 .left {
    margin-bottom: 70px;
}
.contactBlock1 .wrap1 .left,
.contactBlock1 .wrap1 .right {
    width: 100%;
}
.tabArea ul {
    flex-wrap: wrap;
    justify-content: space-between;
}
.tabArea ul li {
    width: 32%;
    margin-bottom: 1%;
}
.tabArea ul li a {
    border: 1px solid #000;
    padding: 6px 10px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 60px;
    text-align: center;
    font-size: 14px;
    margin-right: 0;
}
.tabArea ul li.active a,
.tabArea ul li a:hover {
    background: #138E72;
    color: #fff;
}
.memberList ul li h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.memberList ul li .genre {
    margin: 8px 0 10px;
    font-size: 13px;
}
.memberList ul li .imgBox .label {
    font-size: 13px;
}
.memberList ul li .imgBox .label:before {
    height: 11px;
}
}
@media (width < 820px){
  .tit1{
    font-size: 20px;
  }
  .topBlock1 .tit1 .icon{
    width: 30px;
    height: 30px;
  }
  .topBlock3 .tit1 .icon{
    width: 30px;
    height: 30px;
  }
  .topBlock4 .tit1 .titWrap .icon{
    width: 30px;
    height: 30px;
  }
  .topBlock5 .tit1 .icon{
    width: 30px;
    height: 30px;
  }
  .tit1 span{
    font-size: 12px;
  }
  .tit1 span br{
    display: inline;
  }
  .topBlock1{
    padding: 80px 0;
    margin-bottom: 0;
  }
  .topBlock2 .imgBox{
    width: 100%;
  }
  .topBlock1 .tit1{
    margin-bottom: 40px;
  }
  .topBlock1Slide li a h3{
    padding: 12px 20px;
    font-size: 16px;
  }
  .topBlock2{
    margin-bottom: 80px;
  }
  .topBlock2 .imgBox .txtBox h2{
    font-size: 20px;
    margin-bottom: 40px;
  }
  .topBlock2 .imgBox .txtBox{
    left: 5%;
  }
  .topBlock2 .imgBox .txtBox h2{
    font-size: 20px;
    margin-bottom: 40px;
  }
  .topBlock2 .imgBox .txtBox .text{
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .txtLinkW .arrowBox, .txtLinkB .arrowBox{
    width: 40px;
    height: 40px;
  }
  .topBlock3{
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .topBlock3 .tit1{
    margin-bottom: 60px;
  }
  .topBlock3Inner h3{
    margin-bottom: 0;
    font-size: 18px;
  }
  .coursePost li a .guideWrap{
    top: -35px;
  }
  .coursePost li a .guideWrap .guide{
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  .coursePost li a .imgBox .mapDetail .placeName{
    font-size: 12px;
  }
  .coursePost li a .txtBox h4{
    font-size: 16px;
  }
  .topBlock3Inner.no3{
    margin-bottom: 40px;
  }
  .topBlock4{
    margin-bottom: 80px;
  }
  .topBlock4 .eventList{
    margin-bottom: 40px;
  }
  .topBlock4 .tit1{
    margin-bottom: 40px;
  }
  .eventList li a .imgBox .mapDetail .placeName{
    font-size: 12px;
  }
  .eventList li a .txtBox .eventPriod{
    flex-flow: column;
    align-items: flex-start;
  }
  .eventList li a .txtBox .eventPriod .limit{
    margin-bottom: 10px;
  }
  .eventList li a .txtBox h3{
    font-size: 16px;
  }
  .topBlock4{
    margin-bottom: 80px;
  }
  .topBlock4 .eventList{
    margin-bottom: 40px;
  }
  .parallaxBox1{
    height: 300px;
  }
  .topBlock5 .parallaxBox1{
    margin-bottom: 0px;
  }
  .topBlock5 .tit1 {
      margin-bottom: 40px;
      padding-top: 60px;
  }
  .topBlock5 .qaList li{
    padding: 40px 5%;
  }
  .topBlock5 .qaList li .question {
      font-size: 18px;
  }
  .topBlock5 .qaList li .anser{
    font-size: 14px;
  }
  .causeSearchWrap {
      padding: 80px 0;
      margin-bottom: 80px;
      width: 100%;
  }
  .causeSearchWrap .causeSearchInner .txtBox .titTxt{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .causeSearchWrap .causeSearchInner .causeSearch{
    border-radius: 10px;
  }
  .causeSearch > .titTxt{
    font-size: 16px;
    padding: 18px 0;
  }
  .causeSearch form{
    padding: 20px 5% 47px;
  }
  .causeSearch form .midArea{
    flex-direction: column;
    margin-bottom: 18px;
  }
  .causeSearch form .midArea div{
    width: 100%;
  }
  .causeSearch form .midArea .kwListWrap{
    margin-bottom: 16px;
  }
  .causeSearch form .dropDownWrap{
    grid-template-columns: 1fr;
    gap: 8px 0;
    padding-bottom: 18px;
    margin-bottom: 16px;
  }
  .contactWrap .contactBox .txtBox .titTxt{
    font-size: 30px;
  }
  .contactWrap .contactBox .contactBtnWrap{
    flex-direction: column;
  }
  .contactWrap .contactBox .contactBtnWrap .contactBtn{
    width: 100%;
  }
  .contactWrap .contactBox .contactBtnWrap .contactBtn:nth-child(1){
    margin-bottom: 20px;
  }
  .loginBtnWrap{
    flex-direction: column;
  }
  footer .footerBox1{
    margin-bottom: 60px;
  }
  footer .footerBox1 .loginBtn{
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footerBox1 .loginBtn.account{
    width: 100%;
    margin-left: 0;
  }
  footer .footerBox2 .txtBox .copy{
    flex-direction: column;
  }
  footer .footerBox2 .txtBox .copy a{
    display: block;
    margin-bottom: 20px;
  }
  footer .footerBox2{
    margin-bottom: 60px;
  }
.aboutImg1sp {
    display: block;
    width: 90%;
    height: auto;
    margin: 60px auto 0;
}
.aboutImg1pc{
  display: none;
}
.contactBlock1 .wrap1 {
    padding: 5%;
}
.contactBlock1 .wrap1 .left h2 {
    font-size: 16px;
}
.contactBlock1 .wrap1 .left .txt1 {
    padding: 5%;
}
.contactBlock1 .wrap1 .left a {
    padding: 5%;
}
.contactBlock1 .wrap1 .left a .num {
    font-size: 26px;
}
.accountBlock1 .wrap1 {
    padding: 5%;
    margin-bottom: 0;
}
.accountBlock1 {
    padding: 60px 0;
}
.accountBlock1 .wrap1 {
    padding: 5%;
    margin-bottom: 0;
}
.accountCompBlock1 {
    margin: 0 auto;
}
.accountCompBlock1 h2 {
    font-size: 22px;
    margin-bottom: 30px;
}
.accountCompBlock1 p {
    text-align: left;
}
.registerLink a {
    margin-top: 10px;
}
.contactWrap .contactBox .txtBox .titTxt .icon {
    margin-right: 6px;
}
.pageHead3 .txtBox .wrap1 {
    padding: 8%;
}
.pageHead3 .txtBox .wrap1 h2 {
    font-size: 20px;
}
.pageHead3 .txtBox .wrap1 p {
    font-size: 14px;
}
.pageHead3 .fvImg {
    height: auto;
}
.pageHead3 .txtBox {
    inset: unset;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding: 5%;
    top: -130px;
    margin-bottom: -130px;
}
.pageHead3 .txtBox h1 {
    font-size: 24px;
    text-align: center;
}
.aboutBlock1 {
    padding: 80px 0 0;
}
.aboutBlock1 .box2 {
    margin: 60px 0;
}
.aboutBlock1 .box2 h2 {
    font-size: 22px;
    margin-bottom: 14px;
}
.aboutBlock1 .box2 .txt1 {
    font-size: 14px;
}
.aboutBlock1 .box2 .flowBox .inner:before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: -3%;
}
.aboutBlock1 .box2 .flowBox .inner .flowImg, .aboutBlock1 .box2 .flowBox .inner .txtBox {
    width: 85%;
    margin-left: 14%;
}
.aboutBlock1 .box2 .flowBox:before {
    right: unset;
    left: 3.5%;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .txt2 {
    font-size: 15px;
    line-height: 1.6;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .linkBox {
    margin-top: 14px;
}
.aboutBlock1 .box2 .flowBox .inner .txtBox .linkBox .linkBtn1 {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}
.aboutBlock2 .txtBox {
    padding: 5%;
    position: static;
}
.parallaxBox1 .parallaxImg1 {
    height: 120%;
}
.aboutBlock2 h2 {
    font-size: 20px;
    margin-bottom: 0;
}
.aboutJimkyuku1 {
    width: 53%;
    margin-left: 0;
}
.aboutJimkyuku2 {
    margin-top: 50px;
    width: 80%;
}
.aboutJimkyuku3 {
    width: 40%;
}
.aboutBlock2 .txtBox {
    margin-top: -90px;
    width: 90%;
    padding: 10%;
}
.aboutBlock2 .box1 .txtBox h3 {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 8%;
}
.aboutBlock2 .box1 .txtBox p {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    font-weight: 400;
}
.aboutBlock2 .box1 .txtBox p br {
    display: none;
}
.aboutBlock2 .companyBox dl h3 {
    font-size: 18px;
    padding-bottom: 20px;
}
.aboutBlock2 .companyBox dl dt, .aboutBlock2 .companyBox dl dd {
    width: 100%;
    padding: 0;
    font-size: 15px;
}
.aboutBlock2 .companyBox dl dt {
    padding: 10px 0 5px 20px;
    border: none;
}
.aboutBlock2 .companyBox dl dd {
    padding-bottom: 10px;
}
.aboutBlock2 .companyBox dl dt::before{
    top: 5px;
}
.aboutBlock2 .activityBox li {
    padding: 8%;
}
.aboutBlock2 .activityBox li h4 {
    font-size: 16px;
    line-height: 1.4;
}
.aboutBlock2 .activityBox li p {
    font-weight: 400;
    font-size: 14px;
}
.pageAbout {
    margin-bottom: 100px;
}
.pageHead1 .fvImg,
.coursePage > .imgBox img,
.eventPage > .imgBox img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
.pageHead1 h1,
.coursePage .imgBox h2,
.eventPage .imgBox h2 {
    font-size: 24px;
}
.eventPage .imgBox h2 {
    width: 100%;
    text-align: center;
}
.contactBlock1 {
    padding: 60px 0;
}
.categorySelect {
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 0;
}
.categorySelect li {
    width: 49%;
    margin: 10px 0 0;
    border-bottom: 1px solid #1BB28F;
    border-radius: 5px;
}
.categorySelect li a {
    font-size: 12px;
}
.coursePostWrap .coursePost,
.eventPage .eventListWrap .eventList, .memberList ul {
    grid-template-columns: 1fr;
}
.coursePostWrap .coursePost {
    margin-bottom: 100px;
}
.coursePage {
    padding-bottom: 100px;
}
.pankuzu {
    overflow: auto;
    width: 94%;
}
.pankuzu li >*, .pankuzu li {
    white-space: nowrap;
}
.courseBlock1 {
    padding: 100px 0 60px;
}
.courseBlock1 .wrap1 .left h1 {
    font-size: 26px;
}
.courseBlock1 .wrap1 .left .catch {
    font-size: 18px;
}
.courseBlock1 .wrap1 .left .box1 ul {
    flex-wrap: wrap;
    justify-content: space-between;
}
.courseBlock1 .wrap1 .left .box1 ul li {
    width: 48%;
    box-sizing: border-box;
    margin: 2% 0;
}
.courseBlock1 .wrap1 .left .box1 ul li a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 5%;
}
.courseBlock1 .wrap1 .left .box1 {
    padding: 6%;
}
.courseBlock1 .wrap1 .left .box1 .courseInfo p {
    margin: 0;
}
.courseBlock1 .wrap1 .left .box1 .courseInfo {
    justify-content: space-between;
}
.autherBlock1 .wrap1 {
    padding: 60px 0;
}
.pageEventList .block1,
.pageEventList .block2,
.pageEventList .block3,
.pageEventList .block4,
.pageEventList .block5,
.pageCourseList .block3,
.pageCourseList .block4,
.pageCourseList .block2,
.pageCourseList .block5 {
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.pageCourseList .block4 ul, .pageEventList .block4 ul {
    padding: 8%;
}
.pageCourseList .block4 ul li, .pageEventList .block4 ul li {
    font-size: 15px;
    margin: 6px 0;
}
.pageCourseList .block4 ul li:before, .pageEventList .block4 ul li:before {
    width: 12px;
    height: 12px;
}
.autherMain h2 {
    font-size: 20px;
    border-left: 4px solid #1BB28F;
    padding-left: 8px;
}
.tableTemp dt,
.autherBlock1 .autherMain .box2 dl dt,
.autherBlock1 .autherMain .box3 dl dt {
    width: 100%;
    padding: 10px 20px;
}
.tableTemp dd,
.autherBlock1 .autherMain .box2 dl dd,
.autherBlock1 .autherMain .box3 dl dd {
    width: 100%;
    padding: 10px 20px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    overflow-wrap: anywhere;
}
.tabArea ul {
    flex-wrap: wrap;
}
.tabArea ul li {
    width: 48%;
}
.memberBlock1 {
    margin: 60px auto;
}
.tabArea {
    padding-bottom: 60px;
}
.memberList ul {
    grid-template-columns: 1fr;
    gap: 4%;
}
.eventPage .imgBox {
    position: relative;
    margin-bottom: 40px;
}
.eventPage {
    margin-bottom: 100px;
}
.eventPage .eventListWrap .eventList {
    margin-bottom: 100px;
}
.pageHead2 {
    padding: 90px 0 60px;
}
.pageHead2 .wrap1 {
    flex-wrap: wrap;
}
.pageHead2 .wrap1 .left, .pageHead2 .wrap1 > img {
    width: 100%;
}
.pageHead2 .wrap1 .left{
  margin-bottom: 20px;
}
.autherBlock1 .wrap1 .autherMain .box1,
.autherBlock1 .autherMain .box2 {
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.autherBlock1 .wrap1 .autherMain .linkBtn2 {
    margin: 60px auto;
}
.autherBlock1 .autherMain .box2 dl, .autherBlock1 .autherMain .box3 dl {
    margin-top: 20px;
}
.autherBlock1 .autherMain .box3 iframe {
    margin-top: 10px;
}
.pageHead2 .wrap1 .left h1 {
    font-size: 24px;
}
















}

