/*-------- reset --------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');


article.lowerWrap * {
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	font-size: min(3.5vw ,20px);
	line-height: 2;
}

article.lowerWrap *.cf{zoom:1;}
article.lowerWrap *.cf:after{content: ""; clear:both; display:block;}
article.lowerWrap *.c{clear:both;}

article.lowerWrap *:focus {outline: none;}
article.lowerWrap *:before,*:after{display:inline-block;}
article.lowerWrap *.bB > *{box-sizing:border-box;}

article.lowerWrap *{box-sizing:border-box;}
article.lowerWrap *.fMin{font-family:"Noto Serif JP", font-weight:500;}
article.lowerWrap *:focus {outline: none;}
article.lowerWrap *:before,*:after{display:inline-block;}
article.lowerWrap *.bB > *{box-sizing:border-box;}
article.lowerWrap *.nb{border:none !important;}
article.lowerWrap *.sP{text-indent:-9999px; background:no-repeat  center center; background-size:100%;}
article.lowerWrap *.fe {display: flex; justify-content: space-between; flex-wrap: wrap;}
article.lowerWrap *.fe.feL{justify-content:flex-start;}
article.lowerWrap *.fe.feR{flex-direction:row-reverse;}
article.lowerWrap *.fe.feA{justify-content:space-between;}
article.lowerWrap *.iB{letter-spacing:-1em; word-spacing: -1em;}
article.lowerWrap *:root *.iB{font-size: 1px; word-spacing: -1px;}
article.lowerWrap *.iB > *{display:inline-block; letter-spacing:normal; vertical-align:top; font-size:100%; word-spacing:normal; font-size:13px;}
article.lowerWrap {width:100%;}
article.lowerWrap *.to{text-orientation: upright;}
article.lowerWrap img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media only screen and (min-width:1000px){*.sp{display:none !important;}}
@media only screen and (max-width:1000px){*.pc{display:none !important;}}

/*--- ふんわり出現 ---*/

article.lowerWrap section.contentWrap h2,
article.lowerWrap section.contentWrap h3,
article.lowerWrap section.contentWrap h4,
article.lowerWrap section.contentWrap p,
article.lowerWrap section.contentWrap table tr > *{
	transform: translate(0 , 30px);
	opacity: 0;
}

article.lowerWrap section.contentWrap ul.fe:not(.feL) li {
	transform: translate(0 , -30px);
	opacity: 0;
}

article.lowerWrap section.contentWrap h3,
article.lowerWrap section.contentWrap table tr > td{transition: .5s ease-in;}
article.lowerWrap section.contentWrap h4{transition: .7s ease-in;}
article.lowerWrap section.contentWrap h2,
article.lowerWrap section.contentWrap p,
article.lowerWrap section.contentWrap table tr > th{transition: .3s ease-in;}
article.lowerWrap section.contentWrap ul.fe:not(.feL) li{transition: .3s ease-in;}

article.lowerWrap section.contentWrap h2.active,
article.lowerWrap section.contentWrap h3.active,
article.lowerWrap section.contentWrap h4.active,
article.lowerWrap section.contentWrap p.active,
article.lowerWrap section.contentWrap ul.fe:not(.feL) li.active,
article.lowerWrap section.contentWrap table tr > *{
	transform:translate(0 , 0);
	opacity:1;
	}

article.lowerWrap section.contentWrap figure img{
	transform: scale(70%, 70%);
	-webkit-transform: scale(.7 , .7);
	opacity:0;
	transition: .6s ease-in;
	}

article.lowerWrap section.contentWrap figure.active img{
	transform: scale(100%, 100%);
	-webkit-transform: scale(1.0 , 1.0);
	opacity:1;
	}



/*-------- main --------------*/

article.lowerWrap{width:100%; overflow:hidden;}
article.lowerWrap section.contentWrap {width: 100%;	position: relative;}
article.lowerWrap section.contentWrap .w100 {width: 100% !important;}
article.lowerWrap section.contentWrap.bgWrap {background: no-repeat center center / auto 100%;}

