@charset "UTF-8";
/*PC*/
@media print, screen and (min-width: 768px) {

#about {
margin: 0 auto 220px;
}
/* cont01 */
#about .cont01 {
position: relative;
margin: 0 auto 160px;
background: url("../images/value/bg.jpg") center center no-repeat;
background-size: cover;
}


#about .cont01::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(59, 87, 117, 0.6);
}

#about .cont01 .txtbox {
position: relative;
padding: 200px 10% 200px 20%;
box-sizing: border-box;
color: #fff;
z-index: 1;
}
#about .cont01 .txtbox h2 {
width: 100%;
font-size: 2.2rem;
font-weight: 900;
text-align: center;
}

/* cont02 */
#about .cont02 {
width: 55%;
margin: 0 auto 120px;
}

#about .cont02 p {
width: 100%;
font-size: 1.3rem;
font-weight: 700;
line-height: 2;
margin: 0 auto 80px;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
}

/* cont03 */
#about .cont03 {
position: relative;
margin: 0 auto;
}
#about .cont03 .box {
margin: 0 0 0 auto;
padding: 100px 0 0 10%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
border-top: 1px solid #ddd;
}
#about .cont03 .box:nth-of-type(2) {
margin: 100px auto 100px 0;
padding: 100px 10% 0 0;
flex-direction: row;
}
#about .cont03 .box .imgbox {
width: 55%;
position: relative;
}
#about .cont03 .box .imgbox::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(59, 87, 117, 0.3);
z-index: 1;
}
#about .cont03 .box .imgbox img {
object-fit: cover;
height: 650px;
}
#about .cont03 .box .txtbox {
width: 40%;
margin-top: 60px;
}
#about .cont03 .box .txtbox .ttl_en {
display: block;
font-size: 1.2rem;
font-weight: 400;
color: #aaa;
}
#about .cont03 .box .txtbox h3 {
font-size: 2.4rem;
font-weight: 600;
line-height: 1.4;
margin: 0 0 40px -5px;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#about .cont03 .box .txtbox p {
font-size: 1.1rem;
font-weight: 500;
line-height: 2;
}
#about .cont03 .box .txtbox .cm_btn {
margin: 60px 0 0 auto;
}
}
/*sp*/
@media only screen and (max-width: 767px) {

#about {
margin: 0 auto 60px;
}
/* cont01 */
#about .cont01 {
position: relative;
margin: 0 auto 30px;
background: url("../images/value/bg.jpg") center center no-repeat;
background-size: cover;
}
#about .cont01::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(59, 87, 117, 0.6);
}
#about .cont01 .txtbox {
position: relative;
padding:30px 5%;
box-sizing: border-box;
color: #fff;
z-index: 1;
}
#about .cont01 .txtbox h2 {
width: 100%;
font-size: .9rem;
font-weight: 900;
margin: 0 0 15px;
text-align: center;
}
#about .cont01 .txtbox p {
width: 100%;
font-size: .9rem;
font-weight: 500;
line-height: 2;
}
/* cont02 */
#about .cont02 {
width: 90%;
margin: 0 auto 60px;
}

#about .cont02 p {
width: 100%;
font-size: .8rem;
font-weight: 600;
line-height: 1.6;
margin: 0 auto 40px;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


/* cont03 */
#about .cont03 {
position: relative;
margin: 0 auto;
}
#about .cont03 .box {
margin: 0 auto;
padding: 30px 5%;
border-top: 1px solid #ddd;
}

#about .cont03 .box .imgbox {
width: 100%;
position: relative;
}
#about .cont03 .box .imgbox::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(59, 87, 117, 0.3);
z-index: 1;
}
#about .cont03 .box .imgbox img {
object-fit: cover;
height: 320px;
}
#about .cont03 .box .txtbox {
width: 100%;
margin-top: 20px;
}
#about .cont03 .box .txtbox .ttl_en {
display: block;
font-size: .6rem;
font-weight: 400;
color: #aaa;
}
#about .cont03 .box .txtbox h3 {
font-size:1.2rem;
font-weight: 600;
line-height: 1.4;
margin: 0 0 20px -5px;
background: linear-gradient(0deg, #0061A7, #002E80);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#about .cont03 .box .txtbox p {
font-size: .9rem;
font-weight: 500;
line-height: 2;
}
#about .cont03 .box .txtbox .cm_btn {
margin: 30px auto 0;
}
}