/* fonts */
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SmartFontUI';
    src: url(../fonts/SmartFontUI.woff) format('woff');
    /* woff - Modern Browsers */
}
@font-face {
    font-family: 'こころ明朝体';
    src: url(../fonts/Kokoro.woff) format('woff');
    /* woff - Modern Browsers */
}
@font-face {
    font-family: 'はんなり明朝';
    src: url(../fonts/Hannari.woff) format('woff');
    /* woff - Modern Browsers */
}
@font-face {
    font-family: '02うつくし明朝体';
    src: url(../fonts/UtsukushiFONT.woff) format('woff');
    /* woff - Modern Browsers */
}
.font-SmUi {
    font-family: "02うつくし明朝体",sans-serif;
}

.font-IBM {
    font-family: '02うつくし明朝体', serif;
}
/*==========================
-base-
==========================*/
body {
    font-family: "02うつくし明朝体", serif, 'メイリオ', Meiryo,'Meiryo UI','Arial','ヒラギノ角ゴシック','Hiragino Sans','Osaka','ＭＳ ゴシック','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
    background: white;
    font-weight: 500;
}
@media screen and (max-width: 992px) {
    body {
        font-size: 14px;
    }
}
::-webkit-selection {
    color: #fff;
    background: #ff7080;
}

::-moz-selection {
    color: #fff;
    background: #ff7080;
}

::selection {
    color: #fff;
    background: #ff7080;
}
ul,li {
    text-decoration: none;
    list-style-type: none;
}
section {
    margin: 0 auto;
    padding: 0 2.5em 3em 2.5em;
}
@media screen and (max-width: 600px) {
    section {
        padding: 0 0 3.5em 0;
    }
}
/*padding none Section*/
.section-nop {
    padding: 0;
	/* margin-top: 100px; */
}
.clear {
    clear: both;
}
.mb2em {
    margin-bottom: 2em;
}
/*background color*/
.bg-1 {
    background: rgba(215, 255, 244, 0.25);
}
.bg-1-og {
    background: rgba(255, 216, 83, 0.25);    
}
.bg-1-gr {
    background: #e5f7d7;    
}
.bg-1-bl {
    background: #def3f9;
}
.bg-01 {
    background-image: url(images/bg_01.png);
}
/*indent*/
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}
/*block or none*/
.dpn-res {
    display: none;
}
@media screen and (max-width: 600px) {
    .dpn-res {
        display: block;
    }
}
/*br block or none*/
.br-res {
    display: none;
}
@media screen and (max-width: 1200px) {
    .br-res {
        display: block;
    }
}
/*pc or sp block or none*/
.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 600px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/*font-icon float:left*/
i.fl-mr {
    float: left;
    font-size: 1.55em;
    margin-right: 10px;
}
i.fl-mr-20 {
    margin-right: 20px;
}
#section-main .section-narrow-content {
    position: relative;
    width: 93%;
    margin: 0 auto;
    /* padding: 1em 0; */
    clear: both;
}
#section-main .section-narrow-content-w100 {    
    width: 100%;
}
@media screen and (max-width: 768px) {
    #section-main .section-narrow-content {
        width: 100%;
        padding: 2em 1em;
    }
}
/*==========================
-史明会TOPPAGE-
===========================*/
/*index 見出し*/
.introduce {
    text-align: center;
}
.introduce p span {
    font-size: 1.55em;  
    line-height: 1.5;
    font-weight: bold;
}
.introduce p {
    font-size: 1.05em;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .introduce p {
        font-size: 1.1em;
    }
    .introduce p span {
        font-size: 1.2em;
    }    
}
@media screen and (max-width: 468px) {
    .introduce p {
        font-size: 0.9em!important;
    }
    .introduce p span {
        font-size: 0.9em!important;
    }
}
/*施設について*/
.blog-entry {
    width: 100%;
    float: left;
    background: #fff;
    max-height: 815px;
}
@media screen and (max-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}
.blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    border-radius: 30px;
}
.blog-entry .blog-img img {
    position: relative;
    max-width: 100%;
    max-height: 700px;
    object-fit: cover;
    /* -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s; */
}
.blog-entry .desc {
    padding: 0;
}
.blog-entry .desc h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;    
    /*line-height: auto;*/
    line-height: 1.4;
}
.blog-entry .desc h3 a {
    color: #222;
    text-decoration: none;
}
.blog-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.4) !important;
}
.blog-entry .desc span small i {
    color: #e6e6e6;
}
.blog-entry .desc .lead {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #444;
}
.blog-entry:hover .blog-img img {
    /* -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); */
}
.bdr-dot-bl{
    border: 4px double #9FD7E6;
}
.bdr-dot-og{
    border: 4px double #F4AE55; 
}
.bdr-dot-gr{
    border: 4px double #c0db76;
}
/*採用情報*/
.section-lead {
    font-size: 18px;
    line-height: 1.5;
}
.photorism {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    /* IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
    background: #fff;
}



/*colors*/
.bg-bl {
    background: #9FD7E6;
}
.bg-og {
    background: #F4AE55;
}
.bg-gr {
    background: #AFD16D;
}

/* style - double borderd */
.bdr-double {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.bdr-double p {
    margin: 0; 
    padding: 0;
}

/* style - diamond */
.diamond {
    position: relative;
    padding: 10px;
    padding-left: 3em;
}
.diamond::before {
    content: "○";
    color: #FDC44F;
    font-size:1.9em;
    position: absolute;
    left: 0.1em;
    top: -0.1em;
}
.diamond::after {
    content: "○";
    color: #FBA848;
    font-size:1.3em;
    position: absolute;
    left: 0;
    top: 0.4em;
}
.diamond-og {
    position: relative;
    padding: 10px;
    padding-left: 3em;
}
.diamond-og::before {
    content: "○";
    color: #fce89f;
    font-size:1.9em;
    position: absolute;
    left: 0;
    top: -0.1em;
}
.daimond-og::after {
    content: "○";
    color: #f7d55a;
    font-size:1.3em;
    position: absolute;
    left: 0.4em;
    top: 0.4em;
}
/*diamond color*/
.page-og .diamond::before {
    color: #fce89f;
}
.page-og .diamond::after {
    color: #f7d55a;
}
.page-bl .diamond::before {
    color: #00a1e4;
}
.page-bl .diamond::after {
    color: #55b4e9;
}
.page-gr .diamond::before {
    color: #66c49d;
}
.page-gr .diamond::after {
    color: #c7e5b0;
}

/*for IE adjust*/
@media screen and (max-width: 600px) {
    .diamond::before {
        font-size: 45px;
        left: -2px;
        top: -9px;
    }
    .diamond::after {
        font-size: 30px;
        left: 15px;
        top: 9px;
    }
}
/* style - nijyuusen */
.double-border{
position: relative;
display: inline-block;
padding: 0 55px;
}

/*.double-border:before, .double-border:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 35px;
height: 2px;
border-top: solid 1px black;
border-bottom: solid 1px black;
}*/
@media screen and (max-width: 600px) {
    .double-border{
        position: relative;
        display: inline-block;
        padding: 0 35px;
    }
    .double-border:before, .double-border:after {
        width: 20px;
    }
}
.double-border:before {left:0;}
.double-border:after {right: 0;}

/* style - circle */
.circle-double {
  position: relative;
    padding: 0 .5em 0 2em;
}
.circle-double::before,
.circle-double::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.circle-double::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, .5);
}
.circle-double::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, .5);
}

