@charset "UTF-8";
html {
	max-width: 100%;
}

.l-container {
	background: #DDEFE3;
}

.footer__head,
.footer-nav,
.footer__note {
	max-width: 667px;
	margin: 0 auto;
}

.p-nav {
	padding: 0.5em 0 1em;
}

.p-nav__list {
	max-width: 667px;
	margin: 2em auto 0;
	width: 100%;
	padding: 0 0 1em;
}

.p-nav__list {
  padding: 7px 0 2px 7px;
}

.p-nav__list a {
	background: none;
	border: none;
	padding: 0 0.5% 0;
}

	.p-nav__item:nth-child(1), .p-nav__item:nth-child(2) {
		margin-bottom: 0em;
	}

.p-nav__list a:before {
	background: none;
	display: none;
}

.p-nav__list span {
	text-align: center;
	display: block;
	padding: 0 2% 2%;
}



/*
ï¿?Cï¿½ï¿½ï¿?n
///////////////////////////////////////*/

#iroha {
	max-width: 667px;
	margin: 0 auto;
	position: relative;
}

#iroha p.text01 {
	position: absolute;
	top: 46.5%;
	left: 6%;
	width: 59%;
}

#iroha p.text02 {
	position: absolute;
	top: 84.5%;
	left: 6%;
	width: 59%;
}

#iroha p.iroha_btn01 {
	bottom: 43%;
	position: absolute;
	left: 17.5%;
	width: 35%;
}

#iroha p.iroha_btn02 {
	bottom: 5%;
	position: absolute;
	left: 17.5%;
	width: 35%;
}

/*
ï¿½Ò?Wï¿½ï¿½
///////////////////////////////////////*/

#editors .section_wrap div {
	border: 2px solid #169742;
	padding: 1.5em;
}

#editors .section_wrap div h3 {
	border-bottom: 2px solid #999;
	font-size: 125%;
}

#editors .section_wrap div h3:after {
	width: 5em;
	content: "";
	border-bottom: 4px solid #9cd2ae;
	display: block;
	position: relative;
	margin-bottom: -2px;
}

#editors .section_wrap div ul {
	list-style: none;
	margin-top: 1em;
}

.more_list a {
	text-decoration: underline;
}

.experience__list {
	margin-top: 1em;
}

/*
ï¿?Cï¿½ï¿½ï¿?^ï¿?rï¿½ï¿½ï¿?[ï¿?n
///////////////////////////////////////*/

p.catch {
	font-size: 125%;
	text-align: left;
	margin: 1em 0 0.5em;
}

.interview_list {
	list-style: none;
	position: relative;
}

.interview_list li a {
	border: 2px solid #999;
	display: block;
	padding: 1em;
	margin: 1em;
}

.interview_list li a:hover {
	color: #000;
	opacity: 0.6;
}

.interview_list li a strong,
.interview_list li a img,
.interview_list li a em,
.interview_list li a span {
	display: block;
}

.interview_list li a strong.corp_name {
	padding-bottom: 0.5em;
}

.interview_list li a .read {
	clear: both;
	padding-top: 0.5em;
	border-top: 2px solid;
	box-sizing: border-box;
}

.interview_list li a img {
	width: 40%;
	float: left;
	margin-bottom: 0.5em;
}

.interview_list li a em {
	font-style: normal;
	font-weight: bold;
	margin-left: 42%;
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
	margin-bottom: 0.5em;

}

.interview_list li a span {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
	height: 4.5em;
}

#obog .more_list a,
#obog .interview_list li a strong {
	color: #fa2e5e;
}

#talent .more_list a,
#talent .interview_list li a strong {
	color: #00539d;
}

#work .more_list a,
#work .interview_list li a strong {
	color: #008c33;
}

#jinji .more_list a,
#jinji .interview_list li a strong {
	color: #ff7e00;
}

#jinji .interview_list li a .read {
	border-top: 2px solid #ff7e00;
}

.section_wrap .more_list a {
	font-weight: bold;
}

.interview_title {
	border: solid #0d5f29;
	border-width: 2px 12px;
	background: #169742;
	text-align: center;
	position: relative;
	color: #fff;
	padding: 0.35em 0;
	font-size: 180%;
	line-height: 1.35;
	overflow: hidden;
}
/*
.interview_title:after {
	background: #169742;
	display: block;
	top: 0%;
	left: 2.5%;
	content: "";
	width: 95%;
	height: 100%;
	position: absolute;
}
*/
.interview_title span {
	display: block;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	z-index: 2;
	position: relative;
}

.interview_caption {
	margin: 1em 0;
}

@media all and (-ms-high-contrast: none) {

	.interview_list li a em,
	.interview_list li a span {
		height: 4.5em;
		position: relative;
		overflow: hidden;
	}

	.interview_list li a em:after,
	.interview_list li a span:after,
	.interview_list li a em:before,
	.interview_list li a span:before {
		position: absolute;
		background: #fff;
		text-align: right;
		width: 1.25em;
		height: 1.5em;
	}


	.interview_list li a em:before,
	.interview_list li a span:before {
		content: "\02026";
		bottom: 0;
		right: 0;
	}

	.interview_list li a em:after,
	.interview_list li a span:after {
		content: "";
		width: 100%;
		height: 100%;
	}

}

.regist {
  font-weight: bolder;
  color: black !important;
}

.update-info-header {
  background: #e8db3c;
  height: 45px;
  padding: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.icon04 {
  width: 28px;
  height: 19px;
}

.icon05{
  width: 29px;
  height: 29px;
}

.update-info-title {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #073d7e;
}

.event-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.new_main {
  background: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.new_main ul {
  list-style: none;
  list-style-type: none;
  padding-top: 10px;
  padding-left: 10px;
}

.event_main ul {
  list-style: none;
  list-style-type: none;
  margin-top: 1em;
  padding-left: 10px;
}

.new_main li {
  padding-bottom: 15px;
}


.new_main strong {
  display: block;
  color: #888;
}


.new_main strong:before {
  content: "\25B6";
  transform: scale(0.8, 0.6);
  color: #888;
  display: inline-block;
}

.comp_title {
  font-weight: bold;
  color: #169742;
}

.comp_names {
  display: block;
  overflow: hidden;
}

.event_main {
  background: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.event-header {
  padding: 10px;
  height: 45px;
  background: #073d7e;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.event-content-title {
  background: #8aced4;
  height: 23px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-top: 2px;
}
.event-content-sub {
  font-size: 14px;
}

.update-content  {
  height: 245px;
  font-size: 14px;
  overflow-y: auto;
}

.update-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.update-content a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.event-content {
  height: 245px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.p-nav_info {
  width:  100%;
  background-color: #9cd2ae;
}
@media screen and (min-width: 667px) {

	.top_info {
		max-width: 667px;
		margin: 0 auto;
		padding: 1em 0;
	}

  .first-li {
    padding-right: 6px;
  }

  .scd-li {
    padding-left: 6px;
  }


	.p-nav__list {
		margin: 0em auto 0;
		padding: 0.5em 1em 1em;
	}

	.p-nav__list li.p-nav__item {
		margin: 0;
	}

  .p-nav__item {
    width: 210px;
    height: 70px;
  }

  .arrow_anker {
    width: 14px;
    height: 7px;
    position: absolute;
    bottom: -40px;
  }

  .p-nav__item {
    position: relative;
    border-color: #009945;
    border-width: 3px;
    border-style: solid;
    border-radius: 6px;
    background: #fff;
  }

  .item_1 .main_icon {
    position: absolute;
    left: 12px;
    top: -10px;
    width: 30px;
    height: 30px;
  }

  .item_1 span {
    position: absolute;
    left: 40px;
    top: -10px;
    font-size: 14px;
    color: #0b773a;
  }

  .item_2 .main_icon {
    position: absolute;
    left: 40px;
    top: -10px;
    width: 30px;
    height: 30px;
  }

  .item_2 span {
    position: absolute;
    left: 80px;
    top:0px;
    font-size: 14px;
    color: #0b773a;
  }

  .item_3 .main_icon {
    position: absolute;
    left: 25px;
    top: -10px;
    width: 30px;
    height: 30px;
  }

  .item_3 span {
    position: absolute;
    left: 65px;
    top:0px;
    font-size: 14px;
    color: #0b773a;
  }


  .u-info {
    max-width: 667px;
    display: flex;
    list-style-type: none;
    margin: auto;
    padding-bottom: 10px;
  }

  .l-info {
    width: 49.8%;
  }

	.experience-detail__faculty {
		font-size: 200%;
	}

	#editors .section_wrap {
		padding: 1em;
	}

	.interview_list li {
		width: 50%;
		float: left;
	}

	#obog p.more_list,
	#talent p.more_list,
	#jinji p.more_list,
	#work p.more_list {
		margin: 0.5em 0 1em;
		text-align: center;
		font-size: 150%;
		clear: both;
	}

	#iroha p.text {
		font-size: 120%;
	}

	#work .more_list {
		margin: 0.5em 0 0 !important;
	}

}