article.lowerWrap section.contentWrap.contentWrap01.bgWrap.bgWrap01 {
	background-image: url(../img/gaxaric_lp_slice_01.jpg);
	height: min(53vw , 900px);
}
article.lowerWrap section.contentWrap.contentWrap01 h1 {
	font-size: min(8vw , 45px);
	color: #fff;
	position: absolute;
	width: 37vw;
	left: max(-30vw , -470px);
	right: 0;
	margin: auto;
	top: min(7vw , 40px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	line-height: 1.3;
	text-shadow:
		0 0 min(.5vw , 7px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412;
}
article.lowerWrap section.contentWrap.contentWrap01 h1 span {
	border-radius: 100px;
	padding: min(0.1em , 5px) min(1em , 10px);
	margin: 0 min(0.2em , 10px) min(.3em , 10px);
}
article.lowerWrap section.contentWrap.contentWrap01 h1 span:nth-of-type(1){background:#cf2051;}
article.lowerWrap section.contentWrap.contentWrap01 h1 span:nth-of-type(2) {background: #394b71;}
article.lowerWrap section.contentWrap.contentWrap01 h1 span:nth-of-type(3) {background: #258038;}
article.lowerWrap section.contentWrap.contentWrap01 h1 strong {
	font-size: min(9vw , 100px);
	line-height: 1.3;
	font-weight:700;
}
article.lowerWrap section.contentWrap.contentWrap01 figure {
	width: min(20vw , 349px);
	position: absolute;
	bottom: max(-18vw, -240px );
	left: max(-65vw , -760px);
	right: 0;
	margin: auto;
}
article.lowerWrap section.contentWrap.contentWrap01 figure img{}
article.lowerWrap section.contentWrap.contentWrap01 h2 {
	width: min(50vw , 1000px);
	position: absolute;
	right: min(20vw , 200px);
	bottom: 0;
}

article.lowerWrap nav{}
article.lowerWrap nav ul {
	width: min(90% , 1200px);
	display: flex;
	margin: min(7vw , 70px) auto;
	justify-content: space-evenly;
	align-items: center;
}
article.lowerWrap nav ul li{}
article.lowerWrap nav ul li a {
	display: block;
	border: #d68c34 1px solid;
	border-radius: 100px;
	padding: 0 min(5vw , 50px) 0 min(3vw , 30px);
	position: relative;
	transition: .4s ease-out;
	overflow: hidden;
}
article.lowerWrap nav ul li a::before {
	content: "";
	background: #d68c34;
	height: 120%;
	width:0;
	display: block;
	position: absolute;
	right: -30%;
	transform: skewX(60deg);
	top: -10%;
	transition: .4s ease-out;
}
article.lowerWrap nav ul li a:hover:before{width:160%; left:-30%; right:auto;}
article.lowerWrap nav ul li a span {
	width: 100%;
	height: 100%;
	display: block;
	color: #000;
	position: relative;
}
article.lowerWrap nav ul li a span::before {
	content: "▼";
	font-size: 72%;
	color: #d68c34;
	position: absolute;
	right: max(-2vw , -30px);
	height: 2em;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .4s ease-out;
}
article.lowerWrap nav ul li a:hover span {color:#fff;}
article.lowerWrap nav ul li a:hover span:before {color:#fff;}

article.lowerWrap section.contentWrap.contentWrap02 {
	background: url(../img/gaxaric_lp_slice_05.jpg) no-repeat center / cover;
	height: min(53vw , 900px);
	padding: min(10vw , 100px) 0;
}
article.lowerWrap section.contentWrap.contentWrap02 h2 {
	width: min(96% , 1200px);
	margin: auto;
	color: #fff;
	font-size: min(5vw , 36px);
	padding-left: min(7vw , 100px);
	position: relative;
	border-bottom: #fff 2px solid;
}
article.lowerWrap section.contentWrap.contentWrap02 h2 {
	width: min(96% , 1200px);
	margin: auto;
	color: #fff;
	font-size: min(5vw , 36px);
	padding-left: min(7vw , 100px);
	position: relative;
}
article.lowerWrap section.contentWrap.contentWrap02 h2::before {
	content: "";
	background: url(../img/gaxaric_lp_slice_02.png) no-repeat center / 100%;
	width: min(7vw , 80px);
	height: min(7vw , 80px);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
article.lowerWrap section.contentWrap.contentWrap02 p {
	width: min(96% , 1200px);
	margin: min(2vw , 20px) auto;
	padding: min(3vw , 30px) min(35vw , 350px) 0 min(5vw , 50px);
	color: #fff;
	font-weight: 400;
	text-shadow:
		0 0 min(.5vw , 7px) #1d1412,
		0 0 min(.5vw , 7px) #1d1412,
		0 0 min(.5vw , 7px) #1d1412,
		0 0 min(.5vw , 7px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412;
}
article.lowerWrap section.contentWrap.contentWrap02 p + p{padding: 0 min(35vw , 350px) 0 min(5vw , 50px);}
article.lowerWrap section.contentWrap.contentWrap02 p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	
	padding: 0 min(.5vw , 15px);
}

article.lowerWrap section.contentWrap.contentWrap02 p.active strong{background-size: 100% min(1vw , 10px);}

article.lowerWrap section.contentWrap.contentWrap03 {
	background: url(../img/gaxaric_lp_slice_06.jpg) no-repeat center / cover;
	padding: min(10vw , 100px) 0;
}
article.lowerWrap section.contentWrap.contentWrap03 h2 {
	width: min(96% , 1200px);
	margin: auto;
	color: #258038;
	font-size: min(8vw , 70px);
	position: relative;
	text-align: center;
	font-weight: 700;
	padding-top: min(9vw , 90px);
}
article.lowerWrap section.contentWrap.contentWrap03 h2::before {
	content: "全方位win-winを目指します";
	text-shadow:
		0 0 min(.7vw , 12px) rgba(00,00,00,.7),
		0 0 min(.7vw , 12px) rgba(00,00,00,.7),
		0 0 min(1vw , 16px) rgba(00,00,00,.7),
		0 0 min(1vw , 16px) rgba(00,00,00,.7);
	color: #fff;
	background: url(../img/gaxaric_lp_slice_03.png) no-repeat center left , url(../img/gaxaric_lp_slice_04.png) no-repeat center right;
	padding:0 min(8vw , 90px);
	position: absolute;
	font-size: 55%;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top:0;	
	width: min(70vw , 720px);
}
article.lowerWrap section.contentWrap.contentWrap03 h2 strong{
	background: #cf2051;
	color: #fff;
	font-size: 160%;
	border-radius: min(3vw , 30px);
	padding: min(0.5vw , 5px) min(2vw , 20px) min(1vw , 10px);
	line-height: 1;
	font-weight: 700;
	display: inline-block;
}
article.lowerWrap section.contentWrap.contentWrap03 p {
	width: min(90% , 1000px);
	margin: 0 auto;
	padding: min(3vw , 30px) min(5vw , 50px) 0;
	font-weight: 400;
}
article.lowerWrap section.contentWrap.contentWrap03 p + p{padding: 0 min(35vw , 350px) 0 min(5vw , 50px);}
article.lowerWrap section.contentWrap.contentWrap03 p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	
	padding: 0 min(.5vw , 15px);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.lowerWrap section.contentWrap.contentWrap03 p.active strong{background-size: 100% min(1vw , 10px);}
article.lowerWrap section.contentWrap.contentWrap03 figure {
	width: min(80% , 1130px);
	margin: max(-10vw , -50px) auto;
}
article.lowerWrap section.contentWrap.contentWrap03 figure img{}
article.lowerWrap section.contentWrap.contentWrap04{}
article.lowerWrap section.contentWrap.contentWrap04 dl {
	width: min(96% , 1200px);
	margin: min(7vw,70px) auto;
	align-items: center;
}
article.lowerWrap section.contentWrap.contentWrap04 dl dd {
	width: 50%;
	order: 2;
}
article.lowerWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(1) {order: 2;}
article.lowerWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(2) {order: 3; margin-top: min(8vw , 80px);}
article.lowerWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(3) {order: 6;}
article.lowerWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(1) {order: 1;}
article.lowerWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(2) {order: 4; margin-top: min(8vw , 80px);}
article.lowerWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(3) {order: 5;}
article.lowerWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(4) {order: 7;}
article.lowerWrap section.contentWrap.contentWrap04 dl dd figure {
	position: relative;
}
article.lowerWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(1) figure::after {
	content: "";
	border: #258038 solid 1px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: min(1vw , 10px);
	top: min(1vw , 10px);
}
article.lowerWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(2) figure::after {
	content: "";
	border: #258038 solid 1px;
	width: 100%;
	height: 100%;
	position: absolute;
	right: min(1vw , 10px);
	top: min(1vw , 10px);
}
article.lowerWrap section.contentWrap.contentWrap04 dl dd figure img{}
article.lowerWrap section.contentWrap.contentWrap04 dl dt {
	width: 45%;
}
article.lowerWrap section.contentWrap.contentWrap04 dl dt h3 {
	background: #258038;
	border-radius: 100px;
	color: #fff;
	padding: 0 min(5vw , 50px);
	position: relative;
	font-size: min(4vw , 22px);
	margin-bottom: min(3vw ,30px);
}
article.lowerWrap section.contentWrap.contentWrap04 dl dt.w100 h3 {
	margin-top: min(10vw , 100px);
}
article.lowerWrap section.contentWrap.contentWrap04 dl dt h3 strong{font-size:130%;}
article.lowerWrap section.contentWrap.contentWrap04 dl dt h3::after {
	content: "";
	background: url(../img/gaxaric_lp_slice_07.png) no-repeat center / cover;
	width: min(7vw , 69px);
	height: min(7vw , 69px);
	position: absolute;
	top: max(-7vw , -50px);
	right: 0;
}
article.lowerWrap section.contentWrap.contentWrap04 dl dt.w100 h3::after {
	content: "";
	background: url(../img/gaxaric_lp_slice_09.png) no-repeat center / cover;
	width: min(9vw , 100px);
	height: min(11vw , 120px);
	position: absolute;
	top: max(-7vw , -50px);
	right: 0;
}
article.lowerWrap section.contentWrap.contentWrap04 dl dt p {
	padding: min(5vw , 20px) min(7vw , 40px);
}
article.lowerWrap section.contentWrap.contentWrap04 dl dt p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	
	padding: 0 min(.5vw , 15px);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.lowerWrap section.contentWrap.contentWrap04 dl dt p.active strong{background-size: 100% min(1vw , 10px);}

article.lowerWrap section.contentWrap.contentWrap04.contentWrap.bgWrap.bgWrap02 {
	background-image: url(../img/gaxaric_lp_slice_11.jpg);
	height: 52vw;
}
article.lowerWrap section.contentWrap.contentWrap04.contentWrap.bgWrap.bgWrap02 h2 {
	color: #cf2051;
	font-size: 5.5vw;
	font-weight: bold;
	position: absolute;
	bottom: 2vw;
	width: 75vw;
	left: 5vw;
	line-height: 1.3;
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.lowerWrap section.contentWrap.contentWrap04.contentWrap.bgWrap.bgWrap02 h2 strong {
	display: block;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.3;
}

article.lowerWrap section.contentWrap.contentWrap05{}
article.lowerWrap section.contentWrap.contentWrap05 h2 {
	background: url(../img/gaxaric_lp_slice_12.png) no-repeat center/ 100% auto;
	height: 22vw;
	position: relative;
	margin-top: min(7vw , 70px);
}
article.lowerWrap section.contentWrap.contentWrap05 h2 span {
	position: absolute;
	color: #fff;
	font-size: min(3vw , 50px);
	bottom: 3vw;
	text-align: center;
	left: 0;
	right: 0;
	letter-spacing: 2px;
	font-weight: 800;
}
article.lowerWrap section.contentWrap.contentWrap05 h2 span strong {
	background: rgb(37, 128, 56,.8);
	border-radius: 100%;
	display: inline-block;
	font-size: 14vw;
	width: 15vw;
	height: 16vw;
	line-height: 1.2;
	font-weight: 800;
}
article.lowerWrap section.contentWrap.contentWrap05 dl {
	align-items: center;
	margin: auto;
	padding: min(5vw , 50px) 0;
}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) {background:url(../img/gaxaric_lp_slice_21.png);}
article.lowerWrap section.contentWrap.contentWrap05 dl dd {
	width: 50%;
}
article.lowerWrap section.contentWrap.contentWrap05 dl dd figure {
	position: relative;
}
article.lowerWrap section.contentWrap.contentWrap05 dl dd figure::after {
	content: "";
	background: #dadada;
	width: calc(100% + 20px);
	height: 100%;
	position: absolute;
	top: 20px;
}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dd figure::after {left: 0;}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dd figure::after {right: 0;}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dd figure::after {border-radius: 0 25px 25px 0;}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dd figure::after {border-radius: 25px 0 0 25px;}
article.lowerWrap section.contentWrap.contentWrap05 dl dd figure img {
	position: relative;
	z-index: 2;
}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dd figure img{border-radius: 0 25px 25px 0;}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dd figure img{border-radius: 25px 0 0 25px;}
article.lowerWrap section.contentWrap.contentWrap05 dl dt{width:48%;}
article.lowerWrap section.contentWrap.contentWrap05 dl dt h3 {
	background: #258038;
	border-radius: 100px;
	color: #fff;
	padding: 0 min(4vw , 40px);
	position: relative;
	font-size: min(4vw , 22px);
	margin-bottom: min(3vw ,30px);
	font-weight: 800;
}
article.lowerWrap section.contentWrap.contentWrap05 dl dt h3 strong {
	font-size: 140%;
	font-weight: 800;
}
article.lowerWrap section.contentWrap.contentWrap05 dl dt h3::before {
	content: "";
	background: url(../img/gaxaric_lp_slice_07.png) no-repeat center / cover;
	width: min(7vw , 69px);
	height: min(7vw , 69px);
	position: absolute;
	top: max(-4vw , -50px);
	right: 0;
}
article.lowerWrap section.contentWrap.contentWrap05 dl dt p {
	padding: min(2vw , 10px) min(4vw , 30px);
}
article.lowerWrap section.contentWrap.contentWrap05 dl dt p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	
	padding: 0 min(.5vw , 15px);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.lowerWrap section.contentWrap.contentWrap05 dl dt p.active strong{background-size: 100% min(1vw , 10px);}
article.lowerWrap section.contentWrap.contentWrap05 dl dt p + p{}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dd{order:1;}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dt {order: 2; padding:0 15vw 0 2vw;}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dd{order:2;}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dt{order:1; padding:0 2vw 0 15vw;}

article.lowerWrap section.contentWrap.contentWrap06 {
	background: url(../img/gaxaric_lp_slice_16.jpg) no-repeat center / cover;
	padding: min(10vw , 100px) 0;
}
article.lowerWrap section.contentWrap.contentWrap06 ul{}
article.lowerWrap section.contentWrap.contentWrap06 ul li{}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl {
	align-items: center;
	margin: auto;
	padding: min(5vw , 50px) 0;
	display: flex;
	justify-content: space-between;
}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dd {
	width: 48%;
}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dd:after{contetent:"";}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dd figure{}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dd figure img{}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dt {
	position: relative;
	width: 52%;
}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dt h3 {
	color: #258038;
	font-size: min(4vw , 33px);
	line-height: 1.3;
	position: relative;
	padding-left: min(12vw , 160px);
	transform: rotate(-8deg);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(odd) dl dt h3 {
	top:max(-6vw , -60px);
	left: max(-9vw , -150px);
}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dt h3 {
	top:max(-6vw , -60px);
	right: max(-9vw , -150px);
}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dt h3::before {
	content: "";
	background: url(../img/gaxaric_lp_img_10.png) no-repeat center / 100%;
	width: min(12vw , 150px);
	height: min(12vw , 150px);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(8deg);
}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dt h3 strong{
	color: #258038;
	font-size: min(8vw , 54px);
	font-weight: 700;
	display: block;
}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dt p {padding: min(5vw , 20px) min(7vw , 40px);}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dt p + p{padding: min(2vw , 10px) min(7vw , 40px);}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dt p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	
	padding: 0 min(.5vw , 15px);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dt p.active strong{background-size: 100% min(1vw , 10px);}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(odd) dl dd{order:1;}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(odd) dl dt{order: 2; padding:0 10vw 0 2vw;}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dd{order:2;}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dt{order:1; padding:0 2vw 0 10vw;}

article.lowerWrap section.contentWrap.contentWrap07{}
article.lowerWrap section.contentWrap.contentWrap07 ul{}
article.lowerWrap section.contentWrap.contentWrap07 ul li {
	position: relative;
}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) {
	background: url(../img/gaxaric_lp_slice_21.png);
}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) {text-align:left;}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) {text-align:right;}
article.lowerWrap section.contentWrap.contentWrap07 ul li img {width: 80vw;}
article.lowerWrap section.contentWrap.contentWrap07 ul li h2 {
	position: absolute;
	font-size: min(10vw , 100px);
	font-weight: bold;
	bottom: 0;
	right: 12%;
}
article.lowerWrap section.contentWrap.contentWrap07 ul li h2 {
	position: absolute;
	font-size: min(8vw , 100px);
	font-weight: bold;
	bottom: 0;
	right: 12%;
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
	z-index: 2;
}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) h2{right: 12%;}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) h2 {left: 12%; text-align: left;}
article.lowerWrap section.contentWrap.contentWrap07 ul li h3 {
	position: absolute;
	width: min(40vw , 550px);
}
article.lowerWrap section.contentWrap.contentWrap07 ul li h3 span {
	font-size: min(3.5vw , 25px);
	position: relative;
	display: block;
	line-height: 1.5;
}

article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n+1) h3 {
	right: 0;
	bottom: 11vw;
	padding: 0;
}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) h3 {
	left: 0;
	bottom: 11vw;
	padding: 0;
	}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) h3 span {transform: rotate(4deg);}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) h3 span {transform: rotate(-4deg);}
