@charset "utf-8";
/*========= レイアウトのためのCSS ===============*/
.shadow {
  box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 5px;
}
ul {
  list-style:none;
}
a {
  color:#333;
  text-decoration: none;
}
.banner_area  {
  width: 90%;
  /* overflow: hidden; */
  margin: 40px auto 0;
}
.btn_sns {
  position: relative;
  margin: 40px auto;
  font-size: 1.0em;
  color: #000;
  width: 500px;
  padding: 1.5% 0;
  background-color: #fff;
  border: 2px solid #b5b5b6;
  border-radius: 100px;
  text-align: center;
}
.btn_sns::after {
  position: absolute;
  right: -4%;
  top: 36%;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: contain;
  transition: all .3s;
  transform: translate(0,4px);
}
/*hoverした際の移動*/
.btn_sns:hover::after{
  right:-7%;
}
.btn_sns img {
  width: 10%;
  margin-right: 10px;
  vertical-align: middle;
}
.btn_sns span {
  vertical-align: middle;
}
.btn_sns img.youtube {
  width: 8%;
}
.btn_sns img.insta {
  width: 6%;
}
.btn_sns {
  vertical-align: middle;
}

@media screen and (max-width:768px){
  .btn_sns {
    width: 80%;
    padding: 10px;
  }
  .btn_sns::after {
    right: -3%;
    top: 30%;
    width: 30px;
    height: 30px;
  }
  .btn_sns span img {
    margin: 1% 10px 0 0;
  }
}
/*========= ページwrapp ===============*/
#wrapper {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  /* background-color: #fdedf1; */
}
/*========= メインエリア ===============*/
#main {
  position: relative;
  /* z-index: -1; */
  margin: 0 auto 7%;
  height: 700px;
  /* max-width: 1240px; */
  background-image: url(../images/top/main.svg);
  background-position: bottom;
  background-size: cover;
}
#main .main_name {
  width: 65%;
  position:absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%) translateY(-25%);
  text-shadow: 0 0 15px #fff;
  font-size: 2.7em;
  letter-spacing: 0.3em;
}
#submenu {
  position:absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
  width: 70%;
  max-width: 960px;
  font-size: 0;
}
ul#submenu li {
  width: 25%;
  padding: 0 2.5%;
  display: inline-block;
}
#main_copy {
  position:absolute;
  width: 70%;
  max-width: 960px;
  bottom: -12%;
  left: 50%;
  transform: translateX(-50%);
}
.h2_lead {
 width: 15px;
 margin: 5% auto 0;
}
.h2_befoer {
  color: #f4ae00;
  font-size: 1.8em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
h2 {
  font-size: 4.0em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  font-weight: bolder;
  color: #23599c;
  text-shadow: 3px 3px 4px #ddd;
}
h3 {
  position: relative;
  font-size: 2.4em;
  font-weight: bolder;
  line-height: 0.9em;
  margin: 2em auto 0;
  display: inline-block;
  z-index: 1;
}
h3 span {
  font-size: 0.6em;
}
h3::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color:rgba(255,255,255,0.7);
  margin: auto;
  left: 50%;
  top: 55%;
  transform: translateY(-55%) translateX(-50%);
  z-index: -1;
}
h4 {
  position: relative;
  font-size: 4.0em;
  font-weight: bolder;
  line-height: 1.4em;
  margin: 1em auto 0;
  color: #fff;
  text-align: left;
}
h4 span {
  font-size: 0.5em;
}

