@charset "UTF-8";


html, body {
    overflow-x: hidden;
}
.block-scroll {
    overflow: hidden;
    max-height: 100%;
}
.background, .background-hider {
    position: absolute;
    display: block;
    top: -5%;
    left: -5%;
    z-index: 100004;
    width: 110%;
    height: 110%;
    pointer-events: none;
}
.background-hider {
    z-index: 100003 !important;
    background-color: #fff;
}
#canvas-intro {
    position: absolute;
    z-index: 100005;
    pointer-events: none;
}
#canvas-intro canvas {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.reset-zorder {
    z-index: 1;
}
.anim-hider {
    display: none!important;
}

.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 100%;

    overflow: hidden;
}

#tv {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    margin: auto;

    opacity: 0;
}
#tv.active {
    opacity: 1;
}

#movie_wrap {
    background-image: url('/gshs/common/video/background.jpg') no-repeat cover;
}

.no-details-news {
    pointer-events: none;
    cursor: default;
}








/**
 * ç®æ¬¡
 *
 * 00. reset
 * 01. Library
 * 02. BaseSet
 * 03. Layout
 * 04. Top
 * 05. TOPICS & EVENTS
 * 06. ãåãåãã
 * 07. å­¦é¨ã®ç¹é·
 * 08. ç·åå¿çå­¦é¨ã ããã§ãããã¨
 * 09. è³æ ¼ã»åæ¥­å¾ã®é²è·¯
 * 10. å
¥è©¦ã»å­¦è²»ã«ã¤ãã¦
 * 11. ã¦ã¼ãã£ãªãã£
 * 99. Parts
 *
 */
/* ==========================================================================
   00. reset
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
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; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: none; }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none; }

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; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }

input, select {
    vertical-align: middle; }

/* ==========================================================================
   01. Library
   ========================================================================== */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1; }

.bx-wrapper img {
    max-width: 100%;
    display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("img/bx_loader.gif.html") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url("img/controls.png.html") no-repeat 0 -32px; }

.bx-wrapper .bx-next {
    right: 10px;
    background: url("img/controls.png.html") no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
    background-position: 0 0; }

.bx-wrapper .bx-next:hover {
    background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
    display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("img/controls.png.html") -86px -11px no-repeat;
    margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("img/controls.png.html") -86px -44px no-repeat;
    margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }

    .mfp-img-mobile img.mfp-img {
        padding: 0; }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }
/* perfect-scrollbar v0.6.12 */
.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }

.ps-container.ps-in-scrolling {
    pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
    height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    right: 2px;
    width: 6px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
    width: 11px; }

.ps-container:hover.ps-in-scrolling {
    pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: .6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999; }

/* v1.0.4 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
    /*
	width: 600px;
	height: 400px;
  */
    position: relative;
    direction: ltr; }

.royalSlider > * {
    float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none; }

.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0; }

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
    cursor: pointer; }

.rsThumb {
    float: left;
    position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }

.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
    transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none; }

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto; }

.rsContent {
    width: 100%;
    height: 100%;
    position: relative; }

.rsPreloader {
    position: absolute;
    z-index: 0; }

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none; }

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22; }

.rsTabs {
    float: left;
    background: none !important; }

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
    /*left: 0;
  top: 0;
  position: absolute;*/
    /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
    width: auto;
    height: auto;
    line-height: 0;
    position: relative; }

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px; }

.rsABlock {
    right: 40px;
    bottom: 40px;
    position: absolute;
    z-index: 150; }

img.rsImg {
    max-width: none; }

.grab-cursor {
    cursor: url("grab.png.html") 8 8, move; }

.grabbing-cursor {
    cursor: url("grabbing.png.html") 8 8, move; }

.rsNoDrag {
    cursor: auto; }

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url("blank.gif.html"); }

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    background: #fff;
    color: #151515; }

.rsDefault .rsSlide {
    background-color: #000; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21; }

.rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 44px; }

.rsDefault.rsVer .rsArrowLeft {
    top: 0;
    left: 0; }

.rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left: 0; }

.rsDefault.rsHor .rsArrowLeft {
    left: 0;
    top: 0; }

.rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0; }

.rsDefault .rsArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background: url("rs-default.png.html");
    background-color: #003973;
    background-color: rgba(0, 57, 115, 0.75);
    *background-color: #003973;
    border-radius: 2px; }

.rsDefault .rsArrowIcn:hover {
    background-color: rgba(14, 109, 166, 0.75); }

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px; }

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px; }

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn {
    opacity: .2;
    filter: alpha(opacity=20);
    *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 8px;
    overflow: hidden; }

.rsDefault .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px; }

.rsDefault .rsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    background: rgba(255, 255, 255, 0.5); }

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
    width: 75%;
    padding: 20px 0;
    height: 60px;
    float: right;
    background: #f5f5f5; }

.rsDefault .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%; }

.rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 90px;
    height: 62px; }

.rsDefault .rsThumb img {
    width: 100%;
    height: 100%; }

.rsDefault .rsThumb.rsNavSelected {
    background: #000; }

.rsDefault .rsThumb.rsNavSelected img {
    opacity: 0.3;
    filter: alpha(opacity=30); }

.rsDefault .rsTmb {
    display: block; }

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #FFF; }

.rsDefault .rsTmb span {
    color: #DDD;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    background: #0e6da6;
    background: rgba(0, 57, 115, 0.75); }

.rsDefault .rsThumbsArrow:hover {
    background: rgba(14, 109, 166, 0.75); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0; }

.rsDefault .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url("rs-default.png.html"); }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled {
    display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
    .rsDefault .rsThumb {
        width: 59px;
        height: 44px; }

    .rsDefault .rsThumbsHor {
        height: 44px; }

    .rsDefault .rsThumbsVer {
        width: 59px; } }
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative; }

.rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff;
    *display: inline;
    *zoom: 1; }

.rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px; }

.rsDefault .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf; }

.rsDefault .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsDefault .rsTab.rsNavSelected {
    color: #FFF;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer; }

.rsDefault .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("rs-default.png.html") 0 0;
    background-color: #0e6da6;
    background-color: rgba(0, 57, 115, 0.75);
    *background-color: #0e6da6;
    border-radius: 2px; }

.rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(14, 109, 166, 0.75); }

.rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer; }

.rsDefault .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: url("rs-default.png.html") no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000; }

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%; }

.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); }

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px; }

.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("rs-default.png.html") -64px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000; }

.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url("../preloaders/preloader-white.gif.html");
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: black;
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px; }

/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
    overflow-y: scroll;
    font-size: 62.5%; }

body {
    font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 140%;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #2e0608; }

::selection {
    color: #fff;
    background: #00548a; }

::-moz-selection {
    color: #fff;
    background: #00548a; }

input::selection {
    color: #2e0608; }

input::-moz-selection {
    color: #2e0608; }

/* link
   ========================================================================== */
a {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #2e0608;
    text-decoration: none; }

a:visited {
    color: #2e0608;
    text-decoration: none; }

a:hover {
    color: #ad181f;
    text-decoration: none; }

/* fontsize
   ========================================================================== */
.text10 {
    font-size: 71.42857%; }

.text11 {
    font-size: 78.57143%; }

.text12 {
    font-size: 85.71429%; }

.text13 {
    font-size: 92.85714%; }

.text14 {
    font-size: 100%; }

.text15 {
    font-size: 107.14286%; }

.text16 {
    font-size: 114.28571%; }

.text17 {
    font-size: 121.42857%; }

.text18 {
    font-size: 128.57143%; }

.text19 {
    font-size: 135.71429%; }

.text20 {
    font-size: 142.85714%; }

.text21 {
    font-size: 150%; }

.text22 {
    font-size: 157.14286%; }

.text23 {
    font-size: 164.28571%; }

.text24 {
    font-size: 171.42857%; }

.text25 {
    font-size: 178.57143%; }

.text26 {
    font-size: 185.71429%; }

ul.inner li,
td.inner {
    font-size: 100% !important; }

/* image
   ========================================================================== */
img {
    vertical-align: bottom;
    line-height: 1.0;
    max-width: 100%;
    height: auto; }

.ielt8 img,
.ie8 img {
    max-width: none;
    width: auto; }

table th img,
table td img {
    vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
    clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
    display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
    height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
    display: block; }

/* float
   ========================================================================== */
.fr {
    float: right; }

.fl {
    float: left; }

ul.fbox li {
    float: left;
    display: inline; }

.in-block {
    letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    vertical-align: top; }

/* text style
   ========================================================================== */
.text-bold {
    font-weight: bold; }

/* margin
   ========================================================================== */
.mt0 {
    margin-top: 0 !important; }

.mt5 {
    margin-top: 5px !important; }

.mt10 {
    margin-top: 10px !important; }

.mt15 {
    margin-top: 15px !important; }

.mt20 {
    margin-top: 20px !important; }

.mt25 {
    margin-top: 25px !important; }

.mt30 {
    margin-top: 30px !important; }

.mt40 {
    margin-top: 40px !important; }

.mt50 {
    margin-top: 50px !important; }

.mt60 {
    margin-top: 60px !important; }

.mb0 {
    margin-bottom: 0 !important; }

.mb5 {
    margin-bottom: 5px !important; }

.mb10 {
    margin-bottom: 10px !important; }

.mb15 {
    margin-bottom: 15px !important; }

.mb20 {
    margin-bottom: 20px !important; }

.mb25 {
    margin-bottom: 25px !important; }

.mb30 {
    margin-bottom: 30px !important; }

.mr5 {
    margin-right: 5px !important; }

.mr10 {
    margin-right: 10px !important; }

.mr15 {
    margin-right: 15px !important; }

.mr20 {
    margin-right: 20px !important; }

.ml5 {
    margin-left: 5px !important; }

.ml10 {
    margin-left: 10px !important; }

.ml15 {
    margin-left: 15px !important; }

.ml20 {
    margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
    padding-top: 0 !important; }

.pb0 {
    padding-botttom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea {
    vertical-align: middle; }

label {
    vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
    text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
    text-align: center !important; }

.text-l {
    text-align: left !important; }

/* display
   ========================================================================== */
.block {
    display: block; }

.sp-item {
    display: none; }

.pc-block {
    display: block; }

@media screen and (max-width: 767px) {
    .sp-item {
        display: block; }

    .pc-item {
        display: none !important; }

    .pc-block {
        display: inline; }

    .sp-block {
        display: block; } }
/* rits font
   ========================================================================== */
@font-face {
    font-family: 'rits';
    src: url("/gshs/common/file/fonts/rits.eot");
    /* IE9ä»¥ä¸ç¨ */
    src: url("/gshs/common/file/fonts/rits-.eot#iefix") format("embedded-opentype"), url("/gshs/common/file/fonts/rits.woff") format("woff"), url("/gshs/common/file/fonts/rits.ttf") format("truetype");
    /* iOS, Androidç¨ */
    font-weight: normal;
    font-style: normal; }
/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * ã¬ã¤ã¢ã¦ã
 */
/* ==========================================================================
   wrapper
   ========================================================================== */
body {
    background: url("../img/bg_side.gif") repeat-y left top; }

/* ==========================================================================
   contents
   ========================================================================== */
#contents {
    position: relative; }

#side {
    opacity: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 250px;
    padding-bottom: 15px;
    background: none; }

#side-scroll {
    position: relative; }

#main {
    margin-left: 250px;
    min-height: auto; }

#main.sec-pb {
    padding-bottom: 56px; }

@media screen and (max-width: 768px) {
    #side {
        opacity: 1;
        position: relative;
        float: none;
        width: 100%; }

    #side-scroll {
        height: auto; }

    #main {
        margin-left: 0;
        padding-top: 0;
        min-height: 0; }

    #main.main-top {
        padding-top: 0%;
        /*padding-top: 0%;*/ }

    body {
        background: none;
    }
    .panel-open {
        display: none !important; }
}

@media screen and (max-width: 767px) {






}
/* ==========================================================================
   header
   ========================================================================== */
/* ==========================================================================
   side
   ========================================================================== */
#side_logo {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    display: table-cell;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    font-size: 142.85714%;
    height: 230px;
    width: 249px;
    text-align: center;
    vertical-align: middle; }
#side_logo h1 {
    font-weight: normal; }

#logo {
    margin-bottom: 20px; }

#global_navi_wrap {
    margin-right: 1px; }
#global_navi_wrap #global_navi {
    padding: 26px 20px 15px; }
#global_navi_wrap #global_navi li {
    margin-bottom: 15px;
    position: relative;
    line-height: 1; }
#global_navi_wrap #global_navi li:last-child {
    margin-bottom: 0; }
#global_navi_wrap #global_navi li.activeParent span {
    line-height: 7px;
    display: inline-block;
    color: #ad181f; }
#global_navi_wrap #global_navi li.activeParent span:after {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    content: '';
    display: inline-block;
    height: 2px;
    margin-left: 0;
    width: 100%;
    background: #ad181f; }
#global_navi_wrap #global_navi li.side-comingsoon {
    color: #cccccc; }
#global_navi_wrap #global_navi li.side-comingsoon span {
    display: inline-block; }
#global_navi_wrap #global_navi li.side-comingsoon span em {
    font-size: 71.42857%;
    font-style: normal; }
#global_navi_wrap #global_navi li a {
    line-height: 6px; }
#global_navi_wrap #global_navi li a.parent {
    letter-spacing: -0.01em; }
#global_navi_wrap #global_navi li a.parent:after {
    content: '';
    height: 1px;
    width: 9px;
    background: #c6c6c6;
    display: block;
    position: absolute;
    right: 0;
    top: 2px; }
#global_navi_wrap #global_navi li a.open:before {
    content: '';
    height: 9px;
    width: 1px;
    background: #c6c6c6;
    display: block;
    position: absolute;
    right: 4px;
    top: -2px; }
#global_navi_wrap #global_navi li a span {
    display: inline-block;}
#global_navi_wrap #global_navi li a span:after {
    content: '';
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    height: 1px;
    width: 1%;
    margin-left: 50%;}

#global_navi_wrap #global_navi li.navi-long a span {
    position: relative;
    line-height: 16px;
}
#global_navi_wrap #global_navi li.navi-long a span:after, #global_navi_wrap #global_navi li.navi-long.active span:after {
    position: absolute;
    bottom: 0;
    left: 0;
}
#global_navi_wrap #global_navi li.navi-long.active span {
    line-height: 16px;
}
#global_navi_wrap #global_navi li.link-blank a {
    position: relative;
    padding-right: 25px;
    display: inline-block;
}
#global_navi_wrap #global_navi li.link-blank a::after {
    content: '';
    display: inline-block;
    background-image: url(/gshs/common/img/icon_blank_red.png);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
}
#global_navi_wrap #global_navi li a:hover span:after {
    margin-left: 0;
    width: 100%;
    background: #ad181f; }
#global_navi_wrap #global_navi li .global-navi-in {
    margin-top: 12px;
    margin-left: 14px; }
#global_navi_wrap #global_navi li .global-navi-in li {
    margin-bottom: 10px; }
#global_navi_wrap #global_navi li .global-navi-in li a {
    color: #968283; }
#global_navi_wrap #global_navi li .global-navi-in li a:hover {
    color: #ad181f; }
#global_navi_wrap #global_navi li.active span {
    line-height: 7px;
    display: inline-block;
    color: #ad181f; }
#global_navi_wrap #global_navi li.active span:after {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    content: '';
    display: inline-block;
    height: 2px;
    margin-left: 0;
    width: 100%;
    background: #ad181f; }
#global_navi_wrap .open + .global-navi-in {
    display: none; }
#global_navi_wrap #sub_navi {
    text-align: center;
    margin-top: 25px;
}
#global_navi_wrap #sub_navi li {
    background: transparent;
    margin-bottom: 10px;
}
#global_navi_wrap #sub_navi li a {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out; }
#global_navi_wrap #sub_navi li a:hover {
    opacity: .5; }
#global_navi_wrap #sub_navi li:last-child {
    margin-bottom: 0;

}

@media screen and (max-width: 768px) {
    #side {
        padding-right: 0;
        border-bottom: 1px solid #e6e6e6;
        background-color: #FFF;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 0;
        background-image: none; }

    #side_logo {
        border-bottom: none;
        font-size: 114.28571%;
        height: 50px;
        width: auto;
        padding-left: 10px;
        text-align: left;
        vertical-align: middle; }
    #side_logo p, #side_logo h1 {
        display: table-cell;
        vertical-align: middle; }

    #logo {
        height: 40px;
        padding-right: 6px;
        padding-top: 2px;
        width: 20px; }

    #btn_spmenu {
        display: block;
        font-weight: bold;
        font-size: 100%;
        height: 30px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 90px; }

    #panel-btn {
        background-color: #f5f5f5;
        border: 1px solid #e5e5e5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        border-radius: 4px;
        width: 90px;
        height: 30px;
        padding-left: 32px;
        padding-top: 3px;
        text-decoration: none; }
    #panel-btn:hover {
        color: #2e0608; }

    #panel-btn:hover {
        background: #fafafa; }

    #panel-btn-icon {
        display: block;
        position: absolute;
        top: 14px;
        left: 20px;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #000;
        transition: .2s; }

    #panel-btn-icon:before, #panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #000;
        transition: .3s; }

    #panel-btn-icon:before {
        margin-top: -6px; }

    #panel-btn-icon:after {
        margin-top: 4px; }

    #panel-btn .close {
        background: transparent;
        top: 13px; }

    #panel-btn .close:before, #panel-btn .close:after {
        margin-top: 0; }

    #panel-btn .close:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

    #panel-btn .close:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }

    #global_navi_wrap {
        margin-right: 0;
        display: none; }
    #global_navi_wrap #global_navi {
        background: #f7f7f7;
        padding: 0; }
    #global_navi_wrap #global_navi li {
        margin: 0;
        padding: 0;
        border-top: 1px solid #e6e6e6;
        position: relative;
        line-height: 1; }
    #global_navi_wrap #global_navi li.activeParent {
        border-left: 5px solid #ad181f;
        background: #fff; }
    #global_navi_wrap #global_navi li.activeParent a {
        padding: 20px 15px 20px 10px; }
    #global_navi_wrap #global_navi li.activeParent a span:after {
        display: none; }
    #global_navi_wrap #global_navi li.side-comingsoon {
        color: #cccccc;
        margin-bottom: 0 !important;
        padding: 20px 15px; }
    #global_navi_wrap #global_navi li.side-comingsoon span {
        font-size: 114.28571%;
        display: inline-block; }
    #global_navi_wrap #global_navi li.side-comingsoon span br {
        display: none; }
    #global_navi_wrap #global_navi li a {
        position: relative;
        display: block;
        padding: 20px 35px 20px 15px;
        line-height: 1; }
    #global_navi_wrap #global_navi li a:after {
        font-size: 142.85714%;
        color: #ad181f;
        display: block;
        content: "\e111";
        font-family: icomoon;
        position: absolute;
        right: 15px;
        top: 16px; }
    #global_navi_wrap #global_navi li a.parent {
        letter-spacing: 0;
        pointer-events: none;
        background: #e0e0e0; }
    #global_navi_wrap #global_navi li a.parent:after {
        display: none; }
    #global_navi_wrap #global_navi li a.open:before {
        display: none; }
    #global_navi_wrap #global_navi li a span {
        font-size: 114.28571%;
        display: inline-block; }
    #global_navi_wrap #global_navi li a span:after {
        display: none; }
    #global_navi_wrap #global_navi li .global-navi-in {
        margin: 0;
        padding: 0;
        border-top: 1px solid #e6e6e6; }
    #global_navi_wrap #global_navi li .global-navi-in li {
        padding: 0;
        margin: 0;
        border-top: none;
        border-bottom: 1px solid #e6e6e6; }
    #global_navi_wrap #global_navi li .global-navi-in li a {
        color: #2e0608;
        padding-left: 30px; }
    #global_navi_wrap #global_navi li .global-navi-in li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
    #global_navi_wrap #global_navi li .global-navi-in li.active span {
        padding-left: 15px; }
    #global_navi_wrap #global_navi li.active {
        border-left: 5px solid #ad181f;
        padding: 20px 15px 20px 10px !important;
        background: #fff; }
    #global_navi_wrap #global_navi li.active span {
        font-size: 114.28571%;
        font-weight: bold;
        color: #ad181f;
        line-height: 1px;
        display: inline-block; }
    #global_navi_wrap #global_navi li.active span:after {
        display: none; }

    #sub_navi {
        padding: 10px 10px 20px;
        overflow: hidden; }
    #sub_navi li {
        float: left;
        margin-left: 10%;
        width: 45%; }
    #sub_navi li:first-child {
        margin-left: 0; }
    #sub_navi li:nth-child(2n+1) {
        margin-left: 0; }
    #sub_navi li a {
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out; }
    #sub_navi li a:hover {
        opacity: .5; }
    #global_navi_wrap #global_navi li.link-blank a {
        padding-right: 35px;
        display: block;
    }
    #global_navi_wrap #global_navi li.link-blank a::after {
        right: 20px;
        margin-top: -6px;
    }
}
/* ==========================================================================
   main
   ========================================================================== */
