.intindex .mainbox01:before {
	background-image: url("../img/intindexmain.jpg");
}
.intmenu {
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
}
.intmenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.intmenu ul li {
	width: 46%;
	margin-bottom: 50px;
	position: relative;
}
.intmenu ul li:after {
	content: "";
	opacity: 0;
	transform: translate(0,0);
	position: absolute;
	width: 100px;
	height: 100px;
	right: 30px;
	top: 50px;
	background: url("../img/icon_ee.png") no-repeat center center;
	background-size: contain;
	transition: all .5s;
	transition-delay: .1s;
}
.intmenu ul li:hover:after {
	opacity: 1;
	transform: translate(5px,0);
}
.intmenu ul li a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}
.intmenu ul li .imgbox {
	width: 100%;
	height: 550px;
	position: relative;
}
.intmenu ul li .imgbox:before, .intmenu ul li .imgbox:after  {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 600px;
	transition: all .5s;
}
.intmenu ul li .imgbox:before {
	opacity: 1;
	transform: translate(0,0);
}
.intmenu ul li .imgbox:after {
	opacity: 0;
	transform: translate(-10px,0);
}
.intmenu ul li:hover .imgbox:before {
	opacity: 0;
	transform: translate(10px,0);
}
.intmenu ul li:hover .imgbox:after {
	opacity: 1;
	transform: translate(0,0);
}
.intmenu ul li .textbox {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
}
.intmenu ul li .textbox:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	right: 20px;
	border-style: solid;
	border-width: 0 0 250px 400px;
	border-color: transparent transparent #fff transparent;
}
.intmenu ul li .textbox:after {
	position: absolute;
	content: "";
	bottom: 130px;
	left: 0px;
	transform: rotate(-32deg);
	width: 400px;
	height: 2px;
	background: #9C0043;
}
.intmenu ul li .textbox .p01 {
	font-size: 16px;
	font-weight: 600;
	color: #B60355;
	line-height: 1.4em;
	position: absolute;
	left: 50%;
	top: -20px;
	width: 200px;	
}
.intmenu ul li .textbox .p02 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	position: absolute;
	left: 50%;
	top: 30px;
	width: 200px;
}
.intmenu ul li .textbox .p02 span {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3em;
	display: block;
}








.interview .mainbox {
	width: 100%;
	height: 1px;
	padding: 0 0 42%;
	z-index: 1;
	position: relative;
}

