@charset "UTF-8";

/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
	/*下記のCSSはご自身のデザインに合わせて書き換えてください。*/
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	font-family: YuGothic, 'Yu Gothic', Osaka, sans-serif, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}



ul {
	list-style: none;
}


.section-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/** -----------------------------------------------
  ヘッダー
------------------------------------------------**/



#header {

	background-color: #fff;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	padding: 0 80px;
	position: fixed;
	top: 0;
	z-index: 10000;

}


.logo {
	display: flex;
}

.logo-img {
	display: flex;
	align-items: center;
	width: 170px;
}


.logo-title {

	font-size: 20px;
	color: #90c16f;
	position: absolute;
	left: 280px;
	font-weight: bold;
	line-height: 100px;

}

.gnav-pc-wrap {
	display: flex;
	align-items: center;

}


.gnav-pc {
	display: flex;
	align-items: center;
}

ul.gnav-pc li {
	display: inline;
	margin-right: 40px;
	font-size: 15px;
	font-weight: bold;

}

.gnav-pc a:hover {
	color: #90c16f;

}



ul.gnav-pc li a {
	font-size: 15px;
	letter-spacing: 0.18em;
	color: #434242
}



.entry-button-small {
	display: block;
	width: 130px;
	height: 50px;
	background-color: #90c16f;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	line-height: 50px;
	transition: 0.5s;
	font-family: 'Maven Pro', sans-serif;
}


.entry-button-small:hover {

	opacity: 0.4;


}

#menu-button {
	display: none;

}

.gnav-sp-wrap {
	display: none;
}


/** -----------------------------------------------
  タブレット　ヘッダー
------------------------------------------------**/

@media only screen and (min-width: 641px) and (max-width: 1200px) {



	#header {
		height: 60px;
		padding: 0;
	}



	#header h1 {
		padding-left: 20px;

	}


	#header h1 a {
		display: flex;

	}

	.gnav-sp-wrap {
		width: 100vw;
		height: 100vh;
		background-color: #fff;
		position: fixed;
		z-index: 10000;
		margin-top: 60px;
		padding-top: 100px;
		font-weight: bold;


	}



	.gnav-sp {
		text-align: center;
	}

	ul.gnav-sp li {
		margin-bottom: 30px;
	}

	.illust-gnav-sp {
		width: 150px;
		padding-left: 20px;
	}





	ul.gnav-sp li a {
		font-size: 15px;
		letter-spacing: 0.18em;
		color: #434242;



	}







	.gnav-pc-wrap {

		display: none;
	}

	#menu-button {
		display: block;
		width: 50px;
		height: 50px;
		padding: 15px 15px;
		background-color: #90c16f;
		border-radius: 50px;
		margin: 5px;
	}



	.menu-button-inner {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;

	}

	.menu-button-inner span {
		display: block;
		height: 2px;
		width: 100%;
		background-color: #fff;
		position: absolute;
		transition: toransform 0.3s ease;
	}

	.menu-button-inner span:nth-child(1) {
		top: 0;

	}

	.menu-button-inner span:nth-child(2) {
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.menu-button-inner span:nth-child(3) {
		bottom: 0;
	}


	#menu-button.active .menu-button-inner span:nth-child(1) {
		top: calc(50% - (2px / 2));
		transform: rotate(-45deg);
	}

	#menu-button.active .menu-button-inner span:nth-child(2) {
		opacity: 0;

	}

	#menu-button.active .menu-button-inner span:nth-child(3) {
		top: calc(50% - (2px / 2));
		transform: rotate(45deg);
	}







	.logo-title {
		font-size: 15px;
		color: #90c16f;
		position: absolute;
		left: 180px;
		font-weight: bold;
		line-height: 60px;


	}

	.gnav-pc-wrap {
		display: none;
	}

}

















