@charset "UTF-8";

/*---------------------------------------------------------------------------------------------
Stylesheet - version date 1.0 2017.11.01
BLOCKS SYSTEM [style.css]
---------------------------------------------------------------------------------------------*/

body.themePink .themeBg1 { background-color: #f1948a!important; color:#fff!important; }
body.themePink .themeBg2 { background-color: rgba(241,148,138,.5)!important; color: #fff!important; transition: all 300ms 0s ease; }
body.themePink dt.themeBg2:hover { background-color: rgba(241,148,138,.8)!important; color: #fff!important; }
body.themePink .themeColor { color: #f1948a!important; }
body.themePink .themeBorder { border: 1px solid #f1948a; }

.baseColor { background-color: #3e3a39; color:#fff; }

.container-fluid {}
.imageBox {
    position: relative;
}

/*---------------------------------------------------------------------------------------------
  メインイメージ
---------------------------------------------------------------------------------------------*/
.mainImage {
    min-height: 645px;
    padding-bottom: 60px;
    background: url(../image/mainImage.jpg) no-repeat center center / cover;
}
.mainImage p {
    width: 100%;
    height: 45px;
    padding-left: 45px;
    line-height: 45px;
}
.mainImageBox {
    position: relative;
    z-index: 10;
    height: 645px;
    text-align: center;
}
.mainImageBox img {
    max-width: 100%;
}
.mainImageBox .copyBox:not(.none-absolute) {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    transform: translate(-50%,-50%);
    width: 390px;
    padding: 40px 0;
    background-color: rgba(0,0,0,.4);
}
.mainImageBox .copyBox h1 {
    color: #fff;
    font-size: 45px;
}
.mainImageBox .copyBox h1 span {
    display: block;
    margin-top: 20px;
    font-size: 220%;
}
.copyBox2 {
    position: relative;
    z-index: 30;
    width: 100%;
    background-color: rgba(255,255,255,.8);
    text-align:center;
}
 .copyBox2.pcNone {
    display: none;
}
.copyBox2 p {
    height: initial;
    padding: 0;
    line-height: 2.5;
    font-size: 20px;
    color: #333;
}

.mainImageBox.messageBox {
    height:550px;
    background: url(../image/samplePhoto03.jpg) no-repeat center center / cover;
}
.mainImageBox.messageBox .copyBox {
    width: auto;
    background-color: transparent;
    color: #fff;
}
.mainImageBox.messageBox .copyBox h3 {
    font-size: 25px;
    line-height: 2;
    text-align: center;
}
.mainImageBox.messageBox .copyBox p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    display: block;
}

.mainImageBox .filter {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.4);

}

.sectionTitle {
    padding: 20px 0;
    text-align: center;
}
.sectionTitle h2 {
    padding: 0 15px;
    font-size: 22px;
}
.sectionTitle h2::after {
    content: '';
    display: block;
    width: 10vw;
    height: 1px;
    margin: 10px auto;
    background-color: #fff;
}
.sectionTitle p {
    font-size: 12px;
}
p.copyBoxSp {
    display :none;
}

@media (max-width: 767px) {
    .mainImage {
        height: 280px;
        min-height: initial;
        background-size: 250% auto;
    }
    .mainImage p {
        height: 30px;
        line-height: 30px;
        padding-left: 15px;
    }
    .mainImageBox {
        height: 250px;
    }
    .mainImageBox .copyBox {
        max-width: 160px;
        margin-top: 0;
        padding: 15px;
    }
    .mainImageBox .copyBox h1 {
        margin-bottom: 20px;
        font-size: 5.5vw;
    }

    .mainImage .copyBox2.spNone {
        display: none;
    }
    .copyBox2.pcNone {
        display: block;
    }
    .copyBox2.pcNone p {
        padding: 30px;
        line-height: 2;
        font-size: 3.5vw;
    }
    .mainImageBox.messageBox {
        height: 270px;
    }
    .mainImageBox.messageBox .copyBox {
        width: 100%;
        max-width: initial;
    }
    .mainImageBox.messageBox .copyBox h3 {
        font-size: 4vw;
    }
    .mainImageBox.messageBox .copyBox p {
        display: none;
    }
    p.copyBoxSp {
        display: block;
        padding: 30px;
        line-height: 2;
        font-size: 3vw;
        text-align: center;
    }
}


/* 採用情報 */
h3.careerTitle {
    padding: 50px 0;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
}

.infoList {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
}
.infoList:last-child {
    margin-bottom: 60px;
}
.infoList a { display: flex; }
.infoList a .imageBox {
    width: 165px;
    height: 125px;
    margin-right: 20px;
    overflow: hidden;
    text-align: center;
}
.infoList a .imageBox img { max-width: 100%; }
.infoList a .textBox { width: auto; }
.infoList a .textBox h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #2560a4;
}
.infoList a .textBox p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}
.leadCopy {
    padding: 60px 0;
    line-height: 1.8;
    font-size: 21px;
    font-weight: bold;
    color: #6d6d6d;
    text-align: center;
}
.leadCopy + .imageBox {
    max-height: 500px;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
}

.leadCopy + .imageBox img {
    max-width: 100%;
  }

@media (max-width: 767px) {
    .leadCopy {
        padding: 30px 0;
        font-size: 4vw;
    }
}

/* 私たちについて */
.aboutBox {
    padding: 80px 0;
    background: url(../image/background01.jpg) no-repeat center center / cover;
}
.aboutBox .aboutBoxInn {
    display: flex;
    max-width: 970px;
    margin: 0 auto;
}
.aboutBox .aboutBoxInn dl {
    margin-right: 50px;
    padding: 20px;
    background-color: #fff;
}
.aboutBox .aboutBoxInn dl:last-child {
    margin-right: 0;
}
.aboutBox .aboutBoxInn dl dt {
    max-width: 420px;
    max-height: 330px;
    margin: 0 auto;
}
.aboutBox .aboutBoxInn dl dd {
    padding: 45px 0 20px 0;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 1024px) and (min-width: 768px) {}
@media (max-width: 767px) {
    .aboutBox {
        padding: 15px;
    }
    .aboutBox .aboutBoxInn {
        flex-direction: column;
    }
    .aboutBox .aboutBoxInn dl {
        margin: 0 0 15px 0;
    }
    .aboutBox .aboutBoxInn dl dt img {
        max-width: 100%;
    }
    .aboutBox .aboutBoxInn dl dd {
        padding: 20px 0 5px 0;
    }
}


/* BUSINESS */
.businessList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.businessList dl {
    display: flex;
    width: 680px;
    /* height: 115px; */
    margin-bottom: 20px;
}
.businessList dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 100%;
    text-align: center;
}
.businessList dl dt span {
    font-size: 350%;
}
.businessList dl dt a {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-weight: normal;
}
.businessList dl dt a:hover {
    text-decoration: underline;
}
.businessList dl dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    line-height: 2;
    font-size: 16px;
    color: #666;
}