.mainbox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top!important;
	background-attachment: fixed;
	transition: all 1s 1s;
}
.mainbox.eon:before {
	opacity: 1;
}
.int01:before {
	background-image: url("../img/intmain01.jpg");
	background-position: right center;
}
.int02:before {
	background-image: url("../img/intmain02.jpg");
	background-position: right center;
}
.int03:before {
	background-image: url("../img/intmain03.jpg");
	background-position: right center;
}
.int04:before {
	background-image: url("../img/intmain04.jpg");
	background-position: right center;
}
.int05:before {
	background-image: url("../img/intmain05.jpg");
	background-position: right center;
}
.int06:before {
	background-image: url("../img/intmain06.jpg");
	background-position: right center;
}
.int07:before {
	background-image: url("../img/intmain07.jpg");
	background-position: right center;
}
.interview_content {
	position: relative;
	width: 100%;
}
.interview_content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 120px);
	top: 120px;
	left: 0;
	background: url("../img/bg01.png") repeat center top;
	background-size: 50% auto;
	z-index: -5;
}
.intcopy {
	position: absolute;
	bottom: -50px;
	width: 100%;
	text-align: center;
}
.intcopy span {
	display: inline-block;
	margin-bottom: 20px;
	background: #B60355;
	font-size: 40px;
	line-height: 1.4em;
	font-weight: 500;
	color: #FFF;
	padding: 0 10px;
}
.intcopy.sin span {
	transition-delay: 1.5s;
}
.inbox01 {
	width: 100%;
	padding: 20px 0 50px;
}
.inbox01 .p01 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #B60355;
	line-height: 1.6em;
}
.inbox01 .p02 {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.6em;
	padding: 15px 0 0;
}
.inbox01 .p02 span {
	font-size: 16px;
	font-weight: 500;
	display: block;
	line-height: 1.6em;
}
.inbox01 .notes {
   text-align: center;
   padding: 10px 0 0;
}
.interviewbox {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.interviewbox .imgbox {
	width: 50%;
	position: relative;
	z-index: -1;
}
.interviewbox.ib02 .imgbox {
	order: 2;
}
.interviewbox .textwrap {
	width: 50%;
	position: relative;
}
.interviewbox .textbox {
	width: 560px;
	max-width: 560px;
	position: relative;
	top: 100px;
	left: -60px;
	background: #FFF;
	box-sizing: border-box;
	padding: 60px;
	z-index: 2;
}
.interviewbox.ib02 .textbox {
	position: relative;
	left: calc(100% - 500px);
}
.interviewbox .textbox .p01 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6em;
	padding-bottom: 20px;
	color: #B60355;
}
.interviewbox .textbox .p02 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
}
.interviewbox .textbox .p02 sup {
	font-size: 10px;
}
.interviewbox .textbox .p03 {
	font-size: 13px;
	line-height: 1.4em;
	padding: 30px 0 0;
	margin-left: 1.1em;
	text-indent: -1.1em;
}
.interviewbox02 {
	width: 90%;
	max-width: 960px;
	margin: 0 auto -50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
}
.interviewbox02 .doublebox {
	width: 48%;
}
.interview_bottom {
	z-index: -3;
	position: relative;
}
.interviewbox02 .doublebox .p01 {
	font-size: 22px;
	font-weight: 600;
	color: #B60355;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.interviewbox02 .doublebox .p01:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: #B60355;
	bottom: 0;
	left: calc(50% - 15px);
}
.interviewbox02 .doublebox .p01 span {
	display: inline-block;
	text-indent: -9999px;
	padding: 0 10px;
	width: 77px;
	position: relative;
}
.interviewbox02 .doublebox .p01 span:before {
	content: "";
	position: absolute;
	left: 10px;
	top: -25px;
	width: 77px;
	height: 77px;
	background: url("../img/icon_ee.png") no-repeat center center;
	background-size: contain;
}
.interviewbox02 .doublebox .p02 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.interviewbox02 .doublebox .p03 {
	font-size: 16px;
}
.isubmenu {
	width: 100%;
	margin: 50px auto;
	max-width: 900px;
}
.isubmenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.isubmenu ul li {
	width: 30.33%;
	position: relative;
  margin: 0 1.5% 80px;
}
.isubmenu ul li:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	right: -20px;
	bottom: -60px;
	background: url("../img/circlearrow.png") no-repeat center center;
	background-size: contain;
}
.isubmenu ul li a {
	position: absolute;
	display: block;
	width: calc(100% + 30px);
	height: calc(100% + 70px);
	top: 0;
	left: 0;
	z-index: 4;
}
.isubmenu ul li .imgbox {
	width: 100%;
	height: 400px;
	position: relative;
}
.isubmenu ul li .imgbox:before, .isubmenu ul li .imgbox:after  {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	transition: all .5s;
}
.isubmenu ul li .imgbox:before {
	opacity: 1;
	transform: translate(0,0);
}
.isubmenu ul li .imgbox:after {
	opacity: 0;
	transform: translate(-10px,0);
}
.isubmenu ul li:hover .imgbox:before {
	opacity: 0;
	transform: translate(10px,0);
}
.isubmenu ul li:hover .imgbox:after {
	opacity: 1;
	transform: translate(0,0);
}
.isb01 .imgbox:before {
	background-image: url("../img/ppl01off.png");
}
.isb01 .imgbox:after {
	background-image: url("../img/ppl01on.png");
}
.isb02 .imgbox:before {
	background-image: url("../img/ppl02off.png");
}
.isb02 .imgbox:after {
	background-image: url("../img/ppl02on.png");
}
.isb03 .imgbox:before {
	background-image: url("../img/ppl03off.png");
}
.isb03 .imgbox:after {
	background-image: url("../img/ppl03on.png");
}
.isb04 .imgbox:before {
	background-image: url("../img/ppl04off.png");
}
.isb04 .imgbox:after {
	background-image: url("../img/ppl04on.png");
}
.isb05 .imgbox:before {
	background-image: url("../img/ppl05off.png");
}
.isb05 .imgbox:after {
	background-image: url("../img/ppl05on.png");
}
.isb06 .imgbox:before {
	background-image: url("../img/ppl06off.png");
}
.isb06 .imgbox:after {
	background-image: url("../img/ppl06on.png");
}
.isb07 .imgbox:before {
	background-image: url("../img/ppl07off.png");
}
.isb07 .imgbox:after {
	background-image: url("../img/ppl07on.png");
}
.isubmenu ul li .textbox {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
}
.isubmenu ul li .textbox:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	right: 20px;
	border-style: solid;
	border-width: 0 0 200px 250px;
	border-color: transparent transparent #fff  transparent;
}
.isubmenu ul li .textbox:after {
	position: absolute;
	content: "";
	bottom: 100px;
	left: -20px;
	transform: rotate(-38.7deg);
	width: 300px;
	height: 2px;
	background: #9C0043;
}
.isubmenu ul li .textbox .p01 {
	font-size: 16px;
	font-weight: 600;
	color: #B60355;
	line-height: 1.4em;
	position: absolute;
	left: 45%;
	top: 20px;
	width: 200px;
	
}
.isubmenu ul li .textbox .p02 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	position: absolute;
	left: 45%;
	top: 70px;
	width: 200px;
}
.isubmenu ul li .textbox .p02 span {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3em;
	display: block;
}
@media screen and (max-width: 1023px) {
.job .boxwrap01 {
	padding: 80px 0 80px;
}
.intmenu {
	width: 90%;
	margin: 0 auto;
	max-width: 800px;
}
.intmenu ul li {
	width: 46%;
	margin-bottom: 0;
	position: relative;
}
.intmenu ul li:after {
	display: none;
}
.intmenu ul li a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}
.intmenu ul li .imgbox {
	width: 100%;
	height: 400px;
	position: relative;
}
.intmenu ul li .imgbox:before, .intmenu ul li .imgbox:after  {
	width: 100%;
	height: 400px;
	background-size: auto 400px;
}
.intmenu ul li .imgbox:before {
	opacity: 0;
	transform: translate(0,0);
}
.intmenu ul li .imgbox:after {
	opacity: 1;
	transform: translate(-10px,0);
}
.intmenu ul li:hover .imgbox:before {
	opacity: 0;
	transform: translate(10px,0);
}
.intmenu ul li:hover .imgbox:after {
	opacity: 1;
	transform: translate(-10px,0);
}
.intmenu ul li .textbox {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
}
.intmenu ul li .textbox:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	right: 20px;
	border-style: solid;
	border-width: 0 0 250px 350px;
	border-color: transparent transparent #fff transparent;
}
.intmenu ul li .textbox:after {
	position: absolute;
	content: "";
	bottom: 160px;
	left: auto;
	right: -5px;
	transform: rotate(-35.6deg);
	width: 300px;
	height: 2px;
	background: #9C0043;
}
.intmenu ul li .textbox .p01 {
	font-size: 14px;
	font-weight: 600;
	color: #B60355;
	line-height: 1.4em;
	position: absolute;
	left: auto;
	right: -20px;
	top: -40px;
	width: 180px;	
}
.intmenu ul li .textbox .p02 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	position: absolute;
	left: auto;
	right: -20px;
	top: 5px;
	width: 180px;
}
.intmenu ul li .textbox .p02 span {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3em;
	display: block;
}