/*for h border*/
.stripe {
  padding-bottom: 20px!important;
  background: url(../images/bg_stripe.gif) repeat-x bottom left!important;
}

/*medical title*/
.medical {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.medical span {
    color: #00a1e4;
}
.medical:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    content: '';
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background: #33cccc;
}
/*btn-line*/
.btn-line {
    position: relative;
    margin: 8px;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #555;
    background: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.4px;
    cursor: pointer;
    width: 225px;
    margin-right: 30px;
    transition:.2s;
}
@media screen and (max-width: 600px) {
    .btn-line {
        margin: 10px 0;
    }
}
.btn-line:after {
    position: absolute;
    top: 2px;
    left: -4px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -999;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(0deg);
}
.btn-line-pk:after {background: #F5B4C3;}
.btn-line-og:after {background: #F5AF55;}
.btn-line-ro:after {background: #FAE669;}
.btn-line-bl:after {background: #A0D7E6;}
.btn-line-gr:after {background: #AFD26E;}
.btn-line a, .btn-line a:visited {
    color: #222;
}
.btn-line a:hover, .btn-line a:focus {
    color: #555;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

a {
    /*color: #228896;*/
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    /*color: #228896;*/
    outline: none;
    text-decoration: none !important;
}

p {
    margin-bottom: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    margin: 0 0 30px 0;
}
.h2-sub{
    font-size:18px;
    padding: 10px 20px;
    border:1px solid #777;
}
.h3-sub{
    font-size:18px;
    padding: 10px 20px;
    border-bottom: 4px #b2b8bb double;
}

figure {
    margin-bottom: 2.5em;
    float: left;
    width: 100%;
}
figure figcaption {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0px auto;
    color: #b3b3b3;
}
@media screen and (max-width: 480px) {
    figure figcaption {
        width: 100%;
    }
}
#section-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}
/*============================
SideNav
============================*/
#section-aside {
    padding-top: 35px;
    padding-bottom: 40px;
    width: 20%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    /*overflow-y: scroll;*/
    /*z-index: 1001;*/
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
/*    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);*/
    -ms-overflow-style:none;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
}
#section-aside::-webkit-scrollbar{
    display: none;
}
@media screen and (max-width: 1200px) {
    #section-aside {
        width: 26%;
        font-size: 0.9em;
    }
    #section-aside #section-logo a span {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 768px) {
    #section-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
    }
}
@media screen and (max-width: 600px) {
    #section-aside {
        padding-top: 25px;
    }
}
#section-aside #section-logo {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
    #section-aside #section-logo {
        margin-bottom: 0em;
    }
}
#section-aside #section-logo span {
    font-size: 26px;
}
.page-gr #section-aside #section-logo span {
    font-size: 18px;
    line-height: 0.5em;
}
@media screen and (max-width: 600px) {
    .page-gr #section-aside #section-logo span {
        font-size: 14px;
    }
    
}
#section-aside #section-logo a {
    font-weight: bold;
}
/* logo color */
#section-aside #section-logo a span {
    font-weight: normal;
    color: #000;
}
/*dropdown*/
#section-aside .section-nav .menu-1 {
    display: none;
  }
#section-aside #section-main-menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
#section-aside #section-main-menu ul li {
    margin: 0 0 20px 0;
    list-style: none;
    background: #fff;
}
/*aside menu- div- hover- underline*/
#section-aside #section-main-menu ul li span.links-href {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 0.9em;
    position: relative;
    padding: 10px 10px;
    margin-left: 15px;
    letter-spacing: .2em;
/*    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;*/
    text-shadow: 0px 0px 9px #fff;
}
/*a:hover color*/
/*#section-aside #section-main-menu ul li span.links-href:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 5px;
    left: 10px;
    right: 10px;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}*/
/*link-bg:hover / a:after under-line start*/
/*#section-aside #section-main-menu .link-bg:hover .links-href {
    text-decoration: none;
    color: black;
    letter-spacing: 3px;
}
#section-aside #section-main-menu .link-bg:hover .links-href:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}*/

#section-aside #section-main-menu ul li.section-active a {
    color: black;
}
#section-aside #section-main-menu ul li.section-active a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.gtco-footer-link h3{
	font-size:20px;
}
/*aside - copyright footer*/
#section-aside .section-footer {
    /*position: absolute;*/
    position: relative;
    bottom: 0px;
    padding: 0 20px;
    padding-top: 90px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
}
#section-aside .section-footer small{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    
}
@media screen and (max-width: 768px) {
    #section-aside .section-footer {
        position: relative;
        bottom: 0;
    }
}
#section-aside .section-footer span {
    display: block;
}
#section-aside .section-footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
#section-aside .section-footer ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}
#section-aside .section-footer ul li a {
    color: rgba(0, 0, 0, 0.7);
    padding: 4px;
}
/*aside a:hover*/
#section-aside .section-footer ul li a:hover, #section-aside .section-footer ul li a:active, #section-aside .section-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: mediumturquoise;
}
.page-og #section-aside .section-footer ul li a:hover, .page-og #section-aside .section-footer ul li a:active, .page-og #section-aside .section-footer ul li a:focus {
    color: darkorange;
}
/* accordion menu*/
#section-aside #section-main-menu ul li {
    margin: 0;
    letter-spacing: 2px;
}
.accordion {
    width: 100%;
    margin: 30px auto 20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 1.3em;
 }
