@charset "UTF-8";

/* mainImg
------------------------------------*/
#mainImg {
    position: relative;
}
#mainImg .main_txt {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 90%;
    max-width: 800px;
}



        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            #mainImg .main_txt {
                right: 20px;
                left: auto;
                bottom: 60px;
                width: 45%;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            #mainImg .main_txt {
                right: 70px;
            }
        }



/* common
------------------------------------*/
.indexLayout .contact_box .contact_boxIn {
    background-color: #952525;
    padding: 30px 0;
}
.indexLayout .contact_box .contact_boxIn, 
.indexLayout .contact_box .contact_boxIn h3,
.indexLayout .contact_box .contact_boxIn a {
    color: #fff;
}
.indexLayout .contact_box .contact_boxIn h3 {
    margin-bottom: 10px;
}
.indexLayout .contact_box .tel_box {
    margin-top: 15px;
}
.indexLayout .contact_box .tel_box .tel_t span {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
}
.indexLayout .contact_box .tel_box .tel_t img {
    margin-right: 10px;
    margin-left: 0;
    max-width: 20px;
}
.indexLayout .contact_box .tel_box .tel_time {
    display: inline-block;
    padding: 2px 15px;
    border: 1px solid #fff;
    margin-top: 20px;
}




        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout .contact_box .tel_box {
                justify-content: center;
                align-items: center;
            }
            .indexLayout .contact_box .tel_box .tel_t span {
                font-size: 2.4rem;
            }
            .indexLayout .contact_box .tel_box .tel_time {
                margin-top: 0;
                margin-left: 20px;
                font-size: 1.2rem;
            }
            .indexLayout .contact_box .tel_box .tel_t img {
                max-width: 26px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .indexLayout .contact_box .contact_boxIn {
                padding: 60px 0;
            }
            .indexLayout .contact_box .tel_box .tel_t span {
                font-size: 3.5rem;
            }
            .indexLayout .contact_box .tel_box .tel_time {
                font-size: 1.4rem;
            }
        }




