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

/* ================================================== 

トップページ

================================================== */



/* スライド */
/* -------------------------------------------------------------------------------- */

.top_slide {
	position: relative;
	width: 100%;
	/*max-width: 1600px;*/
	height: auto;
	max-height: 100vh;
	margin: 0 auto;
	z-index: 1000;
	overflow: hidden;
}
.top_slide ul li img {
	width: 100%;
	height: auto;
}
.top_slide .flex-control-nav {
	display: none;
}
.top_slide .btn_scroll {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 9998;
}



/* sec01 */
/* -------------------------------------------------------------------------------- */

#sec01 {
	background: url(../img/img_sec1.png) no-repeat 100% 40px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#sec01 h2 {
	font-size: 1.875em;
	padding: 100px 0 50px;
	text-align: center;
	color: #000;
}
#sec01 h2 span {
	color: #001058;
}
#sec01 p {
	text-align: center;
	line-height: 2.4;
	padding-bottom: 50px;
}
#sec01 .btn {
	text-align: center;
	color: #FFF;
}
#sec01 .btn a {
	display: block;
	font-size: 1.125em;
	width: 240px;
	margin: 0 auto;
	padding: 10px 60px;
	box-sizing: border-box;
	background-color: #000;
	color: #FFF;
	white-space: nowrap;
	text-decoration: none;
}
#sec01 .btn a:after {
	content: "";
	display: inline-block;
	background: url(../img/icn_sec1.png) no-repeat left;
	background-size: 5px 9px;
	width: 10px;
	height: 10px;
	margin-left: 10px;
}



/* sec02 */
/* -------------------------------------------------------------------------------- */

#sec02 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}
#sec02 .left {
	width: 100%;
}
#sec02 .left ul {
}
#sec02 .left ul .products {
	width: 100%;
	background: url(../img/pic_sec2_1.jpg) no-repeat top right;
	background-size: cover;
	height: 218px;
}
#sec02 .left ul .shops {
	width: 100%;
	background: url(../img/pic_sec2_2.jpg) no-repeat top right 35%;
	background-size: cover;
	height: 218px;
	color: #FFF;
}
#sec02 .left ul li a {
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	text-align: left;
	padding: 65px 0;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.0);
}
#sec02 .left ul li a:hover {
	background-color: rgba(255,255,255,0.2);
}
#sec02 .left ul li a div {
	width: 600px;
	margin-left: auto;
	box-sizing: border-box;
}
#sec02 .left ul .products a {
	color: #333;
}
#sec02 .left ul .shops a {
	color: #FFF;
}
#sec02 .left ul .shops a div {
	padding-left: 150px;
}
#sec02 .left ul li h3 {
	display: inline-block;
	font-size: 2.125em;
	line-height: 0.75;
	margin-bottom: 10px;
}
#sec02 .left ul .products a h3 {
	text-align: right;
	background: url(../img/img_sec2_1.png) no-repeat right;
	background-size: 32px 52px;
	padding-right: 40px;
}
#sec02 .left ul .shops a h3 {
	text-align: right;
	background: url(../img/img_sec2_2.png) no-repeat right;
	background-size: 32px 52px;
	padding-right: 40px;
}
#sec02 .left ul li h3 span {
	font-size: 0.47em;
}
#sec02 .left ul .products a h3 span {
	color: #666;
}

#sec02 .right {
	width: 100%;
}
#sec02 .right h3 {
	font-size: 1.625em;
	padding: 60px 0 30px 60px;
	letter-spacing: 0.05em;
	width: 600px;
	box-sizing: border-box;
}
#sec02 .right h3 span {
	float: right;
	color: #575746;
	font-size: 0.583em;
	padding-top: 10px;
}
#sec02 .right h3 span a {
	display: block;
	color: #575746;
	text-decoration: none;
}
#sec02 .right h3 span a {
	display: block;
	color: #575746;
	text-decoration: none;
}
#sec02 .right h3 span a:after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../img/icn_info.png) no-repeat left;
	background-size: 13px 13px;
	margin-left: 5px;
}
#sec02 .right ul {
	padding: 0 60px;
}
#sec02 .right ul li {
	padding-bottom: 20px;
}
#sec02 .right ul li:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#sec02 .right ul li .img {
	float: left;
	margin-right: 20px;
}
#sec02 .right ul li .img img {
	margin: 0;
	vertical-align: top;
    border-radius: 4px;
}
#sec02 .right ul li .meta {
	padding-top: 20px;
	font-size: 0.75em;
}
#sec02 .right ul li .meta .news, #sec02 .right ul li .meta .news a { color: #264791; text-decoration: none; font-weight: bold;}
#sec02 .right ul li .meta .recruit, #sec02 .right ul li .meta .recruit a { color: #8C0000; text-decoration: none; font-weight: bold;}