.h4_after {
  font-size: 2.4em;
  font-weight: bolder;
  line-height: 1.0em;
  margin: 0 auto 0.5em;
  float: left;
  color: #172a88;
  text-align: left;
  width: 100%;
}
#point02 .h4_after,
#point04 .h4_after {
  font-size: 2.4em;
}
h4::before {
  content: '　';
  position: absolute;
  background-image: url(../images/top/icon_bikkuri.svg);
  margin-top: -1.2em;
  width: 50px;
}
#point01 {
  margin: auto;
  padding: 0 0 20%;
  background-color: #71c1ec;
  background-image:
  url(../images/top/sect02_ill_left.svg),
  url(../images/top/sect01_ill.svg),
  url(../images/top/sect02_bg.svg),
  url(../images/top/sect01_bg.png);
  background-size: 25%, 30%, 100%, 100%;
  background-position: 5% 90%, right 10%, bottom, top;
  overflow: hidden;
}
.sect_cont {
  width: 90%;
  max-width: 960px;
  margin: -0% auto 0;
  padding: 0;
  overflow: hidden;
}
.left_box {
  width: 50%;
  padding: 0 7% 0 0;
  float: left;
}
.right_box {
  width: 50%;
  padding: 0 0 0 7%;
  float: right;
  margin: 20% auto 0;
}
#point02,
#point04 {
  margin: -7% auto 0;
  padding: 0 0 7%;
  background-image:
  url(../images/top/sect02_ill_right.svg);
  background-color: #5f93d3;
  background-size: 35%;
  background-position: right 5%;
  overflow: hidden;
}
#point04 {
  background-color: #d5c9ce;
  background-image:
  url(../images/top/sect04_ill.svg),
  url(../images/top/sect04_ill_right.svg);
  background-size: 35%, 25%;
  background-position: left top, right 30%;
}
#point02 h4,
#point04 h4 {
  margin: 1em auto 0;
}
#point02 .left_box,
#point04 .left_box {
  width: 100%;
  /* margin: 0% 5% 0; */
  padding: 0;
  float: left;
}
.point1_dl {
  text-align: left;
  float: left;
  width: 100%;
  font-size: 1.2em;
  margin: 0 auto 1em;
}
.point1_dl dt {
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(90deg, #007dc3, transparent 93%);
}
.point1_dl dd {
  background-color: #fff;
  padding: 10px 10px 10px 20px;
  margin: 0 auto 1em;
}
.point1_dl dd span {
  color: #8dc556;
  font-size: 1.4em;
  font-weight: bolder;
}
#contact {
  background-image: url(../images/top/contact_bg.jpg);
  background-size: cover;
  padding: 5%;
  color: #fff;
}
#contact h2 {
  color: #fff;
  margin: 0 auto 0.3em;
  text-shadow: inherit;
  font-weight: 300;
}
#contact .contact-01 {
  font-size: 2.0em;
}
#contact .contact-01 span {
  color: #f7d133;
  font-size: 1.6em;
}
#contact .contact-02 {
  font-size: 1.4em;
  margin: 2em auto 1em;
}
#contact ul {
  width: 80%;
  max-width: 960px;
  margin: auto;
  font-size: 0;
}
#contact ul li {
  width: 45%;
  margin: 0 2.5%;
  display: inline-block;
}
#point03 {
  margin: auto;
  padding: 0 0 20%;
  background-image:
  url(../images/top/sect03_ill.svg),
  url(../images/top/sect04_bg.svg);
  background-color: #d8dad9;
  background-size: 25%, 100%;
  background-position: right 18%, bottom;
  overflow: hidden;
  z-index: -1;
}

#news {
  width: 100%;
  padding: 0 15% 10%;
  float: left;
  background-color: #fff;
  clear: left;
}
#news h3 {
  position: inherit;
  float: left;
  widrh: 20%;
  }

#news dl.left_box {
  width: 70%;
  margin: 5em 0 0 10%;
  float: left;
  text-align: left;
}
#news dl.left_box dt {
  float: left;
  width: 20%;
  font-weight: bold;
  color: orange;
  margin: 0 0 1em 0;
  /* border-bottom: 1px dotted #ccc; */
}
#news dl.left_box dd {
  float: left;
  width: 80%;
  margin: 0 0 1em 0;
  /* border-bottom: 1px dotted #ccc; */
}
#news dl.left_box dd span {
  color: red;
  padding-left: 1em;
}
ul.top_banner {
  width: 80%;
  margin: 3em auto;
}
ul.top_banner li {
  width: 48%;
  margin: 3em 1%;
  float: left;
}
@media screen and (max-width:900px){
  #main {
    height: 40vh;
    margin: 0% auto 13%;
  }
}

