@charset "UTF-8";
/*========================================*/
/* Foundation
/*========================================*/
@font-face {
  font-family : 'hh-letter';

  src : url('../font/HaloHandletter.eot');
  /* IE9 Compat Modes */
  src : url('../font/HaloHandletter.woff') format('woff'), url('../font/HaloHandletter.ttf') format('truetype'), url('../font/HaloHandletter.svg#svgFontName') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family : 'Yu Gothic';
  font-weight : 400; 

  src : local('Yu Gothic Medium'), local('Yu Gothic');
}

/*--------------------------------------
  Reset Css
--------------------------------------*/
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 {
  font-size : 100%;
  margin : 0;
  padding : 0;
  vertical-align : baseline; 
  border : 0;
}

/* HTML5 display-role reset for older browsers */
article , aside , details , figcaption , figure , footer , header , hgroup , menu , nav , section {
  display : block;
}

ol , ul {
  list-style : none;
}

table {
  border-spacing : 0; 
  border-collapse : collapse;
}

blockquote , q {
  quotes : none;
}

blockquote:before , blockquote:after , q:before , q:after {
  content : none;
}

/*--------------------------------------
  Common-Setting
---------------------------------------*/
html {
  font-size : 10px;
}

body , input , button , select , textarea {
  font-family : 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

body {
  font-size : 1.6rem;
  line-height : 1.4;
  overflow-x : hidden;
  padding-top : 60px;
  word-wrap : break-word;
  color : #222;
  background : #fff;

      -ms-text-size-adjust : 100%;
  -webkit-text-size-adjust : 100%;
  overflow-wrap : break-word;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing : grayscale;
  font-feature-settings : 'palt';
}
@media print, screen and (min-width: 768px) {
  body {
    overflow-x : hidden; 
    min-width : 1100px;
    padding-top : 0;
  }
}
@media print, screen and (max-width: 1099px) {
  body {
    overflow-x : scroll;
  }
}

h1 , h2 , h3 , h4 , h5 , h6 {
  font-weight : normal;
  line-height : 1.4;
}

img {
  max-width : 100%;
  height : auto; 
  vertical-align : top;
}

label {
  cursor : pointer;
}

strong {
  font-weight : bold;
}

em {
  font-style : italic;
}

a {
  transition : opacity .3s;
  text-decoration : none;
  color : #90cc29;

  font-feature-settings : 'pkna';
}

.icon img[src$='.svg'] {
  width : 100%;
}

@media print, screen and (min-width: 1024px) {
  a:hover {
    opacity : .6;
  }
}

* {
  box-sizing : border-box;
}

*:before , *:after {
  box-sizing : border-box;
}

@font-face {
  font-family : 'icon';
  font-weight : normal;
  font-style : normal; 

  src : url('../fonts/icon.eot');
  src : url('../fonts/icon.eot?#iefix') format('eot'), url('../fonts/icon.woff') format('woff'), url('../fonts/icon.ttf') format('truetype'), url('../fonts/icon.svg#icon') format('svg');
}

[class^='icon-'] , [class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family : 'icon' !important;
  font-weight : normal;
  font-style : normal;
  font-variant : normal;
  line-height : 1;
  display : inline-block;
  vertical-align : middle;
  text-transform : none;

  speak : none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing : grayscale;
}

.icon-contact:before {
  content : '\EA01';
}

.icon-faq:before {
  content : '\EA02';
}

.icon-key:before {
  content : '\EA03';
}

.icon-note:before {
  content : '\EA04';
}

.icon-pad:before {
  content : '\EA05';
}

.icon-arr01:before {
  content : '\EA06';
}

.icon-cat:before {
  content : '\EA07';
}

.icon-pad02:before {
  content : '\EA08';
}

.icon-arr02:before {
  content : '\EA09';
}

.icon-blank:before {
  content : '\EA0A';
}

.icon-pdf:before {
  content : '\EA0B';
}

.icon-xlsx:before {
  content : '\EA0C';
}

/*========================================*/
/* Layout
/*========================================*/
/* layout
---------------------------------------*/
.l-inner , .l-inner-sm , .l-inner-lg {
  width : 100%;
  padding-right : 15px; 
  padding-left : 15px;
}

@media print, screen and (min-width: 768px) {
  .l-inner , .l-inner-pc , .l-inner-sm , .l-inner-lg {
    max-width : 1000px;
    margin-right : auto; 
    margin-left : auto;
    padding-right : 0;
    padding-left : 0;
  }
  .l-inner-sm {
    max-width : 820px;
    margin-right : auto; 
    margin-left : auto;
  }
  .l-inner-lg {
    max-width : 1200px;
  }
}

.l-sec-tn {
  margin-top : 10px;
  margin-bottom : 10px;
}

.l-sec-xs {
  margin-top : 15px;
  margin-bottom : 15px;
}

.l-sec-sm {
  margin-top : 20px;
  margin-bottom : 20px;
}

.l-sec-md {
  margin-top : 30px;
  margin-bottom : 30px;
}

.l-sec-lg {
  margin-top : 40px;
  margin-bottom : 40px;
}

.l-sec-xl {
  margin-top : 50px;
  margin-bottom : 50px;
}

.l-sec-b-tn {
  margin-bottom : 10px;
}

.l-sec-b-xs {
  margin-bottom : 15px;
}

.l-sec-b-sm {
  margin-bottom : 20px;
}

.l-sec-b-md {
  margin-bottom : 30px;
}

.l-sec-b-lg {
  margin-bottom : 40px;
}

.l-sec-b-xl {
  margin-bottom : 50px;
}

.l-sec-t-xs {
  margin-top : 15px;
}

.l-sec-t-sm {
  margin-top : 20px;
}

.l-sec-t-md {
  margin-top : 30px;
}

.l-sec-b-bace01 {
  margin-bottom : 30px;
}

.l-sec-b-bace02 {
  margin-bottom : 40px;
}

.l-sec-b-bace03 {
  margin-bottom : 50px;
}

.l-sec-t-bace01 {
  margin-top : 30px;
}

@media print, screen and (min-width: 768px) {
  .l-sec-tn {
    margin-top : 20px;
    margin-bottom : 20px;
  }
  .l-sec-xs {
    margin-top : 30px;
    margin-bottom : 30px;
  }
  .l-sec-sm {
    margin-top : 40px;
    margin-bottom : 40px;
  }
  .l-sec-md {
    margin-top : 60px;
    margin-bottom : 60px;
  }
  .l-sec-lg {
    margin-top : 80px;
    margin-bottom : 80px;
  }
  .l-sec-xl {
    margin-top : 100px;
    margin-bottom : 100px;
  }
  .l-sec-b-tn {
    margin-bottom : 20px;
  }
  .l-sec-b-xs {
    margin-bottom : 30px;
  }
  .l-sec-b-sm {
    margin-bottom : 40px;
  }
  .l-sec-b-md {
    margin-bottom : 60px;
  }
  .l-sec-b-lg {
    margin-bottom : 80px;
  }
  .l-sec-b-xl {
    margin-bottom : 100px;
  }
  .l-sec-t-xs {
    margin-top : 30px;
  }
  .l-sec-t-sm {
    margin-top : 40px;
  }
  .l-sec-t-md {
    margin-top : 60px;
  }
  .l-sec-b-bace01 {
    margin-bottom : 40px;
  }
  .l-sec-b-bace02 {
    margin-bottom : 60px;
  }
  .l-sec-b-bace03 {
    margin-bottom : 80px;
  }
  .l-sec-t-bace01 {
    margin-top : 40px;
  }
}

.l-block-tn {
  padding-top : 10px;
  padding-bottom : 10px;
}

.l-block-xs {
  padding-top : 15px;
  padding-bottom : 15px;
}

.l-block-sm {
  padding-top : 20px;
  padding-bottom : 20px;
}

.l-block-md {
  padding-top : 30px;
  padding-bottom : 30px;
}

.l-block-lg {
  padding-top : 40px;
  padding-bottom : 40px;
}

.l-block-xl {
  padding-top : 50px;
  padding-bottom : 50px;
}

.l-block-t-tn {
  padding-top : 10px;
}

.l-block-t-xs {
  padding-top : 15px;
}

.l-block-t-sm {
  padding-top : 20px;
}

.l-block-t-md {
  padding-top : 30px;
}

.l-block-t-lg {
  padding-top : 40px;
}

.l-block-t-xl {
  padding-top : 50px;
}

.l-block-b-tn {
  padding-bottom : 10px;
}

.l-block-b-xs {
  padding-bottom : 15px;
}

.l-block-b-sm {
  padding-bottom : 20px;
}

@media print, screen and (min-width: 768px) {
  .l-block-tn {
    padding-top : 20px;
    padding-bottom : 20px;
  }
  .l-block-xs {
    padding-top : 30px;
    padding-bottom : 30px;
  }
  .l-block-sm {
    padding-top : 40px;
    padding-bottom : 40px;
  }
  .l-block-md {
    padding-top : 60px;
    padding-bottom : 60px;
  }
  .l-block-lg {
    padding-top : 80px;
    padding-bottom : 80px;
  }
  .l-block-xl {
    padding-top : 100px;
    padding-bottom : 100px;
  }
  .l-block-t-tn {
    padding-top : 20px;
  }
  .l-block-t-xs {
    padding-top : 30px;
  }
  .l-block-t-sm {
    padding-top : 40px;
  }
  .l-block-t-md {
    padding-top : 60px;
  }
  .l-block-t-lg {
    padding-top : 80px;
  }
  .l-block-t-xl {
    padding-top : 100px;
  }
  .l-block-b-tn {
    padding-bottom : 20px;
  }
  .l-block-b-xs {
    padding-bottom : 30px;
  }
  .l-block-b-sm {
    padding-bottom : 40px;
  }
}

.l-breaking-out {
  margin-right : -15px;
  margin-left : -15px; 
  padding-right : 15px;
  padding-left : 15px;
}
@media print, screen and (min-width: 768px) {
  .l-breaking-out {
    margin-right : 0;
    margin-left : 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-breaking-out {
    margin-right : calc(50% - 50vw);
    margin-left : calc(50% - 50vw); 
    padding-right : calc(50vw - 50%);
    padding-left : calc(50vw - 50%);
  }
}

/* Header
---------------------------------------*/
.l-header {
  position : fixed;
  z-index : 9000; 
  top : 0;
  width : 100%;
}
@media print, screen and (min-width: 768px) {
  .l-header {
    position : static;
  }
}

.header-inner {
  position : relative;
}

.header-heading {
  width : 1000px;
  height : 60px;
  margin : 0 auto; 
  padding : 14px 15px;
  background : #fff;
}
/*body.skillup .header-heading {
  padding-top : 18px;
}*/
@media print, screen and (min-width: 768px) {
  .header-heading {
    height : 120px;
    padding : 24px 0 25px;
  }
  /*body.skillup .header-heading {
    height : 100px;
    padding-top : 24px;
  }*/
}

.header-logo {
  width : 120px;
}
/*body.skillup .header-logo {
  width : 170px;
}*/
@media print, screen and (min-width: 375px) {
  .header-logo {
    width : 157px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-logo {
    width : 344px;
  }
  /*body.skillup .header-logo {
    width : 360px;
  }*/
}

.header-btnWrap {
  position : absolute;
  top : 0;
  right : 0; 
  text-align : center;
}

.header-primaryBtn {
  position : absolute;
  top : 0;
  right : 60px; 
  display : -ms-flexbox;
  display : flex;
  width : 120px;
}
/*body.skillup .header-primaryBtn {
  right : 0;
}*/
.header-primaryBtn li a {
  font-size : 1rem;
  line-height : 1.2;
  display : block;
  width : 60px;
  height : 60px;
  padding-top : 9px; 
  color : #fff;
  background : #f39f11;
}
.header-primaryBtn li:last-child a {
  background : #47ab34;
}
.header-primaryBtn li .icon {
  font-size : 2.5rem;
  display : block;
  margin-bottom : 5px;
}

.header-btn {
  width : 60px;
  height : 60px;
}

.header-cross {
  position : absolute;
  top : 14px;
}

.header-btn-text {
  font-size : 1rem;
  position : absolute;
  top : 36px;
  right : 0; 
  width : 100%;
  text-align : center;
  color : #90cc29;
}

.header-nav {
  overflow-y : scroll;
  height : 100%;
  height : calc(100vh - 60px);
  padding-right : 15px; 
  padding-left : 15px;
  background : #90cc29;
}
@media print, screen and (min-width: 768px) {
  .header-nav {
    display : block !important;
    overflow-y : visible;
    width : 100%;
    height : auto;
    padding-right : 0; 
    padding-left : 0;
    background : #fff;
  }
}

.header-navList > li:not(:last-child) {
  border-bottom : 1px solid #fff;
}

.header-navList a {
  font-size : 2rem;
  font-weight : bold;
  display : block;
  padding-top : 15px;
  padding-bottom : 15px; 
  text-align : left;
  color : #fff;
  background: url(../images/icon/icon-right-arrow.svg) no-repeat 98%;
  background-size:10px;
}
.header-navList a span.header-navList-sub {
  display : none;
}
.header-navList .mega{
  position : static;
}
.header-navList .mega::after{
  display : none;
}
.megamenu {
  background :#85BD24;
  max-height: auto;
  opacity: 100;
  overflow: hidden;
  width: 100%;
  position: static;
  transition:none;
  border: none;
  border-top:1px solid #B0DE62;
}
.megamenu-title{
  margin-bottom: 0px;
  text-align: left;
  border-bottom:1px solid #B0DE62;
  padding:10px;
}
.megamenu-inner {
  display: block;
}
.megamenu-inner li {
  width: 100%!important;
  border-bottom: none;
}
.megamenu-inner li img{
  display:none
}
.megamenu-inner .panel{
  border:none;
  float:none;
}
.megamenu-inner .panel a{
  color:#fff;
  border-bottom:1px solid #B0DE62;
  font-size: 90%;
  padding:10px 10px 10px 10px;
}
.megamenu-inner li.skillup .panel.senior{
  width: 100%;
}
.megamenu-inner li.skillup .panel.sitter{
  width: 100%;
}

.megamenu-inner a:hover:before {
    display: none;/*アニメーションを削除*/
}
.megamenu-inner .megamenu-inner-text{
    padding:5px;
}
.megamenu-inner .text-small{
  display:none;
}

@media print, screen and (min-width: 768px) {
  .header-navList-wrap {
    width : 100%;
    min-width : 1100px;
    background : #fff;
  }
  .header-navList-wrap.is-fixed {
    z-index : 1000; 
    top : 0;
    border-bottom : 1px solid #f3f3f3;
  }
  .header-navList {
    z-index : 100;
    top : 0;
    display : -ms-flexbox;
    display : flex; 
    width : 1000px;
    margin : 0 auto;
    background : #fff;
  position: relative;
  }
  .header-navList li {
    -ms-flex-positive : 1;
    flex-grow : 1;
  }
  .header-navList li:not(:last-child) {
    border-bottom : none;
  }
  .header-navList a {
    font-size : 1.6rem;
    position : relative;
    overflow : hidden; 
    transition : all .3s ease;
    color : #222;
  text-align: center;
  }
  .header-navList a > span {
    display : block;
    border-left : 1px dotted #ddd;
  }
  .header-navList a span.header-navList-sub {
    font-family : 'hh-letter';
    font-size : 2.2rem;
    font-weight : normal;
    display : block;
    color : #90cc29;
  }
  .header-navList a.is-open:after {
    position : absolute;
    bottom : 0;
    left : 0; 
    display : inline-block;
    width : 100%;
    height : 2px;
    content : '';
    background : #90cc29;
  }
  .header-navList a:before {
    position : absolute;
    bottom : 0;
    left : 0;
    display : inline-block;
    width : 100%;
    height : 2px;
    content : '';
    transition : all .3s ease; 
    -ms-transform : translateX(-101%);
        transform : translateX(-101%);
    background : #90cc29;
  }
  .header-navList a:hover {
    opacity : 1;
  }
  .header-navList a:hover:before {
    animation : hover-gnav .5s cubic-bezier(.25, .46, .45, .94) forwards alternate;
  }
  .header-navList a.is-open:hover:before {
    animation : none;
  }
  .header-navList li:last-child a > span {
    border-right : 1px dotted #ddd;
  }
  .header-navList .mega{
    position : relative;
  }
  .header-navList .mega::after{
    position : absolute;
    bottom : 0;
    left : 50%;
    display : inline-block;
    width : 5px;
    height : 4px;
    margin-top : 3px; 
    content : '';
    background : url(../images/icon/icon-arr-u.svg) no-repeat;
    background-size : 4px auto;
  }
  .header-navList > li:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
    padding: 30px 0;
  }
  .megamenu {
    background: #fff;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 82px;
    left: 0;
    transition: all .2s ease-in;
    z-index: 999;
    border: 5px solid #90cc298f;
  }
  .megamenu-title{
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 10px;
  }
  .megamenu-inner {
    display: flex;
    flex-wrap: wrap;
    padding:0 2%;
    align-items: flex-start;
  }
  .megamenu-inner li {
    width: 33.3%!important;
    padding: 0;
  }
  .megamenu-inner li.hcc {
    width: 36%!important;
    padding: 0;
    margin:0 2%;  
  }
  .megamenu-inner li.skillup {
    width: 56%!important;
    padding: 0;
    margin:0 2%;  
  }
  .megamenu-inner .panel{
    padding: 0;
    border:1px solid #eee;
    box-sizing: border-box;
    float:left;
    vertical-align: top;
  }
  .megamenu-inner .panel img{
    display:block;
  }
  .megamenu-inner .panel a{
    padding: 0;
    color:#fff;
    border-bottom: none;
  }
  .megamenu-inner .text-small{
    display:block;
    float:left;
    margin-top:10px;
  }
  .megamenu-inner li.skillup .panel.senior{
    width: 48%!important;
    margin:0 2% 0 0;
  }
  .megamenu-inner li.skillup .panel.sitter{
    width: 48%!important;
    margin:0 0 0 2%;
  }
  .megamenu-inner li.hcc .panel a{
    color:#90cc29!important;
  }
  .megamenu-inner li.skillup .panel.senior a{
    color:#2a4a9d;
  }
  .megamenu-inner li.skillup .panel.sitter a{
    color:#dca400;
  }
  .megamenu-inner a:hover:before {
    display: none;/*アニメーションを削除*/
  }
  .megamenu-inner .megamenu-inner-text{
    padding:5px;
  }
}

@keyframes hover-gnav {
  to {
    transform : translateX(101%);
  }
}

.header-transitionBox {
  padding : 20px; 
  background : #fff;
}
@media print, screen and (min-width: 768px) {
  .header-transitionBox {
    position : absolute;
    top : 0;
    right : 50%;
    /*width : 600px;*/
  width : 640px;
    height : 120px;
    margin-right : -500px; 
    padding : 0;
    background : none;
  }
}

.header-transitionBox-primaryBtn a {
  font-size : 2rem;
  font-weight : bold;
  display : block;
  padding : 20px 0; 
  text-align : center;
  color : #fff;
}

.header-transitionBox-primaryBtn--orange {
  margin-bottom : 10px; 
  background : #f4a111;
}

.header-transitionBox-primaryBtn--green {
  background : #47ab33;
}

.header-transitionBox-primaryBtn .icon {
  font-size : 2.7rem;
  position : relative;
  z-index : 10; 
  margin-right : 20px;
  vertical-align : top;
}

@media print, screen and (min-width: 768px) {
  .header-transitionBox-primaryBtn {
    position : absolute;
    top : 55px;
    right : 0; 
    display : -ms-flexbox;
    display : flex;
  }
  /*body.skillup .header-transitionBox-primaryBtn {
    top : 30px;
  }*/
  .header-transitionBox-primaryBtn li {
    width : 190px;
    margin-left : 4px;
  }
  .header-transitionBox-primaryBtn a {
    font-size : 1.6rem;
    position : relative;
    overflow : hidden;
    padding : 8px 0;
    transition : all .3s ease;
  }
  .header-transitionBox-primaryBtn a span {
    position : relative;
    z-index : 10;
  }
  .header-transitionBox-primaryBtn a:before {
    position : absolute;
    z-index : 0;
    top : 0;
    left : -190px;
    display : inline-block;
    width : 190px;
    height : 38px;
    content : '';
    transition : all .3s ease;
  }
  .header-transitionBox-primaryBtn a:hover {
    opacity : 1;
    color : #fff;
  }
  .header-transitionBox-primaryBtn a:hover:before {
    left : 0;
  }
  .header-transitionBox-primaryBtn--orange {
    margin-bottom : 0;
  }
  .header-transitionBox-primaryBtn--orange a:before {
    background : #dc900d;
  }
  .header-transitionBox-primaryBtn--green a:before {
    background : #409b2f;
  }
  .header-transitionBox-primaryBtn .icon {
    font-size : 2rem;
    margin-right : 10px;
  }
}

.header-transitionBox-second {
  margin-top : 10px; 
  border-top : 1px dotted #ddd;
}
@media print, screen and (min-width: 768px) {
  .header-transitionBox-second {
    display : -ms-flexbox;
    display : flex;
    margin-top : 0; 
    border-top : none;
    -ms-flex-align : center;
    align-items : center;
  }
}

.header-transitionBox-secondaryBtn {
  margin-bottom : 20px;
}
.header-transitionBox-secondaryBtn li {
  margin-top : 10px;
}
.header-transitionBox-secondaryBtn a {
  font-weight : bold;
  display : block;
  padding : 11px 0; 
  text-align : center;
  border : 2px solid #90cc29;
}
.header-transitionBox-secondaryBtn .icon {
  font-size : 2.3rem;
  margin-right : 10px;
}
.header-transitionBox-secondaryBtn--login a {
  padding : 12px 0;
}
.header-transitionBox-secondaryBtn--login .icon {
  font-size : 1.5rem;
  position : relative;
  top : -2px;
}
.header-transitionBox-secondaryBtn--name{
  display:none;
}

@media print, screen and (min-width: 768px) {
  .header-transitionBox-secondaryBtn {
    position : absolute;
    top : 15px;
    right : 0; 
    display : -ms-flexbox;
    display : flex;
    margin-bottom : 0;

    -ms-flex-align : center;
    align-items : center;
  }
  .header-transitionBox-secondaryBtn li {
    width : auto;
    margin-top : 0;
    margin-left : 20px;
  }
  .header-transitionBox-secondaryBtn a {
    font-size : 1.4rem;
    padding : 0;
  }
  .header-transitionBox-secondaryBtn--contact {
    -ms-flex-order : 1;
    order : 1;
  }
  .header-transitionBox-secondaryBtn--faq {
    -ms-flex-order : 2;
    order : 2;
  }
  .header-transitionBox-secondaryBtn--contact a , .header-transitionBox-secondaryBtn--faq a {
    position : relative; 
    padding-left : 10px;
    color : #222;
    border : none;
  }
  .header-transitionBox-secondaryBtn--contact a span , .header-transitionBox-secondaryBtn--faq a span {
    position : relative; 
    display : block;
  }
  .header-transitionBox-secondaryBtn--contact a span:before , .header-transitionBox-secondaryBtn--faq a span:before {
    position : absolute;
    bottom : 0;
    left : 0;
    width : 0;
    height : 1px;
    content : '';
    transition : all .3s ease; 
    background-color : #222;
  }
  .header-transitionBox-secondaryBtn--contact a:hover , .header-transitionBox-secondaryBtn--faq a:hover {
    opacity : 1;
  }
  .header-transitionBox-secondaryBtn--contact a:hover span:before , .header-transitionBox-secondaryBtn--faq a:hover span:before {
    width : 100%;
  }
  .header-transitionBox-secondaryBtn--contact .icon , .header-transitionBox-secondaryBtn--faq .icon {
    position : absolute;
    top : 50%;
    left : 0;
  }
  .header-transitionBox-secondaryBtn--contact .icon:before , .header-transitionBox-secondaryBtn--faq .icon:before {
    position : absolute;
    top : 50%;
    left : 0;
    display : inline-block;
    width : 4px;
    height : 5px;
    margin-top : -3px; 
    content : '';
    background : url(../images/icon/icon-arr.svg) no-repeat;
    background-size : 4px auto;
  }
  .header-transitionBox-secondaryBtn--name{
    -ms-flex-order : 3;
    order : 3;
  border-left:1px dotted #ccc;
  padding-left:10px;
  font-size:80%;
  display: inline-block;
  }
  .header-transitionBox-secondaryBtn--login {
    -ms-flex-order : 4;
    order : 4;
  }
  .header-transitionBox-secondaryBtn--login a {
    position : relative;
    overflow : hidden; 
    padding : 3px 16px 2px;
    transition : all .3s ease;
  }
  .header-transitionBox-secondaryBtn--login a span {
    position : relative;
    z-index : 10;
  }
  .header-transitionBox-secondaryBtn--login a:before {
    position : absolute;
    z-index : 0;
    top : 0;
    left : 0;
    display : inline-block;
    width : 0;
    height : 100%;
    content : '';
    transition : all .3s ease; 
    background : #90cc29;
  }
  .header-transitionBox-secondaryBtn--login a:hover {
    opacity : 1;
    color : #fff;
  }
  .header-transitionBox-secondaryBtn--login a:hover:before {
    width : 100%;
  }
  .header-transitionBox-secondaryBtn--login .icon {
    font-size : 1.2rem;
    margin-right : 4px;
  }
  .header-login-btn{
  display:none; 
  }
}
.header-login-btn a{
  display:block;
  background: #fff;
  padding:10px;
  margin-top:10px;
  font-size: 120%;
  font-weight: bolder;
  border-radius: 4px;
  box-shadow: 2px 2px 4px -2px gray;
}
.header-login-btn a i{
  margin-right: 0.5em;
}
.header-transitionBoxContact {
  text-align : center;
}
.header-transitionBoxContact-tel {
  font-size : 2.6rem;
  line-height : 30px;
  color : #90cc29;
}
.header-transitionBoxContact-tel .icon {
  display : inline-block;
  width : 30px;
  height : 30px;
  margin-right : 5px;
}
.header-transitionBoxContact-text {
  font-size : 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .header-transitionBoxContact {
    position : absolute;
    top : 52px;
    left : 40px;
  }
  /*body.skillup .header-transitionBoxContact {
    top : 30px;
  }*/
  .header-transitionBoxContact-tel {
    font-size : 2.4rem;
    line-height : 26px;
  }
  .header-transitionBoxContact-tel .icon {
    width : 26px;
    height : 26px;
  }
  .header-transitionBoxContact-text {
    font-size : 1.3rem;
  }
}

.header-navClose {
  padding-top : 20px;
  padding-bottom : 90px; 
  text-align : center;
  color : #fff;
}
.header-navClose-cross {
  font-size : 0;
  position : relative;
}
.header-navClose-cross:before , .header-navClose-cross:after {
  position : absolute;
  top : -7px;
  left : 0;
  display : inline-block;
  width : 22px;
  height : 2px;
  margin-left : -30px; 
  content : '';
  background-color : #fff;
}
.header-navClose-cross:before {
  -ms-transform : rotate(45deg);
      transform : rotate(45deg);
}
.header-navClose-cross:after {
  -ms-transform : rotate(-45deg);
      transform : rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  .header-navClose {
    display : none;
  }
}

/* ----- Header Common ----- */
.header-cross {
  font-size : 0;
  position : relative;
}
.header-cross span , .header-cross:before , .header-cross:after {
  position : absolute;
  left : 50%;
  display : inline-block;
  width : 24px;
  height : 2px;
  margin-left : -12px; 
  content : '';
  transition : transform .2s;
  background-color : #90cc29;
}
.header-cross span {
  top : 8px;
}
.header-cross:before {
  top : 0;
}
.header-cross:after {
  top : 16px;
}
.is-open .header-cross {
  -ms-transform : scale(.9, .9);
      transform : scale(.9, .9);
}
.is-open .header-cross span {
  display : none;
}
.is-open .header-cross:before {
  top : 9px; 
  -ms-transform : rotate(45deg);
      transform : rotate(45deg);
}
.is-open .header-cross:after {
  top : 9px; 
  -ms-transform : rotate(-45deg);
      transform : rotate(-45deg);
}

/* Footer
---------------------------------------*/
.l-footer {
  background : #90cc29;
}

.footer-transition {
  padding-top : 40px;
  padding-bottom : 30px;
}

.footer-transitionTitle {
  font-size : 2.5rem;
  font-weight : bold;
  line-height : 1.4;
  text-align : center;
  color : #fff;
}
@media print, screen and (min-width: 768px) {
  .footer-transitionTitle {
    letter-spacing : 2px;
  }
  .footer-transitionTitle span {
    position : relative; 
    display : inline-block;
    width : 100%;
  }
  .footer-transitionTitle span:before , .footer-transitionTitle span:after {
    position : absolute;
    top : 50%;
    display : inline-block;
    width : 40px;
    height : 63px;
    margin-top : -31px; 
    content : '';
  }
  .footer-transitionTitle span:before {
    margin-left : -60px; 
    background : url(../images/common/footer-transitionTitle-deco-l.png) no-repeat;
  }
  .footer-transitionTitle span:after {
    margin-left : 20px; 
    background : url(../images/common/footer-transitionTitle-deco-r.png) no-repeat;
  }
}

.footer-transitionBox {
  margin-top : 30px; 
  padding : 20px;
  background : #fff;
}
@media print, screen and (min-width: 768px) {
  .footer-transitionBox {
    padding : 40px;
  }
}

.footer-transitionBox-primaryBtn a {
  font-size : 2rem;
  font-weight : bold;
  display : block;
  padding : 20px 0; 
  text-align : center;
  color : #fff;
}

.footer-transitionBox-primaryBtn--orange {
  margin-bottom : 10px; 
  background : #f4a111;
}

.footer-transitionBox-primaryBtn--green {
  background : #47ab33;
}

.footer-transitionBox-primaryBtn .icon {
  font-size : 2.7rem;
  position : relative;
  z-index : 10; 
  margin-right : 20px;
  vertical-align : top;
}

@media print, screen and (min-width: 768px) {
  .footer-transitionBox-primaryBtn {
    display : -ms-flexbox;
    display : flex;
    width : 100%; 

    -ms-flex-pack : justify;
    justify-content : space-between;
  }
  .footer-transitionBox-primaryBtn li {
    width : 450px;
  }
  .footer-transitionBox-primaryBtn a {
    font-size : 2.2rem;
    position : relative;
    overflow : hidden;
    padding : 25px 0;
    transition : all .3s ease;
  }
  .footer-transitionBox-primaryBtn a span {
    position : relative;
    z-index : 10;
  }
  .footer-transitionBox-primaryBtn a:before {
    position : absolute;
    z-index : 0;
    top : 0;
    left : -450px;
    display : inline-block;
    width : 450px;
    height : 80px;
    content : '';
    transition : all .3s ease;
  }
  .footer-transitionBox-primaryBtn a:hover {
    opacity : 1;
    color : #fff;
  }
  .footer-transitionBox-primaryBtn a:hover:before {
    left : 0;
  }
  .footer-transitionBox-primaryBtn--orange {
    margin-bottom : 0;
  }
  .footer-transitionBox-primaryBtn--orange a:before {
    background : #dc900d;
  }
  .footer-transitionBox-primaryBtn--green a:before {
    background : #409b2f;
  }
}

.footer-transitionBox-second {
  margin-top : 10px; 
  border-top : 1px dotted #ddd;
}
@media print, screen and (min-width: 768px) {
  .footer-transitionBox-second {
    display : -ms-flexbox;
    display : flex;
    margin-top : 20px; 

    -ms-flex-align : center;
    align-items : center;
    -ms-flex-pack : justify;
    justify-content : space-between;
  }
}

.footer-transitionBox-secondaryBtn {
  margin-bottom : 20px;
}
.footer-transitionBox-secondaryBtn li {
  margin-top : 10px;
}
.footer-transitionBox-secondaryBtn a {
  font-weight : bold;
  display : block;
  padding : 11px 0; 
  text-align : center;
  border : 2px solid #90cc29;
}
.footer-transitionBox-secondaryBtn .icon {
  font-size : 2.3rem;
  position : relative;
  z-index : 10; 
  margin-right : 10px;
}
.footer-transitionBox-secondaryBtn--login a {
  padding : 12px 0;
}
.footer-transitionBox-secondaryBtn--login .icon {
  font-size : 1.5rem;
  position : relative;
  top : -2px;
}

@media print, screen and (min-width: 768px) {
  .footer-transitionBox-secondaryBtn {
    display : -ms-flexbox;
    display : flex;
    margin-bottom : 0; 
    padding-top : 20px;
    border-right : 1px dotted #ddd;
  }
  .footer-transitionBox-secondaryBtn li {
    width : 215px;
    margin-top : 0;
    margin-right : 20px;
  }
  .footer-transitionBox-secondaryBtn a {
    position : relative;
    overflow : hidden; 
    padding : 8px 0 7px;
    transition : all .3s ease;
  }
  .footer-transitionBox-secondaryBtn a span {
    position : relative;
    z-index : 10;
  }
  .footer-transitionBox-secondaryBtn a:before {
    position : absolute;
    z-index : 0;
    top : 0;
    left : -215px;
    display : inline-block;
    width : 215px;
    height : 50px;
    content : '';
    transition : all .3s ease; 
    background : #90cc29;
  }
  .footer-transitionBox-secondaryBtn a:hover {
    opacity : 1;
    color : #fff;
  }
  .footer-transitionBox-secondaryBtn a:hover:before {
    left : 0;
  }
  .footer-transitionBox-secondaryBtn a:hover .icon {
    color : #fff;
  }
  .footer-transitionBox-secondaryBtn .icon {
    font-size : 3.1rem;
  }
  .footer-transitionBox-secondaryBtn--login a {
    padding : 12px 0 11px;
  }
  .footer-transitionBox-secondaryBtn--login .icon {
    font-size : 2rem;
  }
  .footer-transitionBox-secondaryBtn--faq a {
    padding : 10px 0 9px;
  }
  .footer-transitionBox-secondaryBtn--faq .icon {
    font-size : 2.7rem;
  }
}

.footer-transitionBoxContact {
  text-align : center;
}
.footer-transitionBoxContact-tel {
  font-size : 2.6rem;
  line-height : 30px;
  color : #90cc29;
}
.footer-transitionBoxContact-tel .icon {
  display : inline-block;
  width : 30px;
  height : 30px;
  margin-right : 5px;
}
.footer-transitionBoxContact-text {
  font-size : 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .footer-transitionBoxContact {
    padding-top : 19px;
  }
  .footer-transitionBoxContact-tel {
    font-size : 2.4rem;
    line-height : 26px;
  }
  .footer-transitionBoxContact-tel .icon {
    width : 26px;
    height : 26px;
  }
  .footer-transitionBoxContact-text {
    font-size : 1.3rem;
  }
}

.footer-sitemap {
  padding-top : 50px;
  padding-bottom : 50px; 
  background : #eff9dd;
}
@media print, screen and (min-width: 768px) {
  .footer-sitemap {
    padding-top : 60px;
    padding-bottom : 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-sitemapPrimary {
    display : -ms-flexbox;
    display : flex;

    -ms-flex-align : center;
    align-items : center;
  }
}

.footer-sitemapPrimary-logo {
  padding-right : 18%; 
  padding-left : 18%;
}
@media print, screen and (min-width: 768px) {
  .footer-sitemapPrimary-logo {
    width : 240px;
    margin-right : 40px; 
    padding-right : 0;
    padding-left : 0;

    -ms-flex : 0 0 auto;
        flex : 0 0 auto;
  }
}

.footer-sitemapPrimary-list {
  display : -ms-flexbox;
  display : flex;
  width : 100%;
  margin-top : 50px;
}
@media print, screen and (min-width: 768px) {
  .footer-sitemapPrimary-list {
    display : block;
    margin-top : 0;
  }
}

.footer-sitemapPrimary-list-items {
  width : 50%;
  padding-right : 14px; 
  padding-left : 14px;
  border-left : 2px solid #90cc29;
}
.footer-sitemapPrimary-list-items li a {
  font-size : 1.2rem;
  line-height : 1.4;
  display : block;
  color : #222;
}
.footer-sitemapPrimary-list-items li:not(:last-child) {
  margin-bottom : 16px;
}
@media print, screen and (min-width: 768px) {
  .footer-sitemapPrimary-list-items {
    width : auto;
    padding-left : 0; 
    border-left : none;
  }
  .footer-sitemapPrimary-list-items li {
    position : relative; 
    display : inline-block;
    margin-bottom : 12px;
  }
  .footer-sitemapPrimary-list-items li a {
    font-size : 1.4rem;
  }
  .footer-sitemapPrimary-list-items li:not(:last-child) {
    margin-right : 14px;
  }
  .footer-sitemapPrimary-list-items li:not(:last-child):after {
    position : absolute;
    top : -1px;
    right : -12px; 
    content : ' |';
  }
  .footer-sitemapPrimary-list-items:last-child li {
    margin-bottom : 0;
  }
}

.footer-sitemapBnr {
  margin-top : 50px; 
  padding-right : 6.5%;
  padding-left : 6.5%;
}
.footer-sitemapBnr li:not(:last-child) {
  margin-bottom : 10px;
}
@media print, screen and (min-width: 768px) {
  .footer-sitemapBnr {
    display : -ms-flexbox;
    display : flex;
    margin-top : 38px; 
    padding : 38px 0 0;
    border-top : 1px solid #c8e98d;

    -ms-flex-wrap : wrap;
        flex-wrap : wrap;
  }
  .footer-sitemapBnr li {
    width : 242px;

    -ms-flex : 0 0 auto;
        flex : 0 0 auto;
  }
  .footer-sitemapBnr li:not(:last-child) {
    margin-bottom : 0;
  }
  .footer-sitemapBnr li:not(:nth-child(4n)) {
    margin-right : 10px;
  }
  .footer-sitemapBnr li:not(:nth-child(-n+4)) {
    margin-top : 10px;
  }
}

.footer-last .pagetop {
  background : #fff;
}
.footer-last .pagetop a {
  display : block;
  padding-top : 5px;
  padding-bottom : 5px; 
  text-align : center;
}
.footer-last .pagetop a img {
  width : 40px;
  height : auto;
}

.footer-last small {
  font-family : 'Lato', sans-serif;
  font-size : 1rem;
  line-height : 1.2;
  display : block;
  padding : 15px 10px; 
  color : #fff;
}

@media print, screen and (min-width: 768px) {
  .footer-last {
    position : relative;
  }
  .footer-last .pagetop {
    position : absolute;
    top : 0;
    right : 0;
    background : none;
  }
  .footer-last .pagetop a {
    padding-top : 0;
    padding-bottom : 0;
  }
  .footer-last small {
    font-size : 1.3rem;
    line-height : 40px;
    padding : 0; 
    text-align : center;
  }
}

.footer-skillup {
  padding-top : 30px;
  padding-bottom : 30px; 
  border-bottom : 1px solid #fff;
}

.footer-skillupBox {
  padding : 20px;
  text-align : center; 
  background : #fff;
}
.footer-skillupBox-tel {
  font-size : 2.6rem;
  line-height : 30px;
  color : #90cc29;
}
.footer-skillupBox-tel .icon {
  display : inline-block;
  width : 30px;
  height : 30px;
  margin-right : 5px;
}
.footer-skillupBox-text {
  font-size : 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .footer-skillupBox {
    display : -ms-flexbox;
    display : flex;

    -ms-flex-pack : center;
    justify-content : center;
  }
  .footer-skillupBox-tel {
    font-size : 5rem;
    line-height : 48px;
  }
  .footer-skillupBox-tel .icon {
    width : 50px;
    height : 48px;
    margin-right : 15px;
  }
  .footer-skillupBox-text {
    font-size : 1.6rem;
    line-height : 30px;
    margin-left : 15px; 

    -ms-flex-item-align : end;
    align-self : flex-end;
  }
}

/*========================================*/
/*  Utility
/*========================================*/
.u-clear {
  clear : both;
}

.u-cf:before , .u-cf:after {
  display : table; 
  content : ' ';
}

.u-cf:after {
  clear : both;
}

.u-cf {
  *zoom : 1;
}

img.u-img-center {
  display : block;
  margin-right : auto; 
  margin-left : auto;
}

.u-hidden {
  display : none;
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display : none;
  }
}

@media print, screen and (min-width: 768px) {
  .u-hidden-pc {
    display : none;
  }
}

.u-border-t--solid {
  border-top : 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .u-border-b-sp {
    margin-bottom : 15px; 
    padding-bottom : 15px;
    border-bottom : 1px dotted #ddd;
  }
}

.u-border-b {
  margin-bottom : 15px; 
  padding-bottom : 15px;
  border-bottom : 1px dotted #ddd;
}
.u-border-b.is-green {
  border-color : #90cc29;
}
.u-border-t {
  margin-top : 15px; 
  padding-top : 15px;
  border-top : 1px dotted #ddd;
}
@media print, screen and (min-width: 768px) {
  .u-border-b {
    margin-bottom : 20px; 
    padding-bottom : 20px;
  }
}

.u-block-white {
  background-color : #fff !important;
}

.u-block-blue {
  background-color : #f3fcf9;
}

.u-block-lblue {
  background-color : #dff7ef;
}

.u-block-green {
  background-color : #f1f9e0;
}

.u-block-lgreen {
  background-color : #e8f0da;
}

.u-block-gray {
  background-color : #e5e5e5;
}

.u-block-stripe {
  background : url(../images/common/bg-stripe.png);
  background-size : 20px 20px;
}
@media print, screen and (min-width: 768px) {
  .u-block-stripe {
    background-size : 40px 40px;
  }
}

.u-block-pad {
  position : relative;
}
.u-block-pad:before {
  position : absolute;
  z-index : 10; 
  top : -22px;
  left : -15px;
  display : inline-block;
  width : 95px;
  height : 85px;
  content : '';
  background : url(../images/common/wp-editableStripe-pad-cat-sp.png) no-repeat;
  background-size : 100% auto;
}
.u-block-pad:after {
  position : absolute;
  z-index : 10; 
  right : -15px;
  bottom : -44px;
  display : inline-block;
  width : 50px;
  height : 90px;
  content : '';
  background : url(../images/common/wp-editableStripe-pad-dog-sp.png) no-repeat;
  background-size : 100% auto;
}
@media print, screen and (min-width: 768px) {
  .u-block-pad:before {
    top : -85px;
    left : -90px; 
    width : 174px;
    height : 209px;
    background : url(../images/common/wp-editableStripe-pad-cat-pc.png) no-repeat;
  }
  .u-block-pad:after {
    right : -125px;
    bottom : -105px; 
    width : 162px;
    height : 181px;
    background : url(../images/common/wp-editableStripe-pad-dog-pc.png) no-repeat;
  }
}

.u-block-border{
  border: 1px #90cc29 solid;
  padding: 20px;
}

.u-flame {
  padding : 18px 20px;
}

.u-flame--bd {
  padding : 18px 20px; 
  border : 1px solid #ddd;
}
.u-flame--bd.is-skillup {
  border-color : #389029;
}

.u-flame_list li {
  position : relative;
  margin-top : 6px; 
  padding-left : 15px;
}
.u-flame_list li:before {
  position : absolute;
  top: .45em;;
  /* top : 39%; */
  left : 0; 
  display : inline-block;
  width : 6px;
  height : 6px;
  content : '';
  border-radius : 50%;
  background : #90cc29;
}
.l-contents--hdn .u-flame_list li:before {
  background : #2a4a9d;
}
.l-contents--hps .u-flame_list li:before {
  background : #dca400;
}

@media print, screen and (min-width: 768px) {
  .u-flame_list {
    display : -ms-flexbox;
    display : flex;

    -ms-flex-wrap : wrap;
        flex-wrap : wrap;
  }
  .u-flame_list li {
    margin-right : 30px;

    font-feature-settings : 'pkna';
  }
}

.u-notation , .u-notation-text {
  font-size : 82%;
  display : inline-block;
  color : #555; 

  font-feature-settings : 'pkna';
}
@media print, screen and (min-width: 768px) {
  .u-notation , .u-notation-text {
    font-size : 88%;
  }
}

.u-notation {
  position : relative; 
  padding-left : 1.5rem;
}
.u-notation:before {
  position : absolute;
  left : 0; 
  content : '※';
}

.u-movie {
  position : relative;
  width : 100%;
  padding-top : 56.25%;
}
.u-movie iframe {
  position : absolute;
  top : 0;
  right : 0;
  width : 100%;
  height : 100%;
}
@media print, screen and (min-width: 768px) {
  .u-movie {
    width : 900px;
    margin-right : auto; 
    margin-left : auto;
  }
}

.u-mt-0 {
  margin-top : 0 !important;
}

.u-mt-5 {
  margin-top : 5px !important;
}

.u-mt-10 {
  margin-top : 10px !important;
}

.u-mt-15 {
  margin-top : 15px !important;
}

.u-mt-20 {
  margin-top : 20px !important;
}

.u-mt-25 {
  margin-top : 25px !important;
}

.u-mt-30 {
  margin-top : 30px !important;
}

.u-mt-35 {
  margin-top : 35px !important;
}

.u-mt-40 {
  margin-top : 40px !important;
}

.u-mt-45 {
  margin-top : 45px !important;
}

.u-mt-50 {
  margin-top : 50px !important;
}

.u-mt-55 {
  margin-top : 55px !important;
}

.u-mt-60 {
  margin-top : 60px !important;
}

.u-mt-65 {
  margin-top : 65px !important;
}

.u-mt-70 {
  margin-top : 70px !important;
}

.u-mt-75 {
  margin-top : 75px !important;
}

.u-mt-80 {
  margin-top : 80px !important;
}

.u-mt-85 {
  margin-top : 85px !important;
}

.u-mt-90 {
  margin-top : 90px !important;
}

.u-mt-95 {
  margin-top : 95px !important;
}

.u-mt-100 {
  margin-top : 100px !important;
}

.u-mb-0 {
  margin-bottom : 0 !important;
}

.u-mb-5 {
  margin-bottom : 5px !important;
}

.u-mb-10 {
  margin-bottom : 10px !important;
}

.u-mb-15 {
  margin-bottom : 15px !important;
}

.u-mb-20 {
  margin-bottom : 20px !important;
}

.u-mb-25 {
  margin-bottom : 25px !important;
}

.u-mb-30 {
  margin-bottom : 30px !important;
}

.u-mb-35 {
  margin-bottom : 35px !important;
}

.u-mb-40 {
  margin-bottom : 40px !important;
}

.u-mb-45 {
  margin-bottom : 45px !important;
}

.u-mb-50 {
  margin-bottom : 50px !important;
}

.u-mb-55 {
  margin-bottom : 55px !important;
}

.u-mb-60 {
  margin-bottom : 60px !important;
}

.u-mb-65 {
  margin-bottom : 65px !important;
}

.u-mb-70 {
  margin-bottom : 70px !important;
}

.u-mb-75 {
  margin-bottom : 75px !important;
}

.u-mb-80 {
  margin-bottom : 80px !important;
}

.u-mb-85 {
  margin-bottom : 85px !important;
}

.u-mb-90 {
  margin-bottom : 90px !important;
}

.u-mb-95 {
  margin-bottom : 95px !important;
}

.u-mb-100 {
  margin-bottom : 100px !important;
}

.u-pt-0 {
  padding-top : 0 !important;
}

.u-pt-5 {
  padding-top : 5px !important;
}

.u-pt-10 {
  padding-top : 10px !important;
}

.u-pt-15 {
  padding-top : 15px !important;
}

.u-pt-20 {
  padding-top : 20px !important;
}

.u-pt-25 {
  padding-top : 25px !important;
}

.u-pt-30 {
  padding-top : 30px !important;
}

.u-pt-35 {
  padding-top : 35px !important;
}

.u-pt-40 {
  padding-top : 40px !important;
}

.u-pt-45 {
  padding-top : 45px !important;
}

.u-pt-50 {
  padding-top : 50px !important;
}

.u-pt-55 {
  padding-top : 55px !important;
}

.u-pt-60 {
  padding-top : 60px !important;
}

.u-pt-65 {
  padding-top : 65px !important;
}

.u-pt-70 {
  padding-top : 70px !important;
}

.u-pt-75 {
  padding-top : 75px !important;
}

.u-pt-80 {
  padding-top : 80px !important;
}

.u-pt-85 {
  padding-top : 85px !important;
}

.u-pt-90 {
  padding-top : 90px !important;
}

.u-pt-95 {
  padding-top : 95px !important;
}

.u-pt-100 {
  padding-top : 100px !important;
}

.u-pb-0 {
  padding-bottom : 0 !important;
}

.u-pb-5 {
  padding-bottom : 5px !important;
}

.u-pb-10 {
  padding-bottom : 10px !important;
}

.u-pb-15 {
  padding-bottom : 15px !important;
}

.u-pb-20 {
  padding-bottom : 20px !important;
}

.u-pb-25 {
  padding-bottom : 25px !important;
}

.u-pb-30 {
  padding-bottom : 30px !important;
}

.u-pb-35 {
  padding-bottom : 35px !important;
}

.u-pb-40 {
  padding-bottom : 40px !important;
}

.u-pb-45 {
  padding-bottom : 45px !important;
}

.u-pb-50 {
  padding-bottom : 50px !important;
}

.u-pb-55 {
  padding-bottom : 55px !important;
}

.u-pb-60 {
  padding-bottom : 60px !important;
}

.u-pb-65 {
  padding-bottom : 65px !important;
}

.u-pb-70 {
  padding-bottom : 70px !important;
}

.u-pb-75 {
  padding-bottom : 75px !important;
}

.u-pb-80 {
  padding-bottom : 80px !important;
}

.u-pb-85 {
  padding-bottom : 85px !important;
}

.u-pb-90 {
  padding-bottom : 90px !important;
}

.u-pb-95 {
  padding-bottom : 95px !important;
}

.u-pb-100 {
  padding-bottom : 100px !important;
}

@media screen and (max-width: 767px) {
  .u-mt-0--sp {
    margin-top : 0 !important;
  }
  .u-mt-5--sp {
    margin-top : 5px !important;
  }
  .u-mt-10--sp {
    margin-top : 10px !important;
  }
  .u-mt-15--sp {
    margin-top : 15px !important;
  }
  .u-mt-20--sp {
    margin-top : 20px !important;
  }
  .u-mt-25--sp {
    margin-top : 25px !important;
  }
  .u-mt-30--sp {
    margin-top : 30px !important;
  }
  .u-mt-35--sp {
    margin-top : 35px !important;
  }
  .u-mt-40--sp {
    margin-top : 40px !important;
  }
  .u-mt-45--sp {
    margin-top : 45px !important;
  }
  .u-mt-50--sp {
    margin-top : 50px !important;
  }
  .u-mt-55--sp {
    margin-top : 55px !important;
  }
  .u-mt-60--sp {
    margin-top : 60px !important;
  }
  .u-mt-65--sp {
    margin-top : 65px !important;
  }
  .u-mt-70--sp {
    margin-top : 70px !important;
  }
  .u-mt-75--sp {
    margin-top : 75px !important;
  }
  .u-mt-80--sp {
    margin-top : 80px !important;
  }
  .u-mt-85--sp {
    margin-top : 85px !important;
  }
  .u-mt-90--sp {
    margin-top : 90px !important;
  }
  .u-mt-95--sp {
    margin-top : 95px !important;
  }
  .u-mt-100--sp {
    margin-top : 100px !important;
  }
  .u-mb-0--sp {
    margin-bottom : 0 !important;
  }
  .u-mb-5--sp {
    margin-bottom : 5px !important;
  }
  .u-mb-10--sp {
    margin-bottom : 10px !important;
  }
  .u-mb-15--sp {
    margin-bottom : 15px !important;
  }
  .u-mb-20--sp {
    margin-bottom : 20px !important;
  }
  .u-mb-25--sp {
    margin-bottom : 25px !important;
  }
  .u-mb-30--sp {
    margin-bottom : 30px !important;
  }
  .u-mb-35--sp {
    margin-bottom : 35px !important;
  }
  .u-mb-40--sp {
    margin-bottom : 40px !important;
  }
  .u-mb-45--sp {
    margin-bottom : 45px !important;
  }
  .u-mb-50--sp {
    margin-bottom : 50px !important;
  }
  .u-mb-55--sp {
    margin-bottom : 55px !important;
  }
  .u-mb-60--sp {
    margin-bottom : 60px !important;
  }
  .u-mb-65--sp {
    margin-bottom : 65px !important;
  }
  .u-mb-70--sp {
    margin-bottom : 70px !important;
  }
  .u-mb-75--sp {
    margin-bottom : 75px !important;
  }
  .u-mb-80--sp {
    margin-bottom : 80px !important;
  }
  .u-mb-85--sp {
    margin-bottom : 85px !important;
  }
  .u-mb-90--sp {
    margin-bottom : 90px !important;
  }
  .u-mb-95--sp {
    margin-bottom : 95px !important;
  }
  .u-mb-100--sp {
    margin-bottom : 100px !important;
  }
  .u-pt-0--sp {
    padding-top : 0 !important;
  }
  .u-pt-5--sp {
    padding-top : 5px !important;
  }
  .u-pt-10--sp {
    padding-top : 10px !important;
  }
  .u-pt-15--sp {
    padding-top : 15px !important;
  }
  .u-pt-20--sp {
    padding-top : 20px !important;
  }
  .u-pt-25--sp {
    padding-top : 25px !important;
  }
  .u-pt-30--sp {
    padding-top : 30px !important;
  }
  .u-pt-35--sp {
    padding-top : 35px !important;
  }
  .u-pt-40--sp {
    padding-top : 40px !important;
  }
  .u-pt-45--sp {
    padding-top : 45px !important;
  }
  .u-pt-50--sp {
    padding-top : 50px !important;
  }
  .u-pt-55--sp {
    padding-top : 55px !important;
  }
  .u-pt-60--sp {
    padding-top : 60px !important;
  }
  .u-pt-65--sp {
    padding-top : 65px !important;
  }
  .u-pt-70--sp {
    padding-top : 70px !important;
  }
  .u-pt-75--sp {
    padding-top : 75px !important;
  }
  .u-pt-80--sp {
    padding-top : 80px !important;
  }
  .u-pt-85--sp {
    padding-top : 85px !important;
  }
  .u-pt-90--sp {
    padding-top : 90px !important;
  }
  .u-pt-95--sp {
    padding-top : 95px !important;
  }
  .u-pt-100--sp {
    padding-top : 100px !important;
  }
  .u-pb-0--sp {
    padding-bottom : 0 !important;
  }
  .u-pb-5--sp {
    padding-bottom : 5px !important;
  }
  .u-pb-10--sp {
    padding-bottom : 10px !important;
  }
  .u-pb-15--sp {
    padding-bottom : 15px !important;
  }
  .u-pb-20--sp {
    padding-bottom : 20px !important;
  }
  .u-pb-25--sp {
    padding-bottom : 25px !important;
  }
  .u-pb-30--sp {
    padding-bottom : 30px !important;
  }
  .u-pb-35--sp {
    padding-bottom : 35px !important;
  }
  .u-pb-40--sp {
    padding-bottom : 40px !important;
  }
  .u-pb-45--sp {
    padding-bottom : 45px !important;
  }
  .u-pb-50--sp {
    padding-bottom : 50px !important;
  }
  .u-pb-55--sp {
    padding-bottom : 55px !important;
  }
  .u-pb-60--sp {
    padding-bottom : 60px !important;
  }
  .u-pb-65--sp {
    padding-bottom : 65px !important;
  }
  .u-pb-70--sp {
    padding-bottom : 70px !important;
  }
  .u-pb-75--sp {
    padding-bottom : 75px !important;
  }
  .u-pb-80--sp {
    padding-bottom : 80px !important;
  }
  .u-pb-85--sp {
    padding-bottom : 85px !important;
  }
  .u-pb-90--sp {
    padding-bottom : 90px !important;
  }
  .u-pb-95--sp {
    padding-bottom : 95px !important;
  }
  .u-pb-100--sp {
    padding-bottom : 100px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-mt-0--pc {
    margin-top : 0 !important;
  }
  .u-mt-5--pc {
    margin-top : 5px !important;
  }
  .u-mt-10--pc {
    margin-top : 10px !important;
  }
  .u-mt-15--pc {
    margin-top : 15px !important;
  }
  .u-mt-20--pc {
    margin-top : 20px !important;
  }
  .u-mt-25--pc {
    margin-top : 25px !important;
  }
  .u-mt-30--pc {
    margin-top : 30px !important;
  }
  .u-mt-35--pc {
    margin-top : 35px !important;
  }
  .u-mt-40--pc {
    margin-top : 40px !important;
  }
  .u-mt-45--pc {
    margin-top : 45px !important;
  }
  .u-mt-50--pc {
    margin-top : 50px !important;
  }
  .u-mt-55--pc {
    margin-top : 55px !important;
  }
  .u-mt-60--pc {
    margin-top : 60px !important;
  }
  .u-mt-65--pc {
    margin-top : 65px !important;
  }
  .u-mt-70--pc {
    margin-top : 70px !important;
  }
  .u-mt-75--pc {
    margin-top : 75px !important;
  }
  .u-mt-80--pc {
    margin-top : 80px !important;
  }
  .u-mt-85--pc {
    margin-top : 85px !important;
  }
  .u-mt-90--pc {
    margin-top : 90px !important;
  }
  .u-mt-95--pc {
    margin-top : 95px !important;
  }
  .u-mt-100--pc {
    margin-top : 100px !important;
  }
  .u-mb-0--pc {
    margin-bottom : 0 !important;
  }
  .u-mb-5--pc {
    margin-bottom : 5px !important;
  }
  .u-mb-10--pc {
    margin-bottom : 10px !important;
  }
  .u-mb-15--pc {
    margin-bottom : 15px !important;
  }
  .u-mb-20--pc {
    margin-bottom : 20px !important;
  }
  .u-mb-25--pc {
    margin-bottom : 25px !important;
  }
  .u-mb-30--pc {
    margin-bottom : 30px !important;
  }
  .u-mb-35--pc {
    margin-bottom : 35px !important;
  }
  .u-mb-40--pc {
    margin-bottom : 40px !important;
  }
  .u-mb-45--pc {
    margin-bottom : 45px !important;
  }
  .u-mb-50--pc {
    margin-bottom : 50px !important;
  }
  .u-mb-55--pc {
    margin-bottom : 55px !important;
  }
  .u-mb-60--pc {
    margin-bottom : 60px !important;
  }
  .u-mb-65--pc {
    margin-bottom : 65px !important;
  }
  .u-mb-70--pc {
    margin-bottom : 70px !important;
  }
  .u-mb-75--pc {
    margin-bottom : 75px !important;
  }
  .u-mb-80--pc {
    margin-bottom : 80px !important;
  }
  .u-mb-85--pc {
    margin-bottom : 85px !important;
  }
  .u-mb-90--pc {
    margin-bottom : 90px !important;
  }
  .u-mb-95--pc {
    margin-bottom : 95px !important;
  }
  .u-mb-100--pc {
    margin-bottom : 100px !important;
  }
  .u-pt-0--pc {
    padding-top : 0 !important;
  }
  .u-pt-5--pc {
    padding-top : 5px !important;
  }
  .u-pt-10--pc {
    padding-top : 10px !important;
  }
  .u-pt-15--pc {
    padding-top : 15px !important;
  }
  .u-pt-20--pc {
    padding-top : 20px !important;
  }
  .u-pt-25--pc {
    padding-top : 25px !important;
  }
  .u-pt-30--pc {
    padding-top : 30px !important;
  }
  .u-pt-35--pc {
    padding-top : 35px !important;
  }
  .u-pt-40--pc {
    padding-top : 40px !important;
  }
  .u-pt-45--pc {
    padding-top : 45px !important;
  }
  .u-pt-50--pc {
    padding-top : 50px !important;
  }
  .u-pt-55--pc {
    padding-top : 55px !important;
  }
  .u-pt-60--pc {
    padding-top : 60px !important;
  }
  .u-pt-65--pc {
    padding-top : 65px !important;
  }
  .u-pt-70--pc {
    padding-top : 70px !important;
  }
  .u-pt-75--pc {
    padding-top : 75px !important;
  }
  .u-pt-80--pc {
    padding-top : 80px !important;
  }
  .u-pt-85--pc {
    padding-top : 85px !important;
  }
  .u-pt-90--pc {
    padding-top : 90px !important;
  }
  .u-pt-95--pc {
    padding-top : 95px !important;
  }
  .u-pt-100--pc {
    padding-top : 100px !important;
  }
  .u-pb-0--pc {
    padding-bottom : 0 !important;
  }
  .u-pb-5--pc {
    padding-bottom : 5px !important;
  }
  .u-pb-10--pc {
    padding-bottom : 10px !important;
  }
  .u-pb-15--pc {
    padding-bottom : 15px !important;
  }
  .u-pb-20--pc {
    padding-bottom : 20px !important;
  }
  .u-pb-25--pc {
    padding-bottom : 25px !important;
  }
  .u-pb-30--pc {
    padding-bottom : 30px !important;
  }
  .u-pb-35--pc {
    padding-bottom : 35px !important;
  }
  .u-pb-40--pc {
    padding-bottom : 40px !important;
  }
  .u-pb-45--pc {
    padding-bottom : 45px !important;
  }
  .u-pb-50--pc {
    padding-bottom : 50px !important;
  }
  .u-pb-55--pc {
    padding-bottom : 55px !important;
  }
  .u-pb-60--pc {
    padding-bottom : 60px !important;
  }
  .u-pb-65--pc {
    padding-bottom : 65px !important;
  }
  .u-pb-70--pc {
    padding-bottom : 70px !important;
  }
  .u-pb-75--pc {
    padding-bottom : 75px !important;
  }
  .u-pb-80--pc {
    padding-bottom : 80px !important;
  }
  .u-pb-85--pc {
    padding-bottom : 85px !important;
  }
  .u-pb-90--pc {
    padding-bottom : 90px !important;
  }
  .u-pb-95--pc {
    padding-bottom : 95px !important;
  }
  .u-pb-100--pc {
    padding-bottom : 100px !important;
  }
}

.u-ta-left {
  text-align : left;
}

.u-ta-center {
  text-align : center;
}

.u-ta-right {
  text-align : right;
}

.u-t-supText {
  font-size : 75.5%;
  position : relative;
  top : -.1em; 
  vertical-align : top;
}

.u-t-bold {
  font-weight : bold;
}

.u-t-block {
  display : block !important;
}

.u-tc-main{
  color : #90cc29 !important;
}

.u-tc-default {
  color: #222 !important;
}

.u-tc-white {
  color: #fff!important;
}

.u-bc-main {
  background: #90cc29 !important;
}

.u-bc-white {
    background: #fff!important;
}

.u-bc-light-blue {
    background-color: #ebf4ff!important;
}
  
.u-bc-orange {
  background: #f4a111 !important;
}

.u-fs-md {
  font-size : 82%;
}

.u-fs-ml {
  font-size : 90%;
}

.u-fs-lg {
  font-size : 110%;
}

.u-fs-xl {
  font-size : 140%;
}

.u-fs-xxl {
  font-size: 160%;
}

@media print, screen and (min-width: 768px) {
  .u-fs-lg-pc {
    font-size : 120%;
  }
}

.u-text-main {
  color : #90cc29 !important;
}

.u-text-dgreen {
  color : #47ab34 !important;
}

.u-text-lgreen {
  color : #629707 !important;
}

.u-text-lblue {
  color : #29cc94 !important;
}

.u-text-red {
  color : #f00 !important;
}
/*幅*/
.u-full-width{
  width:100%;
}
/*色*/
.u-bg-green{
  background: #eff9dd;
}
.u-marker{
  background: #FFFB95;
}

/*========================================*/
/*  Module
/*========================================*/
.breadcrumbs {
  overflow-x : hidden;
  overflow-y : hidden;
  height : 25px;
  white-space : nowrap; 
  background : #eff9dd;
}
.breadcrumbs.top{
  margin:0 0 20px 0;
}
.breadcrumbs ul {
  font-size : 0;
  overflow-x : scroll; 
  padding-bottom : 17px;
}
.breadcrumbs ul li {
  font-size : 1.4rem;
  line-height : 1.2;
  position : relative; 
  display : inline-block;
  padding-top : 5px;
  padding-bottom : 4px;
}
.breadcrumbs ul li:not(:last-child):after {
  line-height : 1;
  position : absolute;
  top : 50%;
  right : -5px;
  margin-top : -7px; 
  content : '>';
}
.breadcrumbs ul li:last-child {
  padding : 5px 9px 4px;
}
.breadcrumbs ul li a {
  display : inline-block;
  margin-right : 9px;
  margin-left : 9px;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs {
    height : 30px;
  }
  .breadcrumbs.top{
    margin:0 0 80px 0;
  }
  .breadcrumbs ul {
    max-width : 1000px;
    margin-right : auto; 
    margin-left : auto;
    background : #eff9dd;
  }
  .breadcrumbs ul li {
    font-size : 1.3rem;
    padding-top : 8px;
    padding-bottom : 9px;
  }
  .breadcrumbs ul li:last-child {
    padding : 8px 9px 7px;
  }
  .breadcrumbs ul li a {
    position : relative; 
    display : block;
  }
  .breadcrumbs ul li a:before {
    position : absolute;
    bottom : 0;
    left : 0;
    width : 0;
    height : 1px;
    content : '';
    transition : .3s; 
    background-color : #90cc29;
  }
  .breadcrumbs ul li a:hover {
    opacity : 1;
  }
  .breadcrumbs ul li a:hover:before {
    width : 100%;
  }
  .breadcrumbs ul li:first-child a {
    padding-left : 0;
  }
}

.heading-imgBlock {
  position : relative;
  /*margin-bottom : 30px;*/
  text-align : center;
}
@media print, screen and (min-width: 768px) {
  .heading-imgBlock {
    /*margin-bottom : 80px;*/
  }
}

.heading-imgBlock_img {
  height : 120px;
  background-position : center top; 
  background-size : cover;
}
@media print, screen and (min-width: 768px) {
  .heading-imgBlock_img {
    height : 240px;
  }
  .is-student .heading-imgBlock_img {
    height : 200px;
  }
}

.heading-imgBlock_text {
  font-size : 2.4rem;
  position : absolute;
  top : 50%;
  left : 50%;
  width : 100%;
  padding-right : 10px; 
  padding-left : 10px;
  /* Safari用 */
  -ms-transform : translate(-50%, -50%);
      transform : translate(-50%, -50%);
  color : #fff;
}
.heading-imgBlock_text span {
  font-family : 'hh-letter';
  font-size : 2.8rem;
  line-height : 1; 
  display : block;
}
.is-student .heading-imgBlock_text {
  line-height : 1.2;
  color : #222;
}
.is-student .heading-imgBlock_text span {
  line-height : 1.3; 
  color : #47ab34;
}
.heading-imgBlock_text .heading-imgBlock_subtext {
  font-size : 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .heading-imgBlock_text {
    font-size : 4.2rem;
  }
  .heading-imgBlock_text span {
    font-size : 4rem;
  }
  .heading-imgBlock_text .heading-imgBlock_subtext {
    font-size : 2rem;
  }
}

.ttl-lg {
  font-size : 2rem;
  margin-bottom : 30px; 
  padding-top : 5px;
  padding-bottom : 6px;
  border-bottom : 2px solid #90cc29;
}
.ttl-lg2 {
    font-size: 2rem;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom : 2px solid #90cc29;
}
.ttl-lg.is-skillup {
  border-color : #389029;
}
.ttl-lg.is-hdn {
  border-color : #2a4a9d;
}
.ttl-lg.is-hps {
  border-color : #dca400;
}
@media print, screen and (min-width: 768px) {
  .ttl-lg {
    font-size : 2.8rem;
    margin-bottom : 40px; 
    padding-bottom : 10px;
  }
.ttl-lg2 {
    font-size: 2.8rem;
    margin-bottom: 10px;
    padding-bottom: 6px;
}  
}


.ttl-md , .ttl-md-v2 {
  font-size : 1.8rem;
  position : relative; 
  margin-bottom : 20px;
  padding : 5px 0 10px 20px;
  border-bottom : 1px solid #ddd;
}
.ttl-md:before , .ttl-md-v2:before {
  font-family : 'icon' !important;
  font-size : 1.6rem;
  font-weight : normal;
  line-height : 1;
  position : absolute;
  top : 8px;
  left : 0; 
  display : inline-block;
  content : '\EA08';
  color : #90cc29;
}
.ttl-md.is-hdn:before , .ttl-md-v2.is-hdn:before {
  color : #2a4a9d;
}
.ttl-md.is-hps:before , .ttl-md-v2.is-hps:before {
  color : #dca400;
}
.ttl-md.is-pfd:before , .ttl-md-v2.is-pfd:before {
  color : #ff671d;
}

@media print, screen and (min-width: 768px) {
  .ttl-md , .ttl-md-v2 {
    font-size : 2.4rem;
    margin-bottom : 30px; 
    padding : 5px 0 10px 30px;
  }
  .ttl-md:before , .ttl-md-v2:before {
    font-size : 2rem;
    top : 10px;
  }
}

.ttl-md-v2 {
  padding-bottom : 0; 
  border-bottom : none;
}
@media print, screen and (min-width: 768px) {
  .ttl-md-v2 {
    margin-bottom : 20px; 
    padding-bottom : 0;
  }
}

.ttl-md-v3 {
  font-size : 1.6rem;
  font-weight : bold;
  position : relative;
  padding : 12px 45px 12px 15px; 
  color : #fff;
  background : #90cc29;
}
.ttl-md-v3.is-hdn {
  background : #2a4a9d;
}
.ttl-md-v3.is-hps {
  background : #dca400;
}
@media print, screen and (min-width: 768px) {
  .ttl-md-v3 {
    font-size : 2rem;
    padding : 14px 50px 14px 20px;
  }
}

.ttl-sm {
  font-size : 1.8rem;
  font-weight : bold;
  position : relative; 
  margin-bottom : 10px;
  padding-left : 20px;
  color : #90cc29;
}
.ttl-sm:before {
  font-family : 'icon' !important;
  font-size : 1.6rem;
  font-weight : normal;
  line-height : 1.5;
  position : absolute;
  left : 0; 
  content : '\EA08';
  color : #c8e98d;
}

.ttl-xs{
  font-size : 1.6rem;
  font-weight : bold;
  margin-bottom: .2em;
  color : #c8e98d;
}
  

.l-contents--hdn .ttl-sm {
  color : #2a4a9d;
}
.l-contents--hdn .ttl-xs{
  color : #2a4a9d;
}
.l-contents--hdn .ttl-sm:before {
  color : #beccec;
}
.l-contents--hps .ttl-sm {
  color : #dca400;
}
.l-contents--hps .ttl-sm:before {
  color : #f6dd94;
}
@media print, screen and (min-width: 768px) {
  .ttl-sm {
    font-size : 2.4rem;
    padding-left : 30px;
  }
  .ttl-sm:before {
    font-size : 2rem;
  }
  .ttl-xs{
    font-size : 1.9rem;
  }
}

.ttl-balloon {
  font-size : 1.6rem;
  position : relative;
  margin-bottom : 15px; 
  padding : 8px;
  color : #fff;
  background : #47ab34;
}
.ttl-balloon:after {
  position : absolute;
  bottom : -16px; 
  left : 17px;
  display : inline-block;
  content : '';
  border : 8px solid transparent;
  border-top : 9px solid #47ab34;
}
@media print, screen and (min-width: 768px) {
  .ttl-balloon {
    margin-bottom : 25px;
  }
}

.btn-w-bace {
  width : 280px;
  margin-right : auto; 
  margin-left : auto;
}
@media print, screen and (min-width: 768px) {
  .btn-w-bace {
    width : 400px;
  }
}

@media print, screen and (min-width: 768px) {
  .btn-w-lg {
    width : 380px;
    margin-right : auto; 
    margin-left : auto;
  }
}

.btn {
  font-size : 1.6rem;
  font-weight : bold;
  position : relative; 
  display : inline-block;
  width : 100%;
  padding : 12px 5px;
  text-align : center;
  border : 2px solid #90cc29;
  background : #fff;
}
.btn.is-hdn {
  color : #2a4a9d; 
  border-color : #2a4a9d;
}
.btn.is-hps {
  color : #dca400; 
  border-color : #dca400;
}
.btn.is-pfd {
  color : #ff671d;
  border-color : #ff671d;
}
.btn.is-disabled,
.btn.is-back {
  color: #fff;
  border-color: #aaa;
  background-color: #aaa;
}
@media print, screen and (min-width: 768px) {
  .btn {
    font-size : 1.8rem;
    padding : 11px 5px;
  }
}

.btn--normal {
  color : #fff; 
  border : none;
  background : #90cc29;
}
.btn--normal .icon {
  font-size : 2.2rem;
  position : relative;
  z-index : 10; 
  margin-right : 8px;
  margin-left : 8px;
  vertical-align : top;
}

@media print, screen and (min-width: 768px) {
  .btn--normal {
    overflow : hidden;
    transition : all .3s ease;
  }
  .btn--normal span {
    position : relative;
    z-index : 10;
  }
  .btn--normal:before {
    position : absolute;
    z-index : 0;
    top : 0;
    left : -100%;
    display : inline-block;
    width : 100%;
    height : 100%;
    content : '';
    transition : all .3s ease; 
    background : #81b725;
  }
  .btn--normal:hover {
    opacity : 1;
    color : #fff;
  }
  .btn--normal:hover:before {
    left : 0;
  }
}

.btn-arrow {
  position : absolute;
  top : 50%;
  right : -20px;
  width : 34px;
  height : 34px;
  margin-top : -21px;
}
.btn-arrow:after {
  font-family : 'icon' !important;
  font-size : 3.4rem;
  font-weight : normal;
  line-height : 34px;
  position : absolute;
  top : 0;
  right : 3px; 
  display : inline-block;
  content : '\EA06';
}

.btn--back .btn-arrow {
  right : auto;
  left : -20px;
  -ms-transform : scale(-1, 1);
      transform : scale(-1, 1);
}

@media print, screen and (min-width: 768px) {
  .btn.is-btn-animation:hover {
    opacity : 1;
  }
  .btn-arrow {
    overflow : hidden; 
    width : 34px;
  }
  .btn-arrow:before {
    font-family : 'icon' !important;
    font-size : 3.4rem;
    font-weight : normal;
    line-height : 34px;
    position : absolute;
    top : 0;
    right : 37px;
    content : '\EA06';
    opacity : 0;
  }
  .is-btn-animation:hover .btn-arrow:before {
    animation-name : arrowbefore;
    animation-duration : .5s;
    animation-delay : .2s;

    animation-fill-mode : forwards;
  }
  .is-btn-animation:hover .btn-arrow:after {
    animation-name : arrowafter;
    animation-duration : .5s;

    animation-fill-mode : forwards;
  }
}

@keyframes arrowafter {
  100% {
    right : -34px;
    opacity : 0;
  }
}

@keyframes arrowbefore {
  100% {
    right : 3px;
    opacity : 1;
  }
}

.btn--request , .btn--shiryos {
  font-weight : bold;
  display : block;
  padding : 20px 0; 
  text-align : center;
  color : #fff;
  border : none;
}
.btn--request .icon , .btn--shiryos .icon {
  font-size : 2rem;
  position : relative;
  z-index : 10; 
  margin-right : 5px;
  vertical-align : top;
}

.btn--request {
  background : #f4a111;
}

.btn--shiryos {
  background : #47ab33;
}

@media print, screen and (min-width: 768px) {
  .btn--request , .btn--shiryos {
    overflow : hidden;
    transition : all .3s ease;
  }
  .btn--request span , .btn--shiryos span {
    position : relative;
    z-index : 10;
  }
  .btn--request:before , .btn--shiryos:before {
    position : absolute;
    z-index : 0;
    top : 0;
    left : -100%;
    display : inline-block;
    width : 100%;
    height : 100%;
    content : '';
    transition : all .3s ease;
  }
  .btn--request:hover , .btn--shiryos:hover {
    opacity : 1;
    color : #fff;
  }
  .btn--request:hover:before , .btn--shiryos:hover:before {
    left : 0;
  }
  .btn--request .icon , .btn--shiryos .icon {
    font-size : 2.4rem;
    margin-right : 15px;
  }
  .btn--request:before {
    background : #dc900d;
  }
  .btn--shiryos:before {
    background : #409b2f;
  }
}

.btn--contact .icon {
  font-size : 2.3rem;
  margin-right : 10px;
}

@media print, screen and (min-width: 768px) {
  .btn--contact {
    overflow : hidden;
    padding-top : 8px;
    padding-bottom : 7px;
    transition : all .3s ease;
  }
  .btn--contact span {
    position : relative;
    z-index : 10;
  }
  .btn--contact:before {
    position : absolute;
    z-index : 0;
    top : 0;
    left : -100%;
    display : inline-block;
    width : 100%;
    height : 100%;
    content : '';
    transition : all .3s ease; 
    background : #90cc29;
  }
  .btn--contact:hover {
    opacity : 1;
    color : #fff;
  }
  .btn--contact:hover:before {
    left : 0;
  }
  .btn--contact:hover .icon {
    color : #fff;
  }
  .btn--contact .icon {
    font-size : 3.1rem; 
    position : relative;
    z-index : 10;
  }
}

.table {
  width : 100%;
  border-collapse : separate; 
  border-top : 1px solid #90cc29;
}
.table th , .table td {
  padding : 12px; 
  text-align : left;
  border-bottom : 1px solid #90cc29;
}
@media print, screen and (min-width: 768px) {
  .table th , .table td {
    padding : 24px 28px;
  }
}
.table th {
  font-weight : bolder; 
  background : #eff9dd;
}
.table td {
  padding-right : 0;
}

.l-grid {
  display : -ms-flexbox;
  display : flex;

  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  -ms-flex-line-pack : stretch;
  align-content : stretch;
}
.l-grid02{
  display : -ms-flexbox;
  display : flex;
  -ms-flex-line-pack : stretch;
  align-content : stretch;
}
.col-sm-1 {
  width : 8.333%;
}

.col-sm-2 {
  width : 16.666%;
}

.col-sm-3 {
  width : 25%;
}

.col-sm-4 {
  width : 33.333%;
}

.col-sm-5 {
  width : 41.666%;
}

.col-sm-6 {
  width : 50%;
}

.col-sm-7 {
  width : 58.333%;
}

.col-sm-8 {
  width : 66.666%;
}

.col-sm-9 {
  width : 75%;
}

.col-sm-10 {
  width : 83.333%;
}

.col-sm-11 {
  width : 91.666%;
}

.col-sm-12 {
  width : 100%;
}

@media print, screen and (min-width: 768px) {
  .col-lg-1 {
    width : 8.333%;
  }
  .col-lg-2 {
    width : 16.666%;
  }
  .col-lg-3 {
    width : 25%;
  }
  .col-lg-4 {
    width : 33.333%;
  }
  .col-lg-5 {
    width : 41.666%;
  }
  .col-lg-6 {
    width : 50%;
  }
  .col-lg-7 {
    width : 58.333%;
  }
  .col-lg-8 {
    width : 66.666%;
  }
  .col-lg-9 {
    width : 75%;
  }
  .col-lg-10 {
    width : 83.333%;
  }
  .col-lg-11 {
    width : 91.666%;
  }
  .col-lg-12 {
    width : 100%;
  }
  .col-lg-13 {
    width : 49.5%;
  }
  /*safari*/
  .hcc .col-lg-4 {
    width : 33.2%;
  }
}

.l-grid {
  margin-right : -10px; 
  margin-left : -10px;
}
.l-grid .l-grid_col {
  padding-right : 10px; 
  padding-left : 10px;
}

.l-grid.l-grid-md {
  margin-right : -8px; 
  margin-left : -8px;
}
.l-grid.l-grid-md .l-grid_col {
  padding-right : 8px; 
  padding-left : 8px;
}

.l-grid.l-grid-md-sp {
  margin-right : -5px; 
  margin-left : -5px;
}
.l-grid.l-grid-md-sp .l-grid_col {
  padding-right : 5px; 
  padding-left : 5px;
}

@media print, screen and (min-width: 768px) {
  .l-grid , .l-grid.l-grid-md-sp {
    margin-right : -19px; 
    margin-left : -19px;
  }
  .l-grid .l-grid_col , .l-grid.l-grid-md-sp .l-grid_col {
    padding-right : 19px; 
    padding-left : 19px;
  }
  .l-grid.l-grid-md {
    margin-right : -10px; 
    margin-left : -10px;
  }
  .l-grid.l-grid-md .l-grid_col {
    padding-right : 10px; 
    padding-left : 10px;
  }
  .l-grid.grid-lg-4col {
    margin-right : -16px; 
    margin-left : -16px;
  }
  .l-grid.grid-lg-4col .l-grid_col {
    padding-right : 16px; 
    padding-left : 16px;
  }
}

.grid-sm-1col > .l-grid_col:nth-child(n+2) , .grid-sm-2col > .l-grid_col:nth-child(n+3) , .grid-sm-3col > .l-grid_col:nth-child(n+4) , .grid-sm-4col > .l-grid_col:nth-child(n+5) , .grid-sm-5col > .l-grid_col:nth-child(n+6) , .grid-sm-6col > .l-grid_col:nth-child(n+7) , .grid-sm-7col > .l-grid_col:nth-child(n+8) , .grid-sm-8col > .l-grid_col:nth-child(n+9) , .grid-sm-9col > .l-grid_col:nth-child(n+10) , .grid-sm-10col > .l-grid_col:nth-child(n+11) , .grid-sm-11col > .l-grid_col:nth-child(n+12) , .grid-sm-12col > .l-grid_col:nth-child(n+13) {
  margin-top : 20px;
}

@media print, screen and (min-width: 768px) {
  .grid-lg-1col > .l-grid_col:nth-child(-n+2) , .grid-lg-2col > .l-grid_col:nth-child(-n+3) , .grid-lg-3col > .l-grid_col:nth-child(-n+4) , .grid-lg-4col > .l-grid_col:nth-child(-n+5) , .grid-lg-5col > .l-grid_col:nth-child(-n+6) , .grid-lg-6col > .l-grid_col:nth-child(-n+7) , .grid-lg-7col > .l-grid_col:nth-child(-n+8) , .grid-lg-8col > .l-grid_col:nth-child(-n+9) , .grid-lg-9col > .l-grid_col:nth-child(-n+10) , .grid-lg-10col > .l-grid_col:nth-child(-n+11) , .grid-lg-11col > .l-grid_col:nth-child(-n+12) , .grid-lg-12col > .l-grid_col:nth-child(-n+13) {
    margin-top : 0;
  }
  .grid-lg-1col > .l-grid_col:nth-child(n+2) , .grid-lg-2col > .l-grid_col:nth-child(n+3) , .grid-lg-3col > .l-grid_col:nth-child(n+4) , .grid-lg-4col > .l-grid_col:nth-child(n+5) , .grid-lg-5col > .l-grid_col:nth-child(n+6) , .grid-lg-6col > .l-grid_col:nth-child(n+7) , .grid-lg-7col > .l-grid_col:nth-child(n+8) , .grid-lg-8col > .l-grid_col:nth-child(n+9) , .grid-lg-9col > .l-grid_col:nth-child(n+10) , .grid-lg-10col > .l-grid_col:nth-child(n+11) , .grid-lg-11col > .l-grid_col:nth-child(n+12) , .grid-lg-12col > .l-grid_col:nth-child(n+13) {
    margin-top : 30px;
  }
}

.media_img {
  margin-bottom : 25px;
}
.media_img img {
  display : block;
  margin-right : auto; 
  margin-left : auto;
}

.mediaBody {
  width : 100%;
}

@media print, screen and (min-width: 768px) {
  .media {
    display : -ms-flexbox;
    display : flex;

    -ms-flex-wrap : nowrap;
        flex-wrap : nowrap;
  }
  .media.media--right {
        flex-direction : row-reverse; 

    -ms-flex-direction : row-reverse;
  }
  .media_img {
    width : 46%;
    margin-bottom : 0; 

    -ms-flex : 0 0 auto;
        flex : 0 0 auto;
  }
  .media_img img {
    display : inline;
  }
  .media_img.media_img--lg {
    width : 48%;
  }
  .media--right .media_img {
    margin-left : 40px;
  }
  .media--left .media_img {
    margin-right : 40px;
  }
}

.mediaList .mediaList-item {
  margin-bottom : 30px;
}

@media print, screen and (min-width: 768px) {
  .mediaList .mediaList-item {
    margin-bottom : 40px;
  }
  .mediaList--bd-pc .mediaList-item {
    padding-bottom : 40px; 
    border-bottom : 1px dotted #ddd;
  }
}

.list-normal > li:not(:last-child) {
  margin-bottom : 5px;
}

.list-disc > li , .list-disc-md > li {
  position : relative;
  padding-left : 15px;
}
.list-disc > li:before , .list-disc-md > li:before {
  position : absolute;
  top : 7px;
  left : 0; 
  display : inline-block;
  width : 6px;
  height : 6px;
  content : '';
  border-radius : 50%;
  background : #90cc29;
}
.list-disc > li:not(:last-child) , .list-disc-md > li:not(:last-child) {
  margin-bottom : 5px;
}

.list-disc-md > li:not(:last-child) {
  margin-bottom : 10px;
}

.list-disc-md.is-skillup > li:before {
  background : #389029;
}

.list-disc.is-hdn > li:before {
  background : #2a4a9d;
}

.list-disc.is-hps > li:before {
  background : #dca400;
}
.list-decimal {
  padding-left: 25px;
  list-style: decimal outside;
}

@media print, screen and (min-width: 768px) {
  .list-disc.is-2col , .list-disc-md.is-2col {
    display : -ms-flexbox;
    display : flex;

    -ms-flex-wrap : wrap;
        flex-wrap : wrap;
  }
  .list-disc.is-2col > li , .list-disc-md.is-2col > li {
    width : 50%;
    padding-right : 30px;
  }
}

.list-number , .list-number-md , .list-number--bd {
  counter-reset : my-counter;
}
.list-number > li , .list-number-md > li , .list-number--bd > li {
  position : relative;
  padding-left : 20px;
}
.list-number > li:not(:last-child) , .list-number-md > li:not(:last-child) , .list-number--bd > li:not(:last-child) {
  margin-bottom : 5px;
}
.list-number > li:before , .list-number-md > li:before , .list-number--bd > li:before {
  font-weight : bold;
  line-height : 15px;
  position : absolute;
  top : 5px;
  left : 0; 
  display : inline-block;
  width : 20px;
  height : 15px;
  content : counter(my-counter) '.';
  counter-increment : my-counter;
  border-radius : 50%;
}

.list-number-md > li:not(:last-child) {
  margin-bottom : 10px;
}

.list-number--bd > li:not(:last-child) {
  margin-bottom : 15px; 
  padding-bottom : 15px;
  border-bottom : 1px dotted #ddd;
}

@media print, screen and (min-width: 768px) {
  .list-number > li , .list-number-md > li {
    padding-left : 30px;
  }
  .list-number > li:not(:last-child) , .list-number-md > li:not(:last-child) {
    margin-bottom : 8px;
  }
  .list-number > li:before , .list-number-md > li:before {
    line-height : 19px;
    top : 2px; 
    width : 20px;
    height : 20px;
  }
  .list-number-md > li:not(:last-child) {
    margin-bottom : 15px;
  }
  .list-number--bd > li:not(:last-child) {
    margin-bottom : 20px; 
    padding-bottom : 20px;
  }
}

.list-arr > li , .list-arr-md > li {
  font-weight : bold;
  position : relative;
  padding-left : 15px;
}
.list-arr > li:before , .list-arr-md > li:before {
  font-family : 'icon' !important;
  font-size : 1.2rem;
  font-weight : normal;
  line-height : 1;
  position : absolute;
  top : 11px;
  left : 0;
  display : inline-block;
  margin-top : -6px;
  content : '\EA09';
  -ms-transform : rotate(-90deg);
      transform : rotate(-90deg); 
  color : #90cc29;
}
.list-arr > li:not(:last-child) , .list-arr-md > li:not(:last-child) {
  margin-bottom : 5px;
}
.list-arr > li .icon , .list-arr-md > li .icon {
  position : relative;
  top : -1px;
}

.list-arr-md > li:not(:last-child) {
  margin-bottom : 15px;
}

@media print, screen and (min-width: 768px) {
  .list-arr > li a , .list-arr-md > li a {
    position : relative;
    transition : all .3s ease;
  }
  .list-arr > li a:before , .list-arr-md > li a:before {
    position : absolute;
    bottom : -3px;
    left : 0;
    width : 0;
    height : 1px;
    content : '';
    transition : all .3s ease; 
    background-color : #90cc29;
  }
  .list-arr > li a:hover , .list-arr-md > li a:hover {
    opacity : 1;
    color : #90cc29;
  }
  .list-arr > li a:hover:before , .list-arr-md > li a:hover:before {
    width : 100%;
  }
  .list-arr.is-3col , .list-arr-md.is-3col , .list-arr.is-4col , .list-arr-md.is-4col {
    display : -ms-flexbox;
    display : flex;

    -ms-flex-wrap : wrap;
        flex-wrap : wrap;
  }
  .list-arr.is-3col > li , .list-arr-md.is-3col > li , .list-arr.is-4col > li , .list-arr-md.is-4col > li {
    padding-right : 30px;
  }
  .list-arr.is-3col > li {
    width : 33.333%;
  }
  .list-arr-md.is-3col > li {
    width : 33.333%;
  }
  .list-arr.is-4col > li {
    width : 25%;
  }
  .list-arr-md.is-4col > li {
    width : 25%;
  }
}

/* .link-anchor {
} */

.link-anchor li {
  border-bottom : 1px dotted #ddd;
}
.link-anchor li a {
  font-weight : bold;
  position : relative; 
  display : block;
  padding : 16px 30px 16px 15px;
}
.link-anchor li a:after {
  font-family : 'icon' !important;
  font-size : 1.4rem;
  font-weight : normal;
  line-height : 1;
  position : absolute;
  top : 50%;
  right : 14px;
  display : inline-block;
  margin-top : -7px; 
  content : '\EA09';
  color : #90cc29;
}
.link-anchor li.is-hdn a {
  color : #2a4a9d;
}
.link-anchor li.is-hdn a:after {
  color : #2a4a9d;
}
.link-anchor li.is-hps a {
  color : #dca400;
}
.link-anchor li.is-hps a:after {
  color : #dca400;
}

@media print, screen and (min-width: 768px) {
  .link-anchor {
    display : -ms-flexbox;
    display : flex;
    -ms-flex-wrap : wrap;
    flex-wrap : wrap;
    justify-content: center;
  }
  .link-anchor li {
    width : 33.333%;
    text-align : center;
    border-top : 1px dotted #ddd;
    border-bottom : 1px dotted #ddd;
  }
  .link-anchor li:not(:nth-child(3n)) a {
    border-right : 1px dotted #ddd;
  }
  .link-anchor li a {
    position : relative; 
    padding : 18px 15px;
  }
  .link-anchor li a:hover {
    opacity : 1;
  }
  .link-anchor li a:before {
    position : absolute;
    bottom : 0;
    left : 0;
    width : 0;
    height : 1px;
    content : '';
    transition : .3s; 
    background-color : #90cc29;
  }
  .link-anchor li a:hover:before {
    width : 100%;
  }
  .link-anchor li.is-2line a {
    padding-top : 7px;
    padding-bottom : 7px;
  }
  .link-anchor li.is-hdn a:before {
    background-color : #2a4a9d;
  }
  .link-anchor li.is-hps a:before {
    background-color : #dca400;
  }
  .link-anchor.is-4col li {
    width : 25%;
  }
  .link-anchor.is-4col li:not(:nth-child(3n)) a {
    border-right : none;
  }
  .link-anchor.is-4col li:not(:nth-child(4n)) a {
    border-right : 1px dotted #ddd;
  }
}

.link-excursion {
  display : -ms-flexbox;
  display : flex;

  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
.link-excursion li {
  width : 33.3333%;
  margin-bottom : 8px; 
  text-align : center;
}
.link-excursion li:not(:nth-child(3n)) {
  padding-right : 8px;
}
.link-excursion li a {
  font-size : 1.4rem;
  font-weight : bold;
  display : block;
  padding : 9px 2px 8px; 
  border : 2px solid #90cc29;
}
.link-excursion li a.is-open {
  color : #fff; 
  background : #90cc29;
}

@media print, screen and (min-width: 768px) {
  .link-excursion li a {
    font-size : 1.6rem;
    position : relative;
    overflow : hidden;
    padding : 12px 5px;
    transition : all .3s ease;
  }
  .link-excursion li a span {
    position : relative;
    z-index : 10;
  }
  .link-excursion li a:before {
    position : absolute;
    z-index : 0;
    top : 0;
    left : -100%;
    display : inline-block;
    width : 100%;
    height : 100%;
    content : '';
    transition : all .3s ease; 
    background : #90cc29;
  }
  .link-excursion li a.is-open:before {
    content : none;
  }
  .link-excursion li a:hover {
    opacity : 1;
    color : #fff;
  }
  .link-excursion li a:hover:before {
    left : 0;
  }
}

.link-arr {
  font-weight : bold;
  position : relative;
  display : inline-block;
  padding-left : 15px;
}
.link-arr:before {
  font-family : 'icon' !important;
  font-size : 1.2rem;
  font-weight : normal;
  line-height : 1;
  position : absolute;
  top : 11px;
  left : 0;
  display : inline-block;
  margin-top : -6px;
  content : '\EA09';
  -ms-transform : rotate(-90deg);
      transform : rotate(-90deg); 
  color : #90cc29;
}
.u-notation .link-arr:before , .u-notation-text .link-arr:before {
  top : 7px;
}
.link-arr.is-anchor:before {
  -ms-transform : rotate(0);
      transform : rotate(0);
}
.link-arr.is-hdn:before {
  color : #2a4a9d;
}
.link-arr.is-hps:before {
  color : #dca400;
}

.tag-list {
  display : -ms-flexbox;
  display : flex;

  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
.tag-list li {
  margin-right : 10px;
  margin-bottom : 15px;
}
.tag-list li a {
  font-size : 1.6rem;
  font-weight : bold;
  line-height : 40px;
  position : relative; 
  display : block;
  padding-right : 10px;
  padding-left : 30px;
  color : #47ab34;
  border-radius : 20px 0 0 20px;
  background : #def2ba;
}
.tag-list li a:before {
  position : absolute;
  top : 50%;
  left : 10px;
  display : inline-block;
  width : 10px;
  height : 10px;
  margin-top : -5px; 
  content : '';
  border-radius : 50%;
  background : #fff;
}

@media print, screen and (min-width: 768px) {
  .tag-list li {
    font-size : 1.4rem;
    margin-right : 20px;
  }
}

.modal-overlay{
  z-index: 1000;
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
}
.modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-content{
  width: 90%;
  max-width: 500px;
  background: #fff;
  padding: 20px;
}
.modal-content ul{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.modal-content ul li{
  width: calc(50% - 10px);
}

.news-wrap {
  border-top : 1px dotted #ddd;
}

.newsItem {
  border-bottom : 1px dotted #ddd;
}
.newsItem a {
  font-size : 1.8rem;
  font-weight : bold;
  position : relative; 
  display : block;
  padding : 15px 45px 15px 0;
}
.newsItem a .btn-arrow {
  right : 0;
}
@media print, screen and (min-width: 768px) {
  .newsItem a {
    padding : 28px 45px 28px 20px;
    transition : opacity .3s;
  }
  .newsItem a .btn-arrow {
    right : -22px;
  }
  .newsItem a:hover {
    opacity : 1;
  }
  .newsItem a:hover .btn-arrow:before {
    animation-name : arrowbefore;
    animation-duration : .5s;
    animation-delay : .2s;

    animation-fill-mode : forwards;
  }
  .newsItem a:hover .btn-arrow:after {
    animation-name : arrowafter;
    animation-duration : .5s;

    animation-fill-mode : forwards;
  }
}

.newsItem-heading {
  display : -ms-flexbox;
  display : flex;
  margin-bottom : 10px; 

  -ms-flex-align : center;
  align-items : center;
}

.newsItem_date {
  font-size : 1.4rem;
  font-weight : normal;
  margin-right : 10px; 
  color : #444;
}
@media print, screen and (min-width: 768px) {
  .newsItem_date {
    font-size : 1.6rem;
  }
}

.newsItem_meta {
  font-size : 1.4rem;
  font-weight : normal;
  line-height : 20px;
  display : inline-block;
  padding-right : 6px; 
  padding-left : 6px;
  color : #fff;
  background : #90cc29;
}

@media print, screen and (min-width: 768px) {
  .newsItem_text {
    position : relative; 
    display : inline-block;
  }
  .newsItem_text:before {
    position : absolute;
    bottom : 0;
    left : 0;
    width : 0;
    height : 1px;
    content : '';
    transition : .3s; 
    background-color : #90cc29;
  }
  .newsItem a:hover .newsItem_text:before {
    width : 100%;
  }
}

.pager {
  font-size : 1.5rem;
  line-height : 50px;
  position : relative;
  margin-top : 40px; 
  text-align : center;
}
@media print, screen and (min-width: 768px) {
  .pager {
    width : 300px;
    margin-right : auto; 
    margin-left : auto;
  }
}

.pager-nav {
  position : absolute;
  top : 0;
}
.pager-nav a , .pager-nav > span {
  font-size : 1.5rem;
  font-weight : bold;
  line-height : 1.5;
  position : relative;
  display : block;
  transition : all .3s ease; 
  border : 2px solid #90cc29;
}
.pager-nav a:after , .pager-nav > span:after {
  font-family : 'icon' !important;
  font-size : 1.2rem;
  font-weight : normal;
  line-height : 1;
  position : absolute;
  top : 50%;
  display : inline-block;
  margin-top : -6px; 
  content : '\EA09';
  color : #90cc29;
}
.pager-nav > span {
  color : #ddd; 
  border-color : #ddd;
}
.pager-nav > span:after {
  color : #ddd;
}
.pager-nav--first {
  left : 0;
}
.pager-nav--first a , .pager-nav--first > span {
  padding : 12px 14px 12px 22px;
}
.pager-nav--first a:after , .pager-nav--first > span:after {
  left : 4px; 
  -ms-transform : rotate(90deg);
      transform : rotate(90deg);
}
.pager-nav--last {
  right : 0;
}
.pager-nav--last a , .pager-nav--last > span {
  padding : 12px 22px 12px 14px;
}
.pager-nav--last a:after , .pager-nav--last > span:after {
  right : 4px; 
  -ms-transform : rotate(-90deg);
      transform : rotate(-90deg);
}

@media print, screen and (min-width: 768px) {
  .pager-nav a {
    overflow : hidden;
  }
  .pager-nav a span {
    position : relative;
    z-index : 10;
  }
  .pager-nav a:before {
    position : absolute;
    z-index : 0;
    top : 0;
    left : -100%;
    display : inline-block;
    width : 100%;
    height : 100%;
    content : '';
    transition : all .3s ease; 
    background : #90cc29;
  }
  .pager-nav a:hover {
    opacity : 1;
    color : #fff;
  }
  .pager-nav a:hover:before {
    left : 0;
  }
  .pager-nav a:hover:after {
    color : #fff;
  }
}

.previouspostslink , .nextpostslink {
  font-size : 1.5rem;
  font-weight : bold;
  line-height : 1.5;
  position : absolute;
  z-index : 10;
  top : 0;
  display : block;
  transition : all .3s ease; 
  border : 2px solid #90cc29;
}
.previouspostslink:after , .nextpostslink:after {
  font-family : 'icon' !important;
  font-size : 1.2rem;
  font-weight : normal;
  line-height : 1;
  position : absolute;
  top : 50%;
  display : inline-block;
  margin-top : -6px; 
  content : '\EA09';
  color : #90cc29;
}

.previouspostslink {
  left : 0;
  padding : 12px 14px 12px 22px;
}
.previouspostslink:after {
  left : 4px; 
  -ms-transform : rotate(90deg);
      transform : rotate(90deg);
}

.nextpostslink {
  right : 0;
  padding : 12px 22px 12px 14px;
}
.nextpostslink:after {
  right : 4px; 
  -ms-transform : rotate(-90deg);
      transform : rotate(-90deg);
}

@media print, screen and (min-width: 768px) {
  .previouspostslink , .nextpostslink {
    overflow : hidden;
  }
  .previouspostslink span , .nextpostslink span {
    position : relative;
    z-index : 10;
  }
  .previouspostslink:before , .nextpostslink:before {
    position : absolute;
    z-index : 0;
    top : 0;
    left : -100%;
    display : inline-block;
    width : 100%;
    height : 100%;
    content : '';
    transition : all .3s ease; 
    background : #90cc29;
  }
  .previouspostslink:hover , .nextpostslink:hover {
    opacity : 1;
    color : #fff;
  }
  .previouspostslink:hover:before , .nextpostslink:hover:before {
    left : 0;
  }
  .previouspostslink:hover:after , .nextpostslink:hover:after {
    color : #fff;
  }
}

.is-fixed {
  position : fixed !important;
}

.acc-trg {
  font-size : 1.6rem;
  font-weight : bold;
  position : relative;
  padding : 12px 45px 12px 15px; 
  color : #fff;
  background : #90cc29;
}
.acc-trg.is-hdn {
  background : #2a4a9d;
}
.acc-trg.is-hps {
  background : #dca400;
}
@media print, screen and (min-width: 768px) {
  .acc-trg {
    font-size : 2rem;
    padding : 14px 50px 14px 20px;
  }
  .acc-trg > span {
    position : relative;
    z-index : 10;
  }
  .acc-trg:before {
    position : absolute;
    bottom : 0;
    left : 0;
    width : 0;
    height : 100%;
    content : '';
    transition : .3s; 
    background-color : #75a721;
  }
  .acc-trg.is-hdn:before {
    background-color : #203877;
  }
  .acc-trg.is-hps:before {
    background-color : #c59301;
  }
  .acc-trg:hover {
    cursor : pointer;
  }
  .acc-trg:hover:before {
    width : 100%;
  }
}

.icon-acc-wrap {
  position : absolute;
  top : 50%;
  right : 15px;
  width : 20px;
  height : 20px;
  margin-top : -10px; 
  border-radius : 50%;
  background : #fff;
}
@media print, screen and (min-width: 768px) {
  .icon-acc-wrap {
    right : 20px;
    width : 24px;
    height : 24px;
    margin-top : -12px;
  }
}

.icon-acc , .icon-acc span {
  display : inline-block;
  transition : all .4s;
}

.icon-acc {
  position : absolute;
  top : 50%;
  right : 5px;
  width : 10px;
  height : 10px;
  margin-top : -6px;
}

.icon-acc span {
  position : absolute;
  right : 0;
  width : 100%;
  height : 2px;
  background-color : #90cc29;
}
.l-contents--hdn .icon-acc span {
  background-color : #2a4a9d;
}
.l-contents--hps .icon-acc span {
  background-color : #dca400;
}
.icon-acc span:nth-of-type(1) {
  top : 5px;
  -ms-transform : rotate(0deg);
      transform : rotate(0deg);
}
.icon-acc span:nth-of-type(2) {
  top : 5px;
  -ms-transform : rotate(90deg);
      transform : rotate(90deg);
}

/*+-切り替え*/
.is-open .icon-acc span:nth-of-type(1) {
  display : none;
}

.is-open .icon-acc span:nth-of-type(2) {
  -ms-transform : rotate(180deg);
      transform : rotate(180deg);
}

@media print, screen and (min-width: 768px) {
  .icon-acc {
    right : 6px; 
    width : 12px;
    height : 12px;
  }
}

.zs-enabled {
  position : relative;
}
.zs-enabled .zs-slideshow , .zs-enabled .zs-slides , .zs-enabled .zs-slide {
  position : absolute;
  z-index : 1;
  top : 0;
  left : 0;
  overflow : hidden; 
  width : 100%;
  height : 100%;
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  position : absolute;
  visibility : hidden;
  -ms-transform : scale(1.2, 1.2);
      transform : scale(1.2, 1.2); 
  opacity : 0;
  background : transparent none no-repeat 50% 50%;
  background-size : cover;
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
  visibility : visible;
  opacity : 1;
}
.zs-enabled .zs-slideshow .zs-bullets {
  position : absolute;
  z-index : 4;
  right : 5px;
  bottom : 10px;
  width : auto;
  text-align : center;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  display : inline-block;
  width : 10px;
  height : 10px;
  margin-right : 10px;
  margin-left : 10px;
  cursor : pointer;
  border : 1px solid #90cc29;
  border-radius : 8px;
  background-color : #fff;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
  background-color : #1da02a;
}
@media print, screen and (min-width: 768px) {
  .zs-enabled .zs-slideshow .zs-bullets {
    right : 50%;
    margin-right : -500px;
  }
  .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    border : none;
  }
}
.zs-enabled .zs-slideshow:after {
  position : absolute;
  z-index : 3;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
  content : ' ';
  background : transparent none repeat 0 0;
}

.zs-enabled {
  height : 200px;
}
@media print, screen and (min-width: 768px) {
  .zs-enabled {
    height : 500px;
  }
}

/* Slider */
.slick-slider {
  position : relative;
  display : block;
  box-sizing : border-box;
  -webkit-user-select : none;
     -moz-user-select : none;
      -ms-user-select : none;
          user-select : none;

  -webkit-touch-callout : none;
  -ms-touch-action : pan-y;
      touch-action : pan-y;
  -webkit-tap-highlight-color : transparent;
}

.slick-list {
  position : relative;
  display : block;
  overflow : hidden;
  margin : 0;
  padding : 0;
}
.slick-list:focus {
  outline : none;
}
.slick-list.dragging {
  cursor : pointer;
  cursor : hand;
}

.slick-slider .slick-track , .slick-slider .slick-list {
  -ms-transform : translate3d(0, 0, 0);
      transform : translate3d(0, 0, 0);
}

.slick-track {
  position : relative;
  top : 0;
  left : 0;
  display : block;
}
.slick-track:before , .slick-track:after {
  display : table; 
  content : '';
}
.slick-track:after {
  clear : both;
}
.slick-loading .slick-track {
  visibility : hidden;
}

.slick-slide {
  display : none; 
  float : left;
  height : 100%;
  min-height : 1px;
}
[dir='rtl'] .slick-slide {
  float : right;
}
.slick-slide img {
  display : block;
}
.slick-slide.slick-loading img {
  display : none;
}
.slick-slide.dragging img {
  pointer-events : none;
}
.slick-initialized .slick-slide {
  display : block;
}
.slick-loading .slick-slide {
  visibility : hidden;
}
.slick-vertical .slick-slide {
  display : block;
  height : auto;
  border : 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display : none;
}

/* Arrows */
.slick-prev , .slick-next {
  font-size : 0;
  line-height : 0;
  position : absolute;
  z-index : 100; 
  top : 50%;
  display : block;
  width : 40px;
  height : 40px;
  margin-top : -20px;
  padding : 0;
  cursor : pointer;
  border : none;
  border-radius : 50%;
  outline : none;
  background : #90cc29;
}
.slick-prev:hover , .slick-prev:focus , .slick-next:hover , .slick-next:focus {
  outline : none;
}
.slick-prev:before , .slick-next:before {
  font-family : 'icon';
  font-size : 12px;
  line-height : 1;
  content : '\e900';
  color : #fff;

  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing : grayscale;
}

.slick-prev {
  left : -12px;
}
.slick-prev:before {
  content : '\e926';
}
[dir='rtl'] .slick-prev {
  right : -12px; 
  left : auto;
}

.slick-next {
  right : 21px;
}
[dir='rtl'] .slick-next {
  right : auto; 
  left : 21px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom : 15px;
}

.slick-dots {
  position : absolute;
  bottom : -15px;
  display : block;
  width : 100%; 
  margin : 0;
  padding : 0;
  list-style : none;
  text-align : center;
}
.slick-dots li {
  position : relative;
  display : inline-block;
  margin : 0 10px;
  padding : 0;
  cursor : pointer;
}
.slick-dots li button {
  font-size : 0;
  line-height : 0;
  display : block;
  padding : 5px;
  cursor : pointer; 
  color : transparent;
  border : 0;
  outline : none;
  background : transparent;
}
.slick-dots li button:before {
  font-size : 7px;
  line-height : 1.1;
  position : absolute;
  top : 0;
  left : 0;
  display : inline-block;
  width : 10px;
  height : 10px;
  content : '';
  text-align : center;
  color : #fff; 
  border : 1px solid #90cc29;
  border-radius : 50%;
  background : #fff;
}
.slick-dots li.slick-active button:before {
  color : #47ab33; 
  border-color : #47ab33;
  background : #47ab33;
}

@media print, screen and (min-width: 768px) {
  .is-imgZoom-block {
    position : relative;
  }
  .is-imgZoom-block:hover .is-imgZoom img {
    -ms-transform : scale(1.1);
        transform : scale(1.1);
  }
  .is-imgZoom {
    display : block;
    overflow : hidden;
    vertical-align : top;
  }
  .is-imgZoom img {
    transition : all .4s;
  }
}

.is-textLink.is-skillup a {
  color : #389029;
}

.is-textLink.is-hdn a {
  color : #2a4a9d;
}

.is-textLink.is-hps a {
  color : #dca400;
}

.is-textLink .icon {
  position : relative;
  top : -1px;
}

@media print, screen and (min-width: 768px) {
  .is-textLink a {
    position : relative;
    display : inline-block;
    transition : all .3s ease;
  }
  .is-textLink a:before {
    position : absolute;
    bottom : 0;
    left : 0;
    width : 0;
    height : 1px;
    content : '';
    transition : all .3s ease; 
    background-color : #90cc29;
  }
  .is-textLink a:hover {
    opacity : 1;
    color : #90cc29;
  }
  .is-textLink a:hover:before {
    width : 100%;
  }
  .is-textLink.is-textLink--black a:before {
    background-color : #222;
  }
  .is-textLink.is-textLink--black a:hover {
    color : #222;
  }
  .is-textLink.is-skillup a:before {
    background-color : #389029;
  }
  .is-textLink.is-skillup a:hover {
    color : #389029;
  }
  .is-textLink.is-hdn a:before {
    background-color : #2a4a9d;
  }
  .is-textLink.is-hdn a:hover {
    color : #2a4a9d;
  }
  .is-textLink.is-hps a:before {
    background-color : #dca400;
  }
  .is-textLink.is-hps a:hover {
    color : #dca400;
  }
}

.supervisionBlock {
  padding : 30px 20px;
}

.supervisionBlock_meta {
  font-size : 1.4rem;
  line-height : 1.3;
  display : inline-block;
  margin-bottom : 15px;
  padding : 4px 8px;
  color : #fff;
  background : #90cc29;

  font-feature-settings : 'pkna';
}
.is-hdn .supervisionBlock_meta {
  background : #2a4a9d;
}
.is-hps .supervisionBlock_meta {
  background : #dca400;
}
@media print, screen and (min-width: 768px) {
  .supervisionBlock_meta {
    display : inline-block;
    margin-bottom : 20px; 
    padding : 3px 5px;
  }
}

.supervisionBlock_img {
  float : left;
  width : 32%;
  margin-right : 15px;
}
@media print, screen and (min-width: 768px) {
  .supervisionBlock_img {
    width : 200px;
    margin-right : 30px;
  }
}

.supervisionBlockBody {
  overflow : hidden;
}
@media print, screen and (min-width: 768px) {
  .supervisionBlockBody {
    font-size : 1.4rem;
  }
}

.supervisionBlock_name {
  font-size : 2rem;
  font-weight : bold;
  line-height : 1.2;
  margin-bottom : 10px;
}
@media print, screen and (min-width: 768px) {
  .supervisionBlock_name {
    font-size : 2.8rem;
  }
}

.supervisionBlock_state {
  font-size : 1.6rem;
  line-height : 1.4;
  color : #47ab34;
}
.is-hdn .supervisionBlock_state {
  color : #2a4a9d;
}
.is-hps .supervisionBlock_state {
  color : #dca400;
}
@media print, screen and (min-width: 768px) {
  .supervisionBlock_state {
    margin-bottom : 3px;
  }
}

.supervisionBlock_text {
  margin-top : 15px; 
  padding-top : 15px;
  border-top : 1px dotted #90cc29;
}
@media print, screen and (min-width: 768px) {
  .supervisionBlock_text {
    float : right;
    width : 730px;
    margin-top : 20px; 
    padding-top : 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .imgCardList {
    display : -ms-flexbox;
    display : flex;

    -ms-flex-wrap : wrap;
        flex-wrap : wrap;
    -ms-flex-pack : justify;
    justify-content : space-between;
  }
}

.imgCard {
  margin-bottom : 20px; 
  border-bottom : 1px dotted #ddd;
}
@media print, screen and (min-width: 768px) {
  .imgCard {
    /*width : 460px;*/
  width : 48%;
    margin-bottom : 40px;
  }
  .imgCardList.is-1col .imgCard {
    width : 100%;
  }
}

.imgCardLink {
  position : relative; 
  display : -ms-flexbox;
  display : flex;
  width : 100%;
  padding-right : 50px;
  padding-bottom : 20px;
}
.imgCardLink .btn-arrow {
  right : 0;
}
.is-hdn .imgCardLink .btn-arrow:after , .is-hdn .imgCardLink .btn-arrow:before {
  color : #2a4a9d;
}
.is-hps .imgCardLink .btn-arrow:after , .is-hps .imgCardLink .btn-arrow:before {
  color : #dca400;
}
@media print, screen and (min-width: 768px) {
  .imgCardLink {
    padding-bottom : 30px;
  }
  .imgCardLink:hover {
    opacity : 1;
  }
  .imgCardLink:hover .btn-arrow:before {
    animation-name : arrowbefore;
    animation-duration : .5s;
    animation-delay : .2s;

    animation-fill-mode : forwards;
  }
  .imgCardLink:hover .btn-arrow:after {
    animation-name : arrowafter;
    animation-duration : .5s;

    animation-fill-mode : forwards;
  }
}

.imgCard_img {
  position : relative; 
  width : 110px;
  margin-right : 15px;

  -ms-flex : 0 0 auto;
      flex : 0 0 auto;
}
.imgCard_img > p {
  position : relative;
  overflow : hidden; 
  width : 100px;
  height : 100px;
}
.imgCard_img > p img {
  position : absolute;
  z-index : 10; 
  top : 50%;
  left : 50%;
  max-width : 1440px;
  min-height : 100px;
  max-height : 100px;
  -ms-transform : translate(-50%, -50%);
      transform : translate(-50%, -50%);
}
.imgCard_img:after {
  position : absolute;
  z-index : 0; 
  top : 10px;
  right : 0;
  display : inline-block;
  width : 100px;
  height : 100px;
  content : '';
  background : #def2ba;
}
.is-hdn .imgCard_img:after {
  background : #beccec;
}
.is-hps .imgCard_img:after {
  background : #f6dd94;
}

@media print, screen and (min-width: 768px) {
  .imgCard_img {
    width : 160px;
    margin-right : 30px;
  }
  .imgCard_img > p {
    width : 150px;
    height : 150px;
  }
  .imgCard_img > p img {
    min-height : 150px;
    max-height : 150px;
    transition : all .4s;
  }
  .imgCard_img:after {
    width : 150px;
    height : 150px;
  }
  .imgCardLink:hover .imgCard_img > p img {
    -ms-transform : scale(1.1) translate(-45%, -45%);
        transform : scale(1.1) translate(-45%, -45%);
  }
}

.imgCard_meta span {
  font-size : 1.4rem;
  line-height : 1.3;
  display : inline-block;
  margin-bottom : 10px;
  padding : 4px 8px;
  color : #fff;
  background : #90cc29;

  font-feature-settings : 'pkna';
}
.is-hdn .imgCard_meta span {
  background : #2a4a9d;
}
.is-hps .imgCard_meta span {
  background : #dca400;
}
@media print, screen and (min-width: 768px) {
  .imgCard_meta span {
    display : inline-block;
    margin-bottom : 15px; 
    padding : 3px 5px;
  }
}

.imgCard_name {
  font-size : 2rem;
  font-weight : bold;
  line-height : 1.2;
  position : relative; 
  margin-bottom : 10px;
}
.is-hdn .imgCard_name {
  color : #2a4a9d;
}
.is-hps .imgCard_name {
  color : #dca400;
}
@media print, screen and (min-width: 768px) {
  .imgCard_name {
    display : inline-block;
    margin-bottom : 15px;

    font-feature-settings : 'pkna';
  }
  .imgCard_name:before {
    position : absolute;
    bottom : 0;
    left : 0;
    width : 0;
    height : 1px;
    content : '';
    transition : .3s; 
    background-color : #90cc29;
  }
  .imgCard a:hover .imgCard_name:before {
    width : 100%;
  }
  .is-hdn .imgCard_name:before {
    background-color : #2a4a9d;
  }
  .is-hps .imgCard_name:before {
    background-color : #dca400;
  }
}

.imgCard_name.has-icon .icon {
  font-size : 110%;
  position : relative;
  top : -2px;
}

.imgCard_text {
  color : #222;
}

.wp-editableHeading_img {
  float : left;
  width : 32%;
  margin-right : 15px;
}
@media print, screen and (min-width: 768px) {
  .wp-editableHeading_img {
    width : 200px;
    margin-right : 30px;
  }
}

.wp-editableHeadingBody {
  overflow : hidden;
}

.wp-editableHeading_date {
  font-size : 1.4rem;
  display : inline-block;
  color : #444; 

  font-feature-settings : 'pkna';
}

.wp-editableHeading_meta {
  font-size : 1.4rem;
  line-height : 1.3;
  display : inline-block;
  margin-bottom : 10px;
  padding : 4px 8px;
  color : #fff;
  background : #90cc29;

  font-feature-settings : 'pkna';
}
.is-hdn .wp-editableHeading_meta {
  background : #2a4a9d;
}
.is-hps .wp-editableHeading_meta {
  background : #dca400;
}
@media print, screen and (min-width: 768px) {
  .wp-editableHeading_meta {
    display : inline-block;
    margin-bottom : 15px; 
    padding : 3px 5px;
  }
}

.wp-editableHeading_name {
  font-size : 2rem;
}
@media print, screen and (min-width: 768px) {
  .wp-editableHeading_name {
    font-size : 2.8rem;
  }
}

.wp-editableHeading_kana {
  font-size : 1.4rem;
  margin-top : 3px; 
  color : #90cc29;
}
.is-hdn .wp-editableHeading_kana {
  color : #2a4a9d;
}
.is-hps .wp-editableHeading_kana {
  color : #dca400;
}

.wp-editableHeading_text , .wp-editableHeading_title {
  font-size : 1.6rem;
  clear : both;
  padding-top : 20px;
}
@media print, screen and (min-width: 768px) {
  .wp-editableHeading_text , .wp-editableHeading_title {
    float : right;
    clear : none;
    width : 590px;
    width : calc(100% - 230px);
  }
}

.wp-editableHeading_title {
  font-size : 2.4rem;
  line-height : 1.25;
}

.wp-editableStripe {
  position : relative; 
  padding : 5px 20px 20px;
}

@media print, screen and (min-width: 768px) {
  .wp-editableStripe {
    padding : 30px 60px 60px;
  }
}

.wp-editableBody_title01 {
  text-align : center;
}
.wp-editableBody .wp-editableBody_title01 {
  margin-top : 35px;
  margin-bottom : 30px;
}
.wp-editableBody_title01 span {
  font-size : 2rem;
  line-height : 1.2;
  display : inline-block;
  padding-bottom : 8px; 
  border-bottom : 2px solid #90cc29;

  font-feature-settings : 'pkna';
}
.is-senior .wp-editableBody_title01 span {
  border-color : #629707;
}
.is-sitter .wp-editableBody_title01 span {
  border-color : #29cc94;
}
@media print, screen and (min-width: 768px) {
  .wp-editableBody .wp-editableBody_title01 {
    margin-top : 30px;
    margin-bottom : 35px;
  }
  .wp-editableBody_title01 span {
    font-size : 2.8rem;
    padding-bottom : 12px;
  }
}

.wp-editableBody--bd {
  border-bottom : 1px dotted #ddd;
}
@media print, screen and (min-width: 768px) {
  .wp-editableBody--bd {
    padding-bottom : 30px;
  }
}

.wp-editableBody p {
  margin : 20px 0;
}
@media print, screen and (min-width: 768px) {
  .wp-editableBody p {
    line-height : 1.625;
  }
}

.wp-editableBody h2 {
  font-size : 2rem;
  line-height : 1.4;
  margin-top : 30px;
  margin-bottom : 30px; 
  padding-bottom : 8px;
  border-bottom : 2px solid #90cc29;
}
@media print, screen and (min-width: 768px) {
  .wp-editableBody h2 {
    font-size : 2.8rem;
    padding-bottom : 12px;
  }
}

.wp-editableBody h3 {
  font-size : 1.8rem;
  position : relative; 
  margin-bottom : 20px;
  padding : 5px 0 10px 20px;
  border-bottom : 1px solid #ddd;
}
.wp-editableBody h3:before {
  font-family : 'icon' !important;
  font-size : 1.6rem;
  font-weight : normal;
  line-height : 1;
  position : absolute;
  top : 8px;
  left : 0; 
  display : inline-block;
  content : '\EA08';
  color : #90cc29;
}
.is-senior .wp-editableBody h3:before {
  color : #629707;
}
.is-sitter .wp-editableBody h3:before {
  color : #29cc94;
}
@media print, screen and (min-width: 768px) {
  .wp-editableBody h3 {
    font-size : 2.4rem;
    margin-top : 30px;
    margin-bottom : 30px; 
    padding : 5px 0 20px 30px;
  }
  .wp-editableBody h3:before {
    font-size : 2rem;
    top : 10px;
  }
}

.wp-editableBody img {
  display : block;
  margin : 0 auto;
}
@media print, screen and (min-width: 768px) {
  .wp-editableBody img {
    margin-top : 35px;
    margin-bottom : 35px;
  }
}

/*========================================*/
/*  Project
/*========================================*/
/* Home
---------------------------------------*/
.progressBar {
  position : fixed;
  top : 0;
  left : 0;
  width : 0;
  height : 5px;
  transition : all .3s ease; 
  background : #90cc29;
}

.progressDog {
  position : fixed;
  top : 50%;
  left : 50%;
  width : 50px;
  height : auto;
  margin-top : -20px;
  margin-left : -25px;
}
@media print, screen and (min-width: 768px) {
  .progressDog {
    width : 100px;
    height : auto;
    margin-top : -39px;
    margin-left : -50px;
  }
}

.progressCnt {
  transition : all .5s ease; 
  opacity : 0;
}
.progressCnt.is-loadComplete {
  opacity : 1;
}

.home .mainTitle {
  font-size : 3rem;
  line-height : 1.2;
  margin-bottom : 20px; 
  text-align : center;
  letter-spacing : -1px;
}
.home .mainTitle span {
  font-family : 'hh-letter';
  font-size : 2.8rem;
  display : block;
  letter-spacing : 0;
  color : #90cc29;
}
@media print, screen and (min-width: 768px) {
  .home .mainTitle {
    font-size : 4.2rem;
    margin-bottom : 30px;
  }
  .home .mainTitle span {
    font-size : 4rem;
  }
}

.subTitle {
  font-size : 2rem;
  text-align : center;
  letter-spacing : -1px;
}
@media print, screen and (min-width: 768px) {
  .subTitle {
    font-size : 2.8rem;
  }
}

.hero {
  position : relative;
}
.hero .slick-dots {
  bottom : 20px;
}

.hero .label{
  position: absolute;
  bottom:-40px;
  right:20px;
  z-index:999;
}
.hero .label img{
  width:200px;
  height:auto;
}
.hero .hero-img--pc {
  display : none;
}

.hero .hero-text {
  width : 100%;
  height : 160px;
  text-align : center;
  background : #90cc29;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 20px;
  font-size : 2.6rem;
  line-height : 1.2;
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  .hero .label{
    position: absolute;
    bottom:130px;
    right:5px;
    z-index:999;
  }
  .hero .label img{
    width:90px;
    height:auto;
  }
}
@media print, screen and (min-width: 768px) {
  .hero .slick-dots {
    bottom : 28px;
    padding-left : 13%; 
    text-align : left;
  }
  .hero .hero-item {
    display : -ms-flexbox;
    display : flex;
    flex-flow : row-reverse;
    height : 500px; 

    -ms-flex-direction : row-reverse;
  }
  .hero .hero-img {
    width : 65%;
  }
  .hero .hero-img--sp {
    display : none;
  }
  .hero .hero-img--pc {
    display : block;
    height : 500px;
    width: 65%;
    background-position : right top;
    background-size : cover;
  }
  .hero .hero-text {
    font-size : 4.5rem;
    line-height : 1.4;
    width: 35%;
    height: auto;
  }
}

.home-headingBnr {
  margin-top : 30px;
}
@media print, screen and (min-width: 768px) {
  .home-headingBnr {
    margin-top : 40px;
  }
}

.home-about {
  padding-top : 50px;
  padding-bottom : 90px; 
  background : url(../images/home/about-bg-sp.png) no-repeat center bottom;
  background-size : 100% auto;
}
.home-about .about_text {
  line-height : 2; 
  text-align : center;
}
.home-about .youtube {
  width:95%;
  height:200px;
  display:block;
  margin:0 auto 40px;
}
@media print, screen and (min-width: 768px) {
  .home-about .youtube {
    width:640px;
    height:360px;
    display:block;
    margin:0 auto 20px;
  }
  .home-about {
    padding-top : 100px;
    padding-bottom : 140px; 
    background : url(../images/home/about-bg-pc-grass.png) no-repeat center bottom, url(../images/home/about-bg-pc.png) no-repeat center bottom;
  }
  .home-about .btn span {
    position : relative;
  }
  .home-about .btn span:before {
    font-family : 'icon' !important;
    font-size : 4rem;
    font-weight : normal;
    position : absolute;
    bottom : -30px;
    left : -53px; 
    display : inline-block;
    content : '\EA07';
    color : #47ab34;
  }
}

.home-sns{
  text-align: center;
}
.home-sns .snsTag {
  display: inline-block;
  margin-bottom: 10px;
}
.home-sns .snsContents{
  margin-bottom: 30px;
  display: flex;
}
.home-sns .snsContents-item{
  width: 33.3%;
  margin: 0 5px;
  position: relative;
}
.home-sns .snsContents-item::before {
  content: '';
  padding-top: 100%;
  display: block;
}
.home-sns .snsContents-item img {
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .detailFeature {
    display : -ms-flexbox;
    display : flex;
  }
}

.detailFeature-item {
  margin-bottom : 40px;
}
@media print, screen and (min-width: 768px) {
  .detailFeature-item {
    width : 33.3333%;
    margin-bottom : 60px; 
    padding-right : 20px;
    padding-left : 20px;
  }
}

.detailFeature_heading {
  position : relative; 
  margin-bottom : 20px;
  padding-right : 20px;
  padding-left : 20px;
}
.detailFeature_heading dl dt , .detailFeature_heading dl dd {
  font-weight : bold;
  display : inline-block;
  color : #90cc29; 
  background : #fff;
}
.detailFeature_heading dl dt {
  font-size : 1.4rem;
  position : absolute;
  bottom : 55px; 
  left : 30px;
  padding : 3px 10px;
}
.detailFeature_heading dl dd {
  font-size : 2rem;
  position : absolute;
  bottom : 12px; 
  left : 30px;
  padding : 3px 10px;
}
@media print, screen and (min-width: 768px) {
  .detailFeature_heading {
    margin-bottom : 25px; 
    padding-right : 30px;
    padding-left : 30px;
  }
}

.detailCurriculum-wrap {
  position : relative; 
  padding : 40px 20px 10px;
  border : 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .detailCurriculum-wrap {
    padding : 40px 40px 10px;
  }
}

.detailCurriculum {
  position : relative;
  z-index : 100; 
  display : -ms-flexbox;
  display : flex;
  margin-top : 25px;

  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
}
.detailCurriculum-item {
  width : 50%;
  margin-bottom : 30px;
}
.detailCurriculum-item:nth-child(even) {
  margin-top : 5px;
}
@media print, screen and (min-width: 768px) {
  .detailCurriculum {
    margin-top : 35px;
  }
  .detailCurriculum-item {
    width : 25%;
  }
  .detailCurriculum-item:nth-child(even) {
    margin-top : 10px;
  }
}

.detailCurriculum_heading {
  position : relative;
  margin-bottom : 10px;
}
.detailCurriculum_heading_text {
  font-weight : bold;
  position : absolute;
  bottom : -1px;
  left : 0; 
  display : inline-block;
  padding : 0 6px;
  color : #90cc29;
  background : #fff;
}
@media print, screen and (min-width: 768px) {
  .detailCurriculum_heading_text {
    padding : 6px 15px 0;
  }
}

.detailCurriculum_text {
  padding-right : 13px; 
  padding-left : 8px;
}
@media print, screen and (min-width: 768px) {
  .detailCurriculum_text {
    padding-right : 0; 
    padding-left : 15px;
  }
}

.detailCurriculum-pad--cat {
  position : absolute;
  z-index : 10; 
  top : -22px;
  left : -15px;
  width : 98px;
  height : 85px;
}
.detailCurriculum-pad--cat li {
  width : 20px;
}
.detailCurriculum-pad--cat .pad01 {
  position : absolute;
  top : 0;
  left : 5px; 
  -ms-transform : rotate(-20deg);
      transform : rotate(-20deg);
}
.detailCurriculum-pad--cat .pad02 {
  position : absolute;
  top : 31px;
  left : 3px; 
  -ms-transform : rotate(-35deg);
      transform : rotate(-35deg);
}
.detailCurriculum-pad--cat .pad03 {
  position : absolute;
  top : 31px;
  left : 40px; 
  -ms-transform : rotate(-26deg);
      transform : rotate(-26deg);
}
.detailCurriculum-pad--cat .pad04 {
  position : absolute;
  top : 62px;
  left : 40px; 
  -ms-transform : rotate(-45deg);
      transform : rotate(-45deg);
}
.detailCurriculum-pad--cat .pad05 {
  position : absolute;
  top : 60px;
  left : 77px; 
  -ms-transform : rotate(-55deg);
      transform : rotate(-55deg);
}
.detailCurriculum-pad--cat .pad06 , .detailCurriculum-pad--cat .pad07 {
  display : none;
}

@media print, screen and (min-width: 768px) {
  .detailCurriculum-pad--cat {
    top : -80px;
    left : -125px; 
    width : 170px;
    height : 200px;
  }
  .detailCurriculum-pad--cat li {
    width : 22px;
  }
  .detailCurriculum-pad--cat .pad02 {
    top : 20px;
    left : 45px;
  }
  .detailCurriculum-pad--cat .pad03 {
    top : 64px;
    left : 40px;
  }
  .detailCurriculum-pad--cat .pad04 {
    top : 60px;
    left : 88px;
  }
  .detailCurriculum-pad--cat .pad05 {
    top : 115px;
    left : 90px;
  }
  .detailCurriculum-pad--cat .pad06 {
    position : absolute;
    top : 130px;
    left : 140px; 
    display : block;
    -ms-transform : rotate(-45deg);
        transform : rotate(-45deg);
  }
  .detailCurriculum-pad--cat .pad07 {
    position : absolute;
    top : 177px;
    right : 0; 
    display : block;
    -ms-transform : rotate(-55deg);
        transform : rotate(-55deg);
  }
}

.detailCurriculum-pad--dog {
  position : absolute;
  z-index : 10; 
  right : -15px;
  bottom : -44px;
  width : 65px;
  height : 90px;
}
.detailCurriculum-pad--dog li {
  width : 20px;
}
.detailCurriculum-pad--dog .pad01 {
  position : absolute;
  top : 0;
  right : 32px;
}
.detailCurriculum-pad--dog .pad02 {
  position : absolute;
  top : 34px;
  right : 44px; 
  -ms-transform : rotete(-5deg);
      transform : rotete(-5deg);
}
.detailCurriculum-pad--dog .pad03 {
  position : absolute;
  top : 30px;
  right : 4px; 
  -ms-transform : rotate(-10deg);
      transform : rotate(-10deg);
}
.detailCurriculum-pad--dog .pad04 {
  position : absolute;
  top : 68px;
  right : 5px; 
  -ms-transform : rotate(-35deg);
      transform : rotate(-35deg);
}
.detailCurriculum-pad--dog .pad05 {
  display : none;
}

@media print, screen and (min-width: 768px) {
  .detailCurriculum-pad--dog {
    right : -120px; 
    bottom : -136px;
    width : 165px;
    height : 185px;
  }
  .detailCurriculum-pad--dog li {
    width : 27px;
  }
  .detailCurriculum-pad--dog .pad01 {
    right : 130px;
  }
  .detailCurriculum-pad--dog .pad02 {
    top : 30px;
    right : 80px;
  }
  .detailCurriculum-pad--dog .pad03 {
    top : 90px;
    right : 80px;
  }
  .detailCurriculum-pad--dog .pad04 {
    top : 88px;
    right : 25px; 
    -ms-transform : rotate(-16deg);
        transform : rotate(-16deg);
  }
  .detailCurriculum-pad--dog .pad05 {
    position : absolute;
    top : 152px;
    right : 4px; 
    display : block;
  }
}

.home-teacher {
  position : relative;
}
.home-teacher:before {
  position : absolute;
  top : 0; 
  display : inline-block;
  width : 92%;
  width : calc(100% - 30px);
  height : 1px;
  content : '';
  border-top : 1px dotted #ddd;
}
@media print, screen and (min-width: 768px) {
  .home-teacher:before {
    width : 100%;
  }
}

.voiceContents {
  margin : 0 -15px 60px;
}
@media print, screen and (min-width: 768px) {
  .voiceContents {
    margin : 0 0 60px;
  }
  .voiceContents .slick-list {
    margin-left : 0;
  }
}

@media print, screen and (min-width: 768px) {
  .voiceContents-list {
    display : -ms-flexbox;
    display : flex;

    -ms-flex-pack : justify;
    justify-content : space-between;
  }
}

.voiceContents-item {
  margin-bottom : 20px; 
  padding : 0 25px 10px 20px;
}
.voiceContents-item a {
  position : relative; 
  display : block;
  background : #fff;
  box-shadow : 10px 10px #def2ba;
}
@media print, screen and (min-width: 768px) {
  .voiceContents-item {
    width : 300px;
    margin : 0; 
    padding : 0;
  }
  .voiceContents-item a:hover {
    opacity : 1;
  }
}

.voiceContents_img {
  position : relative;
  overflow : hidden; 
  width : 100%;
  height : 180px;
}
.voiceContents_img img {
  position : absolute;
  top : 50%;
  left : 50%;
  max-width : 1440px;
  max-height : 180px; 
  -ms-transform : translate(-50%, -50%);
      transform : translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .voiceContents_img {
    max-height : 200px;
  }
  .voiceContents_img img {
    max-height : 200px;
    transition : all .4s;
  }
  .voiceContentsLink:hover .voiceContents_img img {
    -ms-transform : scale(1.1) translate(-45%, -45%);
        transform : scale(1.1) translate(-45%, -45%);
  }
}

.voiceContentsBody {
  position : relative; 
  padding : 25px 10px 15px 20px;
}
.voiceContentsBody_meta {
  font-size : 1.4rem;
  line-height : 24px;
  position : absolute;
  top : -12px;
  left : 20px; 
  display : inline-block;
  padding-right : 8px;
  padding-left : 8px;
  color : #fff;
  background : #90cc29;
}
.voiceContentsBody_name {
  font-size : 2rem;
  font-weight : bold;
  position : relative; 
  margin-bottom : 12px;
}
.voiceContentsBody_name .btn-arrow {
  z-index : 10; 
  top : 50%;
  right : -28px;
  margin-top : -17px;
}
.voiceContentsBody_text {
  font-size : 1.8rem;
  line-height : 1.5;
  color : #222;
}

@media print, screen and (min-width: 768px) {
  .voiceContentsBody_name {
    padding-right : 5px;
  }
  .voiceContents-item a:hover {
    opacity : 1;
  }
  .voiceContents-item a:hover .btn-arrow:before {
    animation-name : arrowbefore;
    animation-duration : .5s;
    animation-delay : .2s;

    animation-fill-mode : forwards;
  }
  .voiceContents-item a:hover .btn-arrow:after {
    animation-name : arrowafter;
    animation-duration : .5s;

    animation-fill-mode : forwards;
  }
}

.skilupCourse-item {
  padding: 0 28px;
}
.skilupCourse-item:not(:last-child) {
  margin-bottom : 30px;
}
.skilupCourse-item a {
  display : block;
  position: relative;
}
.skilupCourse-item .skilupCourse_btn {
  width: 280px;
  margin: -20px -10px 0 auto;
}
.slilupCourse_ribbon {
  position: absolute;
  background: #eee;
  color: #fff;
  left: 0;
  top: -10px;
  padding: 0 10px;
  z-index: 1;
}
.skilupCourse--hdn .slilupCourse_ribbon {
  background: #2a4a9d;
}
.skilupCourse--hps .slilupCourse_ribbon {
  background: #dca400;
}
.skilupCourse--pfd .slilupCourse_ribbon {
  background: #ff671d;
}


@media print, screen and (min-width: 768px) {
  .skilupCourse {
    display : flex;
  }
  .skilupCourse-item {
    flex: 1;
    padding: 0
  }
  .skilupCourse-item:not(:last-child) {
    margin : 0 50px 0 0;
  }
  .skilupCourse-item a:hover {
    opacity : 1;
  }
  .skilupCourse-item a:hover .btn-arrow:before {
    animation-name : arrowbefore;
    animation-duration : .5s;
    animation-delay : .2s;

    animation-fill-mode : forwards;
  }
  .skilupCourse-item a:hover .btn-arrow:after {
    animation-name : arrowafter;
    animation-duration : .5s;

    animation-fill-mode : forwards;
  }
  .skilupCourse-item .skilupCourse_btn {
    width : 300px;
  }
  .skilupCourse-item .skilupCourse_btn.is-wide {
    width : 420px;
  }
}

.home-blog .subTitle span {
  position : relative;
}
.home-blog .subTitle span:before , .home-blog .subTitle span:after {
  position : absolute;
  top : 50%;
  display : inline-block;
  width : 14px;
  height : 18px;
  margin-top : -9px; 
  content : '';
}
.home-blog .subTitle span:before {
  left : -25px; 
  background : url(../images/home/blog-subtitle-l.svg) no-repeat;
  background-size : 100% auto;
}
.home-blog .subTitle span:after {
  right : -25px; 
  background : url(../images/home/blog-subtitle-r.svg) no-repeat;
  background-size : 100% auto;
}
@media print, screen and (min-width: 768px) {
  .home-blog .subTitle span:before , .home-blog .subTitle span:after {
    width : 21px;
    height : 27px;
    margin-top : -11px;
  }
  .home-blog .subTitle span:before {
    left : -35px;
  }
  .home-blog .subTitle span:after {
    right : -35px;
  }
}

.blogContents {
  margin : 0 -15px 60px;
}
@media print, screen and (min-width: 768px) {
  .blogContents {
    margin : 0 0 60px;
  }
  .blogContents .slick-list {
    margin-left : 0;
  }
}

@media print, screen and (min-width: 768px) {
  .blogContents-list {
    display : -ms-flexbox;
    display : flex;

    -ms-flex-pack : justify;
    justify-content : space-between;
  }
}

.blogContents-item {
  margin-bottom : 20px; 
  padding : 0 25px 10px 20px;
}
.blogContents-item a {
  position : relative; 
  display : block;
  background : #fff;
  box-shadow : 10px 10px #def2ba;
}
.blogContents-item a .btn-arrow {
  top : 65%;
  right : -22px;
}

@media print, screen and (min-width: 768px) {
  .blogContents-item {
    width : 216px;
    margin : 0; 
    padding : 0;
  }
  .blogContents-item a .btn-arrow {
    top : auto;
    right : -24px; 
    bottom : 5px;
  }
  .blogContents-item a:hover {
    opacity : 1;
  }
  .blogContents-item a:hover .btn-arrow:before {
    animation-name : arrowbefore;
    animation-duration : .5s;
    animation-delay : .2s;

    animation-fill-mode : forwards;
  }
  .blogContents-item a:hover .btn-arrow:after {
    animation-name : arrowafter;
    animation-duration : .5s;

    animation-fill-mode : forwards;
  }
}

@keyframes blogArrowAfter {
  100% {
    right : -60px;
    opacity : 0;
  }
}

@keyframes blogArrowBefore {
  100% {
    right : -26px;
    opacity : 1;
  }
}

.blogContents_img {
  max-height : 180px;
}
.blogContents_img img {
  display : block;
  width : 100%;
  max-height : 180px;
  margin-right : auto; 
  margin-left : auto;
}
@media print, screen and (min-width: 768px) {
  .blogContents_img {
    max-height : 141px;
  }
  .blogContents_img img {
    max-height : 141px;
  }
}

.blogContentsBody {
  position : relative; 
  padding : 25px 15px 15px 20px;
}
.blogContentsBody_meta {
  font-size : 1.4rem;
  line-height : 24px;
  position : absolute;
  top : -12px;
  left : 20px; 
  display : inline-block;
  padding-right : 8px;
  padding-left : 8px;
  color : #fff;
  background : #90cc29;
}
.blogContentsBody_date {
  font-size : 1.6rem;
  position : relative; 
  margin-bottom : 10px;
  color : #222;
}
.blogContentsBody_title {
  font-size : 2rem;
  font-weight : bold;
  line-height : 1.5;
}
@media print, screen and (min-width: 768px) {
  .blogContentsBody {
    padding-right : 20px;
  }
  .blogContentsBody_title {
    font-size : 1.8rem;
  }
}

/*About
---------------------------------------*/

.aboutFlow_box {
  position: relative;
}
.aboutFlow_box:not(:last-child) {
  margin-bottom: 80px;
}
.aboutFlow_box:not(:last-child):after {
  position: absolute;
  content: '';
  bottom: -55px;
  left: 50%;
  border: 40px solid transparent;
  margin-left: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 70px 0 70px;
  border-color: #90cc29 transparent transparent transparent;
}
.aboutFlow_box li {
  border: 1px solid #90cc29;
  padding: 10px 15px;
}
.aboutFlow_box li:not(:last-child) {
  margin-bottom: 15px;
}
.aboutFlow_box img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .aboutFlow {
    padding-top: 40px;
    display: flex;
    align-items: center;
  }
  .aboutFlow_box {
    flex: 1;
  }
  .aboutFlow_box:not(:last-child) {
    margin: 0 40px 0 0;
  }
  .aboutFlow_box:not(:last-child):after {
    bottom: 50%;
    left: 100%;
    margin: 0 0 -50px 10px;
    border-width: 50px 0 50px 22px;
    border-color: transparent transparent transparent #90cc29;
  }
  .aboutFlow_box li {
    min-height: 90px;
    display: flex;
    align-items: center;
  }
  .aboutFlow_ttl {
    position: absolute;
    top: -40px;
    white-space: nowrap;
  }
  .aboutFlow_box img {
    max-width: 100%;
  }
}

/* Details
---------------------------------------*/
.detailsCard {
  background : #fff;
}
@media print, screen and (min-width: 768px) {
  .detailsCard {
    height : 100%;
  }
}

.detailsCard-body {
  position : relative; 
  margin-top : -30px;
  padding : 18px;
}
@media print, screen and (min-width: 768px) {
  .detailsCard-body {
    margin-top : -45px;
    padding : 28px;
  }
}

.detailsCard_meta {
  font-size : 1.8rem;
  font-weight : bold;
  line-height : 1.1;
  position : relative; 
  display : inline-block;
  margin-bottom : 12px;
  padding : 4px 6px 4px 26px;
  color : #fff;
  background : #90cc29;
}
.detailsCard_meta:before {
  font-family : 'icon' !important;
  font-size : 1.6rem;
  font-weight : normal;
  line-height : 1.2;
  position : absolute;
  left : 6px; 
  content : '\EA08';
  color : #c8e98d;
}
.l-contents--hdn .detailsCard_meta {
  background : #2a4a9d;
}
.l-contents--hdn .detailsCard_meta:before {
  color : #beccec;
}
.l-contents--hps .detailsCard_meta {
  background : #dca400;
}
.l-contents--hps .detailsCard_meta:before {
  color : #f6dd94;
}

@media print, screen and (min-width: 768px) {
  .detailsCard_meta {
    font-size : 2rem;
    margin-bottom : 15px;
    padding : 7px 12px 7px 40px;

    font-feature-settings : 'pkna';
  }
  .detailsCard_meta:before {
    font-size : 2rem;
    line-height : 1;
    left : 12px;
  }
}

.detailsCard_title {
  font-weight : bold;
  margin-bottom : 12px; 
  padding-bottom : 10px;
  color : #90cc29;
  border-bottom : 1px dotted #ddd;
}
.l-contents--hdn .detailsCard_title {
  color : #2a4a9d;
}
.l-contents--hps .detailsCard_title {
  color : #dca400;
}
@media print, screen and (min-width: 768px) {
  .detailsCard_title {
    font-size : 2rem;
    margin-bottom : 18px; 
    padding-bottom : 15px;
  }
}

.detailsFlow_heading {
  font-size : 1.4rem;
  padding : 15px; 
  color : #111;
  border : 1px solid #111;
}

.detailsFlow_maintitle {
  font-size : 1.8rem;
  font-weight : bold;
  margin : 12px;
  margin-bottom : 12px; 
  color : #47ab34;
}
.detailsFlow_maintitle span {
  font-size : 1.6rem;
  font-weight : normal;
  display : block;
  color : #222;
}
.detailsFlow_maintitle span.detailsFlow_maintitle_yen {
  font-size : 2.5rem;
  font-weight : bold;
  display : inline;
  margin-right : 5px; 
  color : #47ab34;
}
.detailsFlow_maintitle span.detailsFlow_maintitle_yen:after {
  font-size : 1.6rem;
  font-weight : normal; 
  content : '円';
}

@media print, screen and (min-width: 768px) {
  .detailsFlow_maintitle {
    font-size : 2.4rem;
    margin-top : 18px;
    margin-bottom : 18px;
  }
  .detailsFlow_maintitle span {
    font-size : 2rem; 
    display : inline;
  }
  .detailsFlow_maintitle span.detailsFlow_maintitle_yen {
    font-size : 3rem;
  }
  .detailsFlow_maintitle span.detailsFlow_maintitle_yen:after {
    font-size : 2rem;
  }
}

.detailsFlow-list {
  padding : 20px; 
  background : #fff;
}
.detailsFlow-list > li {
  font-size : 1.8rem;
  font-weight : bold;
  position : relative; 
  padding-left : 22px;
  color : #90cc29;
}
.l-contents--hdn .detailsFlow-list > li {
  color : #2a4a9d;
}
.l-contents--hps .detailsFlow-list > li {
  color : #dca400;
}
.detailsFlow-list > li:not(:last-child) {
  margin-bottom : 12px; 
  padding-bottom : 12px;
  border-bottom : 1px dotted #ddd;
}
.detailsFlow-list > li:before {
  font-family : 'icon' !important;
  font-size : 1.6rem;
  font-weight : normal;
  line-height : 1.2;
  position : absolute;
  top : 2px;
  left : 0; 
  content : '\EA08';
  color : #c8e98d;
}
.l-contents--hdn .detailsFlow-list > li:before {
  color : #beccec;
}
.l-contents--hps .detailsFlow-list > li:before {
  color : #f6dd94;
}
.detailsFlow-list > li .list-disc {
  margin-top : 5px;
}
.detailsFlow-list > li .list-disc li {
  font-size : 1.6rem;
  font-weight : normal;
  color : #222;
}

@media print, screen and (min-width: 768px) {
  .detailsFlow-list > li {
    font-size : 2rem;
    padding-left : 28px;
  }
  .detailsFlow-list > li:not(:last-child) {
    margin-bottom : 18px; 
    padding-bottom : 18px;
  }
  .detailsFlow-list > li:before {
    font-size : 2rem;
    line-height : 1;
  }
  .detailsFlow-list > li .list-disc {
    margin-top : 10px;
  }
}

.detailsFlow-step > li {
  border : 2px solid #90cc29; 
  background : #fff;
}
.l-contents--hdn .detailsFlow-step > li {
  border-color : #2a4a9d;
}
.l-contents--hps .detailsFlow-step > li {
  border-color : #dca400;
}
.detailsFlow-step > li:not(:last-child) {
  position : relative; 
  margin-bottom : 15px;
}
.detailsFlow-step > li:not(:last-child):after {
  position : absolute;
  bottom : -19px;
  left : 20px; 
  display : inline-block;
  content : '';
  border : 10px solid transparent;
  border-top : 11px solid #90cc29;
}
.l-contents--hdn .detailsFlow-step > li:not(:last-child):after {
  border-top : 11px solid #2a4a9d;
}
.l-contents--hps .detailsFlow-step > li:not(:last-child):after {
  border-top : 11px solid #dca400;
}

@media print, screen and (min-width: 768px) {
  .detailsFlow-step {
    display : -ms-flexbox;
    display : flex;
  }
  .detailsFlow-step > li {
    width : 190px;

    -ms-flex : 0 0 auto;
        flex : 0 0 auto;
  }
  .detailsFlow-step.is-4col > li {
    width : 241px;
  }
  .detailsFlow-step.is-5col > li {
    width : 19%;
  }
  .detailsFlow-step > li:not(:last-child) {
    margin-right : 12px; 
    margin-bottom : 0;
  }
  .detailsFlow-step > li:not(:last-child):after {
    top : 16px;
    right : -19px; 
    bottom : auto;
    left : auto;
    border-top : 14px solid transparent;
    border-left : 11px solid #90cc29;
  }
  .l-contents--hdn .detailsFlow-step > li:not(:last-child):after {
    border-top : 14px solid transparent;
    border-left : 11px solid #2a4a9d;
  }
  .l-contents--hps .detailsFlow-step > li:not(:last-child):after {
    border-top : 14px solid transparent;
    border-left : 11px solid #dca400;
  }
}

.detailsFlow-step-item {
  display : -ms-flexbox;
  display : flex;
}
@media print, screen and (min-width: 768px) {
  .detailsFlow-step-item {
    display : block;
  }
}

.detailsFlow-step_num {
  font-size : 3.2rem;
  font-weight : bold;
  line-height : 1.1;
  display : -ms-flexbox;
  display : flex;
  width : 18%;
  padding-top : 5px;
  padding-bottom : 3px; 
  text-align : center;
  color : #fff;
  background : #90cc29;

  -ms-flex-align : center;
  align-items : center;
  -ms-flex : 0 0 auto;
      flex : 0 0 auto;
}
.l-contents--hdn .detailsFlow-step_num {
  background : #2a4a9d;
}
.l-contents--hps .detailsFlow-step_num {
  background : #dca400;
}
.detailsFlow-step_num p {
  width : 100%;
}
.detailsFlow-step_num p span {
  font-size : 1.4rem;
  font-weight : normal; 
  display : block;
}

@media print, screen and (min-width: 768px) {
  .detailsFlow-step_num {
    display : block;
    width : 100%;
  }
  .detailsFlow-step_num p {
    display : -ms-flexbox;
    display : flex;
    padding-top : 10px;
    padding-bottom : 10px; 

    -ms-flex-align : center;
    align-items : center;
    -ms-flex-pack : center;
    justify-content : center;
  }
  .detailsFlow-step_num p span {
    margin-right : 5px;
  }
}

.detailsFlow-step-body {
  padding : 10px 15px;
}
.detailsFlow-step-body > p {
  margin-top : 4px;
  margin-bottom : 4px;
}
.detailsFlow-step-body > p.detailsFlow-step_img {
  margin-top : 5px;
}

.detailsFlow-step_title {
  font-weight : bold;
  color : #90cc29;
}
.l-contents--hdn .detailsFlow-step_title {
  color : #2a4a9d;
}
.l-contents--hps .detailsFlow-step_title {
  color : #dca400;
}

@media print, screen and (min-width: 768px) {
  .detailsBtn {
    text-align : center;
  }
}

.detailsBtn_attention {
  font-size : 1.8rem;
  font-weight : bold;
  margin-bottom : 5px; 
  text-align : center;
  color : #f4a111;
}
@media print, screen and (min-width: 768px) {
  .detailsBtn_attention {
    margin-bottom : 10px;
  }
}

.detailsBtn_btn {
  margin-bottom : 10px;
}
@media print, screen and (min-width: 768px) {
  .detailsBtn_btn {
    width : 480px;
    margin-right : auto; 
    margin-left : auto;
  }
}

/* Student
---------------------------------------*/
@media print, screen and (min-width: 768px) {
  .cookingHeading {
    width : 690px;
    margin-right : auto; 
    margin-left : auto;
  }
}

.cookingMedia {
  display : -ms-flexbox;
  display : flex;
}

.cookingMedia_img {
  width : 36%;
  margin-right : 15px;

  -ms-flex : 0 0 auto;
      flex : 0 0 auto;
}
@media print, screen and (min-width: 768px) {
  .cookingMedia_img {
    width : 100px;
    margin-right : 20px;
  }
}

/* Recipe
---------------------------------------*/
@media print, screen and (min-width: 768px) {
  .recipeHeading {
    width : 690px;
    margin-right : auto; 
    margin-left : auto;
  }
}

.recipeMedia {
  display : -ms-flexbox;
  display : flex;
}

.recipeMedia_img {
  width : 36%;
  margin-right : 15px;

  -ms-flex : 0 0 auto;
      flex : 0 0 auto;
}
@media print, screen and (min-width: 768px) {
  .recipeMedia_img {
    width : 100px;
    margin-right : 20px;
  }
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* Faq
---------------------------------------*/
.faq-q {
  padding-left : 45px;
}
.faq-q > span:before {
  font-size : 2rem;
  line-height : 1;
  position : absolute;
  left : 15px; 
  display : inline-block;
  content : 'Q.';
}
@media print, screen and (min-width: 768px) {
  .faq-q {
    padding-left : 50px;
  }
  .faq-q > span:before {
    font-size : 2.4rem;
    left : -34px;
  }
}

.faq-a {
  position : relative;
  padding : 18px 22px 18px 45px;
}
.faq-a:before {
  font-size : 2rem;
  font-weight : bold;
  line-height : 1;
  position : absolute;
  left : 15px; 
  content : 'A.';
  color : #ee940e;
}
@media print, screen and (min-width: 768px) {
  .faq-a {
    padding : 30px 22px 30px 50px;
  }
  .faq-a:before {
    font-size : 2.4rem;
  }
}

/* School
---------------------------------------*/

.school-cv_btn {
  margin-bottom: 20px;
}
.school-cv__body {
  text-align: center;
}
.school-cv__tel {
  text-align: center;
}
.school-cv__telLink {
  display: flex;
  font-size: 2.6rem;
  font-weight: bold;
  justify-content: center;
}
.school-cv__telLink img {
  width: 35px;
  margin-right: 10px;
}
.school-flow {
  overflow: hidden;
}
.school-flow__num {
  background: #dc900d;
  position: relative;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  color: #fff;
}
.school-flow__inner {
  display: flex;
}
.school-flow__inner:not(:last-child) {
  margin-bottom: 30px;
}
.school-flow__inner dt{
  background: #90cc29;
  width: 50px;
  padding: 0 0.5em;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.school-flow__body{
  flex: 1;
  align-self: center;
}
.school-flow__body dd {
  display: flex;
  position: relative;
}
.school-flow__body dd:not(:last-child) {
  margin-bottom: 30px;
}
.school-flow__body dd:after {
  content: '';
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #dc900d transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 28px;
}
.school-flow__body dd h3 {
  flex: 1;
  margin: 35px 10px 0 0;
  line-height: 1.3;
  font-weight: bold;
}
.school-flow__body dd img {
  width: 80px;
}
.school-messageBox {
  display: flex;
  padding: 20px;
}
.school-messageBox_img {
  margin-right: 15px;
  width: 32%;
}
.school-messageBox_body {
  flex: 1;
}
.school-messageBox_name {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.school-messageBox_text {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #90cc29;
}

@media screen and (max-width: 768px) {
  .school-case_table th,
  .school-case_table td {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .school-image {
    margin-top: -40px;
  }
  .school-cv {
    display: flex;
    align-items: center;
  }
  .school-cv_btn {
    margin-bottom: 0;
    width: 260px;
    margin-right: 30px;
  }
  .school-flow {
    display: flex;
  }
  .school-flow__inner {
    display: block;
  }
  .school-flow__inner:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .school-flow__inner dt {
    width: 100%;
    padding: 5px;
    margin: 0 0 20px;
  }
  .school-flow__body {
    display: flex;
  }
  .school-flow__body dd {
    width: 108px;
    flex-flow: column;
    text-align: center;
  }
  .school-flow__body dd:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .school-flow__body dd:after {
    transform: rotate(-90deg);
    top: 8px;
    bottom: auto;
    left: auto;
    right: -19px;
  }
  .school-flow__body dd h3 {
    margin: 0 0 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .school-flow__num {
    margin: 0 0 10px;
    position: static;
  }
  .school-messageBox_img {
    margin-right: 30px;
    width: 200px;
  }
  .school-messageBox_pos {
    font-size: 1.4rem;
  }
  .school-case_table th {
    width: 260px;
  }
}

/* Login
---------------------------------------*/
.loginCont {
  padding-top : 25px;
  padding-bottom : 50px; 
  background : url(../images/common/bg-login.png);
  background-size : 90px 45px;
}
@media print, screen and (min-width: 768px) {
  .loginCont {
    padding-top : 60px;
    padding-bottom : 90px; 
    background-size : 180px 90px;
  }
  .loginCont-inner {
    max-width : 480px;
  }
}

@media print, screen and (min-width: 768px) {
  .loginCont .u-flame {
    padding : 25px 40px;
  }
}

.loginContHeading {
  font-size : 3rem;
  margin-bottom : 15px; 
  text-align : center;
}
@media print, screen and (min-width: 768px) {
  .loginContHeading {
    font-size : 3.5rem;
    margin-bottom : 40px;
  }
}

.loginContHeading_text {
  font-family : 'hh-letter';
  font-size : 2.8rem;
  line-height : 1;
  display : block;
  color : #90cc29;
}
@media print, screen and (min-width: 768px) {
  .loginContHeading_text {
    font-size : 4rem;
  }
}

.loginForm {
  font-size : 1.3rem;
  color : #555;
}
.loginForm dl {
  width : 100%;
  margin-bottom : 10px;
}
.loginForm input[type='text'],
.loginForm input[type='password'],
.loginForm input[type='email']{
  font-size : 1.6rem;
  width : 100%;
  padding : 10px; 
  border : 1px solid #ddd;
  background-color : #fff;
}
.loginForm [type='submit'] {
  font-size : 1.6rem;
  color : #fff; 
  border : none;
  border-radius : 0;
  background : #90cc29;
}
.loginForm [type='submit'] .icon {
  font-size : 2rem;
  position : relative;
  top : -2px; 
  margin-right : 10px;
}

@media print, screen and (min-width: 768px) {
  .loginForm {
    font-size : 1.4rem;
  }
  .loginForm dl {
    display : table;
    margin-bottom : 20px;
  }
  .loginForm dt , .loginForm dd {
    display : table-cell;
  }
  .loginForm dt {
    width : 120px;
    padding-right : 5px;
  }
  .loginForm [type='submit'] {
    overflow : hidden;
    transition : all .3s ease;
  }
  .loginForm [type='submit'] span {
    position : relative;
    z-index : 10;
  }
  .loginForm [type='submit']:before {
    position : absolute;
    z-index : 0;
    top : 0;
    left : -100%;
    display : inline-block;
    width : 100%;
    height : 100%;
    content : '';
    transition : all .3s ease; 
    background : #81b725;
  }
  .loginForm [type='submit']:hover {
    cursor : pointer;
    opacity : 1;
    color : #fff;
  }
  .loginForm [type='submit']:hover:before {
    left : 0;
  }
}

.loginError {
  font-size : 1.3rem;
  display : none;
  color : #d70000;
}
.loginError.error {
  display : block;
}
@media print, screen and (min-width: 768px) {
  .loginError {
    font-size : 1.4rem;
  }
}

/* Error
---------------------------------------*/
.errorCont {
  position : relative; 
  padding-top : 30px;
  padding-bottom : 100px;
  text-align : center;
}
.errorCont:after {
  position : absolute;
  bottom : 0; 
  display : block;
  width : 100%;
  height : 30px;
  content : '';
  background : url(../images/common/bg-grass.png) no-repeat center bottom;
  background-size : auto 30px;
}
@media print, screen and (min-width: 768px) {
  .errorCont {
    padding-top : 50px;
    padding-bottom : 210px;
  }
  .errorCont:after {
    height : 58px;
    background-size : 1800px 58px;
  }
}

.errorHeading {
  margin-bottom : 20px; 
  color : #47ab34;
}
@media print, screen and (min-width: 768px) {
  .errorHeading {
    margin-bottom : 60px;
  }
}

.errorHeading_maintitle {
  font-size : 7rem;
  line-height : 1;
  margin-bottom : 15px;
}
.errorHeading_maintitle span {
  font-size : 4.5rem;
  line-height : .8; 
  display : block;
}
@media print, screen and (min-width: 768px) {
  .errorHeading_maintitle {
    font-size : 10rem;
    margin-bottom : 5px;
  }
  .errorHeading_maintitle span {
    font-size : 7.2rem;
    line-height : 1;
    display : inline-block;
    margin-left : 20px;
  }
}

.errorHeading_text {
  font-family : 'hh-letter';
  font-size : 2.8rem;
  line-height : 1;
  display : block;
  color : #90cc29;
}
@media print, screen and (min-width: 768px) {
  .errorHeading_text {
    font-size : 4rem;
  }
}

.errorContAnime {
  position : absolute;
  bottom : 21px;
  width : 50px;
  height : auto;
  animation-name : errordog;
  animation-duration : 15s;
  animation-timing-function : linear;
  animation-iteration-count : infinite;
}
@media print, screen and (min-width: 768px) {
  .errorContAnime {
    bottom : 40px;
    width : 80px;
    height : auto;
    animation-duration : 30s;
  }
}

@keyframes errordog {
  0% {
    right : 0;
  }
  100% {
    right : 110%;
  }
}

/*タイトル*/
.h2-title{
  font-size: 2.8rem;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-top: 5px;
  border-bottom: 2px solid #90cc29;
}
.h3-title{
  background: #c9e697;
  padding:10px;
  text-align:left;
  font-size: 2.2rem;
  margin-bottom: 40px;
  border-left: 3px solid #90cc29;
}
.h4-title-hdn,
.h4-title-hps,
.h4-title-pfd {
  color:#fff;
  padding:5px;
  text-align:left;
  margin-bottom: 20px;
}
.h4-title-hdn{
  background: #2a4a9d;
}
.h4-title-hps{
  background: #dca400;
}
.h4-title-pfd{
  background: #ff671d;
}
.h4-title-hdn span,
.h4-title-hps span,
.h4-title-pfd span {
  background: #fff;
  margin-left: 10px;
  padding: 0 10px;
  border-radius: 3px;
}
.h4-title-hdn span{
  color: #2a4a9d;

}
.h4-title-hps span{
  color: #dca400;
}
.h4-title-pfd span{
  color: #ff671d;
}

@media print, screen and (max-width: 768px) {
  .h2-title{
    background: #90cc29;
    color:#fff;
    text-align:center;
    font-size: 24px;
    margin:0 -15px 20px;
    padding:10px;
    position: relative;
  }
  .h2-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #90cc29;
    width: 0;
    height: 0;
    margin-left:-15px;
  }
  .h3-title{
    padding:10px;
    font-size: 15px;
    margin-bottom: 20px;
  }
}

/*アンカーボタン*/
.link-anchor-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  border-top:dotted 1px #ddd;
  border-left:dotted 1px #ddd;
  width:1000px;
  margin:0 auto 40px;
}
.link-anchor-list a{
    width: 33.333%;
  padding:15px 10px;
  border-right:dotted 1px #ccc;
  border-bottom:dotted 1px #ddd;
  display:inline-block;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.link-anchor-list a:after {
  font-family : 'icon' !important;
  font-size : 1.4rem;
  font-weight : normal;
  line-height : 1;
  display : inline-block;
  margin-top : -6px; 
  content : '\EA09';
  color : #90cc29;
  position: absolute;
  top:50%;
  right:10px;
}

@media screen and (max-width: 1000px) {
  .link-anchor-list{
    width:100%;
    margin:0 auto 30px;
  }
  .link-anchor-list a{ 
    width: 50%;
    padding:10px;
    font-size: 80%;
    text-align: left;
  }
  .link-anchor-list a:after {
    font-size : 1rem;
    right:5px;
    margin-top : -4px; 
  }
}

/*メディア*/
.media-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.media-section .media-img {
  width: 45%;
}
.media-section .media-body{
  width: 50%;
}
.media-section.media-section-left .media-img{
  order:1;
  margin-right:4.8%;
}
.media-section.media-section-left .media-body{
  order:2;
}
.media-section.media-section-right .media-img{
  order:2;
  margin-left:4.8%;
}
.media-section.media-section-right .media-body{
  order:1;
}
.media-image-left{
  float:left;
  margin:0 20px 20px 0;
}
.media-image-center{
  float:none;
  display:block;
  margin:0 auto;
}

@media print, screen and (max-width: 768px) {
  .media-section .media-img {
    width: 100%;
    text-align: center;
    margin:0 0 20px 0;
  }
  .media-section .media-img img{
    width: 60%;
  }
  .media-section .media-body{
    width: 100%;
  }
  .media-section.media-section-left .media-img{
    order:1;
    margin-right:0%;
  }
  .media-section.media-section-left .media-body{
    order:2;
  }
  .media-section.media-section-right .media-img{
    order:1;
    margin-left:0%;
  }
  .media-section.media-section-right .media-body{
    order:2;
  }
  .media-image-left{
    width:100px;
  }
  .media-image-center{
    width:60%;
  }
}

/*テーブル*/
.tables{
  margin-bottom: 10px;
  background: #fff;
  border-top: 1px #ccc dotted;
}
.tables th,
.tables td{
  padding:8px;
  font-size: 90%;
  border-bottom: 1px #ccc dotted;
}
.tables th{
  text-align: left;
  background: #eee;
}
.table-cell-type{
  width:auto;
}
.table-cell-price{
  width:auto;
}
.table-cell-btn{
  width:auto;
}
.btns-request {
    background: #f4a111;
}

/*詳しくはこちら*/
.link-detail{
  font-weight: bolder;
}
.link-detail:before{
  display:inline-block;
  content: "";
  background: url(../images/icon/icon-plus.svg) repeat;
  background-size: cover;
  width:20px;
  height: 20px;
  float:right;
  margin-left:0.5em;
}
.is-open .link-detail:before{
  display:inline-block;
  content: "";
  background: url(../images/icon/icon-minus.svg) repeat;
  background-size: cover;
  width:20px;
  height: 20px;
  float:right;
  margin-left:0.5em;
}

/*フォントサイズ*/
.text-xlarge{
  font-size: 140%;
}
.text-large{
  font-size: 120%;
}
.text-small{
  font-size: 90%;
}
.text-xsmall{
  font-size: 80%;
}
.text-xxsmall{
  font-size: 70%;
}
/*フォントカラー*/
.text-red{
  color:#d44950;
}
.text-navy{
  color:#2a4a9d;
}
.text-orange{
  color:#dca400;
}
.text-black{
  color:#222;
}

/*講座申し込み・資料請求*/
.apply-area{
  margin-bottom: 40px;
}
.apply-area .l-inner{
  padding: 40px;
  background: #f2ffe9;
  border: solid 1px #eee;
}
@media print, screen and (max-width: 768px) {
  .apply-area{
    margin-bottom: 30px;
  }
  .apply-area .l-inner{
    padding: 10px;
  }
}

/*料金*/
.panels-body {
    padding: 20px;
    border: solid 1px #eee;
}
.bg-light-white{
    background-color: #fff;
}
.bg-light-green {
    background-color: #f2ffe9;
}

/*電話問い合わせボタン*/
.contactBox {
  text-align: center;
}
.contactBox_link {
  display: flex;
  font-size: 2.6rem;
  font-weight: bold;
  justify-content: center;
}
.contactBox_link img {
  width: 35px;
  margin-right: 10px;
}

@media print, screen and (min-width: 769px) {
  .contactBox {
    text-align: left;
  }
  .contactBox_link {
    justify-content: flex-start;
  }
}

/*マイページ*/
#mypage{
    display: -webkit-flex;
    display: flex;
}
#mypage #side-navi{
  border-top:2px solid #90CC29;
  width:200px;
  padding:15px;
  box-sizing: border-box;
  background: #eee;
  margin-right: 20px;
}
#mypage #side-navi .side-navi-login{
  background: #fff;
  border-radius: 4px;
  padding:15px;
  margin-bottom: 1em;
}
#mypage #side-navi .side-navi-login li{
  text-align: center;
}
#mypage #side-navi .side-navi-avator{
  max-width:50%;
  margin:0 auto 10px;
  display:block;
  text-align: center;
}
#mypage #side-navi .side-navi-avator img{
  width:50px;
  height:50px;
  background: #eee;
  border-radius: 50%;
  padding:10px;
}
#mypage #side-navi .side-navi-list li{
  margin-bottom: 0.5em;
}
#mypage #side-navi .side-navi-list li a{
  color:#333;
}
#mypage #side-navi .side-navi-list-sub{
  margin-top: 0.5em;
  margin-left: 1em;
}
#mypage .side-navi-menu{
  display:none; 
}
#mypage .side-navi-name .link{
  display:block;
}
#mypage #side-navi .side-navi-menu img{
  display:none;
}
#mypage #side-navi .link:before {
    position: relative;
    display: inline-block;
    margin-top: -7px;
    content: '';
    color: #333;
  background: url(../images/icon/icon-right-arrow-s.svg) no-repeat;
  background-size: contain;
  width:10px;
  height:10px;
}
#mypage #side-navi .sidebar-sticky {
    top: 100px;
    position: -webkit-sticky;
    position: sticky;
}
#mypage .iframe-wrap iframe {
  width:100%;
  height:200px;
  border:none;
  display:block;
  overflow-y:scroll;
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc;
  padding-left: 20px;
}
#mypage .link {
    position: relative;
}
#mypage .link-l:before {
  position: relative;
  display: inline-block;
  margin-top: -9px;
  content: '';
  color: #333;
  background: url(../images/icon/icon-right-arrow-w-l.svg) no-repeat;
  background-size: contain;
  width:15px;
  height:15px;
}
#mypage .link-r:after {
    position: relative;
    display: inline-block;
    margin-top: -9px;
    content: '';
    color: #333;
  background: url(../images/icon/icon-right-arrow-w-r.svg) no-repeat;
  background-size: contain;
  width:15px;
  height:15px;
}
#mypage .link-border{
  border: 2px solid #90cc29;
  width:100%;
  padding:15px;
  display:inline-block;
  text-align: center;
  position: relative;
}
#mypage .link-border:before {
  display: inline-block;
    position: absolute;
  margin-top: -7px;
    right:10px;
  top:50%;
    content: '';
    color: #333;
  background: url(../images/icon/icon-right-arrow-g.svg) no-repeat;
  background-size: contain;
  width:15px;
  height:15px;
}
#mypage #main-contents{
  width:780px;
}

