@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* common
------------------------------------*/
.indexLayout #main .inner {
    max-width: 1500px;
    
}
.indexLayout #main h2 .jp::before {
    background-image: url("../common/img/icon03a.png");
}
.indexLayout #main h2 {
    color: #0164ab;
    margin-bottom: 40px;
    text-align: center;
}
.indexLayout #main h3 {
    margin-bottom: 40px;
}
.indexLayout #main p {
    font-weight: bold;
    line-height: 2;
}
.indexLayout #main .btn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #main h2 {
                    text-align: left;
                }
                .indexLayout #main #c05 h2, .indexLayout #main #c06 h2, .indexLayout #main #c08 h2 {
                    text-align: center;
                }
                .indexLayout #main .btn {
                    margin-left: 0;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }



/* mainImg
------------------------------------*/
.indexLayout #mainImg {
    position: relative;
}
.indexLayout #mainImg #slider {
    width: 100%;
    height: 550px;
}
.indexLayout #mainImg .btn02 {
    position: absolute;
    bottom: -30px;
    right: 2%;
    padding: 8px 20px 12px;
    width: calc(75% - 40px);
    max-width: 750px;
    border-radius: 100px;
    z-index: 10;
    overflow: hidden;
    font-weight: bold;
    font-size: 0.9rem;
}
.indexLayout #mainImg .btn02 p {
    line-height: 1;
}
.indexLayout #mainImg .btn02 .en {
    font-size: 2rem;
    margin-bottom: 5px;
}
.indexLayout #mainImg .main_ttl {
    position: absolute;
    z-index: 1;
    width: 80%;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -52%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.indexLayout #mainImg .main_ttl p {
    color: #fff;
    text-shadow: #000 1px 0 5px;
    font-weight: bold;
}
.indexLayout #mainImg .main_ttl .jp img {
    width: 70%;
}
.indexLayout #mainImg .main_ttl .en {
    font-weight: 900;
    font-size: 3.5rem;
    margin: 10px 0 40px;
    line-height: 1.2;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #mainImg #slider {
                    height: 600px;
                }
                .indexLayout #mainImg .btn02 {
                    padding: 15px 40px 20px;
                    bottom: -50px;
                    width: calc(50% - 80px);
                }
                .indexLayout #mainImg .btn02 .en {
                    font-size: 3rem;
                    margin-bottom: 10px;
                }
                .indexLayout #mainImg .main_ttl p {
                    line-height: 2.3;
                }
                .indexLayout #mainImg .main_ttl .en {
                    font-size: 5rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .indexLayout #mainImg #slider {
                    height: 700px;
                }
                .indexLayout #mainImg .btn02 {
                    padding: 20px 60px;
                    font-size: 1rem;
                    bottom: -50px;
                    max-width: 440px;
                }
                .indexLayout #mainImg .main_ttl .en {
                    font-size: 6rem;
                }
                .indexLayout #mainImg .main_ttl .main_read {
                    font-size: 1.2rem;
                }
                .indexLayout #mainImg .main_ttl .jp img {
                    width: auto;
                }
            }



/* c01
------------------------------------*/
.indexLayout #main .g_box {
    position: relative;
    overflow: hidden;
}
.indexLayout #main .g_box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f3f3f3, #e4e4e4);
    z-index: -2;
    top: 0;
    left: 0;
}
.indexLayout #c01 {
    position: relative;
    padding-top: 190px;
    padding-bottom: 0;
}
.indexLayout #c01::before {
    position: absolute;
    content: "";
    background: url("../img/index/index_bg01.png")no-repeat center center/cover;
    width: 190px;
    height: 144px;
    top: 30px;
    left: -20px;
}
.indexLayout #c01 .c01_h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.indexLayout #c01 .c01_h2 .page_ttl {
    position: absolute;
    background: linear-gradient(to right, #cecece ,#96abb3);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: 0;
    right: 0;
    z-index: -1;
    font-size: 5rem;
    line-height: 1;
    opacity: 0.6;
    max-width: 93%;
}
.indexLayout #c01 .c01_h2 h2 {
    font-size: 1.7rem;
    line-height: 1.5;
    color: #000;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c01 {
                    padding-top: 240px;
                }
                .indexLayout #c01::before {
                    width: 240px;
                    height: 182px;
                    top: 50px;
                    left: -30px;
                }
                .indexLayout #c01 .c01_h2 {
                    padding-bottom: 60px;
                    margin-bottom: 40px;
                }
                .indexLayout #c01 .c01_h2 .page_ttl {
                    background: linear-gradient(to right, #c5c5c5 ,#4d91ab);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    font-size: 8.5rem;
                    max-width: 73%;
                }
                .indexLayout #c01 .c01_h2 h2 {
                    font-size: 2.6rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .indexLayout #c01 {
                    padding-top: 190px;
                }
                .indexLayout #c01::before {
                    width: 380px;
                    height: 289px;
                    top: 90px;
                    left: -50px;
                }
                .indexLayout #c01 .c01_h2 .page_ttl {
                    max-width: 100%;
                    font-size: 9.5rem;
                }
                .indexLayout #c01 .c01_h2 h2 {
                    font-size: 2.2rem;
                    padding-left: 340px;
                }
            }



