@charset "UTF-8";
/* ==============================================================================================
 トップ用
================================================================================================= */
/*
 * sprite
** ------------------------------------------------------ */
.top-btn-search-a::before, .top-txt-imp-a > strong::before {
    position: absolute;
    display: block;
    background-image: url(/shared/images/icon_sprite.png);
    content: "";
}

/*
 * #main
** ------------------------------------------------------ */
#top #main {
    overflow: hidden;
}

/*
 * .top-section-*
** ------------------------------------------------------ */
[class^="top-section-"]:last-child {
    padding-bottom: 0;
}

.top-section-info {
    padding: 11px 0 7px;
}
@media screen and (max-width: 639px) {
    .top-section-info {
        padding: 14px 0 10px;
    }
}

.top-section-search {
    padding: 30px 0;
    background: linear-gradient(to right, #0175bf 0%, #12a8ba 100%);
}
@media screen and (max-width: 639px) {
    .top-section-search {
        padding: 32px 0;
    }
}

.top-section-a {
    padding: 60px 0;
}
@media screen and (max-width: 639px) {
    .top-section-a {
        padding: 22px 0 55px;
    }
}

.top-section-b {
    padding: 50px 0 70px;
    background: #e3f3fa;
}
@media screen and (max-width: 639px) {
    .top-section-b {
        padding: 32px 0;
    }
}

.top-section-c {
    padding: 0 0 90px 0;
}
@media screen and (max-width: 639px) {
    .top-section-c {
        padding: 0 0 40px;
    }
}

/*
 * .top-section-inner
** ------------------------------------------------------ */
.top-section-inner {
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px), print {
    .top-section-inner {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.top-section-inner > *:first-child {
    margin-top: 0;
}

/*
 * .top-catch-wrap
** ------------------------------------------------------ */
.top-catch-wrap {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #0074bf 0%, #4de5b8 100%);
}
.top-catch-wrap::after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 600px;
    background: url(/images/bg_catch_02.png) repeat 0 0;
    content: "";
}
@media screen and (max-width: 639px) {
    .top-catch-wrap::after {
        content: none;
    }
}

.top-catch-wrap-inner {
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 640px), print {
    .top-catch-wrap-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 1200px;
        min-height: 120px;
        margin: 0 auto;
    }
}
.top-catch-wrap-inner::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1104px;
    height: 329px;
    margin-left: -453px;
    background: url(/images/bg_catch_01.png) no-repeat 0 0;
    content: "";
}
@media only screen and (max-width: 1230px) {
    .top-catch-wrap-inner::before {
        right: -53px;
        left: auto;
        margin-left: 0;
    }
}
@media screen and (max-width: 1200px), print {
    .top-catch-wrap-inner::before {
        right: auto;
        left: 50%;
        margin-left: -453px;
    }
}
@media screen and (max-width: 639px) {
    .top-catch-wrap-inner::before {
        right: -685px;
        left: auto;
        margin-left: 0;
    }
}

