@charset "UTF-8";
/*
Theme Name: sample_theme
Theme URI: https://sample_theme/
Author: ほげえ
Author URI: https://sample_theme/
Description: ほげえ オフィシャルサイト
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

* {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.indents {
  padding-left: 1em;
  text-indent: -1em;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-weight: bold;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}

*:first-child + html body {
  /* for IF7 */
  font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

[hidden] {
  display: none;
}

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wrap_link {
  cursor: pointer;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ---------------------------------------- */
/* ----- parts ----- */
/* ---------------------------------------- */
.all_none {
  display: none;
}

@media only screen and (min-width: 1201px) {
  .lg_none {
    display: none;
  }
}
@media only screen and (min-width: 1001px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (min-width: 639px) {
  .pctb_none {
    display: none;
  }
}
@media only screen and (min-width: 639px) and (max-width: 1000px) {
  .tb_none {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .tbsp_none {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .sp_none {
    display: none;
  }
}
/*ホバーで下線のボタン*/
/*矢印まるボタン*/
@media only screen and (min-width: 1001px) {
  html, body {
    position: relative;
  }

  /* ---------------------------------------- */
  /* ----- ヘッダー ----- */
  /* ---------------------------------------- */
  .pchead {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 2000;
  }
  .pchead-logo {
    width: 200px;
  }
  .pchead-menu {
    margin-left: auto;
  }
  .pchead-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .pchead-menu li a {
    position: relative;
    display: inline-block;
    color: #000000;
    margin: 0 10px;
  }
  .pchead-menu li a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #68bb68;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  .pchead-menu li a:hover::after {
    transform: scale(1, 1);
  }
  .pchead-menu .sizeML {
    display: none;
  }
  .pchead-place {
    margin-left: 20px;
  }
  .pchead-place a {
    display: block;
    width: 80px;
    text-align: center;
    background: #68bb68;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .pchead-place a:nth-child(2) {
    background: #ff9a66;
    margin-top: 5px;
  }
  .pchead-place a:hover {
    opacity: 0.7;
  }

  .change_font {
    position: fixed;
    top: 74px;
    right: 20px;
    background: #68bb68;
    border-radius: 0 0 10px 10px;
    padding: 10px 20px 15px;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 100;
  }
  .change_font ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .change_font li {
    cursor: pointer;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 10px;
    transition: all 0.3s ease;
  }
  .change_font li:hover {
    background: #ffffff;
    color: #68bb68;
  }
  .change_font li.active {
    background: #ffffff;
    color: #68bb68;
  }

  /*サイズMLの時*/
  .font190 .pchead, .font240 .pchead {
    padding: 15px 10px;
  }
  .font190 .pchead-logo, .font240 .pchead-logo {
    width: 200px;
  }
  .font190 .pchead-menu, .font240 .pchead-menu {
    margin-left: auto;
  }
  .font190 .pchead-menu .sizeS, .font240 .pchead-menu .sizeS {
    display: none;
  }
  .font190 .pchead-menu ul, .font240 .pchead-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .font190 .pchead-menu ul:nth-child(3), .font240 .pchead-menu ul:nth-child(3) {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-top: 5px;
  }
  .font190 .pchead-menu li a, .font240 .pchead-menu li a {
    margin: 0 20px;
  }
  .font190 .change_font, .font240 .change_font {
    position: fixed;
    top: 101px;
  }

  .font240 .change_font {
    position: fixed;
    top: 119px;
  }

  /* ---------------------------------------- */
  /* ----- メインビジュアル ----- */
  /* ---------------------------------------- */
  .mv {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mv #metaslider_12 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .mv .txt {
    width: 40vw;
    max-width: 700px;
    position: absolute;
    bottom: 23vh;
    left: 50px;
  }
  .mv .kazari {
    width: 50vw;
    max-width: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  /* ---------------------------------------- */
  /* ----- 右メニュー ----- */
  /* ---------------------------------------- */
  .right_menu {
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 100;
  }
  .right_menu div {
    width: 90px;
  }
  .right_menu div a:hover {
    opacity: 0.8;
  }

  /* ---------------------------------------- */
  /* ----- ページトップ ----- */
  /* ---------------------------------------- */
  #page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    transition: all 0.2s ease-out;
  }
  #page-top a {
    background: rgba(51, 51, 51, 0.5) no-repeat;
    text-decoration: none;
    width: 55px;
    height: 55px;
    border-radius: 3px;
    text-align: center;
    line-height: 55px;
    padding: 0;
    display: block;
    color: #fff;
  }
  #page-top .pt-button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: 900;
  }

  /* ---------------------------------------- */
  /* ----- 共通パーツ ----- */
  /* ---------------------------------------- */
  .font160 .S_block {
    display: block;
  }

  .font190 .M_block {
    display: block;
  }

  .font240 .L_block {
    display: block;
  }

  .conttitle {
    font-size: 3.0rem;
    letter-spacing: 0.5rem;
  }

  /* ---------------------------------------- */
  /* ----- セミナーとお知らせ ----- */
  /* ---------------------------------------- */
  .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #f5f5f5;
    /*news*/
  }
  .info .event {
    width: 50%;
    padding: 0 20px 80px;
    text-align: center;
    background: #ffffff;
  }
  .info .event .kazari {
    width: 300px;
    margin: 0 auto 30px;
  }
  .info .event .txt01 {
    margin: 30px 0;
  }
  .info .event #metaslider_23 {
    width: 90%;
    margin: 0 auto;
  }
  .info .event #metaslider_23 .flex-direction-nav .flex-prev {
    background: url("./img/event_prev.svg") no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
  }
  .info .event #metaslider_23 .flex-direction-nav .flex-next {
    background: url("./img/event_next.svg") no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
  }
  .info .news {
    width: 50%;
    text-align: center;
    background: #f5f5f5;
    padding-bottom: 80px;
  }
  .info .news .conttitle {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .info .news .conttitle:after {
    content: "";
    display: inline-block;
    background: url(./img/kazari02.svg) no-repeat;
    background-size: cover;
    width: 70px;
    height: 50px;
  }
  .info .news .archive_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .info .news .archive {
    margin-bottom: 30px;
  }
  .info .news .archive a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .info .news .archive a:hover {
    opacity: 0.7;
  }
  .info .news .archive .thumbnail {
    width: 30%;
    margin-right: 5%;
  }
  .info .news .archive .thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
  }
  .info .news .archive .cont {
    width: 70%;
    text-align: left;
  }
  .info .news .btn .arrow {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #68bb68;
    border-radius: 50%;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .info .news .btn .arrow:before, .info .news .btn .arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .info .news .btn .btn_arrow:before {
    left: 14px;
    width: 17px;
    height: 2px;
    background: #68bb68;
  }
  .info .news .btn .btn_arrow:after {
    left: 22px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #68bb68;
    border-right: 2px solid #68bb68;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 1001px) and (max-width: 639px) {
  .info .news .btn .arrow {
    width: 40px;
    height: 40px;
  }
  .info .news .btn .btn_arrow:before {
    left: 10px;
  }
  .info .news .btn .btn_arrow:after {
    left: 18px;
  }
}
@media only screen and (min-width: 1001px) {
  .info .news .btn a {
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #68bb68;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #68bb68;
    letter-spacing: 0.5rem;
  }
  .info .news .btn span {
    margin: 0 auto;
  }
  .info .news .btn .arrow {
    width: auto;
    height: auto;
    border: none;
    border-radius: none;
  }
  .info .news .btn .btn_arrow:before {
    left: -20px;
  }
  .info .news .btn .btn_arrow:after {
    left: -11px;
  }
  .info .news .btn:hover a {
    background: #68bb68;
    color: #ffffff;
  }
  .info .news .btn:hover .btn_arrow:before {
    background: #ffffff;
  }
  .info .news .btn:hover .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }

  /* ---------------------------------------- */
  /* ----- アバウト ----- */
  /* ---------------------------------------- */
  .about {
    background: #f6fae6;
    padding: 80px 0;
    overflow: hidden;
  }
  .about .conttitle {
    color: #68bb68;
    text-align: center;
  }
  .about .image {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
  }
  .about .inner {
    height: 400px;
    background: url(./img/top_01.jpg) no-repeat top -100px center;
    background-size: cover;
    border-radius: 10px;
  }
  .about .kazari03, .about .kazari04, .about .kazari05, .about .kazari06 {
    z-index: 1;
  }
  .about .kazari03 {
    position: absolute;
    top: -70px;
    left: -130px;
    width: 250px;
  }
  .about .kazari04 {
    position: absolute;
    top: -130px;
    right: -120px;
    width: 350px;
  }
  .about .kazari05 {
    position: absolute;
    bottom: -130px;
    left: -180px;
    width: 350px;
  }
  .about .kazari06 {
    position: absolute;
    bottom: -70px;
    right: -100px;
    width: 250px;
  }
  .about .txt {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    letter-spacing: 0.5rem;
    line-height: 2;
  }
  .about .txt div:nth-child(1) {
    margin-right: 30px;
  }

  /* ---------------------------------------- */
  /* ----- コンテンツ ----- */
  /* ---------------------------------------- */
  .contents {
    background: url(./img/contents_bg.jpg) no-repeat center;
    padding: 80px 0;
    overflow: hidden;
  }
  .contents .wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .contents .wrap .kazari07 {
    position: absolute;
    top: -50px;
    left: -150px;
    width: 120px;
    z-index: 1;
  }
  .contents .wrap .kazari08 {
    position: absolute;
    bottom: -50px;
    right: -150px;
    width: 120px;
    z-index: 1;
  }
  .contents .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
  .contents .inner_inner {
    width: 30%;
    margin-right: 5%;
  }
  .contents .inner_inner:nth-child(3n) {
    margin-right: 0;
  }
  .contents .inner_inner:nth-child(n+4) {
    margin-top: 3%;
  }
  .contents .inner_inner .img_wrap {
    overflow: hidden;
    margin-bottom: -20px;
    z-index: 1;
  }
  .contents .inner_inner .img_wrap img {
    display: block;
    transition-duration: 0.3s;
  }
  .contents .inner_inner .txt01 {
    display: inline-block;
    width: 250px;
    padding: 5px 0;
    text-align: center;
    background: #68bb68;
    color: #ffffff;
    letter-spacing: 0.5rem;
    position: relative;
    z-index: 10;
  }
  .contents .inner_inner .txt02 {
    margin: 15px 0;
  }
  .contents .inner_inner .btn .arrow {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #68bb68;
    border-radius: 50%;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .contents .inner_inner .btn .arrow:before, .contents .inner_inner .btn .arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .contents .inner_inner .btn .btn_arrow:before {
    left: 14px;
    width: 17px;
    height: 2px;
    background: #68bb68;
  }
  .contents .inner_inner .btn .btn_arrow:after {
    left: 22px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #68bb68;
    border-right: 2px solid #68bb68;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 1001px) and (max-width: 639px) {
  .contents .inner_inner .btn .arrow {
    width: 40px;
    height: 40px;
  }
  .contents .inner_inner .btn .btn_arrow:before {
    left: 10px;
  }
  .contents .inner_inner .btn .btn_arrow:after {
    left: 18px;
  }
}
@media only screen and (min-width: 1001px) {
  .contents .inner_inner:hover .img_wrap img {
    transform: scale(1.1);
    /*画像の拡大率*/
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
  }
  .contents .inner_inner:hover .arrow {
    background: #68bb68;
  }
  .contents .inner_inner:hover .btn_arrow:before {
    background: #ffffff;
  }
  .contents .inner_inner:hover .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }

  /*サイズMLの時*/
  .font190 .contents .inner_inner .txt01, .font240 .contents .inner_inner .txt01 {
    width: 90%;
    padding: 10px 0;
    line-height: 1.3;
  }

  /* ---------------------------------------- */
  /* ----- フッター ----- */
  /* ---------------------------------------- */
  footer {
    border-top: 1px solid #68bb68;
    padding-top: 50px;
    /*inner04*/
  }
  footer .wrap {
    max-width: 1200px;
    width: 97%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  footer .inner01 {
    max-width: 450px;
  }
  footer .inner01 .logo {
    width: 250px;
    margin-bottom: 20px;
  }
  footer .inner02 {
    max-width: 300px;
    margin-right: auto;
  }
  footer .inner02 a {
    margin-left: 45px;
    text-decoration: underline;
  }
  footer .inner03 {
    max-width: 360px;
  }
  footer .inner03 .sizeML {
    display: none;
  }
  footer .inner03 li {
    margin-bottom: 10px;
  }
  footer .inner03 li:last-child {
    margin: 0;
  }
  footer .inner03 li:before {
    content: "";
    display: inline-block;
    background: url(./img/event_next.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
  }
  footer .inner03 li a:hover {
    opacity: 0.7;
  }
  footer .inner04 .banner, footer .inner04 .sns {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  footer .inner04 .banner a:hover, footer .inner04 .sns a:hover {
    opacity: 0.7;
  }
  footer .inner04 .banner div {
    width: 370px;
    margin-right: 5%;
  }
  footer .inner04 .banner div:nth-child(3) {
    margin-right: 0;
  }
  footer .inner04 .sns div {
    width: 60px;
    margin-right: 2%;
  }
  footer .inner04 .sns div:last-child {
    margin-right: 0;
  }
  footer .banner_area {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  footer .banner_area div {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    margin-right: 3%;
    width: 30%;
    min-height: 109px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  footer .banner_area div:last-child {
    margin-right: 0;
  }
  footer .copy {
    text-align: center;
  }

  /*サイズMLの時*/
  .font190 .footer .inner02 {
    max-width: 280px;
  }

  .font240 footer .wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
  }
  .font240 footer .inner01 {
    max-width: none;
  }
  .font240 footer .inner02 {
    margin-left: auto;
    margin-right: 0;
  }
  .font240 footer .inner03 {
    width: 100%;
    max-width: none;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .font240 footer .inner03 .sizeS {
    display: none;
  }
  .font240 footer .inner03 .sizeML {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .font240 footer .inner03 li {
    margin-right: 30px;
  }
  .font240 footer .inner03 li:last-child {
    margin-right: 0;
  }

  /* ---------------------------------------- */
  /* ----- パンくずリスト ----- */
  /* ---------------------------------------- */
  #breadcrumbs ul {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto 50px;
    text-align: left;
    font-size: 90%;
  }
  #breadcrumbs ul li {
    display: inline-block;
    vertical-align: top;
  }

  /* ---------------------------------------- */
  /* ----- お知らせ ----- */
  /* ---------------------------------------- */
  .news_mv {
    background: #aedbae;
    text-align: center;
    width: 100%;
    padding: 170px 0 100px;
  }
  .news_mv .conttitle {
    color: #ffffff;
  }

  .news_wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .news_wrap .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease;
  }
  .news_wrap .inner:hover {
    opacity: 0.7;
  }
  .news_wrap .thumbnail {
    width: 20%;
  }
  .news_wrap .thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .news_wrap .detail {
    width: 80%;
    margin-left: 20px;
  }
  .news_wrap .detail .date {
    color: gray;
  }
  .news_wrap a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
  }

  .news_detail {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
  .news_detail .date {
    color: gray;
  }
  .news_detail .ttl {
    font-size: 2.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news_detail .cont {
    font-weight: normal;
    line-height: 2;
  }

  .nav_link {
    width: 90%;
    max-width: 750px;
    margin: 80px auto 200px;
    position: relative;
  }
  .nav_link .prev, .nav_link .next {
    position: absolute;
    top: 15px;
  }
  .nav_link .prev a, .nav_link .next a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .nav_link .prev {
    left: 0;
  }
  .nav_link .prev a:before {
    content: "";
    display: inline-block;
    background: url(./img/news_prev.png) no-repeat;
    background-size: cover;
    width: 17px;
    height: 31px;
    margin-right: 20px;
  }
  .nav_link .back a {
    width: 300px;
    margin: 0 auto;
    display: block;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #68bb68;
    color: #68bb68;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  .nav_link .back a:hover {
    background: #68bb68;
    color: #ffffff;
  }
  .nav_link .next {
    right: 0;
  }
  .nav_link .next a:after {
    content: "";
    display: inline-block;
    background: url(./img/news_next.png) no-repeat;
    background-size: cover;
    width: 17px;
    height: 31px;
    margin-left: 20px;
  }

  /* ---------------------------------------- */
  /* ----- 下層ページ共通 ----- */
  /* ---------------------------------------- */
  .page_mv {
    padding-top: 150px;
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
  }
  .page_mv .ttl {
    color: #68bb68;
    font-size: 3.0rem;
    letter-spacing: 0.5rem;
    position: relative;
  }
  .page_mv .ttl:after {
    content: "";
    position: absolute;
    top: -27px;
    background: url(./img/kazari09.svg) no-repeat;
    background-size: cover;
    width: 103px;
    height: 60px;
    margin-left: 20px;
  }
  .page_mv .anchormenu {
    margin: 30px 0;
  }
  .page_mv .anchormenu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_mv .anchormenu li {
    margin-right: 30px;
  }
  .page_mv .anchormenu li a:before {
    content: "";
    display: inline-block;
    background: url(./img/anchor_arrow.svg) no-repeat;
    background-size: cover;
    width: 16px;
    height: 9px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .max1100 {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }

  a.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
  }

  .fontnormal {
    font-weight: normal;
    line-height: 2;
  }

  .pagewrap {
    margin-bottom: 100px;
  }

  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }

  .pagecont {
    padding: 80px 0 50px;
    overflow: hidden;
  }
  .pagecont-ttl {
    font-size: 3.0rem;
    letter-spacing: 0.5rem;
    color: #68bb68;
    text-align: center;
    position: relative;
  }
  .pagecont-ttl:before {
    content: "";
    position: absolute;
    top: -30px;
    background: url(./img/kazari03.svg) no-repeat;
    background-size: cover;
    width: 126px;
    height: 80px;
    margin-left: -160px;
  }
  .pagecont-mainimg {
    position: relative;
    margin: 30px auto;
    width: 90%;
    max-width: 1100px;
  }
  .pagecont-mainimg .inner {
    height: 300px;
    border-radius: 10px;
  }
  .pagecont-mainimg .kazari04 {
    position: absolute;
    top: -100px;
    right: -80px;
    width: 250px;
  }
  .pagecont-mainimg .kazari05 {
    position: absolute;
    bottom: -100px;
    left: -80px;
    width: 250px;
  }
  .pagecont-top {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .pagecont-top .left {
    width: 40%;
    text-align: center;
    font-size: 2.4rem;
  }
  .pagecont-top .right {
    width: 60%;
  }
  .pagecont-top .right_only {
    width: 90%;
    margin: 0 auto;
  }
  .pagecont-top .right_only p:nth-child(2) {
    margin-top: 20px;
  }
  .pagecont-bottom {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .pagecont-bottom .ttl {
    font-size: 2.4rem;
    margin: 50px 0 10px;
  }
  .pagecont-bottom .ttl01:before {
    content: "";
    display: inline-block;
    background: url(./img/kazari10.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .pagecont-bottom .ttl02:before {
    content: "";
    display: inline-block;
    background: url(./img/kazari11.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 39px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .pagecont-bottom .ttl03:before {
    content: "";
    display: inline-block;
    background: url(./img/kazari12.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .pagecont-bottom .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .pagecont-bottom .inner .image {
    width: 35%;
    margin-right: 5%;
  }
  .pagecont-bottom .inner .image img {
    width: 100%;
  }
  .pagecont-bottom .inner .txt {
    width: 60%;
  }
  .pagecont .highlight {
    background: #edf8ff;
    padding: 20px;
    margin: 10px 0;
  }
  .pagecont .highlight P {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 10px;
  }
  .pagecont .highlight p:last-child {
    padding-bottom: 0;
  }

  /* ---------------------------------------- */
  /* ----- 町田みのり高等部とは？ ----- */
  /* ---------------------------------------- */
  .page_mv .about_mv {
    background: url(./img/about/about_mv.jpg) center;
    background-size: cover;
    height: 350px;
    border-radius: 10px;
  }

  .greeting {
    background: #f6fae6;
    padding: 50px 0;
    margin-top: 50px;
  }
  .greeting-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .greeting-top .txt {
    color: #68bb68;
    font-size: 2.4rem;
    line-height: 2;
    margin-right: 80px;
  }
  .greeting-top .photo {
    text-align: center;
  }
  .greeting-top .photo img {
    max-width: 180px;
  }
  .greeting-bottom {
    width: 80%;
    margin-top: 30px;
  }

  .pagecont-mainimg .feature {
    background: url(./img/about/about_02.jpg) no-repeat center;
    background-size: cover;
  }
  .pagecont-mainimg .curriculum {
    background: url(./img/about/about_05.jpg) no-repeat top -130px center;
    background-size: cover;
  }
  .pagecont-mainimg .uniform {
    width: 100%;
  }
  .pagecont-jikan {
    background: #f5f5f5;
    padding: 30px;
    width: 90%;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  .pagecont-jikan .image {
    text-align: center;
    margin-bottom: 20px;
  }
  .pagecont-jikan .txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .pagecont-jikan .txt .left {
    width: 30%;
    text-align: center;
    font-size: 2.4rem;
  }
  .pagecont-jikan .txt .right {
    width: 70%;
  }
  .pagecont-youtube {
    margin-top: 50px;
  }
  .pagecont-youtube .left_y {
    width: 50%;
  }
  .pagecont-youtube .left_y span {
    display: block;
    text-align: center;
    font-size: 2.4rem;
  }
  .pagecont-youtube .right_y {
    position: relative;
    width: 100%;
    padding-top: 40.25%;
    margin-left: 5%;
  }
  .pagecont-youtube .right_y iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /* ---------------------------------------- */
  /* ----- 進路と検定 ----- */
  /* ---------------------------------------- */
  .page_mv .shinro_mv {
    background: url(./img/shinro/shinro_mv.jpg) center;
    background-size: cover;
    height: 350px;
    border-radius: 10px;
  }

  .shinrowrap {
    margin-top: 50px;
  }
  .shinrowrap .taiken {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 50px;
  }
  .shinrowrap .taiken .left {
    width: 150px;
    margin-right: 70px;
    text-align: center;
  }
  .shinrowrap .taiken .left img {
    width: 100%;
    margin-bottom: 20px;
  }
  .shinrowrap .taiken .right {
    width: calc(100% - 220px);
    font-weight: normal;
    position: relative;
    background: #f6fae6;
    padding: 20px;
  }
  .shinrowrap .taiken .right:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 50%;
    border-right: 15px solid #f6fae6;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .pagecont-mainimg .shinro01 {
    background: url(./img/shinro/shinro_01.jpg) no-repeat center;
    background-size: cover;
  }
  .pagecont-mainimg .shinro02 {
    background: url(./img/shinro/shinro_02.jpg) no-repeat top -130px center;
    background-size: cover;
  }
  .pagecont-mainimg .shinro03 {
    background: url(./img/shinro/shinro_03.jpg) no-repeat top -130px center;
    background-size: cover;
  }
  .pagecont-mainimg .shinro04 {
    background: url(./img/shinro/shinro_04.jpg) no-repeat top -130px center;
    background-size: cover;
  }

  /* ---------------------------------------- */
  /* ----- 生徒募集・学費 ----- */
  /* ---------------------------------------- */
  .page_mv .admission_mv {
    background: url(./img/admission/admission_mv.jpg) top -130px center;
    background-size: cover;
    height: 350px;
    border-radius: 10px;
  }

  .admissionwrap {
    margin-top: 50px;
  }

  .table_wrap {
    overflow: auto;
    white-space: nowrap;
  }

  table.schedule {
    margin: 20px 0;
    font-weight: normal;
    background: #ffffff;
  }
  table.schedule th, table.schedule td {
    border: 1px solid #cccccc;
    vertical-align: middle;
    padding: 6px;
  }
  table.schedule th {
    text-align: center;
    width: 200px;
  }
  table.schedule .ki {
    width: 80px;
    text-align: center;
  }
  table.schedule .kikan {
    width: 350px;
  }
  table.schedule .shiken {
    width: 150px;
    text-align: center;
  }
  table.schedule .senkou {
    width: 120px;
    text-align: center;
  }
  table.schedule .center {
    text-align: center;
  }

  .admission {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .admission .inner {
    margin-top: 40px;
  }
  .admission .ttl {
    position: relative;
    color: #68bb68;
  }
  .admission .ttl span {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding-right: 20px;
  }
  .admission .ttl:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #68bb68;
    z-index: 1;
  }
  .admission .detail {
    font-weight: normal;
    margin-top: 10px;
  }
  .admission .detail .list {
    margin-left: 50px;
  }
  .admission .detail .list p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .admission table.gakuhi {
    margin: 20px 0;
    font-weight: normal;
    width: 100%;
  }
  .admission table.gakuhi th, .admission table.gakuhi td {
    border: 1px solid #cccccc;
    vertical-align: middle;
    padding: 6px;
    text-align: center;
  }
  .admission table.gakuhi th {
    width: 200px;
    background: #f5f5f5;
  }
  .admission table.gakuhi .txt {
    font-size: 90%;
  }

  /* ---------------------------------------- */
  /* ----- 質問 ----- */
  /* ---------------------------------------- */
  .page_mv .faq_mv {
    background: url(./img/faq/faq_mv.jpg) center;
    background-size: cover;
    height: 350px;
    border-radius: 10px;
  }

  .faqwrap {
    margin-top: 50px;
  }

  .faq {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .faq .accordion {
    font-weight: normal;
    margin-top: 40px;
  }
  .faq .accordion li {
    margin-bottom: 10px;
  }
  .faq .button {
    padding: 20px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faq .button:before, .faq .button:after {
    display: block;
    content: '';
    background-color: #000000;
    border-radius: 10px;
    position: absolute;
    width: 18px;
    height: 1px;
    top: 32px;
    right: 24px;
  }
  .faq .button:before {
    width: 1px;
    height: 18px;
    top: 24px;
    right: 32px;
  }
  .faq .button.active {
    background: #68bb68;
    color: #ffffff;
  }
  .faq .button.active:before {
    display: none;
  }
  .faq .button.active:after {
    background: #ffffff;
  }
  .faq .button p:before {
    content: 'Q';
    margin-right: 1.5rem;
    line-height: 1;
    font-size: 3rem;
    font-weight: bold;
    vertical-align: middle;
  }
  .faq .nest {
    padding: 20px;
  }
  .faq .nest p {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .faq .nest p:before {
    content: 'A';
    margin-right: 2rem;
    line-height: 1;
    font-size: 3rem;
    font-weight: bold;
    vertical-align: middle;
  }
  .faq .button02:before, .faq .button02:after {
    top: 50px;
  }
  .faq .button02:before {
    top: 42px;
  }
  .faq .button02 p {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }

  .font190 .faq .button p:before {
    margin-right: 2.5rem;
  }
  .font190 .faq .nest p:before {
    margin-right: 2.5rem;
  }

  .font240 .faq .button p:before {
    margin-right: 3.5rem;
  }
  .font240 .faq .nest p:before {
    margin-right: 4rem;
  }

  /* ---------------------------------------- */
  /* ----- アクセス ----- */
  /* ---------------------------------------- */
  .page_mv .access_mv {
    background: url(./img/access/access_mv.jpg) center;
    background-size: cover;
    height: 350px;
    border-radius: 10px;
    margin-top: 30px;
  }

  .access {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .access iframe {
    width: 100%;
  }
  .access .txt {
    margin-top: 40px;
  }

  /* ---------------------------------------- */
  /* ----- プライバシーポリシー ----- */
  /* ---------------------------------------- */
  .privacywrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 100px;
  }
  .privacywrap .privacy_inner {
    margin-top: 50px;
  }
  .privacywrap .privacy_inner .ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .privacywrap .privacy_inner .list {
    margin-left: 30px;
  }

  /* ---------------------------------------- */
  /* ----- セミナー・イベント ----- */
  /* ---------------------------------------- */
  .event_wrap {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .event_wrap .area {
    width: 47.5%;
  }
  .event_wrap .area h3 {
    color: #ffffff;
    background: #68bb68;
    font-size: 2.4rem;
    text-align: center;
    padding: 5px 0;
  }
  .event_wrap .box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px;
  }
  .event_wrap .box-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .event_wrap .box-top .btn {
    text-align: right;
  }
  .event_wrap .box-top .btn span {
    display: inline-block;
    width: 170px;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
  }
  .event_wrap .box-top .btn .end {
    background: #cccccc;
  }
  .event_wrap .box-top .btn .click {
    background: #f0ad4e;
    transition: all 0.3s ease;
  }
  .event_wrap .box-top .btn .click a {
    color: #ffffff;
  }
  .event_wrap .box-top .btn .click:hover {
    opacity: 0.8;
  }
  .event_wrap .box-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .event_wrap .box-bottom .part {
    width: 20%;
  }
  .event_wrap .box-bottom .txt {
    width: 80%;
  }
  .event_wrap .box-bottom .txt .midashi {
    font-weight: bold !important;
    color: #68bb68;
  }
  .event_wrap .box-bottom .txt .midashi:nth-child(n+2) {
    margin-top: 10px;
  }

  /* ---------------------------------------- */
  /* ----- セミナー申し込み ----- */
  /* ---------------------------------------- */
  #seminar {
    width: 90%;
    max-width: 1000px;
    margin: 200px auto 100px;
  }
  #seminar h2 {
    font-weight: bold;
    margin-top: 0;
    padding: 0.8em 1em;
    background-color: #68bb68;
    color: #fff;
    margin-bottom: 20px;
  }
  #seminar h3 {
    font-weight: bold;
    margin-top: 45px;
    padding: 10px 15px;
    border-left: 5px solid #6bcaff;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    background-color: #f7f7f7;
  }
  #seminar h5 {
    font-weight: bold;
  }
  #seminar .wpcf7-form dl {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #seminar .wpcf7-form dt {
    float: left;
    width: 280px;
    position: relative;
    padding: 5px 0;
  }
  #seminar .wpcf7-form dt p {
    font-weight: normal;
    font-size: 90%;
  }
  #seminar .wpcf7-form dt:after {
    position: absolute;
    color: #fff;
    font-size: 1.0rem;
    padding: 2px 5px;
    line-height: 1;
    top: 35%;
    right: -20px;
    content: "任意";
    background-color: #0086D1;
  }
  #seminar .wpcf7-form dd {
    width: calc(100% - 280px);
    padding-left: 50px;
  }
  #seminar .wpcf7-form dd p {
    font-weight: normal;
    font-size: 90%;
  }
  #seminar .wpcf7-form dd.form-inline input {
    width: auto;
    display: inline-block;
  }
  #seminar .wpcf7-form span.wpcf7-list-item {
    margin: 5px 1em 0 0;
  }
  #seminar .wpcf7-form input {
    vertical-align: baseline;
  }
  #seminar .wpcf7-form dt.required:after {
    content: "必須";
    background-color: red;
  }
  #seminar .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  #seminar .form-control-width {
    height: 34px;
    padding: 6px 12px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  #seminar textarea.form-control {
    height: auto;
  }
  #seminar .attention {
    font-weight: normal;
    margin: 30px 0;
  }
  #seminar .attention a {
    text-decoration: underline;
  }
  #seminar .form_btn {
    text-align: center;
    margin-bottom: 80px;
  }
  #seminar input.wpcf7-confirm,
  #seminar input.wpcf7-submit,
  #seminar input.wpcf7c-btn-back {
    height: 60px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    width: 300px;
    display: inline;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  #seminar input.wpcf7-confirm:hover,
  #seminar input.wpcf7-submit:hover,
  #seminar input.wpcf7c-btn-back:hover {
    opacity: 0.8;
  }
  #seminar input.wpcf7-confirm,
  #seminar input.wpcf7-submit {
    background: #f0ad4e;
    color: #fff;
  }
  #seminar input.wpcf7c-btn-back {
    background: #cccccc;
    margin-right: 50px;
  }
  #seminar input:-webkit-autofill.wpcf7c-conf {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    border: none !important;
    background: #fff !important;
  }
  #seminar input:-webkit-autofill.wpcf7c-conf:focus {
    border: none !important;
  }
  #seminar .wpcf7c-conf {
    background: #fff !important;
    border-color: #fff !important;
    box-shadow: none !important;
  }
  #seminar .wpcf7c-conf:focus {
    border-color: transparent !important;
  }

  /* ---------------------------------------- */
  /* ----- 送信完了画面 ----- */
  /* ---------------------------------------- */
  .complete {
    width: 90%;
    max-width: 1000px;
    margin: 200px auto 100px;
  }
  .complete .txt01 {
    font-size: 2.4rem;
    color: #68bb68;
  }
  .complete .txt02 {
    font-weight: normal;
    margin: 30px 0 50px;
  }
  .complete a:hover {
    text-decoration: underline;
  }

  /*PC★コンタクトフォーム*/
  .contact_form {
    width: 55%;
    margin: 0 auto;
    padding-top: 5%;
    text-align: center;
  }

  .tbstyle {
    width: 100%;
  }
  .tbstyle th {
    width: 30%;
    text-align: left;
    padding-bottom: 3%;
  }
  .tbstyle td {
    padding-left: 2%;
    padding-bottom: 3%;
  }
  .tbstyle input[type="text"], .tbstyle input[type="email"], .tbstyle textarea {
    width: 100%;
    background-color: #e6e6e6;
    border-radius: 5px;
    border-style: none;
    padding: 2% 0 2% 2%;
    resize: vertical;
  }
  .tbstyle input[type="text"]:focus, .tbstyle input[type="email"]:focus, .tbstyle textarea:focus {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  }
  .tbstyle span.his {
    background-color: #c1272d;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 1%;
    margin-left: 1%;
  }

  .btn_send {
    margin: 3% 0 10% 0;
  }
  .btn_send input[type="submit"] {
    display: inline-block;
    width: 350px;
    height: 60px;
    color: #e5b93c;
    border: 1px solid #e5b93c;
    line-height: 60px;
    background-color: #ffffff;
    cursor: pointer;
  }
  .btn_send input[type="submit"]:hover {
    background-color: #e5b93c;
    color: #ffffff;
  }

  div.wpcf7-response-output {
    padding: 2% 0 !important;
    border-style: none !important;
  }

  div.wpcf7-mail-sent-ok {
    background-color: #54c2f0;
    color: #ffffff;
    border-style: none !important;
  }

  div.wpcf7-mail-sent-ng {
    background-color: #c1272d;
    color: #ffffff;
    border-style: none !important;
  }

  div.wpcf7-spam-blocked {
    background-color: #c1272d;
    color: #ffffff;
    border-style: none !important;
  }

  div.wpcf7-validation-errors {
    background-color: #c1272d;
    color: #ffffff;
    border-style: none !important;
  }

  /*PC★ページナビ*/
  .pagenavi {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top: 1px solid #808080;
    padding-top: 3%;
    margin-top: 5%;
    margin-bottom: 8%;
  }
  .pagenavi .wp-pagenavi span.pages {
    display: none;
  }
  .pagenavi .wp-pagenavi span.current {
    display: inline-block;
    border: 1px solid #808080;
    background-color: #808080;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin: 0 10px;
  }
  .pagenavi .wp-pagenavi a {
    display: inline-block;
    border: 1px solid #808080;
    color: #808080;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin: 0 10px;
  }
  .pagenavi .wp-pagenavi a:hover {
    background-color: #808080;
    color: #ffffff;
    border-color: #808080;
  }

  /*404ページ*/
  .errorpage {
    width: 55%;
    margin: 0 auto;
  }
  .errorpage p.txt01 {
    position: relative;
    font-size: 2.0rem;
    border-bottom: 1px dotted #000000;
    padding-bottom: 2%;
    margin-bottom: 2%;
  }
  .errorpage p.txt01:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    background-color: #e5b93c;
    width: 35%;
    height: 5px;
  }
  .errorpage p.button {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10% 0;
  }
  .errorpage p.button a {
    display: inline-block;
    width: 350px;
    height: 60px;
    color: #e5b93c;
    border: 1px solid #e5b93c;
    line-height: 60px;
  }
  .errorpage p.button a:hover {
    background-color: #e5b93c;
    color: #ffffff;
  }

  /* ---------------------------------------- */
  /* ----- 三宮 ----- */
  /* ---------------------------------------- */
  .sannomiya {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .sannomiya01 {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
  }
  .sannomiya01-kazari02 {
    position: absolute;
    top: 20px;
    left: 100px;
  }
  .sannomiya01-kazari03 {
    position: absolute;
    top: 20px;
    right: 100px;
  }
  .sannomiya01-kazari04 {
    position: absolute;
    top: 310px;
    left: -25px;
    width: 200px;
    z-index: 1;
  }
  .sannomiya01-kazari05 {
    position: absolute;
    top: 500px;
    right: 0;
    width: 200px;
    z-index: 1;
  }
  .sannomiya01-kazari06 {
    position: absolute;
    top: 530px;
    left: -20px;
    z-index: 1;
  }
  .sannomiya01-kazari07 {
    position: absolute;
    top: 700px;
    right: -20px;
    z-index: 1;
  }
  .sannomiya01-bg {
    background: url(./img/sannomiya/bg_01.jpg) no-repeat center;
    background-size: cover;
  }
  .sannomiya01-bg-kazari01 {
    text-align: center;
  }
  .sannomiya01-bg-ttl01, .sannomiya01-bg-ttl02, .sannomiya01-bg-txt {
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 10;
  }
  .sannomiya01-bg-ttl01 {
    font-size: 7.0rem;
  }
  .sannomiya01-bg-ttl02 {
    font-size: 3.0rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .sannomiya01-bg-txt {
    width: 630px;
    margin: 0 auto;
    text-align: left;
  }
  .sannomiya01-bg-obi {
    background: #009944;
    color: #ffffff;
    font-size: 2.8rem;
    padding: 5px 0 5px 10px;
  }
  .sannomiya01 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 30px 0;
  }
  .sannomiya01 ul li {
    background: #ffffff;
    width: 130px;
    font-size: 2.0rem;
    text-align: center;
    border-radius: 15px;
    line-height: 1.2;
    padding: 10px 0;
    position: relative;
  }
  .sannomiya01 ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-left: 8px solid #ffffff;
  }
  .sannomiya01 ul li:nth-child(n+2) {
    margin-left: 30px;
  }
  .sannomiya01 ul li:last-child {
    background: #f39700;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .sannomiya01 ul li:last-child:after {
    content: none;
  }
  .sannomiya01 ul li span {
    font-size: 1.6rem;
    display: block;
  }
  .sannomiya01-cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 50px 0;
  }
  .sannomiya01-cont-left {
    position: relative;
    font-weight: normal;
    padding: 40px 30px 30px;
    border: 3px solid;
    border-color: #f39700;
    border-radius: 20px;
    width: 50%;
  }
  .sannomiya01-cont-right {
    width: 46%;
  }
  .sannomiya01-cont-right-inner {
    position: relative;
    font-weight: normal;
    padding: 40px 30px 30px;
    border: 3px solid;
    border-radius: 20px;
  }
  .sannomiya01-cont-right-inner:nth-child(1) {
    border-color: #ab66a7;
    margin-bottom: 7%;
  }
  .sannomiya01-cont-right-inner:nth-child(2) {
    border-color: #0068b7;
  }
  .sannomiya01-cont .ttl {
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 140px;
    padding: 5px 0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 2.0rem;
    border-radius: 30px;
  }
  .sannomiya01-cont .taiken {
    background: #f39700;
  }
  .sannomiya01-cont .support {
    background: #ab66a7;
  }
  .sannomiya01-cont .people {
    background: #0068b7;
  }

  .sannomiya02 {
    margin-bottom: 100px;
  }
  .sannomiya02-obi {
    background: #009944;
    color: #ffffff;
    font-size: 3.0rem;
    padding: 5px 0;
    text-align: center;
  }
  .sannomiya02-txt {
    width: 870px;
    margin: 30px auto;
    font-weight: normal;
  }
  .sannomiya02-access {
    width: 870px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .sannomiya02-access-left {
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    padding: 10px 0;
  }
  .sannomiya02-access-left .txt01 {
    font-size: 2.4rem;
  }
  .sannomiya02-access-left .txt02 {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .sannomiya02-access-left .txt02 span {
    background: url(./img/sannomiya/11.svg) no-repeat center left;
    background-size: 25px;
    padding-left: 30px;
    margin-left: 15px;
    letter-spacing: -1px;
  }
  .sannomiya02-access-left .txt03 {
    font-weight: normal;
    font-size: 1.6rem;
  }
  .sannomiya02-access-right {
    width: 330px;
    margin-left: 20px;
  }
  .sannomiya02-sns {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .sannomiya02-sns a:hover {
    opacity: 0.7;
  }
  .sannomiya02-sns div {
    width: 60px;
    margin-right: 2%;
  }
  .sannomiya02-sns div:last-child {
    margin-right: 0;
  }
  .sannomiya02-image02 {
    text-align: center;
    margin-top: 30px;
  }

  /* ---------------------------------------- */
  /* ----- 三宮色変え ----- */
  /* ---------------------------------------- */
  #sannomiya {
    /*ヘッダー*/
    /*TOP*/
    /*フッター*/
    /*about*/
    /*admission*/
    /*faq*/
    /*news*/
    /*access*/
    /*セミナー・イベント*/
  }
  #sannomiya .pchead-menu li a:after {
    background: #ff9a66;
  }
  #sannomiya .change_font {
    background: #ff9a66;
  }
  #sannomiya .change_font li:hover {
    color: #ff9a66;
  }
  #sannomiya .change_font li.active {
    color: #ff9a66;
  }
  #sannomiya .info .news .btn a {
    border: 2px solid #ff9a66;
    color: #ff9a66;
  }
  #sannomiya .info .news .btn:hover a {
    background: #ff9a66;
    color: #ffffff;
  }
  #sannomiya .info .news .btn .btn_arrow:before {
    background: #ff9a66;
  }
  #sannomiya .info .news .btn .btn_arrow:after {
    border-top: 2px solid #ff9a66;
    border-right: 2px solid #ff9a66;
  }
  #sannomiya .info .news .btn:hover .btn_arrow:before {
    background: #ffffff;
  }
  #sannomiya .info .news .btn:hover .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  #sannomiya .about .conttitle {
    color: #ff9a66;
  }
  #sannomiya .about .inner {
    background: url(./img/top_01_san.jpg) no-repeat center top -100px;
    background-size: cover;
  }
  #sannomiya .contents .inner_inner .txt01 {
    background: #ff9a66;
  }
  #sannomiya .contents .inner_inner .btn .arrow {
    border: 2px solid #ff9a66;
  }
  #sannomiya .contents .inner_inner .btn .btn_arrow:before {
    background: #ff9a66;
  }
  #sannomiya .contents .inner_inner .btn .btn_arrow:after {
    border-top: 2px solid #ff9a66;
    border-right: 2px solid #ff9a66;
  }
  #sannomiya .contents .inner_inner:hover .arrow {
    background: #ff9a66;
  }
  #sannomiya .contents .inner_inner:hover .btn .btn_arrow:before {
    background: #ffffff;
  }
  #sannomiya .contents .inner_inner:hover .btn .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  #sannomiya footer {
    border-top: 1px solid #ff9a66;
    padding-top: 50px;
  }
  #sannomiya footer .inner03 li:before {
    background: url(./img/event_next_or.svg) no-repeat;
    background-size: cover;
  }
  #sannomiya footer .inner02 {
    margin-left: 20px;
  }
  #sannomiya .page_mv .ttl {
    color: #ff9a66;
  }
  #sannomiya .greeting {
    padding: 80px 0 50px;
  }
  #sannomiya .greeting-top .txt {
    color: #ff9a66;
  }
  #sannomiya .pagecont-ttl {
    color: #ff9a66;
  }
  #sannomiya table.schedule td {
    min-width: 100px;
  }
  #sannomiya .pagecont-jikan-ttl {
    font-size: 2.4rem;
    text-align: left;
  }
  #sannomiya .shokudou .pagecont-top .left span {
    color: #68bb68;
  }
  #sannomiya .shokudou .pagecont-top .left img {
    width: 60px;
    margin-left: 10px;
  }
  #sannomiya .shokudou .pagecont-mainimg .inner {
    background: url(./img/about/about_05_san.jpg) no-repeat top -130px center;
    background-size: cover;
  }
  #sannomiya .shokudou-cmt {
    width: 90%;
    max-width: 1100px;
    text-align: center;
    margin: 50px auto 0;
  }
  #sannomiya .shokudou-cmt p {
    display: inline;
    border-bottom: 2px solid #68bb68;
    padding-bottom: 4px;
    line-height: 2;
  }
  #sannomiya .shokudou-cmt span {
    display: block;
    margin-top: 20px;
  }
  #sannomiya .shokudou-fl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  #sannomiya .shokudou-box {
    width: 22.7%;
    margin-right: 3%;
    padding: 30px 10px;
    background: #ffbc99;
    border-radius: 10px;
  }
  #sannomiya .shokudou-box:nth-child(4n) {
    margin-right: 0;
  }
  #sannomiya .shokudou-box:nth-child(n+5) {
    margin-top: 3%;
  }
  #sannomiya .shokudou-box:nth-child(2n) {
    background: #ffddcc;
  }
  #sannomiya .shokudou-box-num span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
  }
  #sannomiya .shokudou-box-num p {
    text-align: center;
    margin: 10px 0;
  }
  #sannomiya .shokudou-box-txt {
    font-weight: normal;
    text-align: left;
  }
  #sannomiya .shokudou-img {
    width: 90%;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  #sannomiya .admission .ttl {
    color: #ff9a66;
  }
  #sannomiya .admission .ttl:after {
    background: #ff9a66;
  }
  #sannomiya .faq .button.active {
    background: #ff9a66;
  }
  #sannomiya .news_mv {
    background: #ffbc99;
  }
  #sannomiya .access_mv {
    background: url(./img/access/access_mv_san.jpg) center;
    background-size: cover;
  }
  #sannomiya .event_wrap .area h3 {
    background: #ff9a66;
  }
  #sannomiya .event_wrap .box-top .btn .click {
    background: #68bb68;
  }
  #sannomiya #seminar h2 {
    background: #ff9a66;
  }
  #sannomiya #seminar input.wpcf7-confirm, #sannomiya #seminar input.wpcf7-submit {
    background: #68bb68;
    color: #ffffff;
  }

  /* ---------------------------------------- */
  /* ----- 総合TOP ----- */
  /* ---------------------------------------- */
  .synthesis-header {
    position: relative;
    z-index: 100;
  }
  .synthesis-header-logo {
    position: absolute;
    width: 200px;
    top: 10px;
    left: 10px;
  }
  .synthesis-header-menu {
    position: absolute;
    top: 0;
    right: 340px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .synthesis-header .menu_first {
    position: relative;
  }
  .synthesis-header .menu_first-machida, .synthesis-header .menu_first-sannomiya {
    width: 200px;
    height: 80px;
    background: #68bb68;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    color: #ffffff;
  }
  .synthesis-header .menu_first-machida:after, .synthesis-header .menu_first-sannomiya:after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 31px;
    margin: auto;
    font-size: 1.0rem;
  }
  .synthesis-header .menu_first-sannomiya {
    background: #ff9a66;
  }
  .synthesis-header .menu_second {
    position: absolute;
    top: 70px;
    left: 0;
    box-sizing: border-box;
    width: 500px;
    padding: 10px 20px;
    background: #68bb68;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .synthesis-header .menu_second li {
    width: 60%;
  }
  .synthesis-header .menu_second li:nth-child(odd) {
    width: 40%;
  }
  .synthesis-header .menu_second a {
    color: #ffffff;
    display: block;
    padding: 5px 0;
  }
  .synthesis-header .menu_second a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .synthesis-header .menu_second a:hover {
    opacity: 0.7;
  }
  .synthesis-header .menu_second_sannomiya {
    background: #ff9a66;
  }
  .synthesis-header .menu_first:hover {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .synthesis-header .menu_first:hover .menu_second {
    top: 80px;
    visibility: visible;
    opacity: 1;
  }
  .synthesis-change_font {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 80px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    color: #68bb68;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 100;
  }
  .synthesis-change_font ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .synthesis-change_font li {
    cursor: pointer;
    border: 1px solid #68bb68;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 10px;
    transition: all 0.3s ease;
  }
  .synthesis-change_font li:hover {
    background: #68bb68;
    color: #ffffff;
  }
  .synthesis-change_font li.active {
    background: #68bb68;
    color: #ffffff;
  }

  /*メインビジュアル*/
  .synthesis-mv {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .synthesis-mv #metaslider_424 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .synthesis-mv-txt {
    position: absolute;
    bottom: 90px;
    left: 50px;
    width: 550px;
  }
  .synthesis-mv-kazari01 {
    position: absolute;
    top: 100px;
    left: 60px;
    width: 400px;
    z-index: 2;
  }
  .synthesis-mv-kazari02 {
    position: absolute;
    bottom: 130px;
    left: 300px;
    width: 330px;
    z-index: 1;
  }

  /*特色*/
  .synthesis-about {
    background: url(./img/top/bg_01.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
  }
  .synthesis-about-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
  }
  .synthesis-about-inner .kazari03 {
    position: absolute;
    top: 40px;
    left: -60px;
    width: 250px;
  }
  .synthesis-about-inner .kazari04 {
    position: absolute;
    top: -130px;
    right: -120px;
    width: 350px;
  }
  .synthesis-about-inner .kazari05 {
    position: absolute;
    bottom: -130px;
    left: -180px;
    width: 350px;
  }
  .synthesis-about-inner .kazari06 {
    position: absolute;
    bottom: -70px;
    right: -100px;
    width: 250px;
  }
  .synthesis-about-ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 4.0rem;
  }
  .synthesis-about-ttl img {
    width: 30px;
  }
  .synthesis-about-ttl p {
    padding: 0 10px;
    line-height: 1.4;
  }
  .synthesis-about-ttl p:after {
    content: "";
    display: block;
    background: url(./img/top/kazari_11.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 12px;
  }
  .synthesis-about-ttl span {
    color: #68bb68;
  }
  .synthesis-about-txt {
    margin-top: 30px;
    font-size: 2.0rem;
  }
  .synthesis-about-list {
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0;
    border: 3px solid #f5f5f5;
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
  }
  .synthesis-about-list li {
    background: url(./img/top/kazari_12.svg) no-repeat center left;
    background-size: 30px;
    padding: 10px;
    padding-left: 40px;
    text-align: left;
    font-size: 2.0rem;
  }
  .synthesis-about-list .kazari {
    position: absolute;
    bottom: -50px;
    right: 50px;
    width: 80px;
  }
  .synthesis-about-img {
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .synthesis-about-img div:nth-child(1) {
    width: 50%;
  }
  .synthesis-about-img div:nth-child(2) {
    width: 45%;
    margin-top: 100px;
  }

  /*町田・三宮*/
  .synthesis-school {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .synthesis-school .banner {
    width: 100%;
    height: 300px;
  }
  .synthesis-school .bg-zoom {
    position: relative;
    overflow: hidden;
    background: #68bb68;
  }
  .synthesis-school .bg-zoom:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(./img/top/img_03.jpg) no-repeat center center;
    transition: all .8s ease;
    background-size: cover;
  }
  .synthesis-school-inner {
    display: block;
    width: 50%;
  }
  .synthesis-school-inner:hover .bg-zoom:after {
    opacity: .3;
    transform: scale(1.05);
  }
  .synthesis-school-box {
    width: 100%;
    background: #68bb68;
    color: #ffffff;
    padding: 30px;
    text-align: center;
  }
  .synthesis-school-box-ttl {
    font-size: 3.0rem;
  }
  .synthesis-school-box-ttl span {
    display: inline-block;
    font-size: 2.4rem;
    background: #ffffff;
    color: #68bb68;
    border-radius: 10px;
    padding: 0 10px;
    margin-right: 10px;
  }
  .synthesis-school-box-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
  }
  .synthesis-school-box-btn img {
    width: 40px;
    margin-left: 10px;
  }
  .synthesis-school-sannomiya .bg-zoom {
    background: #ff9a66;
  }
  .synthesis-school-sannomiya .bg-zoom:after {
    background: url(./img/top/img_04.jpg) no-repeat center center;
    background-size: cover;
  }
  .synthesis-school-sannomiya .synthesis-school-box {
    background: #ff9a66;
  }
  .synthesis-school-sannomiya .synthesis-school-box-ttl span {
    color: #ff9a66;
  }

  .bg_pattern {
    background: url(./img/top/bg_pattern.jpg) center;
    padding: 80px 0;
    overflow: hidden;
  }

  .synthesis-ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 4.0rem;
  }
  .synthesis-ttl span {
    color: #68bb68;
  }

  .synthesis-seminar {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .synthesis-seminar-kazari {
    width: 260px;
    margin: 0 auto;
  }
  .synthesis-seminar .synthesis-ttl {
    margin-top: 30px;
  }
  .synthesis-seminar-txt {
    margin-top: 20px;
    text-align: center;
  }
  .synthesis-seminar-btn {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .synthesis-seminar-btn-inner {
    display: block;
    width: 47.5%;
    padding: 15px;
    font-size: 2.0rem;
    color: #68bb68;
    border: 2px solid #68bb68;
    text-align: center;
    position: relative;
  }
  .synthesis-seminar-btn-inner:before, .synthesis-seminar-btn-inner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .synthesis-seminar-btn-inner:before {
    right: 14px;
    width: 17px;
    height: 2px;
    background: #68bb68;
  }
  .synthesis-seminar-btn-inner:after {
    right: 14px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #68bb68;
    border-right: 2px solid #68bb68;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .synthesis-seminar-btn-inner span {
    background: url(./img/top/kazari_06.svg) no-repeat center left;
    background-size: 25px;
    padding-left: 40px;
  }
  .synthesis-seminar-btn-inner:hover {
    background: #68bb68;
    color: #ffffff;
  }
  .synthesis-seminar-btn-inner:hover:before {
    background: #ffffff !important;
  }
  .synthesis-seminar-btn-inner:hover:after {
    border-top: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important;
  }
  .synthesis-seminar-btn-inner:hover span {
    background: url(./img/top/kazari_08.svg) no-repeat center left !important;
    background-size: 25px !important;
  }
  .synthesis-seminar-btn .sannomiya {
    color: #ff9a66;
    border: 2px solid #ff9a66;
  }
  .synthesis-seminar-btn .sannomiya:before {
    background: #ff9a66;
  }
  .synthesis-seminar-btn .sannomiya:after {
    border-top: 2px solid #ff9a66;
    border-right: 2px solid #ff9a66;
  }
  .synthesis-seminar-btn .sannomiya span {
    background: url(./img/top/kazari_07.svg) no-repeat center left;
    background-size: 25px;
  }
  .synthesis-seminar-btn .sannomiya:hover {
    background: #ff9a66;
    color: #ffffff;
  }

  /*校長挨拶*/
  .synthesis-message {
    margin-top: 80px;
  }
  .synthesis-message .synthesis-ttl img {
    width: 70px;
    margin-left: 10px;
  }
  .synthesis-message-ttl {
    font-size: 2.0rem;
    margin-top: 30px;
    text-align: center;
  }
  .synthesis-message-fl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0;
  }
  .synthesis-message-fl .imgarea {
    width: 300px;
    color: #666666;
  }
  .synthesis-message-fl .txtarea {
    width: calc(100% - 340px);
    font-weight: normal;
  }

  /*制服*/
  .synthesis-uniform {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .synthesis-uniform .synthesis-ttl img {
    width: 70px;
    margin-left: 10px;
  }
  .synthesis-uniform-left {
    width: 50%;
  }
  .synthesis-uniform-txt01 {
    font-size: 2.0rem;
    margin-top: 30px;
    text-align: center;
  }
  .synthesis-uniform-txt02 {
    margin-top: 50px;
    background: #ffffff;
    border: 3px solid #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    font-weight: normal;
  }
  .synthesis-uniform-txt02 .kazari06 {
    position: absolute;
    top: -150px;
    right: 10px;
    width: 170px;
  }
  .synthesis-uniform-right {
    width: 45%;
  }

  /*フッター*/
  .synthesis .footer {
    background: #e8f7bd;
    padding: 80px 0 20px;
    border: none;
  }
  .synthesis .footer-fl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .synthesis .footer-logo {
    margin-right: 50px;
  }
  .synthesis .footer-logo img {
    width: 200px;
    margin-bottom: 30px;
  }
  .synthesis .footer-menu {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #999999;
  }
  .synthesis .footer-menu-ttl {
    font-size: 2.2rem;
  }
  .synthesis .footer-menu ul {
    margin-left: 20px;
  }
  .synthesis .footer-menu li {
    background: url(./img/event_next.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
    margin-top: 10px;
  }
  .synthesis .footer-menu a:hover {
    opacity: 0.7;
  }
  .synthesis .footer-menu_sannomiya li {
    background: url(./img/event_next_or.svg) no-repeat center left;
    background-size: 20px;
  }
  .synthesis .footer .banner_area div {
    background: #ffffff;
  }
}
@media only screen and (min-width: 639px) and (max-width: 1000px) {
  html, body {
    position: relative;
  }

  .body-fixed {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  /* ---------------------------------------- */
  /* ----- ヘッダー ----- */
  /* ---------------------------------------- */
  .sphead {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 2000;
  }
  .sphead-logo {
    width: 200px;
    margin-left: 10px;
  }
  .sphead-place {
    margin-left: 20px;
  }
  .sphead-place a {
    display: block;
    width: 80px;
    text-align: center;
    background: #68bb68;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .sphead-place a:nth-child(2) {
    background: #ff9a66;
    margin-top: 5px;
  }
  .sphead-place a:hover {
    opacity: 0.7;
  }

  .menu {
    position: fixed;
    background-color: rgba(104, 187, 104, 0.97);
    top: 0;
    bottom: 0;
    right: -70%;
    width: 70%;
    max-width: 500px;
    z-index: 2000;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: scroll;
  }
  .menu-on {
    right: 0;
  }
  .menu-inner {
    width: 100%;
    margin-top: 70px;
  }
  .menu li {
    border-bottom: 1px solid #ffffff;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
  }
  .menu li a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
  }
  .menu li:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(./img/arrow_wh_next.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
  }
  .menu li:hover {
    background: #8bcb8b;
  }
  .menu .banner {
    width: 60%;
    margin: 0 auto 50px;
  }
  .menu .banner div {
    margin-top: 30px;
  }

  .menu-trigger {
    position: relative;
    z-index: 3000;
    border: none;
    width: 70px;
    height: 70px;
    background: #68bb68;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    outline: none;
    margin-left: auto;
  }
  .menu-trigger:hover {
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 1px;
    margin: auto;
    background: #ffffff;
    line-height: 1;
    vertical-align: middle;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 26px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 26px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-trigger-on {
    background: #ffffff;
  }
  .menu-trigger-on span {
    background: #68bb68;
  }
  .menu-trigger-on span:nth-of-type(1) {
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-trigger-on span:nth-of-type(2) {
    display: none;
  }
  .menu-trigger-on span:nth-of-type(3) {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(45deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .change_font {
    position: absolute;
    top: 70px;
    left: 20px;
    background: #68bb68;
    border-radius: 0 0 10px 10px;
    padding: 10px 20px 15px;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 100;
  }
  .change_font ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .change_font li {
    cursor: pointer;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 10px;
    transition: all 0.3s ease;
  }
  .change_font li:hover {
    background: #ffffff;
    color: #68bb68;
  }
  .change_font li.active {
    background: #ffffff;
    color: #68bb68;
  }

  /* ---------------------------------------- */
  /* ----- 下メニュー ----- */
  /* ---------------------------------------- */
  .bottom_menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 20;
  }
  .bottom_menu div {
    width: 33.33%;
    text-align: center;
  }
  .bottom_menu a {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .bottom_menu a:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
  }
  .bottom_menu .shiryou a {
    background: #78c4eb;
  }
  .bottom_menu .shiryou a:before {
    background: url("./img/shiryou_icon.svg") no-repeat;
    background-size: cover;
    width: 24px;
    height: 18px;
  }
  .bottom_menu .sanka a {
    background: #fd9c9d;
  }
  .bottom_menu .sanka a:before {
    background: url("./img/sanka_icon.svg") no-repeat;
    background-size: cover;
    width: 17px;
    height: 18px;
  }
  .bottom_menu .seminar a {
    background: #f0ad4e;
  }
  .bottom_menu .seminar a:before {
    background: url("./img/seminar_icon.svg") no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
  }

  /* ---------------------------------------- */
  /* ----- ページトップ ----- */
  /* ---------------------------------------- */
  #page-top {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 99999;
    transition: all 0.2s ease-out;
  }
  #page-top a {
    background: rgba(51, 51, 51, 0.5) no-repeat;
    text-decoration: none;
    width: 55px;
    height: 55px;
    border-radius: 3px;
    text-align: center;
    line-height: 55px;
    padding: 0;
    display: block;
    color: #fff;
  }
  #page-top .pt-button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: 900;
  }

  /* ---------------------------------------- */
  /* ----- メインビジュアル ----- */
  /* ---------------------------------------- */
  .mv {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mv #metaslider_12 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .mv .txt {
    width: 60vw;
    max-width: 700px;
    position: absolute;
    bottom: 20vh;
    left: 20px;
  }
  .mv .kazari {
    width: 50vw;
    max-width: 900px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  /* ---------------------------------------- */
  /* ----- 共通パーツ ----- */
  /* ---------------------------------------- */
  .conttitle {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
  }

  .font160 .S_block {
    display: block;
  }

  .font190 .M_block {
    display: block;
  }

  .font240 .L_block {
    display: block;
  }

  /* ---------------------------------------- */
  /* ----- セミナーとお知らせ ----- */
  /* ---------------------------------------- */
  .info {
    /*news*/
  }
  .info .event {
    padding: 0 20px;
    text-align: center;
  }
  .info .event .kazari {
    width: 300px;
    margin: 0 auto 30px;
  }
  .info .event .txt01 {
    margin: 30px 0;
  }
  .info .event #metaslider_23 {
    width: 90%;
    margin: 0 auto;
  }
  .info .event #metaslider_23 .flex-direction-nav .flex-prev {
    background: url("./img/event_prev.svg") no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
  }
  .info .event #metaslider_23 .flex-direction-nav .flex-next {
    background: url("./img/event_next.svg") no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
  }
  .info .news {
    text-align: center;
    background: #f5f5f5;
    margin-top: 80px;
    padding: 50px;
  }
  .info .news .conttitle {
    margin-bottom: 50px;
  }
  .info .news .conttitle:after {
    content: "";
    display: inline-block;
    background: url(./img/kazari02.svg) no-repeat;
    background-size: cover;
    width: 70px;
    height: 50px;
  }
  .info .news .archive_wrap {
    width: 100%;
  }
  .info .news .archive {
    margin-bottom: 30px;
  }
  .info .news .archive a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .info .news .archive a:hover {
    opacity: 0.7;
  }
  .info .news .archive .thumbnail {
    width: 30%;
    margin-right: 5%;
  }
  .info .news .archive .thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
  }
  .info .news .archive .cont {
    width: 70%;
    text-align: left;
  }
  .info .news .btn .arrow {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #68bb68;
    border-radius: 50%;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .info .news .btn .arrow:before, .info .news .btn .arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .info .news .btn .btn_arrow:before {
    left: 14px;
    width: 17px;
    height: 2px;
    background: #68bb68;
  }
  .info .news .btn .btn_arrow:after {
    left: 22px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #68bb68;
    border-right: 2px solid #68bb68;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 639px) and (max-width: 1000px) and (max-width: 639px) {
  .info .news .btn .arrow {
    width: 40px;
    height: 40px;
  }
  .info .news .btn .btn_arrow:before {
    left: 10px;
  }
  .info .news .btn .btn_arrow:after {
    left: 18px;
  }
}
@media only screen and (min-width: 639px) and (max-width: 1000px) {
  .info .news .btn a {
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #68bb68;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #68bb68;
    letter-spacing: 0.5rem;
  }
  .info .news .btn span {
    margin: 0 auto;
  }
  .info .news .btn .arrow {
    width: auto;
    height: auto;
    border: none;
    border-radius: none;
  }
  .info .news .btn .btn_arrow:before {
    left: -20px;
  }
  .info .news .btn .btn_arrow:after {
    left: -11px;
  }
  .info .news .btn:hover a {
    background: #68bb68;
    color: #ffffff;
  }
  .info .news .btn:hover .btn_arrow:before {
    background: #ffffff;
  }
  .info .news .btn:hover .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }

  /* ---------------------------------------- */
  /* ----- アバウト ----- */
  /* ---------------------------------------- */
  .about {
    background: #f6fae6;
    padding: 50px 0;
    overflow: hidden;
  }
  .about .conttitle {
    color: #68bb68;
    text-align: center;
  }
  .about .image {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
  }
  .about .inner {
    height: 400px;
    background: url(./img/top_01.jpg) no-repeat center;
    background-size: cover;
    border-radius: 10px;
  }
  .about .kazari03, .about .kazari04, .about .kazari05, .about .kazari06 {
    z-index: 1;
  }
  .about .kazari03 {
    position: absolute;
    top: -70px;
    left: -130px;
    width: 250px;
  }
  .about .kazari04 {
    position: absolute;
    top: -130px;
    right: -120px;
    width: 350px;
  }
  .about .kazari05 {
    position: absolute;
    bottom: -130px;
    left: -180px;
    width: 350px;
  }
  .about .kazari06 {
    position: absolute;
    bottom: -70px;
    right: -100px;
    width: 250px;
  }
  .about .txt {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    letter-spacing: 0.5rem;
    line-height: 2;
  }
  .about .txt div:nth-child(1) {
    margin-right: 30px;
  }

  /**/
  .font240 .about .txt {
    display: block;
  }
  .font240 .about .txt div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* ---------------------------------------- */
  /* ----- コンテンツ ----- */
  /* ---------------------------------------- */
  .contents {
    background: url(./img/contents_bg.jpg) repeat-y;
    background-size: contain;
    padding: 50px 0;
  }
  .contents .wrap {
    position: relative;
  }
  .contents .wrap .kazari07 {
    display: none;
  }
  .contents .wrap .kazari08 {
    position: absolute;
    top: -120px;
    right: 0;
    width: 120px;
    z-index: 10;
  }
  .contents .inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .contents .inner_inner:nth-child(n+2) {
    margin-top: 3%;
  }
  .contents .inner_inner .img_wrap {
    overflow: hidden;
    margin-bottom: -20px;
    z-index: 1;
  }
  .contents .inner_inner .img_wrap img {
    display: block;
    transition-duration: 0.3s;
  }
  .contents .inner_inner .txt01 {
    display: inline-block;
    width: 70%;
    padding: 5px 0;
    text-align: center;
    background: #68bb68;
    color: #ffffff;
    letter-spacing: 0.5rem;
    position: relative;
    z-index: 10;
  }
  .contents .inner_inner .txt02 {
    margin: 15px 0;
  }
  .contents .inner_inner .btn .arrow {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #68bb68;
    border-radius: 50%;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .contents .inner_inner .btn .arrow:before, .contents .inner_inner .btn .arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .contents .inner_inner .btn .btn_arrow:before {
    left: 14px;
    width: 17px;
    height: 2px;
    background: #68bb68;
  }
  .contents .inner_inner .btn .btn_arrow:after {
    left: 22px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #68bb68;
    border-right: 2px solid #68bb68;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 639px) and (max-width: 1000px) and (max-width: 639px) {
  .contents .inner_inner .btn .arrow {
    width: 40px;
    height: 40px;
  }
  .contents .inner_inner .btn .btn_arrow:before {
    left: 10px;
  }
  .contents .inner_inner .btn .btn_arrow:after {
    left: 18px;
  }
}
@media only screen and (min-width: 639px) and (max-width: 1000px) {
  .contents .inner_inner:hover .img_wrap img {
    transform: scale(1.1);
    /*画像の拡大率*/
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
  }
  .contents .inner_inner:hover .arrow {
    background: #68bb68;
  }
  .contents .inner_inner:hover .btn_arrow:before {
    background: #ffffff;
  }
  .contents .inner_inner:hover .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }

  /* ---------------------------------------- */
  /* ----- フッター ----- */
  /* ---------------------------------------- */
  footer {
    border-top: 1px solid #68bb68;
    padding-top: 50px;
    /*inner04*/
  }
  footer .wrap {
    width: 90%;
    margin: 0 auto;
  }
  footer .inner01 {
    text-align: center;
  }
  footer .inner01 .logo {
    width: 250px;
    margin: 0 auto 20px;
  }
  footer .inner02 {
    width: 80%;
    max-width: 450px;
    margin: 20px auto 0;
  }
  footer .inner02 .map {
    text-align: center;
  }
  footer .inner02 p {
    text-align: right;
  }
  footer .inner02 a {
    text-decoration: underline;
  }
  footer .inner03 {
    display: none;
  }
  footer .inner04 .banner, footer .inner04 .sns {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  footer .inner04 .banner a:hover, footer .inner04 .sns a:hover {
    opacity: 0.7;
  }
  footer .inner04 .banner {
    display: none;
  }
  footer .inner04 .sns div {
    width: 60px;
    margin-right: 2%;
  }
  footer .inner04 .sns div:last-child {
    margin-right: 0;
  }
  footer .banner_area {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .banner_area div {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    width: 47.5%;
    margin-right: 5%;
    min-height: 112px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  footer .banner_area div:nth-child(2n) {
    margin-right: 0;
  }
  footer .banner_area div:nth-child(n+3) {
    margin-top: 5%;
  }
  footer .copy {
    text-align: center;
  }

  /* ---------------------------------------- */
  /* ----- ぱんくずリスト ----- */
  /* ---------------------------------------- */
  #breadcrumbs ul {
    width: 90%;
    margin: 20px auto 50px;
    text-align: left;
    font-size: 90%;
  }
  #breadcrumbs ul li {
    display: inline-block;
    vertical-align: top;
  }

  /* ---------------------------------------- */
  /* ----- お知らせ ----- */
  /* ---------------------------------------- */
  .news_mv {
    background: #aedbae;
    text-align: center;
    width: 100%;
    padding: 170px 0 100px;
  }
  .news_mv .conttitle {
    color: #ffffff;
  }

  .news_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .news_wrap .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease;
  }
  .news_wrap .inner:hover {
    opacity: 0.7;
  }
  .news_wrap .thumbnail {
    width: 30%;
  }
  .news_wrap .thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .news_wrap .detail {
    width: 70%;
    margin-left: 20px;
  }
  .news_wrap .detail .date {
    color: gray;
  }
  .news_wrap a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
  }

  .news_detail {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
  .news_detail .date {
    color: gray;
  }
  .news_detail .ttl {
    font-size: 2.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news_detail .cont {
    font-weight: normal;
    line-height: 2;
  }

  .nav_link {
    width: 90%;
    max-width: 750px;
    margin: 120px auto 80px;
    position: relative;
  }
  .nav_link .prev, .nav_link .next {
    position: absolute;
    top: -50px;
  }
  .nav_link .prev a, .nav_link .next a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .nav_link .prev {
    left: 0;
  }
  .nav_link .prev a:before {
    content: "";
    display: inline-block;
    background: url(./img/news_prev.png) no-repeat;
    background-size: cover;
    width: 17px;
    height: 31px;
    margin-right: 20px;
  }
  .nav_link .back a {
    width: 300px;
    margin: 0 auto;
    display: block;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #68bb68;
    color: #68bb68;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  .nav_link .back a:hover {
    background: #68bb68;
    color: #ffffff;
  }
  .nav_link .next {
    right: 0;
  }
  .nav_link .next a:after {
    content: "";
    display: inline-block;
    background: url(./img/news_next.png) no-repeat;
    background-size: cover;
    width: 17px;
    height: 31px;
    margin-left: 20px;
  }

  /* ---------------------------------------- */
  /* ----- 下層ページ共通 ----- */
  /* ---------------------------------------- */
  .page_mv {
    padding-top: 170px;
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
  }
  .page_mv .ttl {
    color: #68bb68;
    font-size: 3.0rem;
    letter-spacing: 0.5rem;
    position: relative;
  }
  .page_mv .ttl:after {
    content: "";
    position: absolute;
    top: -27px;
    background: url(./img/kazari09.svg) no-repeat;
    background-size: cover;
    width: 103px;
    height: 60px;
    margin-left: 20px;
  }
  .page_mv .anchormenu {
    margin: 30px 0;
  }
  .page_mv .anchormenu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_mv .anchormenu li {
    width: 47.5%;
    margin-right: 5%;
  }
  .page_mv .anchormenu li:nth-child(2n) {
    margin-right: 0;
  }
  .page_mv .anchormenu li:nth-child(n+3) {
    margin-top: 2%;
  }
  .page_mv .anchormenu li a:before {
    content: "";
    display: inline-block;
    background: url(./img/anchor_arrow.svg) no-repeat;
    background-size: cover;
    width: 16px;
    height: 9px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .max1100 {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }

  a.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
  }

  .fontnormal {
    font-weight: normal;
    line-height: 2;
  }

  .pagewrap {
    margin-bottom: 100px;
  }

  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }

  .pagecont {
    padding: 80px 0 50px;
    overflow: hidden;
  }
  .pagecont-ttl {
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
    color: #68bb68;
    text-align: center;
    position: relative;
  }
  .pagecont-ttl:before {
    content: "";
    position: absolute;
    top: -30px;
    background: url(./img/kazari03.svg) no-repeat;
    background-size: cover;
    width: 126px;
    height: 80px;
    margin-left: -160px;
  }
  .pagecont-mainimg {
    position: relative;
    margin: 30px auto;
    width: 90%;
    max-width: 1100px;
    z-index: 1;
  }
  .pagecont-mainimg .inner {
    height: 250px;
    border-radius: 10px;
  }
  .pagecont-mainimg .kazari04 {
    position: absolute;
    top: -100px;
    right: -80px;
    width: 250px;
  }
  .pagecont-mainimg .kazari05 {
    position: absolute;
    bottom: -100px;
    left: -80px;
    width: 250px;
  }
  .pagecont-top {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .pagecont-top .left {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .pagecont-bottom {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .pagecont-bottom .ttl {
    font-size: 2.4rem;
    margin: 50px 0 10px;
  }
  .pagecont-bottom .ttl01:before {
    content: "";
    display: inline-block;
    background: url(./img/kazari10.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .pagecont-bottom .ttl02:before {
    content: "";
    display: inline-block;
    background: url(./img/kazari11.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 39px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .pagecont-bottom .ttl03:before {
    content: "";
    display: inline-block;
    background: url(./img/kazari12.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .pagecont-bottom .inner .image {
    width: 70%;
    margin: 20px auto;
  }
  .pagecont-bottom .inner .image img {
    width: 100%;
  }
  .pagecont .highlight {
    background: #edf8ff;
    padding: 20px;
    margin: 10px 0;
  }
  .pagecont .highlight P {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 10px;
  }
  .pagecont .highlight p:last-child {
    padding-bottom: 0;
  }

  /* ---------------------------------------- */
  /* ----- 町田みのり高等部とは？ ----- */
  /* ---------------------------------------- */
  .page_mv .about_mv {
    background: url(./img/about/about_mv.jpg) center;
    background-size: cover;
    height: 250px;
    border-radius: 10px;
  }

  .greeting {
    background: #f6fae6;
    padding: 50px 0;
    margin-top: 50px;
  }
  .greeting-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 620px;
  }
  .greeting-top .txt {
    color: #68bb68;
    font-size: 2.2rem;
    line-height: 2;
    margin-right: 50px;
    width: 70%;
  }
  .greeting-top .photo {
    text-align: center;
    width: 30%;
  }
  .greeting-top .photo img {
    width: 100%;
  }
  .greeting-bottom {
    width: 80%;
    margin-top: 30px;
  }

  .pagecont-mainimg .feature {
    background: url(./img/about/about_02.jpg) no-repeat center;
    background-size: cover;
  }
  .pagecont-mainimg .curriculum {
    background: url(./img/about/about_05.jpg) no-repeat center;
    background-size: cover;
  }
  .pagecont-mainimg .uniform {
    width: 100%;
  }
  .pagecont-jikan {
    background: #f5f5f5;
    padding: 30px;
    width: 90%;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  .pagecont-jikan .image {
    text-align: center;
    margin-bottom: 20px;
  }
  .pagecont-jikan .txt .left {
    font-size: 2.4rem;
  }
  .pagecont-youtube {
    margin-top: 50px;
  }
  .pagecont-youtube .left_y {
    margin-bottom: 30px;
  }
  .pagecont-youtube .left_y span {
    display: block;
    text-align: center;
    font-size: 2.4rem;
  }
  .pagecont-youtube .right_y {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .pagecont-youtube .right_y iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /* ---------------------------------------- */
  /* ----- 進路と検定 ----- */
  /* ---------------------------------------- */
  .page_mv .shinro_mv {
    background: url(./img/shinro/shinro_mv.jpg) center;
    background-size: cover;
    height: 250px;
    border-radius: 10px;
  }

  .shinrowrap {
    margin-top: 50px;
  }
  .shinrowrap .taiken {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 50px;
  }
  .shinrowrap .taiken .left {
    width: 20%;
    margin-right: 5%;
    text-align: center;
  }
  .shinrowrap .taiken .left img {
    width: 100%;
    margin-bottom: 20px;
  }
  .shinrowrap .taiken .right {
    width: 75%;
    font-weight: normal;
    position: relative;
    background: #f6fae6;
    padding: 20px;
  }
  .shinrowrap .taiken .right:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 50%;
    border-right: 15px solid #f6fae6;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .pagecont-mainimg .shinro01 {
    background: url(./img/shinro/shinro_01.jpg) no-repeat center;
    background-size: cover;
  }
  .pagecont-mainimg .shinro02 {
    background: url(./img/shinro/shinro_02.jpg) no-repeat top -130px center;
    background-size: cover;
  }
  .pagecont-mainimg .shinro03 {
    background: url(./img/shinro/shinro_03.jpg) no-repeat top -130px center;
    background-size: cover;
  }
  .pagecont-mainimg .shinro04 {
    background: url(./img/shinro/shinro_04.jpg) no-repeat top -100px center;
    background-size: cover;
  }

  /* ---------------------------------------- */
  /* ----- 生徒募集・学費 ----- */
  /* ---------------------------------------- */
  .page_mv .admission_mv {
    background: url(./img/admission/admission_mv.jpg) top -130px center;
    background-size: cover;
    height: 250px;
    border-radius: 10px;
  }

  .admissionwrap {
    margin-top: 50px;
  }

  .table_wrap {
    overflow: auto;
    white-space: nowrap;
  }

  table.schedule {
    margin: 20px 0;
    font-weight: normal;
    background: #ffffff;
  }
  table.schedule th, table.schedule td {
    border: 1px solid #cccccc;
    vertical-align: middle;
    padding: 6px;
  }
  table.schedule th {
    text-align: center;
    width: 200px;
  }
  table.schedule .ki {
    width: 80px;
    text-align: center;
  }
  table.schedule .kikan {
    width: 350px;
  }
  table.schedule .shiken {
    width: 150px;
    text-align: center;
  }
  table.schedule .senkou {
    width: 120px;
    text-align: center;
  }
  table.schedule .center {
    text-align: center;
  }

  .admission {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .admission .inner {
    margin-top: 40px;
  }
  .admission .ttl {
    position: relative;
    color: #68bb68;
  }
  .admission .ttl span {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding-right: 20px;
  }
  .admission .ttl:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #68bb68;
    z-index: 1;
  }
  .admission .detail {
    font-weight: normal;
    margin-top: 10px;
  }
  .admission .detail .list {
    margin-left: 50px;
  }
  .admission .detail .list p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .admission table.gakuhi {
    margin: 20px 0;
    font-weight: normal;
    width: 100%;
  }
  .admission table.gakuhi th, .admission table.gakuhi td {
    border: 1px solid #cccccc;
    vertical-align: middle;
    padding: 6px;
    text-align: center;
  }
  .admission table.gakuhi th {
    width: 200px;
    background: #f5f5f5;
  }
  .admission table.gakuhi .txt {
    font-size: 90%;
  }

  /* ---------------------------------------- */
  /* ----- 質問 ----- */
  /* ---------------------------------------- */
  .page_mv .faq_mv {
    background: url(./img/faq/faq_mv.jpg) center;
    background-size: cover;
    height: 250px;
    border-radius: 10px;
  }

  .faqwrap {
    margin-top: 50px;
  }

  .faq {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .faq .accordion {
    font-weight: normal;
    margin-top: 40px;
  }
  .faq .accordion li {
    margin-bottom: 10px;
  }
  .faq .button {
    padding: 20px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faq .button:before, .faq .button:after {
    display: block;
    content: '';
    background-color: #000000;
    border-radius: 10px;
    position: absolute;
    width: 18px;
    height: 1px;
    top: 50px;
    right: 24px;
  }
  .faq .button:before {
    width: 1px;
    height: 18px;
    top: 42px;
    right: 32px;
  }
  .faq .button.active {
    background: #68bb68;
    color: #ffffff;
  }
  .faq .button.active:before {
    display: none;
  }
  .faq .button.active:after {
    background: #ffffff;
  }
  .faq .button p:before {
    content: 'Q';
    margin-right: 1.5rem;
    line-height: 1;
    font-size: 3rem;
    font-weight: bold;
    vertical-align: middle;
  }
  .faq .button p {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .faq .nest {
    padding: 20px;
  }
  .faq .nest p {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .faq .nest p:before {
    content: 'A';
    margin-right: 2rem;
    line-height: 1;
    font-size: 3rem;
    font-weight: bold;
    vertical-align: middle;
  }
  .faq .button_tb:before, .faq .button_tb:after {
    top: 32px;
  }
  .faq .button_tb:before {
    top: 24px;
  }

  .font190 .faq .button p:before {
    margin-right: 2.5rem;
  }
  .font190 .faq .nest p:before {
    margin-right: 2.5rem;
  }

  .font240 .faq .button p:before {
    margin-right: 3.5rem;
  }
  .font240 .faq .nest p:before {
    margin-right: 4rem;
  }

  /* ---------------------------------------- */
  /* ----- アクセス ----- */
  /* ---------------------------------------- */
  .page_mv .access_mv {
    background: url(./img/access/access_mv.jpg) center;
    background-size: cover;
    height: 250px;
    border-radius: 10px;
    margin-top: 30px;
  }

  .access {
    width: 90%;
    margin: 0 auto;
  }
  .access iframe {
    width: 100%;
  }
  .access .txt {
    margin-top: 40px;
  }

  /* ---------------------------------------- */
  /* ----- セミナー・イベント ----- */
  /* ---------------------------------------- */
  .event_wrap {
    width: 90%;
    margin: 0 auto 100px;
  }
  .event_wrap .area h3 {
    color: #ffffff;
    background: #68bb68;
    font-size: 2.4rem;
    text-align: center;
    padding: 5px 0;
  }
  .event_wrap .area:nth-child(2) {
    margin-top: 50px;
  }
  .event_wrap .box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px;
  }
  .event_wrap .box-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .event_wrap .box-top .btn {
    text-align: right;
    margin-top: 10px;
  }
  .event_wrap .box-top .btn span {
    display: inline-block;
    width: 170px;
    text-align: center;
    padding: 5px 0;
    border-radius: 10px;
  }
  .event_wrap .box-top .btn .end {
    background: #cccccc;
  }
  .event_wrap .box-top .btn .click {
    background: #f0ad4e;
    color: #ffffff;
  }
  .event_wrap .box-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .event_wrap .box-bottom .part {
    width: 20%;
  }
  .event_wrap .box-bottom .txt {
    width: 80%;
  }
  .event_wrap .box-bottom .txt .midashi {
    font-weight: bold !important;
    color: #68bb68;
  }
  .event_wrap .box-bottom .txt .midashi:nth-child(n+2) {
    margin-top: 10px;
  }

  /* ---------------------------------------- */
  /* ----- セミナー申し込み ----- */
  /* ---------------------------------------- */
  #seminar {
    width: 90%;
    padding-top: 200px;
    margin: 0 auto 100px;
  }
  #seminar h2 {
    font-weight: bold;
    margin-top: 0;
    padding: 0.8em 1em;
    background-color: #68bb68;
    color: #fff;
    margin-bottom: 20px;
  }
  #seminar h3 {
    font-weight: bold;
    margin-top: 45px;
    padding: 10px 15px;
    border-left: 5px solid #6bcaff;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    background-color: #f7f7f7;
  }
  #seminar h5 {
    font-weight: bold;
  }
  #seminar .wpcf7-form dl {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
  }
  #seminar .wpcf7-form dt {
    position: relative;
    padding: 5px 0;
    display: inline-block;
  }
  #seminar .wpcf7-form dt p {
    font-weight: normal;
    font-size: 90%;
  }
  #seminar .wpcf7-form dt:after {
    position: absolute;
    color: #fff;
    font-size: 1.0rem;
    padding: 2px 5px;
    line-height: 1;
    top: 35%;
    right: -50px;
    content: "任意";
    background-color: #0086D1;
  }
  #seminar .wpcf7-form dd p {
    font-weight: normal;
    font-size: 90%;
  }
  #seminar .wpcf7-form dd.form-inline input {
    width: auto;
    display: inline-block;
  }
  #seminar .wpcf7-form span.wpcf7-list-item {
    margin: 5px 1em 0 0;
  }
  #seminar .wpcf7-form input {
    vertical-align: baseline;
  }
  #seminar .wpcf7-form dt.required:after {
    content: "必須";
    background-color: red;
  }
  #seminar .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  #seminar .form-control-width {
    height: 34px;
    padding: 6px 12px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  #seminar textarea.form-control {
    height: auto;
  }
  #seminar .attention {
    font-weight: normal;
    margin: 30px 0;
  }
  #seminar .attention a {
    text-decoration: underline;
  }
  #seminar .form_btn {
    text-align: center;
    margin-bottom: 80px;
  }
  #seminar input.wpcf7-confirm,
  #seminar input.wpcf7-submit,
  #seminar input.wpcf7c-btn-back {
    height: 60px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    width: 300px;
    display: inline;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  #seminar input.wpcf7-confirm:hover,
  #seminar input.wpcf7-submit:hover,
  #seminar input.wpcf7c-btn-back:hover {
    opacity: 0.8;
  }
  #seminar input.wpcf7-confirm,
  #seminar input.wpcf7-submit {
    background: #f0ad4e;
    color: #fff;
  }
  #seminar input.wpcf7c-btn-back {
    background: #cccccc;
    margin-right: 50px;
  }
  #seminar input:-webkit-autofill.wpcf7c-conf {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    border: none !important;
    background: #fff !important;
  }
  #seminar input:-webkit-autofill.wpcf7c-conf:focus {
    border: none !important;
  }
  #seminar .wpcf7c-conf {
    background: #fff !important;
    border-color: #fff !important;
    box-shadow: none !important;
  }
  #seminar .wpcf7c-conf:focus {
    border-color: transparent !important;
  }

  /* ---------------------------------------- */
  /* ----- 送信完了画面 ----- */
  /* ---------------------------------------- */
  .complete {
    width: 90%;
    max-width: 1000px;
    margin: 200px auto 100px;
  }
  .complete .txt01 {
    font-size: 2.4rem;
    color: #68bb68;
  }
  .complete .txt02 {
    font-weight: normal;
    margin: 30px 0 50px;
  }
  .complete a:hover {
    text-decoration: underline;
  }

  /* ---------------------------------------- */
  /* ----- 三宮 ----- */
  /* ---------------------------------------- */
  .sannomiya {
    width: 100%;
    margin: 0 auto;
  }

  .sannomiya01 {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
  }
  .sannomiya01-kazari02 {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 100px;
  }
  .sannomiya01-kazari03 {
    position: absolute;
    top: 100px;
    right: 100px;
    width: 100px;
  }
  .sannomiya01-kazari04 {
    position: absolute;
    top: 260px;
    left: -25px;
    width: 150px;
    z-index: 1;
  }
  .sannomiya01-kazari05 {
    position: absolute;
    top: 350px;
    right: 0;
    width: 150px;
    z-index: 1;
  }
  .sannomiya01-kazari06 {
    position: absolute;
    top: 430px;
    left: -20px;
    z-index: 1;
    width: 140px;
  }
  .sannomiya01-kazari07 {
    position: absolute;
    top: 500px;
    right: -20px;
    z-index: 1;
    width: 140px;
  }
  .sannomiya01-bg {
    background: url(./img/sannomiya/bg_01.jpg) no-repeat center;
    background-size: cover;
  }
  .sannomiya01-bg-kazari01 {
    text-align: center;
    width: 300px;
    margin: 0 auto;
  }
  .sannomiya01-bg-kazari01 img {
    width: 100%;
  }
  .sannomiya01-bg-ttl01, .sannomiya01-bg-ttl02, .sannomiya01-bg-txt {
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 10;
  }
  .sannomiya01-bg-ttl01 {
    font-size: 6.0rem;
  }
  .sannomiya01-bg-ttl02 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .sannomiya01-bg-txt {
    width: 60%;
    margin: 0 auto;
    text-align: left;
  }
  .sannomiya01-bg-obi {
    background: #009944;
    color: #ffffff;
    font-size: 2.2rem;
    padding: 5px 0;
    text-align: center;
  }
  .sannomiya01 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 30px 0;
  }
  .sannomiya01 ul li {
    background: #ffffff;
    width: 130px;
    font-size: 2.0rem;
    text-align: center;
    border-radius: 15px;
    line-height: 1.2;
    padding: 10px 0;
    position: relative;
  }
  .sannomiya01 ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-left: 8px solid #ffffff;
  }
  .sannomiya01 ul li:nth-child(n+2) {
    margin-left: 30px;
  }
  .sannomiya01 ul li:last-child {
    background: #f39700;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .sannomiya01 ul li:last-child:after {
    content: none;
  }
  .sannomiya01 ul li span {
    font-size: 1.6rem;
    display: block;
  }
  .sannomiya01-cont {
    width: 90%;
    margin: 50px auto;
  }
  .sannomiya01-cont-left {
    position: relative;
    font-weight: normal;
    padding: 40px 30px 30px;
    border: 3px solid;
    border-color: #f39700;
    border-radius: 20px;
    margin-bottom: 5%;
  }
  .sannomiya01-cont-right-inner {
    position: relative;
    font-weight: normal;
    padding: 40px 30px 30px;
    border: 3px solid;
    border-radius: 20px;
  }
  .sannomiya01-cont-right-inner:nth-child(1) {
    border-color: #ab66a7;
    margin-bottom: 5%;
  }
  .sannomiya01-cont-right-inner:nth-child(2) {
    border-color: #0068b7;
  }
  .sannomiya01-cont .ttl {
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 140px;
    padding: 5px 0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 2.0rem;
    border-radius: 30px;
  }
  .sannomiya01-cont .taiken {
    background: #f39700;
  }
  .sannomiya01-cont .support {
    background: #ab66a7;
  }
  .sannomiya01-cont .people {
    background: #0068b7;
  }

  .sannomiya02 {
    margin-bottom: 100px;
  }
  .sannomiya02-obi {
    background: #009944;
    color: #ffffff;
    font-size: 2.2rem;
    padding: 5px 0;
    text-align: center;
  }
  .sannomiya02-image01 img {
    width: 100%;
  }
  .sannomiya02-txt {
    width: 80%;
    margin: 30px auto;
    font-weight: normal;
  }
  .sannomiya02-access {
    width: 80%;
    margin: 0 auto;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    padding: 30px 0;
    text-align: center;
  }
  .sannomiya02-access-left .txt01 {
    font-size: 2.4rem;
  }
  .sannomiya02-access-left .txt02 {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .sannomiya02-access-left .txt02 span {
    background: url(./img/sannomiya/11.svg) no-repeat center left;
    background-size: 25px;
    padding-left: 30px;
    margin-left: 15px;
    letter-spacing: -1px;
  }
  .sannomiya02-access-left .txt03 {
    font-weight: normal;
    font-size: 1.6rem;
  }
  .sannomiya02-access-right {
    margin-top: 20px;
  }
  .sannomiya02-sns {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .sannomiya02-sns a:hover {
    opacity: 0.7;
  }
  .sannomiya02-sns div {
    width: 60px;
    margin-right: 2%;
  }
  .sannomiya02-sns div:last-child {
    margin-right: 0;
  }
  .sannomiya02-image02 {
    text-align: center;
    margin-top: 30px;
  }
  .sannomiya02-image02 img {
    width: 100%;
  }

  /* ---------------------------------------- */
  /* ----- pagenavi ----- */
  /* ---------------------------------------- */
  .pagenavi {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top: 1px solid #808080;
    padding-top: 3%;
    margin-top: 5%;
    margin-bottom: 8%;
  }
  .pagenavi .wp-pagenavi span.pages {
    display: none;
  }
  .pagenavi .wp-pagenavi span.current {
    display: inline-block;
    border: 1px solid #808080;
    background-color: #808080;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin: 0 10px;
  }
  .pagenavi .wp-pagenavi a {
    display: inline-block;
    border: 1px solid #808080;
    color: #808080;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin: 0 10px;
  }
  .pagenavi .wp-pagenavi a:hover {
    background-color: #808080;
    color: #ffffff;
    border-color: #808080;
  }

  /* ---------------------------------------- */
  /* ----- 三宮色変え ----- */
  /* ---------------------------------------- */
  #sannomiya {
    /*ヘッダーメニュー*/
    /*TOP*/
    /*フッター*/
    /*about*/
    /*admission*/
    /*faq*/
    /*news*/
    /*access*/
    /*セミナー・イベント*/
  }
  #sannomiya .menu-trigger {
    background: #ff9a66;
  }
  #sannomiya .menu-trigger-on {
    background: #ffffff;
  }
  #sannomiya .menu-trigger-on span {
    background: #ff9a66;
  }
  #sannomiya .menu {
    background: rgba(255, 154, 102, 0.97);
  }
  #sannomiya .menu li:after {
    background: url(./img/arrow_or_next.svg);
    background-size: cover;
  }
  #sannomiya .menu li:hover {
    background: #ffbc99;
  }
  #sannomiya .change_font {
    background: #ff9a66;
  }
  #sannomiya .change_font li:hover {
    color: #ff9a66;
  }
  #sannomiya .change_font li.active {
    color: #ff9a66;
  }
  #sannomiya .bottom_menu .seminar a {
    background: #68bb68;
  }
  #sannomiya .info .news .btn a {
    border: 2px solid #ff9a66;
    color: #ff9a66;
  }
  #sannomiya .info .news .btn:hover a {
    background: #ff9a66;
    color: #ffffff;
  }
  #sannomiya .info .news .btn .btn_arrow:before {
    background: #ff9a66;
  }
  #sannomiya .info .news .btn .btn_arrow:after {
    border-top: 2px solid #ff9a66;
    border-right: 2px solid #ff9a66;
  }
  #sannomiya .info .news .btn:hover .btn_arrow:before {
    background: #ffffff;
  }
  #sannomiya .info .news .btn:hover .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  #sannomiya .about .conttitle {
    color: #ff9a66;
  }
  #sannomiya .about .inner {
    background: url(./img/top_01_san.jpg) no-repeat center;
    background-size: cover;
  }
  #sannomiya .contents .inner_inner .txt01 {
    background: #ff9a66;
  }
  #sannomiya .contents .inner_inner .btn .arrow {
    border: 2px solid #ff9a66;
  }
  #sannomiya .contents .inner_inner .btn .btn_arrow:before {
    background: #ff9a66;
  }
  #sannomiya .contents .inner_inner .btn .btn_arrow:after {
    border-top: 2px solid #ff9a66;
    border-right: 2px solid #ff9a66;
  }
  #sannomiya .contents .inner_inner:hover .arrow {
    background: #ff9a66;
  }
  #sannomiya .contents .inner_inner:hover .btn .btn_arrow:before {
    background: #ffffff;
  }
  #sannomiya .contents .inner_inner:hover .btn .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  #sannomiya footer {
    border-top: 1px solid #ff9a66;
    padding-top: 50px;
  }
  #sannomiya footer .inner03 li:before {
    background: url(./img/event_next_or.svg) no-repeat;
    background-size: cover;
  }
  #sannomiya .page_mv .ttl {
    color: #ff9a66;
  }
  #sannomiya .greeting {
    padding: 80px 0 50px;
    text-align: center;
  }
  #sannomiya .greeting-top .txt {
    color: #ff9a66;
  }
  #sannomiya .greeting-bottom {
    text-align: left;
  }
  #sannomiya .pagecont-ttl {
    color: #ff9a66;
  }
  #sannomiya table.schedule td {
    min-width: 100px;
  }
  #sannomiya .pagecont-jikan-ttl {
    font-size: 2.4rem;
    text-align: left;
  }
  #sannomiya .shokudou .pagecont-top .left span {
    color: #68bb68;
  }
  #sannomiya .shokudou .pagecont-top .left img {
    width: 60px;
    margin-left: 10px;
  }
  #sannomiya .shokudou .pagecont-mainimg .inner {
    background: url(./img/about/about_05_san.jpg) no-repeat center;
    background-size: cover;
  }
  #sannomiya .shokudou-cmt {
    width: 90%;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  #sannomiya .shokudou-cmt p {
    display: inline;
    border-bottom: 2px solid #68bb68;
    padding-bottom: 4px;
    line-height: 2;
  }
  #sannomiya .shokudou-cmt span {
    display: block;
    margin-top: 20px;
  }
  #sannomiya .shokudou-fl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  #sannomiya .shokudou-box {
    width: 31.33%;
    margin-right: 3%;
    padding: 30px 10px;
    background: #ffbc99;
    border-radius: 10px;
  }
  #sannomiya .shokudou-box:nth-child(3n) {
    margin-right: 0;
  }
  #sannomiya .shokudou-box:nth-child(n+4) {
    margin-top: 3%;
  }
  #sannomiya .shokudou-box:nth-child(2n) {
    background: #ffddcc;
  }
  #sannomiya .shokudou-box-num span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
  }
  #sannomiya .shokudou-box-num p {
    text-align: center;
    margin: 10px 0;
  }
  #sannomiya .shokudou-box-txt {
    font-weight: normal;
    text-align: left;
  }
  #sannomiya .shokudou-img {
    width: 90%;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  #sannomiya .admission .ttl {
    color: #ff9a66;
  }
  #sannomiya .admission .ttl:after {
    background: #ff9a66;
  }
  #sannomiya .faq .button.active {
    background: #ff9a66;
  }
  #sannomiya .news_mv {
    background: #ffbc99;
  }
  #sannomiya .access_mv {
    background: url(./img/access/access_mv_san.jpg) center;
    background-size: cover;
  }
  #sannomiya .event_wrap .area h3 {
    background: #ff9a66;
  }
  #sannomiya .event_wrap .box-top .btn .click {
    background: #68bb68;
  }
  #sannomiya #seminar h2 {
    background: #ff9a66;
  }
  #sannomiya #seminar input.wpcf7-confirm, #sannomiya #seminar input.wpcf7-submit {
    background: #68bb68;
    color: #ffffff;
  }

  /* ---------------------------------------- */
  /* ----- 総合TOP ----- */
  /* ---------------------------------------- */
  .synthesis-change_font ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .synthesis-change_font li {
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 10px;
    transition: all 0.3s ease;
  }
  .synthesis-change_font li:hover {
    background: #ffffff;
    color: #4ba54b;
  }
  .synthesis-change_font li.active {
    background: #ffffff;
    color: #4ba54b;
  }
  .synthesis-change_font .font-trigger {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #4ba54b;
    color: #ffffff;
    z-index: 200;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .synthesis-change_font .font-trigger:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-45deg);
    vertical-align: text-top;
    margin-left: 10px;
  }
  .synthesis-change_font .font-trigger-on {
    bottom: 59px;
  }
  .synthesis-change_font .font-trigger-on:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(-45deg);
    vertical-align: text-bottom;
    margin-left: 10px;
  }
  .synthesis-change_font .font-inner {
    position: fixed;
    bottom: -10px;
    background: #4ba54b;
    width: 100%;
    height: 60px;
    z-index: 100;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .synthesis-change_font .font-inner-on {
    bottom: 0;
  }
  .synthesis .sphead {
    background: none;
    box-shadow: none;
  }
  .synthesis .sphead .menu-trigger {
    background: #ff9a66;
  }
  .synthesis .sphead .menu-trigger-on span {
    background: #ffffff;
  }
  .synthesis .sphead .menu {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .synthesis .sphead .menu li {
    border: none;
  }
  .synthesis .sphead .menu li:after {
    content: none;
  }
  .synthesis .sphead .menu-inner {
    width: 90%;
    margin: 70px auto;
  }
  .synthesis .accordion_none li:hover {
    background: none;
  }
  .synthesis .accordion_none .button {
    position: relative;
    font-size: 2.0rem;
    padding: 20px 0;
    border-bottom: 1px solid #000000;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*&:before,&:after{
      display: block;
      content: '';
      background-color: $black;
      border-radius: 10px;
      position: absolute;
      width: 18px;
      height: 2px;
      top: 36px;
      right: 0;
    }
    &:before{
      width: 2px;
      height: 18px;
      top: 28px;
      right: 8px;
    }
    &.active:before{
      content: none;
    }*/
  }
  .synthesis .accordion_none .nest {
    margin-top: 20px;
    margin-left: 20px;
  }
  .synthesis .accordion_none .nest li {
    background: url(./img/event_next.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
  }
  .synthesis .accordion_none .nest li a {
    padding: 10px 0;
    display: block;
    color: #000000;
  }
  .synthesis .accordion_none .nest_sannomiya li {
    background: url(./img/event_next_or.svg) no-repeat center left;
    background-size: 20px;
  }

  /*メインビジュアル*/
  .synthesis-mv {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .synthesis-mv #metaslider_424 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .synthesis-mv-txt {
    position: absolute;
    bottom: 130px;
    left: 50px;
    width: 450px;
  }
  .synthesis-mv-kazari01 {
    position: absolute;
    top: 100px;
    left: 60px;
    width: 300px;
    z-index: 2;
  }
  .synthesis-mv-kazari02 {
    position: absolute;
    bottom: 160px;
    left: 300px;
    width: 280px;
    z-index: 1;
  }
  .synthesis-mv-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;
    z-index: 1;
  }

  /*特色*/
  .synthesis-about {
    background: url(./img/top/bg_01.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
  }
  .synthesis-about-inner {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
  }
  .synthesis-about-inner .kazari03 {
    position: absolute;
    top: 40px;
    left: -60px;
    width: 180px;
  }
  .synthesis-about-inner .kazari04 {
    position: absolute;
    top: -130px;
    right: -120px;
    width: 350px;
  }
  .synthesis-about-inner .kazari05 {
    position: absolute;
    bottom: -130px;
    left: -180px;
    width: 350px;
  }
  .synthesis-about-inner .kazari06 {
    position: absolute;
    bottom: -70px;
    right: -100px;
    width: 180px;
  }
  .synthesis-about-ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 3.0rem;
  }
  .synthesis-about-ttl img {
    width: 30px;
  }
  .synthesis-about-ttl p {
    padding: 0 10px;
    line-height: 1.4;
  }
  .synthesis-about-ttl p:after {
    content: "";
    display: block;
    background: url(./img/top/kazari_11.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 12px;
  }
  .synthesis-about-ttl span {
    color: #68bb68;
  }
  .synthesis-about-txt {
    margin-top: 30px;
  }
  .synthesis-about-list {
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0;
    border: 3px solid #f5f5f5;
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
  }
  .synthesis-about-list li {
    background: url(./img/top/kazari_12.svg) no-repeat center left;
    background-size: 30px;
    padding: 10px;
    padding-left: 40px;
    text-align: left;
  }
  .synthesis-about-list .kazari {
    position: absolute;
    bottom: -50px;
    right: 50px;
    width: 80px;
  }
  .synthesis-about-img {
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .synthesis-about-img div:nth-child(1) {
    width: 50%;
  }
  .synthesis-about-img div:nth-child(2) {
    width: 45%;
    margin-top: 100px;
  }

  /*町田・三宮*/
  .synthesis-school .banner {
    width: 100%;
    height: 300px;
  }
  .synthesis-school .bg-zoom {
    position: relative;
    overflow: hidden;
    background: #68bb68;
  }
  .synthesis-school .bg-zoom:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(./img/top/img_03.jpg) no-repeat center center;
    transition: all .8s ease;
    background-size: cover;
  }
  .synthesis-school-inner {
    display: block;
  }
  .synthesis-school-inner:hover .bg-zoom:after {
    opacity: .3;
    transform: scale(1.05);
  }
  .synthesis-school-box {
    width: 100%;
    background: #68bb68;
    color: #ffffff;
    padding: 30px;
    text-align: center;
  }
  .synthesis-school-box-ttl {
    font-size: 3.0rem;
  }
  .synthesis-school-box-ttl span {
    display: inline-block;
    font-size: 2.4rem;
    background: #ffffff;
    color: #68bb68;
    border-radius: 10px;
    padding: 0 10px;
    margin-right: 10px;
  }
  .synthesis-school-box-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
  }
  .synthesis-school-box-btn img {
    width: 40px;
    margin-left: 10px;
  }
  .synthesis-school-sannomiya .bg-zoom {
    background: #ff9a66;
  }
  .synthesis-school-sannomiya .bg-zoom:after {
    background: url(./img/top/img_04.jpg) no-repeat center center;
    background-size: cover;
  }
  .synthesis-school-sannomiya .synthesis-school-box {
    background: #ff9a66;
  }
  .synthesis-school-sannomiya .synthesis-school-box-ttl span {
    color: #ff9a66;
  }

  .bg_pattern {
    background: url(./img/top/bg_pattern.jpg) center;
    padding: 80px 0;
    overflow: hidden;
  }

  .synthesis-ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 3.0rem;
  }
  .synthesis-ttl span {
    color: #68bb68;
  }

  .synthesis-seminar {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .synthesis-seminar-kazari {
    width: 260px;
    margin: 0 auto;
  }
  .synthesis-seminar .synthesis-ttl {
    margin-top: 30px;
  }
  .synthesis-seminar-txt {
    margin-top: 20px;
    text-align: center;
  }
  .synthesis-seminar-btn {
    width: 90%;
    max-width: 450px;
    margin: 50px auto 0;
  }
  .synthesis-seminar-btn-inner {
    display: block;
    padding: 15px;
    font-size: 2.0rem;
    color: #68bb68;
    border: 2px solid #68bb68;
    text-align: center;
    position: relative;
  }
  .synthesis-seminar-btn-inner:nth-child(2) {
    margin-top: 20px;
  }
  .synthesis-seminar-btn-inner:before, .synthesis-seminar-btn-inner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .synthesis-seminar-btn-inner:before {
    right: 14px;
    width: 17px;
    height: 2px;
    background: #68bb68;
  }
  .synthesis-seminar-btn-inner:after {
    right: 14px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #68bb68;
    border-right: 2px solid #68bb68;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .synthesis-seminar-btn-inner span {
    background: url(./img/top/kazari_06.svg) no-repeat center left;
    background-size: 25px;
    padding-left: 40px;
  }
  .synthesis-seminar-btn-inner:hover {
    background: #68bb68;
    color: #ffffff;
  }
  .synthesis-seminar-btn-inner:hover:before {
    background: #ffffff !important;
  }
  .synthesis-seminar-btn-inner:hover:after {
    border-top: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important;
  }
  .synthesis-seminar-btn-inner:hover span {
    background: url(./img/top/kazari_08.svg) no-repeat center left !important;
    background-size: 25px !important;
  }
  .synthesis-seminar-btn .sannomiya {
    color: #ff9a66;
    border: 2px solid #ff9a66;
  }
  .synthesis-seminar-btn .sannomiya:before {
    background: #ff9a66;
  }
  .synthesis-seminar-btn .sannomiya:after {
    border-top: 2px solid #ff9a66;
    border-right: 2px solid #ff9a66;
  }
  .synthesis-seminar-btn .sannomiya span {
    background: url(./img/top/kazari_07.svg) no-repeat center left;
    background-size: 25px;
  }
  .synthesis-seminar-btn .sannomiya:hover {
    background: #ff9a66;
    color: #ffffff;
  }

  /*校長挨拶*/
  .synthesis-message {
    margin-top: 80px;
  }
  .synthesis-message .synthesis-ttl img {
    width: 70px;
    margin-left: 10px;
  }
  .synthesis-message-ttl {
    font-size: 2.0rem;
    margin-top: 30px;
    text-align: center;
  }
  .synthesis-message-fl {
    width: 90%;
    margin: 30px auto 0;
  }
  .synthesis-message-fl .imgarea {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    color: #666666;
  }
  .synthesis-message-fl .txtarea {
    margin-top: 20px;
    font-weight: normal;
  }
  .synthesis-message .kazari04 {
    top: -80px;
    right: -120px;
    width: 280px;
  }
  .synthesis-message .kazari05 {
    position: absolute;
    bottom: -90px;
    left: -180px;
    width: 280px;
  }

  /*制服*/
  .synthesis-uniform {
    width: 90%;
    margin: 80px auto 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 50px 30px;
    position: relative;
  }
  .synthesis-uniform .synthesis-ttl img {
    width: 70px;
    margin-left: 10px;
  }
  .synthesis-uniform-txt01 {
    font-size: 2.0rem;
    margin-top: 30px;
    text-align: center;
  }
  .synthesis-uniform-img {
    margin-top: 30px;
  }
  .synthesis-uniform-txt02 {
    margin-top: 30px;
    position: relative;
    font-weight: normal;
  }
  .synthesis-uniform .kazari06 {
    position: absolute;
    top: -30px;
    right: -40px;
    width: 170px;
  }

  /*フッター*/
  .synthesis .footer {
    background: #e8f7bd;
    padding: 80px 0 20px;
    margin-bottom: 50px;
    border: none;
  }
  .synthesis .footer-logo {
    text-align: center;
  }
  .synthesis .footer-logo img {
    width: 200px;
    margin-bottom: 30px;
  }
  .synthesis .footer .banner_area div {
    background: #ffffff;
  }
}
@media only screen and (max-width: 639px) {
  html, body {
    position: relative;
  }

  .body-fixed {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  /* ---------------------------------------- */
  /* ----- ヘッダー ----- */
  /* ---------------------------------------- */
  .sphead {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 2000;
  }
  .sphead-logo {
    width: 150px;
    margin-left: 10px;
  }
  .sphead-place {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sphead-place a {
    display: block;
    width: 40px;
    padding: 4px 0;
    text-align: center;
    background: #68bb68;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .sphead-place a:nth-child(2) {
    background: #ff9a66;
    margin-left: 5px;
  }
  .sphead-place a:hover {
    opacity: 0.7;
  }

  .menu {
    position: fixed;
    background-color: rgba(104, 187, 104, 0.97);
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    z-index: 2000;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: scroll;
  }
  .menu-on {
    right: 0;
  }
  .menu-inner {
    width: 100%;
    margin-top: 70px;
  }
  .menu li {
    border-bottom: 1px solid #ffffff;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
  }
  .menu li a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px;
  }
  .menu li:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(./img/arrow_wh_next.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
  }
  .menu li:hover {
    background: #8bcb8b;
  }
  .menu .banner {
    width: 60%;
    margin: 0 auto 50px;
  }
  .menu .banner div {
    margin-top: 30px;
  }
  .menu .banner div img {
    width: 100%;
  }

  .menu-trigger {
    position: relative;
    z-index: 3000;
    border: none;
    width: 50px;
    height: 50px;
    background: #68bb68;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    outline: none;
    margin-left: auto;
  }
  .menu-trigger:hover {
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    width: 35px;
    height: 1px;
    margin: auto;
    background: #ffffff;
    line-height: 1;
    vertical-align: middle;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 16px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 16px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-trigger-on {
    background: #ffffff;
  }
  .menu-trigger-on span {
    background: #68bb68;
  }
  .menu-trigger-on span:nth-of-type(1) {
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-trigger-on span:nth-of-type(2) {
    display: none;
  }
  .menu-trigger-on span:nth-of-type(3) {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotate(45deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .change_font {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    background: #4ba54b;
    color: #ffffff;
    z-index: 100;
    padding: 8px 0;
  }
  .change_font ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .change_font li {
    cursor: pointer;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 10px;
    transition: all 0.3s ease;
  }
  .change_font li:hover {
    background: #ffffff;
    color: #4ba54b;
  }
  .change_font li.active {
    background: #ffffff;
    color: #4ba54b;
  }

  .font-trigger {
    cursor: pointer;
  }
  .font-trigger:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-45deg);
    vertical-align: text-top;
    margin-left: 10px;
  }
  .font-trigger-on:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(-45deg);
    vertical-align: text-bottom;
    margin-left: 10px;
  }

  .font-inner {
    position: absolute;
    top: 44px;
    background: #4ba54b;
    width: 100%;
    padding-bottom: 15px;
    z-index: 100;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .font-inner-on {
    opacity: 1;
  }

  .font190 .font-trigger:after {
    vertical-align: 5px;
  }
  .font190 .font-trigger-on:after {
    vertical-align: middle;
  }

  .font240 .font-trigger:after {
    vertical-align: 7px;
  }
  .font240 .font-trigger-on:after {
    vertical-align: baseline;
  }
  .font240 .font-inner {
    padding-top: 10px;
  }

  /* ---------------------------------------- */
  /* ----- 下メニュー ----- */
  /* ---------------------------------------- */
  .bottom_menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 20;
  }
  .bottom_menu div {
    width: 38%;
    text-align: center;
  }
  .bottom_menu div:nth-child(1) {
    width: 24%;
  }
  .bottom_menu a {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #ffffff;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .bottom_menu .shiryou a {
    background: #78c4eb;
  }
  .bottom_menu .sanka a {
    background: #fd9c9d;
  }
  .bottom_menu .seminar a {
    background: #f0ad4e;
  }

  /* ---------------------------------------- */
  /* ----- ページトップ ----- */
  /* ---------------------------------------- */
  #page-top {
    position: fixed;
    right: 8px;
    bottom: 60px;
    z-index: 99999;
    transition: all 0.2s ease-out;
  }
  #page-top a {
    background: rgba(51, 51, 51, 0.5) no-repeat;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    display: block;
    color: #fff;
  }
  #page-top .pt-button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: 900;
  }

  /* ---------------------------------------- */
  /* ----- メインビジュアル ----- */
  /* ---------------------------------------- */
  .mv {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .mv #metaslider_12 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: -500px;
  }
  .mv .txt {
    width: 80vw;
    max-width: 700px;
    position: absolute;
    bottom: 20vh;
    left: 10px;
  }
  .mv .kazari {
    width: 100vw;
    max-width: 900px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  /* ---------------------------------------- */
  /* ----- 共通パーツ ----- */
  /* ---------------------------------------- */
  .conttitle {
    font-size: 2.0rem;
    letter-spacing: 0.5rem;
  }

  .font160 .S_block {
    display: block;
  }

  .font190 .M_block {
    display: block;
  }

  .font240 .L_block {
    display: block;
  }

  .font240 .conttitle {
    font-size: 2.4rem;
  }

  /* ---------------------------------------- */
  /* ----- セミナーとお知らせ ----- */
  /* ---------------------------------------- */
  .info {
    /*news*/
  }
  .info .event {
    text-align: center;
  }
  .info .event .kazari {
    width: 150px;
    margin: 0 auto 20px;
  }
  .info .event .txt01 {
    margin: 20px 0;
    padding: 0 20px;
    font-weight: normal;
  }
  .info .event #metaslider_23 .flex-direction-nav .flex-prev {
    background: url("./img/event_prev.svg") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
  .info .event #metaslider_23 .flex-direction-nav .flex-next {
    background: url("./img/event_next.svg") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
  .info .news {
    text-align: center;
    background: #f5f5f5;
    margin-top: 80px;
    padding: 40px 0 50px;
  }
  .info .news .conttitle {
    margin-bottom: 30px;
  }
  .info .news .conttitle:after {
    content: "";
    display: inline-block;
    background: url(./img/kazari02.svg) no-repeat;
    background-size: cover;
    width: 50px;
    height: 30px;
  }
  .info .news .archive_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .info .news .archive {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .info .news .archive a:hover {
    opacity: 0.7;
  }
  .info .news .archive .thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .info .news .archive .thumbnail img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
  }
  .info .news .archive .cont {
    width: 70%;
    text-align: left;
  }
  .info .news .btn {
    margin-top: 30px;
  }
  .info .news .btn .arrow {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #68bb68;
    border-radius: 50%;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .info .news .btn .arrow:before, .info .news .btn .arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .info .news .btn .btn_arrow:before {
    left: 14px;
    width: 17px;
    height: 2px;
    background: #68bb68;
  }
  .info .news .btn .btn_arrow:after {
    left: 22px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #68bb68;
    border-right: 2px solid #68bb68;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 639px) and (max-width: 639px) {
  .info .news .btn .arrow {
    width: 40px;
    height: 40px;
  }
  .info .news .btn .btn_arrow:before {
    left: 10px;
  }
  .info .news .btn .btn_arrow:after {
    left: 18px;
  }
}
@media only screen and (max-width: 639px) {
  .info .news .btn a {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #68bb68;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #68bb68;
    letter-spacing: 0.5rem;
  }
  .info .news .btn span {
    margin: 0 auto;
  }
  .info .news .btn .arrow {
    width: auto;
    height: auto;
    border: none;
    border-radius: none;
  }
  .info .news .btn .btn_arrow:before {
    left: -20px;
  }
  .info .news .btn .btn_arrow:after {
    left: -11px;
  }
  .info .news .btn:hover a {
    background: #68bb68;
    color: #ffffff;
  }
  .info .news .btn:hover .btn_arrow:before {
    background: #ffffff;
  }
  .info .news .btn:hover .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }

  /* ---------------------------------------- */
  /* ----- アバウト ----- */
  /* ---------------------------------------- */
  .about {
    background: #f6fae6;
    padding: 50px 0;
    overflow: hidden;
  }
  .about .conttitle {
    color: #68bb68;
    text-align: center;
    position: relative;
    z-index: 10;
  }
  .about .image {
    position: relative;
    width: 100%;
    margin: 30px auto;
  }
  .about .inner {
    height: 230px;
    background: url(./img/top_01.jpg) no-repeat center;
    background-size: cover;
  }
  .about .kazari03, .about .kazari04, .about .kazari05, .about .kazari06 {
    z-index: 1;
  }
  .about .kazari03 {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100px;
  }
  .about .kazari04 {
    position: absolute;
    top: -90px;
    right: -120px;
    width: 250px;
  }
  .about .kazari05 {
    position: absolute;
    bottom: -80px;
    left: -100px;
    width: 250px;
  }
  .about .kazari06 {
    position: absolute;
    bottom: -40px;
    right: -10px;
    width: 100px;
  }
  .about .txt {
    position: relative;
    z-index: 10;
    width: 90%;
    margin: 0 auto;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: normal;
  }
  .about .txt div:nth-child(1) {
    margin-bottom: 30px;
  }

  /* ---------------------------------------- */
  /* ----- コンテンツ ----- */
  /* ---------------------------------------- */
  .contents {
    background: url(./img/contents_bg.jpg) repeat-y;
    background-size: contain;
    padding: 50px 0;
  }
  .contents .wrap {
    position: relative;
  }
  .contents .wrap .kazari07 {
    display: none;
  }
  .contents .wrap .kazari08 {
    position: absolute;
    top: -100px;
    right: 0;
    width: 80px;
    z-index: 10;
  }
  .contents .inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .contents .inner_inner:nth-child(n+2) {
    margin-top: 20px;
  }
  .contents .inner_inner .img_wrap {
    overflow: hidden;
    margin-bottom: -20px;
    z-index: 1;
  }
  .contents .inner_inner .img_wrap img {
    display: block;
    transition-duration: 0.3s;
  }
  .contents .inner_inner .txt01 {
    display: inline-block;
    width: 90%;
    padding: 5px 0;
    text-align: center;
    background: #68bb68;
    color: #ffffff;
    letter-spacing: 0.5rem;
    position: relative;
    z-index: 10;
  }
  .contents .inner_inner .txt02 {
    margin: 10px 0;
    font-weight: normal;
  }
  .contents .inner_inner .btn .arrow {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #68bb68;
    border-radius: 50%;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .contents .inner_inner .btn .arrow:before, .contents .inner_inner .btn .arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .contents .inner_inner .btn .btn_arrow:before {
    left: 14px;
    width: 17px;
    height: 2px;
    background: #68bb68;
  }
  .contents .inner_inner .btn .btn_arrow:after {
    left: 22px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #68bb68;
    border-right: 2px solid #68bb68;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 639px) and (max-width: 639px) {
  .contents .inner_inner .btn .arrow {
    width: 40px;
    height: 40px;
  }
  .contents .inner_inner .btn .btn_arrow:before {
    left: 10px;
  }
  .contents .inner_inner .btn .btn_arrow:after {
    left: 18px;
  }
}
@media only screen and (max-width: 639px) {
  .contents .inner_inner:hover .img_wrap img {
    transform: scale(1.1);
    /*画像の拡大率*/
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
  }
  .contents .inner_inner:hover .arrow {
    background: #68bb68;
  }
  .contents .inner_inner:hover .btn_arrow:before {
    background: #ffffff;
  }
  .contents .inner_inner:hover .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }

  /* ---------------------------------------- */
  /* ----- フッター ----- */
  /* ---------------------------------------- */
  footer {
    border-top: 1px solid #68bb68;
    padding-top: 50px;
    /*inner04*/
  }
  footer .wrap {
    width: 90%;
    margin: 0 auto;
  }
  footer .inner01 {
    text-align: center;
  }
  footer .inner01 .logo {
    width: 250px;
    margin: 0 auto 20px;
  }
  footer .inner01 .txt01, footer .inner01 .txt02 {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: normal;
  }
  footer .inner01 .txt01 {
    margin-top: 20px;
  }
  footer .inner02 {
    width: 80%;
    max-width: 450px;
    margin: 20px auto 0;
  }
  footer .inner02 .map {
    text-align: center;
  }
  footer .inner02 p {
    text-align: right;
  }
  footer .inner02 a {
    text-decoration: underline;
  }
  footer .inner03 {
    display: none;
  }
  footer .inner04 .banner, footer .inner04 .sns {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  footer .inner04 .banner a:hover, footer .inner04 .sns a:hover {
    opacity: 0.7;
  }
  footer .inner04 .banner {
    display: none;
  }
  footer .inner04 .sns div {
    width: 60px;
    margin-right: 2%;
  }
  footer .inner04 .sns div:last-child {
    margin-right: 0;
  }
  footer .banner_area {
    width: 90%;
    margin: 50px auto 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .banner_area div {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    width: 47.5%;
    margin-right: 5%;
    min-height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  footer .banner_area div:nth-child(2n) {
    margin-right: 0;
  }
  footer .banner_area div:nth-child(n+3) {
    margin-top: 5%;
  }
  footer .copy {
    text-align: center;
  }

  /* ---------------------------------------- */
  /* ----- ぱんくずリスト ----- */
  /* ---------------------------------------- */
  #breadcrumbs {
    display: none;
  }

  /* ---------------------------------------- */
  /* ----- お知らせ ----- */
  /* ---------------------------------------- */
  .news_mv {
    background: #aedbae;
    text-align: center;
    width: 100%;
    padding: 170px 0 100px;
  }
  .news_mv .conttitle {
    color: #ffffff;
  }

  .news_wrap {
    width: 90%;
    margin: 10% auto;
  }
  .news_wrap .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease;
  }
  .news_wrap .inner:hover {
    opacity: 0.7;
  }
  .news_wrap .thumbnail {
    width: 30%;
  }
  .news_wrap .detail {
    width: 70%;
    margin-left: 20px;
  }
  .news_wrap .detail .date {
    color: gray;
  }
  .news_wrap a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
  }

  .news_detail {
    width: 90%;
    margin: 10% auto 0;
    max-width: 1000px;
  }
  .news_detail .date {
    color: gray;
  }
  .news_detail .ttl {
    font-size: 2.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news_detail .cont {
    font-weight: normal;
    line-height: 2;
  }

  .nav_link {
    width: 90%;
    max-width: 750px;
    margin: 120px auto 80px;
    position: relative;
  }
  .nav_link .prev, .nav_link .next {
    position: absolute;
    top: -60px;
  }
  .nav_link .prev a, .nav_link .next a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .nav_link .prev {
    left: 0;
  }
  .nav_link .prev a:before {
    content: "";
    display: inline-block;
    background: url(./img/news_prev.png) no-repeat;
    background-size: cover;
    width: 12px;
    height: 26px;
    margin-right: 20px;
  }
  .nav_link .back a {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #68bb68;
    color: #68bb68;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  .nav_link .back a:hover {
    background: #68bb68;
    color: #ffffff;
  }
  .nav_link .next {
    right: 0;
  }
  .nav_link .next a:after {
    content: "";
    display: inline-block;
    background: url(./img/news_next.png) no-repeat;
    background-size: cover;
    width: 12px;
    height: 26px;
    margin-left: 20px;
  }

  /* ---------------------------------------- */
  /* ----- 下層ページ共通 ----- */
  /* ---------------------------------------- */
  .page_mv {
    padding-top: 120px;
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
  }
  .page_mv .ttl {
    color: #68bb68;
    font-size: 2.2rem;
    letter-spacing: 0.5rem;
    position: relative;
    display: inline-block;
  }
  .page_mv .ttl:after {
    content: "";
    position: absolute;
    top: -20px;
    right: -70px;
    background: url(./img/kazari09.svg) no-repeat;
    background-size: cover;
    width: 64px;
    height: 37px;
    margin-left: 10px;
  }
  .page_mv .anchormenu {
    margin: 20px 0;
  }
  .page_mv .anchormenu li:nth-child(n+2) {
    margin-top: 2%;
  }
  .page_mv .anchormenu li a:before {
    content: "";
    display: inline-block;
    background: url(./img/anchor_arrow.svg) no-repeat;
    background-size: cover;
    width: 16px;
    height: 9px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .max1100 {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }

  a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }

  .fontnormal {
    font-weight: normal;
    line-height: 2;
  }

  .pagewrap {
    margin-bottom: 100px;
  }

  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }

  .pagecont {
    padding: 60px 0 0;
    overflow: hidden;
    text-align: center;
  }
  .pagecont-ttl {
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
    line-height: 1.4;
    color: #68bb68;
    position: relative;
    display: inline-block;
  }
  .pagecont-ttl:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -66px;
    background: url(./img/kazari03.svg) no-repeat;
    background-size: cover;
    width: 76px;
    height: 49px;
  }
  .pagecont-mainimg {
    position: relative;
    margin: 20px auto;
    width: 90%;
    max-width: 1100px;
    z-index: 1;
  }
  .pagecont-mainimg .inner {
    height: 150px;
    border-radius: 10px;
  }
  .pagecont-mainimg .kazari04 {
    position: absolute;
    top: -70px;
    right: -100px;
    width: 200px;
  }
  .pagecont-mainimg .kazari05 {
    position: absolute;
    bottom: -70px;
    left: -100px;
    width: 200px;
  }
  .pagecont-top {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: left;
  }
  .pagecont-top .left {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .pagecont-bottom {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 10;
  }
  .pagecont-bottom .ttl {
    margin: 50px 0 10px;
    padding-left: 1em;
    text-indent: -1.2em;
  }
  .pagecont-bottom .ttl01:before {
    content: "";
    display: inline-block;
    background: url(./img/kazari10.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .pagecont-bottom .ttl02:before {
    content: "";
    display: inline-block;
    background: url(./img/kazari11.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 29px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .pagecont-bottom .ttl03:before {
    content: "";
    display: inline-block;
    background: url(./img/kazari12.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .pagecont-bottom .inner .image {
    width: 70%;
    margin: 20px auto;
  }
  .pagecont-bottom .inner .image img {
    width: 100%;
  }
  .pagecont .highlight {
    background: #edf8ff;
    padding: 20px;
    margin: 10px 0;
  }
  .pagecont .highlight P {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 10px;
  }
  .pagecont .highlight p:last-child {
    padding-bottom: 0;
  }

  /* ---------------------------------------- */
  /* ----- 町田みのり高等部とは？ ----- */
  /* ---------------------------------------- */
  .page_mv .about_mv {
    background: url(./img/about/about_mv.jpg) center;
    background-size: cover;
    height: 150px;
    border-radius: 10px;
  }

  .greeting {
    background: #f6fae6;
    padding: 30px 0;
    margin-top: 50px;
  }
  .greeting-top .txt {
    color: #68bb68;
    line-height: 2;
    text-align: center;
  }
  .greeting-top .photo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 20px 0;
  }
  .greeting-top .photo img {
    width: 30%;
  }
  .greeting-top .photo p {
    margin-left: 30px;
  }

  .pagecont-mainimg .feature {
    background: url(./img/about/about_02.jpg) no-repeat center;
    background-size: cover;
  }
  .pagecont-mainimg .curriculum {
    background: url(./img/about/about_05.jpg) no-repeat center;
    background-size: cover;
  }
  .pagecont-mainimg .uniform {
    width: 100%;
  }
  .pagecont-jikan {
    background: #f5f5f5;
    padding: 20px;
    margin: 50px auto 0;
    text-align: left;
  }
  .pagecont-jikan .image {
    text-align: center;
    margin-bottom: 20px;
  }
  .pagecont .ttlcafe {
    margin: 20px 0 10px;
  }
  .pagecont-youtube {
    margin-top: 30px;
  }
  .pagecont-youtube .left_y {
    margin-bottom: 20px;
  }
  .pagecont-youtube .left_y span {
    display: block;
    text-align: center;
    font-size: 2.4rem;
  }
  .pagecont-youtube .right_y {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .pagecont-youtube .right_y iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  /* ---------------------------------------- */
  /* ----- 進路と検定 ----- */
  /* ---------------------------------------- */
  .page_mv .shinro_mv {
    background: url(./img/shinro/shinro_mv.jpg) center;
    background-size: cover;
    height: 150px;
    border-radius: 10px;
  }

  .shinrowrap {
    margin-top: 50px;
  }
  .shinrowrap .taiken {
    margin-top: 50px;
  }
  .shinrowrap .taiken .left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .shinrowrap .taiken .left img {
    width: 80px;
    margin-right: 5%;
  }
  .shinrowrap .taiken .right {
    font-weight: normal;
    position: relative;
    background: #f6fae6;
    padding: 20px;
    margin-top: 10%;
  }
  .shinrowrap .taiken .right:before {
    content: '';
    position: absolute;
    left: 45%;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f6fae6;
    border-left: 15px solid transparent;
  }

  .pagecont-mainimg .shinro01 {
    background: url(./img/shinro/shinro_01.jpg) no-repeat center;
    background-size: cover;
  }
  .pagecont-mainimg .shinro02 {
    background: url(./img/shinro/shinro_02.jpg) no-repeat center;
    background-size: cover;
  }
  .pagecont-mainimg .shinro03 {
    background: url(./img/shinro/shinro_03.jpg) no-repeat center;
    background-size: cover;
  }
  .pagecont-mainimg .shinro04 {
    background: url(./img/shinro/shinro_04.jpg) no-repeat top;
    background-size: cover;
  }

  /* ---------------------------------------- */
  /* ----- 生徒募集・学費 ----- */
  /* ---------------------------------------- */
  .page_mv .admission_mv {
    background: url(./img/admission/admission_mv.jpg) center;
    background-size: cover;
    height: 150px;
    border-radius: 10px;
  }

  .admissionwrap {
    margin-top: 30px;
  }

  .table_wrap {
    overflow: auto;
    white-space: nowrap;
  }

  table.schedule {
    margin: 20px 0;
    font-weight: normal;
    background: #ffffff;
  }
  table.schedule th, table.schedule td {
    border: 1px solid #cccccc;
    vertical-align: middle;
    padding: 6px;
  }
  table.schedule th {
    text-align: center;
    width: 200px;
  }
  table.schedule .ki {
    width: 80px;
    text-align: center;
  }
  table.schedule .kikan {
    width: 350px;
  }
  table.schedule .shiken {
    width: 150px;
    text-align: center;
  }
  table.schedule .senkou {
    width: 120px;
    text-align: center;
  }
  table.schedule .center {
    text-align: center;
  }

  .admission {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .admission .inner {
    margin-top: 30px;
    text-align: left;
  }
  .admission .ttl {
    position: relative;
    color: #68bb68;
  }
  .admission .ttl span {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding-right: 20px;
  }
  .admission .ttl:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #68bb68;
    z-index: 1;
  }
  .admission .detail {
    font-weight: normal;
    margin-top: 10px;
  }
  .admission .detail .list {
    margin-left: 20px;
  }
  .admission .detail .list p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .admission table.gakuhi {
    margin: 20px 0;
    font-weight: normal;
    width: 100%;
  }
  .admission table.gakuhi th, .admission table.gakuhi td {
    border: 1px solid #cccccc;
    vertical-align: middle;
    padding: 6px;
    text-align: center;
  }
  .admission table.gakuhi th {
    width: 50%;
    background: #f5f5f5;
  }
  .admission table.gakuhi .txt {
    font-size: 90%;
  }

  /* ---------------------------------------- */
  /* ----- 質問 ----- */
  /* ---------------------------------------- */
  .page_mv .faq_mv {
    background: url(./img/faq/faq_mv.jpg) center;
    background-size: cover;
    height: 150px;
    border-radius: 10px;
  }

  .faqwrap {
    margin-top: 50px;
  }

  .faq .accordion {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-weight: normal;
    margin-top: 40px;
  }
  .faq .accordion li {
    margin-bottom: 10px;
  }
  .faq .button {
    padding: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faq .button:before, .faq .button:after {
    display: block;
    content: '';
    background-color: #000000;
    border-radius: 10px;
    position: absolute;
    width: 18px;
    height: 1px;
    bottom: 20px;
    right: 10px;
  }
  .faq .button:before {
    width: 1px;
    height: 18px;
    bottom: 11px;
    right: 19px;
  }
  .faq .button.active {
    background: #68bb68;
    color: #ffffff;
  }
  .faq .button.active:before {
    display: none;
  }
  .faq .button.active:after {
    background: #ffffff;
  }
  .faq .button br {
    display: none !important;
  }
  .faq .nest {
    padding: 10px;
  }

  .font190 .faq .button p:before {
    margin-right: 2.5rem;
  }
  .font190 .faq .nest p:before {
    margin-right: 2.5rem;
  }

  .font240 .faq .button p:before {
    margin-right: 3.5rem;
  }
  .font240 .faq .nest p:before {
    margin-right: 4rem;
  }

  /* ---------------------------------------- */
  /* ----- アクセス ----- */
  /* ---------------------------------------- */
  .page_mv .access_mv {
    background: url(./img/access/access_mv.jpg) center;
    background-size: cover;
    height: 150px;
    border-radius: 10px;
    margin-top: 30px;
  }

  .access {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .access iframe {
    width: 100%;
  }
  .access .txt {
    margin-top: 40px;
  }

  /* ---------------------------------------- */
  /* ----- セミナー・イベント ----- */
  /* ---------------------------------------- */
  .event_wrap {
    width: 90%;
    margin: 50px auto 100px;
  }
  .event_wrap .area h3 {
    color: #ffffff;
    background: #68bb68;
    font-size: 2.0rem;
    text-align: center;
    padding: 5px 0;
  }
  .event_wrap .area:nth-child(2) {
    margin-top: 50px;
  }
  .event_wrap .box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px;
  }
  .event_wrap .box-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .event_wrap .box-top .btn {
    text-align: right;
    margin-top: 10px;
  }
  .event_wrap .box-top .btn span {
    display: inline-block;
    width: 170px;
    text-align: center;
    padding: 5px 0;
    border-radius: 10px;
  }
  .event_wrap .box-top .btn .end {
    background: #cccccc;
  }
  .event_wrap .box-top .btn .click {
    background: #f0ad4e;
    color: #ffffff;
  }
  .event_wrap .box-bottom .txt .midashi {
    font-weight: bold !important;
    color: #68bb68;
  }
  .event_wrap .box-bottom .txt .midashi:nth-child(n+2) {
    margin-top: 10px;
  }

  /* ---------------------------------------- */
  /* ----- セミナー申し込み ----- */
  /* ---------------------------------------- */
  #seminar {
    width: 90%;
    padding-top: 150px;
    margin: 0 auto 100px;
  }
  #seminar h2 {
    font-weight: bold;
    margin-top: 0;
    padding: 0.8em 1em;
    background-color: #68bb68;
    color: #fff;
    margin-bottom: 20px;
  }
  #seminar h3 {
    font-weight: bold;
    margin-top: 45px;
    padding: 10px 15px;
    border-left: 5px solid #6bcaff;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    background-color: #f7f7f7;
  }
  #seminar h5 {
    font-weight: bold;
  }
  #seminar .wpcf7-form dl {
    overflow: hidden;
    padding: 20px 0 10px;
    border-bottom: 1px dotted #ccc;
  }
  #seminar .wpcf7-form dt {
    position: relative;
    padding: 5px 0;
    display: inline-block;
  }
  #seminar .wpcf7-form dt p {
    font-weight: normal;
    font-size: 90%;
  }
  #seminar .wpcf7-form dt:after {
    position: absolute;
    color: #fff;
    font-size: 1.0rem;
    padding: 2px 5px;
    line-height: 1;
    top: -10px;
    left: 0;
    content: "任意";
    background-color: #0086D1;
  }
  #seminar .wpcf7-form dd p {
    font-weight: normal;
    font-size: 90%;
  }
  #seminar .wpcf7-form dd.form-inline input {
    width: auto;
    display: inline-block;
  }
  #seminar .wpcf7-form span.wpcf7-list-item {
    margin: 5px 1em 0 0;
  }
  #seminar .wpcf7-form input {
    vertical-align: baseline;
  }
  #seminar .wpcf7-form dt.required:after {
    content: "必須";
    background-color: red;
  }
  #seminar .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  #seminar .form-control-width {
    display: block;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  #seminar textarea.form-control {
    height: auto;
  }
  #seminar .attention {
    font-weight: normal;
    margin: 30px 0;
  }
  #seminar .attention a {
    text-decoration: underline;
  }
  #seminar .form_btn {
    text-align: center;
    margin-bottom: 40px;
  }
  #seminar input.wpcf7-confirm,
  #seminar input.wpcf7-submit,
  #seminar input.wpcf7c-btn-back {
    height: 60px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    width: 300px;
    display: inline;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  #seminar input.wpcf7-confirm:hover,
  #seminar input.wpcf7-submit:hover,
  #seminar input.wpcf7c-btn-back:hover {
    opacity: 0.8;
  }
  #seminar input.wpcf7-confirm,
  #seminar input.wpcf7-submit {
    background: #f0ad4e;
    color: #fff;
  }
  #seminar input.wpcf7c-btn-back {
    background: #cccccc;
    margin-right: 50px;
  }
  #seminar input:-webkit-autofill.wpcf7c-conf {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    border: none !important;
    background: #fff !important;
  }
  #seminar input:-webkit-autofill.wpcf7c-conf:focus {
    border: none !important;
  }
  #seminar .wpcf7c-conf {
    background: #fff !important;
    border-color: #fff !important;
    box-shadow: none !important;
  }
  #seminar .wpcf7c-conf:focus {
    border-color: transparent !important;
  }

  /* ---------------------------------------- */
  /* ----- 送信完了画面 ----- */
  /* ---------------------------------------- */
  .complete {
    width: 90%;
    max-width: 1000px;
    margin: 200px auto 100px;
  }
  .complete .txt01 {
    font-size: 2.4rem;
    color: #68bb68;
  }
  .complete .txt02 {
    font-weight: normal;
    margin: 30px 0 50px;
  }
  .complete a:hover {
    text-decoration: underline;
  }

  /* ---------------------------------------- */
  /* ----- 三宮 ----- */
  /* ---------------------------------------- */
  .sannomiya {
    width: 100%;
    margin: 0 auto;
  }

  .sannomiya01 {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
  }
  .sannomiya01-kazari02 {
    position: absolute;
    top: 120px;
    left: 7%;
    width: 60px;
  }
  .sannomiya01-kazari03 {
    position: absolute;
    top: 120px;
    right: 7%;
    width: 60px;
  }
  .sannomiya01-kazari04 {
    position: absolute;
    top: 320px;
    left: -12px;
    width: 80px;
    z-index: 1;
  }
  .sannomiya01-kazari05 {
    position: absolute;
    top: 360px;
    right: 0;
    width: 80px;
    z-index: 1;
  }
  .sannomiya01-kazari06 {
    position: absolute;
    top: 380px;
    left: 20px;
    z-index: 1;
    width: 160px;
  }
  .sannomiya01-kazari07 {
    position: absolute;
    top: 400px;
    right: 20px;
    z-index: 1;
    width: 160px;
  }
  .sannomiya01-bg {
    background: url(./img/sannomiya/bg_01.jpg) no-repeat center;
    background-size: cover;
  }
  .sannomiya01-bg-kazari01 {
    text-align: center;
    width: 180px;
    margin: 0 auto;
  }
  .sannomiya01-bg-kazari01 img {
    width: 100%;
  }
  .sannomiya01-bg-ttl01, .sannomiya01-bg-ttl02, .sannomiya01-bg-txt {
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 10;
  }
  .sannomiya01-bg-ttl01 {
    font-size: 3.5rem;
  }
  .sannomiya01-bg-ttl02 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .sannomiya01-bg-txt {
    width: 80%;
    margin: 200px auto 0;
    text-align: left;
  }
  .sannomiya01-bg-obi {
    background: #009944;
    color: #ffffff;
    font-size: 1.8rem;
    padding: 5px 0;
    text-align: center;
    line-height: 1.4;
  }
  .sannomiya01 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .sannomiya01 ul li {
    background: #ffffff;
    width: 28%;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 15px;
    line-height: 1.2;
    padding: 10px 0;
    position: relative;
  }
  .sannomiya01 ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -22px;
    margin: auto;
    box-sizing: border-box;
    border: 8px solid transparent;
    border-left: 6px solid #ffffff;
  }
  .sannomiya01 ul li:nth-child(2), .sannomiya01 ul li:nth-child(3) {
    margin-left: 20px;
  }
  .sannomiya01 ul li:nth-child(3):after {
    content: none;
  }
  .sannomiya01 ul li:last-child {
    margin-top: 20px;
    width: 200px;
    padding: 15px 0;
    background: #f39700;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .sannomiya01 ul li:last-child:after {
    content: none;
  }
  .sannomiya01 ul li:last-child:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    border: 8px solid transparent;
    border-top: 6px solid #ffffff;
  }
  .sannomiya01 ul li span {
    display: block;
  }
  .sannomiya01-cont {
    width: 90%;
    margin: 50px auto;
  }
  .sannomiya01-cont-left {
    position: relative;
    font-weight: normal;
    padding: 30px 20px 20px;
    border: 3px solid;
    border-color: #f39700;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .sannomiya01-cont-right-inner {
    position: relative;
    font-weight: normal;
    padding: 30px 20px 20px;
    border: 3px solid;
    border-radius: 20px;
  }
  .sannomiya01-cont-right-inner:nth-child(1) {
    border-color: #ab66a7;
    margin-bottom: 40px;
  }
  .sannomiya01-cont-right-inner:nth-child(2) {
    border-color: #0068b7;
  }
  .sannomiya01-cont .ttl {
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 140px;
    padding: 5px 0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 30px;
  }
  .sannomiya01-cont .taiken {
    background: #f39700;
  }
  .sannomiya01-cont .support {
    background: #ab66a7;
  }
  .sannomiya01-cont .people {
    background: #0068b7;
  }

  .sannomiya02 {
    margin-bottom: 70px;
  }
  .sannomiya02-obi {
    background: #009944;
    color: #ffffff;
    font-size: 1.8rem;
    padding: 5px 0;
    text-align: center;
    line-height: 1.4;
  }
  .sannomiya02-image01 img {
    width: 100%;
  }
  .sannomiya02-txt {
    width: 90%;
    margin: 20px auto 30px;
    font-weight: normal;
  }
  .sannomiya02-access {
    width: 90%;
    margin: 0 auto;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    padding: 30px 0;
    text-align: center;
  }
  .sannomiya02-access-left .txt01 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sannomiya02-access-left .txt02 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin: 10px 0;
  }
  .sannomiya02-access-left .txt02 span {
    background: url(./img/sannomiya/11.svg) no-repeat center left;
    background-size: 25px;
    padding-left: 30px;
    letter-spacing: -1px;
    display: inline-block;
  }
  .sannomiya02-access-left .txt03 {
    font-weight: normal;
    font-size: 1.6rem;
  }
  .sannomiya02-access-right {
    margin-top: 20px;
  }
  .sannomiya02-access-right img {
    width: 100%;
  }
  .sannomiya02-sns {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .sannomiya02-sns a:hover {
    opacity: 0.7;
  }
  .sannomiya02-sns div {
    width: 60px;
    margin-right: 2%;
  }
  .sannomiya02-sns div:last-child {
    margin-right: 0;
  }
  .sannomiya02-image02 {
    text-align: center;
    margin-top: 30px;
  }
  .sannomiya02-image02 img {
    width: 100%;
  }

  /* ---------------------------------------- */
  /* ----- pagenavi ----- */
  /* ---------------------------------------- */
  .pagenavi {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top: 1px solid #808080;
    padding-top: 7%;
    margin-top: 5%;
    margin-bottom: 8%;
  }
  .pagenavi .wp-pagenavi span.pages {
    display: none;
  }
  .pagenavi .wp-pagenavi span.current {
    display: inline-block;
    border: 1px solid #808080;
    background-color: #808080;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 23px;
    margin: 0 5px;
  }
  .pagenavi .wp-pagenavi a {
    display: inline-block;
    border: 1px solid #808080;
    color: #808080;
    width: 30px;
    height: 30px;
    line-height: 23px;
    margin: 0 5px;
  }
  .pagenavi .wp-pagenavi a:hover {
    background-color: #808080;
    color: #ffffff;
    border-color: #808080;
  }

  /* ---------------------------------------- */
  /* ----- 三宮色変え ----- */
  /* ---------------------------------------- */
  #sannomiya {
    /*ヘッダーメニュー*/
    /*TOP*/
    /*フッター*/
    /*about*/
    /*admission*/
    /*faq*/
    /*news*/
    /*access*/
    /*セミナー・イベント*/
  }
  #sannomiya .menu-trigger {
    background: #ff9a66;
  }
  #sannomiya .menu-trigger-on {
    background: #ffffff;
  }
  #sannomiya .menu-trigger-on span {
    background: #ff9a66;
  }
  #sannomiya .menu {
    background: rgba(255, 154, 102, 0.97);
  }
  #sannomiya .menu li:after {
    background: url(./img/arrow_or_next.svg);
    background-size: cover;
  }
  #sannomiya .menu li:hover {
    background: #ffbc99;
  }
  #sannomiya .change_font {
    background: #ff9a66;
  }
  #sannomiya .change_font li:hover {
    color: #ff9a66;
  }
  #sannomiya .change_font li.active {
    color: #ff9a66;
  }
  #sannomiya .font-inner {
    background: #ff9a66;
  }
  #sannomiya .bottom_menu .seminar a {
    background: #68bb68;
  }
  #sannomiya .info .news .btn a {
    border: 2px solid #ff9a66;
    color: #ff9a66;
  }
  #sannomiya .info .news .btn:hover a {
    background: #ff9a66;
    color: #ffffff;
  }
  #sannomiya .info .news .btn .btn_arrow:before {
    background: #ff9a66;
  }
  #sannomiya .info .news .btn .btn_arrow:after {
    border-top: 2px solid #ff9a66;
    border-right: 2px solid #ff9a66;
  }
  #sannomiya .info .news .btn:hover .btn_arrow:before {
    background: #ffffff;
  }
  #sannomiya .info .news .btn:hover .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  #sannomiya .about .conttitle {
    color: #ff9a66;
  }
  #sannomiya .about .inner {
    background: url(./img/top_01_san.jpg) no-repeat center;
    background-size: cover;
  }
  #sannomiya .contents .inner_inner .txt01 {
    background: #ff9a66;
  }
  #sannomiya .contents .inner_inner .btn .arrow {
    border: 2px solid #ff9a66;
  }
  #sannomiya .contents .inner_inner .btn .btn_arrow:before {
    background: #ff9a66;
  }
  #sannomiya .contents .inner_inner .btn .btn_arrow:after {
    border-top: 2px solid #ff9a66;
    border-right: 2px solid #ff9a66;
  }
  #sannomiya .contents .inner_inner:hover .arrow {
    background: #ff9a66;
  }
  #sannomiya .contents .inner_inner:hover .btn .btn_arrow:before {
    background: #ffffff;
  }
  #sannomiya .contents .inner_inner:hover .btn .btn_arrow:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  #sannomiya footer {
    border-top: 1px solid #ff9a66;
    padding-top: 50px;
  }
  #sannomiya footer .inner03 li:before {
    background: url(./img/event_next_or.svg) no-repeat;
    background-size: cover;
  }
  #sannomiya .page_mv .ttl {
    color: #ff9a66;
  }
  #sannomiya .greeting {
    padding: 50px 0 30px;
    text-align: center;
  }
  #sannomiya .greeting-top .txt {
    color: #ff9a66;
  }
  #sannomiya .greeting-bottom {
    text-align: left;
    margin-top: 20px;
  }
  #sannomiya .pagecont-ttl {
    color: #ff9a66;
  }
  #sannomiya table.schedule td {
    min-width: 100px;
  }
  #sannomiya .pagecont-jikan-ttl {
    font-size: 2.4rem;
    text-align: left;
  }
  #sannomiya .shokudou .pagecont-top .left span {
    color: #68bb68;
  }
  #sannomiya .shokudou .pagecont-top .left img {
    width: 60px;
    margin-left: 10px;
  }
  #sannomiya .shokudou .pagecont-mainimg .inner {
    background: url(./img/about/about_05_san.jpg) no-repeat center;
    background-size: cover;
  }
  #sannomiya .shokudou-cmt {
    width: 90%;
    max-width: 1100px;
    margin: 50px auto 0;
    text-align: left;
  }
  #sannomiya .shokudou-cmt p {
    display: inline;
    border-bottom: 2px solid #68bb68;
    padding-bottom: 4px;
    line-height: 2;
  }
  #sannomiya .shokudou-cmt span {
    display: block;
    margin-top: 20px;
  }
  #sannomiya .shokudou-fl {
    width: 80%;
    margin: 50px auto 0;
  }
  #sannomiya .shokudou-box {
    padding: 20px;
    background: #ffbc99;
    border-radius: 10px;
  }
  #sannomiya .shokudou-box:nth-child(n+2) {
    margin-top: 5%;
  }
  #sannomiya .shokudou-box:nth-child(2n) {
    background: #ffddcc;
  }
  #sannomiya .shokudou-box-num span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
  }
  #sannomiya .shokudou-box-num p {
    text-align: center;
    margin: 10px 0;
  }
  #sannomiya .shokudou-box-txt {
    font-weight: normal;
    text-align: left;
  }
  #sannomiya .shokudou-img {
    width: 90%;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  #sannomiya .admission .ttl {
    color: #ff9a66;
  }
  #sannomiya .admission .ttl:after {
    background: #ff9a66;
  }
  #sannomiya .faq .button.active {
    background: #ff9a66;
  }
  #sannomiya .news_mv {
    background: #ffbc99;
  }
  #sannomiya .access_mv {
    background: url(./img/access/access_mv_san.jpg) center;
    background-size: cover;
  }
  #sannomiya .event_wrap .area h3 {
    background: #ff9a66;
  }
  #sannomiya .event_wrap .box-top .btn .click {
    background: #68bb68;
  }
  #sannomiya #seminar h2 {
    background: #ff9a66;
  }
  #sannomiya #seminar input.wpcf7-confirm, #sannomiya #seminar input.wpcf7-submit {
    background: #68bb68;
    color: #ffffff;
  }

  /* ---------------------------------------- */
  /* ----- 総合TOP ----- */
  /* ---------------------------------------- */
  .synthesis-change_font ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .synthesis-change_font li {
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 10px;
    transition: all 0.3s ease;
  }
  .synthesis-change_font li:hover {
    background: #ffffff;
    color: #4ba54b;
  }
  .synthesis-change_font li.active {
    background: #ffffff;
    color: #4ba54b;
  }
  .synthesis-change_font .font-trigger {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #4ba54b;
    color: #ffffff;
    z-index: 200;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .synthesis-change_font .font-trigger:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-45deg);
    vertical-align: text-top;
    margin-left: 10px;
  }
  .synthesis-change_font .font-trigger-on {
    bottom: 59px;
  }
  .synthesis-change_font .font-trigger-on:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(-45deg);
    vertical-align: text-bottom;
    margin-left: 10px;
  }
  .synthesis-change_font .font-inner {
    position: fixed;
    top: auto;
    bottom: -10px;
    background: #4ba54b;
    width: 100%;
    height: 60px;
    z-index: 100;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .synthesis-change_font .font-inner-on {
    bottom: 0;
  }
  .synthesis .sphead {
    background: none;
    box-shadow: none;
  }
  .synthesis .sphead .menu-trigger {
    background: #ff9a66;
  }
  .synthesis .sphead .menu-trigger-on span {
    background: #ffffff;
  }
  .synthesis .sphead .menu {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .synthesis .sphead .menu li {
    border: none;
  }
  .synthesis .sphead .menu li:after {
    content: none;
  }
  .synthesis .sphead .menu-inner {
    width: 90%;
    margin: 70px auto;
  }
  .synthesis .accordion_none li:hover {
    background: none;
  }
  .synthesis .accordion_none .button {
    position: relative;
    font-size: 2.0rem;
    padding: 20px 0;
    border-bottom: 1px solid #000000;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*&:before,&:after{
      display: block;
      content: '';
      background-color: $black;
      border-radius: 10px;
      position: absolute;
      width: 18px;
      height: 2px;
      top: 36px;
      right: 0;
    }
    &:before{
      width: 2px;
      height: 18px;
      top: 28px;
      right: 8px;
    }
    &.active:before{
      content: none;
    }*/
  }
  .synthesis .accordion_none .nest {
    margin-top: 20px;
    margin-left: 20px;
  }
  .synthesis .accordion_none .nest li {
    background: url(./img/event_next.svg) no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
  }
  .synthesis .accordion_none .nest li a {
    padding: 10px 0;
    display: block;
    color: #000000;
  }
  .synthesis .accordion_none .nest_sannomiya li {
    background: url(./img/event_next_or.svg) no-repeat center left;
    background-size: 20px;
  }

  /*メインビジュアル*/
  .synthesis-mv {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .synthesis-mv #metaslider_424 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .synthesis-mv-txt {
    position: absolute;
    bottom: 130px;
    left: 10px;
    width: 300px;
  }
  .synthesis-mv-kazari01 {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 240px;
    z-index: 2;
  }
  .synthesis-mv-kazari02 {
    position: absolute;
    bottom: 160px;
    left: 140px;
    width: 200px;
    z-index: 1;
  }
  .synthesis-mv-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
    z-index: 1;
  }

  /*特色*/
  .synthesis-about {
    background: url(./img/top/bg_01.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
  }
  .synthesis-about-inner {
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
  }
  .synthesis-about-inner .kazari03 {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 110px;
  }
  .synthesis-about-inner .kazari04 {
    position: absolute;
    top: -50px;
    right: -70px;
    width: 170px;
  }
  .synthesis-about-inner .kazari05 {
    position: absolute;
    bottom: -60px;
    left: -100px;
    width: 250px;
  }
  .synthesis-about-inner .kazari06 {
    position: absolute;
    bottom: 90px;
    left: -10px;
    width: 110px;
  }
  .synthesis-about-ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 2.4rem;
  }
  .synthesis-about-ttl img {
    width: 15px;
  }
  .synthesis-about-ttl p {
    padding: 0 10px;
    line-height: 1.4;
  }
  .synthesis-about-ttl p:after {
    content: "";
    display: block;
    background: url(./img/top/kazari_11.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 7px;
  }
  .synthesis-about-ttl span {
    color: #68bb68;
  }
  .synthesis-about-txt {
    margin-top: 20px;
  }
  .synthesis-about-list {
    width: 95%;
    margin: 20px auto 0;
    border: 3px solid #f5f5f5;
    border-radius: 10px;
    padding: 10px 10px 10px 20px;
    position: relative;
  }
  .synthesis-about-list li {
    background: url(./img/top/kazari_12.svg) no-repeat center left;
    background-size: 30px;
    padding: 5px;
    padding-left: 40px;
    text-align: left;
  }
  .synthesis-about-list .kazari {
    position: absolute;
    bottom: -30px;
    right: 10px;
    width: 50px;
  }
  .synthesis-about-img {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto 0;
  }
  .synthesis-about-img div:nth-child(1) {
    width: 80%;
  }
  .synthesis-about-img div:nth-child(2) {
    width: 70%;
    margin-top: 20px;
    margin-left: auto;
  }

  /*町田・三宮*/
  .synthesis-school .banner {
    width: 100%;
    height: 250px;
  }
  .synthesis-school .bg-zoom {
    position: relative;
    overflow: hidden;
    background: #68bb68;
  }
  .synthesis-school .bg-zoom:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(./img/top/img_03.jpg) no-repeat center center;
    transition: all .8s ease;
    background-size: cover;
  }
  .synthesis-school-inner {
    display: block;
  }
  .synthesis-school-inner:hover .bg-zoom:after {
    opacity: .3;
    transform: scale(1.05);
  }
  .synthesis-school-box {
    width: 100%;
    background: #68bb68;
    color: #ffffff;
    padding: 20px;
    text-align: center;
  }
  .synthesis-school-box-ttl {
    font-size: 2.4rem;
  }
  .synthesis-school-box-ttl span {
    display: inline-block;
    font-size: 2.0rem;
    background: #ffffff;
    color: #68bb68;
    border-radius: 10px;
    padding: 0 10px;
    margin-right: 10px;
  }
  .synthesis-school-box-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
  }
  .synthesis-school-box-btn img {
    width: 40px;
    margin-left: 10px;
  }
  .synthesis-school-sannomiya .bg-zoom {
    background: #ff9a66;
  }
  .synthesis-school-sannomiya .bg-zoom:after {
    background: url(./img/top/img_04.jpg) no-repeat center center;
    background-size: cover;
  }
  .synthesis-school-sannomiya .synthesis-school-box {
    background: #ff9a66;
  }
  .synthesis-school-sannomiya .synthesis-school-box-ttl span {
    color: #ff9a66;
  }

  .bg_pattern {
    background: url(./img/top/bg_pattern.jpg) center;
    padding: 50px 0;
    overflow: hidden;
  }

  .synthesis-ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .synthesis-ttl span {
    color: #68bb68;
  }

  .synthesis-seminar {
    width: 90%;
    margin: 0 auto;
  }
  .synthesis-seminar-kazari {
    width: 150px;
    margin: 0 auto;
  }
  .synthesis-seminar .synthesis-ttl {
    margin-top: 20px;
  }
  .synthesis-seminar-txt {
    margin-top: 20px;
    text-align: center;
  }
  .synthesis-seminar-btn {
    width: 100%;
    max-width: 450px;
    margin: 20px auto 0;
  }
  .synthesis-seminar-btn-inner {
    display: block;
    padding: 15px;
    font-size: 1.6rem;
    color: #68bb68;
    border: 2px solid #68bb68;
    text-align: center;
    position: relative;
  }
  .synthesis-seminar-btn-inner:nth-child(2) {
    margin-top: 20px;
  }
  .synthesis-seminar-btn-inner:before, .synthesis-seminar-btn-inner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .synthesis-seminar-btn-inner:before {
    right: 14px;
    width: 17px;
    height: 2px;
    background: #68bb68;
  }
  .synthesis-seminar-btn-inner:after {
    right: 14px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #68bb68;
    border-right: 2px solid #68bb68;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .synthesis-seminar-btn-inner span {
    background: url(./img/top/kazari_06.svg) no-repeat center left;
    background-size: 25px;
    padding: 10px 10px 10px 40px;
  }
  .synthesis-seminar-btn-inner:hover {
    background: #68bb68;
    color: #ffffff;
  }
  .synthesis-seminar-btn-inner:hover:before {
    background: #ffffff !important;
  }
  .synthesis-seminar-btn-inner:hover:after {
    border-top: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important;
  }
  .synthesis-seminar-btn-inner:hover span {
    background: url(./img/top/kazari_08.svg) no-repeat center left !important;
    background-size: 25px !important;
  }
  .synthesis-seminar-btn .sannomiya {
    color: #ff9a66;
    border: 2px solid #ff9a66;
  }
  .synthesis-seminar-btn .sannomiya:before {
    background: #ff9a66;
  }
  .synthesis-seminar-btn .sannomiya:after {
    border-top: 2px solid #ff9a66;
    border-right: 2px solid #ff9a66;
  }
  .synthesis-seminar-btn .sannomiya span {
    background: url(./img/top/kazari_07.svg) no-repeat center left;
    background-size: 25px;
  }
  .synthesis-seminar-btn .sannomiya:hover {
    background: #ff9a66;
    color: #ffffff;
  }

  /*校長挨拶*/
  .synthesis-message {
    margin-top: 50px;
  }
  .synthesis-message .synthesis-about-inner {
    padding: 50px 20px;
  }
  .synthesis-message .synthesis-ttl img {
    width: 50px;
    margin-left: 10px;
  }
  .synthesis-message-ttl {
    font-size: 1.6rem;
    margin-top: 20px;
    text-align: center;
  }
  .synthesis-message-fl {
    margin: 20px auto 0;
  }
  .synthesis-message-fl .imgarea {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    color: #666666;
  }
  .synthesis-message-fl .txtarea {
    margin-top: 20px;
    font-weight: normal;
  }
  .synthesis-message .kazari04 {
    position: absolute;
    top: -60px;
    right: -90px;
    width: 200px;
  }
  .synthesis-message .kazari05 {
    position: absolute;
    bottom: -90px;
    left: -180px;
    width: 280px;
  }

  /*制服*/
  .synthesis-uniform {
    width: 95%;
    margin: 50px auto 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 50px 20px;
    position: relative;
  }
  .synthesis-uniform .synthesis-ttl img {
    width: 50px;
    margin-left: 10px;
  }
  .synthesis-uniform-txt01 {
    font-size: 2.0rem;
    margin-top: 20px;
    text-align: center;
  }
  .synthesis-uniform-img {
    margin-top: 20px;
  }
  .synthesis-uniform-txt02 {
    margin-top: 30px;
    position: relative;
    font-weight: normal;
  }
  .synthesis-uniform .kazari06 {
    position: absolute;
    top: -80px;
    right: -20px;
    width: 120px;
  }

  /*フッター*/
  .synthesis .footer {
    background: #e8f7bd;
    padding: 50px 0 20px;
    margin-bottom: 50px;
    border: none;
  }
  .synthesis .footer-logo {
    text-align: center;
  }
  .synthesis .footer-logo img {
    width: 200px;
    margin-bottom: 30px;
  }
  .synthesis .footer .banner_area div {
    background: #ffffff;
  }
}
