@charset "utf-8";
/*----------common----------*/

.ttl_h2{
    line-height: 1.26;
}

.idx_common_titbox img{
    display: block;
    margin: 0 auto;
}

.idx_common_titbox01{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.idx_common_titbox02 img{
    margin: 10px auto 0;
}

.idx_common_titbox03 h2{
    text-align: left;
}

.idx_common_titbox03 img{
    margin: 10px auto 0 3px;
}

.idx_pad_block{
    display: none !important;
}

/*----------mv----------*/

.idx_mv video{
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.idx_mv{
    position: relative;
    background: url("../img/idx_mv_bg.png") no-repeat top center/cover;
    overflow: hidden;
}


.idx_mv .inner{
    padding: 275px 0 222px;
}

.idx_h1{
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.55;
    padding-left: 30px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(37,113,224,0.7),0 -2px 10px rgba(37,113,224,0.7),2px 2px 10px rgba(37,113,224,0.7),-2px -2px 10px rgba(37,113,224,0.7);
}
.idx_h1 span.idx_h1_b{
	font-size: 4.8rem;
}
.idx_h1 span.idx_h1_s{
    display: inline-block;
	font-size: 2.4rem;
}
.idx_h1 span.idx_h1_s br{
    display: none;
}

.idx_mv_img_box{
    position: absolute;
    right: -20px;
    bottom: 0;
    font-size: 0;
}

.idx_mv_img_pos{
    position: relative !important;
}

.idx_mv_img_box img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.idx_mv_img_box .idx_mv_img01_on{
    opacity: 0;
}

.idx_mv_img_box img.idx_mv_img_show{
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.idx_mv_img_box img.idx_mv_img_hide{
    opacity: 0;
    transition: 1s ease-in-out;
}
/*-------------------- idx_banner --------------------*/
.idx_banner a:hover{
    opacity: 0.8;
}
.idx_banner img{
    display: block;
    margin: 0 auto;
}

.idx_swiper .swiper-button-next,
.idx_swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-color: #2571e0;
}

.idx_swiper .swiper-button-next{
    background-image: url(../img/idx_video_next.png);
    background-position: right 12px center;
}

.idx_swiper .swiper-button-prev{
    background-image: url(../img/idx_video_prev.png);
    background-position: left 12px center;
}

.idx_swiper_banner .swiper-button-next{
    right: calc(50% - 400px);
}

.idx_swiper_banner .swiper-button-prev{
    left: calc(50% - 400px);
}

.idx_swiper_banner .swiper-slide{
    max-width: 608px;
    cursor: pointer;
    background-color: #000000;
}
.idx_swiper_banner .swiper-slide img{
    opacity: 0.5;
}

.idx_swiper_banner .swiper-slide.swiper-slide-active{
    background-color: #ffffff;
}

.idx_swiper_banner .swiper-slide.swiper-slide-active img{
    opacity: 1;
}
/*-------------------- idx_mv_des --------------------*/
.idx_mv_des,.idx_banner{
	width: 100%;
	padding-top: 105px;
}
.idx_mv_des .inner{
	width: 828px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	background: #e9f1fc;
	padding: 45px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.idx_mv_des .inner span{
	font-size: 3.4rem;
	color: #2571e0;
}

.idx_mv_des_br{
	display: none;
}

/*-------------------- idx_news --------------------*/


.idx_news{
    padding: 105px 0;
}

.idx_news>.inner{
    padding: 0 86px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.idx_news_list{
    border-top: 1px dotted #4b8ae5;
    margin-top: 20px;
}

.idx_news_list li{
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px dotted #4b8ae5;
}

.idx_news_time{
    flex: 0 0 121px;
    width: 121px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f7;
    font-size: 1.2rem;
    color: #707070;
    text-align: center;
}

.idx_news_txt{
    font-size: 1.4rem;
    line-height: 2;
    color: #000000;
    margin-left: 18px;
    text-decoration: none;
}

.idx_news .common_btn_box01{
    margin-top: 45px;
}

/*-------------------- idx_strengths --------------------*/

.idx_strengths{
    padding: 90px 0 100px;
    background: url("../img/idx_strengths_bg.png") no-repeat center center/cover;
}

.idx_strengths_list{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
.idx_strengths_list a{
	display: block;
	text-decoration: none;
}

.idx_strengths_list li img{
    display: block;
}

.idx_strengths_list li p{
    font-size: 1.8rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 22px;
}

.idx_strengths .common_btn_box01{
    margin-top: 60px;
}

/*-------------------- idx_products --------------------*/

.idx_products{
    padding-top: 100px;
}

.idx_products_cpos{
    position: relative;
}

.idx_products_cpdbox01,
.idx_products_cpdbox02{
    display: -webkit-flex;
    display: flex;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    align-items: center;
}

.idx_products_cpdbox01{
    padding: 10px 45px;
}

.idx_products_cpdbox02{
    padding: 10px 26px;
}

.idx_products_cpdtxt{
    position: relative;
    padding-left: 17px;
    padding-top: 1px;
    z-index: 2;
}

.idx_products_cpdlist01,
.idx_products_cpdlist02{
    position: relative;
    z-index: 1;
    font-size: 0;
}

.idx_products_cpdlist01 {
    margin-bottom: -8px;
}

.idx_products_cpdlist01 li{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.idx_products_cpdlist02 {
    margin-bottom: -3px;
}

.idx_products_cpdlist02 li{
    margin-bottom: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.idx_products_cpdlist01 li{
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
}

.idx_products_cpdlist02 li{
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
}

.idx_products_cpdlist01 li a,
.idx_products_cpdlist02 li a{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding-right: 25px;
    background-image: url(/img/common_arrow01.png);
    background-repeat: no-repeat;
    background-position: right 4px center;
}

.idx_products_cpdbox01:before,
.idx_products_cpdbox02:before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
}

.idx_products_cpdbox01,
.idx_products_card01{
    background: url("../img/idx_products_bg01.png") no-repeat center center/cover;
}

.idx_products_card01{
    padding: 50px 0 56px;
    margin-top: 56px;
}

.idx_products_cpdbox02,
.idx_products_card02{
    background: url("../img/idx_products_bg01.png") no-repeat center center/cover;
}

.idx_products_card02{
    padding: 38px 0 37px;
}

.idx_pc_tit01,
.idx_pc_tit02{
    font-weight: bold;
    color: #ffffff;
}

.idx_pc_tit01{
    font-size: 4rem;
    line-height: 1.325;
}

.idx_pc_tit02{
    font-size: 2.6rem;
    line-height: 1.3;
}

.idx_products_card01,
.idx_products_card02{
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.idx_pc_box01{
    padding: 38px 50px 38px 70px;
}

.idx_pc_box02{
    padding-left: 43px;
    height: 117px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.idx_pc_box01,
.idx_pc_box02{
    background: -moz-linear-gradient(left, rgba(96,176,251,0.6) 0%,rgba(96,176,251,0.6) 50%,rgba(96,176,251,0) 80%,rgba(96,176,251,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(96,176,251,0.6)), color-stop(50%,rgba(96,176,251,0.6)), color-stop(80%,rgba(96,176,251,0)), color-stop(100%,rgba(96,176,251,0)));
    background: -webkit-linear-gradient(left, rgba(96,176,251,0.6) 0%,rgba(96,176,251,0.6) 50%,rgba(96,176,251,0) 80%,rgba(96,176,251,0) 100%);
    background: -o-linear-gradient(left, rgba(96,176,251,0.6) 0%,rgba(96,176,251,0.6) 50%,rgba(96,176,251,0) 80%,rgba(96,176,251,0) 100%);
    background: -ms-linear-gradient(left, rgba(96,176,251,0.6) 0%,rgba(96,176,251,0.6) 50%,rgba(96,176,251,0) 80%,rgba(96,176,251,0) 100%);
    background: linear-gradient(to right, rgba(96,176,251,0.6) 0%,rgba(96,176,251,0.6) 50%,rgba(96,176,251,0) 80%,rgba(96,176,251,0) 100%);
}

.idx_pc_img01,
.idx_pc_img02{
    position: absolute;
    bottom: 0;
}

.idx_pc_img01{
    right: 64px;
}

.idx_pc_img02{
    right: 11px;
}

.idx_products_clist{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px;
    justify-content: center;
}

.idx_products_clist>li{
    width: calc(50% - 16px);
    margin-bottom: 50px;
}

.idx_products_clist>li:nth-of-type(2n-1){
    margin-right: 32px;
}
.idx_products_clist>li#idx_change_order2{
    position: relative;
}
.idx_newrelease{
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
}

.idx_products_clist{
    margin-top: 51px;
}
.idx_products_link{
	position: relative;
	display: block;
	text-decoration: none;
}
.idx_products_banner{
	width: 100%;
	margin-top: 110px;
	background: url(/img/idx_products_banner.png) no-repeat right top;
	border-radius: 40px;
	padding: 45px 85px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.idx_products_banner_txt{
	font-size: 3rem;
	font-weight: bold;
	color: #FFFFFF;
}
.idx_products_banner_btn{
	position: absolute;
	bottom: 25px;
	right: 75px;
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	background: #2571e0;
	border-radius: 23px;
	padding: 8px 26px;
}
.idx_products_banner_btn span,.idx_products_banner_btn img{
	vertical-align: middle;
}
.idx_products_banner_btn img{
	margin-left: 5px;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.idx_products_banner_btn:hover img{
	transform: translateX(6px);
}

/*-------------------- idx_cases --------------------*/

.idx_cases{
    padding-top: 110px;
    overflow: hidden;
}

.idx_cases_list li{
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}

.idx_cases_list li:nth-of-type(2n+1){
    flex-direction: row-reverse;
}

.idx_cases_list li:nth-of-type(2n){
    align-items: flex-end;
}

.idx_cases_list li>div{
    width: 50%;
}

.idx_cases_ibox{
    position: relative;
    z-index: 2;
    background: #FFFFFF;
}

.idx_cases_list li:nth-of-type(2n) .idx_cases_ibox {
    margin-top: 44px;
}

.idx_cases_ibox a,.idx_cases_ibox img{
    display: block;
}

.idx_cases_tinner{
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: #ffffff;
    padding: 44px 48px 46px 43px;
}

.idx_cases_tinner:before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    width: calc(50vw + 77px);
    height: 100%;
    background: -moz-linear-gradient(top, #1249c1 0%,#2571e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1249c1), color-stop(100%,#2571e0));
    background: -webkit-linear-gradient(top, #1249c1 0%,#2571e0 100%);
    background: -o-linear-gradient(top, #1249c1 0%,#2571e0 100%);
    background: -ms-linear-gradient(top, #1249c1 0%, #2571e0 100%);
    background: linear-gradient(to bottom, #1249c1 0%, #2571e0 100%);
}

.idx_cases_list li:nth-of-type(2n+1) .idx_cases_tinner:before{
    left: -77px;
}

.idx_cases_list li:nth-of-type(2n) .idx_cases_tinner:before{
    right: -77px;
}

.idx_cases_tit,
.idx_cases_txt{
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.idx_cases_tit{
    position: relative;
    font-size: 2.2rem;
    padding-bottom: 15px;
}

.idx_cases_tit:after{
    content: '';
    position: absolute;
    width: 56px;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
}

.idx_cases_txt{
    font-size: 1.4rem;
    line-height: 1.57;
    margin-top: 15px;
}

.idx_cases_list{
    margin-top: 54px;
}

.idx_cases_list li:nth-of-type(2n+1) .idx_cases_tbox{
    margin-top: 72px;
}

.idx_cases_list li:nth-of-type(2n) .idx_cases_tbox{
    margin-bottom: 72px;
}

.idx_cases_tbox{
    position: relative;
}
.idx_cases_tbox a{
	display: block;
	text-decoration: none;
}

.idx_cases_tinner:after{
    content: '';
    position: absolute;
    width: calc(100% - 86px);
    height: 35px;
    background-color: #d8e5f9;
    z-index: 0;
}

.idx_cases_list li:nth-of-type(2n+1) .idx_cases_tinner:after{
    top: -35px;
    left: 0;
}

.idx_cases_list li:nth-of-type(2n) .idx_cases_tinner:after{
    bottom: -35px;
    right: 0;
}

.idx_cases .common_btn_box01 {
    margin-top: 57px;
}

/*-------------------- idx_testimonials --------------------*/

.idx_testimonials{
    padding-top: 104px;
}

.idx_testimonials_list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-top: 55px;
	overflow: hidden;
}

.idx_testimonials_list li{
    width: 306px;
    padding: 31px 31px 22px;
    border: 1px solid #d7d6d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f7;
    margin-right: 40px;
}

.idx_testimonials_img{
    margin: 0 auto;
    max-width: 176px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.idx_testimonials_img img{
	display: block;
	margin: 0 auto;
	visibility: visible;
}

.idx_testimonials_tit{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.38;
    color: #2571e0;
    margin-top: 20px;
}

.idx_testimonials_txt{
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 7px;
}

.idx_testimonials .common_btn_box01 {
    margin-top: 56px;
}

/*-------------------- idx_video --------------------*/

.idx_video{
    padding-top: 110px;
    overflow: hidden;
}

.idx_swiper01{
    margin-top: 27px;
    position: relative;

}

.idx_video_txt{
    font-size: 1.4rem;
    line-height: 1.71;
    padding-top: 22px;
    border-top: 2px solid #2571e0;
    margin-top: 18px;
}

.idx_video_itxt{
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: bold;
}

.idx_video_itcolor{
    color: #2571e0;
}

.idx_swiper01 .swiper-button-next,
.idx_swiper01 .swiper-button-prev {
    margin-top: -50px;
}

.idx_swiper01 .swiper-button-next{
    right: -67px;
}

.idx_swiper01 .swiper-button-prev{
    left: -67px;
}

.idx_swiper01 .swiper-slide{
    max-width: 317px;
    cursor: pointer;
}
.idx_video_img_wrap{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.idx_video_img_wrap::before {
    content: "";
    width: 61px;
    height: 61px;
    background: url(/img/ico_play.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.idx_video_img{
	display: block;
	margin: 0 auto;
	visibility: hidden;
}
.idx_video_img02{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.idx_video .common_btn_box01 {
    margin-top: 38px;
}

/*-------------------- idx_column --------------------*/

.idx_column{
    padding-top: 104px;
}

.idx_column_list{
    margin-top: 24px;
}

.idx_column_list li{
    display: -webkit-flex;
    display: flex;
}

.idx_column_time{
    width: 202px;
    flex: 0 0 202px;
    background-color: #f7f7f7;
    color: #2571e0;
    padding: 21px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx_column_txt{
    flex: auto;
    padding: 17px 45px;
    font-size: 1.4rem;
    line-height: 2;
    color: #000000;
    border-bottom: 1px dotted #2571e0;
    margin-left: 8px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.idx_column_list li:first-of-type .idx_column_time{
    border-top: 2px solid #ffffff;
}

.idx_column_list li:first-of-type .idx_column_txt{
    border-top: 1px dotted #2571e0;
}
.idx_news_txt .ico_new,.idx_column_txt .ico_new{
	margin-right: 15px;
	line-height: 1.3;
	padding-bottom: 2px;
}

.idx_column .common_btn_box01 {
    margin-top: 55px;
}

/*-------------------- idx_question --------------------*/

.idx_question{
    padding: 103px 0 107px;
}

.idx_question .common_btn_box01 {
    margin-top: 61px;
}

/*-------------------- idx_company --------------------*/

.idx_company{
    padding: 106px 0;
    background: url("../img/idx_company_bg01.png") no-repeat top left,url("../img/idx_company_bg02.png") no-repeat bottom right #f7f7f7;
}

.idx_company>.inner{
    display: -webkit-flex;
    display: flex;
}

.idx_company>.inner>.common_btn_box02{
    display: none;
}

.idx_company>.inner>div{
    width: 50%;
}

.idx_company_mbox{
    position: relative;
}

.idx_company_mbox iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.idx_company_tbox{
    padding-left: 35px;
}

.idx_company_txt{
    font-size: 1.4rem;
    line-height: 1.57;
    margin-top: 25px;
}

.idx_company .common_btn_box02{
    margin-top: 27px;
}

@media only screen and (max-width: 1400px) {
    .idx_mv video {
        height: 110%;
        width: auto;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
}


@media only screen and (max-width: 1200px) {
    /*-------------------- idx_video --------------------*/

    .idx_swiper_banner .swiper-button-next {
        right: calc(50% - 344px);
    }

    .idx_swiper_banner .swiper-button-prev {
        left: calc(50% - 344px);
    }

    .idx_swiper01 .swiper-button-next {
        right: -20px;
    }

    .idx_swiper01 .swiper-button-prev {
        left: -20px;
    }
}

@media only screen and (max-width: 1150px) {

    /*-------------------- idx_company --------------------*/

    .idx_company{
        background: url("../img/idx_company_bg01.png") no-repeat top left/35% auto,url("../img/idx_company_bg02.png") no-repeat bottom right/30% auto #f7f7f7;
    }

    /*-------------------- idx_product --------------------*/

    .idx_pc_tit02 {
        font-size: 2.2rem;
    }

    .idx_products_cpdbox02 {
        padding: 10px 18px;
    }

    .idx_products_cpdlist02 li {
        font-size: 1.3rem;
    }

    .idx_products_cpdtxt{
        padding-left: 25px;
    }
	.idx_products_banner{
		background-position: right -80px top;
		background-size: cover;
		padding-bottom: 25px;
	    overflow: hidden;
	    clear: both;
	}
	.idx_products_banner_btn{
		position: static;
		bottom: auto;
		right: auto;
		float: right;
	}
}

@media only screen and (max-width: 1024px) {

    /*-------------------- common --------------------*/

    .idx_common_titbox img {
        height: 20px;
    }

    /*-------------------- mv --------------------*/

    .idx_mv .inner {
        padding: 120px 0 120px;
    }
    .idx_h1{
    	font-size: 3.4rem;
    }
    .idx_h1 span.idx_h1_b{
    	font-size: 4.4rem;
    }
    .idx_h1 span.idx_h1_s{
        font-size: 2.2rem;
    }

    .idx_mv_img_box {
        width: 70%;
        right: 0;
    }

    .idx_mv video {
        width: 100%;
        height: auto;
    }
    
    /*-------------------- idx_banner --------------------*/

    .idx_swiper .swiper-button-next,
    .idx_swiper .swiper-button-prev{
        width: 35px;
        height: 35px;
        background-size: 10px auto;
    }

    .idx_swiper .swiper-button-next {
        background-position: right 12px center;
    }

    .idx_swiper .swiper-button-prev {
        background-position: left 12px center;
    }

    /*-------------------- idx_news --------------------*/

    .idx_news {
        padding: 90px 0;
    }

    .idx_news>.inner{
        padding: 0;
    }

    .idx_news_time {
        flex: 0 0 110px;
        width: 110px;
    }

    .idx_news_txt {
        margin-left: 12px;
    }

    /*-------------------- idx_strengths --------------------*/

    .idx_strengths {
        padding: 90px 0;
        background: url("../img/idx_strengths_bg.png") no-repeat center center/cover;
    }

    /*-------------------- idx_products --------------------*/

    .idx_products {
        padding-top: 90px;
    }

    .idx_pc_tit01 {
        font-size: 4.2rem;
    }

    .idx_pc_img01{
        width: 35%;
    }

    .idx_pc_img02{
        width: 45%;
        right: 5px;
    }

    .idx_products_cpdbox01,
    .idx_products_cpdbox02 {
        opacity: 1;
        position: relative;
    }

    .idx_products_cpdbox02.idx_pc_tit02{
        display: none;
    }

    .idx_products_cpdbox01 {
        padding: 30px 25px;
    }

    .idx_products_cpdbox02 {
        padding: 30px 18px;
    }

    .idx_products_cpdlist01 li a,
    .idx_products_cpdlist02 li a{
        background-size: 12px auto;
    }

    .idx_products_cpdlist01 li{
        font-size: 1.6rem;
    }

    .idx_products_cpdlist01 li{
        width: calc(50% - 10px);
        padding-left: 0;
        margin-right: 20px;
    }

    .idx_products_cpdlist01 li:nth-of-type(2n){
        margin-right: 0;
    }

    .idx_products_clist>li{
        width: calc(50% - 10px);
    }

    .idx_products_clist>li:nth-of-type(2n-1) {
        margin-right: 20px;
    }
    .idx_products_banner{
		margin-top: 90px;
		padding: 40px 50px 20px 50px;
		background-position: right top;
		background-size: cover;
	}
	.idx_products_banner_txt{
		font-size: 2.6rem;
	}
	.idx_products_banner_btn{
		font-size: 1.6rem;
	}

    /*-------------------- idx_cases --------------------*/

    .idx_cases {
        padding-top: 90px;
    }

    /*-------------------- idx_testimonials --------------------*/

    .idx_testimonials {
        padding-top: 90px;
    }

    /*-------------------- idx_video --------------------*/

    .idx_video {
        padding-top: 90px;
    }

    .idx_swiper01 .swiper-button-next {
        right: -15px;
    }

    .idx_swiper01 .swiper-button-prev {
        left: -15px;
    }

    /*-------------------- idx_column --------------------*/

    .idx_column {
        padding-top: 90px;
    }

    /*-------------------- idx_question --------------------*/

    .idx_question {
        padding: 90px 0;
    }

    /*-------------------- idx_company --------------------*/

    .idx_company {
        padding: 90px 0;
    }
}


@media only screen and (max-width: 1023px) {

    /*-------------------- common --------------------*/

    .idx_common_titbox img {
        height: 18px;
    }

    .idx_common_titbox02 img {
        margin: 6px auto 0;
    }

    .idx_common_titbox03 img{
        margin: 6px auto 0 3px;
    }

    /*-------------------- mv --------------------*/

    .idx_mv .inner {
        padding: 10% 0;
    }

    .idx_h1 {
        padding-left: 0;
    	font-size: 3.2rem;
    }
    .idx_h1 span.idx_h1_b{
    	font-size: 4.2rem;
    }
    
    
	/*-------------------- idx_mv_des --------------------*/
	.idx_mv_des,.idx_banner{
		padding-top: 80px;
	}
	.idx_mv_des .inner{
		font-size: 2.4rem;
		padding: 45px 20px;
	}
	.idx_mv_des .inner span{
		font-size: 3.2rem;
	}
    
    /*-------------------- idx_banner --------------------*/

    .idx_swiper .swiper-button-next, .idx_swiper .swiper-button-prev {
        width: 30px;
        height: 30px;
        background-size: 10px auto;
    }

    .idx_swiper .swiper-button-prev {
        background-position: left 9px center;
    }

    .idx_swiper .swiper-button-next {
        background-position: right 9px center;
    }

    .idx_swiper_banner .swiper-button-next{
        right: 0;
    }

    .idx_swiper_banner .swiper-button-prev{
        left: 0;
    }

    .idx_swiper_banner .swiper-slide{
        max-width: 90%;
    }


    /*-------------------- idx_news --------------------*/

    .idx_news {
        padding: 80px 0;
    }

    /*-------------------- idx_strengths --------------------*/

    .idx_strengths {
        padding: 80px 0;
    }

    .idx_strengths_list li{
        width: 31%;
    }

    .idx_strengths_list li p {
        font-size: 1.6rem;
    }

    .idx_strengths .common_btn_box01 {
        margin-top: 50px;
    }

    /*-------------------- idx_products --------------------*/

    .idx_products {
        padding-top: 80px;
    }

    .idx_pc_tit01 {
        font-size: 3.6rem;
    }

    .idx_products_card01{
        padding: 40px 0;
    }

    .idx_products_card02 {
        padding: 30px 0;
    }

    .idx_pc_box01 {
        padding: 30px 50px 30px 40px;
    }

    .idx_pc_box02{
        height: 100px;
        padding-left: 25px;
    }

    .idx_pc_img01{
        width: 35%;
        right: 10px;
    }
    #idx_change_order2 .idx_pc_img01{
        width: 25%;
        right: 30px;
    }

    .idx_pc_img02 {
        width: 55%;
    }

    .idx_pc_tit02 {
        font-size: 2rem;
    }

    .idx_products_cpdbox01 {
        padding: 30px 25px 27px;
    }

    .idx_products_cpdbox02 {
        padding: 30px 18px 27px;
        margin-bottom: 0;
    }

    .idx_products_cpdlist01 {
        margin-bottom: -5px;
    }

    .idx_products_cpdlist01 li{
        font-size: 1.4rem;
    }

    .idx_products_cpdlist01 li{
        margin-bottom: 5px;
    }

    .idx_products_clist>li{
        width: calc(50% - 10px);
    }

    .idx_products_clist>li:nth-of-type(2n-1) {
        margin-right: 20px;
    }

    .idx_pc_img02 {
        width: 40%;
        right: 5px;
    }
    .idx_products_banner{
    	margin-top: 80px;
    }

    /*-------------------- idx_cases --------------------*/

    .idx_cases {
        padding-top: 80px;
    }

    .idx_cases_list li {
        flex-wrap: wrap;
    }

    .idx_cases_list li>div{
        width: 100%;
        background-color: transparent;
    }

    .idx_cases_tinner:before{
        width: 100vw;
        height: 140%;
    }

    .idx_cases_ibox img{
        margin: 0 auto;
    }

    .idx_cases_list li:nth-of-type(2n+1) .idx_cases_tinner:before{
        right: 0;
        left: auto;
    }

    .idx_cases_list li:nth-of-type(2n) .idx_cases_tinner:before {
        right: auto;
        left: 0;
    }

    .idx_cases_list li{
        margin-bottom: 50px;
    }

    .idx_cases_list li:last-of-type{
        margin-bottom: 0;
    }

    .idx_cases_tinner{
        padding: 30px 40px;
    }

    .idx_cases_tinner:after {
        display: none;
    }

    .idx_cases_list {
        margin-top: 50px;
        overflow: hidden;
    }

    .idx_cases_list li:nth-of-type(2n+1) .idx_cases_tbox {
        margin-top: 0;
    }

    .idx_cases_list li:nth-of-type(2n) .idx_cases_tbox {
        margin-bottom: 0;
    }

    .idx_cases_list li:nth-of-type(2n) .idx_cases_ibox {
        margin-top: 0;
    }

    .idx_cases_tit{
        font-size: 2rem;
    }
    /*-------------------- idx_testimonials --------------------*/

    .idx_testimonials {
        padding-top: 80px;
    }

    .idx_testimonials_list {
        justify-content: space-between;
        margin-right: 0;
        margin-top: 50px;
    }

    .idx_testimonials_list li {
        width: 31.5%;
        padding: 30px 20px 22px;
        border: 1px solid #d7d6d4;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #f7f7f7;
        margin-right: 0;
    }

    .idx_testimonials_tit {
        font-size: 1.6rem;
    }

    .idx_testimonials_txt {
        font-size: 1.4rem;
    }

    .idx_testimonials .common_btn_box01 {
        margin-top: 50px;
    }

    /*-------------------- idx_video --------------------*/

    .idx_video {
        padding-top: 80px;
    }

    .idx_video_itxt {
        font-size: 1.4rem;
    }
    /*-------------------- idx_column --------------------*/

    .idx_column {
        padding-top: 80px;
    }

    .idx_column_time{
        width: 180px;
        flex: 0 0 180px;
    }

    .idx_column_txt {
        padding: 17px 30px;
    }

    /*-------------------- idx_question --------------------*/

    .idx_question {
        padding: 80px 0;
    }

    .idx_question .common_btn_box01 {
        margin-top: 50px;
    }

    /*-------------------- idx_company --------------------*/

    .idx_company {
        padding: 80px 0;
    }

    .idx_company_tbox {
        padding-left: 25px;
    }
}
@media only screen and (max-width: 840px) {
	.idx_products_banner{
		background: url(/img/idx_products_banner.png) no-repeat right -60px top;
		background-size: cover;
		border-radius: 30px;
		padding: 50px 30px 20px 30px;
	}
}
@media only screen and (max-width: 767px) {

    .idx_common_titbox img {
        height: 16px;
    }

    .idx_common_titbox01{
        display: block;
    }

    .idx_common_titbox03 h2{
        text-align: center;
    }

    .idx_common_titbox01 img,
    .idx_common_titbox03 img {
        margin: 6px auto 0;
    }

    .idx_mv .inner {
        padding: 70px 0;
    }
    .idx_h1{
    	font-size: 2.6rem;
    }
    .idx_h1 span.idx_h1_b{
    	font-size: 3.6rem;
    }
    .idx_h1 span.idx_h1_s{
        font-size: 1.8rem;
    }
    .idx_h1 span.idx_h1_s br{
        display: block;
    }
    
    
	/*-------------------- idx_mv_des --------------------*/
	.idx_mv_des,.idx_banner{
		padding-top: 70px;
	}
	.idx_mv_des .inner{
		font-size: 2.2rem;
		padding: 30px 20px;
	}
	.idx_mv_des .inner span{
		font-size: 3rem;
	}
	.idx_mv_des_br{
		display: block;
	}


    /*-------------------- idx_news --------------------*/

    .idx_news {
        padding: 70px 0;
    }

    .idx_news_list li{
        padding: 15px 0;
    }

    .idx_news .common_btn_box01 {
        margin-top: 40px;
    }

    /*-------------------- idx_strengths --------------------*/

    .idx_strengths {
        padding: 70px 0;
    }

    .idx_strengths_list {
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .idx_strengths_list li{
        width: 100%;
        margin-bottom: 45px;
    }

    .idx_strengths_list li:last-of-type{
        margin-bottom: 0;
    }

    .idx_strengths_list li img {
        margin: 0 auto;
    }

    .idx_strengths_list li p {
        margin-top: 15px;
    }

    .idx_strengths .common_btn_box01 {
        margin-top: 40px;
    }

    /*-------------------- idx_products --------------------*/

    .idx_products {
        padding-top: 70px;
    }

    .idx_products_card01 {
        margin-top: 40px;
    }

    .idx_pc_tit01 {
        font-size: 2.8rem;
    }

    .idx_pc_box01 {
        padding: 30px 50px 30px 20px;
    }

    .idx_pc_img01 {
        width: 30%;
    }
    #idx_change_order2 .idx_pc_img01{
        width: 23%;
    }

    .idx_products_cpdbox01 {
        padding: 30px 20px;
    }

    .idx_products_cpdlist01 {
        margin-bottom: -2px;
    }

    .idx_products_cpdlist01 li{
        width: 100%;
        display: block;
        margin-bottom: 2px;
    }

    .idx_products_clist {
        margin-top: 40px;
        margin-bottom: -40px;
        justify-content: center;
    }

    .idx_products_clist>li {
        width: 100%;
        max-width: 484px;
        margin-right: 0 !important;
        margin-bottom: 40px;
    }

    .idx_pc_box {
        padding: 25px 40px 25px 25px;
    }
    .idx_products_banner{
		margin-top: 70px;
		background-position: right -100px top;
		background-size: cover;
		border-radius: 20px;
		padding: 30px 20px;
	}
	.idx_products_banner_txt{
		font-size: 2.4rem;
	}
	.idx_products_banner_btn{
		display: inline-block;
		float: none;
		margin-top: 10px;
	}
    

    /*-------------------- idx_cases --------------------*/

    .idx_cases {
        padding-top: 70px;
    }

    .idx_cases_list {
        margin-top: 40px;
    }

    .idx_cases_ibox{
        padding: 0 30px;
    }

    .idx_cases_tit {
        position: relative;
        font-size: 1.8rem;
        padding-bottom: 16px;
    }

    .idx_cases_tinner {
        padding: 25px 30px;
    }

    .idx_cases .common_btn_box01 {
        margin-top: 40px;
    }

    /*-------------------- idx_testimonials --------------------*/

    .idx_testimonials {
        padding-top: 70px;
    }

    .idx_testimonials_list {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 0;
    }

    .idx_testimonials_list li{
        width: 306px;
        margin-bottom: 40px;
    }

    .idx_testimonials_list li:last-of-type{
        margin-bottom: 0;
    }

    .idx_testimonials .common_btn_box01 {
        margin-top: 40px;
    }

    /*-------------------- idx_video --------------------*/

    .idx_video {
        padding-top: 70px;
    }

    .idx_swiper01{
        width: 644px;
        max-width: 100%;
        margin: 27px auto 0;
    }

    /*-------------------- idx_column --------------------*/

    .idx_column {
        padding-top: 70px;
    }

    .idx_column_time {
        width: 150px;
        flex: 0 0 150px;
        padding: 21px 5px;
    }

    .idx_column_txt {
        padding: 12px 15px;
        line-height: 1.6;
    }

    .idx_column .common_btn_box01 {
        margin-top: 40px;
    }

    .idx_question {
        padding: 70px 0;
    }

    /*-------------------- idx_question --------------------*/


    .idx_question .common_btn_box01 {
        margin-top: 40px;
    }

    /*-------------------- idx_company --------------------*/

    .idx_company {
        padding: 70px 0;
    }

    .idx_company>.inner {
        flex-wrap: wrap;
    }

    .idx_company>.inner>div {
        width: 100%;
    }

    .idx_company {
        background: url("../img/idx_company_bg01.png") no-repeat top left/40% auto,url("../img/idx_company_bg02.png") no-repeat bottom right/30% auto #f7f7f7;
    }

    .idx_company_tbox{
        order: 1;
        padding-left: 0;
    }

    .idx_company_mbox{
        order: 2;
        margin-top: 25px;
    }

    .idx_company .common_btn_box02{
        order: 3;
        margin-top: 40px;
    }

    .idx_company_tbox .common_btn_box02{
        display: none;
    }


    .idx_company>.inner>.common_btn_box02{
        display: block;
    }

    .idx_company .common_btn_box02 a{
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 530px) {
    .idx_mv video {
        height: 100%;
        width: auto;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
}

@media only screen and (max-width: 480px) {


    /*-------------------- mv --------------------*/

    .idx_mv .inner {
        padding: 60px 0;
    }
    .idx_h1{
    	font-size: 2.4rem;
    }
    .idx_h1 span.idx_h1_b{
    	font-size: 3.2rem;
    }
    .idx_h1 span.idx_h1_s{
    	font-size: 1.6rem;
    }

	/*-------------------- idx_mv_des --------------------*/
	.idx_mv_des,.idx_banner{
		padding-top: 60px;
	}
	.idx_mv_des .inner{
		font-size: 1.8rem;
	}
	.idx_mv_des .inner span{
		font-size: 2.4rem;
	}
    /*-------------------- idx_banner --------------------*/
    .idx_swiper .swiper-button-next, .idx_swiper .swiper-button-prev {
        width: 25px;
        height: 25px;
        background-size: 8px auto;
    }

    .idx_swiper .swiper-button-prev {
        background-position: left 8px center;
    }

    .idx_swiper .swiper-button-next {
        background-position: right 8px center;
    }
    /*-------------------- idx_news --------------------*/

    .idx_news {
        padding: 60px 0;
    }

    .idx_news_list li{
        flex-direction: column;
    }

    .idx_news_time {
        flex: auto;
    }

    .idx_news_txt {
        margin-left: 0;
        margin-top: 5px;
    }

    .idx_strengths {
        padding: 60px 0;
    }

    .idx_news .common_btn_box01 {
        margin-top: 35px;
    }

    /*-------------------- idx_strengths --------------------*/

    .idx_strengths_list {
        margin-top: 35px;
    }

    .idx_strengths_list li {
        margin-bottom: 40px;
    }

    .idx_strengths .common_btn_box01 {
        margin-top: 35px;
    }

    /*-------------------- idx_products --------------------*/

    .idx_products {
        padding-top: 60px;
    }

    .idx_products_card01 {
        padding: 30px 0;
        margin-top: 35px;
    }

    .idx_pc_box01,
    .idx_pc_box02 {
        background: -moz-linear-gradient(left, rgba(96,176,251,0.6) 0%,rgba(96,176,251,0.6) 70%,rgba(96,176,251,0) 95%,rgba(96,176,251,0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(96,176,251,0.6)), color-stop(70%,rgba(96,176,251,0.6)), color-stop(95%,rgba(96,176,251,0)), color-stop(100%,rgba(96,176,251,0)));
        background: -webkit-linear-gradient(left, rgba(96,176,251,0.6) 0%,rgba(96,176,251,0.6) 70%,rgba(96,176,251,0) 95%,rgba(96,176,251,0) 100%);
        background: -o-linear-gradient(left, rgba(96,176,251,0.6) 0%,rgba(96,176,251,0.6) 70%,rgba(96,176,251,0) 95%,rgba(96,176,251,0) 100%);
        background: -ms-linear-gradient(left, rgba(96,176,251,0.6) 0%,rgba(96,176,251,0.6) 70%,rgba(96,176,251,0) 95%,rgba(96,176,251,0) 100%);
        background: linear-gradient(to right, rgba(96,176,251,0.6) 0%,rgba(96,176,251,0.6) 70%,rgba(96,176,251,0) 95%,rgba(96,176,251,0) 100%);
    }

    .idx_pc_tit01 {
        font-size: 2.4rem;
    }

    .idx_pc_tit02{
        font-size: 1.8rem;
    }

    .idx_pc_box01 {
        padding: 30px 40px 30px 20px;
    }

    .idx_pc_box02 {
        height: 90px;
        padding-left: 20px;
    }

    .idx_pc_img01 {
        width: 35%;
    }
    .idx_products_banner{
		margin-top: 60px;
		background-position: right -100px top;
	}
	.idx_products_banner_txt{
		font-size: 1.8rem;
	}
	.idx_products_banner_btn{
		float: right;
		font-size: 1.3rem;
		padding: 5px 20px;
	}
    .idx_newrelease{
        width: 120px;
        top: -5px;
    }

    /*-------------------- idx_cases --------------------*/

    .idx_cases {
        padding-top: 60px;
    }

    .idx_cases_list {
        margin-top: 35px;
    }

    .idx_cases_tinner {
        padding: 20px;
    }

    .idx_cases_ibox {
        padding: 0 20px;
    }

    .idx_cases_tit {
        padding-bottom: 12px;
    }

    .idx_cases_tit:after {
        width: 40px;
        height: 1px;
    }

    .idx_cases_list li {
        margin-bottom: 40px;
    }

    .idx_cases .common_btn_box01 {
        margin-top: 35px;
    }

    /*-------------------- idx_testimonials --------------------*/

    .idx_testimonials {
        padding-top: 60px;
    }

    .idx_testimonials_list {
        margin-top: 35px;
    }

    .idx_testimonials .common_btn_box01 {
        margin-top: 35px;
    }

    /*-------------------- idx_video --------------------*/

    .idx_video {
        padding-top: 60px;
    }

    .idx_video_txt {
        padding-top: 18px;
        margin-top: 15px;
    }

    .idx_swiper01{
        width: 317px;
        max-width: calc(100% - 60px);
    }

    .idx_swiper01 .swiper-button-next, .idx_swiper01 .swiper-button-prev {
        margin-top: -40px;
    }

    .idx_swiper01 .swiper-button-prev {
        left: -30px;
    }

    .idx_swiper01 .swiper-button-next {
        right: -30px;
    }

    .idx_video .common_btn_box01 {
        margin-top: 35px;
    }

    /*-------------------- idx_column --------------------*/

    .idx_column {
        padding-top: 60px;
    }

    .idx_column_list li {
        flex-direction: column;
        padding: 15px 0 ;
    }

    .idx_column_time {
        flex: auto;
        padding: 11px 5px;
    }

    .idx_column_txt{
        padding: 0;
        margin-top: 10px;
        border: none !important;
    }

    .idx_column_list li:first-of-type{
        border-top: 1px dotted #2571e0;
    }

    .idx_column_list li{
        border-bottom: 1px dotted #2571e0;
    }

    .idx_column .common_btn_box01 {
        margin-top: 35px;
    }
    .idx_news_txt .ico_new,.idx_column_txt .ico_new{
		margin-right: 8px;
		line-height: 1.3;
		padding-bottom: 1px;
		margin-top: -2px;
	}

    /*-------------------- idx_question --------------------*/

    .idx_question {
        padding: 60px 0;
    }

    .idx_question .common_btn_box01 {
        margin-top: 35px;
    }

    /*-------------------- idx_company --------------------*/

    .idx_company {
        padding: 60px 0;
    }

    .idx_company .common_btn_box02 {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 1025px) {

    .idx_news_txt:hover{
        text-decoration: underline;
    }
    
	.idx_strengths_list a:hover img{
		opacity: 0.8;
	}
	
	.idx_strengths_list a:hover p{
		color: #2571e0;
	}

    .idx_column_txt:hover{
        text-decoration: underline;
    }

    .idx_swiper01 .swiper-button-next:hover,
    .idx_swiper01 .swiper-button-prev:hover{
        opacity: 0.8;
    }

    .idx_products_cpos:hover .idx_products_cpdbox01,
    .idx_products_cpos:hover .idx_products_cpdbox02{
        opacity: 1;
    }

    .idx_products_cpdlist01 li a:hover,
    .idx_products_cpdlist02 li a:hover{
        background-position: right center;
    }
    .idx_cases_tbox a:hover,.idx_cases_ibox a:hover{
    	opacity: 0.8;
    }

}