.secCmnTit{
	border-top:none;
	height:158px;
}
.secCmnTit .tit::after{
	display:none;
}

/* secTop */
.secTop {
	background:url(../img/mission/bgMission.jpg) top center no-repeat;
	height:550px;
	color:#fff;
	padding-top:180px;
}
.secTop .inner{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.secTop .tit{
    padding-top: 18px;
    font-weight: 400;
    font-size: 30px;
}
.secTop .boxTit{
	letter-spacing:2px;
	line-height:1.2;
	font-size:32px;
	font-weight:bold;
	margin-top:32px;
}
.secTop .boxTxt{
	letter-spacing:0.5px;
	line-height:2.2;
	font-size:16px;
	padding-top:20px;
}
@media only screen and (max-width:767px){
	.secCmnTit{
		height:110px;
	}
	.secTop{
		background: url(../img/mission/bgMissionSp.jpg) 80% 50% no-repeat;
		background-size:cover;
		height:auto;
		padding:40px 0 118px;
	}
	.secTop .inner{ display:block;}
	.secTop .txt img {
		width: auto;
		height: 22px;
	}
	.secTop .tit {
		padding-top: 10px;
		font-size: 14px;
		letter-spacing: 0.5px;
	}
	.secTop .boxTit {
		letter-spacing: 0.5px;
		line-height: 1.5;
		font-size: 18px;
		margin-top: 10px;
	}
	.secTop .boxTxt{
		letter-spacing:0px;
		line-height:1.8;
		font-size:13px;
		padding-top:10px;
	}
}

/* secCustomerFirst */
.secCustomerFirst{
    position: relative;
    background: #f3f4f0;
    padding: 120px 0 120px;
    text-align: center;
}
.secCustomerFirst .txtTitSub{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 55px;
}
.secCustomerFirst .txtAbout{
    font-size: 18px;
    line-height: calc(42 / 18);
    letter-spacing: 0.5px;
    margin-top: 68px;
}
.secCustomerFirst .boxFor{
    margin-top: 88px;
    background: #fff;
    padding: 60px 80px;
}
.secCustomerFirst .boxFor .boxForTxt{
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top: 40px;
}
.secCustomerFirst .boxAchievements{
    width: calc(1790 / 1920 * 100%);
    margin: 100px auto 0;
}
.secCustomerFirst .inner{
    position: relative;
    z-index: 5;
}
.secCustomerFirst .boxImgCustomerFirst{
    width: 420px;
    max-width: calc((100% - 1200px) / 2 + 60px);
    position: absolute;
    top: 80px;
    left: 120px;
    z-index: 10;
}
.secCustomerFirst .boxImgCustomerFirst2{
    width: 385px;
    max-width: calc((100% - 1200px) / 2 + 25px);
    top: 97px;
    left: auto;
    right: 120px;
}
@media only screen and (max-width:1600px){
    .secCustomerFirst .boxImgCustomerFirst{
        left: 60px;
        max-width: calc((100% - 1200px) / 2 + 120px);
    }
    .secCustomerFirst .boxImgCustomerFirst2{
        left: auto;
        right: 60px;
        max-width: calc((100% - 1200px) / 2 + 85px);
    }
}
@media only screen and (max-width:1440px){
    .secCustomerFirst .boxImgCustomerFirst{
        left: 30px;
        max-width: calc((100% - 1200px) / 2 + 150px);
    }
    .secCustomerFirst .boxImgCustomerFirst2{
        left: auto;
        right: 30px;
        max-width: calc((100% - 1200px) / 2 + 115px);
    }
}
@media only screen and (max-width:1360px){
    .secCustomerFirst .boxImgCustomerFirst{
        left: 16px;
        max-width: calc((100% - 1200px) / 2 + 164px);
    }
    .secCustomerFirst .boxImgCustomerFirst2{
        left: auto;
        right: 16px;
        max-width: calc((100% - 1200px) / 2 + 129px);
    }
}
@media only screen and (max-width:767px){
    .secCustomerFirst{
        padding: 51px 0 50px;
		overflow: hidden;
    }
    .secCustomerFirst .txtTit{
        width: 250px;
        margin: 0 auto;
    }
    .secCustomerFirst .txtTitSub{
        font-size: 18px;
        line-height: calc(30 / 18);
        font-weight: bold;
        letter-spacing: 0.5px;
        margin-top: 20px;
    }
    .secCustomerFirst .txtAbout{
        font-size: 14px;
        line-height: calc(26 / 14);
        letter-spacing: 0;
        margin-top: 18px;
    }
    .secCustomerFirst .boxFor{
        margin-top: 24px;
        padding: 30px 20px 30px;
    }
    .secCustomerFirst .boxFor .boxForTxt{
        font-size: 14px;
        line-height: calc(26 / 14);
        letter-spacing: 0;
        margin-top: 14px;
    }
    .secCustomerFirst .boxImgCustomerFirst{
        position: relative;
        top: 0;
        left: 0;
        width: calc(342 / 375 * 100%);
        max-width: none;
        margin: -9px auto 0;
    }
    .secCustomerFirst .boxAchievements{
        width: calc(420 / 375 * 100%);
        width: round(nearest, calc(420 / 375 * 100%), 1px);
        margin: 19px 0 0 calc((100% - (420 / 375 * 100%)) / 2);
        margin-left: round(nearest, calc((100% - round(nearest, calc(420 / 375 * 100%), 1px)) / 2), 1px);
    }
    .secCustomerFirst .boxAchievements img{
        height: round(nearest, calc(round(nearest, calc(420 / 375 * 100%), 1px) * 304 / 846), 1px);
    }
}
@media only screen and (max-width:370px){
    .secCustomerFirst .txtAbout{
        font-size: 13px;
    }
    .secCustomerFirst .boxFor .boxForTxt{
        font-size: 13px;
    }
}
@media only screen and (max-width:350px){
    .secCustomerFirst .txtAbout{
        font-size: 12px;
    }
    .secCustomerFirst .boxFor{
        padding: 30px 15px 30px;
    }
    .secCustomerFirst .boxFor .boxForTxt{
        font-size: 12px;
    }
}

/* cmnBoxTit */
.cmnBoxTit{
	text-align: center;
}
.cmnBoxTit .titJpn{
	position: relative;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 27px;
	padding-bottom: 34px;
}
.cmnBoxTit .titJpn::after{
    content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 45px);
	width: 90px;
	height: 4px;
	background: #e70012;
}
@media only screen and (max-width:767px){
	.cmnBoxTit .titJpn{
		font-size: 15px;
		letter-spacing: 0.5px;
		margin-top: 13px;
		padding-bottom: 18px;
	}
	.cmnBoxTit .titJpn::after{
		left: calc(50% - 25px);
		width: 50px;
		height: 3px;
	}
    .wrapperSp335{
        width: 89.334%;
    }
    .wrapperSp355{
        width: 94.667%;
    }
}

