@charset "UTF-8";


.mainImgAbout {
    background: url(../about/img/main.jpg) no-repeat;
}
.mainImg {
    height: 370px;
    background-size: cover;
    background-position: center;
    margin-top: -40px;
    position: relative;
}
#body_about {
    background: #fafafa url(../about/img/bg_about.svg) no-repeat;
    background-size: 100% auto;
}
.mainWave {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom:0;
}

.aboutSec01 {
    background: url(../about/img/bg_about2.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 100px 20px;
}
.aboutSec01t1 {
    width: 756px; height: auto;
    margin-bottom: 50px;
}
.aboutSec01t2 {
    width: 580px;
    height: auto;
    margin-bottom: 50px;
}
.aboutSec01 p {
    font-size: 1.5rem;
    line-height: 2.0em;
}

@media only screen and (max-width: 767px) {
    
    .mainImg {
        height: 220px;
    }
    .aboutSec01 {
        padding: 50px 16px;
    }
    .aboutSec01t1 {
        max-width: 300px!important;
        margin-bottom: 30px;
    }
    .aboutSec01t2 {
        width: 100%;
        max-width: 240px!important;
        margin: 0 auto 30px;
    }
    .aboutSec01 p {
        text-align: left;
    }

}/* end @media */







.aboutSec02 {
    padding: 100px 20px;
}
.aboutSec02Top {
    text-align: center;
}
.aboutSec02 h2 img {
    width: 400px;
    margin-bottom: 70px;
}
.aboutSec02Hate {
    display: inline-block;
    padding: 26px 170px;
    border-radius: 100px;
    font-size: 2.0rem;
    font-weight: 500;
    background: #EDEDED url(../about/img/about_hatena.png) no-repeat;
    background-position: top 14px right 50px;
    background-size: 45px 45px;
    margin-bottom: 70px;
}
.aboutSec02Count {
    width: 669px;
    margin-bottom: 50px;
}
.aboutSec02Top p {
    font-size: 1.8rem;
    line-height: 2.0em;
}

@media only screen and (max-width: 767px) {

    .aboutSec02 {
        padding: 50px 16px;
    }
.aboutSec02 h2 img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 50px;
}
.aboutSec02Hate {
    width: 100%;
    padding: 20px;
    font-size: 1.6rem;
    line-height: 1.7em;
    border-radius: 4px;
    background-position: top 22px right 20px;
    margin-bottom: 40px;
    }
.aboutSec02Count {
    width: 80%;
    margin-bottom: 30px;
}
.aboutSec02Top p {
    line-height: 1.7em;
    text-align: left;
}

}/* end @media */



.aboutSec03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aboutSec03boxT {
  -webkit-flex: 1;
  flex: 1;
}
.aboutSec03boxI1 {
    width: 464px;
    margin-right: 70px;
}
.aboutSec03boxI2 {
    width: 367px;
    margin-left: 60px;
}
.aboutSec03boxI3 {
    width: 418px;
    margin-right: 70px;
}
.aboutSec03boxT img {
    margin-bottom: 26px;
}
.aboutSec03boxT p {
    font-size: 1.6rem;
    margin-bottom: 50px;
}
.abSec03Cc {
    font-size: 2.0rem!important;
    font-weight: 700;
    margin-bottom: 16px!important;
}
.abSec03img1 {
    width: 359px;
    margin-top: 100px;
}
.abSec03img2 {
    width: 460px;
    margin-top: 50px;
}
.abSec03img3 {
    width: 330.5px;
    margin-top: 100px;
}
.abBtn {
    display: inline-block;
    padding: 20px;
    width: 300px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 100px;
    color: #333;
    font-size: 1.4rem;
    background: #fff;
    transition: background 0.3s ease;
}
.abBtn:hover {
    background: #eee;
}
.abBtn1 { margin-top: -20px; }


@media only screen and (max-width: 767px) {

    .aboutSec03 {
        display: block
    }
    .abSec03img1,
    .abSec03img2,
    .abSec03img3 {
        display: block;
        width: auto;
        height: 80px;
        margin: 30px auto;
    }
    .abBtn {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

}/* end @media */




.aboutSec04 {
    background: #eee;
    padding: 100px 0;
    margin-top: 100px;
}
.aboutSec04 h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5em;
}
.aboutSec04 h2 img {
    width: 375px;
}
.abSec04Box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: no-wrap;
    margin-bottom: 100px;
}
.abSec04L {
    width: 45%;
    background: url(../about/img/sec04pic.png) no-repeat;
    background-size: cover;
    height: 400px;
    margin-right: 50px;
}
.abSec04R {
    margin-right: 50px;
    flex: 1;
    padding-top: 50px;
}
.abSec04R p {
    font-size: 1.6rem;
    line-height: 2em;
}
.abSec04R .abSec04Cc {
    font-size: 2.4rem!important;
    font-weight: 700;
    margin-bottom: 30px;
}
.abSec4serv {
    font-size: 1.6rem;
    line-height: 2em;
    text-align: center;
    margin-bottom: 50px;
}

