@charset "UTF-8";

/* 
------------------------------------*/
.indexLayout .cassette {
    padding: 100px 0;
}
.indexLayout .slick-dots {
    bottom: -34px;
}
.indexLayout .slick-dots li button {
    font-size: 12px;
    background-color: #ccc;
    border-radius: 50%;
    width: 15px;
  height: 15px;
}
.indexLayout .slick-dots li.slick-active button {
    background-color: #FF8319;
    opacity: 1;
}


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

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





/* mainImg
------------------------------------*/





            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #mainImg img {
                    margin-right: 0;
                    max-width: 96%;
                }
            }

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




/* c01
------------------------------------*/
.indexLayout #c01 {
    position: relative;
    padding: 50px 0 100px;
}
.indexLayout #c01::after {
    position: absolute;
    content: "";
    height: calc(100% + 60px);
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("../img/index/index_c01_bg01.png")no-repeat center center/cover;
    z-index: -1;
}
.indexLayout #c01 .flex {
    max-width: 840px;
    margin: 0 auto;
}
.indexLayout #c01 .flex h2 img {
    margin: 0;
}
.indexLayout #c01 .flex .img img {
    max-width: 30%;
}
.indexLayout #c01 .flex h2 {
    margin-bottom: 30px;
}
.indexLayout #c01 .cat_li > li {
    position: relative;
    padding-left: 30px;
    color: #411F11;
    font-weight: bold;
    font-size: 1.2rem;
}
.indexLayout #c01 .cat_li > li::before {
    position: absolute;
    content: "";
    background: url("../img/index/index_c01_img03.png")no-repeat center center/cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 5px;
}
.indexLayout #c01 .cat_li > li:not(:last-child) {
    margin-bottom: 10px;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c01 {
                    padding: 100px 0;
                }
                .indexLayout #c01::after {
                    height: calc(100% + 180px);
                }
                .indexLayout #c01 .flex {
                    align-items: center;
                }
                .indexLayout #c01 .flex .img img {
                    max-width: 100%;
                }
                .indexLayout #c01 .flex_box01:first-child {
                    width: 38%;
                }
                .indexLayout #c01 .flex_box01:last-child {
                    width: 58%;
                }
            }

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





/* c02
------------------------------------*/
.indexLayout #c02 {
    background-color: #FFFAF0;
}
.indexLayout #c02 .slick-slide .btn01 span::before, .indexLayout #c02 .slick-slide .btn01::after {
    content: none;
}
.indexLayout #c02 .slick-slide .btn01 {
    top: 0;
    border: none;
    padding: 10px 0;
}
.indexLayout #c02 .slick-slide .btn01 span::after {
    color: #fff;
}
.indexLayout #c02 .slick-slide .btn01:hover span::after {
    right: -10px;
}

.indexLayout #c02 .slick-slide {
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 20px;
}
.indexLayout #c02 .slick-active, .indexLayout #c02 .slick-current {
  opacity: 1;
}
.indexLayout #c02 .flex {
    margin-top: 120px;
}
.indexLayout #c02 .flex .btn01::after {
  content: none;
}
.indexLayout #c02 .flex .btn01 {
    top: 0;
    border: none;
    max-width: 400px;
  border-radius: 30px;
  padding: 35px 0;
}
.indexLayout #c02 .flex .btn01 span {
    padding-left: 60px;
}
.indexLayout #c02 .flex .btn01::after {
    content: none;
}
.indexLayout #c02 .flex .btn01::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.indexLayout #c02 .flex > div:first-child .btn01::before {
    background-image: url("../img/index/index_c02_icon01.png");
    width: 53px;
    height: 53px;
}
.indexLayout #c02 .flex > div:last-child .btn01::before {
    background-image: url("../img/index/index_c02_icon02.png");
    width: 61px;
    height: 61px;
}




            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c02 .slick-slide {
                    padding: 40px;
                    border-radius: 30px;
                }
                .indexLayout #c02 .flex {
                    justify-content: center;
                    margin-top: 80px;
                    max-width: 960px;
                    margin-left: auto;
                    margin-right: auto;
                }
                .indexLayout #c02 .flex > div:first-child .btn01::before {
                    width: 53px;
                    height: 53px;
                    left: 40px;
                }
                .indexLayout #c02 .flex > div:last-child .btn01::before {
                    width: 61px;
                    height: 61px;
                    left: 30px;
                }
            }

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



