@charset "UTF-8";

/* TOP */
#page_top .main_visual {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page_top .copy_box {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 4rem;
}
#page_top .copy_box h2 {
    color: #ffffff;
    font-size: 4.9rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.5;
    text-align: center;
}
#page_top .copy_box h2 span {
    letter-spacing: -0.25em;
}
#page_top .copy_box h2 br.sp {
    display: none;
}
#page_top #solutions.can_block ul li {
    width: 48.25%;
}
#page_top #solutions.can_block ul li:nth-child(2n) {
	margin-right: 0;
}
#page_top #solutions.can_block ul li:nth-child(3n) {
	margin-right: 3.5%;
}
#page_top #solutions.can_block ul li:nth-last-child(-n+3) {
	margin-bottom: 3.5%;
}

@media screen and (max-width:840px) {
    #page_top .main_visual {
        background: url(/images/top/main_sp2.jpg) no-repeat center center;
        background-size: cover;
    }
    #page_top .copy_box h2 {
        font-size: 5vw;
        padding-top: 0;
    }
    #page_top #solutions.can_block ul li {
        width: 47.5%;
    }
    #page_top #solutions.can_block ul li:nth-child(3n) {
        margin-right: 5%;
    }
    #page_top #solutions.can_block ul li:nth-last-child(-n+3) {
        margin-bottom: 5%;
    }
    #page_top #solutions.can_block ul li:nth-last-child(-n+2) {
        margin-bottom: 2%;
    }
}
@media screen and (max-width:600px) {
    #page_top .main_visual {
        height: 500px;
    }
    #page_top .copy_box h2 {
        font-size: 7vw;
        padding-top: 0;
    }
    #page_top .copy_box h2 br.sp {
        display: inline;
    }
    #page_top #solutions.can_block ul li {
        width: 100%;
    }
    #page_top #solutions.can_block ul li:nth-child(3n) {
        margin-right: 0;
    }
    #page_top #solutions.can_block ul li:nth-last-child(-n+3) {
        margin-bottom: 5%;
    }
    #page_top #solutions.can_block ul li:nth-last-child(-n+2) {
        margin-bottom: 5%;
    }
    #page_top #solutions.can_block ul li:last-child {
        margin-bottom: 4%;
    }
}

/* COMMON */
#page_contact #g_nav ul li#g_nav_contact a,
#page_team #g_nav ul li#g_nav_team a {
    border-bottom: 1px solid #000;
}
#footer .footer_logo .logo {
	text-align: center;
}


/* SOLUTIONS */
.ext_block .ext_box {
    background: linear-gradient(180deg,#FFFFFF 25%,#F5F5F5 0);
}

@media screen and (max-width:840px) {
    #page_solution .point_block {
        border-bottom: 1px solid #CCC;
    }
    #page_solution .inner .business_block:last-child.point_block {
        padding-bottom: 13%;
    }
    #page_solution .service_block .category:last-child {
        border-bottom: none;
    }
}

@media screen and (max-width:600px) {
    .ext_block .ext_box {
        background: none;
    }
}


/* TEAM */
#page_team #main > .inner {
    padding: 50px 5%;
}
#page_team #main h2 {
    border-bottom: 1px solid #333;
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin: 5rem 0;
    padding-bottom: 1.5rem;
    text-align: center;
}
#page_team .main_photo + .inner {
	max-width: 1100px;
}
#page_team ul.profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#page_team ul.profile li {
    background: #f5f5f5;
    box-sizing: border-box;
    width: 48%;
    padding: 2rem 2rem 5.25rem;
    position: relative;
    margin-bottom: 4%;
}
#page_team ul.profile li.nolink {
    padding-bottom: 2rem;
}
#page_team ul.profile li div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
}
#page_team ul.profile li img {
    border-radius: 75px;
    display: block;
    width: 130px;
    margin-right: 1.5rem;
}
#page_team ul.profile li dl {
    display: flex;
    flex: 1;
    flex-direction: column;
}
#page_team ul.profile li dl dt,
#page_team ul.profile li dl dd {
    line-height: 1.5;
    width: 100%;
}
#page_team ul.profile li dl dt {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1;
    margin: 0.75rem 0;
    order: 2;
}
#page_team ul.profile li dl dd.prof_title {
    font-size: 1.3rem;
    order: 1;
}
#page_team ul.profile li dl dd.prof_roman {
    color: #999;
    font-size: 1.2rem;
    order: 3;
}
#page_team ul.profile li .prof_detail {
    font-size: 1.5rem;
    order: 4;
}
#page_team ul.profile li .prof_link {
    font-size: 1.5rem;
    margin-top: 1rem;
    order: 5;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}
#page_team ul.profile li .prof_link a {
    transition : all 0.5s ease 0s;
}
#page_team ul.profile li .prof_link a:hover {
    opacity: .6;
}
#page_team ul.profile li .prof_link a:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/images/top/icon_window.svg) no-repeat;
    background-size: 16px;
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: middle;
}



@media screen and (max-width:700px) {
    #page_team #main h2 {
        font-size: 2.6rem;
    }
    #page_team ul.profile {
        display: block;
    }
    #page_team ul.profile li {
        width: 100%;
    }
    #page_team ul.profile li img {
        width: 100px;
    }
}