/* c01
------------------------------------*/
.indexLayout #c01 {
    padding: 0;
}
.indexLayout #c01 .con_logo {
    max-width: 50%;
    margin: 0 auto 20px;
}
.indexLayout #c01 h2 {
    margin-bottom: 70px;
}
.indexLayout #c01 h2 span {
    position: relative;
    display: inline-block;
    padding-top: 35px;
    z-index: 0;
}
.indexLayout #c01 h2 span::before {
    position: absolute;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    content: "What’s";
    color: #fff;
    z-index: -1;
    top: 0;
    left: -20px;
    transform: rotate(-10deg);
    font-size: 1.8rem;
}
.indexLayout #c01 .w_ttl {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    width: calc(100% - 40px);
    max-width: 800px;
    margin: 0 auto 20px;
    position: relative;
    color: #607426;
    font-size: 1.2rem;
}
.indexLayout #c01 .w_ttl::before, .indexLayout #c01 .w_ttl::after {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexLayout #c01 .w_ttl::before {
    background-image: url("../img/c01_img02.png");
    width: 70px;
    height: 70px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.indexLayout #c01 .w_ttl::after {
    background-image: url("../img/c01_img03.png");
    width: 60px;
    height: 50px;
    right: -10px;
    bottom: -30px;
}
.indexLayout #c01 #s01 h3 {
    padding-top: 90px;
    position: relative;
}
.indexLayout #c01 #s01 h3::before {
    position: absolute;
    content: "";
    background: url("../img/c01_img04.png")no-repeat center center/cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 310px;
    height: 78px;
}
.indexLayout #c01 .nayami_li, .indexLayout #c01 .nayami_li li {
    display: flex;
    justify-content: center;
}
.indexLayout #c01 .nayami_li li {
    margin-top: 15px;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    align-items: center;
    font-weight: 500;
    font-size: 0.8rem;
}
.indexLayout #c01 .nayami_li li:not(:last-child) {
    margin-right: 4%;
}
.indexLayout #c01 .nayami_li li::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.indexLayout #c01 .nayami_li li:nth-child(1)::before {
    background-image: url("../img/c01_img05.png");
    width: 44px;
    height: 28px;
}
.indexLayout #c01 .nayami_li li:nth-child(2)::before {
    background-image: url("../img/c01_img06.png");
    width: 24px;
    height: 37px;
}
.indexLayout #c01 .nayami_li li:nth-child(3)::before {
    background-image: url("../img/c01_img07.png");
    width: 22px;
    height: 34px;
}
.indexLayout #c01 #s01::after {
    position: absolute;
    content: "";
    background: linear-gradient(#698123, #92ae41);
    height: calc(tan(60deg) * 60px / 2);
    width: 90%;
    max-width: 720px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.indexLayout #c01 h4 {
    padding-top: 15px;
}
.indexLayout #main #c01 section:not(:last-child) {
    margin-bottom: 60px;
}
.indexLayout #c01 .contact_box .bg_img {
    background: url("../img/c01_bg01.png")no-repeat center top/cover;
    width: 100%;
    height: 140px;
    margin-top: 100px;
}

        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout #c01 h2 {
                margin-bottom: 90px;
            }
            .indexLayout #c01 h2 span {
                padding-top: 50px;
            }
            .indexLayout #c01 h2 span::before {
                font-size: 3rem;
                left: -70px;
            }
            .indexLayout #c01 .w_ttl {
                border-radius: 80px;
            }
            .indexLayout #c01 .w_ttl {
                font-size: 1.8rem;
            }
            .indexLayout #c01 .w_ttl::before {
                width: 100px;
                height: 100px;
                top: 50%;
                left: -40px;
                transform: translateY(-50%);
            }
            .indexLayout #c01 .w_ttl::after {
                width: 90px;
                height: 79px;
                right: -40px;
                bottom: -20px;
            }
            .indexLayout #c01 #s01 h3 {
                padding-top: 110px;
            }
            .indexLayout #c01 #s01 h3::before {
                width: 400px;
                height: 100px;
            }
            .indexLayout #c01 .nayami_li li {
                width: 220px;
                margin-top: 30px;
                height: 220px;
                font-size: 1.5rem;
            }
            .indexLayout #c01 .nayami_li li:nth-child(1)::before {
                width: 84px;
                height: 55px;
            }
            .indexLayout #c01 .nayami_li li:nth-child(2)::before {
                width: 44px;
                height: 77px;
            }
            .indexLayout #c01 .nayami_li li:nth-child(3)::before {
                width: 44px;
                height: 73px;
            }
            .indexLayout #c01 .nayami_li li::before {
                top: -30px;
            }
            .indexLayout #c01 #s02 .t_left {
                max-width: 350px;
                margin: 0 auto;
            }
            .indexLayout #main #c01 section:not(:last-child) {
                margin-bottom: 100px;
            }
            .indexLayout #c01 .contact_box .bg_img {
                height: 300px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .indexLayout #c01 h2 span {
                padding-top: 70px;
            }
            .indexLayout #c01 h2 span::before {
                font-size: 4rem;
            }
            .indexLayout #c01 .w_ttl::before {
                width: 160px;
                height: 160px;
                left: -90px;
            }
            .indexLayout #c01 .w_ttl::after {
                width: 130px;
                height: 105px;
                right: -80px;
                bottom: -40px;
            }
            .indexLayout #c01 #s01 h3 {
                padding-top: 140px;
            }
            .indexLayout #c01 #s01 h3::before {
                width: 480px;
                height: 120px;
            }
            .indexLayout #c01 .nayami_li li {
                width: 240px;
                height: 240px;
                font-size: 1.6rem;
            }
            .indexLayout #c01 .nayami_li li:nth-child(1)::before {
                width: 84px;
                height: 55px;
            }
            .indexLayout #c01 .nayami_li li:nth-child(2)::before {
                width: 44px;
                height: 77px;
            }
            .indexLayout #c01 .nayami_li li:nth-child(3)::before {
                width: 44px;
                height: 73px;
            }
            .indexLayout #c01 .nayami_li li:not(:last-child) {
                margin-right: 80px;
            }
            .indexLayout #c01 h4 {
                padding-top: 25px;
            }
            .indexLayout #c01 .contact_box .bg_img {
                height: 746px;
                margin-top: 160px;
            }
        }



