
/* CSS Document */

/*==================================================

Each contents
=================================================*/

.about {
    position: relative;
    margin-top: 100px;
}
.about-movie {
    width: 100%;
    background-color: #bee3ef;
}
.about .inner {
    width: 90%;
    max-width: 980px;
    position: relative;
    margin: 0 auto;
}
.about .inner h1 {
    font-size: 1.8rem;
    color: #FFF;
    background-color: #1a668b;
    margin-bottom: 40px;
    padding: .5em 1em;
}
.about .inner h2 {
    font-size: 1.8rem;
    color: #1a668b;
    margin: 2em 0 1em;
}
.about .inner h2 span {
    font-size: 1.6rem;
    display: inline-block;
    color: #FFF;
    background-color: #1a668b;
    margin-right: 10px;
    padding: 1px 1em;
}

.photo-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.photo-list .item {
    width: 20%;
    padding: 0 1%;
}
.photo-list .item p {
    min-height: 1.8em;
    position: relative;
    font-size: 1rem;
    text-align: center;
    line-height: 140%;
    padding: .5em 0;
}

.profile {
    position: relative;
    margin-top: 100px;
}
.profile.nomg {
    margin-top: 0;
}
.profile .inner {
    width: 90%;
    max-width: 980px;
    position: relative;
    margin: 0 auto;
}
.profile .inner h1 {
    font-size: 1.8rem;
    color: #FFF;
    background-color: #1a668b;
    margin-bottom: 40px;
    padding: .5em 1em;
}
.profile .inner h2 {
    font-size: 2rem;
    border-left: 7px solid #1a668b;
    margin-bottom: 30px;
    padding-left: 12px;
}
.profile .inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.profile .inner dl dt {
    width: 31.7%;
}
.profile .inner dl dd {
    width: 64%;
}
.profile .inner dl.l-size dt {
    width: 40%;
}
.profile .inner dl.l-size dd {
    width: 40%;
}
.profile .inner dl dt span {
    display: block;
    font-size: 2rem;
    text-align: right;
    margin-top: .5em;
}
.profile .inner .add-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    background-color: #bee3ef;
    padding: 4%;
}
.profile .inner .add-info .photo {
    width: 31.5%;
}
.profile .inner .add-info p {
    width: 65%;
}
.profile .inner .history {
    max-width: 612px;
}
.profile .inner p.name {
    font-size: 2rem;
    margin-top: 2em;
}

