@charset "utf-8";

/* CSS Document */
.topicPathWrap h2 {
  margin: 0 auto 15px;
  padding: 10px 15px 0;
  width: 100%;
  max-width: var(--outerWidth);
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
}

.topicPathWrap h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}

.topicPathWrap p {
  font-size: 1.2rem;
  line-height: 1.8;
}

.topicPathWrap td span {
  color: #333 !important;
}

.moreBlock {
  display: none;
}

.contentRegion {
  width: 100%;
  min-width: auto;
}


/* ------ reset --------------*/
.contentRegion article,
.contentRegion aside,
.contentRegion details,
.contentRegion figcaption,
.contentRegion figure,
.contentRegion footer,
.contentRegion header,
.contentRegion hgroup,
.contentRegion menu,
.contentRegion nav,
.contentRegion section {
  display: block;
}

.contentRegion ul,
.contentRegion ol,
.contentRegion dl {
  list-style: none;
}

.contentRegion blockquote,
.contentRegion q {
  quotes: none;
}

.contentRegion blockquote:before,
.contentRegion blockquote:after,
.contentRegion q:before,
.contentRegion q:after {
  content: '';
  content: none;
}

.contentRegion a,
.contentRegion a:link,
.contentRegion a:visited,
.contentRegion a:active {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border-bottom: none;
}

.contentRegion a:link img,
.contentRegion a:visited img,
.contentRegion a:active img,
.contentRegion a:hover img {
  border: none;
  text-decoration: none;
}

.contentRegion img,
.contentRegion canvas,
.contentRegion iframe,
.contentRegion video,
.contentRegion svg {
  max-width: 100%;
  vertical-align: bottom;
}

.contentRegion table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ------ .indexGuidance --------------*/
/* page tab */
.topicPathWrap .tabNavi {
  margin: 0 auto 15px;
  padding: 0 0 0 10px;
  width: calc(100% - 20px);
  max-width: var(--outerWidth);
  border-bottom: 1px solid rgba(59, 112, 210, 1);
}

.topicPathWrap .tabNavi ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}

.topicPathWrap .tabNavi li {
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 0.75rem 0.75rem 0 0;
}

.topicPathWrap .tabNavi li:last-child {
  justify-self: end;
}

.topicPathWrap .tabNavi li::after {
  content: '';
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 112, 210, 1);
  border-radius: 0.75rem 0.75rem 0 0;
  border-bottom: 0;
  transform: scale(1, 0);
  transform-origin: center bottom;
}

.topicPathWrap .tabNavi a {
  position: relative;
  z-index: 3;
  display: grid;
  place-content: center;
  padding: 3px 10px;
  height: 100%;
  font-weight: bold;
  line-height: 1.2;
}

.topicPathWrap .tabNavi a[href*="s-kyogikai.com"] {
  margin: 5px;
  padding: 3px 1.75em 3px 5px;
  height: calc(100% - 10px);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57.73 57.73"><path fill="rgba(255,255,255,1)" fill-rule="evenodd" d="M10.82,0V46.9H57.73V0Zm42.4,42.39H15.33V4.51H53.22ZM4.51,10.82H0V57.73H46.9V53.22H4.51ZM26.38,35.18,39.69,21.87v9.7H44V14.43H26.83v4.29H36.3L23.23,32Z" /></svg>') calc(100% - 0.5em) center / 1em auto no-repeat, #904890;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.3rem;
}

.topicPathWrap .tabNavi .location {
  background: #fff;
  border: solid 1px rgba(59, 112, 210, 1);
  border-bottom: 0;
}

.topicPathWrap .tabNavi .location a {
  position: relative;
  cursor: default;
  color: rgba(59, 112, 210, 1);
  font-weight: bold;
}

.topicPathWrap .tabNavi .location::after {
  content: '';
  top: 100%;
  width: 100%;
  height: 5px;
  background: #fff;
  border-radius: 0;
  transform: scale(1, 1);
}