.accordion .link {
    display: block;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #222;
    cursor: pointer;
}
.accordion .link {
    background-position: 50% 50%;
}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li i {
    position: absolute;
    top: 22px;
    left: 33px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 22px;
    color: #fff;
}
.accordion li i.fa-chevron-circle-down {
    right: 15px;
    top: 0px;
    left: auto;
    text-shadow: 0px 0px 12px #000;
}

.accordion li.open .link {
    color: #222;
}
.accordion li.open i {
    color: #fff;
}
.accordion li.open i.fa-chevron-circle-down {
    -moz-transform: translate(0,5px);
    -webkit-transform: translate(0,5px);
    -o-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    transform: translate(0,5px);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion li.default .submenu {
    display: block;
}
/* Submenu
 -----------------------------*/
.submenu {
    display: none;
    padding: 15px 0 0 0!important;
    padding-top: 10px;
    font-size: 0.85em;
    font-weight: normal;
    /*background: #f8f8f8;*/
}
/* if voice */
.page-og .submenu {
    background: rgba(255,255,255,0.35);
}
/* if varie */
.page-gr .submenu {
    background: rgba(255,255,255,0.35);
}
/* if lino */
.page-bl .submenu {
    background: rgba(255,255,255,0.35);
}
.submenu li {
     width: 100%;
}
.submenu li a {
     display: inline;
}
.submenu a {
    display: block;
    text-decoration: none;
    color: #222;
    padding: 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
 }
.submenu a:hover {
    color: #888;
}
.link-bg {
    background-size: cover;
}
/*menu-textarea*/
.link-bg-nt {
    padding: 10px 0!important;
    text-align: left;
}
.link-bg-nt a {
    margin-left: 10px!important;
}
.links-banner{
    padding: 0 25px 0 25px;
}
.links-banner img{
    width: 100%;
    max-width: 210px;
}
@media screen and (max-width: 1200px) {
    .link-bg-nt {
        padding: 5px 0!important;
        text-align: left;
    }
    .links-banner img{
        width: 100%;
        max-width: 140px;
    }
    
}
/*Layer White*/
.link-bg {
    display: inline-block;
    position: relative;
}
.link-bg:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2),
    inset 0 0 7px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0);
    transition: 0.4s;
}
.link-bg a {
    z-index: 1!important;
}
/* if hover on .link-bg-nt */
.link-bg:hover.link-bg:after {
    background-color: rgba(255, 255, 255, 0.25);
}
/*if varie*/
.fa-icon-link {
    margin-top: 25px;
}
/*nth:child*/
#accordion li:nth-child(1),
#accordion li:nth-child(2),
#accordion li:nth-child(3) {
    padding-bottom: 0;
}
#accordion li:nth-child(4) {}
#accordion li:nth-child(4),
#accordion li:nth-child(5),
#accordion li:nth-child(6),
#accordion li:nth-child(7) {}
#accordion li:nth-child(3) {}
#accordion li ul.submenu li:nth-child(3) {
    border-bottom: none;
}
#accordion li ul.submenu li:nth-child(1),
#accordion li ul.submenu li:nth-child(2),
#accordion li ul.submenu li:nth-child(3),
#accordion li ul.submenu li:nth-child(4),
#accordion li ul.submenu li:nth-child(5) {
    padding-top: 0;
    padding-bottom: 10px;
}

#accordion li ul.submenu li:last-child {
    padding-bottom: 20px;
}
/*
.section-narrow-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
}
*/
@media screen and (max-width:600px) {
    .section-narrow-content table th,
    .section-narrow-content table td {
        float: left;
        width: 100%;
    }
}
#section-main {
    width: 80%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 1200px) {
    #section-main {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    #section-main {
        width: 100%;
    }
}


#section-hero {
    min-height: 300px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
    clear: both;
    box-shadow: rgba(0,0,0,0.1) 1px 2px 3px 1px;
}
.page-sub-dp #section-hero {
    max-height: 300px;
}

/*page-sub*/

@media screen and (max-width: 450px) {
.page-sub #section-hero {
    min-height: 200px;
    max-height: 200px;
    }
}
#section-hero .btn {
    font-size: 22px;
}
#section-hero .btn.btn-primary {
    padding: 14px 30px !important;
}
#section-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}
#section-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}
#section-hero .flexslider .slides .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
}
#section-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    min-height: 300px;
    position: relative;
}

@media screen and (max-width: 450px) {
.page-sub #section-hero .flexslider .slides li {
    min-height: 200px;
    }
}
@media screen and (min-width: 1330px) {
    /*for index*/
    #section-hero .flexslider .slides li {
            background-position: center center;
        }
    .page-index #section-hero .flexslider .slides li.main01 {
        background-image: url(../images/mainVisual_lino_1920.jpg);
        }    
    .page-index #section-hero .flexslider .slides li.main02 {
        background-image: url(../images/mainVisual_voice_1920.jpg);
        }
    .page-index #section-hero .flexslider .slides li.main03 {
        background-image: url(../images/mainVisual_varie_1920.jpg);
        }
    
    /*slider height*/
    #section-hero .flexslider .slides li {
        height: 600px;
        }
    /*VOICE*/
    .page-og #section-hero .flexslider .slides li.main01 {
        background-image: url(../images/mainVisual_voice_sub_1920.jpg)!important;
        }
    /*VOICE-SUB*/
    .page-og .page-sub-dp #section-hero .flexslider .slides li.main01 {
        background-image: url(../images/mainVisual_voice_sub_page.jpg)!important;/*no change*/
        }

    /*Varie-SUB*/
    .page-gr .page-sub-dp #section-hero .flexslider .slides li.main01 {
        background-image: url(../images/mainVisual_varie_sub_page.jpg)!important;/*no change*/
        }

    /*Lino-SUB*/
    .page-bl .page-sub-dp #section-hero .flexslider .slides li.main01 {
        background-image: url(../images/mainVisual_lino_sub_page.jpg)!important;/*no change*/
        }
    /*Corporation*/
    .page-cp #section-hero .flexslider .slides li.main01 {
        background-image: url(../images/mainVisual_corporation_1920.jpg)!important;
        }
    }

