@charset "utf-8";

/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
}
.sec {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.sec .inner {
	max-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.contents_top {
		min-width: 100%;
	}
	.sec {
		min-width: 100%;
	}
	.sec .inner {
		max-width: 100%;
	}
}





/*--------------------------------------
　TOP bg
---------------------------------------*/
.top_bg {
	background: url("img/top_bg.jpg") right 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
}

.shape {
	position: fixed;
	z-index: 1;
}

.shape01 {
	width: 71px;
	top: 5%;
	left: 1%;
}
.shape02 {
	width: 86px;
	top: 5%;
	left: 80%;
}
.shape03 {
	width: 162px;
	top: 15%;
	left: 40%;
}
.shape04 {
	width: 60px;
	top: 15%;
	left: 65%;
}
.shape05 {
	width: 120px;
	top: 15%;
	left: 85%;
}
.shape06 {
	width: 39px;
	top: 25%;
	left: 75%;
}
.shape07 {
	width: 44px;
	top: 35%;
	left: 1%;
}
.shape08 {
	width: 85px;
	top: 38%;
	left: 50%;
}
.shape09 {
	width: 76px;
	top: 38%;
	left: 80%;
}
.shape10 {
	width: 72px;
	top: 40%;
	right: 1%;
}
.shape11 {
	width: 126px;
	top: 45%;
	left: 8%;
}
.shape12 {
	width: 49px;
	top: 45%;
	left: 75%;
}
.shape13 {
	width: 105px;
	top: 50%;
	left: 30%;
}
.shape14 {
	width: 196px;
	top: 60%;
	left: 0;
}
.shape15 {
	width: 47px;
	top: 85%;
	left: 10%;
}
.shape16 {
	width: 48px;
	top: 88%;
	left: 9%;
}
.shape17 {
	width: 126px;
	top: 70%;
	right: 5%;
}


.shape_an01 {
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 2s;
	animation-name: anim01;
}
.shape_an02 {
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-duration: 30s;
	animation-name: anim02;
}

@keyframes anim01 {
	0% {
		transform: translate(0, 0px);
	}
	100% {
		transform: translate(0, -15px);
	}
}
@keyframes anim02 {
	0% {
		transform:rotate(0);
	}
  100% {
		transform:rotate(360deg);
	}
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.top_bg {
		background: none;
		background-size: cover;
		background-attachment: fixed;
		width: 100%;
		min-width: 100%;
		margin: auto;
		box-sizing: border-box;
	}
	.top_bg::before {
		content:"";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 500px;
		background:url("img/sp_top_bg.jpg") center 0 no-repeat;
		background-size: cover;
	}

	.shape01 {
		width: 10%;
		top: 15%;
		left: 0;
	}
	.shape02 {
		width: 10%;
		top: 10%;
		left: 70%;
	}
	.shape03 {
		width: 20%;
		top: 5%;
		left: 30%;
	}
	.shape04 {
		width: 8%;
		top: 15%;
		left: 65%;
	}
	.shape05 {
		width: 15%;
		top: 10%;
		left: inherit;
		right: 0;
	}
	.shape06 {
		width: 5%;
		top: 15%;
		left: 30%;
	}
	.shape07 {
		width: 5%;
		top: 30%;
		left: 3%;
	}
	.shape08 {
		width: 10%;
		top: 40%;
		left: 60%;
	}
	.shape09 {
		width: 10%;
		top: 30%;
		left: inherit;
		right: -3%;
	}
	.shape10 {
		width: 10%;
		top: 22%;
		right: 3%;
	}
	.shape11 {
		width: 20%;
		top: 65%;
		left: 3%;
	}
	.shape12 {
		width: 8%;
		top: 43%;
		left: 75%;
	}
	.shape13 {
		width: 10%;
		top: 50%;
		left: 35%;
	}
	.shape14 {
		width: 30%;
		top: 40%;
		left: 0;
	}
	.shape15 {
		width: 6%;
		top: 62%;
		left: 55%;
	}
	.shape16 {
		width: 8%;
		top: 63%;
		left: 58%;
	}
	.shape17 {
		width: 15%;
		top: 70%;
		right: 5%;
	}
}





/*--------------------------------------
　MV
---------------------------------------*/
.top_mv {
	width: 100%;
	min-width: 1000px;
	padding: 4rem 0 5rem;
	box-sizing: border-box;
}

.top_mv .mv_inner {
	max-width: 1000px;
	margin: auto;
	color: #fff;
}

.top_mv .mv_txt_box {
	width: 60%;
}

.top_mv .mv_ttl {
	display: inline-block;
	padding: 0.8rem 1.5rem;
	box-sizing: border-box;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
.top_mv .mv_ttl:before,
.top_mv .mv_ttl:after {
	content: "";
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	position: absolute;
}
.top_mv .mv_ttl::before {
	top: 0;
	left: 0;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
}
.top_mv .mv_ttl::after {
	bottom: 0;
	right: 0;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}

.top_mv .logo {
	width: 312px;
}

.top_mv .mv_txt {
	margin: 2rem 0 0;
	font-size: 1.5rem;
	line-height: 2;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.top_mv {
		min-width: 100%;
		padding: 0 1.5rem 5rem;
		position: relative;
		z-index: 2;
	}

	.top_mv .mv_inner {
		max-width: 100%;
		padding-top: calc(100%*560/750);
		position: relative;
	}

	.top_mv .mv_txt_box {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
	}

	.top_mv .mv_ttl {
		padding: 0.5rem 1.5rem;
		font-size: 2.6rem;
	}
	.top_mv .mv_ttl:before,
	.top_mv .mv_ttl:after {
		width: 16px;
		height: 16px;
	}

	.top_mv .logo {
		width: 100%;
	}

	.top_mv .mv_txt {
		background: rgba(255,255,255,0.9);
		margin: 1.5rem 0 0;
		padding: 1.5rem 1.5rem;
		box-sizing: border-box;
		color: #111;
		line-height: 1.8;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
		position: relative;
		z-index: 1;
	}
}





/*--------------------------------------
　Title
---------------------------------------*/
.main_ttl {
	text-align: center;
}

.main_ttl .eng_ttl {
	margin: 0 0 1rem;
	font-size: 8rem;
	font-family: 'La Belle Aurore', cursive;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.main_ttl .ttl {
	font-size: 2.8rem;
}

.main_ttl .ttl span {
	color: #f6540c;
	font-size: 4rem;
}

.main_ttl .ttl a {
	display: inline-block;
	position: relative;
}
.main_ttl .ttl a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -3rem;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: solid 2px #111;
	border-right: solid 2px #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.eng_bg {
	position: relative;
	overflow: hidden;
}
.eng_bg:before {
	content: "";
	display: block;
	position: absolute;
	top: 4rem;
	right: 0;
	font-size: 15rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	white-space: nowrap;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.main_ttl .eng_ttl {
		margin: 0 0 0.5rem;
		font-size: 4rem;
	}

	.main_ttl .ttl {
		font-size: 2rem;
	}

	.main_ttl .ttl span {
		font-size: 2.5rem;
	}

	.main_ttl .ttl a {
		display: block;
		padding: 0 1.5rem;
	}
	.main_ttl .ttl a:after {
		right: 0;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: solid 1px #111;
		border-right: solid 1px #111;
	}


	.eng_bg:before {
		top: 2.5rem;
		right: 0;
		font-size: 5.8rem;
	}
}





/*--------------------------------------
　テキスト
---------------------------------------*/
.txt {
	font-size: 1.5rem;
	line-height: 2;
	text-align: justify;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.txt {
		line-height: 1.8;
	}
}





/*--------------------------------------
　area
---------------------------------------*/
.area .inner {
	background: #fff;
	padding: 9rem 0 15rem;
}
.area .eng_bg:before {
	content: "SELECT AREA";
	color: #eee;
}


.area_block {
	margin: 5rem 0 0;
	padding: 0 10rem;
	box-sizing: border-box;
	position: relative;
}
.area_block:after {
	content: "";
	position: absolute;
	top: -14rem;
	right: 12rem;
	background: url("img/area_map.png") right 0 no-repeat;
	background-size: 100% auto;
	width: 387px;
	height: 444px;
}

.area_block .area_list {
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	position: relative;
	z-index: 1;
}

.area_block .area_list li {
	width: calc(33.33% - 1.5rem);
	margin: 0 0.7rem 2rem 0.7rem;
	box-sizing: border-box;
}

.area_block .area_list li a {
	display: block;
	background: #fff;
	padding: 2rem 2rem;
	box-sizing: border-box;
	color: #111;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border: 2px solid #111;
	position: relative;
}
.area_block .area_list li a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #111;
	border-right: solid 2px #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*---------- modal ----------*/
body .modaal-overlay {
	z-index: 10000;
}

body .modaal-wrapper {
	z-index: 10001;
}

body .modaal-content-container {
	padding: 0 0;
}

body .modaal-container {
	position: relative;
	background: #fff;
	max-width: 900px;
	padding: 5rem 5rem;
}

body .modaal-wrapper .modaal-close {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 400px;
	height: 60px;
	line-height: 60px;
	margin: 5rem auto 0;
	background: none;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 0;
	z-index: 1;
}
body .modaal-wrapper .modaal-close:before {
	display: none;
}
body .modaal-wrapper .modaal-close:after {
	content: "× Close";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: none;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg)
}
body .modaal-close:hover {
	background: none;
	opacity: 0.6;
}
body .modaal-close:hover:after,
body .modaal-close:hover:before {
	background: none;
}

body .modaal-close span {
	display: none;
}

.modalBox:focus {
	outline: none;
}

.modal_content {
	display: none;
	position: relative;
}

.modal_list_wrap {
	margin: 0 0 2rem;
}
.modal_list_wrap:last-child {
	margin: 0 0 0;
}

.heading_area a {
	display: block;
	background: #f3792f;
	padding: 15px 15px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.heading_area a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal_list {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem 0 0;
}

.modal_list li {
	width: calc(25% - 1.5rem);
	margin: 0 0.7rem 1.5rem 0.7rem;
	box-sizing: border-box;
}

.modal_list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 100%;
	padding: 1.5rem 3rem;
	box-sizing: border-box;
	color: #111;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border: 2px solid #111;
	position: relative;
}
.modal_list li a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: solid 2px #111;
	border-right: solid 2px #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.area .inner {
		padding: 10rem 1.5rem 12rem;
	}
	.area .eng_bg:before {
		top: 8rem;
		right: -4rem;
	}


	.area_block {
		margin: 3rem 0 0;
		padding: 0 0;
	}
	.area_block:after {
		top: -3rem;
		right: 0;
		left: 0;
		background: url("img/area_map.png") center 0 no-repeat;
		background-size: 70% auto;
	}

	.area_block .area_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		position: relative;
		z-index: 1;
		padding-top: 3rem;
	}

	.area_block .area_list li {
		width: calc(50% - 0.5rem);
		margin: 0 0 1rem 0;
	}

	.area_block .area_list li a {
		background: rgba(255,255,255,0.8);
		padding: 1.2rem 2rem;
		font-size: 1.5rem;
		border: 1px solid #111;
	}
	.area_block .area_list li a:after{
		right: 1.5rem;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: solid 1px #111;
		border-right: solid 1px #111;
	}


	/*---------- modal ----------*/
	body .modaal-container {
		max-width: 100%;
		padding: 1.5rem 1.5rem;
	}

	body .modaal-wrapper .modaal-close {
		width: 85%;
		height: 50px;
		line-height: 50px;
		margin: 3rem auto 0;
	}
	body .modaal-wrapper .modaal-close:after {
		font-size: 1.4rem;
	}


	.modal_list_wrap {
		margin: 0 0 1.5rem;
	}

	.heading_area a {
		padding: 12px 12px;
		font-size: 1.6rem;
	}
	.heading_area a:after{
		right: 1.5rem;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}


	.modal_inner .list_wrap {
		display: none;
	}

	.modal_list li {
		width: calc(33.33% - 0.5rem);
		margin: 0 0.25rem 0.5rem 0.25rem;
	}

	.modal_list li a {
		padding: 1rem 1.5rem;
		font-size: 1.2rem;
		border: 1px solid #111;
	}
	.modal_list li a:after {
		right: 1rem;
		width: 4px;
		height: 4px;
		margin-top: -2px;
		border-top: solid 1px #111;
		border-right: solid 1px #111;
	}

	.modal_inner .acc_btn {
		margin: 1.5rem 0 0;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		position: relative;
	}

	.modal_inner .acc_btn:before,
	.modal_inner .acc_btn:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 14px;
		height: 1px;
		margin-top: -0.5px;
		background: #111;
		transition: all 0.4s;
	}
	.modal_inner .acc_btn:after {
		transform: rotate(90deg);
	}
	.modal_inner .acc_btn.open:before {
		display: none;
	}
	.modal_inner .acc_btn.open::after {
		transform: rotate(180deg);
	}
}





