/*=============================================================
 CSR top Layout
=============================================================*/
/* -------------------------------------------------------------
   csr/index38.html
-------------------------------------------------------------*/
/* ----- common ----- */
#topicPathArea {
    min-height: auto;
}

.sec-inner {
    padding: 75px 0;
    margin: 0 12%;
}

.ttl-h2 {
    font-size: 26px;
    color: #00BAB3;
    position: relative;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

.ttl-h2::after {
    content: "";
    background: url("../image/ttl_line.png") no-repeat;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-size: cover;
}

p.txt {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.sec-area a {
    display: block;
    text-decoration: none;
    line-height: 1.5;
}

a.icon_pdf[href$=".pdf"] span.menu-ttl::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url("../image/icon_pdf.png") no-repeat;
    background-size: cover;
    margin-left: 5px;
}

.-col2 li {
    width: calc((100% - 3%) / 2);
}

.-col3 li {
    width: calc((100% - 3%) / 3);
    background: #fff;
}

/* ----- menu-box ----- */
.menu-box,
.menu-list {
    max-width: 1100px;
    padding-top: 50px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-box li {
    border-radius: 0 0 0 20px;
    position: relative;
}

.menu-box li::before {
    content: "";
    background: url(../image/index_menu-ttl.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 75px;
    height: 37px;
    z-index: 9;
    cursor: pointer;
}

.menu-box img {
    width: 100%;
}

.menu-box span.menu-ttl {
    display: block;
    padding: 20px 20px 35px;
}

.menu-box span.menu-ttl {
    font-size: 16px;
    line-height: 1.5;
    color: #001957;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.menu-box a:hover span.menu-ttl {
    color: #00BAB3;
}

.menu-box a figure {
    overflow: hidden;
}

.menu-box a figure img {
    transition: .5s all;
}

.menu-box a:hover figure img {
    transform: scale(1.1, 1.1);
    transition: .5s all;
}

.menu-box a,
.menu-box a span.arrow-move {
    transition: .5s;
}

.menu-box a::before,
.menu-box a::after,
.menu-box a span.arrow-move::before,
.menu-box a span.arrow-move::after {
    content: "";
    position: absolute;
    z-index: 9;
}

.menu-box a::before,
.menu-box a span.arrow-move::before {
    right: 14px;
    width: 13px;
    height: 1px;
    background: #fff;
    bottom: 15px;
}

.menu-box a::after,
.menu-box a span.arrow-move::after {
    right: 14px;
    width: 6px;
    height: 6px;
    bottom: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.menu-box a span.arrow-move::before,
.menu-box a span.arrow-move::after {
    opacity: 0;
    right: 20px;
}

.menu-box a:hover::before,
.menu-box a:hover::after {
    animation: arrowbefore .5s;
}

.menu-box a:hover span.arrow-move::before,
.menu-box a:hover span.arrow-move::after {
    animation: arrowafter ease-out .5s;
}

@keyframes arrowbefore {
    100% {
        right: 5px;
        opacity: 0;
    }
}

@keyframes arrowafter {
    99% {
        right: 14px;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* ----- circle arrow ----- */
.arrow {
    position: relative;
}

.arrow a {
    font-size: 16px;
    color: #001957;
    font-weight: bold;
    display: flex;
    position: relative;
}

.arrow a::before {
    content: "";
    background: url("../image/icon_arw.svg");
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.arrow a:hover::before {
    background: url("../image/icon_arw-hover.svg");
}

/* main
-------------------------------------------------------------*/
#main {
    position: relative;
}

#main figure.main-bg img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

#main .ttl-h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2em;
}

#main .main-ttl {
    position: absolute;
    top: 0;
}

#main .main-ttl figure {
    position: relative;
    top: 0;
}

#main .main-ttl figure img {
    width: 400px;
    height: 120px;
}

#main .main-ttl .ttl-h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-57%, -50%);
    font-size: 24px;
    color: #fff;
    width: 100%;
    text-align: center;
}

#main .main-ttl .ttl-h2::before,
#main .main-ttl .ttl-h2::after {
    display: none;
}

/* sec01
-------------------------------------------------------------*/
.sec01 {
    margin: 90px 3%;
    background-size: cover;
    box-sizing: border-box;
}

.sec01 .sec-inner {
    margin: 0 auto;
    max-width: 1320px;
    padding: 60px 8%;
    background: url(../image/index_menu-bg.jpg) no-repeat;
    background-size: cover;
}

.sec01 .menu-box li {
    display: flex;
}

.sec01 p {
    margin: 50px 0;
}

/* sec02
-------------------------------------------------------------*/
.sec02 {
    background: #BFEEEC;
}

.sec02 .-col2 li {
    margin-bottom: 40px;
    position: relative;
}

.sec02 .-col2 li figure span.inner-txt {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: flex;
}

/* sec03
-------------------------------------------------------------*/
.sec03 .sec-inner {
    padding: 75px 0 40px;
    margin: 0;
}

.sec03 .menu-box {
    max-width: inherit;
}

.sec03 ul.slick-items {
    margin: 30px 0;
    overflow: hidden;
}

.sec03 ul.slick-items li.slick-item {
    margin: 0 24px;
    background: #fff;
    box-shadow: 0px 0px 20px #E0E0E0;
}

.sec03 ul.slick-items li.slick-item img {
    height: auto;
    width: 100%;
}

.slick-list {
    padding: 20px 30px !important;
}

