﻿/*
Theme Name: 城南高校 同窓会

"Noto Serif JP","Noto Sans JP","Montserrat","M PLUS Rounded 1c",

*/

@charset "utf-8";

/* base
--------------------------------------------*/
* {
  font-family: 'Noto Sans JP','HiraKakuProN-W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3';
}
html { font-size: 62.5%; }

/* layout
--------------------------------------------*/
#container {
  width: 850px;
  margin: 0 auto;
}

/* body
--------------------------------------------*/
body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}

/* header
--------------------------------------------*/
header {
  position: relative;
}
header #siteTitle {
  position: relative;
  z-index: 110;
}
header #siteTitle * {
  transition: all 0.2s;
  font-family: "Noto Serif JP";
  font-size: 1.9rem;
  font-weight: 400;
  color: #007144;
}
body.menuOpen header #siteTitle a {
  position: fixed;
}
header.type1.CWhite #siteTitle * {
  color: #FFF;
}
header #siteTitle a {
  display: block;
  padding-left: 60px;
  line-height: 1.4;
  background-image: url("./images/header/logo.png");
  background-image: image-set(url("./images/header/logo.png") 1x, url("./images/header/logox2.png") 2x);
  background-image: -webkit-image-set(url("./images/header/logo.png") 1x, url("./images/header/logox2.png") 2x);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 45px;
}
header #siteTitle a span {
  display: block;
  /* margin-left: 10px; */
  font-size: 1.7rem;
}

/* type1*/
header.type1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 80px;
  /* margin-bottom: 20px; */
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,1);
}
header.type1.CWhite {
  background-color: transparent;
}
body:not(.home) header.type1 {
  position: relative;
}
header.type1 #headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* max-width: 1200px; */
  margin: 0 auto;
}
header.type1 #headerInner .disc {
  margin-top: 10px;
}
header.type1 #headerContent {
  display: flex;
  flex-flow: row-reverse;
}
header.type1 nav ul {
  /* display: flex; */
  margin-right: 20px;
}
header.type1 nav ul li:not(:first-child) {
  margin-left: 20px;
}
header.type1 .headerMenu {
  display: flex;
}
header.type1 .headerMenu ul {
  display: flex;
  margin-right: 20px;
}
header.type1 .headerMenu ul li:not(:last-child) {
  margin-right: 10px;
}

/* menu */
header nav {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 100;
  display: none;
  width: 50%;
  height: 100vh;
  padding: 40px;
  box-sizing: border-box;
  background-color: rgba(228, 238, 226, 0.98);
  overflow-y: scroll;
}
header nav ul {
  display: block;
  width: 100%;
}
header nav > ul {
  display: flex;
  margin: 100px 0 50px !important;
  padding-right: 100px;
  padding-bottom: 40px;
  box-sizing: border-box;
  border-bottom: solid 1px #53903c;
}
header nav > ul > li {
  width: calc(100% / 3);
}
header nav ul li {
  margin-left: 0!important;
}
header nav ul li a {
  display: block;
  padding: 10px 10px;
}
header nav ul li .parent {
  position: relative;
  display: block;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #53903c;
}
header nav ul li a.parent:after {
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
  display: block;
  content: "\f061";
  transition: all 0.2s;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #53903c; 
}
header nav .bottom {
  padding-right: 100px;
  box-sizing: border-box;
}
header nav .bottom .contact a {
  display: inline-block;
  padding: 14px 20px;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #53903c;
  transition: all 0.2s;
  color: #FFF;
}
header nav .bottom .contact a:hover {
  background-color: #FFF;
  color: #53903c;
}
header nav .bottom .contact a i {
  margin-left: 50px;
}
header nav .bottom .sns {
  display: flex;
  justify-content: end;
}
header nav .bottom .sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%; 
  background-color: #FFF;
  transition: all 0.2s;
  font-size: 2rem;
  color: #53903c;
}
header nav .bottom .sns a.icLine {
  background-image: url("./images/common/ic_line_green_x2.png");
  /* background-image: image-set(url("./images/common/ic_line_green_x2.png") 1x, url("./images/common/ic_line_green_x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_line_green_x2.png") 1x, url("./images/common/ic_line_green_x2.png") 2x); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px;
}
header nav .bottom .sns a:hover {
  background-color: #53903c;
  color: #FFF;
}
header nav .bottom .sns a.icLine:hover {
  background-image: url("./images/common/ic_line_white_x2.png");
  background-image: image-set(url("./images/common/ic_line_white_x2.png") 1x, url("./images/common/ic_line_white_x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_line_white_x2.png") 1x, url("./images/common/ic_line_white_x2.png") 2x);
}
header nav .bottom .sns a:not(last-child) {
  margin-right: 10px;
}
.menuButton {
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  z-index: 100000;
  padding: 20px;
  /* background-color: #CCC; */
  cursor: pointer;
}
.menuButton.active {
  position: fixed;
}
.menuButton .txt {
  font-family: "Montserrat";
  font-size: 1.4rem;
  color: #53903c;
}
header.type1.CWhite .menuButton .txt {
  color: #FFF;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  display: block;
  color: #FFF;
  font-size: 12px;
  height: 21px;
  overflow: hidden;
  position: relative;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.menu-trigger {
  position: relative;
  margin-bottom: 5px;
  width: 44px;
  height: 11px;
}
.menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #53903c;
}
header.type1.CWhite .menu-trigger span {
  background-color: #FFF;
}
.underSpHeader .menu-trigger span {
  background-color: #53903c;
  transition: all 0.2s;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  display: none;
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  width: 30px;
  bottom: 0;
}
.menuButton:not(.active ):hover .menu-trigger span:nth-of-type(1) {
  width: 30px;
}
.menuButton:not(.active ):hover .menu-trigger span:nth-of-type(3) {
  width: 100%;
}
.menuButton.active .menu-trigger span {
  width: 102%;
  background-color: #007144!important;
  color: #007144!important;
}
.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(168deg);
  transform: translateY(5px) rotate(168deg);
  /* animation: rotateLine 0.5s ease forwards; */
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(12deg);
  transform: translateY(-5px) rotate(12deg);
}
.active .txt {
  color: #007144!important;
}
@keyframes rotateLine {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  70% {
    transform: translateY(5px) rotate(360deg);
  }
  100% {
    transform: translateY(5px) rotate(528deg);
  }
}


/* main
--------------------------------------------*/
#main {

}
body.home #main {
  overflow: hidden;
}
#contents {
  box-sizing: border-box;
}
#contents .content img {
  max-width: 100%;
  height: auto;
}

/* side
--------------------------------------------*/
#side > div {
  margin-bottom: 30px;
  box-sizing: border-box;
}
#side > div .head {
  margin-bottom: 8px;
  padding: 2px 0 5px;
  font-size: 18px;
}
#side  .years > select {
  display: block;
  margin-bottom: 20px;
}
#side  .years > ul {
  margin-bottom: 20px;
}

