@import url("cssreset.css");
@import url("common.css");
@import url("header.css");
@import url("footer.css");

/* contents.css */
/*--------------------------------------*/

/* 共通 */
/*--------------------------------------*/

.contents-bg {
    background-repeat: no-repeat;
    background-image: url("../images/contents_bg.png");
}

body#top .contents-bg {
    background-position: center top -100px;
}
@media only screen and (max-width:750px) {
    body#top .contents-bg {
        background-position: center top -16vw;
    }
}

body#company .contents-bg {
    background-position: center top;
}

.contents-box {
    position: relative;
    width: 90%;
    max-width: 1000px;
    background-color: rgba(245,245,246,0.7);
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 55px;
}
.contents-box h2 {
    display: block;
    position: absolute;
    top: 35px;
    left: -100px;
    width: 420px;
    background-image: url("../images/h2_bg.png");
    text-align: center;
    font-size: 28px;
    color: #ffffff;
}
.contents-box h2 img {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    height: 22px;
    margin: auto;
}
@media only screen and (max-width:750px) {
    .contents-box {
        width: 98%;
        padding-top: 20vw;
        padding-left: 6vw;
        padding-right: 6vw;
        padding-bottom: 6.5vw;
    }
    .contents-box h2 {
        top: 6.5vw;
        left: -5.5%;
        width: 64vw;
        padding-left: 6vw;
        text-align: left;
    }
    .contents-box h2 img {
        right: 4vw;
        height: 3.4vw;
    }
}


/* トップ */
/*--------------------------------------*/
/* KV */
section#kv {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
section#kv .slide {
    line-height: 0;
    font-size: 0;
}
section#kv .slide .item div {
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 49.416%;
}
section#kv .slide .item01 div {background-image: url("../images/kv01_pc.jpg");}

section#kv .slide .item span {
    display: block;
    position: absolute;
    margin: auto;
    height: 1em;
    font-size: 52px;
    color: #ffffff;
    letter-spacing: 0.06em;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.8);
}
section#kv .slide .item01 span {
    top: 50%;
    left: 5%;
}

@media only screen and (max-width:750px) {
    section#kv .slide .item div {
        padding-top: 100%;
    }
    section#kv .slide .item01 div {background-image: url("../images/kv01_sp.jpg");}
    section#kv .slide .item span {
        display: none;
    }
}

/* リード */
section#top-lead .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 5%;
}
section#top-lead h1 {
    width: 180px;
    margin-right: 30px;
}
section#top-lead p {
    line-height: 1.8;
    font-size: 21px;
}
@media only screen and (max-width:750px) {
    section#top-lead .inner {
        display: block;
        padding: 12vw 5%;
    }
    section#top-lead h1 {
        width: 34vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6vw;
    }
    section#top-lead p {
        font-size: 3.6vw;
    }
}

/* 業務内容 */
section#service {
    padding-bottom: 100px;
}
section#service .contents-box {
    padding-bottom: 35px;
}
section#service .flex-wrap {
    background-color: #ffffff;
    margin-bottom: 25px;
}
section#service .flex-wrap .image {
    width: 50%;
}
section#service .flex-wrap.img-left .text {
    order: 1;
}
section#service .flex-wrap .text {
    position: relative;
    width: 50%;
    padding: 170px 20px 0;
	font-family: "Noto Sans JP", sans-serif;
}
section#service .flex-wrap .text .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 94px;
    background-color: #0e3151;
    padding: 0 8px;
}
section#service .flex-wrap.img-left .text .tag {
    right: 0;
    left: inherit;
}
section#service .flex-wrap .text h3 {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #8798a8;
    font-size: 22px;
    font-weight: 700;
    color: #0e3151;
}
section#service .flex-wrap .text p {
    margin-bottom: 2.5em;
}

@media only screen and (max-width:1000px) {
    section#service .flex-wrap .text {
        padding-top: 8%;
    }
}
@media only screen and (max-width:750px) {
    section#service {
        padding-bottom: 16vw;
    }
    section#service .contents-box {
        padding-bottom: 2.5vw;
    }
    section#service .flex-wrap .image {
        width: 100%;
    }
    section#service .flex-wrap .text {
        width: 100%;
        padding: 12vw 4% 6vw;
    }
    section#service .flex-wrap.img-left .text .tag {
        left: 0;
        right: inherit;
    }
    section#service .flex-wrap .text h3 {
        font-size: 3.8vw;
    }
    section#service .flex-wrap .text  p {
        font-size: 3.0vw;
    }
}


/*--------------------------------------*/
/* /トップ */



/* 会社概要 */
/*--------------------------------------*/
section#company {
    padding-bottom: 100px;
}
section#company .contents-box {
    padding-top: 140px;
}
section#company .contents-box h2 {
    top: 60px;
}

section#company dl {
    font-size: 16px;
}
section#company dl div {
    display: flex;
    justify-content: space-between;
}
section#company dl dt {
    display: flex;
    align-items: center;
    position: relative;
    width: 10em;
    padding: 0.5em 1em;
    font-weight: bold;
}
section#company dl dt:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #376ea4;
    content: "";
}
section#company dl dd {
    display: flex;
    align-items: center;
    width: calc(100% - 10em);
    padding: 0.5em 0 0.5em 3em;
    border-bottom: 1px solid #dbdbdb;
}

section#company dl ul li {
    padding-left: 1em;
    text-indent: -1em;
}
section#company dl ul li:before {
    color: #376ea4;
    content: "◯";
}

@media only screen and (max-width:750px) {
    section#company dl {
        font-size: 3.0vw;
    }
    section#company dl dt {
        width: 6em;
        padding: 0.5em 0.5em;
    }
    section#company dl dd {
        width: calc(100% - 6em);
        padding: 0.5em 0 0.5em 1em;
    }
}

/*--------------------------------------*/
/* /会社概要 */

