@charset "UTF-8";

html {
    font-size: 62.5%;
}

/* sec01 */
.container01 {
    width: 100%;
    height: 45vw;
    position: relative;
    background-image: url(../images/common/tc_common_mv_sp.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

/* sec02 */
#sec02 {
    padding-top: min(8vw, 100px);
    /* padding-bottom: min(8vw, 100px); */
    line-height: 2;
    /*font-size: 14px;*/
    /* font-size: 1.4rem; */
}

.contents-box {
    display: block;
    margin: 0 0 4rem;
}

.contents-box:last-of-type {
    margin-bottom:0;
}

/* .contents-box:nth-of-type(4) {
    margin-bottom: 8rem;
} */

.bgc-main {
    color: var(--color-white);
    background-color: var(--color-main);
    padding: 16px 20px;
    margin-bottom: 2rem;
    line-height: 1.5;
  
}

.c-main {
    color: var(--color-main);
}

.border-box {
    border: 1px solid #00817a;
    background-color: var(--color-white);
    padding: 20px;
    margin-top: 2rem;
}

.m0auto {
    display: flex;
    margin: 2rem auto;
}

.m0 {
    margin: 0;
}


.d-f-m {
    margin-top: 16px;
}

.d-f-m>.box-item>img {
    aspect-ratio: 69/37;
}

.d-f {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.d-f img {
    width: 100%;
}

.d-f>.box-item {
    width:100%;
}

.bgc-ye {
    background-color: #f4fadd;
    border: 1px solid #00817a;
    color: var(--color-main);
}

.bgc-ye>a{
    padding: 2rem;
    color: var(--color-main);
    line-height: 1.5;
}

@media screen and (min-width: 999.8px) {
    .bgc-ye>a{
        padding: 30px 40px;
    }        
}

.bgc-ye>a:hover{
    /* background-color: #f4fadd; */
}


.bgc-ye img {
    height: auto;
    width: 20px;
    flex-shrink: 0;
}

.pdf-link {
    display: inline-block;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: transform .3s;
}

.pdf-link:hover {
    opacity: 0.6;
}

/* リスト */
.d-f ul {
    margin-left: 15px;
}

.contents-box ul {
    margin: 0 0.3rem;
}

.contents-box li {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1.2rem;
}

.contents-box li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1rem;
    /* 垂直位置の微調整 */
    width: 1.4rem;
    height: 1.4rem;
    background-color: var(--color-main);
    border-radius: 50%;
}


/* pc */
@media screen and (min-width: 999.8px) {
    h2 {
        font-size: 3.5rem;
    }

    h3 {
        font-size: 2.6rem;
    }

    /* sec01 */
    .container01 {
        width: 100%;
        height: 27vw;
        position: relative;
        background-image: url(../images/common/tc_common_mv_pc.png);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }

    /* sec02 */
    #sec02 {
        padding-top: 0;
        padding-bottom: 0;
        /* font-size: 1.5rem; */
    }

    .bgc-main {
        margin-bottom: var(--header-margin-bottom);
        /* font-size: 1.8rem; */
    }

    .bgc-main:first-of-type {
        margin-bottom: var(--header-margin-bottom);
    }

    .contents-box:last-of-type .bgc-main {
        margin-bottom: 0;
    }

    .m0 {
        margin: 0;
    }

    .d-f {
        display: flex;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .d-f>.box-item {
        width: calc(50% - 1rem);
    }

    .d-f-m {
        gap: 2rem;
        margin-top: 4rem;
    }

    .d-f-m>.box-item:nth-of-type(2)>p {
        margin-top: 5px;
    }
    

    .box-left,
    .box-right {
        width: 50%;
    }

    .box-right {
        margin-bottom: 0;
    }

}