/* ===========================================================
   # BASE
=========================================================== */
/* = LAYOUT
----------------------------------------------------------- */
/* HEAD */
.pageTtl {
  background: #fafafa;
  color: #002870;
  flex-direction: column;
  font-size: min(7vw, 4.2rem);
  letter-spacing: 0.1em;
  padding: 1.5em 0;
}
.pageTtl .en {
  align-items: center;
  flex-direction: column;
  gap: 1em;
  font-size: 0.5em;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 1.2em;
  text-transform: uppercase;
}
.pageTtl .en::before {
  border-bottom: 1px solid;
  content: "";
  width: 3em;
  height: 1px;
}

/* MAIN */
.contBody {
  padding-top: 3em;
  padding-bottom: 3em;
}

/* SIDE */
@media (min-width: 768px) {
  /* MAIN */
  .contBody {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
/* ===========================================================
   # PAGINATION
=========================================================== */
.pageNav {
  line-height: 4rem;
}
.pageNav .pagination, .pageNav .page-numbers {
  display: flex;
  justify-content: center;
}
.pageNav a, .pageNav span {
  border: 1px solid #ccc;
  color: #999;
  display: block;
  font-size: 0.9em;
  margin-left: -1px;
  opacity: 0.8;
  transition: all 300ms 0s ease;
}
.pageNav a:hover, .pageNav a.current, .pageNav span:hover, .pageNav span.current {
  background: #002870;
  border-color: #002870;
  color: #fff;
  opacity: 1;
}
.pageNav .pagination li {
  width: 33.33%;
}
.pageNav .page-numbers li {
  width: 4rem;
}
@media (min-width: 768px) {
  .pageNav {
    line-height: 6rem;
    padding-bottom: 10rem;
  }
  .pageNav .page-numbers li {
    width: 6rem;
  }
}

/* ===========================================================
   # CONTENT
===========================================================  */
.eentryBody ol, .schoolBody ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.eentryBody ul, .schoolBody ul {
  list-style: disc;
  margin-left: 1.5em;
}

.entryBody .is-style-sme-post-it {
  font-size: 0.88em;
  padding: 1em 0.5em 0.5em;
  min-width: 70%;
}
@media (min-width: 768px) {
  .entryBody .is-style-sme-post-it {
    font-size: 1em;
    padding: 2em 2em 1.5em;
  }
}
.eentryBody {
  /* POINT */
  /* BOX */
}
.eentryBody img {
  display: block;
  margin: 0 auto 1rem;
}
.eentryBody .wp-caption {
  max-width: 100%;
}
.eentryBody .wp-caption.alignleft {
  margin: 0 30px 0 0;
}
.eentryBody .wp-caption p.wp-caption-text {
  line-height: 1.2;
  text-align: center;
  padding: 0 0 1rem;
}
.eentryBody .gallery dl dt {
  margin: 2rem 0 5px;
}
.eentryBody .gallery dl dt img {
  margin: 0;
  width: 100%;
}
.eentryBody .gallery dl dd {
  font-size: 0.9em;
  line-height: 1.2;
}
.eentryBody .gallery > br {
  display: none;
}
.eentryBody ul.flex li {
  margin-bottom: 1em;
}
.eentryBody .point01 {
  margin: 0 0.3em;
  padding: 0 3px;
  position: relative;
  z-index: 1;
}
.eentryBody .point01::after {
  background: rgba(255, 0, 0, 0.2);
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.eentryBody .box01 {
  background: #fcfcfc;
  border: 5px dotted #ddd;
  margin-bottom: 1rem;
  padding: 2rem;
}
.eentryBody .box01 p {
  margin: 0;
}
@media (min-width: 768px) {
  .eentryBody {
    /* IMG */
  }
  .eentryBody img.aligncenter {
    display: block;
    margin: 0 auto 1rem;
  }
  .eentryBody img.alignleft {
    margin: 0.5em 1em 1rem 0;
    max-width: 48%;
  }
  .eentryBody img.alignright {
    margin: 0.5em 0 1rem 1em;
    max-width: 48%;
  }
  .eentryBody .gallery {
    display: flex;
    flex-wrap: wrap;
  }
  .eentryBody .gallery-columns-2 dl {
    width: 48%;
  }
  .eentryBody .gallery-columns-2 dl:nth-of-type(odd) {
    margin-right: 4%;
  }
  .eentryBody .gallery-columns-3 dl {
    width: 32%;
    margin-right: 2%;
  }
  .eentryBody .gallery-columns-3 dl:nth-of-type(3n) {
    margin-right: 0;
  }
  .eentryBody .tbl01 th, .eentryBody .tbl01 td {
    padding: 1rem;
  }
  .eentryBody .tbl01.flex {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 3rem;
  }
  .eentryBody .tbl01.flex dt, .eentryBody .tbl01.flex dd {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
    padding: 2rem;
  }
  .eentryBody .tbl01.flex dt {
    background: #eee;
    width: 20rem;
  }
  .eentryBody .tbl01.flex dd {
    width: calc(100% - 20rem);
  }
}
/* ===========================================================
   # NEWS
=========================================================== */
.newsList {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .newsList {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}
/* = SCHOOL NEWS
----------------------------------------------------------- */
.schoolNews {
  margin-top: 2em;
  margin-bottom: 2em;
}
.schoolNews ul {
  gap: 1em;
}
.schoolNews ul li {
  width: 100%;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7);
}
.schoolNews ul li.noEntry {
  width: 100%;
  box-shadow: none;
  padding: 12rem 0;
}
.schoolNews ul li .wp-block-post-terms {
  pointer-events: none;
}
@media (min-width: 768px) {
  .schoolNews {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .schoolNews ul {
    gap: 1.5em;
  }
  .schoolNews ul li {
    width: calc(33.33% - 1em);
  }
}
@media (min-width: 1024px) {
  .schoolNews ul {
    gap: 2.5em;
  }
  .schoolNews ul li {
    width: calc(33.33% - 1.67em);
  }
}
/* ===========================================================
   # SCHOOL
=========================================================== */
.schoolMap {
  background: url(./img/bg_yellow.jpg);
  padding-top: 1em;
  padding-bottom: 1em;
}
.schoolMap_in {
  background: #fff;
  border-radius: 1em;
}
.schoolMap_in .txt {
  flex-direction: column;
  gap: 0.5em;
  font-size: 0.9em;
  line-height: 1.3;
  padding: 1em 1em 0;
}
.schoolMap_in .txt h2 {
  color: #002870;
  font-size: min(4.26vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0;
}
.schoolList ul {
  border-bottom: 1px solid #ccc;
  gap: 1em 0.5em;
  padding: 1em 0;
}
.schoolList ul li {
  padding-bottom: 0.5em;
  width: calc(50% - 0.25em);
}
.schoolList ul li:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
.schoolList ul li a {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  line-height: 1.3;
}
.schoolList ul li a .emblem {
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-top: -2.5rem;
  width: 5rem;
  height: 5rem;
}
.schoolList ul li a .emblem img {
  width: 68%;
}
.schoolList ul li a .name {
  align-items: center;
  justify-content: center;
  height: 2.6em;
}
@media (min-width: 768px) {
  .schoolMap {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .schoolMap_in {
    border-radius: 2em;
    padding-left: 3%;
  }
  .schoolMap_in .txt {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 0 0 rgba(51, 51, 51, 0.1);
    padding: 1em 1em 1em 0.5em;
    position: absolute;
    top: 2%;
    left: 2%;
  }
  .schoolMap_in .txt h2 {
    font-size: min(3.2vw, 3.2rem);
    letter-spacing: 0.1em;
  }
  .schoolList ul {
    padding: 4em 0;
  }
  .schoolList ul li {
    width: calc(25% - 0.38em);
  }
}
@media (min-width: 1024px) {
  .schoolMap_in .txt {
    padding: 1.5em 1em;
    top: 5%;
    left: 5%;
  }
  .schoolList ul {
    gap: 1em 2em;
  }
  .schoolList ul li {
    padding-bottom: 1em;
    width: calc(25% - 1.5em);
  }
  .schoolList ul li a {
    font-size: 1.13em;
  }
  .schoolList ul li a .emblem {
    margin-top: -3rem;
    width: 6rem;
    height: 6rem;
  }
}
/* = SINGLE
----------------------------------------------------------- */
.single-school .schoolItem {
  padding-top: 1em;
}
.single-school .schoolItem:not(:last-child) > * {
  border-bottom: 1px solid #ccc;
}
.single-school .schoolItem.open > * {
  background: #fafafa;
  border-color: #fafafa;
  margin-top: -1px;
}
.single-school .schoolItem a {
  color: #002870;
  text-decoration: underline;
}
.single-school .schoolHead {
  flex-direction: column;
  gap: 1em;
  position: relative;
}
.single-school .schoolHead .uni {
  margin-top: auto;
  width: 33vw;
  right: -1em;
  bottom: -4em;
}
.single-school .schoolHead .info {
  flex-direction: column;
  gap: 0.5em;
}
.single-school .schoolHead .info .name {
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0;
}
.single-school .schoolHead .info .detail {
  gap: 0.3em 0;
  font-size: min(4vw, 1em);
  line-height: 1.3;
}
.single-school .schoolHead .info .detail dt {
  width: 2.5em;
}
.single-school .schoolHead .info .detail dd {
  width: calc(100% - 2.5em);
  word-wrap: break-word;
}
.single-school .schoolHead .info .detail dd.add {
  width: 100%;
}
.single-school .schoolHead .info ul {
  gap: 5px;
  padding-top: 0.5em;
  width: 70%;
}
.single-school .schoolHead .info ul li {
  color: #007DC9;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}
.single-school .schoolHead .info ul li .ico {
  background: #007DC9;
  width: 5.2rem;
  height: 5.2rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.single-school .schoolHead .info ul li .ico.social, .single-school .schoolHead .info ul li .ico.alignment, .single-school .schoolHead .info ul li .ico.trip, .single-school .schoolHead .info ul li .ico.trip2, .single-school .schoolHead .info ul li .ico.digital, .single-school .schoolHead .info ul li .ico.abroad, .single-school .schoolHead .info ul li .ico.lessons, .single-school .schoolHead .info ul li .ico.counselor, .single-school .schoolHead .info ul li .ico.training {
  background: #02C927;
}
.single-school .schoolHead .info ul li .ico.reinforcement, .single-school .schoolHead .info ul li .ico.sports, .single-school .schoolHead .info ul li .ico.cultural, .single-school .schoolHead .info ul li .ico.activities {
  background: #0868FF;
}
.single-school .schoolHead .info ul li .ico.further, .single-school .schoolHead .info ul li .ico.religion, .single-school .schoolHead .info ul li .ico.en, .single-school .schoolHead .info ul li .ico.exploration, .single-school .schoolHead .info ul li .ico.ict, .single-school .schoolHead .info ul li .ico.catholic, .single-school .schoolHead .info ul li .ico.course, .single-school .schoolHead .info ul li .ico.nurse, .single-school .schoolHead .info ul li .ico.art, .single-school .schoolHead .info ul li .ico.agriculture, .single-school .schoolHead .info ul li .ico.results {
  background: #E219A4;
}
.single-school .schoolHead .info ul li .ico.bus, .single-school .schoolHead .info ul li .ico.building, .single-school .schoolHead .info ul li .ico.turf, .single-school .schoolHead .info ul li .ico.self, .single-school .schoolHead .info ul li .ico.library, .single-school .schoolHead .info ul li .ico.bus2, .single-school .schoolHead .info ul li .ico.barrier {
  background: #E9A71A;
}
.single-school .schoolHead .info ul li .ico.cafe, .single-school .schoolHead .info ul li .ico.cvs, .single-school .schoolHead .info ul li .ico.bread, .single-school .schoolHead .info ul li .ico.nature {
  background: #ff68b3;
}
.single-school .schoolHead .info ul li .ico.dorm, .single-school .schoolHead .info ul li .ico.dorm2 {
  background: #9a00ff;
}
.single-school .schoolBody {
  display: none;
  line-height: 1.8;
  padding-top: 2em;
}
.single-school .schoolBody > * {
  margin-top: 1em;
}
.single-school .schoolBody > *:first-child {
  margin-top: 0;
}
.single-school .schoolBody h2 {
  border-bottom: 1px solid;
  color: #007DC9;
  font-size: min(5.4vw, 2.4rem);
  font-weight: 700;
  margin-top: 2em;
  padding-bottom: 0.2em;
}
.single-school .schoolBody h3 {
  color: #00a869;
  font-size: min(5vw, 2rem);
  font-weight: 700;
  margin-top: 2em;
}
.single-school .schoolBody .wp-block-group-is-layout-flex {
  gap: 0.5em;
}
.single-school .schoolBody .wp-block-group-is-layout-flex > * {
  line-height: 1.3;
  width: 100%;
}
.single-school .schoolBody .wp-block-simple-definition-list-blocks-list dt {
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}
.single-school .schoolBody .wp-block-simple-definition-list-blocks-list dd {
  padding-bottom: 1em;
}
.single-school .schoolBody h2 + h3 {
  margin-top: 0.5em;
}
.single-school .schoolBody h3 + * {
  margin-top: 0;
}
.single-school .schoolBtn {
  background: #002870;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  font-size: min(4vw, 1em);
  font-weight: 700;
  line-height: 4rem;
  margin: 1em clamp(33%, 30vw, 50%) 1em auto;
  width: 28rem;
  max-width: 60vw;
}
.single-school .schoolBtn:hover {
  transform: scale(1.1);
}
.single-school .schoolBtn .arrow {
  border-top: 3px solid;
  border-right: 3px solid;
  display: block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  transform: rotate(135deg) translateY(0.1em);
  position: relative;
}
.single-school .schoolBtn .closeTxt {
  display: none;
}
.single-school .open .schoolBtn {
  background: #555;
}
.single-school .open .schoolBtn .arrow {
  border: none;
  transform: translateY(0.4em);
}
.single-school .open .schoolBtn .arrow::before, .single-school .open .schoolBtn .arrow::after {
  background: #fff;
  content: "";
  width: 150%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.single-school .open .schoolBtn .arrow::after {
  transform: rotate(-45deg);
}
.single-school .open .schoolBtn .openTxt {
  display: none;
}
.single-school .open .schoolBtn .closeTxt {
  display: block;
}
@media (min-width: 768px) {
  .single-school .schoolItem {
    margin-top: -5em;
    padding-top: 5em;
  }
  .single-school .schoolHead {
    flex-direction: row;
    gap: 0;
    padding-top: 4em;
  }
  .single-school .schoolHead .thumb {
    width: 45%;
  }
  .single-school .schoolHead .uni {
    width: 17%;
    right: 48vw;
    bottom: 0;
  }
  .single-school .schoolHead .info {
    gap: 1em;
    padding-left: 3.5em;
    width: 55%;
  }
  .single-school .schoolHead .info .name {
    font-size: 1.13em;
  }
  .single-school .schoolHead .info ul {
    gap: 1.2rem;
    width: 100%;
  }
  .single-school .schoolHead .info ul li .ico {
    width: 6rem;
    height: 6rem;
  }
  .single-school .schoolBody {
    padding-top: 3em;
  }
  .single-school .schoolBody .wp-block-group-is-layout-flex {
    gap: 1em;
  }
  .single-school .schoolBody .wp-block-group-is-layout-flex > * {
    width: calc(33.33% - 0.67em);
  }
  .single-school .schoolBody .wp-block-simple-definition-list-blocks-list {
    display: flex;
    flex-wrap: wrap;
  }
  .single-school .schoolBody .wp-block-simple-definition-list-blocks-list dt, .single-school .schoolBody .wp-block-simple-definition-list-blocks-list dd {
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
  }
  .single-school .schoolBody .wp-block-simple-definition-list-blocks-list dt:first-of-type, .single-school .schoolBody .wp-block-simple-definition-list-blocks-list dd:first-of-type {
    padding-top: 0;
  }
  .single-school .schoolBody .wp-block-simple-definition-list-blocks-list dt {
    width: 10em;
  }
  .single-school .schoolBody .wp-block-simple-definition-list-blocks-list dd {
    width: calc(100% - 10em);
  }
  .single-school .schoolBody h2 + h3 {
    margin-top: 1em;
  }
  .single-school .schoolBody h3 + * {
    margin-top: 0.5em;
  }
  .single-school .schoolBtn {
    line-height: 6rem;
    margin: 3em auto 4em;
  }
}
@media (min-width: 1024px) {
  .single-school .schoolHead .uni {
    position: static;
  }
  .single-school .schoolHead .info {
    width: 38%;
  }
}
/* ===========================================================
   # EXAM
=========================================================== */
.examCont h2.examSpeech {
  color: #333;
  font-size: min(5vw, 2em);
  font-weight: 900;
  margin-bottom: 1em;
  padding: 1em 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.examCont .examAbout {
  gap: 1em;
}
.examCont .examAbout > * {
  border: 1px solid #002870;
}
.examCont .examAbout > * p {
  padding: 0 0.5em 0.5em;
}
.examCont .examCheck {
  width: 100%;
}
.examCont .examBtn {
  flex-direction: column;
  gap: 1em;
}
.examCont .examBtn > * {
  width: 100%;
}
.examCont .examBtn > * .wp-block-button__link {
  border-radius: 0.5em;
  font-weight: 500;
  margin: 0;
  padding: 0.6em 0;
  width: 100%;
}
@media (min-width: 768px) {
  .examCont .examCheck {
    text-align: center;
  }
  .examCont .examCheck br:not(:first-of-type) {
    display: none;
  }
  .examCont .examCheck span {
    margin-right: 1em;
  }
  .examCont .examBtn {
    flex-direction: row;
  }
  .examCont .examBtn > * {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .examCont .examAbout {
    gap: 2em;
  }
  .examCont .examAbout > * {
    width: calc(33.33% - 1.34em);
  }
  .examCont .examAbout > * p {
    padding: 0.5em 1em 1em;
  }
  .examCont .examBtn > * .wp-block-button__link {
    font-size: 1.2em;
  }
}
/*HOPI*/
article .bace-contents {
  background-color: #fff;
  border: #F7716C solid 5px;
  border-radius: 20px;
}
article .bace-contents h2 {
  background-color: #F7716C;
  background-size: 31.5px auto;
  background-position: right 10px center;
  border-radius: 13px 13px 0 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 18px 30px 18px 0;
  margin: 0;
}
article .bace-contents .link-contents {
  overflow: hidden;
  padding: 30px 20px;
  display: block;
}
article .bace-contents .btnExam {
  text-align: center;
}
article .bace-contents .btn, article .bace-contents a.btn,
article .bace-contents button.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 2em;
}
article .bace-contents .btn--yell,
article .bace-contents a.btn--yell {
  color: #212529;
  background-color: #ffd03b;
}
article .bace-contents .btn--yell:hover,
article .bace-contents a.btn--yell:hover {
  color: #212529;
  background: #fff14c;
}
article .bace-contents .txtExam {
  text-align: center;
  font-size: 2rem;
  padding: 1em;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  article .bace-contents .link-contents {
    padding: 60px 40px;
  }
}

/* ===========================================================
   # EVENT
=========================================================== */
/* = LIST
----------------------------------------------------------- */
.eventWrap {
  padding-top: 2em;
  padding-bottom: 2em;
}
.eventTab {
  flex-wrap: wrap;
  gap: 2px;
}
.eventTab li {
  width: calc(50% - 1px);
}
.eventTab li:first-child {
  width: 100%;
}
.eventTab li a {
  background: #eee;
  display: block;
  padding: 1rem 0;
}
.eventTab li.active a {
  background: #002870;
  color: #fff;
}
.eventTab li.active a.exam {
  background: #da2222;
}
.eventTab li.active a.private {
  background: #2b32b6;
}
.eventTab li.active a.culture {
  background: #329f16;
}
.eventTab li.active a.workshop {
  background: #7f2696;
}
.eventList {
  background: #fff;
  display: none;
  opacity: 0;
  padding: 1em 0;
}
.eventList.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.eventList.noEntry {
  padding: 8em 0;
}
.eventList li:not(:first-child) {
  border-top: 1px solid #ccc;
}
.eventList li a {
  align-items: flex-start;
  flex-direction: column;
  padding: 2em 3em 2em 0;
}
.eventList li a::after {
  border-top: 5px solid #ccc;
  border-right: 5px solid #ccc;
  content: "";
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  transition: all 500ms 0s ease;
}
.eventList li a:hover::after {
  right: 0;
}
.eventList li a .cat {
  border: 1px solid;
  align-items: center;
  font-size: min(3.7vw, 1.1em);
  font-weight: 500;
  padding: 0.1em 1em 0.2em;
}
.eventList li a .cat.exam {
  color: #da2222;
}
.eventList li a .cat.private {
  color: #2b32b6;
}
.eventList li a .cat.culture {
  color: #329f16;
}
.eventList li a .cat.workshop {
  color: #7f2696;
}
.eventList li a .body {
  flex-direction: column;
  gap: 0.8em;
}
.eventList li a .body .ttl {
  font-size: min(4.8vw, 2.4rem);
  font-weight: 500;
  padding-top: 0.5em;
}
.eventList li a .body .txt {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.2em;
}
.eventList li a .body .txt span {
  background: #002870;
  border-radius: 3px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  margin-right: 1em;
  padding: 0.1em 1em 0.25em;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .eventWrap {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .eventTab li {
    flex: 1;
  }
  .eventTab li a {
    padding: 1.5rem 0;
  }
  .eventList {
    background: #fff;
    display: none;
    opacity: 0;
    padding: 1em 0;
  }
  .eventList.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  .eventList li a {
    align-items: initial;
    flex-direction: row;
    gap: 3em;
    padding: 3em 4em 3em 0;
  }
  .eventList li a::after {
    width: 3em;
    height: 3em;
  }
  .eventList li a .cat {
    font-size: 1.1em;
    padding: 0 3em;
  }
  .eventList li a .body {
    padding-bottom: 1em;
  }
  .eventList li a .body .ttl {
    padding: 0.5em 0;
  }
  .eventList li a .body .txt {
    align-items: center;
    flex-direction: row;
  }
}
/* ===========================================================
   # SUPPORT
=========================================================== */
.supportSpeech {
  font-size: min(5vw, 2em);
  font-weight: 900;
  margin: 0 auto;
  padding: 1em 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.supportBox.is-layout-flex {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 1em;
  gap: 1.5em;
  padding: 1em;
}
.supportBox.is-layout-flex h4 {
  color: #002870;
  margin-bottom: -1em;
  padding: 0;
}
.supportBox.is-layout-flex h4::before, .supportBox.is-layout-flex h4::after {
  display: none;
}
.supportBox.is-layout-flex ol, .supportBox.is-layout-flex ul {
  margin-left: 1.25em;
}
.supportBox.is-layout-flex ol.has-background, .supportBox.is-layout-flex ul.has-background {
  margin-left: 0;
}
.supportBox.is-layout-flex ol li, .supportBox.is-layout-flex ul li {
  padding: 0.2em 0;
}
.supportBox.is-layout-flex table {
  font-size: 0.88em;
  margin-top: 0.3em;
}
.supportBox.is-layout-flex table th, .supportBox.is-layout-flex table td {
  background: #fff;
  line-height: 1.6;
  vertical-align: middle;
}
.supportBox.is-layout-flex table th {
  background: #ffeded;
  white-space: nowrap;
}
.supportBox.is-layout-flex table tbody th {
  min-width: 15em;
}
.supportBox.is-layout-flex .info {
  background: #f06767;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.5em 0;
}
.supportBox.is-layout-flex .btm0 + * {
  margin-top: -1em;
}
@media (min-width: 768px) {
  .supportBox.is-layout-flex {
    margin-top: 3em;
    padding: 2em min(4vw, 5em);
  }
  .supportBox.is-layout-flex .info {
    font-size: 1.1em;
    margin-top: 1em;
    padding: 1em;
  }
  .supportBox.is-layout-flex .btm0 + * {
    margin-top: -1.5em;
  }
}
/* ===========================================================
   # ENTRY
=========================================================== */
.entryList {
  gap: 1em;
}
.entryList .item {
  border: 3px solid #ccc;
  border-radius: 2em;
  padding: 1em 1.5em 0;
}
.entryList .item:hover {
  border-color: #002870;
  transform: scale(1.05);
}
.entryList .item figure {
  width: 4em;
  height: 3em;
  position: absolute;
  left: 1.5em;
}
.entryList .item figure img {
  filter: invert(13%) sepia(28%) saturate(7412%) hue-rotate(212deg) brightness(85%) contrast(105%);
  height: 100%;
}
.entryList .item h3 {
  background: transparent;
  color: #002870;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: min(6vw, 2.4rem);
  line-height: 1.8em;
  padding-left: 2.5em;
}
.entryList .item h3::after {
  border-top: 3px solid #002870;
  border-right: 3px solid #002870;
  content: "";
  width: 0.6em;
  height: 0.6em;
  transform: translateY(0.15rem) rotate(45deg);
}
@media (min-width: 768px) {
  .entryList {
    gap: min(5vw, 5em);
  }
  .entryList .item {
    border-width: 5px;
    padding: min(4vw, 4em) min(4vw, 3em) min(2vw, 2em);
    width: calc(50% - min(2.5vw, 2.5em));
  }
  .entryList .item figure {
    margin: 0 auto;
    padding-left: 1.2em;
    width: 8em;
    height: 8em;
    position: static;
  }
  .entryList .item h3 {
    justify-content: center;
    padding: 0;
  }
}
/* ===========================================================
   # ETC
=========================================================== */
/* = MAP
----------------------------------------------------------- */
.gMap {
  padding-bottom: 75%;
  width: 100%;
  height: 0;
}
.gMap iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .gMap {
    padding-bottom: 56.25%;
  }
}
/* ===========================================================
   # SCHEDULE
=========================================================== */
/* ===========================================================
   # INQ
=========================================================== */
.inqTbl {
  line-height: 2em;
  margin-bottom: 3rem;
}
.inqTbl dt, .inqTbl dd {
  width: 100%;
}
.inqTbl dt {
  font-weight: 500;
}
.inqTbl dt span {
  color: #c00;
  font-size: 0.8em;
  vertical-align: baseline;
}
.inqTbl dd {
  padding-bottom: 2rem;
}
.inqTbl dd .small {
  color: #888;
}
.inqTbl dd .inqTxt {
  font-size: 1.3em;
  font-weight: 300;
  padding-right: 0.5rem;
}
.inqTbl dd .inqBlock {
  display: inline-block;
  margin-top: 1rem;
  width: 100%;
}
.inqTbl dd .inqBlock.small {
  line-height: 1.3;
  margin-top: 0.5rem;
}
.inqTbl dd .wpcf7-not-valid {
  background: rgba(255, 246, 246, 0.5);
  border: 1px solid #c99 !important;
  display: inline-block;
}
.inqTbl dd span.wpcf7-not-valid-tip {
  display: none !important;
}
@media (min-width: 768px) {
  .inqTbl {
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  .inqTbl dt, .inqTbl dd {
    border-top: 1px dotted #ccc;
    padding: 1.5rem 0;
  }
  .inqTbl dt {
    width: 22rem;
  }
  .inqTbl dd {
    width: calc(100% - 22rem);
  }
}
/* = INPUT, TEXTAREA
----------------------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  border: 1px solid #d2d2d2;
  padding: 0 5px;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
}

input.sizeSs {
  width: 8rem;
}
input.sizeS {
  width: 14rem;
}
input.sizeL {
  max-width: 60rem;
}

textarea {
  line-height: 1.3;
  padding: 5px;
  height: 200px;
}

/* = RADIO, CHECKBOX
----------------------------------------------------------- */
.wpcf7-list-item.first {
  margin-left: 5px;
}

input[type=radio], input[type=checkbox] {
  display: none;
}
input[type=radio] + span, input[type=checkbox] + span {
  padding-left: 20px;
  position: relative;
}
input[type=radio] + span::before, input[type=radio] + span::after, input[type=checkbox] + span::before, input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
}
input[type=radio] + span::before, input[type=checkbox] + span::before {
  background: transparent;
  border: 1px solid #999;
  width: 14px;
  height: 14px;
  left: 0;
  top: 6px;
}

/* RADIO */
input[type=radio] + span::before {
  border-radius: 50%;
}
input[type=radio]:checked + span::after {
  background: #111;
  border-radius: 50%;
  left: 3px;
  top: 9px;
  width: 8px;
  height: 8px;
}

/* CHECKBOX */
input[type=checkbox] + span::before {
  border-radius: 4px;
}
input[type=checkbox]:checked + span::after {
  border-bottom: 3px solid #111;
  border-right: 3px solid #111;
  width: 7px;
  height: 14px;
  left: 5px;
  top: 3px;
  transform: rotate(40deg);
}

/* = SELECT
----------------------------------------------------------- */
select {
  border-radius: 0;
  cursor: pointer;
  margin: -1px;
  padding: 0 10px;
  width: calc(100% + 2.2rem);
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}

span[data-name=your-select] {
  border: 1px solid #d2d2d2;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  padding-right: 2rem;
}
span[data-name=your-select]:after {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 1.1rem;
  transform: rotate(45deg);
  z-index: 1;
}

/* = SEND
----------------------------------------------------------- */
input[type=submit] {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 1.6em;
  line-height: 60px;
  outline: none;
  width: 40rem;
  max-width: 90%;
}
input[type=submit]:hover {
  opacity: 0.8;
}

/* = @media width TABLET -->
----------------------------------------------------------- */
@media (min-width: 768px) {
  input.sizeM {
    max-width: 26rem;
  }
}/*# sourceMappingURL=content.css.map */