/* c02
------------------------------------*/
.indexLayout #c02 {
    padding-top: 80px;
}
.indexLayout #c02 h2 {
    font-size: 1.6rem;
    position: relative;
    padding: 20px 0;
    line-height: 1.2;
    margin-bottom: 30px;
}
.indexLayout #c02 h2::after {
    position: absolute;
    content: "";
    z-index: -1;
    background: url("../img/c02_before01.png")no-repeat center center/cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 57px;
}
.indexLayout #c02 h2 > span .s {
    font-size: 2.2rem;
}
.indexLayout #c02 h2 > span {
    display: block;
    position: relative;
}
.indexLayout #c02 h2 > span::before, .indexLayout #c02 h2 > span::after {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexLayout #c02 h2 > span::before {
    top: -90px;
    left: 0;
    background-image: url("../img/c02_img01.png");
    width: 80px;
    height: 90px;
}
.indexLayout #c02 h2 > span::after {
    top: -70px;
    right: 0;
    background-image: url("../img/c02_img02.png");
    width: 90px;
    height: 63px;
}
.indexLayout #c02 .ex_bg {
    position: relative;
}
.indexLayout #c02 .ex_bg .bg {
    width: 90%;
    height: 180px;
    overflow: hidden;
}
.indexLayout #c02 .ex01 .bg {
    border-radius: 0 15px 15px 0;
    background: url("../img/c02_img03.png")no-repeat center center/cover;
    margin-bottom: 30px;
}
.indexLayout #c02 .ex02 .bg {
    border-radius: 15px 0 0 15px;
    margin-left: auto;
    background: url("../img/c02_img04.png")no-repeat center center/cover;
    margin-top: 30px;
}
.indexLayout #c02 .ex_bg ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.indexLayout #c02 .ex_bg ul li {
    width: 48%;
    margin-bottom: 20px;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout #c02 {
                padding-top: 100px;
            }
            .indexLayout #c02 h2 {
                font-size: 2rem;
                margin-bottom: 70px;
            }
            .indexLayout #c02 h2::after {
                width: 530px;
                height: 87px;
            }
            .indexLayout #c02 h2 > span .s {
                font-size: 2.8rem;
            }
            .indexLayout #c02 h2 > span::before {
                top: 50%;
                transform: translateY(-50%);
                width: 97px;
                height: 100px;
            }
            .indexLayout #c02 h2 > span::after {
                top: auto;
                bottom: -30px;
                width: 100px;
                height: 71px;
            }
            .indexLayout #c02 .ex_bg .inner {
                max-width: 480px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .indexLayout #c02 .ex_bg:not(:last-child) {
                margin-bottom: 120px;
            }
            .indexLayout #c02 .ex_bg ul {
                justify-content: flex-start;
                width: 58%;
            }
            .indexLayout #c02 .ex_bg ul li {
                width: 30%;
                margin-bottom: 0;
            }
            .indexLayout #c02 .ex_bg ul li:not(:last-child) {
                margin-right: 2%;
            }
            .indexLayout #c02 .ex_bg .bg {
                position: absolute;
                top: 0;
                height: 100%;
                z-index: -1;
                width: 48%;
            }
            .indexLayout #c02 .ex01 .bg {
                border-radius: 0 60px 60px 0;
                margin-bottom: 0;
            }
            .indexLayout #c02 .ex02 .bg {
                right: 0;
                margin-left: 0;
                border-radius: 60px 0 0 60px;
                margin-top: 0;
            }
            .indexLayout #c02 .ex_bg .inner {
                padding: 80px 0;
                max-width: 90%;
                max-width: 100%;
            }
            .indexLayout #c02 .ex01 ul {
                margin-left: auto;
            }
            .indexLayout #c02 h2 {
                font-size: 3rem;
                margin-bottom: 120px;
            }
            .indexLayout #c02 h2::after {
                width: 930px;
                height: 151px;
            }
            .indexLayout #c02 h2 > span .s {
                font-size: 4.8rem;
            }
            .indexLayout #c02 h2 > span::before {
                width: 127px;
                height: 140px;
            }
            .indexLayout #c02 h2 > span::after {
                bottom: -60px;
                width: 180px;
                height: 128px;
            }
        }



