/*
Theme Name: あべのこうこう
Theme URL: https://www.abeno-hs.com/
Description: 阿倍野高校リニューアル用テーマ
Version: 2.4
Author: chikara@uponstar.com
*/


@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Caveat&family=Source+Code+Pro:ital@1&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Zen+Maru+Gothic:wght@400;500&display=swap');


/* -------------------------------------------------------- */
/* ------------------------------------------- body設定 --SP */
/* -------------------------------------------------------- */
.slick_container{
min-width: 0;
min-height: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #353852;
  color: #52546C;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Noto Sans JP',sans-serif;
  font-weight: 400;
  /* background: #F2F2E1; */
  background: #EFF4FA;
  /* background-image: url('asset/rain-72dpi-rgb.jpg'); */
  background-size: 20%;
  background-attachment: fixed;
}


/* ------------------------------------------- body設定 --TB */
@media screen and (min-width: 520px) {
  body {
    font-size: calc(1.2rem + ((100vw - 520px) * 0.00684931506849315));
  }
}

/* ------------------------------------------- body設定 --PC */
@media screen and (min-width: 958px) {
  body {
    font-size: 1.5rem;
    /* font-size: 1.6rem; */
  }
}

/* ここまで|||||||||||||||||||||||||||||||||||||||||||||||||| */
/* -------------------------------------------------------- */
/* ------------------------------------------- 文字関係 --SP */
/* -------------------------------------------------------- */

/* h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; } */

/* 文字列選択時の色設定 */
::-moz-selection {
  background: #5DDBBC;
  color: white;
  text-shadow: none;
}
::selection {
  background: #5DDBBC;
  color: white;
  text-shadow: none;
}
.green {
  color: #5DDBBC;
}
.purple {
  color: #7E77CA;
}
/* マーカー線・緑 */
a.green {
  color: #5DDBBC;
}

mark {
  color: inherit;
  font-weight: 500;
  background: none;
  background-image: -moz-linear-gradient(left, transparent 50%, #fff626 50%);
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff626 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fff626 50%);
  background-image: linear-gradient(to right, transparent 50%, #fff626 50%);
  background-repeat: repeat-x;
  background-size: 200% 50%;
  background-position: 0 bottom;
}
mark.active {
  background-position: -100% bottom;
  transition: 0.5s all ease;
}


sup {
  color: #5DDBBC;
}
.malinda {
  font-family: Malinda;
}
.show_sp {display: block;}
@media screen and (min-width: 958px){
  .show_sp {display: none;}
}
.show_pc {display: none;}
@media screen and (min-width: 958px){
  .show_pc {display: block;}
}

.def_text a{
  color: #7e77ca;
  color: #5DDBBC;;
}
.def_text a[target="_blank"] {
  line-height: 2;
  text-decoration: underline;
}
.def_text a[target="_blank"]::before {
  font-family: "Font Awesome 5 Free";
  content: '\f2d2';
  font-weight: 400;
  display: inline;
  margin: 0 0.2em;
}
.def_text a[href$="pdf"] {
  line-height: 2;
  text-decoration: underline;
}
.def_text a[href$="pdf"]::before {
  content: none;
}
.def_text a[href$="pdf"]::after {
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 900;
  display: inline;
  margin: 0 0.2em;
}

.iframe_text {
  height: 300px;
  overflow-y: scroll;
  font-size: 1.2rem;
  border: 1px solid #999;
  background: white;
  padding: 0 2%;
}
.iframe_text dt {
  font-weight: 700;
  margin: 1em 0;
}

/* -------------------------------------------------------- */
/* --------------------------------------- 汎用ボタン設定 --SP */
/* -------------------------------------------------------- */
a.arrow::before {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  display: inline-block;
  padding-right: 0.2em;
}

/* 使ってる */
a.round_btn {
  display: block;
  width: 90%;
  max-width: 450px;
  margin: 3em auto;
  padding: 18px 40px 17px 40px;
  background: linear-gradient(270deg, #5DDBBC, #7E77CA);
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  /* border-radius: 40px; */
  position: relative;
}
a.round_btn::after {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate3d(0,-50%,0);
  font-size: 1em;
  transition: 0.3s;
}
a.round_btn[href$="pdf"]::after {
  font-family: "Font Awesome 5 Free";
  content: '\f56d';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate3d(0,-50%,0);
  font-size: 1.8em;
}
/* 使ってる */
a.def_btn {
  padding: 16px;
  display: block;
  background: linear-gradient(270deg, #5DDBBC, #7E77CA);
  background-size: 120% 100%;
  background-position: left top;
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  border-radius: 3px;
  width: 90%;
  /* min-width: 340px; */
  max-width: 450px;
  margin: 3em auto 0;
  position: relative;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition:  0.3s;
}
a.def_btn:hover {
  background-position: right bottom;
}
a.def_btn.big {
  padding: 30px 16px;
  font-size: 1.2em;
}
a.def_btn::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translate3d(0,-50%,0);
  transition: 0.3s;
}
a.def_btn:hover::after,
a.round_btn:hover::after {
  transform: translate3d(4px,-50%,0);
}
a.round_btn[href$="pdf"]:hover::after {
  transform: translate3d(0px,-40%,0);
}
a.dl_btn {
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  padding: 14px 20px;
  border-radius: 50px;
  background: #7E77CA;
  text-decoration: none;
}
a.dl_btn:hover {
  opacity: 0.8;
}


/* デフォルトのテキストエリア */
.def_text {
  line-height: 1.9;
}
.def_text > p {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* フォントサイズ設定 */
.small_font {
  font-size: 0.6em;
}
.mid_font {
  font-size: 0.8em;
}
.normal_font {
  font-size: 1em;
}
.large_font {
  font-size: 1.1em;
}
.more_font {
  font-size: 1.3em;
  line-height: 1.5;
}
.most_font {
  font-size: 1.8em;
  line-height: 1.5;
}
.extra_font {
  font-size: 2.8em;
  line-height: 1.5;
}
.bold {
  font-weight: bold;
}
/* 段落揃え設定 */
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}

/* スペース（マージンボトム）の調整 */
.no_space {
  margin-bottom: 1rem !important;
}
.normal_space {
  margin-bottom: 2rem !important;
}
.more_space {
  margin-bottom: 4rem !important;
}
.most_space {
  margin-bottom: 8rem !important;
}
@media screen and (min-width: 520px) {
  .extra_space {
    margin-bottom: 10rem !important;
  }
}


.tel_list {}
.tel_list dt {
  font-weight: 700;
  margin-bottom: 1em;
}
.tel_list dd {
  margin-bottom: 2em;
  font-size: 1.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px dashed silver;
}
.defcap {
  margin-top: 0.8em;
  font-size: 0.8em;
  line-height: 1.5;
  color: #999;
}
/* -------------------------------------------------------- */
/* ---------------------------------------- ユーティリティ --SP */
/* -------------------------------------------------------- */
/* 画像の幅を100%にする */

.fit img {
  width: 100%;
}
img.fit {
  width: 100%;
}

div img.full {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
}

.clear {
  background: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* hrのボーダー設定 */
hr {
  border: none;
  border-top: 1px solid #aaa;
}

/* 引用符の設定 */
q {
  font-style: italic color: gray;
}

q::before {
  content: '‘';
  font-family: "Font Awesome 5 Free";
  content: '\f10d';
  font-weight: 900;
  display: inline-block;
  padding-right: 0.2em;
}

q::after {
  content: "’";
  font-family: "Font Awesome 5 Free";
  content: '\f10e';
  font-weight: 900;
  display: inline-block;
  padding-right: 0.2em;
}
/* 動画ボックス&再生マーク---------------------------------------------- */
.movie_box {
  position: relative;
  margin: 0 auto;
}
.movie_box > div {
  width: 100%;
  padding-top: 56.25%;
}

.movie_box img,
.movie_box iframe,
.movie_box figure {
  position: absolute;;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mov_play{
  position: relative;
  cursor: pointer;
}
.mov_play::before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  transition: all 0.3s;
}
.mov_play::after {
  font-family: "Font Awesome 5 Free";
  content: '\f144';
  font-weight: 400;
  font-size: 80px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  line-height: 80px;
  position: absolute;
  z-index: 2;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.mov_play:hover::before {
  background: rgba(0,0,0,0);
}
.mov_play:hover::after {
  font-size: 90px;
  color: #7D4696;
}
/* とりあえず保存 */
/* 再生マーク---------------------------------------------- */

.mov_play{
  position: relative;
  cursor: pointer;
}
.mov_play::before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  transition: all 0.3s;
}
.mov_play::after {
  font-family: "Font Awesome 5 Free";
  content: '\f144';
  font-weight: 400;
  font-size: 80px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  line-height: 80px;
  position: absolute;
  z-index: 2;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.mov_play:hover::before {
  background: rgba(0,0,0,0);
}
.mov_play:hover::after {
  font-size: 90px;
  color: #5DDBBC;
}


/* ---------------------obj_fit_img関連設定--------------------- */
.obf{
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/* -------------------------吹き出し設定------------------------- */
.fukidashi {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto 0;
  position: relative;
}
.fukidashi > .text {
  flex: 1 1;
  flex-basis: auto;
  line-height: 1.7;
  text-align: justify;
  position: relative;
  background: #f7f7f7;
  color: #707070;
  border-radius: 10px;
  padding: 24px 28px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
.fukidashi > .text::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 6px solid #f7f7f7;
  left: -10px;
  top: 20px;
  transform: skewY(30deg);
}
.fukidashi > .text h1 {
  color: #5DDBBC;
  font-weight: 500;
}
.fukidashi > .icon {
  flex: 0 0;
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid silver;
  border-radius: 50%;
  background-image: url('asset/teacher-m.png');
  background-size: cover;
  position: relative;
  top: 3px;
}
.fukidashi > .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.fukidashi > .icon.male {
  background-image: url('asset/teacher-m.png');
}
.fukidashi > .icon.female {
  background-image: url('asset/teacher-f.png');
}
.fukidashi > .icon.student-f {
  background-image: url('asset/student-f.png');
}
.fukidashi > .icon.kyoto {
  background-image: url('asset/student-f.png');
}
.fukidashi > .icon::after {
  content: attr(data-icon);
  position: absolute;
  display: block;
  bottom: -2.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7em;
  text-align: center;
  white-space: nowrap;
}
.fukidashi > .icon.male::after {
  content: '教務担当';
}
.fukidashi > .icon.female::after {
  content: '広報担当';
}
.fukidashi > .icon.kyoto::after {
  content: '教頭';
}
@media screen and (min-width: 520px){
  .fukidashi {
    display: flex;
    flex-flow: row nowrap;
    /* background: silver; */
    margin: 0 0 0 30px;
    position: relative;
  }
  .fukidashi > .icon {
    flex-basis: 75px;
    width: 75px;
    height: 75px;
    margin-right: 20px;
  }
}



/* -------------------------------------------------------- */
/* ------------------------------------------------- 背景色 */
/* -------------------------------------------------------- */
.bg_grd {
  background: linear-gradient(130deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(237,249,244,1) 50%, rgba(237,249,244,1) 100%);
}
.hou_bg {
  background-image: url('asset/aniv100/hougan@2x.png');
  background-size: 75%;
}
.test_bg {
  background-image: url('asset/testbg.jpg');
  /* background-size: 75%; */
  background-size: 200%;
  background-position: top right;
}
.white_bg {
  background-color: white;
}
@media screen and (min-width: 520px){
  .hou_bg {
    background-size: 25%;
  }
  .test_bg {
    background-size: 50%;
  }
}

/* -------------------------------------------------------- */
/* --------------------------------------- スクロール関係 --SP */
/* -------------------------------------------------------- */
.js_fade {
  opacity: 1;
  transition: 0.8s ease-in-out;
  top: 0px;
  right: 0px;
  left: 0px;
  position: relative;
}
.fade_down {
  top: 40px;
  opacity: 0;
}
.fade_left {
  left: -30px;
  opacity: 0;
}
.fade_right {
  left: 30px;
  opacity: 0;
}
.fadein {
  opacity: 0;
  top: 40px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.blur {
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.unenue {
  animation: uneri 2s linear -2s infinite alternate;
}

@keyframes uneri {
  0% {
    transform: translate(0px, -5px);
  }
  25% {
    transform: translate(5px, -2px);
  }
  50% {
    transform: translate(3px, 0px);
  }
  75% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(2px, 0px);
  }
}

/* ----------------------------------------------------------------- */
/* ローディング設定---------------------------------------------------
/* ----------------------------------------------------------------- */

.js_load {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: linear-gradient(0deg, #5DDBBC, #7E77CA);
  /* background: #5DDBBC; */
}
.js_load::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 120px;
  background-image: url('asset/tomoni-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translate(-50%, -50%);
  content: '';
}


/* -------------------------------------------------------- */
/* ---------------------------------  ヘッダーロゴ設定 --SP */
/* -------------------------------------------------------- */
.site_rogo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9991;
  width: 16%;
  max-width: 60px;
  height: 110px;
  padding: 22px 8px 10px 8px;
  background: linear-gradient(0deg, #5DDBBC, #7E77CA);
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.site_rogo img {
  width: 100%;
}
@media screen and (min-width: 520px){
  .site_rogo {
    width: 16%;
    max-width: 80px;
    height: 130px;
    padding: 22px 8px 10px 8px;
  }
}
@media screen and (min-width: 958px){
  .site_rogo {
    width: 16%;
    max-width: 80px;
    height: 150px;
    padding: 22px 8px 10px 8px;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------------- #gnav設定 --SP */
/* -------------------------------------------------------- */
.toppage_nav_innerwrapper {
  background: whitesmoke;
  background: linear-gradient(120deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(245,245,245,1) 50%, rgba(245,245,245,1) 100%);

}
.toppage_nav_innerwrapper:nth-child(even) {


}
.toppage_nav_head {
  height: 168px;
  background: linear-gradient(270deg, #5DDBBC, #7E77CA);
  position: relative;
}
.toppage_nav_head::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
}
.ab_bgimg::after {
  background-image: url('./asset/header/DSC06511@1x.jpg');
}
.ed_bgimg::after {
  background-image: url('./asset/header/DSC01054@1x.jpg');
}
.sl_bgimg::after {
  background-image: url('./asset/header/DSC06592@1x.jpg');
}
.cb_gbimg::after {
  background-image: url('./asset/header/clubheadimg@1x.jpg');
}
.ex_bgimg::after {
  background-image: url('./asset/header/DSC06806@1x.jpg');
}
@media screen and (min-width: 520px){
  .ab_bgimg::after {
    background-image: url('./asset/header/DSC06511@2x.jpg');
  }
  .ed_bgimg::after {
    background-image: url('./asset/header/DSC01054@2x.jpg');
  }
  .sl_bgimg::after {
    background-image: url('./asset/header/DSC06592@2x.jpg');
  }
  .cb_gbimg::after {
    background-image: url('./asset/header/clubheadimg@2x.jpg');
  }
  .ex_bgimg::after {
    background-image: url('./asset/header/DSC06806@2x.jpg');
  }
}
.toppage_nav_listwrapper {
  padding: 40px 3%;
}
.toppage_nav_listwrapper h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.toppage_nav_listwrapper h1 > span {
  display: block;
  font-size: 2.5rem;
  font-family: 'Caveat', cursive;
  font-weight: normal;
  transform: rotate(-3deg);
  margin-bottom: 5px;
  color: #7E77CA;
  margin-bottom: 6px;
}
.toppage_nav_listwrapper li {
  margin-bottom: 13px;
  text-align: center;
}
.toppage_nav_listwrapper li:last-child {
  margin-bottom: 0;
}
.toppage_nav_listwrapper li > a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.4em 0 1.3em;
  color: #fff;
  font-size: 1em;
  background-color: #5DDBBC;
}
.toppage_nav_listwrapper li > a::after{
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  color: #fff;
  font-size: 1em;
  position: absolute;
  transform: translateY(-50%) rotate(0deg);
  top: 50%;
  right: 1em;
}
@media screen and (min-width: 520px){
  .toppage_nav_innerwrapper {
    display: flex;
    flex-flow: row nowrap;
  }
    .toppage_nav_innerwrapper:nth-child(even) {
      display: flex;
      flex-flow: row-reverse nowrap;
    }
  .toppage_nav_head {
    flex-basis: 50%;
    height: auto;
  }
  .toppage_nav_listwrapper {
    padding: 40px 3%;
    flex-basis: 50%;
  }
  .toppage_nav_listwrapper li > a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1em 0 0.9em;
    color: #fff;
    font-size: 1em;
    background-color: #5DDBBC;
    overflow: hidden;
  }
  .toppage_nav_listwrapper li > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background: #7E77CA;
    transform: skewX(-45deg) translateX(90px);
    transition: all 0.3s;
  }
  .toppage_nav_listwrapper li > a:hover::before {
    transform: skewX(-45deg) translateX(45px);
  }
}
@media screen and (min-width: 958px){
  .toppage_nav_head {
    flex-basis: 50%;
    height: auto;
    min-height: 300px;
  }
  .toppage_nav_innerwrapper {
    align-items: center;
  }
  .toppage_nav_listwrapper {
    padding: 40px 3%;
    max-width: 650px;

    margin: 0 auto;
  }
  .toppage_nav_listwrapper ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .toppage_nav_listwrapper ul li {
    flex-basis: 49%;
  }
  .toppage_nav_listwrapper li:last-child {
    margin-bottom: auto;
  }
}
.content_nav_listwrapper {
  display: flex;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  margin-top: 50px;
  padding-top: 50px;
  border-top: none;
}
@media screen and (min-width: 520px){
  .content_nav_listwrapper {
    border-top: 1px solid silver;
  }
}
.content_nav_listwrapper h1 {
  font-size: 1.3em;
  text-align: center;
  flex-basis: 100%;
  margin-bottom: 10px;
  position: relative;
}
.content_nav_listwrapper h1 > span {
  display: block;
  position: absolute;
  font-size: 1.3em;
  font-family: 'Caveat', cursive;
  font-weight: normal;
  white-space: nowrap;
  color: #5DDBBC;
  top: -24px;
  left: 50%;
  transform: translate(-50%) rotate(-3deg);
}
.content_nav_listwrapper ul {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid silver;
  padding-top: 10px;
}
.content_nav_listwrapper li {
  text-align: center;
  flex-basis: 50%;
  padding: 5px;
}
.content_nav_listwrapper li > a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1em 0 0.9em;
  background-color: #5DDBBC;
  color: #fff;
  font-size: 0.9em;
  overflow: hidden;
  z-index: 0;
}
.content_nav_listwrapper li > a::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: #7E77CA;
  transform: skewX(-45deg) translateX(90px);
  transition: all 0.3s;
}
.content_nav_listwrapper li > a:hover::before{
  transform: skewX(-45deg) translateX(45px);
}
.content_nav_listwrapper li > a::after{
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  color: #fff;
  font-size: 1em;
  position: absolute;
  transform: translateY(-50%) rotate(0deg);
  top: 50%;
  right: 20px;
}
@media screen and (min-width: 520px){
  .content_nav_listwrapper {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
  .content_nav_listwrapper h1 {

  }
  .content_nav_listwrapper ul {
    width: 82%;
  }
}
@media screen and (min-width: 958px){
  .content_nav_listwrapper {
    flex-direction: row;
    justify-content: center;
    width: 80vw;
    max-width: 1240px;
  }
  .content_nav_listwrapper h1 {
    flex-basis: 30%;
    margin-bottom: 0;
  }
  .content_nav_listwrapper h1 > span {
    top: -28px;
    left: 50%;
    transform: translate(-50%) rotate(-3deg);
  }
  .content_nav_listwrapper ul {
    flex-basis: 50%;
    width: auto;
    border-left: 1px solid gray;
    border-top: none;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}




/* -------------------------------------------------------- */
/* ------------------------------- ヘッダーポジション --SP */
/* -------------------------------------------------------- */

.home_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
}
#header.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-100px);
  }
}
#header.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 958px){
  @keyframes UpAnime{
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 1;
      transform: translateY(-120px);
    }
  }
  #header.DownMove {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
    from {
      opacity: 1;
      transform: translateY(-120px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* -------------------------------------------------------- */
/* ---------------------------------  トグルボタン --SP */
/* -------------------------------------------------------- */
.toggle_btn {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  /* background: skyblue; */
  z-index: 9991;
}
.toggle_btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: 0.3s transform;
}
.toggle_btn span::before,
.toggle_btn span::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  transition: 0.3s all ease-in-out;
}
.toggle_btn span::before {
  transform: translate3d(0, -15px,0);
}
.toggle_btn span::after {
  transform: translate3d(0, 15px,0);
}
.toggle_btn.active span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0)  rotate(30deg);
  transition: 0.3s transform;
}
.toggle_btn.active span::before,
.toggle_btn.active span::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  transition: 0.3s transform;
}
.toggle_btn.active span::before {
  transform: translate3d(0, 0, 0) rotate(-60deg);
}
.toggle_btn.active span::after {
  transform: translate3d(0, 0, 0) rotate(-60deg);
}
@media screen and (min-width: 520px){
  .toggle_btn {
    display: block;
  }
}
.mordal {
  display: none;
}
@media screen and (min-width: 958px){
  .toggle_btn {
    display: none;
  }
}
/* -------------------------------------------------------- */
/* -------------------------------  グローバルナビ     --SP */
/* -------------------------------------------------------- */
.nav_wrapper {
  display: flex;
  align-items: center;
  background: linear-gradient(270deg, #5DDBBC, #7E77CA);
  width: 100%;
  height: 100px;
}
.head_rogo {
  width: 50%;
  max-width: 187px;
  position: relative;
  left: 72px;
  z-index: 9999;
}
.head_rogo img {
  width: 100%;
}
.gnav_wrapper {
  display: block;
  position: fixed;
  top: 100px;
  right: 0;
  width: 100%;
  height: calc(100% - 100px);
  min-height: calc(100vh - 100px);
  margin: 0 auto;
  overflow-y: auto;
  background: #fff;
  background: rgba(70,202,168,0.95);
  background: rgba(70,70,70,0.95);
    /* background-image: linear-gradient(60deg, #29323c 0%, #485563 100%); */
}
.gnav_main {
  position: relative;
  /* background: #fff; */
  width: 100%;
  padding: 20px 0;
}
.gnav_main > ul {
  width: 100%;
  margin: 0;
}
.gnav_main > ul > li {
  position: relative;
  margin-bottom: 1px;
  color: #333;
  cursor: pointer;
}
.gnav_main > ul > li > a,
.gnav_main > ul > li > p {
  display: block;
  position: relative;
  padding: 1.3em 1em 1.1em 30px;
  font-size: 1.2em;
  color: #fff;
}
.gnav_main > ul > li > a span,
.gnav_main > ul > li > p span {
  display: none;
  font-family: 'Source Code Pro', monospace;
  font-style: italic;
  font-size: 1.7em;
}
.gnav_main > ul > li > a::before,
.gnav_main > ul > li > p::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 3px;
  background: #7E77CA;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.3s ease-in-out;
}
/* .gnav_main > ul > li > a:after, */
.gnav_main > ul > li > p::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #5DDBBC;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 30px;
  transition: transform 0.3s ease-in-out;
}
.gnav_main > ul > li > p.active::before {
  transform: translateY(-50%) rotate(45deg);
}
.gnav_main > ul > li > p.active::after {
  transform: translateY(-50%) rotate(-45deg);
}
.have_sub:active {
  background: #777;
}
.have_sub_inner {
  display: none;
  background: #666;
  padding: 20px 30px;
}
.have_sub_inner > p {
  display: none;
}
.have_sub_inner ul {
  display: block;
  flex-wrap: wrap;
  /* display: none; */
}
.have_sub_inner li {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
  .have_sub_inner li:last-child {
    margin-bottom: 0;
  }
.have_sub_inner li a {
  display: block;
  padding: 0.5em 1em 0.4em 0;
  color: #fff;
  font-size: 1.1em;
}
.have_sub_inner li a:before {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  margin-right: 12px;
  color: #5DDBBC
}
.have_sub_inner li:active a {
  color: #5DDBBC;
}

.gnav_etc {
  flex-basis: auto;
}
.gnav_etc > ul {
  display: block;
  flex-flow: row wrap;
  padding: 0 30px;
  margin-bottom: 30px;
}
.gnav_etc > ul > li {
  text-align: center;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 1px;
  position: relative;
}
.gnav_etc li a:after {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  font-size: 0.8em;
  position: absolute;
  color: #5DDBBC;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.gnav_etc > ul > li > a {
  display: block;
  padding: 1.2em 0 1em;
  color: #7E77CA;
}
.gnav_etc > ul > li.gbg {
  background: linear-gradient(270deg, #5DDBBC, #7E77CA);
}
.gnav_etc > ul > li.gbg > a {
  color: #fff;
}
.gnav_etc > ul > li:active {
  background: #eee;
}

.gnav_bana_wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.gnav_bana_wrapper div {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
}
.gnav_address {
  width: calc(100% - 30px);
  padding: 10px 15px;
  margin: 30px auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.9;
}
.gnav_address p {
  color: #fff;
  font-size: 1.3rem;
}


@media screen and (min-width: 520px){
  .nav_wrapper {
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, #5DDBBC, #7E77CA);
    width: 100%;
    height: 100px;
  }
  .head_rogo {
    width: 50%;
    max-width: 237px;
    position: relative;
    left: 96px;
  }
}
@media screen and (min-width: 958px){
  .nav_wrapper {
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, #5DDBBC, #7E77CA);
    width: 100%;
    height: 120px;
  }
  .head_rogo {
    width: 50%;
    max-width: 250px;
    /* position: relative; */
    left: 110px;
  }
  .gnav_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    /* position: fixed; */
    position: absolute;
    /* top: 100px; */
    top: 0;
    right: 0;
    width: 100%;
    /* max-width: 415px; */
    max-width: none;
    height: 120px;
    min-height: auto;
    margin: 0 auto;
    overflow-y: visible;
    /* background: rgba(70,70,70,0.95); */
    background: none;
  }
  .gnav_main {
    position: relative;
    /* background: #fff; */
    width: auto;
    padding: 0 10px 0 0;
    flex-basis: auto;
    order: 2;
  }
  .gnav_main > ul {
    width: 100%;
    margin: 0;
    display: flex;
    /* justify-content: flex-end; */
  }
  .nav_top {display: none;}
  .gnav_main > ul > li > a,
  .gnav_main > ul > li > p {
    display: block;
    position: relative;
    padding: 0 1em;
    font-size: 1.05em;
    color: #fff;
    /* text-align: center; */
            padding-bottom: 40px;
  }
  .gnav_main > ul > li > a::before,
  .gnav_main > ul > li > p::before {
    content: none;
  }
  .gnav_main > ul > li > p::after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    background: none;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
    right: auto;
  }
  .gnav_main > ul > li > p:hover::after {
    transform: translate(-50%, 5px);
  }
  .have_sub:active {
    background: transparent;
  }
  .have_sub_inner {
    display: block;
    /* background: #666; */
    padding: 0;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: 480px;
    padding-left: 50%;
    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
    background-color: #CDDCDC;
  }
  .have_sub_inner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, #5DDBBC, #7E77CA);
  }
  .have_sub_inner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0.6;
  }

  .have_sub_inner > p {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 12%;
  }
  .have_sub_inner > p::before {
    display: block;
    content: attr(data-title);
    font-size: 3rem;
    letter-spacing: normal;
    font-family: 'Caveat', cursive;
    font-weight: normal;
    transform: rotate(-3deg);
    margin-bottom: 5px;
    color: #5DDBBC;
  }
  .have_sub_inner ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15%;
  }
  .have_sub_inner li {
    flex-basis: 50%;
    position: relative;
    margin-bottom: auto;
    text-align: center;
  }
  .have_sub_inner li:last-child {
    margin-bottom: auto;
  }
  .have_sub_inner li a {
    display: block;
    padding: 1em 0 0.8em;
    color: #fff;
    font-size: 1em;
    background: #5DDBBC;
    margin: 4px;
    position: relative;
    overflow: hidden;
  }
  /* .have_sub_inner li a:hover {
    background: #41be9f;
  }
  .have_sub_inner li a:before {
    content: none;
  } */
  .have_sub_inner li > a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    color: #fff;
    font-size: 1em;
    position: absolute;
    transform: translateY(-50%) rotate(0deg);
    top: 50%;
    right: 20px;
  }
  .have_sub_inner li > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    margin: 0;
    background: #7E77CA;
    transform: skewX(-45deg) translateX(90px);
    transition: all 0.3s;
  }
  .have_sub_inner li > a:hover::before {
    transform: skewX(-45deg) translateX(45px);
  }
  .gnav_etc {
    flex-basis: auto;
    order: 1;
    margin-right: 10px;
    margin-top: 4px;
    display: flex;
  }
  .gnav_etc > ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
  }
  .gnav_etc > ul > li {
    text-align: center;
    background: none;
    margin-bottom: 0;
    border-radius: 1px;
    border-right: 1px solid #fff;
  }
  .gnav_etc > ul > li:last-child {
    border-right: 1px solid #fff;
  }
  .gnav_etc li a:after {
    content: none;
  }
  .gnav_etc > ul > li > a {
    display: block;
    padding: 4px 0.5em 2px;
    color: #fff;
    font-size: 13px;
  }
  .gnav_etc > ul > li > a:hover {
    color: #ccf6ec;
  }
  .gnav_etc > ul > li.gbg {
    background: none;
  }
  .gnav_etc > ul > li.gbg > a {
    color: #fff;
  }
  .gnav_etc > ul > li:active {
    background: none;
  }
  .gnav_other {display: none;}
  .gnav_address {display: none;}
  .gnav_bana_wrapper {display: none;}
}