@media screen and (max-width: 1200px) {
    #section-hero .flexslider .slides li {
        background-position: 41% 50%;
    }
}
@media screen and (max-width: 800px) {
    #section-hero .flexslider .slides li {
        height: 400px;
    }
}

@media screen and (max-width: 600px) {
    #section-hero .flexslider .slides li {
        height: 300px;
    }
    #section-hero .flexslider .slides li {
        background-position: center center;
        background-size: 100% 100%;
    }
}

.flexbox {
    position: relative;
    width: 100%;
    height: 300px !important;  
}
@media screen and (max-width: 600px) {
    .flexbox {
    height: 200px !important;
    }
}

#section-hero .flexslider .flex-control-nav {
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    float: right;
    width: auto;
}
@media screen and (max-width: 600px) {
    #section-hero .flexslider .flex-control-nav {
        display: none;
    }
}
#section-hero .flexslider .flex-control-nav li {
    display: block;
    margin-bottom: 10px;
}
#section-hero .flexslider .flex-control-nav li a {
    background: rgba(0, 0, 0, 0.25);
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
/*●○○*/
#section-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    border: 2px solid mediumturquoise;
}
#section-hero .flexslider .flex-direction-nav {
    display: none;
}
#section-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 600px;
    z-index: 9;
}
@media screen and (max-width: 800px) {
    #section-hero .flexslider .slider-text {
        min-height: inherit;
        height: auto;
    }
}
.page-sub #section-hero .flexslider .slider-text {
        min-height: inherit;
}
#section-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 300px;
}

@media screen and (max-width: 800px) {
    #section-hero .flexslider .slider-text > .slider-text-inner {
        padding: 2em;
    }
}
@media screen and (max-width: 600px) {
    #section-hero .flexslider .slider-text > .slider-text-inner {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    #section-hero .flexslider .slider-text > .slider-text-inner {
        text-align: center;
    }
}

/*#section-hero .flexslider .slider-text > .slider-text-inner h1
  = index text img と sub text*/

#section-hero .flexslider .slider-text > .slider-text-inner h1, #section-hero .flexslider .slider-text > .slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: white;
}
#section-hero .flexslider .slider-text > .slider-text-inner h1 {
    margin-top: 120px;
    padding-left: 145px;
    margin-bottom: 20px;
    font-size: 58px;
    line-height: 1.3;
    }
@media screen and (max-width: 1200px) {
    #section-hero .flexslider .slider-text > .slider-text-inner h1 {
    margin-top: 120px;
    padding-left: 85px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.3;
    }    
}
@media screen and (max-width: 800px) {
    #section-hero .flexslider .slider-text > .slider-text-inner h1 {
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 600px) {
    #section-hero .flexslider .slider-text > .slider-text-inner h1 {
        margin-top: 130px;
        padding-left: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    #section-hero .flexslider .slider-text > .slider-text-inner h1 img {
        min-width: 280px;
    }
}
@media screen and (max-width: 450px) {
    #section-hero .flexslider .slider-text > .slider-text-inner h1 {
        margin-top: 85px;
        padding-left: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        font-size: 34px;
    }
    #section-hero .flexslider .slider-text > .slider-text-inner h1 img {
        min-width: 280px;
    }
}

.page-index #section-hero .flexslider .slider-text > .slider-text-inner h1 {
    padding-left: 0;
}

#section-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-shadow: 2px 2px 8px #000;
}
@media screen and (max-width: 768px) {
    #section-hero .flexslider .slider-text > .slider-text-inner h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
#section-hero .flexslider .slider-text > .slider-text-inner h2 a {
    color: rgba(34, 136, 150, 0.8);
    border-bottom: 1px solid rgba(34, 136, 150, 0.7);
}
.page-sub-dp #section-hero .flexslider .slider-text > .slider-text-inner {
    padding-top: 125px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .page-sub-dp #section-hero .flexslider .slider-text > .slider-text-inner {
        padding-top: 100px;
    }
}
@media screen and (max-width: 468px) {
    .page-sub-dp #section-hero .flexslider .slider-text > .slider-text-inner {
        padding-top: 85px;
    }
}
.page-sub-dp #section-hero .flexslider .slider-text > .slider-text-inner h2 {
    margin-bottom: 0;
    font-size: 54px;
    text-shadow: 2px 2px 8px #000;
}
@media screen and (max-width: 768px) {
    .page-sub-dp #section-hero .flexslider .slider-text > .slider-text-inner h2 {
        font-size: 50px;
    }
}
@media screen and (max-width: 468px) {
    .page-sub-dp #section-hero .flexslider .slider-text > .slider-text-inner h2 {
        font-size: 32px;
    }
}
#section-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 50px;
}
@media screen and (max-width: 768px) {
    #section-hero .flexslider .slider-text > .slider-text-inner .heading-section {
        font-size: 30px;
    }
}
#section-hero .flexslider .slider-text > .slider-text-inner s
.section-lead {
    font-size: 20px;
    color: #fff;
}
#section-hero .flexslider .slider-text > .slider-text-inner s
.section-lead .icon-heart {
    color: #d9534f;
}

.slider-text-inner .btn:hover{
    border: dotted 1px #FFF;
}

#section-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
    background: #fff;
    color: #000;
}
#section-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
    color: #fff;
}
@media screen and (max-width: 768px) {
    #section-hero .flexslider .slider-text > .slider-text-inner .btn {
        width: 100%;
    }
}

.section-bg-color {
    width: 100%;
    float: left;
    background: #fff;
}

