@charset "UTF-8";

/* ------------------------------
	Contents
------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body,
.wrapper {
	background-color: #fff;
}

/* ------------------------------
	hero
------------------------------ */
.hero-status {
	animation: hero-status 4s infinite;
}

@keyframes hero-status {
	0% {
		transform: scale(1,1) rotate(10deg);
	}
	50% {
		transform: scale(1,1) rotate(10deg);
	}
	
	55% {
		transform: scale(1.4,1.4) rotate(10deg);
	}
	65% {
		transform: scale(0.9,0.9) rotate(10deg);
	}
	75% {
		transform: scale(1.2,1.2) rotate(10deg);
	}
	80% {
		transform: scale(1,1) rotate(10deg);
	}
	85% {
		transform: scale(1.1,1.1) rotate(10deg);
	}
	
	100% {
		transform: rotate(10deg);
	}
}

.hero-status:hover {
	transform: rotate(10deg);
}

.hero-status a {
	display: block;
	color: #fff;
}

@media screen and (min-width: 751px), print {
	#hero {
		display: block;
		width: 100%;
		height: 580px;
		background: url("../images/main-visual/bg-main-visual.png");
		background-position: top center;
		background-size: cover;
	}
	
	#hero .content-area {
		margin: 0 auto;
		height: 0;
	}
	
	#hero #site-logo {
		display: block;
		width: 869px;
		height: 245px;
		text-indent: -9999px;
		background: url(../common/images/logo.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 150px;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 100;
	}
		
	#hero .logo-shoo {
		display: block;
		width: 257px;
		height: 166px;
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: 100;
	}
	
	#hero .logo-shoo a {
		display: block;
		width: 157px;
		height: 101px;
		text-indent: -9999px;
		background: url(../common/images/logo-shoo.png) no-repeat;
		background-size: contain;
	}

	#hero .hero-copy {
		display: block;
		width: 753px;
		height: 22px;
		position: absolute;
		text-indent: -9999px;
		top: 25px;
		right: 15px;
		margin: auto;
		background: url(../common/images/img-offer.png) no-repeat right center;
		background-size: contain;
		z-index: 100;
	}
	
	#hero .hero-title {
		display: block;
		position: absolute;
		top: 360px;
		left: 50%;
		width: 980px;
		height: 200px;
		margin-left: -490px;
	}
	#hero .hero-title .cf {
		margin-top: 100px;
	}
	#hero .visual-btn {
		display: flex;
		position: absolute;
		top: 450px;
		left: 15px;
	}
	
	#hero .hero-title .col-6 {
		padding-right: 40px;
		padding-left: 40px;
	}

}

@media screen and (max-width: 750px) {
	#hero {
		overflow: hidden;
	}

	#hero:after,
	#hero .content-area:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#hero .content-area {
		margin: 0 auto;
		display: block;
		width: 100%;
		height: 0;
		padding-top: 70%;
		background: url("../images/main-visual/bg-main-visual.png") no-repeat;
		background-position: top center;
		background-size: cover;
		position: relative;
	}
	
	#hero #site-logo {
		display: block;
		width: 81.867%;
		height: 23.2%;
		margin: 0;
		text-indent: -9999px;
		background: url(../common/images/logo.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 35.8%;
		left: 20.93%;
		z-index: 100;
	}
		
	#hero .logo-shoo {
		display: block;
		width: 20.933%;
		height: 14.8529411%;
		position: absolute;
		top: 1.176%;
		left: 4%;
		z-index: 100;
	}
	
	#hero .logo-shoo a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		background: url(../common/images/logo-shoo.png) no-repeat;
		background-size: contain;
	}
	
	#hero .hero-copy {
		display: block;
		width: 65.733%;
		height: 3.676%;
		text-indent: -9999px;
		background: url(../common/images/img-offer.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 1.292%;
		right: 4.153%;
		z-index: 100;
	}
	#hero .hero-title {
		display: block;
		position: absolute;
		top: 40%;
		left: 0%;
	}
	#hero .hero-title .cf a {
		padding: 0;
	}
	#hero .hero-title .cf a {
		display: block;
		background-color: #fff;
		border: 2px solid #111;
		color: #111;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		padding: 0.5em 1em;
		margin: 0.5em 1.5em 0em 1.5em;
		border-radius: 10px;
	}
	#hero .visual-btn {
		position: absolute;
		bottom: 10%;
		left: 15px;
	}
}




