@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');

/* ===========================
    commonここから
============================*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
font-family:'Noto Sans JP', sans-serif;
}

.wrap {
    overflow: hidden;
}

span {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #fff;
}

.con-nav {
    margin-bottom: 30px;
}

.con-nav span {
    display: block;
}

.com_box {
    /* 親要素 */
    letter-spacing: -.4em;
    /* 文字間を詰めて隙間をなくす */
}

.com_box p {
    /* 子要素 */
    display: inline-block;
    letter-spacing: normal;
    /* 文字間を元に戻す */
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

/* ===========================
    commonここまで
============================*/


/* ===========================
    headerここから
============================*/



header {
    width: 100%;
    background-color: #fff;
}

.inner {
    max-width: 960px;
    margin: 0 auto;
}

.header_box {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
  -webkit-align-items: center;      /* Safari etc. */
  -ms-align-items    : center;      /* IE10        */
  align-items        : center;
}

#header-logo {
    width: 25%;
}

#header-logo img {
    max-width: 80%;
}

.nav_box {
    width: 75%;
}

.menu {
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;    
    justify-content: flex-end;
    align-items: center;
}

.menu span {
    display: block;
}

.menu span {
    display: block;
}


.menu a {
    display: block;
    padding: 23px 18px;
    height: 100%;
    text-align: center;
    line-height: 1.0;
    margin-top: 3px;
}

.menu a:hover {
    border-top: 3px solid #4771BF;
    margin-top: 0;
}


header .navOpen {
    width: 100px;
    height: 100px;
    float: right;
    cursor: pointer;
    background: url(images/nav_sp.gif) no-repeat 0 0;
    background-size: 200px;
}

.menu-sp {
    width: 100%
}

header .menu-sp ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #fff;
    position: fixed;
    padding: 5% 0
}

header .menu-sp li {
    line-height: 1.4;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    display: block;
    height: 14.2%;
    padding-top: 2%;
    padding-bottom: 2%;

}

header .menu-sp a {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    line-height: 120%;
}

.navOpen:hover {
        opacity: 0.7;
}


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

    /*スマホ用メニューボタン非表示*/
    header .navOpen {
        display: none;
    }
}

@media screen and (max-width:960px) {
	header .inner {
		padding: 0 10px;
	}
}

@media screen and (max-width:768px) {
    .header_box {
        padding: 0 20px;
        position: relative;

    }
    #header-logo img {
    max-width: initial;
    }
    .nav_wrap_pc {
        display: none;
    }

    #header-logo {
        width: 100%;
        margin-top: 33px;
		margin-bottom: 31px;
    }


    header .navOpen {
        width: 100px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10000;
    }
header .navClose {
    background-position: -100px 0;
	position: fixed;
    /*ボタンの画像切り替え*/
}


    .nav_box {
        width: 100%;
    }

    .list-sp {
        z-index: 9999;
    }

    .list-sp span {
        display: block;
        margin-top: 7px;
    }

    header .menu-sp li {
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center;
        height: 14.2%;
		margin-bottom: 8px;
    }

    .menu-sp img {
        max-width: 50%;
    }
}

@media screen and (max-width:500px) {
    #header-logo img {
        max-width: 363px;
		width: 280px;
	}
}

@media screen and (max-width:480px) {

    #header-logo {
        margin-top: 25px;
    }


    header .navOpen {
        width: 70px;
        height: 70px;
        background: url(images/nav_sp_480.gif) no-repeat 0 0;
    }

    header .navClose {
        background-position: -70px 0;
        /*ボタンの画像切り替え*/
    }
}

@media screen and (max-width:380px) {
    #header-logo img {
        max-width: 363px;
		width: 180px;
	}

}
/* ===========================
    headerここまで
============================*/


/* ===========================
    MVここから
============================*/
.main-visual {
	background-image:url("images/main-visual.jpg");
	background-position:top center;
	background-size: cover;
	width: 100%;
	height:420px;
}
.visual-img {
	display: none;
}
.main-visual_box {
    position: relative;
}
.main-visual-area .inner {
	margin-top: -30px;
}
.product-band {
    content: '';
    display: block;
    background-image: url(images/main_visual_band_bg.jpg);
    background-repeat: repeat-x;
    height: 231px;
	position: absolute;
    left: 0;
	top:0;
    margin-right: 50px;
    /*左側のマージン*/
    width: 30%;
    z-index: 9997;
}