/** -----------------------------------------------
  スマホ　ヘッダー
------------------------------------------------**/


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



	.gnav-sp-wrap {
		width: 100vw;
		height: 100vh;
		background-color: #fff;
		position: fixed;
		z-index: 10000;
		margin-top: 60px;
		padding-top: 100px;
		font-weight: bold;


	}



	.gnav-sp {
		text-align: center;
	}

	ul.gnav-sp li {
		margin-bottom: 30px;
	}

	.illust-gnav-sp {
		width: 150px;
		padding-left: 20px;
	}





	ul.gnav-sp li a {
		font-size: 15px;
		letter-spacing: 0.18em;
		color: #434242;



	}





	#header {
		height: 60px;
		padding: 0;
	}



	#header h1 {
		padding-left: 20px;

	}


	#header h1 a {
		display: flex;

	}


	.gnav-pc-wrap {

		display: none;
	}

	#menu-button {
		display: block;
		width: 50px;
		height: 50px;
		padding: 15px 15px;
		background-color: #90c16f;
		border-radius: 50px;
		margin: 5px;
	}



	.menu-button-inner {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;

	}

	.menu-button-inner span {
		display: block;
		height: 2px;
		width: 100%;
		background-color: #fff;
		position: absolute;
		transition: toransform 0.3s ease;
	}

	.menu-button-inner span:nth-child(1) {
		top: 0;

	}

	.menu-button-inner span:nth-child(2) {
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.menu-button-inner span:nth-child(3) {
		bottom: 0;
	}


	#menu-button.active .menu-button-inner span:nth-child(1) {
		top: calc(50% - (2px / 2));
		transform: rotate(-45deg);
	}

	#menu-button.active .menu-button-inner span:nth-child(2) {
		opacity: 0;

	}

	#menu-button.active .menu-button-inner span:nth-child(3) {
		top: calc(50% - (2px / 2));
		transform: rotate(45deg);
	}







	.logo-title {
		font-size: 12px;
		color: #90c16f;
		position: absolute;
		left: 180px;
		font-weight: bold;
		line-height: 60px;


	}

	.gnav-pc-wrap {
		display: none;
	}

}












/** -----------------------------------------------
  メインビジュアル 
------------------------------------------------**/


#mainvisual {

	height: calc(100vh - 100px);
	background-image: url(../images/MV-pc-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 100px;

}








.copy-wrap {

	position: absolute;
	left: 100px;
	bottom: 70px;
	height: 160px;
	width: 700px;
	z-index: 9999;

}



.illust {

	width: 300px;
	position: absolute;
	left: 200px;
	bottom: 300px;
	z-index: 9999;
}


/** -----------------------------------------------
  タブレット　ヘッダー
------------------------------------------------**/

@media only screen and (min-width: 641px) and (max-width: 1200px) {





	#mainvisual {
		height: calc(100vh - 100px);
		background-image: url(../images/MV-1-tab.jpg);
		background-size: cover;
		margin-top: 100px;
		position: relative;

	}

	.copy-wrap {

		width: 100%;
		position: absolute;
		right: 50%;
		left: 0;
		bottom: 70px;



	}

	.illust {

		width: 300px;
		position: absolute;
		left: 20px;
		bottom: 300px;
	}


}



/** -----------------------------------------------
  スマホ　メインビジュアル
------------------------------------------------**/
@media screen and (max-width:640px) {
	#mainvisual {
		height: 50vh;
		width: 100vw;
		background-image: url(../images/MV-1-sp.jpg);
		background-size: cover;
		margin-top: 60px;
		position: relative;

	}


	.copy-wrap {

		width: 100%;
		position: absolute;
		right: 50%;
		left: 0;
		bottom: -100px;
		padding: 10px;

	}

	.illust {

		width: 130px;
		position: absolute;
		left: 20px;
		bottom: 60px;
	}

}



/** -----------------------------------------------
  テキスト
------------------------------------------------**/

h3.small {

	font-size: 23px;
	color: #434242;
	letter-spacing: 0.18em;
	text-align: center;

}




p.large {

	font-size: 23px;
	font-weight: bold;
	color: #434242;
	line-height: 1.5;
}

p.medium {

	font-size: 20px;
	color: #434242;
	letter-spacing: 0.18em;
	line-height: 1.5;
}



p.small {

	color: #434242;
	font-size: 18px;
	line-height: 2.8;
	letter-spacing: 0.18em;
	font-weight: bold;
	text-align: center;

}

p.small+p {

	margin-top: 2.4rem;

}


h2.large {

	color: #90c16f;
	font-size: 35px;
	letter-spacing: 0.18em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 140px 0;

}


.section-title {

	color: #90c16f;
	font-weight: bold;
	font-size: 35px;
	letter-spacing: 0.18em;
	margin-bottom: 32px;

}



.section-description {

	font-size: 25px;
	color: #434242;
	letter-spacing: 0.18em;
	margin-bottom: 52px;

}