/* ------------------------------
	schedule	
------------------------------ */
	.schedule {
	}
	
	.schedule:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.schedule .schedule-flow .circle-area a:hover:before {
		animation: circle-area-hover 0.8s;
	}
	
	@keyframes circle-area-hover {
		0% {
			transform: rotateY(0deg);
		}
	
		100% {
			transform: rotateY(360deg);
		}
	}
	
@media screen and (min-width: 751px), print {
	.schedule {
		padding: 0;
	}
	
	.schedule .schedule-flow {
		width: 980px;
		margin-bottom: 40px;
		position: relative;
	}
	
	.schedule .schedule-flow:before {
		content: "";
		display: block;
		width: 796px;
		height: 15px;
		background: url(../images/schedule/schedule-rail.png) repeat-x;
		top: 77px;
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
	}
	
	.schedule .schedule-flow {
		display: flex;
		justify-content: space-between;
	}
	
	.schedule .schedule-flow.content-odd:before {
		width: 780px;
	}
	
	.schedule .schedule-flow:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.schedule .schedule-flow > li {
		margin-left: 61px;
	}
	

	.schedule .schedule-flow > li:first-child {
		margin-left: 50px;
	}
/**/
	
	.schedule .schedule-flow > li .schedule-notes.text-long {
		margin-left: -40px;
	}
	
	.schedule .schedule-flow .circle-area {
		width: 171px;
		height: 171px;
		margin-bottom: 14px;
		text-align: center;
		background: url(../images/schedule/bg-schedule.png) no-repeat;;
		background-size: contain;
		position: relative;
	}
	
	.schedule .schedule-flow > .is-active .circle-area {
		color: #fff;
		background: url(../images/schedule/bg-schedule-active.png) no-repeat;;
		background-size: contain;
	}
	
	.schedule .schedule-flow .circle-area a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.schedule .schedule-flow .circle-area a:before {
		content: "";
		display: block;
		width: 18px;
		height: 18px;
		background: url(../images/schedule/schedule-anchor.png) no-repeat;
		background-size: contain;
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		bottom: 30px;
	}
	
	.schedule .schedule-flow .circle-area:hover {
		color: #e57e2a;
	}
	
	.schedule .schedule-flow .circle-area .schedule-number {
		padding-top: 54px;
		margin-bottom: 5px;
		margin-left: 0.3em;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 0.2em;
		line-height: 1;
	}
	
	.schedule .schedule-flow .circle-area .schedule-date {
		margin-left: .5em;
	}
	
	.schedule .schedule-flow .schedule-notes {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.77;
	}
	
	
			
} @media screen and (max-width: 750px) {
	.schedule {
		padding: 42px 0 0px;
		/*background: #fff100;*/
	}
	
	.schedule .heading-article {
		padding: 0;
		margin-bottom: 20px;
		font-size: 24px;
		letter-spacing: 4px;
		position: relative;
	}
	
	.schedule .schedule-flow {
		padding-bottom: 28px;
		position: relative;
	}
	
	.schedule .schedule-flow:before {
		content: "";
		width: 12px;
		height: 100%;
		min-height: 160px;
		background: url(../images/schedule/schedule-rail_sp.png) repeat-y;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 14px;
	}
	
	.schedule .schedule-flow {
		position: relative;
	}
	
	.schedule .schedule-flow .circle-area {
		padding: 12px 40px 12px 22px;
		font-size: 17px;
		border: 3px solid #e3d700;
		background: #fff;
		position: relative;
	}
	
	.schedule .schedule-flow .is-active .circle-area {
		color: #fff;
		border: 3px solid #363636;
		background: #363636;
	}
	
	.schedule .schedule-flow .circle-area:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.schedule .schedule-flow .circle-area a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.schedule .schedule-flow .circle-area a:before {
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background: url(../images/schedule/schedule-anchor.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 21px;
	}
	
	.schedule .schedule-flow .circle-area .schedule-number,
	.schedule .schedule-flow .circle-area .schedule-date {
		float: left;
		font-weight: bold;
	}
	
	.schedule .schedule-flow .schedule-notes {
		padding: 13px 10px 15px 42px;
		font-size: 18px;
		font-weight: bold;
	}
	
	
}


/* ------------------------------
	about-this
------------------------------ */	
#about-this {
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 751px), print {
	#about-this {
		min-height: 632px;
		padding-top: 179px;
		padding-bottom: 5.375%;
		box-sizing: border-box;
	}

	#about-this:before,
	#about-this:after {
		content: "";
		width: 400px;
		height: 130px;
		position: absolute;
		top: -3px;
	}
	
	#about-this:before {
		background: url(../common/images/deco/deco-flag-left.png) no-repeat;
		background-size: contain;
		left: 0;
	}
	
	#about-this:after {
		background: url(../common/images/deco/deco-flag-right.png) no-repeat;
		background-size: contain;
		right: 0;
	}
	
	#about-this .bg-town {
		display: block;
		width: 100%;
		min-width: 1600px;
		height: 0;
		padding-top: 5.375%;
		background: url(../common/images/deco/bg-town.png) repeat-x;
		background-size: contain;
		position: absolute;
		bottom: 0;
		left: 0:
	}
	
	#about-this .heading-article {
		padding: 0;
		margin-bottom: 35px;
		font-size: 50px;
		font-weight: 600;
		letter-spacing: 2px;
	}
	
	#about-this .heading-article:before,
	#about-this .heading-article:after {
		content: "";
		display: inline-block;
		width: 114px;
		height: 12px;
		vertical-align: middle;
		background: url(../images/about-this/deco-about-heading.png) no-repeat;
		background-size: contain;
	}
	
	#about-this .heading-article:before {
		margin-right: 19px;
	}
		
	#about-this .heading-article:after {
		margin-left: 19px;
	}
	
	#about-this .about-text {
		margin-bottom: 86px;
		line-height: 1.77;
	}
	
	#about-this .deco-note,
	#about-this .deco-kompas,
	#about-this .deco-scissors,
	#about-this .deco-mascot {
		display: block;
		position: absolute;
	}
	
	#about-this .deco-note {
		width: 135px;
		height: 126px;
		background: url(../images/about-this/deco-note.png) no-repeat;
		background-size: contain;
		top: 62px;
		left: -82px;
	}
		
	#about-this .deco-kompas {
		width: 102px;
		height: 82px;
		background: url(../images/about-this/deco-kompas.png) no-repeat;
		background-size: contain;
		top: 241px;
		left: -97px;
	}
		
	#about-this .deco-scissors {
		width: 78px;
		height: 102px;
		background: url(../images/about-this/deco-scissors.png) no-repeat;
		background-size: contain;
		top: 349px;
		left: -15px;
		z-index: 100;
	}
		
	#about-this .deco-mascot {
		width: 202px;
		height: 309px;
		background: url(../images/about-this/deco-about-mascot.png) no-repeat;
		background-size: contain;
		top: 100px;
		right: -120px;
		z-index: 100;
	}
	
	#about-this .point_container{
		background-color: #ffd700;
		border-radius: 20px;
		padding: 15px;
		position: relative;
		margin: 50px auto;
		padding-top: 60px;
	}
	#about-this img{
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		width: 100px;
		margin: 0 auto;
	}

	#about-this p.point{
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		margin-top: -10px;
	}

	#about-this h5{
		font-size: 20px;
		text-align: center;
		background-color: #fff;
		margin: 10px auto;
	} 
	
} @media screen and (max-width: 750px) {
	#about-this {
		padding-top: 32px;
		padding-bottom: 11.2%;
		box-sizing: border-box;
	}

	#about-this .bg-town {
		display: block;
		width: 100%;
		min-width: 750px;
		height: 0;
		padding-top: 11.2%;
		background: url(../common/images/deco/bg-town_sp.png) repeat-x;
		background-size: contain;
		position: absolute;
		bottom: 0;
		left: 0:
	}
	
	#about-this .heading-article {
		padding: 0;
		margin-bottom: 20px;
		font-size: 30px;
		font-weight: 600;
		letter-spacing: 2px;
	}

	#about-this .about-text {
		margin-bottom: 128px;
		line-height: 1.5;
		white-space: inherit;
	}
	
	#about-this .deco-note,
	#about-this .deco-kompas,
	#about-this .deco-scissors,
	#about-this .deco-mascot {
		display: block;
		position: absolute;
	}
	
	#about-this .deco-note {
		width: 74px;
		height: 69px;
		background: url(../images/about-this/deco-note.png) no-repeat;
		background-size: contain;
		bottom: 16px;
		left: 6.266%;
	}
		
	#about-this .deco-kompas {
		width: 56px;
		height: 45px;
		background: url(../images/about-this/deco-kompas.png) no-repeat;
		background-size: contain;
		bottom: 39px;
		left: 32.266%;
	}
		
	#about-this .deco-scissors {
		width: 43px;
		height: 56px;
		background: url(../images/about-this/deco-scissors.png) no-repeat;
		background-size: contain;
		bottom: 16px;
		right: 38.13%;
		z-index: 100;
	}
		
	#about-this .deco-mascot {
		width: 84px;
		height: 107px;
		background: url(../images/about-this/deco-about-mascot.png) no-repeat;
		background-size: contain;
		bottom: 1px;
		right: 6.66%;
		z-index: 100;
	}

	#about-this .point_container{
		background-color: #ffd700;
		border-radius: 20px;
		padding: 15px;
		position: relative;
		margin: 50px auto 20px;
		padding-top: 60px;
	}
	#about-this img{
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		width: 100px;
		margin: 0 auto;
	}

	#about-this p.point{
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		margin-top: -10px;
	}

	#about-this h5{
		font-size: 20px;
		text-align: center;
		background-color: #fff;
		margin: 10px auto;
	} 
	
}