@media print {
  .item_1 .main_icon {
    position: absolute;
    left: 12px;
    top: 5px;
    width: 30px;
    height: 30px;
  }
  .item_1 {
    width: 100%;
  }

  .p-nav__item:nth-child(1), .p-nav__item:nth-child(2) {
		margin-bottom: 0.5em;
	}

  .p-nav__item {
    position: relative;
    border-color: #009945;
    border-width: 3px;
    border-style: solid;
    border-radius: 6px;
    background: #fff;
    height: 50px;
    padding-top: 2px;
  }

  .item_1 span {
    font-size: 14px;
    color: #0b773a;
  }

  .item_2 .main_icon {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
  }

  .item_2 span {
    font-size: 14px;
    color: #0b773a;
  }

  .item_3 .main_icon {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
  }

  .item_3 span {
    font-size: 14px;
    color: #0b773a;
  }

  .arrow_anker {
    width: 14px;
    height: 7px;
    position: absolute;
    bottom: -40px;
    right: 9px;
    top: 17px;
  }

  
  .u-info {
    max-width: 667px;
    display: flex;
    list-style-type: none;
    margin: auto;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 667px) {

	.experience-detail__faculty {
		font-size: 150%;
	}

	.top_info {
		padding: 0 1em 1em;
	}

	.p-nav__list {
		margin: 0 0.5em;
		width: auto;
		padding: 0.75em 2.5% 0;
	}

  .arrow_anker {
    width: 14px;
    height: 7px;
    position: absolute;
    bottom: -40px;
    right: 9px;
    top: 17px;
  }

  .item_1 {
    width: 100%;
  }

  .l-info {
    width: 100%;
  }

  .p-nav__item {
    position: relative;
    border-color: #009945;
    border-width: 3px;
    border-style: solid;
    border-radius: 6px;
    background: #fff;
    height: 50px;
    padding-top: 2px;
  }

  .item_1 .main_icon {
    position: absolute;
    left: 12px;
    top: 5px;
    width: 30px;
    height: 30px;
  }

  .u-info {
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    list-style-type: none;

  }

  .item_1 span {
    font-size: 14px;
    color: #0b773a;
  }

  .item_2 .main_icon {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
  }

  .item_2 span {
    font-size: 14px;
    color: #0b773a;
  }

  .item_3 .main_icon {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
  }

  .item_3 span {
    font-size: 14px;
    color: #0b773a;
  }

	.p-nav__item:nth-child(1) {
		margin-bottom: 0.5em;
	}

	#editors .section_wrap {
		margin: 0 1em;
		padding: 1em;
	}

	.section_wrap {
		margin: 1em;
		padding: 1em;
	}

	.section_wrap h2 span,
	.section_wrap h3 span {
		font-size: 2.5vh;
	}

	.interview_list li a {
		margin: 1em 0;
	}

	.interview_list li:nth-child(n+3) {
		display: none;
	}

	#obog p.more_list,
	#talent p.more_list,
	#jinji p.more_list,
	#work p.more_list {
		text-align: center;
		font-size: 4.5vw;
		margin: 0.5em 0 1.5em;
	}

	#iroha p.text {
		font-size: 75%;
		line-height: 1.3;
	}

	#jinji .more_list {
		margin: 0.5em 0 0 !important;
	}

	p.catch {
		font-size: 85%;
	}

	.experience-detail__faculty {
		font-size: 115%;
	}

}

/*
ï¿?Vï¿½ï¿½ï¿½ï¿½ï¿?
////////////////////////////////////// */


#news {
	margin: 0 auto;
	padding: 1px 0;
}

#news .section_wrap {
	padding: 1em 1.5em;
}

#news .section_wrap div h3 {
	border-bottom: 2px solid #999;
	font-size: 125%;
}

#news .section_wrap div h3:after {
	width: 5em;
	content: "";
	border-bottom: 4px solid #169742;
	display: block;
	position: relative;
	margin-bottom: -2px;
}

#news .section_wrap div ul {
	list-style: none;
	margin-top: 1em;
}

#news .section_wrap div ul li {
	padding: 0.25em 0;
	border-bottom: 1px dashed #ababab;
}

#news .section_wrap div ul li:first-child {
	padding-top: 0;
}

#news .section_wrap div ul li:last-child {
	border: none;
	padding: 0.5em 0 0;
}

#news .section_wrap div ul li a {
	display: block;
}

#news .section_wrap div ul li a strong:before {
	content: "\25B6";
	transform: scale(0.8, 0.6);
	color: #888;
	display: inline-block;
}

#news .section_wrap div ul li a strong {
	display: block;
	color: #888;
}

#news .section_wrap div ul li a strong > span {
	font-weight: bold;
	color: #169742;
}

#news .section_wrap div ul li a > span {
}

/*
2020.06 add
////////////////////////////////////// */

.mtb {
	margin-top: 0;
	margin-bottom: 0;
}

.mt {
	margin-top: 0;
}

/*
ï¿?sï¿?bï¿?Nï¿?Aï¿?bï¿?vï¿½ï¿½ï¿?
////////////////////////////////////// */

#pickup {
	position: relative;
}

#pickup > div {
	border: 2px solid #ee7a2f;
	border-top: 3em solid #ee7a2f;
}

#pickup > div:after {
	display: block;
	content: "";
	background: #f9b285;
	height: 1.5em;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#pickup > div img.side {
	position: absolute;
	z-index: 3;
	right: 0.75em;
	top: 0.5em;
	height: 2em;
	width: auto;
}

#pickup > div h2 {
	background: #fff;
	padding: 0.25em 0.5em;
	border-radius: 0.5em 0.5em 0 0;
	top: -2em;
	display: inline-block;
	z-index: 2;
	position: relative;
	left: 0.5em;
	font-size: 125%;
}

#pickup > div p {
	margin: -2em 0.75em 0.75em;
	position: relative;
}

#pickup > div p a {
	display: block;
}

#pickup > div p a strong {
	display: block;
	font-size: 110%;
}

#pickup > div p a strong small {
}

#pickup > div p a span {
	border-top: 2px solid #ee7a2f;
	display: block;
}

/*
ï¿½ï¿½ï¿½Ú?ï¿½Æ?ï¿½ï¿½W
////////////////////////////////////// */

#chumoku {
	position: relative;
	margin-top: 12px;
}

#chumoku > div {
	border: solid #f6438e;
	border-width: 3em 2px 2px;
	padding-bottom: 2em;
}

#chumoku > div:after {
	display: block;
	content: "";
	background: #f287b4;
	height: 1.5em;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#chumoku > div img.side {
	position: absolute;
	z-index: 3;
	right: 0.75em;
	top: 0.5em;
	height: 2em;
	width: auto;
}

