@charset "utf-8";
/* CSS Document */


/* header
   ================================================================== */
header{
	position: relative;
    background: url("../images/main_view/bg_sp.jpg") no-repeat center center;
    background-size: cover;
}

header::before{
	content: "";
    background: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

header::after{
	content: "";
    background: url("../images/main_view/item_sp.png") no-repeat center center;
    background-size: 120% auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

header .inner{
	position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 123vw;
}

header .flex_center{
	margin: auto;
    text-align: center;
}

header h1 span:nth-child(1),
header h1 span:nth-child(3),
header .top_text{
	color: #fff;
	text-shadow: 0px 0px 32px #000,
	             0px 0px 32px #000,
	             0px 0px 32px #000;
}

header .top_text{
	font-size: 4.5vw;
    font-weight: bold;
}

header h1{
	margin: 9vw 0;
}

header h1 span{
	display: block;
    font-family: "Noto Serif JP";
    font-size: 10vw;
    line-height: 1;
}

header h1 span:nth-child(2){
    margin: -2vw 0 -3vw;
	color: #fff;
    opacity: .7;
    font-size: 11vw;
}

header .bottom_text span{
    margin-top: 2vw;
    padding: 2vw 2vw 3vw;
	display: inline-block;
    background: #fff;
    font-family: "Noto Serif JP";
    font-size: 5.5vw;
    line-height: 1;
    font-weight: bold;
}

header .bottom_text span:nth-child(1){
    margin: 0;
}


/* about
   ================================================================== */
.about{
	position: relative;
}

.about::before{
	content: "";
    background: linear-gradient(#fff,rgba(255,255,255,0));
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
}

.about .inner{
	padding: 10vw 0 0;
    position: relative;
    z-index: 1;
}

.about h2{
	text-align: center;
    font-size: 5vw;
}

.about h2 span{
	font-size: 5vw;
    line-height: 150%;
    font-weight: bold;
}

.about h2 .siz_l{
	font-size: 7vw;
}

.about ul{
	margin: 6vw 0 0;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.about ul li{
    margin: -1vw 1vw;
    vertical-align: top;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30vw;
    height: 30vw;
    background: linear-gradient(#1350B1,#0C3C60);
    border-radius: 100%;
}

.about ul li span{
	display: inline-block;
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    line-height: 150%;
    font-family: "Noto Serif JP";
}

.about .find_out{
    margin: -6vw -5vw 0;
	line-height: 0;
    text-align: center;
}


/* cv
   ================================================================== */
.cv{
	position: relative;
    background: linear-gradient(to top right,#0C3C60,#1350B1);
}

.cv::before{
	content: "";
    background: url("../images/common/cv_bg_sp.png") no-repeat center center,linear-gradient(to top right,#0C3C60,#1350B1);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-blend-mode: color-burn;
}

.cv .inner{
    padding: 10vw 3vw;
	position: relative;
    z-index: 1;
}

.cv .top_text{
    text-align: center;
    position: relative;
}

.cv .top_text > span{
    position: relative;
    display: inline-block;
}

.cv .top_text > span::before,
.cv .top_text > span::after{
	content: "";
    background: #fff;
    width: 1px;
    height: 60%;
    position: absolute;
    margin: auto;
    top: 1vw;
    bottom: 0;
}

.cv .top_text > span::before{
    left: -3vw;
    transform: rotate(-25deg);
}

.cv .top_text > span::after{
    right: -3vw;
    transform: rotate(25deg);
}

.cv .top_text > span span{
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.cv .siz_s{
    font-size: 5vw;
}

.cv .siz_m{
    font-size: 6vw;
}

.cv .siz_l{
    margin: 0 1vw;
    font-size: 8vw;
}

.cv .surprised{
    margin: 0 -2vw 0 -1vw;
}

.cv h2{
    margin: 3vw 0 0;
    font-size: 6vw;
    color: #fff;
    text-align: center;
}

.cv .btn_li{
    margin: 6vw 3vw 0;
    text-align: center;
}

.cv .btn_li li{
    margin: 3vw 0 0;
    text-align: center;
}

.cv .btn_li li a{
    padding: .5vw;
    display: block;
    background: #fff;
    border-radius: 10vw;
}

.cv .btn_li li a span{
    padding: 5vw 0;
    display: block;
    border-radius: 10vw;
    font-size: 6vw;
    color: #fff;
    font-weight: bold;
}

.cv .btn_li li.line_btn a span{
    background: #00B900;
}

.cv .btn_li li.contact_btn a span{
    background: #DB163C;
}


/* know
   ================================================================== */
.know{
	position: relative;
}

.know .inner{
    padding: 10vw 0;
	position: relative;
    z-index: 1;
}

.know .main_box{
    padding: 0;
}

.know h2{
    text-align: center;
}

.know h2 > span{
    padding: 17vw 0 0;
    display: inline-block;
    position: relative;
    font-size: 6vw;
    line-height: 150%;
}

.know h2 > span::before{
	content: "";
    background: url("../images/know/balloon.png") no-repeat center center;
    background-size: 100%;
    width: 50vw;
    height: 15vw;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}

.know h2 > span span{
    display: inline-block;
    line-height: 150%;
}

.know h2 .dot{
    margin: 2vw 0 0;
    padding-top: 1vw;
    position: relative;
    font-size: 7vw;
}

.know h2 .dot::before{
	content: "";
    background: #DB163C;
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5vw;
}

.know h2 .siz_s{
    font-size: 5vw;
}

.know .main_box .white_bg{
    margin: 6vw 0 0;
}

.know .main_box .white_bg .text_box{
    margin: -20vw 5vw 0;
    background: rgba(255,255,255,.95);
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 12px rgba(25,92,167,0.08);
}

.know .main_box .white_bg .text_box ul li:first-child{
    border-top: none;
}

.know .main_box .white_bg .text_box ul li{
    padding: 5vw 6vw;
    border-top: 1px dashed #ddd;
}

.know .main_box .white_bg .text_box ul li span{
    padding: 0 0 0 8vw;
    position: relative;
    font-size: 3.5vw;
    display: block;
}

.know .main_box .white_bg .text_box ul li span::before{
	content: "";
    background: url("../images/know/check.png") no-repeat center center;
    background-size: 100%;
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 1.5vw;
    left: 0;
}

.know .arrow_box{
	margin: 6vw 0 0;
    text-align: center;
}

.know .arrow_box .arrow{
	margin: auto;
    line-height: 0;
    width: 40vw;
}

.know .arrow_box .box{
    margin: 6vw 0 0;
}

.know .arrow_box h3{
	font-size: 5vw;
    line-height: 150%;
    position: relative;
    z-index: 1;
}

.know .arrow_box .up{
	margin: -20vw auto -30vw;
    line-height: 0;
    width: 100vw;
}

.know .arrow_box p{
	font-size: 6vw;
    line-height: 170%;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.know .arrow_box p .siz_l{
	font-size: 9vw;
}

.know .arrow_box p .yellow_bg{
	padding: 0 2vw;
}


/* method
   ================================================================== */
.method{
    padding: 0 0 10vw;
	position: relative;
}

.method .inner{
    padding: 0 0 0;
	position: relative;
    z-index: 1;
    background: #fff;
}

.method h2 > span{
    font-size: 6vw;
    line-height: 150%;
}

.method h2 > span span{
    display: inline-block;
    font-size: 7vw;
    line-height: 150%;
    color: #fff;
    font-family: "Noto Serif JP";
}

.method h2 > span .siz_m,
.method h2 > span .siz_l{
    font-size: 9vw;
}

.method .box{
    padding: 0 8vw;
}

.method .method_li > li{
    padding: 6vw 0;
    border-bottom: 1px dashed #aaa;
}

.method .method_li > li:last-child{
    border-bottom: none;
}

.method .method_li li h3{
    padding-left: 6vw;
    font-size: 4vw;
    font-family: "Noto Serif JP";
    position: relative;
}

.method .method_li li h3::before{
	content: "";
    background: url("../images/method/icon.png") no-repeat center center;
    background-size: 100%;
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 1vw;
    left: 0;
}

.method .method_li li .bg_photo{
    margin: 6vw 0 0;
	height: 48vw;
}

.method .method_li li ul{
    margin: 6vw 0 0;
    list-style: disc;
    list-style-position: inside;
}

.method .method_li li ul li{
    padding-left: 3vw;
    font-size: 5vw;
    letter-spacing: 0;
    font-weight: bold;
    position: relative;
}

.method .method_li li p{
    margin: 6vw 0 0;
}


/* recommended
   ================================================================== */
.recommended{
    padding: 0 0 10vw;
	position: relative;
}

.recommended .inner{
    padding: 0 0 0;
}

.recommended .main .photo{
    text-align: center;
}

.recommended .main .text_box{
    padding: 6vw 6vw 0;
}

.recommended .main h2 span{
    font-size: 5.5vw;
    line-height: 150%;
    letter-spacing: 0;
}

.recommended .main .sub{
    margin: 4vw 0 0;
}

.recommended .main .sub span{
    display: inline-block;
    font-size: 11vw;
    font-weight: bold;
    line-height: 150%;
    font-family: "Noto Serif JP";
}

.recommended .main .sub .red{
    margin-left: 2vw;
}

.recommended .main .sub .yellow_bg{
    margin: 0 -2vw;
    padding: 0 2vw;
    background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,#DBF50E 80%,#DBF50E 100%);
    color: inherit;
}

.recommended .main .text{
    margin: 6vw 0 0;
    font-family: "Noto Serif JP";
}

.recommended .difference{
    margin: 10vw 0 0;
}

.recommended .difference h3{
    text-align: center;
}

.recommended .difference h3 span{
    font-size: 5.5vw;
    line-height: 150%;
}

.recommended .difference .table_box{
    margin: 6vw 0 0;
    padding: 0 3vw;
}

.recommended .difference table{
    width: 100%;
}

.recommended .difference table .bc{
    background: #F5FAFF;
}

.recommended .difference table .ve_top td{
    vertical-align: top;
}

.recommended .difference table th,
.recommended .difference table td{
    padding: 3vw 1vw;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    width: calc(100%/4);
}

.recommended .difference table ul li,
.recommended .difference table th,
.recommended .difference table td{
    font-size: 3vw;
    line-height: 150%;
}

.recommended .difference table ul li{
    margin: 2vw 0 0;
    padding-left: 3.5vw;
    position: relative;
    text-align: left;
}

.recommended .difference table ul li:first-child{
    margin: 0 0 0;
}

.recommended .difference table ul li::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #222;
    position: absolute;
    top: 2vw;
    left: 1vw;
}

.recommended .difference table ul li .etc{
    margin: 0 0 0 -2vw;
    line-height: 120%;
}

.recommended .difference table .siz_s{
    font-size: 0.5em;
    line-height: 150%;
    color: inherit;
    display: inline-block;
}

.recommended .difference table .kaisyo{
    font-family: "Noto Serif JP";
}

.recommended .difference table th{
    background: #1264BF;
    color: #fff;
    font-weight: bold;
}

.recommended .difference .our{
    margin: 0 -4px;
    border: 4px solid #DC1835;
}

.recommended .difference .our table td{
    color: #DC1835;
    font-weight: bold;
}

.recommended .difference .our table .font{
    font-size: 4vw;
}

.recommended .difference table + ul{
    margin: 3vw 0 0;
}

.recommended .difference table + ul li{
    font-size: 2.5vw;
    line-height: 170%;
}


/* please
   ================================================================== */
.please{
	position: relative;
}

.please .inner{
    padding: 8vw 0 0;
}

.please .job_box{
    text-align: center;
}

.please .job_box ul{
    margin: auto;
    width: 90%;
    font-size: 0;
}

.please .job_box ul li{
    margin: .5vw .5vw 0;
    display: inline-block;
    font-weight: bold;
    line-height: 150%;
}

.please .job_box ul li:not(.text){
    padding: 1vw 2vw;
    font-size: 3.5vw;
    color: #fff;
    background: linear-gradient(#1350B1,#0C3C60);
}

.please .job_box ul li.text{
    margin-left: 2vw;
    font-size: 4vw;
}

.please h2{
    margin: 6vw 0 0;
    text-align: center;
}

.please h2 span{
    display: block;
    line-height: 150%;
}

.please h2 .siz_m{
    font-size: 5vw;
}

.please h2 .siz_l{
    font-size: 9vw;
}

.please h2 .siz_s{
    font-size: 4vw;
}

.please .photo{
    margin: 6vw 0 0;
    text-align: center;
}


/* point
   ================================================================== */
.point{
	position: relative;
}

.point .inner{
    padding: 8vw 0;
}

.point h2{
    text-align: center;
}

.point h2 span{
    display: inline-block;
    line-height: 150%;
    font-family: "Noto Serif JP";
}

.point h2 .siz_m{
    font-size: 5vw;
    display: block;
}

.point h2 .siz_l{
    font-size: 8vw;
}

.point h2 .siz_s{
    font-size: 6vw;
}

.point .box{
    margin: 8vw 0 0;
    padding: 0 0 6vw;
    background: #fff;
}

.point .arrow_title > span span{
    color: #fff;
    line-height: 100%;
    font-family: "Noto Serif JP";
}

.point .arrow_title .siz_s{
    font-size: 6vw;
}

.point .arrow_title .siz_m{
    font-size: 6vw;
}

.point .arrow_title .siz_l{
    font-size: 7vw;
}

.point .arrow_title .siz_xl{
    font-size: 8vw;
}

.point .arrow_title .siz_xxl{
    font-size: 10vw;
}

.point .point_li{
    margin: 8vw 0 0;
    padding: 0 6vw;
}

.point .point_li li{
    margin: 8vw 0 0;
}

.point .point_li li .photo{
    text-align: center;
}

.point .point_li li .text_box{
    margin: -11vw 0 0;
    position: relative;
    z-index: 1;
}

.point .point_li li .balloon{
    margin: 0 0 0 -2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15vw;
    height: 15vw;
    background: #1264BF;
    border-radius: 50px 50px 0 50px;
}

.point .point_li li .balloon > span{
    display: block;
}

.point .point_li li .balloon > span span{
    display: block;
    color: #fff;
    line-height: 100%;
    font-family: "Noto Serif JP";
    text-align: center;
    font-weight: bold;
}

.point .point_li li .balloon > span span:nth-child(1){
    font-size: 2vw;
}

.point .point_li li .balloon > span span:nth-child(2){
    font-size: 6vw;
}

.point .point_li li h4{
    margin: 4vw 0 0;
}

.point .point_li li h4 span{
    display: block;
    line-height: 120%;
    font-family: "Noto Serif JP";
    font-size: 5vw;
    font-weight: bold;
}

.point .point_li li p{
    margin: 4vw 0 0;
}


/* performance
   ================================================================== */
.cperformancev{
	position: relative;
}

.performance .inner{
    padding: 10vw 0;
	position: relative;
    z-index: 1;
}

.performance h2{
    text-align: center;
    position: relative;
}

.performance h2 > span{
    position: relative;
    display: inline-block;
}

.performance h2 > span::before,
.performance h2 > span::after{
	content: "";
    background: #4999F4;
    width: 1px;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 1vw;
    bottom: 0;
}

.performance h2 > span::before{
    left: -7vw;
    transform: rotate(-20deg);
}

.performance h2 > span::after{
    right: -7vw;
    transform: rotate(20deg);
}

.performance h2 > span span{
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 120%;
}

.performance h2 .siz_s{
    padding-right: 13vw;
    font-size: 4.5vw;
    position: relative;
}

.performance h2 .siz_s::after{
	content: "";
    background: url("../images/performance/balloon.png") no-repeat center center;
    background-size: 100%;
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: -2vw;
    right: 0;
}

.performance h2 .siz_m{
    font-size: 6vw;
}

.performance h2 .siz_l{
    font-size: 8vw;
}

.performance h2 .siz_xl{
    font-size: 10vw;
}

.performance h2 .red{
    font-family: "Noto Serif JP";
}

.performance .slider_wrap{
    margin: 8vw 0 0;
}

.performance .category{
    margin: 8vw 0 0;
    padding: 0 6vw;
}

.performance .category h3 span{
    display: block;
    text-align: center;
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 150%;
    font-family: "Noto Serif JP";
}

.performance .category ul{
    margin: 4vw 0 0;
    padding: 0 6vw;
    font-size: 0;
}

.performance .category ul li{
    margin: 1.8vw 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: top;
    font-size: 3.5vw;
    line-height: 140%;
    font-weight: bold;
    box-sizing: border-box;
    width: 49%;
    height: 10vw;
    background: #fff;
    box-shadow: 0 2px 12px rgba(25,92,167,0.08);
}

.performance .category ul li:nth-child(2n+2){
    margin-left: 2%;
}


/* slider
   ================================================================== */
.slider_wrap .slick-slide{
    margin: 0 10px;
    padding: 6vw 5vw;
	background: #fff;
    border-top: 4px solid #41A8FF;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 12px rgba(25,92,167,0.08);
}

.performance .slick-slide{
    min-height: 100vw;
}

.case .slick-slide{
    min-height: 53vw;
}

.slick-slide:focus {
    outline: none;
}

.slider_wrap .user{
    display: flex;
    align-items: center;
}

.slider_wrap .user .photo{
    width: 30%;
}

.slider_wrap .user .data_r{
    padding: 0 0 0 3vw;
    width: 70%;
    box-sizing: border-box;
}

.slider_wrap .user .data_r .box span{
    line-height: 100%;
    display: inline;
    font-weight: bold;
}

/* pef */
.slider_wrap .user .data_r .pef .siz_s{
    margin: 3vw 0 0;
    font-size: 4vw;
    font-weight: normal;
    display: block;
}

.slider_wrap .user .data_r .pef .siz_m{
    font-size: 4.5vw;
}

.slider_wrap .user .data_r .pef .siz_l{
    font-size: 6.5vw;
}

/* cas */
.slider_wrap .user .data_r .cas .siz_ss{
    margin: 0 0 3vw;
    font-size: 3vw;
    font-weight: normal;
    display: block;
}

.slider_wrap .user .data_r .cas .siz_s{
    margin: 0 0 3vw;
    font-size: 4vw;
    font-weight: normal;
    display: block;
}

.slider_wrap .user .data_r .cas .siz_m{
    font-size: 5vw;
}

.slider_wrap .user .data_r .cas .siz_l{
    font-size: 6vw;
}

.slider_wrap .user + p{
    margin: 4vw 0 0;
}


/* support
   ================================================================== */
.support{
	position: relative;
}

.support .inner{
    padding: 10vw 3vw;
}

.support h2{
    text-align: center;
}

.support h2 span{
    display: block;
    line-height: 130%;
    color: #fff;
    font-weight: bold;
    z-index: 1;
}

.support h2 .siz_s{
    margin: 0 auto 4vw;
    padding: 0 6vw;
    font-size: 5vw;
    display: inline-block;
    position: relative;
    background: url("../images/support/title_deco.png") no-repeat center center;
    background-size: 100%;
}

.support h2 .siz_l{
    font-size: 8vw;
}

.support .support_content{
    margin: 10vw 0 0;
}

.support .support_content .content_box{
    margin: 6vw 0 0;
}

.support .support_content .content_wrap:first-child .content_box:first-child{
    margin: 0 0 0;
}

.support .content_box h3{
    padding: 2vw 2vw;
    font-size: 5vw;
    background: #222;
    line-height: 130%;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.support .content_box .box{
    margin: 2vw 0 0;
    padding: 7vw 4vw 7vw 6vw;
    background: #fff;
    border-radius: 15px;
    font-size: 0;
}

.support .content_box .box .icon{
    width: 17vw;
    height: 17vw;
    line-height: 0;
    border-radius: 100%;
    background: #E7EDFA;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.support .content_box .box .right{
    padding: 1vw 0 0 5vw;
    width: calc(100% - 17vw);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.support .content_box .box .right h4 span{
    font-size: 5vw;
    line-height: 150%;
}

.support .content_box .box .right p{
    margin: 5vw 0 0;
}

.support .content_box .box .photo{
    margin: 6vw 0 0;
}


/* case
   ================================================================== */
.case{
	position: relative;
}

.case .inner{
    padding: 8vw 0 10vw;
}

.case h2{
    text-align: center;
}

.case h2 span{
    display: inline-block;
    line-height: 150%;
    font-family: "Noto Serif JP";
}

.case h2 .siz_s{
    font-size: 6vw;
}

.case h2 .siz_l{
    font-size: 9vw;
}

.case .slider_wrap{
    margin: 6vw 0 0;
}


/* option
   ================================================================== */
.option{
	position: relative;
}

.option .bg{
    background-image: 
        url("../images/gear.png"),
        url("../images/gear.png"),
        url("../images/gear.png"),
        url("../images/gear.png");
    background-color: rgba(255,255,255,0.9);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: 25vw, 20vw, 25vw, 20vw;
    background-position: 96% 2%, 110% 13%, -11% 46%, 100% 103%;
}

.option .inner{
    padding: 8vw 6vw 3vw;
    position: relative;
    z-index: 1;
}

.option h2{
    text-align: center;
}

.option h2 span{
    display: inline-block;
    font-size: 6vw;
    line-height: 150%;
    font-family: "Noto Serif JP";
}

.option ul{
    margin: 0 0 0;
}

.option ul li{
    padding: 6vw 0;
    border-top: 1px dashed #aaa;
}

.option ul li:first-child{
    border: none !important;
}

.option ul li h3{
    padding: 0 0 0 8vw;
    background-image: url("../images/gear.png");
    background-position: 0 .5vw;
    background-repeat: no-repeat;
    background-size: 5vw;
}

.option ul li h3 span{
    display: inline-block;
    font-size: 5vw;
    line-height: 150%;
    font-weight: bold;
}

.option ul li p{
    margin: 3vw 0 0;
}


/* flow
   ================================================================== */
.flow{
	position: relative;
}

.flow .inner{
    padding: 8vw 3vw 3vw;
}

.flow h2{
    text-align: center;
}

.flow h2 span{
    display: inline-block;
    line-height: 150%;
    font-family: "Noto Serif JP";
}

.flow h2 .siz_m{
    font-size: 6vw;
}

.flow h2 .siz_l{
    font-size: 9vw;
}

.flow ul{
    margin: 6vw 0 0;
}

.flow ul li{
    margin: 6vw 0 0;
    padding: 6vw 6vw;
    background: #fff;
    position: relative;
}

.flow ul li::after{
    content: "";
    background: url("../images/flow/arrow_sp.png") no-repeat center center;
    background-size: 100%;
    width: 8vw;
    height: 4vw;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -5vw;
}

.flow ul li:last-child::after{
    display: none;
}

.flow ul li h3{
    font-size: 4.5vw;
    line-height: 150%;
}

.flow ul li p{
    margin: 4vw 0 0;
}


/* faq
   ================================================================== */
.faq{
	position: relative;
}

.faq .inner{
    padding: 8vw 3vw 3vw;
}

.faq h2{
    text-align: center;
}

.faq h2 span{
    display: inline-block;
    font-size: 5.5vw;
    color: #fff;
    line-height: 150%;
}

.faq .list_wrap{
    margin: 6vw 0 0;
}

.faq .list_wrap dl{
    margin: 2vw 0 0;
    background: #fff;
}

.faq .list_wrap dl dt,
.faq .list_wrap dl dd{
    padding: 5vw 5vw;
    position: relative;
}

.faq .list_wrap dl dt{
    padding-right: 12vw;
    cursor: pointer;
}

.faq .list_wrap dl dt::after{
    content: "";
    background-image: url("../images/faq/plus.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 4vw;
}

.faq .list_wrap dl.active dt::after{
    background-image: url("../images/faq/minus.png");
}

.faq .list_wrap dl dt h3,
.faq .list_wrap dl dd h4,
.faq .list_wrap dl dd p{
    padding-left: 10vw;
    position: relative;
    letter-spacing: 0;
}

.faq .list_wrap dl dt h3,
.faq .list_wrap dl dd h4{
    font-size: 4.5vw;
    line-height: 150%;
    font-weight: bold;
}

.faq .list_wrap dl dt h3::before,
.faq .list_wrap dl dd h4::before{
    content: "";
    background-image: url("../images/faq/q.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 95%;
    width: 8vw;
    height: 8vw;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.faq .list_wrap dl dd h4::before{
    background-image: url("../images/faq/a.png");
}

.faq .list_wrap dl dd{
    border-top: 1px solid #ddd;
}

.faq .list_wrap dl dd p{
    margin: 3vw 0 0;
}


/* contact
   ================================================================== */
.contact{
	position: relative;
}

.contact .inner{
    padding: 8vw 3vw 3vw;
}

.contact .white_bg{
    padding: 6vw 6vw;
    background: #fff;
    border-radius: 15px;
}

.contact h2{
    margin: 0 0 4vw;
    text-align: center;
}

.contact h2 span{
    display: block;
    font-size: 5.5vw;
    line-height: 150%;
}

.contact h2 .siz_s{
    font-size: 5vw;
}

.contact h2 .siz_l{
    font-size: 8vw;
}


/* form */
.req{
    margin-left: 10px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
	color: #fff;
    background: #DB163C;
    display: inline-block;
}

.contact table{
	width: 100%;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.10em;
	box-sizing: border-box;
}

.contact th,
.contact td{
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
}

.contact th{
	padding: 20px 0 10px;
    font-weight: 500;
}

.contact td{
	padding: 0;
}

.contact input,
.contact textarea,
.contact select{
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
    background: #F8F8F8;
	border: 1px solid #ddd;
	vertical-align: middle;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/common/down-arrow.svg");
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: right 16px center;
}

.contact .radio .block{
	display: block;
}

.contact .radio label{
	display: inline-block;
	line-height: 200%;
}

.contact .radio label input{
	display: inline-block;
	width: auto;
}

.radio_btn{
	display: none !important;
}

.radio_btn + .radio-icon{
	margin: -4px 2px 0 0;
	position: relative;
    display: inline-block;
    line-height: 0;
	vertical-align: middle;
}

.radio_btn + .radio-icon::before{
	content: "";
	border: 1px solid #ccc;
	background: #fff;
	font-size: 22px;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	display: inline-block;
	box-sizing: border-box;
}

.radio_btn:checked + .radio-icon::before{
	border: 1px solid #1264BF;
}

.radio_btn.square + .radio-icon::before{
	border-radius: 0;
}

.radio_btn:checked + .radio-icon::after{
	content: "";
	color: #1264BF;
	line-height: 1;
	position: absolute;
	border-radius: 50px;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-top: -6px;
	background: #1264BF;
}

.contact textarea{
	line-height: 150%;
}

.zsk_btn_area{
	margin: auto;
	text-align: center;
	padding: 30px 0 0;
	font-size: 0;
	box-sizing: border-box;
}

.zsk_btn_area button{
	font-size: 18px;
    font-weight: bold;
	color: #FFF;
	position: relative;
	overflow: hidden;
	text-align: center;
    border-radius: 50px;
    border: 1px solid #222;
}

.zsk_btn_area button > span{
	padding: 15px 0;
	border: none;
	display: block;
	z-index: 1;
}

.zsk_btn_area button > span span{
	font-size: 18px;
	line-height: 150%;
	color: #FFF;
}

.zsk_btn_area button:disabled{
	background: #ccc;
}

.zsk_btn_area .zsk_btn01{
	background: #222;
	width: 100%;
}

.zsk_btn_area .zsk_btn02{
	margin-right: 2%;
	background: #ccc;
    border: 1px solid #ccc;
	width: 28%;
}

.zsk_btn_area .zsk_btn03{
	background: #222;
	width: 70%;
}


/* line_block */
.line_block{
	margin: 30px auto 0;
	text-align: center;
	padding: 30px 0 0;
	font-size: 0;
	box-sizing: border-box;
    border-top: 1px solid #ddd;
}

.line_block h4{
    margin: 0 0 3vw;
	text-align: center;
    font-size: 4.5vw;
    line-height: 150%;
}

.com_btn a{
	font-size: 18px;
    font-weight: bold;
	color: #FFF;
    background: #222;
	border: 1px solid #222;
	position: relative;
	overflow: hidden;
	text-align: center;
    border-radius: 50px;
    display: block;
}

.line_block .com_btn a{
    background: #00B900;
	border: 1px solid #00B900;
}

.com_btn a > span{
	padding: 15px 0;
	font-size: 18px;
	line-height: 150%;
	color: #FFF;
    display: block;
}


/* thanks */
.thanks p{
	margin: 0 0 5vw;
	font-size: 4vw;
	line-height: 150%;
}

.thanks .com_btn{
	text-align: center;
}


/* footer
   ================================================================== */
footer{
	margin: 0;
	padding: 8vw 0;
}

footer address{
	font-size: 3vw;
    font-weight: 500;
	color: #fff;
	text-align: center;
}


/* TOPへ戻るボタン
   ================================================================== */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
    z-index: 4;
	line-height: 0;
	display: none;
}

#page-top img{
	width: 100%;
}

#page-top a{
	display: block;
	height: auto;
	transition: ease-in 0.3s;
}


@media screen and (min-width : 768px){


    /* header
       ================================================================== */
    header{
    	position: relative;
        background: url("../images/main_view/bg.jpg") no-repeat center center ,#1264BF;
        background-size: auto 100%;
    }

    header::after{
    	content: "";
        background: url("../images/main_view/item.png") no-repeat top center;
        background-size: 140% auto;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    header .inner{
        height: 60vw;
    }
    
    header .top_text{
    	font-size: 2.5vw;
    }
    
    header h1{
    	margin: 5vw 0;
    }
    
    header h1 span{
        font-size: 7vw;
    }
    
    header h1 span:nth-child(2){
        margin: -1vw 0 -3vw;
        font-size: 8vw;
    }
    
    header .bottom_text span{
        margin-top: 1vw;
        padding: 1vw 1vw 1.5vw;
        font-size: 2.8vw;
    }


    /* about
       ================================================================== */
    .about{
    	padding: 0 0 2vw;
    }
    
    .about .inner{
    	padding: 4vw 0 0;
    }
    
    .about h2{
    	font-size: 2.6vw;
    }
    
    .about h2 .siz_m{
    	font-size: 3.2vw;
    }
    
    .about h2 .siz_l{
    	font-size: 4.7vw;
    }
    
    .about ul{
    	margin: 3vw 0 0;
    }
    
    .about ul.tab.pc{
        display: flex;
        justify-content: center;
    }
    
    .about ul li{
        margin: 0 1vw;
        width: 16vw;
        height: 16vw;
    }
    
    .about ul li span{
        font-size: 2.6vw;
    }
    
    .about .find_out{
        margin: -25px 0 0;
    	background: url("../images/find_out.png") repeat-x center center;
        background-size: auto 100%;
        height: 70px;
    }
    
    .about .find_out img{
        display: none;
    }


    /* cv
       ================================================================== */
    .cv{
    	position: relative;
    }
    
    .cv::before{
        background: url("../images/common/cv_bg.png") no-repeat center center,linear-gradient(to top right,#0C3C60,#1350B1);
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-blend-mode: color-burn;
    }
    
    .cv .inner{
        padding: 5vw 3vw;
    	position: relative;
        z-index: 1;
    }
    
    .cv .top_text{
        text-align: center;
        position: relative;
    }
    
    .cv .top_text > span::before,
    .cv .top_text > span::after{
        height: 60%;
        top: 1vw;
        bottom: 0;
    }
    
    .cv .top_text > span::before{
        left: -2vw;
    }
    
    .cv .top_text > span::after{
        right: -2vw;
    }
    
    .cv .top_text > span{
        display: inline-flex;
        align-items: baseline;
    }
    
    .cv .siz_s{
        font-size: 1.9vw;
    }
    
    .cv .siz_m{
        font-size: 2.3vw;
    }
    
    .cv .siz_l{
        margin: 0 .5vw;
        font-size: 3.6vw;
    }
    
    .cv .surprised{
        margin: 0 -1vw 0 0;
    }
    
    .cv h2{
        margin: 1vw 0 0;
        font-size: 3.0vw;
    }
    
    .cv .btn_li{
        margin: 3vw 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .cv .btn_li li{
        margin: 0 2vw;
        width: 45%;
    }
    
    .cv .btn_li li a{
        padding: 2px;
        border-radius: 100px;
        transition: .3s;
    }
    
    .cv .btn_li li a span{
        padding: 2vw 0;
        border-radius: 100px;
        font-size: 2.3vw;
        transition: .3s;
    }
    
    .cv .btn_li li.line_btn a:hover{
        background: #00B900;
    }
    
    .cv .btn_li li.contact_btn a:hover{
        background: #DB163C;
    }
    
    .cv .btn_li li.line_btn a:hover span{
        color: #00B900;
        background: #fff;
    }
    
    .cv .btn_li li.contact_btn a:hover span{
        color: #DB163C;
        background: #fff;
    }


    /* know
       ================================================================== */
    .know .inner{
        padding: 5vw 0 10vw;
    }
    
    .know .main_box{
        padding: 0;
    }
    
    .know h2{
        text-align: center;
    }
    
    .know h2 > span{
        padding: 4vw 0 0;
        font-size: 2.6vw;
    }
    
    .know h2 > span::before{
        width: 25vw;
        height: 8vw;
        top: 0;
        left: 0;
        right: auto;
    }
    
    .know h2 .dot{
        margin: 2vw 0 0;
        padding-top: 1vw;
        font-size: 4.4vw;
    }
    
    .know h2 .dot::before{
        width: 9px;
        height: 9px;
        border-radius: 10px;
    }
    
    .know h2 .siz_s{
        font-size: 2.6vw;
    }
    
    .know .main_box .white_bg{
        margin: 3vw 0 0;
        background: rgba(255,255,255,.95);
        box-shadow: 0 2px 12px rgba(25,92,167,0.08);
        display: flex;
    }
    
    .know .main_box .white_bg .photo{
        width: 50%;
        background: url("../images/know/main.jpg") no-repeat center center;
        background-size: cover;
    }
    
    .know .main_box .white_bg .photo img{
        display: none;
    }
    
    .know .main_box .white_bg .text_box{
        margin: 0;
        padding: 0 2vw;
        background: none;
        box-shadow: none;
        width: 50%;
        box-sizing: border-box;
    }
    
    .know .main_box .white_bg .text_box ul li{
        padding: 1vw 3vw;
    }
    
    .know .main_box .white_bg .text_box ul li span{
        padding: 0 0 0 4vw;
        position: relative;
        font-size: 1.6vw;
        letter-spacing: 0;
    }
    
    .know .main_box .white_bg .text_box ul li span::before{
        width: 2vw;
        height: 2vw;
        top: 1vw;
        left: 0;
    }
    
    .know .arrow_box{
    	margin: 3vw auto 0;
        width: 90%;
        position: relative;
    }
    
    .know .arrow_box .arrow{
        width: 20vw;
    }
    
    .know .arrow_box .box{
        margin: 4vw 0 0;
        width: 60%;
    }
    
    .know .arrow_box h3{
    	font-size: 2.3vw;
    }
    
    .know .arrow_box .up{
        width: 40vw;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
    }
    
    .know .arrow_box p{
        margin: 3vw 0 0;
    	font-size: 3.0vw;
    }
    
    .know .arrow_box p .siz_l{
    	font-size: 4.4vw;
    }
    
    .know .arrow_box p .yellow_bg{
    	padding: 0 0 0 1vw;
    }


    /* method
       ================================================================== */
    .method{
        padding: 0 0 4vw;
    	position: relative;
    }
    
    .method .inner{
        padding: 0 0 0;
    }
    
    .method h2 > span{
        font-size: 3.2vw;
    }
    
    .method h2 > span .siz_m,
    .method h2 > span span{
        font-size: 3.2vw;
    }
    
    .method h2 > span .siz_l{
        font-size: 4.0vw;
    }
    
    .method .box{
        padding: 0 4vw;
        font-size: 0;
    }
    
    .method .method_li > li{
        padding: 4vw 0;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 48%;
        min-height: 58vw;
    }
    
    .method .method_li > li:nth-child(2n+2){
        margin-left: 4%;
    }
    
    .method .method_li > li:nth-child(3),
    .method .method_li > li:last-child{
        border-bottom: none;
    }
    
    .method .method_li li h3{
        padding-left: 3vw;
        font-size: 1.9vw;
    }
    
    .method .method_li li h3::before{
    	content: "";
        background: url("../images/method/icon.png") no-repeat center center;
        background-size: 100%;
        width: 2vw;
        height: 2vw;
        position: absolute;
        top: .5vw;
        left: 0;
    }
    
    .method .method_li li .bg_photo{
        margin: 3vw 0 0;
    	height: 18vw;
    }
    
    .method .method_li li ul{
        margin: 3vw 0 0;
    }
    
    .method .method_li li ul li{
        padding-left: 1vw;
        font-size: 1.9vw;
    }
    
    .method .method_li li p{
        margin: 3vw 0 0;
        font-size: 1.4vw;
    }


    /* recommended
       ================================================================== */
    .recommended{
        padding: 6vw 0 2vw;
    	position: relative;
    }
    
    .recommended .inner{
        padding: 0 0 0;
    }
    
    .recommended .main{
        margin: auto;
        width: 90%;
        position: relative;
    }
    
    .recommended .main .photo{
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
    }
    
    .recommended .main .photo div{
        position: relative;
    }
    
    .recommended .main .photo div::after{
        content: "";
        background: #1264BF;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 3vw;
        left: 5vw;
    }
    
    .recommended .main .photo img{
        position: relative;
        z-index: 1;
    }
    
    .recommended .main .text_box{
        padding: 0;
        width: 50%;
    }
    
    .recommended .main h2 span{
        font-size: 2.3vw;
    }
    
    .recommended .main .sub{
        margin: 2vw 0 0;
    }
    
    .recommended .main .sub span{
        margin: 0 -1vw;
        font-size: 5.7vw;
    }
    
    .recommended .main .sub .red{
        margin-left: 2vw;
    }
    
    .recommended .main .sub .yellow_bg{
        margin: 0 -1vw;
        padding: 0 1vw;
    }
    
    .recommended .main .text{
        margin: 3vw 0 0;
    }
    
    .recommended .difference{
        margin: 5vw 0 0;
    }
    
    .recommended .difference h3{
        text-align: center;
    }
    
    .recommended .difference h3 span{
        font-size: 3.3vw;
    }
    
    .recommended .difference .table_box{
        margin: 3vw 0 0;
        padding: 0 3vw;
    }
    
    .recommended .difference table th,
    .recommended .difference table td{
        padding: 2vw 1vw;
    }
    
    .recommended .difference table ul li,
    .recommended .difference table th,
    .recommended .difference table td{
        font-size: 1.6vw;
    }
    
    .recommended .difference table th{
        padding: 1vw 1vw;
    }
    
    .recommended .difference table ul li{
        margin: 1vw 0 0;
        padding-left: 2vw;
    }
    
    .recommended .difference table ul li::before{
        top: 1vw;
        left: 1vw;
    }
    
    .recommended .difference table ul li .etc{
        margin: 0 0 0 1vw;
    }
    
    .recommended .difference table .siz_s{
        font-size: 0.7em;
    }
    
    .recommended .difference table .ma_l{
        margin-left: 1vw;
        vertical-align: middle;
    }
    
    .recommended .difference .our{
        margin: 0 -4px;
    }
    
    .recommended .difference .our table td{
        padding: 3vw 1vw;
    }
    
    .recommended .difference .our table .font{
        font-size: 2.4vw;
    }
    
    .recommended .difference table .ve_top td{
        vertical-align: middle !important;
    }
    
    .recommended .difference table .flex{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .recommended .difference table + ul{
        margin: 2vw 0 0;
    }
    
    .recommended .difference table + ul li{
        margin: .5vw 0 0;
        font-size: 1.2vw;
    }


    /* please
       ================================================================== */
    .please{
    	position: relative;
    }
    
    .please .inner{
        padding: 6vw 0;
    }
    
    .please .job_box{
        text-align: center;
    }
    
    .please .job_box ul{
        margin: auto;
        width: 90%;
        font-size: 0;
    }
    
    .please .job_box ul li{
        margin: 0 .2vw;
    }
    
    .please .job_box ul li:not(.text){
        padding: 0 2vw;
        font-size: 2.1vw;
        height: 4vw;
        box-sizing: border-box;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        vertical-align: top;
    }

    .please .job_box ul li.siz_m{
        font-size: 2.0vw;
    }

    .please .job_box ul li.text{
        margin: 1vw 0 0;
        font-size: 2.3vw;
        display: block;
    }
    
    .please h2{
        margin: 3vw 0 0;
    }
    
    .please h2 .siz_m{
        font-size: 2.8vw;
    }
    
    .please h2 .siz_l{
        font-size: 5.7vw;
    }
    
    .please h2 .siz_s{
        font-size: 2.3vw;
    }
    
    .please .photo{
        margin: 3vw 0 0;
    }


    /* point
       ================================================================== */
    .point{
    	position: relative;
    }
    
    .point .inner{
        padding: 4vw 0;
    }
    
    .point h2 .siz_m{
        font-size: 3.2vw;
    }
    
    .point h2 .siz_l{
        font-size: 4.6vw;
    }
    
    .point h2 .siz_s{
        font-size: 3.2vw;
    }
    
    .point .box{
        margin: 4vw 0 0;
        padding: 0 0 6vw;
    }
    
    .point .arrow_title > span span{
        line-height: 100%;
    }
    
    .point .arrow_title > span span:nth-child(1){
        margin-right: 2vw;
    }
    
    .point .arrow_title .siz_s{
        font-size: 2.5vw;
    }
    
    .point .arrow_title .siz_m{
        font-size: 2.8vw;
    }
    
    .point .arrow_title .siz_l{
        font-size: 3.3vw;
    }
    
    .point .arrow_title .siz_xl{
        font-size: 3.7vw;
    }
    
    .point .arrow_title .siz_xxl{
        font-size: 5.1vw;
    }
    
    .point .point_li{
        margin: 6vw 0 0;
        padding: 0 4vw;
    }
    
    .point .point_li li{
        margin: 4vw 0 0;
        position: relative;
    }
    
    .point .point_li li .photo{
        position: absolute;
        top: 0;
        width: 45%;
    }
    
    .point .point_li li:nth-child(2n+1) .photo{
        right: 0;
    }
    
    .point .point_li li:nth-child(2n+2) .photo{
        left: 0;
    }
    
    .point .point_li li:nth-child(2n+1) .text_box{
        margin-right: auto;
    }
    
    .point .point_li li:nth-child(2n+2) .text_box{
        margin-left: auto;
    }
    
    .point .point_li li .text_box{
        margin: 0 0 0;
        width: 50%;
        min-height: 24vw;
    }
    
    .point .point_li li .balloon{
        margin: 0 0 0;
        width: 5.6vw;
        height: 5.6vw;
    }
    
    .point .point_li li .balloon > span span:nth-child(1){
        font-size: 1vw;
    }
    
    .point .point_li li .balloon > span span:nth-child(2){
        font-size: 1.9vw;
    }
    
    .point .point_li li h4{
        margin: 2vw 0 0;
    }
    
    .point .point_li li h4 span{
        font-size: 2.3vw;
    }
    
    .point .point_li li p{
        margin: 2vw 0 0;
        font-size: 1.6vw;
    }


    /* performance
       ================================================================== */
    .cperformancev{
    	position: relative;
    }
    
    .performance .inner{
        padding: 4vw 0 9vw;
    }
    
    .performance h2 > span::before,
    .performance h2 > span::after{
        top: 1vw;
    }
    
    .performance h2 > span::before{
        left: -3vw;
        transform: rotate(-20deg);
    }
    
    .performance h2 > span::after{
        right: -3vw;
        transform: rotate(20deg);
    }
    
    .performance h2 > span span{
        display: inline-block;
        font-weight: bold;
        letter-spacing: 0.04em;
        line-height: 120%;
    }
    
    .performance h2 .siz_s{
        padding-right: 6vw;
        font-size: 2.5vw;
    }
    
    .performance h2 .siz_s::after{
        width: 4.5vw;
        height: 3.8vw;
        top: 0;
        right: 0;
    }
    
    .performance h2 .siz_m{
        font-size: 3.1vw;
    }
    
    .performance h2 .siz_l{
        font-size: 4.1vw;
    }
    
    .performance h2 .siz_xl{
        font-size: 5.7vw;
    }

    .performance .slider_wrap{
        margin: 4vw 0 0;
    }

    .performance .category{
        margin: 7vw 0 0;
        padding: 0 0;
    }
    
    .performance .category h3 span{
        font-size: 3.6vw;
    }
    
    .performance .category ul{
        margin: 1.5vw auto 0;
        padding: 0;
        width: 95%;
    }
    
    .performance .category ul li{
        margin: 1.5vw 0 0 2%;
        font-size: 1.7vw;
        width: 18.4%;
        height: 4.7vw;
    }
    
    .performance .category ul li:nth-child(2n+2){
        margin-left: 2%;
    }
    
    .performance .category ul li:nth-child(5n+1){
        margin-left: 0;
    }


    /* slider
       ================================================================== */
    .slider_wrap .slick-slide{
        margin: 0 10px;
        padding: 3vw 2vw;
    }

    .performance .slick-slide{
        min-height: 61vw;
    }
    
    .case .slick-slide{
        min-height: 30vw;
    }
    
    .slider_wrap .user{
        display: flex;
        align-items: center;
    }
    
    .slider_wrap .user .photo{
        width: 25%;
    }
    
    .slider_wrap .user .data_r{
        padding: 0 0 0 2vw;
        width: 75%;
        box-sizing: border-box;
    }
    
    /* pef */
    .slider_wrap .user .data_r .pef .siz_s{
        margin: 1.5vw 0 0;
        font-size: 1.5vw;
    }
    
    .slider_wrap .user .data_r .pef .siz_m{
        font-size: 1.7vw;
    }
    
    .slider_wrap .user .data_r .pef .siz_l{
        font-size: 3.0vw;
    }
    
    /* cas */
    .slider_wrap .user .data_r .cas .siz_ss{
        margin: 0 0 1.5vw;
        font-size: 1.2vw;
    }
    
    .slider_wrap .user .data_r .cas .siz_s{
        margin: 0 0 1.5vw;
        font-size: 1.5vw;
    }
    
    .slider_wrap .user .data_r .cas .siz_m{
        font-size: 2.0vw;
    }
    
    .slider_wrap .user .data_r .cas .siz_l{
        font-size: 2.5vw;
    }
    
    .slider_wrap .user + p{
        margin: 2.5vw 0 0;
    }


    /* support
       ================================================================== */
    .support{
    	position: relative;
    }
    
    .support .inner{
        padding: 6.5vw 2vw;
    }
    
    .support h2 .siz_s{
        margin: 0 auto 2vw;
        padding: 0 3vw;
        font-size: 2.3vw;
    }
    
    .support h2 .siz_l{
        font-size: 4.0vw;
    }
    
    .support .support_content{
        margin: 5vw 0 0;
    }
    
    .support .support_content .content_box{
        margin: 4vw 0 0;
    }
    
    .support .support_content .content_wrap:first-child .content_box:first-child{
        margin: 0 0 0;
    }
    
    .support .content_box h3{
        padding: 1vw 2vw;
        font-size: 1.9vw;
    }
    
    .support .support_content .flex{
        display: flex;
    }
    
    .support .support_content .flex > div{
        width: 49%;
    }
    
    .support .support_content .flex > div:nth-child(2n+2){
        margin-left: 2%;
    }
    
    .support .content_box .box{
        margin: 1.5vw 0 0;
        padding: 3.2vw 3.2vw 4vw 3.2vw;
        box-sizing: border-box;
    }
    
    .support .support_content .content_wrap:nth-child(1) .content_box .box{
        min-height: 38vw;
    }
    
    .support .support_content .content_wrap:nth-child(2) .content_box .box{
        min-height: 31vw;
    }
    
    .support .support_content .content_wrap:nth-child(3) .content_box .box{
        min-height: 38vw;
    }
    
    .support .content_box .box .icon{
        width: 10vw;
        height: 10vw;
    }
    
    .support .content_box .box .right{
        padding: 0 0 0 2.5vw;
        width: calc(100% - 10vw);
    }
    
    .support .content_box .box .right h4 span{
        font-size: 2.3vw;
    }
    
    .support .content_box .box .right p{
        margin: 2vw 0 0;
        font-size: 1.4vw;
        line-height: 2.5vw;
    }
    
    .support .content_box .box .photo{
        margin: 0 0 0;
    }


    /* case
       ================================================================== */
    .case .inner{
        padding: 6vw 0 6.5vw;
    }
    
    .case h2 .siz_s{
        font-size: 3.2vw;
    }
    
    .case h2 .siz_l{
        font-size: 4.2vw;
    }
    
    .case .slider_wrap{
        margin: 4vw 0 0;
    }


    /* option
       ================================================================== */
    .option{
    	position: relative;
    }
    
    .option .bg{
        background-image: 
            url("../images/gear.png"),
            url("../images/gear.png"),
            url("../images/gear.png");
        background-size: 13vw, 9.3vw, 7.3vw;
        background-position: 20% -9%, 100% 85%, 91% 93%;
    }
    
    .option .inner{
        padding: 6vw 0 6.5vw;
    }
    
    .option h2 span{
        font-size: 3.3vw;
    }
    
    .option ul{
        margin: 4vw 0 0;
        display: flex;
    }
    
    .option ul li{
        padding: 0 2.5vw;
        border-top: none;
        border-left: 1px dashed #aaa;
        width: calc(100% /3);
        box-sizing: border-box;
    }
    
    .option ul li h3{
        padding: 4.5vw 0 0;
        background-position: 50% 0;
        background-size: 2.8vw;
        text-align: center;
    }
    
    .option ul li h3 span{
        font-size: 2.1vw;
        letter-spacing: 0;
    }
    
    .option ul li p{
        margin: 1.5vw 0 0;
        font-size: 1.6vw;
        line-height: 2.7vw;
    }


    /* flow
       ================================================================== */
    .flow{
    	position: relative;
    }
    
    .flow .inner{
        padding: 5vw 2vw 6vw;
    }
    
    .flow h2 .siz_m{
        margin: 1vw 0 0;
        font-size: 2.3vw;
        display: block;
    }
    
    .flow h2 .siz_l{
        font-size: 4.2vw;
    }
    
    .flow ul{
        margin: 4vw 0 0;
        display: flex;
    }
    
    .flow ul li{
        margin: 0 2% 0 0;
        padding: 2.5vw 1.5vw;
        box-sizing: border-box;
        width: 15%;
    }
    
    .flow ul li:last-child{
        margin: 0;
    }
    
    .flow ul li::after{
        content: "";
        background: url("../images/flow/arrow.png") no-repeat center center;
        background-size: 100%;
        width: 1.2vw;
        height: 3.3vw;
        left: auto;
        right: -1.7vw;
        top: 0;
        bottom: 0;
    }
    
    .flow ul li:last-child::after{
        display: none;
    }
    
    .flow ul li h3{
        font-size: 1.6vw;
        letter-spacing: 0;
    }
    
    .flow ul li p{
        margin: 2vw 0 0;
        font-size: 1.2vw;
        line-height: 2.2vw;
    }


    /* faq
       ================================================================== */
    .faq{
    	position: relative;
    }
    
    .faq .inner{
        padding: 5.5vw 2vw;
    }
    
    .faq h2 span{
        font-size: 3.3vw;
    }
    
    .faq .list_wrap{
        margin: 4.5vw auto 0;
        width: 80%;
    }
    
    .faq .list_wrap dl{
        margin: 1vw 0 0;
    }
    
    .faq .list_wrap dl dt,
    .faq .list_wrap dl dd{
        padding: 3vw 2.5vw;
    }
    
    .faq .list_wrap dl dt{
        padding-right: 5.5vw;
    }
    
    .faq .list_wrap dl dt::after{
        width: 1.6vw;
        height: 1.6vw;
        right: 2.5vw;
    }
    
    .faq .list_wrap dl dt h3,
    .faq .list_wrap dl dd h4,
    .faq .list_wrap dl dd p{
        padding-left: 6.8vw;
    }
    
    .faq .list_wrap dl dt h3,
    .faq .list_wrap dl dd h4{
        font-size: 1.6vw;
    }
    
    .faq .list_wrap dl dt h3::before,
    .faq .list_wrap dl dd h4::before{
        background-size: 95%;
        width: 3vw;
        height: 3vw;
    }
    
    .faq .list_wrap dl dd p{
        margin: 2vw 0 0;
        font-size: 1.4vw;
        line-height: 2.5vw;
    }


    /* contact
       ================================================================== */
    .contact{
    	position: relative;
    }
    
    .contact .inner{
        padding: 5vw 2vw 0;
    }
    
    .contact .white_bg{
        margin: auto;
        padding: 4.5vw 9.5vw 3vw;
        width: 80%;
        box-sizing: border-box;
    }
    
    .contact h2{
        margin: 0 0 3vw;
    }
    
    .contact h2 span{
        font-size: 1.9vw;
    }
    
    .contact h2 .siz_s{
        font-size: 1.9vw;
    }
    
    .contact h2 .siz_l{
        font-size: 3.3vw;
    }
    
    
    /* form */
    .req{
        margin-left: 12px;
        padding: 0;
        font-size: 12px;
        display: inline-flex;
        width: 40px;
        height: 20px;
        justify-content: center;
        align-items: center;
    }
    
    .contact table{
    	font-size: 16px;
    }
    
    .contact th{
    	padding: 20px 0 10px;
    }
    
    .contact td{
    	padding: 0;
    }
    
    .contact input,
    .contact textarea,
    .contact select{
    	font-size: 16px;
    	padding: 18px;
    }

    .contact .radio .block{
    	margin: 0 15px 0 0;
    	display: inline-block;
    }
    
    .contact textarea{
        height: 160px;
    }
    
    .zsk_btn_area{
    	margin: auto;
    	text-align: center;
    	padding: 35px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zsk_btn_area button{
    	font-size: 18px;
        font-weight: bold;
    	color: #FFF;
    	position: relative;
    	overflow: hidden;
    	text-align: center;
        border-radius: 50px;
        border: 1px solid #222;
        max-width: 348px;
    }
    
    .zsk_btn_area button > span{
    	padding: 15px 0;
    	border: none;
    	display: block;
    	z-index: 1;
    }
    
    .zsk_btn_area button > span span{
    	font-size: 18px;
    	line-height: 150%;
    	color: #FFF;
    }
    
    .zsk_btn_area button:disabled{
    	background: #ccc;
    }
    
    .zsk_btn_area .zsk_btn01{
    	background: #222;
    	width: 100%;
    }
    
    .zsk_btn_area .zsk_btn02{
    	margin-right: 2%;
    	background: #ccc;
        border: 1px solid #ccc;
    	width: 28%;
    }
    
    .zsk_btn_area .zsk_btn03{
    	background: #222;
    	width: 70%;
    }
    
    
    /* line_block */
    .line_block{
    	margin: 35px auto 0;
    	text-align: center;
    	padding: 30px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
        border-top: 1px solid #ddd;
    }
    
    .line_block h4{
        margin: 0 0 15px;
        font-size: 1.9vw;
    }
    
    .com_btn a{
        margin: auto;
        width: 348px;
    	font-size: 16px;
    }
    
    .line_block .com_btn a{
        background: #00B900;
    	border: 1px solid #00B900;
    }
    
    .com_btn a > span{
    	padding: 0;
    	font-size: 16px;
        display: flex;
        width: 100%;
        height: 56px;
        justify-content: center;
        align-items: center;
    }
    
    
    /* thanks */
    .thanks p{
    	margin: 0 auto 25px;
    	font-size: 1.6vw;
    }
    
    .thanks .com_btn{
    	text-align: center;
    }


    /* footer
       ================================================================== */
    footer{
    	padding: 3.2vw 0;
    }
    
    footer address{
    	font-size: 1.2vw;
    }
    

}
@media screen and (min-width : 769px){
    
    
    /* Btn hover
       ================================================================== */
    .com_btn a,
    .zsk_btn_area button{
    	transition: .3s;
        cursor: pointer;
    }
    .com_btn a span,
    .zsk_btn_area button span span{
    	transition: .3s;
    }
    
    .com_btn a:hover,
    .zsk_btn_area button:hover{
    	background: #fff;
    }
    
    .com_btn a:hover span,
    .zsk_btn_area button:hover span{
        color: #222;
    }
    
    .zsk_btn_area .zsk_btn02:hover{
    	background: #fff;
    }
    
    .zsk_btn_area .zsk_btn02:hover span{
        color: #ccc;
    }
    
    .line_block .com_btn a:hover{
        background: #fff;
    }
    
    .line_block .com_btn a:hover span{
        color: #00B900;
    }
    
    
}
@media screen and (min-width : 1100px){


    /* header
       ================================================================== */
    header{
    	position: relative;
        background: url("../images/main_view/bg.jpg") no-repeat center center ,#1264BF;
        background-size: auto 100%;
    }

    header::after{
    	content: "";
        background: url("../images/main_view/item.png") no-repeat top center;
        background-size: 100% auto;
        width: 1150px;
        height: 100%;
        margin: auto;
        top: -20px;
        left: 0;
        right: 0;
    }
    
    header .inner{
        height: 479px;
    }
    
    header .top_text{
    	font-size: 20px;
    }
    
    header h1{
    	margin: 40px 0;
    }
    
    header h1 span{
        font-size: 56px;
    }
    
    header h1 span:nth-child(2){
        margin: -10px 0 -20px;
        font-size: 61px;
    }
    
    header .bottom_text span{
        margin-top: 1vw;
        padding: 6px 8px 8px;
        font-size: 26px;
    }


    /* about
       ================================================================== */
    .about{
    	padding: 0 0 20px;
    }
    
    .about .inner{
    	padding: 50px 0 0;
    }
    
    .about h2{
    	font-size: 26px;
    }
    
    .about h2 .siz_m{
    	font-size: 32px;
    }
    
    .about h2 .siz_l{
    	font-size: 47px;
    }
    
    .about ul{
    	margin: 35px 0 0;
    }
    
    .about ul li{
        margin: 0 12px;
        width: 164px;
        height: 164px;
    }
    
    .about ul li span{
        font-size: 26px;
    }
    
    .about .find_out{
        margin: -40px 0 0;
        height: 90px;
    }
    
    .about .find_out img{
        display: none;
    }


    /* cv
       ================================================================== */
    .cv .inner{
        padding: 34px 0 35px;
    }
    
    .cv .top_text > span::before,
    .cv .top_text > span::after{
        height: 80%;
        top: 10px;
        bottom: 0;
    }
    
    .cv .top_text > span::before{
        left: -15px;
    }
    
    .cv .top_text > span::after{
        right: -15px;
    }
    
    .cv .siz_s{
        font-size: 19px;
    }
    
    .cv .siz_m{
        font-size: 23px;
    }
    
    .cv .siz_l{
        margin: 0 2px;
        font-size: 36px;
    }
    
    .cv .surprised{
        margin: 0 -5px 0 0;
    }
    
    .cv h2{
        margin: 5px 0 0;
        font-size: 30px;
    }
    
    .cv .btn_li{
        margin: 25px 0 0;
    }
    
    .cv .btn_li li{
        margin: 0 10px;
        width: 348px;
    }
    
    .cv .btn_li li a{
        padding: 2px;
    }
    
    .cv .btn_li li a span{
        padding: 17px 0;
        font-size: 23px;
    }


    /* know
       ================================================================== */
    .know .inner{
        padding: 45px 0 108px;
    }
    
    .know .main_box{
        padding: 0;
    }
    
    .know h2{
        text-align: center;
    }
    
    .know h2 > span{
        padding: 65px 0 0;
        font-size: 26px;
    }
    
    .know h2 > span::before{
        width: 250px;
        height: 90px;
        top: 0;
        left: 0;
        right: auto;
    }
    
    .know h2 .dot{
        margin: 0 0 0;
        padding-top: 10px;
        font-size: 44px;
    }
    
    .know h2 .dot::before{
        width: 9px;
        height: 9px;
        border-radius: 10px;
    }
    
    .know h2 .siz_s{
        font-size: 26px;
    }
    
    .know .main_box .white_bg{
        margin: 40px 0 0;
    }
    
    .know .main_box .white_bg .photo{
        width: 50%;
    }
    
    .know .main_box .white_bg .text_box{
        padding: 0 30px;
        width: 50%;
    }
    
    .know .main_box .white_bg .text_box ul li{
        padding: 15px 5px;
    }
    
    .know .main_box .white_bg .text_box ul li span{
        padding: 0 0 0 35px;
        position: relative;
        font-size: 16px;
    }
    
    .know .main_box .white_bg .text_box ul li span::before{
        width: 16px;
        height: 16px;
        top: 6px;
        left: 0;
    }
    
    .know .arrow_box{
    	margin: 32px auto 0;
        width: 95%;
        position: relative;
    }
    
    .know .arrow_box .arrow{
        width: 165px;
    }
    
    .know .arrow_box .box{
        margin: 48px 0 0;
        width: 60%;
    }
    
    .know .arrow_box h3{
    	font-size: 23px;
    }
    
    .know .arrow_box .up{
        width: 414px;
        position: absolute;
        margin: auto;
        top: 0;
        right: 90px;
    }
    
    .know .arrow_box p{
        margin: 30px 0 0;
    	font-size: 30px;
    }
    
    .know .arrow_box p .siz_l{
    	font-size: 44px;
    }
    
    .know .arrow_box p .yellow_bg{
    	padding: 0 0 0 10px;
    }


    /* method
       ================================================================== */
    .method{
        padding: 0 0 78px;
    	position: relative;
    }
    
    .method .inner{
        padding: 0 0 0;
    }
    
    .method h2 > span{
        font-size: 32px;
    }
    
    .method h2 > span .siz_m,
    .method h2 > span span{
        font-size: 32px;
    }
    
    .method h2 > span .siz_l{
        font-size: 40px;
    }
    
    .method .box{
        padding: 0 40px 30px;
    }
    
    .method .method_li > li{
        padding: 27px 0 10px;
        width: 48%;
        min-height: 475px;
    }
    
    .method .method_li > li:nth-child(2n+2){
        margin-left: 4%;
    }
    
    .method .method_li > li:nth-child(3),
    .method .method_li > li:last-child{
        border-bottom: none;
    }
    
    .method .method_li li h3{
        padding-left: 27px;
        font-size: 19px;
    }
    
    .method .method_li li h3::before{
        width: 19px;
        height: 19px;
        top: 5px;
        left: 0;
    }
    
    .method .method_li li .bg_photo{
        margin: 22px 0 0;
    	height: 165px;
    }
    
    .method .method_li li ul{
        margin: 22px 0 0;
    }
    
    .method .method_li li ul li{
        padding-left: 5px;
        font-size: 19px;
    }
    
    .method .method_li li ul li::marker{
        margin-right: 0;
    }
    
    .method .method_li li p{
        margin: 18px 0 0;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0;
    }


    /* recommended
       ================================================================== */
    .recommended{
        padding: 80px 0 20px;
    }
    
    .recommended .inner{
        padding: 0 0 0;
    }
    
    .recommended .main{
        margin: auto;
        width: 980px;
    }
    
    .recommended .main .photo{
        position: absolute;
        top: 0;
        right: 10px;
        width: 521px;
    }
    
    .recommended .main .photo div::after{
        width: 563px;
        height: 295px;
        top: 20px;
        left: 20px;
    }
    
    .recommended .main .text_box{
        padding: 0 60px 0 0;
        width: calc(100% - 521px);
        box-sizing: border-box;
    }
    
    .recommended .main h2 span{
        font-size: 23px;
    }
    
    .recommended .main .sub{
        margin: 20px 0 0;
    }
    
    .recommended .main .sub span{
        margin: 0 -10px;
        font-size: 57px;
        letter-spacing: -2px;
    }
    
    .recommended .main .sub .red{
        margin-left: 15px;
    }
    
    .recommended .main .sub .yellow_bg{
        margin: 0 -10px;
        padding: 0 10px;
    }
    
    .recommended .main .text{
        margin: 25px 0 0;
        font-size: 14px;
        line-height: 25px;
    }
    
    .recommended .difference{
        margin: 65px 0 0;
    }
    
    .recommended .difference h3 span{
        font-size: 33px;
    }
    
    .recommended .difference .table_box{
        margin: 25px 0 0;
        padding: 0;
    }
    
    .recommended .difference table th,
    .recommended .difference table td{
        padding: 15px 10px;
    }
    
    .recommended .difference table ul li,
    .recommended .difference table th,
    .recommended .difference table td{
        font-size: 16px;
    }
    
    .recommended .difference table th{
        padding: 8px 10px;
    }
    
    .recommended .difference table ul li{
        margin: 6px 0 0;
        padding-left: 25px;
    }
    
    .recommended .difference table ul li::before{
        top: 11px;
        left: 10px;
    }
    
    .recommended .difference table ul li .etc{
        margin: 0 0 0 10px;
    }
    
    .recommended .difference table .siz_s{
        font-size: 0.7em;
    }
    
    .recommended .difference table .ma_l{
        margin-left: 10px;
    }
    
    .recommended .difference .our{
        margin: 0 -4px;
    }
    
    .recommended .difference .our table td{
        padding: 20px 10px;
    }
    
    .recommended .difference .our table .font{
        font-size: 24px;
    }
    
    .recommended .difference table + ul{
        margin: 13px 0 0;
    }
    
    .recommended .difference table + ul li{
        margin: 8px 0 0;
        font-size: 12px;
    }


    /* please
       ================================================================== */
    .please{
    	position: relative;
    }
    
    .please .inner{
        padding: 65px 0;
    }
    
    .please .job_box{
        text-align: center;
    }
    
    .please .job_box ul{
        margin: auto;
        width: 90%;
        font-size: 0;
    }
    
    .please .job_box ul li{
        margin: 0 3.5px;
    }
    
    .please .job_box ul li:not(.text){
        padding: 0 12px;
        font-size: 21px;
        height: 34px;
    }

    .please .job_box ul li.siz_m{
        font-size: 20px;
    }

    .please .job_box ul li.text{
        margin: 15px 0 0;
        font-size: 23px;
    }
    
    .please h2{
        margin: 30px 0 0;
    }
    
    .please h2 .siz_m{
        font-size: 28px;
    }
    
    .please h2 .siz_l{
        font-size: 57px;
    }
    
    .please h2 .siz_s{
        font-size: 23px;
    }
    
    .please .photo{
        margin: 30px 0 0;
    }


    /* point
       ================================================================== */
    .point .inner{
        padding: 70px 0 0;
    }
    
    .point h2 .siz_m{
        font-size: 32px;
    }
    
    .point h2 .siz_l{
        font-size: 46px;
    }
    
    .point h2 .siz_s{
        font-size: 32px;
    }
    
    .point .box{
        margin: 40px 0 0;
        padding: 0 0 60px;
    }
    
    .point .arrow_title > span span:nth-child(1){
        margin-right: 20px;
    }
    
    .point .arrow_title .siz_s{
        font-size: 25px;
    }
    
    .point .arrow_title .siz_m{
        font-size: 28px;
    }
    
    .point .arrow_title .siz_l{
        font-size: 33px;
    }
    
    .point .arrow_title .siz_xl{
        font-size: 37px;
    }
    
    .point .arrow_title .siz_xxl{
        font-size: 51px;
    }
    
    .point .point_li{
        margin: 45px 0 0;
        padding: 0 40px;
    }
    
    .point .point_li li:first-child{
        margin: 0 0 0;
    }
    
    .point .point_li li{
        margin: 80px 0 0;
    }
    
    .point .point_li li .photo{
        width: 49%;
    }
    
    .point .point_li li .text_box{
        margin: 0 0 0;
        width: 46.6%;
        min-height: 276px;
    }
    
    .point .point_li li .balloon{
        margin: 0 0 0;
        width: 56px;
        height: 56px;
    }
    
    .point .point_li li .balloon > span span:nth-child(1){
        font-size: 10px;
    }
    
    .point .point_li li .balloon > span span:nth-child(2){
        font-size: 19px;
    }
    
    .point .point_li li h4{
        margin: 20px 0 0;
    }
    
    .point .point_li li h4 span{
        font-size: 23px;
    }
    
    .point .point_li li p{
        margin: 15px 0 0;
        font-size: 16px;
        line-height: 27px;
    }


    /* performance
       ================================================================== */
    .cperformancev{
    	position: relative;
    }
    
    .performance .inner{
        padding: 80px 0 90px;
    }
    
    .performance h2 > span::before,
    .performance h2 > span::after{
        top: 0;
    }
    
    .performance h2 > span::before{
        left: -25px;
        transform: rotate(-20deg);
    }
    
    .performance h2 > span::after{
        right: -25px;
        transform: rotate(20deg);
    }

    .performance h2 > span span{
        line-height: 100%;
    }
    
    .performance h2 .siz_s{
        padding-right: 60px;
        font-size: 25px;
    }
    
    .performance h2 .siz_s::after{
        width: 45px;
        height: 38px;
        top: 0;
        right: 0;
    }
    
    .performance h2 .siz_m{
        font-size: 31px;
    }
    
    .performance h2 .siz_l{
        font-size: 41px;
    }
    
    .performance h2 .siz_xl{
        font-size: 57px;
    }

    .performance .slider_wrap{
        margin: 40px 0 0;
    }

    .performance .category{
        margin: 70px 0 0;
        padding: 0 0;
    }
    
    .performance .category h3 span{
        font-size: 36px;
    }
    
    .performance .category ul{
        margin: 15px auto 0;
        width: 95%;
    }
    
    .performance .category ul li{
        margin: 15px 0 0 2%;
        font-size: 17px;
        width: 18.4%;
        height: 47px;
    }


    /* slider
       ================================================================== */
    .slider_wrap{
        margin: 0 -10px;
    }
    
    .slider_wrap .slick-slide{
        margin: 0 10px;
        padding: 25px 15px;
    }

    .performance .slick-slide{
        min-height: 403px;
        box-sizing: border-box;
    }
    
    .case .slick-slide{
        min-height: 256px;
        box-sizing: border-box;
    }
    
    .slider_wrap .user .photo{
        width: 25%;
    }
    
    .slider_wrap .user .data_r{
        padding: 0 0 0 15px;
        width: 75%;
    }
    
    /* pef */
    .slider_wrap .user .data_r .pef .siz_s{
        margin: 13px 0 0;
        font-size: 15px;
    }
    
    .slider_wrap .user .data_r .pef .siz_m{
        font-size: 20px;
    }
    
    .slider_wrap .user .data_r .pef .siz_l{
        font-size: 35px;
    }
    
    /* cas */
    .slider_wrap .user .data_r .cas .siz_ss{
        margin: 0 0 13px;
        font-size: 14px;
    }
    
    .slider_wrap .user .data_r .cas .siz_s{
        margin: 0 0 13px;
        font-size: 15px;
    }
    
    .slider_wrap .user .data_r .cas .siz_m{
        font-size: 20px;
    }
    
    .slider_wrap .user .data_r .cas .siz_l{
        font-size: 25px;
    }
    
    .slider_wrap .user + p{
        margin: 25px 0 0;
        font-size: 14px;
        line-height: 25px;
    }


    /* support
       ================================================================== */
    .support{
    	position: relative;
    }
    
    .support .inner{
        padding: 65px 0;
    }
    
    .support h2 .siz_s{
        margin: 0 auto 20px;
        padding: 0 30px;
        font-size: 23px;
    }
    
    .support h2 .siz_l{
        font-size: 40px;
    }
    
    .support .support_content{
        margin: 50px 0 0;
    }
    
    .support .support_content .content_box{
        margin: 40px 0 0;
    }
    
    .support .content_box h3{
        padding: 9px 20px;
        font-size: 19px;
    }
    
    .support .support_content .flex{
        display: flex;
    }
    
    .support .support_content .flex > div{
        width: 49%;
    }
    
    .support .support_content .flex > div:nth-child(2n+2){
        margin-left: 2%;
    }
    
    .support .content_box .box{
        margin: 15px 0 0;
        padding: 30px 32px 40px 32px;
    }
    
    .support .support_content .content_wrap:nth-child(1) .content_box .box{
        min-height: 367px;
    }
    
    .support .support_content .content_wrap:nth-child(2) .content_box .box{
        min-height: 280px;
    }
    
    .support .support_content .content_wrap:nth-child(3) .content_box .box{
        min-height: 340px;
    }
    
    .support .content_box .box .icon{
        width: 100px;
        height: 100px;
    }
    
    .support .content_box .box .right{
        padding: 0 0 0 25px;
        width: calc(100% - 100px);
    }
    
    .support .content_box .box .right h4 span{
        font-size: 23px;
    }
    
    .support .content_box .box .right p{
        margin: 15px 0 0;
        font-size: 14px;
        line-height: 25px;
    }


    /* case
       ================================================================== */
    .case .inner{
        padding: 60px 0 65px;
    }
    
    .case h2 .siz_s{
        font-size: 32px;
    }
    
    .case h2 .siz_l{
        font-size: 42px;
    }
    
    .case .slider_wrap{
        margin: 40px 0 0;
    }


    /* option
       ================================================================== */
    .option{
    	position: relative;
    }
    
    .option .bg{
        margin: auto;
        width: 1083px;
        background-image: 
            url("../images/gear.png"),
            url("../images/gear.png"),
            url("../images/gear.png");
        background-size: 130px, 93px, 73px;
        background-position: 20% -9%, 100% 85%, 91% 93%;
    }
    
    .option .inner{
        padding: 60px 0 65px;
    }
    
    .option h2 span{
        font-size: 33px;
    }
    
    .option ul{
        margin: 40px 0 0;
        display: flex;
    }
    
    .option ul li{
        padding: 0 35px;
    }
    
    .option ul li h3{
        padding: 45px 0 0;
        background-position: 50% 0;
        background-size: 28px;
    }
    
    .option ul li h3 span{
        font-size: 23px;
    }
    
    .option ul li p{
        margin: 15px 0 0;
        font-size: 16px;
        line-height: 27px;
    }


    /* flow
       ================================================================== */
    .flow .inner{
        padding: 50px 0 60px;
    }
    
    .flow h2 .siz_m{
        margin: 10px 0 0;
        font-size: 23px;
    }
    
    .flow h2 .siz_l{
        font-size: 42px;
    }
    
    .flow ul{
        margin: 40px 0 0;
        display: flex;
    }
    
    .flow ul li{
        margin: 0 2% 0 0;
        padding: 25px 20px;
        width: 15%;
    }
    
    .flow ul li::after{
        width: 12px;
        height: 33px;
        right: -18px;
    }
    
    .flow ul li h3{
        font-size: 16px;
    }
    
    .flow ul li p{
        margin: 20px 0 0;
        font-size: 12px;
        line-height: 22px;
    }


    /* faq
       ================================================================== */
    .faq .inner{
        padding: 55px 0;
    }
    
    .faq h2 span{
        font-size: 33px;
    }
    
    .faq .list_wrap{
        margin: 45px auto 0;
        width: 716px;
    }
    
    .faq .list_wrap dl{
        margin: 10px 0 0;
    }
    
    .faq .list_wrap dl dt,
    .faq .list_wrap dl dd{
        padding: 33px 25px;
    }
    
    .faq .list_wrap dl dt{
        padding-right: 55px;
    }
    
    .faq .list_wrap dl dt::after{
        width: 16px;
        height: 16px;
        right: 25px;
    }
    
    .faq .list_wrap dl dd{
        padding-right: 45px;
    }
    
    .faq .list_wrap dl dt h3,
    .faq .list_wrap dl dd h4,
    .faq .list_wrap dl dd p{
        padding-left: 68px;
    }
    
    .faq .list_wrap dl dt h3,
    .faq .list_wrap dl dd h4{
        font-size: 16px;
    }
    
    .faq .list_wrap dl dt h3::before,
    .faq .list_wrap dl dd h4::before{
        background-size: 95%;
        width: 30px;
        height: 30px;
    }
    
    .faq .list_wrap dl dd p{
        margin: 20px 0 0;
        font-size: 14px;
        line-height: 25px;
    }


    /* contact
       ================================================================== */
    .contact{
    	position: relative;
    }
    
    .contact .inner{
        padding: 50px 0w 0;
    }
    
    .contact .white_bg{
        margin: auto;
        padding: 45px 95px 30px;
        width: 717px;
    }
    
    .contact h2{
        margin: 0 0 30px;
    }
    
    .contact h2 span{
        font-size: 19px;
    }
    
    .contact h2 .siz_s{
        font-size: 19px;
    }
    
    .contact h2 .siz_l{
        font-size: 33px;
    }
    
    
    /* form */
    .req{
        margin-left: 12px;
        padding: 0 0 1px;
        font-size: 12px;
        display: inline-flex;
        width: 40px;
        height: 20px;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    
    .contact table{
    	font-size: 16px;
    }
    
    .contact th{
    	padding: 28px 0 10px;
        font-size: 16px;
    }
    
    .contact td{
    	padding: 0;
    }
    
    .contact input,
    .contact textarea,
    .contact select{
    	font-size: 16px;
    	padding: 18px;
    }
    
    .contact textarea{
        height: 160px;
    }
    
    .zsk_btn_area{
    	margin: auto;
    	text-align: center;
    	padding: 35px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zsk_btn_area button{
    	font-size: 18px;
        font-weight: bold;
    	color: #FFF;
    	position: relative;
    	overflow: hidden;
    	text-align: center;
        border-radius: 50px;
        border: 1px solid #222;
        max-width: 348px;
    }
    
    .zsk_btn_area button > span{
    	padding: 15px 0;
    	border: none;
    	display: block;
    	z-index: 1;
    }
    
    .zsk_btn_area button > span span{
    	font-size: 18px;
    	line-height: 150%;
    	color: #FFF;
    }
    
    .zsk_btn_area button:disabled{
    	background: #ccc;
    }
    
    .zsk_btn_area .zsk_btn01{
    	background: #222;
    	width: 100%;
    }
    
    .zsk_btn_area .zsk_btn02{
    	margin-right: 2%;
    	background: #ccc;
        border: 1px solid #ccc;
    	width: 28%;
    }
    
    .zsk_btn_area .zsk_btn03{
    	background: #222;
    	width: 70%;
    }
    
    
    /* line_block */
    .line_block{
    	margin: 35px auto 0;
    	text-align: center;
    	padding: 30px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
        border-top: 1px solid #ddd;
    }
    
    .line_block h4{
        margin: 0 0 15px;
        font-size: 19px;
    }
    
    .com_btn a{
        margin: auto;
        width: 348px;
    	font-size: 16px;
    }
    
    .line_block .com_btn a{
        background: #00B900;
    	border: 1px solid #00B900;
    }
    
    .com_btn a > span{
    	padding: 0;
    	font-size: 16px;
        display: flex;
        width: 100%;
        height: 56px;
        justify-content: center;
        align-items: center;
    }
    
    
    /* thanks */
    .thanks p{
    	margin: 0 auto 30px;
    	font-size: 16px;
    }
    
    .thanks .com_btn{
    	text-align: center;
    }

    
    /* footer
       ================================================================== */
    footer{
    	padding: 32px 0;
    }
    
    footer address{
    	font-size: 12px;
    }

    
    /* TOPへ戻るボタン
       ================================================================== */
    #page-top {
    	position: fixed;
    	bottom: 20px;
    	right: 40px;
    	z-index: 100;
		width: auto;
    }
    	
    #page-top img{
    	width: auto;
    }
    	
    #page-top a{
    	display: block;
    	transition: ease-in 0.3s;
    }
    	
    #page-top a:hover{
    	opacity: 0.8;
    }

    
}