/* panels
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mypage .panel {
    padding: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: top;
  border-radius: 4px;
}
#mypage .panel.active{
    padding: 0;
    border: 1px solid #90cc29;
    box-sizing: border-box;
    vertical-align: top;
  border-radius: 4px;
  background: #eff9dd;
}
#mypage .panel .panel-body{
    padding:15px 15px;
  z-index:999;
  position: relative;
}
#mypage .panel .panel-title{
  padding:20px;
  background: #eee;
  border-bottom: 1px solid #ccc;
}
#mypage .panel.panel-q .panel-title{
  background: #faf8e0;
  background-size:cover;
  font-weight: bolder;
}
#mypage .panel.panel-q .panel-title span{
  color:#9d552a;
}
#mypage .panel.panel-a .panel-title{
  background: #e0f7fa;
  background-size:cover;
  font-weight: bolder;
}
#mypage .panel.panel-a .panel-title span{
  color:#2a4a9d;
}
#mypage .panel .panel-body-account{
    padding:10px 15px 15px 180px;
  text-align: left;
  z-index:999;
  position: relative;
  min-height: 100px;
}
#mypage .panel .panel-body-footer{
    padding:10px 15px 10px 15px;
  background: #eee;
}
#mypage .panel .panel-icon-title{
  width: 100%;
  text-align: center;
  z-index: 999;
  position: relative;
}
#mypage .panel .panel-icon-title .panel-icon{
  width:100%;
  height:80px;
  text-align: center;
  vertical-align:middle;
  margin:0 auto 1em auto;
  display: block;
}
#mypage .panel .panel-icon-title .panel-icon img{
  width:80px;
  height:80px;
  text-align: center;
  vertical-align:middle;
  margin:0 auto;
  display: block;
}
#mypage .panel-icon-title .panel-icon-text{
  width:auto;
  height:auto;
  font-size:2.5rem;
  font-weight: bolder;
  display: block;
  vertical-align: middle;
}
#mypage .panel-bg{
  position: relative;
  color:#fff;
  font-weight: bolder;
  padding:40px 20px;
  height:180px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#mypage .panel-bg:after {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
#mypage .panel-bg-movie{
  background: url(../images/student/mypage/study-movie-bg.png) no-repeat 50% 50%;
  background-size:cover;
}
#mypage .panel-bg-recipt{
  background: url(../images/student/mypage/study-food-bg.jpg) no-repeat 50% 50%;
  background-size:cover;
}
#mypage .panel-bg-book{
  background: url(../images/student/mypage/study-book-bg.jpg) no-repeat 50% 50%;
  background-size:cover;
}
#mypage .panel-bg-tool{
  background: url(../images/student/mypage/study-tool-bg.jpg) no-repeat 50% 50%;
  background-size:cover;
}
#mypage .panel-bg-tool-china{
  background: url( ../images/student/mypage/tool-china-photo.jpg) no-repeat 50% 50%;
  background-size:cover;
}
#mypage .panel-bg-tool-herb{
  background: url( ../images/student/mypage/tool-herb-photo.jpeg) no-repeat 50% 50%;
  background-size:cover;
}
#mypage .qa-photo{
    width:10%;
  padding:20px;
  background: #eee;
  float:left;
  margin-right: 3%;
  border-radius: 50%;
}
#mypage .panel.panel-q .qa-photo{
  background: #faf8e0;
}
#mypage .panel.panel-a .qa-photo{
  background: #e0f7fa;
}
#mypage .qa-text{
    width:87%;
  float:left;
}
#mypage .qa-text img{
    margin-bottom:20px;
}

@media print, screen and (max-width: 768px) {
  #mypage .qa-photo {
    padding: 10px;
  }
  #mypage .qa-photo img{
    width:30px;
  }
}

/* score
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mypage .score-step li{
  position: relative;
  display: flex;
  border: 1px #90cc29 solid;
  align-items: center;
}
#mypage .score-step li.disabled{
  border-color: #e3d9c9;
}
#mypage .score-step li:not(:last-child):after{
  content: '';
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #90cc29 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
}
#mypage .score-step li + li{
  margin-top: 35px;
}
#mypage .score-step li h3{
  width: 80px;
  height: 80px;
  position: relative;
  text-align: right;
  padding: 27px 10px 0 0;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #90cc29;
}
#mypage .score-step li.disabled h3{
  background: #e3d9c9;
}
#mypage .score-step li h3 span{
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 2rem;
  display: block;
  width: 100%;
  text-align: center;
}
#mypage .score-step li h3 span{
  color: #E3D9C9;
}
#mypage .score-step li.disabled h3 span{
  color: #fff;
}
#mypage .score-step li h3 span:first-letter{
  font-size: 4rem;
  vertical-align: middle;
}
#mypage .score-step li h3 em{
  font-size: 4rem;
  position: relative;
}
#mypage .score-step li p{
  margin-left: 30px;
  font-size: 2rem;
  color: #90cc29;
}
#mypage .score-step li.disabled p{
  color: inherit;
}
#mypage .score-noticeList{
  counter-reset : counter-socre-notice;
}
#mypage .score-noticeList > li > h3{
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
}
#mypage .score-noticeList > li > h3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(counter-socre-notice) ' )';
  counter-increment: counter-socre-notice;
  color: #90cc29;
  font-size: 1.8rem;
}
#mypage .score-noticeList > li ul{
  padding-left: 30px;
}
#mypage .score-status{
  margin: 0 auto 30px;
  color: #90cc29;
  border: 1px #90cc29 solid;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  max-width: 380px;
}


@media print, screen and (min-width: 769px) {
  #mypage .score-step {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mypage .score-step li{
    width: 210px;
  }
  #mypage .score-step li + li{
    margin: 0 0 0 20px;
  }
  #mypage .score-step li p {
    margin-left: 10px;
    font-size: 1.4rem;
  }
  #mypage .score-step li:not(:last-child):after{
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #90cc29;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -8px;
    margin: -8px 0 0 0;
  }
  #mypage .score-noticeList > li > h3{
    font-size: 1.6rem;
  }
  #mypage .score-noticeList > li ul{
    font-size: 1.4rem;
  }
  #mypage .score-noticeList > li ul > li:before {
    top: 7px;
  }
}

/* bottons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mypage .bot-nav{
    display: flex;
}
#mypage .bot{
    padding:10px 15px;
  border-radius: 4px;
  color:#fff;
  display:inline-block;
}
#mypage .bot-240{
    width:240px;
}
#mypage .bot-green{
    background: #90cc29;
}
#mypage .bot-glay{
    background: #999;
}
#mypage .ribbon_box {    
    position: relative;
}
#mypage .ribbon-valid {
    display: inline-block;
    position: absolute;
  top:8px;
    width:150px;
  height:60px;
  background: url(../images/icon/icon-ribbon-valid.svg) no-repeat;
    background-size: 150px;
    background-position: top left;
  color:#333;
  padding:12px 0 0 15px;
  margin-left:-5px;
  font-size: 18px;
  font-weight: bolder;
}
#mypage .ribbon-invalid {
    display: inline-block;
    position: absolute;
  top:8px;
    width:150px;
  height:60px;
  background: url(../images/icon/icon-ribbon-invalid.svg) no-repeat;
    background-size: 150px;
    background-position: top left;
  color:#333;
  padding:12px 0 0 15px;
  margin-left:-5px;
  font-size: 18px;
  font-weight: bolder;
}
#mypage .label-box.hcc {
  background: url( ../images/student/mypage/label-hcc.png) no-repeat;
  background-position: top right;
  background-size:80px;
}
#mypage .label-box.hdn {
  background: url( ../images/student/mypage/label-hdn.png) no-repeat;
  background-position: top right;
  background-size:80px;
}
#mypage .label-box.hps {
  background: url( ../images/student/mypage/label-hps.png) no-repeat;
  background-position: top right;
  background-size:80px;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mypage input[type="email"],
#mypage input[type="number"],
#mypage input[type="search"],
#mypage input[type="text"],
#mypage input[type="tel"],
#mypage input[type="url"],
#mypage input[type="password"],
#mypage textarea,
#mypage select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
#mypage input[type="email"],
#mypage input[type="number"],
#mypage input[type="search"],
#mypage input[type="text"],
#mypage input[type="tel"],
#mypage input[type="url"],
#mypage input[type="password"],
#mypage textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
#mypage textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
#mypage input[type="email"]:focus,
#mypage input[type="number"]:focus,
#mypage input[type="search"]:focus,
#mypage input[type="text"]:focus,
#mypage input[type="tel"]:focus,
#mypage input[type="url"]:focus,
#mypage input[type="password"]:focus,
#mypage textarea:focus,
#mypage select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
#mypage label,
#mypage legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
#mypage fieldset {
  padding: 0;
  border-width: 0; }
#mypage input[type="checkbox"],
#mypage input[type="radio"] {
  display: inline; }
#mypage label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

#mypage input[type="submit"]{
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 100%;
}
#mypage input[type="submit"]::-webkit-search-decoration{
  display: none;
}
#mypage input[type="submit"]::focus{
  outline-offset: -2px;
}
/* プレイスフォルダの文字色薄く */
#mypage :placeholder-shown {
    color: #ccc; 
}
#mypage ::-webkit-input-placeholder {
    color: #ccc; 
}
#mypage :-moz-placeholder {
    color: #ccc; 
}
#mypage ::-moz-placeholder {
    color: #ccc; 
}
#mypage :-ms-input-placeholder {
    color: #ccc; 
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mypage ul.list {
  list-style: circle inside; }
