@charset "UTF-8";

/*mv*/
#mv {
	position: relative;
	height: 602px;
	margin: 0 auto;
	z-index: 0;
}
#mv img.pc {/*動きをつけるとき調整してください*/
	position:absolute;
	top: -67px;
	left: calc(50% - 700px);
	width: 1400px;
}
@media screen and (max-width: 767px) {
	#mv {
		height: auto;
	}
	#mv img.sp {
		margin-top: -25px;
		width: 100%;
	}
}
.slider-screen {
	margin-top:-67px;
}
.slider-screen img {
	max-width:1400px;
}
.slider-mobile {
	margin-top:-25px;
}
.slider-mobile img {
	max-width:100%;
}
@media screen and (min-width: 768px) {
	.slider-mobile {
		display:none;
	}
}
@media screen and (max-width: 767px) {
	.slider-screen {
		display:none;
	}
}
/* No Js */
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes infinity-scroll-right {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0%);
	}
}
@media screen and (min-width: 768px) {
	.main-visual {
		position: relative;
		display: flex;
		margin: -67px 0 0 0;
		padding: 0 0 67px 0;
		overflow: hidden;
	}
	.main-visual::before {
		position: absolute;
		z-index: 2;
		content: "";
		display: inline-block;
		left: 0;
		bottom: 66px;
		width: 100%;
		height: 67px;
		background: url("/images/index/slide/main-visual-wave.png") no-repeat;
	}
	.main-visual .item ul {
		display: flex;
		animation: infinity-scroll-left 30s infinite linear 0.5s both;
	}
	.main-visual .item ul:first-child {
		/*animation: infinity-scroll-right 30s infinite linear 0.5s both;*/
	}
	.main-visual .item ul li {
		width: calc( 150vw / 7 );
		flex-basis: calc( 150vw / 7 );
	}
}
@media screen and (max-width: 767px) {
	.main-visual {
		display: flex;
		margin: -24px 0 0 0;
		padding: 0 0 0 0;
		overflow: hidden;
	}
	.main-visual .item ul {
		display: flex;
		animation: infinity-scroll-left 30s infinite linear 0.5s both;
	}
	.main-visual .item ul li {
		width: calc( 150vw / 3 );
		flex-basis: calc( 150vw / 3 );
	}
}
/*concept*/
#concept {
	position: relative;
	height: 227px;
	margin-bottom: 30px;
}

.concept_wrap {
	background: url("/images/index/bg_concept.png") no-repeat center top;
	padding: 100px 0;
	position: absolute;
	height: 292px;
	width: 100%;
	top: -65px;
	
}

#concept p {
	font-size: 2.4rem;
	margin: 15px 0 0;
	text-align: center;
}

#concept p span {
	display: inline-block;
	background: url("/images/index/bg_concept_txt.png") no-repeat center center;
	font-size: 3rem;
	height: 51px;
	margin: 0 30px 40px;
	width: 160px;
}
@media screen and (max-width: 767px) {
	#concept {
		height: auto;
		margin-bottom: 0;
		position: relative;
	}
	#concept::after {
		background: url("/images/index/img_concept_sp.png") no-repeat left center;
		background-size: contain;
		/*background-size: cover;*/
		content: '';
		display: block;
		height: 100%;
		/*height: 116px;*/
		position: absolute;
		width: 100%;
		/*width: 356px;*/
		left: 0;
		top: calc(50% - 58px);
	}
	.concept_wrap {
		background:#FCCB00 url("/images/index/bg_concept_sp.png") no-repeat center top;
		background-size: 100%;
		height: auto;
		padding: 50px 0;
		margin:0 auto 25px;
		position: static;
		width: 100%;
	}
	#concept p {
		font-size: 1.8rem;
		margin: 0;
		text-align: center;
		color:#FFF;
	}
	#concept p span {
		display: inline;
		background: url("/images/index/bg_concept_txt.png") no-repeat center center;
		font-size: 1.8rem;
		height: auto;
		margin: 0 10px;
		width: auto;
	}
}
#news {
	align-items: center;
	background: #8dde9e;
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	padding: 10px 10px 10px 20px;
}

#news h2 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin-right: 20px;
}

#news dl {
	align-items: center;
	background: #fff;
	border-radius: 5px;
	display: flex;
	justify-content: flex-start;
	padding: 10px 20px;
	width: 100%;
}

