@charset "UTF-8";
.pankuzu {}
.pageFooterWrap {}
.intro {
    margin-bottom: 107px;
}
.intro_inner {}
.intro_title {
    margin-left: -10px;
    margin-right: -10px;
}
.intro_title > img {}
.about {
    z-index: 3;
    padding-bottom: 44px;
}
.about_inner {}
.about_title {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-left: 38px;
}
.about_title:before {
    content: "";
    display: block;
    background: url(/experience/img/bg-title01.png);
    width: 104px;
    height: 90px;
    position: absolute;
    z-index: 1;
    top: -48px;
    left: -6px;
}
.about_title > img {
    display: block;
    position: relative;
    z-index: 2;
}
.about_text {
    position: relative;
    z-index: 2;
    margin-top: 32px;
    padding-left: 11px;
    line-height: 1.9;
}
.about_image {
    position: absolute;
    z-index: 1;
    top: -40px;
    right: -100px;
}
.about_image > img {}
.make {
    position: relative;
    z-index: 1;
    margin-top: 71px;
    padding-bottom: 43px;
}
.make:before {
    content: "";
    display: block;
    background: url(/experience/img/bg-make01.png) center top no-repeat;
    height: 71px;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
}
.make:after {
    content: "";
    display: block;
    background: url(/experience/img/bg-make02.png) center top no-repeat;
    height: 71px;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0;
}
.make_title {
    text-align: center;
    position: relative;
    z-index: 2;
    top: -24px;
}
.make_title > b {}
.make_title > b > img {}
.make_oList {
    list-style: none;
    max-width: 880px;
    margin: 0 auto;
}
.make_oList:after {
    content: "";
    display: block;
    clear: both;
}
.make_oList > li {
    float: left;
    width: 32%;
    margin-left: 2%;
    position: relative;
    z-index: 1;
}
.make_oList > li:before {
    content: "";
    display: block;
    background: url(/experience/img/img-arrow@2x.png);
    width: 36px;
    height: 42px;
    position: absolute;
    z-index: 11;
    top: 91px;
    left: -27px;
    background-size: 100% 100%;
}
.make_oList > li:first-child {
    margin-left: 0;
}
.make_oList > li:first-child:before {
    display: none;
}
.make_oList > li:nth-child(2n+1) {}
.make_image {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 10px;
}
.make_image > img {}
.make_headline {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.make_text {
    line-height: 1.5;
}
.make_image_subImage {
    position: absolute;
    z-index: 1;
    bottom: -30px;
    right: -58px;
}
.make_image_subImage > img {}
.experience {
    z-index: 3;
    padding-top: 59px;
    padding-bottom: 100px;
}
.experience_inner {}
.experience_title {
    text-align: center;
    margin-bottom: 37px;
}
.experience_title > img {}
.experience_list {
    list-style: none;
}
.experience_list:after {
    content: "";
    display: block;
    clear: both;
}
.experience_list > li {
    width: 23.5%;
    float: left;
    margin-left: 2%;
}
.experience_list > li:first-child {
    margin-left: 0;
}
.experience_list > li:nth-child(2n+1) {}
.experience_list > li > a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.experience_list > li > a:hover {}
.experience_list > li > a:before {
    content: "";
}
.experience_list > li > a:after {
    content: "";
}
.experience_list > li > a > img {
    display: block;
    margin: 0 auto;
}
.experience_list > li > a > b {
    display: block;
    color: #7f71b8;
}
.experience_list > li > a > time {
    display: block;
    font-size: 11px;
    margin: 10px 0 3px;
}

.experience_list_image{
        display: block;
    padding-bottom: 100%;
    height: 0;
    background-position: center center;
    background-size: cover;
}

/* タブレット以下設定 */

@media screen and (max-width:999px) {
    .pankuzu {}
    .pageFooterWrap {}
    .intro {
        margin-bottom: 80px;
    }
    .intro_inner {}
    .intro_title {}
    .intro_title > img {}
    .about {}
    .about_inner {}
    .about_title {}
    .about_title:before {}
    .about_title > img {}
    .about_text {
        padding: 0;
    }
    .about_image {
        position: static;
        text-align: center;
        margin-top: 25px;
    }
    .about_image > img {}
    .make {
        padding-bottom: 70px;
    }
    .make:before {
        background-size: 100% auto;
    }
    .make:after {
        background-size: 100% auto;
    }
    .make_title {}
    .make_title > b {
        display: inline-block;
        background: #fff;
    }
    .make_title > b > img {}
    .make_oList {}
    .make_oList:after {}
    .make_oList > li {}
    .make_oList > li:before {}
    .make_oList > li:first-child {
        margin-top: 0;
    }
    .make_oList > li:first-child:before {}
    .make_oList > li:nth-child(2n+1) {}
    .make_image {}
    .make_image > img {}
    .make_headline {}
    .make_text {}
    .make_image_subImage {
        width: 150px;
        right: 0;
        bottom: -4px;
    }
    .make_image_subImage > img {}
    .experience {}
    .experience_inner {}
    .experience_title {}
    .experience_title > img {}
    .experience_list {}
    .experience_list:after {}
    .experience_list > li {}
    .experience_list > li:first-child {}
    .experience_list > li:nth-child(2n+1) {}
    .experience_list > li > a {}
    .experience_list > li > a:hover {}
    .experience_list > li > a:before {}
    .experience_list > li > a:after {}
    .experience_list > li > a > img {}
    .experience_list > li > a > b {}
    .experience_list > li > a > time {}
}

/* スマホ設定 */

@media screen and (max-width:699px) {
    .pankuzu {}
    .pageFooterWrap {}
    .intro {
        margin-bottom: 50px;
    }
    .intro_inner {}
    .intro_title {}
    .intro_title > img {}
    .about {
        padding-bottom: 0;
    }
    .about_inner {}
    .about_title {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .about_title:before {
        width: 52px;
        height: 45px;
        background-size: 100% 100%;
        top: -24px;
    }
    .about_title > img {}
    .about_text {
        margin-top: 0;
    }
    .about_image {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .about_image > img {}
    .make {
        padding-bottom: 23%;
    }
    .make:before {}
    .make:after {}
    .make_title {}
    .make_title > b {}
    .make_title > b > img {
        width: 200px;
    }
    .make_oList {
        max-width: 300px;
        margin: 0 auto;
    }
    .make_oList:after {}
    .make_oList > li {
        float: none;
        width: auto;
        margin-top: 25px;
    }
    .make_oList > li:before {
        opacity: 0;
    }
    .make_oList > li:first-child {}
    .make_oList > li:first-child:before {}
    .make_oList > li:nth-child(2n+1) {}
    .make_image {
        margin-bottom: 5px;
    }
    .make_image > img {}
    .make_headline {
        margin: 15px;
        margin-bottom: 5px;
    }
    .make_text {}
    .make_image_subImage {}
    .make_image_subImage > img {}
    .experience {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .experience_inner {}
    .experience_title {
        margin-bottom: 15px;
    }
    .experience_title > img {}
    .experience_list {
        max-width: 500px;
        margin: 0 auto;
    }
    .experience_list:after {}
    .experience_list > li {
        width: 49%;
        margin-bottom: 20px;
    }
    .experience_list > li:first-child {}
    .experience_list > li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
    .experience_list > li > a {}
    .experience_list > li > a:hover {}
    .experience_list > li > a:before {}
    .experience_list > li > a:after {}
    .experience_list > li > a > img {}
    .experience_list > li > a > b {}
    .experience_list > li > a > time {}
}
