body {
    color: #4c4c4c;
    overflow-x: hidden;
}

a:hover {
    opacity: 0.5;
}

.sec_lead {
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
}

.link_lead {
    padding-top: 26px;
    font-size: clamp(18px, 1.8vw, 24px);
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

.txt {
    line-height: 2;;
}

.link_bg {
    background-color: #00b388;
}

.link_wrap {
    width: 90%;
    position: relative;
    top: 24px;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    gap: 0 15px;
    justify-content: space-between;
}

.link_wrap li {
    box-shadow: 6px 6px 4px rgb(0 0 0 / 0.4);
    border-radius: 12px;
    text-align: center;
    background-color: #fff;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link_wrap li::before {
    bottom: 7px;
    right: 7px;
    content: "";
    background-color: #01a982;
    width: 12px;
    aspect-ratio: 1;
    clip-path: polygon(0 0,100% 0,0 100%);
    transform:rotate(-180deg);
    position: absolute;
}

.link_wrap li a {
    padding: 10px 25px;
    font-size: clamp(18px, 1.8vw, 20px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.link_wrap li a span {
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: normal;
    line-height: 1.4;;
}

.sec01 {
    margin-top: 130px;
}

.sec01 .container01,
.sec01 .container02,
.sec01 .container03 .txt,
.sec01 .container04,
.sec02 .container01,
.sec02 .container02, 
.sec02 .container03 .inner,
.sec03 .container01 .inner,
.sec03 .container01 .txt01{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.sec01 .container01 .sec_lead,
.sec01 .container02 .sec_lead,
.sec01 .container03 .sec_lead,
.sec02 .container01 .sec_lead,
.sec02 .container02 .sec_lead {
    color: #00b388;
    text-align: center;
}

.sec01 .container01 .txt {
    font-size: clamp(14px, 1.4vw, 16px);
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    line-height: 1.8;
}

.sec01 .container01 ul {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.sec01 .container01 ul li {
    position: relative;
    text-align: center;
    font-weight: bold;
    align-self: flex-end;
    width: 31%;
}

.sec01 .container01 ul li span {
    position: absolute;
    bottom: -66px;
    left: 0;
    background-color: #e0e0e0;
    padding: 40px 20px 5px;
    border-radius: 10px;
    font-weight: bold;
    width: 100%;
    z-index: -1;
    font-size: clamp(14px, 1.4vw ,16px);
}

.sec01 .container01 ul li img {
    width: 80%;
}

.sec01 .container01 .sec_lead {
    font-size: clamp(21px, 2.4vw, 36px);
}

.sec01 .container02 {
    margin-top: 150px;
}

.sec01 .container02 .sec_lead {
    font-size: clamp(21px, 2.4vw ,31px);
}

.sec01 .container02 .txt {
    font-size: clamp(14px, 1.4vw ,16px);
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.sec01 .container03 {
    position: relative;
    margin-top: 80px;
}

.sec01 .inner {
    position: relative;
}

.sec01 .txt_box {
    width: 100%;
    background-image: url(../images/index/pcbe_7.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 70px 0 130px;
}

.sec01 .container03 ul {
    display: flex;
    justify-content: space-between;
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    margin-top: 30px;
}

@media screen and (max-width :1300px) {
    .sec01 .container03 ul {
        width: 80%;
    }
}

.sec01 .container03 .inner {

}

.sec01 .container03 ul li {
    border-left: solid 3px #FFF;
    padding-left: 10px;
}

.sec01 .container03 ul h3 {
    font-size: clamp(19px, 1.9vw ,26px);
    font-weight: bold;
}

.sec01 .container03 ul p {
    margin-top: 10px;
    font-size: clamp(14px, 1.4vw ,17px);
}

.sec01 .container03 .txt {
    font-size: clamp(14px, 1.4vw ,16px);
    margin: 30px auto 70px;
}

.sec01 .container04 {
    margin: 0px auto;
}

.sec01 .container04 .sec_lead {
    text-align: center;
    font-weight: bold;
    color: #00b388;
    font-size: clamp(19px, 2.4vw, 34px);
    width: 100%;
    margin: 0 auto;
}

.sec01 .container04 .sec_lead span {
    color: #000;
}

.sec01 .container04 .img {
    margin-top: 20px;
}

.link_bg02 {
    margin-top: 100px;
}

.link_bg03 {
    margin-bottom: 160px;
}

.sec02 .container01 {
    margin: 140px auto 0;
}

.sec02 .container01 .txt01 {
    font-size: clamp(14px, 1.4vw ,16px);
    margin: 30px 0;
}

.sec02 .container01 .txt02 {

}

.sec02 .container01 .list {
    display: flex;
    gap: 0 30px;
}

.sec02 .container01 .list_item {
    border: solid 2px #01a982;
    border-radius: 30px;
    padding: 10px 20px;
}

.sec02 .container01 .list_item h3 {
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: bold;
    border-bottom: 2px solid #01a982;
    padding-bottom: 5px;
}

.sec02 .container01 .list_item h4 {
    font-size: clamp(18px, 1.8vw, 21px);
    font-weight: bold;
    color: #00b388;
    padding: 15px 0 10px; 
}

.sec02 .container01 .list_item .list_box {
    display: flex;
    margin: 30px auto;
    justify-content: space-between;
    align-items: center;
}

.sec02 .container01 .list_item01 .list_box {
    width: 70%;
}

.sec02 .container01 .list_item02 .list_box {
    width: 85%;
}

.sec02 .container01 .list_item .head {
    color: #00b388;
    font-size: clamp(18px, 1.8vw, 24px);
    font-weight: bold;
}

.sec02 .container01 .list_item .sub_list {
    font-weight: bold;
}

.sec02 .container01 .list_item .sub_list_item {
    display: flex;
    gap: 0 5px;
    font-size: clamp(14px, 1.4vw, 16px);
}

.sec02 .container01 .list_item .sub_list_item::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    font-size: 7px;
    background-color: #00b388;
    border-radius: 50%;
    margin-top: 4%;
}

.sec02 .container01 .list_item02 .bottom_txt {
    margin-top:  9px;
}

.sec02 .container01 .list_item .bottom_txt {
    font-size: clamp(17px, 1.7vw, 21px);
    color: #00b388;
    font-weight: bold;
    display: block;
    text-align: center;
}

.sec02 .container02 {
    margin: 100px auto 0;
}

.sec02 .container02 .txt {
    margin-top: 40px;
}

.sec02 .container02 .price {
    margin-top: 40px;
    padding: 20px 0;
    background-color: #e5f7f3;
    border-radius: 15px;
}

.sec02 .container02 .price .price_lead{
    font-size: clamp(18px, 1.8vw, 21px);
    color: #00b388;
    font-weight: bold;
    text-align: center;
}

.sec02 .container02 .price ul {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
    width: 80%;
}

.sec02 .container02 .price ul li {
    width: 20%;
    text-align: center;
    color: #00b388;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    justify-content: space-between;
    align-self: flex-start;
}

.sec02 .container02 .price ul li .icon{
    display: block;
    padding: 30px;
    border-radius: 50%;
    background: #FFF;
}

.sec02 .container02 .bottom_txt {
    margin-top: 40px;
    font-size: clamp(14px, 1.4vw, 15px);
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.sec02 .container03 {
    color: #FFF;
    background-image: url(../images/index/pcbe_23.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    margin-top: 60px;
}

.sec02 .container03 .sec_lead {
    font-size: clamp(20px, 2.4vw, 36px);
    
}

.sec02 .container03 .bg{
    position: relative;
}

.sec02 .container03 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.sec02 .container03 .txt01 {
    margin-top: 40px;
    font-size: clamp(14px, 1.4vw, 16px);
}

.sec02 .container03 ul li {
    display: flex;
    padding: 14px 26px;
    background-color: #FFF;
    align-items: center;
    gap: 0 20px;
    border-radius: 13px;
    width: 32%;
}

.sec02 .container03 ul li img {
    width: 60px;
    height: 60px;
}

.sec02 .container03 ul li span {
    color: #00b388;
    font-weight: bold;
}

.sec02 .container03 .txt02 {
    margin-top: 14px;
    font-size: clamp(14px, 1.4vw, 16px);
}

.sec02 .container03 .txt03 {
    text-align: center;
    font-size: clamp(18px, 1.8vw, 23px);
    margin-top: 60px;
    letter-spacing: 0.04em;
}

.sec02 .container03 .btn {
    width: 90%;
    font-size: clamp(18px, 1.8vw, 21px);
    font-weight: bold;
    padding: 10px;
    border-radius: 14px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 0.4);
    background-color: #00b388;
    margin: 20px auto;
    display: block;
    text-align: center;
    position: relative;
}

.sec02 .container03 .btn::before {
    bottom: 10px;
    right: 10px;
    content: "";
    background-color: #FFF;
    width: 11px;
    aspect-ratio: 1;
    clip-path: polygon(0 0,100% 0,0 100%);
    transform:rotate(-180deg);
    position: absolute;
}

.sec03 .container01 {
    margin-top: 80px; 
}

.sec03 .container01 .sec_lead {
    color: #257c62;
    margin-bottom: 10px;
}


.sec03 .container01 .bottom {
    background-color: #e0e0e0;
    margin-top: 40px;
    padding: 50px 0;
}

.sec03 .container01 .bottom .txt02 {
    text-align: center;
    font-weight: bold;
    font-size: clamp(20px, 2.0vw, 24px);
}

.sec03 .container01 .bottom ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.sec03 .container01 .bottom ul li {
    position: relative;
    width: 30%;
    aspect-ratio: 630 / 530;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 13px;
}

.sec03 .container01 .bottom ul li:nth-of-type(1) {
    background-image: url(../images/index/pcbe_18.png);
}

.sec03 .container01 .bottom ul li:nth-of-type(2) {
    background-image: url(../images/index/pcbe_19.png);
}

.sec03 .container01 .bottom ul li:nth-of-type(3) {
    background-image: url(../images/index/pcbe_20.png);
}

.sec03 .container01 .bottom ul li .img_txt {
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: bold;
    text-shadow: #231815 1px 0 10px,
    #231815 0 1px 10px,
    #231815 -1px 0 10px,
    #231815 0 -1px 10px;
    /* text-shadow: 0px 0px 0px rgb(0 0 0 / 0.4); */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: auto;
    color: #FFF;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.sec03 .container01 .bottom  .txt03 {
    margin-top: 20px;
}

.sec03 .container02 {
    text-align: center;
    background-image: url(../images/index/pcbe_21.jpg);
    background-size: cover;
    padding: 100px 0;
    color: #FFF;
}


.sec03 .container02 .sec_lead {
    font-size: clamp(20px, 2.4vw, 36px);
    width: 90%;
    margin: 0 auto;
    font-weight: normal;
}

.sec03 .container02 p {
    margin-top: 40px;
}

@media screen and (max-width:812px) {
    .link_wrap {
        flex-direction: column;
        gap: 15px 0;
        top: 20px;
    }

    .link_wrap li {
        width: 100%;
    }

    .link_wrap li a {
        padding: 10px 16px;
    }

    .link_wrap li::before {
        width: 11px;
    }

    .sec01 {
        margin-top: 90px;
    }

    .sec01 .container01 ul {
        margin-top: 20px;
        flex-direction: column;
        gap: 70px 0;
    }

    .sec01 .container01 ul li {
        width: 100%;
    }

    .sec01 .container01 ul li span {
        width: 68%;
        text-align: center;
        left: 50%;
        bottom: -54px;
        padding: 20px 0 5px;
        transform: translateX(-50%);
    }

    .sec01 .container02 {
        margin-top: 140px;
    }

    .sec01 .container03 ul {
        flex-direction: column;
        gap: 50px 0;
        width: 100%;
        margin-top: 24px;
    }


    .sec01 .txt_box {
        padding: 40px;
        background-image: url(../images/index/pcbe_7_sp.png);
        aspect-ratio: 1000 / 1000;
    }

    .sec01 .container04 {
        width: 100%;
    }

    .sec01 .container04 .sec_lead {
        width: 100%;
    }

    .sec02 .container01 .list {
        flex-direction: column;
        gap: 20px 0;
    }

    .link_bg02 {
        margin-top: 80px;
    }

    .sec02 .container01 {
        margin-top: 90px;
    }

    .sec02 .container01 .list_item01 .list_box,
    .sec02 .container01 .list_item02 .list_box {
        width: 100%;
    }

    .sec02 .container01 .list_item .list_box {
        margin: 20px auto;
    }

    .sec02 .container01 .txt01 {
        margin:  20px auto;
    }

    .sec02 .container01 .txt02 {
        font-size: clamp(14px, 1.4vw ,16px);
    }

    .sec02 .container02 {
        margin: 70px auto 0;
    }

    .sec02 .container02 .txt {
        margin-top: 20px ;
    }

    .sec02 .container02 .price ul {
        flex-wrap: wrap;
        gap: 20px 0;
        width: 90%;
    }

    .sec02 .container02 .bottom_txt {
        gap:12px 0;
    }

    .sec02 .container01 .list_item02 .bottom_txt {
        margin-top: 0;
    }

    .sec02 .container02 .price ul li {
        width: 46%;
    }

    .sec02 .container03 ul {
        flex-direction: column;
        gap: 20px 0;
    }

    .sec02 .container03 ul li {
        width: 100%;
        padding: 12px 26px;
    }

    .sec02 .container03 .txt01 {
        margin-top: 20px;
    }

    .sec02 .container03 ul li img {
        width: 44px;
        height: 44px;
    }

    .sec02 .container03 .btn {
        width: 100%;
    }

    .sec03 .container01 {
        margin-top: 50px;
    }

    .sec03 .container01 .txt01 {
        margin-top: 20px;
    }

    .sec03 .container01 .bottom {
        margin-top: 20px;
        padding: 20px 0;
    }

    .sec03 .container01 .bottom ul {
        flex-direction: column;
        gap: 20px 0;
        width: 80%;
        margin: 20px auto;
    }

    .sec03 .container01 .bottom ul li {
        width: 100%;
        aspect-ratio: 630 / 340;
        border-radius: 10px;
    }

    .sec03 .container02 {
        width: 100%;
        padding: 70px 0;
    }

    .sec03 .container02 p {
        text-align: left;
        width: 90%;
        margin: 20px auto 0;
    }

    .link_bg03 {
        margin-bottom: 120px;
    }
}