@charset "utf-8";

.recruit_bg {
	background-color: #fff;
	padding-bottom: 70px;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
}
.mainv {
	background-image: url("../images/recruit/mv.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #fff;
	height: 500px;
	position: relative;
}
.mainv::before {
	background: linear-gradient(to right, rgba(43, 76, 224, 0.35), rgba(51, 51, 51, 0.15), rgba(41, 178, 188, 0.35));
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mainv .copy {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 600px;
	color: #fff;
	text-shadow:0 0 28px #000000;
	font-size: 4.0rem;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
}
.mainv .copy span {
	font-size:10.0rem;
	display: block;
	margin-bottom: 10px;
}
/*.mainv .copy1 {
	position: absolute;
	top: 30px;
	right: 50px;
}
.mainv .copy1 img {
	width: 250px;
}
.mainv .copy2 {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.mainv .copy2 img {
	width: 600px;
}*/

.navy {
	color: #2C3F97;
}

@media screen and (max-width: 767px) {
.mainv {
	height: 200px;
}
.mainv .copy {
	width: 300px;
	top: 30%;
	font-size: 2.0rem;
}
.mainv .copy span {
	font-size: 5.0rem;
}
/*.mainv .copy1 {
	top: 0px;
	right: 10px;
}
.mainv .copy1 img {
	width: 150px;
}
.mainv .copy2 img {
	width: 300px;
}*/
}
@media (min-width: 1500px) {
.mainv {
	height: 600px;
}
}

.main_txt {
	padding: 70px 0;
	text-align: center;
}
.main_txt h1 {
	background: none;
	width: 80%;
	max-width: 1000px;
	margin: 50px auto;
}
.main_txt p {
	font-size: 2.0rem;
	line-height: 1.9;
}
@media screen and (max-width: 767px) {
.main_txt {
	padding: 40px 5%;
}
.main_txt h1 {
	width: 100%;
	margin: 30px auto;
}
.main_txt p {
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
}
.main_txt br {
	display: none;
}
}

/*----------------------------------------------------
	見出し
----------------------------------------------------*/
h2 {
	font-family: 'Noto Serif JP', serif;
	display: block;
	font-size: 2.0rem;
	font-weight: 500;
	color: #2C3F97;
}
h2:before,
h2:after {
    display: none;
}
h2 span {
	display: block;
	position: relative;
	font-size: 6.0rem;
	z-index: 1;
	margin-top: -10px;
	margin-bottom: 30px;
}
.font_s span {
	font-size: 5.0rem;
	padding-top: 30px;
	margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
.font_s span {
	font-size: 3.0rem;
}
}

.midashi_01,
.midashi_02 {
	position: relative;
}
.midashi_01 span::after {
    content: "";
    display: inline-block;
    width: 300px;
    height: 91px;
    background-image: url("../images/recruit/midashi_bg01.svg");
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
}
.midashi_02 span::after {
    content: "";
    display: inline-block;
    width: 217px;
    height: 91px;
    background-image: url("../images/recruit/midashi_bg02.svg");
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
}
.midashi_03 span::after {
    content: "";
    display: inline-block;
    width: 231px;
    height: 91px;
    background-image: url("../images/recruit/midashi_bg03.svg");
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
}

.recruit_sub h1 {
	text-align: center;
	padding-top: 50px;
}
.center span::after {
	left: 0;
	right: 0;
	margin: auto;
}
.recruit_sub h1 {
	font-family: 'Noto Serif JP', serif;
	display: block;
	font-size: 2.0rem;
	font-weight: 500;
	color: #2C3F97;
	background: none;
}
.recruit_sub h1 span {
	display: block;
	position: relative;
	font-size: 6.0rem;
	z-index: 1;
	margin-top: -10px;
}


h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 4.0rem;
	font-weight: 500;
	color: #2C3F97;
	display: block;
	line-height: 1.2;
}
h3 span {
	display: block;
	font-size: 3.0rem;
}

/*----------------------------------------------------
	インタビュー一覧
----------------------------------------------------*/
.ek ul.member li.ek,
.kh ul.member li.kh,
.hk ul.member li.hk
{
	display: none;
}

ul.member {
	justify-content: center;
}
ul.member li {
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	position: relative;
	margin-bottom: 300px;
}
ul.member li:hover {
	transform: translateY(-5px);
}
ul.member li img {
	width: 100%;
	height: auto;
	padding-top: 40px;
}
ul.member li a {
	color: #fff !important;
	text-decoration: none !important;
}

ul.member li .memberNumber {
	position: absolute;
	top: -20px;
	left: 10px;
	font-size: 8.0rem;
	color: #2C3F97;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
}
ul.member li .memberImg {
	z-index: 1;
}
ul.member li .memberTxt {
	position: absolute;
	top: 90%;
	right: -20px;
	z-index: 2;
	background-image: linear-gradient(to right, rgba(60, 189, 198, 1.0), rgba(60, 189, 198, 0.4));
	width: 100%;
	padding: 20px 30px 30px 30px;
	box-sizing: border-box;
}
ul.member li dl dt {
	font-size: 2.8rem;
}
ul.member li dl dd {
	font-size: 1.5rem;
}
.member_more {
    position: relative;
    display: inline-block;
    padding-left: 20px;
	font-size: 1.8rem;
	font-weight: 600;
}
.member_more:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

@media screen and (max-width: 767px) {
ul.member {
	justify-content: flex-start;
}
ul.member li {
	margin-bottom: 250px;
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
}
ul.member li:nth-of-type(2n),
ul.member li:nth-of-type(3n),
ul.member li:nth-of-type(6n)
{
	margin-right: 2%;
}
ul.member li .memberTxt {
	padding: 10px 20px 20px 20px;
}
}

/*----------------------------------------------------
	表示灯について
----------------------------------------------------*/
ul.recruit_about {
	margin-top: -100px;
}
ul.recruit_about li {
	margin: 0 5%;
	width: 40%;
	padding-bottom: 90px;
	position: relative;
}
ul.recruit_about li .more01 {
	position: absolute;
	bottom: 0;
	width: 100%;
}
ul.recruit_about li p {
	font-size: 1.6rem;
}
ul.recruit_about .more01 {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
ul.recruit_about {
	margin-top: 0px;
}
ul.recruit_about li {
	margin: 0 0;
	width: 100%;
}
ul.recruit_about li .more01 {
	position: static;
}
}
.about_ttl {
	display: flex;
	align-items: flex-end;
	min-height: 280px;
}
.about_ttl h3 {
	width: 60%;
}
.about_ttl .img {
	width: 40%;
	padding-bottom: 20px;
}
.about_ttl .img img {
	max-width: 80%;
}
.about_ttl .img2 img {
	max-width: 100%;
}





/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
.more01 a {
	position: relative;
	display: block;
	border: solid 4px #2C3F97;
	font-size: 2.0rem;
	font-weight: 500;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none !important;
	color: #2C3F97 !important;
	transition: 0.3s ease-in-out;
	background-color: #fff;
}
.more01 a .triangle {
	display: inline-block;
	position: absolute;
	top: 30%;
	right: 10px;
	width: 27px;
	height: 26px;
	background: #2c3f97;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.more01 a .triangle::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 3px;
	width: 17.1px;
	height: 16.5px;
	background: #9edade;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transform: translateY(-50%);
}
.more01 a:hover .triangle {
	background: #ffffff;
}
.more01 a:hover {
	background: #9DABEA;
	border: solid 4px #9DABEA;
	color: #fff !important;
}

.more02 a {
	background-color: #FFF790;
	font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
.more02 a {
	font-size: 2.0rem;
}	
}	

.tel:before {
    background:url( "../images/recruit/tel.svg") 0 0 no-repeat;
    -webkit-background-size:24px 30px;
    content:"";
    display:inline-block;
    width:24px;
    height:30px;
	position:relative;
    top:5px;
	margin-right: 10px;
}
.tel:hover:before {
    background:url( "../images/recruit/tel_over.svg") 0 0 no-repeat;
    -webkit-background-size:24px 30px;
}

.mail:before {
    background:url( "../images/recruit/mail.svg") 0 0 no-repeat;
    -webkit-background-size:30px 22px;
    content:"";
    display:inline-block;
    width:30px;
    height:22px;
	position:relative;
    top:0px;
	margin-right: 10px;
}
.mail:hover:before {
    background:url( "../images/recruit/mail_over.svg") 0 0 no-repeat;
    -webkit-background-size:30px 22px;
}


/*----------------------------------------------------
	ポジション
----------------------------------------------------*/
.bumonArea {
	background-color: #e7eaf3;
	width: 90%;
	margin: 50px auto;
	padding: 50px 0;
}
ul.bumon li {
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
}
ul.bumon li dl {
	color: #2C3F97;
}
ul.bumon li dl dt {
	text-align: center;
	margin-bottom: 20px;
	font-size: 3.0rem;
	display: block;
	position: relative;
	z-index: 1;
}
ul.bumon li dl dt::after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 70px;
    background-position: center;
    background-size: contain;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
ul.bumon li dl dt.bgc01::after {
    background-image: url("../images/recruit/bgc01.svg");
}
ul.bumon li dl dt.bgc02::after {
    background-image: url("../images/recruit/bgc02.svg");
}
ul.bumon li dl dt.bgc03::after {
    background-image: url("../images/recruit/bgc03.svg");
}
ul.bumon li dl dd {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
ul.bumon li {
	margin-bottom: 20px;
}	
}
	

/*----------------------------------------------------
	下部ボタン
----------------------------------------------------*/
ul.bottomBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0 0;
}
ul.bottomBtn li {
	width: 46%;
	margin: 0 2%;
}
@media screen and (max-width: 767px) {
ul.bottomBtn {
	display: block;
	padding: 40px 0 0;
}
ul.bottomBtn li {
	width: 100%;
	margin: 0 0 20px;
}
ul.bottomBtn li:last-child {
	margin: 0 0 0px;
}
}