/* footer
--------------------------------------------*/
footer img {
  max-width: 100%;
  height: auto;
}
footer #page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 1;
  display: none;
  width: 62px;
  height: 62px;
}
footer #page-top a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  line-height: 1.1;
  width: 100%;
  height: 100%;
  background-color: #53903c;
  border-radius: 50%;
  font-family: "Montserrat";
  text-align: center;
}
footer #page-top a:hover {
  animation: hoverBounce 0.45s ease-out forwards;
  background-color: #E4EEE2;
  color: #53903c;
}
footer #page-top a i {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}
footer #page-top a:hover i {
  color: #53903c;
}
footer.type1 {
  position: relative;
  padding-top: 50px;
  background-color: #53903c;
}
footer.type1 * {
  color: #FFF;
}
footer.type1:before {
  position: absolute;
  top: calc((-100vw * 0.1) + 1px);
  left: 0;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 300 / 30;
  background-image: url("./images/footer/bg.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
footer.type1 #footerInner {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  max-width: 1200px;
  margin: 0 auto 50px;
}
footer.type1 .footerSiteLogo {
  display: block;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 60px;
  background-image: url("./images/header/logo.png");
  background-image: image-set(url("./images/header/logo.png") 1x, url("./images/header/logox2.png") 2x);
  background-image: -webkit-image-set(url("./images/header/logo.png") 1x, url("./images/header/logox2.png") 2x);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 45px;
}
footer.type1 .footerSiteLogo * {
  font-family: "Noto Serif JP";
  font-size: 1.9rem;
  font-weight: 400;
  color: #FFF;
}
footer.type1 .footerSiteLogo span {
  display: block;
  font-size: 1.7rem;
}
footer.type1 .footerSiteTitle {
  margin-bottom: 15px;
}
footer.type1 .footerText {
  margin-bottom: 10px;
}
footer.type1 .footerText p:not(:last-child) {
  margin-bottom: 5px;
}
footer.type1 .link {

}
footer.type1 .link a {
  display: inline-block;
  padding: 10px 20px;
  border: solid 1px #000;
  text-align: center;
}
footer.type1 #footerMenu {
  display: flex;
}
footer.type1 #footerMenu > ul {
  margin-left: 50px;
}
footer.type1 #footerMenu h2 {
  margin-bottom: 5px;
}
footer.type1 #footerMenu li {
  margin-bottom: 5px;
}

footer.type1 #copyright {
  padding: 15px 0;
  background-color: #53903c;
  text-align: center;
  color: #FFF;
}
footer.type1 #copyright .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  font-size: 1.3rem;
}


/* slider
---------------------------------------------*/
.slideContent {
  position: relative;
}
.slideContent .catch {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  line-height: 1;
  text-align: right;
  font-size: 11rem;
  font-weight: 800;
  color: #FFF;
}

.slider.typeFH {
  width: 100%;
  margin: 0 auto!important;
}
.slider.typeFH img {
  width: 100%;
}
.slider.typeFH .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.typeFH .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.typeFH .slick-slide {
  height: auto!important;
}
.slider.typeFH .slick-dots {
  bottom: 30px;
}
.slider.typeFH .slick-dots button {

}
.slider.typeFH .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 3px #FFF;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.typeFH .slick-dots .slick-active button:before {
  background-color: #FFF;
}
.slider.typeFH img.slideImg {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.slider.type1 {
  width: 100%;
  margin: 0 auto 50px;
}
.slider.type1 img {
  width: 100%;
}
.slider.type1 .slick-prev {
  left: 25px;
  z-index: 10;
}
.slider.type1 .slick-next {
  right: 25px;
  z-index: 10;
}
.slider.type1 .slick-slide {
  height: auto!important;
}
.slider.type1 .slick-dots {
  bottom: 30px;
}
.slider.type1 .slick-dots button {

}
.slider.type1 .slick-dots button:before {
  width: 10px;
  height: 10px;
  border: solid 3px #FFF;
  border-radius: 10px;
  opacity: 1 !important;
  font-size: 0;
}
.slider.type1 .slick-dots .slick-active button:before {
  background-color: #FFF;
}


.slider.type2 {
  height: 100vh;
  margin-bottom: 50px;
}
.slider.type2 .sliderText {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100%;
}
.slider.type2 .sliderText.right {
  right: 0;
  left: auto;
  justify-content: right;
  margin-right: 100px;
  text-align: right;
}
.slider.type2 .sliderText.left {
  justify-content: left;
  margin-left: 100px; 
  text-align: left;
}
.slider.type2 .sliderText.center {
  justify-content: center;
  text-align: center;
}
.slider.type2 .sliderText img {
  transition: all 5s;
  opacity: 1;
}
.slider.type2 .vegas-transition-fade-out .sliderText img {
  opacity: 0;
}


.carousel .slick-prev,
.carousel .slick-next {
  height: 36px;
}
.carousel .slick-prev {
  left: 0;
}
.carousel .slick-next {
  right: 0;
}
.carousel .slick-prev::before,
.carousel .slick-next::before {
  display: block;
  content: "";
  width: 16px;
  height: 36px;
  padding: 0;
  background-repeat: no-repeat;
}
.carousel .slick-prev::before {
  background-image: url(./images/arrow_1_left.png);
}
.carousel .slick-next::before {
  background-image: url(./images/arrow_1_right.png);
}
.carousel .slick-list {
  /* margin-left: 55px; */
}
.carousel .slick-list li a {
  display: block;
  text-decoration: none;
}
.carousel .slick-list li a img {
  width: 240px;
  height: 160px;
  /* margin-bottom: 5px; */
}

/* main
------------------------------------------------------------------*/

/* contents
-----------------------------------*/
.content {
  padding: 160px 0;
}
#contents .content:first-child {
  padding: 120px 0;
}
#contents .content:not(.bg):not(:first-child) {
  padding: 0 0 120px;
}
#contents .content.bg + .content {
  padding: 120px 0;
}
.content.bg {
  background-color: #E4EEE2;
}
.content .contentInner {
  max-width: 1200px;
  margin: 0 auto;
}
body:not(.home):not(.archive:not(.category-event)) .content .contentInner {
  max-width: 1000px;
}
.content .contentInner h2 {
  margin-bottom: 60px;
  font-size: 2.6rem;
}
.content .contentInner h3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.content .contentInner .block:not(:last-child) {
  margin-bottom: 80px;
}

/* content contact */
#contentContact {
  text-align: center;
}
#contentContact .button {
  margin-bottom: 20px;
}
#contentContact .button a {
  display: inline-block;
  width: 75px;
  line-height: 75px;
  background-color: #53903c;
  border-radius: 50%;
  transition: all 0.2s;
  font-size: 2.4rem;
  color: #FFF;
}
#contentContact .button a:hover {
  animation: hoverBounce 0.45s ease-out forwards;
  background-color: #E4EEE2;
  color: #53903c;
}
#contentContact .cols2 {
  max-width: 420px;
  margin: 0 auto;
}
#contentContact .cols2 .col .head {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1.8rem;
}
#contentContact .cols2 .col .num {
  font-family: "Montserrat";
  font-size: 2rem;
}
#contentContact .cols2 .col .small {
  font-size: 1.4rem;
}


/* button
-----------------------------------*/
.more.type1 a {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 20px;
  border-radius: 30px;
  background-color: #3b3b3b;
  text-align: center;
  color: #FFF;
}
.more.type1 a:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more.type2 a {
  position: relative;
  display: inline-block;
  width: 155px;
  padding: 5px;
  box-sizing: border-box;
  border: solid 1px #000;
  text-align: center;
}
.more.type2.cWhite a {
  border: solid 1px #FFF;
  color: #FFF;
}

