@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
    padding-bottom: 65px;
    background: url("../img/index/photo01.jpg") no-repeat top center fixed;
    background-size: 100% auto;
}
#main .topBox {
    margin-bottom: 30px;
    padding: 109px 0 44px;
    background-color: rgba(255,255,255,0.7);
}
#main .topBox p {
    text-align: center;
}
#main .topBox p img {
    margin: 0 auto 5px;
    display: block;
    width: 37px;
}
#main .topBox p span {
    display: block;
}
#main .topBox p .jp {
    margin-bottom: -3px;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -3px;
    font-family: 'Noto Serif SC', serif;
}
#main .topBox p .en a {
    font-size: 1.6rem;
}
#main .topBox p .en a:hover {
    opacity: 0.7;
}
#main .topBox .textArea {
    padding: 22px 5px 18px;
    margin: 0 auto;
    width: 400px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 10px;
    box-sizing: border-box;
}
#main .topBox .textArea .text {
    margin-bottom: 0;
    line-height: 1.67;
}
#main .textList {
    margin: -20px 0 72px;
}
#main .textList01 {
    margin-bottom: 0;
}
#main .textList li {
    margin-top: 20px;
    padding: 7px;
    width: 400px;
    background-color: rgba(255,255,255,0.9);
    box-sizing: border-box;
}
#main .textList li:not(:last-of-type) {
    margin-right: 40px;
}
#main .textList li .border {
    padding: 36px 40px 30px;
    position: relative;
    border: 2px solid #0B0B0B;
}
#main .textList li .border::before,
#main .textList li .border::after {
    width: 2px;
    height: 10px;
    position: absolute;
    bottom: 38px;
    left: -2px;
    background: rgba(255,255,255,0.9);
    content: "";
}
#main .textList li .border::after {
    bottom: auto;
    top: 38px;
    left: auto;
    right: -2px;
}
#main .textList li p {
    margin-bottom: 40px;
    line-height: 1.67;
}

#main .textList li.part01 .border .ttl {
    margin: 30px 0 48px;
}

#main .textList li .ttl {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
}
#main .textList li .link {
    margin: 0 auto;
    width: 200px;
}
#main .textList li .link a {
    padding: 8px;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    background-color: #FFFF02;
    border-radius: 20px;
}
#main .textList li .link a:hover {
    opacity: 0.7;
}
#main .textList li.part01 .link a {
    border-radius: 40px;
}
#main .textList li.part01 .link a span {
    margin-top: -3px;
    display: block;
    font-size: 2rem;
    font-weight: 700;
}
#main .textList01 li {
    padding: 5px;
    width: 320px;
}
#main .textList01 li:not(:last-of-type) {
    margin-right: 20px;
}
#main .textList01 li .border {
    padding: 36px 10px 30px;
}
#main .textList01 li.part02 .border .ttl {
    margin: 30px 0 48px;
}
#main .textList01 li .border::before,
#main .textList01 li .border::after {
    height: 6px;
    bottom: 34px;
}
#main .textList01 li .border::after {
    top: 34px;
}
#main .textList01 li p {
    margin-bottom: 20px;
}
#main .textList01 li p.mb43px{
    margin-bottom: 43px;
}

#main .textList01 li .ttl {
    font-feature-settings: "palt"; 
    -moz-font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
    .bgBox {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: url("../img/index/sp_photo01.jpg") no-repeat top center / cover;
    }
    #main {
        padding-bottom: 30px;
        background: none;
    }
    #main .topBox {
        padding-bottom: 54px;
        background-color: rgba(255,255,255,0.78);
    }
    #main .topBox p {

    }
    #main .topBox .textArea {
        padding: 9px 25px 7px;
        margin: 0 5px;
        width: auto;
    }
    #main .topBox .textArea .text {
        margin-bottom: 0;
    }
    #main .textList {
        margin: 0;
        display: block;
    }
    #main .textList li {
        margin: 0 0 20px;
        padding: 6px;
        width: auto;
    }
    #main .textList01 li:last-of-type {
        margin-bottom: 0;
    }
    #main .textList li:not(:last-of-type) {
        margin-right: 0;
    }
    #main .textList li .border {
        padding: 36px 22px 35px;
    }
    #main .textList li p {
        margin-bottom: 14px;
    }
    
    #main .textList li.part01 .border .ttl {
        margin: 0 0 20px;
    }
    
    #main .textList01 li.part02 .border .ttl {
        margin: 0 0 20px;
    }
}
@media all and (max-width: 370px) {
    #main .topBox .textArea {
        padding: 9px 10px 7px;
    }
    #main .textList li .border {
        padding: 36px 15px 35px;
    }
}