@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Links
     ========================================================================== */
/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before {
    content: ' ';
    display: table; }
  .row::after {
    content: ' ';
    display: table;
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row {
  float: none; }

.row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  /*h1 {
    font-size: 3rem;
  }*/
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    /*font-weight: bold;*/ }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print, th.show-for-print {
    display: table-cell !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
  .ir a:after {
    content: ''; }
  a[href^='javascript:']:after, a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre, blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  html.is-reveal-open body {
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }

[data-whatinput='mouse'] .reveal {
  outline: 0; }

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0; } }

.reveal .column, .reveal .columns {
  min-width: 0; }

.reveal > :last-child {
  margin-bottom: 0; }

.reveal.collapse {
  padding: 0; }

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0; }

.reveal.without-overlay {
  position: fixed; }

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem; } }

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto; } }

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem; } }

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem; } }

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem; } }

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
    background-color: #178e89; } }

div.school-price table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  div.school-price table thead, div.school-price table tbody, div.school-price table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  div.school-price table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  div.school-price table thead, div.school-price table tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
  div.school-price table thead tr, div.school-price table tfoot tr {
    background: transparent; }
  div.school-price table thead th, div.school-price table thead td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  div.school-price table tfoot th, div.school-price table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  div.school-price table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  div.school-price table tbody th, div.school-price table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead, table.stack tfoot {
    display: none; }
  table.stack tr, table.stack th {
    display: block; }
  table.stack td {
    display: block;
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before {
    content: ' ';
    display: table; }
  .title-bar::after {
    content: ' ';
    display: table;
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.clearfix::before {
  content: ' ';
  display: table; }

.clearfix::after {
  content: ' ';
  display: table;
  clear: both; }

.uline {
  color: #379490; }

.thumb-outer-cover {
  display: inline-block;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  background-size: cover; }

.thumb-fig {
  background: #588adc;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  color: white; }

/*reset*/
.poplar-cm div.columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

/*RHD***********************************/
@media (max-width: 1200px) {
  /*cm*/
  section ul li a {
    /*    font-size: 0.685rem !important;
        */ }
  section li.num-country, section li.num-coment, section li.num-access, section li.num-term {
    font-size: 0.685rem !important; } }

@media (max-width: 1024px) {
  /*common*/
  .row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; } }

div#school .main {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

/*outline*/
.outline h3, .outline h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.0;
  margin-bottom: 0; }

.outline div.h1-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.outline div.country1 i {
  display: inline-block;
  width: 3rem;
  height: auto;
  background: url(../img/common/icon_con_1.png) left top no-repeat;
  background-size: contain;
  margin-right: .5rem; }

/*campaign-box*/
/*table.school-data*/
/*add-button*/
section.school-cm .add-wr {
  position: relative; }

section .add-mylist a, section .add-contribution a, section .add-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -3rem;
  background: #eeeded;
  color: #292929;
  padding: .5rem .5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-weight: bold;
  z-index: 3; }

section .add-mylist a {
  right: 14.5rem; }

section .add-contribution a {
  right: 7.5rem;
  background: #fff35d; }

section .add-share a {
  right: .5rem;
  padding: .5rem 1rem; }

section .add-mylist a span, section .add-contribution a span, section .add-share-detail a span {
  line-height: 1.2;
  font-size: .875rem; }

section .add-mylist a span:last-of-type, section .add-share a span:last-of-type, section .add-contribution a span:last-of-type {
  display: none; }

section .add-mylist a i, section .add-contribution a i, section .add-share a i {
  color: #1db2ab;
  margin-right: .5rem;
  font-size: 1.5rem; }

section .add-contribution a i {
  /*  color: #267873;
  */ }

/*tag-characteristic*/
.tag-characteristic li {
  margin-right: .5rem;
  margin-bottom: .25rem;
  margin-top: .25rem;
  padding: .125rem .8125rem;
  text-align: center;
  display: inline-block;
  color: #e86542;
  background-color: #fdecdd;
  border: 1px solid #e86542; }

div#school .school-con h3, div#school .school-con h2 {
  font-weight: bold;
  font-size: 1.3rem;
  margin: .85rem 0; }
  div#school .school-con h3 sub, div#school .school-con h2 sub {
    bottom: 0;
    font-weight: normal;
    font-size: 1rem;
    display: block;
    margin: 1rem 0 1.25rem; }
  div#school .school-con h3 span, div#school .school-con h2 span {
    font-weight: normal;
    font-size: .875rem;
    margin: 1.5rem 0;
    color: #0a0a0a; }

div#school .school-con h4 {
  font-size: .875rem;
  font-weight: bold; }
  div#school .school-con h4 i {
    display: inline-block;
    width: 1.5rem;
    height: 1.25rem;
    background: url(../img/common/icon_scl_h3.png) left center no-repeat;
    background-size: contain;
    position: relative;
    bottom: -4px; }

div#school .school-con .scl-rv-wr h4 i {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/icon_scl_h3.png) left center no-repeat;
  background-size: contain;
  bottom: 0px;
  /*    position: relative;
          bottom: -3px;
      */ }

div#school .school-con .school-con-point, div#school .school-con p {
  margin-left: 2rem; }

div#school .school-con .school-con-point li {
  color: #267873;
  font-weight: bold; }
  div#school .school-con .school-con-point li p {
    background: url(../img/common/text_line.png) left bottom repeat-x;
    display: inline;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-left: 0; }

/*school-reviews1 page***********************************/
.school-reviews1 .school-cm .school-con section {
  padding: 0 0 1rem;
  margin-bottom: 0.5rem !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .school-reviews1 .school-cm .school-con section:last-child {
    margin-bottom: 0rem !important; }
  .school-reviews1 .school-cm .school-con section > div.scl-rv-wr {
    background: #fff;
    margin: 0;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    padding: 0; }
  .school-reviews1 .school-cm .school-con section > div > div {
    margin: 0;
    padding: 0;
    border-top: 1px solid #cbe4e3; }

div.school-movie .school-cm .school-con section > div > div, div.school-program .school-cm .school-con section > div > div, div.school-price .school-cm .school-con section > div > div {
  border-top: none; }

div#school .school-cm .school-con section div.scl-rv-con1, div#school .school-cm .school-con section div.scl-rv-con2 {
  margin: 0 1rem 0;
  padding: 1rem 0; }

div#school .school-cm .school-con section div.scl-rv-con1 {
  margin-bottom: 0; }

div#school .school-cm .school-con section div.scl-rv-con2 {
  margin-left: 0;
  padding-left: 0; }

div#school .school-cm .school-con section div.scl-rv-con3 {
  padding: 0.75rem 1rem 1rem; }

div#school .school-cm .school-con section div.scl-rv-con3-2 {
  /*  padding: 1.5rem;
        */ }

div#school .school-cm .school-con section div.scl-rv-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  margin-top: 0rem !important;
  border-top: none; }

.school-reviews1 .school-cm .school-con section div.scl-rv-header div.h1name {
  position: relative;
  padding-left: 6.2rem;
  border-top: none; }
  .school-reviews1 .school-cm .school-con section div.scl-rv-header div.h1name img {
    position: absolute;
    top: 0.25rem;
    left: 1rem;
    width: 4.5rem;
    height: 4.5rem; }

.school-reviews1 .school-cm .school-con section div.scl-rv-header div h3, .school-reviews1 .school-cm .school-con section div.scl-rv-header div h2 {
  padding-bottom: .05rem;
  border-bottom: 5px solid #fff578;
  display: inline;
  line-height: 2.0; }

div#school .school-cm .school-con section div.scl-rv-header div h4 {
  font-weight: normal;
  padding-top: .75rem;
  font-size: .875rem; }

.school-reviews1 .school-cm .school-con section div.scl-rv-header ul {
  margin-bottom: 0;
  text-align: right; }
  .school-reviews1 .school-cm .school-con section div.scl-rv-header ul li {
    margin-bottom: .3rem; }
    .school-reviews1 .school-cm .school-con section div.scl-rv-header ul li img {
      width: 90px;
      height: auto; }
    .school-reviews1 .school-cm .school-con section div.scl-rv-header ul li:last-of-type {
      margin-bottom: 0; }
    .school-reviews1 .school-cm .school-con section div.scl-rv-header ul li.date {
      font-size: .72rem;
      padding-left: 0rem;
      min-width: 90px;
      background: url(../img/common/icon_shopwrite.png) left top no-repeat;
      background-size: 13px auto;
      background-position: left 0px top 3px;
      float: right; }

.school-reviews1 .school-cm .school-con section div.scl-rv-con1 dl, .school-reviews1 .school-cm .school-con section div.scl-rv-con2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem; }

.school-reviews1 .school-cm .school-con section div.scl-rv-con1 dt i, .school-reviews1 .school-cm .school-con section div.scl-rv-con2 h4 i {
  color: #178e89;
  background-image: none !important;
  padding-right: .35rem; }

div#school .school-cm .school-con section div.scl-rv-con3 p a {
  color: #178e89;
  font-weight: bold;
  font-size: .875rem;
  display: block;
  float: right;
  margin-bottom: 1rem; }

.school-reviews1 .school-cm .school-con section div.scl-rv-con1 dt {
  margin-bottom: 0;
  width: 7rem;
  font-size: .875rem; }

.school-reviews1 .school-cm .school-con section div.scl-rv-con1 dd {
  width: calc(100% - 7rem);
  text-align: left;
  font-size: .875rem; }

.school-reviews1 .school-cm .school-con section div.scl-rv-con2 dt {
  color: #178e89;
  width: 8rem;
  font-size: .875rem; }

.school-reviews1 .school-cm .school-con section div.scl-rv-con2 dd span {
  font-weight: bold;
  margin-right: 1rem;
  font-size: .875rem; }

.school-reviews1 .school-cm .school-con section div.scl-rv-con2 p {
  margin-bottom: 0;
  font-size: .875rem; }

div#school .school-cm .school-con section div.scl-rv-con3 p {
  margin-left: 0rem;
  font-size: .875rem;
  margin-bottom: 0;
  margin-top: .5rem;
  margin-right: 0rem; }
  div#school .school-cm .school-con section div.scl-rv-con3 p.num-popular {
    margin-top: 0rem;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: .5rem; }

div#school .num-popular i:last-of-type {
  margin-right: .35rem; }

div.school-movie .school-cm .school-con, div.school-program .school-cm .school-con, div.school-price .school-cm .school-con {
  margin-bottom: 3rem !important; }

div.school-movie .school-cm .school-con section > div.scl-rv-header div h3, div.school-movie .school-cm .school-con section h2 {
  display: block;
  margin-top: 0  !important;
  color: #379490; }

div.school-movie .school-cm .school-con section.scl-movie {
  background: url(../img/common/bg_strp_movie_1.png);
  padding-top: 1rem  !important; }

div#school .school-cm .school-con section.scl-movie > div.scl-rv-header {
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  margin-right: 1rem;
  margin-left: 1rem; }

div.school-movie .school-cm .school-con section.scl-movie .scl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  div.school-movie .school-cm .school-con section.scl-movie .scl-box::before {
    display: none; }
  div.school-movie .school-cm .school-con section.scl-movie .scl-box dl {
    /*  border: 1px solid #bfbfbf;
        */
    display: block;
    width: 17.5%;
    margin-right: 2.5%;
    background-color: #fff; }
    div.school-movie .school-cm .school-con section.scl-movie .scl-box dl dt img {
      width: auto;
      height: auto;
      max-height: 150px;
      vertical-align: middle; }
    div.school-movie .school-cm .school-con section.scl-movie .scl-box dl dd {
      background: #639c6e;
      margin-left: auto;
      text-align: center;
      margin-right: auto;
      padding: 0rem .3rem .2rem; }
      div.school-movie .school-cm .school-con section.scl-movie .scl-box dl dd span {
        text-align: center;
        font-weight: 500;
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        font-size: .875rem; }

div.school-program .school-cm .school-con section.scl-program {
  padding-top: 1rem  !important; }
  div.school-program .school-cm .school-con section.scl-program > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    margin-top: 0rem !important;
    margin-bottom: 1rem !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    background: #fff;
    padding: 1rem !important; }
    div.school-program .school-cm .school-con section.scl-program > div:last-of-type {
      margin-bottom: 0rem !important; }
  div.school-program .school-cm .school-con section.scl-program div.scl-box h3, div.school-program .school-cm .school-con section.scl-program div.scl-box h2 {
    display: block;
    color: #379490;
    padding-bottom: .1rem;
    border-bottom: 5px solid #fff578;
    margin-top: 0  !important; }
  div.school-program .school-cm .school-con section.scl-program div.scl-box h4 {
    display: block;
    color: #647aa4;
    padding-bottom: .1rem;
    font-size: 1.1rem; }
  div.school-program .school-cm .school-con section.scl-program table {
    width: 100%;
    margin-bottom: 1rem; }
    div.school-program .school-cm .school-con section.scl-program table th {
      background: #38ad8b;
      color: #fff;
      font-weight: bold;
      text-align: center;
      border: 1px solid #639c6e;
      padding: 0.5rem 0.625rem 0.625rem; }
  div.school-program .school-cm .school-con section.scl-program .pr-table2 {
    width: 50%;
    float: left; }
    div.school-program .school-cm .school-con section.scl-program .pr-table2 table {
      width: 98%;
      margin-left: auto;
      margin-right: auto; }
  div.school-program .school-cm .school-con section.scl-program table .pr-program-ttl {
    background: #60bda2; }
  div.school-program .school-cm .school-con section.scl-program table td {
    border: #639c6e 1px solid;
    background: #fff;
    text-align: center;
    padding: 0.5rem 0.625rem 0.625rem; }
  div.school-program .school-cm .school-con section.scl-program dl, div.school-program .school-cm .school-con section.scl-program p {
    font-weight: bold;
    margin: 0 0 0 .5rem !important; }
  div.school-program .school-cm .school-con section.scl-program table.pr-detail-light th {
    border: #647aa4 1px solid;
    background: #8192b3;
    text-align: center; }
  div.school-program .school-cm .school-con section.scl-program table.pr-detail-light td {
    border: #647aa4 1px solid;
    background: #fff;
    text-align: left; }
  div.school-program .school-cm .school-con section.scl-program dt, div.school-program .school-cm .school-con section.scl-program dd {
    margin: 0rem !important; }

div.school-price .school-cm .school-con section.scl-price {
  padding-top: 1rem  !important;
  position: relative; }
  div.school-price .school-cm .school-con section.scl-price > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    margin-top: 0rem !important;
    margin-bottom: 1rem !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    background: #fff;
    padding: 1rem !important; }

div.school-price-euro .school-cm .school-con section.scl-price > div:first-of-type {
  margin-top: 1rem !important; }

div.school-price .school-cm .school-con section.scl-price div.scl-corselist {
  margin: 0 0 1rem 0 !important;
  background: #f3f3f3; }
  div.school-price .school-cm .school-con section.scl-price div.scl-corselist div {
    margin: 0rem !important;
    width: 100%;
    background: #fff;
    padding: 0.5rem !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    div.school-price .school-cm .school-con section.scl-price div.scl-corselist div a span {
      text-decoration: underline; }

div.school-price .school-cm .school-con section.scl-price div:last-of-type {
  margin-bottom: 0rem !important; }

div.school-price .school-cm .school-con section.scl-price div.scl-box h3, div.school-price .school-cm .school-con section.scl-price div h2 {
  display: block;
  color: #001b78;
  padding-bottom: .1rem;
  border-bottom: 5px solid #9bc1ff;
  margin: 0.5rem 0 1rem 0 !important; }

div.school-price .school-cm .school-con section.scl-price table.pr-table {
  margin-bottom: 1rem; }
  div.school-price .school-cm .school-con section.scl-price table.pr-table td {
    border: #015852 1px solid;
    padding: 0.5rem 0.5rem;
    background: #fff;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word; }

div.school-price .school-cm .school-con section.scl-price > div.scl-corselist h3, div.school-price .school-cm .school-con section.scl-price > div h2 {
  border-bottom: 5px solid #a6e3e1;
  margin-bottom: .5rem !important; }

div.school-price .school-cm .school-con section.scl-price > div.scl-attention h3, div.school-price .school-cm .school-con section.scl-price > div h2 {
  border-bottom: 5px solid #ff797c;
  color: #726363; }

div.school-price-euro .school-cm .school-con section.scl-price table.pr-table td {
  width: auto; }

div.school-price-euro .school-cm .school-con section.scl-price table.pr-table .cell-long {
  width: 30%; }

div.school-price .school-cm .school-con section.scl-price table.pr-table th {
  background: #7badff;
  padding: 0.25rem 0.5rem;
  color: #fff;
  font-weight: bold;
  border: 1px solid #015852;
  text-align: center; }

div.school-price-euro .school-cm .school-con section.scl-price table.pr-table th, div.school-price-euro .school-cm .school-con section.scl-price table.pr-table td div.school-price-euro .school-cm .school-con section.scl-price table.pr-table .cell-normal, div.school-price-euro .school-cm .school-con section.scl-price table.pr-table th {
  width: 17.5%; }

div.school-price-euro .school-cm .school-con section.scl-price table.pr-table .cell-couse {
  background: rgba(97, 189, 184, 0.1);
  width: 30%; }

div.school-price .school-cm .school-con section.scl-price table.pr-table2 {
  margin-bottom: 1rem; }

div.school-price .school-cm .school-con section.scl-price table.pr-table2-end {
  margin-bottom: 0; }

div.school-price .school-cm .school-con section.scl-price table.pr-table2 td {
  border: #eb6100 1px solid;
  padding: 0.5rem 0.5rem;
  background: #fff;
  text-align: left; }

div.school-price .school-cm .school-con section.scl-price table.pr-table2 th {
  background: #fde5e5;
  padding: 0.25rem 0.5rem;
  /* color: #fff; */
  border: 1px solid #eb6100;
  text-align: center; }

div.school-price .school-cm .school-con section.scl-price p {
  margin: .5rem 0rem .75rem 0rem !important;
  line-height: 1.2;
  font-size: .875rem;
  padding: .875rem;
  background: #f2f2ec; }

div.school-price .school-cm .school-con section.scl-price table.pr-table2 td p {
  font-weight: normal;
  margin: 0 !important;
  text-align: left;
  padding: 0 1rem;
  background: none; }

div.school-price .school-cm .school-con section.scl-price dl {
  margin: 0 !important;
  float: left;
  background: #f7f6f6;
  width: 100%;
  font-size: .875rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  div.school-price .school-cm .school-con section.scl-price dl dd::before {
    content: "◆";
    font-size: .4rem;
    position: relative;
    bottom: .05rem;
    margin-right: .125rem; }

div.school-price-euro .school-cm .school-con section.scl-price dl {
  margin: 0 !important;
  float: none;
  background: #fff;
  width: auto;
  font-size: .875rem;
  padding: .5rem 0;
  font-weight: bold; }

div.school-price-euro .school-cm .school-con section.scl-price span {
  color: red; }

div.school-price .school-cm .school-con section.scl-price ul {
  margin: 0 0 0 .5rem !important;
  float: left;
  width: 40%; }
  div.school-price .school-cm .school-con section.scl-price ul li a::before {
    content: "●";
    font-size: .45rem;
    position: relative;
    bottom: .15rem;
    color: #a6e3e1;
    margin-right: .25rem;
    text-decoration: none; }

div.photoInner {
  letter-spacing: -0.5em; }
  div.photoInner > div.column {
    display: inline-block;
    padding: 0 !important;
    margin: 0 1% 2%;
    width: 22.2%;
    float: none !important;
    letter-spacing: normal; }

/*other*/
/*school-movie page***********************************************/
/*div.school-movie .school-cm .school-con section.scl-movie
   .scl-box dl dt{
      display: table-cell;
      width: 193px;
      height: 150px;
      text-align: center;
      vertical-align: middle;
      layout-grid-line:166px;
  }*/
/*school-program page***********************************************/
/*
  div.school-program .school-cm .school-con section.scl-program > div{
      display: flex;
      align-items: center;
      padding: 1rem 0;
      margin-top: 0rem !important;
      margin-bottom: 1rem !important;
      margin-right: 1rem !important;
      margin-left: 1rem !important;
      background: #fff;
      padding:1rem 1.5rem !important;
  }
  div.school-program .school-cm .school-con section.scl-program > div:last-of-type{
      margin-bottom: 0rem !important;
  }
  div.school-program .school-cm .school-con section.scl-program div.scl-box h1 {
      display: block;
      color: #379490;
      padding-bottom: .1rem;
      border-bottom:5px solid #fff578;
  }
  div.school-program .school-cm .school-con section.scl-program table th{
      background:#38ad8b;
      color: #fff;
      font-weight: bold;
      border: 1px solid #639c6e;
  }
  div.school-program .school-cm .school-con section.scl-program .pr-table2{
          width: 50%;
          float: left;
  }
  div.school-program .school-cm .school-con section.scl-program .pr-table2 table{
          width: 98%;
          margin-left: auto;
          margin-right: auto;
  }
  div.school-program .school-cm .school-con section.scl-program table .pr-program-ttl{
      background:#60bda2;
  }
  div.school-program .school-cm .school-con section.scl-program table td{
      border: #639c6e 1px solid;
      background: #fff;
      text-align: center;
  }
  div.school-program .school-cm .school-con section.scl-program dl,
  div.school-program .school-cm .school-con section.scl-program p{
      font-weight: bold;
      margin:0 0 0 .5rem !important;
  }
  */
/*school-price page***********************************************/
@media (max-width: 1024px) {
  div#school .school-cm .school-con section div.scl-rv-con2 {
    margin-left: 1rem; }
  div#school .school-con h3, div#school h2 sub {
    display: block;
    padding-left: 0rem;
    padding-top: .5rem; }
  div.school-movie .school-cm .school-con section.scl-movie .scl-box dl {
    width: 24%;
    margin-right: 1%; } }

@media (max-width: 880px) {
  div.school-price .school-cm .school-con section.scl-price .pr-table-wr {
    overflow: auto;
    margin-bottom: 1rem; }
  div.school-price-euro .school-cm .school-con section.scl-price .pr-table-wr {
    overflow: auto;
    margin-bottom: 0rem; } }

@media (max-width: 639px) {
  /*outline*/
  div#school .school-con h3, div#school h2 {
    display: none; }
  div#school .school-con2 h3, div#school .school-con2 h2 {
    display: block;
    margin-top: .5rem;
    margin-bottom: 1rem; }
  div#school .school-con2 section h3, div#school .school-con2 h2 {
    display: block;
    margin-bottom: 0rem;
    margin-top: 0rem;
    line-height: 1.5; }
  div#school .school-con h3, div#school h2 sub {
    margin: 0.25rem 0 1.25rem; }
  #school h4.slide-main {
    width: 100%;
    text-align: center;
    margin: 0 auto .5rem !important;
    padding: 0; }
  div#school .school-con h4 {
    margin-top: .5rem; }
  div#school .school-con h3, div#school .school-con h2 span {
    font-size: 1rem;
    margin: 0rem 0 .25rem;
    display: block;
    color: #0a0a0a; }
  div#school .school-con .school-con-point {
    margin-left: 0;
    line-height: 1.5;
    font-size: .875rem;
    margin-top: .5rem !important; }
  div#school .school-con p {
    margin-left: 0;
    line-height: 1.5;
    font-size: .875rem;
    margin-top: .5rem !important;
    font-size: .875rem; }
    div#school .school-con p.map {
      font-size: .875rem; }
    div#school .school-con p.page-nav {
      margin-top: 1.5rem !important; }
  div#school .school-cm .school-con section.scl-price table.pr-table2 td p {
    margin-top: 0rem !important; }
  div#school .school-con p.box-title {
    margin-bottom: 0rem !important;
    margin-left: 0 !important; }
  .school-cm div.school-con {
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem; }
  .school-reviews1 .school-cm .school-con section {
    padding: .5rem; }
  div#school .school-con2 section.scl-movie {
    /*  margin-top:4rem !important;
        */
    margin-top: 0rem !important;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding-top: .5rem; }
    div#school .school-con2 section.scl-movie h3, div#school .school-con2 section.scl-movie h2 {
      opacity: 1;
      margin-top: .5rem !important; }
  div.school-movie .school-con2 section.scl-movie h3, div.school-movie h2 {
    margin-bottom: .5rem !important; }
  div.school-movie .school-cm .school-con section.scl-movie .scl-box dl {
    width: calc(50% - .5rem);
    margin-right: 0%;
    margin-left: .25rem;
    margin-right: .25rem; }
  div#school .school-cm .school-con section.scl-movie > div.scl-rv-header {
    padding: .25rem;
    margin-right: .5rem;
    margin-left: .5rem; }
  div.school-movie .school-cm .school-con section.scl-movie .scl-box dl dd {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  div#school .school-con2 section.scl-program {
    padding-bottom: .5rem;
    padding-top: .5rem;
    margin-top: 0rem !important; }
    div#school .school-con2 section.scl-program h3, div#school .school-con2 section.scl-program h2 {
      margin: .5rem 0 !important;
      font-size: 1rem; }
  div.school-program .school-cm .school-con section.scl-program > div {
    padding: .25rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  div.school-program .school-cm .school-con section.scl-program div table {
    margin-bottom: 0.5rem; }
    div.school-program .school-cm .school-con section.scl-program div table:last-cild {
      margin-bottom: 0; }
  div.school-program .school-cm .school-con section.scl-program th, div.school-program .school-cm .school-con section.scl-program td {
    padding: 0.25rem 0.5rem; }
  div.school-program .school-cm .school-con section.scl-program .pr-table2 {
    width: 100%;
    float: none; }
  div#school .school-con2 section.scl-price {
    /*    margin-top: 4rem !important;
        */
    padding-bottom: .5rem;
    padding-top: .5rem;
    margin-top: 0rem !important; }
    div#school .school-con2 section.scl-price h3, div#school .school-con2 section.scl-price h2 {
      margin: 0.5rem 0 .5rem !important; }
  div.school-price .school-cm .school-con section.scl-price > div {
    padding: .5rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  div.school-price-euro .school-cm .school-con section.scl-price > div:first-of-type {
    margin-top: .5em !important; }
  div.school-price .school-cm .school-con section.scl-price > div.scl-corselist {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0.5rem !important; }
    div.school-price .school-cm .school-con section.scl-price > div.scl-corselist div {
      padding: 0rem !important; }
    div.school-price .school-cm .school-con section.scl-price > div.scl-corselist > div {
      padding: 0.25rem !important; }
  div.school-price .school-cm .school-con section.scl-price div table {
    margin-bottom: 0.5rem; }
    div.school-price .school-cm .school-con section.scl-price div table:last-cild {
      margin-bottom: 0; }
  div.school-price .school-cm .school-con section.scl-price th, div.school-price .school-cm .school-con section.scl-price td {
    padding: 0.25rem 0.5rem; }
  div.school-price .school-cm .school-con section.scl-price .pr-table2 {
    width: 100%;
    float: none; }
  div.school-price .school-cm .school-con section.scl-price dl {
    float: none;
    width: 100%;
    font-size: .875rem; }
  div.school-price .school-cm .school-con section.scl-price ul {
    float: none;
    width: 100%;
    margin-bottom: 1rem !important; }
  div.school-price-euro .school-cm .school-con section.scl-price table.pr-table2 {
    margin-bottom: 0rem; }
  /*program page**************************************/
  /*price page**************************************/ }