.search_wrapper {
  background: #333;
  padding: 5px 5px;
  margin: 30px 30px;
  border-radius: 40px;
  width: auto;
  height: 50px;
  position: relative;
}
.search_wrapper input {
  padding: 10px 10px;
  color: #fff;
  line-height: 1;
  width: calc(100% - 40px);
}
.search_wrapper button {
  background: #5DDBBC;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
@media screen and (min-width: 958px){
  .search_wrapper {
    background: #5DDBBC;
    padding: 0px 0px;
    margin: 0px 0px;
    border-radius: 40px;
    font-size: 1.3rem;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
  }
  .search_wrapper:hover {
    background: #333;
    height: 40px;
    width: 200px;
    margin-left: 10px;
  }
  .search_wrapper input {
    display: none;
  }
  .search_wrapper button {
    width: 40px;
    height: 40px;
    border-radius: 45px;
    transition: 0.3s;
    right: 0px;
  }
  .search_wrapper:hover button {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #7E77CA;
    right: 5px;
  }
  .search_wrapper:hover input {
    padding: 0 0 0 10px;
    color: #fff;
    width: auto;
    height: 40px;
    display: block;
  }
}

.search_404_wrapper {
  background: #333;
  padding: 5px 5px;
  margin: 30px auto;
  border-radius: 40px;
  max-width: 500px;
  height: 50px;
  position: relative;
}
.search_404_wrapper input {
  padding: 10px 10px;
  color: #fff;
  line-height: 1;
  width: calc(100% - 40px);
}
.search_404_wrapper button {
  background: #7E77CA;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
/* -------------------------------------------------------- */
/* --------------------------------- コンテンツヘッダー--SP */
/* -------------------------------------------------------- */
.index_head_wrapper {
  position: relative;
  margin-top: 100px;
}
.content_head_wrapper {
  position: relative;
  margin-top: 100px;
  font-family: 'Caveat', cursive;
  font-size: 3em;
}
.content_head_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  /* background: silver; */
  background-image: url('asset/header/defcobg@2x.jpg');
  background-size: cover;
  background-position: center center;
}
.content_head_wrapper.club {
  background-image: url('asset/header/clubheadimg@2x.jpg');
}
@media screen and (min-width: 520px){
  .content_head_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    background-size: cover;
    background-position: center center;
  }
  .content_head_wrapper.club {
    background-image: url('asset/header/clubheadimg@3x.jpg');
  }
}
@media screen and (min-width: 958px){
  .content_head_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    height: 300px;
    background-image: url('asset/header/defcobg@3x.jpg');
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 958px){
  .index_head_wrapper {
    padding: 30px 2% 0 6%;
  }
  .index_head_wrapper,
  .content_head_wrapper {
    position: relative;
    margin-top: 120px;
  }
}
.content_head_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #5DDBBC, #7E77CA);
  background-size: cover;
  opacity: 0.3;
}
.content_head_wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
  url('asset/header/head_bgsp_l@2x.png'),
  url('asset/header/head_bgsp_r@2x.png');
  background-size: auto 60%, auto 60%;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  opacity: 0.8;
}
@media screen and (min-width: 520px){
  .content_head_wrapper::after {
    background-image:
    url('asset/header/head_bgpc_l@2x.png'),
    url('asset/header/head_bgpc_r@2x.png');
    background-size: auto 90%, auto 90%;
    background-position: left top, right bottom;
    background-repeat: no-repeat;
  }
}
.content_head_wrapper > h1 {
  position: relative;
  font-size: 1.4em;
  z-index: 1;
  color: #fff;
}


/* -------------------------------------------------------- */
/* -------------------------------------- #レイアウト設定 --SP */
/* -------------------------------------------------------- */

/* --------------------------サイト全体背景-------------------------- */
#body_wrapper {
  position: relative;
  height: 100%;
  background-attachment: fixed;
  background-image: url('asset/bgTriL.png'),url('asset/bgTriR.png');
  background-repeat: repeat-y;
  background-position: left, right;
  background-size: 20%, 20%;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:2){
  #body_wrapper {
    background-image: url('asset/bgTriL@2x.png'),url('asset/bgTriR@2x.png');
  }
}

.outer_wrap {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
  /* overflow: hidden; */
  /* background: #555; */
}
@media screen and (min-width: 958px){
  .outer_wrap {
    padding: 120px 0;
  }
}
.inner_wrap {
  width: 92vw;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 520px){
  .inner_wrap {
  }
}
@media screen and (min-width: 958px){
  .inner_wrap {
    width: 80vw;
    max-width: 1240px;
  }
}
.full_wrap {
  width: 100%;
  padding: 0 3%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 520px){
  .full_wrap {
    padding: 0 40px;
  }
}
@media screen and (min-width: 958px){
  .full_wrap {
    padding: 0 80px;
  }
}

