@charset "utf-8";

.contents_outer.service {
max-width: 1020px;
margin: 0 auto;
}

h3 {
font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
font-weight: 700;
text-align: center;
position: relative;
margin-bottom: 32px;
}

h3::after {
position: absolute;
content: "";
background-color: #FF8800;
width: 40px;
height: 3px;
bottom: -12px;
left: 50%;
transform: translateX(-50%);
}

p {
font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
line-height: 1.8;
}


.service_wrap {
margin-top: 50px;
}

.service_wrap h4,
.contact_wrap  h4 {
font-size: clamp(1.125rem, 1.042rem + 0.42vw, 1.375rem);
text-align: center;
font-weight: 700;
margin-bottom: 20px;
}

.contact_wrap  h4 {
margin-bottom: 0;
}



.service_language {
display: flex;
flex-direction: column;
gap: 40px;
}

.service_language section {
margin: 0;
padding: 20px;
background: #312D50;
border: 1px solid #646088;
border-radius: 10px;
}

.service_language section h5 {
font-size: clamp(0.938rem, 0.875rem + 0.31vw, 1.125rem);
font-weight: 600;
text-align: center;
position: relative;
margin-bottom: 20px;
}

.service_language section h5::after {
position: absolute;
content: "";
background-color: #FF8800;
width: 25px;
height: 3px;
bottom: -7px;
left: 50%;
transform: translateX(-50%);
}

.service_language section h5.l_title {
font-family: "Barlow", sans-serif;
font-weight: 600;
}

.service_language section p {
font-size: 14px;
}

.pickup {
padding: 0;
position: relative;
margin: 40px auto;
border: 3px solid #ff8800;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
}


.pickup h5 {
width: 160px;
height: 30px;
background-color: #FF8800;

/* polygon(左上, 右上, 右下, 左下) */
clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
color: #fff;
text-align: center;
line-height: 30px;

font-size: 16px;
font-weight: 500;
padding-right: 20px;
padding-top: 0;
}

.pickup_title {
display: flex;
gap:5px;
align-items: center;
font-family: "Barlow", sans-serif;
font-weight: 600;
margin: -1px 0 0 -1px;
}

.pickup_title p {
font-size: 16px;
font-weight: 700;
color: #ff8800;
}

.pickup_txt {
width: 100%;
padding: 20px;
}

.pickup_txt p {
margin-bottom: 15px;
}

.usecase {
padding: 20px 10px;
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 20px;
border: 1px solid #ff8800;
border-radius: 10px;
}

.usecase h5 {
text-align: center;
font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
font-weight: 700;
color: #ff8800;
}

.usecase div {
display: flex;
gap:15px;
}

.contact_wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap:20px;
background: #312D50;
border: 1px solid #646088;
border-radius: 10px;
padding: 30px 10px;
margin: 100px auto;
}

a.inquiry {
display: block;
line-height: 50px;
width: 80%;
max-width: 300px;
background: #ff8800;
color: #fff;
font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
font-weight: 500;
text-align: center;
border-radius: 5px;
transition: .3s all;
}

a.inquiry:hover {
background: #FFA422;
}

@media screen and (min-width: 768px) {
.service_wrap h4 {
margin-bottom: 30px;
}

.contact_wrap {
text-align: center;
}

.hd_copy {
text-align: center;
}

.service_language {
flex-direction: row;
gap:10px;
}

.service_language section p {
font-size: 14px;
}


.pickup h5 {
height: 40px;
line-height: 40px;
font-size: 22px;
font-weight: 700;
}

.pickup_title p {
font-size: 22px;
font-weight: 700;
}

.pickup_txt {
padding: 20px 30px;
}

.usecase_wrap {
display: flex;
gap:10px;
}

.usecase {
padding: 20px 15px 30px;
gap: 30px;
}

.usecase div {
flex-direction: column;
gap:10px;
align-items: center;
flex-grow: 1;
}

.usecase.case1 div img {
max-width: 170px;
}

.usecase.case2 div img {
max-width: 180px;
}

.usecase p{
text-align: center;
}
}

@media screen and (min-width: 1200px) {
.usecase {
padding: 20px 20px 30px;
}

}
