@charset "utf-8";
/* CSS Document */

/* //////////////////////////////////////////////////////////
Layout
////////////////////////////////////////////////////////// */

/* header
--------------------------------------------------------- */
header {
	width: 100%;
	/*min-width: 1280px; リキッドにしない */
	height: 154px;
	background: #fff;
	border-bottom: 1px solid #ececec;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	position: relative;
	z-index: 9999;
}

.header_wrap {
	width: 100%;
	/*min-width: 1280px; リキッドにしない */
}
.header_body {
	/*max-width: 1280px;
	width: 1280px; リキッドにしない */
	/*margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;*/
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.header_body_inner {
	padding: 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}

.logo_eltex_square {
	width: 184px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.menu_wrap {
	width: 100%;
	padding-left: 248px;/* 184+64 */
}

/* ----- ヘッダーを固定する ----- *
header {
	position: fixed;
	z-index: 999;
	top: 0;	
}
#contents {
	margin-top: -154px;
	padding-top: 154px;
}
*/


/*tablet
@media screen and (min-width: 701px) and (max-width: 1020px) {
header {
	width: 100%;
	height: 48px;
}
.header_body {
	min-width: 100%;
	margin: 0 auto;
}
.header_body_inner {
	padding: 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.logo_eltex_square {
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
}*/
/*sp
@media screen and (max-width: 700px) {
header {
	width: 100%;
	height: 48px;
}
.header_body {
	min-width: 100%;
	margin: 0 auto;
}
.header_body_inner {
	padding: 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.logo_eltex_square {
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
}*/




/* ----- contactMenu - header ----- */
header .contactMenu {
	height: 82px;
	position: absolute;
	right: 0;
}
header .contact_sectoin .contactMenu ul {
	display: block;
	letter-spacing:-0.4em;/* inline-block Hack */
}
header .contactMenu li {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display: inline;/* inline-block Hack forIE */
	*zoom: 1;/* inline-block Hack forIE */
	height: 82px;
	vertical-align: middle;
	margin: 16px 0 0 0;
}
header .contactMenu li .menu_block {
	display: block;	
	margin: 0 16px;
}
header .contact_tel img {
	width: 200px;
	margin-top: 8px;
}
header .contact_form {
	width: 320px;
	height: 48px;
}

/* ----- contactMenu - footer ----- */
.contact_sectoin .contactMenu ul {
	margin: 0 auto;
	text-align: center;
	display: block;
	letter-spacing:-0.4em;/* inline-block Hack */
}
.contact_sectoin .contactMenu li {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display: inline;/* inline-block Hack forIE */
	*zoom: 1;/* inline-block Hack forIE */
	vertical-align: middle;
	margin: 0 32px;
}
.contact_sectoin .contactMenu li .menu_block {
	display: block;	
	margin-left: 32px;	
	margin-right: 32px;
}
.contact_sectoin .contact_tel {
	width: 288px;
	margin-top: 16px;
}
.contact_sectoin .contact_form {
	width: 488px;
	height: 68px;
}
.contact_sectoin .contact_form .btn-tawara {
	border-radius: 68px;
	height: 68px;
	padding: 18px 48px;
}
.contact_sectoin .contact_form .btn-tawara img {
	width: 320px;
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
.contact_sectoin .contactMenu li .menu_block {
	display: block;	
	margin: 8px auto;
}
.contact_sectoin .contact_tel {
	width: 100%;
	margin: 0 auto;
}
.contact_sectoin .contact_form {
	width: 100%;
	height: 48px;
}
.contact_sectoin .contact_form .btn-tawara {
	border-radius: 48px;
	height: 48px;
	padding: 14px 42px;
}
.contact_sectoin .contact_form .btn-tawara img {
	width: 100%;
}
}
/*sp*/
@media screen and (max-width: 700px) {
.contact_sectoin .contactMenu li .menu_block {
	display: block;	
	margin: 8px auto;
}
.contact_sectoin .contact_tel {
	width: 100%;
	margin: 0 auto;
}
.contact_sectoin .contact_form {
	width: 100%;
	height: 48px;
}
.contact_sectoin .contact_form .btn-tawara {
	border-radius: 48px;
	height: 48px;
	padding: 14px 16px;
}
.contact_sectoin .contact_form .btn-tawara img {
	width: 100%;
}
}
/* ----- contactMenu - 会社情報 ----- */
.corporate_sectoin .contactMenu {
	height: 48px;
}
.corporate_sectoin .contact_sectoin .contactMenu ul {
	display: block;
	letter-spacing:-0.4em;/* inline-block Hack */
}
.corporate_sectoin .contactMenu li {
	display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display: inline;/* inline-block Hack forIE */
	*zoom: 1;/* inline-block Hack forIE */
	height: 48px;
	vertical-align: middle;
	margin: 16px 0 0 0;
}
.corporate_sectoin .contactMenu li .menu_block {
	display: block;	
	margin: 0 16px;
}
.corporate_sectoin .contact_tel img {
	width: 180px;
	margin-top: 8px;
}
.corporate_sectoin .contact_form {
	width: 280px;
	height: 48px;
}


/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
.corporate_sectoin .contact_tel {
	width: 100%;
}
.corporate_sectoin .contact_form {
	width: 100%;
}
.corporate_sectoin .contact_form .btn-tawara {
	border-radius: 48px;
	height: 48px;
	padding: 18px 48px;
}
.corporate_sectoin .contact_form .btn-tawara img {
	width: 320px;
}
}
/*sp*/
@media screen and (max-width: 700px) {
.corporate_sectoin .contactMenu li {
	display: block;
}
.corporate_sectoin .contact_tel {
	width: 70%;
}
.corporate_sectoin .contact_form {
	width: 80%;
}
.corporate_sectoin .contact_form .btn-tawara {
	border-radius: 48px;
	height: 48px;
	padding: 18px 48px;
}
.corporate_sectoin .contact_form .btn-tawara img {
	width: 320px;
}
}









#container {
     width:100%;
}