#sec02 .right ul li p a {
	color: #333;
/*	text-decoration: none;*/
}
#sec02 .right ul li p a:hover {
	text-decoration: none;
}

/* sec03 */
/* -------------------------------------------------------------------------------- */

#sec03 {
}
#sec03 {
	width: 100%;
	background: url(../img_r/bg_banner.gif) repeat top center;
}
#sec03 ul {
	list-style: none;
}
#sec03 ul li {
	float: left;
	width: 305px;
	text-align: left;
}


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



#sec02 .left ul li a div {
	width: 100%;
}
#sec02 .left ul .products a div {
	padding-left: 20px;
}
#sec02 .left ul .shops a div {
/*	padding-left: 30px;*/
	padding-left: 120px;
}

#sec02 .right h3 {
	width: 100%;
	padding: 60px 10px 30px 60px;
}


}

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



/* sec02 */
/* -------------------------------------------------------------------------------- */

#sec02 {
	display: block;
}
#sec02 .left ul li a div {
	width: 600px;
}
#sec02 .left ul .products a div {
	padding-left: 0;
}
#sec02 .left ul .shops a div {
	padding-left: 200px;
}

}

@media screen and (max-width: 640px) {
	
	
/* スライド */
/* -------------------------------------------------------------------------------- */

.top_slide {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.top_slide ul li img {
	width: 100%;
	height: auto;
}
.top_slide .btn_scroll {
	display: none;
}



/* sec01 */
/* -------------------------------------------------------------------------------- */

#sec01 {
	background: none;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
#sec01 h2 {
	font-size: 1.5em;
	padding: 50px 0 25px;
	text-align: center;
}
#sec01 p {
	text-align: center;
	line-height: 2;
	padding: 0 10px 25px;
}



/* sec02 */
/* -------------------------------------------------------------------------------- */

#sec02 {
	display: block;
	padding-bottom: 30px;
}
#sec02 .left {
	width: 100%;
}
#sec02 .left ul {
}
#sec02 .left ul .products {
	width: 100%;
	background: url(../img/pic_sec2_1.jpg) no-repeat top right;
	background-size: cover;
	height: 109px;
}
#sec02 .left ul .shops {
	width: 100%;
	background: url(../img/pic_sec2_2.jpg) no-repeat top left;
	background-size: cover;
	height: 109px;
	color: #FFF;
}
#sec02 .left ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-align: left;
	padding: 25px 0 25px 10px;
	box-sizing: border-box;
}
#sec02 .left ul .products a {
	color: #333;
}
#sec02 .left ul li a div {
	width: 100%;
}
#sec02 .left ul .shops a {
	padding-left: 10px;
	color: #FFF;
}
#sec02 .left ul .shops a div {
	padding-left: 0;
}
#sec02 .left ul li h3 {
	display: inline-block;
	font-size: 1.75em;
	line-height: 0.75;
}
#sec02 .left ul li p {
	font-size: 0.75em;
}
#sec02 .left ul .products a h3 {
	text-align: right;
	background: url(../img/img_sec2_1.png) no-repeat right;
	background-size: 32px 52px;
	padding-right: 40px;
}
#sec02 .left ul .shops a h3 {
	text-align: right;
	background: url(../img/img_sec2_2.png) no-repeat right;
	background-size: 32px 52px;
	padding-right: 40px;
}
#sec02 .left ul li h3 span {
	font-size: 0.47em;
}
#sec02 .left ul .products a h3 span {
	color: #666;
}

#sec02 .right {
	width: 100%;
}
#sec02 .right h3 {
	font-size: 1.5em;
	padding: 30px 10px 15px;
	width: 100%;
}
#sec02 .right h3 span {
	padding-top: 10px;
}
#sec02 .right ul {
	padding: 0 10px;
}
#sec02 .right ul li {
	padding-bottom: 20px;
}
#sec02 .right ul li:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#sec02 .right ul li .img {
	float: left;
	margin-right: 10px;
}
#sec02 .right ul li .img img {
	margin: 0;
	vertical-align: top;
}
#sec02 .right ul li .meta {
	padding-top: 0;
	font-size: 0.75em;
}


/* sec03 */
/* -------------------------------------------------------------------------------- */

#sec03 {
}
#sec03 {
	width: 100%;
	background: url(../img_r/bg_banner.gif) repeat top center;
	padding: 25px 0;
}
#sec03 ul {
	list-style: none;
}
#sec03 ul li {
	float: left;
	width: 150px;
	height:auto;
	text-align: left;
}
#sec03 ul li img {
	width: 100%;
	height: auto;
}
#sec03 .simply-scroll {
	height: auto;
}
#sec03 .simply-scroll .simply-scroll-clip {
	height: auto;
}

	
}