section.slider .text{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 35px;
    display: flex;
    align-items: center;
}
section.slider .text p{
    display: block;
}
section.slider .text p.en{
    font-size: 40px;
}
section.slider .text p {
    width: auto;
    display: table;
    margin: 20px 0;
    background: rgba(255,255,255,.9);
    padding: 5px 10px 6px;
    color: #817e7c;
}
@media only screen and (max-width: 1479px) {
    section.slider .text{
        font-size: 30px;
    }
    section.slider .text p.en{
        font-size: 35px;
    }
}
@media only screen and (max-width: 1100px) {
    section.slider .text{
        font-size: 25px;
    }
    section.slider .text p.en{
        font-size: 30px;
    }
}
@media only screen and (max-width: 800px) {
    section.slider .text{
        font-size: 20px;
    }
    section.slider .text p.en{
        font-size: 25px;
    }
}
@media only screen and (max-width: 500px) {
    section.slider { padding-top: 120px; }
    section.slider .slick-slide img {
        /*
        width: 1400px;
        max-width: 1400px;
        margin-left: -650px;
        */
    }
    section.slider .text{
        align-items: flex-end;
    }
    section.slider .text>div{
        margin: 0 0 50px 5%;
    }
    section.slider .text{
        font-size: 16px;
    }
    section.slider .text p.en{
        font-size: 20px;
    }
}

main{
    width: 100%;
    display: block;
    z-index: 999;
    padding-top: 125px;
}
main .in-btn{
    position: absolute;
    top: -250px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
main .in-btn:after{
    content: none;
}
main .in-btn a{
    display: inline-block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(135,135,135,.8);
}
main .in-btn a .text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
    background: rgba(72,94,108,.85);
    text-align: center;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
}
main .in-btn a:hover .text{
    background: rgba(15,115,152,.85); /*246,177,177*/
}
/*
main .in-btn a:hover .text>div{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible;
    animation-duration: 5s;
    animation-iteration-count:1;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
main .in-btn a:hover .text{
    top: 0;
}
*/
main .in-btn a .text div{
    width: 100%;
}
main .in-btn a .text p{
    display: block;
    padding: 4px 0;
    width: 100%;
}
main .in-btn a .text p:last-child{
    text-align: right;
}
main .in-btn img{
    border-radius: 10px;
}
@media only screen and (max-width: 1250px) {
    main .in-btn{
        top: -220px;
    }
    main .in-btn a>img{
        width: 320px;
    }
}
@media only screen and (max-width: 1099px) {
    main{
        padding-top: 95px;
    }
    main .in-btn{
        top: -190px;
    }
    main .in-btn a>img{
        width: 274px;
    }
    main .in-btn a .text img{
        width: 60px;
    }
    main .in-btn a .text p:last-child img{
        width: auto;
    }
}
@media only screen and (max-width: 950px) {
    main{
        padding-top: 80px;
    }
    main .in-btn{
        top: -160px;
    }
    main .in-btn a>img{
        width: 230px;
    }
    main .in-btn a .text p{
        padding: 2px 0;
    }
}
@media only screen and (max-width: 790px) {
    main{
        padding-top: 65px;
    }
    main .in-btn{
        top: -130px;
    }
    main .in-btn a>img{
        width: 187px;
    }
    main .in-btn a .text{
        top: 0;
    }
    main .in-btn a .text>div{
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        visibility: visible;
        animation-duration: 3s;
    }
    main .in-btn a:hover .text>div{
        animation-duration: 0;
    }
    main .in-btn a .text img{
        width: 45px;
    }
}
@media only screen and (max-width: 639px) {
    main{
        padding-top: 10px;
    }
    main .in-btn{
        top: 0;
        position: relative;
        flex-wrap: wrap;
        padding: 30px 0 0;
        width: 100%;
        float: left;
    }
    main .in-btn a{
        width: 100%;
        display: block;
        margin: 20px 0;
    }
    main .in-btn a>img{
        width: 100%;
    }
    main .in-btn a .text img{
        width: auto;
    }
}

.heading{
    width: 100%;
    float: left;
    padding: 80px 0 40px;
    vertical-align: middle;
    color: #777;
    font-size: 30px;
}
.heading img{
    margin-right: 15px;
    vertical-align: middle;
}
.heading p{
    display: inline-block;
    line-height: 30px;
}
.heading p span{
    margin-left: 20px;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}
.heading p span:after{
    position: absolute;
    left: 0;
    top: 5%;
    bottom: 5%;
    width: 1px;
    background: #777;
}
.about,
.news,
.contact{
	width: 100%;
    float: left;
}
.about p{
    padding-bottom: 20px;
    line-height: 36px;
}
.about .text{
    padding:0 30px 50px;
    display: block;
}
@media only screen and (max-width: 767px) {
    .heading{
        padding: 20px 0 20px;
        font-size: 24px;
    }
    .about {
        padding-bottom: 30px;
    }
    .about .text{
        padding:0;
    }
    .about p{
        line-height: 32px;
    }
}