/** -----------------------------------------------
  スマホ版テキスト
------------------------------------------------**/


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

	.section-title {

		font-size: 25px;
		margin-bottom: 22px;
	}



	.section-description {
		font-size: 15px;
		margin-bottom: 40px;
	}



	h3.small {
		font-size: 15px;

	}


	p.medium {
		font-size: 12px;

	}


	p.large {

		font-size: 12px;

	}


}








/** -----------------------------------------------
  ボタン
------------------------------------------------**/

.btn-part {
	width: 8px;
	height: 8px;
	border-top: 2px solid #434242;
	border-right: 2px solid #434242;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 15px;



}

/** -----------------------------------------------
  ビジョン
------------------------------------------------**/



#vision {
	/* background-color:#f1fadd; */
	position: relative;
	padding: 200px 0;
	background: linear-gradient(-45deg, #ecf0d1, #fefff6, #ecf0d1);
}


.button-vision {
	display: block;
	width: 400px;
	height: 70px;
	background-color: #cfebbc;
	color: #434242;
	font-size: 18px;
	letter-spacing: 0.18em;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
	top: 140px;
	transition: 0.5s;
}


.visionbtn-part {
	width: 8px;
	height: 8px;
	border-top: 2px solid #434242;
	border-right: 2px solid #434242;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 15px;

}



.button-vision:hover {

	opacity: 0.4;

}





#vision .illust-small {
	height: 275px;
	width: 255px;
	position: absolute;
	bottom: 200px;
	right: 250px;


}



.preface {
	background-color: #fff;
	border: 1px solid #90c16f;
	margin: 0 auto;
	width: 92%;

	padding: 185px 0 322px;




}

p.small .sp-only {
	display: none;

}



/** -----------------------------------------------
  スマホ版ビジョン
------------------------------------------------**/

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


	#vision {
		background-color: #f1fadd;
		position: relative;
		padding: 100px 0;

	}

	.section-inner {

		padding: 0 24px;
		max-width: 550px;

	}



	.preface {
		background-color: #fff;
		border: 1px solid #90c16f;
		width: auto;
		padding: 80px 0 324px;
	}


	p.small .sp-only {
		display: block;
		font-size: 12px;
		letter-spacing: 0.1em;
		width: auto;
	}


	h2.large {
		color: #90c16f;
		font-size: 20px;
		letter-spacing: 0.18em;
		font-weight: bold;
		text-align: center;
		margin: 0 0 40px 0;


	}


	#vision .illust-small {
		height: 175px;
		width: 155px;
		position: absolute;
		right: 50%;
		transform: translate(50%, 0);
		bottom: 120px;

	}



	.button-vision {
		display: block;
		width: 252px;
		height: 60px;
		background-color: #cfebbc;
		color: #434242;
		font-size: 13px;
		letter-spacing: 0.1em;
		font-weight: bold;
		text-align: center;
		line-height: 60px;
		border-radius: 10px;
		margin: 0 auto;
		position: relative;
		top: 70px;
		transition: 0.5s;
	}

	.visionbtn-part {
		width: 8px;
		height: 8px;
		border-top: 2px solid #434242;
		border-right: 2px solid #434242;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 15px;

	}

	p.small .pc-only {
		display: none;

	}






}






/** -----------------------------------------------
  事業内容
------------------------------------------------**/



#service {
	position: relative;
	background-color: #fff;
	padding-top: 200px;
	padding-bottom: 200px;

}

.col2-pc {
	border-bottom: #90c16f dashed 1px;
	display: flex;
	justify-content: space-between;
	padding: 52px 0;



}


#service p.medium {
	padding-bottom: 40px;
}


.item-service {
	width: calc((100% - 27px)/2);
}

.item-service-photo {
	border-radius: 10px;
}


.item-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 10px;

}



#service .button {
	display: block;
	width: 205px;
	height: 60px;
	background-color: #cfebbc;
	color: #434242;
	font-size: 15px;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border-radius: 10px;
	position: relative;
	transition: 0.5s;


}


.button:hover {

	opacity: 0.4;


}




.number {
	color: #90c16f;
	font-size: 45px;
	padding-right: 10px;
	font-family: 'Courier Prime', monospace;

}


.col2-sp {
	display: none;
}

/** -----------------------------------------------
  タブレット版事業内容
------------------------------------------------**/

@media only screen and (min-width: 641px) and (max-width: 1200px) {

	.item-service {
		width: calc((100% - 17px)/2);
	}

	.col2-pc {

		padding: 52px 10px;

	}
}