/* c03
------------------------------------*/
.indexLayout #c03 {
    padding-top: 0;
}
.indexLayout #c03 .h2Wrap {
    padding: 70px 0;
    background: url("../img/c03_bg01.png")no-repeat center bottom/cover;
}
.indexLayout #c03 .h2Wrap h2 {
    color: #fff;
    font-size: 1.8rem;
}
.indexLayout #c03 .h2Wrap h2 {
    position: relative;
}
.indexLayout #c03 .h2Wrap h2::after {
    position: absolute;
    content: "";
    background: url("../img/c03_before01.png")no-repeat center center/cover;
    width: 300px;
    height: 62px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.indexLayout #c03 .h2Wrap h2::before {
    position: absolute;
    content: "";
    background: url("../img/c03_before02.png")no-repeat center center/cover;
    width: 120px;
    height: 116px;
    bottom: -121px;
    right: 0;
}
.indexLayout #c03 .menu_li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 80px auto 0;
}
.indexLayout #c03 .menu_li li {
    width: 47%;
    margin-bottom: 10px;
}
.indexLayout #c03 .menu_li li:nth-child(odd) {
    margin-top: 30px;
}
.indexLayout #c03 .menu_li li:nth-child(6) {
    position: relative;
    padding-right: 20px;
    width: 41%;
}
.indexLayout #c03 .menu_li li:nth-child(6)::after {
    position: absolute;
    content: "";
    background: url("../img/c03_img06a.png")no-repeat center center/cover;
    width: 80px;
    height: 110px;
    top: 20px;
    right: -15px;
}
.indexLayout #c03 .menu_li .img {
    margin-bottom: 10px;
}
.indexLayout #c03 .btn {
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 350px;
  padding: 20px 0;
  color: #fff;
  background-color: #607426;
  border: none;
    position: relative;
    transition: all 0.4s;
    font-size: 1.2rem;
}
.indexLayout #c03 .btn::after {
    position: absolute;
    content: "→";
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all 0.4s;
}
.indexLayout #c03 .btn:hover::after {
    right: 10px;
}
.indexLayout #c03 .btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #607426;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout #c03 .h2Wrap {
                padding: 130px 0;
            }
            .indexLayout #c03 .h2Wrap h2 {
                font-size: 2.5rem;
            }
            .indexLayout #c03 .h2Wrap h2::after {
                width: 590px;
                height: 121px;
            }
            .indexLayout #c03 .h2Wrap h2::before {
                width: 170px;
                height: 163px;
                bottom: -160px;
            }
            .indexLayout #c03 .menu_li {
                
            }
            .indexLayout #c03 .menu_li li, .indexLayout #c03 .menu_li li:nth-child(6) {
                margin-bottom: 0;
                width: 30%;
            }
            .indexLayout #c03 .menu_li li:nth-child(odd) {
                margin-top: 0;
            }
            .indexLayout #c03 .menu_li li:nth-child(1),
            .indexLayout #c03 .menu_li li:nth-child(3),
            .indexLayout #c03 .menu_li li:nth-child(4),
            .indexLayout #c03 .menu_li li:nth-child(6) {
                margin-top: 60px;
            }
            .indexLayout #c03 .menu_li li:nth-child(6) {
                padding-right: 40px;
            }
            .indexLayout #c03 .menu_li li:nth-child(6)::after {
                width: 150px;
                height: 170px;
                right: -40px;
            }
            .indexLayout #c03 .btn {
                margin-top: 60px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .indexLayout #c03 .h2Wrap {
                padding: 150px 0;
            }
            .indexLayout #c03 .h2Wrap h2 {
                font-size: 2.8rem;
            }
            .indexLayout #c03 .h2Wrap h2::after {
                width: 710px;
                height: 146px;
            }
            .indexLayout #c03 .h2Wrap h2::before {
                width: 261px;
                height: 253px;
                bottom: -230px;
            }
            .indexLayout #c03 .menu_li li:nth-child(6)::after {
                width: 245px;
                height: 300px;
                right: -110px;
            }
        }



/* c04
------------------------------------*/
.indexLayout #c04 {
    background-color: #fff;
    padding: 70px 0 140px;
    position: relative;
}
.indexLayout #c04::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    background: url("../img/c05_bg01.png")no-repeat center top/cover;
    bottom: 0;
    left: 0;
}
.indexLayout #c04 h2 span {
    display: inline-block;
    position: relative;
    padding: 0 40px;
    color: #333;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
