@charset "utf-8";

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.top-logo {
    height: 60px;
    float: left;
}

.top-logo img {
    height: 100%;
}

#main .keyVisual {
    margin-bottom: 0;
    background-image: url("../img/top.jpg");

}

#main .ft_ranking {
    text-align: center;
    margin: 0 auto 50px auto;
    max-width: 700px;
}

#main .ft_ranking img {
    width: 100%;
}

#main .ft_ranking a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

#main .ft_ranking a:hover img.none {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

#main .ft_ranking a:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

#main .ft_ranking a:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

#main .companyBox {
    padding-top: 100px;
    background-size: cover;
    padding-bottom: 100px;
}

.imageLinks {
    border-top: 2px solid #dfdfdf
;padding-top: 44px!important;}

#main .photoUl {
    /* margin: -55px -30px 0 0; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#main .photoUl li {
    width: 320px;
    margin: 30px 20px 20px;
}

#main .photoUl li a {
    display: block;
}

#main .photoUl .photo {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 320px;
    height: 214px;
}

#main .photoUl .photo .category {
    width: 100%;
    position: absolute;
    opacity: 0;
    font-size: 3.2rem;
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 5;
    color: #FFF;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

#main .photoUl a:hover .photo .category {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


#main .photoUl li a .photo:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

#main .photoUl li a:hover .photo:before {
    opacity: 1;
}

#main .photoUl h3 {
    margin-bottom: 5px;
    font-size: 3rem;
font-family: "Roboto Condensed", sans-serif;;}

#main .photoUl li p {
    font-size: 1.6rem;
}

.bottomBox {
    margin-top: 0;
    border-top: 2px solid #b39753;


}

@media all and (-ms-high-contrast:none) {
    #main .photoUl a:hover .photo .category {
        -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

@media all and (max-width: 767px) {
    #main .keyVisual {
        background-image: url("../img/top.jpg");
    }

    #main .ft_ranking {
        margin: 0 auto 40px auto;
        padding: 0 20px;
    }

    #main .photoUl a:hover .photo .category {
        opacity: 0;
    }

    #main .companyBox {
        padding: 20px 0 60px;
    }

    #main .photoUl {
        margin: -50px 0 0;
    }

    #main .photoUl li {
        margin: 50px 0 0;
        width: auto;
        float: none;
    }

    #main .photoUl h3 {
        font-size: 2.2rem;
    }

    #main .photoUl li p {
        font-size: 1.3rem;
        line-height: 1.5;
    }

    #main .photoUl .photo img {
        width: 100%;
    }

    #main .photoUl li a:hover .photo:before {
        opacity: 0;
    }

    #main .photoUl .photo {
        height: 234px;
        width: 100%;
    }
}

/*------------------------------------------------------------
	greeting
------------------------------------------------------------*/
#main .greetingBox {
    padding: 0;
}

#main .greetingBox .bgBox {
    padding: 50px 0 50px;
    background-size: cover;
    background-color: #ffffff;
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
}

.mapElement {
    padding-bottom: 100px;
}

.mapInner p {

font-size: 1.8rem;

padding-top: 11px;

padding-bottom: 15px;
}

.headLine03 {
    margin-bottom: 0;
    font-size: 2.4rem;
font-family: "Roboto Condensed", sans-serif;;}

.headLine03 .en {

}

#main .greeting {
    padding: 150px 0;
    background: url("../img/building.jpg") no-repeat center top;
    background-size: cover;
    /* background-color: rgb(72 72 72); */
}

#main .greeting .textBox {
    margin: 0 auto;
    padding: 55px 50px 68px;
    width: 828px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);

    /* border: solid 2px #b39753; */
}

#main .greeting h3 {
    margin-bottom: 30px;
    font-size: 3rem;
    text-align: center;
}

#main .greeting p {
    margin-bottom: 31px;
    line-height: 2;
    font-weight: bold;
}