/* ------------------------------
	teach
------------------------------ */	
#teach01 {
	position: relative;
	overflow: hidden;
	background: url(../images/about-teach/bg-line.png) repeat;
}
#teach02 {
	position: relative;
	overflow: hidden;
	background: url(../images/about-teach/bg-line02.png) repeat;
}

.teach:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 751px), print {
	.teach {
		padding: 50px 0 101px;
	}
	
	.teach .heading-article {
		padding: 1px 0 0;
		margin-bottom: 53px;
		font-size: 50px;
		color: #fff;
		letter-spacing: 4px;
		position: relative;
	}
	
	.teach .heading-article:before,
	.teach .heading-article:after {
		content: "";
		height: 52px;
		position: absolute;
		top: -2px;
	}
	/*
	.teach .heading-article:before {
		width: 438px;
		background: url(../images/about-teach/deco-teach-heading-left.png) no-repeat;
		background-size: contain;
		left: 0;
	}
		
	.teach .heading-article:after {
		width: 440px;
		background: url(../images/about-teach/deco-teach-heading-right.png) no-repeat;
		background-size: contain;
		right: 0;
	}*/
	
	/* toggle */
	.teach .toggle-list + .toggle-list {
		margin-top: 60px;
	}
	
	.teach .toggle-list:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.teach .toggle-list .toggle-heading {
		/*min-height: 184px;*/
		margin: 0;
		color: #fff;
		background: #f6504d;
		position: relative;
		padding-bottom: 50px;
	}
	
	.teach .toggle-list .toggle-heading:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.teach .toggle-heading .teach-number {
		width: 145px;
		height: 100%;
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		background: #f6504d;
		position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
	}

	.teach .toggle-heading .teach-number > span {
		display: block;
		margin-left: 8px;
		letter-spacing: 8px;
		padding-top: 55%;
	}
	
	.teach .toggle-heading .teach-date,
	.teach .toggle-heading .heading-title {
		padding: 0 20px;
		margin: 0;
		text-align: left;
	}
	
	.teach .toggle-heading .teach-date {
		padding-top: 49px;
		font-size: 28px;
		font-weight: 600;
		color: #fff100;
	}
		
	.teach .toggle-heading .heading-title {
		padding-top: 50px;
		font-size: 33px;
		text-align: center;
		line-height: 1.77;
		letter-spacing: 0;
	}

	.teach .toggle-heading .heading-title.text-long {
		padding-top: 18px;
		font-size: 30px;
	}
	
	.teach .toggle-list .toggle-body {
		display: block !important;
		padding: 61px 67px 52px;
		background: #fff;
		position: relative;
	}
	
	.teach .toggle-list .toggle-body:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 44px 44px 0 44px;
		border-color: #f6504d transparent transparent transparent;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
	}

	.teach .toggle-body .teach-about {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 1.77;
	}
	
	.teach-summary {
		position: relative;
	}
	
	.teach-summary:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.teach-summary dt {
		width: 99px;
		padding: 6px 0 4px;
		color: #fff;
		text-align: center;
		border-radius: 14px;
		background: #f6504d;
		position: absolute;
		left: 0;
	}

	.teach-summary dd {
		margin-bottom: 12px;
		padding-left: 118px;
		line-height: 1.75;
	}
	
	.still-summary {
		padding: 4px 140px 0;
		margin-bottom: 11px;
		font-size: 28px;
		font-weight: 600;
		line-height: 1.75;
		text-align: center;
		position: relative;
	}
	
	.still-summary:before {
		content: "";
		display: block;
		width: 97px;
		height: 120px;
		background: url(../images/about-teach/teach-mascot.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: -6px;
		right: 38px;
	}

	.teach .toggle-list.type_camp .toggle-heading {
		background: #00a8b4;
	}
	
	.teach .toggle-list.type_camp .toggle-body:before {
		border-color: #00a8b4 transparent transparent transparent;
	}

	.toggle-list.type_camp .teach-summary dt {
		background: #00a8b4;
	}
		
	
} @media screen and (max-width: 750px) {
	.teach .content-area {
		margin: 0 -15px;
	}
	
	.teach .heading-article {
		padding: 27px 0 25px;
		margin: 0;
		font-size: 30px;
		color: #fff;
		text-align: center;
	}

	/* toggle */
	.teach .toggle-list:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.teach .toggle-list .toggle-heading {
		padding: 16px 56px 24px 15px;
		margin: 0;
		color: #fff;
		border-top: 2px solid #fff;
		background: #f6504d;
		position: relative;
	}
	
	.teach .toggle-list .toggle-heading:before {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: url(../images/about-teach/toggle-plus.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 25px;
	}
	
	.teach .toggle-list .toggle-heading.is-open:before {
		background: url(../images/about-teach/toggle-minus.png) no-repeat;
		background-size: contain;
	}

	.teach .toggle-list .toggle-heading:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.teach .toggle-heading .teach-number {
		display: inline-block;
		padding: 2px 17px;
		margin-bottom: 8px;
		font-size: 13px;
		font-weight: 600;
		text-align: center;
		letter-spacing: 0.3em;
		background: #f6504d;
		box-sizing: border-box;
	}
	
	.teach .toggle-heading .teach-date,
	.teach .toggle-heading .heading-title {
		padding: 0;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0;
		text-align: left;
	}
	
	.teach .toggle-heading .teach-date {
		margin-bottom: 5px;
		font-size: 19px;
		font-weight: 600;
		/*color: #fff100;*/
	}
		
	.teach .toggle-heading .heading-title {
		font-size: 22px;
		line-height: 1.45;
		letter-spacing: 0;
	}
	
	.teach .toggle-list .toggle-body {
		display: none;
		padding: 45px 15px 39px;
		background: #fff;
		position: relative;
	}
	
	.teach .toggle-list .toggle-body.is-open {
		display: block;
	}	
		
	.teach .toggle-list .toggle-body:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 35px 35px 0 35px;
		border-color: #f6504d transparent transparent transparent;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 100;
	}
	
	.teach .toggle-body .teach-about {
		margin-bottom: 17px;
		font-size: 18px;
		line-height: 1.5;
	}
	
	.teach-summary {
		font-size: 14px;
		position: relative;
	}
	
	.teach-summary:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.teach-summary dt {
		width: 72px;
		padding: 3px 0 2px;
		color: #fff;
		text-align: center;
		border-radius: 14px;
		background: #f6504d;
		position: absolute;
		left: 0;
	}

	.teach-summary dd {
		margin-bottom: 10px;
		padding-left: 83px;
		line-height: 1.428;
	}
	
	.still-summary {
		padding: 4px 0 0;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.75;
		text-align: center;
		position: relative;
	}
	
	.still-summary:before {
		content: "";
		display: block;
		width: 49px;
		height: 60px;
		background: url(../images/about-teach/teach-mascot.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: -30px;
		right: 10px;
	}
	
	.application {
		border: 4px solid #eee;
		margin-top: 20px;
		padding: 20px 30px;
	}
	
	.application h4 {
		font-size: 24px;
		letter-spacing: 2px;
		text-align: center;
	}

	.teach .toggle-list.type_camp .toggle-heading {
		background: #00a8b4;
	}
	
	.teach .toggle-list.type_camp .toggle-body:before {
		border-color: #00a8b4 transparent transparent transparent;
	}

	.toggle-list.type_camp .teach-summary dt {
		background: #00a8b4;
	}
	
}


/* ------------------------------
	recruit
------------------------------ */
#recruit .icon-recruit {
	color: #fff;
	font-weight: 500;
	text-align: center;
	background: url(../images/recruit/bg-recruit.png) no-repeat;
	background-size: contain;
	animation: 5s icon-recruit infinite;
}