.top-catch-wrap-indent {
    z-index: 1;
    padding: 29px 0 24px;
}
@media screen and (max-width: 1200px), print {
    .top-catch-wrap-indent {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 639px) {
    .top-catch-wrap-indent {
        padding: 33px 10px;
    }
}
.top-catch-wrap-indent > .hdg {
    margin-bottom: 0;
    font-size: 3.6rem;
    color: #fff;
    text-align: center;
    text-shadow: -1px 1px 7px rgba(0, 49, 81, .5);
}
@media screen and (max-width: 639px) {
    .top-catch-wrap-indent > .hdg {
        margin-bottom: 0;
        font-size: 1.9rem;
    }
}
.top-catch-wrap-indent > p {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 1.7;
    text-shadow: -1px 1px 7px rgba(0, 49, 81, .5);
}
.top-catch-wrap-indent > p + p {
    margin-top: 0;
}
@media screen and (max-width: 639px) {
    .top-catch-wrap-indent > p {
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .top-catch-wrap-indent > p br {
        display: none;
    }
}

/*
 * .top-mv
** ------------------------------------------------------ */
.top-mv .top-mv-inner {
    max-width: 1300px;
    margin: 0 auto;
}
.top-mv .top-mv-inner img {
    vertical-align: top;
}

/*
 * .top-hdg-a-wrap
** ------------------------------------------------------ */
.top-hdg-a-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
    .top-hdg-a-wrap {
        margin-bottom: 15px;
    }
}
.top-hdg-a-wrap > *:first-child {
    margin-right: auto;
}

.top-hdg-a {
    font-size: 2rem;
}

/*
 * .top-hdg-c-wrap
** ------------------------------------------------------ */
.top-hdg-c-wrap {
    margin: 70px 0 30px;
    text-align: center;
}
@media screen and (max-width: 639px) {
    .top-hdg-c-wrap {
        margin: 35px 0 30px;
    }
}

.top-hdg-c {
    font-size: 2.6rem;
    line-height: 1.6;
}
.top-hdg-c + p {
    margin-top: 13px;
    margin-bottom: 50px;
    font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
    .top-hdg-c + p {
        margin-top: 10px;
        margin-bottom: 0;
    }
}



/*
 * .top-search-wrap-a
** ------------------------------------------------------ */
.top-search-wrap-a {
    display: flex;
    justify-content: center;
}

.top-form-txt-a {
    width: 100%;
    max-width: 546px;
    padding: 8px 18px;
    background: #fff;
    border-radius: 2em;
}
@media screen and (max-width: 639px) {
    .top-search-wrap-a {
        flex-direction: column;
        justify-content: center;
    }
    .top-form-txt-a {
        max-width: 100%;
        width: 100%;
    }
}

/*
 * .top-btn-search-a
** ------------------------------------------------------ */
.top-btn-search-a {
    position: relative;
    width: 88px;
    min-width: 88px;
    margin-left: 10px;
    padding: 8px 10px 6px 30px;
    color: #333;
    white-space: nowrap;
    background: #fff;
    border-radius: 2em;
    transition: opacity .2s;
}
.top-btn-search-a::before {
    top: -1px;
    bottom: 0;
    left: 13px;
    width: 18px;
    height: 17px;
    margin: auto;
    background-position: -57px -112px;
}
.top-btn-search-a:hover, .top-btn-search-a:active {
    opacity: .75;
}

@media screen and (max-width: 639px) {
.top-btn-search-a {
    margin: 1em auto 0;
    }
}

/*
 * .top-list-info-a
** ------------------------------------------------------ */
.top-list-info-a > li {
    display: flex;
}
@media screen and (max-width: 639px) {
    .top-list-info-a > li {
        display: block;
    }
}
.top-list-info-a > li + li {
    margin-top: 25px;
}
@media screen and (max-width: 639px) {
    .top-list-info-a > li + li {
        margin-top: 15px;
    }
}
.top-list-info-a > li > .date {
    min-width: 9em;
    margin-right: 20px;
    white-space: nowrap;
}
@media screen and (max-width: 639px) {
    .top-list-info-a > li > .date {
        margin-bottom: 5px;
    }
}
.top-list-info-a > li > .item {
    width: 100%;
}
.top-list-info-a > li a {
    text-decoration: none;
}

/*
 * .top-link-a
** ------------------------------------------------------ */
.top-link-a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 1.6rem;
    color: #333;
    text-decoration: none;
}
.top-link-a::before {
    position: absolute;
    top: 9px;
    left: -3px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0099e4;
    border-right: 2px solid #0099e4;
    content: "";
    transition: border-color .2s;
    transform: rotate(45deg);
}
.top-link-a:hover, .top-link-a:active {
    color: #f49000;
}
.top-link-a:hover::before, .top-link-a:active::before {
    border-color: #f49000;
}

/*
 * .top-lyt-box-a
** ------------------------------------------------------ */
.top-lyt-box-a {
    display: flex;
}
@media screen and (max-width: 1200px), print {
    .top-lyt-box-a {
        margin-right: -10px;
        margin-left: -10px;
    }
    .top-hdg-c-wrap + .top-lyt-box-a {
        margin-top: -12px;
    }
}
.top-lyt-box-a > * {
    width: 50%;
}
@media screen and (max-width: 639px) {
    .top-lyt-box-a {
        display: block;
        margin-right: -10px;
        margin-left: -10px;
    }
    .top-lyt-box-a > * {
        width: 100%;
    }
}