@media (max-width: 767px) {
    .leadCopy + .imageBox {
        max-height: 300px;
        margin-bottom: 20px;
    }
    .leadCopy + .imageBox img {
        max-width: 100%;
    }
}

/* PHOTOS */
.photoList {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 105px;
}
.photoList dl {
    max-width: 330px;
    margin-right: 25px;
}
.photoList dl:last-child {
    margin-right: 0;
}
.photoList dl dt {}
.photoList dl dt img {
    max-width: 100%;
    max-height: 100%;
}
.photoList dl dd {
    padding: 15px 30px;
    font-size: 12px;
    line-height: 2.2;
    background-color: #666;
    color: #fff;
    text-align: left;
}
@media (max-width: 767px) {
    .photoList {
        flex-direction: column;
        align-items: center;
        padding-bottom: 25px;
    }
    .photoList dl {
        margin: 0 0 15px 0;
    }
}

/* スタッフについて */
.staffBox {
    padding-bottom: 90px;
    background: url(../image/background02.jpg) no-repeat center center / cover;
}
.staffBox .staffBoxInn {
    display: flex;
    max-width: 1210px;
    margin: 0 auto;
}
.staffBox .staffBoxInn dl {
    max-width: 260px;
    margin-right: 55px;
    box-shadow:5px 5px 10px 0px #999;
}
.staffBox .staffBoxInn dl:last-child {
    margin-right: 0;
}

