@charset "utf-8";


/***************************************************************************
*
* index.css
*
***************************************************************************/
.bnrflex-box{
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: 0 auto;
}
.banner {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 31px;
    height: auto;
}
.banner img{
    width: 100%;
    text-align: center
    
}

.banner .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
}

.banner .bx-wrapper{
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 0;
}



.area {
    position: relative;
}

.area1 {
    text-align: center;
}

.area1 .area1Top {
    background: url(../img/index/area1-bg.png) no-repeat bottom center;
    background-size: cover;
    padding: 46px 0;
}

.area .areaTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    text-align: left;
}

.area .area1Top .title {
    font-size: 25px;
}

.area .area1Top .text {
    text-align: left;
    margin-top: 51px;
    padding-left: 16px;
    font-size: 14px;
}

.area .area1Top .ulImg {
    text-align: center;
    margin-top: 42px;
}

.area .area1Top .ulImg li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    position: relative;
}

.area .area1Top .ulImg li .subText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 38px;
}

.area .area1Top .ulImg li:last-child {
    margin-right: 0;
}

.area .area1Top .areaBot {
    margin-top: 12px;
}

.area .area1Top .botTitle2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 19px;
}

.area .area1Top .botText {
    text-align: left;
    margin-top: 24px;
    padding-left: 14px;
    letter-spacing: 0.5px;
}

.area .area1Top .ulBot {
    text-align: center;
    margin-top: 44px;
}

.area .area1Top .ulBot li {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px;
}

.area1 .area1Bot {
    background: url(../img/index/area1-img4.png) no-repeat top center;
    background-size: cover;
    text-align: center;
}

.area1Bot .textBot {
    width: 354px;
    height: 354px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 266px 0 -87px;
    padding-top: 39px;
    position: relative;
}

.area1Bot .textBot .botText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    padding: 0 15px;
}

.area2 {
    text-align: center;
}

.area2 .area1Top {
    background: url(../img/index/area2-bg.png) no-repeat top right -430px;
    padding: 46px 0 50px;
}

.area2 .area1Top .text {
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
    padding: 0 22px;
}

.area .area1Top .ulImg {
    margin-top: 36px;
}

.area2 .area1Top .ulImg li {
    margin-right: 2px;
}

.area2 .btn {
    margin-top: 22px;
}

.area2 .area1Bot {
    background: url(../img/index/area2-img-bg.png) no-repeat top center;
    background-size: cover;
    text-align: center;
}

.areaCommon {
    text-align: center;
}

.areaCommon .area1Top {
    padding: 40px 0 86px;
}

.areaCommon .area1Top .text {
    text-align: center;
    margin-top: 26px;
}

.areaCommon .area1Top .ulImg {
    margin-top: 40px;
}

.areaCommon .btn {
    margin-top: 24px;
}

.areaCommon .row {
    text-align: center;
    margin-top: 50px;
}