body.offcanvas {
    overflow-x: hidden;
}
body.offcanvas #section-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    background: #fff;
    z-index: 999;
    position: fixed;
}
body.offcanvas #section-main, body.offcanvas .section-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}

.section-services {
    margin-top: 5px;
}
.section-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.work {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 270px;
    width: 100%;
    display: table;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .work {
        height: 400px;
    }
}
@media screen and (max-width: 480px) {
    .work {
        height: 270px;
    }
}
.work .desc {
    display: table-cell;
    vertical-align: middle;
    height: 270px;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.work .desc h3 {
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
.work .desc span {
    display: block;
    color: #999999;
    font-size: 12px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
}
@media screen and (max-width: 768px) {
    .work .desc {
        opacity: 1;
        background: transparent !important;
    }
    .work .desc h3 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: #fff;
    }
    .work .desc span {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.section-heading-colored {
    font-size: 28px;
}
@media screen and (max-width: 600px) {
    .section-heading-colored {
        font-size: 18px;
    }    
}
.section-cards {
    padding: 1em 0;
    background: #e6e6e6;
}
@media screen and (max-width: 768px) {
    .section-cards {
        padding: 1em 0;
    }
}
.section-cards .section-flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}
.section-cards .section-flex-wrap > div {
    width: 49.5%;
    margin-right: 1%;
    background: #fff;
    padding: 30px;
    margin-bottom: 10px;
}
.section-cards .section-flex-wrap > div:nth-of-type(1) {
    float: left;
}
.section-cards .section-flex-wrap > div:nth-of-type(2) {
    float: right;
    margin-right: 0%;
}
@media screen and (max-width: 992px) {
    .section-cards .section-flex-wrap > div {
        width: 100%;
        margin-right: 0;
    }
}
.section-cards .section-flex-wrap .section-card p:last-child {
    margin-bottom: 0;
}
.section-cards .section-flex-wrap .section-card h5 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    padding: 4px 8px;
    background: #ebebeb;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.section-counter .section-number {
    font-size: 100px;
    color: #228896;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: .7;
}
.section-counter .section-number.section-left {
    float: left;
    width: 30%;
}
@media screen and (max-width: 768px) {
    .section-counter .section-number.section-left {
        width: 100%;
        line-height: 1.2;
    }
}
.section-counter .section-text {
    float: right;
    text-align: left;
    width: 70%;
}
@media screen and (max-width: 768px) {
    .section-counter .section-text {
        width: 100%;
        text-align: center;
    }
}
.section-counter .section-text h3 {
    margin: 0;
    padding: 0;
    position: relative;
}
.section-counter .section-text h3.border-bottom:after {
    content: "";
    width: 50px;
}

.section-social {
    padding: 0;
    margin: 0;
    text-align: center;
}
.section-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.section-social li a {
    font-size: 22px;
    color: #000;
    padding: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
@media screen and (max-width: 768px) {
    .section-social li a {
        padding: 10px 8px;
    }
}
.section-social li a:hover {
    color: #228896;
}
.section-social li a:hover, .section-social li a:active, .section-social li a:focus {
    outline: none;
    text-decoration: none;
    color: #228896;
}

#map {
    width: 100%;
    height: 700px;
}
@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.section-more-contact {
    background: #fafafa;
}

.section-feature {
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}
.section-feature .section-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    /*background: rgba(0, 0, 0, 0.05);*/
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.section-feature .section-icon i {
    display: table-cell;
    vertical-align: middle;
    color: #FF9000;
    font-size: 40px;
    height: 100px;
}
/*clor*/
.page-og .section-feature .section-icon i {
    color: #FF9000;
}
.page-gr .section-feature .section-icon i {
    color: #76cc33;
}
.page-bl .section-feature .section-icon i {
    color: #00a1e4;
}
@media screen and (max-width: 1200px) {
    .section-feature .section-icon i {
        font-size: 40px;
    }
}

.section-feature .section-icon:hover {
    transition: box-shadow 0.7s ease-out 0.3s;
}
.section-feature .section-text {
    padding-left: 120px;
    width: 100%;
}
.section-feature .section-text h2, .section-feature .section-text h3 {
    margin: 0;
    padding: 0;
}
.section-feature .section-text h3 {
    font-weight: 500;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 115%;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.section-feature.section-feature-sm .section-text {
    margin-top: 30px;
}
.section-feature.section-feature-sm .section-icon i {
    color: #228896;
    font-size: 40px;
}
@media screen and (max-width: 1200px) {
    .section-feature.section-feature-sm .section-icon i {
        font-size: 28px;
    }
}
/*見出し　スタイル*/
.section-heading {
    font-size: 22px;
    margin-bottom: 2em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    border-bottom: 4px double #777;
    padding-bottom: 0.75em;
    font-weight: 600;
}
.section-heading.section-light {
    color: #fff;
}
.section-heading span {
    display: block;
}
@media screen and (max-width: 768px) {
    .section-heading {
        font-size: 18px;
        /*margin-bottom: 1.75em;*/ margin-bottom:1.15em;
        line-height: 1.25;
    }
}
.section-heading-sec {
    margin-bottom: 1em;
    border-bottom: none;
}
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px !important;
}
.popup-vimeo {
    margin-right: 20px;
}
.btn.btn-sm {
    padding: 4px 15px !important;
}
.btn.btn-md {
    padding: 8px 20px !important;
}
.btn.btn-lg {
    padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
/*btn color*/
.btn-primary {
    background: #FFB471;
    color: #333;
    border: 2px solid #FFB471;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #FFB471 !important;
    border-color: #FFB471 !important;
}
.btn-primary:hover {
    color: #333;
    margin-left: 3px;
}
.btn-primary.btn-outline {
    background: transparent;
    color: #228896;
    border: 2px solid #228896;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #228896;
    color: #fff;
}
.btn-special {
    background: #52D681;
    color: #fff;
    border: 2px solid #52D681;
}
.btn-special:hover, .btn-special:focus, .btn-special:active {
    color: #fff;
    background: #52D681;
    border-color: #52D681;
    transform: translateY(-3px);
    box-shadow: 0px 3px 3px 2px #000;
}
.btn-special.btn-outline {
    color: #fff;
    border: 2px solid #52D681;
}
.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
    background: #fff;
    color: #2f9051;
    border: 2px solid #52D681;
}
.btn-success {
    background: #FFA64D;
    color: #fff;
    border: 2px solid #FFA64D;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #FFAF66 !important;
    border-color: #FFAF66 !important;
}
.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}
/*btn*/
.btn-radius {
    background: #FDC44F;
    color: #333;
    border: 2px solid #FDC44F;
    border-radius: 10px;
}
/*施設ごとの色分け*/
.clr-bl .btn-radius {
    background: #9FD6E5;   
    border: 2px solid #9FD6E5; 
}
.clr-og .btn-radius {
    background: #F4AE55;
    border: 2px solid #F4AE55; 
}
.clr-gr .btn-radius {
    background: #c5e07b;
    border: 2px solid #c5e07b;
}
.clr-bg .btn-radius {
    background: #81cce2;
    border: 2px solid #81cce2;
}
.btn-radius:hover, .btn-radius:focus, .btn-radius:active {
/*    background: #82f9ec !important;
    border-color: #82f9ec !important;*/
    margin-left: 6px;
    box-shadow: 3px 3px 10px -2px #555;
}
/*hover 色分け*/
.clr-bl .btn-radius:hover, .clr-bl .btn-radius:focus, clr-bl .btn-radius:active {
    background: #aadeed !important;
    border-color: #aadeed !important;    
}
.clr-og .btn-radius:hover, .clr-og .btn-radius:focus, clr-og .btn-radius:active {
    background: #f9b866 !important;
    border-color: #f9b866 !important;    
}
.clr-gr .btn-radius:hover, .clr-gr .btn-radius:focus, clr-gr .btn-radius:active {
    background: #cbe585 !important;
    border-color: #cbe585 !important;    
}
.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}
.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}
.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none;
}
/*hover:box-shadow*/
.flexslider .slider-text > .slider-text-inner .btn:hover {
    box-shadow: 0px 14px 30px -15px rgba(0,0,0,0.4) !important;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
.form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #228896;
}

