@charset "UTF-8";

#slider_03,
#slider_03 li ,
#slider_03 li img{
    width: 100%;
}
.mv {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.mv_cover{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
.mv_cover p, .mv_cover p img {
    width: 100%;
    text-align: center;
}

/*product*/
.product_top {
    max-width: 1120px;
    margin: auto;
    width: 90%;
    padding-top: 120px;
    padding-bottom: 160px;
    background: url("../img/bg_01.png")center bottom no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.product_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.product_top .product_flex{
    margin-top: 30px;
}
.product_top .btn{
    max-width: 184px;
}
.product_bot {
    background: linear-gradient(#fff 0%,#fff 15%, #162357 15%, #162357 100%);
}
.product_bot .product_flex{
    max-width: 1120px;
    margin: auto;
}
.product_cell{
    max-width: 560px;
    width: 100%;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 100px;
}
.product_cell:first-child{
    background: url("../img/img_01_1.png")center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.product_cell{
    background: url("../img/img_01_2.png")center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.product_tips {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: auto;
    text-align: right;
}
.product_tips a{
    color: #fff;
    display: block;
    width: 100%;
    border-bottom: 2px dotted #fff;
}
/*strength*/
.strength_top {
    max-width: 1120px;
    margin: auto;
    width: 90%;
    padding-top: 120px;
    padding-bottom: 65px;
}
.strength_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.strength_top .strength_flex{
    margin-top: 30px;
}
.strength_top .btn{
    max-width: 184px;
}
.strength_p1{
    max-width: 1280px;
    width: 100%;
    margin: auto;
    background: url("../img/bg_02.png")center;
    -webkit-background-size: cover;
    background-size: cover;
}
.p1_inner{
    height: 518px;
    max-width: 1120px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.strength_point {
    width: 320px;
    height: 320px;
    background: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
}
.strength_point--rev{
    color: #fff;
    background: #162357;
}
.point_num {
    font-size: 4.8rem;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1;
}
.point_num--sub {
    font-size: 1.3rem;
}
.point_midashi {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin-top: 30px;
}
.point_text {
    margin-top: 25px;
}
.p1_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 620px;
}
.p1_item {
    margin: 20px 30px;
}
.strength_p2{
    max-width: 1280px;
    margin: auto;
}
.p2_inner {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p2_card{
    display: flex;
}
.strength_p3{
    background: url("../img/bg_03.png") top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.p3_inner{
    padding-top: 50px;
    padding-left: 160px;
    background: url(../img/img_03.png)center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    max-width: 1280px;
    margin: auto;
    height: 740px;
}
.bnr_area {
    background: #162357;
    padding: 120px 0;
}
.bnr_list {
    max-width: 1120px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.bnr_cell {
    display: flex;
    width: 33.3333%;
    height: 264px;
    justify-content: center;
    align-items: center;
}
.bnr_cell:nth-child(1){
    background: url("../img/img_04_1.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.bnr_cell:nth-child(2){
    background: url("../img/img_04_2.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.bnr_cell:nth-child(3){
    background: url("../img/img_04_3.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.rec_inner {
    width: 100%;
    display: flex;
    justify-content: center;
}
.recruit_top{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: url("../img/bg_05.png")center right no-repeat;
}
.recruit_info {
    max-width: 440px;
    margin-right: 80px;
}
.recruit_copy {
    font-size: 3.2rem;
    margin-top: 30px;
    line-height: 1.6;
}
.recruit .btn{
    max-width: 184px;
    margin-top: 30px;
}
.recruit_img{
    width: 50%;
}
.recruit_img img{
    width: 100%;
}
.news{
    padding: 120px 0 90px;
    background: transparent linear-gradient(90deg, #F0F1F2 0%, #FDFEFF 100%) 0% 0% no-repeat padding-box;
}
.news .sec_inner {
    display: flex;
    max-width: 1120px;
    width: 90%;
    margin: auto;
    justify-content: space-between;
}
.news_list {
    margin-top: 30px;
    border-top: 1px solid #AAAAAA;
    max-height: 320px;
    overflow: auto;
}
.news_day {
    font-size: 1.3rem;
}
.news_category {
    display: inline-block;
    font-size: 1.2rem;
    min-width: 74px;
    text-align: center;
    border: 1px solid #aaa;
    line-height: 1.5;
    margin-left: 20px;
}
.news_category.c_news {
    color: #fff;
    border-color: #1678e6;
    background: #1678e6;
}
.news_category.c_product {
    color: #fff;
    border-color: #E66B22;
    background: #E66B22;
}
.news_out {
    padding-top: 30px;
}
.news_text {
    padding: 10px 0 30px;
    border-bottom: 1px solid #AAAAAA;
}
.news_text a {
    color: #000;
    text-decoration: underline;
}
.news_top {
    max-width: 720px;
    width: 100%;
}
.calendar{
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {

.product_top .product_flex {
    flex-direction: column;
}
.product_top .btn {
    margin-top: 40px;
}
.product_bot .product_flex {
    flex-direction: column;
    width: 90%;
}
.product_cell {
    height: 240px;
}
.product_top {
    background: url(../img/bg_01_sp.png)right top;
    background-size: cover;
    width: 100%;
    padding: 90px 5% 150px;
    box-sizing: border-box;
}
.strength_p1{
    background: none;
}
.p1_inner {
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
}
.strength_point {
    width: 100%;
    padding: 40px 5%;
}
.p1_list {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 200px;
    justify-content: center;
    align-items: center;
    background: url(../img/bg_02_sp.png);
    -webkit-background-size: cover;
    background-size: cover;
}
.p1_item {
    width: 25%;
    margin: 10px 1%;
}
.p2_inner {
    flex-direction: column;
}
.p2_card {
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.p2_img {
    width: 100%;
    max-height: 265px;
    overflow: hidden;
}
.p2_card img{
    width: 100%;
}
.p3_inner {
    height: auto;
    background: none;
    padding: 0;
}
.p3_inner img {
    width: 100%;
}
.strength_top .strength_flex {
    flex-direction: column;
}
.strength_top .btn {
    margin-top: 20px;
}
.bnr_list {
    flex-direction: column;
    align-items: center;
}
.bnr_cell {
    width: 100%;
    max-height: 225px;
}
.rec_inner {
    flex-direction: column;
    align-items: center;
}
.recruit_top {
    width: 90%;
    padding: 98px 0 30px;
}
.recruit_info {
    margin: 0;
    max-width: 100%;
}
.recruit .btn {
    margin-right: 0;
    margin-left: auto;
}
.recruit_img {
    width: 100%;
}
.news .sec_inner {
    flex-direction: column;
    align-items: center;
}
.calendar_box{
    margin-top: 40px;
}
}
