header.fix{
  background:#fff;
  box-shadow:0 2px 8px rgba(30,30,80,.3);
  line-height:1;
  top:0;
  width:100%;
  z-index:24;

}
.js-fixed-header {
    transition: .3s;
}

header .title p {
    display: none;
}

header h1 {
    padding-top: 10px;
    padding-bottom: 10px;
}
#gsc{
    margin: 5px;
}
nav ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #649ED7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DEDEDE;
}
nav ul li.m_close a {
    color: #666666;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DEDEDE;
    text-align: center;
}
.d-nav ul li a::after {
    position: absolute;
    font-weight: normal;
    margin-top: -20px;
    right: 15px;
    font-family: FontAwesome;
    content: "\f054";
    color: #ffffff;
}
.d-nav ul li.m_close a::after {
    position: absolute;
    font-weight: normal;
    margin-top: -20px;
    right: 15px;
    font-family: FontAwesome;
    content: "\f00d";
    color: #666666;
}
nav ul li a:hover {
    background-color: #92BAE2;
}

nav .menu-item-description {
    display: none;
}

nav ul ul li a {
    color: #666666;
    background-color: #ffffff;
    font-size: 90%;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
}

nav ul ul li a:hover {
    background-color: #D7E6F4;
}

nav ul ul li ul li a {
    padding-left: 40px;
}

.d-nav ul ul li a::after {
    margin-top: 5px;
    color: #aaaaaa;
}

.d-nav ul ul li:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DEDEDE;
}

.swiper-container .swiper-slide .swiper-slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 3s ease 0s;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bolder;
    width: 70%;
    font-size: 14px;
    text-shadow: black 0 0 12px;
}
#right_menu{display: none;}
#suboutput {
    background-color: #eeeeee;
    padding: 0px;
    padding-top: 10px;
}

.search input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.search form {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #aaa;
    display: block;
    padding: 3px 8px;
    border-radius: 20px;
    height: 2.3em;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    background-color: #fff;
}

.search input[type="text"] {
    border: none;
    height: 2.0em;
}

.search input[type="text"]:focus {
    outline: 0;
}

.search input[type="submit"] {
    content: '\f067';
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: #3879D9;
    position: absolute;
    width: 1.4em;
    height: 2.5em;
    right: 0;
    top: -10px;
    outline: none;
}

.mail::before {
    color: #ffffff;
    font-family: FontAwesome;
    content: "\f0e0";
    font-size: 150%;
}

.document::before {
    color: #ffffff;
    font-family: FontAwesome;
    content: "\f016";
    font-size: 150%;
}
    .job::before {
        color: #ffffff;
        font-family: FontAwesome;
        content: "\f007";
        font-size: 150%;

    }
.map::before {
    color: #ffffff;
    font-family: FontAwesome;
    content: "\f041";
    font-size: 150%;
}
.build::before {
        color: #ffffff;
        font-family: FontAwesome;
        content: "\f122";
        font-size: 150%;
    }

.btn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn a {
    text-decoration: none;
    float: left;
    display: block;
    width: 60px;
    background-color: #649ED7;
    text-align: center;
    color: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 4px;
    font-size: 80%;
}
.btn a.reply {
        text-decoration: none;
        float: left;
        display: block;
        width: 85px;
        background-color: #AD635F;
        text-align: center;
        color: #ffffff;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 80%;
    }
.btn a:hover {
    background-color: #3074B8;
}

    .btn a.reply:hover {
        background-color: #C85500;
    }

#new-post-list-container {
    overflow: visible;
    height: 100%;
}

#info {
    background-color: #EFF5FB;
    padding: 0px;
}

.phone {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: calc(100vw / 24);
}

.phone p:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
}

.phone p:last-child {
    margin-left: 0px;
    margin-top: 10px;
}

.catch p {
    text-align: center;
    font-size: 90%;
    color: #666666;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bolder;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.news_title {
    width: 100%;
}

.cate_title h3 {
    white-space: nowrap;
}

#info .cate_title h3::after {
    display: none;
}

#course .cate_title h3::after {
    display: none;
}
#course h4 {
     font-size: calc(100vw / 16);


}

#course #top-block,
#course #center-block,
#course #bottom-block {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#course .center {
    margin-left: 0px;
    margin-right: 0px;
}

#course .left {
    margin-right: 0px;
}

#course .k-box2 .left {
    margin-right: 0px;
}

#course .right {
    margin-left: 0px;
}

#top-block .k-box,#center-block .k-box,#bottom-block .k-box {
    display: block;
    width: 100%;
    background-color: aqua;
}

#bottom-block .banner div {
    margin: 0 auto;
}

#bottom-block .banner div img {
    margin-bottom: 20px;
}

.banner_link {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: calc(100vw / 40);
}

.banner_link ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.banner_link li:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
}

.banner_link li:last-child {
    margin-left: 0px;
}
.ad {
    display:flex;
    flex-direction: column;
    width: 100%;
}
.ad div{
        margin-left: auto;
    margin-right: auto;
}
.ad .b_btn{
    margin-top: 15px;
    
}
footer .foot_contents,
footer .footer_nav {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}


.footer_nav div {
    transition: .5s;
    height: 0;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    width: 100%;

}

footer .footer_nav {
    flex-basis: 100%;
    width: 100%;
}

footer .footer_nav a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding: 0 10px;
    padding: 10px;
}

footer .footer_nav li a:hover {
    text-decoration: none;
    background-color: antiquewhite;
}

footer .footer_nav li a {
    text-decoration: none;
    font-size: 100%;
    color: #333333;
}

footer input {}
footer .foot_info .res i span {
    font-size: 45%;
}
footer label {
    display: block;
    background: #7194BF;
    cursor: pointer;
    padding: 10px;    color: #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
    position: relative;
}

footer label:hover {
    background: #9fb7d4;
}

.acd-check {
    display: none;
}

.acd-label:after {

    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: FontAwesome;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 5px;
}

.footer_nav div {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    overflow: hidden;
}

.acd-check:checked + .acd-label:after {
    content: '\f068';
}

.acd-check:checked + .acd-label + .footer_nav div {
    opacity: 1;
    padding: 10px;
    height: auto;
}
