@charset "UTF-8";
/* ===========================================================

	Title: top.css
	Created: 2018-05-02
	TOP専用スタイル

=========================================================== */

/*
	Common
	General
		banner
	
=========================================================== */

.separate,
.separate--top {
    display: block;
    padding: 50px 0 0 0;
    margin: 0;
    clear: both;
    width: 100%;
    height: 260px;
    position: relative;
}

.separate::before,
.separate::after,
.separate--top::before {
    display: block;
    padding: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
}

.separate::before,
.separate--top::before {
    background-color: rgb(16, 140, 207);
    z-index: 1;
}

.separate::after {
    height: 160px;
    background-color: rgb(255, 255, 255);
    z-index: 10;
}

.separate--top {
    padding: 0;
    height: 100px;
}

.separate__inner {
    display: block;
    padding: 0;
    margin: 0 auto;
    clear: both;
    width: 100%;
    height: 160px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transform-origin: 50% 50%;
}

.separate span {
    display: block;
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media print,
screen and (min-width: 992px) {
    .separate {
        padding: 100px 0 0 0;
        height: 560px;
    }
    .separate::after {
        height: 360px;
    }
    .separate__inner {
        height: 360px;
    }
}

.separate--left .separate__inner {
    transform: skewY(3.0deg);
}

.separate--left span {
    transform: skewY(-3.0deg) scale(1.35);
}

.separate--right .separate__inner {
    transform: skewY(-3.0deg);
}

.separate--right span {
    transform: skewY(3.0deg) scale(1.35);
}

.separate--news span {
    background-image: url(../img/jumbotoron/separate--news.jpg);
}

.separate--message span {
    background-image: url(../img/jumbotoron/separate--message.jpg);
}

.separate--philosophy span {
    background-image: url(../img/jumbotoron/separate--philosophy.jpg);
}

.separate--profile span {
    background-image: url(../img/jumbotoron/separate--profile.jpg);
}

.separate--history span {
    background-image: url(../img/jumbotoron/separate--history.jpg);
}

/* -----------------------------------------------------------
	Jumbotron
----------------------------------------------------------- */

.jumbotron {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    min-height: 400px;
    position: relative;
    flex-wrap: wrap;
}

.jumbotron {
    background-image: url(../img/jumbotoron/jumbotron.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media print,
screen and (min-width: 992px) {
    .jumbotron {
        min-height: 600px;
    }
}

.jumbotron__inner,
.jumbotron__scroll {
    display: block;
    padding: 0 15px;
    margin: 0;
    position: relative;
    width: 100%;
}

.jumbotron__inner {
    padding: 60px 15px 0 15px;
}

.jumbotron__inner h1 {
    display: flex;
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 170px;
    justify-content: center;
    align-items: center;
}

.jumbotron__inner span {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 700px;
}

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

@media print,
screen and (min-width: 992px) {
    .jumbotron__inner {
        padding: 80px 15px 0 15px;
    }
}

.jumbotron__scroll {}

.jumbotron__scroll::before {
    display: block;
    padding: 0;
    margin: 0 0 0 -0.5px;
    width: 1px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, 1.00);
    content: "";
}

a.jumbotron__scroll__icon {
    display: block;
    padding: 0;
    margin: 0 0 0 -15px;
    width: 30px;
    height: 50px;
    border: solid 1px rgba(255, 255, 255, 1.00);
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

a.jumbotron__scroll__icon:hover {
    color: #fff;
}

a.jumbotron__scroll__icon::before {
    display: block;
    padding: 0;
    margin: 0 0 0 -40px;
    content: "Scroll Down";
    width: 80px;
    font-size: 1.2rem;
    position: absolute;
    top: -30px;
    left: 50%;
}

a.jumbotron__scroll__icon::after {
    display: block;
    padding: 0;
    margin: 8px auto 0 auto;
    width: 4px;
    height: 10px;
    border: solid 1px rgba(255, 255, 255, 1.00);
    border-radius: 2px;
    content: "";
}

/* -----------------------------------------------------------
	Top Common
----------------------------------------------------------- */

.top-section {
    display: block;
    padding: 40px 15px;
    margin: 0;
    clear: both;
    line-height: 1.8;
}

.top-section__header {
    display: block;
    padding: 0 0 40px 0;
    margin: 0 auto;
    clear: both;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

.top-section__header h2 {
    display: block;
    padding: 0;
    margin: 0 auto;
    clear: both;
}

.top-section__header span {
    display: block;
    padding: 0;
    margin: 0 auto;
    clear: both;
}

.top-section__header span.top-section__header--ja {
    font-size: 3.0rem;
    font-weight: 700;
    color: rgba(10, 45, 136, 1.00);
}

.top-section__header span.top-section__header--en {
    margin: 20px 0 0 0;
    font-size: 1.6rem;
    color: rgba(102, 162, 219, 1.00);
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.is_en .top-section__header span.top-section__header--en {
    margin: 0;
    font-size: 3.0rem;
    font-weight: 700;
    color: rgba(10, 45, 136, 1.00);
}

.top-section__inner {
    display: block;
    padding: 20px 0;
    margin: 0 auto;
    clear: both;
    max-width: 1000px;
}

/* -----------------------------------------------------------
	message
----------------------------------------------------------- */

.message {
    display: block;
    padding: 0;
    margin: 0;
}

.message__photo {
    display: block;
    padding: 2.0em 0;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.message__photo_img {
    display: block;
    padding: 9px;
    margin: 0 auto;
    width: 100%;
    border: solid 1px #ddd;
}

.message__photo_part {
    display: block;
    padding: 20px 0 0 0;
    margin: 0 auto;
    width: 100%;
}

.message__photo_part img {
    width: 190px;
}

.message__body {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

@media print,
screen and (min-width: 576px) {}

@media print,
screen and (min-width: 768px) {}

@media print,
screen and (min-width: 992px) {
    .message {
        display: flex;
        margin: 0 -20px;
        justify-content: space-between;
    }
    .message__photo {
        padding: 0 20px;
        margin: 0;
        width: calc(300px + 40px);
        max-width: none;
    }
    .message__body {
        padding: 0 20px;
        width: calc((100% - 300px) - 40px);
    }
}

@media print,
screen and (min-width: 1200px) {}

/* -----------------------------------------------------------
	philosophy
----------------------------------------------------------- */

.philosophy-list {
    display: block;
    padding: 0;
    margin: 0;
}

.philosophy-list h3 {
    color: #d70000;
    font-size: 20px;
    display: block;
    padding: 10px 20px;
    margin: 0 0 30px 0;
    border-bottom: solid 3px #0a2d88;
    border-top: solid 3px #0a2d88;
}

.philosophy-list h3 img {
    height: 20px;
    width: auto;
}

@media print,
screen and (min-width: 992px) {
    .philosophy-list h3 img {
        height: 30px;
    }
}

.philosophy-list__main {
    display: block;
    padding: 5px;
    margin: 0;
}

.philosophy-list__main dl {
    display: flex;
    padding: 10px 0;
    margin: 0;
    align-items: flex-start;
}

.philosophy-list__main dt {
    display: block;
    padding: 0;
    margin: 0;
    width: 70px;
}

.philosophy-list__main dd {
    display: block;
    padding: 0;
    margin: 0;
    width: calc(100% - 70px);
}

.philosophy-list__main dt img {
    width: 60px;
}

.philosophy-list__main img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.philosophy-list__main h4 {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
    background-color: transparent;
    color: #0a2d88;
}

.philosophy-list__main h4 img {
    height: 20px;
}

.philosophy-list__main h5 {
    display: block;
    padding: 0;
    margin: 0.25em 0;
    font-size: 2.2rem;
    color: #0a2d88;
}

.philosophy-list__main h5 span {
    border-bottom: solid 2px;
}

.philosophy-list__main p {
    display: block;
    padding: 0;
    margin: 0;
}

@media print,
screen and (min-width: 992px) {
    .philosophy-list__main dt {
        width: 200px;
        position: relative;
    }
    .philosophy-list__main dt::before,
    .philosophy-list__main dt::after,
    .philosophy-list__main dd::before {
        display: block;
        padding: 0;
        margin: -2px 0 0 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #ccc;
        position: absolute;
        top: 60px;
        right: 0;
        content: "";
    }
    .philosophy-list__main dt::before,
    .philosophy-list__main dt::after {
        right: 0;
    }
    .philosophy-list__main dd::before {
        left: -20px;
    }
    .philosophy-list__main dt::before {
        right: 60px;
    }
    .philosophy-list__main dt::after {
        right: 40px;
    }
    .philosophy-list__main dt img {
        width: 120px;
    }
    .philosophy-list__main dd {
        position: relative;
        width: calc(100% - 200px);
    }
    .philosophy-list__main h4 img {
        height: 20px;
    }
    .philosophy-list__main h5 {
        margin: 0;
        font-size: 27px;
    }
    .philosophy-list h3 {
        font-size: 30px;
    }
}

/* -----------------------------------------------------------
	profile
----------------------------------------------------------- */

.dl-table-profile {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.dl-table-profile>dl {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: solid 1px #ddd;
}

.dl-table-profile>dl:last-child {
    border-bottom: none;
}

.dl-table-profile__title {
    display: block;
    padding: 1.0em 0;
    margin: 0;
    width: 100%;
    transition: all 0.5s;
}

.dl-table-profile__title span {
    display: inline-block;
    padding: 0;
    margin: 0 1.0em 0 0;
}

.dl-table-profile__title .dl-table-profile__position {
    display: block;
}

.dl-table-profile__title .dl-table-profile__name {}

.dl-table-profile__title .dl-table-profile__btn {
    white-space: nowrap;
    float: right;
    border: solid 1px rgb(10, 45, 136);
    background-color: rgb(255, 255, 255);
    color: #0a2d88;
    padding: 0 0 0 1.0em;
    width: 6.0em;
    text-align: center;
    border-radius: 4px;
    font-size: 1.2rem;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
}

.dl-table-profile__title .dl-table-profile__btn:hover {
    background-color: rgba(102, 162, 219, 0.20);
}

.is_ja .dl-table-profile__title .dl-table-profile__btn {
    width: 6.0em;
}

.is_en .dl-table-profile__title .dl-table-profile__btn {
    width: 9.0em;
    float: right;
}

.dl-table-profile__title .dl-table-profile__btn::before,
.dl-table-profile__title .dl-table-profile__btn::after {
    display: inline-block;
    transition: all 0.5s;
}

.dl-table-profile__title .dl-table-profile__btn::before {
    display: block;
    margin: 0;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 10px;
}

.is_ja .dl-table-profile__title .dl-table-profile__btn::after {
    content: "略歴";
}

.is_en .dl-table-profile__title .dl-table-profile__btn::after {
    content: "Biography";
}

.dl-table-profile__body {
    display: none;
}

.dl-table-profile__title.is_active .dl-table-profile__btn {
    border: solid 1px rgba(0, 0, 0, 0.40);
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.40);
}

.dl-table-profile__title.is_active .dl-table-profile__btn:hover {
    background-color: rgba(102, 162, 219, 0.20);
}

.dl-table-profile__title.is_active .dl-table-profile__btn::before {
    transform: rotate(180deg);
}

.is_ja .dl-table-profile__title.is_active .dl-table-profile__btn::after {
    content: "閉じる";
}

.is_en .dl-table-profile__title.is_active .dl-table-profile__btn::after {
    content: "Close";
}

@media print,
screen and (min-width: 768px) {
    .dl-table-profile__title span {
        margin: 0;
    }
    .dl-table-profile__title .dl-table-profile__position {
        width: 18em;
        display: inline-block;
    }
    .is_en .dl-table-profile__title .dl-table-profile__position {
        width: auto;
        margin-bottom: 0.5em;
        display: block;
        font-size: 1.4rem;
    }
    .dl-table-profile__title .dl-table-profile__name {
        width: 8em;
    }
    .is_en .dl-table-profile__title .dl-table-profile__name {
        width: 20.0em;
    }
    .is_ja .dl-table-profile__title .dl-table-profile__btn {
        float: none;
    }
}

.dl-table-profile__body .dl-table-responsive {
    width: 100%;
}

.dl-table-profile__body .dl-table-responsive>dl {}

.dl-table-profile__body .dl-table-responsive>dl>dt,
.dl-table-profile__body .dl-table-responsive>dl>dd {
    padding: 0.5em;
}

.dl-table-profile__body .dl-table-responsive>dl>dt {
    white-space: nowrap;
}

.dl-table-profile__body .dl-table-responsive>dl>dd {}

@media print,
screen and (min-width: 768px) {
    .dl-table-profile .dl-table-responsive {
        font-size: 1.4rem;
        width: 100%;
    }
    .dl-table-profile .dl-table-responsive>dl {}
    .dl-table-profile .dl-table-responsive>dl>dt,
    .dl-table-profile .dl-table-responsive>dl>dd {
        padding: 0.5em 1.0em;
        border-bottom: solid 1px #ddd;
        vertical-align: middle;
    }
    .dl-table-profile .dl-table-responsive>dl:last-child>dt,
    .dl-table-profile .dl-table-responsive>dl:last-child>dd {
        border-bottom: none;
    }
    .dl-table-profile .dl-table-responsive>dl>dt {}
    .is_ja .dl-table-profile .dl-table-responsive>dl>dt {
        width: 20%;
    }
    .is_ja .dl-table-profile .dl-table-responsive>dl>dd {
        width: 80%;
    }
    .is_en .dl-table-profile .dl-table-responsive>dl>dt {
        width: 20%;
    }
    .is_en .dl-table-profile .dl-table-responsive>dl>dd {
        width: 80%;
    }
}

a.map-btn {
    display: inline-block;
    padding: 0 1.0em;
    margin: 0;
    background-color: #0a2d88;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    border-radius: 4px;
    font-size: 1.4rem;
}

a.map-btn:hover {
    background-color: rgba(102, 162, 219, 1.00);
}

a.map-btn::before {
    display: inline-block;
    padding: 0;
    margin: 0 0.5em 0 0;
    content: "\f041";
    font-family: FontAwesome;
}

/* -----------------------------------------------------------
	organization
----------------------------------------------------------- */

.js-organization-info {
    display: none;
}

.organization-btn {
    display: block;
    padding: 40px 0 20px 0;
    margin: 0;
    text-align: center;
    font-size: 1.6rem;
}

.organization-btn button {
    display: block;
    padding: 20px;
    margin: 0 auto;
    border: none;
    background-color: transparent;
    outline: none;
    border: solid 1px #0a2d88;
    font-size: 1.0em;
    color: #2b579a;
    width: 260px;
    transition: all 0.5s;
}

.organization-btn button::after,
.organization-btn button.is_active::after {
    display: inline;
}

.is_ja .organization-btn button::after {
    content: "を見る";
}

.is_ja .organization-btn button.is_active::after {
    content: "を閉じる";
}

.is_en .organization-btn button::after {
    content: "More";
}

.is_en .organization-btn button.is_active::after {
    content: "Close";
}

.organization-btn button:hover {
    border: solid 1px #0a2d88;
    background-color: #0a2d88;
    color: #fff;
}

/* -----------------------------------------------------------
	relation
----------------------------------------------------------- */

.banner-relation {
    display: block;
    padding: 20px 15px;
    margin: 0;
    width: 100%;
    background-color: #f1f1f1;
}

.banner-relation img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.banner-relation__inner {
    display: flex;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    justify-content: center;
    flex-direction: column;
}

.banner-relation dl {
    display: block;
    padding: 10px;
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #333;
}

.banner-relation dt {
    display: block;
    padding: 20px 0 0 0;
    margin: 0;
    background-color: #fff;
	font-size: 15px;
}

.banner-relation dd {
    display: block;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.banner-relation a {
    display: block;
    padding: 0;
    margin: 0;
}

@media print,
screen and (min-width: 768px) {
    .banner-relation__inner {
        flex-direction: row;
    }
    .banner-relation dl {
        margin: 0;
    }
}




/* -----------------------------------------------------------
	news
----------------------------------------------------------- */
.top-section--news .news {
    max-width: 850px;
    margin: 0 auto;
}
.top-section--news .news dl {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.top-section--news .news dl dt {
    width: 140px;
    margin-right: 15px;
}
.top-section--news .news dl dd {
    flex: 1;
}
.top-section--news .news dl dd a {
    text-decoration: underline;
}

.js-news-info {
    display: none;
}
.news-btn {
    display: block;
    padding: 40px 0 20px 0;
    margin: 0;
    text-align: center;
    font-size: 1.6rem;
}
.news-btn button {
    display: block;
    padding: 20px;
    margin: 0 auto;
    border: none;
    background-color: transparent;
    outline: none;
    border: solid 1px #0a2d88;
    font-size: 1.0em;
    color: #2b579a;
    width: 260px;
    transition: all 0.5s;
}

.news-btn button::after,
.news-btn button.is_active::after {
    display: inline;
}
.is_ja .news-btn button::after {
    content: "を見る";
}
.is_ja .news-btn button.is_active::after {
    content: "を閉じる";
}
.is_en .news-btn button::after {
    content: " More";
}
.is_en .news-btn button.is_active::after {
    content: " Close";
}
.news-btn button:hover {
    border: solid 1px #0a2d88;
    background-color: #0a2d88;
    color: #fff;
}