.profile img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.reserch {
    position: relative;
}
.reserch .contents-inner h1 {
    font-size: 1.8rem;
    color: #FFF;
    background-color: #1a668b;
    margin-bottom: 40px;
    padding: .5em 1em;
}
.reserch .contents-inner .inner {
    width: 95%;
    margin: 0 auto;
}
.reserch .contents-inner .inner h2 {
    font-size: 2rem;
    color: #1a668b;
    border-top: 1px solid #1a668b;
    border-bottom: 1px solid #1a668b;
    text-indent: -1em;
    padding: 15px 0 15px 1em;
}
.reserch .contents-inner .inner ul {
    margin-top: 20px;
}
.reserch .contents-inner .inner li {
    padding: 10px 0;
}
.reserch .contents-inner .inner li a {
    color: #000;
    text-decoration: none;
    background-image: url("../../images/blank_icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-right: 30px;
}
.reserch .contents-inner .inner li h3 {
    display: inline-block;
    border-left: 7px solid #1a668b;
    padding-left: 10px;
}
.reserch .contents-inner .inner li ul {
    margin-top: 20px;
}
.reserch .contents-inner .inner li ul li {
    border-top: 1px solid #e5e5e5;
    text-indent: -.5em;
    padding: 10px 0 10px .5em;
}
.reserch .contents-inner .inner li ul li:nth-last-of-type(1) {
    border-bottom: 1px solid #e5e5e5;
}
.reserch .contents-inner .banner {
    width: 100%;
    max-width: 456px;
    display: block;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    margin: 60px auto 0;
}
.reserch .contents-inner .banner dd {
    margin-top: 20px;
}
.reserch img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.performance {
    position: relative;
}
.performance ul {
    margin-top: 30px;
}
.performance ul li {
    color: #FFF;
    background-color: #1a668b;
    margin-top: 10px;
    padding: 5px 1em;
}

.achievement {
    position: relative;
}
.achievement .contents-inner h1 {
    font-size: 1.8rem;
    color: #FFF;
    background-color: #1a668b;
    margin-bottom: 40px;
    padding: .5em 1em;
}
.achievement .contents-inner .field {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.achievement .contents-inner .field > div {
    width: 31%;
    max-width: 306px;
}
.achievement .contents-inner .field > div p {
    margin-top: 10px;
}
.achievement .contents-inner ul {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 30px;
}
.achievement .contents-inner ul li {
    border-top: 1px solid #e5e5e5;
    text-indent: -.5em;
    padding: 10px 0 10px .5em;
}
.achievement img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.access {
    position: relative;
}
.access h1 {
    font-size: 2rem;
    text-align: center;
}
.access .map {
    margin: 50px 0;
}
.access p {
    text-align: center;
}
.access .button {
    border-radius: 0;
    max-width: 400px;
    padding: .8em 1em;
}

.recruit {
    position: relative;
}
.recruit section {
    margin-bottom: 80px;
}
.recruit section:nth-last-of-type(1) {
    margin-bottom: 0;
}
.recruit section .contents-inner {
    margin-top: 30px;
}
.recruit .contents-inner h1 {
    font-size: 1.8rem;
    color: #FFF;
    background-color: #1a668b;
    margin-bottom: 40px;
    padding: .5em 1em;
}
.recruit ul li {
    border-top: 1px solid #e5e5e5;
    text-indent: -.5em;
    padding: 10px 0 10px .5em;
}
.recruit ul li:nth-last-of-type(1) {
    border-bottom: 1px solid #e5e5e5;
}

.education {
    position: relative;
}
.education section {
    position: relative;
    margin-bottom: 80px;
}
.education section:nth-last-of-type(1) {
    margin-bottom: 0;
}
.education section .contents-inner {
    margin-top: 30px;
}
.education .contents-inner h1 {
    font-size: 1.8rem;
    color: #FFF;
    background-color: #1a668b;
    margin-bottom: 40px;
    padding: .5em 1em;
}
.education ul li {
    text-indent: -.5em;
    padding: 5px 0 5px .5em;
}
.education .contents-inner .bg-inner {
    width: 100%;
    position: relative;
    background-color: #e8f3fb;
    padding: 60px 60px;
}
.education .contents-inner .bg-inner .point {
    width: 40px;
    position: absolute;
    color: #FFF;
    text-align: center;
    background-color: #1a668b;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px;
    z-index: 1;
}
.education .contents-inner .bg-inner h2 {
    color: #1a668b;
    margin: 40px 0 20px;
}
.education .contents-inner .bg-inner ul {
    padding-left: 1.5em;
}
.education .photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.sitemap .contents-inner li a {
    width: 100%;
    display: block;
    color: #FFF;
    text-decoration: none;
    background-color: #1a668b;
    margin-top: 20px;
    padding: .5em 1em;
}

.news-list dl {
    width: 90%;
    max-width: 980px;
    display: table;
    border-top: 1px solid #CCC;
    margin: 0 auto;
}
.news-list dl dt {
    width: 6em;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}
.news-list dl dt::before {
    content: "- ";
    display: inline;
    vertical-align: middle;
}
.news-list dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 2em;
}

.news-details .inner {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
.news-details .inner .date {
    margin: 1em 0;
}
.news-details .inner .txt {
    margin: 2em 0;
}
.news-details .inner .back-b {
    width: 240px;
    display: block;
    color: #000;
    text-align: center;
    border: 1px solid #CCC;
    text-decoration: none;
    border-radius: 30px;
    margin: 10% auto 0;
    padding: 10px 1em;
}
.news-details .inner .back-b:hover {
    background-color: #CCC;
}
.news-details .inner img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
    
    .about .inner h1 {
        font-size: 1.6rem;
        color: #FFF;
        background-color: #1a668b;
        margin-bottom: 5%;
        padding: .5em 1em;
    }
    .about .inner h2 {
        font-size: 1.6rem;
        margin: 5% 0 3%;
    }
    .about .inner h2 span {
        font-size: 1.4rem;
        display: inline-block;
        color: #FFF;
        background-color: #1a668b;
        margin-right: 10px;
        padding: 1px 1em;
    }
    .photo-list {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .photo-list .item {
        width: 48%;
        padding: 0;
    }
    .photo-list .item p {
        padding: .8em 0;
    }
    .profile {
        position: relative;
        margin-top: 10%;
    }
    .profile .inner h1 {
        font-size: 1.6rem;
        color: #FFF;
        background-color: #1a668b;
        margin-bottom: 5%;
        padding: .5em 1em;
    }
    .profile .inner h2 {
        font-size: 2.4rem;
        margin-bottom: 5%;
    }
    .profile .inner dl {
        display: block;
    }
    .profile .inner dl dt {
        width: 100%;
    }
    .profile .inner dl dd {
        width: 100%;
        margin-top: 5%;
    }
    .profile .inner dl.l-size dt {
        width: 100%;
    }
    .profile .inner dl.l-size dd {
        width: 100%;
    }
    .profile .inner dl dt span {
        display: block;
        font-size: 1.6rem;
    }
    .profile .inner .add-info {
        width: 100%;
        display: block;
        margin-top: 5%;
        padding: 4%;
    }
    .profile .inner .add-info .photo {
        width: 100%;
        margin-top: 5%;
    }
    .profile .inner .add-info p {
        width: 100%;
    }
    .profile .inner p.name {
        font-size: 1.6rem;
    }
    .reserch .contents-inner h1 {
        font-size: 1.6rem;
        color: #FFF;
        background-color: #1a668b;
        margin-bottom: 5%;
        padding: .5em 1em;
    }
    .reserch .contents-inner .inner {
        width: 95%;
        margin: 0 auto;
    }
    .reserch .contents-inner .inner h2 {
        font-size: 1.6rem;
        color: #1a668b;
        border-top: 1px solid #1a668b;
        border-bottom: 1px solid #1a668b;
    }
    .reserch .contents-inner .inner ul {
        margin-top: 5%;
    }
    .reserch .contents-inner .inner li ul {
        margin-top: 5%;
    }
    .reserch .contents-inner .banner {
        width: 100%;
        max-width: 456px;
        display: block;
        font-size: 1.6rem;
        text-align: center;
        text-decoration: none;
        margin: 5% auto 0;
    }
    .reserch .contents-inner .banner dd {
        margin-top: 20px;
    }

    .performance ul {
        margin-top: 4%;
    }
    .performance ul li {
        color: #FFF;
        background-color: #1a668b;
        margin-top: 10px;
        padding: 5px 1em;
    }

    .achievement .contents-inner h1 {
        font-size: 1.6rem;
        color: #FFF;
        background-color: #1a668b;
        margin-bottom: 5%;
        padding: .5em 1em;
    }
    .achievement .contents-inner .field {
        width: 100%;
        display: block;
    }
    .achievement .contents-inner .field > div {
        width: 100%;
        max-width: 306px;
        margin: 0 auto 6%;
    }
    .achievement .contents-inner ul {
        border-bottom: 1px solid #e5e5e5;
        margin-top: 4%;
    }
    .achievement .contents-inner ul li {
        border-top: 1px solid #e5e5e5;
    }
    
    .access h1 {
        font-size: 1.8rem;
    }
    .access .map {
        margin: 6% 0;
    }
    
    .recruit {
        position: relative;
    }
    .recruit section {
        margin-bottom: 8%;
    }
    .recruit section:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .recruit section .contents-inner {
        margin-top: 4%;
    }
    .recruit .blank {
        margin-top: 4%;
        padding-right: 30px;
    }
    .recruit .contents-inner h1 {
        font-size: 1.6rem;
        color: #FFF;
        background-color: #1a668b;
        margin-bottom: 5%;
        padding: .5em 1em;
    }
    .education {
        position: relative;
    }
    .education section {
        margin-bottom: 8%;
    }
    .education section .contents-inner {
        margin-top: 5%;
    }
    .education .contents-inner h1 {
        font-size: 1.8rem;
        color: #FFF;
        background-color: #1a668b;
        margin-bottom: 5%;
        padding: .5em 1em;
    }
    .education ul li {
        text-indent: -.5em;
        padding: 5px 0 5px .5em;
    }
    .education .contents-inner .bg-inner {
        width: 100%;
        position: relative;
        background-color: #e8f3fb;
        padding: 60px 5% 6%;
    }
    .education .contents-inner .bg-inner .point {
        width: 40px;
        position: absolute;
        color: #FFF;
        text-align: center;
        background-color: #1a668b;
        top: 0;
        left: 0;
        margin: 0;
        padding: 5px;
        z-index: 1;
    }
    .education .contents-inner .bg-inner h2 {
        font-size: 1.6rem;
        color: #1a668b;
        margin: 5% 0 3%;
    }
    
    .news-list dl dt {
        width: 100%;
        display: block;
        padding: 10px 0 0;
    }
    .news-list dl dd {
        display: block;
        padding: 0 0 10px;
    }
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