@media screen and (min-width: 751px), print {
	#recruit {
		padding: 56px 0 78px;
	}
	
	#recruit .icon-recruit {
		width: 248px;
		height: 245px;
		padding-top: 60px;
		font-size: 40px;
		line-height: 64px;
	}
	
	#recruit .icon-recruit span {
		display: block;
		font-size: 50px;
	}
	
	#recruit .recruit-notes {
		padding-top: 9px;
		font-size: 18px;
		line-height: 1.77;
	}
	
} @media screen and (max-width: 750px) {
	#recruit {
		padding: 27px 0 45px;
	}
	
	#recruit .icon-recruit {
		width: 249px;
		height: 245px;
		margin: 0 auto 21px;
		padding-top: 61px;
		font-size: 40px;
		line-height: 60px;
	}
	
	#recruit .icon-recruit span {
		display: block;
		font-size: 50px;
	}
	
	#recruit .recruit-notes {
		font-size: 16px;
		line-height: 1.5;
	}
	
}

/* ------------------------------
	contact
------------------------------ */
#contact {
	width: 100%;
	background: url(../images/download-link/bg_dot-purple.png) repeat;
	position: relative;
}

#contact:after {
	content: "";
	display: block;
	clear: both;
}


@media screen and (min-width: 751px), print {
	#contact {
		padding: 60px 0 76px;
		box-sizing: border-box;
		position: relative;
	}
	
	#contact:before {
		content: "";
		width: 100%;
		min-width: 66px;
		height: 16px;
		background: url(../images/download-link/pattern_bg_dot-purple-top.png) repeat-x;
		background-size: contain;
		position: absolute;
		top: -16px;
		left: 0;
	}
	
	#contact:after {
		content: "";
		width: 100%;
		min-width: 67px;
		height: 16px;
		background: url(../images/download-link/pattern_bg_dot-purple-bottom.png) repeat-x;
		background-size: contain;
		position: absolute;
		bottom: -16px;
		left: 0;
		z-index: 100;
	}
	
	#contact .heading-article {
		padding: 0;
		margin: 0 0 37px;
		font-size: 50px;
		color: #fff;
		letter-spacing: 2px;
	}
	
	#contact .contact_adress {
		width: 1140px;
		height: 148px;
		padding: 32px 97px;
		margin: 0 auto 30px auto;
		border-radius: 74px;
		background: #fff;
		position: relative;
		box-sizing: border-box;
	}
	
	#contact .contact_adress:before {
		content: "";
		display: block;
		width: 1px;
		height: 69px;
		background: #cccccc;
		position: absolute;
		top: 45px;
		left: 570px;
	}
	
	#contact .contact_adress:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#contact .contact_adress li {
		float: left;
		width: 473px;
		padding-left: 20px;
		box-sizing: border-box;
	}
	
	#contact .contact_adress li:first-child {
		padding-right: 20px;
		padding-left: 0px;
	}

	#contact .adress_place,
	#contact .adress_number,
	#contact .adress_company {
		text-align: center;
		line-height: 39px;
		font-weight: bold;
	}
		
	#contact .adress_company {
		font-size: 28px;
	}

	#contact .adress_place {
		font-size: 21px;
	}
	
	#contact .adress_number {
		font-size: 36px;
		line-height: 24px;
		padding-top: 10px;
	}
	
	#contact .adress_number span {
		font-size: 26px;
	}
	
	#contact .contact_group li {
		padding-left: 4em;
		margin-bottom: 10px;
		text-indent: -4em;
		font-size: 18px;
		font-weight: bold;
		line-height: 26px;
		color: #fff;
	}
	
	
	.application {
		border: 8px solid #eee;
		margin-top: 40px;
		padding: 30px 50px;
	}
	
	.application h4 {
		font-size: 30px;
		letter-spacing: 2px;
		text-align: center;
	}
	.application p {
		line-height: 2;
	}
	
} @media screen and (max-width: 750px) {
	
	#contact {
		padding: 32px 0 41px;
		box-sizing: border-box;
		position: relative;
		background-size: 7px;
	}
	
	#contact:before {
		content: "";
		width: 100%;
		min-width: 50px;
		height: 12px;
		background: url(../images/download-link/pattern_bg_dot-purple-top_sp.png) repeat-x;
		background-size: contain;
		position: absolute;
		top: -12px;
		left: 0;
	}
	
	#contact:after {
		content: "";
		width: 100%;
		min-width: 45px;
		height: 12px;
		background: url(../images/download-link/pattern_bg_dot-purple-bottom_sp.png) repeat-x;
		background-size: contain;
		position: absolute;
		bottom: -12px;
		left: 0;
		z-index: 100;
	}
	
	#contact .heading-article {
		padding: 0;
		margin: 0 0 26px;
		font-size: 30px;
		color: #fff;
		letter-spacing: 2px;
	}
	
	#contact .contact_adress {
		padding: 6px 15px 5px;
		border-radius: 10px;
		background: #fff;
	}
	
	#contact .contact_adress li {
		padding-top: 13px;
		padding-bottom: 10px;
		border-top: 1px solid #ccc;
	}
	
	#contact .contact_adress li:first-child {
		border-top: none;
	}
	
	#contact .adress_place,
	#contact .adress_number,
	#contact .adress_company {
		text-align: center;
		line-height: 26px;
		font-weight: bold;
	}
		
	#contact .adress_company {
		font-size: 18px;
	}
	
	#contact .adress_place {
		margin-bottom: 4px;
		font-size: 15px;
	}
	
	#contact .adress_number {
		font-size: 30px;
		letter-spacing: -1px;
	}
	
	#contact .adress_number span {
		font-size: 18px;
		white-space: nowrap;
	}
	#contact .contact_group {
		padding-top: 15px;
		margin: 0 10px;
	}
			
	#contact .contact_group li {
		padding-left: 4em;
		margin-bottom: 5px;
		text-indent: -4em;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.5;
		color: #fff;
	}
			
}