/*
 * .top-box-a
** ------------------------------------------------------ */
.top-box-a {
    display: flex;
    flex-direction: column;
}
.top-box-a > * {
    color: #fff;
}
.top-box-a > .inner {
    height: 100%;
    padding: 30px 35px 35px;
    text-align: center;
}
@media screen and (max-width: 639px) {
    .top-box-a > .inner {
        padding: 23px 10px 30px;
    }
}
.top-box-a > .inner > .hdg {
    display: flex;
    flex-direction: column-reverse;
}
.top-box-a > .inner > .hdg + * {
    margin-top: 30px;
}
@media screen and (max-width: 639px) {
    .top-box-a > .inner > .hdg + * {
        margin-top: 20px;
    }
}
.top-box-a > .inner > .hdg > .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 247px;
    height: 64px;
    margin: 0 auto;
    background: #fff;
}
.top-box-a > .inner > .hdg > .logo img {
    width: 190px;
}
.top-box-a > .inner > .hdg > .lead {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
    .top-box-a > .inner > .hdg > .lead {
        height: auto !important;
        margin-bottom: 10px;
    }
}
.top-box-a > .inner > .hdg > .lead p {
    font-size: 2.2rem;
    line-height: 1.7;
}
@media screen and (max-width: 639px) {
    .top-box-a > .inner > .hdg > .lead p {
        font-size: 1.6rem;
    }
}
.top-box-a > .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 175px;
}
@media screen and (max-width: 639px) {
    .top-box-a > .btn-wrap {
        min-height: 125px;
    }
}
.top-box-a > .btn-wrap > .btn {
    font-size: 1.6rem;
}
.top-box-a > .btn-wrap > .btn > a {
    display: inline-block;
    min-width: 278px;
    padding: 8px 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4em;
    transition: background .2s;
}
.top-box-a > .btn-wrap > .btn > a:hover, .top-box-a > .btn-wrap > .btn > a:active {
    background: #f89e01;
}
.top-box-a._type-a > .inner {
    background: #0099e4;
}
.top-box-a._type-a > .btn-wrap {
    background: url(/images/bg_service_01.jpg) no-repeat center center;
    background-size: cover;
}
.top-box-a._type-a > .btn-wrap > .btn > a {
    background: #0099e4;
}
.top-box-a._type-a > .btn-wrap > .btn > a:hover, .top-box-a._type-a > .btn-wrap > .btn > a:active {
    background: #f89e01;
}
.top-box-a._type-b > .inner {
    background: #00ad9f;
}
.top-box-a._type-b > .btn-wrap {
    background: url(/images/bg_service_02.jpg) no-repeat center center;
    background-size: cover;
}
.top-box-a._type-b > .btn-wrap > .btn > a {
    background: #00ad9f;
}
.top-box-a._type-b > .btn-wrap > .btn > a:hover, .top-box-a._type-b > .btn-wrap > .btn > a:active {
    background: #f89e01;
}

