body {
    background: url(/common/images/paper-back.jpg);
    background-repeat: repeat;
}
.h2_title {
    
    height: 320px;
    line-height: 200px;
    /* margin: 0 0 24vh; */
    font-family: 'GenJuuGothic-H';
}
.h2_title h2 span{
    font-size: 40px;
    font-family: 'GenJuuGothic-H';
}
#description h2 p {
    text-align: left;
    margin: auto;
}
#description ul {
    width: 90%;
    min-width: 1200px;
    background: #fff;
    margin-top: -145px;
    margin-bottom: 60px;
}
#description li {
    display: inline-block;
}
#description li:first-child {
    width: 40%;
    background: url(/index/images/service-back.jpg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position-y: 32%;
    background-position-x: 70%;
}
#description li:nth-child(2) {
    width: 54%;
    vertical-align: top;
    padding: 60px 30px;
}
#description img {
    width: 100%;
    opacity: 0;
}
#description h3 {
    font-family: 'GenJuuGothic-B';
    font-family: 'GenJuuGothic-H';
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: bold;
}
#description li:nth-child(2) p {
    font-family: 'GenJuuGothic-N';
    font-size: 16px;
    line-height: 1.8;
}

#merit {
    background: url(/number/images/merit-back.jpg);
    background-repeat: no-repeat;
    /* height: 200px; */
    position: relative;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 50px;
    margin-bottom: 80px;
}
#merit::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(126, 117, 103, 0.6);
    backdrop-filter: blur(4px);
}
#merit h2,#merit p {
    text-align: center;
    color: #fff;
    font-family: 'GenJuuGothic-B';
    position: relative;
}
#merit p {
    font-size: 22px;
    line-height: 1.8;
}
#merit h2 p {
    font-size: 26px;
    border: solid 3px #fff;
    padding: 1vh;
    margin: auto auto 20px;
    width: 40vw;
}

#contents01,#contents02 {
    background: #fff;
    margin: auto auto 60px;
}
#contents01 h2,#contents02 h2 {
    color: #fff;
    background: #252525;
    padding: 30px 40px;
    font-size: 22px;
    font-family: 'GenJuuGothic-B';
}
#contents01 p,#contents02 p,#contents01 ul,#contents02 ul {
    padding: 0 40px;
    font-family: 'GenJuuGothic-N';
    font-size: 15px;
    line-height: 1.8;
}
#contents01 h3 p,#contents02 h3 p {
    font-size: 18px;
    font-family: 'GenJuuGothic-B';
    line-height: 1.6;
    margin: 30px auto 20px;
}
#contents01 li,#contents02 li {
    display: inline-block;
    padding: 20px;
}
#contents01 ul,#contents02 ul {
    padding-bottom: 60px;
}