@charset "UTF-8";

/*Light*/
@font-face {
  font-family: 'GenJyuuGothic';
  src: url('../fonts/GenJyuuGothic-Light.eot'),
       url('../fonts/GenJyuuGothic-Light.woff');
  font-weight: 300;
}

/*Regular*/
@font-face {
  font-family: 'GenJyuuGothic';
  src: url('../fonts/GenJyuuGothic-Regular.eot'),
       url('../fonts/GenJyuuGothic-Regular.woff');
  font-weight: 400;
}

/*Medium*/
@font-face {
  font-family: 'GenJyuuGothic';
  src: url('../fonts/GenJyuuGothic-Medium.eot'),
       url('../fonts/GenJyuuGothic-Medium.woff');
  font-weight: 500;
}

/*Bold*/
@font-face {
  font-family: 'GenJyuuGothic';
  src: url('../fonts/GenJyuuGothic-Bold.eot'),
       url('../fonts/GenJyuuGothic-Bold.woff');
  font-weight: 700;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
base setting
*/

html,
body {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}

* {
  padding: 0;
  margin: 0;
  min-height: 0%;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  color: #005faf;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

svg {
  line-height: 0;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  html,body {
    font-family: sans-serif;
  }
}

@media screen and (min-width: 641px), print {
  body {
    min-width: 1020px;
  }

  html,body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  }
}


/* class
 ------------------------------------------------------ */
/*
img class
*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-full {
  width: 100%;
  height: auto;
}

/*
text class
*/
.text-en {
  font-family: 'Open Sans Condensed', sans-serif;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

@media screen and (max-width: 640px) {
  .text-xs-center {
    text-align: center !important;
  }

  .text-xs-left {
  text-align: left !important;
  }

  .text-xs-right {
  text-align: right !important;
  }
}

@media screen and (min-width: 641px), print {
  .text-md-center {
    text-align: center !important;
  }

  .text-md-left {
  text-align: left !important;
  }

  .text-md-right {
  text-align: right !important;
  }
}

/*
font class
*/
.font-bold {
  font-weight: 700 !important;
}

.font-thin {
  font-weight: 300 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-weight: normal !important;
  font-style: normal !important;
}

@media screen and (max-width: 640px) {
  .font-xs,
  .font-xs-xs {
    font-size: 0.846rem; /* 11px */
  }

  .font-sm,
  .font-xs-sm {
    font-size: 0.923rem; /* 12px */
  }

  .font-md,
  .font-xs-md {
    font-size: 1rem; /* 13px */
  }

  .font-lg,
  .font-xs-lg {
    font-size: 1.076rem; /* 14px */
  }

  .font-xl,
  .font-xs-xl {
    font-size: 1.23rem; /* 16px */
  }

  .font-xs-bold {
    font-weight: 700 !important;
  }

  .font-xs-thin {
    font-weight: 300 !important;
  }

  .font-xs-italic {
    font-style: italic !important;
  }

  .font-xs-normal {
    font-weight: normal !important;
    font-style: normal !important;
  }
}

@media screen and (min-width: 641px), print {
  .font-xs,
  .font-md-xs {
    font-size: 0.75rem; /* 12px */
  }

  .font-sm,
  .font-md-sm {
    font-size: 0.875rem; /* 14px */
  }

  .font-md,
  .font-md-md {
    font-size: 1rem; /* 16px */
  }

  .font-lg,
  .font-md-lg {
    font-size: 1.125rem; /* 18px */
  }

  .font-xl,
  .font-md-xl {
    font-size: 1.25rem; /* 20px */
  }

  .font-md-bold {
    font-weight: 700 !important;
  }

  .font-md-thin {
    font-weight: 300 !important;
  }

  .font-md-italic {
    font-style: italic !important;
  }

  .font-md-normal {
    font-weight: normal !important;
    font-style: normal !important;
  }
}

/*
color class
*/
.color-white {
  color: #fff !important;
}

.color-gray1 {
  color: #707070 !important;
}

.color-gray2 {
  color: #C8C8C8 !important;
}

.color-black {
  color: #000 !important;
}

.color-main {
  color: #229F78 !important;
}

.color-main-soft {
  color: #72C2A9 !important;
}

.color-main-light {
  color: #C9F2E5 !important;
}

.color-main-pale {
  color: #EAFBF6 !important;
}

.color-accent1 {
  color: #FCE300 !important;
}

.color-accent2 {
  color: #FB0942 !important;
}

.color-culture {
  color: #49B4D6 !important;
}

.color-fitness {
  color: #F1D339 !important;
}

.color-bestudio {
  color: #E7380D !important;
}

.color-day {
  color: #F268A9 !important;
}

/*
margin class
*/
.mgt-none {
  margin-top: 0 !important;
}

.mgt-xs {
  margin-top: 0.5em !important;
}

.mgt-sm {
  margin-top: 1em !important;
}

.mgt-md {
  margin-top: 1.5em !important;
}

.mgt-lg {
  margin-top: 3em !important;
}

.mgt-xl {
  margin-top: 5em !important;
}

.mgb-none {
  margin-bottom: 0 !important;
}

.mgb-xs {
  margin-bottom: 0.5em !important;
}

.mgb-sm {
  margin-bottom: 1em !important;
}

.mgb-md {
  margin-bottom: 1.5em !important;
}

.mgb-lg {
  margin-bottom: 3em !important;
}

.mgb-xl {
  margin-bottom: 5em !important;
}

.mgl-none {
  margin-left: 0 !important;
}

.mgl-auto {
  margin-left: auto !important;
}

.mgl-xs {
  margin-left: 0.5em !important;
}

.mgl-sm {
  margin-left: 1em !important;
}

.mgl-md {
  margin-left: 1.5em !important;
}

.mgl-lg {
  margin-left: 3em !important;
}

.mgl-xl {
  margin-left: 5em !important;
}

.mgr-none {
  margin-right: 0 !important;
}

.mgr-auto {
  margin-right: auto !important;
}

.mgr-xs {
  margin-right: 0.5em !important;
}

.mgr-sm {
  margin-right: 1em !important;
}

.mgr-md {
  margin-right: 1.5em !important;
}

.mgr-lg {
  margin-right: 3em !important;
}

.mgr-xl {
  margin-right: 5em !important;
}

@media screen and (max-width: 640px) {
  .mgt-xs-none {
    margin-top: 0 !important;
  }

  .mgt-xs-xs {
    margin-top: 0.5em !important;
  }

  .mgt-xs-sm {
    margin-top: 1em !important;
  }

  .mgt-xs-md {
    margin-top: 1.5em !important;
  }

  .mgt-xs-lg {
    margin-top: 3em !important;
  }

  .mgt-xs-xl {
    margin-top: 5em !important;
  }

  .mgb-xs-none {
    margin-bottom: 0 !important;
  }

  .mgb-xs-xs {
    margin-bottom: 0.5em !important;
  }

  .mgb-xs-sm {
    margin-bottom: 1em !important;
  }

  .mgb-xs-md {
    margin-bottom: 1.5em !important;
  }

  .mgb-xs-lg {
    margin-bottom: 3em !important;
  }

  .mgb-xs-xl {
    margin-bottom: 5em !important;
  }

  .mgl-xs-none {
    margin-left: 0 !important;
  }

  .mgl-xs-auto {
    margin-left: auto !important;
  }

  .mgl-xs-xs {
    margin-left: 0.5em !important;
  }

  .mgl-xs-sm {
    margin-left: 1em !important;
  }

  .mgl-xs-md {
    margin-left: 1.5em !important;
  }

  .mgl-xs-lg {
    margin-left: 3em !important;
  }

  .mgl-xs-xl {
    margin-left: 5em !important;
  }

  .mgr-xs-none {
    margin-right: 0 !important;
  }

  .mgr-xs-auto {
    margin-right: auto !important;
  }

  .mgr-xs-xs {
    margin-right: 0.5em !important;
  }

  .mgr-xs-sm {
    margin-right: 1em !important;
  }

  .mgr-xs-md {
    margin-right: 1.5em !important;
  }

  .mgr-xs-lg {
    margin-right: 3em !important;
  }

  .mgr-xs-xl {
    margin-right: 5em !important;
  }
}

@media screen and (min-width: 641px), print {
  .mgt-md-none {
    margin-top: 0 !important;
  }

  .mgt-md-xs {
    margin-top: 0.5em !important;
  }

  .mgt-md-sm {
    margin-top: 1em !important;
  }

  .mgt-md-md {
    margin-top: 1.5em !important;
  }

  .mgt-md-lg {
    margin-top: 3em !important;
  }

  .mgt-md-xl {
    margin-top: 5em !important;
  }

  .mgb-md-none {
    margin-bottom: 0 !important;
  }

  .mgb-md-xs {
    margin-bottom: 0.5em !important;
  }

  .mgb-md-sm {
    margin-bottom: 1em !important;
  }

  .mgb-md-md {
    margin-bottom: 1.5em !important;
  }

  .mgb-md-lg {
    margin-bottom: 3em !important;
  }

  .mgb-md-xl {
    margin-bottom: 5em !important;
  }

  .mgl-md-none {
    margin-left: 0 !important;
  }

  .mgl-md-auto {
    margin-left: auto !important;
  }

  .mgl-md-xs {
    margin-left: 0.5em !important;
  }

  .mgl-md-sm {
    margin-left: 1em !important;
  }

  .mgl-md-md {
    margin-left: 1.5em !important;
  }

  .mgl-md-lg {
    margin-left: 3em !important;
  }

  .mgl-md-xl {
    margin-left: 5em !important;
  }

  .mgr-md-none {
    margin-right: 0 !important;
  }

  .mgr-md-auto {
    margin-right: auto !important;
  }

  .mgr-md-xs {
    margin-right: 0.5em !important;
  }

  .mgr-md-sm {
    margin-right: 1em !important;
  }

  .mgr-md-md {
    margin-right: 1.5em !important;
  }

  .mgr-md-lg {
    margin-right: 3em !important;
  }

  .mgr-md-xl {
    margin-right: 5em !important;
  }
}

/*
padding class
*/
.pdt-none {
  padding-top: 0 !important;
}

.pdt-xs {
  padding-top: 0.5em !important;
}

.pdt-sm {
  padding-top: 1em !important;
}

.pdt-md {
  padding-top: 1.5em !important;
}

.pdt-lg {
  padding-top: 3em !important;
}

.pdt-xl {
  padding-top: 5em !important;
}

.pdb-none {
  padding-bottom: 0 !important;
}

.pdb-xs {
  padding-bottom: 0.5em !important;
}

.pdb-sm {
  padding-bottom: 1em !important;
}

.pdb-md {
  padding-bottom: 1.5em !important;
}

.pdb-lg {
  padding-bottom: 3em !important;
}

.pdb-xl {
  padding-bottom: 5em !important;
}

.pdl-none {
  padding-left: 0 !important;
}

.pdl-xs {
  padding-left: 0.5em !important;
}

.pdl-sm {
  padding-left: 1em !important;
}

.pdl-md {
  padding-left: 1.5em !important;
}

.pdl-lg {
  padding-left: 3em !important;
}

.pdl-xl {
  padding-left: 5em !important;
}

.pdr-none {
  padding-right: 0 !important;
}

.pdr-xs {
  padding-right: 0.5em !important;
}

.pdr-sm {
  padding-right: 1em !important;
}

.pdr-md {
  padding-right: 1.5em !important;
}

.pdr-lg {
  padding-right: 3em !important;
}

.pdr-xl {
  padding-right: 5em !important;
}

@media screen and (max-width: 640px) {
  .pdt-xs-none {
    padding-top: 0 !important;
  }
  .pdt-xs-xs {
    padding-top: 0.5em !important;
  }
  .pdt-xs-sm {
    padding-top: 1em !important;
  }
  .pdt-xs-md {
    padding-top: 1.5em !important;
  }
  .pdt-xs-lg {
    padding-top: 3em !important;
  }
  .pdt-xs-xl {
    padding-top: 5em !important;
  }
  .pdb-xs-none {
    padding-bottom: 0 !important;
  }
  .pdb-xs-xs {
    padding-bottom: 0.5em !important;
  }
  .pdb-xs-sm {
    padding-bottom: 1em !important;
  }
  .pdb-xs-md {
    padding-bottom: 1.5em !important;
  }
  .pdb-xs-lg {
    padding-bottom: 3em !important;
  }
  .pdb-xs-xl {
    padding-bottom: 5em !important;
  }
  .pdl-xs-none {
    padding-left: 0 !important;
  }
  .pdl-xs-xs {
    padding-left: 0.5em !important;
  }
  .pdl-xs-sm {
    padding-left: 1em !important;
  }
  .pdl-xs-md {
    padding-left: 1.5em !important;
  }
  .pdl-xs-lg {
    padding-left: 3em !important;
  }
  .pdl-xs-xl {
    padding-left: 5em !important;
  }
  .pdr-xs-none {
    padding-right: 0 !important;
  }
  .pdr-xs-xs {
    padding-right: 0.5em !important;
  }
  .pdr-xs-sm {
    padding-right: 1em !important;
  }
  .pdr-xs-md {
    padding-right: 1.5em !important;
  }
  .pdr-xs-lg {
    padding-right: 3em !important;
  }
  .pdr-xs-xl {
    padding-right: 5em !important;
  }
}

@media screen and (min-width: 641px), print {
  .pdt-md-none {
    padding-top: 0 !important;
  }
  .pdt-md-xs {
    padding-top: 0.5em !important;
  }
  .pdt-md-sm {
    padding-top: 1em !important;
  }
  .pdt-md-md {
    padding-top: 1.5em !important;
  }
  .pdt-md-lg {
    padding-top: 3em !important;
  }
  .pdt-md-xl {
    padding-top: 5em !important;
  }
  .pdb-md-none {
    padding-bottom: 0 !important;
  }
  .pdb-md-xs {
    padding-bottom: 0.5em !important;
  }
  .pdb-md-sm {
    padding-bottom: 1em !important;
  }
  .pdb-md-md {
    padding-bottom: 1.5em !important;
  }
  .pdb-md-lg {
    padding-bottom: 3em !important;
  }
  .pdb-md-xl {
    padding-bottom: 5em !important;
  }
  .pdl-md-none {
    padding-left: 0 !important;
  }
  .pdl-md-xs {
    padding-left: 0.5em !important;
  }
  .pdl-md-sm {
    padding-left: 1em !important;
  }
  .pdl-md-md {
    padding-left: 1.5em !important;
  }
  .pdl-md-lg {
    padding-left: 3em !important;
  }
  .pdl-md-xl {
    padding-left: 5em !important;
  }
  .pdr-md-none {
    padding-right: 0 !important;
  }
  .pdr-md-xs {
    padding-right: 0.5em !important;
  }
  .pdr-md-sm {
    padding-right: 1em !important;
  }
  .pdr-md-md {
    padding-right: 1.5em !important;
  }
  .pdr-md-lg {
    padding-right: 3em !important;
  }
  .pdr-md-xl {
    padding-right: 5em !important;
  }
}

/*
display class
*/
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 640px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 641px), print {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }
}