.interview .mainbox {
	width: 100%;
	height: 400px;
	padding: 0 0 0;
	z-index: 1;
	position: relative;
}

.mainbox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 400px;
	background-position: center top!important;
	background-attachment: fixed;
	transition: all 1s 1s;
}
.intcopy {
	position: absolute;
	bottom: -50px;
	width: 100%;
	text-align: center;
}
.intcopy span {
	margin-bottom: 20px;
	font-size: 30px;
}
.inbox01 {
	width: 100%;
	padding: 60px 0 50px;
}
.inbox01 .p01 {
	font-size: 15px;
}
.inbox01 .p02 {
	font-size: 22px;
}
.inbox01 .p02 span {
	font-size: 15px;
}
.interviewbox {
	width: 80%;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.interviewbox .imgbox {
	width: 100%;
}
.interviewbox.ib02 .imgbox {
	order: 1;
}
.interviewbox.ib02 .textwrap{
	order: 2;
}
.interviewbox .textwrap {
	width: 100%;
	position: relative;
}
.interviewbox .textbox {
	width: 100%;
	max-width: 100%;
	position: relative;
	top: auto;
	left: auto;
	background: #FFF;
	box-sizing: border-box;
	padding: 60px;
}
.interviewbox.ib02 .textbox {
	position: relative;
	left: auto;
}
.interviewbox .textbox .p01 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6em;
	padding-bottom: 20px;
	color: #B60355;
}
.interviewbox .textbox .p02 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
}
.interviewbox02 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
}
.interviewbox02 .doublebox {
	width: 100%;
	margin-bottom: 40px;
}
.interview_bottom {
	z-index: -3;
	position: relative;
}
.interview_bottom img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.interviewbox02 .doublebox .p01 {
	font-size: 22px;
	font-weight: 600;
	color: #B60355;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.interviewbox02 .doublebox .p01:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: #B60355;
	bottom: 0;
	left: calc(50% - 15px);
}
.interviewbox02 .doublebox .p01 span {
	display: inline-block;
	text-indent: -9999px;
	padding: 0 10px;
	width: 77px;
	position: relative;
}
.interviewbox02 .doublebox .p01 span:before {
	content: "";
	position: absolute;
	left: 10px;
	top: -25px;
	width: 77px;
	height: 77px;
	background: url("../img/icon_ee.png") no-repeat center center;
	background-size: contain;
}
.interviewbox02 .doublebox .p02 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.interviewbox02 .doublebox .p03 {
	font-size: 16px;
}
.isubmenu {
	width: 90%;
	margin: 50px auto;
	max-width: 400px;
}
.isubmenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.isubmenu ul li {
	width: 48%;
	margin: 0 0 120px;
	position: relative;
}
.isubmenu ul li:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	bottom: auto;
	top: 230px;
	background: url("../img/circlearrow.png") no-repeat center center;
	background-size: contain;
}
.isubmenu ul li a {
	position: absolute;
	display: block;
	width: calc(100%);
	height: calc(100% + 110px);
	top: 0;
	left: 0;
	z-index: 4;
}
.isubmenu ul li .imgbox {
	width: 100%;
	height: 250px;
	position: relative;
}
.isubmenu ul li .imgbox:before, .isubmenu ul li .imgbox:after  {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 250px;
	transition: all .5s;
}
.isubmenu ul li .imgbox:before {
	opacity: 0;
	transform: translate(0,0);
}
.isubmenu ul li .imgbox:after {
	opacity: 1;
	transform: translate(0,0);
}
.isubmenu ul li:hover .imgbox:before {
	opacity: 0;
	transform: translate(10px,0);
}
.isubmenu ul li:hover .imgbox:after {
	opacity: 1;
	transform: translate(0,0);
}
.isubmenu ul li .textbox {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
}
.isubmenu ul li .textbox:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	right: 20px;
	border-style: solid;
	border-width: 0 0 40px 120px;
	border-color: transparent transparent #fff  transparent;
}
.isubmenu ul li .textbox:after {
	position: absolute;
	content: "";
	bottom: 15px;
	left: auto;
	right: 15px;
	transform: rotate(-18.5deg);
	width: 160px;
	height: 2px;
	background: #9C0043;
}
.isubmenu ul li .textbox .p01 {
	font-size: 13px;
	font-weight: 600;
	color: #B60355;
	line-height: 1.4em;
	position: absolute;
	left: auto;
	right: 5%;
	top: calc(100% + 20px);
	width: 90%;
	
}
.isubmenu ul li .textbox .p02 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	position: absolute;
	left: auto;
	right: 5%;
	top: calc(100% + 60px);
	width: 90%;
}
.isubmenu ul li .textbox .p02 span {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3em;
	display: block;
}
}
@media screen and (max-width: 600px) {
.intmenu ul {
	max-width: 280px;
	margin: 0 auto;
}
.intmenu ul li {
	width: 100%;
	margin-bottom: 0;
	position: relative;
}
.isubmenu ul li .imgbox {
	width: 100%;
	height: 250px;
	position: relative;
}



.interview .mainbox {
	height: 250px;
}

.mainbox:before {
	background-size: auto 250px;
}
.intcopy {
	position: absolute;
	bottom: -20px;
	width: 100%;
	text-align: center;
}
.intcopy span {
	margin-bottom: 5px;
	font-size: 17px;
}
.inbox01 {
	padding: 30px 0 30px;
}
.inbox01 .p01 {
	font-size: 14px;
}
.inbox01 .p02 {
	font-size: 20px;
}
.inbox01 .p02 span {
	font-size: 14px;
}
.interviewbox {
	width: 90%;
	margin: 0 auto 30px;
}
.interviewbox .textbox {
	padding: 30px;
}
.interviewbox.ib02 .textbox {
	position: relative;
	left: auto;
}
.interviewbox .textbox .p01 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
	padding-bottom: 20px;
	color: #B60355;
}
.interviewbox .textbox .p02 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
}
.interviewbox .textbox .p03 {
	font-size: 12px;
	line-height: 1.4em;
	padding: 30px 0 0;
	margin-left: 1.1em;
	text-indent: -1.1em;
}
.interviewbox02 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
}
.interviewbox02 .doublebox {
	width: 100%;
	margin-bottom: 30px;
	padding: 30px 20px;
}
.interview_bottom {
	z-index: -3;
	position: relative;
}
.interview_bottom img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}
.interviewbox02 .doublebox .p01 {
	font-size: 16px;
	font-weight: 600;
	color: #B60355;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.interviewbox02 .doublebox .p01:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background: #B60355;
	bottom: 0;
	left: calc(50% - 15px);
}
.interviewbox02 .doublebox .p01 span {
	display: inline-block;
	text-indent: -9999px;
	padding: 0 10px;
	width: 57px;
	position: relative;
}
.interviewbox02 .doublebox .p01 span:before {
	content: "";
	position: absolute;
	left: 10px;
	top: -18px;
	width: 57px;
	height: 57px;
	background: url("../img/icon_ee.png") no-repeat center center;
	background-size: contain;
}
.interviewbox02 .doublebox .p02 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.interviewbox02 .doublebox .p03 {
	font-size: 14px;
}
.isubmenu {
	width: 90%;
	max-width: 200px;
	margin: 20px auto;
}
.isubmenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.isubmenu ul li {
	width: 100%;
	margin-bottom: 130px;
	position: relative;
}
.isubmenu ul li:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	bottom: auto;
	top: 230px;
	background: url("../img/circlearrow.png") no-repeat center center;
	background-size: contain;
}
.isubmenu ul li a {
	position: absolute;
	display: block;
	width: calc(100%);
	height: calc(100% + 110px);
	top: 0;
	left: 0;
	z-index: 4;
}
.isubmenu ul li .imgbox {
	width: 100%;
	height: 250px;
	position: relative;
}
.isubmenu ul li .imgbox:before, .isubmenu ul li .imgbox:after  {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 250px;
	transition: all .5s;
}
.isubmenu ul li .imgbox:before {
	opacity: 0;
	transform: translate(0,0);
}
.isubmenu ul li .imgbox:after {
	opacity: 1;
	transform: translate(0,0);
}
.isubmenu ul li:hover .imgbox:before {
	opacity: 0;
	transform: translate(10px,0);
}
.isubmenu ul li:hover .imgbox:after {
	opacity: 1;
	transform: translate(0,0);
}
.isubmenu ul li .textbox {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
}
.isubmenu ul li .textbox:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	right: 20px;
	border-style: solid;
	border-width: 0 0 40px 120px;
	border-color: transparent transparent #fff  transparent;
}
.isubmenu ul li .textbox:after {
	position: absolute;
	content: "";
	bottom: 15px;
	left: auto;
	right: 15px;
	transform: rotate(-18.5deg);
	width: 160px;
	height: 2px;
	background: #9C0043;
}
.isubmenu ul li .textbox .p01 {
	font-size: 13px;
	font-weight: 600;
	color: #B60355;
	line-height: 1.4em;
	position: absolute;
	left: auto;
	right: 0%;
	top: calc(100% + 20px);
	width: 90%;
	
}
.isubmenu ul li .textbox .p02 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	position: absolute;
	left: auto;
	right: 0%;
	top: calc(100% + 60px);
	width: 90%;
}
.isubmenu ul li .textbox .p02 span {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3em;
	display: block;
}
}
}