/* button
-----------------------------------*/
.button.type1 a {
  position: relative;
  display: inline-block;
  max-width: 240px;
  width: 100%;
  padding: 18px 30px;
  border: solid 1px #53903c;
  border-radius: 30px;
  background-color: #53903c;
  box-sizing: border-box;
  transition: all 0.2s;
  color: #FFF;
}
.button.type1 a:hover {
  background-color: #FFF;
  color: #53903c;
}
.button.type1 a:after {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  display: block;
  content: "\f105";
  transition: all 0.2s;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FFF;
}
.button.type1 a:hover:after {
  color: #53903c;
}


.button.type2 a {
  position: relative;
  padding-right: 57px;
  background-image: url("./images/common/ic_arrow7.png");
  background-image: image-set(url("./images/common/ic_arrow7.png") 1x, url("./images/common/ic_arrow7x2.png") 2x);
  background-image: -webkit-image-set(url("./images/common/ic_arrow7.png") 1x, url("./images/common/ic_arrow7x2.png") 2x);
  background-position: center right;
  background-repeat: no-repeat;
}
.button.type2 a:before,
.button.type2 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.button.type2 a:before {
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.type2 a:after {
  top: calc(50% - 0.5px);
  right: 0;
  width: 21px;
  height: 1px;
  background-color: #5C5C5C;
}

.button.type3 a {
  position: relative;
  padding-right: 60px;
}
.button.type3 a:before,
.button.type3 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.button.type3 a:before {
  top: calc(50%);
  right: 15px;
  width: 35px;
  height: 1px;
  background-color: #02227E;
}
.button.type3 a:after {
  top: calc(50% - 2.5px);
  right: 14px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(45deg);
}

/* bread crumbs
-----------------------------------*/
.breadcrumb {
  line-height: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
}
.breadcrumb li * {
  font-size: 1.3rem; 
}
.breadcrumb li:not(:last-child):after {
  display: inline-block;
  content: "＞";
  margin: 0 10px;
}

/* common
-----------------------------------*/
.alignC {
  text-align: center!important;
}
.alignL {
  text-align: left!important;
}
.alignR {
  text-align: right!important;
}

.mb0 {
  margin-bottom: 0px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.mb70 {
  margin-bottom: 70px!important;
}
.mb80 {
  margin-bottom: 80px!important;
}
.mb90 {
  margin-bottom: 90px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.mb110 {
  margin-bottom: 110px!important;
}
.mb120 {
  margin-bottom: 120px!important;
}
.mb130 {
  margin-bottom: 130px!important;
}
.mb140 {
  margin-bottom: 140px!important;
}
.mb150 {
  margin-bottom: 150px!important;
}
.mb160 {
  margin-bottom: 160px!important;
}
.mb180 {
  margin-bottom: 180px!important;
}
.mb200 {
  margin-bottom: 200px!important;
}

.cols2,
.cols3,
.cols4 {
  display: flex;
  flex-wrap: wrap;
}
.cols2 > *,
.cols3 > *,
.cols4 > * {
  margin-right: 40px;
  margin-bottom: 40px;
}
.cols2 > *:nth-child(2n),
.cols3 > *:nth-child(3n),
.cols4 > *:nth-child(4n) {
  margin-right: 0;
}
.cols2 > * {
  width: calc((100% - (40px * 1)) / 2);
}
.cols3 > * {
  width: calc((100% - (40px * 2)) / 3);
}
.cols4 > * {
  width: calc((100% - (40px * 3)) / 4);
}
.cols2.ratio1_2 > *:nth-child(1) {
  width: calc((100% - (40px * 1)) / 3 * 1);
}
.cols2.ratio1_2 > *:nth-child(2) {
  width: calc((100% - (40px * 1)) / 3* 2);
}
.cols2.rev {
  flex-flow: row-reverse;
}
.cols2.rev > *:nth-child(odd) {
  margin-right: 0;
}
.cols2.rev > *:nth-child(even) {
  margin-right: 40px;
}

.layoutCols2 {
  position: relative;
  display: flex;
  flex-flow: row-reverse;
}
.layoutCols2 .colsMain {
  width: calc(100% - 200px - 40px);
}
.layoutCols2 .colsSide {
  width: 200px;
  margin-right: 40px;
}
.layoutCols2 .fixedSide {

}

.content .block:not(:last-child) {
  margin-bottom: 40px;
}
.content .image {
  margin-bottom: 20px;
}
.content .image img:not(:last-child) {
  margin-bottom: 10px;
}
.content .image .small {
  font-size: 1.4rem;
}
.content .text:not(:last-child) {
  margin-bottom: 40px;
}
.content .text p:not(:last-child) {
  margin-bottom: 20px;
}

.en {
  font-family: "Montserrat";
}
.head {
  font-weight: 500;
}
.head .jp {
  font-weight: 400;
}
.head .en {
  font-weight: 400;
}
.head.type1 span {
  display: block;
}
.head.type1 .jp {
  margin-bottom: 5px;
  font-size: 3rem;
}
.head.type1 .en {
  position: relative;
  display: inline-block;
  line-height: 1;
  transform: translateY(-14px);
  font-weight: 500;
  font-size: 2rem;
  color: #53903c;
}
.head.type1 .en:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
  display: block;
  content: "";
  width: 0;
  height: 10px;
  border-radius: 5px;
  background-color: #f9f929;
  transition: all 0.4s;
}
.head.type1 .en.is-active::before {
  /* width: 100%; */
}
.head.type2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 2.6rem;
  font-weight: 500;
  /* color: #53903c; */
}
.head.type2:before,
.head.type2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: "";
  height: 4px;
}
.head.type2:before {
  width: 100%;
  background-color: #53903c;
}
.head.type2:after {
  left: 15%;
  width: calc(100% - 15%);
  background-color: #E4EEE2;
}

