/* Layout
============================================================================= */
.home .main-container {
    margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
    .home .main-container {
        margin: 0 auto;
    }
}

.home #main {
    width: 1200px;
}

@media screen and (max-width: 767px) {
    .home #main {
        width: auto;
    }
}

/* purpose
============================================================================= */
.purpose-container {
    margin-top: -148px;
    padding: 15px 40px 46px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 60;
}

@media screen and (max-width: 767px) {
    .purpose-container {
        padding: 10px 10px 25px;
        margin: -80px 10px 0;
    }
}

.purpose__title {
    color: #005999;
    margin-bottom: 14px;
    margin-top: 9px;
}

@media screen and (max-width: 767px) {
    .purpose__title {
        font-size: 18px;
        text-align: center;
    }
}

.purpose__title span {
    font-size: 25px;
    font-weight: bold;
    padding-left: 37px;
    background: url("../../image/home-ic001.png") no-repeat 0 5px;
}

@media screen and (max-width: 767px) {
    .purpose__title span {
        font-size: 18px;
        padding-left: 26px;
        background: url("../../image/home-ic001.png") no-repeat 0 5px/20px auto;
    }
}

.purpose__lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.purpose__list {
    width: 220px;
    height: 60px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .purpose__list {
        width: 49%;
        height: 40px;
    }
}

.purpose__link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #005999;
    border: 1px solid #005999;
    background: #fff;
    font-weight: 500;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .purpose__link {
        font-size: 16px;
    }
}

.purpose__list.purpose__list--type1 .purpose__link {
    color: #489b07;
    position: relative;
    background: #f2fcea;
    border: 1px solid #b0dd8d;
}

.purpose__list.purpose__list--type1 .purpose__link::before {
    content: url("../../image/home-ic002.png");
    display: block;
    width: 13px;
    height: 13px;
    position: relative;
    top: -8px;
    left: -6px;
}

@media screen and (max-width: 767px) {
    .purpose__list.purpose__list--type1 .purpose__link::before {
        top: -5px;
    }
}

.purpose__list.purpose__list--type2 {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .purpose__list.purpose__list--type2 {
        height: 52px;
    }
}

.purpose__list.purpose__list--type2 .purpose__link {
    border: 1px solid #ff4e5b;
    color: #ff4e5b;
    background: #fff3f4;
}

.purpose__list.purpose__list--type2 .purpose__link br {
    display: none;
}

@media screen and (max-width: 767px) {
    .purpose__list.purpose__list--type2 .purpose__link br {
        display: block;
    }
}

/* home-btn
============================================================================= */
.home-btn-container {
    background: #ddf1ff;
    padding: 35px 0;
    margin-bottom: 50px;
    position: relative;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}