/* c02
------------------------------------*/
.indexLayout #c02 {
    position: relative;
    padding-bottom: 270px;
    padding-top: 0;
}
.indexLayout #c02::before {
    position: absolute;
    content: "";
    z-index: -1;
    background: url("../img/index/index_c01_bg02.png")no-repeat top right/cover;
    width: 395px;
    height: 312px;
    bottom: -130px;
    left: -50px;
}
.indexLayout #c02 .flex {
    gap: 60px 5%;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c02 {
                    padding-top: 100px;
                }
                .indexLayout #c02::before {
                    width: 805px;
                    height: 492px;
                    bottom: -290px;
                }
                .indexLayout #c02 .flex {
                    flex-direction: column;
                }
                .indexLayout #c02 .flex_box01 {
                    width: 100%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .indexLayout #c02 {
                    padding-bottom: 320px;
                }
                .indexLayout #c02::before {
                    width: 885px;
                    height: 592px;
                    bottom: -350px;
                    left: -60px;
                }
                .indexLayout #c02 .flex {
                    flex-direction: row;
                }
                .indexLayout #c02 .flex_box01:first-child {
                    width: 40%;
                }
                .indexLayout #c02 .flex_box01:last-child {
                    width: 55%;
                }
            }





/* c03
------------------------------------*/
.indexLayout #c03 {
    background: url("../img/index/index_c02_bg01_sp.png")no-repeat bottom center/cover;
    padding-bottom: 510px;
}
.indexLayout #c03 .inner {
    position: relative;
    z-index: 1;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c03 {
                    background-image: url("../img/index/index_c02_bg01.png");
                    padding-bottom: 100px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }



/* c04
------------------------------------*/
.indexLayout #c04 .w_box {
    box-shadow: 0 0 15px rgba(166, 166, 166, 0.35);
}
.indexLayout #c04 .w_box .ttl {
    text-align: center;
    margin-bottom: 40px;
    color: #0164ab;
    font-size: 1.4rem;
}
.indexLayout #c04 .w_box .ttl span {
    font-size: 1rem;
    display: block;
}
.indexLayout #c04 ul.flex a {
    transition: all 0.3s;
}
.indexLayout #c04 ul.flex a:hover {
    opacity: 0.6;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c04 ul.flex {
                    align-items: center;
                    gap: 30px 10%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }



/* c05
------------------------------------*/
.indexLayout #c05 {
    position: relative;
    padding-top: 0;
}
.indexLayout #c05 .inner {
    max-width: 1200px;
    text-align: center;
}
.indexLayout #c05::after {
    position: absolute;
    content: "";
    background: url("../img/index/index_c04_bg01.png")no-repeat center center/cover;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.indexLayout #c05 .btn {
    margin-left: auto;
    margin-right: auto;
}
.indexLayout #c05 .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 4%;
    margin-top: 40px;
}
.indexLayout #c05 .flex_box02 {
    width: calc(92% / 3);
}
.indexLayout #c05 .flex_box02 a {
    color: #fff;
    text-align: center;
}
.indexLayout #c05 .flex_box02 p {
    font-size: 0.7rem;
    line-height: 1.2;
}
.indexLayout #c05 .flex_box02 .img {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 20px;
}
.indexLayout #c05 .flex_box02 .img img {
    transition: all 0.3s;
}
.indexLayout #c05 .flex_box02 a:hover .img img {
    transform:scale(1.2,1.2);
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c05 .flex {
                    gap: 60px 4%;
                    margin-top: 60px;
                }
                .indexLayout #c05::after {
                    height: 60%;
                }
                .indexLayout #c05 .flex_box02 p {
                    font-size: 1rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }




