@charset "UTF-8";
/********************************
FAQ
*********************************/

.faq_wrap {
    padding: 75px 0 120px;
    position: relative;
    background: #fbfbfb;
}
.faq_wrap::before {
    height: 20px;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 1;
    background: url(../img/top_bg_down.png) no-repeat center bottom / 100% auto;
    background: url(../webp/top_bg_down.webp) no-repeat center bottom / 100% auto;
}
.tlcv_gr_ol .mttl {
    font-size: 30px;
    letter-spacing: -0.03em;
}
.com1 .com1cov {
    position: relative;
    z-index: 2;
}
.com1 .com1cov:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -6px;
    bottom: -6px;
    z-index: -1;
    background: #fff;
    border-radius: 20px;
    background: url(../img/bg_dot_grn.png) repeat left; 
}
.com1 .com1cov .qbox{
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 50px 60px;
    background: #fff;
}
.com1 .com1cov .qbox ul {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 30px;    
}
.com1 .com1cov .qbox li{
    width: calc(50% - 15px);
}
.com1 .com1cov .qbox li:last-child{
    margin: 0;
}
.com1 .com1cov .qbox li a {
    display: block;
    font-size: 18px;
    line-height: 1.66;
    padding: 0 0 0 56px;
    position: relative;
}
.com1 .com1cov .qbox li a span {
    position: absolute;
    z-index: 9;
    top: -5px;
    left: 0;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5cbea3;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.com2{
    margin-top: 120px;
}
.com2 .com2cov .qes{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 0 70px;
    position: relative;
}
.com2 .com2cov .qes span {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #5cbea3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.com2 .com2cov .qabox{
    margin: 0 0 60px 0;
    background: #fff;
    padding: 40px 40px 56px 40px;
    border-radius: 20px;
}
.com2 .com2cov .qabox:last-child{
    margin: 0;
}
.com2 .com2cov .abox{
    padding: 56px 0 0 70px;
}
.com2 .com2cov .abox .txt {
  font-size: 18px;
  line-height: 1.8;
  position: relative;
}
.com2 .com2cov .abox .txt span {
    position: absolute;
    z-index: 9;
    top: -4px;
    left: -70px;
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ff6550;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.contact{
    padding: 60px 0 100px 0;
}
.tag_wrap {
    margin: 0 0 36px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.tag_wrap li:nth-child(n+2) {
    margin: 0 0 0 10px;
}
.tag_wrap li {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 8px 15px;
    color: #fff;
    border-radius: 4px;
}
.tag_wrap .tag_jhs {
    background-color: #45c0ed;
}
.tag_wrap .tag_hs {
    background-color: #32806a;
}
@media (min-width: 896px) {
    .com1 .com1cov .qbox li a:hover{
        color: #5cbea3;
    }
}
@media (max-width: 896px){
    .faq_wrap {
        padding: 50px 20px 70px;
    }
    .faq_wrap::before {
        height: 10px;
        background: url(../img/sp/top_bg_down.png) no-repeat center bottom / 100% auto;
        background: url(../webp/sp/top_bg_down.webp) no-repeat center bottom / 100% auto;
    }
    .com1 .com1cov:before {
        right: -5px;
        bottom: -5px;
        border-radius: 10px;
    }
    .com1 .com1cov .qbox ul {
        gap: 24px 0;
    }
    .com1 .com1cov .qbox {
        padding: 30px 20px;
        border-radius: 10px;
    }
    .com1 .com1cov .qbox li {
        width: 100%;
    }
    .com1 .com1cov .qbox li a span {
        top: -7px;
        font-size: 14px;
        width: 28px;
        height: 28px;
    }
    .com1 .com1cov .qbox li a {
        font-size: 12px;
        line-height: 1.4;
        padding: 0 0 0 38px;
    }
    .com2 {
        margin-top: 50px;
    }
    .com2 .com2cov .qabox {
        margin: 0 0 30px 0;
        padding: 26px 20px;
    }
    .com2 .com2cov .qes {
        line-height: 1.4;
        font-size: 16px;
        padding: 0 0 0 40px;
    }
    .com2 .com2cov .qes span {
        top: -4px;
        transform: none;
        left: 0;
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
    .com2 .com2cov .abox {
        padding: 20px 0 0 40px;
    }
    .com2 .com2cov .abox .txt {
    font-size: 14px;
    line-height: 1.6;
    }
    .com2 .com2cov .abox .txt span {
        left: -40px;
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
    .tag_wrap {
        margin: 0 0 20px;
    }
    .tag_wrap li:nth-child(n+2) {
        margin: 0 0 0 6px;
    }
    .tag_wrap li {
        font-size: 11px;
        padding: 5px 11px;
        border-radius: 3px;
    }
}/*@media*/
@media (max-width: 374px){
}/*@media*/