/* ã¡ã¤ã³ã¨ãªã¢ã®ããã¿ã¼ãã
   ========================================================================== */
#nav_mainfooter a {
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    display: block;
    color: #FFF;
    background-color: #000;
    padding: 30px 30px 30px 0;
    text-align: right;
    position: relative; }
#nav_mainfooter a .nav_mainfooter_next {
    font-size: 128.57143%;
    font-family: rits;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 30px; }
#nav_mainfooter a .nav_mainfooter_tit {
    font-size: 171.42857%;
    font-weight: bold; }
#nav_mainfooter a:before {
    opacity: .3;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    position: absolute;
    top: 19%;
    left: 48%;
    font-size: 285.71429%;
    font-size: 40px;
    font-family: icomoon;
    display: block;
    content: "\e111"; }
#nav_mainfooter a:hover {
    background-color: #222;
    padding-right: 5%; }
#nav_mainfooter a:hover:before {
    opacity: 1;
    left: 95%; }

#nav_mainfooter.prev a {
    padding: 30px 0 30px 30px;
    text-align: left;
    position: relative; }
#nav_mainfooter.prev a .nav_mainfooter_next {
    font-size: 128.57143%;
    font-family: rits;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 30px; }
#nav_mainfooter.prev a:before {
    opacity: .3;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    position: absolute;
    top: 19%;
    left: 48%;
    font-size: 285.71429%;
    font-size: 40px;
    font-family: icomoon;
    display: block;
    content: "\e110"; }
#nav_mainfooter.prev a:hover {
    background-color: #222;
    padding-left: 5%; }
#nav_mainfooter.prev a:hover:before {
    opacity: 1;
    left: 1%; }

@media screen and (max-width: 767px) {
    #nav_mainfooter {
        overflow: hidden; }
    #nav_mainfooter a {
        padding: 15px 2.189781% 15px 0; }
    #nav_mainfooter a:before {
        top: 0%;
        left: 2.189781%; }
    #nav_mainfooter a .nav_mainfooter_next {
        font-size: 100%;
        margin-right: 10px; }
    #nav_mainfooter a .nav_mainfooter_tit {
        font-size: 142.85714%; }

    #nav_mainfooter.prev a {
        padding: 15px 0 15px 2.189781%; }
    #nav_mainfooter.prev a .nav_mainfooter_next {
        margin-left: 0px; }
    #nav_mainfooter.prev a:before {
        top: 0%;
        left: 88%; } }
/* ããã¿ã¼ããã¼
   ========================================================================== */
#footer-bnr {
    border-bottom: 1px solid #e6e6e6; }
#footer-bnr li {
    width: 50%;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    background: #fff; }
#footer-bnr li a {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    font-size: 128.57143%;
    display: block;
    padding: 40px 0 24px;
    text-align: center; }
#footer-bnr li a span {
    display: block;
    font-size: 66.66667%; }
#footer-bnr li a img {
    margin: 0 auto 16px;
    display: block; }
#footer-bnr li a i {
    margin-left: 8px; }
#footer-bnr li a:hover {
    opacity: .6; }
#footer-bnr li:last-child {
    border-right: none; }
@media screen and (max-width: 767px) {
    #footer-bnr li a {
        font-size: 100%; }
    #footer-bnr li a img {
        width: 80%; }
    #footer-bnr li a span {
        display: none; } }

/* ==========================================================================
   footer
   ========================================================================== */
footer {
    position: relative;
    z-index: 9997;
    background-color: #FFF; }

#pagetop {
    opacity: 0;
    z-index: 9998;
    position: fixed;
    right: 0;
    bottom: 0; }
#pagetop a {
    box-sizing: border-box;
    display: block;
    border: 1px solid #e6e6e6;
    border-right: none;
    height: 98px;
    width: 98px;
    color: #ad181f;
    background: #fff; }
#pagetop a span {
    padding-top: 30%;
    display: block;
    text-align: center;
    font-size: 185.71429%; }
#pagetop a:hover {
    border: 1px solid #000;
    border-right: none;
    background: #000;
    color: #fff; }
@media screen and (max-width: 767px) {
    #pagetop a:hover {
        border: 1px solid #e6e6e6;
        border-right: none;
        color: #ad181f;
        background: #fff; } }

/* LET'S SHARE
   ========================================================================== */
#footer_share {
    position: relative; }

#footer_share_in {
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 37px;
    text-align: center;
    width: 81.75%;
    height: 33px;
    overflow: hidden; }

#footer_share_txt,
#footer_sns {
    display: inline-block;
    vertical-align: middle; }

#footer_share_txt {
    color: #2e0608;
    font-size: 157.14286%;
    margin-top: 4px; }

#footer_sns li {
    text-align: center;
    margin-left: 30px; }
#footer_sns a {
    font-size: 171.42857%;
    display: block; }

@media screen and (max-width: 767px) {
    #pagetop a {
        height: 48px;
        width: 48px; }
    #pagetop a span {
        padding-top: 5%; }

    #footer_share_in {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        height: 48px;
        padding-top: 3px;
        width: 100%;
        text-align: left;
        padding-left: 15px; }

    #footer_share_txt {
        font-size: 128.57143%; }

    #footer_sns li {
        margin-left: 15px; } }
/* ãµã¤ãããã
   ========================================================================== */
#footer_sitemap {
    background-color: #e0e0e0;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 51px;
    padding-top: 78px;
    position: relative; }

#footer_sitemap_in {
    margin: 0 auto;
    max-width: 1140px; }

#footer_search {
    margin: 0 auto;
    position: relative;
    width: 600px; }

.footer-search01 {
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 128.57143%;
    padding: 25px;
    width: 100%; }

.footer-search01-submit {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 60px;
    height: 60px; }

#footer_navi {
    text-align: left;
    letter-spacing: -.40em;
    margin-bottom: -30px;
    margin-top: 50px; }
#footer_navi > li {
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-size: 121.42857%;
    position: relative;
    vertical-align: top;
    margin: 0 0 56px 1%;
    width: 24%;
    padding-left: 2.5%; }
#footer_navi > li:first-child {
    margin-left: 0;
}
#footer_navi > li.long {
    width: 49%; }
#footer_navi > li.pdf {
    padding-left: 2.5% !important; }
#footer_navi > li.pdf:before {
    font-size: 128.57143%; }
#footer_navi > li:before {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0; }
#footer_navi .footer-comingsoon {
    color: #ccc; }
#footer_navi .footer-navi-txt12 {
    font-size: 70.58824%; }
#footer_navi .footer-navi01-in {
    margin-top: 5px;
    margin-bottom: -24px; }
#footer_navi .footer-navi01-in li {
    margin-top: 5px;
    font-size: 82.35294%; }
#footer_navi .footer-navi01-in a,
#footer_navi .footer-navi01-in a:visited {
    color: #968283; }
#footer_navi .footer-navi01-in a:hover {
    color: #ad181f; }

@media screen and (max-width: 800px) {
    #footer_navi > li {
        margin: 0 0 56px 2%;
    }
}

@media screen and (max-width: 767px) {
    #footer_sitemap {
        padding: 56px 10px 16px 10px; }

    #footer_sitemap_in {
        width: 100%; }

    #footer_search {
        margin-bottom: 10px;
        width: 100%; }

    .footer-search01 {
        font-size: 85.71429%;
        padding: 13px; }

    .footer-search01-submit {
        height: 35px;
        top: 3px;
        width: 35px; }

    #footer_navi {
        display: none;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 10px;
        background: #fff; }
    #footer_navi > li {
        font-size: 92.85714%;
        margin-bottom: 0;
        padding-left: 17px; }
    #footer_navi > li.long {
        width: 100%; }
    #footer_navi > li.pdf {
        padding-left: 17px !important; }
    #footer_navi > li.pdf:before {
        left: -1px;
        font-size: 100%; }
    #footer_navi > li:before {
        font-size: 12px;
        left: 0;
        top: 13px; }
    #footer_navi a {
        display: block;
        padding: 10px 10px 10px 0; }
    #footer_navi .footer-navi-col01,
    #footer_navi .footer-navi-col02,
    #footer_navi .footer-navi-col03,
    #footer_navi .footer-navi-col04 {
        width: 100%; }
    #footer_navi .footer-comingsoon {
        padding: 10px 10px 10px 17px;
        color: #cccccc !important; }
    #footer_navi .footer-navi-txt12 {
        font-size: 76.92308%; }
    #footer_navi .footer-navi01-in {
        margin-top: -5px;
        margin-bottom: 0; }
    #footer_navi .footer-navi01-in li {
        margin-top: 0px;
        font-size: 92.30769%; }
    #footer_navi .footer-navi01-in a {
        padding: 4px 10px 4px 0;
        color: #968283 !important; }

    #btn_spmenu_sitemap {
        background-color: #FFF;
        font-size: 85.71429%;
        position: relative; }

    #sitemap-btn {
        background-color: #FFF;
        display: block;
        padding: 12px;
        text-decoration: none; }

    #sitemap-btn:hover {
        background: #fafafa; }

    #sitemap-btn-icon {
        display: block;
        position: absolute;
        top: 19px;
        right: 15px;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #000;
        transition: .2s; }

    #sitemap-btn-icon:before, #sitemap-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #000;
        transition: .3s; }

    #sitemap-btn-icon:before {
        margin-top: -6px; }

    #sitemap-btn-icon:after {
        margin-top: 4px; }

    #sitemap-btn .close {
        background: transparent; }

    #sitemap-btn .close:before, #sitemap-btn .close:after {
        margin-top: 0; }

    #sitemap-btn .close:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

    #sitemap-btn .close:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); } }
/* ããã¿ã¼ã³ã³ã»ãã
   ========================================================================== */
#footer_concept {
    position: relative;
    overflow: hidden;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px; }

#footer_concept::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 288px 0 0 288px;
    border-color: transparent transparent transparent #0098b1;
}

#footer_concept::after {
    position: absolute;
    right: -170px;
    top: 0;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 226px 226px 200px 246px;
    border-color: #cd6854 #95501d #b9c359 transparent;
}

#footer_logo {
    display: block;
    font-size: 128.57143%;
    margin: 0 auto;
    width: 100%; }
#footer_logo p {
    margin-top: 15px; }

.footer-concept-copy {
    font-size: 121.42857%;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    margin-bottom: 10px;
    margin-top: 40px; }

.footer-concept-txt {
    font-size: 107.14286%;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    margin-top: 25px;
    line-height: 1.8;
    text-shadow: 0 0px 4px white, 0 0px 4px white, 0 0px 4px white; }

@media screen and (max-width: 767px) {
    #footer_concept {
        background-position: 25% top;
        padding-bottom: 15px;
        padding-top: 15px; }

    #footer_concept::before {
        border-width: 115px 0 0 115px;
    }
    #footer_concept::after {
        right: -42px;
        border-width: 101px 62px 69px 86px;
    }

    #footer_logo {
        font-size: 85.71429%;
        margin-bottom: 8px; }
    #footer_logo img {
        height: auto;
        width: 25px; }

    .footer-concept-copy {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 108px;
        font-size: 100%;
        margin-top: 14px;
        margin-bottom: 0; }

    .footer-concept-bbh img {
        height: auto;
        width: 233px; }

    .footer-concept-txt {
        font-size: 71.42857%;
        font-weight: bold; } }
/* ããã¿ã¼ã³ã³ã»ãã
   ========================================================================== */
#footer_cinfo {
    background-color: #ad181f; }

#footer_cinfo_in {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 56px;
    height: 150px; }

#cinfo_bb {
    position: absolute;
    left: 11.5%;
    width: 19.7%;
    max-width: 270px; }
#cinfo_bb img {
    height: auto;
    width: 100%; }

#cinfo_navi {
    letter-spacing: -.40em;
    margin-right: 21.9%;
    text-align: right; }
#cinfo_navi li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-weight: bold;
    margin-left: 30px; }
#cinfo_navi li:first-child {
    margin-left: 0; }
#cinfo_navi a,
#cinfo_navi a:visited,
#cinfo_navi a:hover {
    color: #FFF; }

#cinfo_rits {
    position: absolute;
    right: 7.8%;
    top: 53px;
    width: 11.9%;
    max-width: 164px; }
#cinfo_rits img {
    height: auto;
    width: 100%; }

#cinfo_copyright {
    color: #d9a8a9;
    font-size: 85.71429%;
    text-align: right;
    margin-right: 25%; }

@media screen and (max-width: 767px) {
    #footer_cinfo_in {
        height: auto;
        padding-bottom: 21px;
        padding-top: 21px; }

    #cinfo_bb {
        border-bottom: 1px solid #bd464c;
        padding-bottom: 25px;
        position: relative;
        text-align: center;
        left: auto;
        width: 100%;
        max-width: inherit; }
    #cinfo_bb img {
        height: auto;
        width: 135px; }

    #cinfo_rits {
        position: relative; }

    #cinfo_navi,
    #cinfo_copyright {
        margin-right: 0; }

    #cinfo_navi {
        letter-spacing: -.40em;
        padding-top: 24px;
        padding-bottom: 10px;
        text-align: center; }
    #cinfo_navi li {
        font-size: 85.71429%;
        display: inline-block;
        letter-spacing: normal;
        vertical-align: middle;
        *display: inline;
        *zoom: 1;
        float: none; }

    #cinfo_copyright {
        text-align: center; }

    #cinfo_rits {
        margin-top: 10px;
        position: relative;
        right: auto;
        text-align: center;
        top: auto;
        width: 100%;
        max-width: inherit; }
    #cinfo_rits img {
        height: auto;
        width: 82px; } }
/* ==========================================================================
   04. Top
   ========================================================================== */
/**
 * ããããã¼ã¸ç¨
 */
/* ==========================================================================
   ã¡ã¤ã³ã¤ã¡ã¼ã¸
   ========================================================================== */
#top_mainimg {
    overflow: hidden;

    position: relative;
    line-height: 0; }
#top_mainimg #top_copy {
    z-index: 2;
    position: absolute;
    margin: auto;
    width: 280px;
    height: 525px;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    text-align: center; }
#top_mainimg #top_copy a, .home-link-block .btn-more-home {
    color: #fff;
    background-color: #ad181f;
    padding: 20px 45px;
    font-size: 110%;
    display: block;
    margin-top: 37px;
}
#top_mainimg #top_copy a:hover {
    background-color: #fff;
    color: #ad181f;
}
#top_mainimg #top_copy a:hover span:before {
    color: #ad181f;
}
#top_mainimg #top_copy a span:before, .home-link-block .btn-more-home span:before{
    color: #fff;
    font-size: 140%;
}
#top_mainimg #top_copy p:last-child {
    margin-top: 32px; }


#top_mainimg #movie_wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0;
    background: url('/gshs/common/video/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#top_mainimg #movie_wrap video {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%; }
#top_mainimg:after {
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
#top_mainimg #top_bnr {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999; }
#top_mainimg #top_bnr a:hover {
    opacity: .75; }
#top_mainimg .info-movie {
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    background-color: #ad181f;
    color: #fff;
    font-size: 240%;
    padding: 40px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 3;
    font-weight: normal;
    display: block;
    bottom: 0;
}

@media screen and (max-width: 1074px) {
    #top_mainimg .info-movie {
        font-size: 180%;
    }
}

@media screen and (max-width: 900px) {
    #top_mainimg .info-movie {
        font-size: 150%;
    }
}

@media screen and (max-width: 767px) {
    #sp_mainimg {
        position: absolute;
        left: 0;
        top: 46px; }
    #top_mainimg .info-movie {
        padding: 30px 0;
        font-size: 120%;
    }
}

@media screen and (max-width: 667px) {
    #top_mainimg #top_copy {
        width: 100%;
        height: 265px;
    }
    #top_mainimg #top_copy img {
        width: 29%;
    }
    #top_mainimg #top_copy a {
        font-size: 84%;
        padding: 14px 0px;
        margin-top: 35px;
        max-width: 190px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #top_mainimg .info-movie {
        padding: 25px 0;
        font-size: 90%;
    }
}

@media screen and (max-width: 667px) and (orientation:landscape) {
    #top_mainimg #top_copy {
        width: 25%;
        height: 265px;
    }
    #top_mainimg #top_copy a {
        font-size: 65%;
        margin-top: 15px;
        padding: 8px 5px;
    }

}
/* ==========================================================================
   TOPICS & EVENTS
   ========================================================================== */