#chumoku > div h2 {
	background: #fff;
	padding: 0.25em 0.5em;
	border-radius: 0.5em 0.5em 0 0;
	top: -2em;
	display: inline-block;
	z-index: 2;
	position: relative;
	left: 0.5em;
	font-size: 125%;
}

#chumoku > div p {
	margin: -2em 0.75em 0.75em;
	position: relative;
}


#chumoku .chumoku_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: -1.5em 0.75em;
}

#chumoku .chumoku_list li a {
	border: 2px solid #666666;
	display: block;
	padding: 0.75em;
}

#chumoku .chumoku_list li a img {
	width: 95px;
	float: left;
	padding-bottom: 0.5em;
}

#chumoku .chumoku_list li a strong {
	font-size: 110%;
	margin-left: 105px;
	display: block;
	padding-bottom: 0.5em;
}

#chumoku .chumoku_list li a span {
	display: block;
	padding-top: 0.5em;
	border-top: 2px solid #f6438e;
	clear: both;
}

@media screen and (min-width: 667px) {

	#chumoku .chumoku_list li:nth-child(odd):last-child {
		width: 100%;
	}

	#chumoku .chumoku_list li:nth-child(odd):last-child span {
		display: block;
		padding-top: 0.5em;
		border-top: 2px solid #f6438e;
		margin-left: 105px;
		clear: none;
	}

	#chumoku .chumoku_list li {
		list-style: none;
		width: 49%;
		display: block;
		margin-bottom: 0.75em;
	}

	#chumoku .chumoku_list li:nth-child(even) {
		margin-left: 2%;
	}

}

@media screen and (max-width: 667px) {

	#chumoku .chumoku_list li {
		list-style: none;
		width: 100%;
		display: block;
		margin-bottom: 0.75em;
	}


	#pickup > div img.side {
		top: 1em;
		width: 70px;
		height: 20px;
	}

	#chumoku > div img.side {
		top: 1em;
		width: 150px;
		height: 20px;
	}

}

/*
ï¿?Cï¿½ï¿½ï¿?^ï¿?[ï¿½ï¿½ï¿?Vï¿?bï¿?vï¿?Eï¿?dï¿½ï¿½ï¿½Ì?ï¿½ï¿½ï¿?tï¿½ï¿½ï¿?
////////////////////////////////////// */

#internship {
	position: relative;
	margin-top: 1em;
}

#internship > div {
	border: solid #41cedb;
	border-width: 3em 2px 2px;
}

#internship > div p.side {
	position: absolute;
	z-index: 3;
	right: 0.75em;
	top: 0.5em;
	height: 2em;
	width: auto;
	margin: 0;
}

#internship > div:after {
	display: block;
	content: "";
	background: #a5f7ff;
	height: 1.5em;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#internship > div h2 {
	background: #fff;
	padding: 0.25em 0.5em;
	border-radius: 0.5em 0.5em 0 0;
	top: -2em;
	display: inline-block;
	z-index: 2;
	position: relative;
	left: 0.5em;
	font-size: 125%;
}

#internship > div p {
	margin: -2em 0.75em 0.75em;
	position: relative;
}

#internship > div .internship_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: -1.5em 0.75em;
	list-style: none;
}

#internship > div .internship_list li a {
	border-top: 10px solid #41cedb;
	display: block;
	padding: 0.75em;
	width: 100%;
}

#internship > div .internship_list li a strong {
	line-height: 1.15;
	color: #0a5d9d;
	font-size: 110%;
	font-weight: bold;
	display: block;
	padding-bottom: 0.5em;
}

#internship > div .internship_list li a span.info {
	border-top: 2px solid #666666;
	padding-top: 0.5em;
	display: block;
	padding-bottom: 1.5em;
}

#internship > div .internship_list li a span.info.other {
	padding-bottom: 0;
}

#internship > div .internship_list li a span.info.other:after {
	content: "\305D\306E\4ED6\65E5\7A0B\3042\308A";
	display: inline-block;
}


#internship > div .internship_list li a span.info > span {
	display: block;
}

#internship > div .internship_list li a span.info > span.more {
	position: absolute;
	right: 0.75em;
	bottom: 0.75em;
}

#internship > div p.more {
	margin: 1.25em 0.75em 0.5em;
	text-align: right;
}

#internship > div .internship_list li a span.info span.more:before,
#internship > div p.more a:before {
	content: "\25B6";
	transform: scale(0.8, 0.6);
	color: #41cedb;
	display: inline-block;
}

@media screen and (min-width: 667px) {

	#internship > div .internship_list li {
		border: 2px solid #666666;
		list-style: none;
		width: 49%;
		position: relative;
		display: block;
		margin-bottom: 0.75em;
	}

	#internship > div .internship_list li:nth-child(even) {
		margin-left: 2%;
	}

	#internship > div .internship_list li.dummy {
		background: url(../images/top/ume_bg.png) right bottom no-repeat;
		border: 2px solid #ff7a2a;
	}

	#internship > div .internship_list li.dummy a {
		border: 0;
		padding: 0;
	}

}

@media screen and (max-width: 667px) {


	#internship > div {
		border: solid #41cedb;
		border-width: 4.5em 2px 2px;
	}

	#internship > div h2 {
		padding: 0.25em 0.5em 0.5em;
		top: -6%;
	}

	#internship > div p.side {
		top: 1.75em;
	}

	#internship > div:after {
		display: block;
		content: "";
		background: #a5f7ff;
		height: 2.25em;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}

	#internship > div h2 {
		line-height: 1.1;
		top: -2.75em;
	}

	#internship > div .internship_list li {
		border: 2px solid #666666;
		list-style: none;
		width: 100%;
		position: relative;
		display: block;
		margin-bottom: 0.75em;
	}

	#internship > div .internship_list li.dummy {
		display: none;
	}

}



/*
ï¿?vï¿½ï¿½ï¿?Gï¿½ï¿½ï¿?gï¿½ï¿½ï¿?[ï¿½ï¿½??ï¿½ï¿½
////////////////////////////////////// */

#preentry {
	position: relative;
	margin-top: 1em;
}

#preentry > div {
	border: solid #4ac677;
	border-width: 3em 2px 2px;
	background: url(../images/top/pre_bg.png) bottom no-repeat;
	background-size: 100%;
	height: 390px;
}

#preentry > div h2 {
	position: absolute;
	z-index: 3;
	left: 0.75em;
	top: 0.5em;
	height: 2em;
	width: auto;
	margin: 0;
}

#preentry > div p.side {
	position: absolute;
	z-index: 3;
	right: 0.75em;
	top: 0.25em;
	height: 2em;
	width: auto;
	margin: 0;
}

#preentry > div:after {
	display: block;
	content: "";
	background: #8bdba8;
	height: 1.5em;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#preentry > div .pre_wrap {
	border: 2px solid #4ac677;
	background: #fff;
	position: absolute;
	width: 65%;
	box-sizing: border-box;
	padding: 0.75em;
	top: 4em;
	left: 0.75em;
	display: block;
}

#preentry > div .pre_wrap strong {
	border-bottom: 2px solid #4ac677;
	color: #169742;
	line-height: 1.1;
	padding-bottom: 0.25em;
	font-size: 115%;
	margin-bottom: 0.25em;
	text-decoration: none;
	display: block;
}

#preentry > div .pre_wrap span {
	border-bottom: 1px dashed #888;
	display: block;
	padding: 0.125em;
}

#preentry > div .pre_wrap span:last-child {
	text-align: right;
	padding-top: 0.5em;
	border-bottom: none;
	display: block;
}

#preentry > div .pre_wrap span:last-child:before {
	content: "\25B6";
	transform: scale(0.8, 0.6);
	color: #4ac677;
	display: inline-block;
}

@media screen and (min-width: 667px) {

	#news .section_wrap div ul li a {
	}

	#news .section_wrap div ul li a > span {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

}

