.gn_element .grid-row.bleed {
	max-width: none !important;
}

.myMainvisual {
	background-image: url(/SERVICE/NISSAN-SERVICE/IMAGES/mainvisual.jpg);
	background-position: center;
	background-size: cover;
	height: 700px;
	margin-bottom: 100px;
	position: relative;
}

.myMainvisual .container {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

.myMainvisual .inner {
	height: calc(700px - 85px);
	padding: 0 0 0 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.myMainvisual .txt {
	padding: 0;
	margin: 0;
}

.myMainvisual .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 720px;
	margin: 60px 0 0;
	padding: 0;
}

.myMainvisual .btn li {
	width: 49%;
	margin: 0;
	list-style: none;
}

.myMainvisual .btn a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.myMainvisual .btn a:hover {
	opacity: 0.8;
}

.myMainvisual .back {
	padding: 0;
	margin: 0;
	position: relative;
}

.myMainvisual .back a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.myMainvisual .back a:hover {
	opacity: 0.8;
}

.myMainvisual .scroll {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.myPhilosophy {
	overflow: hidden;
}

.myPhilosophy .head {
	display: table;
	width: 100%;
	table-layout: fixed;
	position: relative;
}

.myPhilosophy .head .detail,
.myPhilosophy .head .image {
	display: table-cell;
	vertical-align: middle;
}

.myPhilosophy .head .detail {
	width: 46%;
	height: 547px;
}

.myPhilosophy .head .detail::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 0;
	width: 0px;
	margin: auto;
	border: 18px solid transparent;
	border-bottom: 18px solid #f2f2f2;
}

.myPhilosophy .head .detail .title {
	margin: 0 auto 50px;
	position: relative;
}

.myPhilosophy .head .detail .title span {
	max-width: 432px;
	margin: 0 auto;
	display: block;
	position: relative;
	bottom: -8px;
}

.myPhilosophy .head .detail .title:after {
	content: "";
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: -164px;
	height: 1px;
}

.myPhilosophy .head .detail .txt {
	max-width: 432px;
	margin: 0 auto;
}

.myPhilosophy .head .detail .txt + .txt {
	margin-top: 44px;
}

.myPhilosophy .head .image + .detail .title:after {
	left: -164px;
	right: 0;
}

.myPhilosophy .head .image {
	width: 54%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.myPhilosophy01 .head .image {
	background-image: url(/SERVICE/NISSAN-SERVICE/IMAGES/bg_philosophy01.jpg);
}

.myPhilosophy02 .head .image {
	background-image: url(/SERVICE/NISSAN-SERVICE/IMAGES/bg_philosophy02.jpg);
}

.myPhilosophy03 .head .image {
	background-image: url(/SERVICE/NISSAN-SERVICE/IMAGES/bg_philosophy03.jpg);
}

.myPhilosophy .list {
	background-color: #f2f2f2;
	padding: 80px 0;
}

.myPhilosophy .list .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.myPhilosophy .list .container::after {
	content: "";
	display: block;
	width: 25%;
}

.myPhilosophy .list .container::before {
	content: "";
	display: block;
	width: 25%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.myPhilosophy .list .container .item::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	background-color: #f2f2f2;
	bottom: 0;
}

.myPhilosophy .list .item {
	display: block;
	background-color: #fff;
	position: relative;
	width: 25%;
	transition: transform 0.2s ease-out, background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.myPhilosophy .list .item:hover {
	background-color: #f8f8f8;
}

.myPhilosophy .list .item .image {
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
}

.myPhilosophy .list .item .image img {
	width: 100%;
	transition: transform 0.2s ease-out, background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.myPhilosophy .list .item:hover .image img {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.myPhilosophy .list .item .detail {
	padding: 20px 5px 70px;
	margin: 0;
	text-align: center;
}

.myPhilosophy .list .item .arrow {
	padding: 0;
	margin: 0;
	width: 116px;
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.myPhilosophy .list .item .arrow img {
	width: 100%;
}

.myPagetop {
	background-color: #f2f2f2;
	text-align: right;
}

.myPagetop .inner {
	max-width: 1170px;
	margin: 0 auto 0;
	padding: 0 0 30px;
}

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

.myMainvisual {
	background-image: url(/SERVICE/NISSAN-SERVICE/IMAGES/mainvisual_tab.jpg);
	height: auto;
	padding-bottom: 10%;
	margin-bottom: 50px;
}

.myMainvisual .inner {
	height: auto;
	padding-top: 12%;
	padding-left: 32%;
	padding-right: 30px;
	padding-bottom: 6%;
}

.myMainvisual .btn {
	margin-top: 15px;
}

.myMainvisual .back {
	width: 210px;
	position: absolute;
	left: 30px;
	bottom: 40px;
}

.myMainvisual .scroll {
	width: 67px;
	margin: auto;
}

.myPhilosophy .head .detail {
	height: auto;
	padding-top: 10%;
	padding-bottom: 10%;
}

.myPhilosophy .head .detail .title span {
	padding-left: 15px;
}

.myPhilosophy .head .detail .title:after {
	right: -30px;
}

.myPhilosophy .head .detail .txt {
	padding-left: 15px;
}

.myPhilosophy .head .image + .detail .title:after {
	left: -30px;
	right: 0;
}

.myPhilosophy01 {
	margin-top: -30px;
}

.myPhilosophy .list {
	padding-right: 30px;
	padding-left: 30px;
}

.myPhilosophy .list .container::after {
	display: none;
}

.myPhilosophy .list .container::before {
	display: none;
}

.myPhilosophy .list .item {
	width: 50%;
}

.myPhilosophy .list .item .detail {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 80px;
}

.myPhilosophy .list .item .txt img {
	width: 100%;
}

.myPhilosophy .list .item .arrow {
	left: auto;
	left: 30px;
	bottom: 30px;
}

}

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

.myMainvisual {
	background-image: url(/SERVICE/NISSAN-SERVICE/IMAGES/mainvisual_sp.jpg);
	margin-bottom: 30px;
}

.myMainvisual .inner {
	padding-top: 57%;
	padding-left: 30px;
}

.myMainvisual .btn {
	padding: 0 3%;
}

.myMainvisual .back {
	width: 105px;
	left: 30px;
	bottom: 25px;
}

.myMainvisual .scroll {
	width: 32px;
}

.myPhilosophy .head {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.myPhilosophy .head .detail,
.myPhilosophy .head .image {
	display: block;
	width: 100%;
}

.myPhilosophy .head .detail {
	width: auto;
	height: auto;
	padding: 40px 35px 30px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.myPhilosophy .head .detail::after {
	border-width: 14px;
}

.myPhilosophy .head .detail .title {
	margin-bottom: 25px;
}

.myPhilosophy .head .detail .title span {
	padding-left: 0;
	bottom: -1.15vw;
}

.myPhilosophy .head .detail .title:after {
	right: 0;
	left: -35px;
}

.myPhilosophy .head .detail .txt {
	padding-left: 0;
}

.myPhilosophy .head .detail .txt + .txt {
	margin-top: 20px;
}

.myPhilosophy .head .image + .detail .title:after {
	right: 0;
	left: -35px;
}

.myPhilosophy .head .image {
	width: 100%;
	height: 70vw;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.myPhilosophy01 {
	margin-top: -60px;
}

.myPhilosophy01 .head .image {
	background-image: url(/SERVICE/NISSAN-SERVICE/IMAGES/bg_philosophy01@2x.jpg);
}

.myPhilosophy02 .head .image {
	background-image: url(/SERVICE/NISSAN-SERVICE/IMAGES/bg_philosophy02@2x.jpg);
}

.myPhilosophy03 .head .image {
	background-image: url(/SERVICE/NISSAN-SERVICE/IMAGES/bg_philosophy03@2x.jpg);
}

.myPhilosophy .list {
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
}

.myPhilosophy .list .container {
	display: block;
}

.myPhilosophy .list .container .item::after {
	display: none;
}

.myPhilosophy .list .item {
	width: auto;
}

.myPhilosophy .list .item + .item {
	margin-top: 10px;
}

.myPhilosophy .list .item .detail {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 60px;
}

.myPhilosophy .list .item .arrow {
	left: 22px;
	bottom: 20px;
	width: 27%;
}

.myPagetop {
	display: none;
}

}