/*
 * .top-box-b
** ------------------------------------------------------ */
.top-box-b-wrap {
    position: relative;
    z-index: 0;
    min-height: 510px;
}
.top-box-b-wrap + .top-box-b-wrap {
    margin-top: 50px;
}
@media screen and (max-width: 980px), print {
    .top-box-b-wrap + .top-box-b-wrap {
        margin-top: 30px;
    }
}
@media screen and (max-width: 980px), print {
    .top-box-b-wrap {
        min-height: auto;
        margin: 0 -10px;
    }
}
.top-box-b-wrap::before {
    position: absolute;
    position: absolute;
    top: 55px;
    right: -50px;
    z-index: -1;
    display: block;
    width: 934px;
    height: 455px;
    background-position: center bottom;
    background-repeat: no-repeat;
    content: "";
}
@media screen and (max-width: 1200px), print {
    .top-box-b-wrap::before {
        right: -10px;
        width: 77.83333vw;
    }
}
@media screen and (max-width: 980px), print {
    .top-box-b-wrap::before {
        position: static;
        width: 100%;
        height: 35.625vw;
        background-position: center top;
        background-size: 100%;
    }
}
@media screen and (max-width: 639px) {
    .top-box-b-wrap::before {
        height: 228px;
    }
}
@media only screen and (max-width: 468px) {
    .top-box-b-wrap::before {
        background-size: 468px 228px;
    }
}
.top-box-b-wrap._type-a::before {
    background-image: url(/images/bg_item1_01.jpg);
}
.top-box-b-wrap._type-a .top-box-b-wrap-inner {
    background: linear-gradient(to right bottom, #0074bf 0%, #4de5b8 100%);
}
.top-box-b-wrap._type-a .top-box-b {
    background-image: url(/images/bg_item1_02.png);
}
@media screen and (max-width: 980px), print {
    .top-box-b-wrap._type-a .top-box-b {
        background-size: 57vw auto;
    }
}
.top-box-b-wrap._type-b::before {
    background-image: url(/images/bg_item2_01.jpg);
}
.top-box-b-wrap._type-b .top-box-b-wrap-inner {
    background: linear-gradient(to right bottom, #0074bf 0%, #a083f5 100%);
}
.top-box-b-wrap._type-b .top-box-b {
    background-image: url(/images/bg_item2_02.png);
}
@media screen and (max-width: 980px), print {
    .top-box-b-wrap._type-b .top-box-b {
        background-position: 0 -8px !important;
        background-size: 27vw auto;
    }
}
.top-box-b-wrap._type-b .top-box-b::before {
    position: absolute;
    top: -50px;
    left: 7px;
    display: block;
    width: 79px;
    height: 50px;
    background: url(/images/bg_item2_03.png) no-repeat 0 0;
    content: "";
}
.top-box-b-wrap._type-c::before {
    background-image: url(/images/bg_item3_01.jpg);
}
.top-box-b-wrap._type-c .top-box-b-wrap-inner {
    background: linear-gradient(to right bottom, #0074bf 0%, #75edff 100%);
}
.top-box-b-wrap._type-c .top-box-b {
    background-image: url(/images/bg_item3_02.png);
}
@media screen and (max-width: 980px), print {
    .top-box-b-wrap._type-c .top-box-b {
        background-size: 43vw auto;
    }
}
.top-box-b-wrap._type-c .top-box-b::before {
    position: absolute;
    top: -50px;
    left: 247px;
    display: block;
    width: 66px;
    height: 50px;
    background: url(/images/bg_item3_03.png) no-repeat 0 0;
    content: "";
}
.top-box-b-wrap._type-d::before {
    background-image: url(/images/bg_item4_01.jpg);
}
.top-box-b-wrap._type-d .top-box-b-wrap-inner {
    background: linear-gradient(to right bottom, #0074bf 0%, #a8eb87 100%);
}
.top-box-b-wrap._type-d .top-box-b {
    background-image: url(/images/bg_item4_02.png);
}
@media screen and (max-width: 980px), print {
    .top-box-b-wrap._type-d .top-box-b {
        background-size: 60vw auto;
    }
}
.top-box-b-wrap._type-d .top-box-b::before {
    position: absolute;
    top: -50px;
    left: 18px;
    display: block;
    width: 117px;
    height: 50px;
    background: url(/images/bg_item4_03.png) no-repeat 0 0;
    content: "";
}
.top-box-b-wrap._type-d .top-box-b::after {
    position: absolute;
    bottom: -225px;
    left: -199px;
    z-index: -2;
    display: block;
    width: 454px;
    height: 225px;
    background: url(/images/bg_item4_04.png) no-repeat 0 0;
    content: "";
}
.top-box-b-wrap._reverse::before {
    right: auto;
    left: -50px;
}
@media screen and (max-width: 1200px), print {
    .top-box-b-wrap._reverse::before {
        left: -10px;
    }
}
.top-box-b-wrap._reverse .top-box-b-wrap-inner {
    margin-left: auto;
}
@media screen and (max-width: 980px), print {
    .top-box-b-wrap._reverse .top-box-b-wrap-inner {
        margin-left: 10px;
    }
}
.top-box-b-wrap._reverse .top-box-b {
    background-position: left top;
}

.top-box-b-wrap-inner {
    display: flex;
    width: 470px;
}
@media screen and (max-width: 980px), print {
    .top-box-b-wrap-inner {
        width: calc(100% - 20px);
        margin: -78px 10px 0;
    }
}

.top-box-b {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 375px;
    padding: 30px;
    color: #fff;
    text-shadow: -1px 1px 7px rgba(0, 49, 81, .5);
    background-position: right top;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1200px), print {
    .top-box-b::before, .top-box-b::after {
        content: none !important;
    }
}
@media screen and (max-width: 980px), print {
    .top-box-b {
        display: block;
        min-height: 100%;
        padding: 25px 25px 28px;
    }
}
.top-box-b .hdg {
    margin-bottom: 20px;
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 980px), print {
    .top-box-b .hdg {
        margin-bottom: 5px;
        font-size: 2.5rem;
    }
}
.top-box-b .btn {
    text-align: center;
}
@media screen and (max-width: 980px), print {
    .top-box-b .btn {
        margin-top: 15px;
    }
}
.top-box-b .btn > a {
    display: inline-block;
    min-width: 240px;
    padding: 6px 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) inset;
    transition: opacity .2s;
}
.top-box-b .btn > a:hover, .top-box-b .btn > a:active {
    opacity: .75;
}
@media screen and (max-width: 980px), print {
    .top-box-b .btn > a {
        min-width: auto;
    }
}
.top-box-b .btn > a img {
    margin-left: 6px;
}

/*
 * .top-lyt-idx-a
** ------------------------------------------------------ */
.top-lyt-idx-a {
    margin-right: -10px;
    margin-left: -10px;
}
@media screen and (min-width: 640px), print {
    .top-lyt-idx-a {
        display: flex;
        flex-wrap: wrap;
        margin: -30px 0 0 -26px;
    }
    .top-lyt-idx-a > .idx {
        width: 50%;
        padding: 30px 0 0 26px;
    }
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-a > .idx + .idx {
        margin-top: 50px;
    }
}
.top-lyt-idx-a > .idx > .idx-inner {
    display: flex;
    min-height: 306px;
    padding-top: 107px;
    padding-left: 20px;
}
.top-lyt-idx-a > .idx > .idx-inner._type-a {
    background: url(/images/bg_solution_01.jpg) no-repeat 0 0;
}
.top-lyt-idx-a > .idx > .idx-inner._type-b {
    background: url(/images/bg_solution_02.jpg) no-repeat 0 0;
}
.top-lyt-idx-a > .idx > .idx-inner._type-c {
    background: url(/images/bg_solution_03.jpg) no-repeat 0 0;
}
@media screen and (max-width: 1200px), print {
    .top-lyt-idx-a > .idx > .idx-inner {
        padding-top: 8.91667vw;
    }
}
@media screen and (max-width: 980px), print {
    .top-lyt-idx-a > .idx > .idx-inner {
        display: block;
        min-height: auto;
        padding: 0;
    }
    .top-lyt-idx-a > .idx > .idx-inner._type-a, .top-lyt-idx-a > .idx > .idx-inner._type-b, .top-lyt-idx-a > .idx > .idx-inner._type-c, .top-lyt-idx-a > .idx > .idx-inner._type-d {
        background: none;
    }
    .top-lyt-idx-a > .idx > .idx-inner._type-a > .hdg-wrap {
        background: url(/images/bg_solution_01.jpg) no-repeat 0 0;
        background-size: cover;
    }
    .top-lyt-idx-a > .idx > .idx-inner._type-b > .hdg-wrap {
        background: url(/images/bg_solution_02.jpg) no-repeat 0 0;
        background-size: cover;
    }
    .top-lyt-idx-a > .idx > .idx-inner._type-c > .hdg-wrap {
        background: url(/images/bg_solution_03.jpg) no-repeat 0 0;
        background-size: cover;
    }
}
.top-lyt-idx-a > .idx > .idx-inner > .hdg-wrap {
    width: 100%;
}
@media screen and (max-width: 980px), print {
    .top-lyt-idx-a > .idx > .idx-inner > .hdg-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 306px;
        padding: 65px 18px 115px;
    }
}
.top-lyt-idx-a > .idx > .idx-inner > .hdg-wrap > * {
    font-weight: bold;
    color: #fff;
}
.top-lyt-idx-a > .idx > .idx-inner > .hdg-wrap > .hdg {
    font-size: 2.6rem;
    line-height: 1.5;
}
.top-lyt-idx-a > .idx > .idx-inner > .txt-wrap {
    width: 312px;
    min-width: 312px;
    min-height: 220px;
    margin-left: 20px;
    padding: 30px 20px;
    background: #fff;
}
@media screen and (max-width: 1200px), print {
    .top-lyt-idx-a > .idx > .idx-inner > .txt-wrap {
        width: 26vw;
        min-width: 26vw;
    }
}
@media screen and (max-width: 980px), print {
    .top-lyt-idx-a > .idx > .idx-inner > .txt-wrap {
        width: calc(100% - 20px);
        min-width: calc(100% - 20px);
        min-height: 100%;
        margin: -100px 10px 0;
        padding: 25px 25px 30px;
    }
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-a > .idx > .idx-inner > .txt-wrap {
        display: block;
    }
}
.top-lyt-idx-a > .idx > .idx-inner > .txt-wrap p {
    font-size: 1.6rem;
}
@media screen and (min-width: 981px), print {
    .top-lyt-idx-a > .idx > .idx-inner > .txt-wrap p:not(.btn) {
        height: auto !important;
    }
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-a > .idx > .idx-inner > .txt-wrap p:not(.btn) {
        height: auto !important;
    }
}
.top-lyt-idx-a > .idx > .idx-inner > .txt-wrap > .btn {
    margin-top: 18px;
    text-align: center;
}

/*
 * .top-lyt-idx-b
** ------------------------------------------------------ */
.top-lyt-idx-b {
    display: flex;
    flex-wrap: wrap;
    margin-top: -50px;
}
.top-lyt-idx-b > .idx > a {
    text-decoration: none;
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-b {
        display: block;
    }
    .top-hdg-c-wrap + .top-lyt-idx-b {
        margin-top: 40px;
    }
}
.top-lyt-idx-b > .idx {
    width: 25%;
    min-height: 100%;
    padding-top: 50px;
}
.top-lyt-idx-b > .idx .idx-inner {
    border-right: 1px solid #b6daee;
}
.top-lyt-idx-b > .idx:nth-child(4n) > .idx-inner {
    border: 0;
}
@media screen and (max-width: 980px), print {
    .top-lyt-idx-b > .idx {
        width: 33.33333%;
    }
    .top-lyt-idx-b > .idx:nth-child(4n) > .idx-inner {
        border-right: 1px solid #b6daee;
    }
    .top-lyt-idx-b > .idx:nth-child(3n) > .idx-inner {
        border: 0;
    }
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-b > .idx {
        width: 100%;
        padding-top: 0;
    }
    .top-lyt-idx-b > .idx + .idx {
        margin-top: 32px;
    }
    .top-lyt-idx-b > .idx .idx-inner {
        border: 0;
    }
    .top-lyt-idx-b > .idx:nth-child(4n) > .idx-inner {
        border: 0;
    }
}
.top-lyt-idx-b > .idx .idx-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0 30px;
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-b > .idx .idx-inner {
        padding: 0;
    }
    .top-lyt-idx-b > .idx .idx-inner + .idx {
        margin-top: 35px;
    }
}
.top-lyt-idx-b > .idx .idx-inner > .title-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-b > .idx .idx-inner > .title-wrap {
        width: 100%;
    }
}
.top-lyt-idx-b > .idx .idx-inner > .title-wrap > .title {
    font-weight: bold;
    font-size: 2rem;
    /*text-align: center;*/
    line-height: 1.5;
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-b > .idx .idx-inner > .title-wrap > .title br {
        display: none;
    }
}
.top-lyt-idx-b > .idx .idx-inner > .title-wrap > .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 92px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-b > .idx .idx-inner > .title-wrap > .image {
        margin: 0 auto 20px;
    }
}
.top-lyt-idx-b > .idx .idx-inner > .link {
    margin-top: auto;
    padding-top: 15px;
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-b > .idx .idx-inner > .link {
        padding-top: 10px;
    }
}
.top-lyt-idx-b > .idx .idx-inner .link-a {
    font-size: 1.6rem;
}
.top-lyt-idx-b > .idx .idx-inner .link-a::before {
    top: 9px;
}

