@charset "UTF-8";

/* common
------------------------------------*/


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

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



/* mainImg
------------------------------------*/
#mainImg {
    position: relative;
}
#mainImg .main_txt {
    position: absolute;
    left: 10px;
    top: 8%;
    width: 96%;
    max-width: 1900px;
    z-index: 1;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    font-size: clamp(1rem, 1vw, 1.1rem);
    font-weight: bold;
}
#mainImg .main_txt .main_t span {
    color: #e26b00;
}
#mainImg .main_txt .main_t {
    font-size: clamp(1rem, 7vw, 2.4rem);
    margin-bottom: 10px;
  margin-top: 5px;
    line-height: 1.3;
}
#mainImg .main_txt .sub_t {
    font-size: clamp(1rem, 2vw, 1.3rem);
    position: relative;
    padding-right: 45px;
    display: inline-block;
}
#mainImg .main_txt .sub_t::after {
    position: absolute;
    content: "";
    background: url("../img/main_txt01.png")no-repeat center center/cover;
    width: 44px;
    height: 39px;
    right: 0;
    top: -20px;
}
#mainImg .main_txt .s {
    display: none;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 485px) {
                #mainImg .main_txt {
                    top: 15%;
                }
            }

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 700px) {
                #mainImg .main_txt .main_t {
                  font-size: clamp(1rem, 4vw, 4rem);
                }
                #mainImg .main_txt {
                    top: 50%;
                    transform: translateY(-50%);
                    width: 70%;
                }
                #mainImg .bg .sp {
                    display: none;
                }
                #mainImg .bg .pcTab {
                    display: block;
                }
                #mainImg .main_txt .s {
                    display: block;
                }
                #mainImg .main_txt .tab_br {
                    display: none;
                }
            }


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #mainImg .main_txt .sub_t {
                    padding-right: 45px;
                }
                #mainImg .main_txt .sub_t::after {
                    width: 50px;
                    height: 46px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                #mainImg .main_txt {
                    width: 96%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
                #mainImg .main_txt .main_t {
                    margin-bottom: 20px;
                }
                #mainImg .main_txt .sub_t {
                    padding-right: 60px;
                }
                #mainImg .main_txt .sub_t::after {
                    width: 70px;
                    height: 62px;
                    top: -40px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1580px) {
                #mainImg .main_txt {
                    font-size: 1.1rem;
                }
                #mainImg .main_txt .main_t {
                    font-size: 4.25rem;
                }
                #mainImg .main_txt .sub_t {
                    font-size: 1.5rem;
                    padding-right: 100px;
                }
                #mainImg .main_txt .sub_t::after {
                    width: 100px;
                    height: 88px;
                    top: -60px;
                }
            }



/* c01
------------------------------------*/
.indexLayout #c01 .title01 {
    margin-bottom: 0;
}




            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c01 .title01 {
                    font-size: 2.2rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c01 .title01 {
                    font-size: 2.8rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1600px) {
                .indexLayout #c01 .title01 {
                    font-size: 3.1rem;
                }
            }



/* c02
------------------------------------*/
.indexLayout #c02 {
    padding: 0;
}
.indexLayout #c02 > div {
    padding: 100px 0;
}
.indexLayout #c02 .circle_li > li {
    font-size: 1.1rem;
}
.indexLayout #c02 .circle_li > li span {
    color: #bc9e5f;
}
.indexLayout #c02 .w_bg {
    background-color: #fff;
    position: relative;
}
.indexLayout #c02 .w_bg::before {
    position: absolute;
    content: "";
    z-index: 1;
    background-color: #fff;
     clip-path: polygon(50% 100%, 0 0, 100% 0);
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 45px;
    bottom: -44px;
}
.indexLayout #c02 .b_bg {
    background: url("../img/index_c02_bg01.png");
    color: #fff;
}
.indexLayout #c02 h2 {
    line-height: 2;
}
.indexLayout #c02 h2 span {
    display: inline-block;
    position: relative;
}
.indexLayout #c02 h2 .line::after {
    height: 12px;
    background-color: #a5becf;
}
.indexLayout #c02 .b_bg .inner {
    max-width: 1000px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c02 .circle_li > li {
                    font-size: 1.3rem;
                }
                .indexLayout #c02 .flex {
                    align-items: center;
                }
                .indexLayout #c02 .flex_box01:first-child {
                    width: 80%;
                }
                .indexLayout #c02 .flex_box01:last-child {
                    width: 16%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c02 .circle_li > li {
                    font-size: 1.5rem;
                }
            }