ul.type1 li {
  margin-bottom: 7px;
}
ul.type1 li span {
  display: inline-block;
}
ul.type1 li:nth-child(1) span {
  font-weight: 500;
  color: #53903c;
}
ul.type1 li span:nth-child(1) {
  min-width: 4em;
  margin-right: 15px;
}
ul.type1 li span:nth-child(2) {
  min-width: 50px;
  margin-right: 15px;
}
ul.type1 li span:nth-child(3) {

}
ul.type2:not(.archive) li {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
ul.type2:not(.archive) li:before {
  position: absolute;
  top: 6.5px;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #53903c;
}
ul.typeSongs:not(:last-child) {
  margin-bottom: 60px;
}
ul.typeSongs li {
  position: relative;
  font-weight: 500;
}
ul.typeSongs li span {
  position: relative;
  display: block;
  width: calc(45% - 10px);
  cursor: pointer;
}
ul.typeSongs li span:after {
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  content: "\f15c";
  line-height: 1;
  transition: all 0.2s;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 2.5rem;
  color: #999;
}
ul.typeSongs li span:hover:after {
  color: #333;
}
ul.typeSongs li a {
  position: absolute;
  top: 0;
  left: 45%;
  transition: all 0.2s;
  color: #ff6060;
}
ul.typeSongs li a:hover {
  color: #ce0000;
}

ul.typeSongs li i {
  font-size: 2.5rem;
}
ul.typeSongs li .text {
  display: none;
  margin-top: 20px;
  font-weight: 400;
}


.arrowList.type1 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type1 li a:before,
.arrowList.type1 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type1 li a:before {
  top: calc(50% - 8.5px);
  right: 23px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  background-color: #FFF;
  border-radius: 50%;
}
.arrowList.type1 li a:after {
  top: calc(50% - 2px);
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrowList.type2 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type2 li a:before,
.arrowList.type2 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type2 li a:before {
  top: calc(50% - 3px);
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrowList.type2 li a:after {
  top: calc(50% - 0.5px);
  right: 0;
  width: 21px;
  height: 1px;
  background-color: #5C5C5C;
}

.arrowList.type3 li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.arrowList.type3 li a:before,
.arrowList.type3 li a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowList.type3 li a:before {
  top: calc(50%);
  right: 15px;
  width: 35px;
  height: 1px;
  background-color: #02227E;
}
.arrowList.type3 li a:after {
  top: calc(50% - 2.5px);
  right: 14px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(45deg);
}

.arrowDown.type1 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type1 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type1 a:before,
.arrowDown.type1 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type1 a:before {
  left: calc(50% - (18px / 2));
  bottom: -10px;
  width: 18px;
  height: 18px;
  border: solid 1px #000;
  border-radius: 50%;
}
.arrowDown.type1 a:after {
  left: calc(50% - (4.5px / 2));
  bottom: -2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type2 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type2 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type2 a:before,
.arrowDown.type2 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type2 a:before {
  left: calc(50% - (1.4px / 2));
  bottom: -33px;
  width: 1.4px;
  height: 42px;
  background-color: #000;
}
.arrowDown.type2 a:after {
  left: calc(50% - (11.4px / 2));
  bottom: -33px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #000;
  border-right: 1.4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.arrowDown.type3 {
  margin-bottom: 40px;
  text-align: center;
}
.arrowDown.type3 a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.arrowDown.type3 a:before,
.arrowDown.type3 a:after {
  position: absolute;
  display: block;
  content: "";
  transition: all 0.2s;
}
.arrowDown.type3 a:before {
  left: calc(50% - 0.5px);
  bottom: -15px;
  width: 1px;
  height: 25px;
  background-color: #02227E;
}
.arrowDown.type3 a:after {
  left: calc(50% - 0.5px);
  bottom: -11px;
  width: 10px;
  height: 1px;
  background-color: #02227E;
  transform: rotate(135deg);
}

.block.typeOpen .text .inner {
  display: none;
}
.block.typeOpen .text .btContinue {
  margin-top: 20px;
  text-align: right;
}
.block.typeOpen .text .btContinue span {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
.block.typeOpen .text .btContinue span:after {
  position: absolute;
  top: -0.5px;
  left: 0;
  display: block;
  content: "\f13a";
  transition: all 0.2s;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  font-size: 1.5rem;
  color: #53903c;
}
.block.typeOpen .text.is-open .btContinue span:after {
  transform: rotate(180deg);
}

/* table */
table {
  width: 100%;
}
table th,
table td {
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
}
table th {

}
table td {
  
}

table.type1 {

}
table.type1 th,
table.type1 td {
 border-bottom: solid 1px #000;
}
table.type1 th {

}
table.type1 td {
  
}

table.type2 {

}
table.type2 thead  * {
  font-weight: 500;
  color: #53903c;
}
table.type2 tbody tr:nth-child(even) > * {
  background-color: #EDF7EB;
}
table.type2 th,
table.type2 td {
 /* border: solid 1px #000; */
}
table.type2 th {

}
table.type2 td {
  
}

table.typeList {

}
table.typeList th,
table.typeList td {
 display: list-item;
 list-style: none;
}
table.typeList th {
  padding-bottom: 0;
  border-bottom: none;
}
table.typeList td {
  
}

/* tabs */
.tabs {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 auto 60px;
}
.tabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% + 4px) / 2);
  height: 58px;
  line-height: calc(34 / 20);
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  /* background-color: #E4EEE2; */
  border-bottom: solid 2px #53903c;
  transition: all 0.2s;
  cursor: pointer;
  text-align: center;
  font-size: 1.6rem;
  color: #53903c;
}
.tabs li:not(:first-child) {
  margin-right: -2px;
}
.tabs li.current {
  background-color: #53903c!important;
  color: #FFF!important;
}
.tabs li:hover {
  background-color: #E4EEE2;
}
.tabContents {
  display: none;
}
#tab1.tabContents {
  display: block;
}
.tabContent {
  padding: 70px 0;
}

.fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.fadeUp.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fadeUpList .fadeUp:nth-child(1) { transition-delay: 0s; }
.fadeUpList .fadeUp:nth-child(2) { transition-delay: 0.1s; }
.fadeUpList .fadeUp:nth-child(3) { transition-delay: 0.2s; }
.fadeUpList .fadeUp:nth-child(4) { transition-delay: 0.3s; }
.fadeUpList .fadeUp:nth-child(5) { transition-delay: 0.4s; }
.fadeUpList .fadeUp:nth-child(6) { transition-delay: 0.5s; }

/* 日本語の1文字ずつ */
.fadeUpText .char {
  display: inline-block !important;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.fadeUp.is-show .fadeUpText .char {
  opacity: 1;
  transform: translateY(0);
}

/* 英語全体 */
.js-textAnime .en.fadeUpText {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.fadeUp.is-show .en.fadeUpText {
  opacity: 1;
  transform: translateY(0);
}
.fadeUp.is-show .fadeUpText.en .char {
  font-family: "Montserrat";
}

/* page */
.pageImage {
  height: 390px;
  overflow: hidden;
}
.pageImage img {
  margin-left: calc((100vw - 1840px) / 2);
}
.pageTitle {
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #E4EEE2;
}
.pageTitle .inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.pageTitle .inner .jp {
  margin-right: 20px;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 3.2rem;
}
.pageTitle .inner .en {
  font-size: 2rem;
  color: #53903c;
}
.pageTitle span {

}

/* archive */
body.archive .pagenation {
  text-align: center;
}
body.archive .pagenation .page-numbers.prev,
body.archive .pagenation .page-numbers.next,
body.archive .pagenation .page-numbers.dots {
  padding: 0 8px;
  color: #53903c;
}
body.archive .pagenation .page-numbers:not(.prev):not(.next):not(.dots) {
  margin: 0 5px;
  padding: 7px 13px;
  border: solid 1px #E4EEE2;
  background-color: #E4EEE2;
  border-radius: 50%;
  transition: all 0.4s;
}
body.archive .pagenation .page-numbers.current,
body.archive .pagenation .page-numbers:not(.prev):not(.next):not(.dots):hover {
  border: solid 1px #53903c;
  background-color: #53903c!important;
  color: #FFF;
}

/* single */
body.single #contents .content .contentInner .article {
  margin-bottom: 100px;
}
body.single #contents .content .date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 13px 4px;
  border-radius: 7px;
  background-color: rgb(215, 107, 11);
  font-family: "Montserrat";
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
}
body.single #contents .content h1 {
  margin-bottom: 60px;
  padding-bottom: 45px;
  border-bottom: solid 1px #53903c;
  font-size: 2.9rem;
  font-weight: 400;
}
body.single #contents .content .wp-block-heading {
  margin-bottom: 20px;
  font-weight: 400;
}
body.single #contents .content .wp-block-gallery {
  margin-bottom: 20px;
}
body.single #contents .content h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 2.6rem;
  color: #53903c;
}
body.single #contents .content h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 75px;
  height: 2px;
  background-color: #53903c;
}
body.single #contents .content h3 {
  font-size: 2.2rem;
  color: #53903c;
}
body.single #contents .content h4 {
  font-size: 1.8rem;
  color: #53903c;
}
body.single #contents .content h5 {
  font-size: 1.6rem;
  color: #53903c;
}
body.single #contents .content h6 {
  font-size: 1.6rem;
}
body.single #contents .content .article p {
  margin-bottom: 40px;
}
body.single #contents .content .wp-block-image {
  margin-bottom: 40px;
}
.pagenation {
  position: relative;
}
.pagenation .screen-reader-text {
  display: none;
}
.pagenation .nav-links {
  display: flex;
  justify-content: space-between;
  max-width: 490px;
  margin: 0 auto 20px;
  padding: 30px 0;
}
.pagenation .nav-links .nav-previous,
.pagenation .nav-links .nav-next {
  width: 160px;
}
.pagenation .nav-links .nav-previous {
  
}
.pagenation .nav-links .nav-next {
  margin-left: auto;
}
.pagenation .nav-links .nav-previous span,
.pagenation .nav-links .nav-next span {
  display: block;
  text-align: center;
}
.pagenation .nav-links .nav-previous a,
.pagenation .nav-links .nav-next a {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.pagenation .nav-links .nav-previous a {
  padding-left: 55px;
}
.pagenation .nav-links .nav-next a {
  padding-right: 55px;
}
.pagenation .nav-links .nav-previous a:after,
.pagenation .nav-links .nav-next a:after {
  position: absolute;
  top: calc(50% - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #53903c;
  color: #E4EEE2;
  transition: all 0.2s;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.pagenation .nav-links .nav-previous a:hover:after,
.pagenation .nav-links .nav-next a:hover:after {
  background-color: #E4EEE2;
  color: #53903c;
}
.pagenation .nav-links .nav-previous a:after {
  left: 0;
  content: "\f104";
}
.pagenation .nav-links .nav-next a:after {
  right: 0;
  content: "\f105";
}

/* TOP */
body.home header #siteTitle,
body.home header .menuButton {
  opacity: 0;
}
#contentIntro {
  position: relative;
  /* overflow: hidden; */
}

#contentIntro .contentInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  position: relative;
}

#contentIntro .head.type1 {
  margin-bottom: 60px;
}
#contentIntro .head.type1 .jp {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 4.2rem;
}
#contentIntro .head.type1 .en {
  font-size: 2.1rem;
  color: #53903c;;
}
#contentIntro .text {
  position: relative;
  z-index: 2;
  width: 48%;
  margin-left: 13%;
}
#contentIntro .text .sentence {
  margin-left: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
  font-size: 1.5rem;
}
#contentIntro .text .sentence p {
  text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff,
     0px  2px 0 #fff,
     0px -2px 0 #fff,
     2px  0px 0 #fff,
    -2px  0px 0 #fff;
}