/*
.reason_section {
	background: #fff;
}
.merit_sectoin {
	background: #f4f5f5;
}
.product_section_1 {
	background: #fff;
}
.product_section_2 {
	background: #f4f5f5;
}
.result_logo_section {
	background: #fff;
}
.review_section {
	background: #f4f5f5;
}
.faq_section {
	background: #fff;
}
.onayami_section_1 {
	background: #fff;
}
.onayami_section_2 {
	background: #f4f5f5;
}
.contact_section_2 {
	background: #fff;
}
.pagetop_sectoin {
	background: #999;
}
.footerGlobalNav_sectoin {
	background: #fff;
}
.corporate_sectoin {
	background: #f4f5f5;
}
.copyright_sectoin {
	background: #fff;
}



*/
























/* =========================================================
footer
========================================================= */

footer{
	width: 100%;
}




/* フッターのお問い合わせ
--------------------------------------------------------- */




/* フッターのページトップ
--------------------------------------------------------- */

.pagetop_sectoin {
	color: #283f68;
	padding: 0;
}

.pagetop_sectoin a {
	color: #283f68;
	font-size: 0.9em;
	width: 100%;
	display: block;
	padding: 0 0 4px 0;
}

.pagetop_sectoin a i:before {
	font-size: 2em;
	margin: 0;
	position: relative;
	top: 4px;
}




/* フッターのグローバルナビ
--------------------------------------------------------- */