.topicPathWrap .tabNavi .location span {
  position: relative;
  z-index: 2;
}

.contentRegionInner {
  background: radial-gradient(#fff4bf 0, rgba(255, 255, 255, 0) 2px) left top / 6px 6px repeat;
}


/* ------ mainTitle ------ */
.mainTitle {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding-top: 30px;
  width: 90%;
}

.mainTitle>.inner {
  position: relative;
  display: inline-block;
}

.mainTitle .title {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.5em;
}

.mainTitle h3 {
  margin: 0 auto 1.5rem;
  font-size: 3rem;
  text-align: center;
}

.mainTitle .ttlLine {
  position: relative;
}

.mainTitle .ttlLine::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #f7a324;
  transition: all 0.5s;
}


.mainTitle .title figure img {
  width: 33%;
  transform: scale(-1, 1);
  float: right;
}

.mainTitle .title div {
  display: table;
  width: 100%;
}

/* ------ areaList Large ------ */
.contentRegion .areaList{
  margin: 0 auto 4em;
  padding: 5px 10px;
  background: #fff4bf;
}

.contentRegion .areaList ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
}

.areaList li {
  background: #dedede;
  border: solid 3px#f4f4ec;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 5px 1%;
  min-height: 50px;
  width: 23%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.areaList li a {
  background: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
}

.areaList li:nth-child(1) a {
  color: #32ade2;
}

.areaList li:nth-child(2) a {
  color: #60b051;
}

.areaList li:nth-child(3) a {
  color: #32a8a0;
}

.areaList li:nth-child(4) a {
  color: #a2c639;
}

.areaList li:nth-child(5) a {
  color: #fcb646;
}

.areaList li:nth-child(6) a {
  color: #e8623b;
}

.areaList li:nth-child(7) a {
  color: #eea4b9;
}

.areaList li:nth-child(8) a {
  color: #e08653;
}


/* ------ forTeacherBtn ------ */
.forTeacherBtn {
  margin: 2em auto;
  text-align: right;
  padding: 0 15px;
}

.forTeacherBtn a {
  color: #f7a324;
  position: relative;
  font-size: 1rem !important;
  line-height: 1.2;
}

.forTeacherBtn a::after {
  content: '';
  top: 35%;
  right: 10px;
  width: 0.8em;
  height: 0.8em;
  border-bottom: solid 2px #f7a324;
  border-right: solid 2px #f7a324;
  transform: translate(0, -50%) rotate(45deg);
}

.forTeacherBtn a span {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 2em;
}



/* ------ areaList small ------ */
.areaList {
  width: 100%;
  min-width: auto;
  justify-content: flex-start;
  margin: 0 auto;
}

.areaList li span {
  text-shadow: none;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: normal;
}


/* ------ regionArticle ------ */
.regionArticle {
  margin: 0 auto 3px;
  width: 92%;
}

.regionArticle section {
  margin: 0em auto 4em;
  background: #fff;
  border: 2px solid #ededed;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
}

.regionArticle div {
  padding: 10px 0;
}

.regionArticle .sectionInner {
  padding: 15px 20px;
}

/* ------ school Block ------ */

.rightArea {
  margin-top: 1em;
}

/*areaMenu*/
h3.areaMenu {
  margin: 0 auto 40px;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

h3.areaMenu#area01 {
  background: #32ade2;
}

h3.areaMenu#area02 {
  background: #60b051;
}

h3.areaMenu#area03 {
  background: #32a8a0;
}

h3.areaMenu#area04 {
  background: #a2c639;
}

h3.areaMenu#area05 {
  background: #fcb646;
}

h3.areaMenu#area06 {
  background: #e8623b;
}

h3.areaMenu#area07 {
  background: #eea4b9;
}

h3.areaMenu#area08 {
  background: #e08653;
}