@media screen and (max-width:768px){
  #main {
  }
  .banner_area  {
    width: 95%;
    margin: 20px auto 0;
  }
  #main .main_name {
    width: 90%;
    top: 37%;
    font-size: 2.7em;
  }
  #submenu {
    top: 60%;
    width: 90%;
    max-width: 960px;
  }
  #main_copy {
    width: 90%;
    bottom: -15%;
  }
  ul#submenu li {
    width: 25%;
    padding: 0 1.5%;
    display: inline-block;
  }
  .h2_befoer {
    font-size: 1.4em;
    line-height: 1.8em;
    letter-spacing: 0.1em;
  }
  h2 {
    font-size: 1.8em;
    line-height: 1.2em;
    letter-spacing: 0em;
  }
  .h2_lead {
   width: 10px;
   margin: 5% auto 0;
  }
  h3 {
    position: relative;
    font-size: 1.6em;
    font-weight: bolder;
    line-height: 0.9em;
    margin: 2em auto 0;
    display: inline-block;
    z-index: 1;
  }
  h3::after {
    width: 100px;
    height: 100px;
  }
  h4::before {
    margin-top: -1.2em;
    width: 20px;
  }
  h4 {
    font-size: 2.0em;
    line-height: 1.4em;
  }
  h4 span {
    font-size: 0.5em;
  }
  .h4_after {
    font-size: 1.3em;
    line-height: 1.0em;
    margin: 0 auto 0.5em;
  }
  .sect_cont {
    width: 95%;
  }
  #point02 .h4_after,
  #point04 .h4_after {
    font-size: 1.3em;
  }
  #point01 {
    background-image:
    url(../images/top/sect02_ill_left.svg),
    url(../images/top/sect01_ill.svg),
    url(../images/top/sect02_bg.svg),
    url(../images/top/sect01_bg.png);
    background-size: 35%, 40%, 100%, 100%;
    background-position: 3% 79%, right 15%, bottom, top;
  }
  #point02 {
    background-image:
    url(../images/top/sect02_ill_right.svg);
    background-size: 40%;
    background-position: 110% 0%;
  }
  #point03 {
    background-image:
    url(../images/top/sect03_ill.svg),
    url(../images/top/sect04_bg.svg);
    background-size: 35%, 100%;
    background-position: right 20%, bottom;
  }
  #point04 {
    background-color: #d5c9ce;
    background-image:
    url(../images/top/sect04_ill.svg),
    url(../images/top/sect04_ill_right.svg);
    background-size: 35%, 25%;
    background-position: left top, right 20%;
  }
  .left_box {
    width: 100%;
    padding: 0;
    float: left;
  }
  .right_box {
    width: 100%;
    padding: 0;
    float: right;
    margin: 1em auto 0;
  }
  .point1_dl {
    font-size: 1.0em;
  }
  #contact {
    padding-bottom: 3em;
  }
  #contact h2 {
    color: #fff;
    margin: 1em auto 0.3em;
  }
  #contact .contact-01 {
    font-size: 1.4em;
  }
  #contact .contact-01 span {
    color: #f7d133;
    font-size: 1.2em;
  }
  #contact .contact-02 {
    font-size: 0.9em;
    margin: 1em auto;
  }
  #contact ul {
    width: 100%;
  }
  #contact ul li {
    width: 47%;
    margin: 0 1.5%;
    display: inline-block;
  }
  #news {
    width: 100%;
    padding: 0 5% 10%;
  }
  #news dl.left_box {
    width: 100%;
    margin: 1em 0 0 0%;
    float: left;
  }
  #news dl.left_box dt {
    width: 100%;
    margin: 0 0 0.2em 0;
  }
  #news dl.left_box dd {
    width: 100%;
    margin: 0 0 1em 0;
    border-bottom: 1px dotted #ccc;
  }
}