/*
button class
*/
.button {
}

@media screen and (max-width: 640px) {
  .button {
  }
}

@media screen and (min-width: 641px), print {
  .button {
  }
}


/*
list class
*/
ul.list-normal li {
  padding-left: 1em;
}

ul.list-normal li:not(:last-child) {
  margin-bottom: 0.3em;
}

ul.list-normal li::before {
  margin-left: -1em;
  display: inline-block;
  content: '・';
  width: 1em;
  height: 1em;
}

/*
hanging table
*/
table.hanging {
  border-collapse: collapse;
  vertical-align: top;
}

table.hanging tr td:first-child {
  white-space: nowrap;
}

/*
table class
*/
@media screen and (max-width: 640px) {
  .table_wrap {
    overflow-x: auto;
    position: relative;
  }

  .table_wrap .slide_icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: url(/common/img/icon_touch_slide.png) no-repeat center center;
    background-size: contain;
  }

  .table_wrap::-webkit-scrollbar {
    height: 2px;
  }

  .table_wrap::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
  }

  .table_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

  .table_wrap>table {
    min-width: 950px;
  }
}

@media screen and (min-width: 641px), print {
  .table_wrap .slide_icon {
      display: none;
  }
}


/* --------------------
.global-header
-------------------- */
@media screen and (max-width: 640px) {
  body {
    position: relative;
  }

  .global-header {
    height: 74px;
    position: relative;
    border-bottom: solid 2px #72C2A9;
  }

  .gh-description {
    display: none;
  }

  .gh-logo {
    position: absolute;
    width: 170px;
    height: 46px;
    top: 11px;
    left: 15px;
    line-height: 0;
  }

  .gh-nav-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 72px;
    height: 72px;
    border: none;
    border-radius: 0;
    text-indent: -9999px;
    color: #FFF;
    -webkit-appearance: none;
    background: #72C2A9;
    z-index: 910;
  }

  .gh-nav-icon span {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
  }

  .gh-nav-icon span:nth-of-type(1) {
    transform: translateY(-9px) rotate(0);
  }

  .gh-nav-icon[data-default="false"] span:nth-of-type(1) {
    animation: nav-icon-bar01 .25s forwards;
  }

  .gh-nav-icon.is-open span:nth-of-type(1) {
    animation: nav-icon-bar01-open .25s forwards;
  }

  .gh-nav-icon[data-default="false"] span:nth-of-type(2) {
    animation: nav-icon-bar02 .25s forwards;
  }

  .gh-nav-icon.is-open span:nth-of-type(2) {
    animation: nav-icon-bar02-open .25s forwards;
  }

  .gh-nav-icon span:nth-of-type(3) {
    transform: translateY(9px) rotate(0);
  }

  .gh-nav-icon[data-default="false"] span:nth-of-type(3) {
    animation: nav-icon-bar03 .25s forwards;
  }

  .gh-nav-icon.is-open span:nth-of-type(3) {
    animation: nav-icon-bar03-open .25s forwards;
  }

  .gh-content {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: rgba(115, 194, 169, 0.95);
    display: none;
    z-index: 1000;
  }

  .gh-nav {
    width: 100%;
    font-family: 'GenJyuuGothic';
  }

  .gh-nav > ul {
  }

  .gh-nav > ul > li {
    border-bottom: solid 1px #fff;
    position: relative;
  }

  .gh-nav > ul > li > a {
    padding: 14px 16px;
    letter-spacing: 0.076em;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .gh-nav > ul > li > a::before {
    display: block;
    content: '';
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    margin-left: -4px;
    margin-right: 18px;
  }

  .gh-nav > ul > li.has-drop > a::after {
    display: block;
    content: '';
    margin-left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    transition: border 0.3s ease;
  }

  .gh-nav > ul > li.has-drop > a.is-open::after {
    border-width: 0 7px 9px 7px;
  }

  .gh-nav .gh-nav-drop {
    display: none;
  }

  .gh-nav .gh-nav-drop > ul {
    padding: 0 24px;
    font-size: 17px;
    background: #EAFBF6;
  }

  .gh-nav .gh-nav-drop > ul > li:not(:last-child) {
    border-bottom: dashed 1px #707070;
  }

  .gh-nav .gh-nav-drop > ul > li a {
    position: relative;
    display: block;
    padding: 10px 3px 10px 28px;
    color: #229F78
  }

  .gh-nav .gh-nav-drop > ul > li a::before {
    position: absolute;
    display: block;
    content: '';
    top: calc(0.75em + 2px);
    left: 3px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 50%;
    background: #229F78 url(../img/arrow_type1_white.svg) no-repeat center center;
    background-size: 5px 7px;
  }

  .gh-nav .gh-nav-drop > ul > li a[target="_blank"]::after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    margin-left: 9px;
    overflow: hidden;
    background: url(../img/icon_blank_gray.svg) no-repeat center center;
    background-size: contain;
  }

  .gh-subnav {
    padding: 17px 16px 14px;
    border-bottom: solid 1px #fff;
  }

  .gh-subnav ul {
    font-size: 15px;
    letter-spacing: 0.076em;
    display: flex;
    flex-wrap: wrap;
  }

  .gh-subnav ul li:nth-child(odd) {
    width: 60%;
  }

  .gh-subnav ul li:nth-child(even) {
    width: 40%;
  }

  .gh-subnav ul li:not(:nth-child(-n+2)) {
    margin-top: 11px;
  }

  .gh-subnav ul li a {
    display: block;
    color: #fff;
    position: relative;
    padding-left: 18px;
  }

  .gh-subnav ul li a::before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    left: 0;
    top: calc(0.75em - 4px);
    overflow: hidden;
    border-style: solid;
    border-width: 4px 0px 4px 6px;
    border-color: transparent;
    border-left-color: #fff;
  }

  .gh-float {
    padding: 20px 15px;
    margin-bottom: 8px;
  }

  .gh-float .gh-float-tel {
    margin-bottom: 15px;
  }

  .gh-float .gh-float-tel a {
    display: flex;
    height: 54px;
    font-weight: bold;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 27px;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    letter-spacing: 0.04em;
    white-space: nowrap;
    background: #F268A9;
  }

  .gh-float .gh-float-tel a::before {
    content: '';
    display: block;
    width: 38px;
    height: 25px;
    margin-right: 9px;
    background: url(../img/icon_freedial_white.svg) no-repeat center center;
    background-size: contain;
    overflow: hidden;
  }

  .gh-float .gh-float-application {
    margin-bottom: 20px;
  }

  .gh-float .gh-float-application a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 20px 10px 26px;
    height: 54px;
    font-family: "GenJyuuGothic";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.076em;
    color: #fff;
    border-radius: 4px;
    background: #005bab;
    border: 1px solid #fff;
  }

  .gh-float .gh-float-application a::before {
    content: '';
    display: block;
    width: 27px;
    height: 24px;
    margin-right: 9px;
    background: url(../img/icon_application_white.svg) no-repeat center center;
    background-size: contain;
    overflow: hidden;
  }

  .gh-float .gh-float-application a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    background: url(../img/arrow_type2_white.svg) no-repeat center center;
    background-size: contain;
    overflow: hidden;
  }

  .gh-float .gh-float-access {
    display: none;
  }

  .gh-float .gh-float-menu {
    padding: 0 16px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #c8c8c8;
  }

  .gh-float .gh-float-menu li a {
    padding: 7px 7px 7px 12px;
    position: relative;
    display: block;
    font-family: "GenJyuuGothic";
    font-weight: bold;
    font-size: 16px;
  }

  .gh-float .gh-float-menu li a::before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    overflow: hidden;
    border-style: solid;
    border-width: 4px 0px 4px 6px;
    border-color: transparent;
    border-left-color: inherit;
  }

  .gh-float .gh-float-menu li:not(:last-child) {
    border-bottom: solid 1px #C8C8C8;
  }

  .gh-close {
    text-align: center;
    margin-bottom: 30px;
  }

  .gh-close p {
    position: relative;
    display: inline-flex;
    padding-left: 36px;
    align-items: center;
    justify-content: center;
    font-family: "GenJyuuGothic";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.07em;
    color: #fff;
  }

  .gh-close p::before,
  .gh-close p::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: '';
    width: 25px;
    height: 2px;
    background: #fff;
  }

  .gh-close p::before {
    transform: rotate(45deg);
  }

  .gh-close p::after {
    transform: rotate(-45deg);
  }

}