#news dl dt {
	color: #8dde9e;
	width: 20%;
}
#news dl dd {
	width: 80%;
}
#news dl dd a {
	text-decoration:underline;
}
#news.ticker {
	margin-bottom:30px;
}
@media screen and (max-width: 767px) {
	#news {
	align-items: center;
	background: #fff;
	display: block;
	padding: 0 10%;
}
#news h2 {
	border-bottom: 2px solid #8dde9e;
	color: #8dde9e;
	font-size: 1.5rem;
	letter-spacing: 2px;
	margin-right: 0;
	padding: 0 0 5px;
	text-align: center;
}
#news dl {
	display: block;
	padding: 10px 0;
	width: 100%;
}

#news dl dt {
	color: #8dde9e;
	font-size: 1.3rem;
	margin: 5px 0;
	width: 100%;
}
#news dl dd {
	font-size: 1.4rem;
	width: 100%;
}
#news .news-item {
	min-height:5.6em;
}
#news.ticker {
	margin-bottom:3.2em;
}
}

/* .sect_ttl 共通*/
.sect_ttl {
	height: 195px;
	padding: 90px 0 0;
}

.sect_ttl h2 {
	color: #fff;
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 1.2;
	padding: 0 0 0 50px;
}
.sect_ttl h2 span {
	font-family: 'Coiny', cursive;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.sect_ttl {
		height: auto;
		padding: 20px 0;
	}

	.sect_ttl h2 {
		color: #fff;
		font-size: 2rem;
		letter-spacing: 4px;
		line-height: 1.1;
		padding: 0;
		text-align: center;
	}
	.sect_ttl h2 span {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}

/* free paper */
#sect_fp {
	margin-top: 40px;
	padding: 0 0 100px;
}
#sect_fp .inner.bg {
	position: relative;
}

#sect_fp .inner.bg::after {
	background: url("/images/index/bg_fp_pc.png") no-repeat;
	content: '';
	display: block;
	height: 380px;
	position: absolute;
	bottom: -180px;
	right: -150px;
	width: 499px;
}

#sect_fp .sect_ttl {
	background: url("/images/index/bg_fp_ttl_pc.png") no-repeat center top;
}
#sect_fp .sect_ttl .inner {
	position: relative;
}

#sect_fp .sect_ttl .inner::after {
	content: '';
	display: block;
	background: url("/images/index/img_fp_illust_pc.png") no-repeat;
	height: 226px;
	position: absolute;
	width: 289px;
	top: -15px;
	right: 10px;
}
#sect_fp .sect_ttl h2 {
	float: left;
	text-align: center;
}

#sect_fp .content {
	margin-top: 97px;
	position: relative;
	z-index: 1;
}

#sect_fp .content .img {
	float: left;
	margin-left: -198px;
	width: 740px;
}
#sect_fp .content .txt {
	margin-top: 50px;
	width: 380px;
	float: right;
}
#sect_fp .content .txt p {
	line-height: 2.5;
}
@media screen and (max-width: 767px) {
	#sect_fp {
		margin-top: 90px;
		padding: 0;
		background:#fccb00;
	}

	#sect_fp .inner.bg::after {
		content: none;
		display: none;
	}
	#sect_fp .sect_ttl {
		background: #fccb00;
		position: relative;
	}

	#sect_fp .sect_ttl::after {
		content: '';
		display: block;
		background: url("/images/index/img_fp_illust_sp.png") no-repeat center top;
		background-size: auto 100%;
		height: 80px;
		position: absolute;
		width: 100%;
		top: -65px;
		left: 0;
		right: 0;
	}
	
	#sect_fp .sect_ttl .inner{
		background: #fccb00;
		position: relative;
	}

	#sect_fp .sect_ttl .inner::after {
		content: none;
		display: none;
	}
	#sect_fp .sect_ttl h2 {
		float: none;
	}
	#sect_fp .content {
		margin-top: 20px;
		position: relative;
	}

	#sect_fp .content .img {
		float: none;
		margin-left: 0px;
		padding: 0 5%;
		width: 100%;
	}
	
	#sect_fp .content .txt {
		float: none;
		margin-top: 20px;
		padding: 0 5%;
		width: 100%;
		
	}
	#sect_fp .content .txt p {
		line-height: 2.3;
		color:#FFF;
	}
	#sect_fp .subttl {
		background-size: 100% auto;
		font-weight: bold;
		font-size: 1.5rem;
		margin: 10px 5% 15px;		
		position: relative;
		text-align: center;
		color:#FFF;
		
	}
	#sect_fp .subttl::before {
		content: '';
		display: block;
		/*background: url("/images/index/bg_fp_subttl_before.png") no-repeat center;*/
		background: url("/images/index/bg_subttl_before.png") no-repeat center;
		background-size: cover;
		height: 35px;
		position: absolute;
		left: 0;
		top: calc(50% - 17px);
		width: 20px;
	}
	#sect_fp .subttl::after {
		content: '';
		display: block;
		/*background: url("/images/index/bg_fp_subttl_after.png") no-repeat center;*/
		background: url("/images/index/bg_subttl_after.png") no-repeat center;
		background-size: cover;
		height: 35px;
		position: absolute;
		right: 0;
		top: calc(50% - 17px);
		width: 20px;
	}
}


