@charset "UTF-8";

.headline {
    background: #ee637b;
    padding-bottom: 15px;
}
h2 {
    font-size: 33px;
    letter-spacing: 0.15em;
    color: #fff;
    font-weight: 900;
    line-height: 95px;
    border-bottom: 1px solid #fff;
    text-align: center;
}
@media screen and (max-width: 640px) {
    h2 {
        font-size: 23px;
        line-height: 60px;
        letter-spacing: 0.1em;
    }
}
/*-----------------------------------

    presentation

-----------------------------------*/
#presentation {
    background: url(../img/consideration/presentation_bg.png) no-repeat top;
    background-size: contain;
    padding:8% 0 0 0;
}
#presentation .presentation_box {
    position: relative;
    height: 0;
    padding-top: 27.33%;
}
#presentation .presentation_box img {
    position: absolute;
    top:0;
    left: 0;
    width: 40%;
}
#presentation .presentation_box .pre_innerBox{
    width: auto;
    max-width: 595px;
    position: absolute;
    top:50%;
    left: 42%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
#presentation .presentation_box h3 {
    font-size: 18px;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #ee637b;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
#presentation .presentation_box p {
    font-size: 16px;
}
#presentation .presentation_box:nth-of-type(2n) {
    background: #f0eaea;
}
#presentation .presentation_box:nth-of-type(2n) img {
    right: 0;
    left: auto;
}
#presentation .presentation_box:nth-of-type(2n) .pre_innerBox{
    left: auto;
    right: 42%;
    color: #ee637b;
}
#presentation .presentation_box:nth-of-type(2n) h3 {
    border-bottom: 1px solid #808080;
}

@media screen and (max-width: 1000px) {
    #presentation .presentation_box h3 br{
        display: none;
    }
    #presentation .presentation_box h3 {
        font-size: 16px;
    }
    #presentation .presentation_box p {
        font-size: 14px;
    }
}
@media screen and (max-width: 840px) {
    #presentation .presentation_box {
        height: auto;
        padding-top:0;
    }
    #presentation .presentation_box img {
        position: relative;
        top:auto;
        left: auto;
        width: 60%;
    }
    #presentation .presentation_box .pre_innerBox{
        width: 100%;
        max-width: none;
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(0);
        -webkit- transform: translateY(0);
        padding:20px 0;
    }
    #presentation .presentation_box:nth-of-type(2n) img {
        right: auto;
        display: block;
        margin-left: auto;
    }
    #presentation .presentation_box:nth-of-type(2n) .pre_innerBox{
        right: auto;
    }
}
@media screen and (max-width: 640px) {
    #presentation .presentation_box img {
        width: 80%;
    }
}
/*-----------------------------------

    situation

-----------------------------------*/
#situation {
    padding: 60px 0;
}
#situation .contents_inner {
    display:flex;
    flex-wrap:wrap;
}
#situation p:first-child {
    font-size: 17px;
    line-height: 1.8;
    margin: 50px 0;
}
#situation .situation_box {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3em;
    border: 1px solid #ee637b;
    float: left;
    padding: 1.5em;
    border-radius: 20px;
    box-shadow: 7px 7px 15px #999393;
}
#situation .situation_box:nth-of-type(3n) {
    margin-right: 0;
}
#situation .situation_box img{
    display: block;
    border-radius: 20px;
    margin:0 auto 1em;
}
#situation .situation_box h3{
    font-size: 20px;
    letter-spacing: 0.15em;
    color: #ee637b;
    font-weight: 900;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 260px;
    margin: auto;
}
#situation .situation_box h3::after{
    position: absolute;
    content: "";
    background: url(../img/contractor/situation_line.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top:1.5em;
    left: 0;
}
#situation .situation_box p{
    margin-top: 2.5em;
    font-size: 15px;
}
@media screen and (max-width: 840px) {
    #situation .situation_box {
        width: 48%;
        margin-right: 4%;
    }
    #situation .situation_box:nth-of-type(2n) {
        margin-right: 0;
    }
    #situation .situation_box:nth-of-type(3) {
        margin-right: 4%;
    }
}
@media screen and (max-width: 640px) {
    #situation .contents_inner {
        width: 90%;
        margin: 0 auto;
    }
    #situation p:first-child {
        font-size: 14px;
        margin: 40px 0;
    }
    #situation .situation_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2em;
    }
    #situation .situation_box:nth-of-type(3) {
        margin-right: 0;
    }
}
/*-----------------------------------

    staff

-----------------------------------*/
#staff {
    padding: 0;
}
#staff h2 br{
    display: none;
}
#staff .contents_inner {
    padding: 60px 0;
}
#staff .staff_box {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3em;
    border: 1px solid #ee637b;
    float: left;
    padding: 1.5em;
    box-shadow: 7px 7px 15px #999393;
	pointer-events: none;
}
#staff .staff_box:nth-of-type(3n) {
    margin-right: 0;
}
#staff .staff_box span{
    display: block;
    margin:0 auto 1em;
    position: relative;
}
#staff .staff_box span::after{
    content: attr(title);
    position: absolute;
    bottom: 0.5em;
    right: 1em;
    color: #fff;
    font-size: 18px;
}
#staff .staff_box span::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid rgba(238,99,123,0.7);
    border-left: 110px solid transparent;
}
#staff .staff_box span img{
    width: 100%;
}
#staff .staff_box dl {
    text-align: center;
    letter-spacing: 0.15em;
}
#staff .staff_box dt {
    font-size: 22px;
    color: #ee637b;
    margin-bottom: 0.5em;
}
#staff .staff_box dd {
    font-size: 30px;
    font-weight: 900;
}
#staff .none {
    display: none
}
@media screen and (max-width: 1000px) {
    #staff .staff_box dl {
        letter-spacing: 0;
    }
    #staff .staff_box dt {
        font-size: 14px;
        margin-bottom: 0.3em;
    }
    #staff .staff_box dd {
        font-size: 20px;
    }
}
@media screen and (max-width: 840px) {
    #staff h2 {
        line-height: 1.2;
        padding: 0.5em 0;
    }
    #staff h2 br{
        display: block;
    }
    #staff .staff_box {
        width: 48%;
        margin-right: 4%;
    }
    #staff .staff_box:nth-of-type(3n) {
        margin-right: 4%;
    }
    #staff .staff_box:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 640px) {
    #staff .contents_inner {
        padding: 40px 0;
        width: 90%;
    }
    #staff .staff_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3em;
    }
    #staff .staff_box:last-of-type {
        margin-bottom: 0;
    }
}
/*-----------------------------------

    staff_detail

-----------------------------------*/
#staff_detail .staff_box {
    width: 100%;
    padding: 1.5em;
}
#staff_detail .staff_box span{
    display: block;
    margin:0 auto 1em;
    width: 40%;
    position: relative;
}
#staff_detail .staff_box span::after{
    content: attr(title);
    position: absolute;
    bottom: 0.5em;
    right: 1em;
    color: #fff;
    font-size: 18px;
}
#staff_detail .staff_box span::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid rgb(238,99,123,0.7);
    border-left: 110px solid transparent;
}
#staff_detail .staff_box span img{
    width: 100%;
}
#staff_detail .left {
    width: 58%;
}
#staff_detail h1 {
    margin-bottom: 0.5em;
    font-size: 20px;
}
#staff_detail .staff_box dl {
    letter-spacing: 0.15em;
    margin-bottom: 1em;
}
#staff_detail .staff_box dt {
    font-size: 20px;
    color: #ee637b;
    margin-bottom: 0.3em;
}
#staff_detail .staff_box dd {
    font-size: 24px;
    font-weight: 900;
}
@media screen and (max-width: 640px) {
    #staff_detail .staff_box span{
        width: 90%;
    }
    #staff_detail .staff_box .left, #staff_detail .staff_box .right{
        float: none !important;
        width: 100%;
    }
}

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

    flow