/* c06
------------------------------------*/
.indexLayout #c06 {
    background: url("../img/index/index_c05_bg01.png")no-repeat center center/cover;
    text-align: center;
}
.indexLayout #c06 ul {
    position: relative;
    z-index: 1;
    margin: 40px auto 0;
    max-width: 1000px;
    gap: 60px 5%;
}
.indexLayout #c06 ul::after {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #0163ab;
    width: 2px;
    height: calc(100% - 130px);
    top: 65px;
    left: 65px;
}
.indexLayout #c06 ul li {
    display: flex;
    align-items: center;
    text-align: left;
}
.indexLayout #c06 ul li:not(:last-child) {
    margin-bottom: 30px;
}
.indexLayout #c06 ul li .img {
    margin-right: 20px;
    max-width: 130px;
}
.indexLayout #c06 ul li p {
    line-height: 1.2;
    font-size: 0.9rem;
}
.indexLayout #c06 .btn {
    margin-left: auto;
    margin-right: auto;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c06 ul::after {
                    width: 90%;
                    height: 2px;
                    left: 50%;
                    transform: translateX(-50%);
                }
                .indexLayout #c06 ul li {
                    display: block;
                    text-align: center;
                    width: calc(84% / 5);
                }
                .indexLayout #c06 ul li:not(:last-child) {
                    margin-bottom: 0;
                }
                .indexLayout #c06 ul li .img {
                    margin-right: 0;
                    margin-bottom: 20px;
                    max-width: 100%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .indexLayout #c06 ul::after {
                    top: 40%;
                    transform: translate(-50%, -60%);
                }
            }



/* c07 
------------------------------------*/
.indexLayout #c07 {
    padding-top: 0;
}
.indexLayout #c07 a {
    display: block;
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
}
.indexLayout #c07 > div a::before, .indexLayout #c07 > div a::after {
     position: absolute;
    transition: all 0.3s;
}
.indexLayout #c07 > div a::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.indexLayout #c07 > div a:hover::before {
    transform:scale(1.2,1.2);
}
.indexLayout #c07 > div:first-child a::before {
    background: url("../img/index/index_c06_bg01.png")no-repeat center center/cover;
}
.indexLayout #c07 > div:last-child a::before {
    background: url("../img/index/index_c06_bg02.png")no-repeat center center/cover;
}
.indexLayout #c07 > div a::after {
    content: "→";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #fff;
}
.indexLayout #c07 > div a:hover::after {
    right: 10px;
}
.indexLayout #c07 h2 {
    color: #fff;
    margin-bottom: 0;
}
.indexLayout #c07 h2 .jp {
    padding-left: 0;
}
.indexLayout #c07 h2 .jp::before {
    content: none;
}
.indexLayout #c07 h2 .en {
    font-size: 2.5rem;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c07 {
                    display: flex;
                    justify-content: space-between;
                }
                .indexLayout #c07 > div {
                    width: 50%;
                }
                .indexLayout #c07 a {
                    padding: 60px 40px;
                }
                .indexLayout #c07 > div a::after {
                    right: 40px;
                }
                .indexLayout #c07 > div a:hover::after {
                    right: 20px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .indexLayout #c07 a {
                    padding: 120px 40px;
                }
                .indexLayout #c07 h2 .en {
                    font-size: 3rem;
                }
            }



