@charset "UTF-8";
/* CSS Document */

/*about*/
#about .top-title {
    background-image: url("../../common/img/title_bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding-top: 180px;
    padding-bottom: 150px;
}
#about .about-cont {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 72px;
}
#about .top-title h1 {
    font-family: "ヒラギノ丸ゴ Pro","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 30px;
    font-size: 3.0rem;
}
#about .about-title {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 48px;
}
#about .about-title h2, .features-title h2 {
    position: relative;
    font-family:"ヒラギノ丸ゴ Pro","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 48px;
    line-height: 4.8rem;
    font-weight: 600;
}
#about .about-title h2::after {
    position:absolute;
    bottom: 0;
    left: 50%;
    display:block;
    content:"";
    width: 112px;
    height: 2px;
    background-color: #f29600;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
#about .about-cont ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#about .about-cont li:first-child {
    width: 36%;
}
#about .about-cont li:last-child {
    width: 59.5%;
    font-family:"ヒラギノ丸ゴ Pro","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 31.5px;
    line-height: 3.15rem;
    font-weight: 400;
    letter-spacing: -0.05em;
}
@media screen and (max-width: 770px) {
}
@media screen and (max-width: 600px) {
    #about .top-title {
        background-position: left top;
        background-size: cover;
        padding-top: 96px;
        padding-bottom: 40px;
        width: 100%;
    }
    #about .about-cont {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 48px;
    }
    #about .top-title h1 {
        font-size: 20px;
        font-size: 2rem;
    }
    #about .about-title{
        padding: 20px 0 24px 0;
    }
    #about .about-title h2, .features-title h2 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
    }
    #about .about-title h2::after {
        width: 60px;
        -webkit-transform: translate(-50%, 300%);
        -ms-transform: translate(-50%, 300%);
        transform: translate(-50%, 300%);
    }
    
    #about .about-cont li:first-child {
        width: 58.66%;
        margin: 0 auto 18px auto;
    }
    #about .about-cont li:last-child {
        width: 100%;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 16px;
        line-height: 1.6rem;
    }
}


/*features*/
#fabout {
    background-color: #fff7da;
}
#about .features-cont,.features-sub-cont {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 88px;
}
#about .features-title {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 48px;
}
#about .features-sub_title {
    width: 100%;
    text-align: center;
    padding: 40px 0 48px 0;
}
#about .features-title h2 {
    position: relative;
    font-family:"ヒラギノ丸ゴ Pro","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 40px;
    line-height: 4.0rem;
    font-weight: 600;
}
#about .features-title h2::after {
    position:absolute;
    bottom: 0;
    left: 50%;
    display:block;
    content:"";
    width: 112px;
    height: 2px;
    background-color: #f29600;
    -webkit-transform: translate(-50%, 300%);
    -ms-transform: translate(-50%, 300%);
    transform: translate(-50%, 300%);
}
#about .features-cont, .features-sub-cont p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31.5px;
    line-height: 3.15rem;
    font-weight: 400;
    letter-spacing: -0.02rem;
}
#about .features-cont ul {
    margin: 36px 0;
}
#about .features-cont ul li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31.5px;
    line-height: 3.15rem;
    font-weight: 400;
    text-indent: -1em;
    padding-left: 1em;
}
#about .features-cont ul li span {
    color: #f29600;
}
#about .features-sub-cont {
    padding-bottom: 110px;
}
#about .features-sub-cont h3{
    color: #f29600;
    position: relative;
    font-family:"ヒラギノ丸ゴ Pro","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 40px;
    line-height: 4.0rem;
    font-weight: 600;
}
#about .features-sub-cont p{
    padding-bottom: 48px;
}
#about .features-photo {
    width: 41.3%;
    margin: 60px auto 0 auto;
}
#about .cmt p {
  margin: 0;
  padding-left: 1em;
  padding-bottom: 14px;  
  text-indent: -1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
}
#about .cmt p::before {
  content: "※"
}
#about sup {
    vertical-align: super;
}
@media screen and (max-width: 770px) {
}
@media screen and (max-width: 600px) {
    #about .features-cont {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0px;
    }
    #about .features-title {
        padding: 25px 0;
    }
    #about .features-title h2 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
    }
    #about .features-title h2::after {
        width: 60px;
        -webkit-transform: translate(-50%, 300%);
        -ms-transform: translate(-50%, 300%);
        transform: translate(-50%, 300%);
    }
    #about .features-cont p, .features-sub-cont p {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        line-height: 1.8rem;
    }
    #about .features-cont ul {
        margin: 18px 0;
    }
    #about .features-cont ul li {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        line-height: 1.8rem;
    }
    #about .features-sub-cont {
        width: 90%;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #about .features-sub-cont h3{
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        line-height: 2.0rem;
    }
    #about .features-sub-cont p{
        padding-bottom: 24px;
}
    #about .features-photo {
        width: 62.6%;
        margin: 22px auto 0 auto;
    }
    #about .cmt p {
        margin: 0;
        padding-left: 1em;
        padding-bottom: 8px;  
        text-indent: -1em;
        font-size: 10px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1.6rem;
    }
}