/*--------------------------------------
　search
---------------------------------------*/
.search {
	padding: 8rem 0 0;
}


.search .inner {
	background: #f1f7f8 url("img/search_bg.png") left 3rem top no-repeat;
	background-size: 412px auto;
	padding: 9rem 0;
}
.search .eng_bg:before {
	content: "SEARCH";
	color: #dfebed;
}


.search_block {
	margin: 5rem 0 0;
}

/*----- 検索ボックス -----*/
.search .form01 {
	background-color: #fff;
	width: 530px;
	height: 65px;
	margin: auto;
	box-sizing: border-box;
	border: 2px solid #c0c0c0;
	border-radius: 100px;
	color: #ccc;
}
.search .form01 input {
	background-color: transparent;
	height: 100%;
	box-sizing: border-box;
	vertical-align: top;
	outline: 0;
	margin: 0;
}
.search .input01 {
	width: 470px;
	border: none;
	padding: 0 2rem;
	font-size: 1.8rem;
	font-weight: bold;
}
.search .submit01 {
	background: url("img/search_icon01.png") center center no-repeat;
	background-size: 100% auto;
	width: 30px;
	border: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.search {
		background: url("img/search_bg.png") left 3rem top no-repeat;
		background-size: 60% auto;
		padding: 0 0 0;
	}


	.search .inner {
		background: #f1f7f8 url("img/search_bg.png") left -2rem bottom no-repeat;
		background-size: 55% auto;
		padding: 4rem 1.5rem;
	}


	.search_block {
		margin: 2rem 0 0;
	}

	/*----- 検索ボックス -----*/
	.search .form01 {
		width: 85%;
		height: 45px;
		border: 1px solid #c0c0c0;
	}
	.search .input01 {
		width: 88%;
		padding: 0 1.5rem;
		font-size: 1.4rem;
	}
	.search .submit01 {
		background: url("img/search_icon01.png") center center no-repeat;
		background-size: 100% auto;
		width: 20px;
	}
}





