@charset "UTF-8";

/* ------------ read ------------- */
.read-txt{
    text-align:center;
    padding:80px 0;
}
.read-txt p{
    line-height: 2.5;
    font-size:18px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .read-txt{
        padding:10vw 0;
        line-height: 2.5;
    }
    .read-txt p{
        font-size: 3.4vw;
        line-height: 2.5;
    }
}

/* ---------- 社長メッセージ ---------- */
.sec-message{padding:0 0 80px;}
.message-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:calc(100% - 40px);
    box-shadow: 0 0 15px rgba(205,169,173,0.8);
}
.message-image{
    width:40%;
}
.message-txt{
    width:60%;
    padding:40px 40px 60px;
    background: #f5f7f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.message-txt > div{ 
    margin:0 0 0 auto;
    text-align: right;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 700;
    line-height: 1.5;
}
.ceo-txt{
    font-size:30px;
    font-weight: 700;
    margin-bottom:30px;
}
.ceo-com{
    font-size:18px;
}
.ceo-name{
    font-size:20px;
}
.ceo-name span{
    font-size:30px;
    display: inline-block;
    margin-left:10px;
}
.sec-message .btn-red{
    margin: -40px 0 0 auto;
	position: relative;
}

@media (max-width: 768px) {
    .sec-message{padding:0 0 10vw;}
    .message-box{
        width:calc(100% - 5vw);
    }
    .message-image{
        width:100%;
    }
    .message-txt{
        width:100%;
        padding:4vw 4vw 9vw;
    }
    .ceo-txt{
        font-size: 3.9vw;
        margin-bottom:3vw;
    }
    .ceo-com{
        font-size: 3.2vw;
    }
    .ceo-name{
        font-size: 3.2vw;
    }
    .ceo-name span{
        font-size: 4.5vw;
        margin-left:3vw;
    }
    .sec-message .btn-red{
        margin: -5vw 0 0 auto;
    }
}

/* ---------- 会社概要 ---------- */
.sec-company{
    padding:80px 0;
    background:#f5f7f8;
}
.company-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.company-list li{
    width:calc((100% - 10px*3)/4);
}
.company-list li a{
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 15px rgba(205,169,173,0.8);
}
@media (min-width: 768px) {
    .company-list li a:hover{
        transform: scale(1.05);
    }
}
.company-image{
    width:100%;
    background: #f26d58;
}
.btn-white{
    font-size:24px;
    font-weight: 700;
    padding:20px;
    line-height: 1.5;
}
.btn-white span{
    display: block;
    font-size:16px;
    color:#95999c;
}

@media (max-width: 768px) {
    .sec-company{
        padding:10vw 0;
    }
    .company-list li{
        width:100%;
    }
    .company-list li+li{margin-top:5vw;}
    .company-image{
        width:100%;
    }
    .btn-white{
        font-size: 4vw;
        padding:4vw;
    }
    .btn-white span{
        font-size: 3.2vw;
    }
}

/* ---------- 会社概要 other ---------- */
.sec-other{padding:80px 0;}
.other-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.other-list li{
    width:calc((100% - 20px*2)/3);
}
.other-list li a.btn-red{
    margin: -40px 0 0 auto;
	position: relative;
}
.other-image{
    width:calc(100% - 20px);
    padding-bottom:40px;
    box-shadow: 0 0 15px rgba(205,169,173,0.8);
}
.other-list li > p{
    text-align: center;
    margin-top:20px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .sec-other{padding:10vw 0;}
    .other-list li{
        width:100%;
    }
    .other-list li+li{margin-top:5vw;}
    .other-list li a.btn-red{
        margin: -5vw 0 0 auto;
    }
    .other-image{
        width:calc(100% - 5vw);
        padding-bottom:5vw;
    }
    .other-list li > p{
        margin-top:2vw;
    }
}


