@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%;
}

body {
	color: #353535;
	font-size: 1.6rem;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

*, *::before, *::after {
	box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
	color: #353535;
	text-decoration: none;
}
/*ここからPC*/
@media screen and (min-width: 1024px) { /*ウィンドウ幅が767px以上の場合に適用*/
	/*ここからheader*/
	.header_img img {
		position: fixed;
		width: 50px;
		height: 50px;
		display: block;
		top: 30px;
		right: 110px;
		z-index: 1000;
	}

	/*ここまでheader*/
	/*ここからハンバーガーメニュー*/

	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 100;
		background-color: rgb(0,0,0);
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	.active.black-bg {
		visibility: visible;
		opacity: .7;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		z-index: 1000;
		right: 0;
	}

	.menu-trigger {
		position: fixed;
		width: 40px;
		height: 42px;
		right: 60px;
		margin: 30px auto;
	}
	.menu-trigger span {
		position: absolute;
		width: 40px;
		height: 2px;
		background-color: #ff0000;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 10px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	.menu {
		position: fixed;
		width: 30%;
		height:100vh;
		padding-top: 80px;
		right: -30%;
		background-color: #fff;
		transition: all .6s;
		z-index: 900;
		overflow-y: auto;
	}

	.active.menu {
		right: 0;
	}

	.menu li {
		height: 6rem;
		margin: auto;
		font-size: 2rem;
		padding-left: 40px;
	}

	.menu li a {
		line-height: 6rem;
		display: block;
	}

	.menu_hover {
		display: none;
	}

	a:hover .menu_hover {
		font-size: 2.5rem;
		color: #ff0000;
		display: inline;
	}

	a:hover .menu_normal {
		display: none;
	}

	.menu_item_second {
		text-indent: 3rem;
	}

	/*ここまでハンバーガーメニュー*/
	/*ここからrecruit*/
	#recruit {
		margin: 0 auto 100px;
		width: 100%;
		overflow: hidden;
	}
	
	.wrapper {
		width: 70%;
		margin: auto;
	}
	
	.text {
		margin: 30px auto;
		line-height: 2.5rem;
	}
	
	.items {
		width: 600px;
		margin: auto;
	}
	
	.items_btn {
		width: 100%;
		height: 80px;
		position: relative;
		font-size: 2rem;
		background-color: #353535;
		color: #fff;
		border: 2px solid #353535;
		text-align: center;
		line-height: 80px;
		margin: 20px auto;
	}
	
	.items_btn::before {
		content: "";
		width: 100px;
		position: absolute;
		border: 1px solid #353535;
		right: -50px;
		top: 38px;
	}
	
	.items_btn::after {
		content: "";
		width: 15px;
		position: absolute;
		border: 1px solid #353535;
		right: -53px;
		top: 33px;
		transform: rotate(45deg);
	}
	
	.items a:hover .items_btn {
		background-color: #fff;
		color: #353535;
		transition: all .4s;
	}
	
	.items a:hover .items_btn::before {
		right: -90px;
		transition: all .4s;
	}
	
	.items a:hover .items_btn::after {
		right: -93px;
		transition: all .4s;
	}
	
	@keyframes anime {
		0% {
			left: 30%;
		}	
		50% {
			left: 60%;
		}
		100% {
			left: 30%;
		}
	}
	/*ここまでrecruit*/
	/*ここからfooter*/

	footer {
		height: 350px;
		background-color: #C9E8F8;
	}

	.footer_flex {
		display: flex;
		padding: 50px 50px 100px;
	}

	.footer_address {
		width: 40%;
		font-size: 1.5rem;
		left: 0;
	}

	.footer_address_flex {
		display: flex;
	}

	.footer_address_logo {
		margin-left: 20px;
		margin-right: 20px;
		left: 0;
	}

	.footer_address_logo img {
		width: 4rem;
		height: auto;
	}

	.footer_address_main {
		right: 0;
	}

	.footer_name {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.footer_sitemap {
		width: 60%;
		font-size: 1.5rem;
		line-height: 3rem;
		right: 0;
	}

	.footer_sitemap_second {
		text-indent: 2rem;
	}

	.footer_sitemap_ul {
		width: 100%;
		display: flex;
	}

	.footer_sitemap_left {
		width: 50%;
		left: 0;
	}

	.footer_sitemap_right {
		width: 50%;
		right: 0;
	}

	small {
		display: block;
		text-align: center;
	}

	/*ここまでfooter*/
	/*ここからその他共通タグ*/
	h1 {
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 7.5rem;
		padding: 100px 5% 0;
		color: #ACB6E5;
		background: -webkit-linear-gradient(0deg, #43c6ac, #191654);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	h2 {
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 3rem;
	}

	h3 {
		font-family: 'Source Sans Pro', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 2.5rem;
	}
	
	.underline {
		background: linear-gradient(transparent 50%, #C9E8F8 0%);
	}
	
	.sp {
		display: none;
	}
	
	/*ここからfadein*/

	.fadein_top {
		animation-name: fadein;
		animation-duration: 2s;
	}

	@keyframes fadein {
		from {
			opacity: 0;
			transform: translateX(80px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.fadein {
		opacity : 0;
		transform : translate(0, 100px);
		transition : all 1s;
	}

	.fadein.active{
		opacity : 1;
		transform : translate(0, 0);
	}

	.fadein_second {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}

	.fadein_second.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	/*ここまでfadein*/
}

/*ここからタブレット*/
@media screen and (min-width: 480px) and (max-width: 1024px) { 
	/*ここからheader*/
	.header_img img {
		position: fixed;
		width: 50px;
		height: 50px;
		display: block;
		top: 30px;
		right: 150px;
		z-index: 1000;
	}

	/*ここまでheader*/
	/*ここからハンバーガーメニュー*/

	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: rgb(0,0,0);
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	.active.black-bg {
		visibility: visible;
		opacity: .7;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		z-index: 1000;
		right: 0;
	}

	.menu-trigger {
		position: fixed;
		width: 40px;
		height: 42px;
		right: 60px;
		margin: 30px auto;
	}
	.menu-trigger span {
		position: absolute;
		width: 40px;
		height: 2px;
		background-color: #ff0000;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 10px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	.menu {
		position: fixed;
		width: 60%;
		height:100vh;
		padding-top: 80px;
		right: -60%;
		background-color: #fff;
		transition: all .6s;
		z-index: 900;
		overflow-y: auto;
	}

	.active.menu {
		right: 0;
	}

	.menu li {
		height: 6rem;
		margin: auto;
		font-size: 2rem;
		padding-left: 40px;
	}

	.menu li a {
		line-height: 6rem;
		display: block;
	}

	.menu_hover {
		display: none;
	}

	a:hover .menu_hover {
		font-size: 2.5rem;
		color: #ff0000;
		display: inline;
	}

	a:hover .menu_normal {
		display: none;
	}

	.menu_item_second {
		text-indent: 3rem;
	}

	/*ここまでハンバーガーメニュー*/
	/*ここからrecruit*/
	#recruit {
		margin: 0 auto 100px;
		width: 100%;
		overflow: hidden;
	}
	
	.wrapper {
		width: 90%;
		margin: auto;
	}
	
	.text {
		margin: 30px auto;
		line-height: 2.5rem;
	}
	
	.items {
		width: 330px;
		margin: auto;
	}
	
	.items_btn {
		width: 100%;
		height: 80px;
		position: relative;
		font-size: 2rem;
		background-color: #353535;
		color: #fff;
		border: 2px solid #353535;
		text-align: center;
		line-height: 80px;
		margin: 20px auto;
	}
	
	.items_btn::before {
		content: "";
		width: 50px;
		position: absolute;
		border: 1px solid #353535;
		right: -20px;
		top: 38px;
	}
	
	.items_btn::after {
		content: "";
		width: 15px;
		position: absolute;
		border: 1px solid #353535;
		right: -23px;
		top: 33px;
		transform: rotate(45deg);
	}
	
	.items a:hover .items_btn {
		background-color: #fff;
		color: #353535;
		transition: all .4s;
	}
	
	.items a:hover .items_btn::before {
		right: -40px;
		transition: all .4s;
	}
	
	.items a:hover .items_btn::after {
		right: -43px;
		transition: all .4s;
	}

	@keyframes anime {
		0% {
			left: 30%;
		}	
		50% {
			left: 60%;
		}
		100% {
			left: 30%;
		}
	}
	/*ここまでrecruit*/
	/*ここからfooter*/

	footer {
		height: 350px;
		background-color: #C9E8F8;
	}

	.footer_flex {
		display: flex;
		padding: 50px 20px 100px;
	}

	.footer_address {
		width: 50%;
		font-size: 1.3rem;
		left: 0;
	}

	.footer_address_flex {
		display: flex;
	}

	.footer_address_logo {
		margin-right: 20px;
		left: 0;
	}

	.footer_address_logo img {
		width: 3rem;
		height: auto;
	}

	.footer_address_main {
		right: 0;
	}

	.footer_name {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}

	.footer_sitemap {
		width: 50%;
		font-size: 1.3rem;
		line-height: 3rem;
		right: 0;
	}

	.footer_sitemap_second {
		text-indent: 2rem;
	}

	.footer_sitemap_ul {
		width: 100%;
		display: flex;
	}

	.footer_sitemap_left {
		width: 50%;
		left: 0;
	}

	.footer_sitemap_right {
		width: 50%;
		right: 0;
	}

	small {
		display: block;
		text-align: center;
	}

	/*ここまでfooter*/
	/*ここからその他共通タグ*/
	h1 {
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 6rem;
		padding: 100px 5% 0;
		color: #ACB6E5;
		background: -webkit-linear-gradient(0deg, #43c6ac, #191654);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	h2 {
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 4.5rem;
	}

	h3 {
		font-family: 'Source Sans Pro', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 3.5rem;
	}
	
	.underline {
		background: linear-gradient(transparent 50%, #C9E8F8 0%);
	}
	
	.pc {
		display: none;
	}
	
	/*ここからfadein*/

	.fadein_top {
		animation-name: fadein;
		animation-duration: 2s;
	}

	@keyframes fadein {
		from {
			opacity: 0;
			transform: translateX(10px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.fadein {
		opacity : 0;
		transform : translate(0, 100px);
		transition : all 1s;
	}

	.fadein.active{
		opacity : 1;
		transform : translate(0, 0);
	}

	.fadein_second {
		opacity : 0;
		transform : translate(10px, 0);
		transition : all 1s;
	}

	.fadein_second.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	/*ここまでfadein*/
}
/*ここからスマホ*/
@media screen and (max-width: 480px) { 
	/*ここからheader*/
	.header_img img {
		position: fixed;
		width: 40px;
		height: 40px;
		display: block;
		top: 30px;
		right: 90px;
		z-index: 1000;
	}

	/*ここまでheader*/
	/*ここからハンバーガーメニュー*/

	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 100;
		background-color: rgb(0,0,0);
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	.active.black-bg {
		visibility: visible;
		opacity: .7;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		z-index: 1000;
		right: 0;
	}

	.menu-trigger {
		position: fixed;
		width: 40px;
		height: 42px;
		right: 30px;
		margin: 30px auto;
	}
	.menu-trigger span {
		position: absolute;
		width: 40px;
		height: 2px;
		background-color: #ff0000;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 10px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	.menu {
		position: fixed;
		width: 100%;
		height:100%;
		padding-top: 80px;
		right: -100%;
		background-color: #fff;
		transition: all .6s;
		z-index: 900;
		overflow-y: auto;
		opacity: .8;
	}

	.active.menu {
		right: 0;
	}

	.menu li {
		height: 5.5rem;
		margin: auto;
		font-size: 1.6rem;
		padding-left: 20px;
	}

	.menu li a {
		line-height: 5.5rem;
		display: block;
	}

	.menu_hover {
		display: none;
	}

	a:hover .menu_hover {
		font-size: 2rem;
		color: #ff0000;
		display: inline;
	}

	a:hover .menu_normal {
		display: none;
	}

	.menu_item_second {
		text-indent: 3rem;
	}

	/*ここまでハンバーガーメニュー*/
	/*ここからrecruit*/
	#recruit {
		margin: 0 auto 100px;
		width: 100%;
		overflow: hidden;
	}
	
	.wrapper {
		width: 100%;
		margin: auto;
	}
	
	.text {
		margin: 30px auto;
		padding: 0 5%;
		line-height: 2.5rem;
	}
	
	.items {
		width: 250px;
		margin: auto;
	}
	
	.items_btn {
		width: 100%;
		height: 80px;
		position: relative;
		font-size: 2rem;
		background-color: #353535;
		color: #fff;
		border: 2px solid #353535;
		text-align: center;
		line-height: 80px;
		margin: 20px auto;
	}
	
	.items_btn::before {
		content: "";
		width: 30px;
		position: absolute;
		border: 1px solid #fff;
		right: 50px;
		top: 39px;
	}
	
	.items_btn::after {
		content: "";
		width: 15px;
		position: absolute;
		border: 1px solid #fff;
		right: 47px;
		top: 34px;
		transform: rotate(45deg);
	}
	
	.items a:hover .items_btn {
		background-color: #fff;
		color: #353535;
		transition: all .4s;
	}
	
	.items a:hover .items_btn::before {
		width: 60px;
		right: 20px;
		transition: all .4s;
		border: 1px solid #353535;
	}
	
	.items a:hover .items_btn::after {
		right: 18px;
		transition: all .4s;
		border: 1px solid #353535;
	}

	@keyframes anime {
		0% {
			left: 30%;
		}	
		50% {
			left: 60%;
		}
		100% {
			left: 30%;
		}
	}
	/*ここまでrecruit*/
	/*ここからfooter*/

	footer {
		height: 230px;
		background-color: #C9E8F8;
	}

	.footer_flex {
		display: flex;
		padding: 50px 10px 80px;
	}

	.footer_address {
		width: 100%;
		font-size: 1.3rem;
	}
	
	.footer_address_flex {
		display: flex;
	}

	.footer_address_logo {
		margin-right: 10px;
		left: 0;
	}

	.footer_address_logo img {
		width: 3rem;
		height: auto;
	}

	.footer_address_main {
		right: 0;
	}

	.footer_name {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}

	small {
		display: block;
		text-align: center;
		font-size: 1rem;
	}

	/*ここまでfooter*/
	/*ここからその他共通タグ*/
	h1 {
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 4rem;
		padding: 100px 5% 0;
		color: #ACB6E5;
		background: -webkit-linear-gradient(0deg, #43c6ac, #191654);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	h2 {
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 3.5rem;
	}

	h3 {
		font-family: 'Source Sans Pro', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 2.5rem;
	}
	
	.underline {
		background: linear-gradient(transparent 50%, #C9E8F8 0%);
	}
	
	.pc {
		display: none;
	}
	
	/*ここからfadein*/

	.fadein_top {
		animation-name: fadein;
		animation-duration: 2s;
	}

	@keyframes fadein {
		from {
			opacity: 0;
			transform: translateX(80px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.fadein {
		opacity : 0;
		transform : translate(0, 100px);
		transition : all 1s;
	}

	.fadein.active{
		opacity : 1;
		transform : translate(0, 0);
	}

	.fadein_second {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}

	.fadein_second.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	/*ここまでfadein*/
}