#sec_info_top {
    margin-bottom: 67px;
    padding-top: 50px;
    position: relative; }
#sec_info_top .sec-wrap01-in {
    margin-top: 40px;
    padding-bottom: 100px; }

#tit_news {
    text-align: center;
    font-size: 428.57143%;
    line-height: 1.2;
    font-weight: normal; }
#tit_news span {
    display: inline;
    padding: 0 32px 16px;
    border-bottom: 1px dotted #000; }

.btn-ttlside {
    position: absolute;
    left: 50%;
    bottom: 0; }
.btn-ttlside a {
    text-align: center;
    background: #ad181f;
    color: #fff;
    box-sizing: border-box;
    margin-left: -150px;
    width: 300px; }
.btn-ttlside a:hover {
    background: #fff;
    color: #ad181f; }

.box-info01 {
    border: 1px solid #e6e6e6;
    padding: 20px;
    display: block;
    margin-top: 20px;
    table-layout: inherit;
    width: inherit; }
.box-info02 {
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
    display: block;
    margin-top: 20px;
    table-layout: inherit;
    width: inherit;

}

.info-leftside,
.info-center,
.info-rightside {
    display: table-cell;
    vertical-align: top; }

.info-leftside {
    padding: 3% 0 3% 30px; }

.info-leftside02 {
    padding: 5px 10px 5px 0;
    display: table-cell;
    vertical-align: top;
    min-width: 125px;
    border-right: 1px solid #e6e6e6;
    width: 125px;}

.info-center {
    vertical-align: middle;
    padding-top: 0; }

/* å·¦ */
.info-leftside {
    min-width: 125px;
    border-right: 1px solid #e6e6e6;
    width: 125px; }

.date-info {
    font-size: 321.42857%;
    color: #ad181f;
    line-height: 1;
    letter-spacing: 0.01em !important; }

.date-info02 {
    font-size: 30px;
    color: #ad181f;
    line-height: 1;
    letter-spacing: 0.01em !important;}

.category-info {
    font-size: 128.57143%;
    border: 1px solid #e6e6e6;
    display: inline-block;
    text-align: center;
    width: 56%; }

.year-info {
    font-weight: bold;
    margin-top: 0px; }

/* ä¸­å¤® */
.info-center {
    padding-left: 5.4%;
    padding-right: 5.4%;
    width: 100%; }
.info-center p {
    color: #968283;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

.box-info01-tit {
    width: 100%;
    font-size: 157.14286%;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.3; }

.box-info02-tit {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.3; }

/* å³ */
.info-rightside {
    width: 26.08696%; }

@media screen and (max-width: 767px) {
    #sec_info_top {
        padding: 30px 0 0 0;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 0; }
    #sec_info_top .sec-wrap01-in {
        margin-top: 20px;
        padding-bottom: 0; }
    #sec_info_top .date-info,
    #sec_info_top .category-info,
    #sec_info_top .year-info {
        display: block; }

    #tit_news {
        text-align: left;
        font-size: 185.71429%;
        margin-left: 2.189781%;
        margin-bottom: 20px; }
    #tit_news span {
        display: inline;
        padding: 0;
        border-bottom: none; }

    .tit-wrap01 {
        position: relative; }

    .btn-ttlside {
        font-size: 114.28571%;
        position: absolute;
        left: auto;
        bottom: auto;
        right: 2.189781%;
        top: -5px; }
    .btn-ttlside a {
        box-sizing: content-box;
        margin-left: 0;
        width: 50px; }

    .box-info01 {
        display: block;
        margin-top: 0;
        table-layout: initial;
        border-top: 1px solid #e6e6e6; }

    .box-info01 {
        display: block;
        margin-top: 0;
        table-layout: initial;
        border-top: 1px solid #e6e6e6; }

    .box-info02 {
        padding: 10px 7px;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 0;
        border-top: 1px solid #e6e6e6; }

    .info-leftside,
    .info-center {
        padding-top: 0; }

    /* å·¦ */
    .info-leftside {
        text-align: center;
        padding: 3% 0;
        width: 20%;
        vertical-align: middle; }

    .info-leftside02 {
        display: block;
        width: auto;
        border-right: none;
        padding: 0;
        margin-bottom: 5px;}

    .date-info {
        font-size: 171.42857%;
        letter-spacing: 0.03em !important; }

    .date-info02 {
        font-size: 24px; }

    .category-info {
        font-size: 100%;
        display: inline-block !important;
        width: auto;
        padding: 1px 5px 0;
        line-height: 1;
        margin-bottom: 3px; }

    .year-info {
        font-weight: bold;
        font-size: 85.71429%;
        margin-top: 0; }

    /* ä¸­å¤® */
    .info-center {
        padding: 2.189781%;
        width: 80%;
        vertical-align: middle; }
    .info-center p {
        display: none; }

    .box-info01-tit {
        width: 100%;
        font-size: 107.14286%;
        font-weight: normal;
        margin-bottom: 0;
        line-height: 1.2; }

    .box-info02-tit {
        font-size: 107.14286%;
        font-weight: 400;
        vertical-align: middle; }

    /* å³ */
    .info-rightside {
        display: none;
        width: 25%; } }
#bnr-twitter {
    width: 920px;
    margin: 0 auto 72px; }
#bnr-twitter a:hover {
    opacity: .85; }
@media screen and (max-width: 767px) {
    #bnr-twitter {
        width: 90%;
        margin: 5%; } }

/* ==========================================================================
   ç·åå¿çå­¦é¨ã®ç¹é·ãç·åå¿çå­¦é¨ã ããã§ãããã¨
   ========================================================================== */
.top-boxfull01 {
    /*
	border-bottom:1px solid #FFF;
  &:last-child {
	border-bottom:none;
  }
  */ }

.top-boxfull01-in {
    height: 0;
    padding-top: 40%;
    overflow: hidden;
    position: relative; }

.top-boxfull01-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
.top-boxfull01-item img {
    height: auto;
    width: 100%; }
.top-boxfull01-item:after {
    -webkit-transition: 0.6s ease 0.2s;
    -moz-transition: 0.6s ease 0.2s;
    -ms-transition: 0.6s ease 0.2s;
    -o-transition: 0.6s ease 0.2s;
    transition: 0.6s ease 0.2s;
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }

.top-boxfull01-wrap {
    -webkit-transition: 0.6s ease 0.2s;
    -moz-transition: 0.6s ease 0.2s;
    -ms-transition: 0.6s ease 0.2s;
    -o-transition: 0.6s ease 0.2s;
    transition: 0.6s ease 0.2s;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 38.6%;
    z-index: 2; }

.top-boxfull01-cat img {
    width: 13.48214%;
    height: auto; }

.top-boxfull01-tit {
    -webkit-transition: 0.6s ease 0.2s;
    -moz-transition: 0.6s ease 0.2s;
    -ms-transition: 0.6s ease 0.2s;
    -o-transition: 0.6s ease 0.2s;
    transition: 0.6s ease 0.2s;
    color: #FFF;
    font-size: 321.42857%;
    text-shadow: 0 0 5px rgba(6, 0, 1, 0.1);
    margin-top: 10px; }

.top-boxfull01-read {
    -webkit-transition: 0.6s ease 0.2s;
    -moz-transition: 0.6s ease 0.2s;
    -ms-transition: 0.6s ease 0.2s;
    -o-transition: 0.6s ease 0.2s;
    transition: 0.6s ease 0.2s;
    color: #FFF;
    font-size: 321.42857%;
    text-shadow: 0 0 5px rgba(6, 0, 1, 0.1);
    opacity: 0;
    line-height: 1.4; }
.top-boxfull01-read:before {
    -webkit-transition: 0.6s ease 0.2s;
    -moz-transition: 0.6s ease 0.2s;
    -ms-transition: 0.6s ease 0.2s;
    -o-transition: 0.6s ease 0.2s;
    transition: 0.6s ease 0.2s;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 1px;
    width: 0;
    margin: 20px auto; }

.over .top-boxfull01-item:after {
    opacity: 1; }
.over .top-boxfull01-wrap {
    top: 20.6%; }
.over .top-boxfull01-tit {
    font-size: 142.85714%; }
.over .top-boxfull01-read {
    opacity: 1; }
.over .top-boxfull01-read:before {
    width: 155px; }

@media screen and (max-width: 767px) {
    .top-boxfull01-cat {
        top: 35%; }

    .top-boxfull01-tit {
        font-size: 121.42857%;
        top: 52%;
        margin-top: 0; } }
/* ==========================================================================
   è³æ ¼ã»åæ¥­å¾ã®é²è·¯ãå
¥è©¦ã»å­¦è²»ã«ã¤ãã¦
   ========================================================================== */
#top_course .top-boxfull-half01-in {
    background: url("../img/ico_course.png") no-repeat 13.3% center;
    padding-bottom: 30px;
    padding-top: 30px; }

#top_admission .top-boxfull-half01-in {
    background: url("../img/ico_admission.png") no-repeat 13.3% center;
    padding-bottom: 30px;
    padding-top: 30px; }

#top_course a .top-boxfull01-item:after,
#top_admission a .top-boxfull01-item:after {
    -webkit-transition: 0.6s ease 0.2s;
    -moz-transition: 0.6s ease 0.2s;
    -ms-transition: 0.6s ease 0.2s;
    -o-transition: 0.6s ease 0.2s;
    transition: 0.6s ease 0.2s;
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
#top_course a .top-boxfull-half01 .top-boxfull-half01-in p,
#top_admission a .top-boxfull-half01 .top-boxfull-half01-in p {
    -webkit-transition: 0.4s ease 0.2s;
    -moz-transition: 0.4s ease 0.2s;
    -ms-transition: 0.4s ease 0.2s;
    -o-transition: 0.4s ease 0.2s;
    transition: 0.4s ease 0.2s; }
#top_course a .top-boxfull-half01 .top-boxfull-half01-in h2,
#top_admission a .top-boxfull-half01 .top-boxfull-half01-in h2 {
    -webkit-transition: 0.4s ease 0.2s;
    -moz-transition: 0.4s ease 0.2s;
    -ms-transition: 0.4s ease 0.2s;
    -o-transition: 0.4s ease 0.2s;
    transition: 0.4s ease 0.2s; }
#top_course a:hover .top-boxfull01-item:after,
#top_admission a:hover .top-boxfull01-item:after {
    opacity: .7; }
#top_course a:hover .top-boxfull-half01 .top-boxfull-half01-in p,
#top_admission a:hover .top-boxfull-half01 .top-boxfull-half01-in p {
    font-size: 157.14286%; }
#top_course a:hover .top-boxfull-half01 .top-boxfull01-tit,
#top_admission a:hover .top-boxfull-half01 .top-boxfull01-tit {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #ad181f !important; }

.top-boxfull-half01 {
    position: absolute;
    top: 0;
    width: 50%; }
.top-boxfull-half01 .top-boxfull01-cat,
.top-boxfull-half01 .top-boxfull01-tit {
    position: relative;
    top: auto;
    text-align: left;
    width: auto; }
.top-boxfull-half01 .top-boxfull01-cat {
    font-size: 242.85714%;
    color: #ad181f; }
.top-boxfull-half01 .top-boxfull01-tit {
    font-size: 214.28571%;
    color: #2e0608;
    margin-top: -10px;
    text-shadow: none !important; }
.top-boxfull-half01.left {
    left: 50%; }

.top-boxfull-half01-in {
    margin-top: 26%;
    padding-left: 35%; }

@media screen and (max-width: 767px) {
    #top_course .top-boxfull-half01-in {
        background-size: 25% auto;
        background-position: center 41%;
        padding-bottom: 0; }

    #top_admission .top-boxfull-half01-in {
        background-size: 25% auto;
        background-position: center 41%;
        padding-bottom: 0; }

    .top-boxfull-half01 .top-boxfull01-cat,
    .top-boxfull-half01 .top-boxfull01-tit {
        text-align: center;
        line-height: 1.2;
        width: 100%; }
    .top-boxfull-half01 .top-boxfull01-cat {
        font-size: 121.42857%; }
    .top-boxfull-half01 .top-boxfull01-tit {
        font-size: 107.14286%;
        margin-top: 0; }

    .top-boxfull-half01-in {
        margin-top: 0;
        padding-left: 0;
        padding-top: 44% !important; } }
/* ==========================================================================
   æå¡ä¸è¦§
   ========================================================================== */
.teacher-index {
    background: #fff;
    border-bottom: 1px solid #e6e6e6; }
.teacher-index a {
    float: left;
    box-sizing: border-box;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 14.275%;
    position: relative; }
@media screen and (max-width: 767px) {
    .teacher-index a {
        width: 33.32%; } }
.teacher-index a.width2 {
    width: 28.55%; }
@media screen and (max-width: 767px) {
    .teacher-index a.width2 {
        width: 66.64%; } }
.teacher-index a:hover:after {
    opacity: .2; }
@media screen and (max-width: 767px) {
    .teacher-index a:hover:after {
        opacity: .5; } }
.teacher-index a:hover:before {
    width: 100% !important; }
@media screen and (max-width: 767px) {
    .teacher-index a:hover:before {
        width: 0 !important; } }
.teacher-index a:not(#teacher-ttl):before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: block;
    content: '';
    height: 3px;
    width: 0px;
    background: #ad181f; }
@media screen and (max-width: 767px) {
    .teacher-index a:not(#teacher-ttl):before {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; } }
.teacher-index a:after {
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .5; }
@media screen and (max-width: 767px) {
    .teacher-index a:after {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; } }
.teacher-index a.s1:after {
    background: rgba(136, 121, 174, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(136, 121, 174, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(136, 121, 174, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(136, 121, 174, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(136, 121, 174, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(136, 121, 174, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
.teacher-index a.s2:after {
    background: rgba(242, 185, 167, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(242, 185, 167, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(242, 185, 167, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(242, 185, 167, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(242, 185, 167, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(242, 185, 167, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
.teacher-index a.s3:after {
    background: rgba(183, 209, 172, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(183, 209, 172, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(183, 209, 172, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(183, 209, 172, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(183, 209, 172, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(183, 209, 172, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
.teacher-index a.s4:after {
    background: rgba(177, 180, 62, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(177, 180, 62, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(177, 180, 62, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(177, 180, 62, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(177, 180, 62, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(177, 180, 62, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
.teacher-index a.s5:after {
    background: rgba(0, 116, 189, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 116, 189, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 116, 189, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 116, 189, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 116, 189, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 116, 189, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
.teacher-index a dl dt img {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: none;
    width: 100%;
    height: auto;
    opacity: 9.5; }
.teacher-index a dl dt.name {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: absolute;
    z-index: 2;
    right: 5%;
    bottom: 5%;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    font-size: 114.28571%;
    color: #fff;
    text-align: right;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.teacher-index a dl dt.name span {
    display: block;
    color: #00548a;
    font-size: 62.5%;
    margin-bottom: -3px;
    letter-spacing: 0; }
.teacher-index a dl dt.small {
    letter-spacing: -4px; }
.teacher-index a dl dd {
    display: none;
    position: absolute;
    right: 1%;
    bottom: 1%;
    font-size: 114.28571%;
    color: #2e0608; }
.teacher-index a dl dd span {
    display: block;
    font-size: 75%;
    font-weight: normal;
    color: #96;
    margin-bottom: 3px; }
@media screen and (max-width: 767px) {
    .teacher-index a dl dd {
        padding-top: 2%;
        font-size: 100%; }
    .teacher-index a dl dd span {
        display: inline;
        font-size: 85.71429%; } }
.teacher-index a#teacher-ttl {
    background: #00548a;
    position: relative; }
.teacher-index a#teacher-ttl:before {
    content: '';
    display: block;
    padding-top: 100%; }
.teacher-index a#teacher-ttl #teacher-ttl-in {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 20%;
    left: 24%; }
.teacher-index a#teacher-ttl #teacher-ttl-in h2 {
    font-size: 285.71429%;
    color: #fff;
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.teacher-index a#teacher-ttl #teacher-ttl-in h2 span {
    font-size: 45%;
    font-family: rits;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    margin-bottom: -5px; }
.teacher-index a#teacher-ttl #teacher-ttl-in p {
    color: #fff; }
.teacher-index a#teacher-ttl #teacher-ttl-in p.btn {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    margin-top: 50px;
    background: #1a6596;
    border: none;
    font-family: rits;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.teacher-index a#teacher-ttl #teacher-ttl-in p.btn:before {
    color: #fff; }
.teacher-index a#teacher-ttl:hover .btn {
    background: #004b7c !important; }
@media screen and (max-width: 767px) {
    .teacher-index a#teacher-ttl #teacher-ttl-in {
        top: 25%;
        left: 25%; }
    .teacher-index a#teacher-ttl #teacher-ttl-in h2 {
        font-size: 142.85714%; }
    .teacher-index a#teacher-ttl #teacher-ttl-in h2 span {
        font-size: 60%; }
    .teacher-index a#teacher-ttl #teacher-ttl-in p {
        font-size: 85.71429%; }
    .teacher-index a#teacher-ttl #teacher-ttl-in p.btn {
        padding: 5px 50px;
        margin-top: 15px; } }

/* ==========================================================================
   05. TOPICS & EVENTS
   ========================================================================== */
/**
 * TOPICS & EVENTS
 */
/* ==========================================================================
   ã¤ã³ããã¯ã¹
   ========================================================================== */
#sec_info {
    margin-bottom: 100px; }
#sec_info #lists {
    display: table;
    width: 100%;
    table-layout: fixed;
}
#sec_info .box-info01 {
    display: block;
    width: auto;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    margin-top: 20px; }
#sec_info .box-info01:hover {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 90px 35px rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 0px 90px 35px rgba(0,0,0,0.03);
    box-shadow: 0px 0px 90px 35px rgba(0,0,0,0.03);
}
#sec_info .sec-wrap01-in {
    margin-top: 60px;
    position: relative; }

.nav-info01 {
    letter-spacing: -.40em;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
}

.nav-info01 li {
    font-family: rits;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 151.57143%;
    padding-right: 40px;
    display: table-cell; }
.nav-info01 li span {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    text-align: center;
    width: 60px;
    border: none;
    display: block; }
.nav-info01 li:last-child {
    padding-right: 0; }
.nav-info01 a,
.nav-info01 a:visited {
    color: #2e0608; }
.nav-info01 a:hover {
    text-decoration: none; }
.nav-info01 a:hover span {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #2e0608; }
.nav-info01 .current span {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #ad181f; }
.nav-info01 .current a {
    color: #ad181f; }
.nav-info01 .current a span {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #ad181f; }

#btn_listmore {
    margin-top: 40px;
    font-family: rits;
    text-align: center;
    padding: 0;
    color: #fff;
    font-family: 'rits'
    margin-top: 35px;
    display: none; }
#btn_listmore a {
    display: inline-block;
    max-width: 280px;
    width: 100%;
    background-color: #ad181f;
    font-family: rits;
    color: #fff;
    padding: 16px 0;
    letter-spacing: 0.08em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 127%;
    border: solid 1px transparent;
}
#btn_listmore a:hover {
    background-color: #fff;
    color: #ad181f;
    border: solid 1px #ad181f;
}

@media screen and (max-width: 767px) {
    #sec_info {
        padding: 0;
        margin-bottom: 40px; }
    #sec_info .nav-info01 {
        padding: 20px 15px 20px 15px;
        margin: 0 auto;
        position: inherit;
        top: inherit;
        left: inherit; }
    #sec_info .nav-info01 li {
        padding-right: 5px; }
    #sec_info .nav-info01 li:last-child {
        padding-right: 0; }
    #sec_info .box-info01 {
        padding: 15px 7px;
        margin-top: 0;
        border-bottom: 0;
        border-top: 1px solid #e6e6e6; }
    #sec_info .sec-wrap01-in {
        margin-top: 0;
        padding-bottom: 0;
        position: inherit;
        border-bottom: none !important; }
    #sec_info .sec-wrap01-in #lists {
        border-bottom: 1px solid #e6e6e6; }

    #sec_info .info-leftside {
        min-width: 61px;
        padding-right: 15px;
        padding-left: 0;
    }

    #sec_info .info-center {
        padding-left: 15px;
        padding-right: 0;
    }

    #btn_listmore {
        font-family: rits;
        max-width: 280px;
        text-align: center;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        font-family: 'rits'
        margin-top: 35px;
        display: none; }
    #btn_listmore a {
        background-color: #ad181f;
        font-family: rits;
        color: #fff;
        padding: 10px 0px;
    }
    #btn_listmore img {
        height: auto;
        width: 180px; } }
/* ==========================================================================
   è©³ç´°
   ========================================================================== */
#info_sns {
    margin-top: 90px; }
#info_sns li {
    height: 30px;
    text-align: center;
    margin-bottom: 10px;
    width: 30px; }
#info_sns li:last-child {
    margin-bottom: 0; }
#info_sns a {
    color: #d7d5d5;
    font-size: 171.42857%;
    display: block; }
#info_sns a:hover {
    color: #ad181f; }

.info-main01 {
    display: table-cell;
    padding-left: 53px;
    padding-bottom: 40px;
    padding-top: 2.5%; }

.edit-area p {
    font-size: 108.57143%;
    line-height: 1.78;
    margin-top: 11px;
    margin-bottom: 20px;
    width: auto; }
@media screen and (max-width: 1024px) {
    .edit-area p {
        width: auto; } }
.edit-area img {
    display: block;
    margin-top: 20px; }

.info-main01-tit {
    font-size: 171.42857%;
    margin-bottom: 35px;
    width: auto; }
@media screen and (max-width: 1024px) {
    .info-main01-tit {
        width: auto; } }

.btn-back-wrap {
    font-size: 171.42857%;
    width: 43.76658%;
    margin-top: 100px; }
.btn-back-wrap .btn {
    display: block; }

@media screen and (max-width: 767px) {
    .sec-info-detail {
        padding-top: 25px; }
    .sec-info-detail .sec-wrap01-in {
        border-bottom: none !important; }
    .sec-info-detail .box-info01 {
        position: relative;
        margin-top: 0 !important;
        border-top: none !important; }
    .sec-info-detail .date-info,
    .sec-info-detail .category-info,
    .sec-info-detail .year-info {
        text-align: left;
        display: table-cell; }
    .sec-info-detail .date-info {
        display: inline-block;
        padding-right: 0px;
        font-size: 214.28571%;
        vertical-align: top; }
    .sec-info-detail .year-info {
        display: inline-block;
        vertical-align: top;
        margin-top: 8px;
        padding-left: 12px; }
    .sec-info-detail .category-info {
        margin-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        width: auto; }
    .sec-info-detail .info-leftside,
    .sec-info-detail .info-main01 {
        display: block;
        width: 100%; }
    .sec-info-detail .info-leftside {
        text-align: left;
        width: auto;
        display: table;
        border-right: none;
        min-height: 30px;
        position: static;
        padding: 15px 0 0 15px; }
    .sec-info-detail #info_sns {
        letter-spacing: -.40em;
        margin-top: 15px;
        position: absolute;
        right: 15px;
        top: 0;
        text-align: right; }
    .sec-info-detail #info_sns li {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: middle;
        *display: inline;
        *zoom: 1;
        margin-bottom: 0;
        margin-left: 10px; }
    .sec-info-detail .info-main01 {
        box-sizing: border-box;
        padding: 0 15px 55px; }
    .sec-info-detail .info-main01-tit {
        margin-bottom: 0;
        margin-top: 20px; }
    .sec-info-detail .edit-area p {
        width: 100%; } }
/* ==========================================================================
   06. ãåãåãã
   ========================================================================== */
/**
 * ãåãåãã
 */
/* ==========================================================================
   ã¤ã³ããã¯ã¹
   ========================================================================== */
#sec_contact .column-half01 {
    overflow: hidden; }
#sec_contact .column-half01 .fl, #sec_contact .column-half01 .fr {
    width: 48%; }
#sec_contact .dl-contact01 dt, #sec_contact .dl-contact01 dd {
    padding: 20px;
    font-size: 128.57143%; }
#sec_contact .dl-contact01 dd {
    display: inline-block;
}
#sec_contact .dl-contact01 dd.icon-email:before  {
    margin-right: 9px;
    font-size: 89%;
}
#sec_contact .dl-contact01 dt {
    border-top: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    font-weight: bold; }
#sec_contact .dl-contact01 dd span {
    font-size: 77.77778%; }
#sec_contact #btn_contact {
    margin-top: 40px; }