@media screen and (min-width: 641px), print {
  .global-header {
    height: 149px;
    margin-top: 11px;
    border-bottom: solid 4px #72C2A9;
  }

  .gh-inner {
    position: relative;
    width: 1020px;
    margin: 0 auto;
  }

  .gh-description {
    position: absolute;
    font-size: 12px;
    left: 0;
    top: 2px;
    width: 50%;
    align-self: center;
  }

  .gh-logo {
    position: absolute;
    line-height: 0;
    top: 48px;
    left: 0;
    width: 242px;
  }

  .gh-nav-icon {
    display: none!important;
  }

  .gh-content {
    display: block!important;
  }

  .gh-nav {
    position: absolute;
    width: 712px;
    right: 0;
    top: 75px;
    font-family: 'GenJyuuGothic';
    font-weight: bold;
    letter-spacing: 0.076em;
  }

  .gh-nav > ul {
    width: 712px;
    display: flex;
    justify-content: space-between;
  }

  .gh-nav > ul > li {
    position: relative;
  }

  .gh-nav > ul > li > a {
    padding-bottom: 17px;
    color: #000;
    display: flex;
    justify-content: space-between;
  }

  .gh-nav > ul > li > a::before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #FCE300;
    transform: rotateY(90deg);
    transition: all 0.15s ease-in;
  }

  .gh-nav > ul > li:hover > a::before,
  body.page-service .gh-nav > ul > li#gh-nav-service > a::before,
  body.page-lessons .gh-nav > ul > li#gh-nav-lessons > a::before,
  body.page-application .gh-nav > ul > li#gh-nav-application > a::before,
  body.page-m_plan .gh-nav > ul > li#gh-nav-m_plan > a::before,
  body.page-facilities .gh-nav > ul > li#gh-nav-facilities > a::before,
  body.page-access .gh-nav > ul > li#gh-nav-access > a::before {
    transform: rotateY(0deg);
  }

  .gh-nav .gh-nav-drop {
    display: block!important;
    top: calc(100% - 10px);
    position: absolute;
    padding-top: 13px;
    width: 712px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s linear;
    z-index: 905;
  }

  .gh-nav > ul > li.has-drop:hover .gh-nav-drop {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .gh-nav .gh-nav-drop > ul {
    font-size: 17px;
    border: solid 2px #C8C8C8;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
  }

  .gh-nav .gh-nav-drop > ul > li {
    padding: 22px 23px;
    width: 50%;
    border-bottom: dashed 1px #707070;
  }

  .gh-nav .gh-nav-drop > ul > li:nth-last-child(n+6) {
    border-right: dashed 1px #707070;
  }

  .gh-nav .gh-nav-drop > ul > li:nth-child(1) { }
  .gh-nav .gh-nav-drop > ul > li:nth-child(2) { order: 3;}
  .gh-nav .gh-nav-drop > ul > li:nth-child(3) { order: 5;}
  .gh-nav .gh-nav-drop > ul > li:nth-child(4) { order: 7;}
  .gh-nav .gh-nav-drop > ul > li:nth-child(5) { order: 9;}
  .gh-nav .gh-nav-drop > ul > li:nth-child(6) { order: 11; border-bottom: none;}
  .gh-nav .gh-nav-drop > ul > li:nth-child(7) { order: 2;}
  .gh-nav .gh-nav-drop > ul > li:nth-child(8) { order: 4;}
  .gh-nav .gh-nav-drop > ul > li:nth-child(9) { order: 6;}
  .gh-nav .gh-nav-drop > ul > li:nth-child(10) { order: 8;}
  .gh-nav .gh-nav-drop > ul > li:nth-child(11) { order: 10;}

  .gh-nav .gh-nav-drop > ul > li a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #229F78
  }

  .gh-nav .gh-nav-drop > ul > li a::before {
    position: absolute;
    display: block;
    content: '';
    top: calc(0.75em - 8px);
    left: 0;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 50%;
    background: #229F78 url(../img/arrow_type1_white.svg) no-repeat center center;
    background-size: 5px 7px;
    transition: left 0.2s;
  }

  .gh-nav .gh-nav-drop > ul > li a:hover::before {
    left: 4px;
  }

  .gh-nav .gh-nav-drop > ul > li a[target="_blank"]::after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    margin-left: 9px;
    overflow: hidden;
    background: url(../img/icon_blank_gray.svg) no-repeat center center;
    background-size: contain;
  }

  .gh-subnav {
    width: 50%;
    margin-left: auto;
  }

  .gh-subnav ul {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
  }

    .gh-subnav ul li.teacher a,.gh-subnav ul li.teacher a:visited{
    font-size: 15px;
    font-weight: bold;
    color:#fb0941;
  }

  .gh-subnav ul li:not(:last-child) {
    margin-right: 25px;
  }

  .gh-subnav ul li a {
    display: block;
    position: relative;
    padding-left: 12px;
    color: #000;
  }

  .gh-subnav ul li a:hover {
    text-decoration: underline;
  }

  .gh-subnav ul li a::before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    left: 3px;
    top: calc(0.75em - 3px);
    overflow: hidden;
    border-style: solid;
    border-width: 3px 0px 3px 3px;
    border-color: transparent;
    border-left-color: #229F78;
  }

  .gh-float {
    position: fixed;
    right: -150px;
/*    top: 250px;*/
    top: 200px;
    margin: 0;
    width: 150px;
    height: 338px;
    transition: all 0.3s;
    z-index: 903;
  }

  .gh-float .gh-float-tel {
    display: none;
  }

  .gh-float .gh-float-application {
    margin-bottom: 10px;
  }

  .gh-float .gh-float-application a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-family: "GenJyuuGothic";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.076em;
    color: #fff;
    border-radius: 4px;
    background: #005bab;
    border: 1px solid #fff;
    transition: background-color .2s
  }

  .gh-float .gh-float-application a:hover {
    background: #337cbc;
  }

  .gh-float .gh-float-access {
    margin-bottom: 10px;
  }

  .gh-float .gh-float-access a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-family: "GenJyuuGothic";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.076em;
    color: #fff;
    border-radius: 4px;
    background: #F268A9;
    border: 1px solid #fff;
    transition: background-color .2s
  }

  .gh-float .gh-float-access a:hover {
    background: #f586ba;
  }

  .gh-float .gh-float-menu {
    padding: 0 12px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #c8c8c8;
  }

  .gh-float .gh-float-menu li a {
    padding: 7px 7px 7px 14px;
    position: relative;
    display: block;
    font-family: "GenJyuuGothic";
    font-weight: bold;
    font-size: 16px;
    transition: opacity .2s
  }

  .gh-float .gh-float-menu li a:hover {
    opacity: 0.8;
  }

  .gh-float .gh-float-menu li a::before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    overflow: hidden;
    border-style: solid;
    border-width: 4px 0px 4px 6px;
    border-color: transparent;
    border-left-color: inherit;
  }

  .gh-float .gh-float-menu li:not(:last-child) {
    border-bottom: solid 1px #C8C8C8;
  }

  .gh-close {
    display: none!important;
  }

}