.product-box {
  /*  position: absolute;
    bottom: -104px; */
	position: relative;
	top:-53px;
}
.product {
	position: relative;
    max-width: 960px;
    margin: 0 auto;
    z-index: 9998;
}
.product h2 {
	margin-left: -223px;
}
.product-img {
	position: absolute;
    z-index: 9998;
	right: -32px;
	top:-60px;
}
.product-icatch {
    position: absolute;
    z-index: 9998;
    right: 200px;
    top: 94px;
}
.catch {
    position: absolute;
    z-index: 9998;
    right: 360px;
    top:146px;
}

.slider_wrap {
    max-width: 960px;
    text-align: right;
    margin: auto;
    position: relative;
}

.slider_box {
    width: 702px;
    float: right;
}
.explan, .note {
	margin: 0 auto;
	max-width: 960px;
}

.display {
    background: linear-gradient(-135deg, #1656AD, #021B58);
    padding: 7px 12px;
    border-radius: 10px;
    color: #fff;
    top: 345px;
    font-weight: 500;
}

.explan {
	padding-top: 100px;
	text-align: right;
}

.note {
    font-size: 18px;
    color: #072B6F;
    font-weight: 400;
	text-align: right;
	padding-right: 155px;
}
.com_left,
.com_left_pc {
    border-radius: 10px 0 0 10px;
    background: #089EB2;
    padding: 7px 12px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
	border: 1px solid #089EB2;
}

.com_right,
.com_right_pc {
    display: inline-block;
    background: #FFF;
    padding: 7px 12px;
    color: #333333;
    border-radius: 0 10px 10px 0;
    font-size: 11px;
	border: 1px solid #089EB2;

}

.com_area {
    width: 100%;
    box-sizing: border-box;
}
.scroll {
	float: left;
}
.com_box {
	padding-top: 30px;
	float: right;
}
.com_box .com_left {
    width: 25%;
    font-size: 16px;
    float: left;
    box-sizing: border-box;
}

.com_box .com_right {
    width: 75%;
    font-size: 16px;
    float: left;
    box-sizing: border-box;
}


.scroll {
    text-align: left;
	margin-left: -130px;
}

.slider_wrap .com_box {
    text-align: right;
}

.slick-dots {
    bottom: 0;
}
    
    .slick-dots li button::before {
        font-size: 12px;
    }
	.product-box.pc {
		display: block;
	}
		.product-box.sp {
		display: none;
	}
@media screen and (max-width:1250px) {

.scroll {
    text-align: left;
    margin-left: 10px;
}
}
@media screen and (max-width:1120px) {
.product h2 {
    margin-left: -200px;
	padding-left: 10px
}

}

@media screen and (max-width:1000px) {
	.concern-top h2 {
		padding: 0 10px;
	}
	.concern-top h2 {
		text-align: center;
		margin: 0 auto;
	}

	.concern-top h2 img {
		text-align: center;
		margin: 0 auto;
	}

.product h2 {
    margin-left: -50px;
	padding-left: 0;
}
.catch {
    right: 250px;
    top: 75px;
}
.product h2 img {
    width:400px;
    margin-left: 0;
}
.product-band {
		display: none;
	}
.product-img {
    right: 0;
}
.explan {
    padding-top: 80px;
}
.explan.pc, .note.pc, .product-icatch.pc {
		display: none;
	}
.main-visual {
    background-position: top left;
}
.explan.sp, .note.sp, .com_area.sp, .product-icatch.sp {
		display: block;
		text-align: left;
}
.scroll, .com_area.pc {
    display: none;
}
	.com_area.sp {
		margin-top: 60px;
		
		
	}

.product-icatch.sp {
    position: static;
	padding:10px;
	width: 50%;
	text-align: right;
}
.main-visual-area .com_area.sp {
		display: flex;
		justify-content: center;
		align-items: center;
	}
.main-visual-area .com_box {
	width: 50%;
	padding:10px;
	font-size: 24px;
		text-align: center;
		float: none;
	}
.main-visual-area .com_box .com_left {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
	border-radius: 10px 10px 0 0;
		float: none;

}
.main-visual-area .com_box .inline-block {
		width: 100%;
	}
.main-visual-area .com_box .com_right {
	border-radius: 0 0 10px 10px;
	width: 100%;
	    text-align:center;
		float: none;
   display: inherit;
}
.main-visual-area .com_box .com_right p {
		text-align: left;
	}
	.scroll.sp {
		display: block;
		text-align: center;
		margin: 30px auto 0;
		float: none;
	}
		.scroll.sp img {
		display: block;
		text-align: center;
		margin: 0 auto;
	}

}
@media screen and (max-width:882px) {
.catch {
    right: 178px;
}
	.catch img {
		max-width: 60%;
	}
	.product h2 {
    margin-left: -95px;
    padding-left: 0;
}
}

@media screen and (max-width:768px) {
    .main-visual {
        margin: 50px auto 0;
    height: auto;
}
    .product-band {
        display: none;
    }
	.product h2.pc {
		display: block;
	}
    .slider_wrap {
        margin: 0 auto;
        position: relative;
        height: auto;
        width: 100%;
    }

    .slider_wrap:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .slider_box {
        float: none;
        max-width: 87%;
        position: absolute;
        right: 0
    }

    .slider_inner {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }


    .product-box {
        padding: 0;
        margin-left: -20px;
        height: auto;
    }

    .catch {
        position: relative;
		top: -80px;
		left: 10%;
    }

    .product-box h2 {
        padding-left: 20px;
		max-width: 70%;
    }
	.product-box h2 img {
		width: 100%;
		max-width: 100%;
	}
    .product-img {
		right:0;
        position: absolute;
        bottom: auto;
    }
    .product-img img {
		max-width: inherit;
    }

    .display {
        bottom: auto;
        top: 80%;
        left: 20px;
        position: absolute;
        font-size: 18px;
    }

    .explan {
        position: relative;
		width: 100%;
		padding-top: 0;
    }

    .note {
        font-size: 24px;
        padding: 0 20px;
        position: absolute;
    }

    .com_left_pc {
        display: none;
    }

    .com_right_pc {
        display: none;
    }

    .main-visual .com_box {
        top: 115%;
        padding: 0 20px;
        position: absolute;
    }
    .main-visual {
	background-image:none;
}
.visual-img {
	display: block;
}
	.product-box.pc {
		display: none;
	}
		.product-box.sp {
		display: block;
	}
.product-box {
    top: -100px;
}
}
@media screen and (max-width:650px) {
}
@media screen and (max-width:580px) {
.product-box h2 {
    margin-left: -100px;
	padding-left: 0;
}
.product-box {
    top: -50px;
}
    .catch {
        position: relative;
		top: -30px;
		left: 5%;
		max-width: 80%;
		
    }

}
@media screen and (max-width:480px) {
.main-visual-area .inner {
    margin-top:0;
}
    .note {
        font-size: 12px;
        margin-top: 10px;
    }

    .main-visual .com_box {
        top: 122%;
    }

    .main-visual {
        margin: 35px auto 0;
    }
    
    .com_box .com_left, .com_box .com_right {
        font-size:14px;
    }
	.product-img {
    right: -91px;
}
    .product-img img {
		max-width: 60%;
    }
.product-box h2 {
    margin-left: -50px;
	padding-left: 0;
	max-width: 60%;
}
	.com_box {
	font-size: 16px;
	}
	    .note {
        font-size: 16px;
    }
.product-icatch.sp {
	width: 100%;
}
	.main-visual-area .com_area.sp {
		flex-wrap: wrap;
	}
.main-visual-area .com_box {
	width: auto;
	}


}
@media screen and (max-width:410px) {
	.explan {
    padding: 0 10px;
}

}

@media screen and (max-width:330px) {
.product-box h2 {
    margin-left: -35px;
	padding-left: 0;
}
}

/* ===========================
    MVここまで
============================*/


/* ===========================
    conceptここから
============================*/
.concern-top {
    background-image:url("images/concern_bg.jpg");
	background-size: cover;
	background-position: bottom center;
	width: 100%;
	height:1140px;
	margin: 45px auto 0;
    padding: 140px 0 70px;
}
@media screen and (min-width:1140px) {
.concern-top {
    padding: 140px 0 70px;
	height:1400px;
}
}
@media screen and (min-width:770px) {
.concern-top {
    padding: 30px 0 70px;
	height:700px;
}
}
@media screen and (min-width:480px) {
.concern-top {
    padding: 30px 0 70px;
	height:700px;
}
}
.concern-top p {
	font-size: 24px;
	font-weight: 500;
	color:#333333;
	padding-top:54px;
	padding-bottom:45px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.concern-bottom h3 {
	font-size: 30px;
	color:#072B6F;
	font-weight: 500;
	text-align: center;
	padding-top: 42px;
	padding-bottom: 160px;
}
.concern-top .h4-box {
	text-align: center;
}
.inline-block {
	display: inline-block;
}
.concern-top h4 {
	font-size: 30px;
	color:#072B6F;
	font-weight: 500;
	padding-bottom: 15px;
	position: relative;
    text-align: left;
	padding-left:34px;
}
.concern-top h4::after {
	content: '';
	background-image: url("images/check.png");
	position: absolute;
	left:0;
	top:5px;
	width:28px;
	height:34px;
}

.concern-top-p-02 {
	margin-top: -20px;
}
.concern-bottom {
	background: #F4F3EB;
}
.inner-1230 {
    max-width: 1230px;
    padding: 135px;
    margin: 0 auto;
    background: #fff;
}

.concept-img {
    text-align: center;
    margin:50px 0;
}

@media screen and (max-width:768px) {
    .inner-1230 {
        padding: 50px 20px 115px;
        margin: 0 20px 0;
    }

    .concept-contents {
        display: block;
        width: 90%;
    }
    
    .sec-01 {
        padding: 320px 0 70px;
        margin-top: -300px;
    }

    .scroll {
        margin-top: 60px;
        margin-bottom: 60px;

    }
	.concern-top {
    height: 850px;
	}
	.concern-bottom h3 {
    padding-top: 42px;
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (max-width:600px) {
	.h4-box {
		padding: 0 10px;
	}
	.concern-top p {
    font-size: 18px;
    font-weight: 500;
    color: 
    #333333;
    padding-top: 44px;
    padding-bottom: 35px;
    text-align: center;
}
	.concern-top h4 {
		font-size: 24px;
	}
	.concern-bottom h3 {
    font-size: 24px;
}

	.concern-top h4::after {
    top: 0;
}
}
@media screen and (max-width:480px) {
    .sec-01 {
        padding:215px 0 70px;
        margin-top: -200px;
    }
	.concern-top {
    padding: 10px 0 70px;
	height: 500px
}
		.concern-top p {
    font-size: 16px;
    padding-top: 24px;
    padding-bottom: 20px;
}
	.concern-top h4 {
		font-size: 20px;
	}
.concern-bottom h3 {
    font-size: 20px;
padding-bottom: 60px;
}

}

/* ===========================
    conceptここまで
============================*/


/* ===========================
    商品詳細ここから
============================*/

.sec-02 {
    position: relative;
    overflow-x: hidden;
    padding: 180px 0 100px/*380px */;
}
.sec-02 .inner {
    position: relative;
    z-index: 1000;
}
.sec-02::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: top left;
 
  z-index: 3;
  width:100%;
  height:100%;
    background-color: #FFFFFF;
	z-index: -8;
}

/*
.sec-02::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 0 0 300px 100vw;
    border-color: transparent transparent #E3F5FF transparent;
}
*/

.pro-note {
    font-size: 11px;
    color: #072B6F;
    margin-top: 6px;
    font-weight: 400;
}

.pro-display {
    padding: 7px 12px;
    border-radius: 10px;
    color: #072B6F;
    border: 1px solid #072B6F;
    display: inline-block;
    float: right;
    font-weight: 500;
}

.product-top h3 {
    margin-top: 20px;
}

.element {
    float: left;
}

.pro-display {
    float: right;
    margin-top: 60px;
}

.product-01 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
    border-bottom: 1px dotted #707070;
}

.product-02 {
    padding-right: 40px;
}

.note_gray {
    font-size: 11px;
    color: #656565;
    margin-top: 20px;
}

.bold {
    font-weight: 700;
}

.product-top {
    margin-bottom: 30px;
}

.product-top .left {
    float: left;
    width: 80%;
}

.product-top .right {
    float: right;
    width: 20%;
}
.bold {
	font-weight: 700;
}
.product-bottom .left {
	padding-top: 57px;
    float: left;
    width: 30%;
}
.product-bottom .right {
    float: right;
    width: 70%;
	padding-left: 20px;
}

.product-bottom .com_box {
	float: none;
    padding-top: 0;
}

/*  一旦左寄せここから   */
.product-bottom .com_box {
    width: 100%;
}
.product-bottom .com_left {
   text-align: center;
}
@media screen and (max-width:1000px) {
.sec-02 .inner {
    padding: 0 10px;
    }
}

/*  一旦左寄せここまで   */
@media screen and (max-width:768px) {
    .sec-02 {
        padding: 110px 10px 180px;
    }

    .product-01 {
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-right: 0;
        border-bottom: 1px dotted #707070;
    }

    .product-top .left {
        float: left;
        width: 70%;
    }

    .product-top .right {
        float: right;
        width: 30%;
        padding-left: 5%;
		padding-top: 150px;
    }

    .pro-note {
        font-size: 18px;
        margin-top: 20px;
        line-height: 130%;
    }

    .element {
    float: none;
    }
.product-top h3 {
    margin-top: 75px;
}
    
    .pro-display {
        float: none;
        margin-top: 30px;
    }

    .product-02 {
        padding-right: 0;
    }

    .product-bottom .left {
        float: none;
        width: 100%;
        text-align: center;
    }

    .product-bottom .right {
        float: none;
        width: 100%;
        margin-top: 40px;
		padding-left:0;
    }

    .sec-02::before {
        border-width: 0 0 100px 100vw;
    }
.product-bottom .com_left {
    width: 18%;
   text-align: left;
}
.com_box .com_right {
    width: 82%;
}
.sec-02 .inner {
    padding: 0;
}
}

@media screen and (max-width:768px) {
    .pro-note {
        font-size: 24px;
    }
}


/* ===========================
    商品詳細ここまで
============================*/



/* ===========================
    商品の特徴ここから
============================*/

.sec-03 {
	position: relative;
  padding: 260px 0 300px;
  margin-top: -200px;

}
.sec-03:before {
    content: '';
  padding: 260px 10px 300px;
  margin-top: -200px;
    color: #fff;
    background: #F5F5F5;
    position: absolute;
    width:100%;
	height: 100%;
	display: block;
	z-index: -9;
}

.sec-04::before {
	content: '';
	position: absolute;
	right:0;
	background-image: url("images/object_bg.png");
	width:476px;
	height: 1406px;
	top: -900px;
}

.sec-03 .inner  {
	position: relative;
	z-index: 100;
	padding: 0 10px;
}

.sec-04 {
    background-color: #EBEBEB;
}
.sec-04 .inner {	
	position: relative;
	z-index: 200;
}

.merit-inner clearfix {
    text-align: center;
}

.merit-logo {
    text-align: center;
}

.merit_box h3 {
    margin-bottom: 50px;
}

.merit-inner .merit-logo {
	width: 25%;
	float: left
}

.merit-inner .merit-explan {
    margin-top: 40px;
	font-size: 24px;
	width:75%;
	padding-left: 20px;
	float: left
}

.merit-linnea{
	margin: 40px 0 0 0;
}
.linnea-logo {
    text-align: center;
}

.linnea_box h3 {
    margin-bottom: 50px;
}

.merit-linnea .linnea-logo {
	width: 25%;
	float: left
}

.merit-linnea .linnea-explan {
    margin-top: 40px;
	font-size: 24px;
	width:75%;
	padding-left: 20px;
	float: left
}

.margin {
    margin: 0 -27px;
    display: block;
}

.margin::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.l-4,
.l-6 {
    float: left;
    position: static;
    box-sizing: border-box;

}

.l-4 {
    width: 33.3333%;
    padding: 0 27px;
}

.l-6 {
    width: 50%;
    padding: 0 10px;
}


.paper {
    text-align: center;
    padding: 40px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-bottom: 45px;
    margin-top: 70px;
    color: #fff
}

@media screen and (max-width:768px) {
.merit-inner .merit-logo {
    width: 100%;
    float: none;
}
	.merit-inner .merit-logo img {
		text-align: center;
		margin: 0 auto;
	}
.merit-inner .merit-explan {
    width: 100%;
}

.merit-linnea{
	margin: 0 0 0 0;
}
.merit-linnea .linnea-logo {
    width: 100%;
    float: none;
    margin: 30px 0 -50px 0;
}
	.merit-linnea .linnea-logo img {
		text-align: center;
		margin: 0 auto;
	}
.merit-linnea .linnea-explan {
   width: 100%;
} 

.sec-03::after {
	content: '';
	position: absolute;
	right:-280px;
	top:-230px;
	background-image: url("images/merit_bg_sp.png");
	background-repeat: no-repeat;
	width:577px;
	height: 1481px;
	background-size: 80%;
}

}

.sec-04 {
	position: relative;
    padding: 180px 10px 120px;
	margin-top: -180px;
}

.component_box h3 {
    margin: 40px auto 25px;
    text-align: center;
    font-weight: 700;
}

.com-link-box .inner {
    max-width: 960px;
    margin: 0 auto;
    margin: 0 auto;
    padding: 0 67px;
}

.com-img {
    text-align: center;
}


.com-button a {
    font-size: 16px;
    background-color: #333333;
    display: block;
    text-align: center;
    padding: 11px 100px;
}

.com-button a {
    display: block;
    text-align: center;
    position: relative;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(images/com-link-left.png);
    background-position: 20px center;
}

.com-button a::after {
    content: '';
    position: absolute;
    background-image: url(images/com-link-right.png);
    display: block;
    width: 39px;
    height: 12px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


.report {
    margin: 30px 0;
}

.small {
    font-size: 14px
}

.merit-bottom {
    background-image: url("images/object_bottom_bg.png");
	background-color: #fff;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.com-explan {
    text-align: center;
}

.com-note {
    text-indent: -2em;
    padding-left: 2em;
    color: #888888;
    margin-top: 15px;
	font-size: 15px;
}

.com-button a:hover {
    opacity: 0.7;
}

@media screen and (max-width:768px) {
    .sec-04 {
        padding: 100px 10px;
    }
.sec-04::before {
	content: '';
	position: absolute;
	left:0;
	background-image: url("images/merit_bottom_bg_sp.png");
	width:auto;
	height: 3518px;
	width:768px;
	background-repeat: no-repeat;
	background-size: contain;
	top:-150px;
}
	
	
	
    .m-12 {
        width: 100%;
        padding: 0;
    }
    .component_box {
        margin-bottom: 130px;
    }
    .component_box:last-child {
        margin-bottom: 45px;
    }

    .paper {
        text-align: center;
        padding: 40px 0;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        margin-top: 0;
        margin-bottom: 45px;
        color: #fff;
    }

    .com-link-box .inner {
        padding: 0;
    }

    .com-link-box .margin {
        margin: 0;
    }

    .com-button a {
        padding: 20px 60px;
    }

    .com-button {
        margin-bottom: 30px;
    }

    .mb-0 {
        margin-bottom: 0;
    }
    
    .sec-04 .margin {
        margin: 0;
    }
	.merit-bottom {
    background-image: url("images/object_bottom_bg_sp.png");
}

}

/* ===========================
    商品の特徴ここまで
============================*/


/* ===========================
    お客様の声ここから
============================*/


.sec-05,
.sec-06 {
    padding: 200px 10px;
}

.sec-06 {
    background-color: #F5F5F5;
}

.voice_box h3 {
    margin: 20px 0;
}

.profile {
    margin-bottom: 10px;
}

.voice_box p {
    overflow: hidden;
    word-wrap: break-word;
}

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

    .sec-05 .margin {
        margin: 0;
    }

    .voice_box {
        margin-bottom: 80px;
    }

    .voice_box:last-child {
        margin-bottom: 0;
    }

}

}

/* ===========================
    お客様の声ここまで
============================*/


/* ===========================
    よくあるご質問ここから
============================*/


.faq-box {
    margin-top: 75px;
}

.q_box {
    border-bottom: 1px solid #707070;
    margin-bottom: 25px;
    padding-bottom: 25px;
}


.a_box {
    margin-bottom: 50px;
}

.a_box:last-child {
    margin-bottom: 0;
}

.qa-left {
    float: left;
    width: 5%;
    margin-right: 10%;
    box-sizing: border-box;
}

.qa-right {
    float: left;
    font-size: 16px;
    width: 85%;
    box-sizing: border-box;
    position:relative;
}

.q_box .qa-right::after {
    content:"ー";
    position: absolute;
    right:20px;
    top:0;
}


.q_box .qa-right {
    color: #072B6F;
}

.a_box .qa-right {
    color: #000;
}

@media screen and (max-width:768px) {
    .faq-box {
        margin-top: 40px;
    }

    .qa-left {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 15px;
        position:relative;
    }
    
    .q_box .qa-left::after {
        content:"ー";
        position: absolute;
        right:20px;
        top:0;
    }

    .qa-right {
        float: none;
        width: auto;
    }
    .q_box .qa-right::after {
        content:"";
    }

}

/* ===========================
    よくあるご質問ここまで
============================*/


/* ===========================
    メインセクションここから
============================*/

.sec-07 {
	z-index: -3;
    background-image: url(images/main_product_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top -47px center;
    padding: 80px 0 110px
}

.main_left {
    float: left;
    padding-top: 90px;
    width: 58%;
}

.main_right {
    float: right;
    width: 42%;
}

.product_info {
    margin-bottom: 20px;
	position: relative;
}
.main_top {
	position: relative;
}

.main_product-band {
content: '';
display: block;
background-color: #021B58;
background-repeat: repeat-x;
height: 275px;
position: absolute;
left: 0;
top: 284px;
margin-right: 50px;
width: 33%;
}

.product_info .pro-note,
.product_info .pro-display {
    color: #072B6F;
}

.product_info .pro-note {
	margin-bottom: 15px;
}

.product_info .pro-display {
    margin-top: 0;
    float: none;
    margin-right: 35px;
	background:linear-gradient(to left, #1656AD, #021B58);
	border-radius: 20px;
	border: none;
	color:#fff;
	font-size: 32px;
}

.product_info .com_box {
    width: 100%;
}

.sec-07 .product_info h3 {
    margin: 15px 0;
}

.product_info h2 {
    margin: 0 0 0 -200px;
}

.product_info .com_left,
.product_info .com_right {
    font-size: 12px;
}

.product_info .pro-note {
    font-size: 12px;
    display: inline-block;
}

.product_img {
    margin-top: 30px;
}


.product_about {
    max-width: 1110px;
    margin: 80px auto 0;
    background-color: rgba(8, 158, 178, 0.1);
    padding: 62px 80px;
    color: #072B6F;
}

.product_about h4 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
}

.product_about p {
    font-size: 18px;
}

.main_bottom {
    color: #333333;
}
.main_bottom .inner {
	background-image: url("images/main_bottom_bg.png");
	background-position: center center;
	background-repeat: repeat;
	width:100%;
	height:100%;
	padding: 107px 87px;
	margin-top: 109px;
}
.intake {
    margin-top: 70px;
    font-size: 16px;
}

.intake dl {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
}

.intake dt {
    padding-bottom: 5px;
    font-weight: 500;
	width:18%;
	float: left;
}

.intake dd {
	width:82%;
	float: left;
	padding-left: 85px;
}

.intake span {
    font-size: 12px;
}
@media screen and (max-width:960px) {
.sec-07 {
    padding: 80px 10px 110px
}
	.main_product-band {
		display: none;
	}
	.product_info .com_box span {
		display: block;
		float
	}
	.product_info .com_box {
    display: flex;
    float: none;
}
}
@media screen and (max-width:768px) {

    .main_left {
        float: none;
        width: auto;
        padding-top: 0;
    }

    .main_right {
        float: none;
        width: auto;
    }

    .sec-07 {
        background-image: none;
    }

    .main_top {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0 0;
    }

    .main_bottom {
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
		margin: 0 10px;
    }

    .sec-07 {
        padding: 0;
    }
	.main-product_box {
		position: relative;
	}
	.main-product_box::after {
		content: '';
		background-image: url("images/main-product_box_bg_sp.png");
		background-repeat: no-repeat;
		width: 768px;
height:4000px;
		position: absolute;
		display: block;
		top:700px;
		z-index: -1;
	}
    .main-product_box .inner {
		padding: 42px 20px;
		
    }

    .product_info .pro-note {
        margin-bottom: 10px;
        font-size: 18px
    }

    .product_info .com_box {
        width: 100%;
    }
.main-product_box .product_info h2 {
    margin:0 -10px;
}
	.main-product_box .main_product-band {
		display: none;
	}
    .product_img {
        text-align: center;
    }

    .product_about {
        border-right: none;
        border-left: none;
		max-width: 100%;
		margin: 0 10px;
		padding: 42px 20px;
    }
    .product_about .inner {
		padding: 42px 0;
		
    }

    .product_info .com_left,
    .product_info .com_right {
        font-size: 18px;
    }

    .report {
        margin: 20px 0 30px;
    }
.intake dt {
    width: 25%;
}
.intake dd {

    width:75%;
    padding-left: 20px;

}
    dt {
        clear: left;
        float: left;
        width: 35%;
    }

    dd {
        padding-left: 10px;
    }
}
@media screen and (max-width:480px) {
.intake dt, .intake dd {
    width: 100%;
}
.product_info .pro-display {
    font-size: 25px;
}
.main_top {
    padding: 0;

}
}
/* ===========================
    メインセクションここまで
============================*/

/* ===========================
    フッターここから
============================*/
footer {
	/*padding-top: 150px;*/
}
.ft_top {
    padding: 33px 20px;
    background: #333333;
}

.ft_logo {
    text-align: center;
    margin: 0 auto 20px;
}

.ft_btm {
    padding: 45px 0;
}

.customer {
    line-height: 120%;
    background-repeat: no-repeat;
    background-image: url(images/tel_icon.png);
    background-position: left 5px center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 8px 15px 8px 40px;
    border-radius: 20px;
    float: left;
    margin-right: 8px;
    font-weight: 700;
}

.tel {
    float: left;
    padding: 8px 0;
    margin-right: 30px;


}

.time {
    color: #fff;
    line-height: 120%;
    border: 1px solid #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.copy {
    font-size: 14px;
    text-align: center;
}

.ft_top .inner {
    position: relative;
    overflow: hidden;
}

.tel_box {
    position: relative;
    left: 50%;
    float: left;
}

.tel_box p {
    position: relative;
    left: -50%;
    float: left;
    list-style: none;
}

.slick-dots li button:before {
    color: #fff;

}

.slick-dots li.slick-active button:before {
    color: #072B6F;
    opacity: 1;
}

.slick-dots li button::before {
    opacity: 1;
}

.sp-none {
    display: block;
}

.sp-block {
    display: none;
}


@media screen and (max-width:768px) {
    .ft_btm {
        padding: 30px 20px;
    }
	    .sec-05,
    .sec-06 {
        padding: 100px 10px;
		position: relative;
		z-index: 100;
    }

}

@media screen and (max-width:480px) {
    .tel {
        margin-right: 0;
        width: 60%;
    }

    .sp-none {
        display: none;
    }

    .block_wrap {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        clear: both;
        padding-top: 20px;
    }
footer {
	padding-top: 80px;
}
.ft_top {

    padding: 33px 10px;

}
    .sp-block {
        display: inline-block;
    }
	.sec-06 {
    padding: 100px 10px 50px;
}
.com_box .com_left {
    font-size: 14px;
    float: left;
    box-sizing: border-box;
}
.product_info .com_right {
    font-size: 14px;
}
.main-product_box .inner {
    padding: 42px 10px;
}
.product_about {
    padding: 0;
}
.product_about p {
    font-size: 16px;
}
.main_bottom .inner {
    margin-top: 50px;
}
.report {
    margin: 0 0 30px;
}
.product-top .left {
    float: none;
    width: 100%;
}
.product-top .right {
    float: none;
    width: 100%;
    padding-left:0;
    padding-top: 20px;
	text-align: center;
	margin: 0 auto;

}
.product-top .right img {
	text-align: center;
	margin: 0 auto;
	width: 50%;
	}
.product-top h3 {
    margin-top: 25px;
}
.pro-note {
    font-size: 18px;
}
.sec-02 {
    padding: 0 10px 100px;
}
.product-bottom .com_box {
    margin-bottom: 20px;
}
.product-bottom .left {
    padding-top: 10px;
}
.product-bottom .com_box .com_left {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px 10px 0 0;
    float: none;
}
.product-bottom .com_box .com_right {
    border-radius: 0 0 10px 10px;
    width: 100%;
    text-align: center;
    float: none;
    display: inherit;
}
.component_box {
    margin-bottom: 100px;
}
.sec-04 {
    padding: 100px 10px 50px;
}
.merit-bottom {
    height: 100px;
}
}

/* ===========================
    フッターここまで
============================*/


/* ===========================
    common-2ここから
============================*/

.pc,
.product_info .pc {
    display: block;
}

.sp,
.product_info .sp {
    display: none;
}

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

    .pc,
    .product_info .pc {
        display: none;
    }

    .sp,
    .product_info .sp {
        display: block;
    }


}