.staffBox .staffBoxInn dl dt {}
.staffBox .staffBoxInn dl dt img {
    max-width: 100%;
    max-height: 100%;
}
.staffBox .staffBoxInn dl dd {
    position: relative;
    padding: 45px 20px 40px 20px;
    background-color: #fff;
}

.staffBox .staffBoxInn dl dd h3.profileLabel {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 20px;
    background-color: #666;
    color: #fff;
}
.staffBox .staffBoxInn dl dd .nameBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    color: #666;
}
.staffBox .staffBoxInn dl dd .nameBox h4 {
    font-size: 14px;
    width: 100%;
    min-height: inherit;
}
.staffBox .staffBoxInn dl dd .nameBox p {
    font-size: 11px;
}
.staffBox .staffBoxInn dl dd p {
    font-size: 11px;
    line-height: 2.1;
    color: #666;
}

@media (max-width: 767px) {
    .staffBox {padding-bottom: 25px;}
    .staffBox .staffBoxInn {
        flex-direction: column;
    }
    .staffBox .staffBoxInn dl {
        margin: 0 auto 15px auto;
    }
    .staffBox .staffBoxInn dl:last-child {
        margin-right: auto;
    }
}

/* 福利厚生 */
.benefitBox {
    padding-bottom: 90px;
    background: url(../image/background03.jpg) no-repeat center 85% / cover;
}
.benefitBox .benefitBoxInn {
    display: flex;
    max-width: 970px;
    margin: 0 auto;
}

.benefitBox .benefitBoxInn dl {
    width: 220px;
    margin-right: 30px;
    box-shadow:5px 5px 10px 0px #999;
    background-color: #fff;
}
.benefitBox .benefitBoxInn dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 230px;
}
.benefitBox .benefitBoxInn dl dt span {
    font-size: 600%;
}
.benefitBox .benefitBoxInn dl dd h3 {
    display: inline-block;
    width: calc(100% + 20px);
    margin: 0 0 30px -10px;
    padding: 8px 0;
    font-size: 18px;
    /* background-color: #666; */
    color: #fff;
    text-align: center;
}
.benefitBox .benefitBoxInn dl dd h3.edit-page {
    background-color: #666;
}
.benefitBox .benefitBoxInn dl dd {
    padding: 0 10px 45px 10px;
}
@media (max-width: 767px) {
    .benefitBox { padding-bottom: 25px; }
    .benefitBox .benefitBoxInn {
        justify-content: center;
    }
    .benefitBox .benefitBoxInn dl {
        margin: 0 0 15px 0;
    }
}

/* アクセス */
.accessBox { posiiton: relative; }
.accessBox .scrollTrigger {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 110px;
    height: 110px;
    padding: 20px;
    border-radius: 60px;
    background-color: #ff3333;
    opacity: 0.5;
    text-align: center;
    color: #fff;
    font-size: 120%;
}

.accessBox .scrollTrigger:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-right: -15px;
    content: "";
    width: 28px;
    height: 28px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accessBox .scrollTrigger:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: #fff;
}


.logoBox {
    padding: 60px 0 70px 0;
    text-align: center;
}
.access {
    text-align: center;
}
.access p {
    margin-bottom: 20px;
    font-size: 20px;
}
.access p:last-child {
    margin-bottom: 45px;
}
.access p a {
    font-size: 19px;
    color:#055cdd;
}
.googleMap {
    width: 100%;
}

.copyrightBox {
    padding: 15px 45px;
    font-size: 16px;
}