@media screen and (min-width: 1024px) {
  .gh-float {
    position: fixed;
    right: 0;
  }
}

/* --------------------
.header-content
-------------------- */
@media screen and (max-width: 640px) {
  .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 15px;
    height: 72px;
  }

  .header-content .hc-flyer {
    position: relative;
  }

  .header-content .hc-flyer-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'GenJyuuGothic';
    letter-spacing: 0.076em;
    color: #fff;
    background: #fb0942;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  }

  .header-content .hc-flyer-toggle::after {
    content: '';
    display: block;
    margin-left: 10px;
    width: 17px;
    height: 20px;
    overflow: hidden;
    background: url(../img/icon_document_white.svg) no-repeat center center;
    background-size: contain;
  }

  .header-content .hc-flyer-drop {
    position: absolute;
    top: 40px;
    left: 0;
    width: calc(100vw - 30px);
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #fb0942;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.95);
    transform-origin: top;
    transition: all 0.2s linear;
    z-index: 901;
  }

  .header-content .hc-flyer-toggle.is-open+.hc-flyer-drop {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }

  .header-content .hc-flyer-drop .hc-flyer-list {
    padding: 30px;
    text-align: center;
  }

  .header-content .hc-flyer-drop .hc-flyer-list li:not(:last-child) {
    margin-bottom: 27px;
  }

  .header-content .hc-flyer-drop .hc-flyer-list li a {
    color: #000;
  }

  .header-content .hc-flyer-drop .hc-flyer-list li a img {
    display: block;
    height: 158px;
    width: auto;
    max-width: inherit;
    margin: 0 auto 10px;
  }

  .header-content .hc-flyer-drop .hc-flyer-list li a strong {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "GenJyuuGothic";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.076em;
  }

  .header-content .hc-flyer-drop .hc-flyer-list li a strong::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    overflow: hidden;
    border-radius: 50%;
    background: #FCE300 url(../img/arrow_type3_white.svg) no-repeat center center;
    background-size: 3px 6px;
  }

  .header-content .hc-contact {
    font-size: 11px;
    margin-left: auto;
  }

  .header-content .hc-contact .hc-contact-tel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #fb0942;
  }

  .header-content .hc-contact .hc-contact-tel::before {
    content: '';
    display: block;
    margin-right: 7px;
    width: 24px;
    height: 16px;
    overflow: hidden;
    background: url(../img/icon_freedial_pink.svg) no-repeat center center;
    background-size: contain;
  }

  .header-content .hc-search .hc-search-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 72px;
    width: 72px;
    height: 72px;
    overflow: hidden;
    background: #d4d4d4 url(../img/icon_search_white.svg) no-repeat center center;
    background-size: 26px;
    text-indent: -9999px;
    transition: background .25s;
  }

  .header-content .hc-search .hc-search-toggle::before,
  .header-content .hc-search .hc-search-toggle::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    transition: width .25s ease;
  }

  .header-content .hc-search .hc-search-toggle::before {
    transform: rotate(45deg);
  }

  .header-content .hc-search .hc-search-toggle::after {
    transform: rotate(-45deg);
  }

  .header-content .hc-search .hc-search-toggle.is-open {
    background-size: 0px;
  }

  .header-content .hc-search .hc-search-toggle.is-open::before,
  .header-content .hc-search .hc-search-toggle.is-open::after {
    width: 25px;
  }

  .header-content .hc-search .hc-search-drop {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    padding: 17px 25px 32px;
    background: rgba(212, 212, 212, 0.95);
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.95);
    transform-origin: top;
    transition: all 0.2s;
    z-index: 902;
  }

  .header-content .hc-search .hc-search-toggle.is-open+.hc-search-drop {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }

  .header-content .hc-search .hc-search-drop .hc-search-drop-section {
    margin-bottom: 24px;
  }

  .header-content .hc-search .hc-search-drop .hc-search-subheading {
    font-family: "GenJyuuGothic";
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 11px;
    letter-spacing: 0.076em;
  }

  .header-content .hc-search .hc-search-drop .hc-search-selects li {
    position: relative;
  }

  .header-content .hc-search .hc-search-drop .hc-search-selects li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: rotate(45deg);
    pointer-events: none;
  }

  .header-content .hc-search .hc-search-drop .hc-search-selects li:not(:last-child) {
    margin-bottom: 10px;
  }

  .header-content .hc-search .hc-search-drop select {
    width: 100%;
    height: 40px;
    padding: 8px 30px 8px 10px;
    font: inherit;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #707070;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
  }

  .header-content .hc-search .hc-search-drop select::-ms-expand {
    display: none;
  }

  .header-content .hc-search .hc-search-drop input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    font: inherit;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #707070;
  }

  .header-content .hc-search .hc-search-drop input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 134px;
    height: 43px;
    font: inherit;
    font-family: 'GenJyuuGothic';
    font-size: 17px;
    letter-spacing: 0.076em;
    color: #fff;
    background: #229f78;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4);
    -webkit-appearance: none;
  }

  .header-content .hc-search .hc-search-button {
    display: none!important;
  }
}