#main .greeting .name {
    margin: 43px 7px 0;
    text-align: right;
    font-size: 2.3rem;
}

.mapBox {
    background-color: rgb(246 246 246);
    padding-top: 49px;
    padding-bottom: 20px;
}

.mapInner {
    margin-top: 2;
}

.mapArea iframe{
    height: 800px;
}

.accessLine02:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #7c7c7c;
}

.reformElement {
    display: flex;
    justify-content: space-around;
}

.reformElement .sp{
    display: none;
}

.reformElement p {
    display: block;
    margin: 0 10px 10px;
    /* text-align: center; */
    /* width: 100%; */
    font-family: 'Playfair Display SC', serif;
    font-size: 2.7rem;
    font-weight: bold;
}

.slick img {
    max-width: 100%;
    max-height: 100%;
    height: 100vh;
    width: auto\9; /* ie8 */
    margin: 0 auto;
}

.harfSizeSlick {
    width: 45%;
    margin: 0 10px;
}

.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

.gyosyo {
    font-family: 'HGP行書体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'STKaiti', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
}

@media screen and (max-width: 480px) {
    .Form {
        margin-top: 40px;
    }
}

.Form-Item {

    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .Form-Item {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }
}

.Form-Item:nth-child(5) {}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #545454;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #545454;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 480px) {
    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #main .greetingBox .bgBox {
        padding: 40px 0;
    }

    .headLine03 {
        margin-bottom: 0;
    }

    #main .greeting {
        padding: 40px 15px;
    }

    #main .greeting .textBox {
        margin: 0 auto;
        padding: 30px;
        width: auto;
    }

    #main .greeting h3 {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }

    #main .greeting p {
        margin-bottom: 15px;
        line-height: 1.75;
    }

    #main .greeting .name {
        margin: 15px 7px 0;
    }

    #main .greeting .name img {
        width: 160px;
    }

    .reformElement {
    display: block;
    }

    .reformElement p{
        display: block;
    }

    .reformElement .slick {
        width: 100%;
        margin-left: 0;
    }

    .reformElement .pc {
        display: none;
    }

    .reformElement .sp {
        display: block;
        text-align: center;
        font-size: 2.1rem;
    }

    .mapArea iframe{
        height: 270px;
    }

    .mapInner p {
        padding-top: 15px;
        font-size: 1em;
    }

    .mapElement {
        padding-bottom: 45px;
    }
}

/*------------------------------------------------------------
	コンサルティング事例
------------------------------------------------------------*/
.slickImages img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
}

.harfSlickImages img {
    height: 485px;
}

.lessPaddingUnitTitle {

padding-bottom: 0!important;}

.el_memberUnit {
    text-align: center;
}

.el_memberUnit .subTitleArea {
    margin-bottom: 20px;

margin-top: 83px;}

.el_memberUnit .subTitle {
    font-size: 3rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    /* border: 1px solid black; */border-bottom: 1px solid black;border-left: 8px solid #b39753;
    display: inline-block;
/* padding: 3px 120px; *//* background-color: #f7f7f7; */width: 300px;font-family: 'Playfair Display SC', serif;}

@media (max-width: 767px) {
    .harfSlickImages img {
        height: 280px;
    }
}

/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
.privaciPolicyArea {
    background-color: #747474;
    padding-top: 70px;
    padding-bottom: 70px;
}


.privaciPolicyArea .inner {
    background-color: white;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
    padding: 87px 120px;
}

.privaciPolicyArea .title {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.5rem;

    padding-bottom: 8px;border-bottom: 1px solid black;;
}

.privaciPolicyArea .text {
    margin-top: 30px;
}

.privaciPolicyArea h4{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.7rem;
    padding-top: 33px;
    padding-bottom: 2px;
}

.privaciPolicyArea h4 span{
color: #b39753;
}

@media (max-width: 767px) {
    .privaciPolicyArea {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .privaciPolicyArea .inner {
        max-width: 293px;
        padding: 36px 23px;
    }
}