@media (max-width: 480px) {
  div.school-program .school-cm .school-con section.scl-program th, div.school-program .school-cm .school-con section.scl-program td {
    padding: 0.25rem !important;
    font-size: .6rem; }
  div.school-program .school-cm .school-con section.scl-program th.cell-long {
    min-width: 3rem !important; }
  div.school-price .school-cm .school-con section.scl-price th, div.school-price .school-cm .school-con section.scl-price td {
    padding: 0.25rem;
    font-size: .75rem;
    padding: 0.25rem !important; }
  div.school-price .school-cm .school-con section.scl-price table.pr-table2 td p {
    padding: 0; }
  div.school-price .school-cm .school-con section.scl-price th.cell-long {
    min-width: 4rem !important; } }

@media screen and (max-width: 640px) {
  div.photoInner {
    padding: 0 5%; }
    div.photoInner > div.column {
      margin: 0 1% 3%;
      width: 48%; } }

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font-size: 100%; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

small {
  font-size: 75%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0px; }

nav ul, nav ol {
  list-style: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style: none; }

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333; }

.flt {
  float: left; }

.flr {
  float: right; }

.txt_l, td.txt_l, .txt_l td {
  text-align: left; }

.txt_r, td.txt_r, .txt_r td {
  text-align: right; }

.txt_c, td.txt_c, .txt_c td {
  text-align: center; }

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top; }

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle; }

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom; }

.clear {
  clear: both; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: block; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

.img_bd {
  border: solid 1px #E8E8E8; }

.c_red {
  color: #FF3425; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .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; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Preload images */
body:after {
  content: url(../images/lightbox-close.png) url(../images/lightbox-loading.gif) url(../images/lightbox-prev.png) url(../images/lightbox-next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px; }
  .lightbox a img {
    border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox-loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox-prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }
  .lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox-next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }
  .lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em; }
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em; }
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999; }
  .lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/lightbox-close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .lb-data .lb-close:hover {
      cursor: pointer;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

/* フォントファミリー */
/* fontweight */
/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%; }

body {
  width: 100%;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.06em;
  /* iOS4でのテキストの隙間への対応 */
  -webkit-text-size-adjust: 100%;
  /* 文字サイズの自動調整機能のキャンセル */ }

.win body {
  font-family: "メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif; }

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s; }
  a:link, a:active, a:visited {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s; }
  a:hover {
    color: #000; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

.opacity:hover {
  filter: alpha(opacity=50);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=50)";
  /* IE 8,9 */
  -moz-opacity: 0.5;
  /* FF , Netscape */
  -khtml-opacity: 0.5;
  /* Safari 1.x */
  opacity: 0.5;
  zoom: 1;
  /*IE*/ }

img {
  max-width: 100%;
  height: auto; }
  img[src$=".svg"] {
    max-width: 100%;
    width: 100%;
    height: auto; }

.pc {
  display: none; }

.td {
  display: none; }

.sp {
  display: inherit; }

@media screen and (min-width: 768px) {
  .pc {
    display: none; }
  .sp {
    display: none; }
  .td {
    display: inherit; } }

@media screen and (min-width: 1131px) {
  .td {
    display: none; }
  .sp {
    display: none; }
  .pc {
    display: inherit; } }

/*
//ベース
------------------------------------------------------------
*/
#containerWrap {
  padding: 60px 0 0; }
  @media screen and (min-width: 768px) {
    #containerWrap {
      padding: 0; } }

#container {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

#content {
  padding: 0 0 0 0;
  margin: 0 auto 0;
  clear: both;
  overflow: hidden;
  width: 100%; }

#main {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  clear: both;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    #main {
      float: right;
      width: 72%; } }

#topMain {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0;
  clear: both;
  overflow: hidden; }

#topLeft {
  width: 50%;
  float: left;
  overflow: hidden; }

#topRight {
  width: 50%;
  float: right;
  overflow: hidden; }

#sub {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    #sub {
      float: left;
      width: 23%; } }

#secound {
  clear: both;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  height: 90px;
  background: url(../images/secoundBg.png) no-repeat 0 0;
  padding-bottom: 25px; }

.section_wrap {
  padding: 3em 0; }
  @media screen and (min-width: 768px) {
    .section_wrap {
      padding: 4em 0; } }
  .section_wrap_single {
    padding: 1em 0 3em; }
    @media screen and (min-width: 768px) {
      .section_wrap_single {
        padding: 4em 0; } }

.section {
  margin: 0 0 3em; }
  @media screen and (min-width: 768px) {
    .section {
      margin: 0 0 4em; } }
  .section::before {
    content: '';
    display: block;
    clear: both; }

.sectionC {
  margin: 0 0 3em;
  clear: both;
  overflow: hidden;
  text-align: center; }

.sideSection {
  width: 100%;
  margin: 0 0 3em; }

.sideContact {
  text-align: center;
  margin: 0 0 3em; }

.inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  .inner::after {
    content: '';
    display: block;
    clear: both; }

.inner-800 {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  .inner-800::after {
    content: '';
    display: block;
    clear: both; }

@media screen and (min-width: 768px) {
  .purpose_inner {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    .purpose_inner::after {
      content: '';
      display: block;
      clear: both; } }

.article {
  margin: 0 0 2em; }
  .article img {
    height: auto;
    width: auto;
    margin: 10px 0; }
  .article_thumbs_sp {
    margin: 0 0 1em; }
    .article_thumbs_sp img {
      margin: 0; }
    @media screen and (min-width: 768px) {
      .article_thumbs_sp {
        display: none; } }
  .article_thumbs {
    margin: 0 0 0.5em; }
    @media screen and (min-width: 768px) {
      .article_thumbs {
        float: right;
        text-align: right;
        padding: 0 0 16px 16px;
        margin: 0;
        max-width: 33%; } }
    .article_thumbs img {
      margin: 0; }
  .article_day {
    font-size: 0.87em;
    text-align: right;
    margin: 1.5em 0 0; }
    @media screen and (min-width: 768px) {
      .article_day {
        font-size: 1em; } }
  .article_ttl {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.5;
    margin: 0 0 0.5em;
    background: #f6f6f6;
    padding: 0.5em;
    border-left: 5px solid #ffd500; }
    @media screen and (min-width: 768px) {
      .article_ttl {
        font-size: 1.75em;
        margin: 0 0 1em;
        padding: 0.5em 1em; } }

.info_link {
  margin: 0 0 1em; }

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  width: 100%;
  padding: 0 15px;
  clear: both;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 768px) {
    header {
      position: relative; } }
  header::after {
    content: '';
    display: block;
    clear: both; }

@media screen and (min-width: 768px) {
  .header_box {
    max-width: 1100px;
    margin: 0 auto; } }

#headerLeft {
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0; }

#headerRight {
  float: right;
  padding: 0 0 0 0;
  margin: 0 0 0 0; }

#gnavi {
  display: none;
  margin: 0px auto;
  clear: both;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #gnavi {
      display: block; } }
  #gnavi > ul {
    letter-spacing: -0.5em;
    border-top: 1px solid #b8ab8b;
    border-right: 1px solid #b8ab8b; }
    #gnavi > ul > li {
      display: inline-block;
      width: 98px;
      letter-spacing: 0.03em;
      vertical-align: top;
      font-size: 0.7em;
      line-height: 1.2;
      border-left: 1px solid #b8ab8b;
      position: relative; }
      @media screen and (min-width: 1000px) {
        #gnavi > ul > li {
          width: 120px;
          font-size: 0.75em; } }
      #gnavi > ul > li:last-child {
        background: #FFD500;
        width: 200px; }
      #gnavi > ul > li span {
        font-family: "Crimson Text", serif;
        font-size: 1.8em;
        display: block; }
      #gnavi > ul > li a {
        display: block;
        padding: 1em 0 1.2em;
        position: relative; }
        #gnavi > ul > li a:hover {
          -webkit-box-shadow: 0 -3px 0 0 #000 inset;
          box-shadow: 0 -3px 0 0 #000 inset; }
      #gnavi > ul > li p {
        display: block;
        padding: 1em 0 1.2em;
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer; }
        #gnavi > ul > li p:hover {
          -webkit-box-shadow: 0 -3px 0 0 #000 inset;
          box-shadow: 0 -3px 0 0 #000 inset; }
      #gnavi > ul > li ul {
        position: absolute;
        top: 68px;
        left: -200%;
        z-index: 1;
        margin: 0;
        width: 400%;
        background: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #gnavi > ul > li ul li {
          font-size: 1.18em;
          width: 50%;
          border-bottom: 1px solid #b8ab8b; }
          #gnavi > ul > li ul li:nth-child(odd) {
            border-right: 1px solid #b8ab8b; }
          #gnavi > ul > li ul li:nth-last-child(2) {
            border-bottom: none; }
          #gnavi > ul > li ul li:last-child {
            border: none; }
          #gnavi > ul > li ul li a {
            padding: 1em 0; }
            #gnavi > ul > li ul li a:hover {
              -webkit-box-shadow: none;
              box-shadow: none;
              background: #FFD500; }
      #gnavi > ul > li:hover ul {
        visibility: visible;
        opacity: 1; }

.logo {
  text-align: left;
  max-width: 30vw;
  min-width: 13vw;
  margin: 5px;}

ul.hNavi {
  display: none;
  float: right; }
  @media screen and (min-width: 1000px) {
    ul.hNavi {
      margin: 10px 0 0; } }
  @media screen and (min-width: 768px) {
    ul.hNavi {
      display: block; } }
  ul.hNavi li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 85%;
    vertical-align: middle; }

.search {
  width: 270px; }
  .search .cse .gsc-control-cse, .search .gsc-control-cse {
    padding: 0; }

ul.hNavi_sp {
  float: right;
  margin: 0 45px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    ul.hNavi_sp {
      display: none; } }
  ul.hNavi_sp li {
    width: 60px;
    height: 60px; }
    ul.hNavi_sp li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
  ul.hNavi_sp .tel a {
    font-size: 1.5em;
    color: #fff;
    background: #000; }
    ul.hNavi_sp .tel a i {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  ul.hNavi_sp .line a {
    font-size: 2.1em;
    color: #fff;
    background: #797268; }

.header_ttl {
  padding: 10px 0;
  width: 119px; }
  @media screen and (min-width: 768px) {
    .header_ttl {
      padding: 55px 0 0; } }
  @media screen and (min-width: 1000px) {
    .header_ttl {
      width: 205px;
      padding: 45px 0 0; } }

.h_tel {
  font-family: "Crimson Text", serif;
  font-size: 1.5em;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 1000px) {
    .h_tel {
      font-size: 2em;
      letter-spacing: 0.05em; } }
  .h_tel a {
    color: #797268; }
    .h_tel a i {
      font-size: 0.7em;
      margin: 0 0.2em 0 0;
      -webkit-transform: rotate(100deg);
      -ms-transform: rotate(100deg);
      transform: rotate(100deg); }
  .h_tel_office {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 700;
    font-size: 0.87em;
    color: #797268;
    margin: 1em 0 -0.5em 1.7em;
    line-height: 1; }
    @media screen and (min-width: 1000px) {
      .h_tel_office {
        margin: 0.5em 0 -0.5em 2.2em; } }

#nav2 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
  #nav2 .nav2_left {
    width: 100px;
    float: left; }
    @media screen and (min-width: 1000px) {
      #nav2 .nav2_left {
        width: 180px; } }
  #nav2 .nav2_right {
    float: right; }
  #nav2 .logo {
    margin: 20px 0 0; }
    @media screen and (min-width: 1000px) {
      #nav2 .logo {
        margin: 5px 0 0; } }