@media screen and (max-width: 767px) {
    #sec_contact .tit-h4 {
        margin-bottom: 10px; }
    #sec_contact .column-half01 .fl, #sec_contact .column-half01 .fr {
        float: none;
        width: 100%; }
    #sec_contact .column-half01 .fr {
        margin-top: 30px; }
    #sec_contact .dl-contact01 {
        text-align: center;
        border: 1px solid #e6e6e6; }
    #sec_contact .dl-contact01 dt, #sec_contact .dl-contact01 dd {
        text-align: center;
        padding: 10px;
        font-size: 114.28571%; }
    #sec_contact .dl-contact01 dt {
        border-top: none; } }

.icon-phone:before {
    padding-right: 5px; }


/* ==========================================================================
   09. è³æ ¼ã»åæ¥­å¾ã®é²è·¯
   ========================================================================== */
/**
 * è³æ ¼ã»åæ¥­å¾ã®é²è·¯
 */
/* ==========================================================================
   è³æ ¼ã»åæ¥­å¾ã®é²è·¯
   ========================================================================== */
/* ä¼æ¥­ãè¡æ¿ãªã©æ§ã
ãªæ¥­çã»è·ç¨®ã¸ã®é
   ========================================================================== */
.list-anchor01 {
    margin-bottom: 35px;
    margin-top: 10.8%; }
.list-anchor01 li {
    border-right: 1px dashed #b3b3b3;
    display: table-cell;
    font-size: 114.28571%;
    font-weight: bold;
    white-space: nowrap; }
.list-anchor01 li a {
    display: block;
    padding-left: 6.7%;
    padding-right: 6.7%; }
.list-anchor01 li:last-child {
    border-right: none;
    padding-right: 0; }
.list-anchor01 li:first-child a {
    padding-left: 0; }
.list-anchor01 li a:before {
    color: #ad181f;
    font-size: 22px;
    margin-right: 15px; }
.list-anchor01 li a:hover {
    color: #ad181f;
    text-decoration: none; }

#generalist {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5.3%;
    padding-top: 60px; }

.generalist-box01 {
    border: 1px solid #e6e6e6;
    margin-top: 5%;
    padding: 0 6% 10%; }

.generalist-box01-in {
    float: left;
    margin-right: 4.5%;
    width: 47.7%; }
.generalist-box01-in:last-child {
    margin-right: 0; }

.generalist-box01-ttl {
    font-size: 171.42857%;
    margin-bottom: 2%; }
.generalist-box01-ttl span {
    border-top: 2px solid #372f2c;
    display: inline-block;
    padding-top: 20px; }

.generalist-box01-sttl {
    border-bottom: 3px solid #e0e0e0;
    padding-bottom: 5px; }
.generalist-box01-sttl span {
    margin-left: 5px;
    font-size: 66.66667%; }

.generalist-box01-list {
    width: 46.42857%; }
.generalist-box01-list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 4px 0; }

@media screen and (max-width: 767px) {
    .list-anchor01 {
        display: none; }
    .list-anchor01 li {
        border: none;
        display: block;
        font-size: 92.85714%;
        margin-bottom: 10px; }
    .list-anchor01 li:last-child {
        margin-bottom: 0; }
    .list-anchor01 li a {
        padding: 0; }
    .list-anchor01 li a:before {
        margin-right: 5px; }

    .generalist-box01-in {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%; } }
/* è¨åºå¿çå£«ãå
¬èªå¿çå¸«ãç®æã
   ========================================================================== */
#specialist {
    padding-top: 60px; }

.specialist-box01 {
    padding-bottom: 8.9%; }

.specialist-box01 {
    margin-top: 5.3%; }

.specialist-box01-in {
    float: left;
    width: 50%; }

.specialist-box01-in:last-child .specialist-box01-summary {
    border-left: 1px solid #e6e6e6; }

.specialist-box01-summary {
    padding-left: 17.8%;
    padding-right: 17.8%; }
.specialist-box01-summary dt {
    font-size: 171.42857%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5.3%; }
.specialist-box01-summary dd {
    line-height: 1.85; }

.specialist-box01-thumb {
    display: block;
    margin-bottom: 4.5%; }

@media screen and (max-width: 767px) {
    .specialist-box01-in {
        float: none;
        width: 100%; }

    .specialist-box01-summary {
        padding: 0 15px 30px; }

    .specialist-box01-in:last-child .specialist-box01-summary {
        border-left: none; } }
/* è¨åºå¿çå£«ãå
¬èªå¿çå¸«ãç®æã
   ========================================================================== */
#qualification {
    background-color: #e0e0e0;
    padding-bottom: 5.3%;
    padding-top: 5.3%; }

.qualification-list01 li {
    border: 1px solid #FFF;
    color: #372f2c;
    font-size: 128.57143%;
    font-weight: bold;
    margin-bottom: 1%;
    padding: 15px 40px; }
.qualification-list01 li span {
    margin-left: 0.5%;
    font-size: 66.66667%;
    color: #8c8c8c;
    vertical-align: top; }
.qualification-list01 li:last-child {
    margin-bottom: 0; }

.qualification-list01-summary {
    color: #8c8c8c;
    font-weight: normal;
    margin-top: 20px; }
.qualification-list01-summary li {
    margin-bottom: 0.5%;
    margin-left: 24px;
    text-indent: -1.9em; }
.qualification-list01-summary li:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 767px) {
    .qualification-list01 li {
        padding: 10px 15px;
        font-size: 100%; } }
/* ==========================================================================
   10. å
¥è©¦ã»å­¦è²»ã«ã¤ãã¦
   ========================================================================== */
/**
 * å
¥è©¦ã»å­¦è²»ã«ã¤ãã¦
 */
/* ==========================================================================
   å
¥è©¦ã»å­¦è²»ã«ã¤ãã¦
   ========================================================================== */
#rits_net {
    margin-top: 30px;
    position: relative; }
#rits_net a {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    display: block;
    padding: 2.6785714% 3.5714286%;
    border: 1px solid #e6e6e6; }
#rits_net a:hover {
    text-decoration: none; }
#rits_net a span {
    font-size: 128.57143%; }
#rits_net a p {
    font-weight: bold;
    font-size: 214.28571%; }
#rits_net a:before {
    position: absolute;
    top: 30%;
    right: 3.5714286%;
    font-size: 214.28571%;
    font-size: 30px;
    font-family: 'icomoon';
    content: "\e297";
    color: #ad181f; }
@media screen and (max-width: 767px) {
    #rits_net a span {
        font-size: 100%; }
    #rits_net a p {
        font-weight: bold;
        font-size: 171.42857%; }
    #rits_net a:before {
        top: 22%; } }

#rits_app {
    margin-top: 5.3571429%;
    background: #e0e0e0;
    padding: 5.3571429%; }
#rits_app #rits_app_icon {
    margin-top: 5px;
    border-radius: 20px;
    margin-right: 3.5714286%; }
@media screen and (max-width: 767px) {
    #rits_app #rits_app_icon {
        margin: 0 auto 20px;
        float: none;
        height: auto;
        width: 50%;
        display: block; } }
#rits_app .block-small {
    width: auto;
    max-width: 900px; }
#rits_app #btn_download {
    margin-top: 30px; }
#rits_app #btn_download a {
    display: block;
    float: left;
    position: relative;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 10px 20px 15px 80px;
    border: 1px solid rgba(255, 255, 255, 0.6); }
#rits_app #btn_download a:hover {
    background-color: #fff;
    text-decoration: none; }
#rits_app #btn_download a em {
    font-style: normal;
    font-size: 85.71429%; }
#rits_app #btn_download a em span {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    padding: 2px 3px;
    margin-right: 5px; }
#rits_app #btn_download a#download_apple:before {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 214.28571%;
    font-size: 30px;
    font-family: 'icomoon';
    content: "\f179";
    color: #000; }
#rits_app #btn_download a#download_android:before {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 214.28571%;
    font-size: 30px;
    font-family: 'icomoon';
    content: "\f17b";
    color: #000; }
#rits_app #btn_download a:first-child {
    margin-right: 3.5714286%; }
@media screen and (max-width: 767px) {
    #rits_app #btn_download a {
        box-sizing: border-box;
        width: 100%; }
    #rits_app #btn_download a:first-child {
        margin-bottom: 10px; } }

#btn_fee {
    margin-top: 30px; }
#btn_fee a {
    display: block;
    float: left;
    position: relative;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 20px 20px 20px 80px;
    border: 1px solid #e6e6e6; }
#btn_fee a:hover {
    background-color: #fff;
    text-decoration: none; }
#btn_fee a p span {
    font-size: 72.22222%; }
#btn_fee a#link_fee01:before {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 214.28571%;
    font-size: 30px;
    font-family: 'icomoon';
    content: "\e902";
    color: #ad181f; }
#btn_fee a#link_fee02:before {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 214.28571%;
    font-size: 30px;
    font-family: 'icomoon';
    content: "\e903";
    color: #ad181f; }
#btn_fee a:first-child {
    margin-right: 3.5714286%; }
@media screen and (max-width: 767px) {
    #btn_fee a {
        box-sizing: border-box;
        width: 100%; }
    #btn_fee a:first-child {
        margin-bottom: 10px; } }

#txt_ad {
    margin-bottom: 100px; }
#txt_ad p {
    margin-bottom: 10px; }
#txt_ad ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px; }
@media screen and (max-width: 767px) {
    #txt_ad {
        width: 100%; } }

/* ==========================================================================
   11. ã¦ã¼ãã£ãªãã£
   ========================================================================== */
/**
 * ã¦ã¼ãã£ãªãã£
 */
/* ==========================================================================
   äº¤éã¢ã¯ã»ã¹
   ========================================================================== */
#sec_acsess .box-acsess01 {
    display: table;
    table-layout: fixed;
    width: 100%; }
#sec_acsess .box-acsess-l, #sec_acsess .box-acsess-r {
    display: table-cell;
    padding-bottom: 65px;
    padding-top: 2%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
#sec_acsess .box-acsess-l {
    width: 125px;
    border-right: 1px solid #e6e6e6;
    padding-top: 2%; }
#sec_acsess .box-acsess-r {
    padding-left: 53px;
    padding-bottom: 110px; }
#sec_acsess #box-map {
    position: relative;
    max-width: 700px; }
#sec_acsess #box-map #btn-gmap {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff; }
@media screen and (max-width: 767px) {
    #sec_acsess .box-acsess01 {
        margin-top: 40px; }
    #sec_acsess .box-acsess01:first-child {
        margin-top: 0; }
    #sec_acsess .box-acsess-l, #sec_acsess .box-acsess-r {
        display: block;
        padding: 0;
        width: 100%; }
    #sec_acsess .box-acsess-l {
        padding-left: 0; }
    #sec_acsess .box-acsess-r {
        border-left: 0;
        padding-left: 0; } }

/* ==========================================================================
   ãåãåãã
   ========================================================================== */
/* ==========================================================================
   ãµã¤ãå
æ¤ç´¢
   ========================================================================== */
/* ==========================================================================
   12. å­¦é¨é·äºå®è
ã®ã¡ãã»ã¼ã¸
   ========================================================================== */
/**
 * å­¦é¨é·äºå®è
ã®ã¡ãã»ã¼ã¸
 */
#sec_message #mes {
    position: relative;
    border-bottom: 1px solid #e6e6e6; }
#sec_message #mes #mes-txt {
    position: absolute;
    top: 35.5%;
    left: 110px;
    z-index: 1; }
#sec_message #mes #mes-txt p {
    color: #00548a;
     font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    font-size: 142.85714%;
    letter-spacing: 2px;
    margin-left: 3px; }
#sec_message #mes #mes-txt h2 {
    font-weight: normal;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    font-size: 400%;
    margin: -5px 0 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
#sec_message #mes #mes-txt h3 {
    font-weight: normal;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    font-size: 171.42857%; }
#sec_message #mes img {
    width: 100%;
    max-width: none !important; }
#sec_message .sec-wrap01 .block-small {
    margin-left: 6%; }
#sec_message .sec-wrap01 .tit-h4 {
    line-height: 1.9; }
#sec_message .sec-wrap01 p {
    margin-top: 15px; }
#sec_message .sec-wrap01 .para {
    margin-top: 50px; }
#sec_message .sec-wrap01 .para:before {
    content: "";
    width: 140px;
    height: 1px;
    background: #e6e6e6;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px; }
#sec_message .sec-wrap01 #hand {
    margin-top: 30px;
    text-align: right; }
@media screen and (max-width: 1024px) {
    #sec_message #mes #mes-txt {
        left: 60px; }
    #sec_message .sec-wrap01 .block-small {
        margin-left: 0px; } }