/*--------------------------------------
　skill
---------------------------------------*/
.skill {
	padding: 8rem 0 0;
}


.skill .inner {
	background: #f3eeeb url("img/skill_bg.png") right bottom no-repeat;
	background-size: 544px auto;
	padding: 9rem 6rem 7rem;
}
.skill .eng_bg:before {
	content: "SELECT BY SKILL";
	right: -24rem;
	color: rgba(255,255,255,0.6);
}


.skill_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 5rem 0 0;
}

.skill_block .box {
	width: calc(50% - 1rem);
	margin: 0 0 2rem;
	box-sizing: border-box;
	position: relative;
}

.skill_block .box a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	min-height: 200px;
	border: 1px solid #111;
	overflow: hidden;
	position: relative;
}
.skill_block .box a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #111;
	margin: 5px;
	z-index: 1;
}

.skill_block .box:nth-child(1) a {
	background: url("img/skill_img01.jpg") 0 0 no-repeat;
	background-size: cover;
	box-shadow: 5px 5px 0px 0px #e26aa2;
}
.skill_block .box:nth-child(2) a {
	background: url("img/skill_img02.jpg") 0 0 no-repeat;
	background-size: cover;
	box-shadow: 5px 5px 0px 0px #ff8778;
}
.skill_block .box:nth-child(3) a {
	background: url("img/skill_img03.jpg") 0 0 no-repeat;
	background-size: cover;
	box-shadow: 5px 5px 0px 0px #fede77;
}
.skill_block .box:nth-child(4) a {
	background: url("img/skill_img04.jpg") 0 0 no-repeat;
	background-size: cover;
	box-shadow: 5px 5px 0px 0px #b7de5a;
}
.skill_block .box:nth-child(5) a {
	background: url("img/skill_img05.jpg") 0 0 no-repeat;
	background-size: cover;
	box-shadow: 5px 5px 0px 0px #47cff1;
}