#message {
    height: 130px;
}

.section-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}
.section-nav-toggle.active i::before, .section-nav-toggle.active i::after {
    background: #000;
}
.section-nav-toggle.dark.active i::before, .section-nav-toggle.dark.active i::after {
    background: #000;
}
.section-nav-toggle:hover, .section-nav-toggle:focus, .section-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.section-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #222;
    transition: all .2s ease-out;
}
.section-nav-toggle i::before, .section-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.section-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    transition: all .2s ease-out;
}
.section-nav-toggle.dark i::before, .section-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
/*=*/
.section-nav-toggle i::before {
    top: -9px;
}

.section-nav-toggle i::after {
    bottom: -9px;
}

.section-nav-toggle:hover i::before {
    /*top: -7px;*/
}

.section-nav-toggle:hover i::after {
    /*bottom: -7px;*/
}

.section-nav-toggle.active i {
    background: transparent;
}

.section-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.section-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.section-nav-toggle {
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 768px) {
    .section-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}
/*サークル*/
.section-nav-toggle {
    background: rgba(255,255,255,.5);
    border-radius: 65px;
    margin: 10px 0 0 10px;
    width: 65px;
    height: 65px;
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 1em;
    }
}

.col-padding {
    padding: 10px !important;
}

.js .animate-box {
    opacity: 0;
}

form label {
    font-weight: normal !important;
}
form label.error {
    color: #B90B0B;
    font-size: 16px !important;
}

#message {
    resize: vertical;
}

#form-message-warning, #form-message-success {
    display: none;
}

#form-message-warning {
    color: #B90B0B;
}

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 16px;
}
/*=========================
news
=========================*/
.gtco-news{
    height: 380px;
    overflow-y: scroll;
    margin-bottom: 30px;  
}
/*news-icon*/
.gtco-news table i {
    color: #66CDAA;
}
.page-og .gtco-news table i {
    color: #FFA64D;
}
.page-bl .gtco-news table i {
    color: #85c7db;
}
.gtco-news table{
    min-width: 100%;
    padding: 0;
    margin: 0 0 30px;
}
.gtco-news table th{
    vertical-align: top;
    padding: 20px 10px 0 10px;
    min-width: 100%;
    display: block;
    float: left;
    margin: 0 0 10px;
    font-weight: normal;
    font-size:18px;
}
.gtco-news table td{
    vertical-align: top;
    padding: 0 10px 20px 10px;
    margin: 0;
    min-width: 100%!important;
    float: left;
    color:#888;
    border-bottom: 1px solid #888;
}
span.news-new {
    background: #ead121;
    padding: 2px 5px;
    color: #190f0f;
    font-size: 14px;
    margin-right: 5px;
}
@media screen and (max-width:600px) {
    .gtco-news{
        height: 300px;   
    }
    .gtco-news table th{
        font-size:14px;
    }
}
/*NEWS一覧ページ*/
.gtco-newsall{
    margin-bottom: 30px;  
}
/*news-icon*/
.gtco-newsall table i {
    color: #66CDAA;
}
.page-og .gtco-newsall table i {
    color: #FFA64D;
}
.page-bl .gtco-newsall table i {
    color: #85c7db;
}
.gtco-newsall table{
    min-width: 100%;
    padding: 0;
    margin: 0 0 30px;
}
.gtco-newsall table th{
    vertical-align: top;
    padding: 20px 10px 0 10px;
    min-width: 100%;
    display: block;
    float: left;
    margin: 0 0 10px;
    font-weight: normal;
    font-size:18px;
}
.gtco-newsall table td{
    vertical-align: top;
    padding: 0 10px 20px 10px;
    margin: 0;
    min-width: 100%!important;
    float: left;
    color:#888;
    border-bottom: 1px solid #888;
}

@media screen and (max-width:600px) {
    .gtco-newsall table th{
        font-size:14px;
    }
}
    