@media screen and (max-width: 767px) {
    #sec_message #mes #mes-txt {
        position: absolute;
        top: 30%;
        left: 15px;
        z-index: 1; }
    #sec_message #mes #mes-txt p {
        font-size: 71.42857%; }
    #sec_message #mes #mes-txt h2 {
        font-size: 214.28571%;
        margin: -3px 0 5px; }
    #sec_message #mes #mes-txt h3 {
        font-size: 85.71429%; }
    #sec_message #mes img {
        width: 100%;
        max-width: none !important; }
    #sec_message .sec-wrap01 p {
        margin-left: 0px; }
    #sec_message .sec-wrap01 .para {
        margin-top: 25px; }
    #sec_message .sec-wrap01 .para:before {
        margin-bottom: 25px; }
    #sec_message .sec-wrap01 #hand img {
        width: 200px; } }

/* ==========================================================================
   13. æå¡ç´¹ä»
   ========================================================================== */
/**
 * å­¦é¨é·äºå®è
ã®ã¡ãã»ã¼ã¸
 */
#teacher-list-anchors {
    padding: 90px 40px 30px;
}
#teacher-list-anchors li {
    display: inline;
}
#teacher-list-anchors li a {
    padding: 10px 20px;
    font-size: 128.57143%;
    position: relative;
    font-weight: bold;
    display: inline-block;
}

#teacher-list-anchors li a::before {
    content: ' ';
    position: absolute;
    left: 0;
    border-left: dotted 1px #b3b3b3;
    width: 1px;
    height: 26px;
}

#teacher-list-anchors li:first-child a::before {
    border-left: none;
}

#teacher-list-anchors li a span {
    color: #ad181f;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    #teacher-list-anchors {
        padding: 30px 15px 35px;
    }
    #teacher-list-anchors li {
        display: block;
    }
    #teacher-list-anchors li a {
        display: block;
        padding: 12px 10px;
        font-size: 95%;
        border-bottom: dotted 1px #b3b3b3;
    }

    #teacher-list-anchors li a::before {
        content: '';
        display: none;
    }

    #teacher-list-anchors li:first-child a {
        border-top: dotted 1px #b3b3b3;
    }
    #teacher-list-anchors li a span {
        float: right;
        margin-right: 0;
    }
}

#teacher-list {
    padding: 0; }
#teacher-list h2 {
    background: #00afcc;
    color: #fff;
    padding: 15px 30px;
    font-size: 128.57143%;
    border-bottom: 1px solid #e6e6e6;
    margin-top: -1px; }
#teacher-list .teacher-group-02 h2 {background: #c3cf55;}
#teacher-list .teacher-group-03 h2 {background: #ee7961;}
#teacher-list .teacher-group-04 h2 {background: #ad181f;}
#teacher-list .teacher-group-05 h2 {background: #66bcbd;}
@media screen and (max-width: 767px) {
    #teacher-list h2 {
        font-size: 114.28571%;
        padding: 15px; } }
#teacher-list a {

    position: relative;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
@media screen and (max-width: 767px) {
    #teacher-list a {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; } }
#teacher-list a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    display: block;
    content: '';
    height: 2px;
    width: 0px;
    background: #ad181f; }
@media screen and (max-width: 767px) {
    #teacher-list a:after {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; } }
#teacher-list a:hover:after {
    width: 100%; }
@media screen and (max-width: 767px) {
    #teacher-list a:hover:after {
        width: 0; } }
#teacher-list a dl dt {
    float: left;
    width: 16%;
    background: #f0f0f0; }
#teacher-list a dl dt.name {
    background: none;
    box-sizing: border-box;
    padding: 4.0909091% 0 0 4.5454545%;
    width: 31%;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    font-size: 321.42857%;
    font-weight: normal; }
#teacher-list a dl dt.name span {
    display: block;
    color: #00afcc;
    font-size: 26.66667%;
    margin-bottom: -6px;
    letter-spacing: 0; }
#teacher-list .teacher-group-02 dt.name span {color: #c3cf55;}
#teacher-list .teacher-group-03 dt.name span {color: #ee7961;}
#teacher-list .teacher-group-04 dt.name span {color: #ad181f;}
@media screen and (max-width: 1024px) {
    #teacher-list a dl dt.name {
        font-size: 214.28571%; } }
#teacher-list a dl dt.small {
    letter-spacing: -4px; }
@media screen and (max-width: 767px) {
    #teacher-list a dl dt {
        width: 40%; }
    #teacher-list a dl dt.name {
        width: 60%;
        font-size: 185.71429%; }
    #teacher-list a dl dt.name span {
        font-size: 46.15385%;
        margin-bottom: -3px; } }
#teacher-list a dl dd {
    box-sizing: border-box;
    float: left;
    padding: 4.0909091% 4.5454545% 0 4.5454545%;
    box-sizing: border-box;
    vertical-align: middle;
    width: 49%;
    float: left;
    font-size: 114.28571%;
    color: #2e0608; }
#teacher-list a dl dd span {
    display: block;
    font-size: 75%;
    font-weight: normal;
    color: #968283;
    margin-bottom: 3px; }
@media screen and (max-width: 767px) {
    #teacher-list a dl dd {
        width: 60%;
        padding-top: 2%;
        font-size: 100%; }
    #teacher-list a dl dd span {
        display: inline;
        font-size: 85.71429%; } }

#sec_teacher #head_tit_wrap01 {
    display: none; }
#sec_teacher #mes {
    position: relative;
    border-bottom: 1px solid #e6e6e6; }
#sec_teacher #mes #mes-txt {
    padding: 20px 30px 0;
    background: #fff;
    position: absolute;
    bottom: -45px;
    left: 110px;
    z-index: 1; }
#sec_teacher #mes #mes-txt p {
    color: #00548a;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    font-size: 142.85714%;
    letter-spacing: 2px;
    margin-left: 3px; }
#sec_teacher #mes #mes-txt h2 {
    font-weight: normal;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    font-size: 400%;
    margin-top: -5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left; }
#sec_teacher #mes #mes-txt h2 span {
    display: block;
    font-size: 28.57143%; }
#sec_teacher #mes #mes-txt h3 {
    display: inline-block;
    font-weight: normal;
    font-size: 142.85714%;
    background: #00548a;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 13px 0 0 20px; }
#sec_teacher #mes img {
    width: 100%;
    max-width: none !important; }
#sec_teacher .sec-first01 {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e6e6e6; }
#sec_teacher .sec-first01 #teacher-detail {
    margin-left: 21%;
    position: relative; }
#sec_teacher .sec-first01 #teacher-detail dt {
    position: absolute;
    z-index: 1;
    font-size: 114.28571%;
    color: #968283;
    margin-bottom: 10px;
    background: #fff; }
#sec_teacher .sec-first01 #teacher-detail dt:after {
    content: '';
    background: #fff; }
#sec_teacher .sec-first01 #teacher-detail dd {
    position: relative;
    padding-left: 170px;
    margin-bottom: 10px;
    font-size: 128.57143%;
    font-weight: bold; }
#sec_teacher .sec-first01 #teacher-detail dd em {
    color: #888;
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 66.66667%; }
#sec_teacher .sec-first01 #teacher-detail dd:before {
    z-index: 0;
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    background: #e5e5e5;
    width: 160px;
    height: 1px; }
#sec_teacher .sec-first01 #teacher-detail dd.book {
    font-size: 100%; }
#sec_teacher .sec-wrap01 .qa {
    position: relative;
    margin-top: 100px;
    margin-left: 21%; }
#sec_teacher .sec-wrap01 .qa .tit-h4 {
    font-size: 157.14286%;
    line-height: 1.9; }
#sec_teacher .sec-wrap01 .qa p {
    margin-top: 15px;
    word-wrap: break-word;
    word-break: break-all; }
#sec_teacher .sec-wrap01 .qa .para {
    margin-top: 50px; }
#sec_teacher .sec-wrap01 .qa .para:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #e6e6e6;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px; }
#sec_teacher .sec-wrap01 .qa:before {
    position: absolute;
    top: -1%;
    left: -21%;
    font-family: rits;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 242.85714%;
    font-size: 34px;
    background: #ad181f;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
#sec_teacher .sec-wrap01 .qa#q1:before {
    content: 'Q1'; }
#sec_teacher .sec-wrap01 .qa#q2:before {
    content: 'Q2'; }
#sec_teacher .sec-wrap01 .qa#q3:before {
    content: 'Q3'; }
@media screen and (max-width: 1024px) {
    #sec_teacher #mes #mes-txt {
        left: 60px; }
    #sec_teacher .sec-first01 #teacher-detail {
        margin-left: 0; }
    #sec_teacher .sec-wrap01 .qa {
        margin-left: 0px; }
    #sec_teacher .sec-wrap01 .qa:before {
        left: 0%; }
    #sec_teacher .sec-wrap01 .qa .tit-h4 {
        margin-left: 70px; } }
@media screen and (max-width: 767px) {
    #sec_teacher #mes #mes-txt {
        padding: 10px 15px 0;
        left: 30px;
        bottom: -30px; }
    #sec_teacher #mes #mes-txt p {
        font-size: 71.42857%; }
    #sec_teacher #mes #mes-txt h2 {
        font-size: 214.28571%;
        margin: -3px 0 5px; }
    #sec_teacher #mes img {
        width: 100%;
        max-width: none !important; }
    #sec_teacher .sec-first01 {
        padding: 50px 45px 40px; }
    #sec_teacher .sec-first01 #teacher-detail {
        margin-left: 0; }
    #sec_teacher .sec-first01 #teacher-detail dt {
        font-size: 100%;
        position: relative;
        margin-bottom: 0;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 3px; }
    #sec_teacher .sec-first01 #teacher-detail dd {
        padding-top: 5px;
        font-size: 114.28571%;
        padding-left: 0; }
    #sec_teacher .sec-first01 #teacher-detail dd:before {
        display: none; }
    #sec_teacher .sec-wrap01 .qa {
        padding-top: 80px; }
    #sec_teacher .sec-wrap01 .qa:before {
        left: 50%;
        margin-left: -25px; }
    #sec_teacher .sec-wrap01 .qa .tit-h4 {
        font-size: 142.85714%;
        margin-left: 0;
        line-height: 1.6; }
    #sec_teacher .sec-wrap01 .qa p {
        margin-left: 0px; }
    #sec_teacher .sec-wrap01 .qa .para {
        margin-top: 25px; }
    #sec_teacher .sec-wrap01 .qa .para:before {
        margin-bottom: 25px; } }

.message {
    position: relative; }
.message #message-txt {
    writing-mode: tb-rl;
    /* IEç¬èªä»æ§ */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 7% 7% 0; }
.message #message-txt .tit-h4 {
    margin-left: 10%; }
.message #message-txt .large {
    font-size: 128.57143%;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    margin-top: 40px;
    margin-left: 15px; }
.message #message-txt .large:last-child {
    margin-left: 0; }
.message #message-txt.small-amount .large {
    font-size: 121.42857%; }
.message #message-txt.xsmall-amount .large {
    font-size: 114.28571%; }
.message img {
    width: 100%;
    max-width: none !important; }
.message #teacher-data {
    background: #e0e0e0;
    box-sizing: border-box;
    width: 100%;
    padding: 10% 0 12%;
    text-align: center; }
.message #teacher-data ul li {
    display: inline-block;
    margin: 0 10px;
    color: #ccc;
    vertical-align: middle; }
.message #teacher-data ul li a {
    border: 1px solid #fff;
    padding: 3px 30px 10px;
    display: block; }
.message #teacher-data ul li a span:before {
    color: #2e0608; }
.message #teacher-data ul li a:hover {
    background: #fff; }
.message #teacher-data ul li strong {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 3px 30px 10px;
    display: block; }
.message #teacher-data ul li span {
    font-size: 171.42857%;
    margin-right: 8px; }
.message #teacher-data ul li span:before {
    color: #ccc; }
@media screen and (max-width: 1024px) {
    .message #teacher-data ul.small li a {
        padding: 3px 15px 10px; } }
@media screen and (max-width: 767px) {
    .message:before {
        display: block;
        content: '';
        border-top: 5px solid #ad181f;
        border-bottom: 1px solid #e6e6e6; }
    .message #message-txt {
        background: #f0eff1;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eff1), color-stop(1, #f8f8f8));
        background: -webkit-linear-gradient(top, #f0eff1 0, #f8f8f8 1);
        background: -o-linear-gradient(top, #f0eff1 0, #f8f8f8 1);
        background: -ms-linear-gradient(top, #f0eff1 0, #f8f8f8 1);
        background: linear-gradient(to bottom, #f0eff1 0, #f8f8f8 1);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 );
        border-bottom: 1px solid #e6e6e6;
        padding: 15% 15px;
        margin: 0;
        position: relative;
        writing-mode: horizontal-tb;
        /* IEç¬èªä»æ§ */
        -moz-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb; }
    .message #message-txt .tit-h4 {
        margin-left: 0;
        font-size: 142.85714%;
        line-height: 1.6; }
    .message #message-txt .large {
        font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        margin-left: 0;
        margin-top: 15px; }
    .message #teacher-data ul li {
        display: block;
        margin: 10px 45px; } }

.underline {
    text-decoration: underline; }

.disc-list li {
    list-style-type: disc;
    margin-left: 2.5em; }

.mode-reset {
    margin-bottom: -0.45em;
    margin-top: -0.45em;
    writing-mode: horizontal-tb;
    /* IEç¬èªä»æ§ */
    -moz-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb; }

#wide.message {
    min-width: 1020px; }

@media screen and (max-width: 767px) {
    #wide.message {
        min-width: inherit; } }


/* ==========================================================================
     14. äººéç§å­¦ç ç©¶ç§ã¨ã¯
     ========================================================================== */

#sec_explain {
    position: relative;
    background-color: #9e032d;
    text-align: center;
    color: #fff;
    padding: 80px 30px 500px;
    overflow: hidden;
}

#triangle-top {
    position: absolute;
    left: 0;
    top: 0px;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1100px 150px 0 0;
    border-color: #b9c359 transparent transparent;
}

#triangle-bottom {
    position: absolute;
    left: 0px;
    bottom: -20px;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 226px 178px 200px 246px;
    border-color: transparent #0098b1 #007e4c #cd6854;
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
    transform: rotate(10deg) translate3d( 0, 0, 1px);;
    pointer-events: none;
}

#sec_explain .content-explain {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 115%;
}

#sec_explain h2 {
    font-weight: normal;
    font-size: 186%;
    padding-bottom: 40px;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
}
#sec_explain h2 br {
    display: none;
}

#sec_explain h3 {
    font-weight: normal;
    font-size: 158%;
    padding: 70px 0 20px;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
}

#sec_explain p {
    line-height: 180%;
}

#sec_explain p.specificity {
    border: solid 1px #fff;
    padding: 24px 30px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 87.5%;
}

#sec_explain p.specificity span {
    display: block;
    padding-bottom: 15px;
    font-size: 115%;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
}

@media screen and (max-width: 767px) {
    #sec_explain {
        padding: 30px 15px 240px;
    }
    #sec_explain .content-explain {
        max-width: none;
    }
    #sec_explain h2 {
        font-size: 162%;
    }
    #sec_explain h2 br {
        display: block;
    }
    #sec_explain p {
        text-align: left;
        line-height: 180%;
    }
    #sec_explain .content-explain p br{
        display: none;
    }
    #sec_explain .content-explain p.separator-explain {
        margin-top: 36px;
    }
    #sec_explain p.specificity {
        padding: 12px 15px;
        font-size: 75%;
    }
    #sec_explain p.specificity span{
        font-size: 133%;
    }

}

@media screen and (max-width: 767px) and (orientation:landscape) {
    #sec_explain {
        padding: 30px 15px 370px;
    }
}



/* ==========================================================================
      99. Qualify
      ========================================================================== */
/**
    * å
±éã¹ã¿ã¤ã«
    */
/* ==========================================================================
      title
      ========================================================================== */


#sec_qualify {
    padding-top: 70px;
    padding-bottom: 70px;
}

#sec_qualify .title-qual {
    font-weight: bold;
    font-size: 143%;
    line-height: 1.7em;
}

#sec_qualify .coming-soon {
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 120px 100px;
    margin-top: 30px;
}

#sec_qualify .coming-soon img {
    margin-bottom: 30px;
}

#sec_qualify .coming-soon p {
    font-size: 143%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    #sec_qualify {
        padding-top: 30px;
    }
    #sec_qualify .title-qual {
        font-size: 136%;
        line-height: 1.4em;
    }
    #sec_qualify .coming-soon {
        margin-top: 50px;
        padding: 35px 45px 20px;
    }
    #sec_qualify .coming-soon img {
        margin-bottom: 20px;
    }
    #sec_qualify .coming-soon p {
        font-size: 72%;
        max-width: 200px;
    }
}



/* ==========================================================================
       99. qualify/
       ========================================================================== */
/**
     * å
±éã¹ã¿ã¤ã«
     */
/* ==========================================================================
       title
       ========================================================================== */

#sec_qualify{
    padding-top: 60px;
    padding-bottom: 60px;
}

#sec_qualify h1 {
    font-size: 215%;
    margin-top: 60px;
}

#sec_qualify h1:first-child {
    margin-top: 0;
}

#sec_qualify .sec-wrap01-in{
    padding-bottom:80px;
}

#qualify-list-anchors {
    padding: 90px 40px 30px;
}

#qualify-list-anchors ul{
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 940px;
}
#qualify-list-anchors li {
    display: table-cell;
    border-right: dashed 1px #b3b3b3;
    width: auto;
    position: relative;
    padding-bottom: 22px;
}

#qualify-list-anchors li:last-child {
    border-right: solid 1px #fff;
}

#qualify-list-anchors li:after {
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    font-size: 20px;
    display: block;
    font-family: icomoon;
    speak: none;
    content: "\e901";
    color: #ad1820;
}

#qualify-list-anchors li a {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    display: block;
    color: #2e0608;
    padding: 5px;
    line-height: 22px;
    position: relative;
}

#qualify-list-anchors li a:hover {
    color: #ad1820;
}

#sec_qualify h1 {
    font-size: 215%;
    margin-top: 60px;
}

#sec_qualify h1:first-child {
    margin-top: 0;
}

#sec_qualify h1 span, #sec_qualify h3 span, #sec_qualify .highlight-can {
    color: #ad181f;
}

#sec_qualify .can-coluns-1, #sec_qualify .can-coluns-2, #sec_qualify .can-coluns-3 {
    display: table;
    width: 100%;
    max-width:940px;
    margin:0 auto;
}

#sec_qualify .can-coluns-2 > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    height: 100%;
}
#sec_qualify .can-coluns-2 .can-block {
    height: 100%;
    padding-bottom: 0;
}
#sec_qualify .can-coluns-2 > div:first-child {
    border-right: solid 22px transparent;
}
#sec_qualify .can-coluns-2 > div:last-child {
    border-left: solid 22px transparent;
}