/* ----- globalNav ----- */
.footerGlobalNav_sectoin .section_body_inner {
	padding: 0;
}
.footerGlobalNav_sectoin {
	padding: 0;
	background: #000;
	color: #fff;
}
.footerGlobalNav_sectoin .globalNav {
	width: 100%;
	height: 64px;
}
.footerGlobalNav_sectoin .globalNav ul {
	display: block;
	margin: 0 auto;
}
.footerGlobalNav_sectoin .globalNav li {
	display: inline-block;
	height: 64px;
	vertical-align: middle;
	margin: 0;
	line-height: 64px;
}
.footerGlobalNav_sectoin .globalNav li a {
	display: block;
	height: 64px;
	text-decoration: none;
	font-size: 14px;
	padding: 0 32px;
	vertical-align: middle;
	color: #fff;
}
.footerGlobalNav_sectoin .globalNav li:first-child a {
	margin-left: 0;
}
.footerGlobalNav_sectoin .globalNav li a:hover {
	background: #253f68;
}
/*tablet*/
@media screen and (max-width: 1020px) {
/* ----- globalNav ----- */
.footerGlobalNav_sectoin .section_body_inner {
	padding: 0;
}
.footerGlobalNav_sectoin .globalNav {
	width: 100%;
	height: auto;
}
.footerGlobalNav_sectoin .globalNav ul {
	display: block;
	margin: 0 auto;
}
.footerGlobalNav_sectoin .globalNav li {
	display: block;
	height: 48px;
	vertical-align: middle;
	margin: 0;
	line-height: 48px;
	border-top: 1px solid #253f68;
}
.footerGlobalNav_sectoin .globalNav li .menu_block {
	display: block;	
	margin: 0;
}
.footerGlobalNav_sectoin .globalNav li a {
	display: block;
	height: 48px;
	text-decoration: none;
	font-size: 14px;
	padding: 0 8px;
	vertical-align: middle;
	color: #fff;
	background: #000;
	margin: 0;
}

}
/*sp*/
@media screen and (max-width: 700px) {

}





/* フッターの会社情報
--------------------------------------------------------- */
.corporate_sectoin {
	background: #283f68;
	color: #fff;
}
.corporate_sectoin .card_part_inner {
	text-align: left;
	padding: 0;
}
.corporate_sectoin .name {
	margin: 8px 0 32px 0;
	width: 344px;
}
.corporate_sectoin .address {
	/*color: #666;*/
	margin: 8px 0;
}
.corporate_sectoin .tel_fax {
	/*color: #666;*/
	margin: 8px 0;
}
/*tablet and sp*/
@media screen and (max-width: 1020px) {
.corporate_sectoin .name {
	width: 100%;
}
}

.corporate_sectoin .contactMenu {
	display: none;
}
/* ----- GoogleMap埋め込み ----- */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* フッターのC表記エリア
--------------------------------------------------------- */

.copyright_sectoin {
	padding: 0;
}
.copyright_sectoin .section_body_inner {
	position: relative;
	display: block;
}
.copyright_sectoin .section_body_inner > * {
	display: inline-block;
	vertical-align: middle;
}

.copyright {
	/*color: #666;*/
	colot: #fff;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
}
.footerSubNav {	
	color: #666;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
}
.footerSubNav ul {
	display: block;
}
.footerSubNav li {
	display: inline-block;
	border-left: 1px solid #ccc;
	padding: 0 16px;
	white-space: nowrap;
}
.footerSubNav a {	
	color: #333;
	text-decoration: none;
}
.footerSubNav li:first-child {
	border-left: 0;
}
.footer_banner img {
	padding: 0 8px;
	width: 216px;
}
.footer_policy_mark {
	padding: 0 0 0 8px;
	width: 208px;
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
.footerSubNav {	
	text-align: center;
	padding: 16px;
}
}
/*sp*/
@media screen and (max-width: 700px) {
.footerSubNav {	
	text-align: center;
	padding: 16px;
}
}



/* =========================================================
reason 選ばれる理由
========================================================= */



/*.title_visual {
	background: #f5f5f5;
	height: 240px;
	padding: 32px;
}*/
.reason_nav {
	margin-top: -32px;
}
/*sp*/
@media screen and (max-width: 700px) {
.reason_nav {
	margin-top: 0;
}
}

.reason_nav a .icon {
	display: block;
	margin: 0 auto 8px;
	width: 40px;
	opacity: 0.75;
}
.reason_nav a:hover .icon,
.reason_nav .here .icon {
	opacity: 1;
}



/* =========================================================
product 製品紹介
========================================================= */