@media screen and (max-width: 667px) {

	#preentry > div {
		background: #4ac677;
		padding-top: 10%;
		border-top: 0;
		height: 100%;
	}

	#preentry > div:after {
		height: 7.5%;
	}

	#preentry > div h2 {
		left: 2%;
		top: 1.75%;
		width: 55%;
	}

	#preentry > div p.side {
		top: 2%;
		width: 35%;
		vertical-align: bottom;
	}

	#preentry > div p.side img {
		vertical-align: bottom;
	}

	#preentry > div .pre_wrap {
		width: 70%;
		padding: 0.75em;
		top: 16%;
		font-size: 2.25vw;
		left: 3%;
		max-height: 90%;
	}

	#preentry > div .pre_wrap strong {
		font-size: 2.9vw;
	}

	#preentry > div .pre_wrap span {
		font-size: 2.85vw;
	}

	#iroha {
		font-size: 2.75vw;
	}


}



/*
ï¿?vï¿½ï¿½ï¿?Gï¿½ï¿½ï¿?gï¿½ï¿½ï¿?[ï¿½ï¿½??ï¿½ï¿½
////////////////////////////////////// */

#osusume {
	position: relative;
	margin-top: 1em;
}

#osusume > div {
	border: 2px solid #8954a5;
	border-top: 3em solid #8954a5;
}

#osusume > div:after {
	display: block;
	content: "";
	background: #c5a6d5;
	height: 1.5em;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#osusume > div img.side {
	position: absolute;
	z-index: 3;
	right: 0.75em;
	top: 0.5em;
	height: 2em;
	width: auto;
}

#osusume > div h2 {
	background: #fff;
	padding: 0.25em 0.5em;
	border-radius: 0.5em 0.5em 0 0;
	top: -2em;
	display: inline-block;
	z-index: 2;
	position: relative;
	left: 0.5em;
	font-size: 125%;
}

#osusume > div p {
	margin: -2em 0.75em 0;
	position: relative;
}

#osusume > div .osusume_list {
	margin: 0.75em;
}
#osusume ul {
  display: flex;
}

@media screen and (min-width: 667px) {

  .pic-item {
    width: 33%;
    list-style: none;
  }

}

@media screen and (max-width: 667px) {


	#osusume > div img.side {
		top: 1em;
		width: 70px;
		height: 20px;
	}

  .pic-item {
    width: 49%;
    list-style: none;
  }
}


/*
ï¿½ï¿½ï¿½ï¿½
////////////////////////////////////// */

.search-location__item > a {
	line-height: 2.5em;
	font-weight: normal;
	font-size: 125%;
}

.text_wrap {
	border: 2px solid #888;
	border-radius: 0.5em;
	background: #169742;
	overflow: hidden;
	margin-bottom: 1em;
}

.text_wrap input.search-inputtext {
	margin: 0;
	padding: 0.5em;
	-webkit-appearance: none;
	border: 0;
	width: 80%;
	box-sizing: border-box;
	font-size: 150%;
	height: 2em;
}

.text_wrap input.search-btn {
	height: 2.5;
	box-sizing: border-box;
	margin: 0;
	width: 20%;
	background: #169742;
	padding: 0;
	-webkit-appearance: none;
	border: 0;
	font-size: 150%;
	color: #fff;
	font-weight: bold;
}

/*
ï¿?Cï¿?xï¿½ï¿½ï¿?g
////////////////////////////////////// */


.event_title01 {
	background: #445ee1;
}

.event_title01:after {
	background: #899dff;
}

.event_title01 {
	overflow: hidden;
	position: relative;
}

.event_title01:after {
	display: block;
	top: 0%;
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
}

.event_title01 span {
	display: block;
	margin: 0.3em;
	background: #fff;
	padding: 0.4em 0;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	z-index: 2;
	position: relative;
}

.event_title02 {
	margin: 0.75em 0;
}

.event_title02 img {
	height: 2.5em;
	width: auto;
}

.event_table01,
.event_table02,
.event_table03 {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
}

.event_table01 th,
.event_table02 th,
.event_table03 th {
	padding: 0.25em 0.5em;
	text-align: center;
	color: #fff;
	width: 15%;
}

.event_table01 td,
.event_table02 td,
.event_table03 td {
	padding: 0.25em 0.5em;
	text-align: left;
}

.event_table01 td,
.event_table01 th {
	border: 2px solid #3b1e86;
}

.event_btn01 a,
.event_table01 th {
	background: #3b1e86;
}

.event_table01 td strong {
	width: 8em;
	display: inline-block;
	font-weight: normal;
}

.event_table01 td span {
	width: 7em;
	display: inline-block;
}

.event_table01 td span img {
	width: auto;
	height: 1em;
	margin-left: 0.5em;
	vertical-align: middle;
}

.event_table02 td,
.event_table02 th {
	border: 2px solid #00a283;
}

.event_btn02 a,
.event_table02 th {
	background: #00a283;
}

.event_table03 td,
.event_table03 th {
	border: 2px solid #d5007f;
}

.event_btn03 a,
.event_table03 th {
	background: #d5007f;
}

.event_btn01,
.event_btn02,
.event_btn03 {
	text-align: center;
	margin: 1em 0 0;
}

.event_btn01 a,
.event_btn02 a,
.event_btn03 a {
	color: #fff;
	display: inline-block;
	font-size: 150%;
	border-radius: 0.5em;
	font-weight: bold;
	padding: 0.25em;
	min-width: 10em;
}

.event_btn01 a {
	box-shadow: 0 3px 0 #8d80af;
}

.event_btn02 a {
	box-shadow: 0 3px 0 #01604e;
}

.event_btn03 a {
	box-shadow: 0 3px 0 #960059;
}

.event_box01,
.event_box02,
.event_box03 {
	font-size: 125%;
	font-weight: bold;
	padding: 0.5em;
	margin: 1em 0 0;
	text-align: center;
}

.event_box01 {
	border: 2px solid #3b1e86;
	color: #3b1e86;
}

.event_box02 {
	border: 2px solid #00a283;
	color: #00a283;
}

.event_box03 {
	border: 2px solid #d5007f;
	color: #d5007f;
}



@media screen and (min-width: 667px) {

	.p-hero {
		position: relative;
		max-width: 100%;
		background: #fff;
		width: 100%;
	}

	.p-hero p {
		display: block;
		max-width: 667px;
		margin: 0 auto;
		position: relative;
	}

	.p-hero p a.bnr_img {
		position: absolute;
		right: 0.75em;
		bottom: 0.75em;
		width: 45%;
		display: block;
	}

	.event_title01 span {
		font-size: 160%;
	}

}

@media screen and (max-width: 667px) {

	.event_table01 td strong {
		display: block;
		font-weight: bold;
	}

	.event_title01 span {
		font-size: 4.25vw;
	}

	.p-hero p a.bnr_img {
		margin: 1em;
		display: block;
	}

}