/** -----------------------------------------------
  スマホ版事業内容
------------------------------------------------**/

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


	#service {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.col2-sp {
		display: block;
		border-bottom: #90c16f dashed 1px;
		padding: 52px 0;


	}

	.item-service {
		width: 100%;
	}


	#service .button {
		margin: 0 auto;

	}

	.col2-pc {
		display: none;
	}

	.number {
		font-size: 25px;
	}







}





/** -----------------------------------------------
	働く環境
------------------------------------------------**/

#support {
	background: linear-gradient(-45deg, #ecf0d1, #fefff6, #ecf0d1);

	position: relative;
	padding-top: 200px;
	padding-bottom: 200px;
}


#support p.medium {
	font-size: 20px;
	color: #434242;
	letter-spacing: 0.18em;
	line-height: 1.5;
}



.item-support {
	border-radius: 30px;
	border: 1px solid #fff;
	padding: 52px;
	background-color: #fff;
	width: 450px;
	box-shadow: 0 1px 20px 0 rgba(118, 117, 117, .2);

}

#support .col2 {
	display: flex;
	justify-content: space-between;
	padding: 0px 0 80px 0;

}



.item-skillup-support {
	border-radius: 30px;
	border: 1px solid #fff;
	padding: 52px;
	background-color: #fff;
	box-shadow: 0 1px 20px 0 rgba(118, 117, 117, .2);

}






.item-support-title {
	font-size: 23px;
	color: #90c16f;
	letter-spacing: 0.18em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}



.item-support-text {
	margin: 0 auto;
	font-size: 20px;
	color: #434242;
	letter-spacing: 0.18em;
	line-height: 1.5;
	width: 650px;
	margin-bottom: 30px;
}




.list-support-1 {
	margin: 0 auto;
	margin-bottom: 44px;
	max-width: 320px;
}

.list-support-2 {
	margin: 0 auto;
	margin-bottom: 44px;
	max-width: 280px;
}

.list-support-3 {
	margin: 0 auto;
	margin-bottom: 44px;
	max-width: 390px;
}


#support li {
	font-size: 18px;
	color: #434242;
	letter-spacing: 0.18em;
	line-height: 1.5;

}



#support .illust-small {
	position: absolute;
	bottom: 120px;
	right: 120px;
}


#support .button {
	display: block;
	width: 205px;
	height: 60px;
	background-color: #cfebbc;
	color: #434242;
	font-size: 15px;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border-radius: 10px;
	position: relative;
	margin: 0 auto;
	transition: 0.5s;



}

/** -----------------------------------------------
  タブレット版働く環境
------------------------------------------------**/

@media only screen and (min-width: 641px) and (max-width: 1200px) {

	#support .col2 {
		display: block;
		padding: 0;



	}

	.item-support {


		margin: 0 auto;
		margin-bottom: 20px;
	}

	#support .illust-small {
		position: absolute;

		right: 20px;
	}

	.item-skillup-support {
		margin: 20px;

	}




}



/** -----------------------------------------------
  スマホ版働く環境
------------------------------------------------**/
@media screen and (max-width:640px) {



	#support {
		padding-top: 100px;
		padding-bottom: 240px;
	}

	#support .col2 {
		display: block;
		padding: 0;



	}

	.item-support {
		background-color: #fff;
		width: auto;
		margin-bottom: 40px;


	}


	.item-support-title {
		font-size: 20px;
		padding-bottom: 20px;
	}

	.list-support {
		font-size: 15px;
		margin-bottom: 20px;
	}



	#support li {
		font-size: 15px;
		color: #434242;
		letter-spacing: 0.1em;
	}


	.item-support-text {
		margin: 0 auto;
		font-size: 15px;
		margin-bottom: 10px;
		width: auto;
	}

	#support .illust-small {
		/* right: 110px;
		bottom: 20px; */
		bottom: 40px;
		right: 50%;
		width: 150px;
		transform: translate(50%, 0);
	}



}


/** -----------------------------------------------
  募集職種
------------------------------------------------**/



#joblist {
	position: relative;
	background-color: #fff;
	padding-top: 200px;
	padding-bottom: 200px;
}







.container {
	border: 1px dashed #90c16f;
	border-radius: 20px;
	padding: 32px;
}


h3.content-title {
	font-size: 23px;
	color: #90c16f;
	margin-bottom: 5px;
}

.content {
	font-size: 22px;
	letter-spacing: 0.18em;
	line-height: 1.8;

}

.joblist-text {
	font-size: 20px;
	letter-spacing: 0.18em;
	margin-top: 52px;
}

