@charset "UTF-8";
/* CSS Document */
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15);
}
}



/*PC*/
@media print, screen and (min-width: 768px) {

#strengths { position:relative; margin: 0 auto; overflow: hidden; }
#strengths .section_wrap { width: 100%; margin: 0 auto; }


#strengths .img_block .txt_box h2 {
font-size: 5rem;
margin: 0 0 50px;
line-height: 1.4;
text-align: center;
background-image: linear-gradient(rgb(0, 0, 217) 0%, rgb(0, 124, 200) 100%);
color: transparent;
-webkit-background-clip: text;
}



/*block
---------------------------------------------*/
#strengths .block {
margin: 120px auto;
box-sizing: border-box;
background: url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
}

#strengths .block ul {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#strengths .block ul li { width: 50%; padding: 100px 80px; box-sizing: border-box; color: #fff; }
#strengths .block ul li:nth-child(1) { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
#strengths .block ul li:nth-child(1) { border-bottom: 1px solid #fff; }
#strengths .block ul li:nth-child(3) { border-right: 1px solid #fff; }
#strengths .block ul li:nth-child(4) { border-top: 1px solid #fff; }
#strengths .block ul li .img { margin-bottom: 10px; }
#strengths .block ul li h3 { font-size: 2.6rem; margin: 0 0 30px; }
#strengths .block ul li p {  }
#strengths .block ul li p span { display: block; font-size: 1.4rem; }
#strengths .block ul li .common_btn_box { margin-top: 40px; }



/*block02
---------------------------------------------*/
#strengths .block02 { width: 80%; margin: -120px auto 120px; padding-top: 120px; }

#strengths .block02 .en_ttl {
font-size:1.6rem;
font-weight:500;
line-height: 1;
margin-bottom:20px;
color: #fba501;
}
#strengths .block02 h2 { font-size: 3.6rem; font-weight: 500; line-height: 1; margin-bottom: 50px; }
#strengths .block02 p.read { font-size: 1.4rem; margin-bottom: 50px; }


#strengths .contact a {
width: 40%;
margin: 0 auto 20px;
display: block;
text-align: center;
font-weight: 800;
color: #FFF;
background: #0066a1;
padding: 15px;
box-sizing: border-box;
border-radius: 0.5rem;
position: relative;
}
#strengths .contact a::before {
content: "";
position: absolute;
right: 10px;
top: 22px;
background: url("../images/com/arrow_w.svg") 0 0 no-repeat;
background-size: auto;
background-size: 100% auto;
width: 10px;
height: 20px;
}
#strengths .contact a:hover {
background: dodgerblue;
transition: .5;
}

#strengths .contact p { font-size: 1.2rem; }


/* #cont01 */
#strengths .block02#cont01 p.txt {
font-size: 1.4rem;
line-height: 2.2;
margin-bottom: 50px;
background: #f1f4f8;
padding: 50px;
border-radius: 10px;
}


/* #cont02 */
#strengths .block02#cont02 ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 50px;
}
#strengths .block02#cont02 ul li {
width: 48%;
padding: 10px 10px 30px;
box-sizing: border-box;
background: #2C2826;
}
#strengths .block02#cont02 ul li .txtbox { color: #fff; margin-top: 10px; line-height: 2; }
#strengths .block02#cont02 ul li .txtbox h5 { font-size: 2.2rem; line-height: 1.6; margin-bottom: 10px; }
#strengths .block02#cont02 ul li .txtbox h5 span {
position: relative;
display: table;
font-size: 1.6rem;
padding: 0px 10px;
margin-bottom: 5px;
background: linear-gradient(90deg, #0050a6, #0071bf);
}
#strengths .block02#cont02 ul li .txtbox p { font-size: 1.4rem; }
#strengths .block02#cont02 ul li .txtbox p span { font-size: 1.6rem; margin-bottom: 10px; font-weight: 800; display: block; }


/* #cont03 */
#strengths .block02#cont03 .maker {
margin-bottom: 50px;
background: url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
padding: 50px;
border-radius: 10px;
}

#strengths .block02#cont03 .maker h3 {
position: relative;
font-size: 2.8rem;
font-weight: 500;
color: #fff;
margin-bottom: 30px;
border-bottom: 1px solid #888;
padding: 0 0 10px;
}
#strengths .block02#cont03 .maker h3::after {
content: "";
width: 100px;
height: 1px;
background-color: #fff;
position: absolute;
bottom: -1px;
left: 0;
}

#strengths .block02#cont03 ul { display: flex; flex-wrap: wrap; }
#strengths .block02#cont03 ul li {
width: 23%;
margin: 0 1% 30px;
padding: 30px 20px 90px;
box-sizing: border-box;
background: #fff;
position: relative;
}
#strengths .block02#cont03 ul li h4 { font-size: 1.8rem; line-height: 1.6; text-align: center; margin-top: 30px; }
#strengths .block02#cont03 ul li .logo { position: relative; }
#strengths .block02#cont03 ul li .logo svg.logo-Yanmar { color: rgba(220,30,55,1); }
#strengths .block02#cont03 ul li .logo svg.logo-symbol { fill: #0071be; }
#strengths .block02#cont03 ul li .logo svg.logo-title { fill: #221815; position: absolute; top: 0; right: 0; }