#sec_qualify .can-coluns-2 ul {
    margin-top:40px;
}

#sec_qualify .can-coluns-2 ul li {
    font-size: 107%;
    text-indent:-1.3em;
    padding-left:1.3em;
    margin-bottom:10px;
}

#sec_qualify .can-coluns-2 ul li:before{
    content: "\20DF \0020";
    color: #ad181f;
    font-size: 60%;
    padding-right: 8px;
}

#sec_qualify .can-coluns-2 p{
    font-size: 180%;
    text-align:center;
}

#sec_qualify .forsociety {
    position: relative;
    margin-bottom: 0px;
    margin-top: 20px;
}

#sec_qualify .arrowLine {
    width:100%;
    text-align:center;
    display:block;
    margin-top:30px;
    margin-bottom:20px;
}


#sec_qualify .forsociety::before {
    position: absolute;
    content: ' ';
    top: 1px;
    left: 0;
    width: 90px;
    height: 4px;
    display: block;
    background-color: #ad181f;
}


#sec_qualify .soc-coluns-2{
    display: table;
    width: 100%;
}

#sec_qualify .soc-coluns-2 > div {
    display: table-cell;
    border-top: 1px solid #e6e6e6;
}

#sec_qualify .soc-coluns-2 > div:first-child, #sec_qualify .soc-coluns-1 .soc-row .soc-col:first-child {
    padding-right: 20px;
    width: 204px;
}

#sec_qualify .vol2 .soc-row .soc-col:first-child {
    width: 304px;
}


#sec_qualify .soc-col {
    display: table-cell;
    border-left: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

#sec_qualify .soc-coluns-1 .soc-row .soc-col:first-child {
    border-left: solid 0;
}

.special-tp {
    padding-top: 40px !important;
}


#sec_qualify .soc-colun .soc-row:last-child div {
    border-bottom: solid 0px;
    padding-bottom: 35px;
}

#sec_qualify .soc-row {
    display: table;
    width: 100%;

}

#sec_qualify .soc-row > div:first-child {
    text-align: right;
    padding: 0 35px 0 5px;
    width: 193px;
}

#sec_qualify .soc-coluns-1 {
    border-top: 1px solid #e6e6e6;
}


#sec_qualify .soc-coluns-1 .soc-row .soc-col:nth-child(2), #sec_qualify .soc-coluns-1 .soc-row .soc-col:last-child {
}

#sec_qualify .soc-row > div:last-child {
    padding-left: 20px;
}
#sec_qualify .head-planning{
    color:#968283;
}

#sec_qualify .head-planning .soc-col{
    color:#968283;
    padding-top:40px;
}

#sec_qualify .soc-coluns-1 .soc-row .soc-col-split .soc-inrow {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#sec_qualify .soc-coluns-1 .soc-row .soc-col-split {
    display: table-cell;
    padding: 0px;
}

#sec_qualify .can-coluns-1 p {
    padding-top:10px;
}


@media screen and (max-width: 767px) {
    #qualify-list-anchors {
        display:none;
        padding: 30px 15px 20px;
    }
    #qualify-list-anchors li {
        display: block;
    }
    #qualify-list-anchors li a {
        display: block;
        padding: 12px 10px;
        font-size: 95%;
        border-bottom: dotted 1px #b3b3b3;
    }
    #qualify-list-anchors li:first-child a {
        border-top: dotted 1px #b3b3b3;
    }

    #sec_qualify .soc-coluns-2 > div:first-child, #sec_qualify .soc-coluns-1 .soc-row .soc-col:first-child {
        padding-right:10px;
        width: 120px;
    }
    #sec_qualify .vol2 .soc-row .soc-col:first-child {
        width: 120px;
    }
    #sec_qualify .sec-wrap01-in{
        padding-bottom:40px;
    }
    #sec_qualify h1{
        font-size:160%;
    }
    #sec_qualify .can-coluns-2 p{
        font-size:140%;
    }

    #sec_qualify .can-coluns-2 > div{
        display:block;
        width:100%;
    }
    #sec_qualify .can-coluns-2 > div:last-child{
        border:none;
    }

    #sec_qualify .can-coluns-2 ul {
        margin-top:15px;
        margin-bottom:15px;
    }

    #sec_qualify .can-coluns-2 ul li {
        font-size: 100%;
        text-indent:-1.3em;
        padding-left:1.3em;
        margin-bottom:7px;
    }

    #sec_qualify .can-coluns-2 ul li br{
        display:none;
    }

    #sec_qualify .can-coluns-2 ul li:before{
        content: "\20DF \0020";
        color: #ad181f;
        font-size: 60%;
        padding-right: 8px;
    }
    #sec_qualify .soc-colun br{
        display:none;
    }
    #sec_qualify{
        padding-top: 30px;
        padding-bottom: 20px;
    }
}




/* ==========================================================================
       99. Can
       ========================================================================== */
/**
     * å
±éã¹ã¿ã¤ã«
     */
/* ==========================================================================
       title
       ========================================================================== */


#sec_can{
    padding-top: 60px;
    padding-bottom: 60px;
}

#sec_can h1 {
    font-size: 215%;
    margin-top: 60px;
}

#sec_can h1:first-child {
    margin-top: 0;
}

#sec_can h1 span, #sec_can h3 span, #sec_can .highlight-can {
    color: #ad181f;
}

#sec_can .subtitle-can, #sec_can .marginBottomCan {
    margin-bottom: 30px;
}

#sec_can .can-block {
    border: 1px solid #e6e6e6;
    padding: 0px 30px 50px 30px;
    margin-top: 30px;
    position: relative;
}

#sec_can .can-learning-first .can-block, #sec_can .can-curiculum-list .can-block, #sec_can .colun-100-height .can-block {
    margin-top: 0;
}

#sec_can .can-curiculum-list .can-colun, #sec_can .can-curiculum-list .can-block, #sec_can .colun-100-height .can-colun, #sec_can .colun-100-height .can-block {
    height: 100%;
}


#sec_can .can-block h3 {
    padding-top: 30px;
    border-top: solid 2px #000;
    display: inline-block;
    margin-bottom: 17px;
    font-size: 143%;
}

#sec_can .can-block.can-red-title h3 {
    color: #ad181f;
    border-top-color: #ad181f;
}

#sec_can .can-block.can-light-red-title h3 {
    color: #cd6854;
    border-top-color: #cd6854;
}

#sec_can .can-block.can-green-title h3 {
    color: #b9c359;
    border-top-color: #b9c359;
}

#sec_can .can-block.can-blue-title h3 {
    color: #0098b1;
    border-top-color: #0098b1;
}

#sec_can .list-can {
    display: table;
}

#sec_can .list-can-row {
    display: table-row;
}

#sec_can .list-can-row > div {
    display: table-cell;
}

#sec_can .list-can-row div:first-child {
    color: #968283;
    font-size: 15px;
    text-align: right;
    padding-right: 20px;
}

#sec_can .list-can-row div:last-child {
    font-size: 107%;
    padding-bottom: 30px;
}

#sec_can .list-can-row div:first-child {
    color: #968283;
    font-size: 107%;
    white-space: nowrap;
}

#sec_can .list-can-row .en-label-can {
    font-size: 12px;
    display: block;
}

#sec_can .list-can-row .more-can {
    color: #8a8a8a;
    font-size: 12px;
    overflow: hidden;
    padding-left: 0.5em;
}
#sec_can .list-can-row .more-can:before,
#sec_can .list-can-row .more-can:after {
    background-color: #8a8a8a;
    content: '';
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
#sec_can .list-can-row .more-can:before {
    right: 0.5em;

}
#sec_can .list-can-row .more-can:after {
    left: 0.5em;

}

#sec_can .can-coluns-2, #sec_can .can-coluns-3 {
    display: table;
    width: 100%;
}

#sec_can .can-coluns-2 > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    height: 100%;
}
#sec_can .can-coluns-2 .can-block {
    height: 100%;
    padding-bottom: 0;
}
#sec_can .can-coluns-2 > div:first-child {
    border-right: solid 22px transparent;
}
#sec_can .can-coluns-2 > div:last-child {
    border-left: solid 22px transparent;
}

#sec_can .can-coluns-3 > div {
    display: table-cell;
    width: 33.33%;
}

#sec_can .can-coluns-3 > div:nth-child(2) {
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
}

#sec_can .can-coluns-3 > div:first-child {
    border-right: solid 20px transparent;
}

#sec_can .can-coluns-3 > div:last-child {
    border-left: solid 20px transparent;
}


#sec_can .can-block-img {
    text-align: center;
    padding: 45px;
}

#sec_can .can-background {
    background-color: #f7f7f7;
    text-align: center;
}

#sec_can .can-background {
    background-color: #f7f7f7;
    padding: 33px 15px;
}

#sec_can .can-background ul:first-child {
    max-width: 695px;
    margin-left: auto;
    margin-right: auto;
}

#sec_can .can-background ul:last-child {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
}

#sec_can .can-background li {
    background-color: #ffffff;
    font-size: 131%;
    padding: 9px 0;
    display: inline-block;
    margin: 7px 13px;
    min-width: 144px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#sec_can .can-background li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3px;
    border-left-color: #0b1523;
    border-top-color: #0b1523;
}

#sec_can .can-background li.green-arrow::before {
    border-left-color: #1bd8ba;
    border-top-color: #1bd8ba;
}

#sec_can .can-background li.red-arrow::before {
    border-left-color: #dc4949;
    border-top-color: #dc4949;
}

#sec_can .can-background li.dblue-arrow::before {
    border-left-color: #34495e;
    border-top-color: #34495e;
}

#sec_can .can-background li.dgreen-arrow::before {
    border-left-color: #0e9b7a;
    border-top-color: #0e9b7a;
}

#sec_can .can-background li.orange-arrow::before {
    border-left-color: #ffb672;
    border-top-color: #ffb672;
}

#sec_can .can-background li.purple-arrow::before {
    border-left-color: #8477ad;
    border-top-color: #8477ad;
}

#sec_can .can-background li.lred-arrow::before {
    border-left-color: #cd6855;
    border-top-color: #cd6855;
}

#sec_can .can-background li.blue-arrow::before {
    border-left-color: #06b2ca;
    border-top-color: #06b2ca;
}

#sec_can .can-curiculum {
    text-align: center;
    padding: 35px 0 50px;
}

#sec_can .can-curiculum h2 {
    font-size: 214%;
    margin-bottom: 20px;
}

#sec_can .can-curiculum div > div {
    text-align: center;
    width: 50%;
    display: table-cell;
    padding: 0 20px;
}

#center-cc {
    display: inline;
}

#sec_can .can-curiculum div > div:last-child {
    border-left: solid 1px #e6e6e6;
}

#sec_can .can-curiculum h5 {
    font-size: 143%;
    margin-bottom: 20px;
}

#sec_can .can-curiculum img {
    margin-bottom: 30px;
}

#sec_can .can-curiculum p {
    display: inline-block;
    font-size: 107%;
    line-height: 2em;
    width: 100%;
}

#sec_can .can-curiculum-list .can-block {
    padding-bottom: 20px;
}
#sec_can .can-curiculum-list h3 {
    margin-bottom: 10px;
    padding-top: 27px;
}
#sec_can .can-curiculum-list ul,  #sec_can .can-curiculum-list-inline ul {
    font-size: 107%;
    line-height: 1.8em;
}

#sec_can .can-curiculum-list ul li:before, #sec_can .can-curiculum-list-inline ul li:before {
    content: "\20DF \0020";
    color: #b9c359;
    font-size: 60%;
    padding-right: 8px;
}

#sec_can .can-curiculum-list .can-light-red-title ul li:before {
    color: #cd6854;
}

#sec_can .can-curiculum-list .can-blue-title ul li:before {
    color: #0098b1;
}

#sec_can .can-curiculum-list-inline ul li:before {
    color: #AD1820;
}

#sec_can .can-curiculum-list-inline h3 {
    margin-bottom: 0;
    padding-top: 25px;
}
#sec_can .can-curiculum-list-inline {
    padding-bottom: 23px;
}
#sec_can .can-curiculum-list-inline ul li {
    display: inline;
    margin-right: 40px;
}

#sec_can .can-curiculum-list-inline ul {
    display: inline;
    margin-left: 75px;
}

#sec_can .can-curiculum-list-inline ul li:last-child {
    margin-right: 0;
}

#sec_can .note-can {
    color: #7d7d7d;
    font-size: 93%;
    padding-left: 30px;
    padding-top: 23px;
}

#sec_can .can-curiculum-bottom h3 {
    margin-bottom: 0;
    padding-top: 26px;
}
#sec_can .can-curiculum-bottom {
    padding-bottom: 34px;
}
#sec_can .can-curiculum-bottom span {
    display: block;
    margin-bottom: 14px;
    font-size: 107%;
}
#sec_can .can-curiculum-bottom p {
    font-size: 107%;
    line-height: 1.9em;
    padding-bottom: 30px;
}

#sec_can .can-curiculum-last  {
    padding-bottom: 0px;
}
#sec_can .can-curiculum-last h3 {
    padding-top: 26px;
    margin-bottom: 33px;
}

#sec_can .can-curiculum-last .list-can .list-can-colum {
    display: table-cell;
}

#sec_can .can-curiculum-last .list-can .list-can-colum:first-child {
    max-width: 330px;
    padding-right: 50px;
}

#sec_can .can-curiculum-last .note-can {
    padding-left: 0;
    font-size: 87%;
}

#sec_can .can-bottom-graph {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 39%;
    background: url('/gshs/img/can/04_2x.jpg') no-repeat;
    background-size: 100%;
}

#sec_can .mobile-title-illu {
    display: none;
}


@media screen and (max-width: 1020px) {

    #sec_can {
        padding-left: 20px;
        padding-right: 20px;
    }
    #sec_can .can-coluns-3 > div:first-child, #sec_can .can-coluns-2 > div:first-child {
        border-right: solid 10px transparent;
    }
    #sec_can .can-coluns-3 > div:nth-child(2) {
        border-right: solid 5px transparent;
        border-left: solid 5px transparent;
    }
    #sec_can .can-coluns-3 > div:last-child, #sec_can .can-coluns-2 > div:last-child {
        border-left: solid 10px transparent;
    }
}

@media screen and (min-width: 769px) and (max-width: 820px) {
    #sec_can .can-coluns-2 .can-block {
        padding: 0px 10px 50px 10px;
    }
}


@media screen and (max-width: 767px) {
    #center-cc {
        display: block;
    }
    #sec_can {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #sec_can h1 {
        font-size: 165%;
        margin-top: 40px;
    }
    #sec_can .subtitle-can {
        margin-bottom: 0;
        font-size: 15px;
        margin-top: 7px;
    }
    #sec_can .can-coluns-2 > div:first-child {
        border-right: solid 0px;
    }
    #sec_can .can-coluns-2 > div:last-child {
        border-left: solid 0px;
    }
    #sec_can .can-coluns-2 > div {
        width: 100%;
        display: block;
    }
    #sec_can .can-block {
        padding: 0px 20px 30px 20px;
        margin-top: 20px;
    }
    #sec_can .can-block h3 {
        padding-top: 12px;
    }


    #sec_can .can-learning-first .can-block, #sec_can .can-curiculum-list .can-block, #sec_can .colun-100-height .can-block {
        margin-top: 20px;
    }

    #sec_can .can-learning-first .can-block {
        padding-bottom: 20px;
    }

    #sec_can .can-curiculum-list .can-colun, #sec_can .can-curiculum-list .can-block, #sec_can .colun-100-height .can-colun, #sec_can .colun-100-height .can-block {
        height: auto;
    }
    #sec_can .marginBottomCan {
        margin-bottom: 0;
    }



    #sec_can .can-background {
        padding: 20px 0;
    }

    #sec_can .can-background li {
        margin: 4px 6px;
        min-width: 69px;
        padding: 9px 0;
        font-size: 65%;
    }
    #sec_can .can-background ul:first-child {
        max-width: 360px;
    }
    #sec_can .can-background ul:last-child {
        max-width: 320px;
    }
    #sec_can .can-block-img {
        padding: 10px 40px;
    }



    #sec_can .can-curiculum h2 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 107%;
    }
    #sec_can .can-curiculum h5 {
        font-size: 86%;
    }
    #sec_can .can-curiculum img {
        margin-bottom: 12px;
    }
    #sec_can .can-curiculum p {
        font-size: 12px;
        line-height: 1.5em;
        display: block;
    }
    #sec_can .can-curiculum h5 br {
        display: none;
    }
    #sec_can .can-curiculum div > div {
        width: 100%;
        display: block;
        padding: 20px 0;
    }

    #sec_can .can-curiculum div > div:last-child {
        border-left: solid 0px;
        border-top: solid 1px #e6e6e6;
    }




    #sec_can .can-coluns-3 > div {
        width: 100%;
        display: block;

    }

    #sec_can .can-coluns-3 > div:first-child {
        border-right: solid 0px;
    }
    #sec_can .can-coluns-3 > div:nth-child(2) {
        border-right: solid 0px;
        border-left: solid 0px;
    }
    #sec_can .can-coluns-3 > div:last-child {
        border-left: solid 0px;
    }

    #sec_can .can-curiculum-list-inline, #sec_can .can-coluns-3, #sec_can .can-curiculum-bottom {
        text-align: center;

    }
    #sec_can .can-curiculum-list-inline h3, #sec_can .can-coluns-3 h3, #sec_can .can-block.can-red-title h3, #sec_can .can-curiculum-last h3 {
        display: inline-block;
        margin-bottom: 8px;
        font-size: 13px;
    }

    #sec_can .can-curiculum-list-inline ul, #sec_can .can-coluns-3 ul {
        display: table;
        margin-left: 0;
        width: 100%;
        table-layout: fixed;
    }

    #sec_can .can-coluns-3 ul {
        width: 50%;
        display: table-cell;
        text-align: left;
        line-height: 1.3em;
    }

    #sec_can .table-mobile {
        display: table;
        width: 100%;
    }

    #sec_can .table-mobile ul li {
        font-size: 10px;
    }

    #sec_can .can-curiculum-list-inline ul li {
        display: table-cell;
        width: 50%;
        text-align: left;
        margin-right: 0;
        padding-right: 0px;
        font-size: 10px;
    }

    #sec_can .can-curiculum-list-inline ul li:last-child {
        padding-left: 1px;
        padding-right: 0px;
    }

    #sec_can .can-curiculum-list-inline {
        padding-bottom: 15px;
    }

    #sec_can .note-can {
        padding-left: 0;
        font-size: 10px;
        padding-top: 17px;
    }

    #sec_can .can-curiculum-bottom, #sec_can .can-curiculum-last {
        padding: 0px 20px 20px 20px;
    }

    #sec_can .can-curiculum-bottom span {
        font-size: 10px;
    }

    #sec_can .can-curiculum-bottom p {
        font-size: 10px;
        line-height: 1.4em;
    }

    #sec_can .can-curiculum-last {
        text-align: center;
    }

    #sec_can .list-can {
        display: block;
        font-size: 10px;
        text-align: left;
    }

    #sec_can .can-curiculum-last .list-can .list-can-colum {
        display: block;
    }

    #sec_can .can-curiculum-last .list-can .list-can-colum:first-child {
        max-width: none;
        display: block;
        padding-right: 0;
    }

    #sec_can .can-bottom-graph {
        padding-top: 124%;
        background: url('/gshs/img/can/04_mobile.jpg') no-repeat;
        background-size: 100%;
        margin-top: 10px;
    }

    #sec_can .mobile-title-illu {
        display: block;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }

    #sec_can .list-can .list-can-row:last-child div:last-child {
        padding-bottom: 0;
    }
}