-----------------------------------*/
#flow {
    padding: 0;
    counter-reset: step;
}
#flow .contents_inner {
    padding: 40px 0;
}
#flow .flow_box {
    border-bottom: 1px solid #ee637b;
    position: relative;
    padding: 2em 0;
}
#flow .flow_box::before {
    position: absolute;
    content: '';
    left: 8%;
    bottom: -16px;
    border-right: 1px solid #ee637b;
    border-bottom: 1px solid #ee637b;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    background: #fff;
}
#flow .flow_box:last-of-type::before {
    width: 0;
    height: 0;
}
#flow .flow_box .left {
    width: 20%;
    text-align: center;
    counter-increment: step;
}
#flow .flow_box .left::before {
    content: "STEP " counter(step);
    font-size: 24px;
    letter-spacing: 0.15em;
    color: #ee637b;
    font-weight: 900;
    margin-bottom: 1em;
}
#flow .flow_box .left img{
    width: 30%;
    display: block;
    margin: 0 auto 1em;;
}
#flow .flow_box .left h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
    border-bottom: 5px solid #ee637b;
    display: inline-block;
    padding-bottom: 5px;
}
#flow .flow_box .right {
    width: 78%;
}
@media screen and (max-width: 840px) {
    #flow .flow_box::before {
        left: 12%;
    }
    #flow .flow_box .left {
        width: 30%;
    }
    #flow .flow_box .right {
        width: 70%;
    }
}
@media screen and (max-width: 640px) {
    #flow .flow_box::before {
        left: 0;
        right: 0;
        margin: auto;
    }
    #flow .flow_box .left,
    #flow .flow_box .right {
        width: 100%;
        float: none !important;
    }
    #flow .flow_box .left {
        margin-bottom: 1em;
    }
}