.l-main2023__top {
  background: linear-gradient(183.11deg, #52b447 0%, #007b3b 98.8%);
  height: 59px;
}
@media screen and (max-width: 667px) {
  .l-main2023__top {
    height: auto;
  }
}
.l-main2023__top-wrapper {
  max-width: 665px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffff00;
  height: 59px;
}
@media screen and (max-width: 667px) {
  .l-main2023__top-wrapper {
    display: block;
    height: auto;
  }
}
.l-main2023__top-wrapper-1 {
  padding: 5px 0 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  font-size: 15.4px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 667px) {
  .l-main2023__top-wrapper-1 {
    padding-top: 1.7307692308vw;
    padding-bottom: 1.1538461538vw;
    font-size: 17px;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .l-main2023__top-wrapper-1 {
    font-size: 16px;
  }
}
.l-main2023__top-wrapper-2 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 900;
}
@media screen and (max-width: 667px) {
  .l-main2023__top-wrapper-2 {
    padding-bottom: 1.7307692308vw;
    font-size: 31px;
    line-height: 1;
    letter-spacing: 1.1923076923vw;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .l-main2023__top-wrapper-2 {
    font-size: 20px;
  }
}
.l-main2023__topunder {
  position: relative;
  max-width: 665px;
  margin: 0 auto;
  height: 179px;
}
@media screen and (max-width: 667px) {
  .l-main2023__topunder {
    height: auto;
  }
}
.l-main2023__topunder-wrapper {
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 667px) {
  .l-main2023__topunder-wrapper {
    position: static;
  }
}
.l-main2023__topbtn {
  /* background: #E8DB3C; */
  padding-bottom: 5px;
  padding-top: 5px;
}
.l-main2023__topbtn-btn {
  max-width: 665px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 667px) {
  .l-main2023__topbtn-btn {
    display: block;
    padding: 0 2.8846153846vw;
  }
}
.l-main2023__topbtn-btn-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 352px;
          flex: 0 1 352px;
}
@media screen and (max-width: 667px) {
  .l-main2023__topbtn-btn-1 {
    padding-bottom: 0.9615384615vw;
  }
}
.l-main2023__topbtn-btn-1-up {
  font-size: 16px;
  line-height: 1.1875;
  color: #231815;
  font-weight: 700;
  text-align: center;
  padding: 5.5px 0 4px;
}
@media screen and (max-width: 667px) {
  .l-main2023__topbtn-btn-1-up {
    padding: 1.9230769231vw 0 1.9230769231vw;
  }
}
@media screen and (max-width: 667px) {
  .l-main2023__topbtn-btn-1-down {
    width: 76.3461538462vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 667px) {
  .l-main2023__topbtn-btn > a {
    width: 100%;
    padding: 1.7307692308vw 0 0.9615384615vw 0;
  }
}

a, a:link {
  color: #000;
}

a:hover, a:focus, a:active {
  color: #0066FF;
  text-decoration: none;
}

a, a img {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover img {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 667px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 667px) {
  .pc-only {
    display: none;
  }
}

.p-hero {
  border-bottom: none;
}

.p-nav {
  padding: 0px;
}

#news {
  padding: 12px 0 0;
}
#news .section_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 667px) {
  #news .section_wrap {
    margin: 0 1em;
  }
}

#editors .section_wrap div ul li {
  margin-bottom: 12px;
}

#editors .section_wrap div {
  padding: 16px 12px 0;
}
@media screen and (max-width: 667px) {
  #editors .section_wrap div {
    padding: 12px 12px 0;
  }
}

.mtb {
  margin: 12px 0 0;
}
@media screen and (max-width: 667px) {
  .mtb {
    margin: 0 1em 0;
  }
}

@media screen and (max-width: 400px) {
  #pickup > div img.side,
  #osusume > div img.side {
    width: 17.5vw;
    height: 5vw;
    right: 0.9375vw;
  }
}

@media screen and (max-width: 400px) {
  #chumoku > div img.side {
    width: 43.125vw;
    height: auto;
    right: 0.9375vw;
  }
}

@media screen and (max-width: 400px) {
  #internship > div p.side {
    width: 29.0625vw;
    height: auto;
    right: 0.9375vw;
    top: 37px;
  }
}

@media screen and (max-width: 400px) {
  #pickup > div h2,
  #chumoku > div h2,
  #internship > div h2,
  #osusume > div h2 {
    left: 0.9375vw;
  }
}

@media screen and (max-width: 667px) {
  .section_wrap h2 span, .section_wrap h3 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .section_wrap h2 span, .section_wrap h3 span {
    font-size: 4.4375vw;
  }
}

.optional_banner_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0 0 0;
}
@media screen and (max-width: 667px) {
  .optional_banner_image {
    display: block;
  }
}
.optional_banner_image a {
	display: block;
	width: 100%;
}
@media screen and (max-width: 667px) {
.optional_banner_image a {
	margin-bottom: 12px;
}
}
.optional_banner_image a:nth-of-type(2) {
  margin-left: 16.5px;
}
@media screen and (max-width: 667px) {
  .optional_banner_image a:nth-of-type(2) {
    margin-left: 0;
  }
}
.optional_banner_image img {
  display: block;
}

#internship {
	margin-top: 12px;
}

#internship > div .internship_list li a span.info {
  line-height: 1.2;
}

.internship_list_place, .internship_list_web {
	display: inline-block;
	color: #fff;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

.internship_list_place {
  background: #1e2088;
}

.internship_list_web {
  background: #ea5532;
}

#preentry {
  z-index: 100;
}

#preentry > div {
  border: solid #4ac677;
  border-width: 48px 2px 2px;
  background: none;
  height: auto;
  min-height: 395px;
}
@media screen and (max-width: 667px) {
  #preentry > div {
    border-width: 8.8461538462vw 2px 2px;
    padding: 0;
    min-height: 65.7692307692vw;
  }
}
@media screen and (max-width: 667px) {
  #preentry > div::after {
    height: 4.4230769231vw;
  }
}
@media screen and (max-width: 667px) {
  #preentry > div h2 {
    top: 1.5384615385vw;
  }
}
@media screen and (max-width: 400px) {
  #preentry > div h2 {
    top: 0.5vw;
  }
}
@media screen and (max-width: 667px) {
  #preentry > div p.side {
    top: 0.9615384615vw;
    background-color: #fff;
    border-radius: 1.9230769231vw 1.9230769231vw 0 0;
    height: 8.4615384615vw;
  }
}
@media screen and (max-width: 400px) {
  #preentry > div p.side {
    width: 29.0625vw;
    height: auto;
    right: 0.9375vw;
  }
}

.preentry_bg {
  position: absolute;
  top: 3em;
  right: 1.5px;
  left: 0;
  z-index: 10;
  max-height: 346px;
  max-width: 242px;
  margin: 0 0 0 auto;
  display: block;
}
@media screen and (max-width: 667px) {
  .preentry_bg {
    max-height: none;
    width: 28.8461538462vw;
    top: auto;
    bottom: 3px;
  }
}

#preentry > div .pre_wrap {
  background: none;
  border: none;
  position: static;
  top: 0;
  right: 0;
  left: 0;
  padding: 18px 0 0 14px;
  width: 386px;
}
@media screen and (max-width: 667px) {
  #preentry > div .pre_wrap {
    max-height: none;
    width: 57.6923076923vw;
    position: relative;
    z-index: 100;
  }
}

#preentry > div .pre_wrap strong {
  display: block;
  padding-bottom: 26px;
  margin-bottom: 0;
  font-size: 18px;
  color: #408e55;
  line-height: 1.444444444;
  letter-spacing: -0.01em;
  text-decoration: none;
  border-bottom: 1px Dashed #8E8E8E;
}
@media screen and (max-width: 667px) {
  #preentry > div .pre_wrap strong {
    font-size: 17px;
    line-height: 1.5294117647;
  }
}

#preentry > div .pre_wrap span {
  display: block;
  padding: 4.3px 3.7px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  border-bottom: 1px dashed #8E8E8E;
}

#osusume > div .osusume_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#osusume > div .osusume_list li {
  border-bottom: none;
  -webkit-box-flex: 0;
  display: flex;
  justify-content: center;
}
#osusume > div .osusume_list li a {
  display: block;
  height: 100%;
  padding: 10px;
}
#osusume > div .osusume_list li a .osusume_list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  border: 1px solid #a39a97;
}
@media screen and (max-width: 500px) {
  #osusume > div .osusume_list li a .osusume_list_img {
    width: 34.6666666667vw;
    height: 10.7733333333vw;
  }
}
#osusume > div .osusume_list li a img {
  float: none;
  display: block;
  width: 100%;
  height: 55px;
}
#osusume > div .osusume_list li a strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  font-size: 16px;
  line-height: 1.125;
  text-align: center;
  padding-top: 9.875px;
}

.section_wrap {
  margin: 12px auto;
  padding: 18px 2em 20px;
}
@media screen and (max-width: 667px) {
  .section_wrap {
    margin: 12px 1em;
    padding: 14px 1em 20px;
  }
}

