@charset "UTF-8";

/* 保留
------------------------------------*/
.bgappear {
  opacity: 1;
}

/* mainImg
------------------------------------*/
.indexLayout #slider {
    width: 100%;
    height: 100vh;
}
.indexLayout #mainImg {
    position: relative;
    overflow: hidden;
    z-index: -1;
}
.indexLayout #mainImg .inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main .main_txt {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
}
#main .main_txt .en {
    font-size: 0.8rem;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 10px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #main .main_txt {
                    font-size: 4.5rem;
                }
                #main .main_txt .en {
                    font-size: 1.2rem;
                }
            }
            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* common
------------------------------------*/
.indexLayout h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 1.2rem;
    font-weight: 500;
}
.indexLayout h2 .en {
    font-size: 2rem;
}
.indexLayout h2.text {
    color: #0071be;
    letter-spacing: 2px;
    margin-bottom: 60px;
    font-weight: bold;
}
.indexLayout h2.text .jp {
    font-size: 2.5rem;
    margin-top: 10px;
}
.indexLayout h2.text .en {
    font-size: 1rem;
}
.indexLayout .bg01 {
    position: relative;
}
.indexLayout .bg01::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 96%;
    max-width: 1800px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-radius: 20px;
    background-color: #f6f2e8;
    z-index: -10;
}
.indexLayout .bg01 .inner {
    width: 80%;
}
.indexLayout h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: normal;
}
.indexLayout h3 .b {
    font-weight: bold;
}
.indexLayout #main .btn01 {
    margin-top: 40px;
}
.indexLayout .bg01 .ex_img {
    width: 90%;
}
.indexLayout .bg02 {
    width: calc(90% - 40px);
    padding: 0 20px;
    background-color: #eadcb5;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    background-image: url("../img/index/index_c03_bg01_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 10% center;
}
.indexLayout .bg02 .inner {
    width: 100%;
}
.indexLayout .bg02 .stone_box, .indexLayout #c04 .stone_box {
    z-index: -1;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout h2 .en {
                    font-size: 3rem;
                }
                .indexLayout h2.text .en {
                    font-size: 1.5rem;
                }
                .indexLayout h2.text .jp {
                    font-size: 5.5rem;
                }
                .indexLayout .bg01::before {
                    border-radius: 35px;
                }
                .indexLayout h3 {
                    font-size: 2.5rem;
                    margin-bottom: 40px;
                }
                .indexLayout .bg02 {
                    padding: 0 40px;
                    border-radius: 35px;
                    width: calc(90% - 80px);
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout h2.text {
                    margin-bottom: 60px;
                }
                .indexLayout h2.text .en {
                    font-size: 2rem;
                }
                .indexLayout h2.text .jp {
                    font-size: 7.5rem;
                }
                .indexLayout h3 {
                    font-size: 3.3rem;
                }
                .indexLayout .bg01 {
                    padding: 80px 0;
                }
                .indexLayout .bg01 .ex_img {
                    width: 48%;
                }
                .indexLayout .bg02 {
                    padding: 60px 40px 0;
                    background-image: url("../img/index/index_c03_bg01.png");
                    background-position: center center;
                }
            }



/* news_cassette
------------------------------------*/
.indexLayout .news_cassette .inner {
    position: relative;
    width: 100%;
}
.indexLayout .news_cassette .bg {
    position: absolute;
    right: 0;
    top: -30px;
    width: calc(80% - 40px);
    background-color: #f8f6f1;
    border-radius: 100px 0 0 100px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    z-index: 100;
}
.indexLayout .news_cassette a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.8rem;
}
.indexLayout .news_cassette h2 {
    background-color: #eab330;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-width: 64px;
    margin-right: 20px;
    margin-bottom: 0;
}
.indexLayout .news_cassette h2 .en {
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
}
.indexLayout .news_cassette time {
    font-weight: bold;
    font-size: 0.8rem;
}
.indexLayout #main .news_cassette .cat {
    display: block;
    width: 100%;
    max-width: 80px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background-color: #5682a8;
    line-height: 1;
    padding: 10px 0;
    margin-left: 10px;
    font-size: 0.7rem;
}
.indexLayout #main .news_cassette .cat.event {
    background-color: #73ad86;
}
.indexLayout #main .news_cassette .cat.career {
    background-color: #e7b266;
}
.indexLayout #main .news_cassette .cat.new {
    background-color: #60a5d2;
}
.indexLayout .news_cassette ul {
    width: 100%;
}
.indexLayout .news_cassette .ttl {
    padding-right: 30px;
    position: relative;
    width: calc(100% - 30px);
}
.indexLayout .news_cassette .ttl::after {
    position: absolute;
    content: "→";
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s;
    color: #0051a9;
}
.indexLayout .news_cassette a:hover .ttl::after {
    right: 0;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout .news_cassette h2 {
                    width: 82px;
                    height: 82px;
                    min-width: 82px;
                    margin-right: 40px;
                }
                .indexLayout .news_cassette time, .indexLayout .news_cassette a {
                    font-size: 1rem;
                }
                .indexLayout #main .news_cassette .cat {
                    margin-left: 20px;
                    margin-right: 20px;
                }
                .indexLayout .news_cassette a {
                    flex-wrap: nowrap;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout .news_cassette .inner {
                    width: 92%;
                }
                .indexLayout .news_cassette .bg {
                    width: 50%;
                    border-radius: 100px;
                    top: -60px;
                    padding: 10px 40px;
                }
            }