.skill_block .txt_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 58%;
	min-height: 200px;
	margin: 0 0 0 auto;
	padding: 1.5rem 2rem 1.5rem 0;
	box-sizing: border-box;
	position: relative;
}
.skill_block .txt_box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 0 0 0;
	width: 110%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	z-index: 0;
}

.skill_block .ttl {
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: right;
	position: relative;
	z-index: 1;
}
.skill_block .ttl span {
	color: #02b9e7;
	font-size: 2.2rem;
	font-weight: bold;
}

.skill_block .btn-web {
	background: #5acbe9;
	width: 100%;
	max-width: 90%;
	margin: 2rem 0 0 auto;
	padding: 0.8rem 2rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
	position: relative;
}
.skill_block .btn-web:before {
	content: "Check!";
	position: absolute;
	top: -1rem;
	left: -1rem;
	color: #111;
	font-size: 2.2rem;
	font-family: 'La Belle Aurore', cursive;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.skill_block .btn-web:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.skill {
		padding: 0 0 0;
	}


	.skill .inner {
		background: #f3eeeb;
		background-size: 100% auto;
		padding: 4rem 1.5rem 6rem;
	}
	.skill .eng_bg:before {
		right: -10rem;
	}


	.skill_block {
		display: block;
		margin: 3rem 0 0;
	}

	.skill_block .box {
		width: 100%;
		margin: 0 0 1.5rem;
	}
	.skill_block .box:last-child {
		margin: 0 0 0;
	}


	.skill_block .box a {
		min-height: auto;
	}
	.skill_block .box a:after {
		margin: 3px;
	}

	.skill_block .box:nth-child(1) a {
		background: url("img/skill_img01.jpg") 0 0 no-repeat;
		background-size: cover;
		box-shadow: 3px 3px 0px 0px #e26aa2;
	}
	.skill_block .box:nth-child(2) a {
		background: url("img/skill_img02.jpg") 0 0 no-repeat;
		background-size: cover;
		box-shadow: 3px 3px 0px 0px #ff8778;
	}
	.skill_block .box:nth-child(3) a {
		background: url("img/skill_img03.jpg") 0 0 no-repeat;
		background-size: cover;
		box-shadow: 3px 3px 0px 0px #fede77;
	}
	.skill_block .box:nth-child(4) a {
		background: url("img/skill_img04.jpg") 0 0 no-repeat;
		background-size: cover;
		box-shadow: 3px 3px 0px 0px #b7de5a;
	}
	.skill_block .box:nth-child(5) a {
		background: url("img/skill_img05.jpg") 0 0 no-repeat;
		background-size: cover;
		box-shadow: 3px 3px 0px 0px #47cff1;
	}

	.skill_block .txt_box {
		width: 58%;
		min-height: auto;
		padding: 1.5rem 1.5rem 1.5rem 0;
	}

	.skill_block .ttl {
		font-size: 3.5vw;
	}
	.skill_block .ttl span {
		font-size: 5vw;
	}

	.skill_block .btn-web {
		max-width: 90%;
		margin: 1.5rem 0 0 auto;
		padding: 0.5rem 2rem;
		font-size: 1.4rem;
	}
	.skill_block .btn-web:before {
		top: -0.5rem;
		left: -0.5rem;
		font-size: 1.6rem;
	}
	.skill_block .btn-web:after {
		right: 1rem;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
}





/*--------------------------------------
　school
---------------------------------------*/
.school {
	padding: 8rem 0 0;
}


.school .inner {
	background-color: #fff;
	background-image: url("img/school_bg01.png"), url("img/school_bg02.png");
	background-size: 100% auto, 100% auto;
	background-position: left top, left bottom;
	background-repeat: no-repeat, no-repeat;
	padding: 9rem 6rem 7rem;
}
.school .eng_bg:before {
	content: "SCHOOL LIST";
	color: #eee;
}


.school_block {
	display: flex;
	flex-wrap: wrap;
	margin: 5rem 0 0;
	position: relative;
	z-index: 1;
}

.school_block .box {
	background: #fff;
	width: calc(33.33% - 3rem);
	margin: 0 1.5rem 3rem 1.5rem;
	padding: 3rem 2rem;
	box-sizing: border-box;
	border: 1px solid #111;
	box-shadow: 10px 10px 0px 0px #d8d8d8;
	position: relative;
}
.school_block .box:before,
.school_block .box:after {
	content: "";
	position: absolute;
	background: #111;
	width: 90px;
	height: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.school_block .box:before {
	top: 14px;
	left: -30px;
}
.school_block .box:after {
	bottom: 14px;
	right: -30px;
}

.school_block .ttl {
	position: relative;
	text-align: center;
}
.school_block .ttl:after {
	content: "";
	display: block;
	background:linear-gradient(90deg, #f6540c 0%, #f6540c 50%, #111 50%, #111 100%);
	width: 100%;
	height: 1px;
	margin: 1.5rem auto 0;
}

.school_block .ttl a {
	padding: 0 2rem;
	box-sizing: border-box;
	color: #f6540c;
	font-size: 2rem;
	text-align: center;
	position: relative;
	font-weight: bold;
}
.school_block .ttl a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #111;
	border-right: solid 2px #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.school_block .ttl a span {
	font-size: 1.6rem;
}

.school_block .txt {
	margin: 1.5rem 0 0;
}



/*----- アコーディオン -----*/
.accordion_box01 {
	display: none;
}

.accordion_box01 .school_block {
	margin: 0 0 0;
}

.accordion_all01 {
	background: #111;
	max-width: 300px;
	margin: 4rem auto 4rem;
	padding: 2rem 5rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
	position: relative;
	cursor: pointer;
}
.accordion_all01:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.5rem;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.accordion_all01.is-open::after {
	-webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.school {
		padding: 5rem 1.5rem 0;
	}


	.school .inner {
		padding: 4rem 1.5rem 4rem;
	}
	.school .eng_bg:before {
		right: -4rem;
	}


	.school_block {
		display: block;
		margin: 3rem 0 0;
	}

	.school_block .box {
		width: 100%;
		margin: 0 0 2rem 0;
		padding: 2rem 2rem;
		box-shadow: 5px 5px 0px 0px #d8d8d8;
	}
	.school_block .box:before,
	.school_block .box:after {
		width: 60px;
	}
	.school_block .box:before {
		top: 10px;
		left: -20px;
	}
	.school_block .box:after {
		bottom: 10px;
		right: -20px;
	}
	.school_block .box:last-child {
		margin: 0 0 0 0;
	}

	.school_block .ttl:after {
		margin: 1rem auto 0;
	}

	.school_block .ttl a {
		padding: 0 1.5rem;
		font-size: 1.8rem;
	}
	.school_block .ttl a:after{
		border-top: solid 1px #111;
		border-right: solid 1px #111;
	}

	.school_block .ttl a span {
		font-size: 1.3rem;
	}

	.school_block .txt {
		margin: 1rem 0 0;
	}



	/*----- アコーディオン -----*/
	.accordion_box01 .school_block {
		margin: 2rem 0 0;
	}

	.accordion_all01 {
		max-width: 70%;
		margin: 3rem auto 3rem;
		padding: 1.2rem 4rem;
		font-size: 1.5rem;
	}
	.accordion_all01:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
}





/*--------------------------------------
　teach
---------------------------------------*/
.teach {
	padding: 8rem 0 0;
}


.teach .inner {
	background: #efe9e5;
	padding: 9rem 6rem 7rem;
}
.teach .eng_bg:before {
	content: "TEACHING MATERIALS";
	right: inherit;
	left: 18%;
	color: rgba(255,255,255,0.6);
	white-space: inherit;
}


.teach_block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 5rem 0 0;
}

.teach_block .box {
	background:
    linear-gradient(45deg,  transparent 0, #fff 0),
    linear-gradient(135deg, transparent 30px, #fff 30px),
    linear-gradient(225deg, transparent 0, #fff 0),
    linear-gradient(315deg, transparent 0, #fff 0);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
	width: calc(33.33% - 3rem);
	margin: 0 1.5rem 3rem 1.5rem;
	padding: 3rem 3rem;
	box-sizing: border-box;
	position: relative;
}
.teach_block .box:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("img/box_bg01.png") right bottom no-repeat;
	background-size: 100% auto;
	width: 121px;
	height: 121px;
}

.teach_block .ttl {
	text-align: center;
	position: relative;
}
.teach_block .ttl:after {
	content: "";
	display: block;
	background: #111;
	width: 30px;
	height: 2px;
	margin: 1rem auto 0;
}

.teach_block .ttl a {
	display: inline-block;
	padding: 0 2rem;
	font-size: 2rem;
	position: relative;
}
.teach_block .ttl a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #111;
	border-right: solid 2px #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.teach_block .txt {
	margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.teach {
		padding: 5rem 1.5rem 0;
	}


	.teach .inner {
		padding: 4rem 1.5rem 4rem;
	}
	.teach .eng_bg:before {
		left: 4%;
	}


	.teach_block {
		display: block;
		margin: 3rem 0 0;
	}

	.teach_block .box {
		background:
			linear-gradient(45deg,  transparent 0, #fff 0),
			linear-gradient(135deg, transparent 20px, #fff 20px),
			linear-gradient(225deg, transparent 0, #fff 0),
			linear-gradient(315deg, transparent 0, #fff 0);
		background-position: bottom left, top left, top right, bottom right;
		background-size: 50% 50%;
		background-repeat: no-repeat;
		width: 100%;
		margin: 0 0 2rem 0;
		padding: 2rem 2rem;
	}
	.teach_block .box:before {
		background: url("img/box_bg01.png") right bottom no-repeat;
		background-size: 100% auto;
		width: 100px;
		height: 100px;
	}
	.teach_block .box:last-child {
		margin: 0 0 0 0;
	}

	.teach_block .ttl:after {
		width: 22px;
		height: 1px;
	}

	.teach_block .ttl a {
		font-size: 1.8rem;
	}
	.teach_block .ttl a:after{
		border-top: solid 1px #111;
		border-right: solid 1px #111;
	}

	.teach_block .txt {
		margin: 1rem 0 0;
	}
}





/*--------------------------------------
　qa
---------------------------------------*/
.qa {
	padding: 8rem 0 8rem;
}


.qa .inner {
	background: #f1f7f8;
	padding: 9rem 6rem 14rem;
}
.qa .eng_bg:before {
	content: "QUESTION";
	color: #dfebed;
}


.qa_block {
	margin: 5rem 0 0;
}

.qa_block .box {
	margin: 0 0 12rem;
	position: relative;
}
.qa_block .box:after {
	content: "";
	position: absolute;
	top: 0;
	width: 361px;
	height: 193px;
}
.qa_block .box:nth-child(1):after {
	right: 0;
	background: url("img/qa_bg01.png") right 0 no-repeat;
	background-size: 100% auto;
}
.qa_block .box:nth-child(2):after {
	left: 0;
	background: url("img/qa_bg02.png") left 0 no-repeat;
	background-size: 100% auto;
}

.qa_block .box:last-child {
	margin: 0 0 0;
}

.qa_block .img_box {
	width: 55%;
}
.qa_block .box:nth-child(even) .img_box {
	margin: 0 0 0 auto;
}

.qa_block .txt_box {
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255,255,255,0.9);
	width: 70%;
	padding: 4rem 4rem;
	box-sizing: border-box;
	z-index: 1;
}
.qa_block .box:nth-child(even) .txt_box {
	right: inherit;
}

.qa_block .ttl {
	padding: 0 0 1.5rem 0;
	border-bottom: 1px solid #f6540c;
}

.qa_block .ttl a {
	padding: 0 2rem 0 0;
	font-size: 2.5rem;
	position: relative;
}
.qa_block .ttl a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: solid 2px #111;
	border-right: solid 2px #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.qa_block .txt {
	margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.qa {
		padding: 5rem 1.5rem 5rem;
	}


	.qa .inner {
		padding: 4rem 1.5rem 4rem;
	}


	.qa_block {
		margin: 3rem 0 0;
	}

	.qa_block .box {
		margin: 0 0 3rem;
	}
	.qa_block .box:after {
		display: none;
	}

	.qa_block .img_box {
		width: 90%;
		position: relative;
		left: -1.5rem;
	}
	.qa_block .box:nth-child(even) .img_box {
		left: inherit;
		right: -1.5rem;
		margin: 0 0 0 auto;
	}

	.qa_block .txt_box {
		position: relative;
		right: inherit;
		top: inherit;
		width: 90%;
		margin: -5rem 0 0 auto;
		padding: 2rem 2rem;
		z-index: 1;
	}
	.qa_block .box:nth-child(even) .txt_box {
		margin: -5rem auto 0 0;
	}

	.qa_block .ttl {
		padding: 0 0 1rem 0;
	}

	.qa_block .ttl a {
		padding: 0 1.5rem 0 0;
		font-size: 1.8rem;
	}
	.qa_block .ttl a:after{
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: solid 1px #111;
		border-right: solid 1px #111;
	}

	.qa_block .txt {
		margin: 1rem 0 0;
	}
}





/*--------------------------------------
　pr
---------------------------------------*/
.pr {
	background: url("img/pr_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 8rem 0 10rem;
}
.pr:before {
	content: "EXPERIENCE";
	display: block;
	position: absolute;
	top: 4rem;
	right: 0;
	color: rgba(255,255,255,0.2);
	font-size: 15rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	white-space: nowrap;
}


.pr .inner {
	overflow: inherit;
}


.pr .main_ttl .eng_ttl {
	color: #fff;
}

.pr .main_ttl .ttl {
	color: #fff;
}

.pr .main_ttl .ttl span {
	color: #fff;
}


.pr_block {
	background: rgba(0,0,0,0.6);
	max-width: 880px;
	margin: 5rem auto 0;
	padding: 4rem 6rem 5rem;
}

.pr_block .txt {
	color: #fff;
}

.pr_block .link a {
	display: block;
	background: #f4792f;
	max-width: 380px;
	margin: 4rem auto 0;
	padding: 2rem 5rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 100px;
	position: relative;
}
.pr_block .link a:before {
	content: "Check!";
	position: absolute;
	top: -1rem;
	left: -1rem;
	font-size: 3.2rem;
	font-family: 'La Belle Aurore', cursive;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.pr_block .link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pr .btn-link a {
	margin: 4rem 0 0;
	color: #fff;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.pr {
		background: url("img/pr_bg.jpg") center center no-repeat;
		background-size: cover;
		padding: 5rem 1.5rem 6rem;
	}
	.pr:before {
		top: 2.5rem;
		font-size: 6rem;
	}


	.pr_block {
		max-width: 100%;
		margin: 3rem auto 0;
		padding: 3rem 2rem 4rem;
	}

	.pr_block .link a {
		max-width: 90%;
		margin: 2rem auto 0;
		padding: 1.5rem 2rem;
		font-size: 1.4rem;
	}
	.pr_block .link a:before {
		top: -1rem;
		left: 0;
		font-size: 2rem;
	}
	.pr_block .link a:after {
		content: "";
		right: 2rem;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}

	.pr .btn-link a {
		margin: 3rem auto 0;
		color: #111;
	}
}