@charset "UTF-8";
.gBody {}
.visual {
    background: rgba(92, 165, 148, 0.74);
    color: #fff;
}
.visual_inner {
    height: 627px;
    box-sizing: border-box;
    padding-top: 315px;
}
.visual_title {
    font-size: 38px;
    font-weight: 400;
}
.visual_text {
    font-size: 18px;
}
.visual_image {
    background: url(/img/img-main@2x.png);
    width: 310px;
    height: 559px;
    background-position: center -103px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    background-color: #fdfdfd;
    right: 7px;
    top: 0;
}
.visual_image > img {
    display: none;
}
.mission {
    text-align: center;
    padding: 90px 0 71px;
}
.mission_inner {}
.mission_title {}
.mission_title::after {
    margin-left: auto;
    margin-right: auto;
}
.mission_text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1em;
}
.mission_text:last-of-type {
    margin-bottom: 0;
}
.areaInfo {
    border-top: 1px solid rgba(149, 152, 154, 0.54);
    padding: 63px 0 0;
}
.areaInfo_cols {}
.areaInfo_cols::after {
    content: "";
    display: block;
    clear: both;
}
.areaInfo_col {}
.areaInfo_col-no1 {
    float: left;
    width: 52%;
}
.news {}
.news_title {}
.news_list {
    list-style: none;
    margin-top: 52px;
}
.news_list::after {
    content: "";
    display: block;
    clear: both;
}
.news_list > li {}
.news_list > li:first-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li:nth-child(n+3) {}
.news_list > li > a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid rgba(149, 152, 154, 0.54);
    padding: 7px 3px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.news_list > li > a::before {
    content: "";
}
.news_list > li > a::after {
    content: "";
}
.news_list > li > a > time {
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
    min-width: 7em;
}
.news_list > li > a > b {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    max-width: calc(100% - 9em);
}
.news_list > li > a > b > .-pdf {
    color: #5ba594;
    font-weight: inherit;
    text-decoration: underline;
    display: block;
}
.news_link {
    margin-top: 10px;
    display: none;
}
.news_link > a {
    text-decoration: none;
}
.news_link > a::before {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.news_link > a::after {
    content: "";
}
.areaInfo_col-no2 {
    float: right;
    width: 40%;
}
.contact {}
.contact_title {}
.contact_table {
    width: 100%;
    margin-top: 55px;
    margin-bottom: 9px;
}

.contact_addr{
    margin-bottom:30px;
}
.contact_table > tbody {}
.contact_table > tbody > tr {}
.contact_table > tbody > tr > th {
    font-weight: 400;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 1em;
    width: 2em;
}
.contact_table > tbody > tr > td {
    vertical-align: top;
}
.contact_link {
    max-width: 308px;
}
.contact_link > a {
    text-align: right;
    padding-right: 50px;
}
.contact_link > a::before {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.contact_link > a::after {
    content: "";
}
.about {
    padding: 60px 0 94px;
    border-top: 1px solid rgba(149, 152, 154, 0.54);
    overflow: hidden;
}
.about_inner {}
.about_title {
    text-align: center;
}
.about_title::after {
    margin-right: auto;
    margin-left: auto;
}
.about_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.about_list::after {}
.about_list > li {
    width: 29.2%;
}
.about_list > li:first-child {}
.about_list > li:nth-child(2n+1) {}
.about_list > li:nth-child(n+3) {}
.about_list > li > a {
    display: block;
    text-decoration: none;
}
.about_list > li > a::before {
    content: "";
}
.about_list > li > a::after {
    content: "";
}
.about_fig {
    position: relative;
    z-index: 1;
}
.about_fig > img {
    display: block;
    margin: 0 auto;
}
.about_fig > figcaption {
    position: absolute;
    z-index: 1;
    bottom: -26px;
    width: 85%;
    right: -8%;
    text-align: right;
    opacity: 1;
}
.about_fig > figcaption::before {
    content: ">";
    margin-right: 7px;
}
@media screen and (min-width:1000px) {
    .about_fig > figcaption:hover {
        opacity: 1;
    }
    .about_list > li > a:hover {}
    .news_list > li > a:hover {
        background: rgba(91, 165, 148, 0.13);
        opacity: 1;
    }
    .news_link > a:hover {}
    .contact_link > a:hover {}
}
@media screen and (max-width: 999px) {
    .gBody {}
    .visual {}
    .visual_inner {
        height: 520px;
        padding-top: 190px;
    }
    .visual_title {}
    .visual_text {}
    .visual_image {
        width: 240px;
        height: 470px;
        right: 20px;
        background-position: center bottom;
    }
    .visual_image > img {}
    .mission {
        padding: 60px 0;
    }
    .mission_inner {}
    .mission_title {}
    .mission_title::after {}
    .mission_text {
        font-size: 16px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .mission_text > br {
        display: none;
    }
    .areaInfo {
        padding: 60px 0 0;
    }
    .areaInfo_cols {}
    .areaInfo_cols::after {}
    .areaInfo_col {
        float: none;
        width: auto;
    }
    .areaInfo_col-no1 {}
    .news {}
    .news_title {}
    .news_list {
        margin-top: 0;
    }
    .news_list::after {}
    .news_list > li {}
    .news_list > li:first-child {}
    .news_list > li:nth-child(2n+1) {}
    .news_list > li:nth-child(n+3) {}
    .news_list > li > a {}
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_list > li > a > time {}
    .news_list > li > a > b {}
    .news_link {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .areaInfo_col-no2 {
        margin-top: 35px;
    }
    .contact {}
    .contact_title {}
    .contact_table {
        margin-top: 30px;
    }
    .contact_table > tbody {}
    .contact_table > tbody > tr {}
    .contact_table > tbody > tr > th {}
    .contact_table > tbody > tr > td {}
    .contact_link {}
    .contact_link > a {}
    .contact_link > a::before {}
    .contact_link > a::after {}
    .about {}
    .about_inner {}
    .about_title {}
    .about_title::after {}
    .about_list {}
    .about_list::after {}
    .about_list > li {
        width: 31%;
    }
    .about_list > li:first-child {}
    .about_list > li:nth-child(2n+1) {}
    .about_list > li:nth-child(n+3) {}
    .about_list > li > a {}
    .about_list > li > a::before {}
    .about_list > li > a::after {}
    .about_fig {}
    .about_fig > img {}
    .about_fig > figcaption {
        right: -4%;
    }
    .about_fig > figcaption::before {}
}
@media screen and (max-width:699px) {
    .gBody {}
    .visual {}
    .visual_inner {
        height: 340px;
        padding-top: 160px;
    }
    .visual_title {
        font-size: 20px;
    }
    .visual_text {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 6px;
    }
    .visual_image {
        width: 130px;
        right: 15px;
        height: 290px;
    }
    .visual_image > img {}
    .mission {
        padding: 45px 0;
    }
    .mission_inner {}
    .mission_title {}
    .mission_title::after {}
    .mission_text {
        max-width: 400px;
        font-size: 14px;
    }
    .areaInfo {
        padding: 45px 0 0;
    }
    .areaInfo_cols {}
    .areaInfo_cols::after {}
    .areaInfo_col {}
    .areaInfo_col-no1 {}
    .news {}
    .news_title {}
    .news_list {}
    .news_list::after {}
    .news_list > li {}
    .news_list > li:first-child {}
    .news_list > li:nth-child(2n+1) {}
    .news_list > li:nth-child(n+3) {}
    .news_list > li > a {}
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_list > li > a > time {
        display: block;
        min-width: 0;
        margin: 0;
        font-size: 12px;
    }
    .news_list > li > a > b {
        display: block;
        max-width: none;
        font-size: 13px;
    }
    .news_link {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .areaInfo_col-no2 {}
    .contact {}
    .contact_title {}
    .contact_table {
        display: block;
    }
    .contact_table > tbody {
        display: block;
    }
    .contact_table > tbody > tr {
        display: block;
    }
    .contact_table > tbody > tr > th {
        display: inline-block;
        vertical-align: top;
    }
    .contact_table > tbody > tr:last-child > th {
        display: none;
    }
    .contact_table > tbody > tr > td {
        display: inline-block;
        vertical-align: top;
    }
    .contact_table > tbody > tr:last-child > td {
        display: block;
        margin-top: 8px;
    }
    .contact_table > tbody > tr > td > a {
        display: block;
        background: rgba(56, 166, 125, 0.19);
        line-height: 47px;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        box-sizing: border-box;
        width: auto;
    }
    .contact_link {
        max-width: none;
    }
    .contact_link > a {
        text-align: center;
    }
    .contact_link > a::before {}
    .contact_link > a::after {}
    .about {
        padding: 35px 0 70px;
    }
    .about_inner {}
    .about_title {}
    .about_title::after {}
    .about_list {
        flex-direction: column;
        max-width: 270px;
        margin: 0 auto;
    }
    .about_list::after {}
    .about_list > li {
        width: auto;
        margin-top: 50px;
    }
    .about_list > li:first-child {
        margin-top: 0;
    }
    .about_list > li:nth-child(2n+1) {}
    .about_list > li:nth-child(n+3) {}
    .about_list > li > a {}
    .about_list > li > a::before {}
    .about_list > li > a::after {}
    .about_fig {}
    .about_fig > img {}
    .about_fig > figcaption {
        right: -8%;
    }
    .about_fig > figcaption::before {}
}