@media screen and (max-width: 360px) {
  .header-content .hc-contact .hc-contact-tel {
    font-size: 14px;
  }
}

@media screen and (min-width: 641px), print {
  .header-content {
    display: flex;
    justify-content: space-between;
    width: 1018px;
    margin: 0 auto;
    padding: 24px 0;
  }

  .header-content .hc-flyer {
    position: relative;
    margin-right: 32px;
  }

  .header-content .hc-flyer-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'GenJyuuGothic';
    letter-spacing: 0.076em;
    color: #fff;
    background: #fb0942;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    transition: background-color .2s
  }

  .header-content .hc-flyer-toggle:hover {
    background: #fc3a68;
  }

  .header-content .hc-flyer-toggle::after {
    content: '';
    display: block;
    margin-left: 10px;
    width: 17px;
    height: 20px;
    overflow: hidden;
    background: url(../img/icon_document_white.svg) no-repeat center center;
    background-size: contain;
  }

  .header-content .hc-flyer-drop {
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    top: 40px;
    left: 0;
    width: auto;
    max-width: 1020px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #fb0942;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s linear;
    z-index: 902;
  }

  .header-content .hc-flyer-toggle.is-open+.hc-flyer-drop {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .header-content .hc-flyer-drop .hc-flyer-list {
    padding: 21px 15px;
    display: flex;
  }

  .header-content .hc-flyer-drop .hc-flyer-list li {
    padding: 0 19px;
    text-align: center;
    display: inline;
  }

  .header-content .hc-flyer-drop .hc-flyer-list li a {
    color: #000;
    transition: color 0.2s;
  }

  .header-content .hc-flyer-drop .hc-flyer-list li a:hover {
    color: #fb0942;
  }

  .header-content .hc-flyer-drop .hc-flyer-list li a img {
    display: block;
    height: 158px;
    width: auto;
    max-width: inherit;
    margin: 0 auto 10px;
  }

  .header-content .hc-flyer-drop .hc-flyer-list li a strong {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "GenJyuuGothic";
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.076em;
  }

  .header-content .hc-flyer-drop .hc-flyer-list li a strong::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    overflow: hidden;
    border-radius: 50%;
    background: #FCE300 url(../img/arrow_type3_white.svg) no-repeat center center;
    background-size: 3px 6px;
  }

  .header-content .hc-contact {
    font-size: 12px;
    display: flex;
    margin-right: auto;
    align-items: center;
  }

  .header-content .hc-contact .hc-contact-tel {
    align-items: center;
    display: flex;
    margin-left: 5px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;;
    font-size: 21px;
    letter-spacing: 0.01em;
    color: #fb0942;
  }

  .header-content .hc-contact .hc-contact-tel::before {
    content: '';
    display: block;
    margin-right: 9px;
    width: 31px;
    height: 20px;
    overflow: hidden;
    background: url(../img/icon_freedial_pink.svg) no-repeat center center;
    background-size: contain;
  }

  .header-content .hc-search form {
    position: relative;
    display: flex;
    align-items: center;
  }

  .header-content .hc-search .hc-search-toggle {
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: 246px;
    height: 40px;
    background: #fff;
    border: 1px solid #707070;
  }

  .header-content .hc-search .hc-search-toggle::before {
    display: block;
    content: '';
    width: 21px;
    height: 21px;
    margin-right: 11px;
    overflow: hidden;
    background: url(../img/icon_search_gray.svg) no-repeat center center;
    background-size: contain;
  }

  .header-content .hc-search .hc-search-toggle::after {
    display: block;
    margin-left: auto;
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: transparent;
    border-top-color: #bfbfbf;
    border-bottom-color: #bfbfbf;
    transition: border 0.2s ease;
  }

  .header-content .hc-search .hc-search-toggle.is-open::after {
    border-width: 0 8px 8px 8px;
  }

  .header-content .hc-search .hc-search-drop {
    position: absolute;
    top: 50px;
    left: 0;
    width: 246px;
    padding: 13px 10px 16px;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    border: 1px solid #707070;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s linear;
    z-index: 901;
  }

  .header-content .hc-search .hc-search-toggle.is-open+.hc-search-drop {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .header-content .hc-search .hc-search-drop .hc-search-drop-section {
    margin-bottom: 13px;
  }

  .header-content .hc-search .hc-search-drop .hc-search-subheading {
    font-family: "GenJyuuGothic";
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 6px;
    letter-spacing: 0.076em;
    color: #229f78;
  }

  .header-content .hc-search .hc-search-drop .hc-search-selects li {
    position: relative;
  }

  .header-content .hc-search .hc-search-drop .hc-search-selects li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: rotate(45deg);
    pointer-events: none;
  }

  .header-content .hc-search .hc-search-drop .hc-search-selects li:not(:last-child) {
    margin-bottom: 10px;
  }

  .header-content .hc-search .hc-search-drop select {
    width: 100%;
    height: 35px;
    padding: 6px 30px 6px 6px;
    font: inherit;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #707070;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
  }

  .header-content .hc-search .hc-search-drop select::-ms-expand {
    display: none;
  }

  .header-content .hc-search .hc-search-drop select::after {
    display: block;
    content: 'あ';
  }

  .header-content .hc-search .hc-search-drop input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 6px 10px;
    font: inherit;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #707070;
  }

  .header-content .hc-search .hc-search-drop input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 92px;
    height: 40px;
    font: inherit;
    font-family: 'GenJyuuGothic';
    letter-spacing: 0.076em;
    color: #fff;
    background: #229f78;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4);
    -webkit-appearance: none;
    transition: background-color .2s
  }

  .header-content .hc-search .hc-search-drop input[type="submit"]:hover {
    background: #4eb293;
  }

  .header-content .hc-search .hc-search-button {
    margin-left: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    width: 92px;
    height: 40px;
    font-size: 15px;
    font-family: 'GenJyuuGothic';
    letter-spacing: 0.076em;
    color: #fff;
    background: #229f78;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4);
    -webkit-appearance: none;
    transition: background-color .2s
  }

  .header-content .hc-search .hc-search-button:hover {
    background: #4eb293;
  }
}

/* --------------------
page-header
-------------------- */
#page-header.page-header-lessons {
  background-image: url("../img/header_lessons.jpg");
}

#page-header.page-header-kids {
  background-image: url("../img/header_kids.jpg");
}

#page-header.page-header-women {
  background-image: url("../img/header_women.jpg");
}

#page-header.page-header-oneday {
  background-image: url("../img/header_oneday.jpg");
}

#page-header.page-header-access {
  background-image: url("../img/header_access.jpg");
}

#page-header.page-header-facilities {
  background-image: url("../img/header_facilities.jpg");
}

#page-header.page-header-application {
  background-image: url("../img/header_application.jpg");
}

#page-header.page-header-service {
  background-image: url("../img/header_service.jpg");
}

#page-header.page-header-inquiry {
  background-image: url("../img/header_inquiry.jpg");
}

#page-header.page-header-topics {
  background-image: url("../img/header_topics.jpg");
}


@media screen and (max-width: 640px) {
  #page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 66px;
    background-repeat: none;
    background-size: cover;
    background-position: center;
  }

  #page-header #page-heading {
    font-family: 'GenJyuuGothic';
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.076em;
  }

}
@media screen and (min-width: 641px), print {
  #page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 280px;
    background-repeat: none;
    background-size: cover;
    background-position: center;
  }

  #page-header #page-heading {
    font-family: 'GenJyuuGothic';
    font-size: 47px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.076em;
  }

}


/* --------------------
breadcrumbs
-------------------- */
#breadcrumbs .list-breadcrumbs li {
  display: inline-block;
  letter-spacing: normal;
  white-space: nowrap;
}

#breadcrumbs .list-breadcrumbs li {
  display: inline-block;
  letter-spacing: normal;
  white-space: nowrap;
}

#breadcrumbs .list-breadcrumbs li:not(:first-child) {
  position: relative;
}

#breadcrumbs .list-breadcrumbs li:not(:first-child)::before {
  position: absolute;
  display: block;
  box-sizing: border-box;
  content: '';
  left: 0;
  overflow: hidden;
  transform: rotate(45deg) perspective(0);
}