#contentIntro .images {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

#contentIntro .images .img {
  position: absolute;
  overflow: hidden;
  will-change: transform;
}

#contentIntro .images .img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
#contentIntro .images .photo {
  border-radius: 15px;
  overflow: hidden;
}
#contentIntro .images .photo:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
}

#contentIntro .images .img1 {
  top: -25px;
  right: -40px;
  width: 278px;
  height: auto;
}
#contentIntro .images .img2 {
  top: 250px;
  left: -75px;
  width: 210px;
  height: auto;
}
#contentIntro .images .img3 {
  top: 400px;
  right: 50px;
  width: 325px;
  height: auto;
}
#contentIntro .images .leaf1 {
  top: 450px;
  right: calc(20% - 40px);
  width: 310px;
  height: auto;
}
#contentIntro .images .leaf2 {
  top: -250px;
  left: -110px;
  width: 300px;
  height: auto;
}
#contentIntro .images .leaf3 {
  top: 20px;
  right: calc(17% - 40px);
  width: 200px;
  height: auto;
  z-index: -1;
}
#contentInstagram {
  position: relative;
  padding: 130px 0;
  background-color: transparent;
}
#contentInstagram:before,
#contentInstagram:after {
  position: absolute;
  display: block;
  content: "";
  width: 98%;
  height: 95%;
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.34, 1.3, 0.64, 1);
}
#contentInstagram:before {
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 0 25px 25px 0;
  background-color: #53903c;
  box-shadow: 7px 7px 0 #e5e500;
  transform: scaleX(0);
  transform-origin: left;
}
#contentInstagram:after {
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 25px 0 0 25px;
  background-color: #E4EEE2;
  /* background-image: linear-gradient(#ffffff 30%, #e4eee2); */
  transform: scaleX(0);
  transform-origin: right;
  transition-delay: 0.2s;
}
#contentInstagram.is-active:before,
#contentInstagram.is-active:after {
  opacity: 1;
  transform: scaleX(1);
}
#contentInstagram .contentInner {
  max-width: 1000px;
}
#contentInstagram li {
  margin-bottom: 0;
}
#contentInstagram li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: 5px 5px 0px #53903c;
  font-weight: 500;
}

.archiveList {
  margin-bottom: 60px;
}
.archiveList li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #FFF;
}
.archiveList li > a {
  display: flex;
}
.archiveList li .image {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}
.archiveList li .image img {
  border-radius: 10px;
  transition: all 0.2s;
}
.archiveList li a:hover .image img {
  transform: scale(1.1);
}
.archiveList li .text {
  position: relative;
  width: calc((100% - 20px) / 2);
}
.archiveList li .text .date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 13px 4px;
  border-radius: 7px;
  background-color: #d76b0b;
  font-family: "Montserrat";
  font-size: 1.3rem;
  color: #FFF;
}
.archiveList li .text .head {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 400;
}
.archiveList li .text .button span i {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #E4EEE2;
  transition: all 0.2s;
  color: #53903c;
}
.archiveList li a:hover .text .button span i {
  background-color: #53903c;
  color: #FFF;
}


