@charset "UTF-8";

@-webkit-keyframes speed {
    to {
        opacity: 1;
    }
}
@keyframes speed {
    to {
        opacity: 1;
    }
}
@-webkit-keyframes speed {
    to {
        opacity: 1;
    }
}
@keyframes speed {
    to {
        opacity: 1;
    }
}
.home01-list .item-1 .title {
    background-image: url("../../img/home01/icon01.png?160309");
}
.home01-list .item-2 .title {
    background-image: url("../../img/home01/icon02.png?160309");
}
.home01-list .item-3 .title {
    background-image: url("../../img/home01/icon03.png?160309");
}
@-webkit-keyframes speed {
    to {
        opacity: 1;
    }
}
@keyframes speed {
    to {
        opacity: 1;
    }
}
#home02 {
    background-color: #efefef;
}
#home02 > .container {
    padding-top: 80px;
}
.home02-list .item-1 .title {
    background-image: url("../../img/home02/icon01.png?160309");
}
.home02-list .item-1 .title a:hover {
    background-image: url("../../img/home02/icon01_o.png?160309");
}
.home02-list .item-2 .title {
    background-image: url("../../img/home02/icon02.png?160309");
}
.home02-list .item-2 .title a:hover {
    background-image: url("../../img/home02/icon02_o.png?160309");
}
.home02-list .item-3 .title {
    background-image: url("../../img/home02/icon03.png?160309");
}
.home02-list .item-3 .title a:hover {
    background-image: url("../../img/home02/icon03_o.png?160309");
}
.h-0 {
    margin-bottom: 35px;
    text-align: center;
    font-size: 3rem;
    line-height: 1.25;
}
.h-0 a {
    color: #001f4c;
}
.h-0 a:hover {
    color: #eb6202;
}
.main__header {
    position: relative;
    height: 550px;
    background: url("../img/main-header-lead/bg.png?160309") center center no-repeat;
    background-size: cover;
}
.main__header__slide {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 170px;
    background-color: rgba(255,255,255,.92);
}
.main__header .mod-select {
    padding-top: 26px;
    padding-bottom: 22px;
    background-color: transparent;
}
.main__header__lead .buttons,
.main__header__lead .title-1,
.main__header__lead .title-2 {
    position: absolute;
    left: 498px;
}
.main__header__lead .title-0 {
    position: absolute;
    top: 30px;
    right: -50px;
}
.main__header__lead .title-1 {
    top: 177px;
}
.main__header__lead .title-2 {
    top: 236px;
}
.main__header__lead .buttons {
    top: 345px;
}
.main__header__lead .buttons ul:after {
    display: block;
    clear: both;
    content: "";
}
.main__header__lead .buttons li {
    float: left;
}
.main__header__lead .buttons li+li {
    margin-left: 8px;
}
.section-0 > .container {
    padding-bottom: 80px;
}
.section-0 .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.section-0 .row .item {
    display: table-cell;
    overflow: hidden;
    box-sizing: border-box;
    word-wrap: break-word;
    vertical-align: top;
    padding-right: 30px;
    padding-left: 30px;
    width: 330px;
}
.section-0 .row .btn-readmore,
.section-0 .row .title {
    text-align: center;
}
.section-0 .row .title {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.33;
}
.section-0 .row .title,
.section-0 .row .title > a {
    background-position: center top;
    background-repeat: no-repeat;
}
.section-0 .row .title a {
    display: block;
    padding-top: 185px;
}
.section-0 .row .text {
    margin-top: 20px;
    margin-bottom: 20px;
}
.home01-list .item,
.home02-list .item {
    opacity: 0;
}
.no-js .home01-list .item,
.no-js .home02-list .item {
    opacity: 1;
}
.home01-list .item-1.is-animationend,
.home02-list .item-1.is-animationend {
    opacity: 1\0;
    -webkit-animation: speed 0.25s ease 0.2s 1 forwards;
    animation: speed 0.25s ease 0.2s 1 forwards;
}
.home01-list .item-2.is-animationend,
.home02-list .item-2.is-animationend {
    opacity: 1\0;
    -webkit-animation: speed 0.25s ease 0.4s 1 forwards;
    animation: speed 0.25s ease 0.4s 1 forwards;
}
.home01-list .item-3.is-animationend,
.home02-list .item-3.is-animationend {
    opacity: 1\0;
    -webkit-animation: speed 0.25s ease 0.6s 1 forwards;
    animation: speed 0.25s ease 0.6s 1 forwards;
}