/* c03
------------------------------------*/
.indexLayout #c03 .flex {
    gap: 80px 4%;
}
.indexLayout #c03 .flex_box02 {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
}
.indexLayout #c03 .flex_box02 > div {
    
}
.indexLayout #c03 .flex_box02 > div:first-of-type {
    padding: 30px 20px;
}
.indexLayout #c03 .flex_box02 > div:last-of-type {
    padding: 20px 20px 60px;
}
.indexLayout #c03 .flex_box02 h4 {
    text-align: center;
    font-size: 1.4rem;
}
.indexLayout #c03 .flex_box02 h4 .line {
    padding-bottom: 2px;
}
.indexLayout #c03 .flex_box02 h4 .line::after {
    background-color: #e1c647;
}
.indexLayout #c03 .check_li > li {
    position: relative;
    padding-left: 30px;
    margin-left: 0;
}
.indexLayout #c03 .check_li > li:not(:last-child) {
    margin-bottom: 5px;
}
.indexLayout #c03 .check_li > li::before, .indexLayout #c03 .check_li > li::after {
    position: absolute;
    content: "";
}
.indexLayout #c03 .check_li > li::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #707f89;
    left: 0;
    top: 5px;
}
.indexLayout #c03 .check_li > li::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    top: 8px;
    left: 7px;
    width: 4px;
    height: 9px;
}
.indexLayout #c03 .pdf_btn {
    display: block;
    width: 80%;
    max-width: 300px;
    border-radius: 50px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-color: #e5852f;
}
.indexLayout #c03 .pdf_btn span {
    display: inline-block;
    padding-right: 25px;
    position: relative;
}
.indexLayout #c03 .pdf_btn span::after {
    position: absolute;
    content: "";
    background: url("../common/img/pdf_icon.png")no-repeat center center/cover;
    width: 17px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.indexLayout #c03 .pdf_btn:hover {
    opacity: 1;
    background-color: #e57917;
}
.indexLayout #c03 h5 {
    color: #e5852f;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c03 .flex_box02 h4 {
                    font-size: 1.6rem;
                }
            }

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

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1280px) {
                .indexLayout #c03 h5 .tabSp {
                    display: none;
                }
            }



/* c04
------------------------------------*/
.indexLayout #c04 h3 {
    color: #e5852f;
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 10px 30px 10px 60px;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
}
.indexLayout #c04 h3::before {
    position: absolute;
    content: "";
    background-color: #e5852f;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 17px;
    left: 30px;
}
.indexLayout #c04 ul li {
    font-weight: 500;
    margin-left: 0;
}
.indexLayout #c04 ul li:not(:last-child) {
    margin-bottom: 40px;
}
.indexLayout #c04 ul li p {
    padding: 0 30px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c04 .flex_box01:first-child {
                    width: 50%;
                }
                .indexLayout #c04 .flex_box01:last-child {
                    width: 46%;
                }
            }

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



/* c05
------------------------------------*/
.indexLayout #c05 {
    background: url("../img/index_c05_bg01.jpg")no-repeat center center/cover;
}
.indexLayout #c05 ul > li {
    margin-left: 0;
}
.indexLayout #c05 .t_center {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.indexLayout #c05 button {
    cursor: pointer;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 600px) {
                .indexLayout #c05 .flex {
                    flex-direction: row;
                    flex-wrap: wrap;
                }
                .indexLayout #c05 .flex_box02 {
                    width: calc(96% / 2);
                }
            }
            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c05 .flex_box02 {
                    width: calc(92% / 3);
                }
                .indexLayout #c05 .t_center {
                    margin-bottom: 60px;
                }
            }

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



/* c06
------------------------------------*/
/*アコーディオン全体*/
.indexLayout #c06 .inner {
    max-width: 1100px;
}
.indexLayout #c06 .accordion_area > li {
    margin-left: 0;
}
.indexLayout #c06 .accordion_area > li:not(:last-child) {
    margin-bottom: 40px;
}
.indexLayout #c06 .accordion_area li{
    margin: 10px 0;
}
.indexLayout #c06 .w_box {
    background-color: #fff;
    padding: 80px 0 260px;
    border-radius: 20px;
    width: 96%;
    max-width: 1650px;
    margin: 0 auto 150px;
    position: relative;
}
.indexLayout #c06 .w_box .inner {
    width: 92%;
    max-width: 1100px;
}