/* pickup school */
#sect_pickup {
	margin-top: 40px;
	padding: 0 0 20px;
}
#sect_pickup .inner.bg {
	position: relative;
}

#sect_pickup .inner.bg::after {
	z-index: -1;
	background: url("/images/index/bg_pickup_pc.png") no-repeat;
	content: '';
	display: block;
	height: 286px;
	position: absolute;
	bottom: -90px;
	left: -160px;
	width: 636px;
}

#sect_pickup .sect_ttl {
	background: url("/images/index/bg_pickup_ttl_pc.png") no-repeat center top;
	position: relative;
}
#sect_pickup .sect_ttl .inner {
	position: relative;
}
@media screen and (min-width: 768px) { /* PCのみ */
	#sect_pickup .sect_ttl .inner::after {
		content: '';
		display: block;
		background: url("/images/index/img_pickup_illust_pc.png") no-repeat;
		height: 233px;
		position: absolute;
		width: 479px;
		top: -110px;
		left: 60px;
	}
}
#sect_pickup .sect_ttl h2 {
	position: absolute;
	right: -70px;
	text-align: center;
}

#sect_pickup .subttl {
	float:left;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

#sect_pickup .content {
	margin: 50px auto 0;
	max-width: 1160px;
	position: relative;
}
#sect_pickup .content ul {
	display: flex;
	justify-content: flex-start;
}
#sect_pickup .content ul li {
	position:relative;
	width: 550px;
}
#sect_pickup .content ul li:nth-child(2n+1) {
	margin-right: 60px;
}
#sect_pickup .content ul li a {
	display:block;
}
#sect_pickup .content ul li a img {
	border-radius:20px;
}
#sect_pickup .content ul li a span {
	display:block;
	position:absolute;
	z-index:1;
	background:url(/images/common/pickup-schoolname-bg.png) no-repeat center bottom;
	background-size:470px 63px;
	width: 100%;
	height: 58px;
	margin: -30px 0 0;
	padding: 5px 0 0 0;
	color:#FFF;
	font-size:20px;
	text-align:center;
}
@media screen and (max-width: 767px) {
	#sect_pickup .content ul li a span {
		background:url(/images/common/pickup-schoolname-bg-white.png) no-repeat center bottom;
		color:#78cae8;
	}
}
@media screen and (min-width: 768px) {
	#sect_pickup .content ul li a {
		margin-bottom:30px;
	}
}
#sect_pickup .content ul li.pickup-29 a span {
	padding: 8px 0 0 0;
	font-size: 18px;
	letter-spacing: -0.05em;
}
#sect_pickup .btn {
	margin-top: 100px;
	position: relative;
	z-index: 1;
}
#sect_pickup .pickup-btn {
	padding:25px 0;
}
@media screen and (max-width: 767px) {
	#sect_pickup {
		/*margin-top: 110px;*/
		margin-top: 0;
		padding: 0;
		background:#78cae8;
	}

	#sect_pickup .inner.bg::after {
		content: none;
		display: none;
	}
	#sect_pickup .sect_ttl {
		background: #78cae8;
		position: relative;
	}
	#sect_pickup .sect_ttl h2 {
		position: static;
	}
	/*
	#sect_pickup .sect_ttl .inner::after {
		background: url("/images/index/img_pickup_illust_sp.png") no-repeat 85% top;
		background-size: auto 100%;
		height: 138px;
		width: 100%;
		top: -145px;
		left: 0;
		right: 0;
	}
	*/
	#sect_pickup .content {
		/*margin: 0 10%;*/
		margin:0 0.6em;
		position: relative;
	}
	#sect_pickup .content ul {
		display: block;
	}
	#sect_pickup .content ul li:nth-child(2n+1) {
		margin-right: 0;
	}
	#sect_pickup .content ul li {
		margin-bottom: 30px;
		width: 100%;
	}
	#sect_pickup .content ul li a {
		/*margin-bottom:50px;*/
	}
	#sect_pickup .content ul li a span {
		height: 13.375vw;
		padding:2vw 0 0 0;
		background-size:contain;
		font-size:18px;
		letter-spacing:-0.01em;
	}
	
	#sect_pickup .subttl {
		background-size: 100% auto;
		float: none;
		font-weight: bold;
		font-size: 1.5rem;
		margin: 15px 0 25px;		
		position: relative;
		text-align: center;
		color:#FFF;
	}
	#sect_pickup .subttl::before {
		content: '';
		display: block;
		/*background: url("/images/index/bg_pickup_subttl_before.png") no-repeat center;*/
		background: url("/images/index/bg_subttl_before.png") no-repeat center;
		background-size: cover;
		height: 35px;
		position: absolute;
		left: 0;
		top: calc(50% - 17px);
		width: 20px;
	}
	#sect_pickup .subttl::after {
		content: '';
		display: block;
		/*background: url("/images/index/bg_pickup_subttl_after.png") no-repeat center;*/
		background: url("/images/index/bg_subttl_after.png") no-repeat center;
		background-size: cover;
		height: 35px;
		position: absolute;
		right: 0;
		top: calc(50% - 17px);
		width: 20px;
	}
	#sect_pickup .btn {
		/*margin-top: 30px;*/
		margin-top: 0;
	}
}


