/* Base
****************************************/


/*
section + section{
    margin-top:60px;
}

section .pure-g{
    margin:0 -20px;
}

section .pure-g [class*=pure-u]{
    padding:0 20px;
}

 */


/* title */

.ttl-home-1 {
    display: inline-block;
    padding: 5px 65px;
    border-left: solid 2px #f08200;
    border-right: solid 2px #f08200;
    font-size: 2.3rem;
    margin-bottom: 25px;
    line-height: 1.3;
}

.ttl-home-1 span {
    font-size: 1.4rem;
    display: block;
    color: #cccccc;
    margin-top: 15px;
}







/* Contents
****************************************/

.spwrap01 img {
    width: 100%;
    height: auto;
}



#topSlide {
    position: relative;
    /*width: 100vw;
    height: 700px;*/
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

#topSlide::before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 33.33%;
}

#topSlide .image1 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 60%;
    height: auto;
}

#topSlide .image2 {
    position: absolute;
    top: 30%;
    right: 5%;
    max-width: 100%;
    height: auto;
    display: none;
}

#topSlide .image2.on {
    display: block;
}

#topSlide .container {
    height: 100%;
}

#topSlide .wrap1 {
    width: 100vw;
    /*height: 700px;*/
    height: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    overflow: hidden;
}

#topSlide .inner1 {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../images/page/img_slide1.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    z-index: -10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#topSlide .inner1:nth-of-type(2) {
    background-image: url(../../images/page/img_slide2.jpg);
}

#topSlide .inner1:nth-of-type(3) {
    background-image: url(../../images/page/img_slide3.jpg);
}

#topSlide .inner1:nth-of-type(4) {
    background-image: url(../../images/page/img_slide4.jpg);
}


#topSlide .inner1.on {
    z-index: -9;
    /*display: block;*/
}

#topSlide [class*=mask] {
    /*width: 400px;
    height: 390px;*/
    max-width: 80%;
    height: auto;
    display: none;
    /*clip-path: url(#svgPath);
    mask-mode: alpha;*/
    position: absolute;
    left: 50%;
    top: 13%;
    z-index: -2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#topSlide [class*=mask].on {
    z-index: -1;
    display: block;
}

.hero-home {
    margin-bottom: 25px;
}

#topSlide svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}


#topVisual .spwrap01 {
    max-width: 100vw;
}





/* area-news */

.area-news {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.area-news table {
    width: 100%;
    box-sizing: border-box;
}

.area-news th {
    background: #a8b4c2;
    text-align: center;
    color: #fff;
    width: 150px;
    box-sizing: border-box;
}

.area-news th h2 {
    font-size: 1.8rem;
}

.area-news td {
    background: #fafafa;
}

.content-slider {
    width: 1050px;
    padding: 20px 60px;
}

.list-news {
    padding-right: 40px;
}

.list-news img {
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
    max-width: 100px;
    height: auto;
    margin-right: 15px;
}

.list-news a {
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.5;
}

.list-news .date {
    color: #f08200;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.list-news div {
    overflow: hidden;
}

.area-news .slick-prev::before {
    content: url(../../images/page/ico_arrow_1.jpg);
}

.area-news .slick-next::before {
    content: url(../../images/page/ico_arrow_2.jpg);
}

.area-news .slick-prev {
    left: 20px;
}

.area-news .slick-next {
    right: 20px;
}







/* section1 */

.section1 .txt-catch {
    font-size: 1.7rem;
}

.section1 .pure-g {
    margin: 0 -30px;
}

.section1 .pure-g [class*=pure-u] {
    padding: 0 30px;
}

.section1 .area-img {
    margin-bottom: 30px;
}

.section1 .area-img a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.6rem;
    max-width: 360px
}

.section1 .area-img a span {
    display: block;
    margin: 20px 0 15px;
    font-size: 1.8rem;
    color: #f08100;
    font-weight: bold;
}

.section1 .area-img a img {
    max-height: 270px;
    width: auto;
}








/* section2 */

.section2 {
    margin: 70px 0 40px;
    background: #fafafa;
    padding: 45px 0;
}

.section2 .container {
    position: relative;
}

.section2 .area-txt {
    position: absolute;
    top: 60px;
    left: 0;
}

.section2 p {
    font-size: 2rem;
    margin: 30px 0 35px;
    font-weight: bold;
}







/* area-btn */

.area-btn {
    margin-bottom: 35px;
}

.area-btn .pure-g {
    margin: 0 -30px;
}

.area-btn .pure-g [class*=pure-u] {
    padding: 0 30px;
}

.area-btn a,
.section1 .link-type-1 {
    text-decoration: none;
    display: block;
    font-size: 1.8rem;
    color: #f08000;
    font-weight: bold;
}

.area-btn a img,
.section1 .link-type-1 img {
    margin-bottom: 15px;
}

@media screen and (max-width:768px) {
    .section1 .area-img {
        margin-bottom: 0;
    }
    .hero-home {
        margin-bottom: 30px;
    }

    .area-news table,
    .area-news tr,
    .area-news tbody,
    .area-news th,
    .area-news td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .list-news img {
        margin: 0 auto 15px;
    }
    .list-news {
        padding: 0 10px;
    }
    .ttl-home-1 {
        padding: 5px 30px;
    }
    .section2 .area-txt {
        position: static;
        top: 0;
        margin-bottom: 20px;
        left: 0;
    }

    .area-img+.area-img {
        margin-top: 30px;
    }

    .link-type-1 {
        text-align: center;
    }
    .section1 .area-img {
        text-align: center;
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .content-slider {
        width: 840px;
    }
    .list-news img {
        float: none;
        margin: 0 auto 15px;
    }
}