.home-btn-container::before {
    content: url("../../image/home-bg001.png");
    display: block;
    width: 292px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-btn-container::after {
    content: url("../../image/home-bg002.png");
    display: block;
    width: 244px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1200px) {
    .home-btn-container {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .home-btn-container {
        padding: 25px 10px 20px;
        margin-bottom: 25px;
    }
    .home-btn-container::after {
        content: none;
    }
}

.home-btn-lists {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media screen and (max-width: 767px) {
    .home-btn-lists {
        width: auto;
        flex-wrap: wrap;
    }
}

.home-btn-list {
    width: 190px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .home-btn-list {
        width: 32%;
        margin-bottom: 10px;
    }
}

.home-btn-link {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .home-btn-link {
        font-size: 14px;
    }
}

.home-btn-image {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .home-btn-image {
        width: 100%;
    }
}

/* home-btn
============================================================================= */
.important-news-area {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .important-news-area {
        padding: 0 10px;
        margin-bottom: 50px;
    }
}

.important-news {
    width: 1170px;
    display: flex;
    margin: 0 0 0 auto;
    border: 1px solid #ff4e5b;
    position: relative;
}

.important-news::before {
    content: '';
    display: block;
    width: 320px;
    height: 100%;
    background: #ffeaeb;
    border: 1px solid #ffafb5;
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .important-news {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .important-news::before {
        content: none;
    }
}

.important-news__title {
    width: 320px;
    min-height: 202px;
    color: #fff;
    background: #ff4e5b;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.important-news__title h2 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .important-news__title h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .important-news__title {
        width: auto;
        min-height: 0;
        display: block;
        padding: 12px 0;
    }
}

.important-news-lists {
    padding: 20px 38px;
    width: calc(100% - 320px);
}

@media screen and (max-width: 767px) {
    .important-news-lists {
        width: auto;
        padding: 12px 14px;
    }
}

.important-news-list-item {
    padding: 12px 0;
    border-top: 1px solid #ccc;
    font-size: 114%;
}
.important-news-list-item:first-child {
    border-top: 0;
}

@media screen and (max-width: 767px) {
    .important-news-list-item {
        padding: 5px 0;
    }
}

/* News(css)
============================================================================= */
.home .news__container {
    margin-bottom: 100px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .home .news__container {
        padding: 0 10px;
        margin-bottom: 35px;
    }
}

.home .news-list-in {
    display: block;
}

.home .news {
    width: 1170px;
    display: flex;
    margin: 0 0 0 auto;
    border: 1px solid #0069b4;
    position: relative;
}

.home .news::before {
    content: '';
    display: block;
    width: 320px;
    height: calc(100% + 4px);
    background: #cae9ff;
    border: 1px solid #70b8eb;
    position: absolute;
    left: -30px;
    transform: translateY(32px);
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .home .news {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .home .news::before {
        content: none;
    }
}

.home .news__title {
    width: 320px;
    min-height: 204px;
    color: #fff;
    background: #0069b4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
}

.home .news__title h2 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-top: -26px;
}

@media screen and (max-width: 767px) {
    .home .news__title h2 {
        font-size: 18px;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .home .news__title {
        width: auto;
        min-height: 0;
        display: block;
        padding: 12px 0;
    }
}

.home .news-lists {
    padding: 6px 38px;
    width: calc(100% - 320px);
}

@media screen and (max-width: 767px) {
    .home .news-lists {
        width: auto;
        padding: 12px 14px;
    }
}

.home .news-list-item {
    padding: 12px 0;
}

@media screen and (max-width: 767px) {
    .home .news-list-item {
        padding: 5px 0;
    }
}

.home .news__link {
    position: relative;
    top: 12px;
    left: auto;
    right: auto;
}

.home .news__link a {
    display: inline-block;
    padding: 4px 25px 4px 15px;
    background: #bee4ff;
    color: #0064ab;
}

.home .news__link a span {
    font-size: 14px;
    font-weight: 500;
}

.home .news__link a::before {
    position: absolute;
    top: 14px;
    right: 8px;
    left: auto;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0064ab;
    border-left: 2px solid #0064ab;
    transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
    .home .news__link {
        display: none;
    }
}

.home .news__link-wrapper-sp {
    display: none;
    width: 60%;
    height: 40px;
    margin: 5px auto 25px;
}

@media screen and (max-width: 767px) {
    .home .news__link-wrapper-sp {
        display: block;
    }
}

.home .news__link-sp {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    position: relative;
    background: #bee4ff;
}

.home .news__link-txt-sp {
    color: #0064ab;
    position: relative;
    padding-right: 20px;
    font-size: 14px;
}

.home .news__link-txt-sp::after {
    position: absolute;
    right: 0;
    top: 8px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0064ab;
    border-left: 2px solid #0064ab;
    transform: rotate(135deg);
}

/* Banner
============================================================================= */
.home .banner-area {
    margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
    .home .banner-area {
        padding: 0 10px;
    }
}

.home .banner__lists {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home .banner__lists li {
    width: 294px;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .home .banner__lists li {
        width: 49.4%;
    }
}

.home .banner__lists a {
    display: block;
    width: 100%;
}

.home .banner__lists img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .home .banner__lists img {
        width: 100%;
    }
}

/*# sourceMappingURL=../maps/category/home.css.map */
