@charset "UTF-8";

/*-----------------------------------------------------------------------------------*/

/*	OUR TEAM
/*-----------------------------------------------------------------------------------*/

.team {
    width: 90%;
    margin: 30px auto;
    max-width: 1100px;
}

.crewman_item {
    position: relative;
    margin: 0 15px;
}

.crewman_item .crewman_descr {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.crewman_item:hover .crewman_descr {
    opacity: 1;
}

.crewman_item .crewman_descr .crewman_descr_cont {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.crewman_item:hover .crewman_descr .crewman_descr_cont {
    opacity: 1;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.crewman_item .crewman_descr p {
    margin: 0 0 6px;
    font-weight: 300;
    line-height: 24px;
    font-size: 18px;
    color: #eee;
}

.profile-detail {
    line-height: 1.2 !important;
}

.crewman_item .crewman_descr span {
    color: #eee;
    font-size: 12px;    
}

.crewman_item .crewman_social {
    position: absolute;
    z-index: 30;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.crewman_item .crewman_social a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 7px 0 10px;
    border: 2px solid #333;
    border-radius: 50%;
    line-height: 58px;
    font-size: 26px;
    color: #333;
}

.crewman_item:hover .crewman_social {
    bottom: 56px;
    opacity: 1;
}

.crewman_item .crewman_social a:hover {
    color: #fff;
    border-color: #fff;
}


/*------------ work-section -----------------*/

.work-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
}

@media (min-width: 769px) {
    .work-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.work-section-contents {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

@media (min-width: 768px) {
    .work-section-contents {
        width: 95%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 20px;
    }
    .work-section-content {
        width: 32%;
    }
}

@media (min-width: 1024px) {
    .work-section-contents {
        max-width: 1000px;
        padding-top: 30px;
    }
    .work-section-content {
        width: 32%;
    }
}

/*------------- other-section --------------- */

.other-section {
    padding: 0px 0 0 0;
    background: rgba(255, 255, 255, .5);
}

@media (min-width: 768px) {
    .other-section {
        padding: 25px 0;
        width: 100%;
        margin: 0 auto;
    }
    .other-section-pages {
        padding: 60px 0 90px;
    }
    .other-section-gaiyou {
        padding: 90px 0 140px;
    }
}

.other-section-contents {
    width: 95%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .other-section-contents {
        width: 96%;
        display: flex;
        justify-content: space-between;
    }
    .other-section-gaiyou {
        padding: 0px 0 50px;
    }
}

@media (min-width: 1024px) {
    .other-section-contents {
        width: 90%;
    }
    .other-section-gaiyou {
        padding: 50px 0 100px;
    }
}

@media (min-width: 1025px) {
    .other-section-contents {
        width: 100%;
        max-width: 1130px;
    }
}

@media (min-width: 1200px) {
    .other-section-gaiyou {
        padding: 60px 0 120px;
    }
}

.other-section-content {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.other-section-content2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .other-section-content {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .other-section-content {
        width: 620px;
        margin: 0 auto;
    }
}

@media (min-width: 1025px) {
    .other-section-content2 {
        width: 380px;
        margin: 0 auto;
    }
}

.other-section-content-copy {
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .other-section-content-copy {
        font-size: 14px;
        text-align: center;
        padding-top: 30px;
    }
}

.other-section-address-name {
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 180px;
    color: #711419;
    margin-left: 0px;
    margin-top: 17px;
    position: relative;
}

.other-section-address-name-gaiyou {
    height: 120px;
}

@media (min-width: 1024px) {
    .other-section-address-name {
        height: 150px;
        margin-top: 30px;
    }
}

.other-section-content-copy-gaiyou {
    text-align: center;
    padding-top: 50px;
}

@media (min-width: 1025px) {
    .other-section-content-copy {
        font-size: 19px;
        /*        text-align: right;*/
        padding-top: 50px;
    }
    .other-section-content-copy-gaiyou {
        text-align: center;
    }
}

.other-section-address-gyoumu {
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    height: 30px;
    top: 66px;
}

.other-section-address-gyoumu li {
    display: inline;
}

.other-section-logo-image {
    width: 55px;
    height: 55px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}

.other-section-address-name-logo {
    padding: 0;
    font-size: 40px;
    line-height: 0.5em;
    position: absolute;
    margin: auto;
    top: 79px;
    left: 0;
    right: 0;
}

.other-section-address-name-furigana {
    font-size: 18px;
    display: inline-block;
    padding-top: 10px;
}

@media (min-width: 1024px) {
    .other-section-logo-image {
        width: 70px;
        height: 70px;
    }
    .other-section-address-gyoumu {
        left: -58px;
        font-size: 15px;
        top: 83px;
    }
    .other-section-address-name-logo {
        top: 52px;
        left: 343px;
    }
}

/*------------- banner --------------- */

.banner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 768px) {
    .banner {
        width: 100%;
        max-width: 450px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (min-width: 830px) {
    .banner {
        width: 380px;
    }
}

@media (min-width: 860px) {
    .banner {
        width: 100%;
        max-width: 420px;
    }
}

@media (min-width: 1025px) {
    .banner {
        width: 535px;
        max-width: 535px;
        margin: 0 auto;
        margin-left: 45px;
    }
}

.banner-item {
    /*    display: inline-block;*/
    width: 250px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.banner-item:hover {
    opacity: .5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 768px) {
    .banner-item {
        display: inline-block;
        width: 200px;
        padding: 0;
        margin-bottom: 10px;
    }
}

@media (min-width: 1025px) {
    .banner-item {
        width: 155px;
        margin-bottom: 20px;
    }
}

.banner-space {
    visibility: hidden;
}

.banner-item-01 {
    background-image: url(../images/banner/banner_1.jpg);
}

.banner-item-02 {
    background-image: url(../images/banner/banner_2.jpg);
}

.banner-item-03 {
    background-image: url(../images/banner/banner_3.jpg);
}

.banner-item-04 {
    background-image: url(../images/banner/banner_4.jpg);
}

.banner-item a {
    display: block;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
}

@media (min-width: 768px) {
    .banner-item a {
        font-size: 12px;
    }
}


/*------------ facebook-position -----------------------*/

.facebook-position.p320 {
    display: block;
}

.facebook-position.p320 iframe {
    width: 300px;
    margin: 0 auto;
    display: block;
}

.facebook-position.p375 {
    display: none;
}

@media (min-width: 374px) {
    .facebook-position.p320 {
        display: none;
    }
    .facebook-position.p375 {
        display: block;
    }
    .facebook-position.p375 iframe {
        width: 340px;
        margin: 0 auto;
        display: block;
    }
}