/* c03
------------------------------------*/
.indexLayout #c03 {
    padding-bottom: 0;
}
.indexLayout #c03 .reason_box {
    margin-top: 60px;
}
.indexLayout #c03 .reason_box h3 {
    position: relative;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 40px;
}
.indexLayout #c03 .reason_box h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #1D1D1D;
    z-index: -1;
}
.indexLayout #c03 .reason_box h3 span {
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
}
.indexLayout #c03 .reason_box .ttl {
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
}
.indexLayout #c03 .reason_box .img {
    margin-bottom: 10px;
}
.indexLayout #c03 .reason_box .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 4%;
}
.indexLayout #c03 .reason_box .flex li {
    width: 48%;
}
.indexLayout #c03 .btn01 {
    margin-top: 70px;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c03 .reason_box {
                    margin-top: 80px;
                }
                .indexLayout #c03 .reason_box h3 {
                    font-size: 1.8rem;
                    margin-bottom: 60px;
                }
                .indexLayout #c03 .reason_box .img {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 90px;
                }
                .indexLayout #c03 .reason_box .ttl {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 60px;
                }
                .indexLayout #c03 .reason_box .flex li {
                    width: calc(96% / 6);
                }
                .indexLayout #c03 .reason_box .flex {
                    gap: 0;
                }
            }

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





/* c04
------------------------------------*/
.indexLayout #c04 {
    position: relative;
}
.indexLayout #c04::after {
    position: absolute;
    width: 100%;
    content: "";
    background: url("../img/index/index_c04_bg01.png")repeat-x center top/cover;
    height: 39px;
    bottom: 0;
    left: 0;
    z-index: -1;
}




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

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c04 {
                    padding-bottom: 210px;
                }
                .indexLayout #c04::after {
                    height: 79px;
                    background-size: auto;
                }
            }





/* c05
------------------------------------*/
.indexLayout #c05 {
    background-color: #FEFCE0;
}
.indexLayout #c05 .flex {
    margin-top: 40px;
}
.indexLayout #c05 .flex_box02 {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.indexLayout #c05 .flex_box02 .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-bottom: 60px;
    height: 200px;
}
.indexLayout #c05 .flex_box02:nth-child(1) .img {
    background-image: url("../img/index/index_c05_img01.png");
}
.indexLayout #c05 .flex_box02:nth-child(2) .img {
    background-image: url("../img/index/index_c05_img02.png");
}
.indexLayout #c05 .flex_box02:nth-child(3) .img {
    background-image: url("../img/index/index_c05_img03.png");
}
.indexLayout #c05 .flex_box02 .img::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    bottom: -20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexLayout #c05 .flex_box02:nth-child(1) .img::before {
    background-image: url("../img/index/index_c05_icon01.png");
}
.indexLayout #c05 .flex_box02:nth-child(2) .img::before {
    background-image: url("../img/index/index_c05_icon02.png");
}
.indexLayout #c05 .flex_box02:nth-child(3) .img::before {
    background-image: url("../img/index/index_c05_icon03.png");
}
.indexLayout #c05 .flex_box02 .ttl {
    color: #EE5324;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.indexLayout #c05 .flex_box02 .btn {
    margin-top: 25px;
}
.indexLayout #c05 .flex_box02 > div {
    padding: 0 20px 40px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c05 .flex {
                    margin-top: 60px;
                    display: block;
                }
                .indexLayout #c05 .flex_box02:not(:last-child) {
                    margin-bottom: 30px;
                }
                .indexLayout #c05 .flex_box02 {
                    border-radius: 30px;
                    width: 100%;
                }
                .indexLayout #c05 .flex_box02 .img::before {
                    width: 81px;
                    height: 81px;
                    bottom: -40px;
                }
                .indexLayout #c05 .flex_box02 .ttl {
                    font-size: 1.6rem;
                }
                .indexLayout #c05 .flex_box02 > div {
                    padding: 0 40px 40px;
                }
                
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c05 .flex {
                    display: flex;
                }
                .indexLayout #c05 .flex_box02:not(:last-child) {
                    margin-bottom: 0;
                }
                .indexLayout #c05 .flex_box02 {
                    width: 30%;
                }
                .indexLayout #c05 .flex_box02 .txt {
                    min-height: 100px;
                }
            }