/*----------------------------------------------------
	インタビュー
----------------------------------------------------*/
.interview_tit {
	display: flex;
	margin-top: 100px;
	margin-bottom: 50px;
}
.interview_tit_img {
	width: 45%;
	padding-right: 5%;
	position: relative;
}
.interview_tit_txt {
	width: 50%;
}
@media screen and (max-width: 767px) {
.interview_tit {
	display: block;
}
.interview_tit_img {
	width: 100%;
	padding-right: 0%;
}
.interview_tit_txt {
	width: 100%;
}
}

.interview_tit_img p {
	position: absolute;
	top: -100px;
	left: 10px;
	font-size: 2.0rem;
	color: #2C3F97;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	text-align: center;
}
.interview_tit_img p span {
	display: block;
	font-size: 10.0rem;
}

.interview_tit_txt h2 {
	font-size: 3.8rem;
	color: #333;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}
.interview_tit_txt dl dt {
	font-size: 3.2rem;
	margin-bottom: 10px;
}
.interview_tit_txt dl dd {
	font-size: 1.8rem;
}

.voice p {
	margin-bottom: 1em;
	font-size: 1.7rem;
	line-height: 1.8;
}
.voice h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 5.0rem;
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.voice h3::before {
    content: "";
    display: inline-block;
    width: 93px;
    height: 60px;
    background-position: left top;
    background-size: contain;
	position: absolute;
	top: 0px;
	left: -20px;
	z-index: -1;
    background-image: url("../images/recruit/voice_head.svg");
}
@media screen and (max-width: 767px) {
.interview_tit_img p {
	font-size: 1.6rem;
	top: -60px;
}
.interview_tit_img p span {
	font-size: 7.0rem;
}
.interview_tit_txt h2 {
	font-size: 3.0rem;
	line-height: 1.6;
	margin-top: 10px;
}
.interview_tit_txt dl dt {
	font-size: 2.6rem;
}
.interview_tit_txt dl dd {
	font-size: 1.6rem;
}
.voice h3 {
	font-size: 3.0rem;
}
}



/*----------------------------------------------------
	募集要項
----------------------------------------------------*/

dl.job_outline {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: solid 1px #BEBEBE;
	padding-top: 50px;
}
dl.job_outline dt,
dl.job_outline dd {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
dl.job_outline dt {
	width: 15em;
	color: #2C3F97;
}
dl.job_outline dt span {
	border-left: solid 8px #2C3F97;
	padding-left: 10px;
	font-size: 1.8rem;
}
dl.job_outline dd{
	width: calc(100% - 15em);
}
dl.job_outline dd p {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
}
dl.job_outline dd .large {
	font-size: 1.8rem;
}
dl.job_outline dd ul {
	font-size: 1.6rem;
}
.job_maintxt {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.mgb0 {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) { 
dl.job_outline dt {
	width: 100%;
    padding-bottom: 0;
    margin-bottom: 10px;
}
dl.job_outline dt:nth-last-child(2) {
    margin-bottom: 10px;
}
dl.job_outline dd{
    width: 100%;
    margin-bottom: 20px;
}
dl.job_outline dd:last-child{
    margin-bottom: 0;
}
}


/*----------------------------------------------------
	データでわかる表示灯
----------------------------------------------------*/
.head_txt {
	font-size: 2.0rem;
	text-align: center;
}
.head_img {
	text-align: center;
	width: 90%;
	margin: 30px auto 0;
}
.head_img img {
	max-width: 100%;
}
@media only screen and (max-width: 767px) { 
.head_txt {
	font-size: 1.6rem;
	text-align: left;
}
}

.dot_tit {
	color: #2C3F97;
	font-size: 4.0rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-top: 0px;
}
.dot_tit:before, .dot_tit:after {
	content: "";
	flex-grow: 1;
	border-top: 4px dotted #2C3F97;
	display: block;
}
.dot_tit:before {
	margin-right: .4em;
}
.dot_tit:after {
	margin-left: .4em;
}

.data h2 {
	color: #2C3F97;
	font-size: 2.0rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.data h2 span {
	font-size: 1.4rem;
	display: block;
	font-weight: 300;
	margin-top: 1px;
}


.data01 {
	text-align: center;
	position: relative;
}
.data01 ul li div {
	font-size: 5.0rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}
.data01 ul li span {
	
}
.data01 ul li em.em01 {
	font-size: 1.6rem;
	font-style: normal;
	display: block;
}
.data01 ul li em.em02 {
	font-size: 3.0rem;
	font-style: normal;
}
@media only screen and (max-width: 767px) { 
.data01 ul li div {
	font-size: 3.0rem;
}
.data01 ul li span {
	font-size: 3.0rem;
}
.data01 ul li em br {
	display: none;
}
.data01 ul li em.em01,
.data01 ul li em.em02 {
	font-size: 1.5rem;
}
}

.data01 ul li:nth-child(1) {
	position: absolute;
	top: 0%;
	left: 58%;
}
.data01 ul li:nth-child(2) {
	position: absolute;
	top: 40%;
	left: 80%;
}
.data01 ul li:nth-child(3) {
	position: absolute;
	top: 60%;
	left: 65%;
}
.data01 ul li:nth-child(4) {
	position: absolute;
	top: 60%;
	left: 20%;
}
.data01 ul li:nth-child(5) {
	position: absolute;
	top: 30%;
	left: 10%;
}
.data01 ul li:nth-child(6) {
	position: absolute;
	top: 8%;
	left: 25%;
}
@media only screen and (max-width: 767px) { 
.data01 ul li:nth-child(1),
.data01 ul li:nth-child(2),
.data01 ul li:nth-child(3),
.data01 ul li:nth-child(4),
.data01 ul li:nth-child(5),
.data01 ul li:nth-child(6)
{
	position: static;
}
.data01 ul li {
	margin-bottom: 10px;
}
}

.arrow_box01,
.arrow_box02,
.arrow_box03
{
    position:relative;
    background:#405AD0;
    padding:15px 15px;
    text-align:left;
    color:#ffffff;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
}
.arrow_box01:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(64, 90, 208, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-right-color:#405AD0;
    right:100%;
    top:50%;
}
.arrow_box02:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(64, 90, 208, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -10px;
    border-left-color:#405AD0;
    left:100%;
    top:50%;
}
.arrow_box03:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(90, 230, 40, 0);
    border-top-width:43px;
    border-bottom-width:43px;
    border-left-width:13px;
    border-right-width:13px;
    margin-left: -13px;
    border-top-color:#405AD0;
    top:100%;
    left:50%;
}
@media only screen and (max-width: 767px) { 
.arrow_box01:after,
.arrow_box02:after,
.arrow_box03:after
{
    display: none;
}	
}


.data02 {
	text-align: center;
	position: relative;
	color: #2C3F97;
}
.data02 ul li div {
	font-size: 5.0rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	color: #2C3F97;
}
.data02 ul li p {
	font-size: 1.2rem;
	text-shadow: 0 0 15px #ffffff;
}
.data02 ul li span {

}

.data02 ul li em.em01 {
	font-size: 2.0rem;
	font-style: normal;
	display: block;
}
.data02 ul li em.em02 {
	font-size: 1.8rem;
	font-style: normal;
}
.data02 ul li em sub {
	font-size: 1.2rem;
	vertical-align: bottom;
	position: relative;
	bottom: 0;
}
@media only screen and (max-width: 767px) { 
.data02 ul li div {
	font-size: 3.0rem;
}
.data02 ul li span {
	font-size: 3.0rem;
}
.data02 ul li em.em01,
.data02 ul li em.em02 {
	font-size: 1.5rem;
}
}

.data02 ul li:nth-child(1) {
	position: absolute;
	top: 25%;
	left: 65%;
}
.data02 ul li:nth-child(2) {
	position: absolute;
	top: 57%;
	left: 60%;
}
.data02 ul li:nth-child(3) {
	position: absolute;
	top: 38%;
	left: 10%;
}
.data02 ul li:nth-child(4) {
	position: absolute;
	top: 15%;
	left: 20%;
}
@media only screen and (max-width: 767px) { 
.data02 ul li:nth-child(1),
.data02 ul li:nth-child(2),
.data02 ul li:nth-child(3),
.data02 ul li:nth-child(4)
{
	position: static;
}
.data02 ul li {
	margin-bottom: 10px;
}
}

.arrow_box04 {
    position:relative;
	background-color: rgba(255, 244, 96, 0.68);
    padding:10px;
    text-align:left;
    border:5px solid #3F729B;
    color:#666666;
}
.arrow_box04:after,.arrow_box04:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_box04:after{
    border-color: rgba(238, 238, 238, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-right-color:#fff460;
}
.arrow_box04:before{
    border-color: rgba(63, 114, 155, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -15px;
    margin-right: 5px;
    border-right-color:#3F729B;
}

.arrow_box05 {
    position:relative;
    background-color: rgba(209, 255, 154, 0.68);
    padding:10px;
    text-align:left;
    border:5px solid #3F729B;
    color:#666666;
}
.arrow_box05:after,.arrow_box05:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_box05:after{
    border-color: rgba(238, 238, 238, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-right-color:#e0ffba;
}
.arrow_box05:before{
    border-color: rgba(63, 114, 155, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -15px;
    margin-right: 5px;
    border-right-color:#3F729B;
}

.arrow_box06 {
    position:relative;
    background-color: rgba(209, 255, 154, 0.68);
    padding:10px;
    text-align:left;
    border:5px solid #3F729B;
    color:#666666;
}
.arrow_box06:after,.arrow_box06:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow_box06:after{
    border-color: rgba(238, 238, 238, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-left-color:#e0ffba;
}
.arrow_box06:before{
    border-color: rgba(63, 114, 155, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -15px;
    margin-left: 5px;
    border-left-color:#3F729B;
}


.arrow_box07 {
    position:relative;
    background-color: rgba(255, 244, 96, 0.68);
    padding:10px;
    text-align:left;
    border:5px solid #3F729B;
    color:#666666;
}
.arrow_box07:after,.arrow_box07:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow_box07:after{
    border-color: rgba(238, 238, 238, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-left-color:#fff460;
}
.arrow_box07:before{
    border-color: rgba(63, 114, 155, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -15px;
    margin-left: 5px;
    border-left-color:#3F729B;
}
@media only screen and (max-width: 767px) { 
.arrow_box04:after,
.arrow_box04:before,
.arrow_box05:after,
.arrow_box05:before,
.arrow_box06:after,
.arrow_box06:before,
.arrow_box07:after,
.arrow_box07:before
{
    display: none;
}	
}









