@charset "utf-8";

.photo {
    border-radius: unset;
}

/*============================
強み
============================*/

#strength {
    counter-reset: no;
}

#strength .inner {
    background: url(../images/strength_bg.png)no-repeat top 30px left;
    background-size: 70%;
}

#strength .box {
    background: #f0fada;
    border-radius: 10px;
    padding: 40px;
    width: 500px;
}

#strength h3 {
    position: relative;
    padding-left: 70px;
    color: #59b55b;
    font-size: 24px;
    margin-bottom: 20px;
}

#strength h3::before {
    counter-increment: no 1;
    content: counter(no) " ";
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    display: block;
    background: #59b55b;
    color: #efea45;
    font-family: "Geom", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 0;
}

#strength .inner > .box {
    margin-left: auto;
    margin-top: -90px;
    margin-bottom: 40px;
}

#strength .inner > .flex {
    align-items: stretch;
    grid-gap: 40px;
}

@media only screen and (max-width: 768px) {

    #strength .inner {
        background: url(../images/strength_bg.png)no-repeat top 2% center;
        background-size: 100%;
    }

    #strength .box {
        padding: 30px;
        width: 100%;
    }

    #strength h3 {
        padding-left: 60px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    #strength h3::before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
        top: 10px;
    }

    #strength .inner > .box {
        margin-top: 40%;
        margin-bottom: 20px;
    }

    #strength .inner > .flex {
        grid-gap: 20px;
    }
}

/*============================
事業内容
============================*/
#service h2 {
    margin-bottom: 30px;
}

.lead {

    font-weight: 700;
    font-size: 18px;
}

#service .lead {
    margin-bottom: 40px;
}

#service .photo.main {
    border-radius: 10px 10px 0 0;
}

#service h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

#service h3 span {
    font-size: 18px;
    background: #ea68a2;
    padding: 0 20px;
    border-radius: 16px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
}

#service .box {
    background-color: #e4f0fb;
    padding: 60px;
    border-radius: 0 0 10px 10px;
}

#service .box .flex {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    align-items: stretch;
}

#service .box .flex .photo {
    width: 420px;
    border-radius: unset;
}

#service .box .flex .text {
    padding: 40px 35px;
    width: calc(100% - 420px);
}

#service .box .flex .text .detail {
    margin-top: 20px;
}

#service .box .flex .text dl {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
}

#service .box .flex .text dl dt {
    color: #59b55b;
    position: relative;
    padding-right: 14px;
}

#service .box .flex .text dl dt::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #59b55b;
    display: block;
    position: absolute;
    top: 8px;
    right: 4px;
}

#service .box .flex .text dl dt,
#service .box .flex .text dl dd {
    display: inline;
}

#service .box .flex:not(:last-of-type) {
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {

    #service h2 {
        margin-bottom: 15px;
    }

    .lead {
        font-size: 16px;
    }

    #service .lead {
        margin-bottom: 20px;
    }

    #service h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #service h3 span {
        font-size: 16px;
        margin-left: 0;
        display: inline-block;
        width: auto;
    }

    #service .box {
        padding: 30px;
    }

    #service .box .flex .photo {
        width: 100%;
    }

    #service .box .flex .text {
        padding: 30px;
        width: 100%;
    }

    #service .box .flex .text dl:not(:last-child) {
        margin-bottom: 10px;
    }

    #service .box .flex .text dl dt {
        padding-left: 10px;
    }

    #service .box .flex .text dl dt::after {
        top: 8px;
        right: auto;
        left: 0;
    }

    #service .box .flex .text dl dt,
    #service .box .flex .text dl dd {
        display: block;
    }

    #service .box .flex:not(:last-of-type) {
        margin-bottom: 20px;
    }
}


/*============================
品質・安全への取り組み
============================*/

#initiatives {
    background: #f0fada;
    border-top: 10px solid #59b55b;
    border-bottom: 10px solid #59b55b;
    margin-top: 100px;
    padding: 60px 0 100px 60px;
    border-radius: 10px;
    position: relative;
}

#initiatives::before {
    content: "Quality and Safety Initiatives";
    font-family: "Geom", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #59b55b;
    letter-spacing: 0.1em;
}

#initiatives h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

#initiatives img {
    width: 160px;
    display: block;
    position: absolute;
    top: 124px;
    right: 60px;
}

#initiatives .lead {
    margin-bottom: 25px;
}

#initiatives ul {
    font-weight: 600;
}

#initiatives ul li {
    position: relative;
    padding-left: 20px;
	font-size: 18px;
}

#initiatives ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #ea68a2;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
}

@media only screen and (max-width: 768px) {

    #initiatives {
        margin-top: 50px;
        padding: 30px 30px 100px;
    }

    #initiatives::before {
        font-size: 30px;
        margin: 0 20px;
    }

    #initiatives h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #initiatives img {
        width: 100px;
        display: block;
        position: static;
        margin: 0 auto 20px;
    }

    #initiatives .lead {
        margin-bottom: 15px;
    }
	
	#initiatives ul li {
        font-size: 15px;
    }

    #initiatives ul li::before {
        top: 8px;
    }
}

@media only screen and (max-width: 320px) {
    #initiatives {
        padding-bottom: 120px;
    }
}

/*============================
品質・安全への取り組み
============================*/

#vehicle .inner.flex {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #59b55b;
    align-items: stretch;
}

#vehicle .photo {
    width: 520px;
}

#vehicle .text {
    flex: 1;
    padding: 35px 60px 40px;
}

#vehicle .text h2 {
    margin-bottom: 20px;
}

#vehicle .text .detail {
    margin-top: 25px;
}

#vehicle .text .detail dl {
    width: 100%;
    background: #f0fada;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
}

#vehicle .text .detail dl:not(:last-child) {
    margin-bottom: 10px;
}

#vehicle .text .detail dt,
#vehicle .text .detail dd {
    display: inline-block;
    padding: 13px 0;
}

#vehicle .text .detail dt {
    width: 263px;
    background: #59b55b;
    color: #fff;
    text-align: center;
}

#vehicle .text .detail dd {
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {

    #vehicle .photo {
        width: 100%;
        height: 0;
        padding-top: 55%;
        overflow: hidden;
        position: relative;
    }
    
    #vehicle .photo img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        object-position: bottom;
}

    #vehicle .text {
        padding: 30px;
    }

    #vehicle .text h2 {
        margin-bottom: 10px;
    }

    #vehicle .text .detail {
        margin-top: 15px;
    }

    #vehicle .text .detail dl {
        width: 100%;
    }

    #vehicle .text .detail dt,
    #vehicle .text .detail dd {
        display: block;
        padding: 10px 0;
    }

    #vehicle .text .detail dt {
        width: 100%;
    }

    #vehicle .text .detail dd {
        padding-left: 0;
        text-align: center;
    }
}
