@charset "UTF-8";

/* common
----------------------------------------------------*/
.indexLayout #main .bg_ex {
    position: relative;
}
.indexLayout #main .bg_ex .bg_ex_wrap {
    position: relative;
    padding-left: 70px;
    z-index: 1;
    
}
.indexLayout #main .bg_ex .title04 {
    writing-mode: vertical-rl;
    padding-left: 0;
  padding-top: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
}
.indexLayout #main .bg_ex .title04::before, .indexLayout #main .bg_ex .title04::after {
    left: 50%;
    transform: translateX(-50%);
}
.indexLayout #main .bg_ex .title04::before {
    top: 0;
}
.indexLayout #main .bg_ex .title04::after {
    top: 10px;
}
.indexLayout #main h2 {
    font-size: 0.9rem;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 30px;
}
.indexLayout #main .title03 {
    text-align: left;
}
.indexLayout #main .btn02 {
    margin-top: 40px;
    margin-left: 0;
}
.indexLayout #main .bg_ex .bg {
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 40px;
}
.indexLayout #main .inner p, .indexLayout #main .inner .disc_li > li {
    line-height: 2;
}

        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout #main h2 {
                font-size: 1.1rem;
                margin-bottom: 40px;
            }
            .indexLayout #main .btn02 {
                margin-top: 60px;
            }
            .indexLayout #main .bg_ex .bg {
                position: absolute;
                width: 38%;
                height: calc(100% - 120px);
                max-height: 648px;
                top: 60px;
                right: 0;
                margin-top: 0;
            }
            .indexLayout #main .bg_ex.rev .bg {
                left: 0;
                right: auto;
            }
            .indexLayout #main .bg_ex .bg_ex_wrap {
                width: calc(56% - 70px);
            }
            .indexLayout #main .bg_ex.rev .bg_ex_wrap {
                margin-left: auto;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .indexLayout #main h2 {
                font-size: 1.25rem;
            }
            .indexLayout #main .bg_ex .bg {
                height: calc(100% - 200px);
                top: 100px;
            }
            .indexLayout .cassette {
                padding: 120px 0;
            }
        }



/* mainImg
----------------------------------------------------*/
.indexLayout #mainImg {
    position: relative;
}
.indexLayout #mainImg .main_txt {
    position: absolute;
    width: 96%;
    max-width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    text-shadow: 0 2px 2px rgb(129, 147, 182);
    font-family: "Shippori Mincho", serif;
    font-weight: normal;
    font-size: 1.75rem;
    margin-top: 20px;
    margin-left: 20px;
}
.indexLayout #mainImg .main_txt .en02 {
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-size: 0.5rem;
    margin-top: 10px;
}
.indexLayout #mainImg .slider > li {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.indexLayout #mainImg .slider > li:nth-child(1) {
    background-image: url("../img/index/main01_sp.jpg");
}
.indexLayout #mainImg .slider > li:nth-child(2) {
    background-image: url("../img/index/main02_sp.jpg");
}
.indexLayout #mainImg .slider > li:nth-child(3) {
    background-image: url("../img/index/main03_sp.jpg");
}
.indexLayout #mainImg .slider > li:nth-child(4) {
    background-image: url("../img/index/main04_sp.jpg");
}
.indexLayout #mainImg .slider > li:nth-child(5) {
    background-image: url("../img/index/main05_sp.jpg");
}
.indexLayout #mainImg .bx-wrapper {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout #mainImg .slider > li {
                height: 410px;
                background-position: center center;
            }
            .indexLayout #mainImg .slider > li:nth-child(1) {
                background-image: url("../img/index/main01.jpg");
            }
            .indexLayout #mainImg .slider > li:nth-child(2) {
                background-image: url("../img/index/main02.jpg");
            }
            .indexLayout #mainImg .slider > li:nth-child(3) {
                background-image: url("../img/index/main03.jpg");
            }
            .indexLayout #mainImg .slider > li:nth-child(4) {
                background-image: url("../img/index/main04.jpg");
            }
            .indexLayout #mainImg .slider > li:nth-child(5) {
                background-image: url("../img/index/main05.jpg");
            }
            .indexLayout #mainImg .main_txt {
                font-size: 2.4rem;
                justify-content: center;
                margin-top: 0;
               margin-left: 0;
            }
            .indexLayout #mainImg .main_txt .en02 {
                font-size: 0.9rem;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .indexLayout #mainImg .slider > li {
                height: 680px;
            }
            .indexLayout #mainImg .main_txt {
                font-size: 3.4rem;
            }
            .indexLayout #mainImg .main_txt .en02 {
                font-size: 1.1rem;
            }
        }
        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1200px) {
            .indexLayout #mainImg .slider > li {
                height: 777px;
            }
        }