.areaCommon .row .col {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.areaCommon .row .col:last-child {
    margin-right: 0;
}

.areaCommon .row .col .colImg {
    text-align: center;
}

.areaCommon .row .col .colBtn {
    margin-top: 11px;
}

.areaCommon .row .col .colText {
    text-align: left;
    margin-top: 7px;
    padding-left: 14px;
    font-size: 12px;
    line-height: 1.75;
}

.areaCommon .area1Bot {
    background: url(../img/index/area3-img-bg.png) no-repeat top center;
    background-size: cover;
}

.area5 .textFirst {
    background: url(../img/index/area5-bg.png) no-repeat top center;
    background-size: cover;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
}

.area5 {
    text-align: center;
    background: url(../img/index/area5-bg-map.png) no-repeat bottom center;
    background-size: cover;
    padding-bottom: 65px;
}

.area5 .title {
    margin-top: 53px;
}

.area5 .boxMaps {
    margin-top: 6%;
    position: relative;
}

.area5 .boxMaps a {
    position: absolute;
    top: 0;
    left: 9.8%;
    display: block;
    width: 33.6%;
    height: 9.8%;
}

.area5 .boxMaps a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.area5 .boxMaps a.btn1 {
    top: 29.4%;
}

.area5 .boxMaps a.btn2 {
    top: 44.4%;
}

.area5 .title2 {
    margin-top: 6px;
}

.area5 .row {
    text-align: center;
    margin-top: 15px;
}

.area5 .row .col {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 20px 0;
    position: relative;
}

.area5 .row .col:nth-child(3n) {
    margin-right: 0;
}

.area5 .row .col .text {
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    padding: 3px 0;
    letter-spacing: -0.5px;
}

.area5 .btn {
    margin-top: 18px;
}


.area6 .textFirst {
    background: url(../img/index/area5-bg.png) no-repeat top center;
    background-size: cover;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    margin-top: -1px;
}

.area6 {
    background: url(../img/index/area6-img1.png)no-repeat top left,
    url(../img/index/area6-img2.png)no-repeat top right;
    background-size: contain;
}

.area6 .row {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 75px 10px 40px;
}

.area6 .row .col {
    width: 49%;
    text-align: center;
}

.area6 .row .col.post {
    float: left;
}

.area6 .row .col.face {
    float: right;
}

.area6 .row .col .title {
    margin-bottom: 30px;
}

.area6 .postype .boxRow {
    overflow: hidden;
    margin-bottom: 13px;
}

.area6 .postype .boxRow .img {
    float: left;
    width: 149px;
}

.area6 .postype .boxRow .text {
    float: left;
    width: calc( 100% - 149px);
    text-align: left;
    padding-left: 10px;
    padding: 5px 65px 3px 12px;
}

.area6 .postype .boxRow .text .rowTitle {
    line-height: 1.5;
    font-size: 13px;
}

.area6 .postype .boxRow .text .rowText {
    margin-top: 14px;
    font-size: 12px;
}

.area6 .postype .boxRow .text .rowText span a {
    text-decoration: underline;
}
.area6 .face .postype .boxRow .text .rowText a {
    text-decoration: underline;
    margin-left: 20px;
    display: inline-block;
    vertical-align: bottom;
}
.area6 .face .postype .boxRow .text .rowTitle:hover{
    opacity: 0.8;
}
.area6 .face .postype .boxRow .img{
    height: 136px;
}
.area6 .face .postype .boxRow .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.area6 .face .postype .boxRow .text .rowText a:hover{
    text-decoration: none;
}
.area6 .postype .boxRow .text .rowText span a:hover {
    text-decoration: none;
}
@media(max-width: 1222px){
    .area .area1Top .ulImg li{
        width: 49%;
    }
    .area2 .area1Top .ulImg li{
        width: 28.3333%;
        margin-right: 0.5%;
    }
    .areaCommon .row .col{
        width: 28.3333%;
        margin-right: 1%;
    }

}
@media(max-width: 1170px){
    .area .area1Top .ulImg li{
        width: 42%;
    }
    .area .area1Top .botText{
        padding: 0 10%;
    }

    .area2 .area1Top .ulImg li{
        width: 23.3333%;
    }
}
@media(max-width: 1159px){
    .area .area1Top .text{
        padding: 0 150px;
    }
    .area .area1Top .ulImg li{
        width: 38%;
    }
    .area2 .area1Top .ulImg li{
        width: 23.3333%;
    }
}
@media(max-width: 1067px){
    .areaCommon .row .col{
        width: 23%;
    }
}
@media(max-width: 1033px){
    .banner .text{
        font-size: 20px;
    }
    .area .area1Top .text{
        font-size: 1.4vw;  
        padding: 0 170px; 
    }
    .area5 .row .col{
        width: 30.333%;
        margin-right: 1.5%;
    }
} 
@media(max-width: 970px){
    .area .area1Top .title{
        font-size: 2.4vw;
    }
}
@media(max-width: 768px) {
    .inner {
        padding: 0 3%;
    }
    .bnrflex-box{
        display: block;
        
    }
    .banner .text {
        font-size: 14px;
    }
    .area .areaTitle {
        width: 49%;
    }
    .area .area1Top .title {
        font-size: 12px;
        text-align: left;
        margin-top: 98px;
    }
    .area .area1Top .text {
        padding-left: 0;
        margin-top: 12px;
        font-size: 10px;
    }
    .area .area1Top .ulImg li {
        width: 49%;
        margin-right: 0.5%
    }

    .area .area1Top .ulImg li .subText {
        font-size: 14px;
    }
    .area .area1Top .ulImg {
        margin-top: 20px;
    }
    .botTitle {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .area1 .area1Top {
        padding: 46px 0 20px;
    }
    .area .area1Top .botTitle2 {
        font-size: 12px;
        margin-top: 5px;
    }
    .area .area1Top .botText {
        font-size: 12px;
        padding-left: 0;
        letter-spacing: 0;
    }
    .area .area1Top .ulBot li {
        margin: 0;
        margin-right: 5%;
        width: 46%;
    }
    .area .area1Top .ulBot li:last-child {
        margin-right: 0;
    }
    .area .area1Top .ulBot li:not(:first-child) {
        margin-top: 10px;
    }

    .area1Bot .textBot {
        width: 165px;
        height: 165px;
        margin-top: 69px;
        margin-bottom: -96px;
        padding-top: 30px;
    }
    .area1 .area1Bot {
        background: url(../img/index/area1-img4-sp.png) no-repeat top center;
        background-size: 100%;
    }
    .area2 .area1Top .title {
        text-align: center;
        font-size: 12px;
    }
    .area2 .area1Top .text {
        padding-right: 0;
        text-align: center;
        font-size: 12px;
    }
    .area .area1Top .ulImg li {
        width: 31.3333%;
    }
    .area2 .btn {
        text-align: center;
    }
    .area2 .btn a {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .area2 .area1Top {
        background-size: 20px;
        padding-bottom: 10px;
        background: url(../img/index/area2-bg-sp.png) no-repeat top center;
        background-size: 100%;
    }
    .area2 .area1Bot {
        background: url(../img/index/area2-img-bg-sp.png) no-repeat top center;
        background-size: 100%;
    }
    .area2 .botTitle,
    .area3 .botTitle {
        width: 60%;
    }
    .area2 .area1Bot .textBot {
        padding-top: 20px;
    }
    .area3 .area1Top .title {
        text-align: center;
    }
    .area .area1Top .text {
        margin-top: 20px;
        font-size: 12px;
        padding: 0;
    }
    .areaCommon .area1Top .ulImg li {
        width: 49%;
    }
    .areaCommon .area1Top {
        padding-bottom: 20px;
    }
    .areaCommon .btn {
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }
    .area3 .area1Bot .textBot {
        padding-top: 22px;
    }
    .areaCommon .area1Bot {
        background: url(../img/index/area3-img-bg-sp.png) no-repeat top center;
        background-size: 100%;
    }
    .area4 .area1Top .title {
        text-align: center;
    }
    .area5 {
        background: url(../img/index/area5-bg-sp.png) no-repeat bottom center;
        background-size: 100%;
        padding-bottom: 20px;
    }
    .area5 .textFirst {
        padding: 3px 0;
        font-size: 12px;
    }
    .area5 .title {
        margin-top: 0px;
        width: 251px;
        display: inline-block;
        padding-top: 20px;
    }
    .area5 .boxMaps {
        margin-top: 6%;
        position: relative;
        overflow: hidden;
        width: 106%;
        margin: 6% -3% 0;
    }
    .area5 .maps {
        padding-left: 5%;
        margin-right: -8%;
    }
    .area5 .boxMaps a.btn1 {
        top: 30%;
    }
    .area5 .boxMaps a.btn2 {
        top: 45%;
    }
    .area5 .boxMaps a {
        width: 42.6%;
    }
    .area5 .title2 {
        width: 60%;
        display: inline-block;
        vertical-align: top;
    }
    .area5 .row .col {
        width: 32.0333%;
        margin-right: 0.5%;
        margin-bottom: 10px;
    }
    .area5 .row .col .text {
        font-size: 1.6vw;
    }
    .area5 .btn {
        width: 46%;
        display: inline-block;
        vertical-align: top;
    }
    .area6 .textFirst {
        font-size: 12px;
        padding: 3px 0;
    }
    .area6 .row {
        width: 106%;
        padding: 15px 3%;
        margin: 0 -3%;
    }
    .area6 .row .col {
        width: 100%;
    }
    .area6 .row .col .title {
        width: 60%;
        display: inline-block;
        vertical-align: top;
    }
    .area6 .postype .boxRow {
        border-bottom: 1px solid #B9B9B9;
        padding-bottom: 10px;
    }
    .area6 .postype .boxRow .img {
        width: 85px;
    }
    .area6 .postype .boxRow .text {
        width: calc( 100% - 85px);
        padding: 0;
        padding-left: 8px;
    }
    .area6 .postype .boxRow .text .rowTitle {
        font-size: 12px;
    }
    .area6 .postype .boxRow .text .rowText {
        margin-top: 6px;
        font-size: 10px;
    }
    .area6 .row .col.face {
        margin-top: 0px;
    }
    .area6 .row .col.face .title {
        width: 40%;
        margin-bottom: 10px;
    }
    .area6 .row .col.face .facebook {
        padding: 0 60px;
    }
    .area6 .face .postype .boxRow .img{
        height: 77px;
    }
    .aboutUs {
        margin-top: 10px;
    }
    .area .area1Top .botText{
        padding: 0;
    }
}

@media(max-width: 414px) {
    .area .areaTitle {
        width: 97%;
    }
    .area .area1Top .ulImg li {
        width: 49%;
        margin-right: 0.5%;
    }
    .area2 .area1Top .ulImg li{
        width: 32%;
    }
}