@charset "UTF-8";
.wrapper {
    padding-top: 90px;
    background: url("/_common/img/service/service-bg.webp");
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .wrapper {
        padding-top: 60px;
    }
}
 /* -------------------------------- */
.service {
	padding: 50px 5% 100px;
}
.service__inner {
    position: relative;
	max-width: 1600px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .service {
        padding: 30px 2rem 100px;
    }
}
.service h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    overflow: hidden;
}
.service h2.mt {
    margin-top: 110px;
}
.service h2 .en {
    display: block;
	color: #205E93;
	font-size: 90px;
    font-weight: bold;
	letter-spacing: .16em;
    text-align: center;
}
.service h2 .ja {
    display: block;
	font-size: 20px;
    font-weight: bold;
	letter-spacing: .065em;
    text-align: center;
}
.service__line {
    width: 160px;
    min-width: 160px;
    margin-top: -20px;
}
.service__inline {
    width: 160px;
    margin: 18px auto 50px;
}
@media screen and (max-width: 767px) {
    .service h2 {
        gap: 20px;
    }
    .service h2.mt {
        margin-top: 110px;
    }
    .service h2 .en {
        font-size: 36px;
        letter-spacing: .16em;
    }
    .service h2 .ja {
        margin-top: 10px;
        font-size: 18px;
        letter-spacing: .065em;
    }
    .service__line {
        width: 60px;
        min-width: 60px;
        margin-top: -10px;
    }
    .service__inline {
        width: 130px;
        margin: 15px auto 50px;
    }
}
.service__inner > h3 {
    position: relative;
    margin-top: 70px;
    color: #205E93;
	font-size: 50px;
    font-weight: bold;
	letter-spacing: .065em;
    text-align: center;
    z-index: 2;
}
.service h4 {
    margin-top: 50px;
    color: #205E93;
	font-size: 36px;
    font-weight: bold;
	letter-spacing: .065em;
    text-align: center;
}
.service p {
	margin-top: 40px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 37px;
	text-align: center;
}
@media screen and (max-width: 767px) {
    .service__inner > h3 {
        margin-top: 70px;
        font-size: 30px;
        letter-spacing: .065em;
    }
    .service h4 {
        margin-top: 50px;
        font-size: 20px;
        letter-spacing: .065em;
    }
    .service p {
        margin-top: 40px;
        font-weight: 600;
        letter-spacing: .05em;
        line-height: 2;
    }
}
ul.service__visual {
    position: relative;
    display: flex;
    max-width: 1200px;
    margin: 50px auto 0;
    z-index: 2;
}
ul.service__visual li {
    flex: 1;
}
.service__main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 38px auto 0;
    padding: 50px;
    z-index: 2;
}
.service__main::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    z-index: 2;
}
.service__main::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#1B8DCB, #16B3C3);
    opacity: .3;
}
.service__main h3 {
    font-size: 24px;
    font-weight: 600;
	letter-spacing: .05em;
	text-align: center;
    z-index: 2;
}
.service__main ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
}
.service__main ul li {
    position: relative;
    padding-left: 22px;
    font-weight: bold;
    z-index: 2;
}
.service__main ul li::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #19B2C3;
    border-radius: 6px;
}
#works {
    margin-top: -90px;
    padding-top: 90px;
}
ul.case__visual {
    position: relative;
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}
ul.case__visual li {
    flex: 1;
}
.service .obj1 {
	position: absolute;
	top: 360px;
	right: -56px;
	transform: translate(50%,0);
	width: 1291px;
}
.service .obj2 {
	position: absolute;
	top: 50%;
	left: 58px;
	transform: translate(-50%,0);
	width: 739px;
}
.service .obj3 {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(50%,0);
	width: 739px;
}
@media screen and (max-width: 767px) {
    ul.service__visual {
        flex-direction: column;
        margin: 50px auto 0;
    }
    ul.service__visual li {
        flex: 1;
    }
    .service__main {
        margin: 30px auto 0;
        padding: 50px 30px;
    }
    .service__main h3 {
        font-size: 20px;
    }
    .service__main ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }
    .service__main ul li {
        padding-left: 22px;
    }
    #works {
        margin-top: -60px;
        padding-top: 60px;
    }
    ul.case__visual {
        flex-direction: column;
        gap: 30px;
    }
    ul.case__visual li {
        flex: 1;
    }
    .service .obj1 {
        position: absolute;
        top: 10%;
        right: -45%;
        transform: translate(50%,0);
        width: 200%;
    }
    .service .obj2 {
        position: absolute;
        top: 42%;
        left: -20%;
        transform: translate(-50%,0);
        width: 100%;
    }
    .service .obj3 {
        position: absolute;
        bottom: 18%;
        right: -20%;
        transform: translate(50%,0);
        width: 100%;
    }
}