.news ul.list{
    width: 48%;
    float: left;
}
.news ul.list li{
    width: 100%;
    float: left;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.news ul.list li:first-child{
    border-top: 1px solid #ddd;
}
.news ul.list li a{
    width: 100%;
    padding-top: 10px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #888;
}
.news ul.list li a:hover{
    color: #2b7396;
}
.news .slick-slider{
    width: 48%;
    float: right;
}
.news .slick-prev,
.news .slick-next{
    font-size: 30px;
    line-height: 40px;
    top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    transform: translate(0,0);
    color: #ccc;
    z-index: 999;
}
.news .slick-prev{
    left: calc(50% - 20px);
    background: url(../images/arrow-top.png) center center no-repeat;
}
.news .slick-next{
    right: calc(50% - 20px);
    top: auto;
    bottom: -20px;
    background: url(../images/arrow-bottom.png) center center no-repeat;
}
.news .slick-prev:before,.news .slick-next:before{
    content: none;
}
.news .slick-list{
    margin: 10px 0;
}
.news .slick-slide{
    margin: 7px 0;
}
.news .slick-slide .table{
    box-shadow: 0 0 10px rgba(205,205,205,.8);
    background: #fff;
    padding: 20px;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    position: relative;
}
.news .slick-slide .img{
    width: 250px;
}
.news .slick-slide .text{
    flex: 1;
    padding-left: 20px;
    font-size: 16px;
}
.news .slick-slide .text span{
    color: #fff;
    background: #2b7396;
    padding: 4px 5px 5px;
    float: left;
}
.news .slick-slide .text p{
    width: 100%;
    float: left;
}
.news .slick-slide .text p.date {
	font-size: 14px;
    padding-top: 16px;
}
.news .slick-slide .text p.title{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 28px;
    margin-top: 5px;
}
.news .slick-slide .text a{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.news-btn{
    width: 100%;
    padding-top: 60px;
    text-align: center;
    font-size: 18px;
    float: left;
}
.news-btn a{
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    background: #77b8da;
    padding: 9px 60px 10px;
}
.news-btn a:hover{
    background: #2b7396;
}
@media only screen and (max-width: 1200px) {
    .news .slick-slide .img{
        width: 200px;
    }
    .news .slick-slide .text p.title{
        line-height: 24px;
    }
}
@media only screen and (max-width: 900px) {
    .news .slick-slide .img{
        width: 170px;
    }
    .news .slick-slide .text{
        font-size: 14px;
    }
    .news .slick-slide .text p.date {
        font-size: 12px;
    }
    .news .slick-slide .text p.title{
        line-height: 20px;
    }
    .news ul.list li{
        padding: 10px;
    }
    .news ul.list li a{
        font-size: 16px;
        padding-top: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .news .slick-slider,
    .news ul.list{
        width: 100%;
    }
    .news ul.list{
        padding-bottom: 40px;
    }
    .news-btn{
        font-size: 16px;
    }
}
@media only screen and (max-width: 500px) {
    .news .slick-prev,
    .news .slick-next{
        font-size: 24px;
        top: 0;
        width: 21px;
    }
    .news .slick-slide .table {
        box-shadow: 0 0 7px rgba(205,205,205,.8);
    }
    .news .slick-prev{
        left: 0;
        top: calc(50% - 20px);
        background: url(../images/arrow-left.png) center center no-repeat;
    }
    .news .slick-next{
        right: 0;
        top: auto;
        bottom: calc(50% - 20px);
        background: url(../images/arrow-right.png) center center no-repeat;
    }
    .news .slick-list{
        margin:0 10px;
    }
    .news .slick-slide{
        margin: 7px;
    }
    .news .slick-slide .table{
        flex-wrap: wrap;
    }
    .news .slick-slide .img{
        width: 100%;
        margin-bottom: 20px;
    }
    .news .slick-slide .img img{
        width: 100%;
    }
    .news .slick-slide .text{
        flex: none;
        padding-left: 0;
        width: 100%;
        min-height: 120px;
    }
    .news .slick-slide .text p.title{
        height: 40px;
    }
    .news-btn{
        padding-top: 30px;
    }
}

.contact{
    display: flex;
    padding-bottom: 80px;
}
.contact iframe{
    width: 38%;
    margin-right: 60px;
}
.contact .text{
    flex: 1;
}
.contact h1{
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    color: #77b8da;
    padding-bottom: 5px;
}
.contact p{
    width: 100%;
    font-size: 20px;
    padding: 5px 0;
}
.contact .content{
    width: 100%;
    padding-top: 40px;
}
.contact .content p{
    font-size: 16px;
    line-height: 30px;
}
.contact .content p:first-child{
    /*color: #7F5C3A; */
}
.contact table{
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    border-spacing:0;
}
.contact table th {
    background: #b3e0e6;
    color: #fff;
    font-weight: 400;
    padding: 5px;
    border-left: 1px solid #b3e0e6;
    border-bottom: 1px solid #b3e0e6;
    width: 12.1%;
}
.contact table th:first-child {
    width: 15%;
}

.contact table td{
    padding: 5px;
    color: #b3e0e6;
    border-left: 1px dotted #b3e0e6;
    border-bottom: 1px dotted #b3e0e6;
}
.contact table tr td:first-child {
    border-left: 1px solid #b3e0e6;
}
.contact table tr td:last-child,
.contact table th:last-child{
    border-right: 1px solid #b3e0e6;
}

.mobile table th,
.mobile table td { width:30%; height: 55px; }
.mobile table th:first-child,
.mobile table td:first-child { width: 13%; }
.mobile { display: none; }

@media only screen and (max-width: 1200px) {
    .contact iframe{
        width: 30%;
    }
    .contact table{
        font-size: 12px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 999px) {
    .contact{
        flex-wrap: wrap;
    }
    .contact iframe{
        width: 100%;
        height: 400px;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .contact .text{
        flex: none;
        width: 100%;
    }
    .mobile { display: block; }
    .pc { display: none; }
}
@media only screen and (max-width: 767px) {
    .contact h1{
        font-size: 20px;
    }
    .contact p{
        font-size: 18px;
    }
}