/* ----------
http://nakanishi-paint.co.jp/drone/

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
---------- */

#course {}

/* #course.top ドローン講習TOP */
#course.top {}

/* 4つの特徴でドローンスペシャリストを養成 */
#features {}

.features-list {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media (min-width: 576px) {
	.features-list {
		width: 90%;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.features-list {
		width: 100%;
	}
}

.features-list li {
	width: 10.25rem;
	height: 10.25rem;
	margin: .25rem;
	background: -moz-linear-gradient(bottom right, #1e2c5a 30%, #007bcc);
	background: -webkit-linear-gradient(bottom right, #1e2c5a 30%, #007bcc);
	background: linear-gradient(to top left, #1e2c5a 30%, #007bcc);
	color: #fff;
	font-size: .875rem;
	font-weight: 500;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 370px) {
	.features-list li {
		width: 8.5rem;
		height: 8.5rem;
		font-size: .75rem;
	}
}
@media (min-width: 992px) {
	.features-list li {
		width: 12.5rem;
		height: 12.5rem;
		font-size: 1rem;
	}
}
@media (min-width: 1200px) {
	.features-list li {
		width: 15rem;
		height: 15rem;
		margin: .5rem;
	}
}

.features-list li p {
	margin-bottom: .25rem;
}



/* 目的に応じたスクールとカリキュラム */
#purpose {
	background-color: #e6f2fa;
	margin-bottom: 3rem;
	padding: 3rem 0 .5rem;
}
@media (min-width: 768px) {
	#purpose {
		margin-bottom: 5rem;
		padding: 6rem 0 3rem;
	}
}


.purpose-list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 5rem;
}
@media (min-width: 768px) {
	.purpose-list {
		display: flex;
		justify-content: space-between;
		margin-bottom: 6.5rem;
	}
}

.purpose-list li {
	margin-bottom: 3rem;
}
@media (min-width: 768px) {
	.purpose-list li {
		width: 30%;
		margin-bottom: 0;
	}
}

.purpose-list li h3 {
	background-color: #1e2c5a;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	min-height: 4.125rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
.purpose-list li h3 span {
	width: 100%;
}


.purpose-list li p {
	margin-bottom: 2rem;
}



.purpose-list .btn-continue {}
@media (min-width: 768px) {
	.purpose-list .btn-continue {
		font-size: .75rem;
	}
}
@media (min-width: 992px) {
	.purpose-list .btn-continue {
		font-size: 1rem;
	}
}

.purpose-list .btn-continue a {}
@media (min-width: 768px) {
	.purpose-list .btn-continue a {
		padding: .625rem .75rem;
	}
}
@media (min-width: 1200px) {
	.purpose-list .btn-continue a {
		padding: .625rem 1.875rem;
	}
}



.purpose-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (min-width: 768px) {
	.purpose-inner {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.purpose-inner-img {
	width: 72%;
	margin-bottom: .75rem;
}
@media (min-width: 768px) {
	.purpose-inner-img {
		width: 31%;
		margin-bottom: 0;
	}
}

.purpose-inner-txt {
	width: 100%;
}
@media (min-width: 768px) {
	.purpose-inner-txt {
		width: 66%;
	}
}



/* #flow 取得までの流れ */
#flow {}

.flow-list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.flow-list {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
}

.flow-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2rem;
	position: relative;
}
@media (min-width: 768px) {
	.flow-list li:first-child {
		width: auto;
		display: flex;
		margin-bottom: 2.5rem;
	}

	.flow-list li {
		width: 29.5%;
		margin-right: 3.8%;
		margin-bottom: 1.5rem;
		display: block;
	}
}


.flow-list li:first-child::after {
	bottom: -20px;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
}
@media (min-width: 768px) {
	.flow-list li:first-child::after {
		bottom: 0px;
		right: -21px;
	}
}
@media (min-width: 992px) {
	.flow-list li:first-child::after {
		bottom: 0px;
		right: -26px;
	}
}
@media (min-width: 1200px) {
	.flow-list li:first-child::after {
		bottom: 0px;
		right: -30px;
	}
}

.flow-list li::after {
	content: '';
	width: 1.5rem;
	height: 1rem;
	background-image: url(../images/parts/ico-aw1c-b.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.flow-list li::after {
		width: .875rem;
		height: 1.25rem;
		background-image: url(../images/parts/ico-aw1c-r.png);
		top: 60px;
		bottom: auto;
		left: auto;
		right: -21px;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width: 992px) {
	.flow-list li::after {
		width: 1rem;
		height: 1.5rem;
		top: 90px;
		right: -26px;
	}
}
@media (min-width: 1200px) {
	.flow-list li::after {
		top: 110px;
		right: -30px;
	}
}
.flow-list li:last-child::after {
	display: none;
}



.flow-list li div {
	width: 43%;
	margin-bottom: .5rem;
}
@media (min-width: 768px) {
	.flow-list li div {
		width: 100%;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.flow-list li:first-child div {
		display: flex;
		flex-direction: column;
		width: 48%;
	}
}

.flow-list li h3 {
	width: 51%;
	font-size: 1.2rem;
	font-weight: 500;
	color: #1e2c5a;
}
@media (min-width: 768px) {
	.flow-list li h3 {
		width: 100%;
		text-align: center;
		min-height: 5rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.flow-list.flow-list li:first-child h3 {
		width: 100%;
		text-align: left;
		min-height: 5rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
}


/* #follow-up 卒業後のアフターフォロー */
#follow-up {
	background-color: #e6f2fa;
	padding: 3rem 0 1rem;
}
@media (min-width: 768px) {
	#follow-up {
		padding: 6rem 0 1rem;
	}
}

.follow-up-list {
	list-style-type: none;
	padding-left: 0;
}
@media (min-width: 768px) {
	.follow-up-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

.follow-up-list li {
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.follow-up-list li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 3rem;
		padding-left: 5.5rem;
		position: relative;
	}
}
@media (min-width: 992px) {
	.follow-up-list li {
		width: 45%;
		margin-left: 2%;
		margin-right: 2%;
		padding-left: 6.75rem;
	}
}
@media (min-width: 1200px) {
	.follow-up-list li {
		width: 42%;
		margin-left: 3%;
		margin-right: 3%;
		padding-left: 8rem;
	}
}

@media (min-width: 768px) {
	.follow-up-list li::before {
		content: '';
		width: 5rem;
		height: 5rem;
		background-color: #1e2c5a;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-size: 90% auto;
		background-position: center center;
		position: absolute;
		top: 0;
		left: 0;
	}
	.follow-up-list li:nth-child(1)::before {
		background-image: url(../images/course/04-01.png);
	}
	.follow-up-list li:nth-child(2)::before {
		background-image: url(../images/course/04-02.png);
	}
	.follow-up-list li:nth-child(3)::before {
		background-image: url(../images/course/04-03.png);
	}
	.follow-up-list li:nth-child(4)::before {
		background-image: url(../images/course/04-04.png);
	}
}
@media (min-width: 992px) {
	.follow-up-list li::before {
		width: 6rem;
		height: 6rem;
	}
}
@media (min-width: 1200px) {
	.follow-up-list li::before {
		width: 7rem;
		height: 7rem;
	}
}

.follow-up-list li h3 {
	font-size: 1.25rem;
	font-weight: 500;
	color: #1e2c5a;
	margin-bottom: 1rem;
}

.follow-up-list li p {}




/* 農業支援・測量支援・認定スクール 共通 */



/* 農業で活きるドローン・ナカニシJUIDA認定スクールの特徴 */
#course-top {}

.course-top-list {
	list-style-type: none;
	padding-left: 0;
}
@media (min-width: 768px) {
	.course-top-list {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}

.course-top-list li {
	margin-bottom: 2.75rem;
}
@media (min-width: 768px) {
	.course-top-list li {
		width: 30.7%;
		margin-bottom: 0;
	}
}

.course-top-list li div {}
@media (min-width: 768px) {
}

.course-top-list li h3 {
	background-color: #1e2c5a;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	padding: 1.375rem 0;
	margin-bottom: .75rem;
}
@media (min-width: 768px) {
}

.course-top-list li p {}
@media (min-width: 768px) {
}





/* 導入の流れ (農業・測量) */
#flow_of_intro {
	background-color: #e6f2fa;
	padding-top: 3rem;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
}
@media (min-width: 768px) {
	#flow_of_intro {
		padding-top: 6rem;
		padding-bottom: 4rem;
		margin-bottom: 6rem;
	}
}

.flow-ul {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
	.flow-ul {
		justify-content: center;
		margin-bottom: 2rem;
	}
}

.flow-ul li {
	width: 48%;
}
@media (min-width: 768px) {
	.flow-ul li {
		width: 31%;
		margin: 0 2%;
	}
}

.flow-ul li div {
	margin-bottom: .75rem;
}

.flow-ul li p {
	font-size: .875rem;
	line-height: 1.2;
}
@media (min-width: 768px) {
	.flow-ul li p {
		font-size: 1rem;
	}
}


.flow-ol {
	list-style-type: none;
	padding-left: 0;
}
@media (min-width: 768px) {
	.flow-ol {
		display: flex;
		justify-content: space-between;
	}
}

.flow-ol li {
	margin-bottom: 3rem;
	position: relative;
}
.flow-ol li:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.flow-ol li {
		width: 22%;
		margin-bottom: 0;
	}
}

.flow-ol li h3 {
	background-color: #1e2c5a;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	padding: .875rem 0;
	margin-bottom: .75rem;
}

.flow-ol li p {}

.flow-ol li:not(:last-child)::after {
	content: '';
	width: 1.5rem;
	height: 1rem;
	background-image: url(../images/parts/ico-aw1c-b.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	bottom: -28px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.flow-ol li:not(:last-child)::after {
		width: 1rem;
		height: 1.5rem;
		background-image: url(../images/parts/ico-aw1c-r.png);
		top: 22px;
		bottom: auto;
		left: auto;
		right: -22px;
	}
}
@media (min-width: 992px) {
	.flow-ol li:not(:last-child)::after {
		top: 12px;
		right: -26px;
	}
}
@media (min-width: 1200px) {
	.flow-ol li:not(:last-child)::after {
		right: -32px;
	}
}



/* 講習内容・料金 */
#content_fee {}

.scroll-text {
	text-align: center;
	color: #a78c45;
	font-size: .875rem;
}
@media (min-width: 768px) {
	.scroll-text {
		display: none;
	}
}



/* #course-faq よくある質問 */
#course-faq {
	background-color: #e6f2fa;
	padding: 3rem 0 1rem;
	margin-bottom: 3rem;
}
@media (min-width: 768px) {
	#course-faq {
		background-color: #e6f2fa;
		padding: 6rem 0 6rem;
		margin-bottom: 6rem;
	}
}


/* お問合せ */

/* #course.agriculture 農業支援 */
#course.agriculture {}

/* #course.surveying 測量支援 */
#course.surveying {}

/* #course.juida JUIDA認定スクール */
#course.juida {}

#skills {
	background-color: #e6f2fa;
	padding: 3rem 0 3rem;
	margin-bottom: 3rem;
}
@media (min-width: 768px) {
	#skills {
		padding: 6rem 0 5rem;
		margin-bottom: 5rem;
	}
}

.skills-list1 {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
	.skills-list1 {
		margin-bottom: 1.875rem;
	}
}

.skills-list1 li {
	padding: 1.5rem 0;
	border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
	.skills-list1 li {
		padding: 1.875rem 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media (min-width: 992px) {
	.skills-list1 li {
		padding: 1.875rem 3rem;
	}
}
@media (min-width: 1200px) {
	.skills-list1 li {
		padding: 1.875rem 7.5rem;
	}
}

.skills-list1 li h3 {
	background-color: #1e2c5a;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	padding: 1.125rem 0;
	margin: 0 auto 1rem;
	transform: skewX(-12deg);
	width: 94%;
}
@media (min-width: 768px) {
	.skills-list1 li h3 {
		width: 31%;
		margin: 0 0 0 .5rem;
	}
}

.skills-list1 li h3 div {
	transform: skewX(12deg);
}

.skills-list1 li p {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.skills-list1 li > :last-child {
		width: 65%;
	}
}


.skills-list2 {
	list-style-type: none;
	padding-left: 0;
}
@media (min-width: 768px) {
	.skills-list2 {
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
	}
}
@media (min-width: 992px) {
	.skills-list2 {
		justify-content: center;
	}
}

.skills-list2 li {
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.skills-list2 li {
		width: 46%;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.skills-list2 li {
		width: 22rem;
		margin: 0 1.375rem;
	}
}

.skills-list2 li h3 {
	background-color: #1e2c5a;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	padding: 1.4375rem 0;
	margin-bottom: 1rem;
}

/* surveying-top */
#surveying-top {}

#software {}

.software-list {
	list-style-type: none;
	padding-left: 0;
}

.software-list li {
	margin-bottom: 2rem;
}
.software-list li:not(:last-child) {
	padding-bottom: 1rem;
	border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
	.software-list li {
		display: flex;
		justify-content: space-between;
		margin-bottom: 3rem;
	}
	.software-list li:nth-child(2n) .software-txt {
		order: 1;
	}
	.software-list li:nth-child(2n) .software-img {
		order: 2;
	}
}

.software-list .software-img {
	width: 72%;
	margin: 0 auto 1.5rem;
}
@media (min-width: 768px) {
	.software-list .software-img {
		width: 40%;
		margin: 0;
	}
}

.software-list .software-txt {}
@media (min-width: 768px) {
	.software-list .software-txt {
		width: 55%;
	}
}

.software-list .software-txt div {
	margin-bottom: 1rem;
}
@media (min-width: 576px) {
	.software-list .software-txt div {
		width: 80%;
		margin: 0 auto 1rem;
	}
}
@media (min-width: 768px) {
	.software-list .software-txt div {
		width: 62%;
		margin: 0 0 1rem;
	}
}

.software-list h4 {
	color: #1e2c5a;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 1rem;
}



@media (min-width: 768px) {}





/* #course.schedule 講習スケジュール */

/* ↓ あとで削除する ↓ */
.calendar-tmp {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5rem 0;
	margin: 0 auto;
	text-align: center;
	font-size: 2rem;
	font-weight: 100;
}
@media (min-width: 992px) {
	.calendar-tmp {
		width: 900px;
		border: 1px solid #ccc;
		padding: 10rem 0;
	}
}
/* ↑ あとで削除する ↑ */