/*
 * .top-lyt-idx-d
** ------------------------------------------------------ */
.top-lyt-idx-d {
    display: flex;
    flex-wrap: wrap;
    margin: -35px 0 0 -30px;
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-d {
        margin: 0;
    }
    .top-hdg-c-wrap + .top-lyt-idx-d {
        margin-top: 30px;
    }
}
.top-lyt-idx-d > .idx {
    width: 33.3333%;
    padding: 35px 0 0 30px;
}
@media screen and (max-width: 980px), print {
    .top-lyt-idx-d > .idx {
        width: 50%;
    }
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-d > .idx {
        width: 100%;
        padding: 0;
    }
    .top-lyt-idx-d > .idx + .idx {
        margin-top: 25px;
    }
}
.top-lyt-idx-d > .idx > .idx-inner > .link {
    margin-top: 25px;
    text-align: center;
}
@media screen and (max-width: 639px) {
    .top-lyt-idx-d > .idx > .idx-inner > .link {
        margin-top: 15px;
    }
}
.top-lyt-idx-d > .idx > .idx-inner > .link .link-a {
    font-size: 1.6rem;
    text-align: left;
    transition: color .2s;
}
.top-lyt-idx-d > .idx > .idx-inner > .link .link-a::before {
    transition: border-color .2s;
}
.top-lyt-idx-d > .idx > .idx-inner > .image {
    text-align: center;
    transition: opacity .2s;
}
.top-lyt-idx-d > .idx > .idx-inner > .image img {
    vertical-align: bottom;
}
.top-lyt-idx-d > .idx > .idx-inner:hover .link-a, .top-lyt-idx-d > .idx > .idx-inner:active .link-a {
    color: #f49000;
}
.top-lyt-idx-d > .idx > .idx-inner:hover .link-a::before, .top-lyt-idx-d > .idx > .idx-inner:active .link-a::before {
    border-color: #f49000;
}
.top-lyt-idx-d > .idx > .idx-inner:hover > .image, .top-lyt-idx-d > .idx > .idx-inner:active > .image {
    opacity: .7;
}