article.lowerWrap section.contentWrap.contentWrap07 ul li h3::before {
	content: "";
	background: url(../img/gaxaric_lp_slice_22_02.png) no-repeat center / 100%;
	width: min(40vw , 650px);
	height: min(21vw , 380px);
	position: absolute;
}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n+1) h3::before {
	top: -10.5vw;
	left: -14vw;
}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n) h3::before {
	background: url(../img/gaxaric_lp_slice_22.png) no-repeat center / 100%;
	top: -10.5vw;
	right: -14vw;
}

article.lowerWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 {
	background-image: url(../img/gaxaric_lp_slice_25.jpg);
	height: 52vw;
	margin-top: min(10vw , 100px);
}
article.lowerWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 h2 {
	color: #fff;
	position: absolute;
	top: 6vw;
	right: -21vw;
	left: 0;
	margin: auto;
	width: 50vw;
	font-size: min(7vw , 80px);
	line-height: 1.4;
	font-weight: 800;
	transform: rotate(-10deg);
	transform: rotate(-10deg);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(0,39,8,.7),
		0 0 min(.7vw , 12px) rgba(0,39,8,.7),
		0 0 min(1vw , 16px) rgba(0,39,8,.7),
		0 0 min(1vw , 16px) rgba(0,39,8,.7);
	text-align: right;
}
article.lowerWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 h2 strong {
	font-size: 150%;
	font-weight: 800;
}

