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

/*--------------------------------------------------
font-style
--------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: 'Noto Sans Japanese', sans-serif;
}
.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}
.roboto{font-family: 'Roboto', sans-serif;}

/*------------------------------------------------
layout
------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}
#wrapper{
	color: #333;
}
.section {
    padding: 80px 0;
}
.inner_sec {
    max-width: 1000px;
    margin: 0 auto;
}
#wrap {
    overflow: hidden;
	position: relative;
}

@media screen and (max-width:768px){
.section {
    padding: 50px 10px;
}
}



/*------------------------------------------------
common
------------------------------------------------*/
.h2_sec_title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
}
#sec01 .h2_sec_title {
    margin-bottom: 100px;
}
.media_sp{
	display: none;
}
.media_pc{
	display: block;
}
#content.top {
    padding-top: 75px;
	margin-top: 0;
}
#content {
    padding-top: 70px;
    margin-top: 80px;
}
a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
.tel a {
    text-decoration: none;
    color: #fff;
}
.bread {
    display: flex;
    width: 90%;
    margin: 0 auto 20px auto;
    font-size: 12px;
}
.bread_li a {
    text-decoration: none;
    color: #e60012;
	position: relative;
}
.bread_li {
	position: relative;
	margin-right: 5px;
}
.bread_li:last-child {
    margin-right: 0;
}
.bread_li::after {
    content: ">";
    padding-left: 5px;
}
.bread_li:last-child::after {
    display: none;
}
.note {
    font-size: 13px;
    text-align: center;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

@media screen and (max-width:768px){
.bread{
	display: none;
	}	
.media_sp{
	display: block;
}	
.media_pc{
	display: none;
}	
#content.top {
    padding-top: 60px;
	margin-top: 0;
}	
#content {
    padding-top: 50px;
    margin-top: 40px;
}	
#sec01 {
    padding: 0 10px;
}	
#sec01.top {
    padding: 50px 10px;
}	
.h2_sec_title {
    font-size: 21px;
	}
#sec01 .h2_sec_title {
    margin-bottom: 40px;
}	
.news_dl::after {
    right: 0;
	}
.news_dd {
    padding-right: 20px;
    line-height: 1.3;
}
.note {
    font-size: 12px;
	line-height: 1.3;
	text-align: left;
}	
}


@media screen and (max-width:414px){
a.anchor {
    display: block;
    padding-top: 100px !important;
    margin-top: -100px !important;
}	
}

/*------------------------------------------------
header
------------------------------------------------*/
header {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.header_inner {
    letter-spacing: -0.4em;
}
.logo_area {
    background: #fff;
    display: inline-block;
    width: 250px;
	vertical-align: top;
	padding: 27px 10px 27px 20px;
	box-sizing: border-box;
}
.contact_btn_wrap {
    display: inline-block;
    width: 200px;
    text-align: center;
    height: 74px;
    background: #e60012;
}
.contact_btn_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
}
.contact_btn_inner a {
    color: #fff;
    font-size: 13px;
    letter-spacing: normal;
    text-decoration: none;
    padding: 8px 10px;
    border: solid 1px #fff;
    border-radius: 6px;
}

@media screen and (max-width:768px){
.contact_btn_wrap {
    display: none;
}	
	.contact_btn_wrap {
    display: none;
}
.contact_btn_wrap {
    display: none;
}	
}