.search_title01, .search_title02, .event_title01, .advise_title01, .experience_title01 {
  height: 60px;
  font-size: 26.7px;
  font-weight: 700;
  color: #007b3b;
  text-align: center;
  line-height: 60px;
  border: 3px solid #007b3b;
}
@media screen and (max-width: 667px) {
  .search_title01, .search_title02, .event_title01, .advise_title01, .experience_title01 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .search_title01, .search_title02, .event_title01, .advise_title01, .experience_title01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .search_title01, .search_title02, .event_title01, .advise_title01, .experience_title01 {
    font-size: 5vw;
    height: 45px;
    line-height: 45px;
  }
}

.search_title02 {
  margin-bottom: 19px;
}

.search_h3_01 {
  border-bottom: 4px solid #98c784;
  font-size: 20px;
  color: #1d813b;
  line-height: 27px;
  margin-bottom: 10px;
}
.search_h3_01:first-of-type {
  margin-top: 19px;
}
.search_h3_01::before {
  content: '';
  display: inline-block;
  background: url(../images/sankaku_kiiro.png) no-repeat 100% 100%;
  width: 12px;
  height: 13px;
  margin-right: 5px;
}

.search_kaisaichi, .search_kaisaidate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 667px) {
  .search_kaisaichi, .search_kaisaidate {
    display: block;
  }
}
.search_kaisaichi_1, .search_kaisaidate_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 0 0 25px;
  width: calc(100% - 125px);
}
@media screen and (max-width: 667px) {
  .search_kaisaichi_1, .search_kaisaidate_1 {
    margin: 0;
    width: auto;
  }
}
.search_kaisaichi_2, .search_kaisaidate_2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  width: 100px;
}
@media screen and (max-width: 667px) {
  .search_kaisaichi_2, .search_kaisaidate_2 {
    margin: 0 auto 20px;
    width: auto;
  }
}
.search_kaisaichi_2 .search-btn, .search_kaisaidate_2 .search-btn {
  -webkit-appearance: none;
  width: 100px;
  height: 28px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  background: #1D813B;
  border: none;
  border-radius: 7px;
  cursor: pointer;
}
@media screen and (max-width: 667px) {
  .search_kaisaichi_2 .search-btn, .search_kaisaidate_2 .search-btn {
    display: block;
    margin: 0 auto;
    width: 38.4615384615vw;
    height: 35px;
  }
}
.search_kaisaichi_2 .search-btn:hover, .search_kaisaidate_2 .search-btn:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.search_kaisaichi {
  margin-bottom: 3px;
}
.search_kaisaichi_1 .serch_kaisaichi_1_label,
.search_kaisaichi_1 label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 155px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}
.search_kaisaichi_1 .serch_kaisaichi_1_label:hover,
.search_kaisaichi_1 label:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
  color: #0066FF;
}
@media screen and (max-width: 667px) {
  .search_kaisaichi_1 .serch_kaisaichi_1_label,
  .search_kaisaichi_1 label {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .search_kaisaichi_1 .serch_kaisaichi_1_label,
  .search_kaisaichi_1 label {
    width: calc(50% - 16px);
  }
}
.search_kaisaichi_1 .serch_kaisaichi_1_label .search-checkbox,
.search_kaisaichi_1 label .search-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 0;
}
.search_kaisaichi_1 .serch_kaisaichi_1_label .search-checkbox:hover,
.search_kaisaichi_1 label .search-checkbox:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
  color: #0066FF;
}

.search_kaisaidate {
  margin-bottom: 18px;
}
.search_kaisaidate .datepicker {
  width: 172px;
  height: 38px;
  color: #1d813b;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  border: 2px solid #727171;
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  .search_kaisaidate .datepicker {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 667px) {
  .search_kaisaidate_1 {
    margin-bottom: 18px;
  }
}
.search_kaisaidate_1-span {
  display: inline-block;
  padding: 0 10px;
}

.search-form .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 25px;
  border: none;
  background: none;
}
@media screen and (max-width: 667px) {
  .search-form .text_wrap {
    margin: 0;
  }
}
.search-form .text_wrap input.search-inputtext {
  -webkit-appearance: none;
  display: block;
  width: calc(100% - 100px);
  height: 41px;
  padding: 8px 12px;
  border: 2px solid #727171;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  font-size: 18px;
}
.search-form .text_wrap input.search-btn {
  -webkit-appearance: none;
  display: block;
  width: 100px;
  height: 41px;
  padding: 8px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  background-color: #1D813B;
  border: 2px solid #727171;
  border-left: 0;
  border-radius: 0 7px 7px 0;
  cursor: pointer;
}
.search-form .text_wrap input.search-btn:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.search-tab__item {
  cursor: pointer;
}
.search-tab__item:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.event_title01 {
  margin-bottom: 12px;
  background: none;
}
.event_title01::after {
  content: none;
}

.open-guidance, .intern_live, .kigyou_kenkyu, .content_festa {
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #5FA833;
}
@media screen and (max-width: 667px) {
  .open-guidance, .intern_live, .kigyou_kenkyu, .content_festa {
    margin-bottom: 10px;
  }
}