/*tag 必要になったらコメントアウト解除*/
/*.eventTab{
	float: right;
	position: relative;
	z-index: -1;
	margin: -3.5em 0;
}
.eventTab span{
	color: #fff;
	background: #9f9f9f;
	border-radius: 3px 3px 0 0;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.3em 4em 2em;
}

.regionArticle .sectionInner {
    padding: 0 20px;
}
.regionArticle .sectionInner.none {
    padding: 20px 20px 60px;
    text-align: center;
    line-height: 1.7;
}
.regionArticle .sectionInner span{
	padding:0.2em 1em;
}
span.prefecturalTag01 {
    background: #32ade2;
	color: #fff;
}
span.prefecturalTag02 {
    background: #60b051;
	color: #fff;
}
span.prefecturalTag03 {
    background: #32a8a0;
	color: #fff;
}
span.prefecturalTag04 {
    background: #a2c639;
	color: #fff;
}
span.prefecturalTag05 {
    background: #fcb646;
	color: #fff;
}
span.prefecturalTag06 {
    background: #e8623b;
	color: #fff;
}
span.prefecturalTag07 {
    background: #eea4b9;
	color: #fff;
}
span.prefecturalTag08 {
    background: #e08653;
	color: #fff;
}
.regionArticle .sectionInner span.cityTag{
	background: #9f9f9f;
	color: #fff;
}*/

/*eventInfo*/
.eventInfo {
  display: flex;
  padding: 0 !important;
  align-items: center;
}

.eventInfo p,
.eventTtl {
  font-size: 15px;
  font-weight: bold;
}

.dateBox p.date {
  align-items: center;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin-right: 1em;
  display: flex;
  flex-direction: column;
}

.eventInfo p.date span.week_text {
  font-size: 1.5rem;
}

.eventInfo_left {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  position: relative;
}

.eventInfo_left::before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% + 20px);
  width: 2px;
  height: calc(100% + 5px);
  border-radius: 3px;
  background: #b5b5b5;
}

/*.eventTtl{
	border-radius: 3px;
	padding: 0.5em !important;
	display: inline-block;
	margin-bottom: 1em;
}
.Area00 .eventTtl {
    color: #75c600;
	border: 2px #75c600 solid;
}
.Area01 .eventTtl {
    color: #32ade2;
	border: 2px #32ade2 solid;
}
.Area02 .eventTtl {
    color: #60b051;
	border: 2px #60b051 solid;
}
.Area03 .eventTtl {
    color: #32a8a0;
	border: 2px #32a8a solid;
}
.Area04 .eventTtl {
    color: #a2c639;
	border: 2px #a2c639 solid;
}
.Area05 .eventTtl {
    color: #fcb646;
	border: 2px #fcb646 solid;
}
.Area06 .eventTtl {
    color: #e8623b;
	border: 2px #e8623b solid;
}
.Area07 .eventTtl {
    color: #eea4b9;
	border: 2px #eea4b9 solid;
}
.Area08 .eventTtl {
    color: #e08653;
	border: 2px #e08653 solid;
}*/

.closing {
  color: #d91c24;
  font-weight: normal !important;
  margin: 1.5em auto;
}

.date {
  align-items: center;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin-right: 1em;
}

.eventnone {
  text-align: center;
  margin: 5em auto;
}


/* address */
.address {
  padding-left: 0;
}