/* dream note */
#sect_dn {
	margin-top: 40px;
}
#sect_dn .inner.bg {
	padding-bottom: 100px;
	position: relative;
}

#sect_dn .inner.bg::after {
	background: url("/images/index/bg_dn_pc.png") no-repeat;
	content: '';
	display: block;
	height: 213px;
	position: absolute;
	bottom: 0px;
	right: -100px;
	width: 513px;
}

#sect_dn .sect_ttl {
	background: url("/images/index/bg_dn_ttl_pc.png") no-repeat center top;
	position: relative;
}
#sect_dn .sect_ttl .inner {
	position: relative;
}
@media screen and (min-width: 768px) { /* PCのみ */
	#sect_dn .sect_ttl .inner::after {
		content: '';
		display: block;
		background: url("/images/index/img_dn_illust_pc.png") no-repeat;
		height: 214px;
		position: absolute;
		width: 370px;
		top: -115px;
		right: 80px;
	}
}
#sect_dn .sect_ttl h2 {
	float:left;
	text-align: center;
}

#sect_dn .subttl {
	float: right;
	font-size: 2.0rem;
	font-weight: bold;
	margin-right: 70px;
	text-align: center;
}

#sect_dn .content {
	margin: 50px auto 0;
	position: relative;
}

#sect_dn .content .flex {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-grow: 1;
	overflow-x: hidden;
	
}
#sect_dn .content .flex li {
	flex-grow: 1;
	flex-shrink: 1;
	margin: 0 15px;
	min-width: 520px;
}

