@charset "UTF-8";
/* CSS Document */
.preBox {
	padding-left: 30px;
	padding-right: 30px;
}
.preBox h2 {
	padding-left: 55px;
	font-size: 30px;
	font-weight: bold;
	color: #FF8000;
	line-height: 40px;
	border-bottom: 5px solid #FF8000;
	position: relative;
}
.preBox h2:after {
	content: url(../img/common/mark.png);
	position: absolute;
	bottom: -8px;
	left: 0;
}
.preBox .item {
	margin-top: 30px;
	padding: 40px 80px;
}
.preBox .item .items .txt p {
	padding-bottom: 20px;
}
.preBox .item .items {
	padding: 0 0 40px;
}
.preBox .item .items .img,
.preBox .item .items02 .img {
	text-align: center;
	padding-bottom: 30px;
}
.preBox .item .items02 .img p>img {
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}
.preBox .item .items02 .img {
	padding: 60px 0;
}
/*.preBox .item .items .txt {
	padding-top: 30px;
}*/
.preBox .item .items .txt .name {
	text-align: right;
}
.preBox .item .items .txt h3,
.preBox .item .items02 h3 {
	font-size: 20px;
	margin-bottom: 20px;
	padding:0 0 15px 5px;
	font-weight: bold;
	color: #FF8000;
	letter-spacing: 0.08em;
	position: relative;
}
.preBox .item .items .txt h3:after,
.preBox .item .items02 h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: url(../img/sub/wave02.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.preBox .item .items .txt p,
.preBox .item p {
	font-size: 16px;
	color: #464646;
}
.preBox .item p {
	padding-bottom: 10px;
	line-height: 1.4;
}
.preBox .item p span {
	font-weight: bold;
}
.preBox .item .items02 {
	padding-bottom: 50px;
}
.preBox .item .items02 h4 {
	margin-top: 30px;
	padding-bottom: 8px;
	font-size: 17px;
	font-weight: bold;
	color: #464646;
}
.preBox .item .items02 ul li {
	padding-left: 25px;
	font-size: 16px;
	color: #464646;
	position: relative;
}
.preBox .item .items02 ul li:before {
	content: "●";
	top: 5px;
	left: 10px;
	position: absolute;
	font-size: 10px;
}
.preBox .item .items02 .t_01 {
	color: #FF8000;
	padding-top: 10px;
}
.preBox .item .items02 .t_02 {
    padding: 0 0 10px 20px;
    position: relative;
}
.preBox .item .items02 .t_03 {
    color: #FF8000;
    font-weight: bold;
    font-size: 20px;
}
.preBox .item .items02 .space {
	letter-spacing: 0;
}
.preBox .item .items02 .recruitment2025 {
	color: red;
	border: 3px solid #ff0000;
	border-radius: 10px;
	margin: 0 20px 50px;
	padding: 10px;
	text-align: center;
}

.preBox .item .items02 .recruitment2025 p {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 0;
}