article.lowerWrap section.contentWrap.contentWrap09{}
article.lowerWrap section.contentWrap.contentWrap09 h2 {
	background: url(../img/gaxaric_lp_slice_26.png) no-repeat center/ 100% auto;
	height: 22vw;
	position: relative;
	margin-top: min(7vw , 70px);
}

article.lowerWrap section.contentWrap.contentWrap09 h2 span {
	position: absolute;
	color: #fff;
	font-size: 3vw;
	bottom:3vw;
	text-align: left;
	left: 0;
	right: 0;
	letter-spacing: 2px;
	font-weight: 800;
	width: min(86% , 930px);
	margin: auto;
}
article.lowerWrap section.contentWrap.contentWrap09 h2 span strong {
	display: inline-block;
	font-size: min(5vw , 90px);
	line-height: 1.2;
	font-weight: 800;
}

article.lowerWrap section.contentWrap.contentWrap09 dl {
	align-items: center;
	margin: auto;
	padding: min(5vw , 50px) 0;
}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) {background:url(../img/gaxaric_lp_slice_21.png);}
article.lowerWrap section.contentWrap.contentWrap09 dl dd {
	width: 50%;
}
article.lowerWrap section.contentWrap.contentWrap09 dl dd figure {
	position: relative;
}
article.lowerWrap section.contentWrap.contentWrap09 dl dd figure::after {
	content: "";
	background: #dadada;
	width: calc(100% + 20px);
	height: 100%;
	position: absolute;
	top: 20px;
}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dd figure::after {left: 0;}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dd figure::after {right: 0;}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dd figure::after {border-radius: 0 25px 25px 0;}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dd figure::after {border-radius: 25px 0 0 25px;}
article.lowerWrap section.contentWrap.contentWrap09 dl dd figure img {
	position: relative;
	z-index: 2;
}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dd figure img{border-radius: 0 25px 25px 0;}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dd figure img{border-radius: 25px 0 0 25px;}
article.lowerWrap section.contentWrap.contentWrap09 dl dt{width:48%;}
article.lowerWrap section.contentWrap.contentWrap09 dl dt h3 {
	background: #258038;
	border-radius: 100px;
	color: #fff;
	padding: 0 min(5vw , 50px);
	position: relative;
	font-size: min(4vw , 22px);
	margin-bottom: min(3vw ,30px);
	font-weight: 800;
}
article.lowerWrap section.contentWrap.contentWrap09 dl dt h3 strong {
	font-size: 140%;
	font-weight: 800;
}
article.lowerWrap section.contentWrap.contentWrap09 dl dt h3:before {
	content: "";
	background: url(../img/gaxaric_lp_slice_07.png) no-repeat center / cover;
	width: min(7vw , 69px);
	height: min(7vw , 69px);
	position: absolute;
	top: max(-7vw , -50px);
	right: 0;
}
article.lowerWrap section.contentWrap.contentWrap09 dl dt p {
	padding: min(2vw , 10px) min(4vw , 30px);
}
article.lowerWrap section.contentWrap.contentWrap09 dl dt p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	
	padding: 0 min(.5vw , 15px);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.lowerWrap section.contentWrap.contentWrap09 dl dt p.active strong{background-size: 100% min(1vw , 10px);}