.archive.type1 {
  display: flex;
  flex-wrap: wrap;
}
.archive.type1 li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #FFF;
}
.archive.type1 li:nth-child(1) {
  width: 100%;
}
.archive.type1 li:nth-child(odd) {
  margin-right: 0;
}
.archive.type1 li:nth-child(4),
.archive.type1 li:nth-child(5) {
  margin-bottom: 0;
}
.archive.type1 li > a {
  display: flex;
}
.archive.type1 li .image {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.archive.type1 li .image img {
  transition: all 0.2s;
}
.archive.type1 li:hover .image img {
  transform: scale(1.1);
}
.archive.type1 li .text {
  width: calc((100% - 20px) / 2);
}
.archive.type1 li .text .date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 15px 5px;
  border-radius: 7px;
  background-color: #d76b0b;
  font-family: "Montserrat";
  font-size: 1.3rem;
  color: #FFF;
}
.archive.type1 li .text .head {
  font-size: 1.6rem;
  font-weight: 400;
}
.archive.type1 li:nth-child(1) .text .head {
  width: 100%;
  font-size: 2.2rem;
}
body.home .contentInner.cols2 > *:nth-child(1) {
  margin-right: 60px;
}
body.home .contentInner.cols2 > *:nth-child(2) {
  width: calc(100% - 200px - 60px);
}
body.home #contentNews {
  position: relative;
  overflow: hidden;
}
body.home #contentNews:before {
  position: absolute;
  top: -70px;
  right: -60px;
  display: block;
  content: "JONAN";
  line-height: 1;
  opacity: 0.04;
  writing-mode: vertical-rl;
  transform: translateY(var(--news-bg-y, 0px));
  will-change: transform;
  font-weight: 800;
  /* font-family: "Montserrat"; */
  font-size: 30rem;
  color: #53903c;
}
body.home #contentNews .contentInner {
  position: relative;
  /* max-width: none;
  width: calc(1200px + ((100vw - 1200px) / 2));
  margin-left: calc((100vw - 1200px) / 2); */
}
body.home #contentNews > .cols2 > * {
  margin-bottom: 0;
}
body.home #contentNews .head.type1 {
  width: 200px;
}
body.home #contentNews .archive {
  width: calc(100% - 200px - 60px);
}
body.home .content .button.type1 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 200px;
}
body.home #contentEvent .contentInner {
  position: relative;
}
body.home #contentEvent .head.type1 {
  width: 200px;
}
body.home #contentEvent .head.type1 {
  width: 200px;
}
body.home #contentEvent .archive {
  width: calc(100% - 200px - 60px);
}
body.home #contentEvent .button {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}
body.home #contentReport .contentInner {
  position: relative;
  max-width: calc(1200px + ((100vw - 1200px) / 2));
  margin: 0 0 0 auto;
  overflow: hidden;
}
body.home #contentReport .head.type1 {
  width: 200px;
}
body.home #contentReport .head.type1 {
  width: 200px;
}
body.home #contentReport .archive {
  width: calc(100% - 200px - 60px);
}
body.home #contentReport .button {
  position: absolute;
  left: 0;
  bottom: 0;
}
body.archive .archive.type2 {
  margin-bottom: 60px;
}
.archive.type2 li {
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: solid 2px #E4EEE2;
}
.archive.type2 li:first-child {
  border-top: solid 2px #E4EEE2;
}
.archive.type2 li .date {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-family: "Montserrat";
}
.archive.type2 li .date span {
  margin-right: 10px;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #E4EEE2;
  font-size: 1.4rem;
  color: #7a7a7a;
}
.archive.type2 li .head {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.6rem;
}
.archive.type2 li .head a {
  position: relative;
  display: block;
}
.archive.type2 li .head a:after {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  display: block;
  content: "\f105";
  transition: all 0.2s;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #D2E5CE;
}
.archive.type2 li .head a:hover:after {
  color: #53903c;
}

.carousel-swiper {
  width: 100%;
  width: calc(100% - 200px - 40px);
  margin-left: 0;
  overflow: hidden;
}

.carousel-swiper-auto .swiper-slide {
  width: calc((100% - 20px * 2) / 2.5);
  box-sizing: border-box;
}
.carousel-swiper-auto .swiper-slide a {
  display: flex;
  justify-content: center;
}
.carousel-swiper .swiper-slide .image {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.carousel-swiper .swiper-slide .image img {
  transition: all 0.2s;
}
.carousel-swiper .swiper-slide:hover .image img {
  transform: scale(1.1);
}
.carousel-swiper .swiper-slide .text {
  width: calc((100% - 20px) / 2);
  padding: 10px 0;
}
.carousel-swiper .swiper-slide .text .date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 15px 5px;
  border-radius: 7px;
  background-color: #d76b0b;
  font-family: "Montserrat";
  font-size: 1.3rem;
  color: #FFF;
}
.carousel-swiper .swiper-slide .text .head {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
}
.carousel-swiper .swiper-slide .text .sentence {
  position: relative;
  max-height: 6.5em;
  overflow: hidden;
}
.carousel-swiper .swiper-slide .text .sentence::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0),
    rgba(255,255,255,1)
  );
}
.swiper-button-prev,
.swiper-button-next {
  width: 45px !important;
  height: 45px !important;
  padding: 8px 16px;
  border-radius: 50%;
  background: #E4EEE2;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px #53903c;
  transition: all 0.2s;
  opacity: 0.9;
  font-family: "Montserrat";
  font-size: 12px;
  color: #000 !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  animation: hoverBounce 0.45s ease-out forwards;
  box-shadow: 0px 0px 25px 4px #FFF;
  opacity: 1;
  background-color: #53903c;
  color: #FFF!important;
}

@keyframes hoverBounce {
  0%   { transform: scale(1); }
  35%  { transform: scale(1.26); }
  55%  { transform: scale(1.10); }
  75%  { transform: scale(1.18); }
  100% { transform: scale(1.20); }
}
.swiper-navigation-icon {
  display: none;
}

/* contact */
.wpcf7 {
  margin-bottom: 80px;
}
table.typeContact {
  margin-bottom: 40px;
}
table.typeContact th,
table.typeContact td {
  padding: 30px 0;
  vertical-align: top;
  border-bottom: solid 1px #C4D6C0;
}
table.typeContact th {
  position: relative;
  width: 40%;
  padding-top: 38px;
}
table.typeContact th .req {
  position: absolute;
  top: 39px;
  right: 30px;
  display: inline-block;
  width: 30px;
  margin: 0 0 0 auto;
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #d76b0b;
  text-align: center;
  font-size: 1.1rem;
  color: #FFF;
}
table.typeContact input[type="text"],
table.typeContact input[type="tel"],
table.typeContact input[type="email"],
table.typeContact textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #C4D6C0;
  border-radius: 4px;
  background-color: #F5FAF4;
  box-sizing: border-box;
}
input[type="submit"] {
  display: inline-block;
  padding: 10px 40px;
  border: none;
  border-radius: 10px;
  background-color: #53903c;
  border: solid 1px #53903c;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
  color: #FFF;
  font-weight: 500;
}
input[type="submit"]:hover {
  background-color: #E4EEE2;
  color: #53903c;
}
.wpcf7-spinner {
  display: block!important;
}

@media screen and (max-width:1350px) {
  header nav {
    width: 70%;
  }
}

@media screen and (max-width:1200px) {

  /* breadcrumb */
  .breadcrumb {
    width: calc(100% - (20px * 2));
  }

  /* main */
  .content .contentInner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* footer */
  footer.type1 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type1 #footerMenu {

  }
  footer.type1 #copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.type2 #footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* page */
  .pageTitle {
    width: calc(100%);
  }

  /* TOP */
  body.home .content .button.type1,
  body.home #contentEvent .button,
  body.home #contentReport .button {
    left: 20px;
  }

}

@media screen and (max-width:945px) {
  header nav {
    width: 100%;
  }
  body.menuOpen header #siteTitle * {
    color: #007144 !important;
  }
}