.product_nav .logo_eltexdc {
	width: 260px;
}
.product_nav .logo_eltexcx {
	width: 300px;
}




/* =========================================================
review 導入事例・お客様の声
========================================================= */

#review {
}
.review_list {
	margin-bottom: 32px;
}
.review_list .card_part_inner {
	padding: 0;
}
.review_list .user_data_wrap {
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 16px;
}
.review_list .user_data_wrap .user_logo {
	background: #fff;
	width: 100%;
	margin: 0 auto;
}
.review_list .user_data_wrap .user_logo img {
	width: 100%;
}
.review_list.card_wrap_2 .user_data_wrap .user_logo img {
	width: 80%;
}

.review_list .user_data_wrap .user_name {
	padding: 16px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
}

.review_list .user_data_wrap .user_point {
	text-align: left;
	width: 100%;
	margin: 0 auto;
}
.review_list.card_wrap_2 .user_data_wrap .user_point {
	width: 80%;
}

.review_list .user_tag {
	margin: 8px auto;
	width: 100%;
}
.review_list.card_wrap_2 .user_tag {
	margin: 8px auto;
	width: 80%;
}

.tag ul {
	margin: 0 auto;
}
.tag li {
	display: inline-block;
	text-align: center;
}
.tag li div {
	display: block;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 2px 8px;
	font-size: 12px;
	margin: 2px;
	color: #666;
}

.site_cap {
	height: 160px;
	overflow: hidden;
}



/* 導入事例・お客様の声　詳細ページ
--------------------------------------------------------- */

.result_detail_wrap {
	margin: 0 auto;
	text-align: left;
}
.result_detail_wrap .user_logo {
	width: 100%;
}
.result_detail_wrap .user_name {
	font-size: 14px;
	font-weight: 500;
	margin: 16px 0;
}

.result_detail dt,
.result_detail dd {
	margin: 16px;
}
.result_detail dt {
	font-weight: bold;
}
.result_detail {
	border: 1px solid #ececec;
	margin: 16px auto;
}
.result_detail_seika {
	width: 48%;
	float: left;
	margin-right: 8px;
}
.result_detail_seika dd {
	color: #E7241D;
	font-weight: bold;
}
.result_detail_point {
	width: 48%;
	float: right;
	margin-left: 8px;
}


.tandan-q:before {
	content: " ─ ";
	width: 21px;
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 2px 0;
}
.taidan-name {
	display: inline-block;
	font-weight: 500;
	color: #009aea;
	margin-right: 1.5em;
}
.taidan-name-q {
	color: #009aea;
}
.taidan-name-a {
	color: #ea3d00;
}





/* =========================================================
faq よくあるご質問
========================================================= */


/* ----- FAQリスト ----- */
.faq_list_container .section_body_inner {
	/*background: #f5f5f5;/* 検証用 */
	width: 1080px;
	font-size: 120%;
}
.faq_list_wrap {
}
.faq_list {
	margin: 30px;
}
.faq_list li {
	padding: 8px;
}

.faq_sub_link {
	font-size: 90%;
	margin: 0 auto;
	padding: 30px;
	/*border-bottom: 1px solid #ccc;*/
}
.faq_sub_link .h {
	background: #f5f5f5;
	padding: 8px 16px;
	border-radius: 8px;
}
/*tablet*/
@media screen and (max-width: 1020px) {
/* ----- FAQリスト ----- */
.faq_list_container .section_body_inner {
	width: 100%;
	font-size: 110%;
	padding: 8px;
}
.faq_list_container .h {
	margin: 0.5em auto;
}
.faq_list {
	margin: 30px;
}
}
/*sp*/
@media screen and (max-width: 700px) {
/* ----- FAQリスト ----- */
.faq_list_container .section_body_inner {
	width: 100%;
	font-size: 110%;
}
.faq_list {
	margin: 10px;
}
}

/* ----- Ｑ＆Ａアイコン ----- */