article.lowerWrap section.contentWrap.contentWrap09 dl dt p + p{}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dd{order:1;}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dt {order: 2; padding:0 15vw 0 2vw;}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dd{order:2;}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dt{order:1; padding:0 2vw 0 15vw;}

article.lowerWrap section.contentWrap.contentWrap10{}
article.lowerWrap section.contentWrap.contentWrap10 h2 {
	background: url(../img/gaxaric_lp_slice_29.png) no-repeat center/ 100% auto;
	height: 22vw;
	position: relative;
	margin-top: min(7vw , 70px);
}

article.lowerWrap section.contentWrap.contentWrap10 h2 span {
	position: absolute;
	color: #fff;
	font-size: 3vw;
	bottom: 3vw;
	text-align: left;
	left: 0;
	right: 0;
	letter-spacing: 2px;
	font-weight: 800;
	width: min(76% , 700px);
	margin: auto;
}
article.lowerWrap section.contentWrap.contentWrap10 h2 span strong {
	display: inline-block;
	font-size: min(5vw , 90px);
	line-height: 1.2;
	font-weight: 800;
}
article.lowerWrap section.contentWrap.contentWrap10 ul {
	width: min(96% , 1200px);
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}
article.lowerWrap section.contentWrap.contentWrap10 ul::before {
	content: "";
	background: url(../img/gaxaric_lp_slice_34.png) no-repeat center /100%;
	width: min(50vw , 33%);
	height: min(60vw , 33%);
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li {
	width: 30%;
	margin: 1.5%;
	background: url(../img/gaxaric_lp_slice_40.png);
	padding: min(2vw , 25px);
	border: #258038 solid 2px;
	border-radius: 10px;
	position: relative;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li::before {
	content: "";
	background: no-repeat center center / 100% auto;
	width: min(30%,15vw);
	height: min(30%,15vw);
	position: absolute;
	left: max(-2vw , -20px);
	top: max(-4vw , -40px);
	z-index: 2;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li:nth-of-type(1):before {background-image:url(../img/gaxaric_lp_slice_37.png);}
article.lowerWrap section.contentWrap.contentWrap10 ul li:nth-of-type(2):before {background-image:url(../img/gaxaric_lp_slice_38.png);}
article.lowerWrap section.contentWrap.contentWrap10 ul li:nth-of-type(3):before {background-image:url(../img/gaxaric_lp_slice_39.png);}
article.lowerWrap section.contentWrap.contentWrap10 ul li figure{}
article.lowerWrap section.contentWrap.contentWrap10 ul li h3 {
	color: #11541f;
	font-size: min(4vw , 25px);
	font-weight: 800;
	padding: min(1vw , 10px) min(1vw , 10px) 0;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li h3 span{
	font-size: 60%;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li p.catchWrap {
	font-size: min(3vw , 12px);
	border-bottom: 1px solid #000;
	padding: 10px 10px 5px;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li p.priceWrap{}
article.lowerWrap section.contentWrap.contentWrap10 ul li p.priceWrap strong{
	color: #cf3720;
	font-size: 40px;
	font-weight: 800;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li a {
	border: solid #cf3720 1px;
	border-radius: 100px;
	padding: min(.3vw , 7px) min(3vw , 30px);
	margin: min(1vw , 10px) 0 0 auto;
	display: block;
	width: 80%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li a:before{
	content: "";
	background: #cf3720;
	height: 120%;
	width:0;
	display: block;
	position: absolute;
	right: -30%;
	transform: skewX(60deg);
	top: -10%;
	transition: .4s ease-out;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li a:hover:before{width:160%; left:-30%; right:auto;}
article.lowerWrap section.contentWrap.contentWrap10 ul li a span {
	width: 100%;
	display: block;
	color: #000;
	position: relative;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li a span::before {
	content: "";
	position: absolute;
	left: max(-3vw , -25px);
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .4s ease-out;
	background: url(../img/gaxaric_lp_slice_36.png) no-repeat center / 100%;
	width: min(4vw , 36px);
	height: min(4vw , 36px);
}
article.lowerWrap section.contentWrap.contentWrap10 ul li a:hover span {color:#fff;}


article.lowerWrap section.contentWrap.contentWrap11{}
article.lowerWrap section.contentWrap.contentWrap11 h2 {
	background: url(../img/gaxaric_lp_slice_43.png) no-repeat center/ 100% auto;
	height: 22vw;
	position: relative;
	margin-top: min(7vw , 70px);
}

article.lowerWrap section.contentWrap.contentWrap11 h2 span {
	position: absolute;
	color: #fff;
	font-size: 3vw;
	bottom: 3vw;
	text-align: left;
	left: 0;
	right: 0;
	letter-spacing: 2px;
	font-weight: 800;
	width: min(76% , 700px);
	margin: auto;
}
article.lowerWrap section.contentWrap.contentWrap11 h2 span strong {
	display: inline-block;
	font-size: min(5vw , 90px);
	line-height: 1.2;
	font-weight: 800;
}
article.lowerWrap section.contentWrap.contentWrap11 figure {
	width:min(96% , 1100px);
	margin: auto;
	}
article.lowerWrap section.contentWrap.contentWrap11 > h3 {
	background: #258038;
	border-radius: 100px;
	color: #fff;
	padding: 0 min(5vw , 50px);
	position: relative;
	font-size: min(4vw , 22px);
	margin-bottom: min(3vw ,30px);
	font-weight: 800;
	width:min(96% , 1100px);
	margin: auto;
}
article.lowerWrap section.contentWrap.contentWrap11 > h3:before {
	content: "";
	background: url(../img/gaxaric_lp_slice_07.png) no-repeat center / cover;
	width: min(7vw , 69px);
	height: min(7vw , 69px);
	position: absolute;
	top: max(-7vw , -50px);
	right: 0;
}
article.lowerWrap section.contentWrap.contentWrap11 table {
	width: min(96% , 1100px);
	margin: min(5vw , 50px) auto;
	border-collapse: collapse;
	border: solid 1px #ccc;
}
article.lowerWrap section.contentWrap.contentWrap11 table tr{}
article.lowerWrap section.contentWrap.contentWrap11 table tr th {
	background: #c5204e;
	color: #fff;
	padding: min(.4vw , 10px);
}
article.lowerWrap section.contentWrap.contentWrap11 table tr td{
	padding: min(.4vw , 10px);
	}
article.lowerWrap section.contentWrap.contentWrap11 table tr + tr th{border-top: solid 1px #ccc;}
article.lowerWrap section.contentWrap.contentWrap11 table tr + tr td{border-top: solid 1px #ccc;}
article.lowerWrap section.contentWrap.contentWrap11 table tr th:nth-of-type(3),
article.lowerWrap section.contentWrap.contentWrap11 table tr td:nth-of-type(3){width:25%;}
article.lowerWrap section.contentWrap.contentWrap11 table tr th + th,
article.lowerWrap section.contentWrap.contentWrap11 table tr td + td{border-left: solid 1px #ccc;}
article.lowerWrap section.contentWrap.contentWrap11 table tr th h3,
article.lowerWrap section.contentWrap.contentWrap11 table tr td h3{font-weight:700;}
article.lowerWrap section.contentWrap.contentWrap11 table tr th p,
article.lowerWrap section.contentWrap.contentWrap11 table tr td p {
	font-size: 90%;
}

article.lowerWrap section.contentWrap.contentWrap12{}
article.lowerWrap section.contentWrap.contentWrap12 ul {
	display: flex;
	flex-wrap: wrap;
}
article.lowerWrap section.contentWrap.contentWrap12 ul li{width:25%;}


@media only screen and (max-width:1700px){
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n+1) h3::before {
	top: -11vw;
	left: -14vw;
}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n) h3::before {
	background: url(../img/gaxaric_lp_slice_22.png) no-repeat center / 100%;
	top: -11vw;
	right: -14vw;
}
article.lowerWrap section.contentWrap.contentWrap10 h2 span {
	bottom: 3vw;
}
article.lowerWrap section.contentWrap.contentWrap11 h2 span {
	bottom: 3vw;
}


}


@media only screen and (max-width:1500px){

article.lowerWrap section.contentWrap.contentWrap01 h1 {
	width: 47vw;
	left: -50vw;
	justify-content: center;
}
article.lowerWrap section.contentWrap.contentWrap03 figure {
	width: min(66% , 1130px);
}
article.lowerWrap section.contentWrap.contentWrap05 h2 span {
	bottom: 3vw;
	left: 6vw;
}

article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(2n+1) dt,
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(2n+1) dt{
	order: 2;
	padding: 0 2vw 0 2vw;
}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(2n) dt,
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(2n) dt {
	order: 1;
	padding: 0 2vw 0 2vw;
}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(2n+1) dl dt {
	order: 2;
	padding: 0 2vw 0 2vw;
	z-index: 2;
}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(2n) dl dt {
	order: 1;
	padding: 0 2vw 0 2vw;
	z-index: 2;
}

article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n+1) h3::before {
	top: -11vw;
	left: -12vw;
}

article.lowerWrap section.contentWrap.contentWrap07 ul li h3 span {
	font-size: min(3.5vw , 21px);
	position: relative;
	display: block;
	line-height: 1.5;
}
article.lowerWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 h2 {
	top: 0;
	width: 70vw;
}

article.lowerWrap section.contentWrap.contentWrap09 h2 span {
	font-size: 3vw;
	bottom: 3vw;
	width: 54%;
}
article.lowerWrap section.contentWrap.contentWrap10 h2 span {
	font-size: 3vw;
	bottom: 3vw;
	width: 44%;
}
article.lowerWrap section.contentWrap.contentWrap11 h2 span {
	font-size: 3vw;
	bottom: 3vw;
	width: 44%;
}


}


@media only screen and (max-width:1200px){

article.lowerWrap section.contentWrap.contentWrap01.bgWrap.bgWrap01 {height: 110vw;}
article.lowerWrap section.contentWrap.contentWrap01 h1 {
	font-size: 4.5vw;
	width: 60vw;
	left: 3vw;
	right: initial;
	justify-content: flex-start;
}
article.lowerWrap section.contentWrap.contentWrap01 h1 span {
	border-radius: 100px;
	padding: min(0.1em , 5px);
	margin: 0 min(0.2em , 10px) min(.3em , 10px);
	font-size: 3vw;
	text-align: center;
	width: 70%;
}
article.lowerWrap section.contentWrap.contentWrap01 h1 strong {
	font-size: 11vw;
	line-height: 1.3;
	font-weight: 700;
}
article.lowerWrap section.contentWrap.contentWrap01 figure {
	width: 27vw;
	bottom: -14vw;
}
article.lowerWrap section.contentWrap.contentWrap01 h2 {
	width: 72vw;
	right: 1vw;
	bottom: 5vw;
}
article.lowerWrap nav ul {
	width: 97%;
	flex-wrap: wrap;
}

article.lowerWrap nav ul li a {
	width: auto;
	margin: 0 0 2vw;
	padding: 0 7vw 0 3vw;
}
article.lowerWrap nav ul li a span {
	font-size: 3vw;
}
article.lowerWrap nav ul li a span::before {
	right: -4vw;
}


article.lowerWrap section.contentWrap.contentWrap02 {
	height: auto;
}
article.lowerWrap section.contentWrap.contentWrap02 h2 {
	width: min(96% , 1200px);
	margin: auto;
	color: #fff;
	font-size: 4vw;
	padding-left: 10vw;
	position: relative;
}
article.lowerWrap section.contentWrap.contentWrap02 p {
	padding: 1vw 3vw 0 3vw;
}
article.lowerWrap section.contentWrap.contentWrap02 p + p {
	padding: 0 3vw 0 3vw;
}

article.lowerWrap section.contentWrap.contentWrap03 {
	padding: 7vw 0;
}

article.lowerWrap section.contentWrap.contentWrap03 h2 {
	padding-top: 5vw;
	line-height: 1.6;
}

article.lowerWrap section.contentWrap.contentWrap03 h2 strong {
	display: block;
	width: 30vw;
	margin: auto;
}
article.lowerWrap section.contentWrap.contentWrap03 h2::before {
	font-size: 55%;
	width: 75vw;
}
article.lowerWrap section.contentWrap.contentWrap03 figure {
	width: 80vw;
	margin: auto;
}
article.lowerWrap section.contentWrap.contentWrap03 p {
	padding: min(3vw , 30px) 0 0;
}
article.lowerWrap section.contentWrap.contentWrap04 dl dt {
	width: 100%;
}
article.lowerWrap section.contentWrap.contentWrap04 dl dt p {
	padding: 0 7vw 5vw;
}
article.lowerWrap section.contentWrap.contentWrap04 dl dd {
	width: 80vw;
	margin: auto;
}

article.lowerWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(1) {order: 2;}
article.lowerWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(2) {order: 4; margin-top:0;}
article.lowerWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(3) {order: 6;}
article.lowerWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(1) {order: 1;}
article.lowerWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(2) {order: 3; margin-top: min(15vw , 80px);}
article.lowerWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(3) {order: 5;}
article.lowerWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(4) {order: 7;}
article.lowerWrap section.contentWrap.contentWrap04.contentWrap.bgWrap.bgWrap02 {
	height: 63vw;
	background-position: center left -21vw;
}
article.lowerWrap section.contentWrap.contentWrap04.contentWrap.bgWrap.bgWrap02 h2 {
	bottom: 0vw;
	left: 5vw;
	line-height: 1;
}

article.lowerWrap section.contentWrap.contentWrap05 h2 {
	background: url(../img/gaxaric_lp_slice_12.png) no-repeat center left -27vw/ 140% auto;
	height: 30vw;
}
article.lowerWrap section.contentWrap.contentWrap05 h2 span {
	position: absolute;
	color: #fff;
	font-size: 5vw;
	bottom: 4vw;
	text-align: center;
	left: 0;
	right: 0;
	letter-spacing: 2px;
	font-weight: 800;
}

article.lowerWrap section.contentWrap.contentWrap05 dl dd {width: 90%;}
article.lowerWrap section.contentWrap.contentWrap05 dl dt {
	width: 100%;
	margin-top: 4rem;
}

article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dd{order:1;}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dt {order: 2; padding: 0 2vw;}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dd {order: 1; margin-left: auto;}
article.lowerWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dt{order:2; padding: 0 2vw;}

article.lowerWrap section.contentWrap.contentWrap06 ul li dl {flex-wrap: wrap;}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dd {width: 68%;}
article.lowerWrap section.contentWrap.contentWrap06 ul li dl dt {width: 100%;}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(odd) dl dt {order: 2; margin: 0 0 0 auto; padding:0;}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dt {order: 1; padding: 0; margin:0 auto 0 0;}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dd {order: 1; margin: 0 2vw 0 auto; padding:0;}

article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(odd) dl dt h3 {top: -20vw; left: 28vw; position: absolute;}
article.lowerWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dt h3 {top: -20vw; right: 19vw; position: absolute;}

article.lowerWrap section.contentWrap.contentWrap07 ul li img {width: 95vw;}
article.lowerWrap section.contentWrap.contentWrap07 ul li h3::before {width: 54vw; height: 30vw;}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) h2 {right: 3%;}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) h2 {left: 4%;}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) h3,
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) h3 {
	bottom: 14vw;
	right: 1vw;
	width: 45vw;
}
article.lowerWrap section.contentWrap.contentWrap07 ul li h3::before {
	width: 66vw;
	height: 33vw;
}

article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n+1) h3::before {
	top: -18vw;
	left: initial;
	right: -2vw;
}
article.lowerWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n) h3::before {
	top: -18vw;
	right: initial;
	left: -2vw;
}
article.lowerWrap section.contentWrap.contentWrap07 ul li h3 span {
	font-size: 3vw;
	line-height: 1;
}

article.lowerWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 {height: 72vw; background-size: auto 100%;}
article.lowerWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 h2 {width: 70vw;}
article.lowerWrap section.contentWrap.contentWrap09 h2 {
	background: url(../img/gaxaric_lp_slice_26.png) no-repeat center/ 140% auto;
	height: 30vw;
}

article.lowerWrap section.contentWrap.contentWrap09 h2 span {
	font-size: 4vw;
	width: 70%;
}
article.lowerWrap section.contentWrap.contentWrap09 h2 span strong {font-size: 7vw;}

article.lowerWrap section.contentWrap.contentWrap09 dl dd {width: 90%;}
article.lowerWrap section.contentWrap.contentWrap09 dl dt {
	width: 100%;
	margin-top: 4rem;
}

article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dd{order:1;}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dt {order: 2; padding: 0 2vw;}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dd {order: 1; margin-left: auto;}
article.lowerWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dt{order:2; padding: 0 2vw;}

article.lowerWrap section.contentWrap.contentWrap10 h2 {
	background: url(../img/gaxaric_lp_slice_29.png) no-repeat center left -25vw / 130% auto;
	height: 30vw;
}
article.lowerWrap section.contentWrap.contentWrap10 h2 span {
	font-size: 4vw;
	width: 70%;
	bottom: 5vw;
}
article.lowerWrap section.contentWrap.contentWrap10 h2 span strong {font-size: 7vw;}
article.lowerWrap section.contentWrap.contentWrap10 ul::before {
	width: 48%;
	height: 20%;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li {
	width: 100%;
	margin: 1.5% auto 5vw;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li::before {
	width: 25vw;
	height: 25vw;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li h3 {
	font-size: 6vw;
	line-height: 1.3;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li p.catchWrap {
	font-size: 3.5vw;
	border-bottom: 1px solid #000;
	padding: 1vw 1vw .5vw;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li a::before {
	width: 150%;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li a span {
	color: #fff;
	font-size: 4vw;
}
article.lowerWrap section.contentWrap.contentWrap10 ul li a span::before {
	left: 11vw;
	width: min(6vw , 36px);
	height: min(6vw , 36px);
}
article.lowerWrap section.contentWrap.contentWrap11 {
	margin-bottom: 7vw;
}
article.lowerWrap section.contentWrap.contentWrap11 h2 {
	background: url(../img/gaxaric_lp_slice_43.png) no-repeat center left -18vw / 130% auto;
	height: 30vw;
}
article.lowerWrap section.contentWrap.contentWrap11 h2 span {
	font-size: 4vw;
	width: 70%;
	bottom: 5vw;
}
article.lowerWrap section.contentWrap.contentWrap11 h2 span strong {font-size: 7vw;}
article.lowerWrap section.contentWrap.contentWrap11 figure img {
	width: 130%;
	position: relative;
	left: -17%;
}
article.lowerWrap section.contentWrap.contentWrap11 > h3 {
	margin: 12vw auto 0;
}
article.lowerWrap section.contentWrap.contentWrap11 table tr td {
	padding: 2vw;
}
article.lowerWrap section.contentWrap.contentWrap12 ul li{width:98%; margin:auto;}


}