/* secVision */
.secVision{
	padding: 100px 0 123px;
}
.secVision.lazyloaded{
	background: url(../img/mission/bgVision.jpg) center / cover no-repeat;
}
.secVision .boxLead{
	margin-top: 57px;
	text-align: center;
}
.secVision .boxLead .tit{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
}
.secVision .boxLead .titSub{
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 33px;
}
.secVision .boxLead .txt{
	font-size: 18px;
	line-height: calc(42 / 18);
	letter-spacing: 0.5px;
	margin-top: 48px;
}
.secVision .boxList{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 68px;
}
.secVision .boxList li{
	width: 373px;
	background: rgba(255, 255, 255, 0.95);
	padding: 20px 20px 40px;
	text-align: center;
}
.secVision .boxList li .img{
	height: 0;
	padding-top: calc(220 / 333 * 100%);
}
.secVision .boxList li .tit{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: calc(35 / 26);
	margin-top: 24px;
}
.secVision .boxList li .titEng{
	font-size: 14px;
	color: #e70012;
	letter-spacing: 1px;
    font-weight: 700;
	margin-top: 13px;
}
.secVision .boxList li .txt{
	font-size: 14px;
	line-height: calc(26 / 14);
	letter-spacing: 0.5px;
	margin-top: 19px;
}
.secVision .boxList li .txtNote{
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #737373;
	margin-top: 14px;
}
@media only screen and (max-width:767px){
	.secVision{
		padding: 40px 0 50px;
	}
	.secVision.lazyloaded{
		background-image: url(../img/mission/bgVisionSp.jpg);
		background-position: center top;
	}
    .secVision .cmnBoxTit .titEng{
        width: 78px;
        margin: 0 auto;
    }
	.secVision .boxLead{
		margin-top: 24px;
	}
	.secVision .boxLead .tit{
		font-size: 16px;
		letter-spacing: 0.5px;
	}
	.secVision .boxLead .titSub{
		font-size: 22px;
		line-height: calc(34 / 22);
		letter-spacing: 0.5px;
		margin-top: 6px;
	}
	.secVision .boxLead .txt{
		font-size: 14px;
		line-height: calc(26 / 14);
		letter-spacing: 0;
		margin-top: 20px;
		text-align: left;
	}
	.secVision .boxList{
		display: block;
		margin-top: 26px;
	}
	.secVision .boxList li{
		width: 100%;
		padding: 15px 15px 25px;
		margin-top: 15px;
	}
	.secVision .boxList li:first-child{
		margin-top: 0;
	}
	.secVision .boxList li .img{
		padding-top: calc(201 / 305 * 100%);
	}
	.secVision .boxList li .tit{
		font-size: 18px;
		margin-top: 16px;
	}
	.secVision .boxList li .titEng{
		font-size: 11px;
		margin-top: 7px;
	}
	.secVision .boxList li .txt{
		font-size: 13px;
		line-height: calc(24 / 13);
		letter-spacing: 0;
		margin-top: 13px;
	}
	.secVision .boxList li .txtNote{
		font-size: 10px;
		margin-top: 9px;
	}
}
@media only screen and (max-width:350px){
    .secVision .boxList li .tit{
        font-size: 17px;
        margin-top: 16px;
    }
    .secVision .boxList li .txt{
        font-size: 11px;
    }
}