.navi2 {
  display: none;
  margin: 0px auto;
  clear: both;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .navi2 {
      display: inline-block;
      letter-spacing: -0.5em;
      border-right: 1px solid #b8ab8b; } }
  .navi2 > li {
    display: inline-block;
    letter-spacing: 0.03em;
    vertical-align: top;
    font-size: 0.7em;
    line-height: 1.2;
    border-left: 1px solid #b8ab8b;
    position: relative; }
    @media screen and (min-width: 1000px) {
      .navi2 > li {
        width: 118px;
        font-size: -0.25em; } }
    .navi2 > li:last-child {
      background: #FFD500;
      width: 150px; }
    .navi2 > li span {
      font-family: "Crimson Text", serif;
      font-size: 1.6em;
      display: block; }
      @media screen and (min-width: 1000px) {
        .navi2 > li span {
          font-size: 1.8em; } }
    .navi2 > li a {
      display: block;
      padding: 1.3em 0.8em 0em;
      position: relative;
      height: 80px; }
      @media screen and (min-width: 1000px) {
        .navi2 > li a {
          padding: 1.3em 1em 0; } }
      .navi2 > li a:hover {
        -webkit-box-shadow: 0 -3px 0 0 #000 inset;
        box-shadow: 0 -3px 0 0 #000 inset; }
    .navi2 > li p {
      display: block;
      padding: 1.3em 0.8em 0em;
      position: relative;
      height: 80px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      .navi2 > li p:hover {
        -webkit-box-shadow: 0 -3px 0 0 #000 inset;
        box-shadow: 0 -3px 0 0 #000 inset; }
    .navi2 > li ul {
      position: absolute;
      top: 84px;
      left: -200%;
      z-index: 1;
      margin: 0;
      width: 500%;
      background: #fff;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (min-width: 1000px) {
        .navi2 > li ul {
          width: 400%;
          left: -150%; } }
      .navi2 > li ul li {
        font-size: 1.18em;
        width: 50%;
        border-bottom: 1px solid #b8ab8b; }
        .navi2 > li ul li:nth-child(odd) {
          border-right: 1px solid #b8ab8b; }
        .navi2 > li ul li:nth-last-child(2) {
          border-bottom: none; }
        .navi2 > li ul li:last-child {
          border: none; }
        .navi2 > li ul li a {
          padding: 1em 0;
          height: auto; }
          .navi2 > li ul li a:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #FFD500; }
    .navi2 > li:hover ul {
      visibility: visible;
      opacity: 1; }

.h_tel_2 {
  display: inline-block;
  float: right;
  margin: 1em 0 0 10px; }
  @media screen and (min-width: 1000px) {
    .h_tel_2 {
      margin: 0.6em 0 0 10px; } }
  .h_tel_2_number {
    font-family: "Crimson Text", serif;
    font-size: 1.1em;
    line-height: 1;
    letter-spacing: 0.01em; }
    @media screen and (min-width: 1000px) {
      .h_tel_2_number {
        font-size: 1.4em; } }
    .h_tel_2_number a {
      color: #797268; }
      .h_tel_2_number a i {
        font-size: 0.7em;
        margin: 0 0.2em 0 0;
        -webkit-transform: rotate(100deg);
        -ms-transform: rotate(100deg);
        transform: rotate(100deg); }
  .h_tel_2_office {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 700;
    font-size: 0.75em;
    color: #797268;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: 0.5em 0 0.8em 1.5em; }

/*  side menu
----------------------------*/
/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 10; }

.overlay::after {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255, 255, 255, 0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5); }

.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8); }

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 420px;
  width: 100%;
  height: 100%;
  padding: 65px 15px;
  text-align: left;
  background: #000;
  z-index: 24;
  opacity: 0;
  display: block;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transform: translate3d(420px, 0, 0);
  -webkit-transform: translate3d(420px, 0, 0);
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition: all .5s ease; }

.side-menu > ul {
  padding: 0;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }
  .side-menu > ul > li {
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 1.5; }
    .side-menu > ul > li span {
      display: block;
      font-size: 0.7em; }
    .side-menu > ul > li a {
      color: #fff;
      display: block;
      padding: 1em; }
      .side-menu > ul > li a:hover {
        color: #FFD500; }
    .side-menu > ul > li dt {
      color: #fff;
      padding: 1em;
      margin: 0;
      position: relative;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .side-menu > ul > li dt:hover, .side-menu > ul > li dt.active {
        color: #FFD500; }
      .side-menu > ul > li dt::after {
        content: '+';
        color: #fff;
        font-size: 1.25em;
        line-height: 0;
        position: absolute;
        right: 10px;
        top: 48%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .side-menu > ul > li dt.active::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .side-menu > ul > li dd ul {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .side-menu > ul > li dd ul li {
        font-size: 0.81em;
        letter-spacing: 0.01em;
        border-top: 1px solid #fff;
        width: 50%; }
        .side-menu > ul > li dd ul li:nth-child(odd) {
          border-right: 1px solid #fff; }
        .side-menu > ul > li dd ul li:last-child {
          border-right: none; }
        .side-menu > ul > li dd ul li a {
          padding: 1.2em 0.5em; }

.side-open .side-menu {
  transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  opacity: 1; }

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  cursor: pointer;
  z-index: 25;
  background: #FFD500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .side-menu-btn {
      display: none; } }

.side-open .side-menu-btn {
  background: #000; }

.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 22px; }

.ellipsis-v .point {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #797268;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.ellipsis-v .point.top {
  top: 0; }

.ellipsis-v .point.mid {
  top: 0;
  bottom: 0; }

.ellipsis-v .point.bot {
  bottom: 0; }

.ellipsis-v .point.menu {
  left: -5px;
  bottom: 5px;
  height: 0;
  text-align: center; }

.side-menu-btn:hover .top {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px); }

.side-menu-btn:hover .bot {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px); }

.side-open .side-menu-btn:hover .top,
.side-open .top {
  width: 28px;
  height: 2px;
  left: 5px;
  background: #FFD500;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.side-open .mid {
  opacity: 0; }

.side-open .side-menu-btn:hover .bot,
.side-open .bot {
  width: 28px;
  height: 2px;
  left: 5px;
  background: #FFD500;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.side-open .ellipsis-v .point.menu {
  /*bottom: 0; */
  /* height: 0; */
  left: -6px; }

/*.side-open .ellipsis-v .point.menu::after {
  content: 'close';
  color: #007dfb;
  font-weight: $font_weight_bold;
}
.side-open .side-menu-btn:hover .ellipsis-v .point.menu::after {
  color: #4787ed;
}*/
.side-open .side-menu-btn:hover .bot,
.side-open .side-menu-btn:hover .top {
  background: #FFD500; }

/*
//フッター
------------------------------------------------------------
*/
.section_fcontact {
  background: #000; }

.fcontact_box-ttl {
  color: #fff;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.5em;
  font-weight: 700;
  position: relative;
  margin: 0 0 0.5em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .fcontact_box-ttl {
      margin: 0 0 0.5em;
      font-size: 1.87em; } }

.fcontact_box-left {
  width: 100%;
  margin: 0 0 2em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .fcontact_box-left {
      width: 50%;
      float: left; } }

.fcontact_box-right {
  width: 100%;
  margin: 0 0 2em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .fcontact_box-right {
      width: 50%;
      float: right; } }

.fcontact_box-office {
  color: #fff;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  margin: 0 0 0.5em; }
  .fcontact_box-office span {
    border-bottom: 1px solid #ffd500;
    padding: 0 0.5em; }

.fcontact_box-time {
  color: #fff; }

.fcontact_box-tel {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .fcontact_box-tel {
      line-height: 1; } }
  .fcontact_box-tel a {
    font-family: "Crimson Text", serif;
    letter-spacing: 0.05em;
    font-size: 2.4em;
    color: #fff;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .fcontact_box-tel a {
        font-size: 3em; } }
    .fcontact_box-tel a i {
      -webkit-transform: rotate(100deg);
      -ms-transform: rotate(100deg);
      transform: rotate(100deg);
      font-size: 0.7em;
      margin: 0 0.2em 0 0; }

.fcontact_box-tel_desc {
  font-size: 0.9em;
  text-align: center; }
  .fcontact_box-tel_desc span {
    display: block; }

.fcontact_box-cv {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .fcontact_box-cv {
      clear: both;
      width: auto;
      text-align: center; } }
  .fcontact_box-cv a {
    color: #000;
    font-size: 1.07em;
    font-weight: 700;
    display: block;
    width: 90%;
    padding: .8em 1em;
    text-align: center;
    position: relative;
    background: #ffd500;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 #c8c8c8;
    box-shadow: 0 2px 0 #c8c8c8;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .fcontact_box-cv a {
        display: inline-block;
        padding: 0.5em 3em;
        width: auto;
        font-size: 1.37em; }
        .fcontact_box-cv a:hover {
          -webkit-box-shadow: 0 1px 0 0 #323232;
          box-shadow: 0 1px 0 0 #323232;
          background: #ffe600; } }

/*.fcontact_box{
  &-ttl{
    color: #fff;
    font-family: $font_family_yu_mincho;
    font-size: 1.5em;
    font-weight: $font_weight_bold;
    position: relative;
    margin: 0 0 0em;
    text-align: center;
    @include mq-up(md){
      text-align: right;
      margin: 0 1em 0 0;
      font-size: 1.87em;
    }
    }
  &-left{
    width: 100%;
    margin: 0 0 0.5em;
    @include mq-up(md){
      width: 50%;
      float: left;
    }
  }
  &-right{
    width: 100%;
    margin: 0 0 1.2em;
    @include mq-up(md){
      width: 50%;
      float: right;
    }
  }
  &-tel{
    text-align: center;
    @include mq-up(md){
      text-align: left;
      margin: 0 0 0 1em;
    }
    a{
      font-family: $font_family_crimson;
      letter-spacing: 0.05em;
      font-size: 2.4em;
      color: #fff;
      line-height: 1.3;
      @include mq-up(md){
        font-size: 2.9em;
      }

      i{
        transform: rotate(90deg);
        font-size: 0.7em;
        margin: 0 0.2em 0 0;
      }
    }
  }
  &-tel_desc{
    font-size: 0.9em;
    text-align: center;
    span{
      display: block;
    }
  }
  &-cv{
    width: 100%;
    @include mq-up(md){
      clear: both;
      width: auto;
      text-align: center;
    }
    a{
      color: #fff;
      font-size: 1.07em;
      font-weight: $font_weight_bold;
      display: block;
      width: 90%;
      padding: .8em 1em;
      text-align: center;
      position: relative;
      background: #BC264F;
      border-radius: 5px;
      box-shadow: 0 2px 0 #c8c8c8;
      margin: 0 auto;
      @include mq-up(md){
        display: inline-block;
        padding: 0.5em 3em;
        width: auto;
        font-size: 1.37em;
        &:hover{
          box-shadow: 0 1px 0 0 #666;
          background: #ff3661;
        }
      }
    }
  }
}*/
#footer_wrap {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding: 2em 0;
  background: #504f4f; }

#footer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  padding: 0 15px; }

.footerBox {
  width: 100%;
  overflow: hidden; }

.footerLeft {
  float: left;
  width: 50%; }

.footerRight {
  float: right;
  text-align: right;
  width: 50%; }

.fbox {
  padding: 0 0 1em;
  margin: 0 0 1em; }
  @media screen and (min-width: 768px) {
    .fbox {
      float: left;
      width: 45%;
      margin: 0 5% 0 0;
      vertical-align: top;} }
  .fbox.lastChild {
    padding: 0;
    margin: 0; }

.dlist_fnavi dt {
  color: #fff;
  padding: 0 0 0.5em;
  margin: 0 0 1em;
  align-content: center;
  }

.dlist_fnavi dd ul li {
  margin: 0 0 0.5em;
  font-size: 1.5em; }
  .dlist_fnavi dd ul li::before {
    color: #c8c8c8; }
  .dlist_fnavi dd ul li a {
    color: #c8c8c8; }
    @media screen and (min-width: 768px) {
      .dlist_fnavi dd ul li a:hover {
        color: #fff;
        text-decoration: underline; } }

ul.fNavi {
  margin-bottom: 25px;
  border-bottom: 1px dotted #FFF;
  padding-bottom: 10px;
  text-align: center; }
  ul.fNavi li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 1px solid  #FFF;
    color: #FFF;
    font-size: 93%; }
    ul.fNavi li a:link {
      color: #FFF; }

ul.fNavi li a:hover {
  color: #D3AD90; }

ul.fNavi li.lastChild {
  border-right: 1px solid #FFF; }

.contact_following {
  width: 100%;
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: fade 1.5s forwards;
  animation: fade 1.5s forwards; }
  @media screen and (min-width: 768px) {
    .contact_following {
      display: none; } }
  .contact_following-desc {
    font-weight: 700;
    color: #fff;
    text-align: center; }
    .contact_following-desc::before, .contact_following-desc::after {
      content: '';
      width: 27px;
      height: 16px;
      display: inline-block;
      margin: 0 1em; }
    .contact_following-desc::before {
      background: url(../images/icon-flollow-left.svg) no-repeat center/auto 100%; }
    .contact_following-desc::after {
      background: url(../images/icon-flollow-right.svg) no-repeat center/auto 100%; }
  .contact_following-btn {
    width: 100%;
    padding: 4px 6px 7px;
    background: rgba(255, 255, 255, 0.5); }
    .contact_following-btn a {
      font-size: 1em;
      font-weight: 700;
      color: #000;
      display: block;
      width: 100%;
      padding: 0.6em;
      text-align: center;
      background: #FFD500;
      position: relative;
      overflow: hidden;
      border-radius: 5px;
      -webkit-box-shadow: 0 3px 0 #444;
      box-shadow: 0 3px 0 #444; }
      .contact_following-btn a i {
        position: absolute;
        top: 0;
        right: 1em;
        bottom: 0;
        height: 1em;
        margin: auto;
        line-height: 1; }
      .contact_following-btn a span {
        font-size: 0.85em;
        color: #e91b23;
        padding: 5px 8px;
        margin: 0 1em 0 0;
        background: #fff;
        position: relative;
        display: inline-block;
        border-radius: 5px;
        line-height: 1; }
        .contact_following-btn a span::after {
          content: '';
          width: 0;
          height: 0;
          border-top: 5px solid transparent;
          border-left: 7px solid #fff;
          border-right: 0px solid transparent;
          border-bottom: 5px solid transparent;
          position: absolute;
          top: 0;
          right: -5px;
          bottom: 0;
          margin: auto; }
      .contact_following-btn a::after {
        background: #fff;
        content: "";
        height: 155px;
        left: -71px;
        left: -20%;
        opacity: .32;
        position: absolute;
        top: -63px;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: 1;
        -webkit-animation: flash 3s infinite;
        animation: flash 3s infinite; }

@-webkit-keyframes fade {
  75% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade {
  75% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes flash {
  85% {
    left: -20%; }
  100% {
    left: 120%; } }

@keyframes flash {
  85% {
    left: -20%; }
  100% {
    left: 120%; } }

.fLogo {
  margin-bottom: 15px; }

.copy {
  font-size: 0.6em;
  color: #c8c8c8;
  width: 100%;
  clear: both;
  padding: 1.5em 15px 63px;
  text-align: center;
  background: #504f4f; }
  @media screen and (min-width: 768px) {
    .copy {
      padding: 1.5em 15px; } }

/*
5:div
------------------------------------------------------------
*/
.leftCol {
  float: left;
  width: 48%; }

.rightCol {
  float: right;
  width: 48%; }

.leftBox {
  float: left; }

.rightBox {
  float: right; }

.box {
  padding: 1em;
  margin: 0 0 1.5em;
  clear: both; }
  @media screen and (min-width: 768px) {
    .box {
      padding: 1.5em; } }
  .box::after {
    content: '';
    display: block;
    clear: both; }
  .box.gry {
    background: #f6f6f6; }
  .box.stripe {
    background: url(../images/icon_stripe_yel.png) repeat center/4px; }
  .box.border {
    border: 1px solid #000; }
  .box.border_double {
    border: 3px solid #000;
    -webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #000 inset;
    box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px #000 inset; }
  .box.arrow {
    border: 1px solid #000;
    position: relative; }
    .box.arrow::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -15px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 30px 0 30px;
      border-color: #000 transparent transparent transparent; }
      @media screen and (min-width: 768px) {
        .box.arrow::before {
          bottom: -20px;
          border-width: 20px 40px 0 40px; } }
  .box .ate {
    border: 1px dotted #1d1d1d; }

.mainImg {
  margin: 0; }
  .mainImg img {
    width: 100%; }
  .mainImg .slick-prev,
  .mainImg .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 768px) {
      .mainImg .slick-prev,
      .mainImg .slick-next {
        width: 40px;
        height: 40px; } }
    .mainImg .slick-prev:before,
    .mainImg .slick-next:before {
      content: '';
      width: 80%;
      height: 80%;
      position: absolute;
      top: 10%;
      left: 10%;
      opacity: 1; }
  .mainImg .slick-prev {
    left: 0; }
    @media screen and (min-width: 768px) {
      .mainImg .slick-prev {
        left: 2%; } }
    .mainImg .slick-prev::before {
      background: url(../images/icon_arrow_wl.svg) no-repeat center/contain; }
  .mainImg .slick-next {
    right: 0; }
    @media screen and (min-width: 768px) {
      .mainImg .slick-next {
        right: 2%; } }
    .mainImg .slick-next::before {
      background: url(../images/icon_arrow_wr.svg) no-repeat center/contain; }

.main_slider li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.main_slider-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  text-align: center; }

.main_slider-text {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.25em;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 0.5em;
  text-align: center;
  text-shadow: 1px 1px 5px #000; }
  @media screen and (min-width: 768px) {
    .main_slider-text {
      font-size: 1.6em;
      margin: 0 0 1em; } }
  @media screen and (min-width: 1000px) {
    .main_slider-text {
      font-size: 1.8em;
      letter-spacing: 0.05em; } }
  .main_slider-text-large {
    font-size: 1.2em; }
  .main_slider-text-middle {
    font-size: 1.1em; }

.main_slider-text_sub {
  color: #FFD500;
  line-height: 1.5;
  display: inline-block;
  border: 1px solid #FFD500;
  padding: 0.5em; }
  @media screen and (min-width: 768px) {
    .main_slider-text_sub {
      font-size: 1.2em; } }
  @media screen and (min-width: 1000px) {
    .main_slider-text_sub {
      font-size: 1.28em;
      letter-spacing: 0.05em; } }

.main_slider-btn-cv {
  text-align: center;
  width: 100%; }
  .main_slider-btn-cv a {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    padding: 0.5em 2em 0.4em;
    background: #e91b23;
    position: relative;
    display: inline-block; }
    .main_slider-btn-cv a i {
      font-size: 0.8em;
      height: 0.8em;
      line-height: 1;
      position: absolute;
      top: 0;
      right: 1em;
      bottom: 0;
      margin: auto; }

.map {
  padding: 20px 0;
  position: relative; }
  .map::before {
    content: '';
    display: block;
    padding: 30% 0 0; }
  .map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.movie {
  width: 100%;
  max-width: 640px;
  position: relative; }
  .movie::before {
    content: '';
    display: block;
    padding: 56% 0 0; }
  .movie > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#g_map {
  margin: 0 0 1em; }

.box-white {
  padding: 1.5em;
  background: #fff; }

.area {
  overflow: hidden;
  margin: 0 0 2em; }
  @media screen and (min-width: 768px) {
    .area {
      margin: 0 0 3em; } }
  .area_left {
    margin: 0 0 1em;
    position: relative; }
    @media screen and (min-width: 768px) {
      .area_left {
        width: 48.5%;
        float: left;
        margin: 0; } }
    .area_left a {
      font-family: "Crimson Text", serif;
      line-height: 1;
      color: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      width: 8%;
      height: 8.5%;
      border-radius: 50%;
      background: #000;
      position: absolute; }
      @media screen and (min-width: 768px) {
        .area_left a {
          width: 6%;
          height: 6.5%;
          padding: 4px 0 0; } }
      .area_left a#map_a_icon {
        top: 15%;
        left: 30%; }
        @media screen and (min-width: 768px) {
          .area_left a#map_a_icon {
            top: 18%;
            left: 31%; } }
      .area_left a#map_b_icon {
        top: 35%;
        left: 25%; }
        @media screen and (min-width: 768px) {
          .area_left a#map_b_icon {
            top: 37%;
            left: 23%; } }
      .area_left a#map_c_icon {
        top: 44%;
        left: 18%; }
        @media screen and (min-width: 768px) {
          .area_left a#map_c_icon {
            top: 45.5%;
            left: 20.5%; } }
      .area_left a#map_d_icon {
        top: 42%;
        right: 26%; }
        @media screen and (min-width: 768px) {
          .area_left a#map_d_icon {
            top: 43.5%;
            right: 27%; } }
      .area_left a#map_e_icon {
        bottom: 27%;
        left: 30%; }
        @media screen and (min-width: 768px) {
          .area_left a#map_e_icon {
            bottom: 28.5%;
            left: 31%; } }
      .area_left a#map_f_icon {
        top: 18.5%;
        left: 10%; }
      .area_left a#map_g_icon {
        top: 7%;
        right: 31%; }
  @media screen and (min-width: 768px) {
    .area_right {
      width: 48.5%;
      float: right; } }
  .area .list_area li {
    font-size: 0.87em;
    font-weight: 700;
    line-height: 1.5;
    border: 1px solid #797268;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 0 #c8c8c8;
    box-shadow: 0 2px 0 0 #c8c8c8;
    margin: 0 0 1em; }
    @media screen and (min-width: 768px) {
      .area .list_area li {
        font-size: 1.06em; } }
    .area .list_area li span {
      font-family: "Crimson Text", serif;
      color: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      margin: 0 0.5em 0 0;
      background: #000;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (min-width: 768px) {
        .area .list_area li span {
          padding: 4px 0 0; } }
    .area .list_area li a {
      padding: 0.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .area .list_area li a:hover {
          color: #b8ab8b; }
          .area .list_area li a:hover span {
            background: #b8ab8b; } }

/*
6:ul
------------------------------------------------------------
*/
.list_blog {
  margin: 0 -2% 0 0;
  letter-spacing: -1em; }
  .list_blog li {
    margin: 0 2% 2em 0;
    width: 30%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top; }

.list_works {
  margin: 0 -2% 0 0;
  letter-spacing: -1em; }
  .list_works li {
    margin: 0 2% 2em 0;
    width: 30%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top; }
    .list_works li img {
      margin-bottom: 20px;
      max-width: 100%;
      height: auto; }

.list_info {
  margin: 0 0 1.5em;
  border-top: 1px solid #c8c8c8; }
  .list_info li {
    border-bottom: 1px solid #c8c8c8;
    font-size: 0.87em; }
    @media screen and (min-width: 768px) {
      .list_info li {
        font-size: 1em; } }
    .list_info li a {
      display: block;
      padding: 1em 0; }
      @media screen and (min-width: 768px) {
        .list_info li a:hover {
          background: #f7f7f7; } }
  .list_info-day {
    margin: 0 1em 0 0; }
  .list_info-campaign, .list_info-news {
    color: #000;
    font-size: 0.8em;
    border-radius: 3px;
    width: 90px;
    padding: 0.3em;
    line-height: 1;
    display: inline-block;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .list_info-campaign, .list_info-news {
        margin: 0 1em 0 0;
        width: 100px; } }
  .list_info-campaign {
    background: #B8AB8B; }
  .list_info-news {
    background: #FFD500; }
  .list_info-desc {
    display: block; }
    @media screen and (min-width: 768px) {
      .list_info-desc {
        display: inline; } }
  .list_info dl {
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .list_info dl dt {
        float: left;
        width: 220px; } }
    @media screen and (min-width: 768px) {
      .list_info dl dd {
        margin: 0 0 0 220px; } }
  .list_info-ttl {
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 0.1em; }
    @media screen and (min-width: 768px) {
      .list_info-ttl span {
        border-bottom: 1px dashed #c8c8c8; } }
  .list_info-txt {
    display: none; }
    @media screen and (min-width: 768px) {
      .list_info-txt {
        display: block;
        font-size: 0.87em; }
        .list_info-txt span.list_info-more {
          text-decoration: underline;
          color: #2642c5; } }

.list_two li {
  width: 48%;
  margin-right: 4%; }
  .list_two li:last-child {
    margin-right: 0; }

.list_three li {
  width: 30%;
  margin-right: 5%; }
  .list_three li:last-child {
    margin-right: 0; }

.list_four li {
  width: 22%;
  margin-right: 4%; }
  .list_four li:last-child {
    margin-right: 0; }

.list_five li {
  width: 18%;
  margin-right: 2.5%; }
  .list_five li:last-child {
    margin-right: 0; }

.list_purpose {
  position: relative;
  letter-spacing: -0.5em; }
  @media screen and (min-width: 768px) {
    .list_purpose {
      margin: 0 -1% 0 0; } }
  .list_purpose_ttl {
    height: 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 1000px) {
      .list_purpose_ttl {
        height: 100px; } }
    .list_purpose_ttl h3 {
      text-align: center;
      margin: 0 0 0.5em;
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 1.2em;
      line-height: 1.2; }
      @media screen and (min-width: 1000px) {
        .list_purpose_ttl h3 {
          font-size: 1.6em; } }
      .list_purpose_ttl h3 span {
        display: block;
        font-size: 0.6em;
        line-height: 1.5; }
      .list_purpose_ttl h3 .sp {
        display: inline-block; }
  .list_purpose > li {
    width: 100%;
    padding: 20px 10px;
    margin: 0 0 2%;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: normal;
    position: relative; }
    @media screen and (min-width: 768px) {
      .list_purpose > li {
        display: inline-block;
        width: 24%;
        margin: 0 1% 1% 0; } }
    .list_purpose > li .list_btn_purpose {
      margin: 0 -3% 0 0;
      letter-spacing: -0.5em;
      position: relative; }
      @media screen and (min-width: 768px) {
        .list_purpose > li .list_btn_purpose {
          margin: 0 0 -3%; } }
      .list_purpose > li .list_btn_purpose li {
        display: inline-block;
        width: 47%;
        margin: 0 3% 0 0;
        letter-spacing: normal;
        vertical-align: top; }
        @media screen and (min-width: 768px) {
          .list_purpose > li .list_btn_purpose li {
            width: 100%;
            margin: 0 0 3% 0; } }
        .list_purpose > li .list_btn_purpose li::before {
          content: none; }
        .list_purpose > li .list_btn_purpose li a {
          display: block;
          color: #fff;
          border: 1px solid #fff;
          text-align: center;
          padding: 0.5em; }
          @media screen and (min-width: 768px) {
            .list_purpose > li .list_btn_purpose li a:hover {
              background: #fff;
              color: #000; } }
    .list_purpose > li .circle_icon {
      width: 70px;
      height: 70px;
      background: #fff;
      border-radius: 50%;
      margin: 0 auto 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative; }
      @media screen and (min-width: 1000px) {
        .list_purpose > li .circle_icon {
          width: 100px;
          height: 100px;
          margin: 0 auto 30px; } }
      .list_purpose > li .circle_icon img {
        width: 60%;
        height: 60%;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
    .list_purpose > li::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    @media screen and (min-width: 768px) {
      .list_purpose > li:hover::before {
        background: rgba(100, 100, 0, 0.5); } }
  .list_purpose_sub {
    margin: 0 -2% -2% 0;
    letter-spacing: -0.5em; }
    @media screen and (min-width: 768px) {
      .list_purpose_sub {
        margin: 0 -1% -1% 0; } }
    .list_purpose_sub > li {
      display: inline-block;
      width: 48%;
      margin: 0 2% 2% 0;
      letter-spacing: normal;
      vertical-align: top; }
      @media screen and (min-width: 768px) {
        .list_purpose_sub > li {
          width: 19%;
          margin: 0 1% 1% 0; } }
      @media screen and (min-width: 1000px) {
        .list_purpose_sub > li .list_purpose_ttl {
          height: 80px; } }
      @media screen and (min-width: 1000px) {
        .list_purpose_sub > li .list_purpose_ttl h3 {
          font-size: 1.12em; } }
      @media screen and (min-width: 1000px) {
        .list_purpose_sub > li .list_purpose_ttl h3 span {
          font-size: 0.72em; } }
      @media screen and (min-width: 1000px) {
        .list_purpose_sub > li .circle_icon {
          width: 90px;
          height: 90px;
          margin: 0 auto 30px; } }
      .list_purpose_sub > li .list_btn_purpose {
        margin: 0; }
        .list_purpose_sub > li .list_btn_purpose li {
          width: 100%;
          margin: 0; }
  .list_purpose_01 {
    background: url(../images/top_img09.jpg) no-repeat center/cover; }
  .list_purpose_02 {
    background: url(../images/top_img10.jpg) no-repeat center/cover; }
  .list_purpose_03 {
    background: url(../images/top_img11.jpg) no-repeat center/cover; }
  .list_purpose_04 {
    background: url(../images/top_img12.jpg) no-repeat center/cover; }
  .list_purpose_05 {
    background: url(../images/top_img13.jpg) no-repeat center/cover; }
  .list_purpose_06 {
    background: url(../images/top_img14.jpg) no-repeat center/cover; }
  .list_purpose_07 {
    background: url(../images/top_img15.jpg) no-repeat center/cover; }
  .list_purpose_08 {
    background: url(../images/top_img16.jpg) no-repeat center/cover; }
  .list_purpose_09 {
    background: url(../images/top_img17.jpg) no-repeat center/cover; }
  .list_purpose_10 {
    background: url(../images/top_img18.jpg) no-repeat center/cover; }
  .list_purpose_11 {
    background: url(../images/top_img19.jpg) no-repeat center/cover; }
  .list_purpose_12 {
    background: url(../images/top_img20.jpg) no-repeat center/cover; }
  .list_purpose_13 {
    background: url(../images/top_img21.jpg) no-repeat center/cover; }
  .list_purpose_14 {
    background: url(../images/top_img22.jpg) no-repeat center/cover; }

.list_reco {
  letter-spacing: -0.5em;
  margin: 0 -3% -3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list_reco li {
    display: inline-block;
    width: 47%;
    margin: 0 3% 3% 0;
    letter-spacing: normal;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 2px 0 0 #c8c8c8;
    box-shadow: 0 2px 0 0 #c8c8c8; }
    @media screen and (min-width: 768px) {
      .list_reco li {
        width: 22%; } }
    .list_reco li a {
      display: block;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .list_reco li a dt {
          position: relative;
          overflow: hidden; }
          .list_reco li a dt::before {
            content: '';
            width: 100%;
            height: 100%;
            background: rgba(50, 50, 50, 0.5);
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            z-index: 1; }
          .list_reco li a dt::after {
            content: '';
            width: 100%;
            height: 100%;
            background: url(../images/icon_plus.svg) no-repeat center/30px;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transform: scale(0.2);
            -ms-transform: scale(0.2);
            transform: scale(0.2);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            z-index: 2; }
          .list_reco li a dt img {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            -webkit-transform: scale(1.01);
            -ms-transform: scale(1.01);
            transform: scale(1.01); }
        .list_reco li a:hover dt::before {
          opacity: 1; }
        .list_reco li a:hover dt::after {
          opacity: 1;
          -webkit-transform: scale(1) rotate(-90deg);
          -ms-transform: scale(1) rotate(-90deg);
          transform: scale(1) rotate(-90deg); }
        .list_reco li a:hover img {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); } }
      .list_reco li a dd {
        font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
        font-size: 0.94em;
        line-height: 1.2;
        padding: 0.8em 0.5em; }
        @media screen and (min-width: 768px) {
          .list_reco li a dd {
            font-size: 1.12em; } }

.list_seminar {
  margin: 0 0 2em; }
  @media screen and (min-width: 768px) {
    .list_seminar {
      letter-spacing: -0.5em;
      margin: 0 -3.33% 3em 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .list_seminar_ttl {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 500;
    color: #323232;
    padding: 0 0 0.2em;
    margin: 0 0 0.5em;
    border-bottom: 1px solid #c8c8c8; }
    @media screen and (min-width: 768px) {
      .list_seminar_ttl {
        font-size: 1.25em; } }
  .list_seminar > li {
    background: #fff;
    border-radius: 5px;
    padding: 1.5em;
    margin: 0 0 1em; }
    @media screen and (min-width: 768px) {
      .list_seminar > li {
        display: inline-block;
        width: 30%;
        margin: 0 3.33% 0 0;
        letter-spacing: normal;
        vertical-align: top; } }
    .list_seminar > li li {
      font-size: 0.87em; }

.list_merit {
  margin: 50px 0 -10px; }
  @media screen and (min-width: 768px) {
    .list_merit {
      letter-spacing: -0.5em;
      margin: 50px -3.33% 3em 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .list_merit_ttl {
    background: #797268;
    color: #fff;
    padding: 0.8em;
    margin: 0 0 0.5em;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.12em;
    line-height: 1.5;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      .list_merit_ttl {
        font-size: 1.25em;
        margin: 0 0 1em; } }
  .list_merit li {
    margin: 0 0 40px;
    border: 1px solid #797268;
    padding: 1em;
    position: relative; }
    @media screen and (min-width: 768px) {
      .list_merit li {
        display: inline-block;
        width: 30%;
        margin: 0 3.33% 0 0;
        letter-spacing: normal;
        vertical-align: top; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .list_merit li {
      padding: 1.5em 1em; } }
    .list_merit li::before, .list_merit li::after {
      content: '';
      width: 1px;
      height: 80%;
      background: #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .list_merit li::before {
      left: -1px; }
    .list_merit li::after {
      right: -1px; }
    .list_merit li .merit {
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #FFD500;
      color: #2C435E;
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 0.6em;
      line-height: 1.1;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: -30px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .list_merit li p {
      font-size: 0.87em; }
      @media screen and (min-width: 768px) {
        .list_merit li p {
          font-size: 1em; } }

@media screen and (min-width: 768px) {
  .list_useful {
    letter-spacing: -0.5em;
    margin: 0 -2% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.list_useful.list_three {
  margin: 0 0 2em; }
  @media screen and (min-width: 768px) {
    .list_useful.list_three {
      margin: 0 -2% 0 0; } }
  .list_useful.list_three li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .list_useful.list_three li {
        width: 31.33%; } }
    .list_useful.list_three li:last-child {
      margin: 0 0 2%; }
      @media screen and (min-width: 768px) {
        .list_useful.list_three li:last-child {
          margin: 0 2% 3% 0; } }
    @media screen and (min-width: 768px) {
      .list_useful.list_three li .list_useful-img_wrap {
        height: 200px; } }
    @media screen and (min-width: 768px) {
      .list_useful.list_three li .list_useful-img_box {
        height: 200px; } }

.list_useful li {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 2%;
  -webkit-box-shadow: 0 2px 0 0 #c8c8c8;
  box-shadow: 0 2px 0 0 #c8c8c8; }
  @media screen and (min-width: 768px) {
    .list_useful li {
      display: inline-block;
      width: 23%;
      margin: 0 2% 3% 0;
      letter-spacing: normal;
      vertical-align: top;
      background: #fff; } }
  .list_useful li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 768px) {
      .list_useful li a {
        display: block;
        height: 100%; }
        .list_useful li a .list_useful-img_box {
          position: relative; }
          .list_useful li a .list_useful-img_box::before {
            content: '';
            width: 100%;
            height: 100%;
            background: rgba(121, 114, 104, 0.5);
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .list_useful li a .list_useful-img_box::after {
            content: '';
            width: 100%;
            height: 100%;
            background: url(../images/icon_plus.svg) no-repeat center/30px;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transform: scale(0.2);
            -ms-transform: scale(0.2);
            transform: scale(0.2);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
        .list_useful li a:hover .list_useful-img_box::before {
          background: rgba(50, 50, 50, 0.5);
          opacity: 1; }
        .list_useful li a:hover .list_useful-img_box::after {
          opacity: 1;
          -webkit-transform: scale(1) rotate(-90deg);
          -ms-transform: scale(1) rotate(-90deg);
          transform: scale(1) rotate(-90deg); }
        .list_useful li a:hover .list_useful-img_box {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); } }

.list_useful-img_wrap {
  width: 33%;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .list_useful-img_wrap {
      width: 100%;
      height: 150px; } }

.list_useful-img_box {
  height: 100%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .list_useful-img_box {
      width: 100%;
      height: 150px;
      -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
      transform: scale(1.01);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; } }
  .list_useful-img_box::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(121, 114, 104, 0.5);
    position: absolute;
    top: 0;
    left: 0; }

.list_useful-desc_box {
  width: 67%;
  padding: 1em;
  background: #fff; }
  @media screen and (min-width: 768px) {
    .list_useful-desc_box {
      width: 100%; } }

.list_useful_ttl {
  font-weight: 500;
  font-size: 0.9em;
  margin: 0 0 .2em; }
  @media screen and (min-width: 768px) {
    .list_useful_ttl {
      font-size: 1.06em;
      margin: 0 0 0.5em; } }

.list_useful_desc {
  font-size: 0.75em;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .list_useful_desc {
      font-size: 0.87em;
      line-height: 1.7; } }

.list_useful_bnr {
  letter-spacing: -0.5em;
  margin: 0 -3% 20px 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .list_useful_bnr {
      text-align: left; } }
  .list_useful_bnr li {
    display: inline-block;
    width: 47%;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 3% 2% 0;
    letter-spacing: normal;
    vertical-align: top;
    -webkit-box-shadow: 0 2px 0 0 #c8c8c8;
    box-shadow: 0 2px 0 0 #c8c8c8;
    position: relative; }
    @media screen and (min-width: 768px) {
      .list_useful_bnr li {
        width: 30.33%;
        height: 70px; } }
    .list_useful_bnr li::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(121, 114, 104, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    @media screen and (min-width: 768px) {
      .list_useful_bnr li:hover::before {
        background: rgba(50, 50, 50, 0.5); } }
    .list_useful_bnr li a {
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 1em;
      position: relative; }
      @media screen and (min-width: 768px) {
        .list_useful_bnr li a {
          height: 70px; } }
  .list_useful_bnr_ttl {
    text-align: center;
    font-size: 0.87em;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 0 5px #000,0 0 10px #000; }
    @media screen and (min-width: 768px) {
      .list_useful_bnr_ttl {
        font-size: 1.06em;
        text-shadow: 0 0 8px #000,0 0 10px #000; } }

.useful_sec {
  margin: 0 0 2em; }
  @media screen and (min-width: 768px) {
    .useful_sec {
      margin: 0 0 3em; } }

@media screen and (min-width: 768px) {
  .list_useful-page {
    margin: 0 -5% 0 0;
    letter-spacing: -0.4em; } }

.list_useful-page li {
  font-size: 0.87em;
  border-bottom: 1px dashed #323232; }
  @media screen and (min-width: 768px) {
    .list_useful-page li {
      display: inline-block;
      width: 45%;
      margin: 0 5% 0 0;
      font-size: 1em;
      letter-spacing: 0.01em;
      vertical-align: top; } }
  .list_useful-page li a {
    display: block;
    padding: 0.5em 1em;
    background: url(../images/icon_arrow_r.svg) no-repeat left/4px; }
    @media screen and (min-width: 768px) {
      .list_useful-page li a:hover {
        background: url(../images/icon_arrow_r.svg) no-repeat center left 4px/4px;
        color: #797268; } }

.list_purpose_bnr {
  letter-spacing: -0.5em;
  margin: 0 -2% -2% 0;
  text-align: center; }
  .list_purpose_bnr li {
    display: inline-block;
    width: 48%;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 2% 2% 0;
    letter-spacing: normal;
    vertical-align: top;
    -webkit-box-shadow: 0 2px 0 0 #c8c8c8;
    box-shadow: 0 2px 0 0 #c8c8c8;
    position: relative; }
    @media screen and (min-width: 768px) {
      .list_purpose_bnr li {
        width: 18%;
        height: 70px; } }
    .list_purpose_bnr li::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(50, 50, 50, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    @media screen and (min-width: 768px) {
      .list_purpose_bnr li:hover::before {
        background: rgba(0, 0, 0, 0.6); } }
    .list_purpose_bnr li a {
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 1em;
      position: relative; }
      @media screen and (min-width: 768px) {
        .list_purpose_bnr li a {
          height: 70px; } }
  .list_purpose_bnr_ttl {
    text-align: center;
    font-size: 0.87em;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 0 5px #000,0 0 10px #000; }
    @media screen and (min-width: 768px) {
      .list_purpose_bnr_ttl {
        font-size: 1.12em;
        text-shadow: 0 0 8px #000,0 0 10px #000; } }

.list_column {
  margin: 0 0 1.5em;
  border-top: 1px solid #797268; }
  @media screen and (min-width: 768px) {
    .list_column {
      letter-spacing: -0.5em;
      margin: 0 -3.33% 3em 0;
      border: none; } }
  @media screen and (min-width: 768px) {
    .list_column.list_column_v {
      margin: 0 0 2em; } }
  .list_column.list_column_v li {
    padding: 1.5em; }
    @media screen and (min-width: 768px) {
      .list_column.list_column_v li {
        width: 100%;
        padding: 0;
        margin: 0 0 1.5em; } }
    .list_column.list_column_v li a {
      display: block;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .list_column.list_column_v li a {
          padding: 1em;
          border: 1px solid #c8c8c8; }
          .list_column.list_column_v li a:hover {
            border: 1px solid #b8ab8b; } }
  .list_column.list_column_v .list_column-img {
    margin: 0 0 5px; }
    @media screen and (min-width: 768px) {
      .list_column.list_column_v .list_column-img {
        width: 37%;
        float: left; } }
  .list_column.list_column_v .list_column-img_box {
    width: 100%;
    float: none; }
    @media screen and (min-width: 768px) {
      .list_column.list_column_v .list_column-img_box {
        margin: 0; } }
  .list_column.list_column_v .list_column-desc {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .list_column.list_column_v .list_column-desc {
        margin: 0 0 0 40%; } }
  @media screen and (min-width: 768px) {
    .list_column.list_column_v .list_column_cat {
      float: none;
      margin: 0 2px 2px 0; } }
  @media screen and (min-width: 768px) {
    .list_column.list_column_v .list_column_day {
      margin: 0; } }
  .list_column.list_column_v .list_column_ttl {
    font-size: 1em;
    font-weight: 700;
    margin: 0 0 0.5em; }
    @media screen and (min-width: 768px) {
      .list_column.list_column_v .list_column_ttl {
        font-size: 1.12em;
        line-height: 1.5; } }
  .list_column.list_column_v .list_column_txt {
    line-height: 1.5;
    font-size: 0.87em; }
    @media screen and (min-width: 768px) {
      .list_column.list_column_v .list_column_txt {
        font-size: 1em; } }
  .list_column li {
    padding: 1em 0;
    border-bottom: 1px solid #797268;
    position: relative; }
    .list_column li::after {
      content: '';
      display: block;
      clear: both; }
    @media screen and (min-width: 768px) {
      .list_column li {
        letter-spacing: normal;
        vertical-align: top;
        display: inline-block;
        width: 30%;
        margin: 0 3.33% 0 0;
        border: none;
        padding: 0; } }
    .list_column li a {
      display: block; }
      @media screen and (min-width: 768px) {
        .list_column li a:hover .list_column-img_box img {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        .list_column li a:hover .list_column-img::before {
          opacity: 1; }
        .list_column li a:hover .list_column-img::after {
          opacity: 1;
          -webkit-transform: scale(1) rotate(-90deg);
          -ms-transform: scale(1) rotate(-90deg);
          transform: scale(1) rotate(-90deg); } }
    .list_column li .new {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #FFD500;
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 0.7em;
      position: absolute;
      top: 5px;
      left: 0;
      z-index: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        .list_column li .new {
          left: -10px;
          top: -10px;
          width: 50px;
          height: 50px;
          font-size: 0.8em; } }
  .list_column-img {
    position: relative; }
    .list_column-img::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(50, 50, 50, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      border-radius: 5px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      z-index: 1; }
    .list_column-img::after {
      content: '';
      width: 100%;
      height: 100%;
      background: url(../images/icon_plus.svg) no-repeat center/30px;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
      transform: scale(0.2);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      z-index: 2; }
  .list_column-img_box {
    width: 37%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px; }
    .list_column-img_box::before {
      content: '';
      display: block;
      padding: 66% 0 0; }
    @media screen and (min-width: 768px) {
      .list_column-img_box {
        width: 100%;
        float: none;
        margin: 0 0 10px; } }
    .list_column-img_box img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: -50%;
      right: -50%;
      margin: auto;
      -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
      transform: scale(1.001);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .list_column-desc {
    margin: 0 0 0 41%; }
    @media screen and (min-width: 768px) {
      .list_column-desc {
        margin: 0;
        position: relative; } }
  .list_column_cat {
    font-size: 0.7em;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    padding: 0.2em 1em;
    margin: 0 2px 0 0;
    border-radius: 3px;
    background: #666; }
    @media screen and (min-width: 768px) {
      .list_column_cat {
        position: relative;
        top: 3px;
        float: right;
        margin: 0 0 2px 2px; } }
    @media screen and (min-width: 1000px) {
      .list_column_cat {
        font-size: 0.8em; } }
  .list_column_cat.language, .list_column_cat.language_school {
    background: #6BA466; }
  .list_column_cat.life, .list_column_cat.newyork_life {
    background: #3A95A6; }
  .list_column_cat.career {
    background: #9A8CB0; }
  .list_column_cat.restaurant, .list_column_cat.restaurant_and_cafe {
    background: #B8AB8B; }
  .list_column_cat.study, .list_column_cat.study_english {
    background: #2AB3FA; }
  .list_column_cat.guide, .list_column_cat.sightseeing {
    background: #C4628F; }
  .list_column_day {
    font-size: 0.75em; }
    @media screen and (min-width: 768px) {
      .list_column_day {
        font-size: 1em;
        margin: 0 0 0.5em; } }
  .list_column_ttl {
    font-size: 0.87em;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .list_column_ttl {
        font-size: 1.06em;
        line-height: 1.7; } }

.list_bnr_wrap {
  max-width: 840px;
  margin: 0 auto; }

.list_bnr {
  letter-spacing: -0.5em;
  margin: 0 -2% 30px 0; }
  .list_bnr li {
    display: inline-block;
    width: 48%;
    border-radius: 5px;
    margin: 0 2% 2% 0;
    letter-spacing: normal;
    vertical-align: top;
    position: relative; }
    @media screen and (min-width: 768px) {
      .list_bnr li {
        width: 23%; } }
    .list_bnr li::before {
      content: '';
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(315deg, white, rgba(255, 255, 255, 0.95) 30%, transparent 80%);
      background: -o-linear-gradient(315deg, white, rgba(255, 255, 255, 0.95) 30%, transparent 80%);
      background: linear-gradient(135deg, white, rgba(255, 255, 255, 0.95) 30%, transparent 80%);
      position: absolute;
      top: 0;
      left: 0; }
    .list_bnr li::after {
      content: '';
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(50, 50, 50, 0.3) 30%, transparent 60%);
      background: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(50, 50, 50, 0.3) 30%, transparent 60%);
      background: linear-gradient(-45deg, rgba(0, 0, 0, 0.4), rgba(50, 50, 50, 0.3) 30%, transparent 60%);
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 5px;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .list_bnr li:hover::after {
      opacity: 1; }
    .list_bnr li a {
      position: relative;
      z-index: 1;
      border: 1px solid #000;
      border-radius: 5px;
      display: block;
      overflow: hidden;
      height: 160px;
      padding: 0.5em 0.8em; }
      @media screen and (min-width: 768px) {
        .list_bnr li a {
          height: 180px; } }
  .list_bnr_ttl {
    font-size: 1.18em;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 0 40px; }
    @media screen and (min-width: 768px) {
      .list_bnr_ttl {
        font-size: 1.37em; } }
    .list_bnr_ttl span {
      display: block;
      font-size: 0.7em; }
      @media screen and (min-width: 768px) {
        .list_bnr_ttl span {
          font-size: 0.6em; } }
  .list_bnr_01 {
    background: url(../images/bnr_01.jpg) no-repeat center/cover; }
    .list_bnr_01 p {
      background: url(../images/icon_events.svg) no-repeat left bottom/34px; }
  .list_bnr_02 {
    background: url(../images/bnr_02.jpg) no-repeat center/cover; }
    .list_bnr_02 p {
      background: url(../images/icon_experience.svg) no-repeat left bottom/34px; }
  .list_bnr_03 {
    background: url(../images/bnr_03.jpg) no-repeat center/cover; }
    .list_bnr_03 p {
      background: url(../images/icon_stories.svg) no-repeat left bottom/34px; }
  .list_bnr_04 {
    background: url(../images/bnr_04.jpg) no-repeat center/cover; }
    .list_bnr_04 p {
      background: url(../images/icon_youtube.svg) no-repeat left bottom/34px; }

.list_sns {
  margin: 0 0 -15px; }
  @media screen and (min-width: 768px) {
    .list_sns {
      text-align: center; } }
  .list_sns li {
    width: 200px;
    text-align: left;
    margin: 0 auto 15px; }
    @media screen and (min-width: 768px) {
      .list_sns li {
        display: inline-block;
        width: auto;
        margin: 0 2em 0 0; } }
    @media screen and (min-width: 768px) {
      .list_sns li:last-child {
        margin: 0; } }
    .list_sns li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .list_sns li a:hover img {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
    .list_sns li img {
      width: 40px;
      margin: 0 10px 0 0; }
      @media screen and (min-width: 768px) {
        .list_sns li img {
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
          transform: scale(0.95); } }

.purpose_slider li {
  text-align: center;
  vertical-align: top;
  margin: 0 5px; }
  @media screen and (min-width: 768px) {
    .purpose_slider li {
      margin: 0 15px; } }

.purpose_slider a {
  display: block; }
  @media screen and (min-width: 768px) {
    .purpose_slider a:hover .circle_icon {
      border-color: #fff;
      background: #fff; }
      .purpose_slider a:hover .circle_icon img {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg); } }

.purpose_slider .circle_icon {
  width: 70px;
  height: 70px;
  border: 2px solid #797268;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media screen and (min-width: 1000px) {
    .purpose_slider .circle_icon {
      width: 100px;
      height: 100px;
      margin: 0 auto 10px; } }
  .purpose_slider .circle_icon img {
    width: 60%;
    height: 60%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }

.purpose_slider_ttl {
  font-size: 0.87em;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    .purpose_slider_ttl {
      font-size: 1.12em;
      line-height: 1.5; } }
  .purpose_slider_ttl span {
    display: block;
    font-size: 0.72em; }

.purpose_slider .slick-prev,
.purpose_slider .slick-next {
  width: 10px;
  height: 18px;
  z-index: 1; }

.purpose_slider .slick-prev {
  left: -15px; }
  .purpose_slider .slick-prev::before {
    content: '';
    width: 10px;
    height: 18px;
    background: url(../images/s_arrow_l.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1; }

.purpose_slider .slick-next {
  right: -15px; }
  .purpose_slider .slick-next::before {
    content: '';
    width: 10px;
    height: 18px;
    background: url(../images/s_arrow_r.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1; }

.image_slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  left: 50%;
  width: 300vw;
  overflow: hidden;
  font-size: 0;
  margin: 0 0 32px -50vw;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .image_slider {
      margin: 0 0 48px -50vw;
      width: 100vw; } }
  .image_slider ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
    padding: 0; }
    .image_slider ul li {
      display: inline-block;
      width: calc(100vw / 2);
      margin: 0 5px 0 0;
      list-style: none;
      text-align: center;
      position: relative; }
      @media screen and (min-width: 768px) {
        .image_slider ul li {
          width: calc(100vw / 3);
          margin: 0 10px 0 0; } }
      @media screen and (min-width: 1000px) {
        .image_slider ul li {
          width: calc(100vw / 3);
          margin: 0 1% 0 0; } }
      .image_slider ul li::before {
        content: '';
        display: block;
        padding: 66% 0 0; }
      .image_slider ul li img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -o-object-fit: cover;
        object-fit: cover;
        margin: auto; }

.image_slider ul:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.image_slider ul + ul {
  -webkit-animation: loop2 50s  linear infinite;
  animation: loop2 50s linear infinite; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%); } }

.list_ranking {
  margin: 0 0 1em; }
  @media screen and (min-width: 768px) {
    .list_ranking {
      letter-spacing: -0.5em;
      margin: 0 -2.33% 1em 0;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .list_ranking li {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 3%;
    -webkit-box-shadow: 0 2px 0 0 #c8c8c8;
    box-shadow: 0 2px 0 0 #c8c8c8;
    border: 2px solid #797268;
    background: #797268 url(../images/icon_stripe_be.png) repeat center/4px; }
    @media screen and (min-width: 768px) {
      .list_ranking li {
        display: inline-block;
        width: 31%;
        margin: 0 2.33% 2.33% 0;
        letter-spacing: normal;
        vertical-align: top; } }
    .list_ranking li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .list_ranking li a .list_ranking-img_box {
          position: relative; }
          .list_ranking li a .list_ranking-img_box::before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .list_ranking li a .list_ranking-img_box::after {
            content: '';
            width: 100%;
            height: 100%;
            background: url(../images/icon_plus.svg) no-repeat center/30px;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transform: scale(0.2);
            -ms-transform: scale(0.2);
            transform: scale(0.2);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
        .list_ranking li a:hover .list_ranking-img_box::before {
          background: rgba(50, 50, 50, 0.5);
          opacity: 1; }
        .list_ranking li a:hover .list_ranking-img_box::after {
          opacity: 1;
          -webkit-transform: scale(1) rotate(-90deg);
          -ms-transform: scale(1) rotate(-90deg);
          transform: scale(1) rotate(-90deg); }
        .list_ranking li a:hover .list_ranking-img_box {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); } }
  .list_ranking-img_wrap {
    width: 33%;
    overflow: hidden; }
  .list_ranking-img_box {
    height: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .list_ranking-img_box {
        width: 100%;
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; } }
    .list_ranking-img_box::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .list_ranking-desc_box {
    width: 67%;
    padding: 1em 0.5em; }
    @media screen and (min-width: 768px) {
      .list_ranking-desc_box {
        padding: 1em; } }
  .list_ranking_ttl {
    font-weight: 500;
    font-size: 0.9em;
    margin: 0 0 .2em;
    color: #fff;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .list_ranking_ttl {
        font-size: 1.06em;
        margin: 0 0 0.5em; } }
  .list_ranking_desc {
    font-size: 0.75em;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .list_ranking_desc {
        font-size: 0.87em;
        line-height: 1.7; } }

.list_anc_bnr {
  margin: 0 0 -0.8em; }
  @media screen and (min-width: 768px) {
    .list_anc_bnr {
      margin: 0 -3.33% 2px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      letter-spacing: -0.4em;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .list_anc_bnr li {
    margin: 0 0 1em;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 0 #323232;
    box-shadow: 0 2px 0 0 #323232; }
    @media screen and (min-width: 768px) {
      .list_anc_bnr li {
        width: 30%;
        max-width: 250px;
        min-height: 132px;
        margin: 0 3.33% 0 0;
        letter-spacing: 0.01em;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .list_anc_bnr li:hover {
          -webkit-box-shadow: 0 1px 0 0 #323232;
          box-shadow: 0 1px 0 0 #323232; } }
    .list_anc_bnr li a {
      color: #fff;
      font-weight: 500;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.6);
      display: block;
      height: 100%;
      padding: 1.5em 0 2em;
      margin: 0 0 2px;
      position: relative; }
      .list_anc_bnr li a::before {
        content: '';
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        border: 1px solid #fff;
        border-radius: 4px;
        position: absolute;
        top: 3px;
        left: 3px; }
      .list_anc_bnr li a::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        position: absolute;
        bottom: 0.5em;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      @media screen and (min-width: 768px) {
        .list_anc_bnr li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 1.25em;
          line-height: 1.5; }
          .list_anc_bnr li a:hover {
            text-shadow: 0 0 6px rgba(0, 0, 0, 0.8), 0 0 12px rgba(0, 0, 0, 0.8); }
          .list_anc_bnr li a:hover::after {
            bottom: 0.3em; } }
    .list_anc_bnr li.merit01 {
      background: url(../images/bnr_merit01.jpg) no-repeat center/cover; }
    .list_anc_bnr li.merit02 {
      background: url(../images/bnr_merit02.jpg) no-repeat center/cover; }
    .list_anc_bnr li.merit03 {
      background: url(../images/bnr_merit03.jpg) no-repeat center/cover; }
    .list_anc_bnr li.support01 {
      background: url(../images/bnr_support01.jpg) no-repeat center/cover; }
    .list_anc_bnr li.support02 {
      background: url(../images/bnr_support02.jpg) no-repeat center/cover; }
    .list_anc_bnr li.support03 {
      background: url(../images/bnr_support03.jpg) no-repeat center/cover; }

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  75% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); } }

@keyframes swing {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  75% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); } }

.list_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -5% 5% 0; }
  @media screen and (min-width: 768px) {
    .list_icon {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 0 1%; } }
  .list_icon.ce {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .list_icon li {
    width: 45%;
    margin: 0 5% 5% 0;
    font-size: 0.81em;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .list_icon li {
        width: 20%;
        margin: 0 0 4%;
        font-size: 1em; } }
    .list_icon li a {
      display: block; }
      @media screen and (min-width: 768px) {
        .list_icon li a:hover img {
          -webkit-animation: swing 0.5s;
          animation: swing 0.5s; } }
    .list_icon li img {
      width: 60%;
      margin: 0 0 5px; }
      @media screen and (min-width: 768px) {
        .list_icon li img {
          width: 60%;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0); } }
    .list_icon li p {
      line-height: 1.56;
      height: 3em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

/*
7:dl
------------------------------------------------------------
*/
.dlist_about {
  margin: 0 5% 0 0;
  letter-spacing: -1em; }
  .dlist_about dt {
    float: left;
    width: 48%; }
  .dlist_about dd {
    float: right;
    width: 48%; }

.dlist_comparison {
  margin: 0 0 1em; }
  .dlist_comparison dt {
    margin: 0 0 1em; }

/*
8:table
------------------------------------------------------------
*/
.menu_table, .price_table {
  width: 100%;
  border-top: 1px solid #b6e8ff; }
  .menu_table th, .price_table th {
    font-weight: 700;
    padding: 0.8em 1em;
    border-bottom: 1px solid #b6e8ff; }
  .menu_table td, .price_table td {
    padding: 0.8em 1em;
    border-bottom: 1px solid #b6e8ff; }

.company_table {
  width: 100%;
  border-top: 1px solid #000; }
  .company_table th {
    font-weight: 700;
    padding: 0.8em 1em;
    border-bottom: 1px solid #000; }
  .company_table td {
    padding: 0.8em 1em;
    border-bottom: 1px solid #000; }

/*
9:タイトル
------------------------------------------------------------
*/
.top_ttl {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 1em;
  padding: 0 0 0.8em;
  position: relative; }
  .top_ttl::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #000; }

.ttl_wrap {
  padding: 3em 0;
  position: relative;
  z-index: 0; }
  .ttl_wrap.bk::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (min-width: 768px) {
    .ttl_wrap {
      padding: 4em 0; } }
  .ttl_wrap.white::after {
    background: #fff; }
  .ttl_wrap.lowmain_1 {
    background: url(../images/lowimg_01.jpg) no-repeat center/cover; }
  .ttl_wrap.lowmain_2 {
    background: url(../images/lowimg_02.jpg) no-repeat center/cover; }
  .ttl_wrap.lowmain_3 {
    background: url(../images/lowimg_03.jpg) no-repeat center/cover; }
  .ttl_wrap.lowmain_4 {
    background: url(../images/lowimg_04.jpg) no-repeat center/cover; }
  .ttl_wrap.lowmain_5 {
    background: url(../images/lowimg_05.jpg) no-repeat center/cover; }
  .ttl_wrap.lowmain_6 {
    background: url(../images/lowimg_06.jpg) no-repeat center/cover; }

.low_main_ttl {
  font-size: 1.5em;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  color: #000;
  max-width: 1130px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 1000px) {
    .low_main_ttl {
      font-size: 1.8em; } }
  .low_main_ttl.white {
    color: #fff;
    text-shadow: 0 0 10px #000; }
    .low_main_ttl.white span.under_txt::before,
    .low_main_ttl.white span.under_txt::after {
      background: #fff; }
  .low_main_ttl span {
    display: block;
    line-height: 1.2; }
  .low_main_ttl span.under_txt {
    display: inline-block;
    font-size: 0.4em;
    letter-spacing: 0.08em;
    position: relative; }
    .low_main_ttl span.under_txt::before, .low_main_ttl span.under_txt::after {
      content: '';
      width: 1.5em;
      height: 1px;
      background: #000;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .low_main_ttl span.under_txt::before {
      left: -2em; }
    .low_main_ttl span.under_txt::after {
      right: -2em; }

.purpose_top {
  position: relative;
  z-index: 0;
  color: #fff; }
  .purpose_top.bk::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (min-width: 768px) {
    .purpose_top_inner {
      max-width: 1130px;
      width: 100%;
      margin: 0 auto;
      padding: 0 15px; } }
  .purpose_top h1 {
    padding: 2em 0; }
    @media screen and (min-width: 768px) {
      .purpose_top h1 {
        width: 400px;
        margin: 0;
        padding: 50px 30px 30px;
        background: #000; } }
  .purpose_top p {
    background: #000;
    padding: 30px;
    font-size: 0.81em; }
    @media screen and (min-width: 768px) {
      .purpose_top p {
        width: 400px;
        padding: 0 30px 30px;
        font-size: 0.94em; } }
  .purpose_top.purpose_01 h1 {
    background: url(../images/purpose_top_01.jpg) no-repeat center/cover; }
  .purpose_top.purpose_02 h1 {
    background: url(../images/purpose_top_02.jpg) no-repeat center/cover; }
  .purpose_top.purpose_03 h1 {
    background: url(../images/purpose_top_03.jpg) no-repeat center/cover; }
  .purpose_top.purpose_04 h1 {
    background: url(../images/purpose_top_04.jpg) no-repeat center/cover; }
  .purpose_top.purpose_05 h1 {
    background: url(../images/purpose_top_05.jpg) no-repeat center/cover; }
  .purpose_top.purpose_06 h1 {
    background: url(../images/purpose_top_06.jpg) no-repeat center/cover; }
  .purpose_top.purpose_07 h1 {
    background: url(../images/purpose_top_07.jpg) no-repeat center/cover; }
  .purpose_top.purpose_08 h1 {
    background: url(../images/purpose_top_08.jpg) no-repeat center/cover; }
  .purpose_top.purpose_09 h1 {
    background: url(../images/purpose_top_09.jpg) no-repeat center/cover; }
  .purpose_top.purpose_10 h1 {
    background: url(../images/purpose_top_10.jpg) no-repeat center/cover; }
  .purpose_top.purpose_11 h1 {
    background: url(../images/purpose_top_11.jpg) no-repeat center/cover; }
  .purpose_top.purpose_12 h1 {
    background: url(../images/purpose_top_12.jpg) no-repeat center/cover; }
  .purpose_top.purpose_13 h1 {
    background: url(../images/purpose_top_13.jpg) no-repeat center/cover; }
  .purpose_top.purpose_14 h1 {
    background: url(../images/purpose_top_14.jpg) no-repeat center/cover; }
  @media screen and (min-width: 768px) {
    .purpose_top.purpose_01 {
      background: url(../images/purpose_top_01.jpg) no-repeat center/cover; }
    .purpose_top.purpose_02 {
      background: url(../images/purpose_top_02.jpg) no-repeat center/cover; }
    .purpose_top.purpose_03 {
      background: url(../images/purpose_top_03.jpg) no-repeat center/cover; }
    .purpose_top.purpose_04 {
      background: url(../images/purpose_top_04.jpg) no-repeat center/cover; }
    .purpose_top.purpose_05 {
      background: url(../images/purpose_top_05.jpg) no-repeat center/cover; }
    .purpose_top.purpose_06 {
      background: url(../images/purpose_top_06.jpg) no-repeat center/cover; }
    .purpose_top.purpose_07 {
      background: url(../images/purpose_top_07.jpg) no-repeat center/cover; }
    .purpose_top.purpose_08 {
      background: url(../images/purpose_top_08.jpg) no-repeat center/cover; }
    .purpose_top.purpose_09 {
      background: url(../images/purpose_top_09.jpg) no-repeat center/cover; }
    .purpose_top.purpose_10 {
      background: url(../images/purpose_top_10.jpg) no-repeat center/cover; }
    .purpose_top.purpose_11 {
      background: url(../images/purpose_top_11.jpg) no-repeat center/cover; }
    .purpose_top.purpose_12 {
      background: url(../images/purpose_top_12.jpg) no-repeat center/cover; }
    .purpose_top.purpose_13 {
      background: url(../images/purpose_top_13.jpg) no-repeat center/cover; }
    .purpose_top.purpose_14 {
      background: url(../images/purpose_top_14.jpg) no-repeat center/cover; }
    .purpose_top.purpose_01 h1, .purpose_top.purpose_02 h1, .purpose_top.purpose_03 h1, .purpose_top.purpose_04 h1, .purpose_top.purpose_05 h1, .purpose_top.purpose_06 h1, .purpose_top.purpose_07 h1, .purpose_top.purpose_08 h1, .purpose_top.purpose_09 h1, .purpose_top.purpose_10 h1, .purpose_top.purpose_11 h1, .purpose_top.purpose_12 h1, .purpose_top.purpose_13 h1, .purpose_top.purpose_14 h1 {
      background: #000; } }

.main_ttl {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 1em;
  padding: 0 0 0.8em;
  position: relative; }
  .main_ttl::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #000; }

.sub_ttl {
  font-weight: bold;
  font-size: 131%;
  margin-bottom: 25px;
  padding-bottom: 10px;
  color: #000;
  border-bottom: 1px solid #000; }

.top_main_ttl {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.37em;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 1.5em; }
  @media screen and (min-width: 768px) {
    .top_main_ttl {
      font-size: 1.62em; } }
  .top_main_ttl span {
    display: inline-block;
    font-size: 0.42em;
    line-height: 1.2;
    position: relative; }
    .top_main_ttl span::before, .top_main_ttl span::after {
      content: '';
      width: 80px;
      height: 8px;
      background: url(../images/icon_stripe_bk.png) repeat-x center/4px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .top_main_ttl span::before {
      left: -95px; }
    .top_main_ttl span::after {
      right: -95px; }

.icon-main-ttl {
  font-size: 1.5em;
  font-weight: 700;
  position: relative;
  padding: 3em 0 0;
  margin: 0 0 1.5em;
  text-align: center; }
  .icon-main-ttl span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffd500));
    background: -webkit-linear-gradient(transparent 80%, #ffd500 80%);
    background: -o-linear-gradient(transparent 80%, #ffd500 80%);
    background: linear-gradient(transparent 80%, #ffd500 80%); }
  .icon-main-ttl::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .icon-main-ttl-mark {
    font-size: 1.2em;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    background: #000 !important; }

.icon-school_serch::before {
  background: url(../images/icon-school_search.svg) no-repeat center/auto 90%; }

.icon-comparison::before {
  background: url(../images/icon-comparison.svg) no-repeat center/auto 90%; }

.icon-reco::before {
  background: url(../images/icon-reco.svg) no-repeat center/auto 90%; }

.icon-book::before {
  background: url(../images/icon-book.svg) no-repeat center/auto 90%; }

.icon-news::before {
  background: url(../images/icon-news.svg) no-repeat center/auto 90%; }

.icon-useful-university::before {
  background: url(../images/icon-useful-university.svg) no-repeat center/auto 90%; }

.icon-useful-city::before {
  background: url(../images/icon-useful-city.svg) no-repeat center/auto 90%; }

.icon-useful-price::before {
  background: url(../images/icon-useful-price.svg) no-repeat center/auto 90%; }

.icon-useful-price_lang::before {
  background: url(../images/icon-useful-price_lang.svg) no-repeat center/auto 90%; }

.icon-useful-eng::before {
  background: url(../images/icon-useful-eng.svg) no-repeat center/auto 90%; }

.icon-useful-basic::before {
  background: url(../images/icon-useful-basic.svg) no-repeat center/auto 90%; }

.icon-useful-phone::before {
  background: url(../images/icon-useful-phone.svg) no-repeat center/auto 90%; }

.icon-useful-visa::before {
  background: url(../images/icon-useful-visa.svg) no-repeat center/auto 90%; }

.icon-f-contact::before {
  background: url(../images/icon-f-contact.svg) no-repeat center/auto 90%; }

.icon-useful-university::after,
.icon-useful-city::after,
.icon-useful-price::after,
.icon-useful-price_lang::after,
.icon-useful-eng::after,
.icon-useful-basic::after,
.icon-useful-phone::after,
.icon-useful-visa::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-left: 6px solid #2b94dc;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent; }

.stripe_bk_ttl {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.3em;
  line-height: 1.5;
  color: #fff;
  padding: 0.3em 0.5em;
  margin: 0 0 0.8em;
  background: url(../images/icon_stripe_b.png) repeat center/4px;
  border-radius: 5px;
  clear: both; }
  @media screen and (min-width: 768px) {
    .stripe_bk_ttl {
      font-size: 1.75em;
      margin: 0 0 1em; } }
  .stripe_bk_ttl.column_ttl {
    margin: 0 0 0.5em; }

.border_ttl {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #000;
  background: #f5f5f5;
  padding: 0.3em 0.5em;
  margin: 0 0 0.8em;
  position: relative;
  clear: both; }
  @media screen and (min-width: 768px) {
    .border_ttl {
      font-size: 1.37em; } }
  .border_ttl::before {
    content: '';
    width: 3px;
    height: 60%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.stripe_yel_ttl {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  color: #323232;
  padding: 0.3em 0.5em;
  margin: 0 0 0.8em;
  background: url(../images/icon_stripe_yel.png) repeat center/4px;
  border-radius: 5px;
  clear: both; }
  @media screen and (min-width: 768px) {
    .stripe_yel_ttl {
      font-size: 1.25em; } }

.checker_ttl {
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.5;
  color: #797268;
  border-bottom: 1px solid #000;
  padding: 0 0 0.3em 30px;
  margin: 0 0 0.5em;
  background: url(../images/icon_checker.svg) no-repeat left/20px;
  clear: both; }
  @media screen and (min-width: 768px) {
    .checker_ttl {
      font-size: 1.18em; } }

.border_left_ttl {
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
  color: #323232;
  padding: 0 0 0 10px;
  margin: 0 0 0.5em;
  clear: both; }
  .border_left_ttl.yel {
    border-left: 5px solid #ffd500; }
  .border_left_ttl.br {
    border-left: 5px solid #b8ab8b; }

.border_left_ttl_inline {
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.5;
  color: #323232;
  padding: 0 0 0 10px;
  margin: 0 0 0.5em;
  clear: both;
  display: inline-block; }
  .border_left_ttl_inline.yel {
    border-left: 5px solid #ffd500; }
  .border_left_ttl_inline.br {
    border-left: 5px solid #b8ab8b; }

.under_line_ttl {
  font-size: 1.18em;
  font-weight: 700;
  line-height: 1.6;
  color: #323232;
  margin: 0 0 0.5em; }
  @media screen and (min-width: 768px) {
    .under_line_ttl {
      font-size: 1.25em; } }
  .under_line_ttl span {
    position: relative;
    display: inline;
    padding: 0 0 0.2em;
    background: url(../images/icon_stripe_bk.png) repeat-x bottom/4px; }
    .under_line_ttl span::before {
      content: none;
      width: 100%;
      height: 5px;
      background: url(../images/icon_stripe_bk.png) repeat center/4px;
      position: absolute;
      left: 0;
      bottom: 0; }
  .under_line_ttl.ce {
    text-align: center; }

.highlight_txt {
  font-weight: 700;
  color: #bc264f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #feef36));
  background: -webkit-linear-gradient(transparent 70%, #feef36 70%);
  background: -o-linear-gradient(transparent 70%, #feef36 70%);
  background: linear-gradient(transparent 70%, #feef36 70%); }

.txtL {
  font-size: 1.12em;
  font-weight: 700; }
  .txtL.ce {
    text-align: center; }

.balloon_ttl {
  background: #f3f3f3;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  color: #323232;
  padding: 0.5em;
  margin: 0 0 1em;
  border-radius: 5px;
  clear: both;
  position: relative; }
  @media screen and (min-width: 768px) {
    .balloon_ttl {
      font-size: 1.25em;
      margin: 0 0 1.2em; } }
  .balloon_ttl::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #f3f3f3; }
    @media screen and (min-width: 768px) {
      .balloon_ttl::before {
        left: 50px; } }

.useful_ttl {
  font-size: 1.18em;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 40px;
  margin: 0 0 0.5em;
  border-radius: 5px;
  background-size: 30px, 4px;
  background-repeat: no-repeat, repeat;
  background-position: center left 6px,center; }
  @media screen and (min-width: 768px) {
    .useful_ttl {
      font-size: 1.5em;
      padding: 0.5em 0.5em 0.5em 60px;
      background-size: 40px, 4px;
      background-position: center left 10px,center; } }
  .useful_ttl.icon01 {
    background-image: url(../images/icon_useful_01.svg), url(../images/icon_stripe_yel.png); }
  .useful_ttl.icon02 {
    background-image: url(../images/icon_useful_02.svg), url(../images/icon_stripe_yel.png); }
  .useful_ttl.icon03 {
    background-image: url(../images/icon_useful_03.svg), url(../images/icon_stripe_yel.png); }
  .useful_ttl.icon04 {
    background-image: url(../images/icon_useful_04.svg), url(../images/icon_stripe_yel.png); }
  .useful_ttl.icon05 {
    background-image: url(../images/icon_useful_05.svg), url(../images/icon_stripe_yel.png); }
  .useful_ttl.icon06 {
    background-image: url(../images/icon_useful_06.svg), url(../images/icon_stripe_yel.png); }
  .useful_ttl.icon07 {
    background-image: url(../images/icon_useful_07.svg), url(../images/icon_stripe_yel.png); }

/*
10：装飾
------------------------------------------------------------
*/
.bg_gray {
  background: #D3D3D4; }

.bg_yellow {
  background: #fed502; }

.bg_white {
  background: #fff; }

.bg_black {
  background: #000; }

.bg-line {
  background: url(../images/bg_vertical_line.png) repeat; }

.bg-pattern_green {
  background: url(../images/bg_pattern_green.jpg) repeat; }

.bg-pattern_blue {
  background: url(../images/bg_pattern_blue.jpg) repeat; }

.txt_clr_gray {
  color: #ccc; }

.txt_clr_white {
  color: #fff; }

.txt_clr_black {
  color: #000; }

/*
11:ボタン系
------------------------------------------------------------
*/
#page-top {
  position: fixed;
  bottom: 63px;
  right: 10px;
  z-index: 10;
  width: 35px;
  height: 35px;
  background: url(../images/pageTop.svg) no-repeat center/auto 100%; }
  @media screen and (min-width: 768px) {
    #page-top {
      bottom: 10px;
      width: 45px;
      height: 45px; } }

a.more {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 114%;
  color: #CCC;
  margin: 0 5%;
  width: 90%; }
  a.more:hover {
    border: 1px dotted #111;
    color: #CCC; }

a.button {
  color: #fff;
  display: inline-block;
  padding: 0.8 1em;
  position: relative;
  background: #000; }
  a.button i {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto; }

.list_btn {
  margin: 0 0 -15px; }
  @media screen and (min-width: 768px) {
    .list_btn {
      margin: 0 -1em 0 0; } }
  .list_btn.ce {
    text-align: center; }
  .list_btn.le {
    text-align: left; }
  .list_btn.ri {
    text-align: right; }
  .list_btn li {
    margin: 0 auto 15px; }
    @media screen and (min-width: 768px) {
      .list_btn li {
        display: inline-block;
        margin: 0 1em 0 0; } }
    .list_btn li a {
      width: 94%; }
      @media screen and (min-width: 768px) {
        .list_btn li a {
          width: 290px; } }
  .list_btn.list_btn_v {
    margin: 0 0 -15px; }
    .list_btn.list_btn_v li {
      display: block;
      margin: 0 0 15px; }
  .list_btn.btn_bottom {
    margin: 4em 0 0; }
    @media screen and (min-width: 768px) {
      .list_btn.btn_bottom {
        margin: 6em 0 0; } }

.btn_color {
  padding: 0 0 3px; }
  .btn_color a {
    color: #fff;
    width: 94%;
    padding: 0.8em 1em;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .btn_color a {
        width: auto;
        min-width: 200px;
        padding: 0.8em 1.8em;
        display: inline-block; } }
  .btn_color i {
    height: 1em;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0.5em;
    bottom: 0;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .btn_color i {
        right: 0.7em; } }
  .btn_color.blue a {
    background: #2389a8;
    -webkit-box-shadow: 0 3px 0 0 #c8c8c8;
    box-shadow: 0 3px 0 0 #c8c8c8; }
    @media screen and (min-width: 768px) {
      .btn_color.blue a:hover {
        background: #2ba3bf;
        -webkit-box-shadow: 0 1px 0 0 #666;
        box-shadow: 0 1px 0 0 #666; } }
  .btn_color.red a {
    background: #bc264f;
    -webkit-box-shadow: 0 3px 0 0 #c8c8c8;
    box-shadow: 0 3px 0 0 #c8c8c8; }
    @media screen and (min-width: 768px) {
      .btn_color.red a:hover {
        background: #ff3661;
        -webkit-box-shadow: 0 1px 0 0 #323232;
        box-shadow: 0 1px 0 0 #323232; } }
  .btn_color.bk a {
    background: #000;
    -webkit-box-shadow: 0 3px 0 0 #c8c8c8;
    box-shadow: 0 3px 0 0 #c8c8c8; }
    @media screen and (min-width: 768px) {
      .btn_color.bk a:hover {
        background: #f7f7f7;
        color: #000;
        -webkit-box-shadow: 0 0 0 1px #000 inset;
        box-shadow: 0 0 0 1px #000 inset; } }
  .btn_color.yel a {
    color: #000;
    background: #ffd500;
    -webkit-box-shadow: 0 3px 0 0 #000;
    box-shadow: 0 3px 0 0 #000; }
    @media screen and (min-width: 768px) {
      .btn_color.yel a:hover {
        background: #ffe600;
        -webkit-box-shadow: 0 1px 0 0 #ccc;
        box-shadow: 0 1px 0 0 #ccc; } }
  .btn_color.cv a {
    color: #000;
    background: #ffd500;
    -webkit-box-shadow: 0 3px 0 0 #000;
    box-shadow: 0 3px 0 0 #000; }
    @media screen and (min-width: 768px) {
      .btn_color.cv a:hover {
        background: #ffe600;
        -webkit-box-shadow: 0 1px 0 0 #ccc;
        box-shadow: 0 1px 0 0 #ccc; } }
  .btn_color.gen a {
    background: #000;
    -webkit-box-shadow: 0 3px 0 0 #c8c8c8;
    box-shadow: 0 3px 0 0 #c8c8c8; }
    @media screen and (min-width: 768px) {
      .btn_color.gen a:hover {
        background: #f7f7f7;
        color: #000;
        -webkit-box-shadow: 0 0 0 1px #000 inset;
        box-shadow: 0 0 0 1px #000 inset; } }
  .btn_color.le {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .btn_color.le {
        text-align: left; } }
  .btn_color.ce {
    text-align: center; }
  .btn_color.ri {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .btn_color.ri {
        text-align: right; } }

.btn_color.btn_bottom {
  margin: 3em 0 0; }
  @media screen and (min-width: 768px) {
    .btn_color.btn_bottom {
      margin: 4em 0 0; } }
  @media screen and (min-width: 768px) {
    .btn_color.btn_bottom a {
      min-width: 400px; } }

.btn_back a {
  position: relative; }
  .btn_back a::after {
    content: '\f104';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 0.5em;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .btn_back a::after {
        left: 0.7em; } }

@media screen and (min-width: 768px) {
  .btn_back.bk a:hover::after {
    color: #000; } }

/*
12:その他パーツ
------------------------------------------------------------
*/
#breadcrumbList {
  margin: 0;
  font-size: 0.75em;
  line-height: 1.5;
  padding: 1em 0;
  color: #797268; }
  #breadcrumbList a {
    color: #797268; }
    #breadcrumbList a:hover {
      opacity: 0.8; }

.wp-pagenavi {
  clear: both;
  padding: 15px 0 !important; }

.alignleft {
  float: left;
  padding: 0 16px 16px 0; }

.alignright {
  float: right;
  padding: 0 0 16px 16px; }

.aligncenter {
  display: block;
  margin: 0 auto 16px; }

.photoL {
  margin: 0 auto 16px;
  display: block; }
  @media screen and (min-width: 768px) {
    .photoL {
      float: left;
      padding: 0 16px 16px 0;
      margin: 0;
      display: inline-block; }
      .photoL p {
        overflow: auto; } }

.photoR {
  margin: 0 auto 16px;
  display: block; }
  @media screen and (min-width: 768px) {
    .photoR {
      float: right;
      padding: 0 0 16px 16px;
      margin: 0;
      display: inline-block; }
      .photoR p {
        overflow: auto; } }

.fit {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'; }

/*

/*
14:ワードプレス
------------------------------------------------------------
*/
#cboxContent #cboxCurrent {
  color: transparent; }

.wp-pagenavi {
  margin: 40px 0 0;
  padding: 0 !important;
  display: block !important;
  clear: both !important;
  font-size: 0.92em;
  text-align: center; }
  .wp-pagenavi a {
    display: inline-block;
    color: #000 !important;
    text-shadow: none !important;
    padding: 5px 10px !important;
    border: solid 1px #eee !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff !important;
    margin-right: 3px !important;
    text-decoration: none !important; }
  .wp-pagenavi span.pages, .wp-pagenavi span.extend {
    display: inline-block;
    color: #000 !important;
    text-shadow: none !important;
    padding: 5px 10px !important;
    border: solid 1px #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff !important;
    margin-right: 3px !important;
    text-decoration: none !important; }
  .wp-pagenavi a:hover {
    display: inline-block;
    color: #fff !important;
    text-shadow: none !important;
    border-color: #000 !important;
    background: #000 !important;
    color: #FFFFFF !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .wp-pagenavi span.current {
    display: inline-block;
    padding: 5px 10px !important;
    border: solid 1px #000 !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-right: 3px !important;
    text-shadow: none !important;
    background: #000 !important; }

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0; }

.m05 {
  margin-bottom: 5px; }

.m10 {
  margin-bottom: 10px; }

.m12 {
  margin-bottom: 12px; }

.m15 {
  margin-bottom: 15px; }

.m20 {
  margin-bottom: 20px; }

.m30 {
  margin-bottom: 0 0 30px; }

.m40 {
  margin-bottom: 40px; }

.m50 {
  margin-bottom: 50px; }

.m60 {
  margin-bottom: 60px; }

.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt12 {
  margin-top: 12px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.ml05 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml12 {
  margin-left: 12px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.ml40 {
  margin-left: 40px; }

.ml50 {
  margin-left: 50px; }

.ml60 {
  margin-left: 60px; }

.mr05 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.mr40 {
  margin-right: 40px; }

.mr50 {
  margin-right: 50px; }

.mr60 {
  margin-right: 60px; }

.pt05 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pb05 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pl05 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pl40 {
  padding-left: 40px; }

.pr05 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

.pr40 {
  padding-right: 40px; }

.imgTi {
  margin-bottom: 15px; }

.imgTi0 {
  margin-bottom: 0px; }

.imgTi5 {
  padding-bottom: 5px; }

.imgTi10 {
  padding-bottom: 10px; }

.imgTi15 {
  padding-bottom: 15px; }

.imgTi20 {
  padding-bottom: 20px; }

.imgTi30 {
  padding-bottom: 30px; }

/*
16:Pagination
------------------------------------------------------------
*/
ul.paginationList {
  width: 100%;
  margin: 3em auto 0;
  padding: 0 0 56px;
  position: relative;
  letter-spacing: -0.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    ul.paginationList {
      margin: 4em auto 0;
      padding: 0; } }
  ul.paginationList li {
    letter-spacing: normal;
    vertical-align: top; }
    ul.paginationList li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #000;
      border-radius: 5px;
      color: #000;
      -webkit-box-shadow: 0 2px 0 0 #c8c8c8;
      box-shadow: 0 2px 0 0 #c8c8c8; }
      @media screen and (min-width: 768px) {
        ul.paginationList li a:hover {
          color: #fff; } }
    ul.paginationList li.prev {
      width: calc(50% - 5px); }
      @media screen and (min-width: 768px) {
        ul.paginationList li.prev {
          width: 30%; } }
      ul.paginationList li.prev a {
        padding: 0.5em 0.5em 0.5em 1em;
        border: 1px solid #000;
        background: #fff url(../images/icon_arrow_l.svg) no-repeat 4% center;
        background-size: auto 10px;
        font-size: 0.81em;
        line-height: 1.5; }
        @media screen and (min-width: 768px) {
          ul.paginationList li.prev a {
            padding: 0.8em 0.8em 0.8em 1.8em;
            font-size: 1em; }
            ul.paginationList li.prev a:hover {
              border: 1px solid #000;
              background: #000 url(../images/icon_arrow_wl.svg) no-repeat 4% center;
              background-size: auto 10px; } }
    ul.paginationList li.middle {
      width: 94%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        ul.paginationList li.middle {
          width: 38%;
          position: relative; } }
      ul.paginationList li.middle a {
        padding: 0.5em;
        background: #fff; }
        @media screen and (min-width: 768px) {
          ul.paginationList li.middle a {
            padding: 0.8em; }
            ul.paginationList li.middle a:hover {
              background: #000; } }
    ul.paginationList li.next {
      width: calc(50% - 5px); }
      @media screen and (min-width: 768px) {
        ul.paginationList li.next {
          width: 30%; } }
      ul.paginationList li.next a {
        padding: 0.5em 1em 0.5em 0.5em;
        border: 1px solid #000;
        background: #fff url(../images/icon_arrow_r.svg) no-repeat 95% center;
        background-size: auto 10px;
        font-size: 0.81em;
        line-height: 1.5; }
        @media screen and (min-width: 768px) {
          ul.paginationList li.next a {
            padding: 0.8em 1.8em 0.8em 0.8em;
            font-size: 1em; }
            ul.paginationList li.next a:hover {
              border: 1px solid #000;
              background: #000 url(../images/icon_arrow_wr.svg) no-repeat 95% center;
              background-size: auto 10px; } }

/*modal
------------------------------------------------------------*/
.modal_open,
.modal_open2 {
  cursor: pointer; }

.modal_overlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  display: none; }

#modal_contact {
  width: 90%;
  max-width: 800px;
  z-index: 20;
  position: fixed;
  display: none; }
  #modal_contact .modal_box {
    background: #fff;
    margin: 0 auto;
    padding: 2em 1em;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 768px) {
      #modal_contact .modal_box {
        padding: 4em 1em; } }
    #modal_contact .modal_box .modal_contact_txt {
      font-size: 1.25em;
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      font-weight: 700;
      text-align: center;
      margin: 0 0 0.8em; }
      @media screen and (min-width: 768px) {
        #modal_contact .modal_box .modal_contact_txt {
          font-size: 1.87em;
          margin: 0 0 0.8em; } }
      #modal_contact .modal_box .modal_contact_txt span {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #feef36));
        background: -webkit-linear-gradient(transparent 60%, #feef36 60%);
        background: -o-linear-gradient(transparent 60%, #feef36 60%);
        background: linear-gradient(transparent 60%, #feef36 60%);
        padding: 0 0.5em; }
    #modal_contact .modal_box .modal_contact_tel {
      font-family: "Crimson Text", serif;
      font-size: 2.2em;
      line-height: 1.2;
      margin: 0 0 0.5em;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #modal_contact .modal_box .modal_contact_tel {
          font-size: 3em; } }
      #modal_contact .modal_box .modal_contact_tel i {
        font-size: 0.65em;
        margin: 0 0.1em 0 0;
        -webkit-transform: rotate(100deg);
        -ms-transform: rotate(100deg);
        transform: rotate(100deg); }
    #modal_contact .modal_box .modal_contact_office {
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      font-weight: 700;
      font-size: 0.94em;
      line-height: 1.4;
      text-align: center;
      color: #797268; }
      @media screen and (min-width: 768px) {
        #modal_contact .modal_box .modal_contact_office {
          font-size: 1em;
          margin: 0 0 0.2em; } }
    #modal_contact .modal_box .button_close {
      font-size: 1.8em;
      line-height: 1;
      position: absolute;
      top: 10px;
      right: 15px;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        #modal_contact .modal_box .button_close {
          top: 15px;
          right: 20px; } }

#modal_tel {
  width: 90%;
  max-width: 800px;
  z-index: 20;
  position: fixed;
  display: none; }
  #modal_tel .modal_box {
    background: #fff;
    margin: 0 auto;
    padding: 2em 1em;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 768px) {
      #modal_tel .modal_box {
        padding: 4em 1em; } }
    #modal_tel .modal_box .modal_contact_txt {
      font-size: 1.25em;
      font-size: 1.25em;
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      font-weight: 700;
      text-align: center;
      line-height: 1.3;
      margin: 0.5em 0; }
      #modal_tel .modal_box .modal_contact_txt span {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #feef36));
        background: -webkit-linear-gradient(transparent 60%, #feef36 60%);
        background: -o-linear-gradient(transparent 60%, #feef36 60%);
        background: linear-gradient(transparent 60%, #feef36 60%);
        padding: 0 0.5em; }
    #modal_tel .modal_box .modal_tel_number {
      font-family: "Crimson Text", serif;
      font-size: 2.2em;
      line-height: 1;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #modal_tel .modal_box .modal_tel_number {
          font-size: 3em; } }
      #modal_tel .modal_box .modal_tel_number i {
        font-size: 0.65em;
        margin: 0 0.1em 0 0;
        -webkit-transform: rotate(100deg);
        -ms-transform: rotate(100deg);
        transform: rotate(100deg); }
    #modal_tel .modal_box .modal_tel_office {
      font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      font-weight: 700;
      font-size: 0.94em;
      line-height: 1.4;
      text-align: center;
      color: #BC264F;
      margin: 1.2em 0 0.2em; }
    #modal_tel .modal_box .modal_tel_time {
      text-align: center;
      font-size: 0.81em;
      line-height: 1.4;
      color: #666; }
    #modal_tel .modal_box .button_close2 {
      font-size: 1.8em;
      line-height: 1;
      position: absolute;
      top: 10px;
      right: 15px;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        #modal_tel .modal_box .button_close2 {
          top: 15px;
          right: 20px; } }

/*column
------------------------------------------------------------*/
.column_top {
  overflow: hidden;
  margin: 0 0 2em; }
  .column_top_left {
    float: left; }
    @media screen and (min-width: 768px) {
      .column_top_left {
        width: 260px; } }
  .column_top_right {
    float: right; }
    @media screen and (min-width: 768px) {
      .column_top_right {
        width: calc(100% - 260px);
        text-align: right; } }

.column_cat {
  font-size: 0.81em;
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 4px;
  background: #333;
  color: #fff;
  margin: 0 2px 0 0; }
  @media screen and (min-width: 768px) {
    .column_cat {
      font-size: 0.87em;
      margin: 0 0.2em 0 0; } }
  .column_cat.language_school {
    background: #6BA466; }
  .column_cat.newyork_life {
    background: #3A95A6; }
  .column_cat.career {
    background: #9A8CB0; }
  .column_cat.restaurant_and_cafe {
    background: #B8AB8B; }
  .column_cat.study_english {
    background: #2AB3FA; }
  .column_cat.sightseeing {
    background: #C4628F; }

.column_day {
  font-size: 0.81em; }
  @media screen and (min-width: 768px) {
    .column_day {
      display: inline-block;
      font-size: 1em; } }

.list_share {
  letter-spacing: -0.4em; }
  .list_share li {
    display: inline-block;
    border-radius: 50%;
    letter-spacing: normal;
    margin: 0 0 0 5px; }
    @media screen and (min-width: 768px) {
      .list_share li {
        border-radius: 4px;
        max-width: 70px;
        width: 32%;
        margin: 0 0 2px 1%; } }
    .list_share li span {
      display: none; }
      @media screen and (min-width: 768px) {
        .list_share li span {
          display: inline-block;
          font-size: 0.81em; } }
    .list_share li.tw {
      background: #1DA1F2; }
    .list_share li.sc {
      background: #f9e900; }
    .list_share li.pc {
      background: #ef4056; }
    .list_share li.fb {
      background: #4267B2; }
    .list_share li.ln {
      background: #00B900; }
      .list_share li.ln i {
        font-size: 1.4em; }
        @media screen and (min-width: 768px) {
          .list_share li.ln i {
            font-size: 1em; } }
    .list_share li a {
      color: #fff;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        .list_share li a {
          width: 100%;
          height: auto;
          padding: 0.5em 0;
          border-radius: 4px;
          -webkit-box-shadow: 0 2px 0 0 #C8C8C8;
          box-shadow: 0 2px 0 0 #C8C8C8;
          position: relative; }
          .list_share li a:hover {
            -webkit-box-shadow: none;
            box-shadow: none; } }
      .list_share li a i {
        font-size: 1.25em; }
        @media screen and (min-width: 768px) {
          .list_share li a i {
            font-size: 1em;
            margin: 0 4px 0 0; } }

.dlist_summary {
  background: #F1EEE8;
  padding: 1em;
  width: calc(100% - 8px);
  margin: 2em auto 4px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .dlist_summary {
      width: calc(100% - 10px);
      margin: 2em auto 5px; } }
  .dlist_summary::before {
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: -1;
    background: url(../images/icon_stripe_bk.png) repeat center/4px; }
    @media screen and (min-width: 768px) {
      .dlist_summary::before {
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        top: -5px;
        left: -5px; } }
  .dlist_summary dt {
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
    border-bottom: 1px solid #000; }
    @media screen and (min-width: 768px) {
      .dlist_summary dt {
        font-size: 1.18em;
        font-weight: 500; } }
    .dlist_summary dt span {
      display: block; }
      @media screen and (min-width: 768px) {
        .dlist_summary dt span {
          display: inline-block; } }
      .dlist_summary dt span span {
        color: #797268;
        font-weight: 700;
        position: relative;
        padding: 0 18px 0 0;
        font-size: 1.1em;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          .dlist_summary dt span span {
            margin: 0 0.5em 0 0;
            padding: 0 24px 0 0; } }
        .dlist_summary dt span span::after {
          content: '';
          width: 16px;
          height: 21px;
          background: url(../images/icon_pen.svg) no-repeat center/contain;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media screen and (min-width: 768px) {
            .dlist_summary dt span span::after {
              width: 22px;
              height: 28px; } }

.side_ttl {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-size: 1.18em; }

.list_cat_side li {
  line-height: 1.5;
  border-bottom: 1px dashed #b8ab8b; }
  .list_cat_side li a {
    padding: 0.5em 0.5em 0.5em 1em;
    display: block;
    background: url(../images/icon_arrow_r.svg) no-repeat center left 4px/4px; }
    @media screen and (min-width: 768px) {
      .list_cat_side li a:hover {
        background: #f4f1ea url(../images/icon_arrow_r.svg) no-repeat center left 4px/4px; } }

.popular_posts {
  margin: 0 0 3em; }
  .popular_posts li {
    margin: 0 0 1em; }
    .popular_posts li a {
      overflow: hidden;
      display: block; }
      @media screen and (min-width: 768px) {
        .popular_posts li a:hover .popular_posts_img {
          opacity: 0.8; } }
  .popular_posts_img {
    width: 30%;
    float: left;
    position: relative;
    border: 1px solid #e7e7e7; }
    @media screen and (min-width: 768px) {
      .popular_posts_img {
        width: 33%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; } }
    .popular_posts_img::before {
      content: '';
      display: block;
      padding: 66% 0 0; }
    .popular_posts_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .popular_posts_txt {
    width: 67%;
    float: right;
    font-size: 0.87em;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .popular_posts_txt {
        width: 64%; } }

.wpp-no-data {
  margin: 0 0 2em; }

/*体験談
------------------------------------------------------------*/
.interview_box {
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 1em;
  margin: 0 0 1em;
  -webkit-box-shadow: 2px 2px 0 #dcdcdc;
  box-shadow: 2px 2px 0 #dcdcdc; }
  @media screen and (min-width: 768px) {
    .interview_box {
      padding: 2em;
      margin: 0 0 2em; } }

.interview_img {
  text-align: center;
  margin: 1.5em 0 0.5em; }
  @media screen and (min-width: 768px) {
    .interview_img {
      width: 25%;
      float: left;
      margin: 0; } }

@media screen and (min-width: 768px) {
  .interview_desc {
    width: 72%;
    float: right; } }

.interview_desc_table {
  width: 100%; }
  .interview_desc_table tr {
    border-bottom: 1px dashed #b8ab8b; }
  .interview_desc_table th {
    padding: 0.5em;
    width: 4em;
    font-weight: 700;
    text-align: left;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .interview_desc_table th {
        padding: 0.5em 1em;
        width: 5em; } }
  .interview_desc_table td {
    padding: 0.5em 0; }
    .interview_desc_table td a {
      text-decoration: underline; }
      .interview_desc_table td a:hover {
        opacity: 0.7; }

.list_exp_photo {
  letter-spacing: -0.4em;
  margin: 2em -2% -2% 0; }
  @media screen and (min-width: 768px) {
    .list_exp_photo {
      margin: 3em -2% -2% 0; } }
  .list_exp_photo li {
    display: inline-block;
    max-width: 48%;
    margin: 0 2% 2% 0;
    letter-spacing: 0.01em;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .list_exp_photo li {
        max-width: 23%; } }

/*
//学校詳細
------------------------------------------------------------
*/
@media screen and (min-width: 768px) {
  .sc_inner {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    .sc_inner::after {
      content: '';
      display: block;
      clear: both; } }

/*box*/
.flex-two-right-Box {
  margin: 0 0 0 auto;
  text-align: right; }
  .flex-two-right-Box div {
    display: inline-block;
    padding: 0 0 0 1em;
    vertical-align: bottom; }

.rightMoveBox {
  float: right;
  max-width: 500px;
  width: 100%;
  margin: 0 0 20px 20px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .rightMoveBox {
      float: none;
      margin: 0 0 1.5em; } }
  .rightMoveBox::before {
    content: '';
    display: block;
    padding: 60.8% 0 0; }
  .rightMoveBox > iframe {
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    margin: auto;
    width: 100%;
    height: 100%;
    vertical-align: bottom; }

.schoolData {
  margin: 0
  ;
  position: relative; }
  .schoolData::after {
    content: '';
    display: block;
    clear: both; }school_slider_wrap
  .schoolData_l {
    margin: 0 0 1.5em; }
    @media screen and (min-width: 768px) {
      .schoolData_l {
        width: 48%;
        float: left;
        margin: 0; } }
  @media screen and (min-width: 768px) {
    .schoolData_r {
      width: 48%;
      float: right; } }

.ov {
  overflow: hidden; }

.balloon {
  padding: 1em;
  margin: 0 3px 3px 10px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 3px 3px 0 0 #c8c8c8;
  box-shadow: 3px 3px 0 0 #c8c8c8; }
  @media screen and (min-width: 768px) {
    .balloon {
      padding: 1.5em; } }
  .balloon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -12px;
    border: 8px solid transparent;
    border-right: 8px solid #FFF;
    z-index: 2; }
  .balloon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -14px;
    border: 10px solid transparent;
    z-index: 1; }
  .balloon h3 {
    font-size: 1.12em;
    font-weight: 700;
    color: #323232;
    padding: 0 0 0 2em;
    margin: 0 0 0.5em;
    position: relative; }
    @media screen and (min-width: 768px) {
      .balloon h3 {
        margin: 0 0 0.8em; } }
    .balloon h3::before {
      content: '';
      width: 29px;
      height: 25px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .balloon.blue {
    border: 1px solid #3a95a6;
    margin: 0 3px 2em 10px; }
    .balloon.blue::after {
      border-right: 10px solid #3a95a6; }
    .balloon.blue h3::before {
      background: url(../images/icon_balloon_blue.svg) no-repeat center/contain; }
  .balloon.red {
    border: 1px solid #bc4b4f; }
    .balloon.red::after {
      border-right: 10px solid #bc4b4f; }
    .balloon.red h3::before {
      background: url(../images/icon_balloon_red.svg) no-repeat center/contain; }

.expBox {
  background: #e5dabc;
  padding: 1.5em; }
  @media screen and (min-width: 768px) {
    .expBox {
      padding: 3em 2.5em 2em; } }

/*title*/
.scTi {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  padding: 0.4em 1em 0.4em 0.8em;
  margin-bottom: 0.8em;
  background: url(../images/icon_stripe_b.png) repeat center/4px;
  border-radius: 5px; }
  @media screen and (min-width: 768px) {
    .scTi {
      font-size: 1.8rem; } }
  .scTi span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 0.94rem;
    display: block;
    position: relative;
    padding: 0.5em 0 0;
    margin: 0.6em 0 0;
    border-top: 1px dashed #797268; }
    @media screen and (min-width: 768px) {
      .scTi span {
        font-size: 1rem; } }
    .scTi span::after {
      content: '';
      width: 15px;
      height: 15px;
      position: absolute;
      top: -0.5em;
      right: -1.3em; }

.icon_ttl {
  font-weight: 700;
  font-size: 1.3em;
  margin: 0 0 1em;
  position: relative; }
  .icon_ttl span {
    padding: 0 35px 0 0; }
    .icon_ttl span::before {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    .icon_ttl span.icon-program::before {
      background: url(../images/icon_program.svg) no-repeat center/contain; }
    .icon_ttl span.icon-data::before {
      background: url(../images/icon_data.svg) no-repeat center/contain; }

.school_cat {
  display: inline-block;
  color: #fff;
  font-size: 0.81em;
  padding: 0.1em 2em;
  margin: 0 0 1em; }
  .school_cat.lang {
    background: #9a8cb0; }
  .school_cat.univ {
    background: #6BA466; }
  .school_cat.senmon {
    background: #C4628F; }
  .school_cat.college {
    background: #B8AB8B; }
  .school_cat.koukou {
    background: #2AB3FA; }
  .school_cat.studio {
    background: #3A95A6; }
  .school_cat.pc {
    display: none; }
    @media screen and (min-width: 768px) {
      .school_cat.pc {
        display: inline-block; } }
  .school_cat.sp {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .school_cat.sp {
        display: none; } }

.exp_ttl {
  font-size: 1.12em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1em;
  position: relative; }
  @media screen and (min-width: 768px) {
    .exp_ttl {
      margin: 0 0 1.5em; } }
  .exp_ttl::before {
    content: '';
    width: 80%;
    height: 5px;
    background: url(../images/icon_stripe_bk.png) repeat center/4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .exp_ttl span {
    display: inline-block;
    padding: 0 1em;
    background: #e5dabc;
    position: relative; }

/*ul*/
.school_slider_wrap {
  position: relative; }

.school_slider {
  width: 100%;
  margin: 0 0 2% 0; }
  .school_slider li {
    position: relative;
    overflow: hidden; }
    .school_slider li::before {
      content: '';
      display: block;
      padding: 66% 0 0; }
  .school_slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    margin: auto; }
  .school_slider .slick-prev,
  .school_slider .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1; }
  .school_slider .slick-prev {
    left: -15px; }
    .school_slider .slick-prev::before {
      content: '';
      width: 30px;
      height: 30px;
      background: url(../images/s_cArrow_l.png) no-repeat center/contain;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1; }
  .school_slider .slick-next {
    right: -15px; }
    .school_slider .slick-next::before {
      content: '';
      width: 30px;
      height: 30px;
      background: url(../images/s_cArrow_r.png) no-repeat center/contain;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1; }

.school_slider_thumbs {
  margin: 0 -2% -2% 0;
  letter-spacing: -0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .school_slider_thumbs li {
    display: inline-block;
    width: 23%;
    margin: 0 2% 2% 0;
    vertical-align: top;
    cursor: pointer;
    position: relative; }
    .school_slider_thumbs li.current {
      -webkit-box-shadow: 0 0 0 2px #ffd500;
      box-shadow: 0 0 0 2px #ffd500; }
    .school_slider_thumbs li::before {
      content: '';
      display: block;
      padding: 66% 0 0; }
    .school_slider_thumbs li img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: -50%;
      right: -50%;
      margin: auto; }

.school_rating_list {
  margin: 0 0 1.5em; }
  .school_rating_list li {
    color: #797268;
    border-bottom: 1px dashed #797268;
    font-size: 0.87em; }
    @media screen and (min-width: 768px) {
      .school_rating_list li {
        font-size: 1em; } }
    .school_rating_list li dt {
      margin: 0;
      font-weight: 700;
      display: inline-block;
      width: 12em;
      padding: 0.3em 0; }
      .school_rating_list li dt span {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
        position: relative; }
        @media screen and (min-width: 768px) {
          .school_rating_list li dt span {
            width: 30px;
            height: 30px; } }
        .school_rating_list li dt span::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
    .school_rating_list li dd {
      display: inline-block;
      padding: 0.3em 0; }
      .school_rating_list li dd span {
        color: #c8c8c8; }
        .school_rating_list li dd span.star {
          color: #ffd500; }
    .school_rating_list li.rating01 dt span::before {
      background: url(../images/icon_rating01.svg) no-repeat center/contain; }
    .school_rating_list li.rating02 dt span::before {
      background: url(../images/icon_rating02.svg) no-repeat center/contain; }
    .school_rating_list li.rating03 dt span::before {
      background: url(../images/icon_rating03.svg) no-repeat center/contain; }
    .school_rating_list li.rating04 dt span::before {
      background: url(../images/icon_rating04.svg) no-repeat center/contain; }
    .school_rating_list li.rating05 dt span::before {
      background: url(../images/icon_rating05.svg) no-repeat center/contain; }
    .school_rating_list li.rating06 dt span::before {
      background: url(../images/icon_rating06.svg) no-repeat center/contain; }
    .school_rating_list li.rating07 dt span::before {
      background: url(../images/icon_rating07.svg) no-repeat center/contain; }
    .school_rating_list li.rating08 dt span::before {
      background: url(../images/icon_rating08.svg) no-repeat center/contain; }

.school_info_list {
  margin: 0; }
  .school_info_list li {
    overflow: hidden;
    margin: 0 0 2em; }
    @media screen and (min-width: 768px) {
      .school_info_list li {
        margin: 0 0 2.5em; } }
    .school_info_list li .sc_img {
      width: 100%;
      margin: 0 0 0.5em; }
      @media screen and (min-width: 768px) {
        .school_info_list li .sc_img {
          width: 35%; } }
      .school_info_list li .sc_img img {
        width: 100%; }
    .school_info_list li .sc_img.sc_movie {
      position: relative; }
      .school_info_list li .sc_img.sc_movie::before {
        content: '';
        display: block;
        padding: 56% 0 0; }
      .school_info_list li .sc_img.sc_movie > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media screen and (min-width: 768px) {
      .school_info_list li:nth-child(odd) .sc_img {
        float: right;
        margin: 0 0 0 1em; }
      .school_info_list li:nth-child(even) .sc_img {
        float: left;
        margin: 0 1em 0 0; }
      .school_info_list li .sc_img.sc_movie {
        width: 48%; } }

.program_list {
  border-top: 1px dashed #797268; }
  .program_list li {
    border-bottom: 1px dashed #797268;
    color: #797268;
    padding: 0.3em 0; }
    @media screen and (min-width: 768px) {
      .program_list li {
        padding: 0.5em 0; } }

.expSlider {
  width: 100%;
  margin: 0 0 1em;
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .expSlider {
      letter-spacing: -1em; } }
  .expSlider .slick-track {
    margin: 0 auto; }
  .expSlider-img {
    margin: 0 0 10px;
    float: none; }
    @media screen and (min-width: 768px) {
      .expSlider-img {
        position: relative; }
        .expSlider-img::before {
          content: '';
          width: 100%;
          height: 100%;
          background: rgba(50, 50, 50, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          z-index: 2; }
        .expSlider-img::after {
          content: '';
          width: 100%;
          height: 100%;
          background: url(../images/icon_plus.svg) no-repeat center/30px;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transform: scale(0.2);
          -ms-transform: scale(0.2);
          transform: scale(0.2);
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          z-index: 3; } }
  .expSlider-img_box {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .expSlider-img_box::before {
      content: '';
      display: block;
      padding: 65% 0 0; }
    .expSlider-img_box img {
      position: absolute;
      width: 100%;
      height: auto;
      top: 0;
      left: -50%;
      right: -50%;
      margin: auto;
      -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
      transform: scale(1.001);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      z-index: 0; }
  .expSlider-desc {
    overflow: hidden; }
    .expSlider-desc p {
      font-size: 0.87em;
      font-weight: 700;
      color: #323232;
      line-height: 1.5;
      margin: 0.5em 0 0; }
  .expSlider li {
    width: 100%;
    margin: 0;
    background: #fff;
    border-radius: 5px; }
    @media screen and (min-width: 768px) {
      .expSlider li {
        margin: 0 10px;
        display: inline-block;
        letter-spacing: normal; } }
    .expSlider li a {
      color: #000;
      display: block;
      height: 100%;
      padding: 1em;
      border: 1px solid #b8ab8b;
      border-radius: 5px;
      letter-spacing: 0.06em;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .expSlider li a > br {
        display: none; }
    .expSlider li dl {
      margin: 0;
      overflow: hidden;
      line-height: 1.5;
      border-bottom: 1px dashed #b8b8b8; }
    .expSlider li dt {
      color: #b8ab8b;
      font-size: 0.87em;
      font-weight: 500;
      position: relative;
      float: left;
      width: 3em;
      padding: 0.3em 0; }
    .expSlider li dd {
      font-size: 0.87em;
      margin: 0 0 0.5em 6em;
      padding: 0.3em 0; }
  .expSlider .slick-prev,
  .expSlider .slick-next {
    width: 10px;
    height: 18px;
    z-index: 1; }
  .expSlider .slick-prev {
    left: -5px; }
    .expSlider .slick-prev::before {
      content: '';
      width: 10px;
      height: 18px;
      background: url(../images/s_arrow_l.svg) no-repeat center/contain;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1; }
  .expSlider .slick-next {
    right: -5px; }
    .expSlider .slick-next::before {
      content: '';
      width: 10px;
      height: 18px;
      background: url(../images/s_arrow_r.svg) no-repeat center/contain;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1; }

.schoolSlider {
  width: 100%;
  padding: 0 10px;
  margin: 0 0 1em; }
  @media screen and (min-width: 768px) {
    .schoolSlider {
      letter-spacing: -1em; } }
  .schoolSlider-img {
    margin: 0 5px 0;
    float: none; }
    @media screen and (min-width: 768px) {
      .schoolSlider-img {
        position: relative;
        }
        .schoolSlider-img::before {
          content: '';
          width: 100%;
          height: 100%;
          background: rgba(50, 50, 50, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          z-index: 2; }
        .schoolSlider-img::after {
          content: '';
          width: 100%;
          height: 100%;
          background: url(../images/icon_plus.svg) no-repeat center/30px;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transform: scale(0.2);
          -ms-transform: scale(0.2);
          transform: scale(0.2);
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          z-index: 3; } }
  .schoolSlider-img_box {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .schoolSlider-img_box::before {
      content: '';
      display: block;
      padding: 65% 0 0; }
    .schoolSlider-img_box img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: -50%;
      right: -50%;
      margin: auto;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
      transform: scale(1.001);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      z-index: 0; }
  .schoolSlider-ttl {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 500;
    font-size: 0.94em;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .schoolSlider-ttl {
        font-size: 1em; } }
    .schoolSlider-ttl span {
      display: block;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 0.87em;
      margin: 0.2em 0 0;
      padding: 0.2em 0 0;
      border-top: 1px dashed #797268; }
  .schoolSlider li {
    width: 100%;
    margin: 0 10px; }
    @media screen and (min-width: 768px) {
      .schoolSlider li {
        margin: 0 12px;
        display: inline-block;
        letter-spacing: normal; } }
    .schoolSlider li a {
      color: #000;
      display: block;
      height: 100%;
      letter-spacing: 0.06em;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .schoolSlider li a > br {
        display: none; }
      @media screen and (min-width: 768px) {
        .schoolSlider li a:hover .schoolSlider-img_box img {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        .schoolSlider li a:hover .schoolSlider-img::before {
          opacity: 1; }
        .schoolSlider li a:hover .schoolSlider-img::after {
          opacity: 1;
          -webkit-transform: scale(1) rotate(-90deg);
          -ms-transform: scale(1) rotate(-90deg);
          transform: scale(1) rotate(-90deg); } }
  .schoolSlider .slick-prev,
  .schoolSlider .slick-next {
    width: 10px;
    height: 18px;
    z-index: 1; }
  .schoolSlider .slick-prev {
    left: -5px; }
    .schoolSlider .slick-prev::before {
      content: '';
      width: 10px;
      height: 18px;
      background: url(../images/s_arrow_l.svg) no-repeat center/contain;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1; }
  .schoolSlider .slick-next {
    right: -5px; }
    .schoolSlider .slick-next::before {
      content: '';
      width: 10px;
      height: 18px;
      background: url(../images/s_arrow_r.svg) no-repeat center/contain;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1; }

.schoolDateList {
  margin: 0 -2% 2% 0;
  letter-spacing: -0.5em; }
  @media screen and (max-width: 640px) {
    .schoolDateList {
      margin: 0; } }
  .schoolDateList li {
    width: 31%;
    margin: 0 2% 0 0;
    padding: 1rem;
    text-align: center;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #146fbe; }
    .schoolDateList li:first-child {
      border-left: 1px solid #146fbe; }
    @media screen and (max-width: 640px) {
      .schoolDateList li {
        width: 100%;
        margin: 0;
        border-right: none;
        border-bottom: 1px solid #146fbe; }
        .schoolDateList li:first-child {
          border-left: none; }
        .schoolDateList li:last-child {
          border: none; } }
    @media screen and (max-width: 640px) {
      .schoolDateList li dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .schoolDateList li dt {
      font-size: 1.25rem;
      font-weight: 700;
      color: #146fbe;
      padding: 0.8em 0 0.4em; }
      @media screen and (max-width: 640px) {
        .schoolDateList li dt {
          text-align: left;
          float: left;
          clear: both;
          width: 110px;
          padding: 0;
          margin: 0 1em 0 0; } }
    .schoolDateList li dt span {
      position: relative;
      margin: 0 auto 0.5em;
      display: block; }
      @media screen and (max-width: 640px) {
        .schoolDateList li dt span {
          vertical-align: middle;
          display: inline-block;
          margin: 0 0.5em 0 0; } }
      .schoolDateList li dt span::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .schoolDateList li dt.number span {
      width: 30px;
      height: 30px; }
      .schoolDateList li dt.number span::before {
        background: url(../images/icon_number.svg) no-repeat center/100% auto; }
      @media screen and (max-width: 640px) {
        .schoolDateList li dt.number span {
          width: 48px; }
          .schoolDateList li dt.number span::before {
            background: url(../images/icon_number.svg) no-repeat center/auto 100%; } }
    .schoolDateList li dt.city span {
      width: 30px;
      height: 30px; }
      .schoolDateList li dt.city span::before {
        background: url(../images/icon_city.svg) no-repeat center/100% auto; }
      @media screen and (max-width: 640px) {
        .schoolDateList li dt.city span {
          width: 48px; }
          .schoolDateList li dt.city span::before {
            background: url(../images/icon_city.svg) no-repeat center/auto 100%; } }
    .schoolDateList li dt.type span {
      width: 48px;
      height: 31px; }
      .schoolDateList li dt.type span::before {
        background: url(../images/icon_type.svg) no-repeat center/auto 100%; }
      @media screen and (max-width: 640px) {
        .schoolDateList li dt.type span::before {
          background: url(../images/icon_type.svg) no-repeat center/auto 100%; } }
    .schoolDateList li dd {
      padding: 0; }
      @media screen and (max-width: 640px) {
        .schoolDateList li dd {
          font-size: 0.9em;
          overflow: hidden;
          text-align: left; } }

.flag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2% 3rem 0;
  letter-spacing: -0.5em; }
  @media screen and (max-width: 640px) {
    .flag-list {
      margin: 0 -2% 2rem 0; } }
  .flag-list li {
    display: inline-block;
    width: 18%;
    margin: 0 2% 2% 0;
    letter-spacing: normal; }
    @media screen and (max-width: 640px) {
      .flag-list li {
        width: 48%; } }
    .flag-list li a {
      color: #000;
      background: #fff;
      display: block;
      padding: 1.1rem 0 0.4rem;
      border-top: 3px solid #7fc2d6;
      -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
      height: 100%;
      position: relative; }
      .flag-list li a > br {
        display: none; }
      .flag-list li a::after {
        content: '';
        width: 22px;
        height: 22px;
        position: absolute;
        right: 3px;
        bottom: 3px;
        border-top: 11px solid transparent;
        border-left: 11px solid transparent;
        border-right: 11px solid #7fc2d6;
        border-bottom: 11px solid #7fc2d6; }
      .flag-list li a:hover {
        color: #009fe8;
        opacity: 0.8; }
      .flag-list li a dt {
        max-width: 85px;
        width: 100%;
        margin: 0 auto 0.5rem; }
      .flag-list li a dd {
        overflow: hidden; }
        .flag-list li a dd p.ti {
          font-size: 1.37rem;
          font-weight: 700;
          letter-spacing: 0.06em;
          text-align: center; }

.schoolType {
  margin: 0 -2% 2rem 0;
  letter-spacing: -1em; }
  .schoolType li {
    font-size: 1.12rem;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.06em;
    margin: 0 2% 2% 0;
    padding: 0.5em 1em;
    background: #499ce2; }
    @media screen and (max-width: 640px) {
      .schoolType li {
        font-size: 0.9em; } }

/*dl*/
/*.schoolData{
  overflow: hidden;
  margin: 0 0 20px 0;
  > dt{
    overflow: hidden;
    margin: 0 1.2rem 0 0;
    width: 40%;
    float: left;
    text-align: center;
    @include mq-down(sm){
      margin: 0 0 1em;
      width: 100%;
      float: none;
    }
  }
  dd{
    overflow: hidden;
  }
}*/
.camDroList {
  padding: 1em;
  margin: 0 0 1.5em;
  overflow: hidden;
  border: none;
  border-radius: 5px;
  background: #e5dabc;
  color: #323232; }
  @media screen and (min-width: 768px) {
    .camDroList {
      padding: 1.2em; } }
  .camDroList dt {
    font-size: 1.1em;
    font-weight: 500;
    color: #000;
    -webkit-transform: rotate(0.001deg);
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
    padding: 0 0 0 2.2em;
    position: relative;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .camDroList dt {
        font-size: 1.18em; } }
    .camDroList dt::before {
      content: '';
      background: url(../images/icon_c_plus.png) no-repeat center/contain;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      height: 32px;
      width: 32px; }
    .camDroList dt::after {
      content: '> 詳細を見る';
      float: right;
      font-size: 0.7em;
      opacity: 1;
      padding: 0.5em 0 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .camDroList dt.active::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .camDroList dt.active::after {
      opacity: 0; }
  .camDroList dd {
    color: #000;
    padding: 1em 0 0;
    overflow: hidden;
    display: none; }

/*table*/
.scTable {
  width: 100%;
  margin: 0 0 2em;
  border-top: 1px solid #b8ab8b;
  line-height: 1.7; }
  .scTable th {
    width: 25%;
    color: #797268;
    font-size: 1em;
    font-weight: 700;
    text-align: left;
    padding: 1em 1em 1em 0;
    border-right: 1px solid #b8ab8b;
    border-bottom: 1px solid #b8ab8b; }
    @media screen and (max-width: 767px) {
      .scTable th {
        font-size: 0.87em;
        width: 100%;
        display: block;
        text-align: left;
        padding: 0.5em 0 0.2em;
        text-align: left;
        border: none; } }
  .scTable td {
    color: #323232;
    font-size: 1em;
    padding: 1em;
    border-bottom: 1px solid #b8ab8b; }
    @media screen and (max-width: 767px) {
      .scTable td {
        font-size: 0.87em;
        padding: 0 0 0.5em;
        width: 100%;
        display: block; } }

.campaign_note {
  margin: 1em 0 0;
  font-size: 0.9em;
  line-height: 1.5; }

.school_note {
  margin: 1em 0.5em 0;
  font-size: 0.9em;
  line-height: 1.5;
  text-align: center; }

/*
//tab
------------------------------------------------------------
*/
.tab {
  letter-spacing: -0.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin: 0 0 -1px; }
  .tab li {
    font-size: 0.94em;
    font-weight: 700;
    color: #fff;
    width: 33%;
    margin: 0 0.8% 0;
    padding: 0.8em 0;
    border-radius: 5px 5px 0 0;
    line-height: 1.1;
    text-align: center;
    display: inline-block;
    background: #797268;
    border-top: 1px solid #797268;
    border-left: 1px solid #797268;
    border-right: 1px solid #797268;
    letter-spacing: 0.03em;
    position: relative;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .tab li {
        font-size: 1.18em; } }
    .tab li span {
      width: 30px;
      height: 30px;
      margin: 0 auto 0.5em;
      display: block;
      position: relative; }
      @media screen and (min-width: 768px) {
        .tab li span {
          position: absolute;
          top: 0;
          left: 0.6em;
          bottom: 0;
          margin: auto; } }
      .tab li span::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .tab li.active {
    color: #797268;
    background: #f6f6f6; }

.scpanel {
  border: 1px solid #797268;
  margin: 0 0 2em;
  background: #f6f6f6; }

.panel {
  display: none; }

.show {
  display: block; }

.school-info {
  padding: 1em; }
  @media screen and (min-width: 768px) {
    .school-info {
      padding: 1.5em 1em; } }

/*--api--*/
.uline {
  color: #bc264f; }

div.school-price .school-cm .school-con section.scl-price ul li a::before {
  color: #bc264f; }

div.school-price .school-cm .school-con section.scl-price > div.scl-corselist h3, div.school-price .school-cm .school-con section.scl-price > div h2, div.school-price .school-cm .school-con section.scl-price div.scl-box h3, div.school-price .school-cm .school-con section.scl-price div h2 {
  color: #797268;
  border-bottom: 5px solid #cad0d7; }

div.school-price .school-cm .school-con section.scl-price table.pr-table th {
  background: #95a1ae;
  border: 1px solid #fff; }

div.school-price .school-cm .school-con section.scl-price table.pr-table td {
  border: 1px solid #cad0d7; }

div.school-price .school-cm .school-con section.scl-price table.pr-table2 th {
  background: #9a8cb0;
  border: 1px solid #fff;
  color: #fff; }

div.school-price .school-cm .school-con section.scl-price table.pr-table2 td {
  border: 1px solid #9a8cb0; }

div.school-program .school-cm .school-con section.scl-program div.scl-box h3, div.school-program .school-cm .school-con section.scl-program div.scl-box h2 {
  color: #797268;
  border-bottom: 5px solid #dbd5c5; }

div.school-program .school-cm .school-con section.scl-program table th {
  background: #b8ab8b;
  border: 1px solid #fff; }

div.school-program .school-cm .school-con section.scl-program table td {
  border: 1px solid #b8ab8b; }

div.school-program .school-cm .school-con section.scl-program div.scl-box h4 {
  color: #323232; }

div.school-program .school-cm .school-con section.scl-program table.pr-detail-light th {
  background: #b8ab8b;
  border: 1px solid #fff; }

div.school-program .school-cm .school-con section.scl-program table.pr-detail-light td {
  border: 1px solid #b8ab8b; }

div.school-program .school-cm .school-con section.scl-program > div div.scl-box.clearfix {
  overflow: auto; }

div.school-program .school-cm .school-con section.scl-program > div div.scl-box.clearfix::-webkit-scrollbar {
  height: 5px; }

div.school-program .school-cm .school-con section.scl-program > div div.scl-box.clearfix::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee; }

div.school-program .school-cm .school-con section.scl-program > div div.scl-box.clearfix::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666; }

@media (max-width: 880px) {
  div.school-price .school-cm .school-con section.scl-price .pr-table-wr {
    overflow: auto;
    margin-bottom: 1rem; }
  div.school-price .school-cm .school-con section.scl-price .pr-table-wr::-webkit-scrollbar {
    height: 5px; }
  div.school-price .school-cm .school-con section.scl-price .pr-table-wr::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee; }
  div.school-price .school-cm .school-con section.scl-price .pr-table-wr::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666; }
  div.school-price-euro .school-cm .school-con section.scl-price .pr-table-wr {
    overflow: auto;
    margin-bottom: 0rem; } }

/*
//sample
------------------------------------------------------------
*/
.rankList {
  letter-spacing: -1em;
  margin: 0 -2% 0 0; }
  .rankList li {
    width: 48%;
    padding: 1.5em;
    margin: 0 2% 2% 0;
    background: #f4f4f4;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; }
    @media screen and (max-width: 640px) {
      .rankList li {
        width: 100%;
        margin: 0 0 2em 0; } }
  .rankList dt {
    font-size: 1.25rem;
    font-weight: 700;
    color: #146fbe;
    padding: 0 0 .8em;
    margin: 0 0 0.1em;
    text-align: center;
    border-bottom: 4px solid #146fbe; }
    .rankList dt span {
      font-size: 1rem;
      font-weight: 200;
      color: #000;
      display: block;
      margin: .5em 0 0; }
  .rankList dd {
    padding: 1em 0 0 21%; }
    @media screen and (max-width: 640px) {
      .rankList dd {
        padding: 1em; } }

.rankTi01, .rankTi02, .rankTi03, .rankTi04, .rankTi05, .rankTi-star {
  font-weight: 200;
  padding: .5em 0 .5em 4em;
  margin: 0 0 0.8em;
  border-bottom: 1px dashed #afafaf; }
  .rankTi01 span, .rankTi02 span, .rankTi03 span, .rankTi04 span, .rankTi05 span, .rankTi-star span {
    font-size: 1.25rem;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    display: block;
    margin: -0.2em 0 0; }
  .rankTi01.lastChild, .rankTi02.lastChild, .rankTi03.lastChild, .rankTi04.lastChild, .rankTi05.lastChild, .rankTi-star.lastChild {
    margin: 0; }

.rankTi01 {
  background: url(../images/icon_rank01.png) no-repeat left center/auto 60px; }

.rankTi02 {
  background: url(../images/icon_rank02.png) no-repeat left center/auto 60px; }

.rankTi03 {
  background: url(../images/icon_rank03.png) no-repeat left center/auto 60px; }

.rankTi04 {
  background: url(../images/icon_rank04.png) no-repeat 14px center/auto 35px; }

.rankTi05 {
  background: url(../images/icon_rank05.png) no-repeat 14px center/auto 35px; }

.rankTi-star {
  background: url(../images/icon_rank_star.png) no-repeat 14px center/auto 35px; }

.list_point > li {
  padding: 0.2em 0 0.2em 60px;
  margin: 0 0 1em;
  min-height: 50px;
  position: relative; }
  .list_point > li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px; }
  .list_point > li.point1::before {
    background: url(../images/point_01.png) no-repeat center/100%; }
  .list_point > li.point2::before {
    background: url(../images/point_02.png) no-repeat center/100%; }
  .list_point > li.point3::before {
    background: url(../images/point_03.png) no-repeat center/100%; }
  .list_point > li.point4::before {
    background: url(../images/point_04.png) no-repeat center/100%; }
  .list_point > li.point5::before {
    background: url(../images/point_05.png) no-repeat center/100%; }
  .list_point > li.point6::before {
    background: url(../images/point_06.png) no-repeat center/100%; }
  .list_point > li.point7::before {
    background: url(../images/point_07.png) no-repeat center/100%; }

.list_point_ttl {
  font-size: 1.12em;
  font-weight: 700;
  color: #2c435e;
  margin: 0 0 0.5em;
  border-bottom: 1px dashed #323232; }
  @media screen and (min-width: 768px) {
    .list_point_ttl {
      font-size: 1.25em; } }

.list_point_desc {
  margin: 0; }

.list_point::after {
  content: '';
  display: block;
  clear: both; }

.experiencesList {
  margin: 0 0 1em; }
  .experiencesList.col_1 .experiencesList-img_box::before {
    padding: 0; }
  .experiencesList.col_1 .experiencesList-img_box img {
    position: relative;
    left: 0;
    right: 0; }
  @media screen and (min-width: 768px) {
    .experiencesList {
      margin: 0 -2% 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      letter-spacing: -1em; }
      .experiencesList.col_1 {
        margin: 0; }
        .experiencesList.col_1 li {
          margin: 0 0 2em;
          width: 100%; }
          .experiencesList.col_1 li dt {
            font-size: 1em; }
          .experiencesList.col_1 li dd {
            font-size: 1em; }
        .experiencesList.col_1 .experiencesList-img {
          width: 25%;
          margin: 0 1.5em 0 0; }
        .experiencesList.col_1 .scListBtn {
          text-align: right; } }
  .experiencesList-img {
    margin: 0 0 10px;
    float: none; }
    @media screen and (min-width: 768px) {
      .experiencesList-img {
        margin: 0 1em 0 0;
        width: 45%;
        float: left;
        clear: both;
        position: relative; }
        .experiencesList-img::before {
          content: '';
          width: 100%;
          height: 100%;
          background: rgba(50, 50, 50, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          z-index: 2; }
        .experiencesList-img::after {
          content: '';
          width: 100%;
          height: 100%;
          background: url(../images/icon_plus.svg) no-repeat center/30px;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transform: scale(0.2);
          -ms-transform: scale(0.2);
          transform: scale(0.2);
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          z-index: 3; } }
  .experiencesList-img_box {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .experiencesList-img_box::before {
      content: '';
      display: block;
      padding: 66% 0 0; }
    .experiencesList-img_box img {
      position: absolute;
      width: 100%;
      height: auto;
      top: 0;
      bottom: 0;
      left: -50%;
      right: -50%;
      margin: auto;
      -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
      transform: scale(1.001);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      z-index: 0; }
  .experiencesList-desc {
    overflow: hidden; }
  .experiencesList li {
    width: 100%;
    margin: 0 0 1.5em; }
    @media screen and (min-width: 768px) {
      .experiencesList li {
        width: 48%;
        margin: 0 2% 2em 0;
        display: inline-block;
        letter-spacing: normal; } }
    .experiencesList li a {
      color: #000;
      display: block;
      overflow: hidden;
      height: 100%;
      padding: 12px;
      border: 1px solid #000;
      -webkit-box-shadow: 2px 2px 0 #dcdcdc;
      box-shadow: 2px 2px 0 #dcdcdc;
      border-radius: 5px;
      letter-spacing: 0.06em;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .experiencesList li a > br {
        display: none; }
      @media screen and (min-width: 768px) {
        .experiencesList li a {
          padding: 1em; }
          .experiencesList li a:hover .experiencesList-img_box img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05); }
          .experiencesList li a:hover div.scListBtn span {
            color: #fff;
            background: #000; }
          .experiencesList li a:hover .experiencesList-img::before {
            opacity: 1; }
          .experiencesList li a:hover .experiencesList-img::after {
            opacity: 1;
            -webkit-transform: scale(1) rotate(-90deg);
            -ms-transform: scale(1) rotate(-90deg);
            transform: scale(1) rotate(-90deg); } }
    .experiencesList li dl {
      margin: 0 0 1em; }
    .experiencesList li dt {
      color: #b8ab8b;
      font-size: 0.87em;
      font-weight: 500;
      position: relative; }
      .experiencesList li dt::before {
        content: '';
        width: 100%;
        height: 1px;
        border-top: 1px dashed #b8ab8b;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .experiencesList li dt span {
        background: #fff;
        display: inline-block;
        position: relative;
        padding: 0 0.5em 0 0; }
    .experiencesList li dd {
      font-size: 0.87em;
      line-height: 1.5;
      margin: 0 0 0.5em; }

.experiencesListUser {
  margin: 0 0 20px;
  padding: 1.5em;
  background: url(../images/bg_dot.png) repeat; }
  .experiencesListUser::after {
    content: '';
    display: block;
    clear: both; }
  .experiencesListUser dt {
    width: 40%;
    margin: 0 1em 0 0;
    overflow: hidden;
    float: left;
    clear: both; }
    @media screen and (max-width: 640px) {
      .experiencesListUser dt {
        width: 100%;
        margin: 0 0 1em;
        float: none; } }
  .experiencesListUser dd {
    overflow: hidden; }
    .experiencesListUser dd table {
      width: 100%;
      border-bottom: 1px solid #2b94dc; }
    .experiencesListUser dd th, .experiencesListUser dd td {
      padding: 1.5em 1.5em 1.2em 1.5em;
      border-bottom: 1px solid #2b94dc; }
      @media screen and (max-width: 640px) {
        .experiencesListUser dd th, .experiencesListUser dd td {
          padding: 1em; } }
    .experiencesListUser dd th {
      font-weight: 500;
      color: #2b94dc;
      width: 35%; }
    .experiencesListUser dd .experiencesListUser-main_ttl {
      font-size: 1.25rem;
      font-weight: 700;
      padding: 0 0 0.8em;
      margin: 0 0 0.8em;
      border-bottom: 1px solid #00b1ba; }
      .experiencesListUser dd .experiencesListUser-main_ttl span {
        display: block;
        font-size: 0.9em; }
    .experiencesListUser dd .experiencesListUser-sub_ttl {
      font-size: 1.12rem;
      margin: 0 0 1em; }
    .experiencesListUser dd .desc {
      margin: 0 0 2em; }

.scList_1col li a, .scList_2col li a, .scList_3col li a {
  color: #000;
  height: 100%;
  display: block;
  padding: 1em;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 0 #dcdcdc;
  box-shadow: 2px 2px 0 #dcdcdc; }
  .scList_1col li a > br, .scList_2col li a > br, .scList_3col li a > br {
    display: none; }
  @media screen and (min-width: 768px) {
    .scList_1col li a:hover, .scList_2col li a:hover, .scList_3col li a:hover {
      color: #000; }
      .scList_1col li a:hover div.scListBtn span, .scList_2col li a:hover div.scListBtn span, .scList_3col li a:hover div.scListBtn span {
        color: #fff;
        background: #000; } }

.scList_1col li {
  margin: 0 0 1.5em; }

.scList_1col a {
  display: block; }
  @media screen and (min-width: 768px) {
    .scList_1col a:hover .scList_1col-img::before {
      opacity: 1; }
    .scList_1col a:hover .scList_1col-img::after {
      opacity: 1;
      -webkit-transform: scale(1) rotate(-90deg);
      -ms-transform: scale(1) rotate(-90deg);
      transform: scale(1) rotate(-90deg); }
    .scList_1col a:hover .scList_1col-img_box img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

.scList_1col-img {
  width: 100%;
  margin: 0 0 10px;
  float: none;
  position: relative; }
  @media screen and (min-width: 768px) {
    .scList_1col-img {
      width: 33%;
      margin: 0 1.5em 0 0;
      float: left;
      clear: both;
      overflow: hidden; } }
  .scList_1col-img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1; }
  .scList_1col-img::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/icon_plus.svg) no-repeat center/30px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2; }

.scList_1col-img_box {
  margin: 0;
  position: relative;
  overflow: hidden; }
  .scList_1col-img_box::before {
    content: '';
    display: block;
    padding: 67% 0 0; }
  .scList_1col-img_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001); }

.scList_1col-desc {
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .scList_1col .scListBtn {
    text-align: right; } }

.scList_2col, .scList_3col {
  margin: 0; }
  @media screen and (min-width: 768px) {
    .scList_2col, .scList_3col {
      margin: 0 -2% 0 0;
      letter-spacing: -1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .scList_2col a, .scList_3col a {
    display: block; }
    @media screen and (min-width: 768px) {
      .scList_2col a:hover .scList_3col-img::before, .scList_3col a:hover .scList_3col-img::before {
        opacity: 1; }
      .scList_2col a:hover .scList_3col-img::after, .scList_3col a:hover .scList_3col-img::after {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-90deg);
        -ms-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg); }
      .scList_2col a:hover .scList_3col-img_box img, .scList_3col a:hover .scList_3col-img_box img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); } }
  .scList_2col > li, .scList_3col > li {
    margin: 0 0 1.5em; }
    @media screen and (min-width: 768px) {
      .scList_2col > li, .scList_3col > li {
        width: 31.33%;
        margin: 0 2% 2% 0;
        letter-spacing: normal;
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
  .scList_2col-img, .scList_3col-img {
    position: relative; }
    .scList_2col-img::before, .scList_3col-img::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(50, 50, 50, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      border-radius: 5px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      z-index: 1; }
    .scList_2col-img::after, .scList_3col-img::after {
      content: '';
      width: 100%;
      height: 100%;
      background: url(../images/icon_plus.svg) no-repeat center/30px;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
      transform: scale(0.2);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      z-index: 2; }
  .scList_2col-img_box, .scList_3col-img_box {
    margin: 0 0 10px;
    position: relative;
    overflow: hidden; }
    .scList_2col-img_box::before, .scList_3col-img_box::before {
      content: '';
      display: block;
      padding: 67% 0 0; }
    .scList_2col-img_box img, .scList_3col-img_box img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: -50%;
      right: -50%;
      margin: auto;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
      transform: scale(1.001); }

.scList_2col li {
  width: 48%; }
  @media screen and (max-width: 640px) {
    .scList_2col li {
      width: 100%;
      margin: 0 0 1.5em; } }
  .scList_2col li dt::before {
    padding: 60% 0 0; }

.list_school_ttl {
  color: #797268;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.4em;
  font-weight: 500;
  margin: 0 0 0.5em;
  line-height: 1.3; }
  .list_school_ttl span {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 0.6em;
    padding: 1em 0;
    margin: 0.6em 0 0;
    display: block;
    border-top: 1px dashed #b8ab8b;
    border-bottom: 1px dashed #b8ab8b; }

.scListDesc_ttl {
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.5em; }

.scListDesc {
  font-size: 0.87rem;
  padding: 0;
  margin: 0 0 1.5em;
  letter-spacing: 0.06em; }

.scListBtn {
  text-align: center;
  margin: auto 0 0; }
  .scListBtn span {
    font-size: 1em;
    color: #000;
    padding: 0.5em 1.2em;
    width: 90%;
    max-width: 300px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    display: inline-block;
    line-height: 1.5;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .scListBtn span i {
      height: 1em;
      position: absolute;
      top: 0;
      right: 0.5em;
      bottom: 0;
      margin: auto;
      line-height: 1; }

#subNaviWrap {
  padding: 1rem 0;
  width: 100%;
  background: rgba(229, 218, 188, 0.5);
  overflow: auto;
  margin: 0 0 3em; }

#subNaviWrap::-webkit-scrollbar {
  height: 5px; }

#subNaviWrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee; }

#subNaviWrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666; }

#subNavibox {
  width: 1150px;
  padding: 0 15px;
  margin: auto; }
  @media screen and (min-width: 768px) {
    #subNavibox {
      width: 1400px; } }

#subNavi {
  text-align: center;
  letter-spacing: -1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #subNavi::after {
    content: '';
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) {
    #subNavi {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  #subNavi li {
    display: inline-block;
    border-left: 1px solid #797268;
    text-align: center;
    letter-spacing: normal; }
    #subNavi li:last-child {
      border-right: 1px solid #797268; }
    #subNavi li a {
      font-weight: 500;
      color: #797268;
      letter-spacing: 0.02em;
      display: block;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      font-size: 0.9em;
      padding: 0.5em 1em;
      line-height: 1.6; }
      @media screen and (min-width: 768px) {
        #subNavi li a {
          padding: 0.2em 1.5em;
          font-size: 1em; }
          #subNavi li a:hover {
            color: #000; } }

.list_study_abroad_info {
  margin: 0 -2% 0 0;
  letter-spacing: -1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list_study_abroad_info li {
    width: 31%;
    margin: 0 2% 2% 0;
    display: inline-block;
    letter-spacing: normal; }
    @media screen and (max-width: 640px) {
      .list_study_abroad_info li {
        width: 100%;
        margin: 0 0 0.8em; } }
    .list_study_abroad_info li a {
      font-size: 1.25em;
      color: #000;
      height: 100%;
      padding: 1.5em 2em 1.5em 2em;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #2b94dc;
      border-top: 4px solid #2b94dc;
      -webkit-box-shadow: 5px 5px 0 #ccc;
      box-shadow: 5px 5px 0 #ccc;
      position: relative;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media screen and (max-width: 640px) {
        .list_study_abroad_info li a {
          font-size: 1em;
          padding: 1em 2em 1em 1em; } }
      .list_study_abroad_info li a i {
        font-size: 0.8em;
        position: absolute;
        top: 0;
        right: 1em;
        bottom: 0;
        margin: auto;
        line-height: 1;
        height: 1em; }

.qaList dt {
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.6;
  color: #323232;
  padding: 1em 0 1em 60px;
  background: url(../images/qa_q.png) no-repeat left/50px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .qaList dt {
      line-height: 1.8; } }
  .qaList dt::before {
    content: '';
    width: calc(100% - 60px);
    height: 3px;
    background: url(../images/icon_stripe_be.png) repeat center/4px;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media screen and (min-width: 768px) {
      .qaList dt::before {
        height: 5px; } }

.qaList dd {
  min-height: 60px;
  padding: 1em 0 0 60px;
  margin: 0 0 1em;
  background: url(../images/qa_a.png) no-repeat top 0.5em left/50px; }
  @media screen and (min-width: 768px) {
    .qaList dd {
      margin: 0 0 2em; } }

.photoLList, .photoRList {
  margin: 0 0 1em;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .photoLList, .photoRList {
      margin: 0 0 1.5em; } }
  .photoLList dt, .photoRList dt {
    width: 100%;
    overflow: hidden;
    text-align: center;
    clear: both; }
    @media screen and (min-width: 768px) {
      .photoLList dt, .photoRList dt {
        width: 35%; } }
    .photoLList dt img, .photoRList dt img {
      max-width: 100%; }
  .photoLList dd, .photoRList dd {
    overflow: hidden;
    letter-spacing: 0.06em;
    line-height: 1.8; }

.photoLList dt {
  margin: 0 0 1em;
  float: none;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .photoLList dt {
      margin: 0 1em 0 0;
      float: left;
      text-align: left; } }

.photoRList dt {
  margin: 0 0 1em;
  float: none;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .photoRList dt {
      margin: 0 0 0 1em;
      float: right;
      text-align: right; } }

/*table*/
.table-wrap {
  overflow: auto; }
  .table-wrap table {
    min-width: 767px; }
    @media screen and (min-width: 768px) {
      .table-wrap table {
        min-width: 0; } }

.table-wrap::-webkit-scrollbar {
  height: 5px; }

.table-wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee; }

.table-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666; }

.table_color {
  width: 100%; }
  .table_color th {
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.8em 0.5em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center; }
  .table_color td {
    line-height: 1.5;
    padding: 0.8em 0.5em; }
  .table_color.be {
    border-top: 1px solid #b8ab8b;
    border-left: 1px solid #b8ab8b; }
    .table_color.be th {
      background: #b8ab8b; }
    .table_color.be td {
      border-right: 1px solid #b8ab8b;
      border-bottom: 1px solid #b8ab8b; }
  .table_color.gry {
    border-top: 1px solid #95a1ae;
    border-left: 1px solid #95a1ae; }
    .table_color.gry th {
      background: #95a1ae; }
    .table_color.gry td {
      border-right: 1px solid #95a1ae;
      border-bottom: 1px solid #95a1ae; }
  .table_color.ce td {
    text-align: center; }

.arrowBox {
  padding: 1.5em;
  margin: 0 0 2em;
  position: relative; }
  .arrowBox.triangle::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2em;
    margin: auto;
    border-top: 2em solid transparent;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 0 solid transparent; }
  .arrowBox.arrow::before {
    content: '';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.9em;
    margin: auto; }
  .arrowBox::after {
    display: block;
    clear: both; }
  .arrowBox.blue {
    border: 1px solid #2b94dc; }
    .arrowBox.blue.triangle::before {
      border-top: 2em solid #2b94dc; }
    .arrowBox.blue.arrow::before {
      color: #2b94dc; }
  .arrowBox.green {
    border: 1px solid #b6bf06; }
    .arrowBox.green.triangle::before {
      border-top: 2em solid #b6bf06; }
    .arrowBox.green.arrow::before {
      color: #b6bf06; }
  .arrowBox.ce {
    text-align: center; }

.arrowBoxEnd {
  padding: 1.5em;
  margin: 0 0 2em; }
  .arrowBoxEnd::after {
    content: '';
    display: block;
    clear: both; }
  .arrowBoxEnd.blue {
    border: 1px solid #2b94dc; }
  .arrowBoxEnd.green {
    border: 1px solid #b6bf06; }
  .arrowBoxEnd.ce {
    text-align: center; }

.rhombicList1 li {
  padding: 2px 0 0 27px;
  margin: 0 0 0.4em;
  position: relative; }
  .rhombicList1 li::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 7px;
    left: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.rhombicList1.blue li::before {
  background: #146fbe; }

.rhombicList1.green li::before {
  background: #b6bf06; }

.rhombicList1.darkgreen li::before {
  background: #575c03; }

.list_dot li {
  line-height: 1.6;
  padding: 0 0 0 20px;
  margin: 0 0 0.5em;
  position: relative; }
  .list_dot li::before {
    content: '●';
    position: absolute;
    top: 0;
    left: 0; }

.list_dot.blue li::before {
  color: #2c435e; }

.list_dot.br li::before {
  color: #b8ab8b; }

.list_dot.yel li::before {
  color: #ffd500; }

.list_dot.pnk li::before {
  color: #c4628f; }

.list_star li {
  line-height: 1.6;
  padding: 0 0 0 20px;
  margin: 0 0 0.5em;
  position: relative; }
  .list_star li::before {
    content: '★';
    position: absolute;
    top: 0;
    left: 0;
    color: #f8bb2d; }

.photoList {
  clear: both;
  margin: 0 -2% 0 0;
  letter-spacing: -1em; }
  .photoList li {
    display: inline-block;
    margin: 0 2% 2% 0;
    width: 23%;
    letter-spacing: normal; }
    @media screen and (max-width: 640px) {
      .photoList li {
        width: 48%; } }
    .photoList li dt {
      overflow: hidden;
      margin: 0 0 10px;
      position: relative;
      z-index: 1; }
      .photoList li dt::before {
        content: '';
        display: block;
        padding: 50% 0 0; }
      .photoList li dt img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: -50%;
        right: -50%;
        margin: auto;
        z-index: 0; }
    .photoList li dd {
      text-align: center; }

.tiBox {
  padding: 1em;
  margin: 0 0 2em;
  background: #f6f6f6;
  border-radius: 5px; }
  @media screen and (min-width: 768px) {
    .tiBox {
      padding: 1.5em; } }

.tiBox_border {
  padding: 1em;
  margin: 0 0 2em;
  border: 1px solid #000;
  border-radius: 5px; }
  @media screen and (min-width: 768px) {
    .tiBox_border {
      padding: 1.5em; } }

.indexTi {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.25em;
  font-weight: 500;
  padding: 0 0 0.2em;
  margin: 0 0 1em;
  border-bottom: 1px solid #000;
  letter-spacing: 0.02em; }

@media screen and (min-width: 768px) {
  .indexList {
    margin: 0 -3% 0 0;
    letter-spacing: -1em; } }

.indexList li {
  width: 100%;
  margin: 0 0 1em; }
  @media screen and (min-width: 768px) {
    .indexList li {
      width: 47%;
      margin: 0 3% 1em 0;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal; } }
  .indexList li a {
    font-size: 1em;
    padding: 0 0 0 1em;
    position: relative;
    display: inline-block; }
    .indexList li a:hover {
      color: #797268;
      text-decoration: underline; }
    .indexList li a::before {
      content: '';
      width: 6px;
      height: 10px;
      background: url(../images/icon_arrow_r.svg) no-repeat center/contain;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }

a.link_external, a.link_internal {
  color: #2642c5;
  text-decoration: underline;
  word-break: break-all; }
  a.link_external:hover, a.link_internal:hover {
    text-decoration: none; }

.link_external::after {
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 0.3em; }

.link_internal::after {
  content: '\f002';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.3em; }

.list_check_ttl {
  color: #323232;
  font-size: 1.12em;
  font-weight: 700;
  padding: 0.2em 0;
  margin: 0 0 0.2em 35px;
  border-bottom: 1px solid #c8c8c8;
  position: relative; }
  .list_check_ttl::before {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0.2em;
    left: -35px;
    background: url(../images/icon_checked.svg) no-repeat center/contain; }

.list_check_desc {
  padding: 0 0 0 35px;
  margin: 0 0 1em; }

.list_photo {
  letter-spacing: -0.5em;
  margin: 0 -2% 0 0;
  text-align: center; }
  .list_photo li {
    display: inline-block;
    width: 48%;
    margin: 0 2% 2% 0;
    letter-spacing: normal;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .list_photo li {
        width: 23%; } }
  .list_photo_img {
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .list_photo_img::before {
      content: '';
      display: block;
      padding: 66% 0 0; }
    .list_photo_img img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -50%;
      right: -50%;
      margin: auto;
      z-index: 0; }
  .list_photo_desc {
    font-size: 0.87em; }
    @media screen and (min-width: 768px) {
      .list_photo_desc {
        font-size: 1em; } }

/*------------------------------------------------------------

 LessonPage

------------------------------------------------------------*/
#containerLWrap {
  padding: 30px 0;
  background: url(../images/lesson/bodyBg.jpg) no-repeat top center;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-attachment: fixed;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%; }
  #containerLWrap #containerL {
    background: url(../images/lesson/containerBg.png) repeat;
    overflow: hidden;
    margin: 30px auto;
    max-width: 1100px;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }
  #containerLWrap #contentL {
    padding: 0px;
    clear: both;
    overflow: hidden;
    margin: 30px auto;
    max-width: 1000px;
    width: 100%; }
  #containerLWrap .headcontent {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    margin-bottom: 0px;
    position: relative; }
  #containerLWrap .logoL {
    position: absolute;
    right: 30px;
    bottom: 120px;
    width: 300px !important; }
  #containerLWrap #boxW {
    background: #FFF;
    margin-bottom: -45px;
    padding: 20px 0 50px; }
  #containerLWrap .txtP {
    max-width: 875px;
    width: 100%;
    display: block;
    margin: 0 auto 20px; }
  #containerLWrap .btnL {
    margin-bottom: 20px;
    text-align: center; }
  #containerLWrap ul.basicListL {
    background-color: #fff;
    overflow: hidden; }
    #containerLWrap ul.basicListL li {
      margin: 0 20px 20px;
      padding-top: 20px;
      width: 293px;
      float: left; }
      @media screen and (max-width: 640px) {
        #containerLWrap ul.basicListL li {
          margin: 0 0 20px;
          width: 100%;
          float: none; } }
      #containerLWrap ul.basicListL li p {
        text-align: center; }
  #containerLWrap .section .white {
    background-color: #fff;
    padding: 20px; }
  #containerLWrap dl.basicListL {
    margin-bottom: 10px; }
    #containerLWrap dl.basicListL dt {
      padding: 3px 5px;
      width: 180px;
      clear: left;
      float: left;
      background-color: rgba(244, 164, 102, 0.2);
      overflow: hidden; }
      @media screen and (max-width: 640px) {
        #containerLWrap dl.basicListL dt {
          padding: 3px 0;
          width: 100%;
          clear: both;
          float: none;
          text-align: center; } }
    #containerLWrap dl.basicListL dd {
      padding: 3px 5px 3px 20px;
      overflow: hidden;
      margin-left: 180px; }
      @media screen and (max-width: 640px) {
        #containerLWrap dl.basicListL dd {
          padding: 3px 0;
          margin: 0 0 2em; } }
  #containerLWrap #box1 {
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      #containerLWrap #box1 {
        background: #FFF;
        border: 5px solid #EF858C;
        border-radius: 8px;
        margin-bottom: 10px; } }
  #containerLWrap #box1_inner {
    padding: 0 30px;
    overflow: hidden;
    background: url(../images/lesson/box1Bg.png) repeat-y 0 0; }
    @media screen and (max-width: 640px) {
      #containerLWrap #box1_inner {
        padding: 0 15px;
        background: none; } }
  #containerLWrap ul.topMenuL {
    clear: both;
    margin-right: -40px; }
    @media screen and (max-width: 640px) {
      #containerLWrap ul.topMenuL {
        margin-right: 0; } }
    #containerLWrap ul.topMenuL li {
      display: block;
      float: left;
      width: 200px;
      margin-right: 40px; }
      @media screen and (max-width: 640px) {
        #containerLWrap ul.topMenuL li {
          float: none;
          width: 100%;
          margin: 0 0 2em; } }
  #containerLWrap .imgWrap {
    height: 150px;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      #containerLWrap .imgWrap {
        height: auto;
        text-align: center; } }
  #containerLWrap .nameL {
    font-size: 143%;
    padding: 15px 0;
    color: #ef858c;
    font-weight: 700; }
  #containerLWrap .line {
    background: url(../images/lesson/underline.png) repeat-y 0px -3px;
    line-height: 1.8em;
    padding: 5px;
    margin-bottom: 20px; }
  #containerLWrap #box2 {
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      #containerLWrap #box2 {
        background: #FFF;
        border: 5px solid #54C3F1;
        border-radius: 8px;
        margin-bottom: 10px; } }
  #containerLWrap #box2_inner {
    padding: 0 30px;
    overflow: hidden;
    background: url(../images/lesson/box2Bg.png) repeat-y 0 0; }
    @media screen and (max-width: 640px) {
      #containerLWrap #box2_inner {
        padding: 0 15px;
        background: none; } }
  #containerLWrap ul.topMenu2L {
    clear: both;
    margin-right: -40px; }
    @media screen and (max-width: 640px) {
      #containerLWrap ul.topMenu2L {
        margin-right: 0; } }
    #containerLWrap ul.topMenu2L li {
      display: block;
      float: left;
      width: 450px;
      margin-right: 40px;
      position: relative;
      margin-bottom: 50px;
      min-height: 310px; }
      @media screen and (max-width: 640px) {
        #containerLWrap ul.topMenu2L li {
          float: none;
          width: 100%;
          margin-right: 0; } }
  #containerLWrap dl.menuListL {
    max-width: 450px;
    width: 100%; }
    #containerLWrap dl.menuListL dt {
      width: 200px;
      clear: left;
      float: left;
      text-align: center; }
      @media screen and (max-width: 640px) {
        #containerLWrap dl.menuListL dt {
          clear: both;
          float: none;
          margin: 0 auto; } }
  #containerLWrap .circle {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      #containerLWrap .circle {
        float: none; } }
    #containerLWrap .circle img {
      width: 200px;
      height: auto; }
  #containerLWrap .name2 {
    font-size: 93%; }
  #containerLWrap dl.menuListL dd {
    margin-left: 210px; }
    @media screen and (max-width: 640px) {
      #containerLWrap dl.menuListL dd {
        margin: 0; } }
  #containerLWrap .name3 {
    font-size: 143%;
    color: #54c3f1;
    font-weight: 700;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      #containerLWrap .name3 {
        text-align: center; } }
  #containerLWrap .line2 {
    float: right;
    background: url(../images/lesson/underline2.png) repeat-y 0px -4px;
    line-height: 1.8em;
    margin-bottom: 20px;
    width: 244px; }
    @media screen and (max-width: 640px) {
      #containerLWrap .line2 {
        float: none;
        margin: 0 auto 20px; } }
/*------------------------------------------------------------

Top page 20190930

------------------------------------------------------------*/
.top_text {
  margin: 10px 30px 1em;
  word-wrap: break-word;
  text-align: center;
}
.background_grey_school {
  background: #D3D3D4;
  padding: 3% 3% 3% 3%;
  margin: 0 0 0 18%;
  position: relative;
}
  .background_grey_school .title1 {
  position: absolute;
  z-index: 1;
  top: 20px;
  width: 10vw;
  left: -9%;
  }
   @media screen and (max-width:768px) {
    .background_grey_school .title1 {
      left:-16%;
      width: 17vw;
      } }

.background_light_school {
  background: #eeeeec;
  padding: 3% 3% 3% 3%;
  margin: 0 18% 0 0;
  position: relative;
}
  .background_light_school .title2 {
   position: absolute;
   z-index: 1;
   top: 20px;
   width: 10vw;
   right: -9%;
   }
    @media screen and (max-width:768px) {
     .background_light_school .title2 {
      width: 17vw;
      right:-16%;
      } }

.list_schooltopr {
    letter-spacing: -0.5em;
    margin: 3% 0% 0% 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .list_schooltopr li {
      display: inline-block;
      z-index: 2;
      width: 47%;
      margin: 0 0.8% 1.2% 0.8%;
      letter-spacing: normal;
      vertical-align: top;
      border-radius: 5px;
      overflow: hidden;
      }
      @media screen and (min-width: 768px) {
    .list_schooltopr li {
          width: 15%; } }
    .list_schooltopr li a {
        display: block;
        height: 100%; }
    .list_schooltopr li a dt {
            position: relative;
            overflow: hidden; }
    .list_schooltopr li a dt::before {
              content: '';
              width: 100%;
              height: 100%;
              background: rgba(50, 50, 50, 0.5);
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              z-index: 1; }
    .list_schooltopr li a dt::after {
              content: '';
              width: 100%;
              height: 100%;
              background: url(../images/icon_plus.svg) no-repeat center/30px;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              -webkit-transform: scale(0.2);
              -ms-transform: scale(0.2);
              transform: scale(0.2);
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              z-index: 2; }
    .list_schooltopr h3 {
              margin:3px;
              text-align:center;
                }
    .list_schooltopr li a dt img {
              width: 100%;
              height: 9rem;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              -webkit-transform: scale(1.01);
              -ms-transform: scale(1.01);
              transform: scale(1.01); }
    .list_schooltopr li a:hover dt::before {
            opacity: 1; }
    .list_schooltopr li a:hover dt::after {
            opacity: 1;
            -webkit-transform: scale(1) rotate(-90deg);
            -ms-transform: scale(1) rotate(-90deg);
            transform: scale(1) rotate(-90deg); }
    .list_schooltopr li a:hover img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05); } }
    .list_schooltopr li a dd {
          font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
          font-size: 0.94em;
          text-align: center;
          line-height: 1.2;
          padding: 0em 0em; }
          @media screen and (min-width: 768px) {
    .list_schooltopr li a dd {
              font-size: 1em;
              margin: -2px;
			  }}

.marker-yellow {
    background: linear-gradient(transparent 60%, #fed502 0%);
    }
    @media screen and (min-width: 768px) {
      .marker-yellow {
        background: linear-gradient(transparent 60%, #fed502 0%)} }
.top_todo {
  text-align: center;
  }
  .top_todo_img {
            display: inline-block;      /* インラインブロック要素にする */
            margin: 0px -0.5px 0 -0.5px;              /* 余白指定 */
        }
  .top_todo_tilt {
    	-webkit-transition: all 0.5s ease;
     	transition: all 0.5s ease;
      }
  .top_todo_tilt:hover {
    	-webkit-transform: rotate(-6deg);
    	transform: rotate(-6deg);
    }
.fixed-bg-top {
      min-height: 100vh;
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
      padding: 4% 0 4% 0;
    }

    .bg01 {
      background-image: url(../images/top_schoolback.jpg);
    }

    .bg02 {
      background-image: url(../images/top_schoolback.jpg);
    }


/* TOP todo list */
.cp_accordionslide08 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 float: none;
 position: static;
 background-color: #595951;
 }

   .cp_accordionslide08:hover .slideitem {
    width: 20%;
   }
   .cp_accordionslide08 .slideitem {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 65vh;
     -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
     -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 130%;
   }
   .cp_accordionslide08 .slideitem:nth-child(1) {
    background-image: url('../images/top_books.svg');
   }
   .cp_accordionslide08 .slideitem:nth-child(2) {
     background-image: url('../images/top_travel.svg');
   }
   .cp_accordionslide08 .slideitem:nth-child(3) {
     background-image: url('../images/top_kids.svg');
   }
   .cp_accordionslide08 .slideitem:nth-child(4) {
     background-image: url('../images/top_house.svg');
   }
   .cp_accordionslide08 .slideitem:nth-child(5) {
     background-image: url('../images/top_piggy.svg');
   }
   .cp_accordionslide08 .slideitem:before,
     .cp_accordionslide08 .slideitem:after {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       content: '';
       -webkit-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
     }
     .cp_accordionslide08 .slideitem:after {
       -webkit-transition: opacity 0.5s ease;
       transition: opacity 0.5s ease;
       opacity: 1;
       background: rgba(89, 89, 81, 0.55);
     }
     .cp_accordionslide08 .slideitem:before {
       z-index: 1;
       -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
       transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
       transition: opacity 0.5s ease, transform 0.5s ease;
       transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
       -webkit-transform: translate3d(0, 0, 0) translateY(50%);
       transform: translate3d(0, 0, 0) translateY(50%);
       opacity: 0;

       background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 75%);
       background:         linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 75%);
     }
  .cp_accordionslide08 .slideitem:hover {
     width: 60% !important;
  }
  .cp_accordionslide08 .slideitem:hover:after {
     opacity: 15%;
  }
  .cp_accordionslide08 .slideitem:hover:before {
     -webkit-transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
     transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s;
     transition: opacity 1s ease, transform 1s ease 0.25s, -webkit-transform 1s ease 0.25s;
     -webkit-transform: translate3d(0, 0, 0) translateY(0);
     transform: translate3d(0, 0, 0) translateY(0);
     opacity: 1;
   }
   .cp_accordionslide08 .slideitem:hover .slidecont {
     -webkit-transition: all 0.75s ease 0.5s;
     transition: all 0.75s ease 0.5s;
     -webkit-transform: translateY(0);
     transform: translateY(0);
     opacity: 1;
   }
   .cp_accordionslide08 .slideitem h2 {
     font-size: 1.4em;
     position: absolute;
     text-align: center;
     z-index: 1;
     top: 50%;
     left: 50%;
     -webkit-transition: all 0.75s ease;
     transition: all 0.75s ease;
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
     white-space: nowrap;
   }
   .cp_accordionslide08 .slideitem h2::before {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: '';
    }
   .cp_accordionslide08 .slideitem:hover h2 {
     top: 12%;
   }
   .cp_accordionslide08 .slidecont {
     position: relative;
     z-index: 1;
     top: 65%;
     margin: 0 1.618em;
     -webkit-transform: translate3d(0, 0, 0) translateY(25px);
     transform: translate3d(0, 0, 0) translateY(25px);
     text-align: center;
     opacity: 0;
   }
   @media only screen and (max-width:768px) {
    .cp_accordionslide08 {
      display: block;
    }
    .cp_accordionslide08:hover .slideitem {
      width: 100%;
      height: 20vh;
      background-size: 60%;
    }
    .cp_accordionslide08 .slideitem {
      width: 100%;
      height: 20vh;
      background-size: 80%;
    }
    .cp_accordionslide08 .slideitem:hover {
      width: 100% !important;
      height: 40vh !important;
    }
    .cp_accordionslide08 .slideitem h2 {
      top: 35%;
    }
    }




 /* Top会社情報 */
 .contsAreaL,.contsAreaR {
   position: relative;
   width: 100%;
   margin: 0 auto;
 }

 .textAreaL {
   position: absolute;
   top: 1.8em;
   right: 0%;
   font-size:1.5em;
   line-height:1.4em;
   text-align: center;
   width:53%;
   font-family: 'Georgia',sans-serif;
 }
   @media only screen and (min-width:640px) and (max-width:760px) {
    .textAreaL {
     position: absolute;
     top: 1.5em;
 　　left: 30%;
     font-size:1.4em;
     line-height:1.3em;
     text-align: left;
     width:70%;
     }}
   @media only screen and (max-width:639px) {
    .textAreaL {
     position: absolute;
     width: 80%;
     top: 1.3em;
     left: 50%;
     font-size:3vw;
     transform: translate(-50%,8%);
     margin:0;
     padding:0;
  }}

 .textArea_inner {
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing:border-box;
    box-sizing: border-box;
    display: wrap;
    border-radius: 5px;
    background-color: rgba(254, 254, 254, 0.80);
 }

 .textArea_inner h2 {
   font-size: 25px;
   color: #0c0c0c;
   text-align:center;
   margin-bottom: 25px;
 }

 .contsAreaL img {
   width: 60%;
   float: left;
 }
 @media only screen and (max-width:768px) {
   .contsAreaL img {
     width: 100%;
   }}

 .space {
   clear: both;
   padding: 80px 0px 50px;
 }







 /*Contact Form 7カスタマイズ*/
 .wpcf7{
   position: relative;}
 .contactform{padding-bottom: 20px;}
 .contactform dl{
   display: flex;
   align-items: center;
   -webkit-justify-content: center; /* Safari */
  justify-content: center;
   padding-bottom: 25px;

 }
 .contactform dl dt{
   width: 24%;
   position: relative;
 }
 .contactform dl dt span.required{
   position: absolute;
   right: 30px;
   top: 0;
   color: #f00;
   font-size: 8px;
 }
 .contactform dl dd{
   width: 60%;
   position: relative;
 }
 .contactform dl dd .your_name,
 .contactform dl dd .your_store,
 .contactform dl dd .your_number,
 .contactform dl dd .your_mail,
 .contactform dl dd .your_msg{
   width: 100%;
   display: block;
 }
 .contactform dl dd .your_name input,
 .contactform dl dd .your_store input,
 .contactform dl dd .your_number input,
 .contactform dl dd .your_mail input,
 .contactform dl dd .your_msg textarea{
   width: 100%;
   border: 0.5px #858181 solid;
   outline: none;
   padding: 15px;
   box-sizing: border-box;
   border-radius: 4px;
   font-size: 0.9rem;
   background: #fff;
 }
 .contactform .submit_btn{
   width: 230px;
   margin:  0 auto;
   position: relative;
   padding: 0.8em 1em;
 }
 .contactform .submit_btn input{
   width: 100%;
   height: 50px;
   border: 1px #030303 solid;
   background: #030303;
   color: #fff;
   font-size: 1.2rem;
   cursor: pointer;
   border-radius: 5px;
   -webkit-box-shadow: 0 3px 0 0 #c0c0c0;
   box-shadow: 0 3px 0 0 #c8c8c8; }
 }
 .ajax-loader{
   position: absolute;
   top: 50%;
   left: 110%;
   transform: translate(-50%, -50%);
 }
 .contactform span.wpcf7-not-valid-tip{
   position: absolute;
   bottom: -20px;
   left: 10px;
   font-size: 12px;
 }
 .contactform .your_msg span.wpcf7-not-valid-tip{
   bottom: -15px;
 }
 div.wpcf7-response-output{
   border: none !important;
   padding: 0 !important;
   margin: 0 !important;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   text-align: center;
   color: #f00;
   font-size: 14px;
 }
 @media screen and (max-width:768px) {
.contactform dl{display: block;}
  .contactform dl dt{
    width: 100%;
    font-size: 2vw;
    margin-bottom: 10px;
  }
  .contactform dl dd{
    width: 100%;
  }
  .wpcf7-radio span{padding-right: 10px;margin-left: 0!important;}
  .contactform dl dd .your_name input,
  .contactform dl dd .your_store input,
  .contactform dl dd .your_number input,
  .contactform dl dd .your_mail input,
  .contactform dl dd .your_msg textarea{padding: 10px;}
  div.wpcf7-response-output{font-size: 12px;}
}



/*hilight text for top*/
.highlight_bltop {
  font-weight: 700;
  color: black;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #feef36));
  background: -webkit-linear-gradient(transparent 70%, #fed500 70%);
  background: -o-linear-gradient(transparent 70%, #fed500 70%);
  background: linear-gradient(transparent 70%, #fed500 70%); }


/*rating without list*/
.star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 25px;
  top: -10px;
}
.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffcc33;
}
.star-rating-back {
  color: #ccc;
}


/*worldmap tab*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab ::selection {
	background-color: #4EC6DE;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab > label {
  display: block;
  float: left;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  background: #fed500;
  color: #FFF;
  width: 172px;
  height: 70px;
  line-height: 70px;
  border-radius: 5%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #b89a02;
}
.cp_tab > label:hover,
.cp_tab > input:checked + label {
	background: #e6b115;
}
.cp_tab .cp_tabpanels {
	clear: both;
	perspective: 600px;
	min-height: 300px;/* エリアの高さ */
}
.cp_tab .cp_tabpanels .cp_tabpanel {
	line-height: 1.4em;
	position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
	z-index: 0;
	width: 100%;
	padding: 20px 30px 20px;
	transition: opacity 0.3s, transform 1s;
	transform: rotateX(-20deg);
	transform-origin: top center;
	opacity: 0;
  margin: 2em 0;
  color: #fed500;/*文字色*/
  background: #FFF;
  border: solid 3px #fed500;/*線*/
  border-radius: 10px;/*角の丸み*/
}
.cp_tab .cp_tabpanels .cp_tabpanel h2{
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 15px 0 ;
}
.cp_tab .cp_tabpanels .cp_tabpanel a{
  text-decoration-color:  :#ff8181 ;
  text-decoration: underline;
}
.cp_tab .cp_tabpanels .cp_tabpanel p{
  padding: 2.5px;
}
.cp_tab .cp_tabpanels .cp_tabpanel .ditaill{
  text-align:left;
  padding:0;
  margin:0;
}
.cp_tab .cp_tabpanels .cp_tabpanel .ditailr{
text-align: right;
flex-basis:  200px;
}
.cp_tab #tab12_1:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(1),
.cp_tab #tab12_2:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(2),
.cp_tab #tab12_3:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(3),
.cp_tab #tab12_4:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(4),
.cp_tab #tab12_5:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(5),
.cp_tab #tab12_6:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(6),
.cp_tab #tab12_7:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(7),
.cp_tab #tab12_8:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(8),
.cp_tab #tab12_9:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(9),
.cp_tab #tab12_10:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(10),
.cp_tab #tab12_11:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(11),
.cp_tab #tab12_12:checked ~ .cp_tabpanels .cp_tabpanel:nth-of-type(12){
	z-index: 1;
	transform: rotateX(0);
	opacity: 1;
}
@media screen and (max-width: 640px) {
	.cp_tab {
		width: 100%;
	}
	.cp_tab > label {
		display: none;
	}
	.cp_tab .cp_tabpanels .cp_tabpanel {
	position: relative;
	margin-bottom: 1em;
	padding: 0.5em;
	transform: none;
	opacity: 1;
	border: none;
	}
	.cp_tab .cp_tabpanels .cp_tabpanel h2 {
		border-bottom: 1px solid #e6b115;
		padding-bottom: 0.5em;
	}
  .cp_tab .cp_tabpanels .cp_tabpanel {
    display: flex;
    flex-direction:column;
  }
}


/*mainNetwork__map tab*/
#getActiveMQ-watcher {
  content: ""; }

/* =Map Pin Animation
// ========================================================================== */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }


/* =Places Map
// ========================================================================== */
#places-map {
  position: relative; }

  #places-map .wu-logo {
    display: none;
    width: 100%; }
  #places-map img {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1; }

  #places-map .map {
    position: relative;
    max-width: 95%;
    top:-16em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -12em;
    }
    @media only screen and (min-width:641px) and (max-width:1023px) {
      #places-map .map {
        top:-12em;
        margin-bottom: -8em;
      }}
    @media screen and (max-width: 640px) {
      #places-map .map {
        top:-7em;
        margin-bottom: -6em;
      }}
  #places-map .map-pins {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%; }
  #places-map .map-location-marker {
    cursor: pointer;
    position: absolute;
    height: 1.875em;
    width: 1.3125em;
    z-index: 3; }
    @media screen and (max-width: 640px) {
      #places-map .map-location-marker {
        display: none;
      }}

      #places-map .marker-losangeles {
        left: 4.47%;
        top: 54.28%;
        }
      #places-map .marker-vancouver {
        left: 5.23%;
        top: 50.72%;
        -webkit-animation-delay: .1s;
        animation-delay: .1s; }
    #places-map .marker-aukland {
      left: 97.6%;
      bottom: 9.17%;
      -webkit-animation-delay: .3s;
      animation-delay: .3s; }
    #places-map .marker-tokyo {
      left: 88.6%;
      top: 52.99%;
      -webkit-animation-delay: .6s;
      animation-delay: .6s; }
    #places-map .marker-newyork {
      left: 20.4%;
      top: 51.9%;
      -webkit-animation-delay: .2s;
      animation-delay: .2s; }
    #places-map .marker-toronto {
      left: 19.45%;
      top: 49.9%;
      -webkit-animation-delay: .4s;
      animation-delay: .4s; }
  #places-map .marker-london {
    left: 42.626%;
    top: 47.16%;
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }
    #places-map .marker-nagoya {
      left: 88.14%;
      top: 54.9%;
      -webkit-animation-delay: .8s;
      animation-delay: .8s; }
    #places-map .marker-osaka {
       left: 86.5%;
       top: 54.85%;
       -webkit-animation-delay: .8s;
       animation-delay: .8s; }
    #places-map .marker-taiwan {
       left: 84.202%;
       top: 59.87%;
       -webkit-animation-delay: .8s;
       animation-delay: .8s; }
    #places-map .marker-vietnam {
       left: 79.474%;
       top: 66%;
       -webkit-animation-delay: .8s;
       animation-delay: .8s; }
    #places-map .marker-sydney {
      bottom: 10.9%;
      right: 5.11%;
    -webkit-animation-delay: .9s;
    animation-delay: .9s; }
  #places-map .map-location-marker:after {
    -webkit-animation: pulsate 2s ease-in-out infinite;
    -moz-animation: pulsate 2s ease-in-out infinite;
    animation: pulsate 2s ease-in-out infinite;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    content: "";
    display: block;
    height: 30px;
    left: -5.8px;
    opacity: 0;
    position: absolute;
    top: -7px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    width: 31px;
    z-index: 2; }
   #places-map .map-location-marker .tooltip {
     display: inline-block;
     position: relative;
     cursor: pointer;
     }
   #places-map .map-location-marker .tooltiptext {
      display: none;
      position: absolute;
      padding: 10px;
      font-size: 15px;
      text-align: center;
      line-height: 1.6em;
      color: #fff;
      border-radius: 5px;
      background: #4f4f46;
      width: 100px;
      }
   #places-map .map-location-marker .tooltiptext:before{
     content: "";
     position: absolute;
     top: 100%;
     left: 50%;
     border: 15px solid transparent;
     border-top: 15px solid #4f4f46;
     margin-left: -15px;
     }
   #places-map .map-location-marker .tooltip:hover .tooltiptext{
    display: inline-block;
    top: -75px;
    left: -50px;}
#page-places {
  position: relative; }

  /* schoolslider new*/
  .schoolimgtop {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 1em; }
    @media screen and (min-width: 768px) {
      .schoolimgtop {
        letter-spacing: -1em; } }
    .schoolimgtop-img {
      margin: 5px 30px 0;
      width: 450px;
      float: none; }
      @media screen and (min-width: 768px) {
        .schoolimgtop-img {
          position: relative;
          width:450px;}}


/* アイコンフォント読み込み */
          #infosnsbtn ul {
              margin:0 auto;
          }
          #infosnsbtn li {
              float:left;
              width:23.5%;
              margin:5px 1.5% 1.5% 0;
          }
          #infosnsbtn li a {
              position:relative;
              display:block;
              padding:1em 0;
              color:#fff;
              font-size:88%;
              border-radius:3px;
              text-align:center;
              line-height: 22px;
              text-decoration: none;
              text-shadow:1px 1px 0 rgba(255,255,255,0.3);
          }
          #infosnsbtn :before {
              font-family: "Font Awesome 5 Brands";
              font-size: 160%;
              padding-right : 5px;
              -webkit-transform : translateY(-80%);
              }
          #infosnsbtn li a:hover {
              -webkit-transform: translate3d(0px, 5px, 1px);
              -moz-transform: translate3d(0px, 5px, 1px);
              transform: translate3d(0px, 5px, 1px);
              box-shadow:none;
          }

          /* ツイッター */
          #infosnsbtn .twitter a {
              background:#00acee;
              box-shadow:0 5px 0 #0092ca;
          }
          #infosnsbtn .twitter:before {
            content: '\f099';
            font-weight: 400;
          }
          #infosnsbtn .twitter a:hover {
              background:#0092ca;
          }

          /* Facebook */
          #infosnsbtn .facebook a {
              background:#3b5998;
              box-shadow:0 5px 0 #2c4373;
          }
          #infosnsbtn .facebook :before {
            content: "\f09a";
            font-weight: 400;
          }
          #infosnsbtn .facebook a:hover {
              background:#2c4373;
          }

          /* instagram */
          #infosnsbtn .instagram a {
              background:#db4a39;
              box-shadow:0 5px 0 #ad3a2d;
          }
          #infosnsbtn .instagram :before {
            content: "\f16d";
            font-weight: 400;
          }
          #infosnsbtn .instagram a:hover {
              background:#ad3a2d;
          }

          /* Pocket */
          #infosnsbtn .pocket a {
              background:#f03e51;
              box-shadow:0 5px 0 #c0392b;
          }
          #infosnsbtn .pocket a:hover {
              background:#c0392b;
          }

          /* whatsapp */
          #infosnsbtn .whatsapp a {
              background:#4caf50;
              box-shadow:0 5px 0 #469a49;
          }
          #infosnsbtn .whatsapp :before {
            content: "\f232";
            font-weight: 400;
          }
          #infosnsbtn .whatsapp a:hover {
              background:#469a49;
          }

          /* LINE */
          #infosnsbtn .line a {
              background:#00b900;
              box-shadow:0 5px 0 #019001;
          }
          #infosnsbtn .line :before {
            content: "\f3c0";
            font-weight: 400;
          }
          #infosnsbtn .line a:hover {
              background:#019001;
          }


          /* clearfix */
          .clearfix:after,
          .fixed:after  {
              content: ".";
              display: block;
              clear: both;
              height: 0;
              visibility: hidden;
          }

          .clearfix, .fixed {
              min-height: 1px;
          }

          * html .clearfix,
          * html .fixed {
              height: 1px;
              /*¥*//*/
              height: auto;
              overflow: hidden;
              /**/
          }

          /* スマホ向け */
          @media screen and (max-width: 640px) {
          #infosnsbtn li {
              float:none;
              width: 100%;
              padding: 4px 6px;

          }
          #infosnsbtn li:nth-child(4n) {
              margin-right:0;
          }
         }

/* maintopimg */
.mainImg2 {
    height: 60em;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-y: 5em;
    background-image: url("../images/NYtopbanner_eng.png");
}
@media only screen and (min-width:641px) and (max-width:1023px) {
  .mainImg2 {
    height: 22em;
    background-position-y: 4.5em;
  }}
  @media screen and (max-width: 640px) {
    .mainImg2 {
    height:13.5em;
    background-position-y: 4em;
    }}