.job-text-green {
	color: #90c16f;
	font-weight: bold;
}

.job-section {
	display: flex;
	flex-wrap: wrap;
	margin-top: 52px;
	justify-content: flex-start;
	position: relative;
}




.job-button {
	display: block;
	border: 3px solid #90c16f;
	width: 205px;
	background-color: #fff;
	color: #434242;
	font-size: 15px;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
	margin: 0px 50px 10px 0;
	transition: 0.5s;


}


.jobbtn-part {
	width: 8px;
	height: 8px;
	border-top: 2px solid #434242;
	border-right: 2px solid #434242;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;



}

.job-button:hover {
	color: #fff;
	background-color: #90c16f;


}

.job-button:hover .jobbtn-part {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;

}




#joblist .illust-small {
	position: absolute;
	bottom: 0px;
	right: 20px;
	width: 140px;
}

.content-part {
	color: #90c16f;
}


/** -----------------------------------------------
  タブレット版募集職種
------------------------------------------------**/

@media only screen and (min-width: 641px) and (max-width: 1200px) {
	#joblist .illust-small {
		position: absolute;
		bottom: -30px;
		right: 30px;

	}

	.joblist-text {
		padding: 20px;
	}

	.job-button {
		margin: 10px 50px 10px 20px;

	}

	.container {
		margin: 20px;
	}







}

/** -----------------------------------------------
  スマホ版募集職種
------------------------------------------------**/

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

	#joblist {
		padding-top: 100px;
		padding-bottom: 300px;
	}

	.content {
		font-size: 12px;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}

	h3.content-title {

		font-size: 13px;

	}

	.job-section {
		display: block;

	}


	.joblist-text {
		font-size: 12px;

	}




	.job-button {

		margin: 0 auto;
		margin-bottom: 10px;


	}



	#joblist .illust-small {
		position: absolute;
		right: 50%;
		transform: translate(50%, 0);
		bottom: -400px;

	}


}



/** -----------------------------------------------
  インタビュー
------------------------------------------------**/



#interview {
	background-color: #fff;
	position: relative;
	padding-top: 200px;
	padding-bottom: 200px;

}


.interview-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}


.interview-card {

	margin-bottom: 72px;
	/* margin-right: 80px; */
	position: relative;
	left: 20px;


}

.interview-card:hover {

	opacity: 0.5;


}





.interview-button {
	display: block;
	width: 205px;
	height: 60px;
	background-color: #cfebbc;
	color: #434242;
	font-size: 15px;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border-radius: 10px;
	position: relative;
	margin: 0 auto;
	margin-top: 80px;
	transition: 0.5s;


}


.interview-button:hover {

	opacity: 0.4;


}


.info {

	position: absolute;
	margin-top: 80px;
	margin-left: 30px;
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;





}


.interview-copy {
	position: absolute;
	top: 250px;
	left: -20px;

}

.copy-top {
	font-size: 20px;
	color: #90c16f;
	background-color: #fff;
	border: #90c16f solid 2px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 5px;

}

.copy-bottom {
	font-size: 20px;
	color: #90c16f;
	background-color: #fff;
	border: #90c16f solid 2px;
	display: inline-block;
	padding: 2px 5px;
}



.post {
	font-size: 13px;
	font-weight: bold;

}

.name {
	font-size: 20px;
	font-weight: bold;
}

.photo {
	box-shadow: 0 1px 20px 0 rgba(118, 117, 117, .2);
	border-radius: 10px;


}

/** -----------------------------------------------
  タブレット版インタビュー
------------------------------------------------**/

@media only screen and (min-width: 641px) and (max-width: 1200px) {




	.interview-card {
		left: 0px;
		position: relative;
		right: 50%;
		transform: translate(50%, 0);



	}
}





/** -----------------------------------------------
  スマホ版インタビュー
------------------------------------------------**/


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


	#interview {

		padding-top: 100px;
		padding-bottom: 200px;

	}


	.interview-section {
		display: block;

	}




	.interview-card {
		margin: 0 auto;
		margin-bottom: 72px;
		left: 0px;

	}

	.interview-copy {
		position: absolute;
		top: 200px;
		left: 0px;

	}


	.info {
		margin-top: 70px;
		margin-left: 20px;

		padding: 10px;
	}



	.post {
		font-size: 8px;
		font-weight: bold;

	}

	.name {
		font-size: 15px;
		font-weight: bold;
	}

	.photo {
		border-radius: 10px;
	}










}




/** -----------------------------------------------
  エントリー
------------------------------------------------**/