/*
 * .top-txt-imp-a
** ------------------------------------------------------ */
.top-txt-imp-a {
    text-align: center;
}
@media screen and (max-width: 639px) {
    .top-txt-imp-a {
        line-height: 1.5;
    }
}
.top-txt-imp-a > strong {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    text-align: left;
}
.top-txt-imp-a > strong::before {
    top: 5px;
    left: 0;
    width: 20px;
    height: 18px;
    background-position: -154px -48px;
}
@media screen and (max-width: 639px) {
    .top-txt-imp-a > strong {
        padding-left: 30px;
    }
    .top-txt-imp-a > strong::before {
        top: 0;
    }
}

/*
 * .top-slider-wrap
** ------------------------------------------------------ */
.top-slider-wrap {
    position: relative;
    z-index: 0;
    padding: 40px 0 20px;
    background: #edfcfe;
}
@media screen and (min-width: 1201px), print {
    [data-script-enabled="true"] .top-slider-wrap {
        height: 413px;
    }
}
[data-script-enabled="true"] .top-slider-wrap::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    display: block;
    width: 1481px;
    height: 493px;
    margin-left: -478px;
  /*background: url(/images/bg_slider_01.png) no-repeat 0 0;*/
    background: none;
    content: "";
}
@media only screen and (max-width: 1220px) {
    [data-script-enabled="true"] .top-slider-wrap::before {
        left: 123px;
        margin-left: 0;
    }
}
@media screen and (max-width: 1200px), print {
    [data-script-enabled="true"] .top-slider-wrap::before {
        content: none;
    }
}
@media screen and (max-width: 639px) {
    .top-slider-wrap {
        padding: 28px 0;
    }
}