.address .ttlDeco {
  text-align: center;
  line-height: 2;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 1.5em 0.5em;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

/*アイコン仮で入れた*/
.ttlDeco::after {
  content: '';
  width: 22px;
  height: 22px;
  bottom: 30%;
  left: 23%;
  background: url("../../../img/page/LP/campus_tours/icn_ttl_mail.svg") left no-repeat;
}

/*アイコン仮で入れたend*/
/*.address .ttlDeco::before{
	position: absolute;
	bottom: 12px;
	left: calc(50% - 15px);
	width: 30px;
	height: 3px;
	content: '';
	border-radius: 3px;
	background: #000;
}
.Area00 .address .ttlDeco::before {
    background: #c4e398;
}
.Area01 .address .ttlDeco::before {
    background: #acd4e3;
}
.Area02 .address .ttlDeco::before {
    background: #afe5a4;
}
.Area03 .address .ttlDeco::before {
    background: #a4d6d1;
}
.Area04 .address .ttlDeco::before {
    background: #c6db7e;
}
.Area05 .address .ttlDeco::before {
    background: #ffdbae;
}
.Area06 .address .ttlDeco::before {
    background: #e8b5a9;
}
.Area07 .address .ttlDeco::before {
    background: #ffe1e9;
}
.Area08 .address .ttlDeco::before {
    background: #e8b9a1;
}*/

.address ul {
  padding: 0;
  margin: 1em auto;
}

.address li {
  margin: 0.5em auto;
  font-size: 1.2rem;
}

.address li a span {
  text-decoration: underline;
}

.addressName {
  font-weight: bold;
}


/* ------ schoolAll ------ */
.schoolAll {
  margin: 0 auto 2.5em;
}

.schoolAll p {
  margin-bottom: 2em;
}

.schoolAll h3#schoolList {
  background: #acd4e3;
  padding: 1em;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-top: 2em;
}

.schoolAll h3#schoolList::before {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 35px;
  content: '';
  margin-top: -7px;
  width: 2px;
  height: 15px;
  background: #333;
  transition: all 0.35s 0;
  transform-origin: center center;
}

.schoolAll h3#schoolList::after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 28px;
  content: '';
  margin-top: -1px;
  width: 16px;
  height: 2px;
  background: #333;
  transition: all 0.35s 0;
  transform-origin: center center;
}

.schoolAll h3#schoolList.close::before {
  display: none;
}

.dataForm {
  background: #ededed;
  width: 100%;
}

.dataForm tr {
  display: flex;
  flex-direction: column;
}

.dataForm td {
  padding: 1em;
  font-size: 1.2rem;
}

.dataForm td a {
  border-bottom: 2px #acd4e3 solid !important;
}

/* ------ applyBtn ------ */
.applyBtn {
  text-align: center;
}

.applyBtn span {
  position: relative;
  margin: 0 auto;
  width: 70%;
  padding: 10px 25px !important;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 1.5rem !important;
  display: unset;
  color: #fff;
  box-shadow: 2px 2px 0 #9f9f9f;
  border: 2px #fff solid;
  border-radius: 3px;
}

.Area00 .applyBtn span {
  background: #75c600;
}

.Area01 .applyBtn span {
  background: #32ade2;
}

.Area02 .applyBtn span {
  background: #60b051;
}

.Area03 .applyBtn span {
  background: #32a8a0;
}

.Area04 .applyBtn span {
  background: #a2c639;
}

.Area05 .applyBtn span {
  background: #fcb646;
}

.Area06 .applyBtn span {
  background: #e8623b;
}

.Area07 .applyBtn span {
  background: #eea4b9;
}

.Area08 .applyBtn span {
  background: #e08653;
}

.applyBtn span:hover {
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
}


.readMore {
  font-size: 15px !important;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 2.5em;
}

.readMore::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 20%;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform-origin: center center;
  transition: all .25s 0s;
  transform: rotate(-45deg);
}

.regionArticle .leftBlock h5 {
  margin: 0 auto 10px;
  font-size: 1.2rem;
  line-height: 1.625;
  font-weight: bold;
}

.text_wrapper {
  position: relative;
  padding: 0 20px 20px;
  height: auto;
  overflow: hidden;
}

.show_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding-top: 40px !important;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
  cursor: pointer;
}

.open .show_more {
  background: transparent;
}

.show_more:before {
  border-right: 2px solid;
  border-top: 2px solid;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transition: all 0.5s;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 60%;
}

.active .show_more:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.eventDetail {
  margin-bottom: 1em;
  padding: 1em 0.5em !important;
  font-size: 1.2rem !important;
  font-weight: normal !important;
}