/* c01
----------------------------------------------------*/
.indexLayout #c01.bg_ex .bg {
    background-image: url("../img/index/index_c01_img01.png");
}
.indexLayout #c01 {
    background-image: none;
}
.indexLayout #c01.g_bg::after {
    z-index: -1;
    width: 325px;
  height: 750px;
    top: 70px;
    opacity: 0.4;
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout #c01.g_bg::after {
                width: 475px;
                height: 1060px;
                top: -70px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .indexLayout #c01.g_bg::after {
                width: 815px;
                height: 1880px;
                top: -790px;
                right: -450px;
            }
        }



/* c02
----------------------------------------------------*/
.indexLayout #c02.bg_ex .bg {
    background-image: url("../img/index/index_c02_img01.png");
}
.indexLayout #c02 .bg_ex_wrap {
    min-height: 648px;
}
.indexLayout #c02.g_bg::after {
    content: none;
}
.indexLayout #main .bg02 {
    width: 100%;
    height: 350px;
    background: url("../img/index/index_c02_bg01.jpg")no-repeat center center/cover;
}
.indexLayout #c02 .img {
    margin-top: 80px;
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout #c02 .bg_ex_wrap {
                min-height: 648px;
            }
            .indexLayout #main .bg02 {
                height: 500px;
            }
            .indexLayout #c02 .img {
                margin-top: 120px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .indexLayout #main .bg02 {
                height: 820px;
            }
        }



/* c03
----------------------------------------------------*/
.indexLayout #c03 {
    background-color: #f6f6e7;
    position: relative;
    overflow: hidden;
}
.indexLayout #c03 .inner {
    padding-bottom: 310px;
}
.indexLayout #c03 > div {
    position: relative;
    z-index: 1;
}
.indexLayout #c03::before, .indexLayout #c03::after {
    position: absolute;
    z-index: 0;
}
.indexLayout #c03::before {
    content: "Recruitment \Aof staff.";
    white-space: pre-line;
    writing-mode: vertical-rl;
    color: #e6e6d5;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 8.75rem;
    top: 0;
    right: -30px;
    line-height: 1;
}
.indexLayout #c03::after {
    content: "";
    background: url("../img/index/index_c03_img02.png")no-repeat center center/cover;
    width: 202px;
    height: 209px;
    bottom: 399px;
    right: 20px;
}
.indexLayout #c03.bg_ex .bg {
    background-image: url("../img/index/index_c03_img01.jpg");
}
.indexLayout #c03 .disc_li {
    margin-top: 30px;
}
.indexLayout #c03 .disc_li > li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
    padding-left: 25px;
}
.indexLayout #c03 .disc_li > li:not(:last-child) {
    margin-bottom: 10px;
}
.indexLayout #c03 .disc_li > li::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    background-color: #3bc0e5;
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout #c03::before {
                font-size: 7rem;
            }
            .indexLayout #c03 .inner {
                padding-bottom: 0;
            }
            .indexLayout #c03::after {
                width: 272px;
                height: 279px;
                bottom: 0;
                opacity: 0.4;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .indexLayout #c03::before {
                font-size: 8rem;
            }
            .indexLayout #c03::after {
                opacity: 1;
            }
        }