/*=====================
footer
=======================*/
footer {
    border-top: 1px solid #888;
    /*background: #f9f9f9;*/
}
.gtco-footer-paragraph h2 {
    font-size: 22px;
}
.gtco-footer-link {
    margin-bottom: 3em;
}
.gtco-footer-link h3 {
    padding-bottom: 0.5em;
    /*border-bottom: 1px solid #aaa;*/
}
.gtco-list-link {
    list-style-type: none; 
}
.gtco-list-link li {
    margin-bottom: 5px;
}
.gtco-list-link li span {
    letter-spacing: 0.95px;
}

.facebook iframe {
    width: 500px;
    height: 500px;
    position: static;
    box-shadow:0px 0px 8px 1px #ababab;
}
@media screen and (max-width: 1100px) {
    .gtco-footer-link h3 {
        font-size:22px;
    }    
}

/*================
gotop
================*/
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gototop.active {
    opacity: 1;
    visibility: visible;
}
.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: mediumaquamarine;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
/*if voice*/
.page-og .gototop a {
    background: #F4AE55;
}
/*if lino*/
.page-bl .gototop a {
    background: #aadeed;
}
/*if varie*/
.page-gr .gototop a {
    background: #c5e07b;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}
#get-in-blog {
    margin-bottom: 2.5em;
}
.youtube-wrapper {
    padding: 5px;
    margin: 10px;
    /*border: 1px dotted #999;*/
}
.youtube-wrapper-all i {
    float: left;
    color: #fe0002;
    margin-right: 12px;
    font-size: 1.7em;
}
.fb-page.fb_iframe_widget {
    display:block;
    width:500px;
    margin:0 auto;
}
/*icon animation*/
a.section-feature-box:hover .section-icon {
    box-shadow: 0 5px 8px -2px rgba(0,0,0,.1),0 0 2px rgba(0,0,0,.1);
    transform: translateY(-5px);
    transition: 0.4s;
}
a.section-feature-box:hover .section-icon i {
    transform: rotate(5deg);
    transition: 0.4s;
}
a.section-feature-box:hover p {
    color: #555;
}

a.section-feature-box {
    position:relative;
    display: block;
    overflow: hidden;
    height: auto;
    min-height: 100%;
    padding: 0.5em 0;
}
a.section-feature-box {
    color: #222;
}

.standardPolicy ul li {
    margin-bottom: 40px;
}
.standardPolicy ul li ul li {
    margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
    .standardPolicy ul {
        padding-left: 10px;
    }
}
/*#video*/ /*{
    width: 1200px; width: 100%;
    height: 720px; height: auto;
    margin: auto;
    position: relative;
}
/*#play_button*//* {
    width: 400px; width: 100%;
    height: 300px; height: auto;
    background-color: #000;
    cursor: pointer;
}

/*#video*//* {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
/*#video iframe*/ /*{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*youtube api Ver*/
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*height: 50%;*/
  overflow: hidden;
}
.youtube img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}   
.player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/*法人案内 table - 決算書*/
.table-settlement {
    cursor: pointer;
}
.table-settlement th {
    vertical-align: middle!important;
}
.table-settlement td img {
    max-width: 60px;
    min-width: 40px;
}
.table-settlement th {
    width: 50%;
}
.table-settlement td {
    width: 50%;
}
@media screen and (max-width: 800px) {
    .table-settlement th {
        width: 60%;
    }
    .table-settlement td {
        width: 40%;
    }
}
@media screen and (max-width: 468px) {
    .table-settlement th {
        width: 75%;
    }
    .table-settlement td {
        width: 25%;
    }
}
@media print {
    #section-aside {
        position: absolute;
    }
}
/*
top main-vis
===========================**/
.main-vis {
    width:  100%;
    /*filter: drop-shadow(0px 5px 0px rgba(0,0,0,0.3));*/
}
.main-vis img{
    width:  100%;
}
/*sub-vis
============================*/
/*.sub-vis{
    height: 300px;
    font-size: 60px;
    text-shadow: 2px 2px 0 rgba(255,255,255,0.6);
}*/
/*.valie{
    background: url(../images/mainVisual_varie_sub01.jpg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 11% 10% 0;
}
.lino{
    background: url(../images/mainVisual_lino_sub01.jpg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 12% 10% 0;
}
.voice{
    background: url(../images/mainVisual_voice_sub01.jpg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 12% 10% 0;
}
.corporation{
    background: url(../images/mainVisual_corporation_sub01.jpg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 12% 10% 0;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}*/
@media screen and (max-width: 1100px) {
    .sub-vis{
        /*height: 200px;*/
        /*font-size: 50px;*/
        text-shadow: 2px 2px 0 rgba(255,255,255,0.6);
    }
}
@media screen and (max-width: 600px) {
    .sub-vis{
        /*height: 200px;*/
        /*font-size: 35px;*/
        text-shadow: 2px 2px 0 rgba(255,255,255,0.6);
        line-height: 1.2em;
    }
    .valie, .lino, .voice{
        background-position: top right;
        background-size: auto 100%;
        padding: 25% 20% 0;
    }    
    .corporation{
        background-position: top right;
        background-size: auto 100%;
        padding: 25% 20% 0;
        text-shadow: 2px 2px 0 rgba(0,0,0,0.6);
    }    
}
/*料金表*/
.price{
    width: 100%;
    margin: 0 auto 30px;
}
.price th, .price td{
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
}
.page-gr .price th{
    background: #e9feda; 
}
.page-bl .price th{
    background: #c4e3ed; 
}
/*ファイルpdfサイズ*/
.gtco-section img {
    width: 3em;
    height: auto;
    float: right;
}

.gtco-container {

}

.pdf-section{
    width:100%;
    overflow:hidden;
    height:auto;
    min-height:100%;
}
p.file-topic{
    width:50%;
    float:left;
    margin-right: 1%;
}
p.pdf-file{
    width:18%;
    float:left;
     margin: 0 auto;
    margin-left: 1%;  
   
}
p.pdf-file img{
    float:left;
    width:50%;
    height:auto;
}

