@charset "UTF-8";
@font-face {
  font-family: 'Avenir Black';
  font-style: normal;
  src: url("../fonts/Avenir-Black-webfont.eot");
  src: url("../fonts/Avenir-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Black-webfont.woff") format("woff"), url("../fonts/Avenir-Black-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'Avenir Heavy';
  font-style: normal;
  src: url("../fonts/Avenir-Heavy.eot");
  src: url("../fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir-Heavy.ttf") format("truetype");
}

@font-face {
  font-family: 'Avenir Light';
  font-style: normal;
  src: url("../fonts/Avenir-Light.eot");
  src: url("../fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir-Light.woff") format("woff"), url("../fonts/Avenir-Light.ttf") format("truetype");
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a {
  color: #333;
}

img {
  vertical-align: bottom;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

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, nav, picture {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #333;
  font-family: "游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes upanddown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-moz-keyframes upanddown {
  from {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  to {
    -moz-transform: translateY(10px);
         transform: translateY(10px);
  }
}

@keyframes upanddown {
  from {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-webkit-keyframes upanddown2 {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-moz-keyframes upanddown2 {
  from {
    -moz-transform: translateY(-5px);
         transform: translateY(-5px);
  }
  to {
    -moz-transform: translateY(5px);
         transform: translateY(5px);
  }
}

@keyframes upanddown2 {
  from {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes ZM {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}

@-moz-keyframes ZM {
  from {
    -moz-transform: scale(1, 1);
         transform: scale(1, 1);
  }
  to {
    -moz-transform: scale(0.8, 0.8);
         transform: scale(0.8, 0.8);
  }
}

@keyframes ZM {
  from {
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.8, 0.8);
       -moz-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}

@media screen and (min-width: 769px), print {
  .btn_back {
    margin: 65px 0 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F0F0F0;
  }
  .btn_back li:not(:last-child) {
    margin-right: 37px;
  }
  .btn_back a[rel="prev"]:hover span:before {
    left: -5px;
  }
  .btn_back a[rel="prev"] span {
    padding-left: 25px;
  }
  .btn_back a[rel="prev"] span:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    left: 0;
  }
  .btn_back a[rel="next"]:hover span:before {
    right: -5px;
  }
  .btn_back a[rel="next"] span {
    padding-right: 25px;
  }
  .btn_back a[rel="next"] span:before {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .btn_back a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 46px;
  }
  .btn_back a span {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    color: #00A8A0;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
  }
  .btn_back a span:before {
    content: "";
    background: url(../../images/arrow02.svg) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .show_sp {
    display: none !important;
  }
  .img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .container {
    min-width: 980px;
    overflow: hidden;
  }
  .row {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
  }
	
/* 吹き出し本体 */
.balloon{
  position: relative;
  padding: 20px;
  background-color: #fd6378;
  box-shadow: 0px 0px 10px 0px #a7a7a7;         /* 吹き出し本体の影 */
  max-width: 980px;
  width: 400px;
  margin: 0px auto 0px auto;
  text-align: center;
  font-weight:bold;
  font-size: 1.4rem;
}
/* 三角アイコン */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fd6378;
  border-left: 15px solid transparent;
}
.balloon_btn span {
  color: #fff;
}
.balloon_btn span:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/arrow.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  display: inline-block;
  margin-left: 18px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
	
  .main {
    margin-bottom: 40px;
  }
  .main_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_wrap_aside {
    width: 215px;
  }
  .main_wrap_ct {
    width: -webkit-calc(100% - 215px - 40px);
    width: -moz-calc(100% - 215px - 40px);
    width: calc(100% - 215px - 40px);
  }
  .btn_top {
    width: 295px;
    height: 48px;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .btn_top.type01 {
    width: 270px;
  }
  .btn_top.type01::after {
    display: none;
  }
  .btn_top.type01 span {
    background-color: #00A8A0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .btn_top.type01:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .btn_top.type01:hover span {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .btn_top.type01:hover span::after {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .btn_top span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background: #fd6378;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .btn_top span::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-left: 18px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }
  .btn_top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #d3546a;
    -moz-border-radius: 2px;
         border-radius: 2px;
    bottom: -2px;
    left: 0;
    z-index: -1;
  }
  .btn_top:hover {
    opacity: 1;
  }
  .btn_top:hover span {
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .ttl {
    background: #00A8A0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
/*
    margin-bottom: 100px;
*/
    margin-bottom: 50px;

  }
  .ttl_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttl_main_tt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    max-width: 46.71875%;
  }
  .ttl_main_tt:before {
    content: '';
    width: 150px;
    height: 142px;
    background: url("../images/ic_ttl.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 135px;
    z-index: -1;
  }
  .ttl_main_tt h2 {
    color: #fff;
    font-size: 4rem;
    line-height: 4.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .ttl_main_tt .brecrumb ul {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ttl_main_tt .brecrumb ul li {
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-weight: medium;
  }
  .ttl_main_tt .brecrumb ul li:not(:last-child):after {
    content: '>';
    display: inline-block;
    margin-left: 4px;
  }
  .ttl_main_tt .brecrumb ul li a {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
  }
  .ttl figure {
    width: 63.28125%;
    height: 300px;
    position: relative;
    overflow: hidden;
    z-index: -1;
  }
  .ttl figure:before {
    content: '';
    width: 130px;
    height: 300px;
    background: #00A8A0;
    -webkit-transform: skewX(-23deg);
       -moz-transform: skewX(-23deg);
        -ms-transform: skewX(-23deg);
            transform: skewX(-23deg);
    position: absolute;
    top: 0;
    left: -64px;
  }
  .ttl figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main_ct_box {
    margin-bottom: 80px;
  }
  .main_ct_box .main_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 3px solid #FD6378;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #FD6378;
    position: relative;
  }
  .main_ct_box .main_btn:after {
    content: '';
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../images/ic_rowbox.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .main_ct_box .main_btn figure {
    width: 253px;
    height: auto;
    line-height: 0;
  }
  .main_ct_box .main_btn figure img {
    width: 100%;
    height: auto;
  }
  .main_ct_box .main_btn .box_ct {
    width: -webkit-calc(100% - 253px - 60px);
    width: -moz-calc(100% - 253px - 60px);
    width: calc(100% - 253px - 60px);
	  padding: 18px 20px 18px 30px;
    background: #fff;
    height: 100%;
  }
  .main_ct_box .main_btn .box_ct h3 {
    font-size: 2rem;
    line-height: 5rem;
    color: #FD6378;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .main_ct_box .main_btn .box_ct p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .pagi ul,.pagi .wp-pagenavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .pagi ul li {
    width: 40px;
    height: 40px;
  }
  .pagi ul li a,.pagi .wp-pagenavi a,.pagi .wp-pagenavi span {
    width: 40px;
    height: 40px;
    background: #CCCCCC;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-border-radius: 3px;
         border-radius: 3px;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
  }
  .pagi ul li a:hover,.pagi .wp-pagenavi a:hover {
    background: #00A8A0;
  }
  .pagi ul li a img {
    width: 7px;
    height: 12px;
  }
  .pagi ul li.active a,.pagi .wp-pagenavi span.current {
    background: #00A8A0;
    margin-right: 11px;
  }
  .pagi ul li:not(:last-child),.pagi .wp-pagenavi a:not(:last-child) {
    margin-right: 11px;
  }
  .main_wrap_aside {
    margin-bottom: 40px;
  }
  .main_wrap_aside .sidebar h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
    background: #333333;
    -moz-border-radius: 3px;
         border-radius: 3px;
    padding: 3px 12px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .main_wrap_aside .sidebar:not(:first-child) {
    margin-top: 30px;
  }
  .main_wrap_aside .sb_lesson_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main_wrap_aside .sb_lesson_list ul li {
    width: 475px;
    margin-bottom: 10px;
  }
  .main_wrap_aside .sb_lesson_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_wrap_aside .sb_lesson_list ul li a:hover {
    opacity: 1;
  }
  .main_wrap_aside .sb_lesson_list ul li a:hover figure img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .main_wrap_aside .sb_lesson_list ul li a figure {
    line-height: 0;
    width: 50%;
    overflow: hidden;
  }
  .main_wrap_aside .sb_lesson_list ul li a figure img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .main_wrap_aside .sb_lesson_list ul li a dl {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_wrap_aside .sb_lesson_list ul li a dl dt {
    font-size: 1rem;
    line-height: 1;
    width: 65px;
    height: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    margin-bottom: 7px;
  }
  .main_wrap_aside .sb_lesson_list ul li a dl dd {
    color: #fff;
  }
  .main_wrap_aside .sb_lesson_list ul li a dl dd h4 {
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 6px;
    text-align: center;
  }
  .main_wrap_aside .sb_lesson_list ul li:first-child {
    background: #FF8FAC;
  }
  .main_wrap_aside .sb_lesson_list ul li:first-child dl dt {
    background: #FF719A;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(2) {
    background: #A6C914;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(2) dl dt {
    background: #C2DB31;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(3) {
    background: #5AC8E2;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(3) dl dt {
    background: #12BFDB;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(4) {
    background: #FF8710;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(4) dl dt {
    background: #F97600;
  }
  .main_wrap_aside .sb_new_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 0;
    border-bottom: 1px dashed #ccc;
  }
  .main_wrap_aside .sb_new_list ul li a time {
    font-size: 1.2rem;
    line-height: 1rem;
    font-family: "Avenir Heavy";
    margin-right: 15px;
  }
  .main_wrap_aside .sb_new_list ul li a .news_tag {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    -moz-border-radius: 2px;
         border-radius: 2px;
    width: 50px;
    height: 13px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_wrap_aside .sb_new_list ul li a .news_tag.blue {
    background: #00A8A0;
  }
  .main_wrap_aside .sb_new_list ul li a .news_tag.red {
    background: #FD6378;
  }
  .main_wrap_aside .sb_new_list ul li a p {
    margin-top: 8px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .main_wrap_aside .sb_new_list ul li a:hover time, .main_wrap_aside .sb_new_list ul li a:hover p {
    color: #00A8A0;
  }
  .main_wrap_aside .sb_pass_list ul li a img {
    width: 100%;
  }
  .main_wrap_aside .sb_pass_list ul li:not(:first-child) {
    margin-top: 10px;
  }
  .header {
    position: relative;
    z-index: 99;
  }
  .header_top {
    background: #fff;
  }
  .header_top_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_top_row_l {
    width: -webkit-calc(100% - 262px);
    width: -moz-calc(100% - 262px);
    width: calc(100% - 262px);
/*
    padding: 22px 0 0;
*/
    padding: 0 0 0;

  }


.new_h1 {
    padding: 3px 0 0 10px;
}


  .header_top_row_l::after {
    content: "";
    clear: both;
    display: table;
  }
  .header_top_row_l h1 {
    float: left;
    margin-right: 15px;
  }
  .header_top_row_l h1 a {
    display: inline-block;
    line-height: 0;
  }
  .header_top_row_l h1 a img {
    width: 411px;
    height: auto;
  }


  .header_top_row_l .cls_h1 {
    float: left;
    margin-right: 15px;
  }
  .header_top_row_l .cls_h1 a {
    display: inline-block;
    line-height: 0;
  }
  .header_top_row_l .cls_h1 a img {
    width: 411px;
    height: auto;
  }


  .header_top_row_l p:nth-of-type(1) {
    font-size: 1rem;
    line-height: 1;
    color: #00a89e;
    margin-top: 10px;
  }
  .header_top_row_l p:nth-of-type(2) {
    line-height: 0;
    margin-top: 10px;
  }
  .header_top_row_r {
    padding: 24px 0 18px;
  }
  .header_top_row_r a {
    width: 262px;
    height: 48px;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header_top_row_r a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background: #fd6378;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header_top_row_r a span::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-left: 18px;
  }
  .header_top_row_r a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #d3546a;
    -moz-border-radius: 2px;
         border-radius: 2px;
    bottom: -2px;
    left: 0;
    z-index: -1;
  }
  .header_top_row_r a:hover {
    opacity: 1;
  }
  .header_top_row_r a:hover span {
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .header_nav {
    background: rgba(51, 51, 51, 0.9);
    position: relative;
  }
  .header_nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_nav > ul > li {
    width: 16.66667%;
    height: 42px;
    padding: 2px 0;
  }
  .header_nav > ul > li > a {
    border-left: 1px dotted #fff;
  }
  .header_nav > ul > li:last-child > a {
    border-right: 1px dotted #fff;
  }
  .header_nav > ul > li:hover {
    background: #00a8a0;
  }
  .header_nav > ul > li:hover > a {
    opacity: 1;
  }
  .header_nav > ul > li:hover > a + .pos {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .header_nav > ul > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
  }
  .header_nav > ul > li > a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
  }
  .header_nav > ul > li > a.icon_pen::before {
    background: url("../images/icon_pen.svg") 0 0 no-repeat;
    width: 9.83px;
    height: 14.25px;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav > ul > li > a.icon_person::before {
    background: url("../images/icon_person.svg") 0 0 no-repeat;
    width: 11.62px;
    height: 12.96px;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav > ul > li > a.icon_book::before {
    background: url("../images/icon_book.svg") 0 0 no-repeat;
    width: 14.75px;
    height: 12.1px;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav > ul > li > a.icon_house::before {
    background: url("../images/icon_house.svg") 0 0 no-repeat;
    width: 13.71px;
    height: 13px;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav > ul > li > a.icon_flower::before {
    background: url("../images/icon_flower.svg") 0 0 no-repeat;
    width: 15.86px;
    height: 15.13px;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav > ul > li > a.icon_question::before {
    background: url("../images/icon_question.svg") 0 0 no-repeat;
    width: 15px;
    height: 15px;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav > ul > li > a.icon_web::before {
    background: url("../images/icon_webko.svg") 0 0 no-repeat;
    width: 15px;
    height: 15px;
    -moz-background-size: contain;
         background-size: contain;
  }
	
  .header_nav > ul > li > .pos {
    position: absolute;
    width: 100%;
    background: rgba(51, 51, 51, 0.9);
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1, 0);
       -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_nav .corse_sub ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 0;
  }
  .header_nav .corse_sub ul li {
    width: 235px;
  }
  .header_nav .corse_sub ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_nav .corse_sub ul li a:hover {
    opacity: 1;
  }
  .header_nav .corse_sub ul li a:hover figure img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .header_nav .corse_sub ul li a figure {
    line-height: 0;
    width: 50%;
    overflow: hidden;
  }
  .header_nav .corse_sub ul li a figure:hover {
    opacity: 1;
  }
  .header_nav .corse_sub ul li a figure:hover figure img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .header_nav .corse_sub ul li a figure img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header_nav .corse_sub ul li a dl {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header_nav .corse_sub ul li a dl dt {
    font-size: 1rem;
    line-height: 1;
    width: 64px;
    height: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
  }
  .header_nav .corse_sub ul li a dl dd {
    color: #fff;
  }
  .header_nav .corse_sub ul li a dl dd h4 {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
  }
  .header_nav .corse_sub ul li:first-child {
    background: #FF8FAC;
  }
  .header_nav .corse_sub ul li:first-child dl dt {
    background: #FF719A;
  }
  .header_nav .corse_sub ul li:nth-child(2) {
    background: #A6C914;
  }
  .header_nav .corse_sub ul li:nth-child(2) dl dt {
    background: #C2DB31;
  }
  .header_nav .corse_sub ul li:nth-child(3) {
    background: #5AC8E2;
  }
  .header_nav .corse_sub ul li:nth-child(3) dl dt {
    background: #12BFDB;
  }
  .header_nav .corse_sub ul li:nth-child(4) {
    background: #FF8710;
  }
  .header_nav .corse_sub ul li:nth-child(4) dl dt {
    background: #F97600;
  }
  .header_nav .school_sub {
    padding: 0 0 24px;
  }
  .header_nav .school_sub ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 24px 0;
    border-bottom: 1px dashed #fff;
  }
  .header_nav .school_sub ul li {
    width: 180px;
  }
  .header_nav .school_sub ul li:not(:nth-child(5n)) {
    margin-right: 20px;
  }
  .header_nav .school_sub ul li:not(:nth-child(-n+5)) {
    margin-top: 24px;
  }
  .header_nav .school_sub ul li a:hover {
    opacity: 1;
  }
  .header_nav .school_sub ul li a:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .header_nav .school_sub ul li a figure span {
    line-height: 0;
    display: block;
    overflow: hidden;
  }
  .header_nav .school_sub ul li a figure span img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header_nav .school_sub ul li a figure figcaption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .header_nav .school_sub ul li a figure figcaption::before {
    content: "";
    width: 13px;
    height: 13px;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-right: 10px;
  }
  .header_nav .school_sub .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  .header_nav .school_sub .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .header_nav .school_sub .btn a::before {
    content: "";
    width: 13px;
    height: 13px;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-right: 10px;
  }
  .header_nav .successful_sub ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px;
  }
  .header_nav .successful_sub ul li:not(:last-child) {
    margin-right: 80px;
  }
  .header_nav .successful_sub ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .header_nav .successful_sub ul li a::before {
    content: "";
    width: 13px;
    height: 13px;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-right: 10px;
  }
  .header.fixed .header_nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }
  .footer {
    background: #00a8a0;
  }
  .footer_top {
    padding: 48px 0 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_top_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: -webkit-calc(100% - 269px - 54px);
    width: -moz-calc(100% - 269px - 54px);
    width: calc(100% - 269px - 54px);
  }
  .footer_top_link > ul > li:not(:first-of-type) {
    margin-top: 14px;
  }
  .footer_top_link > ul > li > a {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: medium;
    color: #fff;
    position: relative;
    padding: 0 0 0 22px;
  }
  .footer_top_link > ul > li > a::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer_top_link > ul > li > ul {
    padding: 14px 0 0 22px;
  }
  .footer_top_link > ul > li > ul > li:not(:first-of-type) {
    margin-top: 15px;
  }
  .footer_top_link > ul > li > ul > li > a {
    font-size: 1rem;
    line-height: 1;
    font-weight: medium;
    color: #fff;
    position: relative;
    padding: 0 0 0 3px;
  }
  .footer_top_link > ul > li > ul > li > a::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer_top_banner {
    width: 269px;
    margin-left: 54px;
  }
  .footer_top_banner ul li {
    line-height: 0;
  }
  .footer_top_banner ul li:not(:first-child) {
    margin-top: 17px;
  }
  .footer_top_banner ul li img {
    width: 100%;
    height: auto;
  }
  .footer_bottom {
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 0 47px;
  }
  .footer_bottom_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_bottom_l a {
    display: inline-block;
    width: 129px;
  }
  .footer_bottom_l a img {
    width: 100%;
    height: auto;
  }
  .footer_bottom_l span {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-left: 18px;
  }
  .footer_bottom_r {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: medium;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .btn_back {
    margin: 8vw 0 13.33333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F0F0F0;
  }
  .btn_back li:not(:last-child) {
    margin-right: 37px;
  }
  .btn_back a[rel="prev"] span {
    padding-left: 5.33333vw;
  }
  .btn_back a[rel="prev"] span:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    left: 0;
  }
  .btn_back a[rel="next"] span {
    padding-right: 5.33333vw;
  }
  .btn_back a[rel="next"] span:before {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .btn_back a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 9.33333vw;
    background-color: #F0F0F0;
  }
  .btn_back a span {
    font-size: 3.2vw;
    line-height: 1;
    font-weight: bold;
    color: #00A8A0;
    position: relative;
    display: inline-block;
    padding-left: 4.66667vw;
    letter-spacing: 1px;
  }
  .btn_back a span:before {
    content: "";
    background: url(../../images/arrow02.svg) no-repeat;
    width: 3.73333vw;
    height: 3.73333vw;
    position: absolute;
    top: 50%;
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
  }
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding: 0 4vw;
  }
  .btn_top {
    width: 84vw;
    height: 13.73333vw;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 0 auto;
  }
  .btn_top.type01::after {
    display: none;
  }
  .btn_top.type_blank span::after {
    position: absolute;
    content: "";
    width: 3.645vw;
    height: 3.515625vw;
    background: url('../images/ic_blank.svg') 0 0 no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5.46875vw;
  }
  .btn_top.type01 span {
    background-color: #00A8A0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .btn_top span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 0.26667vw;
         border-radius: 0.26667vw;
    background: #fd6378;
    color: #fff;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .btn_top span::after {
    content: "";
    width: 4.26667vw;
    height: 4.26667vw;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-left: 2.4vw;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }
  .btn_top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #d3546a;
    -moz-border-radius: 2px;
         border-radius: 2px;
    bottom: -2px;
    left: 0;
    z-index: -1;
  }
/* 吹き出し本体 */
.balloon{
  position: relative;
  padding: 13px;
  background-color: #fd6378;
  box-shadow: 0px 0px 10px 0px #a7a7a7;         /* 吹き出し本体の影 */
  max-width: 980px;
  width: 100%;
  margin: 20px auto 0px auto;
  text-align: center;
  font-weight:bold;
  font-size: 1.4rem;
}
/* 三角アイコン */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fd6378;
  border-left: 15px solid transparent;
}
.balloon_btn span {
  color: #fff;
}
.balloon_btn span:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/arrow.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  display: inline-block;
  margin-left: 18px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
	
	
  .main {
    margin-top: 4vw;
  }
  .main_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_wrap_aside {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main_wrap_ct {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 12vw;
  }
  .ttl {
    background: #00A8A0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 2vw;
  }
  .ttl_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttl_main_tt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 46.66667vw;
  }
  .ttl_main_tt:before {
    content: '';
    width: 20vw;
    height: 18.93333vw;
    background: url("../images/ic_ttl.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24.4vw;
    z-index: -1;
  }
  .ttl_main_tt h2 {
    color: #fff;
    font-size: 7.46667vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .ttl_main_tt .brecrumb {
    display: none;
  }
  .ttl figure {
    width: 55%;
    height: 40vw;
    position: relative;
    /* overflow: hidden; */
    z-index: -1;
    line-height: 0;
  }
  .ttl figure:before {
    content: '';
    width: 17.33333vw;
    height: 40vw;
    background: #00A8A0;
    -webkit-transform: skewX(-23deg);
       -moz-transform: skewX(-23deg);
        -ms-transform: skewX(-23deg);
            transform: skewX(-23deg);
    position: absolute;
    top: 0;
    left: -8.53333vw;
    z-index: 2;
  }
  .ttl figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
  }
  .main_ct_box {
    border: 0.8vw solid #FD6378;
    -moz-border-radius: 0.66667vw;
         border-radius: 0.66667vw;
    padding-bottom: 34px;
  }
  .main_ct_box h3 {
    font-size: 5.06667vw;
    line-height: 1.5;
    color: #FD6378;
    background: #FD6378;
    color: #fff;
    text-align: center;
    padding: 2.66667vw 0;
  }
  .main_ct_box figure {
    height: auto;
    line-height: 0;
    padding: 4vw;
  }
  .main_ct_box figure img {
    width: 100%;
    height: 33.33333vw;
    object-fit: cover;
  }
  .main_ct_box .box_ct {
    padding: 4vw;
    padding-top: 0;
    height: 100%;
  }
  .main_ct_box .box_ct p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .main_ct_box .box_ct .btn_top {
    width: 84vw;
    height: 13.73333vw;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 5.33333vw auto 0;
  }
  .main_ct_box .box_ct .btn_top.type01::after {
    display: none;
  }
  .main_ct_box .box_ct .btn_top.type01 span {
    background-color: #00A8A0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .main_ct_box .box_ct .btn_top span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 0.26667vw;
         border-radius: 0.26667vw;
    background: #fd6378;
    color: #fff;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .main_ct_box .box_ct .btn_top span::after {
    content: "";
    width: 4.26667vw;
    height: 4.26667vw;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-left: 2.4vw;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }
  .main_ct_box .box_ct .btn_top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #d3546a;
    -moz-border-radius: 2px;
         border-radius: 2px;
    bottom: -2px;
    left: 0;
    z-index: -1;
  }
  .pagi ul,.pagi .wp-pagenavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .pagi ul li {
    width: 8vw;
    height: 8vw;
  }
  .pagi ul li a,.pagi .wp-pagenavi a,.pagi .wp-pagenavi span {
    width: 8vw;
    height: 8vw;
    background: #CCCCCC;
    color: #fff;
    font-size: 3.73333vw;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-border-radius: 0.4vw;
         border-radius: 0.4vw;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    transition: background .3s ease-out;
    padding-top: 0.53333vw;
  }
  .pagi ul li a:hover,.pagi .wp-pagenavi a:hover {
    background: #00A8A0;
  }
  .pagi ul li a img {
    width: 2.24vw;
    height: 3.84vw;
  }
  .pagi ul li.active a,.pagi .wp-pagenavi span.current {
    background: #00A8A0;
    margin-right: 1.33333vw;
  }
  .pagi ul li:not(:last-child),.pagi .wp-pagenavi a:not(:last-child) {
    margin-right: 1.33333vw;
  }
  .main_wrap_aside {
    margin-bottom: 5.33333vw;
    display: none;
  }
  .main_wrap_aside .sidebar h2 {
    font-size: 4.8vw;
    line-height: 3.2vw;
    color: #fff;
    background: #333333;
    -moz-border-radius: 0.4vw;
         border-radius: 0.4vw;
    padding: 4vw 5.86667vw;
    margin-bottom: 2vw;
  }
  .main_wrap_aside .sidebar:not(:first-child) {
    margin-top: 12vw;
  }
  .main_wrap_aside .sb_lesson_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main_wrap_aside .sb_lesson_list ul li {
    width: 44.8vw;
    margin-bottom: 2.66667vw;
  }
  .main_wrap_aside .sb_lesson_list ul li a figure {
    line-height: 0;
    overflow: hidden;
  }
  .main_wrap_aside .sb_lesson_list ul li a figure img {
    width: 100%;
    height: 29.73333vw;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .main_wrap_aside .sb_lesson_list ul li a dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4vw 0;
  }
  .main_wrap_aside .sb_lesson_list ul li a dl dt {
    font-size: 2.66667vw;
    line-height: 1;
    width: 24.8vw;
    height: 6.66667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    margin-bottom: 1.33333vw;
  }
  .main_wrap_aside .sb_lesson_list ul li a dl dd {
    color: #fff;
  }
  .main_wrap_aside .sb_lesson_list ul li a dl dd h4 {
    font-size: 3.46667vw;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.8vw;
    text-align: center;
  }
  .main_wrap_aside .sb_lesson_list ul li:first-child {
    background: #FF8FAC;
  }
  .main_wrap_aside .sb_lesson_list ul li:first-child dl dt {
    background: #FF719A;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(2) {
    background: #A6C914;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(2) dl dt {
    background: #C2DB31;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(3) {
    background: #5AC8E2;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(3) dl dt {
    background: #12BFDB;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(4) {
    background: #FF8710;
  }
  .main_wrap_aside .sb_lesson_list ul li:nth-child(4) dl dt {
    background: #F97600;
  }
  .main_wrap_aside .sb_new_list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.66667vw 0;
    border-bottom: 1px dashed #ccc;
  }
  .main_wrap_aside .sb_new_list ul li a time {
    font-size: 2.93333vw;
    line-height: 1;
    font-family: "Avenir Heavy";
    margin-right: 2.66667vw;
  }
  .main_wrap_aside .sb_new_list ul li a .news_tag {
    font-size: 2.66667vw;
    line-height: 1;
    color: #fff;
    -moz-border-radius: 0.26667vw;
         border-radius: 0.26667vw;
    width: 19.46667vw;
    height: 4.26667vw;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_wrap_aside .sb_new_list ul li a .news_tag.blue {
    background: #00A8A0;
  }
  .main_wrap_aside .sb_new_list ul li a .news_tag.red {
    background: #FD6378;
  }
  .main_wrap_aside .sb_new_list ul li a p {
    margin-top: 1.33333vw;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .main_wrap_aside .sb_new_list ul li a:hover time, .main_wrap_aside .sb_new_list ul li a:hover p {
    color: #00A8A0;
  }
  .main_wrap_aside .sb_pass_list ul li a img {
    width: 100%;
  }
  .main_wrap_aside .sb_pass_list ul li:not(:first-child) {
    margin-top: 2.66667vw;
  }
  .header_top {
    background: #fff;
/*
    padding: 3.06667vw 0 2.66667vw;
*/
    padding: 0 0 2.66667vw;

    -moz-box-shadow: 0px 2px 2px rgba(114, 114, 114, 0.4);
         box-shadow: 0px 2px 2px rgba(114, 114, 114, 0.4);
  }
  .header_top_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_top_row_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: -webkit-calc(100% - 14.26667vw);
    width: -moz-calc(100% - 14.26667vw);
    width: calc(100% - 14.26667vw);
  }
  .header_top_row_l h1 {
    margin-top: 0.8vw;
  }
  .header_top_row_l h1 a {
    display: block;
  }
  .header_top_row_l h1 a picture {
    line-height: 0;
  }
  .header_top_row_l h1 a img {
    width: 54.8vw;
    height: auto;
  }




  .header_top_row_l .cls_h1 {
    margin-top: 0.8vw;
  }
  .header_top_row_l .cls_h1 a {
    display: block;
  }
  .header_top_row_l .cls_h1 a picture {
    line-height: 0;
  }
  .header_top_row_l .cls_h1 a img {
    width: 54.8vw;
    height: auto;
  }



  .header_top_row_menubar {
    width: 14.26667vw;
    height: 14.26667vw;
  }
  .header_top_row_menubar ._wrap {
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header_top_row_menubar ._wrap .icon_menu {
    width: 4.66667vw;
    height: 4.26667vw;
    position: relative;
  }
  .header_top_row_menubar ._wrap .icon_menu .icon_inner, .header_top_row_menubar ._wrap .icon_menu .icon_inner::before, .header_top_row_menubar ._wrap .icon_menu .icon_inner::after {
    position: absolute;
    width: 100%;
    height: 0.53333vw;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .1s;
       -moz-transition-duration: .1s;
            transition-duration: .1s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    background: #00A89E;
  }
  .header_top_row_menubar ._wrap .icon_menu .icon_inner {
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-duration: .4s;
       -moz-transition-duration: .4s;
            transition-duration: .4s;
    display: block;
    top: 0;
    left: 0;
  }
  .header_top_row_menubar ._wrap .icon_menu .icon_inner::before, .header_top_row_menubar ._wrap .icon_menu .icon_inner::after {
    content: "";
    display: block;
  }
  .header_top_row_menubar ._wrap .icon_menu .icon_inner::before {
    top: 1.86667vw;
    -webkit-transition: opacity .15s ease .4s;
    -moz-transition: opacity .15s ease .4s;
    transition: opacity .15s ease .4s;
  }
  .header_top_row_menubar ._wrap .icon_menu .icon_inner::after {
    top: 3.73333vw;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .header_top_row_menubar ._wrap p {
    font-size: 2.93333vw;
    line-height: 1;
    color: #00a89e;
    margin-top: 1.6vw;
  }
  .header_top_row_menubar.open .icon_menu .icon_inner {
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
            transition-delay: .1s;
    -webkit-transform: translate3d(0, 1.86667vw, 0) rotate(135deg);
       -moz-transform: translate3d(0, 1.86667vw, 0) rotate(135deg);
            transform: translate3d(0, 1.86667vw, 0) rotate(135deg);
  }
  .header_top_row_menubar.open .icon_menu .icon_inner::before {
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0;
  }
  .header_top_row_menubar.open .icon_menu .icon_inner::after {
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
            transition-delay: .1s;
    -webkit-transform: translate3d(0, -3.73333vw, 0) rotate(-270deg);
       -moz-transform: translate3d(0, -3.73333vw, 0) rotate(-270deg);
            transform: translate3d(0, -3.73333vw, 0) rotate(-270deg);
  }
  .header_nav {
    background: #00a8a0;
    position: absolute;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8vw 4vw 0;
  }
  .header_nav ul li {
    width: 44.93333vw;
    height: 18.66667vw;
  }
  .header_nav ul li:not(:nth-child(-n+2)) {
    margin-top: 1.86667vw;
  }
  .header_nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4vw;
    line-height: 4.8vw;
    font-weight: bold;
    color: #333;
    background: #fff;
    padding: 0 0 0 4vw;
  }
  .header_nav ul li a::before {
    content: "";
    display: inline-block;
    margin-right: 4vw;
  }
  .header_nav ul li a.icon_pen::before {
    background: url("../images/icon_pen_sp.svg") 0 0 no-repeat;
    width: 6.936vw;
    height: 10.056vw;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav ul li a.icon_person::before {
    background: url("../images/icon_person_sp.svg") 0 0 no-repeat;
    width: 8.96533vw;
    height: 10vw;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav ul li a.icon_book::before {
    background: url("../images/icon_book_sp.svg") 0 0 no-repeat;
    width: 9.33867vw;
    height: 7.60933vw;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav ul li a.icon_house::before {
    background: url("../images/icon_house_sp.svg") 0 0 no-repeat;
    width: 10.03333vw;
    height: 9.51333vw;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav ul li a.icon_flower::before {
    background: url("../images/icon_flower_sp.svg") 0 0 no-repeat;
    width: 9.90667vw;
    height: 9.452vw;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav ul li a.icon_blog::before {
    background: url("../images/icon_blog_sp.svg") 0 0 no-repeat;
    width: 9.90667vw;
    height: 9.452vw;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav ul li a.icon_mail::before {
    background: url("../images/icon_mail_sp.svg") 0 0 no-repeat;
    width: 9.90667vw;
    height: 9.452vw;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav ul li a.icon_question::before {
    background: url("../images/icon_question_sp.svg") 0 0 no-repeat;
    width: 9.936vw;
    height: 9.936vw;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav ul li a.icon_web::before {
    background: url("../images/icon_webko_sp.svg") 0 0 no-repeat;
    width: 9.936vw;
    height: 9.936vw;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header_nav ul li a.icon_web {
	font-size:83%;
  }
	
  .header_nav_inquiry {
    padding: 3.73333vw 4vw 0;
  }
  .header_nav_inquiry a {
    width: 100%;
    height: 13.46667vw;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header_nav_inquiry a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 0.53333vw;
         border-radius: 0.53333vw;
    background: #fd6378;
    color: #fff;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    position: relative;
  }
  .header_nav_inquiry a span::after {
    position: absolute;
    content: "";
    width: 4.66667vw;
    height: 4.66667vw;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 9.73333vw;
  }
  .header_nav_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10vw 0 11.33333vw;
  }
  .header_nav_btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 27.2vw;
    height: 6.8vw;
    font-size: 4vw;
    line-height: 1;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
  }
  .header_nav_btn a::before {
    content: "";
    width: 2.85467vw;
    height: 2.85467vw;
    background: url("../images/icon_close.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 2.66667vw;
  }
  .header_nav.open {
    visibility: visible;
    opacity: 1;
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 99;
  }
  .footer {
    background: #00a8a0;
  }
  .footer_top {
    width: -webkit-calc(100% + 8vw);
    width: -moz-calc(100% + 8vw);
    width: calc(100% + 8vw);
    margin: 0 -4vw;
  }
  .footer_top_pagetop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #009186;
    height: 14vw;
    width: 100%;
  }
  .footer_top_pagetop::before {
    content: "";
    width: 5.48vw;
    height: 3.34267vw;
    background: url("../images/pagetop.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
  }
  .footer_top_link > ul > li {
    border-bottom: 1px solid #fff;
    padding: 0 0 0 4vw;
  }
  .footer_top_link > ul > li > a {
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: medium;
    color: #fff;
    position: relative;
    padding: 5.06667vw 0 5.06667vw 7.46667vw;
    display: block;
    width: 100%;
  }
  .footer_top_link > ul > li > a::before {
    position: absolute;
    content: "";
    width: 4.45867vw;
    height: 4.45867vw;
    background: url("../images/arrow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer_top_banner {
    width: 100%;
    padding: 7.46667vw 4vw 5.33333vw;
  }
  .footer_top_banner ul li {
    line-height: 0;
  }
  .footer_top_banner ul li:not(:first-child) {
    margin-top: 3.73333vw;
  }
  .footer_top_banner ul li img {
    width: 100%;
    height: auto;
  }
  .footer_bottom {
    padding: 0 0 6vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_bottom_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_bottom_l a {
    display: inline-block;
    width: 43.6vw;
  }
  .footer_bottom_l a img {
    width: 100%;
    height: auto;
  }
  .footer_bottom_r {
    font-size: 2.93333vw;
    line-height: 3.46667vw;
    font-weight: medium;
    color: #fff;
    margin-top: 4vw;
  }
}

.effect {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(100px);
     -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.flowCld:before {
  -webkit-transition: width 0.5s 0.5s, height 0.5s 1s;
  -moz-transition: width 0.5s 0.5s, height 0.5s 1s;
  transition: width 0.5s 0.5s, height 0.5s 1s;
  width: 0;
  height: 0;
}

.flowCld:after {
  -webkit-transition: width 0.5s 0.5s, height 0.5s 1s;
  -moz-transition: width 0.5s 0.5s, height 0.5s 1s;
  transition: width 0.5s 0.5s, height 0.5s 1s;
  width: 0;
  height: 0;
}

.flowCld.active:before {
  width: 100%;
  height: 100%;
}

.flowCld.active:after {
  width: 100%;
  height: 100%;
}

.delay_03 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay_06 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay_09 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay_12 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay_15 {
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
article > #prev_next a,article > #prev_next a[rel^="prev"]:before,article > #prev_next a[rel^="next"]:after {
  color: #00a8a0!important;
}
article > #prev_next {
  margin-top: 0;
  background: none;
}


.yt-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*--------------------------------------
  カード型_03
【参考サイト】
https://dubdesign.net/download/html-css/carddesign-6/
--------------------------------------*/
@media screen and (min-width: 769px), print {
    #sec {
      padding: 0;
      margin: 0 0 3.6vw 0;
      background: #fff;
      text-align: center;
      word-wrap: break-word;
    }

    .school-notice{
        background-color: #FD6378;
        padding: 1vw;
        margin: 0 0 0.5vw 0;
    }

    .school-notice_item {
        padding: 0.5em 1em;
        width: 90%;
        font-size: 14px;
        font-weight: bold;
        color: #f52313;
        background: #FFF;
        border: solid 1px #f52313;
        display: inline-block;
    }

    .school-notice_item:hover {
        padding: 0.5em 1em;
        width: 92%;
        font-size: 14px;
        font-weight: bold;
        color: #f52313;
        background: #F3D7E5;
        display: inline-block;
    }
    
    #sec ul {
      margin: 0;
      display: flex;
    /*  flex-flow: row wrap;	*/
      justify-content: center;
      list-style: none;
      border: none;
    }
    #sec ul li {
      padding: 8px;
      width: 250px;
      transition: box-shadow 0.3s;
    }
    #sec ul li:hover {
      box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    }
    #sec ul li:hover span {
      color: #63B7E6;
    }
    #sec ul li:hover p {
      color: #555;
    }
    #sec ul li:hover .title01 {
      color: #63B7E6;
    }
    #sec ul li:hover .campaign {
      color: #e73a8f;
      font-weight: 700;
    }
    #sec ul li:hover .title01:after {
      width: 25px;
    }
    #sec ul li span {
      font-size: 2.6em;
      display: block;
      transition: color 0.3s;
      color: #A2A2A2;
    }
    #sec ul li span:before, #sec ul li span:after {
      position: static;
    }
    #sec ul li .title01 {
      color: #6f6f6f;
      display: inline-block;
      font-size: 24px;
      font-weight: 100;
      transition: color 0.3s;
    }
    #sec ul li .campaign {
      color: #e73a8f;
      text-align: center;
    /*  display: inline-block;    */
      font-size: 20px;
      font-weight: 500;
      transition: color 0.3s;
    }
    /*
    #sec ul li .title01:after {
      content: "";
      position: relative;
      left: 50%;
      top: 20px;
      transform: translateX(-50%);
      display: block;
      width: 40px;
      height: 1px;
      background: #6f6f6f;
      transition: width 0.3s;
    }
    */
    #sec ul li p {
      color: #A2A2A2;
      text-align: left;
    /*  text-indent: 1em;*/
      font-size: 16px;
      line-height: 26px;
      transition: color 0.3s;
    }
}

@media screen and (max-width: 768px) {
    #sec {
      padding: 0;
      margin: 0 0 3.6vw 0;
      background: #fff;
      word-wrap: break-word;
    }
    
    .school-notice{
        padding: 0;
        margin-bottom: 1.3vw;
    }

    .school-notice_item {
        padding: 0.5em 1.5em;
        text-align: center;
        font-weight: bold;
        color: #f52313;
        background: #FFF;
        border: solid 1px #f52313;
    }    
    
    #sec ul {
      margin: 0;
      flex-flow: row wrap;
      justify-content: center;
      border: none;
    }
    #sec ul li {
      padding: 8px;
      width: 100%;
      transition: box-shadow 0.3s;
    }
    #sec ul li:hover {
      box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    }
    #sec ul li:hover span {
      color: #63B7E6;
    }
    #sec ul li:hover p {
      color: #555;
    }
    #sec ul li:hover .title01 {
      color: #63B7E6;
    }
    #sec ul li:hover .campaign {
      color: #e73a8f;
      font-weight: 700;
    }
    #sec ul li:hover .title01:after {
      width: 25px;
    }
    #sec ul li span {
      font-size: 2.6em;
      display: block;
      transition: color 0.3s;
      color: #A2A2A2;
    }
    #sec ul li span:before, #sec ul li span:after {
      position: static;
    }
    #sec ul li .title01 {
      color: #6f6f6f;
      display: inline-block;
      font-size: 20px;
      font-weight: 100;
      transition: color 0.3s;
    }
    #sec ul li .campaign {
      color: #e73a8f;
      text-align: center;
      display: inline-block;
      font-size: 20px;
      font-weight: 500;
      transition: color 0.3s;
    }
    #sec ul li p {
      color: #525252;
      text-align: left;
    /*  text-indent: 1em;*/
      font-size: 13px;
      line-height: 20px;
      transition: color 0.3s;
    }
}

