.sec03 li.slick-item {
    width: 345px !important;
}

.slick-dots li::before {
    display: none;
}

.slick-prev.slick-arrow {
    left: 170px;
    width: 60px;
    height: 60px;
    background: #1A4E89;
    border-radius: 50%;
}

.slick-next.slick-arrow {
    right: 170px;
    width: 60px;
    height: 60px;
    background: #1A4E89;
    border-radius: 50%;
}

.slick-arrow::before {
    width: 19px !important;
    height: 2px !important;
    background: #fff;
    border: none !important;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.slick-arrow::after {
    content: "";
    position: absolute;
    top: 28.5%;
    right: 48%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(224deg) translate(-50%, -50%);
}

/* sec04
-------------------------------------------------------------*/
.sec04 {
    background: #DDE5ED;
}

.sec04 .sec-inner {
    margin: 0;
}

.sec04 .-col2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec04 .-col2 .col-box:nth-of-type(2) {
    width: 170px;
    margin-left: 50px;
}

.sec04 .-col2 .col-box .ttl-h2 {
    text-align: left;
    margin-bottom: 30px;
}

.sec04 .-col2 .col-box .ttl-h2::before,
.sec04 .-col2 .col-box .ttl-h2::after {
    display: none;
}

.sec04 .-col2 .col-box figure img {
    width: 170px;
}

/* sec05
-------------------------------------------------------------*/
.sec05 .menu-list {
    margin: 60px auto 0;
    align-items: baseline;
}

.sec05 .menu-list li {
    border-top: 1px solid #DDE5ED;
}

.sec05 .menu-list li:nth-child(n+3) {
    border-bottom: 1px solid #DDE5ED;
}

.sec05 .menu-list li a {
    padding: 15px 0 15px 10px;
    z-index: 9;
}

.sec05 .arrow a::before {
    position: absolute;
    right: 0;
}

.sec05 .arrow a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: rgba(221, 229, 237, .5);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.sec05 .arrow a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* -------------------------------------------------------------
   Tablet
-------------------------------------------------------------*/
@media screen and (max-width: 768px) {

    .-col2 li {
        width: calc((100% - 20px) / 2);
    }

    .-col3 li {
        width: calc((100% - 30px) / 3);
    }

    /* menu-box
    -------------------------------------------------------------*/
    .menu-box span.menu-ttl {
        padding: 15px 15px 20px;
    }

    /* sec02
    -------------------------------------------------------------*/
    .sec02 .-col2 li {
        margin-bottom: 20px;
    }

    /* sec03
    -------------------------------------------------------------*/
    .sec03 li.slick-item {
        width: 184px !important;
        height: 203px;
    }

    .sec03 ul.slick-items li.slick-item {
        margin: 0 15px;
        display: flex;
    }

    /* sec05
    -------------------------------------------------------------*/
    .slick-prev.slick-arrow {
        left: 30px;
    }

    .slick-next.slick-arrow {
        right: 30px;
    }
}

/* -------------------------------------------------------------
   SP
-------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .sec-inner {
        margin: 0 8%;
    }

    p.txt {
        text-align: left;
    }

    .ttl-h2 {
        font-size: 26px;
    }

    .menu-box, .menu-list {
        display: block;
    }

    .menu-box span.menu-ttl {
        padding: 15px 15px 30px;
    }

    .-col2 li,
    .-col3 li {
        width: 100%;
        margin-bottom: 20px;
    }

    /* main
    -------------------------------------------------------------*/
    #main {
        top: 40px;
    }

    #main figure.main-bg img {
        height: 240px;
        object-position: 50% 50%;
    }

    #main .main-ttl figure img {
        width: 200px;
        height: 60px;
    }

    #main .main-ttl .ttl-h2 {
        font-size: 16px;
    }

    #main h1.ttl-h1 {
        font-size: 20px;
    }

    /* sec01
    -------------------------------------------------------------*/
    .sec01 {
        margin: 70px 3%;
    }

    .sec01 .sec-inner {
        background: url(../image/index_menu-bg_sp.jpg) no-repeat;
        background-size: cover;
    }

    .sec01 p.txt {
        margin: 40px 0 30px;
    }

    /* sec02
    -------------------------------------------------------------*/
    .sec02 .-col3 li:last-child {
        margin-bottom: 0;
    }

    /* sec03
    -------------------------------------------------------------*/
    .slick-prev.slick-arrow {
        left: 10px;
    }

    .slick-next.slick-arrow {
        right: 10px;
    }

    .sec03 li.slick-item {
        width: 220px !important;
        height: 230px;
    }

    /* sec04
    -------------------------------------------------------------*/
    .sec04 .-col2 {
        display: block;
    }

    .sec04 .-col2 .col-box {
        text-align: center;
    }

    .sec04 .-col2 .col-box .ttl-h2 {
        margin-bottom: 10px;
    }

    .sec04 .-col2 .col-box .ttl-h2,
    .sec04 .-col2 p {
        text-align: center;
        display: inline-block;
    }

    .sec04 .-col2 .col-box:nth-of-type(2) {
        width: 170px;
        margin: 40px auto 0;
    }

    /* sec05
    -------------------------------------------------------------*/
    .sec05 .menu-list li {
        margin-bottom: 0;
    }

    .sec05 .menu-list li:nth-child(n+3) {
        border-bottom: none;
    }

    .sec05 .menu-list li:last-child {
        border-bottom: 1px solid #DDE5ED;
    }

}