.indexLayout #c04 h2 span::before, .indexLayout #c04 h2 span::after {
    position: absolute;
    content: "ー";
    top: 50%;
    transform: translateY(-50%);
}
.indexLayout #c04 h2 span::before {
    left: 0;
}
.indexLayout #c04 h2 span::after {
    right: 0;
}
.indexLayout #c04 .img {
    margin-bottom: 10px;
}
.indexLayout #c04 .circle_li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.indexLayout #c04 .circle_li li {
    width: calc(48% - 20px);
    padding-left: 20px;
    position: relative;
    text-align: left;
    font-size: 0.95rem;
    margin-bottom: 5px;
}
.indexLayout #c04 .circle_li li:nth-child(odd) {
    margin-right: 2%;
}
.indexLayout #c04 .circle_li li::before {
    position: absolute;
    content: "●";
    color: #839b3d;
    left: 0;
    top: 0;
}
.indexLayout #c04 .ttl {
    font-size: 1.2rem;
}
.indexLayout #c04 .flex_box01:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout #c04 {
                padding: 70px 0 120px;
            }
            .indexLayout #c04 h2 span {
                font-size: 1.8rem;
            }
            .indexLayout #c04 .circle_li li {
                width: calc(30% - 20px);
            }
            .indexLayout #c04 .circle_li li:nth-child(even) {
                margin-right: 2%;
            }
            .indexLayout #c04 .circle_li li:nth-child(3n) {
                margin-right: 0;
            }
            .indexLayout #c04 .flex_box01:nth-child(1)::before,
            .indexLayout #c04 .flex_box01:nth-child(3)::before,
            .indexLayout #c04 .flex_box01:nth-child(3)::after,
            .indexLayout #c04 .flex_box01:nth-child(4)::before,
            .indexLayout #c04 .flex_box01:nth-child(4)::after,
            .indexLayout #c04 .flex_box01:nth-child(5)::before,
            .indexLayout #c04 .flex_box01:nth-child(5)::after {
                position: absolute;
                content: "";
                background-color: #333;
            }
            .indexLayout #c04 .flex_box01:nth-child(3)::after,
            .indexLayout #c04 .flex_box01:nth-child(4)::before,
            .indexLayout #c04 .flex_box01:nth-child(4)::after,
            .indexLayout #c04 .flex_box01:nth-child(5)::after {
                width: 92%;
                height: 1px;
                top: 0;
            }
            .indexLayout #c04 .flex_box01:nth-child(4)::after {
                top: auto;
                bottom: 0;
            }
            .indexLayout #c04 .flex_box01:nth-child(3)::after {
                left: 0;
            }
            .indexLayout #c04 .flex_box01:nth-child(4)::before {
                right: 0;
            }
            .indexLayout #c04 .flex_box01:nth-child(odd)::before {
                height: calc(90% - 40px);
                width: 1px;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }
            .indexLayout #c04 .flex_box01:nth-child(5)::before {
                top: auto;
                transform: none;
                bottom: 0;
                height: calc(90% - 20px);
            }
            .indexLayout #c04 .flex_box01:nth-child(odd) {
                padding-right: 2%;
            }
            .indexLayout #c04 .flex_box01:nth-child(even) {
                padding-left: 2%;
            }
            .indexLayout #c04 .flex_box01:not(:last-child) {
                border-bottom: none;
                padding-bottom: 0;
                margin-right: 0;
            }
            .indexLayout #c04 .flex_box01:not(:last-child) {
                padding-bottom: 60px;
            }
            .indexLayout #c04 .flex_box01 {
                position: relative;
                width:48%;
                padding-top: 60px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .indexLayout #c04 .flex {
                max-width: 960px;
                margin: 0 auto;
            }
            .tempo_li {
                flex-wrap: wrap;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .indexLayout #c04 {
                padding: 70px 0 150px;
            }
            .indexLayout #c04 h2 span {
                font-size: 2.4rem;
            }
        }



/* 
------------------------------------*/
.indexLayout .contact_cassette {
    background-color: #952525;
    color: #fff;
    padding: 60px 0 100px;
}
.indexLayout .contact_cassette h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.indexLayout .contact_cassette h3 {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 30px;
}
.indexLayout .contact_cassette .inner > p {
    font-size: 1.2rem;
    margin-bottom: 40px;
}
.indexLayout .contact_cassette input[type=text], .indexLayout .contact_cassette textarea,
.indexLayout .contact_cassette input[type=email]{
    font-size: 100%;
    padding: 10px 0;
    width: 100%;
}
.indexLayout .contact_cassette .form-check-label {
    display: block;
}
.indexLayout .contact_cassette .form-check-label:not(:last-child) {
    margin-bottom: 10px;
}
.indexLayout .contact_cassette .form-check-label input {
    margin-right: 10px;
}
.indexLayout .contact_cassette .btn {
    display: block;
    margin: 40px auto 0;
    width: 100%;
    max-width: 250px;
    padding: 20px 0;
    color: #952525;
    background-color: #fff;
    border: none;
    font-size: 100%;
    font-weight: bold;
}
.indexLayout .contact_cassette .btn:hover {
    background-color: #bf7c7c;
    transition: all 0.4s;
}


        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .indexLayout .contact_cassette {
                padding: 100px 0;
            }
            .indexLayout .contact_cassette h2 {
                font-size: 2.4rem;
            }
            .indexLayout .contact_cassette h3 {
                font-size: 1.8rem;
            }
            .indexLayout .contact_cassette .inner > p {
                margin-bottom: 60px;
            }
            .indexLayout .contact_cassette .form-check-label {
                display: inline-block;
            }
            .indexLayout .contact_cassette .form-check-label:not(:last-child) {
                margin-bottom: 0;
                margin-right: 20px;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 960px) {
            .indexLayout .contact_cassette h2 {
                font-size: 3rem;
            }
        }