/* ------ moreBlock ------ */
.moreBlock .mainBlock {
  padding: 10px 0;
  margin-bottom: 2em;
}

.moreBlock .mainBlock .access p {
  line-height: 1.5;
  margin-bottom: 2em;
  padding: 0 10px;
}

/* ------ moreBlock ------ */
.regionArticle .moreBtn {
  cursor: pointer;
  margin: 0 auto;
  padding: 5px;
  background: #ededed;
  text-align: center;
  transition: all 0.25s 0s;
}

.regionArticle .moreBtn span {
  pointer-events: none;
  position: relative;
  padding-right: 44px;
  display: inline-block;
  color: #333;
  font-size: 1.2rem;
}

.regionArticle .moreBtn span::before {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform-origin: center center;
  transition: all .25s 0s;
}

.regionArticle .moreBtn.close span::before {
  transform: rotate(135deg);
}

.regionArticle .moreBtn.open span::before {
  transform: rotate(-45deg);
}

.regionArticle .moreBtn:hover {
  opacity: 0.75;
}

/* ------ forTeacher ------ */
.forTeacher {
  position: relative;
  position: relative;
  padding-bottom: 4em;
}

.forTeacher::before {
  content: "";
  background: url('/new/_app/_webroot/img/page/guidance/img_forteacher.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: absolute;
}

.forTeacher::after {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  min-height: 100%;
  opacity: 0.5;
  top: 0;
}

.teacherText {
  position: relative;
  padding: .5em 2em;
  z-index: 5;
}

.teacherText h4 {
  margin: 0 auto;
}

.teacherText p {
  margin: .5em auto;
  color: #090909;
}

.teacherText .point li {
  background: rgba(247, 163, 36, 0.8);
  color: #fff;
  font-size: 1.2rem;
  margin: 1em auto;
  padding: .65em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teacherText .point li span {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 .2em;
}

.forTeacher .mail {
  position: relative;
  z-index: 5;
  background: #f7a324;
}

.forTeacher .mail p {
  padding: 1em;
  color: #fff;
}

.forTeacher .mail .mailBtn {
  margin: 1em auto;
  text-align: center;
}

.forTeacher .mail .mailBtn a {
  background: #fff;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
  border-radius: 5px;
  padding: 1.2em .5em 1.2em 2em;
  position: relative;
  display: inline-block;
  width: 55%;
  margin: -1.2em auto;
}

.forTeacher .mail .mailBtn a span {
  position: relative;
}

.forTeacher .mail .mailBtn a span::before {
  content: "";
  background: url('/new/_app/_webroot/img/page/guidance/icn_mail.svg') left no-repeat;
  width: 100%;
  height: 85%;
  left: -20%;
}






/* ------------------------ PC.css ------------------------ */


@media screen and (min-width:768px) {
  .topicPathWrap p {
    font-size: 1.3rem;
  }

  .topicPathWrap .areaList ul,
  .topicPathWrap .forTeacherBtn,
  .topicPathWrap .regionArticle,
  .topicPathWrap .forTeacher,
  .topicPathWrap .mainTitle {
    max-width: 900px;
    margin: 0 auto;
  }

  .topicPathWrap h2 {
    margin: 0 auto;
    padding: 15px 50px 30px;
    font-size: 3rem;
  }

  .topicPathWrap .tabNavi ul {
    grid-template-columns: 1fr 1fr 240px;
  }

  .topicPathWrap .tabNavi li {
    font-size: 2rem;
  }

  .topicPathWrap .tabNavi li:last-child {
    justify-self: end;
  }

  .topicPathWrap .tabNavi a {
    padding: 20px 5px 10px;
  }

  .topicPathWrap .tabNavi a br {
    display: none;
  }

  .topicPathWrap .tabNavi a[href*="s-kyogikai.com"] {
    padding: 5px 1.75em 5px 0.5em;
    font-size: 1.6rem;
  }

  /* ------ mainTitle ------ */
  .mainTitle {
    width: 100%;
    padding-top: 60px;
  }

  .mainTitle .title div {
    padding: 0 1em;
  }

  .mainTitle .title div p {
    line-height: 2.2;
  }

  .mainTitle .title figure img {
    width: 24%;
    margin-top: -7em;
  }

  /* ------ forTeacherBtn ------ */
  .forTeacherBtn a {
    width: 50%;
    padding: 0.8em !important;
  }

  .contentRegion .areaList li {
    font-size: 20px !important;
  }

  .forTeacherBtn a {
    font-size: 14px !important;
  }

  .forTeacherBtn a span {
    font-size: 15px;
  }

  .forTeacherBtn a::after {
    top: 45%;
  }

  /* ------ areaList Large ------ */
  .areaList {
    max-width: 100%;
  }

  /* ------ school Block ------ */
  .schoolBlock {
    margin: 4em auto;
    background: #fff;
    border: 2px solid #ededed;
  }

  .schoolBlock .sectionInner {
    padding: 0 40px;
  }

  .schoolBlock h5 {
    font-size: 20px;
    text-align: left;
  }

  .mainArea {
    display: flex;
  }

  .eventTtl {
    font-size: 20px;
  }

  .eventInfo p.theme {
    flex-direction: column;
  }

  .eventInfo p.theme span {
    width: fit-content;
  }

  .dateBox p.date {
    line-height: 2;
    margin-bottom: 0.5em;
  }

  .applyBtn {
    margin: 0em 1em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: -10%;
    position: relative;
  }

  .applyBtn.bottom {
    right: unset;
    position: unset;
  }

  .closing {
    margin: 0 auto 1.5em;
  }

  .ttlDeco::after {
    bottom: 33%;
    left: 38%;
  }

  /* contact  */
  .eventDetail {
    width: 85%;
  }

  .readMore::before {
    right: 30%;
  }


  /* ------ regionArticle ------ */
  h3.areaMenu {
    font-size: 20px;
    padding: 1em 0;
  }

  .regionArticle section .eventTab {
    margin-top: -3.3em;
  }

  .regionArticle section .eventTab span {
    padding-top: 0.3em;
  }

  .regionArticle h4 {
    font-size: 20px;
    width: 70%;
    margin: 0;
  }

  /* ------ forTeacher ------ */
  .forTeacher {
    display: flex;
  }

  .forTeacher::before {
    width: 60%;
    height: 400px;
  }

  .teacherText {
    padding: 1.5em 2em;
  }

  .teacherText h4 {
    text-align: center;
    font-size: 20px;
  }

  .teacherText p {
    margin: 2em auto 0;
    width: 80%;
  }

  .teacherText .point li {
    margin: 1.5em auto;
    width: 80%;
  }

  .forTeacher .mail {
    width: 70%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .forTeacher .mail p {
    padding: 2em;
  }

  .forTeacher .mail .mailBtn a {
    font-size: 15px;
    width: 100%;
    padding: 1.2em 2em 1.2rem 4em;
  }



}


/*中止表記が必要になったら表示する-----*/
/*.regionArticle section.cancelBox{
  background-color: #f0f0f0;
  background-image:repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
  position: relative;
}
.regionArticle section.cancelBox::after{
	content: '中止';
	top: 40%;
	right: calc(50% - 2em);
	width: 100px;
	height: 1em;
  font-weight: bold;
  font-size: 2.5rem;
  color: #ff6e6e;
  text-align: center;
}
.regionArticle section.cancelBox a:link{
  pointer-events: none;
}
.regionArticle section.cancelBox .moreBtn{
  display: none;
}
.regionArticle section.cancelBox .sectionInner{
  opacity: 0.5;
}
.regionArticle section.cancelBox .eventDetail{
  display: none;
}*/
/*中止表記が必要になったら-----end*/