/*==================================▼デザイン修正=======*/
#section-aside #section-logo a {
 color: #190f0f; 
 font-weight: initial;
}
.page-bl #section-aside {
    background: #fff;
}
.bnr {
    color: #fff;
    margin: 0 0;
}
.link-bg {
    height: auto;
}
.link-bg:after {
    display: none;
}
.link-bg {
    border-top: 10px solid #fff;
}
@media screen and (max-width: 468px) {
    .link-bg {
        border-top: 5px solid #fff;
    }    
}
.link-bg:hover {
    filter: opacity(70%);
}
#section-aside #section-main-menu .links-href:hover {
    text-decoration: underline; 
}
.voice-menu {
    background: #F4AE55;
    padding: 3px 0;
    height: 70px;
    background-position: center;
    background-size: cover;
}
.lino-menu {
    background: #aadeed;
    padding: 3px 0;
    height: 70px;
    background-position: center;
    background-size: cover;
}
.varie-menu {
    background: #c5e07b;
    padding: 3px 0;
    height: 70px;
    background-position: center;
    background-size: cover;
}
#section-aside {
    border-top: 30px solid #F27398;
}
.accordion li:nth-child(4) {
    border-bottom: 1px solid #F27398;
}
.accordion li:nth-child(5) {
    border-bottom: 1px solid #c5e07b;
}
.accordion li:nth-child(6) {
    border-bottom: 1px solid #aadeed;
}
.accordion li:nth-child(7) {
    border-bottom: 1px solid #F4AE55;
}
.foot-voice {
    border-bottom: 1px solid #F4AE55;
}
.foot-lino {
    border-bottom: 1px solid #aadeed;
}
.foot-varie {
    border-bottom: 1px solid #c5e07b;
}
.title-span-1 {
    color: #F4AE55;
}
.title-span-2 {
    color: #F27398;
}
.title-span-3 {
    color: #aadeed;
}

.accordion .submenu li {
    border: none;
}
.bg-1-og {
    margin-top: 1em;
}
.bg-1-bl {
    margin-top: 1em;
}
.bg-1-gr {
    margin-top: 1em;
}
/*-------------------------------------------------------------ポップアップ*/
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: auto;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 700px;
         height: 700px;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
    }
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     font-size: 14px;
     line-height: 1.8em;
}
.popupModal1 label {
    display: block;
}
.popupModal1 img {
    height: auto;
    width: 100%;
}
/*--------------------------------------*/
.introduce p {
    font-size: 1.3em;
    font-weight: 300;
}
.introduce {
    padding-top: 30px;
}
/*----------------------お問い合わせ　上　余白 サイズ*/
.contents-area-sub {
    padding-top: 1em;
    padding-left: 1em;
}
#font-change .container {
    width: 100%;
}
.main-vis {
    height:50%;
    width: 50%;
    position: relative;
    float: right;
    margin-top: 1em;
    margin-right: 0;
    padding-right: 0;
}
.main-vis img {
    position: absolute;
    height: 400px;
    width: auto;
    right: 0;
}
.introduce p {
    text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;  
} 

/*--------------------------------アイコン。タイトルそば*/
.bird-icon {
    position: absolute;
    display: inline-block;
    top: 90px;
    right: 0;
    width: 70px;
    height: auto;
}
.flower-icon {
    position: absolute;
    display: inline;
    top: 110px;
    right: 0;
    width: 70px;
    height: auto;    
}
.dolphin-icon {
    position: absolute;
    display: inline;
    top: 85px;
    right: 0;
    width: 70px;
    height: auto;    
}
/*--------------------タブレットサイズ以下。用メニュートップ余白*/
@media screen and (max-width: 768px) {
    #section-aside #section-main-menu ul {
    padding-top: 20px;
    }
}
/*-----------------------装飾トップページ*/
/*.deco {
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/
.cherry {
    position: fixed;
    top:0;
    right:0;
    z-index: -10;
    height: 60vh;
    width: 100vh;
}
.corner-cherry {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 20%;
    width: auto;
    z-index: -10;
}
/*------------------動画*/
.youtube img {
    height: 200px;
    width: auto;
}
.logo-float {
    position: absolute;
    top: 0;
    right: 0;  
}
@media screen and (max-width: 1200px) {
    .logo-float {
        display: none;
    }
}
.top-btn{
    position: absolute;
    z-index: 3;
    bottom: 50px;
    right: 40px;
    border-radius: 15px;
    width: 290px;
    padding: 10px;
}
.top-btn h2,.top-btn p,.top-btn small{
    color: #000;
    margin: 0;
}
.top-btn h2{
    font-size: 25px;
    margin-left: 2rem;
}
.top-btn p{
    margin-left: 2rem;

}
.top-btn small{
    display: block;
    margin-right: 1rem;
    text-align: right;
}
.top-content1{
    display: flex;
    gap: 2rem;
}
.top-content2{
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.top-content1 img,.top-content2 img{
    border-radius: 30px;
    width: 50%;
}
.facility-desc{
    position: relative;
    width: 100%;
    display: grid;
    flex-direction: column;
}
.btn{
    justify-self: flex-end;
    align-self: flex-end;
    width: 200px;
    border-radius: 10px;
}
.btn--orange{
    background-color: rgb(249, 184, 102);

}
.btn--blue{
    background-color: rgb(170, 222, 237);
}
.btn--green{
    background-color: rgb(203, 229, 133);
}
@media(max-width:1201px){
    .top-content1{
        flex-direction: column;
    }
    .top-content2{
        flex-direction: column-reverse;
    }
    .btn{
        justify-self: center;
    }
    .top-content1 img,.top-content2 img{
        border-radius: 30px;
        width: 100%;
    }
}
@media(max-width:992px){
    .top-btn{
        width: 250px;
        bottom: 20px;
        right: 20px;
        padding: 5px;
    }
    .top-btn h2,.top-btn p,.top-btn small{
        color: #000;
        margin: 0;
    }
    .top-btn h2{
        font-size: 20px;
    }
}
@media(max-width:992px){
    .top-btn{
        width: 200px;
        bottom: 10px;
        right: 10px;
    }
    .top-btn h2{
        font-size: 18px;
    }
}
.accordion li:nth-child(1) .link{
    background-position-y:bottom;
}
/* .accordion li:nth-child(2) .link{
    background-position-y:0;
} */
.accordion li:nth-child(3) .link{
    background-position-y:bottom;
}