/* c08
------------------------------------*/
.indexLayout #c08 {
    padding-top: 0;
}
.indexLayout #c08 .bnr > div {
    position: relative;
    
    overflow: hidden;
    width: 100%;
}
.indexLayout #c08 .bnr > div::before, .indexLayout #c08 .bnr > div::after {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexLayout #c08 .bnr .t_box {
    background-color: #81a5c7;
    width: calc(100% - 40px);
    padding: 40px 20px;
    text-align: center;
}
.indexLayout #c08 .bnr > .t_box::before {
    background-image: url("../img/index/index_c06_icon02.png");
    width: 133px;
    height: 121px;
    bottom: 30px;
    right: -60px;
}
.indexLayout #c08 .bnr > .tag_box::after {
    background-image: url("../img/index/index_c06_img01_sp.png");
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}
.indexLayout #c08 .bnr .tag_box {
    min-height: 270px;
}
.indexLayout #c08 .bnr .tag_box p {
    position: absolute;
    width: calc(100% - 40px);
    padding: 20px;
    max-width: 240px;
    background-color: #fff;
    color: #0163ab;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.indexLayout #c08 .bnr .tag_box p::after {
    position: absolute;
    content: "→";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all 0.3s;
}
.indexLayout #c08 .bnr:hover .tag_box p::after {
    right: 10px;
}
.indexLayout #c08 .bnr .t_box h2 {
    color: #000;
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}
.indexLayout #c08 .bnr .t_box h2::before {
    position: absolute;
    content: "";
    background: url("../img/index/index_c06_icon01.png")no-repeat center center/cover;
    width: 77px;
    height: 38px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.indexLayout #c08 .bnr .t_box h2 .en {
    font-size: 3.5rem;
}
.indexLayout #c08 .bnr .t_box h2 .jp {
    padding-left: 0;
    margin-top: 20px;
    display: block;
    font-size: 1.2rem;
}
.indexLayout #c08 .bnr .t_box h2 .jp::before, .indexLayout #c08 .bnr .t_box h2.active .jp::after {
    content: none;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c08 .bnr .tag_box {
                    min-height: 400px;
                }
                .indexLayout #c08 .bnr .t_box h2 .en {
                    font-size: 4rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .indexLayout #c08 .bnr {
                    display: flex;
                }
                .indexLayout #c08 .bnr > div {
                    width: 50%;
                }
                .indexLayout #c08 .bnr .t_box {
                    width: calc(50% - 40px);
                    padding: 50px 20px;
                }
                .indexLayout #c08 .bnr .tag_box p {
                    bottom: auto;
                    left: auto;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 0;
                }
                .indexLayout #c08 .bnr .t_box h2 {
                    font-size: 3rem;
                }
                .indexLayout #c08 .bnr > .t_box::before {
                    width: 173px;
                    height: 151px;
                    bottom: 0;
                    right: -70px;
                }
                .indexLayout #c08 .bnr .tag_box {
                    min-height: 0;
                }
                .indexLayout #c08 .bnr > .tag_box::after {
                    background-image: url("../img/index/index_c06_img01.png");
                }
            }

/* c09
------------------------------------*/
.indexLayout #c09 {
    background: linear-gradient(to right, #f3f3f3, #e4e4e4);
    position: relative;
    padding-bottom: 300px;
    overflow: hidden;
}
.indexLayout #c09::after {
    position: absolute;
    content: "";
    background: url("../img/index/index_c07_img01.png")no-repeat center center/cover;
    bottom: -10px;
    left: -20px;
    width: 289px;
    height: 275px;
}
.indexLayout #c09 .inner {
    position: relative;
    z-index: 1;
}
.indexLayout #c09 ul a {
    display: block;
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid #b9b9b9;
    transition: all 0.3s;
    position: relative;
}
.indexLayout #c09 ul a:hover {
    border-bottom-color: #0163ab;
}
.indexLayout #c09 ul a::after {
    position: absolute;
    content: "→";
    color: #0163ab;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all 0.3s;
}
.indexLayout #c09 ul a:hover::after {
    right: 0;
}
.indexLayout #c09 ul a:hover .ttl {
    color: #0163ab;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c09 ul a {
                    display: flex;
                    align-items: center;
                }
                .indexLayout #c09 ul time {
                    margin-right: 40px;
                }
                .indexLayout #c09 .flex_box01:first-child {
                    width: 36%;
                }
                .indexLayout #c09 .flex_box01:last-child {
                    width: 60%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .indexLayout #c09 {
                    padding-top: 150px;
                    padding-bottom: 150px;
                }
                .indexLayout #c09::after {
                    bottom: -40px;
                    left: -70px;
                    width: 40%;
                    max-width: 522px;
                    height: 502px;
                    background-size: contain;
                }
                .indexLayout #c09 .flex {
                    margin-left: auto;
                    width: 60%;
                }
                .indexLayout #c09 ul a {
                    padding: 30px 30px 30px 0;
                }
            }