@charset "UTF-8";
/* CSS Document */

#service{
	margin-top: 7.69%;
    margin-bottom: 9.23%;
}
.service_each{
    margin-bottom: 6.92%;
    display: flex;
}
.service_detail {
    width: 78.46%;
    margin-right: -30%;
}
.service_title{
    padding-left: 5.38%;
    margin-bottom: 3.84%;
    padding-top: 8px;
}
.service_title h2{
    margin-top: 16px;
    font-size: 2.4vw;
    line-height: 1em;
    font-weight: 500;
    border-bottom: 1px solid #EBEDEF;
    padding-bottom: 10px;
    margin-bottom: 16px;
}
.service_title p{
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    width: 53.07%;
}
.service_explain{
    background-color: #F4F4F4;
    padding-left: 5.38%;
    padding-top: 4.61%;
    padding-bottom: 4.61%;
}
.service_explain p{
    width: 53.07%;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
}

.service_imgbox {
    display: flex;
    width: 51.53%;
    z-index: 1;
}
.serv_img{
}
.serv_img img {
}
.service_imgbox p{
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    writing-mode: vertical-rl;
    text-align: center;
    padding-left: 5.38%;
    padding-right: 5.38%;
}
.service_each:nth-child(2n) {
	flex-direction: row-reverse;
}
.service_each:nth-child(2n)  .service_detail {
    margin-right: 0px;
    margin-left: -30%;
}
.service_each:nth-child(2n)  .service_title {
    padding-left: 0px;
    padding-right: 6.15%;
}
.service_each:nth-child(2n)  .service_title h2 {
    padding-left: 46.93%;
}
.service_each:nth-child(2n)  .service_title p {
    padding-left: 46.93%;
}
.service_each:nth-child(2n)  .service_explain {
    padding-left: 0px;
    padding-right: 5.38%;
}
.service_each:nth-child(2n)  .service_explain p {
    margin-left: auto;
}
.service_each:nth-child(2n)  .service_imgbox {
    flex-direction: row-reverse;
    right: auto;
    left: 0px;
}