.topics_box {
  position:absolute;
  /* topics_box2がある場合 */
  width: 15%;
  right: 30%;
  top: 40vw;
/* topics_box2がない場合 */
  /* width: 23%;
  right: 5%;
  top: 30vw; */
}
.topics_box2 {
  position:absolute;
  width: 23%;
  right: 5%;
  top: 30vw;
}
/* news_box */
.news_box {
  position:absolute;
  width: 50%;
  background-color: #fff;
  left: 0;
  top: 45vw;
  font-size: 90%;
  line-height: 1.2em;
}
.news_category {
  width: 23%;
  background-color: #a57d46;
  color: #fff;
  text-align: center;
  line-height: 1.4em;

  padding: 25px 15px;
  float: left;
}
.news_cont {
  width: 77%;
  padding: 20px;
  text-align: left;
  float: left;
}
.news_cont li {
  padding: 0.15% 0 0;
  /* border-bottom: solid 1px #ccc; */
}
.news_cont .date {
  float: left;
  margin-bottom: 3px;
}
.news_cont .label_hischool {
  font-size: 0.9em;
  padding: 0px 7px;
  background-color: #172a88;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  float: left;
  margin: 0px 0 0 7px;
}
.news_cont .label_jhischool {
  font-size: 0.9em;
  padding: 0px 7px;
  background-color: #ea5e7a;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  float: left;
  margin: 0px 0 0 7px;
}
.news_cont .label_music {
  font-size: 0.9em;
  padding: 0px 7px;
  background-color: #9f0117;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  float: left;
  margin: 0px 0 0 7px;
}
.news_cont .title {
  clear: left;
  padding-top: 5px;
  line-height: 1.2em;
}
.news_cont:empty {
  display: none;
}

/*========= コンテンツエリア ===============*/
#container {
  width: 100%;
  max-width: 1240px;
  margin: 8% auto 0;
  /* padding: 3% 0 0; */
  padding: 0;
  text-align: center;
}