/* ------------------------------
	download-link
------------------------------ */
@media screen and (min-width: 751px), print {
	#download-link .content-area {
		padding-top: 82px;
	}
	
	#download-link .btn-leaflet {
		margin-bottom: 40px;
	}
		
	#download-link .link-area {
		width: 1170px;
		margin-left: -30px;
		margin-bottom: 48px;
	}
	
	#download-link .link-area:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#download-link .link-area li {
		float: left;
		width: 360px;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	
	#download-link .link-area li a {
		display: block;
	}
	
	#download-link .link-area li a:hover {
		opacity: 0.65;
	}
	
	
} @media screen and (max-width: 750px) {
	#download-link .content-area {
		padding-top: 42px;
	}
	
	#download-link .btn-leaflet {
		margin-bottom: 15px;
	}
	
	#download-link .link-area:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#download-link .link-area {
		margin: 0 0 18px;
	}
	
	#download-link .link-area li {
		float: left;
		width: 50%;
		height: 27%;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	
	#download-link .link-area li a {
		display: block;
	}
	
	#download-link .link-area li:nth-child(odd) {
		padding-right: 5px;
	}
	
	#download-link .link-area li:nth-child(even) {
		padding-left: 5px;
	}
	
}


/* ------------------------------
	download-link
------------------------------ */
@media screen and (min-width: 751px), print {
	.gmap {
		position: relative;
		padding-bottom: 60%;
		height: 0;
		overflow: hidden;
		margin-bottom:40px;
	}
	.gmap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}	
	
} @media screen and (max-width: 750px) {	
	.gmap {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
		margin-bottom:20px;
	}
	.gmap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/* ------------------------------
	CF
------------------------------ */
@media screen and (min-width: 751px), print {
	.cf a {
		display: block;
		background-color: #fff;
		border: 4px solid #111;
		color: #111;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		padding: 1.5em 1em;
		margin: 0.5em 0;
		border-radius: 30px;
	}
	.cf a span {
		color: #c34940;
	}
	.cf a:hover {
		background-color: #c34940;
	}
	.cf a:hover span {
		color: #fff;
	}
	
} @media screen and (max-width: 750px) {	
	.cf a {
		display: block;
		background-color: #fff;
		border: 4px solid #111;
		color: #111;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		padding: 1.5em 1em;
		margin: 0.5em 0;
		border-radius: 30px;
	}
	.cf a span {
		color: #c34940;
	}
	
	.img-sp {
		width: 70%;
		text-align: center;
	}
}

a.alpha:hover {
		opacity: 0.8;
	}