/* -------------------------------------------------------- */
/* ----------------------------------------- 汎用entry --SP */
/* -------------------------------------------------------- */
.row {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 520px){
  .row {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.flex_pc {
  display: block;
}
@media screen and (min-width: 520px){
  .flex_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flex_pc > * {
    flex-basis: 49%;
  }
}
/* 英語教育 */
.flex_container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 520px){
  .flex_container {
    flex-flow: row wrap;
  }
  .flex_container:nth-child(even) {
    flex-flow: row wrap;
  }
}

/* -------------------------------------------------------- */
/* ---------------------------------------- content_wrapper */
/* -------------------------------------------------------- */
.content_wrapper {
  position: relative;
  width: 100%;
  margin: 50px auto;
  /* padding-top: 20%; */
  padding-bottom: 20%;
  background: white;
  background: rgba(255,255,255,0.8);
}
@media screen and (min-width: 520px){
  .content_wrapper {
    width: 97%;
    width: 100%;
    margin: 40px 0 40px auto;
    /* padding-top: 80px; */
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 958px){
  .content_wrapper {
    margin: 30px 0 30px auto;
    /* padding-top: 80px; */
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px){
  .content_wrapper {
    /* padding-top: 120px; */
    padding-bottom: 120px;
  }
}
/* -------------------------------------------------------- */
/* ---------------------------- ニュース・ブログレイアウト  */
/* -------------------------------------------------------- */

/* -----------------ニュース・ブログメイン----------------- */
main.archives {
  flex: 1 1 auto;
  flex-basis: 100%;
  margin: 0 auto 15%;
}
.side_bar {
  flex: 1 1 auto;
  flex-basis: 100%;
}
@media screen and (min-width: 520px){
  main.archives {
    flex: 1 1 auto;
    flex-basis: 70%;
    margin: 0 auto;
  }
}
          main.archives_news {
            flex: 1 1 auto;
            flex-basis: 100%;
            background: yellow;
          }
          @media screen and (min-width: 520px){
            main.archives_news {
              flex: 1 1 auto;
            }
          }
/* --------------ニュース・ブログサイドバー-------------- */
.side_bar {
  flex: 1 1 auto;
  flex-basis: 100%;
}
@media screen and (min-width: 520px){
  .side_bar {
    flex: 1 1 auto;
    flex-basis: 30%;
    max-width: 300px;
    margin-left: 50px;
  }
}

/* --------------サイドバー・カテゴリ一タイトル-------------- */
h2.title_side  {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 2em 1em 0.1em;
  margin: 0 0 1em;
  font-weight: 500;
  position: relative;
  z-index: 0;
}
h2.title_side::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 2em;
  background: linear-gradient(0deg, #5DDBBC, #7E77CA);
  /* background: #5DDBBC; */
}
h2.title_side::after {
  content: attr(data-sidetitle);
  font-size: 3em;
  color: #5DDBBC;
  opacity: 0.3;
  line-height: 1;
  font-weight: 500;
  margin-right: 8px;
  font-family: 'Caveat', cursive;
  position: absolute;
  top: 0;
  left: 0.2em;
  z-index: -1;
}
/* --------------サイドバー・カテゴリ一覧-------------- */
.sidebar_category {
  margin-bottom: 20px;
  overflow: hidden;
}
.sidebar_category > ul li {
  border-bottom: 1px dashed #999;
  font-size: 0.8em;
}
.sidebar_category > ul li:last-child {
  border-bottom: none;
}
.sidebar_category a{
  position: relative;
  display: block;
  padding: 18px 20px 18px 10px;
  transition: all 0.3s;
}
.sidebar_category a:hover{
  color: #999;
}
.sidebar_category a::after {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 20px;
  transition: all 0.3s;
}
.sidebar_category a:hover::after {
  right: 15px;
}
.sidebar_category > ul li > ul li {
  border-bottom: 1px solid #eee;
  font-size: 0.9em;
}
.sidebar_category > ul li > ul li a{
  position: relative;
  display: block;
  padding: 18px 15px 13px 20px;
  background: #fff;
  transition: all 0.3s;
}
.sidebar_category > ul li > ul li:first-child a {
  padding: 8px 15px 13px 20px;
}
.sidebar_category > ul li > ul li:last-child a {
  padding: 18px 15px 18px 20px;
}
/* --------------サイドバー・新着記事一覧-------------- */
.sidebar_newentry {
  margin-bottom: 20px;
  overflow: hidden;
}
.sidebar_newentry a {
  display: block;
  padding: 20px 10px;
  transition: all 0.3s;
  background: #fafafa;
}
.sidebar_newentry a:hover {
  opacity: 0.8;
}
.sidebar_newentry .wrapper {
  display: flex;
  justify-content: space-between;
}
.sidebar_newentry .meta {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar_newentry .meta h3 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
  overflow: hidden;
}
.sidebar_newentry .pict {
  flex: 0 1 45%;
  position: relative;
  padding-top: 45%;
}
.sidebar_newentry time {
  color: #999;
}
.sidebar_newentry .pict img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* --------------サイドバー・月別ドロップダウン-------------- */
.month_select_box {}
.month_select_box {
  width: 100%;
  position: relative;
}
.month_select_box::after {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.month_select_box select {
  width: 100%;
  padding: 1em;
  background: #ccc;
  cursor: pointer;
}

/* -------------------パンフレット表示欄------------------- */
aside.sidebar_panf {
  width: 100%;
  padding-top: 56.25%;
  background: #7E77CA;
  background-image: url('./asset/panf/panfbg-sp@2x.jpg');
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
aside.sidebar_panf > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media screen and (min-width: 520px){
  aside.sidebar_panf {
    width: 100%;
    padding-top: 200%;
    background: #7E77CA;
    background-image: url('./asset/panf/panfbg-pc@2x.jpg');
    background-size: cover;
    background-position: center right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  aside.sidebar_panf > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}

/* -------------------------------------------------------- */
/* ----------------------------------- rel relpost 関連記事 */
/* -------------------------------------------------------- */
.related {
  margin-top: 4em;
}

/* -------------------------------------------------------- */
/* ------------------------------------ #タイトル周り設定 --SP */
/* -------------------------------------------------------- */
.top_title {
  font-size: 2.8rem;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 1000;
  letter-spacing: 0.2em;
  flex-basis: 100%;
  min-width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 520px){
  .top_title {
    font-size: 4rem;
    font-size: 3.8rem;
  }
}
.top_title > span {
  display: block;
  font-size:1.1em;
  font-family: 'Caveat', cursive;
  margin-bottom: 0.4em;
  font-weight: normal;
  letter-spacing: normal;
  transform: rotate(-3deg);
  color: #5DDBBC;
}
.top_title::after {
  content: '';
  display: block;
  margin: 0.8em auto 0;
  width: 30px;
  height: 48px;
  background-image: url('./asset/title-tryangles.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 520px){
  .top_title {
    margin-bottom: 2em;
  }
  .top_title::after {
    margin: 0.6em auto 0;
    width: 37px;
    height: 59px;
  }
}
.top_title.margin_ed1 {
  padding-top: 2em;
  margin-bottom: -25px;
}

.lead {
  width: 100%;
  max-width: 1260px;
  padding: 0 4%;
  margin: 2em auto;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  position: relative;
}
.lead > span {
  color: #5DDBBC;
}
/* .lead > span {
  display: inline-block;
} */

.top_title + .lead {}


@media screen and (min-width: 520px){
  .lead {
    font-size: 2.6rem;
    padding: 0 8%;
  }
}
@media screen and (min-width: 958px){
  .lead {
    font-size: 2.8rem;
    padding: 0 8%;
  }
}
.lead > p {
  margin: 2em auto;
  position: relative;
}

.title_wrapper {
  width: 100%;
  margin: 0 auto 4em;
  padding-top: 20%;
}
@media screen and (min-width: 520px){
  .title_wrapper {
    padding-top: 80px;
  }
}
@media screen and (min-width: 958px){
  .title_wrapper {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px){
  .title_wrapper {
    padding-top: 120px;
  }
}
.title {
  background: linear-gradient(270deg, #5DDBBC, #7E77CA);
  font-size: 1.4em;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.4em 0.8em 0.3em;
  margin: 1.8em 0;
  border-radius: 2px;
}

.title_sb {
  font-size: 1.8em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.2em 1em 0.1em;
  margin: 0 0 1.8em;
  position: relative;
}
.title_sb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(0deg, #5DDBBC, #7E77CA);
}
.title_sb.bg {
  background: whitesmoke;
  font-size: 1.5em;
  padding: 0.5em 1em 0.4em;
}
.title_sb_mini {
  font-size: 1.2em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.2em 1em 0.1em;
  margin: 1em 0;
  font-weight: 500;
  position: relative;
}
.title_sb_mini::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(0deg, #5DDBBC, #7E77CA);
  /* background: #5DDBBC; */
}
.title_bn {
  font-size: 1.1em;
  /* background: whitesmoke; */
  padding: 0.5em 0.5em 0.4em;
  font-weight: 700;
  position: relative;
  margin: 40px 0 20px;
}
.title_bn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #5ddbbc,#5ddbbc 20%,#ccc 20%, #ccc 100%);
}
.title_fut {
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
.title_fut > span {
  color: #5DDBBC;
}
@media screen and (min-width: 520px){
  .title_fut {
    padding-top: 90px;
    padding-bottom: 90px;
    font-size: 3.2rem;
  }
}
.title_tb {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.4em 0 0.3em;
  margin: 1.8em 0 1.8em;
  position: relative;
}
.title_tb::before {
  content: '●';
}
.title_tb::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: silver;
}
.title_ub {
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 0.7em;

  margin: 1.8em 0 1.8em;
  margin: 0 0 1.8em;
  position: relative;
}
.title_ub::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5em;
  height: 4px;
  border-radius: 5px;
  background: linear-gradient(-90deg, #5DDBBC, #7E77CA);
  z-index: 0;
}
.add_uni {
  position: relative;
  padding-top: 3em;
  z-index: 0;
}
.add_uni::after {
  content: attr(data-addtext)'';
  font-family: 'Caveat', cursive;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -0.2em;
  color: #eee;
  font-size: 5em;
  z-index: -1;
}

.title_en {
  color: #5DDBBC;
  font-size: 2rem;
  margin-bottom: 2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
  position: relative;
  text-align: center;
}
.title_en span {
  font-size: 1.2rem;
}
.title_en::before {
  content: attr(data-title_en)'';
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  color: #707070;
  margin-bottom: 7px;
  font-family: 'Caveat', cursive;
  transform: rotate(-3degq);
}

.title_tri {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.8em 1em 0.7em 0;
  margin: 1.8em 0 2.8em;
  position: relative;
  z-index: 0;
}
.title_tri::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 210px;
  height: 160px;
  background-image: url('asset/title-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width: 520px){
  .title_tri::before {
    background-image: url('asset/title-bg@2x.png');
  }
}

.mid_title {
  color: #595959;
  margin: 0 0 40px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #595959;
  padding-bottom: 30px;
}
@media screen and (min-width: 520px){
  .mid_title {
    margin: 4rem 0 40px;
  }
}
.mid_title::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top:-12px;
  left: 0;
  /* background: green; */
  border: 20px solid transparent;
  border-left: 20px solid #6cc3c8;
  border-top: 0px;
  border-right: 0;
}
.mid_title::after {
  content: attr(data-title)'';
  color: #666;
  display: block;
  font-size: 0.6em;
  margin-top: 6px;
}
.border_title {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0.5em;
  color: #6CC3C8;
}
.u_title {
  font-size: 1.4em;
  padding: 1em 0;
  text-indent: 0.2em;
  color: #59595;
  position: relative;
}
.u_title::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 0.3em;
  border-radius: 3px;
  background: linear-gradient(270deg, #5DDBBC, #7E77CA);
}
.ribbon_title {
  background: #5DDBBC;
  color: #fff;
  padding: 11px 14px 9px;
  margin-bottom: 3em;
  font-size: 1.1em;
}
.sub_title {
  font-weight: 500;
  border-left: 5px solid #5DDBBC;
  padding: 4px 0 4px 12px;
    margin: 40px 0 40px;
}
.sup_title {
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  color: #595959;
}
.sup_title::before {
  content: '';
  border: 6px solid transparent;
  border-left: 7px solid #5DDBBC;
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 49%;
  left: 0;
  transform: translateY(-50%);
}
.border_both {
  border-top: 1px solid #5DDBBC;
  border-bottom: 1px solid #5DDBBC;
  padding: 0.7em;
  font-size: 1.3em;
  font-weight: bold;
  color: #5DDBBC;
  margin: 1em 0;
}
.ko_title_wrap {
  text-align: center;
  margin-top: 88px;
  margin-bottom: 44px;
}
@media screen and (min-width: 520px){
  .ko_title_wrap {
    margin-bottom: 88px;
  }
}
.ko_title {
  position: relative;
  padding: 0 20px;
  display: inline-block;
  font-size: 1.7em;
}
.ko_title::before,
.ko_title::after {
  content: '';
  position: absolute;
  display: block;
  width:6px;
  height: 1em;
  top: 0;
}
.ko_title::before {
  left: 0;
  right: auto;
  border-top: 1px solid #5DDBBC;
  border-bottom: 1px solid #5DDBBC;
  border-left: 1px solid #5DDBBC;
}
.ko_title::after {
  left: auto;
  right: 0;
  border-top: 1px solid #5DDBBC;
  border-right: 1px solid #5DDBBC;
  border-bottom: 1px solid #5DDBBC;
}


.num_bg {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  margin-top: 2em;
}
.num_bg::after {
  content: attr(data-num)'';
  position: absolute;
  top: -3rem;
  left: 0;
  line-height: 1;
  font-size: 6em;
  opacity: 0.1;
  z-index: -1;
}
.num_bg_min {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  margin-top: 2em;
}
.num_bg_min::after {
  content: attr(data-num)'';
  position: absolute;
  top: -2rem;
  left: 0;
  line-height: 1;
  font-size: 4em;
  opacity: 0.1;
  z-index: -1;
}
.amz_title {
  font-size: 1.8em;
  font-weight: 500;
  color: #595959;
  text-align: center;
  margin: 4em auto 2em;
}
.amz_title::before,
.amz_title::after {
  content: '／';
  display: inline-block;
  padding: 0 0 0 1em;
}
.amz_title::before{
  transform: rotateY(-180deg);
}


.garland {
  max-width: 1200px;
  width: 98%;
  position: relative;
  z-index: 10;
  margin: 1em auto 1em;
  text-align: center;
  color: #627a86;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.garland > h1 {
  display: block;
  font-size: 1.3rem;
  color: #627a86;
  margin: 0 2%;
}
.garland > h1 span {
  display: block;
  font-size: 2.5em;
  color: #627a86;
  font-family: 'Caveat', cursive;
  white-space: nowrap;
}
.garland::before {
  content: '';
  display: block;
  width: 15%;
  max-width: 120px;
  padding-top: 20%;
  background-image: url('asset/garland1.svg');
  background-repeat: no-repeat;
  background-position: center right;
  z-index: -1;
}
.garland::after {
  content: '';
  display: block;
  width: 15%;
  max-width: 120px;
  padding-top: 20%;
  background-image: url('asset/garland1.svg');
  background-repeat: no-repeat;
  background-position: center right;
  transform: rotateY(180deg);
  z-index: -1;
}
@media screen and (min-width: 520px){
  .garland > h1 {
    display: block;
    font-size: 1.5rem;
    color: #627a86;
    margin: 0 4%;
  }
  .garland > h1 span {
    display: block;
    font-size: 3em;
    color: #627a86;
    font-family: 'Caveat', cursive;
    white-space: nowrap;
  }
}
@media screen and (min-width: 958px){
  .garland > h1 {
    display: block;
    font-size: 2rem;
    color: #627a86;
    margin: 0 6%;
  }
}


/* ----------------------------------------------------------------- */
/* 個別ページ設定---------------------------------------------------
/* ----------------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ----------------------------------- シングルページー--SP */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* ----------------------------------- フロントページー--SP */
/* -------------------------------------------------------- */
.article_single {}
/* .article_single h2 {
  font-size: 1.9em;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.2em 1em 0.1em;
  margin: 0 0 1.8em;
  position: relative;
}
.article_single h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(0deg, #5DDBBC, #7E77CA);
} */
/* -------------------------vegasラッパー設定------------------------- */
.vegas_wrapper {
  position: relative;
  background-color: #eee;
  height: calc(100vh - 140px);
  width: 100%;
  margin-bottom: 2em;
}
.vegas_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #5DDBBC, #7E77CA);
  opacity: 0.3;
  z-index: 1;
}
.index_head_items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100vh - 140px);
}
.dotbg {
  display: none;
}
.dotbg img {
  width: 100%;
}
.tomonimaeni {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  max-width: 920px;
  z-index: 3;
}
.tomonimaeni img {
  width: 100%;
  filter: drop-shadow(0 1px 10px rgba(0,0,0,0.3));
  /* filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.3)); */
}
.down_arrow {
  position: absolute;
  bottom: 62px;
  left: 50%;
  transform: translateX(-50%) skewY(-5deg);
  font-size: 3rem;
  font-family: 'Caveat', cursive;
  color: white;
  cursor: pointer;
  z-index: 100;
  text-shadow: 0 1px 10px rgba(0,0,0,0.3);
  padding: 0 10px;
  line-height: 1;
}
.down_arrow::after {
  content: '';
  position: relative;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid white;
  left: 50%;
  transform: translateX(-50%);
  animation: sDown 1.2s 0.3s infinite ease-out;
}
@keyframes sDown {
  0% {
    bottom: -5px;
    opacity: 1;
  }
  50% {
    bottom: -20px;
    opacity: 1;
  }
  100% {
    bottom: -25px;
    opacity: 0;
  }
}
@media screen and (min-width: 520px){
  .vegas_wrapper {
    position: relative;
    background-color: #eee;
    height: 80vh;
    min-height: 580px;
    max-height: 920px;
    width: 100%;
    margin-bottom: 0;
  }
  .index_head_items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .dotbg {
    display: block;
    position: absolute;
    top: 2%;
    left: 2%;
    width: 20%;
    max-width: 300px;
    z-index: 3;
  }
  .tomonimaeni {
    position: absolute;
    top: 60%;
    left: 5%;
    transform: translateY(-50%);
    width: 80%;
    max-width: 650px;
  }
  .down_arrow {
  }
}
@media screen and (min-width: 958px){
  .down_arrow {
    bottom: 132px;
  }
}
/* -------------------vegas内インフォメーション------------------- */
.infomation_wrapper {
  position: relative;
  width: 100%;
  min-width: 375px;
  padding: 0 10%;
  margin: 0 auto;
  z-index: 4;
}
.vegas_baner_wrapper {
  margin-bottom: 2em;
}
.vegas_baner_wrapper > li {
  margin: 8px auto;
  flex-basis: 50%;
}
.vegas_baner_wrapper > li img {
  width: 100%;
}
@media screen and (min-width: 520px){
  .infomation_wrapper {
    position: absolute;
    min-width: auto;
    max-width: 270px;
    padding: 0;
    bottom: -4%;
    right: 2%;
    z-index: 4;
  }
  .vegas_baner_wrapper {
      display: block;
  }
  .vegas_baner_wrapper > li {
    width: 150px;
    margin: 30px auto;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
  }
  .vegas_baner_wrapper > li img {
    width: 100%;
    transition: all 0.1s ease-in-out;
  }
  .vegas_baner_wrapper > li img:hover {
    width: 100%;
    transform: scale(1.05);
  }
}
@media screen and (min-width: 958px){
  .infomation_wrapper {
    position: absolute;
    padding: 0;
    bottom: -4%;
    right: 4%;
    z-index: 2;
  }
}
@media screen and (min-width: 1700px){
  .infomation_wrapper {
    right: 6%;
  }
}
.accessboygirl {
  position: absolute;
  bottom: -60px;
  right: -30px;
}
.accessboygirl img {
  width: 100%;
}
@media screen and (min-width: 520px){
  .accessboygirl {
    position: absolute;
    bottom: -100px;
    right: -60px;
  }
}

/* ------------------------------ オープンスクールカード--SP */
.next_card_wrapper {
  margin: 0 -5px;
}
.next_card_wrapper > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: calc(1rem + ((100vw - 375px) * 0.0551724137931034));
}
.schedule > li.fin::before {
  content: '';
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top:50%;
  left:50%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}
.schedule > li.fin::after {
  content: '終了しました';
  display: inline-block;
  position: absolute;
  transform: translate(-50%,-50%) rotate(-5deg);
  top:50%;
  left:50%;
  color: #7E77CA;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  line-height: 1;
  padding: 10px 15px;
  z-index: 2;
  white-space: nowrap;
}
.next_card_outer {
  position: relative;
  flex-basis: 49%;
  max-width: 49%;
  padding-top: 49%;
  margin-bottom: 10px;
  background: linear-gradient(0deg, #5DDBBC, #7E77CA);
  border-radius: 8%;
  box-shadow: 5px 5px 0.1em rgba(0,0,0,0.1);
  overflow: hidden;
}
.next_card_inner {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
.next_card_inner > p:nth-child(1) {}
.next_card_inner > p:nth-child(2) {}
.next_card_inner > p:nth-child(3) {
  font-size: 3em;
  line-height: 1.1;
  font-style: italic;
}
.next_card_inner > p:nth-child(4) {}
span.day {font-size: 0.4em;}

@media screen and (min-width: 520px){
  .next_card_wrapper > ul {
    justify-content: flex-start;
    font-size: 1em;
  }
  .next_card_outer {
    flex-basis: calc(25% - 10px);
    max-width: calc(25% - 10px);
    padding-top: calc(25% - 10px);
    margin: 0 5px 10px;
  }
}

/* TOPページ用 */
.index_next_card_wrapper{
  margin: 0;
}
.index_next_card_wrapper > ul {
  font-size: calc(2rem + ((100vw - 375px) * 0.0551724137931034));
}
.index_next_card_wrapper .next_card_outer {
  position: relative;
  width: 100%;
  min-width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
  background: linear-gradient(0deg, #5DDBBC, #7E77CA);
  border-radius: 8%;
  box-shadow: 5px 5px 0.1em rgba(0,0,0,0.1);
}
@media screen and (min-width: 520px){
  .index_next_card_wrapper > ul {
    font-size: 1.2em;
  }
}
/* -------------------------------------------------------- */
/* -----------------------------------  重要なお知らせ --SP */
/* -------------------------------------------------------- */
.important_wrapper {
  background: #fff;
  width: 100%;
  margin: 50px auto;
  padding: 48px 0;
  border-radius: 0;
}
.important_container {
width: 90%;
margin: auto;
}
.important_container h1 {
  color: #7E77CA;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid silver;
  font-size: 1.2em;
  font-weight: 700;
}


@media screen and (min-width: 520px){
  .important_wrapper {
    width: 90%;
    margin: 80px auto 0;
    padding: 40px 0 40px;
    border-radius: 10px;
  }

  .important_container {

  }

}
@media screen and (min-width: 958px){
  .important_wrapper {
    margin: 100px 0 0;
    padding: 48px 0 38px;
    max-width: 1240px;
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
  }
  .important_wrapper.ngtm {
    margin-top: -80px;
  }
  .important_container h1 {

  }

}

.to_stu a {
  margin-top: 2em;
  display: block;
}

/* -------------------------------------------------------- */
/* --------------------------------- #homeニュース一覧設定 */
/* -------------------------------------------------------- */

/* ------------実際の記事部分------------ */
.home_news_wrapper {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 2;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 60px;
}
.home_news_item {
  flex-basis: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  margin-bottom: 10%;
}
.home_news_item:last-child {
  margin-bottom: 0;
}
.home_news_item .news_pic_box {
  position: relative;
  flex-basis: 50%;
  padding-top: 50%;
}
.news_pic_box {
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.3s;
}
.news_pic_box:hover {
  border: 1px solid #5ddbbc;
}
.news_pic_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.news_pic_box:hover img {
  transform: scale(1.04);;
}
.home_news_item .news_meta {
  flex-basis: 50%;
  padding-left: 20px;
  position: relative;
}
.news_title {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0;
  color: #666;
}
.news_time {
  font-size: 1.8rem;
  padding: 0;
  color: #5DDBBC;
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 8px 8px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  background: #fff;
  /* background: #333; */
    background: linear-gradient(0deg, #5DDBBC, #7E77CA);
    color: white;
  font-weight: 500;
}
.news_time .time_m {
  display: block;
  position: relative;
}
.news_time .time_d {
  display: block;
  position: relative;
  font-size: 1.3em;
  color: #7E77CA;
    color: white;
}
.news_time .time_y {
  display: block;
  position: relative;
  font-size: 0.7em;
  font-family: 'Caveat', cursive;
  border-bottom: 2px solid #5DDBBC;
    border-bottom: 2px solid #fff;
}
@media screen and (min-width: 520px){
  .home_news_wrapper{
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .home_news_item {
    display: block;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .home_news_item .news_pic_box {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .home_news_item .news_meta {
    flex-basis: auto;
    padding-top: 20px;
    padding-left: 0;
  }
  .news_time {
    font-size: 2rem;
  }
}
@media screen and (min-width: 958px){
  .home_news_item {
    padding: 0 20px;
  }
  .news_time {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1300px){
  .home_news_item {
    padding: 0 20px;
  }
  .news_time {
    font-size: 3.4rem;
  }
}

/* ------------------ニュース slick.アロー------------------ */
.news_aria .slick-prev,
.news_aria .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 100px;
  height: 150px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999;
  text-align: center;
}
.news_aria .slick-prev:before,
.news_aria .slick-next:before,
.news_aria .slick-prev:after,
.news_aria .slick-next:after {
  content: '';
  opacity: 1;
  width: 2px;
  height: 50%;
  left: 50%;
  display: block;
  background: black;
  position: absolute;
}
.news_aria .slick-prev:before {
  transform: skewX(-20deg);
}
.news_aria .slick-next:before {
  transform: skewX(20deg);
}
.news_aria .slick-prev:after {
  transform: skewX(20deg);
}
.news_aria .slick-next:after {
  transform: skewX(-20deg);
}
.news_aria .slick-prev {
  left: -45px;
}
.news_aria .slick-next {
  right: -45px;
}
.news_aria .slick-prev:before,
.news_aria .slick-next:before {
  top: 0;
  transform-origin: top center;
  background: #5ddbbc;
  background: linear-gradient(0deg, #5DDBBC, #7E77CA);
}
.news_aria .slick-prev:after,
.news_aria .slick-next:after {
  bottom: 0;
  transform-origin: bottom center;
  background: #5ddbbc;
  background: linear-gradient(180deg, #5DDBBC, #7E77CA);
}

/* -----------------------新着情報飾り画像----------------------- */
.newstitle {
  position: absolute;
  z-index: 1;
  width: 65px;
  top: -8%;
  left: -2%;
}
.newstitle img {
  width: 100%;
}
@media screen and (min-width: 520px){
  .newstitle {
    width: 75px;
    top: -10%;
    left: 10%;
  }
}
@media screen and (min-width: 958px){
  .newstitle {
    width: 85px;
    top: -15%;
    left: 15%;
  }
}
/* -----------------------新着情報もっと読む----------------------- */
.more_read {
  text-align: center;
  margin: 20px auto 0;
}
.more_arrow {
  font-size: 1.5em;
  font-family: 'Caveat', cursive;
  position: relative;
  transition: 0.2s;
}
.more_arrow_ja {
  font-size: 1em;
  position: relative;
  transition: 0.2s;
}
.more_arrow::after,
.more_arrow_ja::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 0.5em;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  transform: translate(100%, -50%) skeWX(45deg);
  transition: 0.2s;
}
.more_arrow:active,
.more_arrow_ja:active,
.more_arrow:hover,
.more_arrow_ja:hover {
  color: #5DDBBC
}
.more_arrow:active::after,
.more_arrow_ja:active::after,
.more_arrow:hover::after,
.more_arrow_ja:hover::after {

  width: 60px;
  transform: translate(100%, -50%) skeWX(45deg);
  border-color: #5DDBBC;
}

@media screen and (min-width: 520px){
  .more_read {
    margin: 60px auto 0;
  }
  .more_arrow {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 958px){
  .more_read {
    margin: 80px auto 0;
  }
  .more_arrow {
    font-size: 2em;
  }
}
/* -------------------------------------------------------- */
/* --------------------------------- あべ高ニュース一覧設定 */
/* -------------------------------------------------------- */
.archive_news_wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1.5%;
}
.archive_news_item {
  flex-basis: 50%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 10%;
  padding: 0 1.5%;
}
.archive_news_item .news_pic_box {
  position: relative;
  flex-basis: 50%;
  padding-top: 100%;
}
.archive_news_item .news_meta {
  flex-basis: 100%;
  padding-top: 10px;
  position: relative;
}
@media screen and (min-width: 520px){
  .archive_news_wrapper {
    padding-bottom: 0;
  }
  .archive_news_item {
    flex-basis: 33.333%;
  }
}
@media screen and (min-width: 958px){
  .archive_news_item {
    flex-basis: 25%;
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 1300px){
  .archive_news_item {
    flex-basis: 20%;
    margin-bottom: 5%;
  }
}
/* -------------------------------------------------------- */
/* ---------------------------------------- ブログ一覧設定 */
/* -------------------------------------------------------- */
.blog_list_wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
.blog_list_item {
  flex: 0 1 100%;
  margin-bottom: 10px;
  border-bottom: 1px dashed silver;
  padding-bottom: 10px;
}
.blog_list_item > a {
  padding: 0;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.blog_list_pic {
  position: relative;
  flex-basis: 30%;
  padding-top: 30%;
  overflow: hidden;
}
.blog_list_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.blog_list_item > a:hover .blog_list_pic img  {
  transform: scale(1.1);
}
.blog_list_meta {
  flex-basis: 65%;
  align-self: stretch;
  padding-right: 20px;
  position: relative;
}
.blog_list_item > a .blog_list_meta::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  transition: 0.3s;
}
.blog_list_item > a:hover .blog_list_meta::after {
  color: #5ddbbc;
  right: 7px;
}
.blog_list_time {
  display: block;
  font-size: .9em;
  font-weight: 700;
  margin: 0.3em 0;
  color: #5ddbbc;
  line-height: 1;
}
.blog_list_title {
  font-weight: 500;
  font-size: 1.1em;
  margin-top: 0.5em;
  transition: 0.3s;
}
.blog_list_item > a:hover .blog_list_title {
  color: #5ddbbc;
}

@media screen and (min-width: 520px){
  .blog_list_item {
    flex-flow: row nowrap;
  }
  .blog_list_pic {
    flex-basis: 20%;
    padding-top: 20%;
  }
  .blog_list_meta {
    flex-basis: 77%;
  }
  .blog_list_meta {
    padding: 1em 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 958px){
  .blog_list_item {
  }
  .blog_list_item.rel {
    flex: 0 1 25%;
    padding: 0 1% 2%;
  }
}
/* -------------------------------------------------------- */
/* --------------------------------- ブログ関連記事表示設定 */
/* -------------------------------------------------------- */
.blog_rel_item {
  display: flex;
  flex-flow: column nowrap;
  border-bottom: 1px dashed silver;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 2em;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.blog_rel_item::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
}
.blog_rel_item:hover::after {
  color: #5ddbbc;
}
.blog_rel_item .blog_list_time {
  margin-bottom: 0.5em;
}
.blog_rel_item .my_term_list {
  margin-bottom: 0.5em;
}
.blog_rel_title {
  font-weight: 500;
  flex-grow: 1;
  padding-top: 0.2em;
}
.blog_rel_item:hover .blog_rel_title {
  color: #5ddbbc;
}

@media screen and (min-width: 520px){
  .blog_rel_item {
    flex-flow: row nowrap;
  }
  .blog_rel_item .blog_list_time {
    margin-bottom: 0.3em;
    margin-right: 0.5em;
  }
  .blog_rel_item .my_term_list {
    margin-bottom: 0;
    margin-right: 0.5em;
  }

}
/* -------------------------------------------------------- */
/* --------------------------------- ブログ文字のみ表示設定 */
/* -------------------------------------------------------- */
ul.imp_list {
  position: relative;
  border: 1px solid blue;
}
ul.imp_list > li {
  position: relative;
  margin-bottom: 20px;
}
ul.imp_list > li:last-child {
  margin-bottom: 0;
}
ul.imp_list > li::before {
  content: '';
  /* background: #5DDBBC; */
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  width: 22px;
  height: 1px;
  border-bottom: 1px solid #5DDBBC;
}
ul.imp_list > li::after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  display: inline-block;;
  margin: 0 0.2em;
  color: #5DDBBC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
ul.imp_list h2 a {
  display: block;
  padding-bottom: 6px;
}
ul.imp_list span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #5DDBBC;
}
ul.imp_list h2 {
  font-size: 1.3rem;
  color: #52546C;
  position: relative;
  padding-right: 2em;
}
ul.imp_list > a:active h2,
ul.imp_list > a:hover h2 {
  text-decoration: underline;
}
@media screen and (min-width: 520px){
  ul.imp_list {
    border-top: none;
    margin-top: 0;
  }
  ul.imp_list span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: #5DDBBC;
  }
  ul.imp_list .my_term_list {
    display: block;
  }
  ul.imp_list h2 {
    font-size: 1.3rem;
    color: #52546C;
    position: relative;
    display: inline-block;
  }
}
@media screen and (min-width: 958px){
  ul.imp_list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  ul.imp_list > li {
    position: relative;
    margin-bottom: 16px;
  }
}

/* --------------------------▼タームリスト▼-------------------------- */
.my_term_list {
  position: relative;
}
.my_term_list li {
  background: #5DDBBC;
  background: #7E77CA;
  background: #c4c4c4;
  padding: 0.4em 0.4em 0.2em;
  margin: 2px 2px 2px 0;
  border-radius: 4px;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.my_term_list li.important {
  background: #333;
  color: #5ddbbc;
}

/* --------------------------▼各期別色分け▼-------------------------- */
.byyear_list_wrapper {
  background: white;
  margin: 32px auto auto;
  width: 90%;
}
.byyear_list_wrapper .byyear_list > li {
  margin-bottom: 8px;
  text-align: center;
  background: whitesmoke;
  color: white;
  border-radius: 8px;
}
.byyear_list_wrapper .byyear_list > li a {
  padding: 1em 1em;
  display: block;
}
@media screen and (min-width: 520px){
  .byyear_list_wrapper .byyear_list {
    display: flex;
    justify-content: space-around;
  }
  .byyear_list_wrapper .byyear_list > li {
    flex-basis: 30%;
    margin-bottom: 0;
  }
}
.sidebar_byyear {
  margin: 0 auto 20px;
  width: 100%;
}
.sidebar_byyear .byyear_list > li {
  margin-bottom: 8px;
  text-align: center;
  background: whitesmoke;
  color: white;
  border-radius: 8px;
}
.sidebar_byyear .byyear_list > li a {
  padding: 1em 1em;
  display: block;
}

.sidebar_byyear .byyear_list > li.redyear,
.byyear_list_wrapper .byyear_list > li.redyear,
.my_term_list li.redyear {
  background: #ae0234;
  color: white;
}
.sidebar_byyear .byyear_list > li.blueyear,
.byyear_list > li.blueyear,
.my_term_list li.blueyear {
  background: #588fbd;
  color: white;
}
.sidebar_byyear .byyear_list > li.greenyear,
.byyear_list_wrapper .byyear_list > li.greenyear,
.my_term_list li.greenyear {
  background: #6EC7AA;
  color: white;
}


/* ----------------------▼ページネーション▼---------------------- */
.wp-pagenavi {/* 全体 */
    margin: 20px -5vh;
    font-size: 12px;
    text-align: center;
    margin-top: 60px;
}
.wp-pagenavi a {/* フォント色 */
    color: #4a4a4a;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #eee;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    transition: .3s;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #7E77CA;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #5DDBBC;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}

/* ----------------------------前後の記事---------------------------- */
.pager_cnt {
  /* background: #fafafa; */
  display: flex;
  flex-flow: column nowrap;
  padding: 16px 8px;
}

.pager_cnt > .prev_pager_cnt {
  margin-bottom: 20px;
}
.pager_cnt > .next_pager_cnt {
  text-align: right;
}
.pager_cnt > .prev_pager_cnt,
.pager_cnt > .next_pager_cnt {
}
.pager_cnt > .prev_pager_cnt a,
.pager_cnt > .next_pager_cnt a {
  display: flex;
  align-items: center;
  width: 100%;
}
.pager_cnt > .next_pager_cnt a {
  display: flex;
  flex-direction: row-reverse;
}
.pager_cnt h1 {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid silver;
  padding: 0 0.5em 8px;
  margin-bottom: 0.6em;
}
.next_pager_cnt h1 {
  text-align: right;
}

.pager_cnt .photo_page_post {
  flex: 0 0;
  position: relative;
  padding-top: 120px;
  flex-basis: 120px;
  /* border-radius: 50%; */
  /* overflow: hidden; */
}
.pager_cnt .photo_page_post img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pager_cnt .pager_cnt_meta {
  flex-basis: auto;
}
.pager_cnt .pager_cnt_meta.prev {
  padding-left: 10px;;
}
.pager_cnt .pager_cnt_meta.next {
  padding-right: 10px;
}
.pager_cnt .pager_cnt_meta h2 {
  font-weight: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.pager_cnt .pager_cnt_meta time {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
}


.pager_cnt a{
    transition: .3s;
}
.pager_cnt a:hover{
  opacity: 0.8;
}
@media screen and (min-width: 520px){
  .pager_cnt {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 8px;
  }
  .pager_cnt > .prev_pager_cnt {
    margin-bottom: 0;
  }
  .pager_cnt > .prev_pager_cnt,
  .pager_cnt > .next_pager_cnt {
    flex: 1 1;
    flex-basis: 50%;
  }
  .pager_cnt .pager_cnt_meta h2 {
    font-size: 1.3rem;
  }
}

/* ---------------------前後の記事（簡易版）--------------------- */
.backtoprev {
  margin-bottom: 30px;
  color: #5ddbbc;
  text-align: center;
}
.pager_simple {
  display: flex;
  flex-flow: column nowrap;
  padding: 16px 8px;
}

.pager_simple > .prev_pager_cnt {
  margin-bottom: 20px;
}
.pager_simple > .next_pager_cnt {
  text-align: right;
}
.pager_simple > .prev_pager_cnt,
.pager_simple > .next_pager_cnt {
}
.pager_simple > .prev_pager_cnt a,
.pager_simple > .next_pager_cnt a {
  display: flex;
  align-items: flex-start;
}
.pager_simple > .next_pager_cnt a {
  display: flex;
  flex-direction: row-reverse;
}
.pager_simple h1 {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid silver;
  padding: 0 0 8px;
  margin-bottom: 0.6em;
}
.pager_simple > .next_pager_cnt h1 {
  text-align: right;
}

.pager_simple .pager_cnt_meta {
  flex-basis: 100%;
}
.pager_simple .pager_cnt_meta.prev {
  padding-left: 10px;
}
.pager_simple .pager_cnt_meta.next {
  padding-right: 10px;
}
.pager_simple .pager_cnt_meta h2 {
  font-size: 1.4rem;
  font-weight: 400;
  flex-basis: 60%;
  margin-bottom: 8px;
}
.pager_simple .pager_cnt_meta time {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
}


.pager_simple > .pager_simple a{
    transition: .3s;
}
.pager_simple > .pager_simple a:hover{
  opacity: 0.8;
}
@media screen and (min-width: 958px){
  .pager_simple {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 8px;
  }
  .pager_simple > .prev_pager_cnt,
  .pager_simple > .next_pager_cnt {
    flex: 1 1;
    flex-basis: 50%;
  }
}


/* -------------------------------------------------------- */
/* ------------------------------ ブログ関係共通設定 --SP */
/* -------------------------------------------------------- */

.article_entry_container {}
.article_entry_container p a {
  color: #7E77CA;
}

/* -------------------------------------------------------- */
/* ---------- あべ高ニュースアーティクル（single-news） --SP */
/* -------------------------------------------------------- */
.article_news_meta {
  text-align: center;
  margin-bottom: 50px;
}
.article_newstime {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
  display:block;
    color:#5DDBBC;
}
.article_newstitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.5;
}
.article_news_pic_container {
  position: relative;
  width: 100%;
  padding-top: 50.625%;
  margin: 0 auto;
}
.article_news_pic_container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 520px){
  .article_news_meta {
    text-align: center;
    margin-bottom: 80px;
  }
  .article_newstime {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.2em;
    display:block;
      color:#5DDBBC;
  }
  .article_newstitle {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .article_time {
    font-size: 4em;
    padding: 30px 20px 30px;
    transform: translateX(-20%);
  }
  .article_news_pic_container {
    margin: 0 auto;
  }
}
/* -------------------------------------------------------- */
/* ------------------- ブログアーティクル（single.php) --SP */
/* -------------------------------------------------------- */

.article_blog_meta {
  margin: 0 0 30px;
}
.article_blogtitle {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.4em 1em 0.2em;
  margin: 0 0 0.4em;
  position: relative;
  /* background: whitesmoke; */
}
.article_blogtitle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(0deg, #5DDBBC, #7E77CA);
}
.article_blog_time {
  display: inline-block;
  position: relative;
  font-size: 1em;
  font-weight: 700;
  color: #666;
  margin: 1em 0;
}
@media screen and (min-width: 520px){
  .article_blog_time {
    text-align: left;
  }
}
.add_pencil::before {
  font-family: "Font Awesome 5 Free";
  content: '\f303';
  font-weight: 900;
  display: inline-block;
  padding-right: 0.4em;
}

/* -------------ブログ・ニュース・クラブ紹介本文------------- */
.article_news_body {
  line-height: 1.9;
  margin: 0 auto;
  max-width: 1140px;
  max-width: 940px;
}
/* .article_news_body h1 { font-size: 2em; } */
.article_news_body h2 { font-size: 1.5em; font-weight: 500;}
.article_news_body h3 { font-size: 1.17em; font-weight: 500;}
.article_news_body h4 { font-size: 1.12em; font-weight: 500;}
.article_news_body h5 { font-size: .83em; font-weight: 500;}
.article_news_body h6 { font-size: .75em; font-weight: 500;}

.article_news_body p {
  margin: 2em 0;
  font-size: 1em;
}
.article_news_body p:last-child {
  margin-bottom: 0;
}
.article_news_body img {
  width:auto;
  max-width: 100%;
  height:auto;
}
.article_news_body figure {
  margin: 4em auto;
}
.article_news_body figcaption {
  margin-top: 0.8em;
  font-size: 0.9em;
  line-height: 1.5;
  color: #999;
}



/* -------------------------------------------------------- */
/* ----------------------------------------- 兼用アクセス情報
/* -------------------------------------------------------- */

.art_access {
  padding-bottom: 120px;
}
.gmap_wrapper {
  position: relative;
  width: 94%;
  margin: 0 auto 4em;
  padding-top: 70%;
}
/* -------------アクセス情報詳細ページ------------- */
  .article_gmap_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 4em;
    padding-top: 42.75%;
  }
.gmap_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* -------------アクセス情報データ------------- */
.address_wrapper {
  position: relative;
  margin: 2em auto 2em;
}
.address_wrapper > figure {
  position: relative;
  margin-bottom: 2em;
}
.address_wrapper > figure img {
  width: 100%;
}
.address_date {
  position: relative;
}
.address_date > dt {
  padding: 0.6em 0 0.5em;
  font-weight: 500;
  position: relative;
}
.address_date > dt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #5ddbbc,#5ddbbc 20%,#ccc 20%, #ccc 100%);
}
.address_date > dd {
  padding: 1.1em 0;
  line-height: 2;
}
.address_date > dd li::before {
  content: '●';
  color: #5ddbbc;
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (min-width: 520px){
  .address_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 4em auto;
  }
  .address_wrapper > figure {
    flex-basis: 40%;
    margin-bottom: 0;
  }
  .address_date {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 958px){
  .address_wrapper > figure {
    flex-basis: 40%;
    margin-bottom: 0;
  }
  .address_date {
    flex-basis: 40%;
  }
}
@media screen and (min-width: 520px){
  .art_access {}
  .gmap_wrapper {
    width: 100%;
    margin: 0 auto 4em;
    padding-top: 50%;
  }
}
@media screen and (min-width: 958px){
  .art_access {}
  .gmap_wrapper {
    flex-basis: auto;
    width: 100%;
    margin: 0 auto 6em;
    padding-top: 30%;
  }
}

/* -----------------「あべ高のすすめ」人物----------------- */
.sidecar_left {
  width: 12%;
  max-width: 200px;
}
.sidecar_right {
  width: 10%;
  max-width: 200px;
}
@media screen and (min-width: 520px){
  .sidecar_left {
    width: 9%;
    max-width: 200px;
  }
  .sidecar_right {
    width: 7%;
    max-width: 200px;
  }
}
@media screen and (min-width: 958px){
  .sidecar_left {
    width: 150px;
  }
  .sidecar_right {
    width: 120px;
  }
}

/* -----------------フロント「あべ高のすすめ」本体----------------- */
.feature_wrapper {
  display: block;
}
.feature_item {
  width: 100%;
  padding: 0;
  margin-bottom: 72px;
  position: relative;
}
.feature_pic {
  margin: 0 auto;
  margin-bottom: 32px;
  position: relative;
  padding: 0 10%;
}
.feature_pic img {
  width: 100%;
}
.feature_pic img.shadow {
  box-shadow: 10px 15px 20px rgba(70, 201, 167, 0.3);
}
.feature_body {
  position: relative;
  width: 100%;
}
.feature_title {
  /* color: #7E77CA; */
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.feature_title::before {
  content: attr(data-fttl)'';
  display: block;
  color: #5DDBBC;
  font-size: 4.2rem;
  font-family: 'Caveat', cursive;
  font-weight: normal;
  transform: rotate(-3deg);
  margin-bottom: 20px;
}
.feature_text {
  line-height: 2;
  margin-bottom: 2em;
  padding: 0 12% 0 12%;
  position: relative;
}
.feature_item .cap_img {
  position: absolute;
  top: 0;
  transform: translate(0,-100%);
  bottom: auto;
  left: auto;
  right: -2%;
  width: 15%;
}
.feature_item:nth-child(2) .cap_img {
  position: absolute;
  left: -2%;
  right: auto;
}
.feature_item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 520px){
  .feature_wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .feature_item {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: translateX(-4vw);
  }
  .feature_item:nth-child(2){
    margin-bottom: 50px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    transform: translateX(4vw);
  }
  .feature_pic {
    margin: 0 auto;
    padding: 0;
    position: relative;
    flex-basis: 40%;
  }
  .feature_body {
    flex-basis: 50%;
  }
  .feature_text{
    line-height: 1.9;
    margin-bottom: 2em;
    font-size: 0.95em;
    padding: 0 5% 0 5%;
  }
  .feature_item .cap_img {
    position: absolute;
    top: auto;
    transform: translate(90%,0);
    bottom: -2em;
    left: auto;
    right: 0;
    width: 18%;
  }
  .feature_item:nth-child(2) .cap_img {
    position: absolute;
    transform: translate(-90%,0);
    left: 0;
    right: auto;
  }
  .feature_body a {
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 958px){
  .feature_item {
    margin-bottom: 80px;
  }
  .feature_text{
    padding: 0 10% 0 10%;
  }
  .feature_item .cap_img {
    position: absolute;
    transform: translate(90%,10%);
    left: auto;
    right: 0;
    width: 25%;
  }
  .feature_item:nth-child(2) .cap_img {
    position: absolute;
    transform: translate(-90%,10%);
    left: 0;
    right: auto;
  }
}
/* -----------------暫定ビデオエリア（鳥瞰図）----------------- */
.vidoaria_wrapper {
  overflow: hidden;
  height: 60vh;
}
.video_container {
  margin:0 auto;
  width: 100%;
  height: 175%;
  position: relative;
  background-size: cover;
  background-position-x: center;
  background-image: url('asset/skytest-sp@2x.png');
  background-repeat: no-repeat;
}
@media screen and (min-width: 520px){
  .vidoaria_wrapper {
    overflow: hidden;
    height: 50vh;
  }
  .video_container {
    background-image: url('asset/skytest-pc@3x.png');
  }
}
@media screen and (min-width: 958px){
  .vidoaria_wrapper {
  }
}

.figure_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  z-index: 1000;

}
@media screen and (min-width: 520px){
  .figure_img {
    width: 15%;
    max-width: 240px;
    bottom: -30px;
    right: 30px;
  }
}


/* -------------------------------------------------------- */
/* ------------------------------- 学校案内(about)設定 --SP */
/* -------------------------------------------------------- */
.about_wrapper {}
/* ------------------------基本情報------------------------ */
.about_datawrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
}
@media screen and (min-width: 520px){
  .about_datawrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .about_datawrap div:first-child {
    order: 2;
    flex-basis: 54.5%;
  }
  .about_datawrap div:last-child {
    order: 1;
    flex-basis: 45.5%;
    /* transform: translateX(-14vw); */
  }
}
.about_data {
  display: flex;
  justify-content: center;
  position: relative;
}
.about_data dl {
  line-height: 2;
  padding: 0 1em;
  margin: 0 auto 2em;
}
.about_data dt {
  color:#5DDBBC;
  float: left;
  clear: both;
  padding: 0.6em 1em 0.5em 0;
  font-weight: 700;
  font-size: 0.9em;
}
.about_data dd {
  padding: 0.5em 0;
  margin-left: 3em;
  padding-left: 2em;
}
/* --------------------------校訓-------------------------- */
.about_koukun {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
}
@media screen and (min-width: 520px){
  .about_koukun {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .about_koukun > div {
    flex-basis: 47.5%;
  }
}
/* --------------------------校章-------------------------- */
.about_symbol {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
}
.about_symbol > div:nth-child(1) {
  display: flex;
  align-items: flex-end;
  flex-basis: 90%;
  margin: 0 auto;
}
.about_symbol img {
  width: 100%;
}
.about_symbol figcaption {
  white-space: nowrap;
}
.about_symbol > div:nth-child(1) > figure:nth-child(1){
  flex-basis: 65%;
}
.about_symbol > div:nth-child(1) > figure:nth-child(2){
  flex-basis: 35%;
}
@media screen and (min-width: 520px){
  .about_symbol {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .about_symbol > div:nth-child(1) {
    flex-basis: 47.5%;
    margin: 0;
  }
  .about_symbol > div:nth-child(2) {
    flex-basis: 47.5%;
  }
}
/* --------------------------校歌-------------------------- */
.kowrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 40px;
}
.about_song {
  width: 90%;
  margin: 0 auto;
}
.song_directer {
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 1em;
}
@media screen and (min-width: 520px){
  .kowrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .kowrap div:first-child {
    order: 1;
    flex-basis: 54.5%;
  }
  .kowrap div:last-child {
    order: 2;
    flex-basis: 45.5%;
    /* transform: translateX(-14vw); */
  }
  .about_song {
    padding-left: 5%;
    margin: 0 auto;
  }
}
/* -------------------------------------------------------- */
/* ------------------------------------------- インタビュー */
/* -------------------------------------------------------- */
.prinsipal_container {
  width: 100%;
}

.prinsipal_container figure {
  width: 50%;
  margin: 0 0 0 auto;
}
.prinsipal_body {
  line-height: 1.9;
  text-align: justify;
  font-weight: 500;
}
.prinsipal_body > p {
  margin-bottom: 3em;
}
.prinsipal_container figure img {
  width: 100%;
  margin-bottom: 1.8em;
}
.prinsipal_container figcaption {
  margin-top: 12px;
}


@media screen and (min-width: 958px){
  .prinsipal_body > p {
    font-size: 1.1em;
  }
  .prinsipal_container figcaption {
    margin-top: 8px;
  }

}
/* -------------------------------------------------------- */
/* ------------------------------------------- あべ高の教育 */
/* -------------------------------------------------------- */

/* -------------------教育方針コンセプト------------------- */
.policy_wrap {

}
.policy_img {
  padding: 0 3%;
  transition: all 0.3s ease-in-out;
}
.policy_lead {
  width: 100%;
  padding: 0 8%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: justify;
  position: relative;
}
.policy_lead h2 {
  padding: 0;
  margin-top: 3em;
  margin-bottom: 1em;
}
@media screen and (min-width: 520px){
  .policy_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .policy_img {
    padding: 0 10%;
  }
  .policy_lead {
    font-size: 1.2em;
    padding: 0 10%;
  }
  .policy_lead h2 {
    padding: 0 5%;
    margin-top: 2em;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 958px){
  .policy_wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 80px;
    margin: 0 auto;
  }
  .policy_img {
    padding: 0 12%;
  }
  .policy_lead {
    font-size: 1.2em;
    padding: 0;
  }
  .policy_lead h2 {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1900px){
  .policy_wrap {
    width: 100%;
    max-width: 1980px;
    padding: 0 160px;
    margin: 0 auto;
    display: flex;
    align-items: center
  }
  .policy_img {
    padding: 0;
    flex-basis: 52%;
  }
  .policy_lead {
    font-size: 1em;
    padding: 0 0 0 3%;
    flex-basis: 48%;
  }
  .policy_lead h2 {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}
.loopimg_wrapper {
  display: flex;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-top: 8em;
}
.loopimg_wrapper img {
  width: auto;
  max-width: none;
  height: 100%;
}
.looping1 {
  animation: loopimg1 50s -25s infinite linear;
}
.looping2 {
  animation: loopimg2 50s infinite linear;
}
@keyframes loopimg1{
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopimg2{
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* ------------------カリキュラム------------------ */
.scroll_aria {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  /* white-space: nowrap; */
}
.curriculum_scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);

}
@media screen and (min-width: 520px){
  .curriculum_scroll {
    display: none;
  }
}
.scroll_aria::-webkit-scrollbar {
  height: 5px;
}
.scroll_aria::-webkit-scrollbar-track {
  background: #ccc;
}
.scroll_aria::-webkit-scrollbar-thumb {
  background: #5DDBBC;
}
.curriculum {
  font-size: 0.8em;
  margin-right: 3px;
  margin-bottom: 3px;
  table-layout: fixed;
  box-sizing: border-box;
  white-space: nowrap;
}
.curriculum tr {
  border-bottom: 1px solid #fff;
}

.curriculum th {
  background: #eee;
  border: 1px solid #fff;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

.curriculum td {
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  padding: 1em 1em;
  line-height: 1.5;
  background: #caf2e8;
}
.curriculum td:nth-child(even) {
  background: #dff6f0;
}
.curriculum thead th {
  padding: 1em 0.5em;
}
.curriculum tbody th,
.curriculum tbody td {
  padding: 2em 0.5em;
  color: #333;
}
.curriculum .sentaku2 {
  background: #84dbc5;
}
.curriculum .sentaku3 {
  background: #afdbd0;
}
.curriculum_cap {
  padding:  10px 16px;
  margin-top: 6px;
  background: #fff;
}
.curriculum_cap h3 {
  font-size: 1em;
  font-weight: 500;
  padding: 6px 0 2px;
  margin-bottom: 3px;
  border-bottom: 1px solid silver;
}
.curriculum_cap h3::before {
  content: '●';
  color:#5DDBBC;
  margin-right: 0.3em;
}
.curriculum_cap p {
  font-size: 0.8em;
  line-height: 1.5;
}
@media screen and (min-width: 520px){
  .curriculum {
    width: 100%;
    white-space: normal;
  }
  .curriculum thead th {
    padding: 1em 0;
  }
  .curriculum tbody th,
  .curriculum tbody td {
    padding: 1.5em 0;
  }
}
.scroll_aria figcaption {
  font-size: 0.8em;
}

/* -------------------------------------------------------- */
/* ------------------------------------------- 進路指導室 */
/* -------------------------------------------------------- */

/* -------------------進路指導イメージ------------------- */
.theme_title {
  width: 80%;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
}
.theme_title img {
  width: 100%;
}
.step_wrapper {
  margin-top: 60px;
}
.step_wrapper > ul {
  display: flex;
  flex-direction: column;;
  align-items: center;
  justify-content: center;
}
.step_wrapper > ul > li {
  flex: 0 1 100%;
  margin: 0 auto 120px;
  /* padding: 0 9% ; */
  position: relative;
  display: flex;
  align-items: center;
}
.step_wrapper > ul > li:last-child {
  margin: 0 auto 0;
}
.step_wrapper > ul > li::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  width: 0;
  height:0;
  border: 100px solid transparent;
  border-top: 30px solid #46caa8;
  border-bottom: 0;
}
.step_wrapper > ul > li:last-child::after {
  content: none;
}
.step_wrapper div:first-child {
  position: relative;
  flex: 0 1 100%;
  text-align: center;
}
.step_wrapper div:last-child {
  flex: 0 1 100%;
  text-align: center;
}
.step_wrapper img {
  width: 70%;
  border: 2px solid #46caa8;
  border-radius: 50%;
}
.step_wrapper h1 {
  margin: 0.75em 0 0;
  text-align: center;
  font-size: 1.35em;
  font-weight: 500;
  color: #7E77CA;
  line-height: 1.5;
  white-space: nowrap;
}
.step_wrapper h2 {
  margin: 0.5em 0;
  padding: 0.3em 0;
  border: 1px solid silver;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  color: #46caa8;
  line-height: 1.5;
}
.step_list {
  width: 100%;
}
.step_list li {
  padding: 1em 1em 0.8em;
  text-align: center;
  /* background: whitesmoke; */
  width: 100%;
  margin: 0 auto;
  /* margin-bottom: 0.5em; */
  /* color: #5ddbbc; */
  font-size: 0.85em;
  border-bottom: 1px dashed silver;
}
.step_list li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-weight: 900;
  color: #5ddbbc;
  display: inline;
  margin: 0 0.2em;
}
.step_year {
  position: absolute;
  display: block;
  top: -20px;
  left: 5%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 55px;
  background: #46caa8;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 520px){
  .theme_title {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
  }
  .step_wrapper > ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .step_wrapper > ul > li {
    flex: 0 0 33.333%;
    padding: 0 2%;
    max-width: none;
    margin: 0;
    display: block;
  }
  .step_wrapper > ul > li:last-child {
    margin: 0;
  }
  .step_wrapper > ul > li::after {
    left: auto;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    right: -30px;
    border: 60px solid transparent;
    border-left: 30px solid #46caa8;
    border-right: 0;
  }
  .step_wrapper div:first-child {
    width: 100%;
  }
  .step_wrapper div:last-child {
    width: 100%;
    padding: 0 15px;
  }
  .step_wrapper img {
    width: 70%;
  }
  .step_wrapper h1 {
    margin: 0.75em 0 1em;
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
    color: #7E77CA;
    line-height: 1.5;
    white-space: nowrap;
  }
  .step_year {
    top: -20px;
    left: 5%;
    width: 90px;
    height: 90px;
    font-size: 18px;
    line-height: 90px;
  }
}
@media screen and (min-width: 520px){
  .step_wrapper div:last-child {
    width: 100%;
    padding: 0 10%;
  }
  .step_year {
    top: -20px;
    left: 5%;
    width: 90px;
    height: 90px;
    font-size: 20px;
    line-height: 90px;
  }
}

/* ------------------進路指導・進路実績------------------ */
.shinro_wrap {
  display: block;
}
.shinro_wrap > p:first-child {
  margin-bottom: 2em;
}
@media screen and (min-width: 520px){
  .shinro_wrap {
    display: flex;
    justify-content: space-between;
  }
  .shinro_wrap p:first-child {
    flex-basis: 45%;
    order: 2;
    margin-bottom: 0;
  }
  .shinro_wrap p:last-child {
    flex-basis: 50%;
    order: 1;
  }
}
/* ----------------------主な進路先---------------------- */
.path_list_container {
  display: flex;
  flex-flow: row wrap;
}
.path_list_container > li {
  flex-basis: 50%;
  border-bottom: 1px dotted silver;
  padding: 0.2em 0.2em;
}
.path_list_container > li::before {
  content: '●';
  margin-right: 0.2em;
  color:#5DDBBC;
}
@media screen and (min-width: 520px){
  .path_list_container > li {
    flex-basis: 33.333%;
  }
}
@media screen and (min-width:958px){
  .path_list_container > li {
    flex-basis: 25%;
  }
}

.onepoint {
  width: 90%;
  margin: 60px auto;
}
.onepoint.answer {
  padding-bottom: 0;
}


/* -------------------------------------------------------- */
/* -------------------------------- 教育オーバーラップ --SP */
/* -------------------------------------------------------- */
.overwrap_wrap {
  position: relative;
  padding: 4vh 0;
  margin-top: 30px;
}
.overwrap_wrap + div.content_wrapper {
  padding-top: 40px;
}
@media screen and (min-width: 520px){
  .overwrap_wrap + div.content_wrapper {
    padding-top: 120px;
  }
}
.over_top_title {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
  line-height: 1;
  position: relative;
  padding-top: 60px;
  padding-bottom: 28px;
}
.over_top_title span {
  font-size: 0.6em;
  display: block;
  font-weight: 400;
  color: #5DDBBC;
  padding-bottom: 20px;
}
.over_top_title::after {
  content: '';
  position: absolute;
  display: block;
  width: 40%;
  height: 3px;
  background: linear-gradient(270deg, #5DDBBC, #7E77CA);
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
}
.overwrap_lead {
  width: 86%;
  padding: 4% 4% 8%;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  position: relative;
  background: rgba(255,255,255,0.8);
}
.overcap {
  margin-top: 2rem;
  font-size: 1rem;
}
.overwrap_wrap::before {
  content: '';
  display: block;
  background-image: url('asset/DSC01323@1x.jpg');
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.overwrap_wrap.en::before {
  background-image: url('asset/DSC03418@1x.jpg');
}

@media screen and (min-width: 520px){
  .overwrap_wrap {
    position: relative;
    max-width: 1460px;
    margin: auto;
    z-index: 200;
  }
  .over_top_title {
    font-size: 4.5rem;
    text-align: left;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
    line-height: 1;
    position: relative;
    padding-top: 60px;
    padding-bottom: 28px;
  }
  .over_top_title span {
    font-size: 0.4em;
    display: block;
    font-weight: 400;
    color: #5DDBBC;
    padding-bottom: 20px;
  }
  .over_top_title::after {
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    height: 3px;
    background: linear-gradient(270deg, #5DDBBC, #7E77CA);
    bottom: 0;
    left:0;
    transform: none;
  }
  .overwrap_lead {
    width: 50%;
    margin: 0 auto 0 10px;
    font-size: 1.5em;
    background: rgba(255,255,255,0.8);
  }
  .overwrap_wrap::before {
    background-image: url('asset/DSC01323@2x.jpg');
    background-position: center right;
    width: 60%;
    height: 100%;
    opacity:1;
    top: 0;
    right: 0;
    transform: translate(5%, 10%);
  }
  .overwrap_wrap.en::before {
    background-image: url('asset/DSC03418@2x.jpg');
  }
}

/* ----------------------ICT教育---------------------- */
.ict_head {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.ict_head_img {
  margin-bottom: 2em;
}
.ict_head_img img {
  width: 100%;
}
.ict_head > div:first-child {
  flex-basis: 50%;
  margin-bottom: 0;
}
.ict_head > div:last-child {
  flex-basis: 50%;
  margin-bottom: 0;
}
@media screen and (min-width: 520px){
  .ict_head{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .ict_head > div:first-child {
    flex-basis: 47.25%;
    margin-bottom: 0;
    order: 2;
  }
  .ict_head > div:last-child {
    flex-basis: 47.25%;
    margin-bottom: 0;
    order: 1;
  }
}
/* ----------------------電子黒板のメリット---------------------- */
.emerit {position: relative;}
.emerit figure {
  text-align: center;
  padding: 24px 0 24px;
}
.emerit figure img {
  width: 90%;
}
.emerit h3 {
  color: #46caa8;
  padding: 1em 0;
  font-size: 1.4em;
  font-weight: 500;
  text-align: center;
}
.emerit p {
  line-height: 1.8;
  padding: 0 5%;
}
@media screen and (min-width: 520px){
  .emerit {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
  }
  .emerit > section {
    flex-basis: 30%;
    max-width: 30%;

  }
  .emerit h3 {
    font-size: 1.1em;
  }
  .emerit p {
    line-height: 1.8;
    padding: 0;
    font-size: 0.9em;
  }
}
/* ----------------進路指導室（学習サポート）---------------- */
.sup_shinro_wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.sup_shinro_wrapper > div:first-child {
  margin-bottom: 3em;
}
.sup_shinro_wrapper > div:last-child {

}

@media screen and (min-width: 520px){
  .sup_shinro_wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sup_shinro_wrapper > div:first-child {
    order: 1;
    flex-basis: 47.25%;
    margin-bottom: 0;
  }
  .sup_shinro_wrapper > div:last-child {
    order: 2;
    flex-basis: 47.25%;
  }
}
/* -------------------------その他の教育------------------------- */
.sub_edu_wrapper {
  margin: auto -2%;
}
.sub_edu_wrapper ul {
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.sub_edu_wrapper li {
  flex-basis: 49%;
  margin-bottom: 48px;
}
.sub_edu_wrapper li img {
  width: 100%;
}
.sub_edu_wrapper figure {
  width: 100%;
}
.sub_edu_wrapper h2 {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1em 0 0.75em
}
.sub_edu_wrapper h2 > span {
  color: #5DDBBC;
}
.sub_edu_wrapper p  {
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 520px){
  .sub_edu_wrapper {
    margin: 0 -1%;
  }
  .sub_edu_wrapper ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .sub_edu_wrapper li {
    flex-basis: 50%;
    padding: 0 1%;
  }
  .sub_edu_wrapper h2 {
    font-size: 1.125em;
    padding: 1.2em 0 1em
  }
  .fac_long {
    flex-basis: 66.666%;
    flex: 2 1;
  }
}
@media screen and (min-width: 958px){
  .sub_edu_wrapper li {
    flex-basis: 33.333%;
    padding: 0 1%;
  }
}
/* -------------------------------------------------------- */
/* ----------------------------------------------- 英語教育 */
/* -------------------------------------------------------- */

.en_edu_meta {
  flex-basis: 100%;
  margin-bottom: 0px;
}
.en_edu_pict {
  flex-basis: 100%;
  position: relative;
}
@media screen and (min-width: 520px){
  .en_edu_meta {
    flex-basis: 45%;
    margin-bottom: 0;
    order: 2;
  }
  .en_edu_pict {
    flex-basis: 50%;
    order: 1;
  }
  .en_edu_pict img {
    /* box-shadow: 20px 20px 40px -10px rgba(93, 219, 188, 0.5); */
  }
}
/* -------------------その他の英語教育------------------- */
.sub_eng_wrapper {}
.sub_eng_wrapper ul {}
.sub_eng_wrapper li {
  margin-bottom: 4em;
}
.sub_eng_wrapper li img {
  width: 100%;
}
.sub_eng_wrapper h2 {
}
.sub_eng_wrapper p  {
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}
@media screen and (min-width: 520px){
  .sub_eng_wrapper {
    margin: 0 -2%;
  }
  .sub_eng_wrapper ul {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  .sub_eng_wrapper li {
    flex-basis: 50%;
    padding: 0 2%;
    display: flex;
    flex-flow: column wrap;
  }
  .sub_eng_wrapper li > div:first-child {
    order: 2;
  }
  .sub_eng_wrapper li > div:last-child {
    order: 1;
  }
  .sub_eng_wrapper h2 {
    margin-top: 1em;
  }
  .sub_eng_wrapper p {
    margin-top: auto;
  }
}
@media screen and (min-width: 958px){
  .sub_eng_wrapper {
    margin: 0 -2%;
  }
  .sub_eng_wrapper li {
    flex-basis: 33.333%;
    padding: 0 2%;
  }
}


/* -------------------------------------------------------- */
/* ----------------------------------------------- 学校生活 */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* -------------------------------------------- あべ高の1日 */
/* -------------------------------------------------------- */
.oneday_wrapper {}
.oneday_container {
  margin-top: 4em;
}
.oneday_container li {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  position: relative;
}
.oneday_container li::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 0%;
  border-radius: 10px;
  background: #46caa8;
  margin-top: 25px;
  top: 0;
  left: 5px;
  transform: translateX(-50%);
  transition: all 1s ease-in-out;
}
.oneday_container li.active::before {
  height: 101%;
}
.oneday_container.first li:last-child.active::before {
  height: 138%;
}
.oneday_container.second li:last-child.active::before {
  height: 125%;
}
.oneday_container li::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #46caa8;
  margin-top: 25px;
  top: 0;
  left: 0;
}
.oneday_container li:first-child::after {
  width: 18px;
  height: 18px;
  left: -4px
}
.oneday_title {
  font-size: 1.4em;
  text-align: left;
  color: #777;
  margin-bottom: 1em;
  position: relative;
  letter-spacing: 0.3em;
}
.oneday_container li:nth-child(even) h1 {
  text-align: left;
}
.oneday_title span {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  font-size: 50px;
  margin-bottom: 8px;
  font-family: 'Caveat', cursive;
  color: #46caa8;
  transform: rotate(0deg);
  letter-spacing: 0;
}
.watch::before,
.watch2::before,
.watch3::before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.watch::before {
  background-image: url('asset/watch@2x.png');
}
.watch2::before {
  background-image: url('asset/watch2@2x.png');
}
.watch3::before {
  background-image: url('asset/watch3@2x.png');
}

.oneday_main {
  padding-top: 50px;
  position: relative;
}
.oneday_main figure {
  position: relative;
    margin: 30px calc(50% - 50vw);
}
.oneday_main figure img {
  /* border-radius: 20px; */
}
.oneday_main figcaption {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.oneday_container figure {
  padding: 0 20px 0 0;
  padding: 0;
  position: relative;
}
.oneday_container figure img {
  position: relative;
  width: 100%;
  border-radius: 20px;
}
.oneday_container li > p {
  line-height: 1.6;
  text-align: justify;
  margin-top: 1em;
  font-size: 1em;
  padding: 0 1em;
}
.oneday_container li figcaption {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.oneday_point {
  background: #5DDBBC;
  position: absolute;
  top: -70px;
  right: -40px;
  width: 120px;
  padding-top: 120px;
  border-radius: 50%;
  transform: rotate(10deg);
}
.oneday_point > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.oneday_main figure img.poteto {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
/* .oneday_point.poteto {
  background-image: url('asset/snap/DSC01153@1x.jpg');
  background-size: cover;
} */

.oneday_wrapper .pause_br {
  position: absolute;
  bottom: -50%;
  right: -20px;
  width: auto;
  height: 200px;
}
.oneday_wrapper .pause_r {
  position: absolute;
  bottom: 50%;
  top:-125px;
  right: -20px;
  width: auto;
  height: 125px;
}
.oneday_wrapper .pause_l {
  position: absolute;
  bottom: 50%;
  top:-125px;
  right: 0px;
  width: auto;
  height: 125px;
}
.oneday_wrapper .pause_br,
.oneday_wrapper .pause_r,
.oneday_wrapper .pause_l {
  border-radius: 0;
}
.oneday_wrapper .bodymaker {
  position: absolute;
  top: -70px;
  right: -40px;
  width: 120px;
  height: auto;
}
.oneday_wrapper .poteto {
  position: absolute;
  top: -100px;
  right: 0px;
  width: auto;
  height: 120px;
  z-index: 1;
}
.oneday_main figure img.poteto {
  border-radius: 50%;
  width: auto;
  height: 120px;
}
.oneday_wrapper .poteto_caption {
  padding-right: 130px;
}
.poteto_bg {
  position: absolute;
  top: 5%;
  right: 65%;
  width: 100%;
  max-width: 250px;
  height: auto;
  transform: translateY(30%);
}
.shoes_bg {
  position: absolute;
  top: 5%;
  right: 60%;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.poteto_bg img,
.shoes_bg img {
  width: 100%;
}
img.lunch {
  position: absolute;
  top: -10%;
  left: 0%;
  bottom: auto;
  right: auto;
  width: 50%;
}
img.seeyou {
  position: absolute;
  top: auto;
  left: auto;
  bottom: -5%;
  right: 0;
  width: 50%;
}

@media screen and (min-width: 520px){
  .oneday_wrapper .pause_br {
    position: absolute;
    bottom: -250px;
    right: -90px;
    width: auto;
    height: 440px;
  }
  .oneday_wrapper .pause_r {
    position: absolute;
    top: -155px;
    bottom: auto;
    right: -55px;
    width: auto;
    height: 150px;
  }
  .oneday_wrapper .pause_l {
    position: absolute;
    top: -155px;
    bottom: auto;
    right: auto;
    left: -55px;
    width: 150px;
    height: auto;
  }
  .oneday_wrapper .bodymaker {
    position: absolute;
    bottom: 60%;
    right: -40px;
    width: 150px;
    height: auto;
  }
  .oneday_main figure img.poteto {
    position: absolute;
    top: -130px;
    bottom: auto;
    right: -40px;
    width: auto;
    height: 200px;
    transform: rotate(5deg);
  }
  .oneday_wrapper .poteto_caption {
    padding-right: 0;
  }
  img.lunch {
    position: absolute;
    top: 50%;
    left: -5%;
    bottom: auto;
    right: auto;
    width: 50%;
  }
  .poteto_bg {
    position: absolute;
    top: 5%;
    right: 65%;
    width: 100%;
    max-width: 450px;
    height: auto;
    transform: translateY(30%);
  }
  img.seeyou {
    position: absolute;
    top: auto;
    left: auto;
    bottom: -5%;
    right: -5%;
    width: 50%;
  }

}
@media screen and (min-width: 958px){
  .oneday_wrapper .pause_r {
    position: absolute;
    top: -130px;
    bottom: auto;
    right: -70px;
    width: 150px;
    height: auto;
  }
  .oneday_wrapper .pause_l {
    position: absolute;
    top: -130px;
    bottom: auto;
    right: auto;
    left: -70px;
    width: 150px;
    height: auto;
    z-index: 0;
  }
  .poteto_bg {
    position: absolute;
    top: 5%;
    right: 65%;
    width: 100%;
    max-width: 530px;
    height: auto;
    transform: translateY(40%);
  }
}
@media screen and (min-width: 1280px){
  .poteto_bg {
    position: absolute;
    top: 5%;
    right: 65%;
    width: 100%;
    max-width: 650px;
    height: auto;
    transform: translateY(40%);
  }
}

.accessboygir2 {
  width: 30%;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.accessboygir2 img {
  width: 100%;
}
@media screen and (min-width: 520px){
  .oneday_main {
    padding-top: 50px;
    position: relative;
  }
  .oneday_container {
    display: flex;
    flex-flow: row wrap;
  }
  .oneday_main figure {
    position: relative;
      margin: auto;;
  }
  .oneday_main figure img {
    border-radius: 20px;
  }
  .oneday_container li {
    flex: 0 1;
    flex-basis: 50%;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    position: relative;
  }
  .oneday_container li:nth-child(even) {
    transform: translateY(50%);
  }

  .oneday_container li::before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 0%;
    border-radius: 4px;
    /* background: #7E77CA; */
    /* margin-top: 40px; */
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(50%);
    transition: all 1s 0.3s ease-in-out;
  }
  .oneday_container li:nth-child(even)::before {
    top: 0;
    left: 0;
    right: auto;
    transform: translateX(-50%);
  }
  .oneday_container li.active::before {
    height: 52%;
  }
  .oneday_container.first li:last-child.active::before,
  .oneday_container.second li:last-child.active::before {
    height: 90%;
  }
  .oneday_container li::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(50%);
  }
  .oneday_container li:first-child::after {
    width: 24px;
    height: 24px;
      left: auto;
  }
  .oneday_container li:nth-child(even)::after {
    top: 0;
    left: 0;
    right: auto;
    transform: translateX(-50%);
  }
  .oneday_container li h1 {
    text-align: right;
    color: #777;
  }
  .oneday_container li:nth-child(even) h1 {
    text-align: left;
  }
  .oneday_container li:nth-child(even) h1 span {
    left: 0;
    right: auto;
  }
  .oneday_container li:nth-child(odd) h1 span {
    left: auto;
    right: 0;
  }
  .oneday_container li:nth-child(odd) .oneday_point {
    left: -40px;
    right: auto;
  }
  .oneday_container figure {
    padding: 0;
  }
}
/* -------------------------------------------------------- */
/* ----------------------------------------------- 学校行事 */
/* -------------------------------------------------------- */
.event_container {
  display: flex;
  flex-flow: column nowrap;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
  border-bottom: 1px solid silver;
  padding-bottom: 40px;
}
.event_container figure {
  position: relative;
}
.event_container figure::before,
.event_container figure::after {
  position: absolute;
  content: '';
  display: block;
  width: 20%;
  max-width: 250px;
  padding-top: 20%;
  background-image: url('asset/garland1.svg');
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.8;
}
.event_container figure::before {
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
}
.event_container figure::after {
  top: 0;
  right: 0;
  transform: translate(20%, 20%) rotateY(-180deg);
}
.event_container img {
  width: 100%;
}
.event_container dt {
  flex: 0 1 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.event_container dt span:nth-child(1) {
  font-size: 2em;
  color: #666;
  font-style: italic;
}
.event_container dt span:nth-child(2) {
  font-size: 8em;
  color: #5DDBBC;
  font-style: italic;
  font-weight: 500;
  position: relative;
  padding-right: 2rem;
}
.event_container dt span:nth-child(2)::after {
  content: '月';
  font-size: 1.4rem;
  color: #666;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.event_container:nth-child(n + 6) dt span:nth-child(2) {
  color: #7e77ca;
}
.event_container .fukidashi {
  margin-top: 20px;
  margin-bottom: 20px;
}
.other_event {
  margin-top: 0;
}
.other_event li {
  display: inline-block;
  margin-top: 0.5em;
  padding-right: 0.5em;
}
.other_event li::before {
  content: '■';
  margin-right: 3px;
}
.other_event li:nth-child(odd)::before {
  color: #5DDBBC;
}
.other_event li:nth-child(even)::before {
  color: #7e77ca;
}


@media screen and (min-width: 520px){
  .event_container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 50px;
    padding-bottom: 50px;
  }
  .event_container:last-child {
    border-bottom: none;
  }
  .event_container dt {
    justify-content: flex-end;
    flex: 0 1 25%;
  }
  .event_container dt span:nth-child(1) {
    font-size: 1.5em;
  }
  .event_container dt span:nth-child(2) {
    font-size: 3.5em;
  }
  .event_container > dd {
    flex: 0 1 60%;
  }
  .other_event {
    margin-top: 0;
  }
  .other_event li {
    display: block;
    padding-right: 0;
    margin-top: 0.5em;
  }
  .other_event li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 958px){
  .event_container {
    width: 97%;
    justify-content: space-around;
  }
  .event_container dt span:nth-child(1) {
    font-size: 1.5em;
  }
  .event_container dt span:nth-child(2) {
    font-size: 7em;
  }
}
/* -------------------------------------------------------- */
/* ----------------------------------------------- 制服紹介 */
/* -------------------------------------------------------- */
.uniform_container_w,
.uniform_container_s,
.uniform_container_sports {
  display: block;
  margin-bottom: 4em;
  position: relative;
}
.uniform_container_w,
.uniform_container_s {
  background-size: 80%;
  background-repeat: no-repeat;
}
.uniform_container_w {
  /* background-image: url('./asset/uniform/winbg@2x.png'); */
  background-position: bottom left;
}
.uniform_container_s {
  /* background-image: url('./asset/uniform/sumbg@2x.png'); */
  background-position: bottom right;
}
.uniform_meta_w,
.uniform_meta_s {
  margin-bottom: 2em;
}
.uniform_meta_w p,
.uniform_meta_s p {
  line-height: 1.9;
  text-align: justify;
}
.uni_atm_w {
  width: 100%;
  margin-bottom: -15%;
}
.uni_atm_w  {
  width: 100%;
  margin-bottom: -15%;
}
.uni_atm_w .slick-dots{
  text-align: left;
}
.uni_atm_s {
  width: 100%;
  margin-bottom: -15%;
  margin-top: 6%;
}
.uni_atm_w img,
.uni_atm_s img {
  width: 100%;
}
.uniform_w {
  width: 70%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
        margin-top: -20%;
}
.uniform_s {
  width: 80%;
  position: relative;
}
.uniform_sports {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.uniform_w img,
.uniform_s img,
.uniform_sports img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.uniform_w img.title-bg,
.uniform_sports img.title-bg {
  position: absolute;
  top: 20%;
  left: -55%;
  width: 100%;
  z-index: 0;
}
.uniform_s img.title-bg {
  position: absolute;
  top: 20%;
  left: 55%;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 520px){
  .uniform_container_w,
  .uniform_container_s,
  .uniform_container_sports {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom:0;
  }
  .uniform_container_s {
    flex-flow: row-reverse wrap;
    align-items: flex-end;
  }
  .uni_atm_w,
  .uni_atm_s {
    flex-basis: 100%;
    width: auto;
    margin-bottom: -15%;
    margin-top: 4%;
    order: 1;
  }
  .uni_atm_w {
    margin-left: -5vw;
    margin-right: auto;
  }
  .uni_atm_s {
    margin-left: auto;
    margin-right: -5vw;
  }
  .uniform_meta_w,
  .uniform_meta_s {
    flex-basis: 50%;
    margin-bottom: 2em;
    order: 2;
  }
  .uniform_w,
  .uniform_s {
    flex-basis: 40%;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    order: 3;
  }
  .uniform_sports {
    flex-basis: 30%;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    order: 3;
  }
  .uniform_w img.title-bg {
    position: absolute;
    top: 50%;
    left: 55%;
    width: 100%;
    z-index: 0;
  }
  .uniform_s img.title-bg {
    position: absolute;
    top: 5%;
    left: -55%;
    width: 100%;
    z-index: 0;
  }
}


/* --------------------------制服詳細設定-------------------------- */
.uniform_slick {
  margin-top: 4em;
}
.uniform_slick .lead{
  margin-bottom: 3em;
  font-size: 2rem;
}
.a-rogo {
  width: 140px;
  margin: 0 auto;
}
.uni_parts {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 1em;
}
.uni_parts_main figure {}
.uni_parts_main figure img {
  width: 100%;
}
.uni_parts_thumb figure {
  margin: 1px 1px 0 0;
}
.uni_parts_thumb figure img {
  width: 100%;
}
@media screen and (min-width: 520px) {
  .uni_parts {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .uni_parts_main figure {}
  .uni_parts_main figure img {
    width: 100%;
  }
  .uni_parts_thumb figure {
    margin: 1px 1px 0 0;
  }
  .uni_parts_thumb figure img {
    width: 100%;
  }
}
/* ---------制服紹介slickアロー--------- */
.thumb_item .slick-prev{
    left: 15px;
}
.thumb_item .slick-prev:before{
    content: '←';
}
.thumb_item .slick-next{
    right: 15px;
}
.thumb_item .slick-next:before{
    content: '→';
}

/* -------------------------------------------------------- */
/* ----------------------------------------------- 施設紹介 */
/* -------------------------------------------------------- */
.facility_list_container {
  display: flex;
  flex-flow: row wrap;
}
.facility_list_container li  {
  flex-basis: 100%;
  margin-bottom: 30px;
}
.facility_list_container li figure {
  position: relative;
}
.facility_list_container li figure img {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 958px){
  .facility_list_container {
    margin: 0 -1%;
  }
  .facility_list_container li {
    flex-basis: 33.333%;
    /* flex-basis: 25%; */
    padding: 1%;
  }
}
/* -------------------------------------------------------- */
/* --------------------------------------------- 部活動一覧 */
/* -------------------------------------------------------- */
.club_list_wrapper {}
.club_list_wrapper > ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.club_list_wrapper > ul > li {
  flex-basis: 50%;
  margin-bottom: 15px;
  padding: 0 3px;
}
.club_pict {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.club_pict img {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.club_pict img:hover {
  transform: scale(1.05);
}
.club_name {
  font-size: 1.15em;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  padding: 7px 0 0 10px;
  z-index: 0;
}
.club_name::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #7e77ca;
  border-left: 0px;
  border-right: 15px solid transparent;
  border-bottom: 0;
}
.club_name > span {
  display: block;
  font-size: 1rem;
}
.club_meta {
  font-size: 0.8em;
  margin-bottom: 18px;
}
.club_post {
  line-height: 1.9;
  text-align: justify;
}
@media screen and (min-width: 520px){
  .club_list_wrapper > ul > li {
    flex-basis: 33.333%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .club_name {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 18px;
    position: relative;
    padding: 10px 0 0 10px;
    z-index: 0;
  }
  .club_name::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #5DDBBC;
    border-left: 0px;
    border-right: 15px solid transparent;
    border-bottom: 0;
  }
}
/* -----------------クラブ個別ページ----------------- */
.club_pict_list {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
}
.club_pict_list > li {
  width: 100%;
  height: 100%;
}
.club_pict_list p {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.club_pict_list  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ------------クラブ slick Arrows------------ */
.club_pict_list .slick-prev{
    left: 25px;
}
.club_pict_list .slick-next{
    right: 25px;
}

/* -------------------------------------------------------- */
/* --------------------------------------- 次回イベント設定 */
/* -------------------------------------------------------- */

/* ---------------------学校説明会詳細表--------------------- */
.next_box_wrapper{
  background: snow;
  border:1px solid #707070;
  padding: 5em 6% 3em;
}
.next_box_container {
  margin: 2em auto 0;
  padding-top: 1.5em;
}
.next_box_container h2 {
  display: block;
  width: 100%;
  margin: 0 auto 1em;
  background: #5DDBBC;
  color: #fff;
  white-space: nowrap;
  padding: 0.7em 0.8em 0.6em;
  font-size: 1.1em;
  font-weight: 500;
  position: relative;
}
.next_box_container p {
  display: block;
  padding: 0 0.8em;
  margin-bottom: 2em;
  /* border-bottom: 1px dashed #8fa9b8; */
  line-height: 1.6;
}
/* ------------------------------------- 次回イベント設定 --TB */
@media screen and (min-width: 520px ){

}
/* ------------------------------------- 次回イベント設定 --PC */
@media screen and (min-width: 958px ){

}
/* -------------------------------------------------------- */
/* ------------------------------------------- よくある質問 */
/* -------------------------------------------------------- */
.faq_wrapper {}
.faq_wrapper > section {
  margin-bottom: 5em;
}
.faq_wrapper dl {
  margin-bottom: 2.4em;
}
.faq_wrapper dt {
  background: #F7F7F7;
  font-size: 1.2em;
  padding: 1.3em 2.1em 1.1em 3.5em;
  text-indent: -1em;
  line-height: 1.8;
  margin: 1px auto;
  font-weight: 500;
  position: relative;
  transition: .3s;
  cursor: pointer;
  /* box-shadow: 0 1px 5px rgba(0,0,0,0); */
}
.faq_wrapper dt:hover {
    color: #fff;
  background: #7e77ca;
}
.faq_wrapper dt::before {
  content: 'Q';
  color: #5DDBBC;
  display: inline-block;
  padding-right: 1em;
}
.faq_wrapper dt::after {
  font-family: "Font Awesome 5 Free";
  content: '\f067';
  font-weight: 900;
  font-size: 1em;
  position: absolute;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s;
  top: 50%;
  right: 1em;
  text-indent: 0;
  color: #5DDBBC
}
.faq_wrapper dt.active {
  color: #fff;
  background: #7e77ca;
/* box-shadow: 0 1px 5px rgba(0,0,0,0.1); */
}
.faq_wrapper dt.active::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq_wrapper dd {
  padding: 2em;
  line-height: 1.9;
  /* background: #f5f5f5; */
}
@media screen and (min-width: 958px){
  .faq_wrapper dt {
    font-size: 1.3em;
    padding: 1.3em 2.1em 1.1em 3.5em;
  }
}
/* -------------------------------------------------------- */
/* ------------------------------------------- インタビュー */
/* -------------------------------------------------------- */
.interview_container {
  width: 100%;
  padding-bottom: 100px;
}
.facility_container {
  width: 100%;
  padding-bottom: 45px;
}
.interview_container:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.facility_container figure,
.interview_container figure {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.facility_container figure img,
.interview_container figure img {
  width: 100%;
  display: block;
  height: auto;
}
.interview_pict {
  position: relative;
}
.interview_pict::after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  background: #5DDBBC;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  transition: 0.5s;
}
.interview_pict.active::after {
  transform: translateX(-50%) scaleY(1);
  transform-origin: top center;
}
@media screen and (min-width: 520px){
  .interview_pict::after {
    width: 2px;
    height: 60px;
    bottom: -40px;
  }
}
.interview_body {
  margin-top: 45px;
  line-height: 1.9;
  text-align: justify;
  padding: 0 3%;
}
.facility_body {
  margin-top: 45px;
  line-height: 1.9;
  text-align: justify;
  padding: 0 3%;
}
.interview_title {
  padding-top: 52px;
  padding-bottom: 45px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.interview_title > span {
  display: inline-block;
}
.interview_title b {
  color: #5DDBBC;
  font-style: normal;
  font-weight: inherit;
  text-decoration: none;
}
.interview_title::before {
  content: '';
  display: block;
  width: 140px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('asset/student/interview_title-01@2x.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.interview_title.i_ttl_01::before {
  background-image: url('asset/student/interview_title-01.png');
}
.interview_title.i_ttl_02::before {
  background-image: url('asset/student/interview_title-02.png');
}
.interview_title.i_ttl_03::before {
  background-image: url('asset/student/interview_title-03.png');
}
.interview_title.i_ttl_04::before {
  background-image: url('asset/student/interview_title-04.png');
}
.interview_title::after {
  content: attr(data-i_name)'さん';
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 520px){
  .interview_container {
    width: 100%;
    padding-bottom: 100px;
  }
  .interview_container:last-child {
    padding-bottom: 85px;
  }
  .interview_body {
    margin-top: 90px;
  }
  .interview_title {
    padding-top: 70px;
    padding-bottom: 90px;
    font-size: 3.2rem;
  }
  .interview_title::before {
    width: 190px;
    height: 54px;
  }
}
.interview_body > p {
  margin-bottom: 2em;
}
.interview_body dt {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 1em;
  position: relative;
  display: flex;
  align-items: center;
}
.interview_body dt::before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  margin-right: 10px;
  background: #5ddbbc;
}
.interview_body dd {
  margin-bottom: 2em;
}

@media screen and (min-width: 958px){
  .interview_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
  }

  .interview_container .interview_pict {
    flex-basis: 40%;
  }
  .interview_container .interview_body {
    flex-basis: 55%;
  }
  .facility_container figure {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    /* transform: translateY(30%); */
  }
  .interview_container figure {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    transform: translateY(30%);
  }
  .facility_container figure img,
  .interview_container figure img {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 1.8em;
  }
  .interview_container .interview_pict img {
    margin-bottom: 0;
  }
  .interview_container figcaption {
    margin-top: 18px;
    margin-bottom: 60px;
  }
  .interview_body > p {
    font-size: 1.1em;
  }
}
/* -------------------------------------------------------- */
/* ------------------------------------------ 在校生と保護者 */
/* -------------------------------------------------------- */

/* --------------------ブログタイトル画像-------------------- */
.blog_title_img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* --------------------在校生・保護者向けサブメニュー-------------------- */
.submenu {
  margin: 4em auto;
}
.submenu h2 {

}
.submenu ul {}
.submenu li {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.submenu a {
  display: block;
  width: 100%;
  padding: 2em;
  background: #5DDBBC;
  background: #7E77CA;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
.submenu a::after {
  content: '';
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2em;
  transition: all 0.3s;
}
.submenu a:hover {
  display: block;
  width: 100%;
  padding: 2em;
  background: #5DDBBC;
  color: #fff;
}
.submenu a:hover::after {
  right: 1.8em;
  color: #fff;
}
@media screen and (min-width: 520px) {
  .submenu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .submenu li {
    flex-basis: 49%;
    width: auto;
    font-size: 1.3rem;
  }
}

/* --------------------いじめ防止基本方針-------------------- */
dl.knight {
  /* background: red; */
}
dl.knight dt {
  font-weight: 500;
  border-bottom: 1px dashed #aaa;
  margin: 0;
  cursor: pointer;
}
dl.knight dd {
  margin: 2em 0;
  padding: 0 1em;
}

.kngiht_text h2 {
  font-size: 1.165em;
  padding: 0.8em 0;
}
.kngiht_text h2:hover {
  color: #5DDBBC;
}
.kngiht_text h2::before {
  content: '▼ ';
  font-size: 0.5em;
  vertical-align: middle;
}

.kngiht_text h3 {
  font-weight: 700;
  margin-bottom: 1em;
}
.kngiht_text h5 + p {
  padding-left: 1em;
}

.knight_keikaku {
  font-size: 0.8em;
  width: 94%;
  margin: 0 auto;
}
.knight_keikaku caption {
  font-size: 2em;
  text-align: center;
}
.knight_keikaku thead {
  text-align: center;
  font-weight: bold;
  background: #7E77CA;
  color: white;
}
.knight_keikaku tbody tr {
  background: whitesmoke;
}
.knight_keikaku tbody tr:nth-child(odd) {
  background: white;;
}
.knight_keikaku th,
.knight_keikaku td {
  padding: 1%;
}
.knight_keikaku th {
  text-align: center;
  font-weight: normal;
  width: 5%;
  border: 1px solid #595959;
}
.knight_keikaku td {
  width: 23.75%;
  border: 1px solid #595959;
}
@media screen and (min-width: 520px) {}

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


/* --------------------セクハラ等相談窓口-------------------- */

.flames_con {
  padding: 3.5em 3em;
  margin: 2em auto;
  width: 100%;
  background: #fff;
  border-radius: 18px;
  border-radius: 0;
  border: 1px solid silver;
}
.flames_con > p {
  margin: 1em auto 2em;
}
@media screen and (min-width: 520px){
  .flames_con {
    padding: 4em 6%;
    margin: 2em auto;
  }
}
.flames_con h1 {
  font-size: 1.3em;
}

.flames_con h2 {
  font-size: 1.2em;
}

.flames_con h3 {
  font-size: 1.1em;
  color: skyblue;
}

.flames_con h1,
.flames_con h2,
.flames_con h3 {
  font-weight: 700;
  margin-bottom: 1em;
}

/* -----------------学校感染症予防について----------------- */
.infection th {
  width: 20%;
  white-space: nowrap;
}
/* -------------------学校納付金について------------------- */
figure.fees_wrapper {
  max-width: 1100px;
  margin: 1em auto 4em;
}
figure.fees_wrapper table {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  min-width: 520px;
}
figure.fees_wrapper table thead,
figure.fees_wrapper table tfoot {
  border: 1px solid #ccc;
  font-weight: 700;
}
figure.fees_wrapper table tr,
figure.fees_wrapper table th,
figure.fees_wrapper table td {
  border: 1px solid #ccc;
  padding: 1em 1em;
  vertical-align: middle;
}
figure.fees_wrapper table th {
  text-align: center;
  white-space: nowrap;
}
.amikake {
  background: #eee;
}
.def_table {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  margin-bottom: 1em;
}
.def_table tr,
.def_table th,
.def_table td {
  border: 1px solid #ccc;
  padding: 1em 1em 0.9em;
  padding: 0.5em 1em 0.4em;
  vertical-align: middle;
  line-height: 1.7;
}
.def_table thead th {
  text-align: center;
  white-space: nowrap;
  background: #eee;
  width: 20%;
}
.def_table tbody th {
  text-align: center;

  white-space: nowrap;
}
.fees_table .total {
  text-align: center;
  background: #eee;
  font-weight: 700;
}
/* ---------ストライキに伴う始業時間の変更について--------- */
.tyhoo_wrapper {
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
}
.tyhoo_wrapper li {
  flex-basis: 50px;
  margin-bottom: 2em;
  background-image: url('asset/sevenoclock@2x.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px 50px;
  padding-left: 68px;
  margin-bottom: 2em;
}
.tyhoo_wrapper li:last-child {
  background-image: url('asset/tenoclock@2x.png');
}

.kakomi {
  border: 1px solid #666;
  padding: 2em 6%;
  margin: 2em auto;
  background: rgb(255,255,255);
}
@media screen and (min-width: 520px){
  .tyhoo_wrapper li {
    flex-basis: 50px;
    margin-bottom: 2em;
  }
}
/* -------------------------------------------------------- */
/* ----------------------------------- ドキュメントテキスト */
/* -------------------------------------------------------- */

/* ------------------生徒心得------------------ */
.doc_text {}
.doc_text h2 {
  font-size: 1.3em;
  margin: 2em 0;
  font-weight: 500;
  /* border: 1px solid silver; */
  background: whitesmoke;
  padding: 1em;
  line-height: 1;
}
.doc_inner {}
.doc_inner > div:first-child {
  flex: 0 1;
  flex-basis: 65%;
}
.doc_inner > div:last-child {
  flex: 0 1;
  flex-basis: 35%;
  padding: 5% 5% 0;
}
@media screen and (min-width: 958px){
  .doc_inner {
    display: flex;
    align-items: flex-start;
  }
  .doc_inner > div:first-child {
    flex: 0 1;
    flex-basis: 65%;
  }
  .doc_inner > div:last-child {
    flex: 0 1;
    flex-basis: 35%;
    padding: 0 5%;
  }
}
.doc_ul {
  padding: 0;
  line-height: 1.9;
  text-align: justify;
}
.doc_ul p {
  margin: 0 2em;
}
.doc_ul > li {
  margin: 2em 0 4em;
}
.doc_ol {
  list-style-type: decimal;
  padding-left: 2em;
}
.doc_ol > li {
  margin: 0.5em 0;
}
.doc_ol > li > ol {
  list-style-type: katakana;
  padding-left: 2em;
  margin: 0.5em 0;
}
.doc_ol > li > ol > li {
  margin: 0.5em 0;
}

/* -------------------------------------------------------- */
/* ------------------------------- 各種証明書の発行について */
/* -------------------------------------------------------- */
.twoways_box_inner {
  padding: 0 2em 2em;
}
dl.download {
  margin: 1em auto 2em;
}
dl.download dt {
  font-weight: 700;
  color: #595959;
  padding-left: 2em;
  text-indent: -2em;
}
dl.download dd {
  padding-left: 2em;
  font-size: 0.8em;
}
dl.download dd p {
  margin-bottom: 1em;
}

address.download {
  font-weight: 500;
}

/* ---------申請のふた通り--------- */
.flex_twoways {
  display: block;
}
@media screen and (min-width: 520px){
  .flex_twoways {
    display: flex;
    justify-content: space-between;
  }
  .flex_twoways > div {
    flex-basis: 49%;
  }
}
.twoways_box {
  border: 1px solid #ccc;
  background: white;
}
.twoways_box h3 {
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  background: #666;
  color: white;
  padding: 1.5rem 0;
}
.twoways_box:first-child {
  /* background: #f0ebfb; */
  margin-bottom: 30px;
}
@media screen and (min-width: 520px){
  .twoways_box:first-child {
    margin-bottom: 0;
  }
}
.twoways_box:last-child {
  /* background: #ebfaf4; */
}

/* ---------証明書等チェックリスト--------- */
.check_list {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.check_list tr,
.check_list th,
.check_list td {
  border: 1px solid #ccc;
  padding: 0.5em 1em 0.4em;
  vertical-align: middle;
  line-height: 1.5;
}
.check_list thead th {
  text-align: center;
  white-space: nowrap;
  background: #eee;
  width: 20%;
}
.check_list tbody th {
  text-align: center;
}
table.check_list tr th:last-child,
table.check_list tr td:last-child {
  width: 20%;
  text-align: center;
}
/* ------------------ミニQ&A------------------ */
.mini_faq {
}
.mini_faq dt{
  color: #7E77CA;
  font-weight: 700;
  text-indent: -1.2em;
  padding: 1em;
  padding-left: 1.4em;
}
.mini_faq dt::before{
  content: 'Q.';
}
.mini_faq dd{
  margin-bottom: 1em;
  padding-left: 1.5em;
}
/* ---------証明書等交付事務取扱要領--------- */
.issu_table {

}
.issu_table > dt {
  border-bottom: 1px solid #595959;
  padding: 0.5em 0;
  color: #7E77CA;
  font-weight: 700;
}
.issu_table > dd {

}

/* -------------------------------------------------------- */
/* --------------------------------------- アクセス（詳細） */
/* -------------------------------------------------------- */

/* ----------------アクセスマップ（路線図）---------------- */
.accessmap {
  position: relative;
}
img.accessmap {
  width: 90%;
  max-width: 245px;
  text-align: center;
}
img.wark-boy {
  width: auto;
  height: 160px;
  position: absolute;
  right: 10px;
  bottom: -40px;
  transform: translateX(-20px);
  transition: .75s 0.5s;
}
img.wark-girl {
  width: auto;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: -50px;
  transform: translateX(-20px);
  transition: .75s 0.8s;
}
@media screen and (min-width: 520px){
  img.accessmap {
    width: 85%;
    max-width: none;
    margin-left: -5%;
  }
  img.wark-boy {
    height: 160px;
    right: 10px;
    bottom: -40px;
    transform: translateX(-30px);
  }
  img.wark-girl {
    height: 150px;
    right: 0;
    bottom: -50px;
    transform: translateX(-30px);
  }
}
@media screen and (min-width: 958px){
  img.accessmap {
    width: 80%;
    margin-left: -11%;
  }
  img.wark-boy {
    height: 220px;
    right: 40px;
    bottom: -40px;
    transform: translateX(-40px);
  }
  img.wark-girl {
    height: 210px;
    right: 0;
    bottom: -50px;
    transform: translateX(-40px);
  }
}
/* --------------------------道順説明-------------------------- */
.roadmap_wrapper {
}
.roadmap_child {
  display: block;
  margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.roadmap_child > .roadmap {
  display: block;
  margin-bottom: 50px;
    border-radius: 10px 10px 0 0;
}
.roadmap_child.showrap {background: #f1d7d3;}
.roadmap_child.fumiwrap {background: #d4cae7;}
.roadmap_child.matsuwrap {background: #ceebe0;}

.roadmap_first {
  padding-top: 30px;
  text-align: center;
  margin-bottom: -4em;
}
.roadmap_first img {
  width: 75%;
}
.roadmap {
  padding: 0;
}
.roadmap img {
  width: 100%;
}
@media screen and (min-width: 415px) {
  .roadmap_wrapper {}
  .roadmap_child {
    display: flex;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 2em;
    border-radius: 10px;
  }
  .roadmap_child:last-child {
    margin-bottom: 0;
  }
  .roadmap_first {
        flex-basis: 50%;
    text-align: center;
    margin-bottom: 0;
    align-self: flex-end;
      padding-top: 0;
  }
  .roadmap_first img {
    width: 55%;
  }
  .roadmap_child > .roadmap {
    flex: 0 1 auto;
    flex-basis: 50%;
    max-width: 50%;
    padding: 20px;
    margin-bottom: 10px;
  }
  .roadmap {
    padding: 10px 0;
  }
  .roadmap img {
    width: 100%;
  }

}
@media screen and (min-width: 958px) {
  .access_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .access_map {
    flex-basis: 100%;
    margin-top: 3%;
    margin-bottom: 8%;
    text-align: center;
  }
  .access_map img {
    max-width: 900px;
  }
  .access_txt {
    flex: 1 1;
    flex-basis: 50%;
    order: 2;
  }
  .access_around {
    flex: 1 1;
    flex-basis: 50%;
    order: 1;
  }
}
/* --------------------------道順slickアロー-------------------------- */
.roadmap .slick-prev{
    left: 25px;
}
.roadmap .slick-prev:before{
    content: '←';
}
.roadmap .slick-next{
    right: 25px;
}
.roadmap .slick-next:before{
    content: '→';
}

/* --------------------------道順slickドット-------------------------- */
.roadmap .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.roadmap .slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.roadmap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.roadmap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.roadmap .slick-dots li button:hover,
.roadmap .slick-dots li button:focus {
  outline: none;
}
.roadmap .slick-dots li button:hover:before,
.roadmap .slick-dots li button:focus:before {
  opacity: 1;
}
.roadmap .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.roadmap .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
@media screen and (min-width: 520px){

  .roadmap .slick-dots {
    bottom: 0px;
  }
}


/* -------------------------------------------------------- */
/* ------------------------------------------- サイトマップ */
/* -------------------------------------------------------- */
.sitemap_wrap {}
.sitemap_wrap h1 {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  /* color: #5DDBBC; */
  margin-bottom: 18px;
  background: #f7f8f8;
  border-radius: 6px;
  padding: 12px;
}
.sitemap_wrap h1 span {
  color: #353852;
  display: none;
  font-size: 1.2rem;
}
.sitemap_wrap div > ul {
  margin-bottom: 30px;
}
.sitemap_wrap div > ul ul {
  padding-left: 1em;
}
.sitemap_wrap > div ul a {
  font-size: 1.4rem;
  padding: 10px 12px;
  display: block;
}
@media screen and (min-width: 958px){
  .sitemap_wrap {
    display: flex;
    justify-content: space-between;

  }
  .sitemap_wrap > div {
    /* flex: 1 1; */
  }
}

/* -------------------------------------------------------- */
/* ------------------------------------------------ フッター */
/* -------------------------------------------------------- */
footer {
  margin-top: 80px;
  background: linear-gradient(270deg, #5DDBBC, #7E77CA);
  background-image: url('asset/DSC05388@3x.jpg');
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
}
footer::before {
  content: '';
  background: linear-gradient(270deg, #5DDBBC, #7E77CA);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.footer_inner {
  position: relative;
}

/* ------------------フッターロゴ------------------ */
.footer_rogo {
  width: 68%;
  max-width: 350px;
  margin: 0 auto;
  padding: 70px 0 20px;
}
/* ------------------フッターバナー------------------ */
.foot_bana_wrapper {
  width: 65%;
  max-width: 1100px;
  margin: 0 auto;
}
.bana_wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding-bottom: 30px;
}
.bana_wrapper li {
  flex-basis: 100%;
  margin: 0.3em auto;
}
.bana_wrapper li img {
  width: 100%;
}
@media screen and (min-width: 520px){
  .bana_wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: 65%;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: center;
  }
  .bana_wrapper li {
    margin: 10px 0;
    padding: 0 4px;
    flex-basis: 270px;
  }
}
/* ------------------フッター電話番号------------------ */
@media screen and (min-width: 520px){
  a[href^="tel:"] {
      pointer-events: none;
  }
}
/* ------------------フッター住所------------------ */
.foot_address_wrapper {
  padding: 0 30px;
  text-align: center;
}
.foot_address_wrapper h1 {
  padding: 30px 0;
}
.foot_address_wrapper address {
  padding: 30px 0;
  line-height: 2;
}
/* --------------フッターサブメニュー-------------- */
.foot_submenu_wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 3em;
  padding: 3em auto;
  justify-content: center;
}
.foot_submenu_wrapper > li {
  text-align: center;
  padding: 0.5em 1em;
}
.foot_address_title {

  padding: 0.3em 1em 0.2em;
  border-bottom: 1px solid white;
}
.foot_access_title {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1;
}
.foot_access_title a {
  display: inline-block;
  background: #fff;
  padding: 0.7em 2em;
  color: #4f85c5;
  border-radius: 30px;
}
/* ------------------コピーライト表記------------------ */
.copy {
  display: block;
  position: relative;
  font-size: 1rem;
  padding: 4rem 0 4rem;
  text-align: center;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 958px){
  .copy {
    position: fixed;
    font-size: 0.9rem;
    letter-spacing: 0.75em;
    left: 0%;
    bottom: 270px;
    color: #070707;
    transform: rotate(90deg) translate(-0%, 175%);
    transform-origin: center bottom;
  }
  .copy.active {
    color: white;
  }
}

/* ------------------トップへもどるボタン------------------ */
.toTop {
  position: relative;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #5DDBBC;
  z-index: 9991;
  transition: 0.5s width ease, 0.3s background ease;
}
.toTop.active{
  width: 100%;
  background: #5DDBBC;
}
.toTop > div {
  position: relative;
  width: 60%;
  height: 60%;
  background-image: url('./asset/title-tryangles.svg');
  background-size: contain;

  background-position: center center;
  background-repeat: no-repeat;

}
.toTop:hover {
  background: #5DDBBC;
  background: #7E77CA;
  cursor: pointer;
}


/* -------------------------------------------------------- */
/* -------------------------------------------- Gutenberg */
/* -------------------------------------------------------- */
/* 背景色 */
.has-green-background-color {
    background-color: #5DDBBC;
}
.has-purple-background-color {
    background-color: #7E77CA;
}
.has-red-background-color {
    background-color: #cc2e29;
}
.has-gray-background-color {
    background-color: #aaaaaa;
}
.has-text-background-color {
    background-color: #353852;
}
.has-white-background-color {
    background-color: #ffffff;
}
/* 文字色 */
.has-green-color {
    color: #5DDBBC;
}
.has-purple-color {
    color: #7E77CA;
}
.has-red-color {
    color: #cc2e29;
}
.has-gray-color {
    color: #aaaaaa;
}
.has-text-color {
    color: #353852;
}
.has-white-color {
    color: #ffffff;
}


/* -------------------------検証用------------------------- */
/* -------------------------検証用------------------------- */
/* -------------------------検証用------------------------- */

.outer_wrap {
  /* border: 1px solid #000; */
}
.outer_wrap::before {
  /* content: 'outer_wrap'; */
  position: absolute;
  padding: 0 1em;
  top:0;
  left:0;
  color: white;
  background: black;
  z-index: 1000;
}
/* .full_wrap {border: 1px solid #cfcd60;} */
.full_wrap::before {
  /* content: 'full_wrap'; */
  position: absolute;
  padding: 0 1em;
  top:0;
  left:0;
  color: white;
  background: black;
  z-index: 1000;
}
/* .inner_wrap {border: 1px dashed blue;} */
.inner_wrap::before {
  /* content: 'inner_wrap'; */
  position: absolute;
  padding: 0 1em;
  top:0;
  left:0;
  color: white;
  background: black;
  z-index: 1000;
}
/* .content_wrapper > article {border: 1px solid #7E77CA; } */
.entry {}
/* article {background: deeppink;} */
/* article > article {background: red;} */
/* section {background: pink;} */
/* aside {background: orange;} */
/* main {background: purple;} */
  /* .content_wrapper {border:1px solid blue} */
  .content_wrapper::before {
      /* content: 'content_wrapper'; */
      position: absolute;
      padding: 0 1em;
      top:0;
      left:0;
      color: white;
      background: darkgray;
  }
/* .content_nav_listwrapper {background: skyblue;} */
/* .blog_container {background: pink} */
/* .side_bar {background: gold} */
  /* .lead {border: 1px solid gold;} */
  .title_wrapper {
    /* background: silver; */
  }
.address_wrapper {
  /* background: silver; */
}
/* .overwrap_wrap { border: 1px dashed skyblue;} */