@media screen and (max-width: 640px) {
  #breadcrumbs {
    width: inherit!important;
    margin: 15px 0 14px;
    padding: 0;
    overflow-x: auto;
  }

  #breadcrumbs::-webkit-scrollbar {
    height: 2px;
  }

  #breadcrumbs::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
  }

  #breadcrumbs::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

  #breadcrumbs .list-breadcrumbs {
    padding: 0 0 0 20px;
    white-space: nowrap
  }

  #breadcrumbs .list-breadcrumbs li:not(:first-child) {
    padding-left: 15px;
  }

  #breadcrumbs .list-breadcrumbs li:not(:first-child)::before {
    top: calc( 1.5em / 2 - 6px / 2);
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}

@media screen and (min-width: 641px), print {
  #breadcrumbs {
    width: 1020px;
    font-size: 15px;
    margin: 27px auto 55px;
  }

  #breadcrumbs .list-breadcrumbs li:not(:first-child) {
    margin-left: 10px;
    padding-left: 21px;
  }

  #breadcrumbs .list-breadcrumbs li:not(:first-child)::before {
    top: calc(1.5em / 2 - 5px / 2);
    width: 5px;
    height: 5px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}


/* --------------------
section
-------------------- */
.article[data-bg="white"] {
  background: #ffffff;
}

.article[data-bg="gray"] {
  background: #F8F8F8;
}

.article[data-bg="pink"] {
  background: #FEDAE1;
}

.section-body.topics-body {
    font-size: 1.3em;
    line-height: 1.8;
  }

.section-body.topics-body a{
    color: #005faf;
}

@media screen and (max-width: 640px) {
  .article[data-bg="gray"] {
    padding: 0;
  }

  .section-body {
    padding: 0 15px;
  }

  .section {
    padding-bottom: 40px;
  }

}
@media screen and (min-width: 641px), print {
  .article[data-bg="gray"] {
    padding: 0 0 40px;
  }

  .section-body {
    width: 1020px;
    margin: 0 auto;
  }
}


/* --------------------
anchor-list
-------------------- */
@media screen and (max-width: 640px) {
  .anchor-list {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
    margin: 0 -15px 20px;
    background: #EAFBF6;
  }

  .anchor-list > li {
    min-width: 50%;
  }

  .anchor-list > li a {
    display: block;
    padding: 8px 15px;
    color: #005BAB;
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
  }

  .anchor-list > li a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 15px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transform: rotate(45deg) translateY(-4px);
    box-sizing: border-box;
    pointer-events: none;
  }


}
@media screen and (min-width: 641px), print {
  .anchor-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 40px;
  }

  .anchor-list > li {
    width: 330px;
    margin-left: 15px;
    margin-bottom: 20px;
  }

  .anchor-list > li a {
    display: block;
    padding: 16px 0 15px;
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    background: #EAFBF6;
    position: relative;
  }

  .anchor-list > li a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 15px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    transform: rotate(45deg) translateY(-4px);
    box-sizing: border-box;
    transition: transform .2s;
    pointer-events: none;
  }

  .anchor-list > li a:hover:after {
    transform: rotate(45deg)  translateX(4px);
  }
}


/* --------------------
header-section
-------------------- */
@media screen and (max-width: 640px) {
  .header-section {
    padding-top: 42px;
    margin-bottom: 28px;
    font-family: 'GenJyuuGothic';
    font-size: 28px;
    letter-spacing: 0.076em;
    text-align: center;
  }

}
@media screen and (min-width: 641px), print {
  .header-section {
    padding-top: 55px;
    margin-bottom: 43px;
    font-family: 'GenJyuuGothic';
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.076em;
    text-align: center;
  }

}


/* --------------------
corner-block
-------------------- */
@media screen and (max-width: 640px) {
  .corner-block {
    margin-bottom: 60px;
    border: 1px solid #c8c8c8;
  }

  .corner-block:last-child {
    margin-bottom: 0;
  }

  .corner-block .corner-header {
    padding: 19px 22px;
    margin: 0 -1px;
    font-family: 'GenJyuuGothic';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.076em;
    color: #fff;
    background: #72C2A9;
  }

  .corner-block .corner-header > .corner-heading {
    margin-bottom: 6px;
    text-align: left;
  }

  .corner-block .corner-header .corner-heading-notes {
    text-align: right;
  }

  .corner-block .corner-body {
    padding: 20px 20px 27px;
    background: #fff;
  }

  .corner-block .corner-thumb {
    margin-bottom: 20px;
    line-height: 0;
  }

  .corner-block .corner-thumb img {
    width: 100%;
  }

  .corner-block .corner-list {
    margin-bottom: 24px;
    font-weight: bold;
    position: relative;
  }

  .corner-block .corner-list:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: url("../img/border_dot.png") repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .corner-block .corner-list > li {
    padding-bottom: 18px;
  }

  .corner-block .corner-list > li .corner-overview {
    display: inline-block;
    padding: 4px 36px 1px;
    margin-bottom: 10px;
    color: #fff;
    background: #FCE300;
  }

  .corner-block .corner-notes {
    margin-bottom: 18px;
    line-height: 1.53;
  }

  .corner-block .corner-notes-btn a {
    display: block;
    padding: 10px 10px;
    margin: 0 10px;
    font-family: 'GenJyuuGothic';
    color: #fff;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0.076em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    background: #229F78;
    box-sizing: border-box;
  }

}
@media screen and (min-width: 641px), print {
  .corner-block {
    margin-bottom: 60px;
    border: 1px solid #c8c8c8;
  }

  .corner-block .corner-header {
    display: flex;
    justify-content: space-between;
    padding: 16px 30px 19px;
    margin: 0 -1px;
    font-family: 'GenJyuuGothic';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.076em;
    color: #fff;
    background: #72C2A9;
  }

  .corner-block .corner-header .corner-heading-notes {
    flex: none;
    padding-left: 1em;
  }

  .corner-block .corner-body {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: #fff;
  }

  .corner-block .corner-thumb {
    width: 300px;
    text-align: center;
    line-height: 0;
  }

  .corner-block .corner-text {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    width: 630px;
  }

  .corner-block .corner-list {
    display: flex;
    width: 630px;
    justify-content: flex-start;
    padding-bottom: 23px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
  }

  .corner-block .corner-list:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: url("../img/border_dot.png") repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .corner-block .corner-list > li {
    display: flex;
    align-items: center;
    margin-right: 40px;
  }

  .corner-block .corner-list > li:last-child {
    margin-right: 0;
  }

  .corner-block .corner-list > li .corner-overview {
    padding: 4px 36px 1px;
    color: #fff;
    background: #FCE300;
  }

  .corner-block .corner-list > li .corner-detail {
    padding: 4px 0 1px 16px;
  }

  .corner-block .corner-notes {
    width: 630px;
    margin-bottom: 20px;
    line-height: 1.53;
  }

  .corner-block .corner-notes-btn a {
    display: block;
    width: 286px;
    padding: 10px 10px;
    font-family: 'GenJyuuGothic';
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.076em;
    background: #229F78;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color .2s;
  }

  .corner-block .corner-notes-btn a:hover {
    background-color: #4eb293;
  }

}


/* --------------------
.btn
-------------------- */
.btn[class*="icon-before-"]:before {
  content: "";
  display: block;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn.icon-before-note:before {
  width: 15px;
  height: 20px;
  background-image: url("../img/icon_notes_white.svg")
}

.btn.icon-before-mail:before {
  width: 19px;
  height: 19px;
  background-image: url("../img/icon_email_white.svg")
}

.btn[class*="icon-after-"]:after {
  content: "";
  display: block;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn.icon-after-blank:after {
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icon_blank_white.svg")
}

@media screen and (max-width: 640px) {
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 10px;
    font-family: 'GenJyuuGothic';
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.076em;
    background: #229F78;
    box-sizing: border-box;
  }

  .btn.btn-md {
    padding: 23px 0;
    font-size: 20px;
  }

}
@media screen and (min-width: 641px), print {
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 286px;
    padding: 10px 5px;
    font-family: 'GenJyuuGothic';
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.076em;
    background: #229F78;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color .2s;
  }

  .btn:hover {
    background-color: #4eb293;
  }

  .btn-wrap .btn {
    margin: 0 auto;
  }

  .btn.btn-md {
    padding: 23px 0;
    font-size: 20px;
  }

}