/*
 * .js-slider-top
** ------------------------------------------------------ */
.js-slider-top {
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -40px 0 0 -40px;
}
.js-slider-top .slider-item {
    max-width: 520px;
    padding: 40px 0 0 40px;
}
@media screen and (max-width: 639px) {
    .js-slider-top .slider-item {
        max-width: 70vw;
    }
}
.js-slider-top .slider-item > a {
    width: 100%;
    text-align: center;
}
.js-slider-top .slider-item > a:hover .btn, .js-slider-top .slider-item > a:active .btn {
    color: #f49000;
    border-color: #f49000;
}
.js-slider-top .slider-item > a:hover .btn::before, .js-slider-top .slider-item > a:active .btn::before {
    border-color: #f49000;
}
.js-slider-top .slider-item > a:hover > .image::before, .js-slider-top .slider-item > a:active > .image::before {
    opacity: .3;
}
.js-slider-top .slider-item .image {
    position: relative;
}
.js-slider-top .slider-item .image::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    opacity: 0;
    transition: opacity .2s;
}
.js-slider-top .slider-item .image img {
    vertical-align: bottom;
}
.js-slider-top .slider-item .image + .btn {
    margin-top: 10px;
}
@media screen and (max-width: 639px) {
    .js-slider-top .slider-item .image + .btn {
        margin-top: 20px;
    }
}
@media screen and (min-width: 640px), print {
    .js-slider-top .slider-item .btn {
        display: inline-block;
        width: 100%;
        min-width: 100%;
        padding: 10px 13px 9px;
        font-weight: bold;
        font-size: 1.6rem;
        color: #0074bf;
        text-align: center;
        line-height: 1.5;
        text-decoration: none;
        background: #fff;
        border: 2px solid #0099e4;
        border-radius: 4em;
        transition: color .2s, border .2s;
    }
}
@media screen and (max-width: 639px) {
    .js-slider-top .slider-item .btn {
        position: relative;
        display: inline-block;
        padding-left: 20px;
        font-size: 1.4rem;
        color: #333;
        text-align: left;
        text-decoration: none;
    }
    .js-slider-top .slider-item .btn::before {
        position: absolute;
        top: 8px;
        left: -3px;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #0099e4;
        border-right: 2px solid #0099e4;
        content: "";
        transition: border-color .2s;
        transform: rotate(45deg);
    }
}
[data-script-enabled="true"] .js-slider-top {
    opacity: 0;
    transition: opacity .1s linear;
}
[data-script-enabled="true"] .js-slider-top.slick-initialized {
    display: block;
    margin: 0;
    opacity: 1;
}
[data-script-enabled="true"] .js-slider-top.slick-initialized .slider-item {
    padding: 0;
}
[data-script-enabled="true"] .js-slider-top.slick-initialized .slider-item + .slider-item {
    margin-left: 30px;
}
[data-script-enabled="true"] .js-slider-top.slick-initialized .slider-item .image img {
    width: 100%;
}
[data-script-enabled="true"] .js-slider-top.slick-initialized:not(.slick-dotted) + #js-slider-nav-wrap {
    display: none;
}
[data-script-enabled="true"] .js-slider-top.slick-initialized:not(.slick-dotted) .slick-track {
    position: static;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: auto !important;
    margin: -23px 0 30px -40px;
    transform: none !important;
}
@media screen and (max-width: 639px) {
    [data-script-enabled="true"] .js-slider-top.slick-initialized:not(.slick-dotted) .slick-track {
        display: block;
        margin: 0;
    }
}
[data-script-enabled="true"] .js-slider-top.slick-initialized:not(.slick-dotted) .slick-slide {
    float: none !important;
    padding: 40px 0 0 40px;
}
@media screen and (max-width: 639px) {
    [data-script-enabled="true"] .js-slider-top.slick-initialized:not(.slick-dotted) .slick-slide {
        padding: 0;
    }
    [data-script-enabled="true"] .js-slider-top.slick-initialized:not(.slick-dotted) .slick-slide + .slick-slide {
        margin-top: 30px;
    }
}
[data-script-enabled="true"] .js-slider-top.slick-initialized:not(.slick-dotted) .slick-list {
    padding: 0 10px !important;
}
[data-script-enabled="true"] .js-slider-top.slick-initialized:not(.slick-dotted) .slider-item .image img {
    width: auto;
}
@media screen and (max-width: 639px) {
    [data-script-enabled="true"] .js-slider-top.slick-initialized:not(.slick-dotted) .slider-item {
        max-width: 100%;
    }
}

