@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■COMMON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {
	min-width: 1200px;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
}

img {
	max-width:100% !important;
	height:auto;
}
#mv {
	background: url(../images/education/main.jpg) center top;
	background-size: cover;
	margin: 0px 0px 105px;
}
.mainbg {
	width: 100%;
	height: 406px;
	position: absolute;
	top: 0;
	z-index: 1000;
	background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0,42,0,0.5)), color-stop(60%, rgba(0,42,0,0)));
	background: linear-gradient(to right, rgba(0,42,0,0.5) 30%, rgba(0,42,0,0) 60%);
}


@media only screen and (max-width: 1280px) {
  #sec-●● {
    /* PC版　ウィンドウ幅1280px以下のとき */
  }
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
#title {
	margin: 0 0 40px;
}
#mv {
	height: 130px;
	margin: 0px 0px 50px;
}
.mainbg {
	height: 100%;
}

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ページタイトル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media only screen and (max-width: 768px) {
#mv {
}
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■イントロ部分
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-education #intro {
/*	font-size:1.6rem;*/
	text-align:center;
	margin: 0 0 155px;
	line-height:2.1;
}


@media only screen and (max-width: 1280px) {
.page-education #intro {
/*	font-size:1.6rem;*/
	text-align:center;
	margin: 0 0 75px;
}

}

@media only screen and (max-width: 768px) {
.page-education #intro {
	font-size: 1.4rem;
	margin: 0 5% 35px;
	line-height: 1.7;
	text-align: left;
}

}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■.page-education
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.page-education #work .ar_work {
	overflow: visible;
	margin-bottom: 180px;
}
.page-education #work .ar_work:last-child {
	margin-bottom: 190px;
}
.page-education #work .ar_work .tx {
	position:relative;
}
.page-education #work .ar_work:nth-child(odd) {}
.page-education #work .ar_work:nth-child(even) {}
.page-education #work .ar_work .inner2 {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	height: auto !important;
}
/*.page-education #work .ar_work:nth-child(odd) .inner2 {
	padding: 0 0 0 100px
}*/
.page-education #work .ar_work:nth-child(even) .inner2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 0px 0 0;
}

.page-education #work .ar_work .textbox{
	background: -webkit-repeating-linear-gradient(-45deg, #ffffc1, #ffffc1 3px,#fff 3px, #fff 7px);
	background: repeating-linear-gradient(-45deg, #ffffc1, #ffffc1 3px,#fff 3px, #fff 7px);
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 0px 40px 100px;
	width: 1400px;
}
.page-education #work .ar_work:nth-child(odd) .textbox{
    padding: 45px 90px 45px 40px;
    margin: 0px 85px 0 100px;
}
.page-education #work .ar_work:nth-child(even) .textbox{
    padding: 45px 40px 45px 90px;
    margin: 0px 100px 0 85px;
}
.page-education #work .ar_work .title {
	margin-bottom: 25px;
	line-height: 1;
	background: url(../images/title_line1.png) no-repeat left bottom;
}
.page-education #work .ar_work .title .ttl {
	font-size: 3.0rem;
	font-weight:bold;
	color: #48b020;
	padding-bottom: 15px;
}
.page-education #work .ar_work .textbox:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 200%;
}

.page-education #work .ar_work .textbox .img_area {
}
.page-education #work .ar_work .textbox .img_area:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.page-education #work .ar_work .textbox .img_area li {
	float:left;
	margin: 0 15px 0 0;
}
.page-education #work .ar_work .textbox .img_area li:last-child {
	margin: 0;
}
.page-education #work .ar_work .textbox .img_area li img {
	height: 138px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.page-education #work .ar_work .po_img {
    position: relative;
    z-index: 2;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 500px;
	width: 100%;
	height: 320px;
}
.page-education #work .ar_work:nth-child(odd) .po_img {
    margin-left: -100px;
}
.page-education #work .ar_work:nth-child(even) .po_img {
    margin-right: -100px;
}

.page-education #work .ar_work .img {
	position: relative;
	width: 570px;
	height: 380px;
	margin: 0 0 40px;
	margin-top:-100px;
}
.page-education #work .ar_work .img img {
	height: 380px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.page-education #work .ar_work:nth-child(odd) .img p {
	-webkit-box-shadow: -30px 30px rgba(72,176,32,0.5);
	box-shadow: -30px 30px rgba(72,176,32,0.5);
}
.page-education #work .ar_work:nth-child(even) .img p {
	-webkit-box-shadow: 30px 30px rgba(72,176,32,0.5);
	box-shadow: 30px 30px rgba(72,176,32,0.5);
}