/* --------------------
.global-footer
-------------------- */
@media screen and (max-width: 640px) {
  .gf-bnrlink,
  .gf-copy{
    background: #fff;
  }

  .gf-group {
    background: #F8F8F8;
  }

  .gf-info {
    background: #C9F2E5;
  }

  .gf-inner {
    padding:  0 17px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .gf-bnrlink {
    padding-bottom: 40px;
  }

  .gf-bnrlink .heading-bnrlink {
    padding-top: 43px;
    margin-bottom: 24px;
    font-family: 'GenJyuuGothic';
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.076em;
    font-size: 28px;
    line-height: 1.2;
  }

  .gf-bnrlink .heading-bnrlink:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 17px;
    vertical-align: middle;
    background: url("../img/icon_i.svg") no-repeat;
    background-size: contain;
  }

  .gf-bnrlink .bnrlink-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gf-bnrlink .bnrlink-list > li {
    width: 46.9%;
    margin-bottom: 10px;
    line-height: 0;
  }

  .gf-bnrlink .bnrlink-list > li img {
    border-radius: 0;
  }

  .gf-group {
    padding: 47px 0 24px;
  }

  .gf-group .gf-group-notes {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .gf-group .group-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gf-group .group-list > li {
    width: 46.9%;
    margin-bottom: 10px;
    line-height: 0;
  }

  .gf-group .group-list > li img {
    border-radius: 0;
  }


  .gf-group .group-list02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 330px;
    margin: 0 auto;

  }

  .gf-group .group-list02 > li {
    /*width: 46.9%;
    margin-bottom: 10px;
    line-height: 0;*/
    width: 150px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gf-group .group-list02 > li img {
    /*border-radius: 0;*/
    max-width: 170px;
    max-height: 75px;
    box-shadow: 2px 1px 5px rgba(4, 16, 17, 0.2);
    border-radius: 2px;
  }


  .gf-info {
    padding: 19px 0 21px;
  }

  .gf-info .gf-logo {
    margin-bottom: 9px;
    text-align: center;
  }

  .gf-info .gf-logo img {
    width: 170px;
    height: 46px;
    line-height: 0;
  }

  .gf-info .gf-info-text .gf-info-detail-summary {
    position: relative;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access {
    padding-bottom: 20px;
    margin-bottom: 47px;
    text-align: center;
    border-bottom: 1px solid #A7A7A7;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access .summary-access-notes {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.53;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access .summary-access-btn {
    display: inline-block;
    margin-bottom: 14px;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access .summary-access-btn a {
    display: flex;
    align-items: center;
    padding:  0 15px;
    font-family: 'GenJyuuGothic';
    background: #fff;
    color: #229F78;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 0.076em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access .summary-access-btn a:before {
    content: "";
    display: block;
    width: 9px;
    height: 13px;
    margin-right: 8px;
    background: url("../img/icon_map.svg") no-repeat;
    background-size: contain;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access .summary-access-tell:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 13px;
    margin-right: 5px;
    background: url("../img/icon_freedial_black.svg") no-repeat;
    background-size: contain;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-closed {
    margin-bottom: 25px;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-closed .heading-summary-closed {
    margin-bottom: 5px;
  }

  .gf-info .gf-info-contact {
    padding: 0 18px 20px;
    margin-bottom: 21px;
    border-radius: 10px;
    border: 1px solid #033D70;
    background: #fff;
    position: relative;
  }

  .gf-info .gf-info-contact .heading-info-contact {
    font-family: 'GenJyuuGothic';
    height: 40px;
    margin: -12px auto 23px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.076em;
    background: #033d70;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  }

  .gf-info .gf-info-contact .info-lead {
    margin: 0 -18px 10px;
    font-family: 'GenJyuuGothic';
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.076em;
    text-align: center;
  }

  .gf-info .gf-info-contact .gf-info-contact-tell {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 21px;
    color: #FB0942;
    text-align: center;
  }

  .gf-info .gf-info-contact .gf-info-contact-tell:before {
    content: "";
    display: block;
    width: 31px;
    height: 21px;
    margin-right: 11px;
    background: url("../img/icon_freedial_pink.svg") no-repeat;
    background-size: contain;
  }


  .gf-info .gf-info-contact .gf-info-contact-notes {
    margin-bottom: 9.3px;
    line-height: 1.53;
  }

  .gf-info .gf-info-contact .gf-info-contact-btn {
    text-align: center;
  }

  .gf-info .gf-info-contact .gf-info-contact-btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
    margin: 0 auto;
    font-family: 'GenJyuuGothic';
    font-size: 14px;
    color: #229F78;
    border: 1px solid #707070;
    border-radius: 21px;
    letter-spacing: 0.076em;
    line-height: 39px;
    box-sizing: border-box;
  }

  .gf-info .gf-info-contact .gf-info-contact-btn > a:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    background: url("../img/icon_email_green.svg") no-repeat;
    background-size: 19px 19px;
  }

  .gf-info .gf-iframe-wrap {
		padding: 30px 0 56.25%;
		position: relative;
		overflow: hidden;
  }

  .gf-info .gf-iframe-wrap > iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
  }

  .gf-copy {
    padding-top: 16px;
    padding-bottom: 23px;
    text-align: center;
  }

  .gf-copy small {
    display: block;
    margin-bottom: 19px;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    text-align: center;
  }

  .introduce-link {
    display: flex;
    justify-content: center;
  }

  .introduce-link > li {
    margin:  0 9px;
    line-height: 0;
  }
}

@media screen and (min-width: 641px), print {
  .gf-bnrlink,
  .gf-copy{
    background: #fff;
  }

  .gf-group {
    background: #F8F8F8;
  }

  .gf-info {
    background: #C9F2E5;
  }

  .gf-inner {
    width: 1020px;
    margin: 0 auto;
  }

  .gf-bnrlink {
    padding-bottom: 40px;
  }

  .gf-bnrlink .heading-bnrlink {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 57px;
    margin-bottom: 39px;
    font-family: 'GenJyuuGothic';
    font-weight: bold;
    letter-spacing: 0.076em;
    font-size: 28px;
    line-height: 1.5;
  }

  .gf-bnrlink .heading-bnrlink:before {
    content: "";
    width: 28px;
    height: 28px;
    margin-right: 17px;
    background: url("../img/icon_i.svg") no-repeat;
    background-size: contain;
  }

  .gf-bnrlink .bnrlink-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -33px;
  }

  .gf-bnrlink .bnrlink-list > li {
    width: 230px;
    margin-bottom: 20px;
    margin-left: 33px;
    line-height: 0;
  }

  .gf-bnrlink .bnrlink-list > li img {
    border-radius: 0;
  }

  .gf-group {
    padding: 59px 0;
  }

  .gf-group .gf-group-notes {
    margin-bottom: 27px;
    font-size: 16px;
    text-align: center;
  }

  .gf-group .group-list {
    display: flex;
    justify-content: space-between;
  }

  .gf-group .group-list > li {
    line-height: 0;
  }

  .gf-group .group-list > li img {
    border-radius: 0;
  }

  .gf-group .group-list02 {
    display: flex;
    flex-wrap: wrap;
  }

  .gf-group .group-list02 > li {
    width: 200px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gf-group .group-list02 > li img {
    max-width: 170px;
    max-height: 75px;
    box-shadow: 2px 1px 5px rgba(4, 16, 17, 0.2);
    border-radius: 2px;
  }


  .gf-info {
    padding: 64px 0 62px;
  }

  .gf-info .gf-logo {
    width: 170px;
    height: 46px;
    margin-bottom: 13px;
  }

  .gf-info .gf-info-detail {
    display: flex;
    justify-content: space-between;
  }

  .gf-info .gf-info-text {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 480px;
  }

  .gf-info .gf-info-text .gf-info-detail-summary {
    display: flex;
    justify-content: space-between;
    width: 480px;
    position: relative;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access :after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #A7A7A7;
    position: absolute;
    top: 0;
    left: 205px;
    margin: auto;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access {
    width: 172px;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access .summary-access-notes {
    margin-bottom: 10px;
    line-height: 1.53;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access .summary-access-btn {
    margin-bottom: 10px;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access .summary-access-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: 'GenJyuuGothic';
    background: #fff;
    color: #229F78;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 0.076em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    transition: background .2s;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access .summary-access-btn a:hover {
    background: #EAFBF6;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access .summary-access-btn a:before {
    content: "";
    display: block;
    width: 9px;
    height: 13px;
    margin-right: 8px;
    background: url("../img/icon_map.svg") no-repeat;
    background-size: contain;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-access .summary-access-tell:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 13px;
    margin-right: 5px;
    background: url("../img/icon_freedial_black.svg") no-repeat;
    background-size: contain;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-closed {
    width: 243px;
  }

  .gf-info .gf-info-text .gf-info-detail-summary-closed .heading-summary-closed {
    margin-bottom: 5px;
  }

  .gf-info .gf-info-contact {
    padding: 0 32px 20px;
    border-radius: 10px;
    border: 1px solid #033D70;
    background: #fff;
    position: relative;
  }

  .gf-info .gf-info-contact .heading-info-contact {
    font-family: 'GenJyuuGothic';
    width: 384px;
    height: 40px;
    margin: -17px auto 15px;
    color: #fff;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.076em;
    background: #033d70;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  }

  .gf-info .gf-info-contact .info-lead {
    margin-bottom: 7px;
    font-family: 'GenJyuuGothic';
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.076em;
    text-align: center;
  }

  .gf-info .gf-info-contact .gf-info-contact-tell {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    font-size: 21px;
    color: #FB0942;
    text-align: center;
  }

  .gf-info .gf-info-contact .gf-info-contact-tell:before {
    content: "";
    display: block;
    width: 31px;
    height: 21px;
    margin-right: 11px;
    background: url("../img/icon_freedial_pink.svg") no-repeat;
    background-size: contain;
  }

  .gf-info .gf-info-contact .gf-info-contact-notes {
    margin-bottom: 9.3px;
    line-height: 1.53;
  }

  .gf-info .gf-info-contact .gf-info-contact-btn {
    text-align: center;
  }

  .gf-info .gf-info-contact .gf-info-contact-btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
    margin: 0 auto;
    font-family: 'GenJyuuGothic';
    font-size: 14px;
    color: #229F78;
    border: 1px solid #707070;
    border-radius: 21px;
    letter-spacing: 0.076em;
    line-height: 39px;
    box-sizing: border-box;
    transition: background .2s, border-color .2s;
  }

  .gf-info .gf-info-contact .gf-info-contact-btn > a:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    background: url("../img/icon_email_green.svg") no-repeat;
    background-size: 19px 19px;
  }

  .gf-info .gf-info-contact .gf-info-contact-btn > a:hover {
    border-color: #229F78;
    background: #EAFBF6;
  }

  .gf-info .gf-iframe-wrap {
    width: 500px;
    line-height: 0;
  }

  .gf-copy {
    padding-top: 23px;
    padding-bottom: 25px;
    text-align: center;
  }

  .gf-copy small {
    display: block;
    margin-bottom: 19px;
    font-size: 13px;
    color: #000;
    text-align: center;
  }

  .introduce-link {
    display: flex;
    justify-content: center;
  }

  .introduce-link > li {
    margin:  0 9px;
    line-height: 0;
  }

  .introduce-link > li a:hover {
    opacity: 0.8;
  }
}

/* --------------------
.to-pagetop
-------------------- */
@media screen and (max-width: 640px) {
  .to-pagetop {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: -42px;
    right: 15px;
    transition: bottom 0.3s cubic-bezier(.68,-0.55,.27,1.55);
  }

  .to-pagetop.is-show {
    bottom: 23px;
  }

  .to-pagetop a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #FCE300;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
  }

  .to-pagetop a::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 0 0 2px;
    box-sizing: border-box;
    transform: rotate(45deg);
  }
}

@media screen and (min-width: 641px), print {
  .to-pagetop {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: -62px;
    right: 40px;
    transition: bottom 0.3s cubic-bezier(.68,-0.55,.27,1.55);
  }

  .to-pagetop.is-show {
    bottom: 40px;
  }

  .to-pagetop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #FCE300;
    text-indent: -9999px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 50%;
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(.68,-0.55,.27,1.55);
  }

  .to-pagetop a:hover {
    transform: scale(1.15);
  }

  .to-pagetop a::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 0 0 2px;
    box-sizing: border-box;
    transform: rotate(45deg);
  }
}

.gf-sitemap {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX0VSeXRXMyIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48bGluZSB4MT0iMCIgeT0iMCIgeDI9IjAiIHkyPSIzMCIgc3Ryb2tlPSIjRkJGQkZCIiBzdHJva2Utd2lkdGg9IjMwIi8+PC9wYXR0ZXJuPjwvZGVmcz4gPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuX0VSeXRXMykiIG9wYWNpdHk9IjEiLz48L3N2Zz4=');
}

@media screen and (min-width: 641px), print {
  .gf-sitemap {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .gf-sitemap {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 641px), print {
  .gf-sitemap .gf-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
}
.gf-sitemap li a {
  color: #000;
}
.gf-sitemap li a[href$=".pdf"]::after,
.gf-sitemap li a[href*=".pdf"][target="_blank"]::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 12px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.654%22%20height%3D%2211.654%22%3E%3Cg%20fill%3D%22%234b4b4b%22%3E%3Cpath%20d%3D%22M.91%2010.744V0H0v11.654h11.654v-.911H.91Z%22%2F%3E%3Cpath%20d%3D%22M10.744.911v10.744h.911V0H0v.911h10.744Z%22%2F%3E%3Cpath%20d%3D%22M8.297%206.324a8.1%208.1%200%200%200-1.651.153%207.441%207.441%200%200%201-.992-1.321c.814-2.342.3-3.007-.4-3.007-.545%200-.817.575-.757%201.211a5.974%205.974%200%200%200%20.635%201.631A18.428%2018.428%200%200%201%204.2%207.097a8.354%208.354%200%200%200-1.049.393c-1.3.605-1.406%201.413-1.135%201.755.514.65%201.609.089%202.708-1.876.752-.214%201.742-.5%201.832-.5a.147.147%200%200%201%20.041.009%204.206%204.206%200%200%200%201.729%201.11.951.951%200%200%200%201.18-.8c-.031-.347-.234-.805-1.209-.864Zm-4.87%202.12c-.318.378-.832.741-1.014.62s-.212-.469.2-.863a3.419%203.419%200%200%201%201.2-.635c.121-.045.152%200%20.152.061a3.013%203.013%200%200%201-.543.814ZM4.819%203.36c-.03-.379.045-.742.363-.787s.469.318.348.908a4.844%204.844%200%200%201-.242%201.03c-.061.045-.121-.106-.121-.106a3.125%203.125%200%200%201-.353-1.045Zm.121%203.556c.166-.273.59-1.377.59-1.377.091.167.8%201.013.8%201.013s-1.092.243-1.394.364Zm3.3.484a4.016%204.016%200%200%201-1.225-.605%203.641%203.641%200%200%201%201.211-.151c.469.03.636.227.636.424s-.174.392-.629.332Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.gf-sitemap li a[target="_blank"]::after,
.gf-sitemap li a.link-blank::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 12px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.654%22%20height%3D%2211.654%22%3E%3Cg%20fill%3D%22%234b4b4b%22%3E%3Cpath%20d%3D%22M2.185%200v9.469h9.469V0Zm8.559%208.559H3.095V.91h7.648Z%22%2F%3E%3Cpath%20d%3D%22M.91%2010.744V2.185H0v9.469h9.469v-.911H.91Z%22%2F%3E%3Cpath%20d%3D%22m5.299%207.121%202.683-2.683v1.93h.91V2.884H5.408v.91h1.93L4.655%206.477Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.gf-sitemap li a:hover {
  text-decoration: underline;
}
.gf-sitemap .gf-sitemap-list01 > li,
.gf-sitemap .gf-sitemap-list02 > li,
.gf-sitemap .gf-sitemap-list03 > li {
  margin-top: 20px;
}
.gf-sitemap .gf-sitemap-list01 > li > a,
.gf-sitemap .gf-sitemap-list02 > li > a,
.gf-sitemap .gf-sitemap-list03 > li > a {
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
.gf-sitemap .gf-sitemap-list01 > li > a::before,
.gf-sitemap .gf-sitemap-list02 > li > a::before,
.gf-sitemap .gf-sitemap-list03 > li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #229F78;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.gf-sitemap .gf-sitemap-list01-sub {
  margin-left: 18px;
}
.gf-sitemap .gf-sitemap-list01-sub > li {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
}
.gf-sitemap .gf-sitemap-list01-sub > li a {
  font-weight: normal;
}
.gf-sitemap .gf-sitemap-list01-sub > li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  content: "";
  display: inline-block;
  width: 5px;
  height: 0;
  border-bottom: 1px solid #000;
  margin-right: 10px;
}
.gf-sitemap a {
}


/* --------------------
keyframes
-------------------- */
@keyframes nav-icon-bar01 {
    0% { transform: translateY(0) rotate(45deg); }
   50% { transform: translateY(0) rotate(0); }
  100% { transform: translateY(-9px) rotate(0); }
}

@keyframes nav-icon-bar01-open {
    0% { transform: translateY(-9px) rotate(0); }
   50% { transform: translateY(0) rotate(0); }
  100% { transform: translateY(0) rotate(45deg); }
}

@keyframes nav-icon-bar02 {
    0% { transform: rotateX(90deg); }
   50% { transform: rotateX(90deg); }
  100% { transform: rotateX(0); }
}

@keyframes nav-icon-bar02-open {
    0% { transform: rotateX(0); }
   50% { transform: rotateX(90deg); }
  100% { transform: rotateX(90deg); }
}

@keyframes nav-icon-bar03 {
    0% { transform: translateY(0) rotate(-45deg); }
   50% { transform: translateY(0) rotate(0); }
  100% { transform: translateY(9px) rotate(0); }
}

@keyframes nav-icon-bar03-open {
    0% { transform: translateY(9px) rotate(0); }
   50% { transform: translateY(0) rotate(0); }
  100% { transform: translateY(0) rotate(-45deg); }
}