/* secValue */
.secValue{
	background: #f3f4f0;
	padding: 100px 0 120px;
}
.secValue .boxList{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 60px;
}
.secValue .boxList li{
	width: calc((100% - 80px) / 3);
	background: #fff;
	padding: 40px 40px 54px;
}
.secValue .boxList li .boxHead{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.secValue .boxList li .num{
	font-size: 40px;
	font-weight: 700;
	color: #E70012;
	line-height: 1;
	letter-spacing: 0.5px;
}
.secValue .boxList li .boxHead .titEng{
	font-size: 14px;
	letter-spacing: 0.5px;
    font-weight: 700;
	margin-left: 16px;
}
.secValue .boxList li .boxImg{
	text-align: center;
	margin-top: 53px;
}
.secValue .boxList li:nth-child(2) .boxImg{
    margin-top: 42px;
}
.secValue .boxList li:nth-child(3) .boxImg{
    margin-top: 42px;
}
.secValue .boxList li .boxTxt{
	text-align: center;
}
.secValue .boxList li .tit{
	font-size: 36px;
	font-weight: bold;
	color: #E70012;
	letter-spacing: 1px;
	margin-top: 70px;
}
.secValue .boxList li:nth-child(2) .tit{
    margin-top: 58px;
}
.secValue .boxList li:nth-child(3) .tit{
    margin-top: 60px;
}
.secValue .boxList li .titSub{
	font-size: 18px;
	font-weight: bold;
	line-height: calc(32 / 18);
	letter-spacing: 0;
	margin-top: 23px;
}
.secValue .boxList li .txt{
	font-size: 14px;
	line-height: calc(26 / 14);
	letter-spacing: 0.5px;
	margin-top: 27px;
	text-align: left;
}
@media only screen and (min-width:768px) and (max-width:1366px){
	.secValue .boxList li{
		padding: 40px 25px 54px;
	}
}
@media only screen and (max-width:767px){
	.secValue{
		padding: 40px 0 50px;
	}
    .secValue .cmnBoxTit .titEng{
        width: 72px;
        margin: 0 auto;
    }
	.secValue .boxList{
		display: block;
		margin-top: 25px;
	}
	.secValue .boxList li{
		width: 100%;
		padding: 18px 20px 25px;
		margin-top: 15px;
	}
	.secValue .boxList li:first-child{
		margin-top: 0;
	}
	.secValue .boxList li .num{
		font-size: 26px;
	}
	.secValue .boxList li .boxHead .titEng{
		font-size: 12px;
		margin-left: 10px;
	}
	.secValue .boxList li .boxImg{
		margin: 16px auto 0;
        width: 100px;
	}
    .secValue .boxList li:nth-child(2) .boxImg{
        margin-top: 16px;
    }
    .secValue .boxList li:nth-child(3) .boxImg{
        margin-top: 16px;
    }
	.secValue .boxList li .tit{
		font-size: 22px;
		margin-top: 23px;
	}
    .secValue .boxList li:nth-child(2) .tit{
        margin-top: 23px;
    }
    .secValue .boxList li:nth-child(3) .tit{
        margin-top: 23px;
    }
	.secValue .boxList li .titSub{
		font-size: 14px;
		line-height: calc(24 / 14);
		margin-top: 14px;
	}
	.secValue .boxList li .txt{
		font-size: 13px;
		line-height: calc(24 / 13);
		letter-spacing: 0;
		margin-top: 14px;
	}
}
@media only screen and (max-width:350px){
    .secValue .boxList li .titSub{
        font-size: 13px;
    }
    .secValue .boxList li .txt {
        font-size: 12px;
    }
}