/* c01
------------------------------------*/
.indexLayout #main #c01 {
    padding-top: 160px;
}
.indexLayout #main #c01 .flex_box01:first-child p {
    font-weight: bold;
    line-height: 2.5;
    font-size: 1.2rem;
}
.indexLayout #main #c01 .btn_flex {
    margin: 40px auto 0;
    max-width: 600px;
}
.indexLayout #main #c01 .btn01 {
    margin-top: 0;
}
.indexLayout #main #c01 .btn01, .indexLayout #main #c01 .ex_btn, .indexLayout #main #c03 .btn01 {
    margin-left: auto;
    margin-right: auto;
}
.indexLayout #main #c01 .ttl {
    padding-left: 40px;
    position: relative;
    font-weight: bold;
    margin-bottom: 5px;
}
.indexLayout #main #c01 .ttl::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 6px;
    background-color: #0071be;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.indexLayout #main #c01 .btn_flex > a:first-child {
    margin-bottom: 30px;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #main #c01 .btn_flex > a {
                    width: 46%;
                }
                .indexLayout #main #c01 .btn_flex > a:first-child {
                    margin-bottom: 0;
                }
                .indexLayout #main #c01 .btn_flex > a:last-child {
                    width: calc(46% - 40px);
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #main #c01 .flex_box01:first-child p {
                    line-height: 2.8;
                }
                .indexLayout #c01 h2 {
                    margin-bottom: 120px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1600px) {
                .indexLayout #main #c01 .flex_box01:first-child p {
                    line-height: 3;
                    font-size: 1.5rem;
                }
            }



/* c02
------------------------------------*/
.indexLayout #c02 .ex01 .mbgextend .bgappear {
  background-image: url("../img/index/index_c02_img01.png");
}
.indexLayout #c02 h2 {
    text-align: left;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

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



/* c03
------------------------------------*/
.indexLayout #c03 h2 {
    margin-bottom: 40px;
}
.indexLayout #c03 h3 {
    color: #cc755e;
    font-weight: bold;
    margin-bottom: 0;
}
.indexLayout #c03 h3 .en, .indexLayout #c03 .sub_txt .en {
    display: inline;
}
.indexLayout #c03 .img {
    margin-top: 40px;
    position: relative;
}
.indexLayout .bg02 .stone_box .parallax1 {
    transform: none;
}
.indexLayout #c03 .sub_txt {
    font-weight: bold;
}
.indexLayout #c03 .sub_txt .en {
    font-size: 2rem;
}
.indexLayout #c03 h3 p > span:last-child {
    display: inline-block;
    position: relative;
    padding-right: 60px;
}
.indexLayout #c03 h3 p > span:last-child::after {
    position: absolute;
    content: "";
    background: url("../img/index/index_c03_before02.png")no-repeat center center/cover;
    width: 50px;
  height: 49px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c03 .sub_txt {
                    font-size: 2rem;
                }
                .indexLayout #c03 .sub_txt .en {
                    font-size: 3.5rem;
                }
                .indexLayout #c03 h3 {
                    font-size: 4rem;
                }
                .indexLayout #c03 .img::before {
                    position: absolute;
                    content: "";
                    background: url("../img/index/index_c03_before01.png")no-repeat center center/cover;
                    width: 201px;
                    height: 118px;
                    top: 0;
                    left: 0;
                }
                .indexLayout #c03 h3 p > span:last-child {
                    padding-right: 90px;
                }
                .indexLayout #c03 h3 p > span:last-child::after {
                    width: 82px;
                    height: 79px;
                }
                .indexLayout #c03 .img {
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 950px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c03 .img::before {
                    width: 271px;
                    height: 160px;
                }
            }