/* アイコン付きリスト */
.faq_list li {
	text-indent: -24px !important;
	padding-left: 1.5em !important;
	position: relative;
}
/* アイコンのみiタグで入れる場合 */
i.icon-faq {
	text-indent: -24px !important;
	padding-left: 1.5em !important;
	position: relative;
	display: inline-block;
}

.faq_list_q:before,
.faq_list_a:before,
.icon-faq:before {
	font-family: "icomoon";
	font-size: 1.3em;
	padding: 0;
	font-weight: normal;
	color: #baa99f;
	position: relative;
	vertical-align: middle;

    display: inline-block;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
	
	left: 5px;
	top: -0.1em;
	width: 24px;
	text-align: center;
}
.faq_list_q:before,
.icon-faq-q:before {
	content: "\e902";
	color: #2e9dd5;/* スカイブルー */
}
.faq_list_a:before,
.icon-faq-a:before {
	content: "\e901";
	color: #e97300;/* オレンジ */
}



.faq_detail {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px;
	margin: 0 auto;
}
.faq_detail.faq_list li {
	text-indent: -24px !important;
	padding-left: 1.5em !important;
	position: relative;
	margin-bottom: 16px;
}
.faq_detail .faq_list_q:before,
.faq_detail .faq_list_a:before,
.faq_detail .icon-faq:before {
	width: 24px;
}
.faq_detail_a {
	display: inline-block;
	margin-top: 8px;
	text-indent: 0;
}
.h-faq {
	font-weight: bold;
}







/* =========================================================
選ばれる理由
========================================================= */
.reason_title {
	width: 400px;
	margin: 0 auto;
}
.reason_section .reason_list {
	
}
.reason_section .reason_list a {
	display: block;
	text-decoration: none;
	color: #333;
	border: 10px solid #fff;
	border: 10px solid #f5f5f5;
	border-radius: 10px;
}
.reason_section .reason_list a:hover {
	border: 10px solid #f5f5f5;
	box-shadow: 4px 8px 0 rgba(0,0,0,0.1);
}
.reason_section .card_part {
	/*border: 1px solid rgba(255, 255, 255, 0.5);*/
	/*border-top: 6px solid #D58100;*/
	/*background: #f0f2f1;*/
}
.reason_section .card_part .image {
	width: 80%;
	margin: 0 auto;
	padding: 8px;
	margin-bottom: 8px;
}
.reason_section .text {
	background: #fff;
	padding: 24px;
	/*border-radius: 8px;*/
	background: #f5f5f5;
	text-align: left;	
}
.reason_section .card_part .image img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.reason_section .card_part:hover .image img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}


/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
.reason_section .card_part .image {
	width: 60%;
}
.reason_title {
	width: 70%;
	margin: 0 auto;
}
.reason_section .text {
	padding: 8px;
}
}
/*sp*/
@media screen and (max-width: 700px) {
.reason_section .card_part .image {
	width: 60%;
}
.reason_title {
	width: 90%;
	margin: 0 auto;
}
.reason_section .text {
	padding: 8px;
}
}







/* =========================================================
eltexDCの4つの特徴
========================================================= */
.product_section_2 {
	background-image: url(../images/bg_sankaku_yellow_01.png);
}
.product_section_2 .card_part .h {
	font-weight: 900;
	font-size: 18px;
	margin: 16px auto;
}
.product_section_2 .card_part .image {
}
.product_section_2 .card_part .text {
	text-align: left;
}



/* =========================================================
トップ - よくあるご質問
========================================================= */
.faq_section {
	background: #e3f2f9;/* ペールブルー */
	background-image: url(../images/bg_sankaku_blue_01.png);
}
.faq_section .card_part_inner {
	background: #fff;
}

.faq_topics {
}
.faq_topics .card_part {
	margin-top: 16px;
}
.faq_topics .card_part_inner {
	padding: 0;
}

.q_wrap {
	padding: 16px;
}