/* c06
------------------------------------*/
.indexLayout #c06 {
    background-color: #FDEEDB;
}
.indexLayout #c06 .w_box {
    border-radius: 20px;
    overflow: hidden;
}
.indexLayout #c06 .w_box > div {
    background-color: #fff;
    padding: 40px 20px;
}
.indexLayout #c06 .w_box > .slider_box {
    background-color: #F9F5F5;
    padding: 40px 0;
}
.indexLayout #c06 .maker_box {
    position: relative;
    border: 10px solid #EBEBEB;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
}
.indexLayout #c06 .maker_box .h3_box {
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    background-color: #fff;
    width: 65%;
    max-width: 300px;
}
.indexLayout #c06 .maker_box .h3_box h3 {
    color: #725B3C;
    margin-bottom: 0;
}
.indexLayout #c06 .maker_box .icon_li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 2%;
    margin-top: 40px;
}
.indexLayout #c06 .maker_box .icon_li  > li {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexLayout #c06 .maker_box p {
    max-width: 620px;
    margin: 0 auto;
}
.indexLayout #c06 .maker_box .icon_li  > li img {
    max-height: 40px;
}
.indexLayout #c06 .btn_box {
    position: relative;
    z-index: 1;
    margin-top: 60px;
}
.indexLayout #c06 .slider_box .slick-slide {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 10px;
}
.indexLayout #c06 .slider_box .slick-slide a > div {
    padding: 20px;
}
.indexLayout #c06 .slider_box .slick-slide .time_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: #604C3F;
    font-weight: bold;
}
.indexLayout #c06 .slider_box .slick-slide .time_box p {
    width: 48%;
}
.indexLayout #c06 .slider_box .slick-slide .cat {
    line-height: 1.2;
    padding: 5px 0;
    color: #D6471B;
    text-align: center;
    border: 1px solid #D6471B;
    border-radius: 50px;
}
.indexLayout #c06 .slider_box .slick-slide .area_t {
    color: #D8A706;
    font-weight: bold;
    margin-bottom: 10px;
}
.indexLayout #c06 .slider_box .slick-slide .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    width: 100%;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c06 .w_box {
                    border-radius: 30px;
                }
                .indexLayout #c06 .w_box > div {
                    background-color: #fff;
                    padding: 60px 40px;
                }
                .indexLayout #c06 .w_box > .slider_box {
                    padding: 60px 0;
                }
                .indexLayout #c06 .w_box h3 {
                    font-size: 1.8rem;
                }
                .indexLayout #c06 .maker_box {
                    border-radius: 30px;
                    padding: 40px;
                }
                .indexLayout #c06 .maker_box .h3_box {
                    top: -30px;
                }
                .indexLayout #c06 .maker_box .icon_li  > li {
                    width: 23%;
                }
                .indexLayout #c06 .maker_box .icon_li  > li img {
                    max-height: 60px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c06 .w_box > div {
                    background-color: #fff;
                    padding: 80px;
                }
                .indexLayout #c06 .w_box > .slider_box {
                    padding: 60px 0;
                }
                .indexLayout #c06 .maker_box {
                    padding: 40px 80px;
                }
                .indexLayout #c06 .maker_box p {
                    margin-top: 20px;
                }
            }





/* c07
------------------------------------*/
.indexLayout #c07 {
    background-color: #F8F8F8;
}
.indexLayout #c07 table {
    border-color: #F8F8F8;
    border: none;
    background-color: transparent;
}
.indexLayout #c07 tr {
    border-bottom: 3px solid #F8F8F8;
}
.indexLayout #c07 td:not(:last-child) {
    border-right: 3px solid #F8F8F8;
}
.indexLayout #c07 td {
    width: calc(100% / 3);
    padding: 0;
    display: table-cell;
}
.indexLayout #c07 td a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 10px;
    transition: all 0.3s;
}
.indexLayout #c07 td a:hover {
    background-color: #FEFCE0;
}
.indexLayout #c07 td .ttl {
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    line-height: 1.2;
  font-size: 0.8rem;
}
.indexLayout #c07 .table_box {
    border-radius: 20px;
    margin-top: 40px;
    overflow: hidden;
    background-color: #fff;
}
.indexLayout #c07 .btn_box {
    position: relative;
    z-index: 1;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c07 td a {
                    padding: 40px;
                }
                .indexLayout #c07 .table_box {
                    border-radius: 30px;
                    margin-top: 60px;
                }
                .indexLayout #c07 td .ttl {
                    font-size: 1.1rem;
                }
            }

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





/* 
------------------------------------*/
.hojo_link {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 900;
    max-width: 360px;
}
.hojo_link .hojo_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 27px;
    border-radius: 50%;
}
.hojo_link #target.hidden {
    display: none;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .hojo_link {
                    bottom: 120px;
                    right: 20px;
                }
                .hojo_link .hojo_box {
                    width: 35px;
                    height: 35px;
                }
            }

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