.abSec04Sell {
    width: 800px;
    margin: 50px auto 0;
    border: 1px solid #707070;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}
.abSec04Sell h3 {
    font-size: 1.4rem;
    margin-bottom: 6px;
}
.abSec04Sell li {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 2em;
}

/* 横スクロールギャラリー */
.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: 1520px;
    height: 208px;
}
.simply-scroll-list li img {
    display: block;
	height: 100%;
	width:auto;
}



@media only screen and (max-width: 767px) {

    .aboutSec04 {
        padding: 70px 0;
        margin-top: 70px;
    }
    .abSec04Box {
        display: block;
        margin-bottom: 20px;
    }
    .abSec04L {
        width: 100%;
        height: 250px;
    }
    .abSec04R {
        padding: 30px 16px;
        margin:0;
    }
    .abSec04R p{
        font-size: 1.4rem;
    }
    .abSec04Sell {
        width: 100%;
    }

    .aboutSec04 h2 {
        margin-bottom: 40px;
    }
    .aboutSec04 h2 img {
        max-width: 90%;
    }
    .abSec4serv {
        font-size: 1.4rem;
        padding: 0px 16px 30px;
        margin:0;
    }
    .abSec04Sell {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

}/* end @media */



.aboutSec05 {
    padding: 100px 0;
    text-align: center;
}
.aboutSec05 h2 {
    font-size: 2.4rem;
    font-weight: 700;
}
.aboutSec05 h2 img {
    width: 142px;
    margin-bottom: 70px;
}
.abSec05Cc {
    width: 460px;
    margin-bottom: 70px;
}
.abSec05Box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: no-wrap;
    margin-bottom: 100px;
}
.abSec05L {
    width: 45%;
    background: url(../about/img/sec05pic.png) no-repeat;
    background-size: cover;
    height: 400px;
    margin-left: 50px;
}
.abSec05R {
    margin-left: 50px;
    flex: 1;
    padding-top: 50px;
}
.abSec05R p {
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
}
.abSec05Cc2 {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 40px 0 50px;
}
.abSec5pl {
    text-align: left;
    font-size: 1.5rem;
}


@media only screen and (max-width: 767px) {

    .aboutSec05 {
        padding: 70px 0 20px;
    }
    .aboutSec05 h2 {
        font-weight: 700;
        line-height: 1.5em;
    }
    .aboutSec05 h2 img {
        width: 142px;
        margin-bottom: 40px;
    }
    .abSec05Cc {
        max-width: 90%;
        margin-bottom: 40px;
    }
    .abSec05Box {
        display: block;
        margin-bottom: 60px;
    }
    .abSec05L {
        width: 100%;
        height: 250px;
        margin-left: 0px;
    }
    .abSec05R {
        margin-left: 0px;
        flex: none;
        padding: 0 16px 50px;
    }
    .abSec05R p {
        font-size: 1.4rem;
        line-height: 2em;
        text-align: left;
    }
    .abSec05Cc2 {
        margin: 20px 0 40px;
    }

}/* end @media */





.abCenter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.abCenter li {
    width: 438px;
    text-align: left;
}
.abCenter li img {
    width: 100%;
    margin-bottom: 20px;
}
.abCenter li h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 16px;
}
.abCenter li p {
    font-size: 1.2rem;
}
.aboutAip {
    border: 4px solid #FFA500;
    padding: 36px;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    background: #FFF5E2;
}
.abAipFx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abAipFxL img {
    width: 285px;
    max-width: 100%;
    margin-right: 40px;
}
.abAipFxR {
    flex: 1;
}
.abAipFxR img {
    width: 244px;
}
.abAipIt {
    display: inline;
    bottom: 14px;
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
}
.abAipFxR p {
    font-size: 1.5rem;
    margin-top: 18px;
}
.abAipBtn {
    display: block;
    margin: 36px auto 0;
    width: 340px;
    background: #FF9300;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 18px;
    transition: background 0.3s ease;
}
.abAipBtn:hover {
    background: #FFAB39;
}


@media only screen and (max-width: 767px) {

    .aboutAip {
        width: 100%;
        border: none;
        padding: 50px 16px;
    }
    .abCenter {
        flex: none;
    }
.abCenter li {
    width: 100%;
    margin-bottom: 30px;
    }
    .abAipFx {
        display: block;
    }
    .abAipFxL { width: 100%; }
    .abAipFxL img { width: 100%; margin:0;}

    .abAipFxR img {
        display: block;
        max-width: 100%;
        margin: 30px auto;
    }

    .abAipIt {
        width: 100%;
        text-align: center;
        display: block;
    }

    .abAipBtn {
        width: 90%;
    }



}/* end @media */



