@charset "utf-8";

@media screen and (max-width: 768px){
	.main-wrap1 {
		width: 100%;
		height: 400px;
		margin: 0 auto;
		position: relative;
		background: url("../img/bg_top_01_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.main-wrap1 .content-wrap {
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
	.main-wrap1 .content {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.main-wrap1 .inner-wrap {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap1 .inner {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap1 .inner .ttl-wrap {
		width: 80%;
		display: inline-block;
		position: absolute;
		bottom:0;
		left: 50%;
		background-color: #fff;
		padding: 15px 20px;
		z-index: 5000;
		transform: translateX(-50%);
	}
	.main-wrap1 .inner .ttl-wrap .ttl-txt1 {
		width: 100%;
		margin: 0 auto 10px auto;
		position: relative;
		color: #000;
		padding: 0;
		font-size: 14px;
		font-weight: bold;
	}
	.main-wrap1 .inner .ttl-wrap .ttl-txt2 {
		width: 100%;
		margin: 0 auto 0 auto;
		position: relative;
		color: #000;
		padding: 0;
		font-size: 14px;
		font-weight: bold;
	}
	.main-wrap1 .inner .ttl-wrap .ttl-txt2 span:nth-child(1) {
		width: 14%;
		display: block;
		margin: 0 0 10px 0;
	}
	.main-wrap1 .inner .ttl-wrap .ttl-txt2 span img {
		width: 100%;
	}
    .main-wrap2{
		width: 100%;
		margin:  0 auto;
		padding: 0;
		position: relative;
		background-color: #f5f5f5;
	}
	.main-wrap2 .content-wrap{
        width: 100%;
		margin: 0 auto 0 auto;
	}
	.main-wrap2 .content {
		width: 90%;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		margin: 0 auto 0 auto;
		position: relative;
        padding: 2px 0 2px 0;
		-webkit-overflow-scrolling: touch;
	}
    .main-wrap2 .content .breadcrumbfr{
		width:auto;
		list-style: none;
	}
	.main-wrap2 .content .breadcrumb{
		display: inline-block;
		margin:0 0 3px 0;
	}
	.main-wrap2 .content .breadcrumb .breadcrumblnk{
		color:#1e1e1e;
		padding:0 10px;
		vertical-align: middle;
		display: inline-block;
    }
    .main-wrap2 .content .breadcrumb:first-child .breadcrumblnk{
        padding:0 10px 0 0;
    }
	.main-wrap2 .content .breadcrumb:last-child .breadcrumblnk{
        font-weight: 600;
	}
	.main-wrap2 .content .breadcrumb span.breadcrumbborder{
		vertical-align: middle;
		display: inline-block;
		position: relative;
		top:0px;
	}
	.main-wrap2 .content .breadcrumb span.breadcrumbborder img{
		vertical-align: middle;
        width: 15px;
	}
	.main-wrap3 {
		width: 100%;
		margin: 0 auto;
		padding: 80px 0 0 0;
		position: relative;
		background-color: #f5f5f5;
	}
	.main-wrap3 .content-wrap {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap3 .content {
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	.main-wrap3 .inner-wrap {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap3 .inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap3 .inner h4 {
		margin: 0 0 0 0;
	}
	.main-wrap3 .inner p {
		margin: 40px 0 0 0;
	}
	.main-wrap4 {
		width: 100%;
		margin: 0 auto;
		padding: 80px 0 0 0;
		position: relative;
		background-color: #f5f5f5;
	}
	.main-wrap4 .content-wrap {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap4 .content {
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	.main-wrap4 .inner-wrap {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap4 .inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap4 .inner h4 {
		margin: 0 0 0 0;
	}
	.main-wrap4 .inner p {
		margin: 40px 0 0 0;
	}
	.main-wrap5 {
		width: 100%;
		margin: 0 auto;
		padding: 80px 0 80px 0;
		position: relative;
		background-color: #f5f5f5;
	}
	.main-wrap5 .content-wrap {
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap5 .content {
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	.main-wrap5 .inner-wrap {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap5 .inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap5 .inner h4 {
		margin: 0 0 0 0;
	}
	.main-wrap5 .inner p {
		margin: 40px 0 0 0;
	}
}

@media screen and (min-width: 769px){
	.main-wrap {
		overflow: hidden;
	}
	.main-wrap1 {
		min-width: 1200px;
		width: 100%;
		height: 700px;
		margin: 0 auto;
		position: relative;
		background: url("../img/bg_top_01.jpg") no-repeat center center;
		background-size: cover;
	}
	.main-wrap1 .content-wrap {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap1 .content {
		width: 1000px;
		height: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.main-wrap1 .inner-wrap {
		width: 100%;
		margin: 0 auto;
		height: 100%;
		position: relative;
	}
	.main-wrap1 .inner {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap1 .inner .ttl-wrap {
		display: inline-block;
		position: absolute;
		bottom: 30px;
		right: 30px;
		background-color: #fff;
		padding: 30px;
		z-index: 5000;
	}
	.main-wrap1 .inner .ttl-wrap .ttl-txt1 {
		width: 100%;
		margin: 0 auto 20px auto;
		position: relative;
		color: #000;
		padding: 0;
		font-size: 20px;
		font-weight: bold;
	}
	.main-wrap1 .inner .ttl-wrap .ttl-txt2 {
		width: 100%;
		margin: 0 auto 0 auto;
		position: relative;
		color: #000;
		padding: 0;
		font-size: 20px;
		font-weight: bold;
	}
	.main-wrap1 .inner .ttl-wrap .ttl-txt2 span:nth-child(1) {
		display: block;
		width: 90px;
		margin-bottom: 20px;
	}
	.main-wrap1 .inner .ttl-wrap .ttl-txt2 span img {
		width: 100%;
	}
	.main-wrap2{
        min-width: 1200px;
		width: 100%;
		margin:  0 auto;
		padding: 8px 0 8px 0;
		position: relative;
		background-color: #f5f5f5;
	}
	.main-wrap2 .content-wrap{
		width: 100%;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
	.main-wrap2 .content {
		width: 1000px;
		margin: 0 auto 0 auto;
		position: relative;
        padding: 0;
	}
    .main-wrap2 .content .breadcrumbfr{
		width:auto;
		list-style: none;
	}
	.main-wrap2 .content .breadcrumb{
		color:#1e1e1e;
		display: inline-block;
		float: left;
		margin:0 0 3px 0;
	}
    .main-wrap2 .content .breadcrumb .breadcrumblnk{
		color:#1e1e1e;
		padding:0 20px;
		vertical-align: middle;
		display: inline-block;
    }
    .main-wrap2 .content .breadcrumb:first-child .breadcrumblnk{
        padding:0 20px 0 0;
    }
	.main-wrap2 .content .breadcrumb:last-child .breadcrumblnk{
        font-weight: 600;
	}
	.main-wrap2 .content .breadcrumb span.breadcrumbborder{
		vertical-align: middle;
		display: inline-block;
		position: relative;
		top:0;
	}
	.main-wrap2 .content .breadcrumb span.breadcrumbborder img{
        vertical-align: middle;
        width: 15px;
    }
	.main-wrap3 {
		width: 100%;
		min-width: 1200px;
		margin: 0 auto;
		padding: 140px 0 0 0;
		position: relative;
		background-color: #f5f5f5;
	}
	.main-wrap3 .content-wrap {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap3 .content {
		width: 1000px;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	.main-wrap3 .inner-wrap {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap3 .inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap3 .inner h4 {
		margin: 0  0 0 0;
	}
	.main-wrap3 .inner p {
		margin: 40px 0 0 0;
	}
	.main-wrap4 {
		width: 100%;
		min-width: 1200px;
		margin: 0 auto;
		padding: 80px 0 0 0;
		position: relative;
		background-color: #f5f5f5;
	}
	.main-wrap4 .content-wrap {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap4 .content {
		width: 1000px;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	.main-wrap4 .inner-wrap {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap4 .inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap4 .inner h4 {
		margin: 0  0 0 0;
	}
	.main-wrap4 .inner p {
		margin: 40px 0 0 0;
	}
	.main-wrap5 {
		width: 100%;
		min-width: 1200px;
		margin: 0 auto;
		padding: 80px 0 140px 0;
		position: relative;
		background-color: #f5f5f5;
	}
	.main-wrap5 .content-wrap {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap5 .content {
		width: 1000px;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	.main-wrap5 .inner-wrap {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap5 .inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.main-wrap5 .inner h4 {
		margin: 0  0 0 0;
	}
	.main-wrap5 .inner p {
		margin: 40px 0 0 0;
	}
}