/*---------------------------------------------------------------------------
	TAB
---------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
.page-education #work .ar_work {
	overflow: visible;
	margin-bottom: 60px;
}
.page-education #work .ar_work:last-child {
	margin-bottom: 100px;
}
.page-education #work .ar_work .tx {
	position:relative;
}
.page-education #work .ar_work:nth-child(odd) {}
.page-education #work .ar_work:nth-child(even) {}
.page-education #work .ar_work .inner2 {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	height: auto !important;
}
.page-education #work .ar_work:nth-child(odd) .inner2 {
	padding: 0 0 0 100px
}
.page-education #work .ar_work:nth-child(even) .inner2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 100px 0 0;
}

.page-education #work .ar_work .textbox{
	background: -webkit-repeating-linear-gradient(-45deg, #ffffc1, #ffffc1 3px,#fff 3px, #fff 7px);
	background: repeating-linear-gradient(-45deg, #ffffc1, #ffffc1 3px,#fff 3px, #fff 7px);
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 0px 40px 100px;
	width: 100%;
}
.page-education #work .ar_work:nth-child(odd) .textbox{
    padding: 45px 90px 45px 40px;
    margin: 50px 85px 0 0;
}
.page-education #work .ar_work:nth-child(even) .textbox{
    padding: 45px 40px 45px 90px;
    margin: 50px 0 0 85px;
}
.page-education #work .ar_work .title {
	margin-bottom: 25px;
	line-height: 1;
	background: url(../images/title_line1.png) no-repeat left bottom;
}
.page-education #work .ar_work .title .ttl {
	font-size: 3.0rem;
	color: #48b020;
	padding-bottom: 15px;
}
.page-education #work .ar_work .textbox:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 200%;
}

.page-education #work .ar_work .textbox .img_area {
}
.page-education #work .ar_work .textbox .img_area:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
.page-education #work .ar_work .textbox .img_area li {
	float:left;
	margin: 0 15px 0 0;
}
.page-education #work .ar_work .textbox .img_area li:last-child {
	margin: 0;
}
.page-education #work .ar_work .textbox .img_area li img {
	height: 138px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.page-education #work .ar_work .po_img {
    position: relative;
    z-index: 2;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 500px;
	width: 100%;
	height: 320px;
}
.page-education #work .ar_work:nth-child(odd) .po_img {
    margin-left: -100px;
}
.page-education #work .ar_work:nth-child(even) .po_img {
    margin-right: -100px;
}

.page-education #work .ar_work .img {
	position: relative;
	width: 570px;
	height: 380px;
	margin: 0 0 40px;
}
.page-education #work .ar_work .img img {
	height: 380px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.page-education #work .ar_work:nth-child(odd) .img p {
	-webkit-box-shadow: -30px 30px rgba(72,176,32,0.5);
	box-shadow: -30px 30px rgba(72,176,32,0.5);
}
.page-education #work .ar_work:nth-child(even) .img p {
	-webkit-box-shadow: 30px 30px rgba(72,176,32,0.5);
	box-shadow: 30px 30px rgba(72,176,32,0.5);
}
}


/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
.page-education #work .ar_work {
	margin-bottom: 60px;
	margin-left: 5%;
	margin-right: 5%;
}
.page-education #work .ar_work:last-child {
	margin-bottom: 60px;
}
.page-education #work .ar_work .tx {
	position:relative;
}
.page-education #work .ar_work:nth-child(odd) {}
.page-education #work .ar_work:nth-child(even) {}
.page-education #work .ar_work .inner2 {display: block;}
.page-education #work .ar_work:nth-child(odd) .inner2 {padding: 0;}
.page-education #work .ar_work:nth-child(even) .inner2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0;
}

.page-education #work .ar_work .textbox{
	width: auto;
	padding: 0px 0px 20px 50px;
}
.page-education #work .ar_work:nth-child(odd) .textbox{
    padding: 20px 15px;
    margin: 0;
}
.page-education #work .ar_work:nth-child(even) .textbox{
    padding: 20px 15px;
    margin: 0;
}
.page-education #work .ar_work .title {
	margin-bottom: 15px;
}
.page-education #work .ar_work .title .ttl {
	font-size: 2rem;
	padding-bottom: 10px;
}
.page-education #work .ar_work .textbox:before {
}


.page-education #work .ar_work .po_img {
	width: auto;
	height: auto;
	margin: 10px 0 0;
}
.page-education #work .ar_work:nth-child(odd) .po_img {
    margin-left: 0px;
}
.page-education #work .ar_work:nth-child(even) .po_img {
    margin-right: 0px;
}

.page-education #work .ar_work .img {
	position: relative;
	width: auto;
	height: auto;
	margin: -20px 10% 0;
}
.page-education #work .ar_work .img img {
	height: auto;
}
.page-education #work .ar_work:nth-child(odd) .img p {
	-webkit-box-shadow: -10px 10px rgba(72,176,32,0.5);
	box-shadow: -10px 10px rgba(72,176,32,0.5);
}
.page-education #work .ar_work:nth-child(even) .img p {
	-webkit-box-shadow: 10px 10px rgba(72,176,32,0.5);
	box-shadow: 10px 10px rgba(72,176,32,0.5);
}

}