.q_wrap .icon-faq-q {
	position: relative;
	top: -32px;
	background: #2e9dd5;/* スカイブルー */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin: 0 auto;
	border: 1px solid #2e9dd5;/* スカイブルー */
}
.q_wrap .icon-faq-q:before {
	color: #fff;
	font-size: 24px;
	position: relative;
	top: 8px;
	left: 0;
}
.q_wrap .h {
	position: relative;
	top: -16px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.a_wrap .arrow_wide.section_hr {
	width: 80px;
	top: -24px;
}
.a_wrap {
	background: #f5f5f5;
	padding: 16px 16px 32px 16px;
}
.a_wrap .icon-faq-a {
	position: relative;
	top: -16px;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/
	margin: 0 auto;
	border: 1px solid #e97300;/* オレンジ */
}
.a_wrap .icon-faq-a:before {
	color: #e97300;/* オレンジ */
	font-size: 24px;
	position: relative;
	top: 6px;
	left: 0;
}
.a_wrap .text {
	text-align: left;
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
.faq_topics .card_part {
	margin-top: 32px;
}
.faq_topics .card_part:nth-child(1),
.faq_topics .card_part:nth-child(2) {
	margin-top: 16px;
}
}
/*sp*/
@media screen and (max-width: 700px) {
.faq_topics .card_part {
	margin-top: 48px;
}
.faq_topics .card_part:first-child {
	margin-top: 24px;
}
}



/* =========================================================
お悩み
========================================================= */

.onayami_img {
	max-width: 800px;
	margin: 0 auto -40px;
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
.onayami_img {
	margin: 0 auto;
}
}
/*sp*/
@media screen and (max-width: 700px) {
.onayami_img {
	margin: 0 auto;
}
}

/* =========================================================
お任せください
========================================================= */
.welcome_section {
	background: url(../images/bg_sankaku_yellow_01.png);
}
.welcome_img {
	margin-bottom: 16px;
}



/* =========================================================
メインビジュアル　スライダー
========================================================= */
.mainvisual-slider {
}
.mainvisual-slider .mainvisual-slide {
}


.mainvisual-slide .bg {
	background-size: auto 100%;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	background-repeat: no-repeat;
	background: no-repeat center center;
	background-size: cover;
	margin: 0 auto;
	max-width: 1280px;
}
.mainvisual-slide.marketer {
	background-image: url(../images/visual/photo-main3.png);
	background-position: 80% 10%;
}
.mainvisual-slide.marketer .bg {
	background-image: url(../images/visual/img-main3.png);
	background-position: center center;
}
.mainvisual-slide .text {
	/*position: relative;*/
	text-align: left;
	margin: 0 auto;
	max-width: 1280px;
}
.mainvisual-slide .h {
	height: 100%;
	left: 10%;
	position: absolute;
	top: 20%;
	width: 40%;
}


.mainvisual-slide .text .h {
	width: 38%;
}
.hero {
	min-height: 540px !important;
	height: 540px !important;
}
.mainvisual-slider {
	height: 540px !important;
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
  .mainvisual-slide .text .h {
	  width: 40%;
  }
  .hero {
	  min-height: 440px !important;
	  height: 420px !important;
  }
  .mainvisual-slider {
	  height: 420px !important;
  }
  .mainvisual-slide .h {
	  height: 100%;
	  left: 10%;
	  position: absolute;
	  top: 20%;
	  width: 50%;
  }
}
/*sp*/
@media screen and (max-width: 700px) {
  .hero {
	  min-height: 320px !important;
	  height: 320px !important;
  }
  .mainvisual-slider {
	  height: 320px !important;
  }
  .mainvisual-slide .bg {	  
	  background-size: auto 320px;
	  background-position: center 80%;
  }
  .mainvisual-slide.marketer .bg {
	  background-position: 70% 48%;
  }
  .mainvisual-slide.marketer {
	  background-position: 80% 48%;
  }
  .mainvisual-slide .h {
	  left: 10%;
	  width: 50%;
  }
}
/*sp-min*/
@media screen and (max-width: 360px) {
  .mainvisual-slide .h {
	  left: 3%;
	  width: 60%;
  }
}