/* c04
----------------------------------------------------*/
.indexLayout #c04 .news_li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #cbcbcb;
    position: relative;
    padding-right: 40px;
}
.indexLayout #c04 .news_li a:hover {
    color: #219ec1;
    border-bottom-color: #219ec1;
}
.indexLayout #c04 .news_li a::after {
    position: absolute;
    content: "→";
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    right: 20px;
}
.indexLayout #c04 .news_li a:hover::after {
    color: #219ec1;
    right: 0;
}
.indexLayout #c04 .news_li .cat_icon::first-letter {
    text-transform: uppercase;
}
.indexLayout #c04 .news_li .cat_icon {
    line-height: 1;
    padding: 5px 0;
    max-width: 90px;
    border-radius: 30px;
    text-align: center;
    background-color: #3bc0e5;
    color: #fff;
    width: 40%;
    font-size: 0.8rem;
    margin: 0 30px;
}
.indexLayout #c04 .news_li .event {
    background-color: #82c23d;
}
.indexLayout #c04 .news_li .recruit {
    background-color: #f08153;
}
.indexLayout #c04 .news_li .ttl {
    margin-top: 20px;
}
.indexLayout #c04 .btn02 {
    margin-left: auto;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout #c04.bg_ex .bg_ex_wrap {
                width: calc(100% - 70px);
            }
            .indexLayout #c04 .news_li a {
                padding: 30px 0;
                padding-right: 40px;
            }
            .indexLayout #c04 .news_li .ttl {
                margin-top: 0;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
        }



/* c05
----------------------------------------------------*/
.indexLayout #c05 {
    background-color: #f6f6e7;
    text-align: center;
}
.indexLayout #c05 .inner {
    max-width: 1320px;
}
.indexLayout #c05 .h2_wrap h2 {
    display: inline-block;
    font-size: 1.75rem;
}
.indexLayout #c05 .business_link .flex_box03 {
    transition: all 0.3s;
    padding: 0 20px;
}
.indexLayout #c05 .business_link a {
    display: block;
    position: relative;
    padding: 40px 0;
    height: calc(100% - 80px);
}
.indexLayout #c05 .business_link .flex_box03:nth-child(1):hover {
    background-color: #e5fbf4;
}
.indexLayout #c05 .business_link .flex_box03:nth-child(2):hover {
    background-color: #e2f9fb;
}
.indexLayout #c05 .business_link .flex_box03:nth-child(3):hover {
    background-color: #fffbe4;
}
.indexLayout #c05 .business_link .flex_box03:nth-child(4):hover {
    background-color: #fbecd7;
}
.indexLayout #c05 .business_link a::before, .indexLayout #c05 .business_link a::after {
    position: absolute;
}
.indexLayout #c05 .business_link a::before {
    content: "";
    width: 26px;
    height: 26px;
    bottom: 20px;
    right: 0;
    border-radius: 50%;
}
.indexLayout #c05 .business_link a::after {
    content: "→";
    color: #fff;
    right: 5px;
    bottom: 25px;
    transition: all 0.3s;
    font-size: 0.75rem;
}
.indexLayout #c05 .business_link .flex_box03:nth-child(1) a::before {
    background-color: #58c9a3;
}
.indexLayout #c05 .business_link .flex_box03:nth-child(2) a::before {
    background-color: #4dbfcc;
}
.indexLayout #c05 .business_link .flex_box03:nth-child(3) a::before {
    background-color: #baaf72;
}
.indexLayout #c05 .business_link .flex_box03:nth-child(4) a::before {
    background-color: #da9f46;
}
.indexLayout #c05 .business_link .flex_box03:hover a::after {
    right: 0;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout #c05 .h2_wrap h2 {
                font-size: 1.875rem;
            }
            .indexLayout #c05 .business_link a {
                padding: 60px 0;
                height: calc(100% - 120px);
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
        }