#sect_dn .btn {
	/*margin-top: 60px;*/
	position: relative;
	z-index:1;
}
@media screen and (max-width: 767px) {
	#sect_dn {
		/*margin-top: 70px;*/
		margin-top:0;
		padding: 0;
		background:#8dde9e;;
	}
	#sect_dn .inner.bg {
		/*padding-bottom: 30px;*/
		padding-bottom: 0;
	}
	#sect_dn .inner.bg::after {
		content: none;
		display: none;
	}
	#sect_dn .sect_ttl {
		background: #8dde9e;
		position: relative;
	}
	#sect_dn .sect_ttl h2 {
		float: none;
	}
	/*
	#sect_dn .sect_ttl .inner::after {
		background: url("/images/index/img_dn_illust_sp.png") no-repeat 25% top;
		background-size: auto 100%;
		height: 90px;
		width: 100%;
		top: -95px;
		left: 0;
		right: 0;
	}
	*/
	#sect_dn .subttl {
		background-size: 100% auto;
		float: none;
		font-weight: bold;
		font-size: 1.5rem;
		margin: 15px 5% 25px;		
		position: relative;
		text-align: center;
		color:#FFF;
	}
	#sect_dn .subttl::before {
		content: '';
		display: block;
		/*background: url("/images/index/bg_dn_subttl_before.png") no-repeat center;*/
		background: url("/images/index/bg_subttl_before.png") no-repeat center;
		background-size: cover;
		height: 35px;
		position: absolute;
		left: 0;
		top: calc(50% - 17px);
		width: 20px;
	}
	#sect_dn .subttl::after {
		content: '';
		display: block;
		/*background: url("/images/index/bg_dn_subttl_after.png") no-repeat center;*/
		background: url("/images/index/bg_subttl_after.png") no-repeat center;
		background-size: cover;
		height: 35px;
		position: absolute;
		right: 0;
		top: calc(50% - 17px);
		width: 20px;
	}
	#sect_dn .btn {
		margin-top: 30px
	}
	#sect_dn .content {
		margin: 0;
		position: relative;
	}
	#sect_dn .pre_slide {
		margin: 0 10% 10px;
		text-align: center;
	}
	#sect_dn .pre_slide img {
		max-width: 235px;
	}
	#sect_dn .content .flex li {
		margin: 0 5px;
		min-width: 235px;
	}
	#sect_dn .content .flex {
		position: relative;
	}
	#sect_dn .content .flex::before {
		background: url("/images/index/ico_dn_slide_before.png");
		content: '';
		background-size: cover;
		display: block;
		height: 37px;
		left: 1%;
		top: calc(50% - 19px);
		position: absolute;
		width: 37px;		
	}
	#sect_dn .content .flex::after {
		background: url("/images/index/ico_dn_slide_after.png");
		content: '';
		background-size: cover;
		display: block;
		height: 37px;
		right: 1%;
		top: calc(50% - 19px);
		position: absolute;
		width: 37px;		
	}
	
}

/* offshot */
#sect_os {
	padding: 0 0 26px;
}
#sect_os .inner.bg {
	padding-bottom: 70px;
	position: relative;
}
@media screen and (min-width: 768px) { /* PCのみ */
	#sect_os .inner.bg::after {
		background: url("/images/index/bg_os_pc.png") no-repeat;
		content: '';
		display: block;
		height: 219px;
		position: absolute;
		bottom: 0px;
		left: -160px;
		width: 708px;
	}
}
#sect_os .sect_ttl {
	background: url("/images/index/bg_os_ttl_pc.png") no-repeat center top;
	position: relative;
}
#sect_os .sect_ttl .inner {
	position: relative;
}
@media screen and (min-width: 768px) { /* PCのみ */
	#sect_os .sect_ttl .inner::after {
		content: '';
		display: block;
		background: url("/images/index/img_os_illust_pc.png") no-repeat;
		height: 296px;
		position: absolute;
		width: 439px;
		top: -135px;
		left: 110px;
	}
}
#sect_os .sect_ttl h2 {
	position: absolute;
	right: -70px;
	text-align: center;
}
#sect_os .sect_ttl h2 span.small{
	font-size: 2.6rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 3px;
}
#sect_os .subttl {
	float: left;
	font-size: 2.0rem;
	font-weight: bold;
	margin-right: 70px;
	margin-top: -17px;
	text-align: center;
}
#sect_os .subttl .camera {
	display: inline;
	vertical-align: sub;
	width: 30px;
}

#sect_os .content {
	margin: 50px auto 0;
	position: relative;
}

#sect_os .content .flex {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-grow: 1;
	overflow-x: hidden;
	
}
#sect_os .content .flex li {
	flex-grow: 1;
	flex-shrink: 1;
	margin: 0 15px;
	min-width: 520px;
}