.event_title02, .event_title02_1, .event_title02_kenkyu, .event_title02_festa {
	margin: 10px 0 10px 0;
	padding: 0 0 0 15px;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.1;
	color: #16883B;
	border-bottom: 4px solid #5FA833;
}
@media screen and (max-width: 667px) {
  .event_title02, .event_title02_1, .event_title02_kenkyu, .event_title02_festa {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .event_title02, .event_title02_1, .event_title02_kenkyu, .event_title02_festa {
    /* font-size: 20px; */
    font-size: 18px;
  }
}
.event_title03, .event_title03_1, .event_title03_2, .event_title03_kenkyu, .event_title03_kenkyu-web, .event_title03_festa {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 0 3.7222222222px 83px;
  font-size: 18px;
  color: #16883B;
  line-height: 1.2777777778;
  border-bottom: 1px solid #5fa833;
}
@media screen and (max-width: 667px) {
  .event_title03, .event_title03_1, .event_title03_2, .event_title03_kenkyu, .event_title03_kenkyu-web, .event_title03_festa {
    margin: 0 0 18px 0;
  }
}
.event_title03::after, .event_title03_1::after, .event_title03_2::after, .event_title03_kenkyu::after, .event_title03_festa::after, .event_title03_kenkyu-web::after {
  position: absolute;
  content: '';
  display: block;
  background: #fff;
  bottom: -2px;
  right: 0;
  width: 182px;
  height: 10px;
}
@media screen and (max-width: 667px) {
  .event_title03::after, .event_title03_1::after, .event_title03_2::after, .event_title03_kenkyu::after, .event_title03_festa::after, .event_title03_kenkyu-web::after {
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .event_title03::after, .event_title03_1::after, .event_title03_2::after, .event_title03_kenkyu::after, .event_title03_festa::after, .event_title03_kenkyu-web::after {
    content: none;
  }
}
.event_title04, .event_title04_1, .event_title04_2, .event_title04_kenkyu, .event_title04_festa, .event_title04_festa-web {
  position: relative;
  margin: 0 0 25px 0;
  padding: 0 0 0 103px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
  color: #000;
  border-bottom: 2px solid #5fa833;
}
@media screen and (max-width: 667px) {
  .event_title04, .event_title04_1, .event_title04_2, .event_title04_kenkyu, .event_title04_festa, .event_title04_kenkyu-web {
    padding-left: 35px;
  }
}
.event_title04::before, .event_title04_1::before, .event_title04_2::before, .event_title04_kenkyu::before, .event_title04_festa::before, .event_title04_kenkyu-web::before {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/sankaku_kiiro.png) no-repeat 100% 100%;
  width: 12px;
  height: 13px;
  top: 2px;
  left: 87px;
}
@media screen and (max-width: 667px) {
  .event_title04::before, .event_title04_1::before, .event_title04_2::before, .event_title04_kenkyu::before, .event_title04_festa::before, .event_title04_kenkyu-web::before {
    left: 17px;
  }
}
.event_title04::after, .event_title04_1::after, .event_title04_2::after, .event_title04_kenkyu::after, .event_title04_kenkyu-web::after, .event_title04_festa::after {
  position: absolute;
  content: '';
  display: block;
  background: #fff;
  bottom: -2px;
  right: 0;
  width: 182px;
  height: 10px;
}
@media screen and (max-width: 667px) {
  .event_title04::after, .event_title04_1::after, .event_title04_2::after, .event_title04_kenkyu::after, .event_title04_kenkyu-web::after, .event_title04_festa::after {
    content: none;
  }
}
.event_siki, .event_siki_2 {
  position: absolute;
  top: 62px;
  left: 13px;
  width: 55px;
}
@media screen and (max-width: 667px) {
  .event_siki, .event_siki_2 {
    top: 50px;
    width: 60px;
  }
}
.event_img, .event_img_2 {
  position: absolute;
  top: 27px;
  right: 10px;
  width: 161px;
}
@media screen and (max-width: 667px) {
  .event_img, .event_img_2 {
    top: 24px;
    right: 15px;
    width: 118px;
  }
}
@media screen and (max-width: 500px) {
  .event_img, .event_img_2 {
    display: none;
  }
}
.event_text01 {
  margin: 0 15px 15px;
  font-size: 16px;
  line-height: 1.590625;
  letter-spacing: 0.16px;
  color: #000;
}
.event_table01, .event_table02, .event_table03 {
  margin: 0;
}
.event_table01_wrapper, .event_table02_wrapper, .event_table03_wrapper {
  margin: 0 15px 15px;
  width: auto;
}
.event_table01 th, .event_table02 th, .event_table03 th {
	width: 21.5411558669%;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.16px;
	color: #000;
	border: 1px solid;
	border-color: #97C67A #97C67A #fff #97C67A;
	background-color: #8CD77A;
}
@media screen and (max-width: 667px) {
  .event_table01 th, .event_table02 th, .event_table03 th {
    width: 75px;
  }
}
.event_table01 td, .event_table02 td, .event_table03 td {
  border: 1px solid #5fa833;
}
@media screen and (max-width: 667px) {
  .event_table01 td, .event_table02 td, .event_table03 td {
    padding-left: 10px;
  }
}
.event_table01 td strong, .event_table02 td strong, .event_table03 td strong {
  width: 103px;
}
@media screen and (max-width: 667px) {
  .event_table01 td strong, .event_table02 td strong, .event_table03 td strong {
    font-weight: 400;
  }
}
.event_table01 td span, .event_table02 td span, .event_table03 td span {
  width: 103px;
}
.event_table01 tr:last-child th, .event_table02 tr:last-child th, .event_table03 tr:last-child th {
  border-bottom: 1px solid #97C67A;
}
.event_box01, .event_box01_1, .event_box01_kenkyu, .event_box01_festa {
  margin: 20px 15px 15px;
  padding: 0.5em;
  font-size: 22px;
  font-weight: 700;
  color: #16883B;
  text-align: center;
  border: 1px solid #16883B;
}
@media screen and (max-width: 667px) {
  .event_box01, .event_box01_1, .event_box01_kenkyu, .event_box01_festa {
    font-size: 18px;
    padding: 8px 11px;
  }
}
.event_btn01 {
  margin: 0 auto;
}
.event_btn01 a {
  display: block;
  margin: 0 auto 20px;
  width: 260px;
  height: 47px;
  border-radius: 10px;
  min-width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #009945;
}
.event_btn01 a:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}
.event_btn01 a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 35px;
  cursor: pointer;
}
.event_btn01 a span:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.intern_live {
  border-color: #60B5BC;
}

.content_festa {
  margin-top: 12px;
  border-color: #FF837D;
}

.event_title02_1 {
  color: #007DC3;
  border-color: #63BEC6;
}
@media screen and (max-width: 500px) {
  .event_title02_1 {
    font-size: 18px;
    padding: 0 0 0 10px;
  }
}
.event_title03_1, .event_title03_2 {
  color: #007DC3;
  border-color: #63BEC6;
}
.event_title04_1, .event_title04_2 {
  border-color: #63BEC6;
}
.event_title04_1 span, .event_title04_2 span {
  display: inline-block;
}
.event_table02 th {
  width: 100px;
  background: #8ACED4;
  border-color: #8ACED4 #8ACED4 #fff #8ACED4;
}
.event_table02 td {
  padding: 0;
  border: 1px solid #63BEC6;
}
.event_table02 td strong {
  display: table-cell;
  padding: 0.25em 0.5em;
  width: 160px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .event_table02 td strong {
    display: block;
    width: auto;
    text-align: left;
  }
}
.event_table02 td span {
  display: table-cell;
  padding: 0.25em 0.5em;
  width: auto;
  border-left: 1px solid #63BEC6;
}
@media screen and (max-width: 667px) {
  .event_table02 td span {
    display: block;
    border: none;
  }
}
.event_table02 tr:last-child th {
  border-bottom: 1px solid #8ACED4;
}
.event_box01_1 {
  color: #007DC3;
  border-color: #007DC3;
}
.event_web {
  position: relative;
}
.event_title03_2 {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 2px solid #60B5BC;
}
.event_siki_2 {
  top: 15px;
}
.event_img_2 {
  top: -10px;
}
.event_table02_2 th {
  width: 40.350877193%;
}
@media screen and (max-width: 667px) {
  .event_table02_2 th {
    width: 56.0747663551%;
  }
}
.event_table02_2 th span {
  display: inline-block;
}
.event_table02_2 td {
  text-align: center;
}
@media screen and (max-width: 667px) {
  .event_table02_2 td {
    text-align: left;
  }
}
.event_table02_2 td:first-of-type {
  width: 170px;
}
@media screen and (max-width: 667px) {
  .event_table02_2 td:first-of-type {
    width: auto;
  }
}

.kigyou_kenkyu, .content_festa {
  margin-bottom: 0;
  border-color: #FF837D;
}

.event_title02_kenkyu, .event_title02_festa {
  color: #FF837D;
  border-color: #FF837D;
}
@media screen and (max-width: 500px) {
  .event_title02_kenkyu, .event_title02_festa {
    font-size: 20px;
  }
}
.event_title03_kenkyu, .event_title03_kenkyu-web, .event_title03_festa {
  color: #FF837D;
  border-color: #FF837D;
}
.event_title04_kenkyu, .event_title04_kenkyu-web, .event_title04_festa {
  border-color: #FF837D;
}
.event_title04_kenkyu span, .event_title04_kenkyu-web span, .event_title04_festa span {
  display: inline-block;
}
.event_table03 th {
  width: 100px;
  background: #E99C97;
  /* border-color: #FF837D #FF837D #fff #FF837D; */
  border-color: #E99C97 #E99C97 #fff #E99C97;
}
.event_table03 td {
  padding: 0;
  border: 1px solid #FF837D;
}
.event_table03 td strong {
  display: table-cell;
  padding: 0.25em 0.5em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .event_table03 td strong {
    display: block;
    width: auto;
    text-align: left;
  }
}
.event_table03 td span {
  display: table-cell;
  padding: 0.25em 0.5em;
  width: auto;
  border-left: 1px solid #FF837D;
}
@media screen and (max-width: 667px) {
  .event_table03 td span {
    display: block;
    border: none;
  }
}
.event_table03 tr:last-child th {
  /* border-bottom: 1px solid #FF837D; */
  border-bottom: 1px solid #E99C97;
}
.event_box01_kenkyu, .event_box01_festa {
  color: #FF837D;
  border-color: #FF837D;
}