/* c04
------------------------------------*/
.indexLayout #c04 .stone_box .parallax2 {
    right: auto;
    left: 60%;
    transform: translateX(-40%);
}
.indexLayout #c04 .link_li .img {
    position: relative;
    margin-bottom: 10px;
}
.indexLayout #c04 .link_li .img::before, .indexLayout #c04 .link_li .img::after, .indexLayout #c04 .link_li .img .catch {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 0;
    z-index: 0;
}
.indexLayout #c04 .link_li .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(51, 141, 202, 0.8);
}
.indexLayout #c04 .link_li .img::after {
    font-family: "Montserrat", sans-serif;
    top: 10px;
    transform: none;
    left: auto;
    right: 20px;
    color: #fff;
    opacity: 1;
    font-size: 2.8rem;
    font-weight: 300;
}
.indexLayout #c04 .link_li .flex_box01:nth-child(1) .img::after {
    content: "01";
}
.indexLayout #c04 .link_li .flex_box01:nth-child(2) .img::after {
    content: "02";
}
.indexLayout #c04 .link_li .flex_box01:nth-child(3) .img::after {
    content: "03";
}
.indexLayout #c04 .link_li .flex_box01:nth-child(4) .img::after {
    content: "04";
}
.indexLayout #c04 .link_li .flex_box01:nth-child(5) .img::after {
    content: "05";
}
.indexLayout #c04 .link_li .img .catch {
    color: #fff;
    width: 85%;
    font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
}
.indexLayout #c04 .link_li a:hover .img::before, .indexLayout #c04 .link_li a:hover .img .catch {
    opacity: 1;
    
}
.indexLayout #c04 .link_li .cat {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(228, 139, 152, 0.9);
    color: #fff;
    padding: 3px 10px;
    border-radius: 0 50px 50px 0;
    min-width: 90px;
    text-align: center;
    z-index: 1;
}
.indexLayout #main #c04 .link_li .cat {
    position: static;
    border-radius: 0;
    font-size: 0.9rem;
    padding: 5px 20px;
    line-height: 1;
    display: inline-block;
    min-width: auto;
    margin-bottom: 5px;
}
.indexLayout #main #c04 .link_li .en {
    font-size: 1.8rem;
    line-height: 1.2;
}

.indexLayout #main #c04 .link_li .name, .indexLayout #c06 .link_li .name {
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: bold;
    padding-right: 30px;
}
.indexLayout #main #c04 .link_li .name {
    font-size: 0.8rem;
}
.indexLayout #main #c04 .link_li .img {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
.indexLayout #main #c04 .link_li a, .indexLayout #main #c06 .link_li a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #9198a7;
}
.indexLayout #main #c04 .link_li a::after, .indexLayout #main #c06 .link_li a::after {
    position: absolute;
    content: "→";
    bottom: 20px;
    right: 20px;
    transition: all 0.3s;
}
.indexLayout #main #c04 .link_li a:hover::after, .indexLayout #main #c06 .link_li a:hover::after {
    right: 0;
}
.indexLayout #main #c04 .link_li .img .catch {
    line-height: 1.8;
  font-size: 1.1rem;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #main #c04 .link_li {
                    flex-wrap: wrap;
                    gap: 80px 6%;
                    justify-content: center;
                }
                .indexLayout #main #c04 .link_li .flex_box01 {
                    width: calc(88% / 3);
                    margin-right: 0;
                }
            }

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




/* c05
------------------------------------*/
.indexLayout #c05 .w_box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 40px 20px;
}
.indexLayout #c05 {
    padding: 0 0 80px;
}
.indexLayout #c05 h2 {
    text-align: left;
    margin-bottom: 20px;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c05 .w_box {
                    border-radius: 35px;
                    padding: 40px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c05 {
                    padding: 0 ;
                }
            }




/* c06
------------------------------------*/
.indexLayout #c06 .ex01 .mbgextend .bgappear {
  background-image: url("../img/index/index_c06_img01.png");
}
.indexLayout #c06 h2 {
    text-align: left;
}
.indexLayout #c06 .link_li .name {
    margin-bottom: 0;
    margin-top: 20px;
}
.indexLayout #c06 .stone_box01 .parallax2 {
    right: auto;
    left: 20%;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c06 {
                    padding-bottom: 120px;
                }
            }




/* 
------------------------------------*/
.indexLayout #c07 {
    padding-top: 0;
}
.indexLayout #c07 .ex01 .mbgextend .bgappear {
  background-image: url("../img/index/index_c08_img01.png");
}
.indexLayout #c07 h2 {
    text-align: left;
    margin-bottom: 30px;
}
.indexLayout #c07 ul a {
    display: block;
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #9198a7;
    font-size: 1.1rem;
    font-weight: bold;
}
.indexLayout #c07 ul a::after {
    position: absolute;
    content: "→";
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: all 0.3s;
    font-weight: normal;
}
.indexLayout #c07 ul a:hover::after {
    right: 15px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c07 {
                    padding-top: 80px;
                }
                .indexLayout #c07 ul a {
                    padding: 40px 0;
                    font-size: 1.2rem;
                }
                .indexLayout #c07 ul {
                    padding-bottom: 110px;
                }
            }