#strengths .block02#cont03 ul li .common_btn_box { position: absolute; bottom: 20px; width: 85%; }
#strengths .block02#cont03 ul li .common_btn_box .common_btn { width: 100%; box-sizing: border-box; }
#strengths .block02#cont03 ul li .common_btn_box .text { width: 100%; }


/* #cont04 */
#strengths .block02#cont04 p.txt {
font-size: 1.4rem;
line-height: 2.2;
margin-bottom: 50px;
background: #f1f4f8;
padding: 50px;
border-radius: 10px;
}




}






/*sp*/
@media only screen and (max-width: 767px) {

#strengths { position:relative; margin: 0 auto; overflow: hidden; }
#strengths .section_wrap { width: 100%; margin: 0 auto; }


#strengths .img_block .txt_box h2 {
font-size: 2.6rem;
margin: 0 5% 30px;
line-height: 1.4;
text-align: center;
background-image: linear-gradient(rgb(0, 0, 217) 0%, rgb(0, 124, 200) 100%);
color: transparent;
-webkit-background-clip: text;
}



/*block
---------------------------------------------*/
#strengths .block {
margin: 0 auto 60px;
box-sizing: border-box;
background: url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
}

#strengths .block ul {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#strengths .block ul li { padding: 40px 20px; box-sizing: border-box; color: #fff; border-bottom: 1px solid #fff; }
#strengths .block ul li .img { margin-bottom: 10px; }
#strengths .block ul li h3 { font-size: 2rem; margin: 0 0 20px; }
#strengths .block ul li p {  }
#strengths .block ul li p span { display: block; font-size: 1.2rem; }
#strengths .block ul li .common_btn_box { margin-top: 30px; }



/*block02
---------------------------------------------*/
#strengths .block02 { width: 90%; margin: -60px auto 60px; padding-top: 60px; }

#strengths .block02 .en_ttl {
font-size: 1.2rem;
font-weight: 500;
line-height: 1;
margin-bottom: 10px;
color: #fba501;
}
#strengths .block02 h2 {
font-size: 2.4rem;
font-weight: 500;
line-height: 1;
margin-bottom: 30px;
}


#strengths .contact a {
width: 80%;
margin: 0 auto 20px;
display: block;
text-align: center;
font-weight: 800;
color: #FFF;
background: #0066a1;
padding: 15px;
box-sizing: border-box;
border-radius: 0.5rem;
position: relative;
}
#strengths .contact a::before {
content: "";
position: absolute;
right: 10px;
top: 22px;
background: url("../images/com/arrow_w.svg") 0 0 no-repeat;
background-size: auto;
background-size: 100% auto;
width: 10px;
height: 20px;
}
#strengths .contact a:hover {
background: dodgerblue;
transition: .5;
}



/* #cont01 */
#strengths .block02#cont01 p.txt {
font-size: 1.2rem;
line-height: 2.2;
margin-bottom: 50px;
background: #f1f4f8;
padding: 20px;
border-radius: 10px;
}


/* #cont02 */
#strengths .block02#cont02 ul {  }
#strengths .block02#cont02 ul li {
margin-bottom: 10px;
padding: 10px 10px 20px;
box-sizing: border-box;
background: #2C2826;
}
#strengths .block02#cont02 ul li .txtbox { color: #fff; margin-top: 10px; line-height: 2; }
#strengths .block02#cont02 ul li .txtbox h5 { font-size: 1.6rem; line-height: 1.6; margin-bottom: 10px; }
#strengths .block02#cont02 ul li .txtbox p {  }
#strengths .block02#cont02 ul li .txtbox p span { font-size: 1.2rem; margin-bottom: 10px; font-weight: 800; display: block; }


/* #cont03 */
#strengths .block02#cont03 .maker {
margin: 30px 0 50px;
background: url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
padding: 20px;
border-radius: 10px;
}

#strengths .block02#cont03 .maker h3 {
position: relative;
font-size: 1.8rem;
font-weight: 500;
color: #fff;
margin-bottom: 20px;
border-bottom: 1px solid #888;
padding: 0 0 10px;
}
#strengths .block02#cont03 .maker h3::after {
content: "";
width: 100px;
height: 1px;
background-color: #fff;
position: absolute;
bottom: -1px;
left: 0;
}

#strengths .block02#cont03 ul {  }
#strengths .block02#cont03 ul li {
margin: 0 0 20px;
padding: 20px 10px;
box-sizing: border-box;
background: #fff;
position: relative;
}
#strengths .block02#cont03 ul li h4 { font-size: 1.6rem; line-height: 1.6; text-align: center; margin-top: 10px; }
#strengths .block02#cont03 ul li .logo { position: relative; width: 60%; margin: auto; }
#strengths .block02#cont03 ul li .logo svg.logo-Yanmar { color: rgba(220,30,55,1); }
#strengths .block02#cont03 ul li .logo svg.logo-symbol { fill: #0071be; }
#strengths .block02#cont03 ul li .logo svg.logo-title { fill: #221815; position: absolute; top: 0; right: 0; }


/* #cont04 */
#strengths .block02#cont04 p.txt {
font-size: 1.2rem;
line-height: 2.2;
margin-bottom: 50px;
background: #f1f4f8;
padding: 20px;
border-radius: 10px;
}


}