@media screen and (max-width:768px){
  #container {
    margin: 0% auto 0;
    padding: 10% 0 0;
  }
}
/*========= トピックス ===============*/
#topics {
  padding-top: 0%;
}
.slider_topics li {
  margin: 0 10px 20px;
  position: relative;
}
/*========= インフォメーション ===============*/
#information {
  padding-top: 5%;
  background-color: #fff;
}
.info_box {
  background-color: #fff;
  width: 90%;
  margin: 20px auto ;
  padding: 20px 40px;
  border-left: 10px solid #ec7792;
  overflow: hidden;
}
.info_box h3 {
  text-align: left;
  font-size: 1.6em;
  float: left;
  margin-right: 40px;
}
.info_box h3 span {
  margin-right: 5px;
  margin-top: -5px;
  font-size: 0.6em;
  float: right;
}
.info_box h3 span a {
  color: #ec7792;
}
.tab,
.tab2,
.tab3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
}
.tab li {
  /* display: inline-block; */
  /* float: left; */
}
.tab li a,
.tab2 li a,
.tab3 li a {
  display: block;
  margin:0 2px;
  padding:3px 30px;
  border-radius: 100px;
  background:#fff;
  border-radius: 100px;
  border: 1px solid #ec7792;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a,
.tab2 li.active a,
.tab3 li.active a {
  background:#ec7792;
  color: #fff;
}
/*エリアの表示非表示と形状*/
.area,
.area3 {
  display: none;
  opacity: 0;
  padding: 35px 0 0px;
  text-align: left;
}
.area2 {
  display: none;
  opacity: 0;
  padding: 20px 0;
  text-align: left;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active,
.area2.is-active,
.area3.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.area .area_cont {
  width: 80%;
  margin: 0px auto 0 20px;
}
.area .area_cont li {
  width: 100%;
  padding: 0px 0 30px;
  float: left;
  clear: left;
}
.area .area_cont li:nth-last-child(1) {
  padding: 0px 0 0px;
}
.area .area_cont .date {
  margin-right: 20px;
  float: left;
}
.area .area_cont .label {
  width: 100px;
  margin-right: 20px;
  margin-top: 0px;
  float: left;
  border: 1px solid #ddd;
  padding: 3px auto 2px;
  text-align: center;
}
.area .area_cont .title {
  float: left;
  position: relative;
  margin-top: -4px;
  line-height: 1.2em;
}
.area .area_cont .title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/info_icon.svg) no-repeat;
  background-size: contain;
  margin-left: 8px;
  transform: translate(0,4px);
}
.area2 .area_cont li {
  width: 32.0%;
  margin: 0 0.5%;
  float: left;
}
.area2 .area_cont .title {
  float: left;
  line-height: 1.2em;
}
.area2 .area_cont .date {
  line-height: 1.4em;
}
.area2 .area_cont img {
  height: 200px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 5px;
}
.area3 {
  padding: 30px 0 0;
  text-align: left;
  float: left;
  width: 100%;
}
.area3 .area_cont3 {
  margin: 0px auto 0 20px;
  width: 80%;
}
.area3 .area_cont3 li {
  width: 100%;
  padding: 0px 0 10px;
  float: left;
  clear: left;
  border-bottom: 1px dotted #b5b5b6;
  margin-bottom: 20px;
}
.area3 .area_cont3 li:nth-last-child(1) {
  margin-bottom: 0px;
}
.area3 .area_cont3 .date {
  margin-right: 40px;
  float: left;
}
.area3 .area_cont3 .title {
  float: left;
  position: relative;
  margin-top: -4px;
  line-height: 1.2em;
}
.area3 .area_cont3 .title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/info_icon.svg) no-repeat;
  background-size: contain;
  margin-left: 8px;
  transform: translate(0,4px);
}
/*インフォメーション　アイコン*/
.icon_other {
	padding: 2px 4px;
	font-size: 0.9em;
	color: #FFFFFF;
	border-radius: 0px;
	margin-left: 5px;
	border-radius: 3px;
  border: 1px solid #b94600;
  background-color: #b94600;
  display: inline-block;
}
.icon_emergency {
	padding: 2px 4px;
	font-size: 0.9em;
	color: #b94600;
	border-radius: 3px;
	margin-left: 5px;
	border: 1px solid #b94600;
  display: inline-block;
}
.more_link {
  position: relative;
  float: right;
  padding-right: 40px;
  margin-top: -10px;
}
.gakuen_area.more_link {
  margin-top: 10px;
}
.sancho_area.more_link {
  margin-top: -35px;
}
.more_link img {
  width: 60px;
}
.more_link::after {
  position: absolute;
  right: -0%;
  top: 32%;
  content: "";
  display: inline-block;
  width: 35px;
  height: 40px;
  background: url(../images/icon/arrow.svg) no-repeat;
  background-size: contain;
  transition: all .3s;
  transform: translate(0,4px);
}
.more_link:hover::after{
  right:-7%;
}
@media screen and (max-width:768px){
  /* インフォメーションタブ */
  .info_box {
    width: 95%;
    padding: 10px 10px;
  }
  .tab,
  .tab2,
  .tab3 {
    display: flex;
    /* flex-wrap: wrap; */
    margin: 10px auto;
    clear: left;
  }
  .tab li,
  .tab2 li,
  .tab3 li {
    display: inline-block;
    float: left;
  }
  .tab li a,
  .tab2 li a,
  .tab3 li a {
    margin: 0 2px;
    padding: 2px 8px;
    border-radius: 5px;
  }
  .area,
  .area2,
  .area3 {
    padding: 0;
  }
  .area .area_cont {
    margin: 0px auto 0 0px;
    width: 100%;
  }
  .area3 .area_cont3 {
    margin: 0px auto 0 0px;
    width: 100%;
  }
  .area .area_cont li {
    padding: 7px 0 7px;
    border-bottom: 1px solid #ccc;
  }
  .area .area_cont li:nth-last-child(1) {
    padding: 7px 0 7px;
  }
  .area .area_cont .date {
    margin-right: 5px;
  }
  .area .area_cont .label {
    width: 90px;
    margin-right: 0px;
    margin-top: 1px;
    padding: 0px 3px 1px;
    font-size: 0.9em;
  }
  .area .area_cont .title {
    margin-top: 5px;
    clear: left;
  }
  .area2 .area_cont img {
    height: 80px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
  }
  .area3 {
    padding: 0;
  }
  .area3 .area_cont3 .title {
    margin-top: 0px;
    clear: left;
  }
  .area3 .area_cont3 li {
    padding: 7px 0 5px;
    margin-bottom: 0px;
    /* border-bottom: 1px solid #ccc; */
  }
  .more_link {
    position: relative;
    float: right;
    padding-right: 30px;
    margin-top: 10px;
  }
  .gakuen_area.more_link {
    margin-top: 10px;
  }
  .sancho_area.more_link {
    margin-top: 10px;
  }
  .more_link img {
    width: 50px;
  }
  .more_link::after {
    position: absolute;
    right: -0%;
    top: 32%;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon/arrow.svg) no-repeat;
    background-size: contain;
    transition: all .3s;
    transform: translate(0,4px);
  }
}