#mypage ol.list {
  list-style: decimal inside; }
#mypage ol.list, ul.list {
  padding-left: 0;
  margin-top: 0; }
#mypage ul.list ul.list,
ul.list ol,
#mypage ol.list ol,
#mypage ol.list ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
#mypage ul.list li,
#mypage ol.list li{
  margin-bottom: 1rem; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mypage .table{
  border-top: 1px solid #E1E1E1;
}
#mypage th,
#mypage td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

/* dl
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mypage dl.list dt{
  float:left;
  width:30%;
  margin-right: 3%;
  margin-bottom: 1em;
  font-weight: bolder;
  clear:left;
}
#mypage dl.list dd{
  float:left;
  width:67%;
  margin-bottom: 1em;
}
/* agreement
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mypage .agreement{
  overflow: auto;
  background: #eee;
  padding:20px;
  height:200px;
  width:100%;
}
/* label
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mypage .label{
  padding:3px 5px;
  color:#fff;
  border-radius: 4px;
  background: #ccc;
  margin-right: 0.5em;
  font-size:90%;
}
#mypage .label.danger{
  background: #d44950;
}

/* slick
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mypage .slider-book{
  margin-bottom: 10px;
  text-align: center;
}
#mypage .slider-book .slick-slide{
  text-align: center;
  height: 450px;
  max-height: 450px;
  overflow: hidden;
}
#mypage .slider-book img{
  width:100%;
  margin:auto;
}
#mypage .slider-book-nav{
  text-align: center!important;
}
#mypage .slider-book-nav .slick-slide{
  margin:0 5px;
  text-align: center;
  border:2px solid #ccc;
  float:none;
  display: inline-block;
  width:100%;
}
#mypage .slider-book-nav img{
  max-height: 60px;
  width:auto;
}
#mypage .slider-book-nav .is-active{
  border:2px solid #90cc29;
}
#mypage .slider-book-nav .slick-track{
  text-align: center;
}
#mypage .slider-book .slick-prev {
    left: -12px;
  text-align: center!important;
  background: #90cc29 url(../images/icon/icon-right-arrow-w-l.svg) no-repeat;
  background-position: center center; 
  background-size: 50%;
}
#mypage .slider-book .slick-next {
    right: -12px;
  text-align: center!important;
  background: #90cc29 url(../images/icon/icon-right-arrow-w-r.svg) no-repeat;
  background-position: center center; 
  background-size: 50%;
}
#mypage .slider-book .slick-next:before{
  display:none;
}
#mypage .slider-book .slick-prev:before{
  display:none;
}
@media print, screen and (max-width: 768px) {
  #mypage .slider-book-nav img{
    max-height: 100%;
    width:auto;
  }
  #mypage .slider-book .slick-slide {
    text-align: center;
    height: auto;
    max-height: auto;
    overflow: hidden;
  }
}
/* Alert
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media print, screen and (max-width: 768px) {
  #mypage{
    display: -webkit-block;
    display: block;
  }
  #mypage #side-navi{
    border-top:2px solid #90CC29;
    width:100%;
    padding:10px 10px 5px 10px;
    margin-right: 0px;
    margin-bottom:20px;
  }
  #mypage #main-contents {
    width: 100%;
  }
  #mypage #side-navi .side-navi-login{
    padding:10px;
    margin-bottom: 0.5em;
    display: -webkit-flex;
    display:flex;
    flex-wrap: wrap;
      justify-content: center;
      align-items: center;
  }
  #mypage #side-navi .side-navi-login li{
    text-align: left;
    font-size: 80%;
  }
  #mypage #side-navi .side-navi-login li .link{
    display:block;
    margin-top:5px;
  }
  #mypage #side-navi .side-navi-avator{
    width:20%;
    margin:auto;
    display:block;
    text-align: left;
  }
  #mypage #side-navi .side-navi-name{
    width:50%;
    margin-left:5%;
  }
  #mypage #side-navi .side-navi-menu{
    display:block;
    width:25%;
    background: #90cc29;
    color:#fff;
    padding:5px;
    border-radius: 4px;
    font-size: 10px;
    text-align: center!important;
    border-bottom: solid 4px #47ab33;
  }
  #mypage #side-navi .side-navi-menu img{
    display: inline-block;
    width:40%;
  }  
  #mypage #side-navi .side-navi-avator img{
    width:50px;
    hetght:50px;
    background: #eee;
    border-radius: 50%;
    padding:10px;
  }
  #mypage #side-navi .side-navi-list{
    display:none;
  }
  #mypage #side-navi .side-navi-list.active{
    display: -webkit-flex;
    display:flex;
    flex-wrap: wrap;
  }
  #mypage #side-navi .side-navi-list.active li{
    width:100%;
    margin:2% 0;
    background: #fff;
    padding:5%;
    font-size: 100%;
  }
  #mypage #side-navi .side-navi-list li a{
    color:#333;
  }
  #mypage #side-navi .side-navi-list-sub{
    display:none;
  }
  #mypage .label-box.hcc {
    background: url( ../images/student/mypage/label-hcc.png) no-repeat;
    background-position: top right;
    background-size:70px;
  }
  #mypage .label-box.hdn {
    background: url( ../images/student/mypage/label-hdn.png) no-repeat;
    background-position: top right;
    background-size:70px;
  }
  #mypage .label-box.hps {
    background: url( ../images/student/mypage/label-hps.png) no-repeat;
    background-position: top right;
    background-size:70px;
  }
  #mypage .panel .panel-body-account{
    padding:70px 10px 10px 10px;
    text-align: left;
    z-index:999;
    position: relative;
  }
}

/* 修了生一覧
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#member #map {
  position: relative;
}
#member #map-lead {
  position: absolute;
  top: 0;
  left: 0;
}
#member #japan-map {
  width: 60%;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0 auto;
}
#member #japan-map .pref {
  background: #224163;
  min-height: 10px;
  font-size: 0.7em;
  text-align: center;
  padding: 3px;
  border-radius: 5px;
}
#member #japan-map .pref a {
  display: block;
  min-height: 10px;
  text-decoration: none;
  color: white;
}
#member #japan-map .pref.hokkai {
  background: #689eca;
}
#member #japan-map .pref.tohoku {
  background: #4da9ce;
}
#member #japan-map .pref.kanto {
  background: #9899c9;
}
#member #japan-map .pref.cyubu {
  background: #9ad47f;
}
#member #japan-map .pref.kinki {
  background: #b3dd53;
}
#member #japan-map .pref.cyugoku {
  background: #ccd570;
}
#member #japan-map .pref.shikoku {
  background: #fdb42a;
}
#member #japan-map .pref.kyusyu {
  background: #fe9900;
}
#member #japan-map .pref.foreign {
  background: #3d7db2;
}
#member .table_style {
  color: #555555;
  border-top: 1px solid #47ab33;
  border-left: 1px solid #47ab33;
  width: 100%;
  margin: 0 0 0 0;
}
#member .table_style_cap {
  color: #fff;
  background: rgb(71, 171, 51);
  font-weight: bolder;
  padding: 5px;
  text-align: left;
}
#member .table_style .tablettl th {
  text-align: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: #90cc29;
  color: #fff;
  border-right: 1px solid #47ab33;
}
#member .table_style .tablettl th:last-child {
  border-right: 1px solid #47ab33;
}
#member .table_style .tablettl th.course1 {
  border-bottom: 1px solid #47ab33;
}
#member .table_style .tablettl th.course2 {
  background: #90cc29;
}
#member .table_style .tablettl th.course3 {
  background: #90cc29;
}
#member .table_style th,
#member .table_style td {
  border-right: 1px solid #47ab33;
  border-bottom: 1px solid #47ab33;
  font-size: 12px;
  padding: 12px 6px;
  line-height: 1.5;
  border-top: none;
  word-wrap: break-word;
}
#member .table_style tr:nth-child(even) {
  background: #fafff1;
}
#member .table_style td img {
  width: 25px;
}

@media print, screen and (max-width: 768px) {
  #member #map-lead {
    position: static;
  }
  #member #japan-map {
    width: 100%;
    margin: 0 auto;
  }
  #member #map-foreign {
    position: static;
    margin-bottom: 20px;
  }
  #member .table_style {
    margin: 0 0 10px 0;
  }
  #member .scroll{
    overflow: auto;
    white-space: nowrap;
  }
  #member .scroll::-webkit-scrollbar{
    height: 5px;
  }
  #member .scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  #member .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}