@media screen and (max-width:900px) {
  .slideContent .catch {
    font-size: 9rem;
  }
}

@media screen and (max-width:800px) {

  footer.type1 #footerInner {
    display: block;
  }
  footer.type1 #footerInner > * {
    width: 100%;
    margin-right: 0!important;
  }
  footer.type1 #footerMenu {
    margin-bottom: 40px;
  }
  footer.type1 #footerMenu > ul:nth-child(1) {
    margin-left: 0;
  }
  .slideContent .catch {
    font-size: 8rem;
  }
  #contentIntro .text {
    width: 70%;
  }

  body.home #contentNews .contentInner,
  body.home #contentEvent .contentInner,
  body.home #contentReport .contentInner {
    display: block;
  }
  body.home #contentNews .contentInner > *,
  body.home #contentEvent .contentInner > *,
  body.home #contentReport .contentInner > * {
    width: 100%;
    margin-left: 0;
  }
  body.home .content .button.type1, 
  body.home #contentEvent .button, 
  body.home #contentReport .button {
    position: static;
    max-width: none;
    text-align: center;
  }
  body.home .content .button.type1 a, 
  body.home #contentEvent .button a, 
  body.home #contentReport .button a {
    width: 200px;
    text-align: left;
  }

  body.home #contentNews .head.type1 {
    margin-bottom: 60px;
  }
  body.home #contentNews .archive {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:640px) {


  html {
    font-size: 54.5%;
  }
  header #siteTitle {
    width: 100%;
    /* margin-bottom: 10px; */
  }
  header .search {
    width: 100%;
    text-align: center;
  }
  #contents {
    width: 100%;
    margin: 0 0 0;
  }
  .article {
    margin: 0 10px 30px;
  }
  #side {

  }

  /* header */
  header.type1 {
    min-height: 74px;
    padding: 16px 10px;
  }
  header #headerInner {
    width: 100%!important;
  }
  header #siteTitle a {
    padding-left: 45px;
    background-position: 0px 4.5px;
    background-size: 38px;
    font-size: 1.8rem;
  }
  header #siteTitle a span {
    font-size: 1.7rem;
  }

  /* menu */
  header nav {
    padding: 40px 20px;
  }
  header nav > ul {
    display: block;
    padding-right: 0;
  }
  header nav > ul > li {
    width: 100%;
  }
  header nav > ul > li span.parent {
    position: relative;
    cursor: pointer;
  }
  header nav > ul > li span.parent:before,
  header nav > ul > li span.parent:after {
    position: absolute;
    display: block;
    content: "";
    border-radius: 2px;
    background-color: #53903c;
    transition: all 0.2s;
  }
  header nav > ul > li span.parent:before {
    top: 15px;
    right: 25.5px;
    width: 2.5px;
    height: 14px;
  }
  header nav > ul > li span.parent:after {
    top: calc(50% - 0.5px);
    right: 19.5px;
    width: 14px;
    height: 2.5px;
  }
  header nav > ul > li span.open.parent:before {
    transform: rotate(90deg);
  }
  header nav > ul > li .subNav {
    display: none;
  }
  header nav > ul > li .subNav a:not(.parent){
    text-indent: 1em;
  }
  header nav .bottom {
    padding-right: 0;
  }
  header nav .bottom .contact {
    text-align: center;
  }
  header nav .bottom .sns {
    justify-content: center;
  }
  .menuButton {
    padding: 20px 10px;
  }
  .menu-trigger {
    width: 40px;
  }

  /* slider */
  .slider.type1 .slick-list {
    height: 500px;
    margin-left: calc( (100vw - ((500 / 540) * 1100px)) / 2 );
  }
  .slider.type1 .slick-slide img {
    width: calc((500 / 540) * 1100px);
    height: 100%;
  }
  .slider .slick-dots button::before {
    width: 5px;
    height: 5px;
  }
  .slider .slick-dots {
    bottom: 10px;
  }
  .carousel .slick-prev {
    left: 25px;
  }
  .carousel .slick-next {
    right: 25px;
  }
  .carousel .slick-list {
    margin: 0;
  }
  .carousel .slick-slide a {
    width: 100% !important;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .carousel .slick-list li a img {
    max-width: 100%;
    height: auto;
  }

  /* main */
  .content {
    padding: 70px 0;
  }
  #contents .content:first-child {
    padding: 70px 0;
  }
  #contents .content.bg + .content {
    padding: 80px 0;
  }

  /* footer */
  footer #footerInner {
    width: 100%!important;
    box-sizing: border-box;
  }
  footer.type1 #footerInner {
    display: block;
    margin: 0 auto 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer.type1 .footerSiteLogo {
    padding-left: 45px;
    background-size: 38px; 
  }
  footer.type1 .footerSiteLogo a {
    font-size: 1.8rem;
  }
  footer.type1 .footerSiteLogo a span {
    font-size: 1.7rem;
  }
  footer.type1 #footerMenu {
    flex-wrap: wrap;
    max-width: 380px;
    margin: 0 auto 20px;
  }
  footer.type1 #footerMenu > ul {
    width: calc((100% - 20px) / 2);
    margin-left: 0;
    margin-bottom: 20px;  
  }
  footer.type1 #footerMenu > ul:nth-child(odd) {
    margin-right: 20px;
  }
  footer.type1 #copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }


  /* type1 */
  .content.type1 .contentInner .block .text {
    width: 100%;
  }

  /* type2 */
  .content.type2 .block .image img {
    max-width: 100%;
    height: auto;
  }
  .content.type2 .block .text {
    width: 100%;
  }

  /* common */
  .pc {
    display: none!important;
  }

  .alignC_sp {
    text-align: center!important;
  }
  .alignL_sp {
    text-align: left!important;
  }
  .alignR_sp {
    text-align: right!important;
  }

  .mb0_sp {
    margin-bottom: 0px!important;
  }
  .mb10_sp {
    margin-bottom: 10px!important;
  }
  .mb20_sp {
    margin-bottom: 20px!important;
  }
  .mb30_sp {
    margin-bottom: 30px!important;
  }
  .mb40_sp {
    margin-bottom: 40px!important;
  }
  .mb50_sp {
    margin-bottom: 50px!important;
  }
  .mb60_sp {
    margin-bottom: 60px!important;
  }
  .mb70_sp {
    margin-bottom: 70px!important;
  }
  .mb80_sp {
    margin-bottom: 80px!important;
  }
  .mb90_sp {
    margin-bottom: 90px!important;
  }
  .mb100_sp {
    margin-bottom: 100px!important;
  }
  .mb110_sp {
    margin-bottom: 110px!important;
  }
  .mb120_sp {
    margin-bottom: 120px!important;
  }
  .mb130_sp {
    margin-bottom: 130px!important;
  }
  .mb140_sp {
    margin-bottom: 140px!important;
  }
  .mb150_sp {
    margin-bottom: 150px!important;
  }
  .mb160_sp {
    margin-bottom: 160px!important;
  }
  .mb180_sp {
    margin-bottom: 180px!important;
  }
  .mb200_sp {
    margin-bottom: 200px!important;
  }

  .cols1_sp {
    display: block;
  }
  .cols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 40px;
  }
  .cols2_sp,
  .cols3_sp,
  .cols4_sp {
    display: flex;
    flex-wrap: wrap;
  }
  .cols2_sp > *,
  .cols3_sp > *,
  .cols4_sp > * {
    margin-right: 40px!important;
    margin-bottom: 40px;
  }
  .cols2_sp > *:nth-child(2n),
  .cols3_sp > *:nth-child(3n),
  .cols4_sp > *:nth-child(4n) {
    margin-right: 0!important;
  }
  .cols2_sp > * {
    width: calc((100% - (40px * 1)) / 2)!important;
  }
  .cols3_sp > * {
    width: calc((100% - (40px * 2)) / 3)!important;
  }
  .cols4_sp > * {
    width: calc((100% - (40px * 3)) / 4)!important;
  }

  .head.type1 .jp {
    font-size: 2.8rem;
  }
  .head.type1 .en {
    font-size: 1.8rem;
  }

  .layoutCols1_sp {
    display: block;
  }
  .layoutCols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  .layoutCols1_sp .colsMain {
    margin-bottom: 40px;
  }

  .content .block:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .image {
    margin-bottom: 20px;
  }
  .content .text:not(:last-child) {
    margin-bottom: 40px;
  }
  .content .text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .archive.type1 li a,
  .carousel-swiper-auto .swiper-slide a {
    display: block;
  }
  .archive.type1 li a > *,
  .carousel-swiper-auto .swiper-slide a > * {
    width: 100%!important;
    margin-right: 0!important;
  }
  .archive.type1 li:nth-child(1) .image {
    margin-bottom: 20px;
  }
  .carousel-swiper-auto .swiper-slide .image {
    margin-bottom: 8px;
  }
  .archive.type1 li .image {
    margin-bottom: 15px;
  }
  .archive.type1 li .text,
  .carousel-swiper-auto .swiper-slide .text {
     margin-bottom: 0;
  }
  .archive.type1 li:nth-child(1) .text .date {
    margin-bottom: 5px;
    padding: 5px 15px 4px;
  }
  .archive.type1 li .text .date {
    margin-bottom: 5px;
    padding: 3px 14px 2px;
    font-size: 1.2rem;
  }
  .archive.type1 li .text .head {
    margin-bottom: 3px;
    font-size: 1.6rem;
  }
  .archiveList li {
    padding: 20px 0;
  }
  .archiveList li .text .button span i {
    bottom: -6px;
    width: 25px;
    height: 25px;
    font-size: 1.1rem;
  }
  #contentContact .button a {
    width: 60px;
    line-height: 60px;
  }
  #contentContact .cols2 {
    justify-content: center;
    max-width: 300px;
  }
  #contentContact .cols2 > * {
    width: 50%!important;
    margin-right: 0!important;
  }
  #contentContact .cols2 .col .head {
    font-size: 1.7rem;
  }
  #contentContact .cols2 .col .small {
    font-size: 1.3rem;
  }

  .tabs {
    margin-bottom: 40px;
  }
  .tabs li {
    height: 45px;
  }
  .tabContents {
    overflow-x: scroll;
  }
  .tabContents table {
    width: 800px;
  }
  .scroll-hint-icon {
    top: 200px!important;
  }

  /* table */
  table.typeList_sp {

  }
  table.typeList_sp th,
  table.typeList_sp td {
   display: list-item;
   list-style: none;
  }
  table.typeList_sp th {
    padding-bottom: 0;
    border-bottom: none;
  }
  table.typeList_sp td {
    
  }
  table.typeContact th,
  table.typeContact td {
    display: list-item;
    width: 100%;
    list-style: none;
  }
  table.typeContact th {
    padding-bottom: 0;
    border-bottom: none;
  }
  table.typeContact th .req {
    right: 0;
  }

  /* page */
  .pageTitle .inner .jp {
    margin-right: 15px;
    font-size: 2.8rem;
  }
  .pageTitle .inner .en {
    font-size: 1.6rem;
  }
  .pageImage img {
    margin-left: calc((100vw - (1840px * (295 / 390) )) / 2);
    height: 100%;
  }

  /* TOP */
  .slideContent .catch {
    z-index: 2;
    font-size: 4.8rem;
  }
  body.home .content .button.type1,
  body.home #contentEvent .button,
  body.home #contentReport .button {
    position: static;
    max-width: none;
    margin-bottom: 0!important;
    text-align: center;
  }
  body.home .content .button.type1 a {
    width: 200px;
    text-align: left;
  }
  #contentIntro {
    padding: 0!important;
  }
  #contentIntro .contentInner {
    padding: 100px 20px 50px;
  }
  #contentIntro .images .img img {
    width: 65%;
    height: auto;
  }
  #contentIntro .images .img1 {
    top: -30px;
    right: -55px;
    width: 180px;
  }
  #contentIntro .images .img3 {
    top: 525px;
    right: -60px;
    width: 265px;
  }
  #contentIntro .images .leaf1 {
    top: 525px;
    right: calc(20% - 55px);
    width: 250px;
  }
  #contentIntro .images .leaf2 {
    top: -120px;
    left: -40px;
    width: 220px;
  }
  #contentIntro .images .leaf3 {
    top: -25px;
    right: calc(17% - 85px);
    width: 165px;
  }
  #contentIntro .head.type1 .jp {
    margin-bottom: 5px;
    font-size: 3.4rem;
  }
  #contentIntro .text {
    width: 100%;
    margin-left: 0;
  }
  body.home #contentNews::before {
    content: "JONAN SCHOOL";
    white-space: nowrap;
    font-size: 22rem;
  }
  body.home #contentNews > .cols2 > * {
    margin-bottom: 60px;
  }
  #contentInstagram {
    margin-bottom: 10px;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  #contentInstagram .head {
    margin-bottom: 30px;
  }
  #contentInstagram ul.cols2_sp {
    padding: 0 20px;
  }
  #contentInstagram li {
    margin-bottom: 20px;
  }
  #contentInstagram li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

}