/*------------------------------------------------
nav
------------------------------------------------*/
/*nav {
    display: inline-block;
    width: calc(100% - 450px);
    vertical-align: top;
	z-index: 1;
	position: relative;
}
nav li {
    letter-spacing: normal;
}
nav > ul > li {
  width: 100%;
	position: relative;
}
nav li img {
    position: absolute;
    right: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
}
nav > ul > li > a {
  display: block;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  background-color: #e60012;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
nav > ul > li:first-child > a{border-top: 1px solid #ccc;}
nav > ul > li > ul {
  display: none;
}
nav > ul > li li > a {
  display: block;
  width: 100%;
  padding: 10px 5%;
  border-bottom: 1px solid #e60012;
  background-color: #fff;
  color: #e60012;
  text-decoration: none;
  box-sizing: border-box;	
}

@media screen and (min-width: 700px) {
  nav > ul {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
  }
  nav > ul > li {
    display: inline-block;
    width: calc(100% / 6);
    font-size: 14px;
    vertical-align: top;
  }
  nav > ul > li > a {
    border: none;
    border-left: 1px solid #fff;
	text-decoration: none; 
	box-sizing: border-box;
  }
nav li:last-child a {
    border-right: solid 1px #fff;
    box-sizing: border-box;
}	
  nav > ul > li:first-child > a {
    border-top: none;
    border-left: none;
  }
}

@media screen and (max-width: 768px) {
nav {
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: top;
    z-index: 1;
    position: fixed;
    width: 100%;
	}
nav > ul > li > a {
    padding: 20px 0;
	}
.logo_area {
    width: 150px;
    position: fixed;
    z-index: 10;
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 10px;
}	
.hamburger {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 5px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
}
.hamburger.active span {
  visibility: hidden;
}
.hamburger.active span::before, .hamburger.active span::after {
  top: 0;
  visibility: visible;
}
.hamburger.active span::before {
  transform: rotate(45deg);
}
.hamburger.active span::after {
  transform: rotate(135deg);
}
.hamburger span {
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
}
.hamburger span::before, .hamburger span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  left: 0;
  transition: 0.3s;
}
.hamburger span::before {
  top: -8px;
}
.hamburger span::after {
  top: 8px;
}	
}
*/