/*アコーディオンタイトル*/
.indexLayout #c06 .faq_ttl {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 20px 50px 20px 80px;
    transition: all .5s ease;
    background-color: #c3af93;
    border-radius: 60px;
    color: #fff;
}
.indexLayout #c06 .faq_ttl::before, .indexLayout #c06 .faq_ttl::after,
.indexLayout #c06 .faq_box::before, .indexLayout #c06 .faq_box::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.indexLayout #c06 .faq_ttl::before, .indexLayout #c06 .faq_box::before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    left: 20px;
}
.indexLayout #c06 .faq_ttl::after, .indexLayout #c06 .faq_box::after {
    font-family: "Lato", sans-serif;
    content: "Q";
    left: 35px;
    font-weight: bold;
    font-size: 1.25rem;
    color: #c3af93;
}

/*アイコンの＋と×*/
.indexLayout #c06 .faq_ttl .icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-color: #fff;
}
.indexLayout #c06 .faq_ttl .icon::before,
.indexLayout #c06 .faq_ttl .icon::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #c3af93;
    transition: all 0.3s;
    top: 50%;
    right: 2px;
}
.indexLayout #c06 .faq_ttl .icon::before{
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}
.indexLayout #c06 .faq_ttl .icon::after{
    transform: translateY(-50%) rotate(90deg);
}
.indexLayout #c06 .faq_ttl.closed .icon::before{
	transform: rotate(45deg);
}
.indexLayout #c06 .faq_ttl.closed .icon::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.indexLayout #c06 .faq_box {
    display: none;
    padding: 0 20px 0 80px;
    position: relative;
    margin-top: 30px;
}
.indexLayout #c06 .faq_box::before {
    background-color: #c3af93;
}
.indexLayout #c06 .faq_box::after {
    content: "A";
    color: #fff;
}

.indexLayout #c06 .w_box .btn {
    background-color: #e5852f;
    color: #fff;
    padding: 20px;
    max-width: 680px;
    width: calc(100% - 40px);
    margin: 60px auto 0;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}
.indexLayout #c06 .w_box .btn:hover {
    opacity: 1;
    background-color: #e57917;
}
.indexLayout #c06 .bnr {
    display: block;
    position: absolute;
    width: calc(80% - 40px);
    max-width: 1740px;
    padding: 40px 20px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    bottom: -190px;
}
.indexLayout #c06 .bnr::after {
    background: url("../img/index_c07_bg01.png")no-repeat center center/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transition: all 0.3s;
}
.indexLayout #c06 .bnr:hover {
    opacity: 1;
}
.indexLayout #c06 .bnr:hover::after {
    transform:scale(1.2,1.2);
}
.indexLayout #c06 .bnr > div {
    position: relative;
    z-index: 1;
}
.indexLayout #c06 .bnr .ttl {
    padding-top: 70px;
    position: relative;
}
.indexLayout #c06 .bnr .ttl::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/main_txt01.png")no-repeat center center/cover;
    width: 60px;
  height: 53px;
}
.indexLayout #c06 .bnr .btn01 {
    margin: 30px auto 0;
    background-color: #e5852f;
    padding: 20px 0;
    max-width: 370px;
    width: 90%;
    color: #fff;
    border-radius: 30px;
    transition: all 0.3s;
}
.indexLayout #c06 .bnr:hover .btn01 {
    background-color: #e57917;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .indexLayout #c06 .faq_ttl {
                    padding: 20px 60px 20px 100px;
                }
                .indexLayout #c06 .faq_box {
                    padding: 20px 20px 20px 100px;
                }
                .indexLayout #c06 .faq_ttl .icon {
                    right: 25px;
                }
                .indexLayout #c06 .faq_ttl::before, .indexLayout #c06 .faq_box::before {
                    left: 30px;
                }
                .indexLayout #c06 .faq_ttl::after, .indexLayout #c06 .faq_box::after {
                    left: 45px;
                }
                .indexLayout #c06 .faq_box {
                    margin-top: 20px;
                }
                .indexLayout #c06 .w_box {
                    padding: 100px 0 270px;
                    border-radius: 30px;
                    margin-bottom: 150px;
                }
                .indexLayout #c06 .w_box .btn {
                    font-size: 1.25rem;
                    padding: 20px 40px;
                    width: calc(100% - 80px);
                }
                .indexLayout #c06 .bnr {
                    font-size: 1.2rem;
                    bottom: -170px;
                }
                .indexLayout #c06 .bnr .ttl {
                    padding-top: 110px;
                }
                .indexLayout #c06 .bnr .ttl::before {
                    width: 100px;
                    height: 88px;
                }
            }

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



/* c07
------------------------------------*/


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

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