/* ==========================================================================
       99. Admission
       ========================================================================== */
/**
     * å
±éã¹ã¿ã¤ã«
     */
/* ==========================================================================
       title
       ========================================================================== */


#sec_admission{
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec_admission_title_part {
    background-color: #f7f7f7;
    padding: 35px 60px;
    font-size: 213%;
}

#sec_admission .planning-block-admission {

}

#sec_admission .planning-admission {
    position: relative;
    margin-bottom: 40px;
}

#sec_admission .planning-admission::before {
    position: absolute;
    content: ' ';
    top: 1px;
    left: 0;
    width: 90px;
    height: 4px;
    display: block;
    background-color: #ad181f;
}

#sec_admission .planning-block-admission h3{
    font-size: 143%;
    font-weight: normal;
    padding-bottom: 24px;
    padding-top: 22px;
}

#sec_admission .planning-block-admission:first-child h3 {
    padding-top: 0;
}

#sec_admission .planning-block-admission:first-child h3 span {
    float: right;
    color: #7d7d7d;
    font-size: 65%;
    padding-top: 10px;
}

#sec_admission .planning-admission .planning-admission_table {
    width: 100%;
}

#sec_admission .planning-admission .planning-admission_table thead th{
    text-align: right;
    font-weight: normal;
    color: #968283;
    white-space: nowrap;
    padding: 40px 10px 5px;
}

#sec_admission .planning-admission .planning-admission_table tbody th{
    font-weight: bold;
    white-space: nowrap;
    padding: 40px 10px 5px;
}

#sec_admission .planning-admission .planning-admission_table tbody td{
    padding: 30px 10px 35px;
}

#sec_admission .planning-admission .planning-admission_table th,
#sec_admission .planning-admission .planning-admission_table td{
    border-top: 1px solid #e6e6e6;
    font-size: 107%;
}

#sec_admission .planning-admission .planning-admission_table td p + p{
    margin-top: 30px;
}

#sec_admission .planning-admission .planning-admission_table strong {
    padding-bottom: 5px;
    display: block;
}

#sec_admission .planning-block-admission .adm-coluns-2{
    display: table;
    width: 100%;
}

#sec_admission .planning-block-admission .adm-coluns-2 > div {
    display: table-cell;
    border-top: 1px solid #e6e6e6;
}

#sec_admission .planning-block-admission .adm-coluns-2 > div:first-child, #sec_admission .planning-block-admission .adm-coluns-1 .adm-row .adm-col:first-child {
    padding-right: 20px;
    width: 204px;
}

#sec_admission .planning-block-admission .adm-col {
    display: table-cell;
    border-left: 1px solid #e6e6e6;
    padding-top: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}

#sec_admission .planning-block-admission .adm-coluns-1 .adm-row .adm-col:first-child {
    border-left: solid 0;
}

.special-tp {
    padding-top: 40px !important;
}


#sec_admission .planning-block-admission .adm-colun .adm-row:last-child div {
    border-bottom: solid 0px;
    padding-bottom: 35px;
}

#sec_admission .planning-block-admission .adm-row {
    display: table;
    width: 100%;

}

#sec_admission .planning-block-admission .adm-row > div:first-child {
    text-align: right;
    padding: 0 35px 0 5px;
    width: 193px;
}

#sec_admission .planning-block-admission .adm-coluns-1 {
    border-top: 1px solid #e6e6e6;
}



#sec_admission .planning-block-admission .adm-coluns-1 .adm-row .adm-col:nth-child(2), #sec_admission .planning-block-admission .adm-coluns-1 .adm-row .adm-col:last-child {

}

#sec_admission .planning-block-admission .adm-row > div:last-child {
    padding-left: 40px;
}

#sec_admission .planning-block-admission .head-planning {
    color: #968283;
}

#sec_admission .planning-block-admission .head-planning > div {
    padding-bottom: 17px;
}



#sec_admission .planning-block-admission .label-time-planning {
    color: #968283;
    font-size: 15px;
}

#sec_admission .planning-block-admission .date-planning {

    font-size: 321.42857%;
    letter-spacing: 0.01em !important;
    line-height: 1;
    margin-bottom: 34px;
}

#sec_admission .planning-block-admission .date-planning .date-planning_day-jp {
    font-size: 50%;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 0.3em;
    vertical-align: bottom;
}

#sec_admission .planning-block-admission .date-planning-day {
    font-weight: bold;
    font-size: 114%;
}

#sec_admission .planning-block-admission p {
    font-size: 107%;
}

#sec_admission .planning-block-admission .adm-col p {
    margin-top: 30px;
}

#sec_admission .planning-block-admission .adm-coluns-2 > .adm-colun:last-child .adm-row > .adm-col:first-child p{
    line-height: 2.2em;
}

#sec_admission .planning-block-admission .adm-col p:first-child {
    margin-top: 0;
}

#sec_admission .planning-block-admission .adm-col strong {
    padding-bottom: 5px;
    display: block;
}


#sec_admission .empty-admiss {
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #2e0608;

}

#sec_admission .planning-block-admission .split-2-col {
    display: table;
    width: 100%;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    border-left: 1px solid #e6e6e6;
}

#sec_admission .planning-block-admission .split-2-col > div {
    width: 50%;
}

#sec_admission .planning-block-admission .split-2-col > div {
    padding: 40px 10px 40px 40px;
    font-size: 107%;
}

#sec_admission .planning-block-admission .adm-coluns-1 .head-planning .split-2-col .adm-col {
    padding-bottom: 17px;
    padding-left: 40px;
    font-size: 107%;
}

#sec_admission .planning-block-admission .adm-coluns-1 .adm-row > div:first-child {
    font-size: 107%;
    padding-right: 40px !important;
}

#sec_admission .planning-block-admission .adm-row > div:first-child br.mobile-jump {
    display: none;
}

@media screen and (min-width: 1400px) {
    #sec_admission .planning-admission .planning-admission_table th:nth-child(n+2),
    #sec_admission .planning-admission .planning-admission_table td:nth-child(n){
        border-left: 1px solid #e6e6e6;
    }
    #sec_admission .planning-admission .planning-admission_table thead th:nth-child(1){
        width: 100px;
    }

    #sec_admission .planning-admission .planning-admission_table thead th:nth-child(2){
        width: 120px;
    }

    #sec_admission .planning-admission .planning-admission_table thead th:nth-child(3){
        width: 180px;
    }

    #sec_admission .planning-admission .planning-admission_table thead th:nth-child(4){
        width: 160px;
    }

    #sec_admission .planning-admission .planning-admission_table tbody td:nth-of-type(1){
        text-align: right;
    }
    #sec_admission .planning-block-admission .date-planning-day {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1399px) {
    #sec_admission .planning-admission .planning-admission_table {
        width: 100%;
    }

    #sec_admission .planning-admission .planning-admission_table thead{
        display: none;
    }

    #sec_admission .planning-admission .planning-admission_table tbody th{
        font-size: 160%;
        text-align: left;
        margin-bottom: -10px;
    }

    #sec_admission .planning-admission .planning-admission_table tbody td{
        padding: 0;
        display: flex;
    }

    #sec_admission .planning-admission .planning-admission_table tbody td:before{
        content: attr(data-th);
        text-align: right;
        font-weight: normal;
        color: #968283;
        width: 5em;
        min-width: 5em;
        padding-right: 10px;
        border-right: 1px solid #e6e6e6;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #sec_admission .planning-admission .planning-admission_table tbody td:nth-of-type(1){
        margin-top: 20px;
        background-color: #f3f3f3;
    }

    #sec_admission .planning-admission .planning-admission_table tbody td > div{
        padding: 20px 10px;
    }

    #sec_admission .planning-admission .planning-admission_table th,
    #sec_admission .planning-admission .planning-admission_table td{
        display: block;
    }

    #sec_admission .planning-admission .planning-admission_table td p + p{
        margin-top: 30px;
    }

    #sec_admission .planning-admission .planning-admission_table strong {
        padding-bottom: 5px;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .special-tp {
        padding-top: 15px !important;
    }
    .sec_admission_title_part {
        font-size: 171.42857%;
        padding: 35px 15px;
        background-color: #fff;
    }
    #sec_admission {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    #sec_admission .planning-block-admission h3 {
        font-size: 19px;
        padding-bottom: 13px;
    }
    #sec_admission .planning-block-admission .adm-coluns-2 {
        display: block;
    }
    #sec_admission .planning-block-admission .adm-coluns-2 > div:first-child {
        padding-right: 0;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    #sec_admission .planning-block-admission .label-time-planning {
        display: block;
        padding-top: 15px;
    }
    #sec_admission .planning-block-admission .date-planning {
        margin-bottom: -7px;
    }
    #sec_admission .planning-block-admission .adm-row > div:first-child {
        border-left: 0 !important;
        width: 120px;
        padding: 0 15px 0 5px;
    }
    #sec_admission .planning-block-admission .adm-row > div:first-child br.mobile-jump {
        display: block;
    }
    #sec_admission .planning-block-admission .head-planning > div {
        border-bottom: 0 !important;
    }
    #sec_admission .planning-block-admission .adm-col {
        padding-top: 15px;
    }
    #sec_admission .planning-block-admission .adm-row > div:last-child {
        padding-left: 15px;
    }


    #sec_admission .planning-block-admission .adm-coluns-1 .adm-row .adm-col:first-child {
        border-bottom: 1px solid #e6e6e6 !important;
    }
    #sec_admission .planning-block-admission .adm-coluns-1 .adm-row > div:first-child {
        padding-right: 15px !important;
        padding-bottom: 15px !important;
        width: 97px !important;
    }
    #sec_admission .planning-block-admission .adm-coluns-1 .head-planning .split-2-col .adm-col {
        padding: 15px 5px 15px 15px;
    }
    #sec_admission .planning-block-admission .split-2-col > div {
        padding: 15px 5px 15px 15px !important;
    }

    #sec_admission .planning-block-admission .adm-coluns-1 .adm-colun .adm-row:last-child div {
        border-bottom: 0 !important;
    }

    #sec_admission .planning-block-admission:first-child h3 span {
        font-size: 10px;
    }

    #sec_admission .planning-block-admission .adm-coluns-2 > .adm-colun:last-child .adm-row > .adm-col:first-child p {
        line-height: 1.7em;
    }

}


/* ==========================================================================
         99. INDEX V2
         ========================================================================== */
/**
       * å
±éã¹ã¿ã¤ã«
       */
/* ==========================================================================
         title
         ========================================================================== */


#home-research-block {
    background-color: #f6f6f6;
    background: url('/gshs/img/home/d-background.jpg') no-repeat;
    background-position: bottom;
    background-size: cover;

    text-align: center;
    padding: 60px 0 50px 0;
    position: relative;
}

#home-research-block::after {
    content: ' ';
    position: absolute;
    left: 88%;
    bottom: -12px;
    background: url('/gshs/img/home/d-bubble.png') no-repeat;
    background-position: center;
    width: 68px;
    height: 68px;
    display: block;
    z-index: 10;
}

#home-research-block h2 {
    color: #2e0608;
    font-size: 243%;
    margin-bottom: 14px;
}

#home-research-block p {
    color: #2e0608;
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
    font-size: 142%;
}

#home-research-block p.note-research {
    color: #7d7d7d;
    font-size: 93%;
    margin-top: 15px;
}

#home-research-block .research-link{
    position: relative;
    width: 232px;
    height: 232px;
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin-top: 60px;

}

.floating-anim {
    animation: float 6s ease-in-out infinite;
    display: inline-block;
}

#overviewLink {
    animation-delay: 0.8s !important;
}

#curiculumLink {
    animation-delay: 0.6s !important;
}

#careerLink {
    animation-delay: 0.2s !important;
}

#home-research-block .research-link{
    display: block;

}

#home-research-block .diamond-img {
    background: url('/gshs/img/home/d-overview.png') no-repeat;
    background-position: center;
    width: 216px;
    height: 216px;
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
    background-size: 216px;
}

#fieldsLink .diamond-img{
    background: url('/gshs/img/home/d-fields.png') no-repeat;
    background-position: center;
}

#careerLink .diamond-img{
    background: url('/gshs/img/home/d-career.png') no-repeat;
    background-position: center;
}

#curiculumLink .diamond-img{
    background: url('/gshs/img/home/d-curi.png') no-repeat;
    background-position: center;
}

#home-research-block .diamond-img-hover {
    background: url('/gshs/img/home/square-hover.png') no-repeat;
    background-position: center;
    z-index: 6;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(4) !important;
    -o-transform: scale(3);
    transform: scale(3);

}

#home-research-block .research-link .research-link-label {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 93px;
    width: 100%;
}

#home-research-block .research-link h5{
    color: #fff;
    font-size: 25px;
    letter-spacing: -0.08em;
    font-weight: normal;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

#home-research-block .research-link p{
    color: #fff;
    font-size: 12px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

#home-research-block .diamond-container {
    position: absolute;
    top: 0;
    left: 0;
}

#home-research-block .diamond-container.diamond-background {
    top: 2px;
    left: 2px;
}

#home-research-block .diamond-container.diamond-background-hover {
    top: 8px;
    left: 8px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;

    z-index: 4;
}

#home-research-block .diamond-content {
    width: 0;
    height: 0;
    border: 114px solid transparent;
    border-bottom-color: #f7f7f7;
    position: relative;
    top: -114px;
    z-index: 2;
}
#home-research-block .diamond-content:after {
    content: '';
    position: absolute;
    left: -114px;
    top: 114px;
    width: 0;
    height: 0;
    border: 114px solid transparent;
    border-top-color: #f7f7f7;
}



#home-research-block .diamond-container.diamond-background-hover .diamond-content{
    border: 108px solid transparent;
    border-bottom-color: #bac067;
    top: -108px;

}

#home-research-block .diamond-container.diamond-background-hover .diamond-content:after{
    border: 108px solid transparent;
    border-top-color: #bac067;
    left: -108px;
    top: 108px;

}

#home-research-block .diamond-border {
    width: 0;
    height: 0;
    border: 116px solid transparent;
    border-bottom-color: #e9cacc;
    position: relative;
    top: -116px;
}
#home-research-block .diamond-border:after {
    content: '';
    position: absolute;
    left: -116px;
    top: 116px;
    width: 0;
    height: 0;
    border: 116px solid transparent;
    border-top-color: #e9cacc;
}

#home-research-block .research-link:hover .diamond-border {
    border-bottom-color: #b8393f;
}

#home-research-block .research-link:hover .diamond-border:after {
    border-top-color: #b8393f;
}

#home-research-block .research-link:hover h5, #home-research-block .research-link:hover p {
    color: #2e0608;
}
#home-research-block .research-link:hover .diamond-container.diamond-background-hover,  #home-research-block .research-link:hover .diamond-img-hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1) !important;
    -o-transform: scale(1);
    transform: scale(1);
}

#diamond-border .research-link {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

@keyframes float {
    0% {

        transform: translatey(0px);
    }
    50% {

        transform: translatey(-20px);
    }
    100% {

        transform: translatey(0px);
    }
}

@media screen and (min-width: 768px) and (max-width: 1210px) {
    #overviewLink {
        max-width: 690px;
        margin-left: auto;
        margin-right: auto;
    }
}




@media screen and (max-width: 767px) {


    #home-research-block {
        padding-top: 40px;
    }
    #home-research-block::after {
        width: 38px;
        height: 38px;
        background-size: 100%;
        bottom: 31px;
    }
    #overviewLink {
        display: table;
        width: calc(100% - 14px);
        padding: 0 7px;
    }
    .floating-anim {
        animation: inherit;
        float: left;
        width: 50%;
        display: table-cell;
    }
    #home-research-block p.note-research {
        margin-bottom: 15px;
        font-size: 12px;
    }
    #home-research-block p {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #home-research-block > p {
        text-align: left;
    }
    #home-research-block h2 {
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #home-research-block .research-link h5 {
        font-size: 20px;
        margin-bottom: -4px;
    }
    #home-research-block .research-link {
        width: calc(100% - 14px);
        height: auto;
        clip-path: inherit;
        -webkit-clip-path: inherit;
        margin: 7px;
        position: relative;
        border: solid 1px #e9cacc;
        background-color: #fdfdfd;
    }
    #home-research-block .diamond-container, #home-research-block .diamond-container.diamond-background, #home-research-block .diamond-img-hover {
        display: none;
    }

    #home-research-block .research-link .research-link-label {
        top: 37%;
    }

    #home-research-block .diamond-container.diamond-background-hover {
        display: block;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        background-color: #bac067;
    }

    #home-research-block .diamond-container.diamond-background-hover .diamond-content {
        display: none;
    }

    #home-research-block .diamond-img {
        background: url('/gshs/img/home/d-overview-mob.jpg') no-repeat;
        background-position: center;
        width: auto;
        height: auto;
        padding-top: 100%;
        background-size: 100%;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 5px;
    }
    #fieldsLink .diamond-img{
        background: url('/gshs/img/home/d-fields-mob.jpg') no-repeat;
        background-position: center;
        background-size: 100%;
    }

    #careerLink .diamond-img{
        background: url('/gshs/img/home/d-career-mob.jpg') no-repeat;
        background-position: center;
        background-size: 100%;
    }

    #curiculumLink .diamond-img{
        background: url('/gshs/img/home/d-curi-mob.jpg') no-repeat;
        background-position: center;
        background-size: 100%;
    }


}



.home-info-block {
    padding: 55px 75px 60px;
    text-align: center;
    margin-bottom: 0 !important;
}

.home-info-block h2 {
    font-size: 321%;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 0em;
    position: relative;
}