.prev.slick-arrow {
	content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
	background: url("../images/slider_arrow_l.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}
.next.slick-arrow {
	content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
	background: url("../images/slider_arrow_r.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}

@media screen and (max-width: 768px) {
.next.slick-arrow {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
	z-index: -1;
}
.prev.slick-arrow {
	content: "";
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
	z-index: -1;
}	
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
  /*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
  border-bottom: solid 1px #fff;
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
.h_logo {
    width: 15%;
    padding: 0 20px;
	box-sizing: border-box;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.nav_li:nth-child(5) img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
}
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 60px;
  }
  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
#header {
  background: #e60012;
	}
}

@media print, screen and ( min-width : 769px ) {
/*  #header {
    height: 80px;
  }*/
  .h_logo img {
    width: 300px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
	padding: 24px 0;
	width: 100%;
/*    line-height: 80px;*/
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    /*margin-left: -100px;*/
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px 0;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
/*  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    opacity: 0.7;
  }
	#gNav ul > li:hover{
	 opacity: 0.7;	
	}*/
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #e60012;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
.nav_li {
    width: calc(100% / 6);
    border-right: solid 1px #fff;
    text-align: center;
/*	padding: 24px 0;
*/	display: flex;
	justify-content: center;
	align-items: center;
}	
.nav_li img {
    display: inline-block;
}
.nav li:last-child{
    border-right: none;
	}	
.h_nav {
    background: #e60012;
    width: 85%;
}	
.nav_li a {
    color: #fff;
    text-decoration: none;
}	
}


/*------------------------------------------------
tab
------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc((100% - 20px) /3);
  height: 50px;
  border-bottom: 5px solid #e5e5e5;
  line-height: 50px;
  font-size: 21px;
  text-align: center;
  color: #333;
  display: block;
  float: left;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-right: 10px;	
}
.tab_item.mr_0 {
    margin-right: 0;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 36px 0 0 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#store:checked ~ #store_content,
#open:checked ~ #open_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  color: #333;
  border-bottom: 5px solid #e60012;
}


@media screen and (max-width:768px){
.tab_content {
    padding: 20px 0 0 0;
	}
.tab_item {
    height: 24px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
    margin-right: 10px;
    border-bottom: 3px solid #e5e5e5;
	}
.tabs input:checked + .tab_item {
    color: #333;
    border-bottom: 3px solid #e60012;
	}
}


/*------------------------------------------------
section01
------------------------------------------------*/
.news_dl_in a {
	width: 100%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 23px;
    border-bottom: solid 1px #e5e5e5;
    padding-top: 20px;
	position: relative;
}
.news_dl {
    width: 100%;
    position: relative;
}
.news_dl::after {
	content: "";
	width: 18px;
	height: 18px;
	background-image:url("../images/arrow_news.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}
.news_dt {
    font-size: 14px;
    color: #626262;
	margin-right: 40px;
	padding-left: 90px;
	position: relative;
}
.news_cate{
	content: "カテゴリ";
	font-size: 14px;
	color: #ff0000;
	display: block;
	border: solid 1px #ff0000;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: -4px;
	padding: 4px 8px;
	width: 74px;
	text-align: center;
	box-sizing: border-box;
}
.news_cate.store:after{
	content: "店舗";
}
.news_cate.new:after{
	content: "新店";
}
.news_cate.news:after{
	content: "ニュース";
}
.news_dl_in a {
    text-decoration: none;
}
.news_dd {
    color: #333;
    font-size: 14px;
}
.news_dl_in a:hover {
    opacity: 0.7;
}
.more_btn_wrap a {
    font-size: 14px;
    text-decoration: none;
    color: #e60012;
    border: solid 1px #e60012;
    border-radius: 50px;
    padding: 16px 90px;
	position: relative;
	display: inline-block;
}
.more_btn_wrap a:after{
	content:"";
	width: 11px;
	height: 11px;
	background-image: url("../images/arrow_morebtn.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}
.more_btn_wrap a:hover {
    background: #e60012;
    color: #fff;
    transition: 0.5s;
}
.more_btn_wrap a:hover:after {
	content:"";
	width: 11px;
	height: 11px;
	background-image: url("../images/arrow_morebtn_hover.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	transition: 0.5s;
}
.more_btn_wrap {
    text-align: center;
}


.more_btn_wrap.type_wh a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 50px;
    padding: 16px 90px;
	position: relative;
	display: inline-block;
}
.more_btn_wrap.type_wh a:after{
	content:"";
	width: 11px;
	height: 11px;
	background-image: url("../images/arrow_morebtn_hover.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}
.more_btn_wrap.type_wh a:hover {
    opacity: 0.7;
}

/* お知らせボタン */
.news_btn {
    background: #e60012;
    color: #fff;
    display: block;
    position: relative;
    max-width: 110px;
    border-radius: 6px;
    padding: 15px 20px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: auto;
}

.news_btn a {
    text-decoration: none;
    max-width: 1000px;
}

.news_btn a:visited {
    color: #fff;
    max-width: 1000px;
}

@media screen and (max-width:768px){
.news_dl_in a {
    width: 100%;
    display: block;
	}
.news_dt {
    margin-bottom: 10px;
	}

    /* お知らせボタン */
.news_btn {
    background: #e60012;
    color: #fff;
    display: block;
    position: relative;
    max-width: 1000px;
    border-radius: 6px;
    padding: 15px 20px;
    padding-top: 10px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    }
}



/*------------------------------------------------
section02
------------------------------------------------*/
#sec02 .h2_sec_title {
    margin-bottom: 80px;
}
.sec02_h3_sec_title {
    font-size: 18px;
	font-weight: 600;
    color: #000;
}
.sec02_h3_sec_title span{
    font-size: 32px;
    color: #e60012;
    font-weight: 600;
	font-family: roboto;
	padding-right: 15px;
	margin-right: 15px;
	border-right: solid 2px #c9c9c9;
}
.sec02_h3_sec_title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    border-bottom: solid 1px #c9c9c9;
    margin-bottom: 56px;
}
.sec02_content01_wrap {
    text-align: center;
}
.sec02_list_li {
    padding-bottom: 80px;
}
.vision_txt01 {
    font-size: 32px;
    font-weight: 700;
    color: #e60012;
    display: inline-block;
	position: relative;
	padding: 20px 20px;
}
.vision_txt01::before {
    content: "";
    width: 1.5px;
    height: 48px;
    background: #e60012;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
}
.vision_txt01::after {
    content: "";
    width: 1.5px;
    height: 48px;
    background: #e60012;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(45deg);
}
.vision_txt02 {
    text-align: left;
    display: inline-block;
    margin-top: 36px;
    font-size: 18px;
    line-height: 1.5;
}
.mission_list_ul {
    display: flex;
    justify-content: space-between;
}

.mission_list_li_img img {
    width: 100%;
    height: auto;
}
.mission_list_li {
    width: calc((100% - 60px) / 3);
}
.mission_list_li_img {
    margin-bottom: 18px;
}
.mission_list_li_h4 {
    font-size: 18px;
    font-weight: 500;
    color: #e60012;
    padding-left: 25px;
    margin-bottom: 8px;
	position: relative;
}
.mission_list_li_h4:before{
	content: "";
	width: 16px;
	height: 2px;
	background: #e60012;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.mission_txt {
    font-size: 15px;
    line-height: 1.6;
}
.sec02_in_list_li {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20px 50px 20px;
	position: relative;
	box-sizing: border-box;
}
.sec02_in_list_li_img {
    width: 48%;
}
.sec02_in_list_li_details {
    width: 47%;
}
.sec02_in_txt {
    font-size: 18px;
    line-height: 1.6;
	padding-bottom: 20px;
}
.sec02_in_list_li::after {
    content: "";
    width: 100%;
    height: 75%;
    background: #f4f5fb;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    box-sizing: border-box;
    right: 0;
    margin: auto;
}
.philosophia_list_ul {
	max-width: 1000px;
    display: flex;
    justify-content: space-between;
	margin: 0 auto 60px auto;
}
.philosophia_list_li img {
    width: 100%;
}
.philosophia_list_li {
    width: calc((100% - 40px) / 3);
}
.top_sec02_list_ul {
    position: relative;
}
.top_sec02_list_ul::after {
    content: "";
    width: 100%;
    height: 90%;
    background: #e60012;
    position: absolute;
    bottom: -40px;
    z-index: -1;
}
.philosophia_list_li_img {
    margin-bottom: 10px;
}
.philosophia_list_li_h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: roboto;
}
.philosophia_list_li_h3 span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.philosophia_list_li a {
    text-decoration: none;
}


@media screen and (max-width:768px){
#sec02 .h2_sec_title {
    margin-bottom: 40px;
}
.sec02_h3_sec_title span {
    font-size: 21px;
    padding-right: 5px;
    margin-right: 5px;
	}
.sec02_h3_sec_title {
    font-size: 16px;
	margin-bottom: 20px;
	}
.vision_txt01 {
    font-size: 21px;
	padding: 20px 10px;
	}
.vision_txt01::before {
    height: 30px;
	}
.vision_txt01::after {
    height: 30px;
	}	
.vision_txt02 {
    font-size: 15px;	
	margin-top: 20px;
	}	
.sec02_list_li {
    padding-bottom: 60px;
}
.sec02_list_li:last-child{
		margin-bottom: 0;
	}	
.mission_list_ul {
    display: block;
	}
.mission_list_li {
    width: 90%;
    margin: 0 auto 20px auto;
}	
.mission_list_li_img {
    margin-bottom: 10px;
}	
.sec02_in_list_li {
    display: block;
	}
.sec02_in_list_li_img {
    width: 100%;
    margin: 0 auto;
}
.sec02_in_list_li_details {
    width: 100%;
}	
.sec02_in_list_li {
    padding: 0 0 20px 0;
	}
.sec02_in_list_li:last-child {
    padding: 0 ;
	}	
.sec02_in_txt {
    font-size: 15px;
    padding-bottom: 0;
    padding-top: 10px;
}	
.sec02_in_list_li::after {
    display: none;
}	
#sec02 {
    padding: 0 10px;
}	
.sec02_list_li:last-child {
    padding-bottom: 0;
}
.philosophia_list_ul {
    display: block;
	margin: 0 auto;
	}
.philosophia_list_li {
    width: 100%;
    margin-bottom: 20px;
}	
.philosophia_list_li:last-child {
    margin-bottom: 0;
}	
.philosophia_list_li_details{
	background: #e60012;	
	padding: 10px;
	margin-top: -2px;
	}	
.top_sec02_list_ul::after {
    display: none;
}	
.philosophia_list_li_img {
    margin-bottom: 0;
}
.philosophia_list_li_h3 {
    font-size: 21px;	
	}
.philosophia_list_li_h3 span {
    font-size: 15px;
	font-weight: 500;
	}
}





/*------------------------------------------------
section03
------------------------------------------------*/
#sec03 .h2_sec_title {
    margin-bottom: 60px;
}
.company_dl {
    display: flex;
	padding: 20px 0;
	border-bottom: solid 2px #bfbfbf;
	position: relative;
}
.company_dl::before {
    content: "";
    width: 160px;
    height: 2px;
    background: #e60012;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.company_dt {
    width: 160px;
    font-size: 16px;
    font-weight: 500;
	line-height: 1.6;
}
.company_dd {
    width: calc(100% - 160px);
	font-size: 16px;
	line-height: 1.6;
	display: flex;
	align-items: flex-end;
}
.map_wrap {
    margin-left: 10px;
}

@media screen and (max-width:768px){
.company_dl {
    display: block;
    padding: 10px 0;		
}
.company_dt {
    width: 100%;
	font-size: 15px;
	}
.company_dd {
    width: 100%;
	font-size: 15px;
	}	
}




/*------------------------------------------------
section04
------------------------------------------------*/
#sec04 .h2_sec_title {
    margin-bottom: 60px;
}
.about_joymart_h1 {
    background: #e60012;
	font-size: 15px;
	line-height: 1.6;
    color: #fff;
    margin: -2px auto 60px auto;
    padding: 20px 30px 24px 30px;
}
.about_joymart_h1 span {
    font-size: 26px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.brand_list_ul {
    display: flex;
    flex-wrap: wrap;
}
.brand_list_ul {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #d3d4d5;
    border-left: solid 1px #d3d4d5;
}
.brand_list_li {
    width: calc(100% / 4);
    text-align: center;
    padding: 20px 24px;
    box-sizing: border-box;
    border-right: solid 1px #d3d4d5;
    border-bottom: solid 1px #d3d4d5;
	position: relative;
}
.brand_list_li:after{
	content: "";
	width: 14px;
	height: 14px;
	background-image: url("../images/arrow_brand.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}
.brand_list_li a {
    text-decoration: none;
}
.brand_list_li a:hover {
    opacity: 0.6;
}
.brand_logo_wrap {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
	margin-bottom: 4px;
}
.brand_h3_title {
    font-size: 17px;
    font-weight: 500;
    color: #e60012;
    margin-bottom: 16px;
}
.brand_txt {
    font-size: 14px;
	color: #000;
    line-height: 1.6;
    text-align: left;	
}
.top_about_joymart_wrap {
    display: flex;
    align-items: center;
	background: #f4f5fb;
}
.top_about_content {
    margin-bottom: 40px;
}
.top_about_content_left {
	width: 50%;
    text-align: center;
	padding: 40px;
}
.top_about_content_right{
	width: 50%;
	background-image: url("../images/img_top_about_joymart02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 460px;
	max-height: 100%;
}
.top_about_joymart_h1 span {
    font-size: 30px;
    font-weight: 700;
    color: #e60012;
    margin-bottom: 20px;
    display: block;
}
.top_about_joymart_h1 {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


@media screen and (max-width:768px){
.about_joymart_h1 span {
    font-size: 16px;
    margin-bottom: 10px;
}
.about_joymart_h1 span {
    font-size: 19px;
	}
.brand_list_li {
    width: calc(100% / 2);
	padding: 10px;
	}
.about_joymart_h1 {
    padding: 20px 20px 24px 20px;
}
#sec04 {
    padding: 80px 0 60px 0;
}	
.top_about_joymart_wrap {
    display: block;
	}
.top_about_joymart_wrap {
    padding: 20px;
}	
.top_about_content_left {
    text-align: center;
    padding: 0;
}
.top_about_content {
    margin-bottom: 10px;
    padding: 0 30px;
}	
.top_about_joymart_h1 span {
    font-size: 21px;
    margin-bottom: 10px;
	}
.top_about_joymart_h1 {
    font-size: 15px;	
	}
.top_about_content_left {
	width: 100%;
    margin-bottom: 20px;
}	
.top_about_content_right {
    width: 100%;
    height: 300px;	
	}
}

@media screen and (max-width:414px){
.top_about_content_right {
    height: 200px;
}
}


/*------------------------------------------------
section05
------------------------------------------------*/
#sec05 .h2_sec_title {
    margin-bottom: 60px;
}
.sec05_list_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.sec05_list_li {
    width: calc((100% - 60px) / 2);
	padding: 0 0 8px 0;
	border-bottom: solid 1px red;
	margin-bottom: 60px;
	position: relative;
}
.sec05_list_li:after{
	content: "";
	width: 16px;
	height: 16px;
	background-image:url("../images/arrow_torikumi.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}
.sec05_list_img img {
    width: 100%;
    height: auto;
}
.sec05_list_img {
    margin-bottom: 10px;
}
.sec05_h3_title {
    font-size: 21px;
    font-weight: 500;
    color: #e60012;
    margin-bottom: 20px;
}
.sec05_txt {
    font-size: 18px;
	color: #000;
}
.sec05_list_li a {
    text-decoration: none;
}
.sec05_list_li a:hover {
    opacity: 0.6;
}
.sec05_list_wrap02 .sec05_h3_title {
    text-align: center;
	margin-bottom: 30px;
}
.sec05_list_wrap02 {
    text-align: center;
	margin-bottom: 30px;
}
.sec05_list_ul02 {
    display: inline-block;
	margin-bottom: 5px;
}
.sec05_list_li02{
	margin-bottom: 10px;
	text-align: left;
}
.sec05_list_li02 a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.sec05_list_li02 a img {
    vertical-align: middle;
    margin-left: 10px;
}

@media screen and (max-width:768px){
#sec05 .h2_sec_title {
    margin-bottom: 40px;
}	
.sec05_list_li {
    width: calc((100% - 20px) / 2);
    padding: 0 0 8px 0;
    border-bottom: solid 1px red;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
	}
.sec05_h3_title {
    font-size: 18px;
    margin-bottom: 10px;
}	
.sec05_txt {
    font-size: 14px;
	}
.sec05_list_li02 a {
    font-size: 15px;
	line-height: 1.3;
	}
.sec05_list_li02 a img {
    margin-left: 5px;
    width: 14px;
}	
}


/*------------------------------------------------
section06
------------------------------------------------*/
#sec06{
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 78px;
}
#sec06 .h2_sec_title {
    margin-bottom: 60px;
}
.sec06_list_ul {
    display: flex;
    justify-content: space-between;
}
.sec06_list_li {
    width: calc((100% - 20px) / 2);
	padding: 20px 0 0 0;
}
.sec06_list_li {
    width: calc((100% - 20px) / 2);
    border: solid 1px #e92232;
}
.recruit_btn_wrap {
    padding: 24px;
}
.recruit_btn_ul {
    text-align: center;
}
.recruit_btn_li{
	margin-bottom: 15px;
}
.recruit_btn_li:last-child{
	margin-bottom: 0;
}
.recruit_btn_li a {
    font-size: 14px;
    display: inline-block;
    background: #e60012;
    max-width: 280px;
	width: 100%;
    padding: 16px 0;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
	box-sizing: border-box;
	position: relative;
	border: none;
}
.recruit_btn_li.more_btn_wrap a::after {
    background-image: url("../images/arrow_morebtn_hover.png");
}
.recruit_btn_li a:hover{
	opacity: 0.7;
}
.sec06_list_li:nth-child(1) .recruit_btn_li:nth-child(1) a {
    background: #0089c9;
}
.sec06_list_li:nth-child(1) .recruit_btn_li:nth-child(2) a {
    background: #eb6100;
}
.sec06_list_img {
    text-align: center;
}
.sec06_list_img img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:768px){
.sec06_list_li {
    width: 90%;
	margin: 0 auto 20px auto;
}
.sec06_list_ul {
    display: block;
	}
#sec06{
     margin-bottom: 50px;
}
}

/*------------------------------------------------
section07
------------------------------------------------*/
.sec07_list_ul a{
    text-decoration: none;
}
.sec07_list_ul{
    display: flex;
    justify-content: center;
    padding-bottom: 120px;
}
.sec07_list_li_01{
    margin-right:30px;;
}
.sec07_img{
    width: 100%;
    max-width: 290px;
    margin-bottom: 15px;
}
.sec07_txt_row{
    display: flex;
    justify-content: center;
}
.sec07_txt{
    color: #e60012;
    margin-right: 9px;
}

@media screen and (max-width:768px){
.sec07_list_ul{
    display: block;
    padding-bottom: 50px;
}
.sec07 li {
}
.sec07_list_li_01{
    margin-right: 0px;;
    margin-bottom: 30px;
}
.sec07_img{
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 15px;
}
}

/*------------------------------------------------
footer
------------------------------------------------*/
footer {
    width: 100%;
    text-align: center;
	padding: 32px 0 10px 0;
}
.footer_inner {
    margin: 0 auto;
	background: #e60012;
}
.footer_list_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0 80px 0;
}
.footer_list_li a {
    text-decoration: none;
    font-size: 14px;
	color: #fff;
}
.footer_list_li {
    margin-right: 20px;
	margin-bottom: 20px;
}
.footer_list_li a img {
    margin-right: 8px;
}
address {
    font-size: 12px;
    color: #e60012;
}
.footer_inner_li {
    text-align: left;
}	
.footer_inner_li a {
    font-size: 11px;
}
.footer_inner_ul {
    margin-top: 10px;
}
.footer_brandlist_ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_brandlist_li {
    margin-right: 15px;
}
.footer_brandlist_li:last-child {
    margin-right: 0;
}
.footer_brandlist_wrap {
    padding: 30px 0;
}


@media screen and (max-width:768px){
footer {
    padding: 0 0 10px 0;
}
.footer_list_ul {
    width: 100%;
	}
.footer_list_li a {
    font-size: 15px;
	font-weight: 500;
	}
.footer_list_ul {
    margin: 0 auto;
	padding: 20px 0 30px 0;
	}
.footer_list_li {
	width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
}	
.footer_inner_ul {
    margin-top: 10px;
}	
.footer_inner_li {
    line-height: 1.3;
}	
.footer_inner {
    padding: 0 20px;
}		
.footer_inner_li a {
    font-size: 14px;
	font-weight: normal;
}	
.footer_brandlist_wrap {
    padding: 10px;
}
.footer_list_ul {
    padding: 20px 0;
}	
address {
    font-size: 11px;
	}
}

/*--------------------------------------------------
top 
--------------------------------------------------*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:10px; /*場所を右下に移動*/
}
.topBtn:hover {
  opacity:0.7;
}

@media screen and (max-width:768px){
.topBtn img {
    width: 32px;
}
}

/*--------------------------------------------------
fadein
--------------------------------------------------*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