#sect_os .btn {
	margin-top: 60px;
	position: relative;
	z-index:1;
}
@media screen and (max-width: 767px) {
	#sect_os {
		/*margin-top: 70px;*/
		padding: 0;
		background:#f9b4b4;;
	}
	#sect_os .inner.bg {
		/*padding-bottom: 75px;*/
		padding-bottom:0;
	}
	/*
	#sect_os .inner.bg::after {
		background: url("/images/index/bg_os_sp.png") no-repeat left bottom;
		background-size: 210px auto;
		left:10px;
		bottom: 10px;
		width:210px;
	}
	*/
	#sect_os .sect_ttl {
		background: #f9b4b4;
		position: relative;
	}
	#sect_os .sect_ttl h2 {
		position:static;
	}
	#sect_os .sect_ttl h2 span.small {
		font-size: 2rem;
	}
	/*
	#sect_os .sect_ttl .inner::after {
		background: url("/images/index/img_os_illust_sp.png") no-repeat 85% top;
		background-size: auto 100%;
		height: 129px;
		width: 100%;
		top: -135px;
		left: 0;
		right: 0;
	}
	*/
	#sect_os .inner.pdd0 {
		padding: 0;
	}
	#sect_os .subttl {
		background-size: 100% auto;
		float: none;
		font-weight: bold;
		font-size: 1.4rem;
		margin: 15px 10px 25px;		
		position: relative;
		text-align: center;
		color:#FFF;
	}
	#sect_os .subttl::before {
		content: '';
		display: block;
		/*background: url("/images/index/bg_os_subttl_before.png") no-repeat center;*/
		background: url("/images/index/bg_subttl_before.png") no-repeat center;
		background-size: cover;
		height: 35px;
		position: absolute;
		left: 0;
		top: calc(50% - 17px);
		width: 20px;
	}
	#sect_os .subttl::after {
		content: '';
		display: block;
		/*background: url("/images/index/bg_os_subttl_after.png") no-repeat center;*/
		background: url("/images/index/bg_subttl_after.png") no-repeat center;
		background-size: cover;
		height: 35px;
		position: absolute;
		right: 0;
		top: calc(50% - 17px);
		width: 20px;
	}
	#sect_os .subttl .camera {
		vertical-align: baseline;
		width: 15px;
	}
	#sect_os .btn {
		margin-top: 30px
	}
	#sect_os .content {
		margin: 0;
		position: relative;
	}
	#sect_os .pre_slide {
		margin: 0 10% 10px;
		text-align: center;
	}
	#sect_os .pre_slide img {
		max-width: 235px;
	}
	#sect_os .content .flex li {
		margin: 0 5px;
		min-width: 235px;
	}
	#sect_os .content .flex {
		position: relative;
	}
	#sect_os .content .flex::before {
		background: url("/images/index/ico_os_slide_before.png");
		content: '';
		background-size: cover;
		display: block;
		height: 37px;
		left: 1%;
		top: calc(50% - 19px);
		position: absolute;
		width: 37px;		
	}
	#sect_os .content .flex::after {
		background: url("/images/index/ico_os_slide_after.png");
		content: '';
		background-size: cover;
		display: block;
		height: 37px;
		right: 1%;
		top: calc(50% - 19px);
		position: absolute;
		width: 37px;		
	}
}
/*-------------------------*
　キャンペーン
---------------------------*/
@media screen and (min-width: 768px) {
	#campaign {
		max-width: 840px;
		margin:0 auto 20px;
	}
	#campaign ul {
		display:flex;
	}
	#campaign ul:not(:last-child) {
		margin:0 auto 20px;
	}
	#campaign ul li img.gly-border {
		border:1px solid #DDD;
	}
}
@media screen and (max-width: 767px) {
	#campaign {
		/*width:96%;*/
		padding:0 2%;
		margin:0 auto 3.4em;
	}
	#campaign ul:not(:last-child) {
		margin:0 auto 1.2em;
	}
	#campaign ul li img.gly-border {
		border:1px solid #DDD;
	}
}
/*-------------------------*
　2カラム
---------------------------*/
#flexArea {
	display: flex;
	justify-content: center;
	gap: 0 30px;
}
@media screen and (max-width: 767px) {
	#flexArea {
		gap: 0 10px;
	}
	.btn {
		padding: 12px 25px;
	}
	#sect_pickup .pickup-btn .btn:nth-child(2) {
		margin: -30px 0 30px;
	}
}