#entry {
	background-color: #f5f6eb;
	position: relative;
	padding-bottom: 200px;

}

.entry-title {
	font-size: 100px;
	font-weight: 700;
	font-family: 'Maven Pro', sans-serif;
	color: #90c16f;
	letter-spacing: 0.18em;
	padding-top: 100px;
}

.entry-button {
	display: block;
	width: 414px;
	height: 110px;
	background-color: #90c16f;
	color: #fff;
	font-size: 30px;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-align: center;
	line-height: 110px;
	border-radius: 10px;
	position: absolute;
	left: 650px;
	transition: 0.5s;
}

.entrybtn-part {
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}

.entry-button-entry {
	font-family: 'Maven Pro', sans-serif;
	font-size: 35px;
}




.illust-entry {
	height: 275px;
	width: 255px;
	position: absolute;
	bottom: 0px;

}


.illust-button {
	margin-top: 100px;


}

.entry-button:hover {

	opacity: 0.4;


}

/** -----------------------------------------------
  タブレット版エントリー
------------------------------------------------**/

@media only screen and (min-width: 641px) and (max-width: 1200px) {

	.entry-title {
		margin: 20px;
	}

	#entry p.large {
		margin: 20px;
	}



	.entry-button {
		position: absolute;
		left: 250px;

	}

}




/** -----------------------------------------------
  スマホ版エントリー
------------------------------------------------**/


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

	.entry-title {
		font-size: 50px;

	}

	.entry-button {
		display: block;
		width: 200px;
		height: 90px;
		font-size: 15px;
		line-height: 90px;
		font-weight: bold;
		text-align: center;
		position: absolute;
		left: 150px;
		transition: 0.5s;

	}

	.illust-entry {
		height: 100px;
		width: 100px;
		position: absolute;
		bottom: 100px;

	}

	.entrybtn-part {
		display: none;
	}

	.entry-button-entry {

		font-size: 25px;
	}









}

/** -----------------------------------------------
  フッター
------------------------------------------------**/


.footer {
	background-color: #fff;
	position: relative;
	/* padding-top: 40px; */
	margin: 40px 0;


}





.content-footertext {
	position: absolute;
	left: 200px;
	transform: translateY(-50%);
	top: 50%;
}

.footerlink {
	display: flex;
	margin-left: 50px;

}

.footerlink a {
	color: #434242;
}

.logo-footer {

	margin-left: 1000px;
	position: absolute;
	opacity: 0.5;
	transform: translateY(-50%);
	top: 50%;
}




.copyrighting {
	font-size: 13px;
	color: #434242;
	margin-left: 50px;


}

/** -----------------------------------------------
  タブレット版フッター
------------------------------------------------**/

@media only screen and (min-width: 641px) and (max-width: 1200px) {

	.content-footer {
		display: block;
		text-align: center;

	}

	.logo-footer {



		left: auto;
		margin-right: auto;
		margin-left: auto;
		margin-top: 40px;
		right: 50%;
		transform: translate(50%, 0);
	}


}


/** -----------------------------------------------
  スマホ版フッター
------------------------------------------------**/


@media screen and (max-width:640px) {
	/* .logo-footer {

		position: absolute;
		bottom: 40px;
		opacity: 0.5;
		width: 200px;
		left: 20px;
		margin-top: 50px;
	} */


	.footer {
		text-align: center;
		margin-top: 30px;
		padding-bottom: 40px;
	}

	.footerlink {
		/* display: flex; */
		margin: 0 auto;
		/* text-align: center; */
		display: block;
		margin-bottom: 10px;


	}

	.footerlink li {

		font-size: 12px;

	}

	.content-footer {
		display: block;
		text-align: center;
	}


	/* 
	.content-footertext {
		position: absolute;
		right: 50%;
		transform: translate(50%, 0);
		bottom: 0px;
		width: 300px;
	} */

	.logo-footer {



		left: auto;
		margin-right: auto;
		margin-left: auto;
		margin-top: 50px;
		right: 50%;
		transform: translate(50%, 0);
	}




}


/*ここからメディアクエリで各デバイスサイズに書き分けます。
今回の課題で考慮するのはPCとスマホのみでOKですが、タブレットサイズでのスタイルを書いてもOK！
また、CSSは上から下に継承されるので、変化させたいところだけ書けばOKです*/


/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/
@media screen and (max-width:640px) {
	.example {
		font-size: 20px;
		color: #AD8651;
	}


	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}





}