.home-info-block h2::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 310px;
    background-color: #f7f7f7;
    left: 50%;
    margin-left: -155px;
}


.home-info-block #lists {
    text-align: left;
}

.home-info-block .info-leftside {
    padding: 2% 0 2% 15px;
}

.home-info-block .btn-more-home {
    border: solid 1px #ad181f;
    background-color: #ad181f;
    color: #fff;
    font-size: 129%;
    padding: 16px 112px !important;
    margin-top: 40px !important;
}

.home-info-block .btn-more-home span:before {
    color: #fff;
}

.home-info-block .btn-more-home:hover {
    background-color: #fff;
    color: #ad181f;
}
.home-info-block .btn-more-home:hover span:before {
    color: #ad181f;
}




#home-teachers-block {
    height: 686px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#home-teachers-list {
    position: absolute;
    top: 0;
    left: 0;
}

#home-teachers-list dl {
    display: none;
    width: 170px;
    height: 170px;
    float: left;
    border-bottom: solid 2px #ededed;
    border-right: solid 2px #ededed;
}

#home-teachers-list .showTeacherHome {
    display: inline-block;
    position: relative;
}

#home-teachers-list .showTeacherHome dt.name {
    cursor: default;
    position: absolute;
    text-align: center;
    width: 170px;
    bottom: 15px;
    color: #fff;
    display: none;
    z-index: 1;
}

#home-teachers-list .showTeacherHome:hover dt.name {
    display: block;
}

#home-teachers-list .showTeacherHome:hover dt:first-child::before {
    content: ' ';
    display: block;
    width: 170px;
    height: 170px;
    background-color: rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#home-teachers-list .showTeacherHome dt.name::after {
    content: ' ';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
    margin-left: -8px;
    left: 50%;
}

#home-teachers-list .showTeacherHome dt span {
    display: block;
    font-size: 40%;
    margin-bottom: -4px;
   font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
}

#home-teachers-list .showTeacherHome dt {
    font-size: 178%;
    font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
    font-weight: 500;
}

#home-teachers-block .teachers-center-block-content {
    padding-top: 80px;
}

#home-teachers-block .teachers-center-block {
    background-color: #00548a;
    text-align: center;
    width: 360px;
    height: 360px;
    display: block;
    position: absolute;
    z-index: 3;
    color: #fff;
    -webkit-box-shadow: 0px 0px 25px 13px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 25px 13px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 13px rgba(0,0,0,0.1);
    left: 50%;
    margin-left: -180px;
    top: 50%;
    margin-top: -180px;
}

#home-teachers-block .teachers-center-block::before {
    position: absolute;
    width: 326px;
    height: 326px;
    border: solid 1px #024570;
    content: ' ';
    display: block;
    top: 16px;
    left: 16px;
    pointer-events: none;
}

#home-teachers-block .teachers-center-block span {
    font-size:107%;
}
#home-teachers-block .teachers-center-block h3 {
    font-size: 243%;
    margin-top: -8px;
    margin-bottom: 22px;
}
#home-teachers-block .teachers-center-block p {
    color: #a2dafe;
    font-size:107%;
    margin-bottom: 36px;
}
#home-teachers-block .btn-more-home {
    background-color: #014672;
    color: #fff;
    font-size: 110%;
    margin-top: 0 !important;
}
#home-teachers-block .btn-more-home span:before {
    color: #fff;
}
#home-teachers-block .btn-more-home:hover {
    background-color: #fff;
    color: #014672;
}
#home-teachers-block .btn-more-home:hover span:before {
    color: #014672;
}

.flip-container {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    display: inline-block;
    float: left;
    border-bottom: solid 2px #ededed;
    border-right: solid 2px #ededed;
}

.flip-container.flip .flipper {
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}
.flip-container.anim-ie11 {
    background-size: 170px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.anim-ie11-fix.flip .flipper {
    transform: rotateY(0deg) !important;
}

.flip-container, .front, .back {
    width: 170px;
    height: 170px;
}

.flip-container dl {
    border-bottom: solid 0px !important;
    border-right: solid 0px !important;
}


.flipper {
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;

    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.anim-ie11-fix .front {
    z-index: 0 !important;
    transition: 0.6s;
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg) !important;
    -moz-transform: rotateY(-180deg);
    transform: rotateY(180deg);
}
.anim-ie11-fix .back {
    transition: 0.6s;
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(-180deg)!important;
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}
.anim-ie11-fix.flip .back {
    -ms-transform: rotateY(0deg)!important;
}

.front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.back {

    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(180deg);
}

.btnbase{
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    font-weight: bold;
}
.btnareas {
    margin-top:24px;
}
.btnareas .btn-more-home {
    color: #fff;
    background-color: #ad181f;
    padding: 20px 45px;
    font-size: 110%;
    display: inline-block;
    margin-left: 15px;
    border: solid 1px #ad181f;
}
.btnareas .btn-more-home:hover {
    background-color: #fff;
    color: #ad181f;
}
.btnareas .btn-more-home span::before {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .btnareas .btn-more-home {
        color: #fff;
        background-color: #ad181f;
        padding: 10px 10px;
        font-size: 14px;
        margin-top: 14px;
    }
}



.home-link-block {
    overflow: hidden;
    position: relative;
    background: #000;
    text-align: center;
}

.home-link-block:hover .str-bg{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.home-link-block .str-bg{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-transition: 2s ease;
    -moz-transition: 2s ease;
    -ms-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
    height: 382px;
}

#p1 .str-bg {
    background: url('/gshs/img/home/01.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
#p2 .str-bg {
    background: url('/gshs/img/home/02.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.home-link-block .str-box {
    position: absolute;
    width: 100%;
    top: 80px;
}

.home-link-block h2 {
    color: #fff;
    font-size: 243%;
    margin-bottom: 14px;
}

.home-link-block p {
    color: #fff;
    max-width: 595px;
    margin-right: auto;
    margin-left: auto;
    font-size: 142%;
}

.home-link-block .btn-more-home, .home-info-block .btn-more-home, #home-teachers-block .btn-more-home{
    display: inline-block;
    font-weight: bold;
    padding: 18px 74px;
    margin-top: 30px;
}

.home-link-block .btn-more-home:hover {
    background-color: #fff;
    color: #ad181f;
}
.home-link-block .btn-more-home:hover span:before {
    color: #ad181f;
}



@media screen and (max-width: 767px) {


    .home-info-block {
        position: relative;
        padding-bottom: 50px !important;
    }
    .home-info-block h2 {
        font-size: 22px;
        text-align: left;
        padding: 40px 0 40px 15px;
        margin-bottom: 0;
    }
    .home-info-block h2::after { content: '';}
    .home-info-block .btn-more-home {
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 17px;
        padding: 5px 14px 5px 29px !important;
        margin-top: 38px !important;
    }


    #home-teachers-block {
        width: 100% !important;
        height: auto;
        background-color: #c4c6c9;
    }
    #home-teachers-block .teachers-center-block {
        position: relative;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        top: 0;
        margin-top: 0;
        padding-bottom: 15px;
    }
    #home-teachers-block .teachers-center-block::before {
        width: calc(100% - 32px);
        height: calc(100% - 32px);
    }
    #home-teachers-list .showTeacherHome {
        width: calc(50% - 1px);
        height: auto;
        float: none;
        border-right: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
    }

    #home-teachers-list > .showTeacherHome:nth-child(2n) {

    }


    .flip-container {
        perspective: 1000px;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        display: inline-block;
        float: none;
        border-bottom: solid 1px #ededed;
        border-right: solid 1px #ededed;
        border-left: 0;
        overflow: hidden;
    }

    #fix-mobile-teacher {
        display: block;
        width: 100%;
        padding-top: calc(100% - 1px);
    }

    .flip-container, .front, .back {
        width: calc(50% - 1px);
        height: auto;
    }

    .front, .back {
        width: 100%;
    }

    .front .showTeacherHome, .back .showTeacherHome {
        width: 100% !important;
        border: 0 !important;
    }

    #home-teachers-list .showTeacherHome dt.name {
        display: block !important;
        width: 100%;
    }

    #home-teachers-list .showTeacherHome dt:first-child::before {
        content: ' ';
        display: block;
        width: 100% !important;
        height: 100% !important;
        background-color: rgba(0, 0, 0, 0.23);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0
    }

    #home-teachers-block .teachers-center-block-content {
        padding-top: 45px;
    }
    #home-teachers-block .teachers-center-block-content .btn-more-home, .home-link-block .btn-more-home {
        padding: 11px 70px;
    }

    .home-link-block .btn-more-home, .home-info-block .btn-more-home, #home-teachers-block .btn-more-home {
        margin-bottom: 32px;
    }

    #home-teachers-list {
        position: relative;
    }

    .home-link-block h2 {
        font-size: 22px;
    }
    .home-link-block p {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }
    .home-link-block p br {
        display: none;
    }

    .home-link-block .btn-more-home {
        margin-top: 20px;
    }

}


/* ==========================================================================
   99. Parts
   ========================================================================== */
/**
 * å
±éã¹ã¿ã¤ã«
 */
/* ==========================================================================
   title
   ========================================================================== */
#tit_h1 {
    font-size: 428.57143%;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px; }

.tit-h2 {
    font-size: 321.42857%;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -.08em;
    margin-bottom: 30px; }

.tit-h3,
#head_tit {
    font-size: 257.14286%;
    font-weight: bold;
    letter-spacing: -.06em;
    line-height: 1.4;
    margin-bottom: 30px; }

.tit-h4 {
    font-size: 171.42857%;
    font-weight: bold;
    margin-bottom: 30px; }
.tit-h4 .inner-fs12 {
    font-size: 50%;
    font-weight: normal;
    margin-left: 20px; }

.tit-h5 {
    font-size: 128.57143%;
    font-weight: bold;
    margin-bottom: 30px; }

.tit-heading {
    color: #ad181f;
    font-size: 142.85714%;
    font-weight: bold;
    letter-spacing: -.06em; }

#head_tit_wrap01 {
    border-bottom: 1px solid #e6e6e6;
    background: url("../../img/header_top.jpg") no-repeat right center;}

#head_tit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    line-height: 1;
    height: 230px;
    padding-left: 60px;
    width: 100%;
    vertical-align: middle; }

#head_tit.tit-ico {
    padding-left: 190px; }

#head_tit.head-tit-en {
    font-size: 360.57143%; /*428.57143%*/
    letter-spacing: .03em; /*.05em%*/
    font-weight: normal; }

/*ã¹ã©ã¤ãã¿ã¤ãã«*/
#head_tit_photo {
    position: relative; }
#head_tit_photo .bx-wrapper {
    max-width: inherit !important; }
#head_tit_photo .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
    width: inherit !important; }
#head_tit_photo #tit_slide {
    list-style: none;
    position: relative; }
#head_tit_photo #tit_slide li {
    display: block !important;
    transition-timing-function: cubic-bezier(0.845, 0.005, 0.07, 1);
    overflow: hidden; }
#head_tit_photo #tit_slide li div {
    width: 100%; }
#head_tit_photo #tit_slide li div img {
    width: 100%;
    max-width: 100%;
    height: auto; }
#head_tit_photo #tit_slide li.now {
    transition: width 0;
    width: 0 !important; }
#head_tit_photo #tit_slide li.now2 {
    transition: width 1s;
    width: 100% !important; }
#head_tit_photo h1 {
    color: #fff;
    line-height: 1;
    font-size: 321.42857%;
    position: absolute;
    top: 36%;
    right: 8.7591241%;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.189781%;
    box-sizing: border-box; }

.tit-future01 {
    background: url("../img/ico_course.png") no-repeat 60px center; }

.tit-admission01 {
    background: url("../img/ico_admission.png") no-repeat 60px center; }

@media screen and (max-width: 1200px) {
    #head_tit_wrap01 {
        background-position-x: 200px;
    }
}

@media screen and (max-width: 767px) {
    #tit_h1 {
        font-size: 214.28571%;
        margin-bottom: 20px; }

    .tit-h2 {
        font-size: 185.71429%;
        margin-bottom: 15px; }

    .tit-h3 {
        font-size: 171.42857%;
        margin-bottom: 15px; }

    #head_tit {
        margin-top: 0 !important;
        padding-top: 15px;
        font-size: 171.42857%;
        margin-bottom: 15px; }

    .tit-h4 {
        font-size: 128.57143%; }
    .tit-h4 .inner-fs12 {
        font-size: 75%;
        font-weight: normal;
        margin-left: 20px; }

    .tit-h5 {
        font-size: 114.28571%;
        font-weight: bold;
        margin-bottom: 30px; }

    .tit-heading {
        font-size: 128.57143%; }

    #head_tit_photo h1 {
        z-index: 2;
        right: auto;
        left: auto;
        border: none;
        text-align: center;
        width: 100%;
        font-size: 200%;
        top: 32%; }
    #head_tit_photo:after {
        content: "";
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: transparent;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }

    #head_tit {
        display: block;
        height: auto;
        margin-top: 20px;
        padding-left: 15px;
        width: 100%;
        vertical-align: middle; }

    #head_tit.head-tit-en {
        font-size: 214.28571%;
        padding-left: 15px;
        margin-bottom: 12px !important; }

    #head_tit.tit-ico {
        font-size: 171.42857%;
        margin-bottom: 0;
        margin-top: 0;
        padding: 20px 20px 20px 80px; }

    .tit-future01 {
        background: url("../img/ico_course.png") no-repeat 20px center;
        background-size: 50px auto; }

    .tit-admission01 {
        background: url("../img/ico_admission.png") no-repeat 20px center;
        background-size: 50px auto; }

    #head_tit_wrap01 {
        background: #f7f7f7;
    } }
/* ==========================================================================
   button
   ========================================================================== */
.btn {
    border: 1px solid #e6e6e6;
    display: inline-block;
    padding: 10px 15px; }
.btn:hover {
    color: #ad181f;
    text-decoration: none; }

.btn-list {
    text-align: right;
    position: relative; }
.btn-list.icon-arrow-right:before {
    position: absolute;
    left: 10px;
    top: 15px; }

.btn-ja {
    font-size: 128.57143%; }

.btn-en {
    font-size: 171.42857%;
    min-width: 160px; }

@media screen and (max-width: 767px) {
    .btn {
        padding: 5px 15px; }

    .btn-en {
        font-size: 100%;
        min-width: inherit; }

    .btn-list.icon-arrow-right:before {
        top: 8px; } }
/* ==========================================================================
   rits
   ========================================================================== */
.font-rits {
    font-family: rits;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.color-rits {
    color: #ad181f; }

.bg-rits {
    background-color: #ad181f; }

/* ==========================================================================
   font
   ========================================================================== */
.large {
    font-size: 128.57143%;
    line-height: 1.78; }


/* ==========================================================================
   section
   ========================================================================== */
.sec-wrap01 {
    padding-left: 60px;
    padding-right: 60px; }

.sec-wrap01-in {
    padding-left: 15px;
    padding-right: 15px; }


.sec-first01 {
    padding-top: 60px; }

.block-small {
    width: 650px; }

.box-img-full img {
    height: auto;
    width: 100%; }

@media screen and (max-width: 767px) {
    .large {
        font-size: 114.28571%;
        line-height: 1.7; }

    .sec-wrap01 {
        padding-left: 15px;
        padding-right: 15px; }

    .sec-wrap01-in {
        padding-left: 0;
        padding-right: 0; }

    .sec-first01 {
        padding-top: 30px; }

    .block-small {
        max-width: inherit;
        width: 100%; } }
@font-face {
    font-family: 'icomoon';
    src: url("../../file/fonts/icomoon-g137dy.eot");
    src: url("../../file/fonts/icomoon-g137dy.eot#iefix") format("embedded-opentype"), url("../../file/fonts/icomoon-g137dy.ttf") format("truetype"), url("../../file/fonts/icomoon-g137dy.woff") format("woff"), url("../../file/fonts/icomoon-g137dy.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; }
[class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after, #footer_navi > li:before, #footer_navi > li:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-toc-page-top:before {
    content: "\e904"; }

.icon-toc:before {
    content: "\e905"; }

.icon-ad01:before {
    content: "\e902"; }

.icon-ad02:before {
    content: "\e903"; }

.icon-page-btm:before {
    content: "\e901"; }

.icon-page-top:before {
    content: "\e902"; }

.icon-arrow-down:before {
    content: "\e10f"; }

.icon-arrow-left:before {
    content: "\e110";
    color: #ad181f; }

.icon-arrow-right:before {
    content: "\e111";
    color: #ad181f; }

.icon-arrow-up:before {
    content: "\e112"; }

.icon-pdf:before {
    content: "\e1a6"; }

.icon-blank:before {
    content: "\e297"; }

.icon-book:before {
    content: "\f02d"; }

.icon-search:before {
    content: "\e2ca"; }

.icon-help_outline:before {
    content: "\e30f"; }

.icon-twitter-square:before {
    content: "\f081"; }

.icon-phone:before {
    content: "\f095"; }

.icon-email:before {
    content: "\e900"; }

.icon-twitter:before {
    content: "\f099"; }

.icon-facebook:before {
    content: "\f09a"; }

.icon-facebook-f:before {
    content: "\f09a"; }

.icon-apple:before {
    content: "\f179"; }

.icon-android:before {
    content: "\f17b"; }

.icon-facebook-official:before {
    content: "\f230"; }

#footer_navi > li:before {
    content: "\e111";
    color: #ad181f; }

#footer_navi > li.pdf:before {
    content: "\e1a6"; }

#footer_navi > li.pdf {
    padding-left: 2.0%; }

@media screen and (max-width: 767px) {
    #footer_navi > li.pdf {
        padding-left: 17px; } }

.sinro-table {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
}
.sinro-table th, .sinro-table td {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
    padding: 20px;
}
@media screen and (max-width: 767px) {

    .sinro-table th, .sinro-table td {
        padding: 10px;
    }
}


.sinro-table th {
    font-weight: bold;
}

.sinro-table .w20 {
    width: 20%;
}

.sinro-table .w40 {
    width: 40%;
}

#icon-blank {
    margin-left: 5px;
    width: 10px;
    height: 10px;
}


#icon-blank .st0 {
    fill:none;
    stroke:#2e0608;
    stroke-miterlimit:10
}

#global_navi_wrap #global_navi li a:hover #icon-blank .st0 {
    stroke:#ad181f;
}



li.x-link {
    min-width: 146px;
}

.message #teacher-data ul .x-link strong .icon-x {
  font-size: 171.42857%;
  margin-right: 8px;
fill: #ccc;
}

.message #teacher-data ul .x-link .icon-x {
  font-size: 171.42857%;
  margin-right: 8px;
fill: #000;
}