/*
 * slick
** ------------------------------------------------------ */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 0 15px;
}
@media screen and (max-width: 639px) {
    .slick-slide {
        padding: 0 13px;
    }
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-left: -10px;
}
.slick-dots > li {
    padding-left: 10px;
}
.slick-dots > li > button {
    width: 11px;
    height: 11px;
    font-size: 0;
    vertical-align: middle;
    background: #0099e4;
    border-radius: 50%;
}
.slick-dots > li.slick-active > button {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 3px solid #0099e4;
}

.slick-arrow {
    position: absolute;
    overflow: hidden;
    width: 15px;
    height: 18px;
    font-size: 0;
}
.slick-arrow::before {
    position: absolute;
    top: 3px;
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #0099e4;
    border-right: 2px solid #0099e4;
    content: "";
    transition: border-color .2s;
}
.slick-arrow.slick-prev {
    top: 8px;
    left: 0;
}
.slick-arrow.slick-prev::before {
    left: 3px;
    transform: rotate(-135deg);
}
.slick-arrow.slick-next {
    top: 7px;
    right: 0;
}
.slick-arrow.slick-next::before {
    right: 3px;
    transform: rotate(45deg);
}

#js-slider-nav-wrap {
    display: none;
    margin-top: 12px;
    text-align: center;
}
[data-script-enabled="true"] #js-slider-nav-wrap {
    display: block;
}

#js-slider-nav {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 35px 5px 40px;
    background: #edfcfe;
}

.slick-control {
    position: relative;
    overflow: hidden;
    width: 14px;
    height: 16px;
    margin: 1px 0 0 20px;
    font-size: 0;
}
.slick-control.is-play::before, .slick-control.is-play::after {
    position: absolute;
    top: 0;
    display: block;
    width: 4px;
    height: 16px;
    background: #0099e4;
    content: "";
}
.slick-control.is-play::before {
    left: 0;
}
.slick-control.is-play::after {
    right: 0;
}
.slick-control.is-pause::before {
    position: absolute;
    top: 0;
    left: 4px;
    display: block;
    vertical-align: middle;
    border-width: 8px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #0099e4;
    content: "";
}

/* page-top-a */
.page-top-a {margin-top: 1em;}