.event_title03_kenkyu-web {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 2px solid #FF837D;
}
.event_table03_2 th {
  width: 40.350877193%;
}
@media screen and (max-width: 667px) {
  .event_table03_2 th {
    width: 56.0747663551%;
  }
}
.event_table03_2 th span {
  display: inline-block;
}
.event_table03_2 td {
  text-align: center;
}
@media screen and (max-width: 667px) {
  .event_table03_2 td {
    text-align: left;
  }
}
.event_table03_2 td:first-of-type {
  width: 170px;
}
@media screen and (max-width: 667px) {
  .event_table03_2 td:first-of-type {
    width: auto;
  }
}

.advise_title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.1;
  background: none;
}
.advise_title01::after {
  content: none;
}
.advise_title01_img {
  display: block;
  width: 150px;
  margin-right: 20px;
}
@media screen and (max-width: 667px) {
  .advise_title01_img {
    width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .advise_title01_img {
    width: 35%;
    margin-right: 10px;
  }
}
.advise_title01 span.advise_title01_text {
  display: block;
  line-height: 26.7px;
}
@media screen and (max-width: 667px) {
  .advise_title01 span.advise_title01_text {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .advise_title01 span.advise_title01_text {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 440px) {
  .advise_title01 span.advise_title01_text {
    font-size: 16px;
    line-height: 16px;
  }
}
.advise_guide_01-left h4 {
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.3;
}
/* .advise_guide_01-left h4, */
.advise_right_in_text h4 {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  letter-spacing: -2px;
  line-height: 1.3;
}
/* .advise_guide_01-left h4::before, */
.advise_right_in_text h4::before {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/top/sankaku_oudo.png) no-repeat 100% 100%;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 10px;
}

.advise_title02 {
  margin-bottom: 15px;
  color: #DE9C40;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-bottom: 8px solid #DE9C40;
}
@media screen and (max-width: 667px) {
  .advise_title02 {
    font-size: 28px;
  }
}
.advise_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 667px) {
  .advise_wrapper {
    display: block;
  }
}
.advise_guide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 294px;
          flex: 0 1 294px;
  width: 294px;
  margin-right: 15px;
  padding: 20px 10px 10px;
  border: 2px solid #DE9C40;
}
@media screen and (max-width: 667px) {
  .advise_guide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px 10px;
  }
}
.advise_guide_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DE9C40;
}
.advise_guide_01-left div {
  padding: 8px 0 10px 25px;
  font-size: 16px;
  line-height: 1.5;
}
.advise_guide_01-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 84px;
          flex: 0 1 84px;
  margin: 10px 5px 0 0;
}
@media screen and (max-width: 667px) {
  .advise_guide_01-right {
    margin: 0;
  }
}
.advise_guide_02 {
  padding: 15px 0 0 25px;
}
@media screen and (max-width: 667px) {
  .advise_guide_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 10px 0 25px;
  }
}
@media screen and (max-width: 500px) {
  .advise_guide_02 {
    display: block;
  }
}
@media screen and (max-width: 667px) {
  .advise_guide_02_in:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 233px;
            flex: 0 1 233px;
  }
}
.advise_guide_02_in a {
  display: block;
  font-size: 16px;
  line-height: 1.625;
}
.advise_guide_02_in a span {
  display: inline-block;
  padding-left: 8px;
  color: #de9c40;
  font-size: 12px;
  line-height: 26px;
}
.advise_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 294px;
          flex: 0 1 294px;
  width: 294px;
}
@media screen and (max-width: 667px) {
  .advise_right {
    width: 100%;
  }
}
.advise_right_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  padding: 20px 10px 5px 0;
  height: 146px;
  border: 2px solid #DE9C40;
}
@media screen and (max-width: 667px) {
  .advise_right_in {
    margin-bottom: 10px;
    padding: 20px 10px 10px 10px;
    min-height: 130px;
    height: auto;
  }
}
.advise_right_in:last-of-type {
  margin-bottom: 0;
}
.advise_right_in_text div {
  padding: 8px 0 10px 25px;
  font-size: 16px;
  line-height: 1.5;
}
.advise_right_in_img {
  margin-top: 10px;
}
@media screen and (max-width: 667px) {
  .advise_right_in_img {
    margin-top: 0;
  }
}

.experience {
  margin-bottom: 20px;
}

.experience_title01 {
  margin-bottom: 12px;
  background: none;
}
@media screen and (max-width: 500px) {
  .experience_title01 {
    font-size: 15px;
  }
	.search_title01 {
		font-size: 15px;
	}
}
.experience_title01::after {
  content: none;
}

.experience_text {
  font-size: 17px;
  line-height: 28.01px;
  letter-spacing: -0.34px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .experience_text {
    font-size: 16px;
    line-height: 25.31px;
    letter-spacing: -0.32px;
  }
}
@media screen and (max-width: 667px) {
  .experience_text span {
    display: inline-block;
  }
}

.experience__item a {
  border-left: 10px solid #4CB374;
}

.experience__item:nth-of-type(n+7):nth-child(-n+8) {
  margin-bottom: 0;
}

.experience__item-last {
  margin-bottom: 0;
}

@media screen and (max-width: 667px) {
  #news .section_wrap div h3,
  #editors .section_wrap div h3 {
    font-size: 16px;
  }
}

.p-nav__list {
  padding: 6px 0px;
}


@media screen and (max-width: 667px) {
  .p-nav__item:nth-child(3),
  .p-nav__item:nth-child(4) {
    margin-bottom: 0;
  }
}

.experience-detail__faculty {
  font-size: 28px;
}
@media screen and (max-width: 667px) {
  .experience-detail__faculty {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .experience-detail__faculty {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .experience-detail__faculty {
    font-size: 16px;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 400px) {
  .experience-detail .small {
    font-size: 15px;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 400px) {
  .experience__item a:after {
    right: 0;
  }
}

.search-location__item {
  width: 23%;
}
@media screen and (max-width: 667px) {
  .search-location__item {
    width: 32%;
  }
}
.search-location__item:last-of-type {
  margin-right: 293px;
}
@media screen and (max-width: 667px) {
  .search-location__item:last-of-type {
    margin-right: 0;
  }
}
.search-location__item > a {
  line-height: 33px;
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 440px) {
  .preentry {
    display: none;
  }
}
.preentry_sp {
  display: none;
}
@media screen and (max-width: 440px) {
  .preentry_sp {
    display: block;
  }
}
.preentry_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.preentry_header_text {
  display: block;
  margin-bottom: 0;
  margin-left: 12px;
  width: 50vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50vw;
          flex: 0 1 50vw;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5294117647;
  color: #408e55;
  letter-spacing: -0.01em;
  text-decoration: none;
}
@media screen and (min-width: 334px) {
  .preentry_header_text {
    padding-top: 10px;
  }
}
.preentry_header_img {
  display: block;
  width: 25vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25vw;
          flex: 0 1 25vw;
}
.preentry_header_img-inner {
  display: block;
  margin-top: 7px;
}
@media screen and (min-width: 350px) {
  .preentry_header_img-inner {
    margin-top: 0;
  }
}
.preentry_hukidashi {
  position: absolute;
  top: 54px;
  right: 50px;
  z-index: 100;
  width: 55px;
}
@media screen and (min-width: 340px) {
  .preentry_hukidashi {
    right: 58px;
  }
}
@media screen and (min-width: 350px) {
  .preentry_hukidashi {
    top: 47px;
    right: 60px;
    width: 59px;
  }
}
@media screen and (min-width: 360px) {
  .preentry_hukidashi {
    top: 40px;
    right: 65px;
    width: 65px;
  }
}

@media screen and (max-width: 440px) {
  #preentry > div .pre_wrap {
    width: 100%;
    padding: 18px 0 0 0;
  }
}
@media screen and (max-width: 440px) {
  #preentry > div .pre_wrap span {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 440px) {
  #preentry > div .pre_wrap span:first-of-type {
    border-top: 1px Dashed #8E8E8E;
  }
}
p.event_box01,
p.event_box01_1,
p.event_box01_kenkyu, 
p.event_box01_festa {
  margin-bottom: 15px;
}