@media screen and (min-width:641px) {
  header {
    box-sizing: border-box;
  }
  header #siteTitle {

  }
  header #headerLeft {
    margin-bottom: 20px;
  }
  .slider {

  }
  #main {

  }
  #contents {

  }
  #side {

  }
  footer {

  }



  /* common */
  .sp {
    display: none!important;
  }
}

@media screen and (min-width:800px) {

}

@media screen and (min-width:1840px) {

  /*page*/
  .pageImage img {
    width: 100%;
    margin-left: 0;
  }

}

@media screen and (min-width:10000px) {

  /* menu */
  header nav {
    clear: both;
    display: block!important;
    opacity: 1!important;
  }
  header nav ul {

  }
  header nav ul li {
    text-align: center;
  }
  header nav ul li .subNav {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 0;
    opacity: 0;
    background-color: rgba(35,24,21,0.9);
    transition: all 0.4s;
    overflow: hidden;
  }
  header nav ul li.open .subNav {
    display: block!important;
    height: 200px;
    opacity: 1;
    overflow: inherit;
  }
  header nav ul li .subNav:after {
    position: absolute;
    left: 0;
    top: -35px;
    display: block;
    content: "";
    width: 100%;
    height: 50px;
  }
  header nav ul li .subNav ul {
    justify-content: center;
  }
  .menuButton {
    display: none;
  }

}