@charset "utf-8";
/* CSS Document */

.page-title-description {
	background-color:#14B8DC;
	padding:25px 0;
}
.page-title-description h1{
	color:#fff;
	margin:0;
	text-align:center;
	font-size:40px;
}
.page-title-description h1 span{
	display:block;
	font-size:20px;
}

.page-title-description2 {
}
.page-title-description2 h2{
	border-top:solid 2px #14B8DC;
	border-bottom:solid 2px #14B8DC;
	text-align:center;
	color:#373737;
	padding:20px 0;
	width:90%;
	max-width:960px;
	margin:50px auto;
}

.description-btn {
	width:90%;
	max-width:960px;
	margin:20px auto;
}
.description-btn h3{
	color:#373737;
	display:flex;
	align-items:center;
	margin:0;
	font-size:16px;
}
.description-btn h3::before{
	content:"●";
	color:#14B8DC;
	font-size:12px;
	margin-right:3px;
}
.description-btn ul{
	padding-left:0;
	list-style:none;
	display:flex;
	justify-content:space-between;
	margin:0;
}
.description-btn ul li{
	width:50%;
	border:solid 1px #fff;
}
.description-btn ul li a{
	text-align:center;
	display:block;
	width:100%;
	background-color:#14B8DC;
	padding:7px 0;
	color:#fff;
}

.description-box {
	width:90%;
	max-width:960px;
	margin:50px auto;
	border:solid 2px #878787;
	border-radius:10px;
	padding:30px 40px;
	box-sizing: border-box;
}
.description-box table{
	border-collapse: collapse;
	width:100%;
}
.description-box th{
	padding:20px 20px;
	border-bottom:solid 1px #373737;
	width:20%;
	text-align:left;
}
.description-box td{
	border-bottom:solid 1px #373737;
	width:80%;
}
.description-box tr:last-child td, .description-box tr:last-child th{
	border-bottom:none;
}
.map{
	width:90%;
	max-width:960px;
	margin:auto;
}
.map iframe{
	width:100%;
	height:350px;
}
.description-search {
	width:90%;
	max-width:960px;
	margin:auto;
	padding-top:30px;
	padding-bottom:50px;
}
.description-search h3{
	display:flex;
	align-items:center;
	background-color:#f2f2f2;
	height:40px;
	margin-top:40px;
}
.description-search h3::before{
	content:"";
	display:block;
	width:10px;
	height:40px;
	background-color:#14B8DC;
	margin-right:7px;
}

.job-search-box {
	border:solid 2px #14B8DC;
	padding:15px 020px;
	box-sizing: border-box;
	width:30%;
	background-color:#ffff;
}
.job-search-box .name{
	color:#373737;
	font-weight:bold;
	text-align:center;
	margin:0 0 5px 0;
}
.job-search-box .address{
	color:#373737;
	text-align:center;
	margin:0 0 5px 0;
}
.job-search-box-btn{
	display:block;
	padding:5px;
	text-align:center;
	background-color:#14B8DC;
	color:#fff;
	font-weight:bold;
	border-radius:50px;
}

.job-search-btn {
	
}
.job-search-btn ul{
	padding-left:0;
	list-style:none;
	display:flex;
}
.job-search-btn ul li{
	margin:5px;
}
.job-search-btn ul li a{
	display:block;
	background-color:#14B8DC;
	color:#fff;
	padding:5px 10px;
	box-sizing: border-box;
	border-radius:5px;
}


/*内容*/
.careerfair-content{
	width: 90%;
	margin: 0 auto;
	max-width:1200px;
  /*background-color: #f5f8fc;*/
}
.careerfair-style{
}

.careerfair-style-text{
	font-weight: bold;
	font-size: 18px;
}
.careerfair-style-text1	{
	font-size: 26px;
}
.careerfair-style-color{
	color: #009fe8;
	font-size: 26px;
	font-weight: bold;
}
/*.style-list{
	display: inline-block;
    list-style: none;
	background-color: #fff8e8;
	font-weight: bold;
	margin-right: 0px;
	padding: 0.8em 1.3em;
    color: #232323;
    border-left: solid 10px #d6ad3c;
}*/

.careerfair-title{
	color: #0070A5;
	padding: 0px 0px;
	border-bottom:dotted 2px #0070A5;
	position:relative;
	padding-left:25px;
	margin-bottom:30px;
	padding-top:70px;
	margin-top:0;
}
.careerfair-title::before{
	content:"";
	width:10px;
	height:38px;
	display:block;
	background-color:#0070A5;
	position:absolute;
	left:0;
	bottom:-2px;
}
.careerfair-title-80{
	color: #0070A5;
	padding: 0px 0px;
	border-bottom:dotted 2px #0070A5;
	position:relative;
	padding-left:25px;
	margin-top:180px;
	margin-bottom:30px;
	font-size:40px;
	margin-top:170px;
}
.careerfair-title-80 span{
	color: #000;
	font-size:25px;
}
.careerfair-title-80::before{
	content:"";
	width:10px;
	height:64px;
	display:block;
	background-color:#0070A5;
	position:absolute;
	left:0;
	bottom:-2px;
}
.careerfair-title-80 .ichioshi{
	position:absolute;
	bottom:115%;
	left:0%;
	width:300px;
	text-align:center;
}

/*.careerfair-title-80 .ichioshi{
	position:absolute;
	top:-115%;
	left:0%;
	width:300px;
	text-align:center;
}
*/
.careerfair-nomal-text{
	position: relative;
	font-weight: bold;
	margin-left: 24px;
}
.careerfair-nomal-text::before{
	position: absolute;
	content: "";
	left: -24px;
	border-left: 16px solid #0077A6;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
@media(max-width:960px){
.careerfair-title-80{
	color: #0070A5;
	padding: 0px 0px;
	border-bottom:dotted 2px #0070A5;
	position:relative;
	padding-left:25px;
	margin-top:120px;
	margin-bottom:30px;
	font-size:40px;
}
}
@media(max-width:520px){
.careerfair-title-80{
	color: #0070A5;
	padding: 0px 0px;
	border-bottom:dotted 2px #0070A5;
	position:relative;
	padding-left:25px;
	margin-top:120px;
	margin-bottom:30px;
	font-size:30px;
}
.careerfair-title-80 span{
	font-size:20px;
}
.careerfair-title-80::before{
	content:"";
	width:10px;
	height:50px;
	display:block;
	background-color:#0070A5;
	position:absolute;
	left:0;
	bottom:-2px;
}
.careerfair-title-80 .ichioshi{
	position:absolute;
	top:-150%;
	left:0%;
	width:250px;
	text-align:center;
}
}
.recommend{
	display: flex;
	align-items:center;
	margin-bottom:25px;
}
/*.recommend2{
	display: flex;
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
}*/
.recommend h3{
	background-color: #0077A6;
	color: #fff;
	border-radius: 10px 0px 0px 10px;
	margin:0;
	min-width:200px;
	box-sizing: border-box;
	height:80px;
	padding:0 12px;
	display:flex;
	align-items:center;
}
/*.recommend-text1{
	background-color: #0077A6;
	color: #fff;
	border-radius: 10px 0px 0px 10px;
	padding: 32px 16px;
	margin-right: 0px;
}*/
.recommend-list{
	list-style: none;
	padding:0 0 0 12px;
	background-color: #fff;
	border-radius: 0px 10px 10px 0px; 
	margin:0;
	height:80px;
	display:flex;
	align-items:center;
}
.recommend ul{
	list-style: none;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	padding-left:0;
}
.recommend ul li{
	width:100%;
}
.recommend2{
}
.recommend2 ul{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.recommend2 ul li{
	width:45%;
	margin:0;
}
@media(max-width:1200px){
	.recommend2 ul li{
	width:100%;
}
	.recommend2 h3{
	height:140px;
}
	.recommend-list2{
	height:140px;
}
}
@media(max-width:768px){
.recommend{
	display: flex;
	align-items:center;
	margin-bottom:25px;
	flex-direction:column;
}	
.recommend h3{
	border-radius: 10px 10px 0px 0;
	height:auto;
	padding:5px 15px;
	width:100%;
	text-align:center;
	justify-content:center;
	box-sizing: border-box;
}
.recommend-list{
	padding:10px;
	box-sizing: border-box;
}
.recommend2 h3{
	height:auto;
}
.recommend-list2{
	height:auto;
}
}
@media(max-width:520px){
.recommend ul li{
	font-size:15px;
}
}
/*.recommend-list1{
	padding: 10px 0px;
	list-style: none;
	padding-left:12px;
	padding-right: 32px;
	background-color: #fff;
	border-radius: 0px 10px 10px 0px; 
	display: inline-grid;
	column-gap: 2em;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, auto);
}*/
/*.recommend-list li{
	padding: 2px 0px;
}
.recommend-list1 li{
	padding: 6px 0px;
}*/
.checkmark001{
	padding-left:28px;
	position:relative;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:2px;
}
.checkmark001:after{
	border-left:2px solid #FF0004;
	border-bottom:2px solid #FF0004;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}
.flow{
	background-color: #fff;
	border-radius: 10px;
	padding:20px 40px; 
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing:border-box;
}
.flow p{
	width:90%;
	margin-bottom:10px;
	font-weight:bold;
}
.flow h3{
	background-color: #d6ad3c;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 2px auto;
	width: 100%;
	max-width: 400px;
	text-align: center;
}
.flow-box li{
	list-style: none;
	position: relative;
}
.flow-box ul{
	position: relative;
}
.flow-box{
	/*width: 51%;*/
	width: 48%;
	/*margin: 0 16px 20px 40px;*/
}
.flow-box .tokubetsu{
	background-color:#0070A5;
	color:#fff;
	padding:3px 10px;
	border-radius:5px;
	display:inline-block;
}
/*時間青字*/
.time{
	font-weight: bold;
	color: #0077A6;
	font-size: 20px;
	padding-right: 8px;
	position: relative;
	/*margin-right: 30px;*/
}
/*青丸*/
.time::after{
	position: absolute;
	top:7px;
	left: -31px;
	content: "";
	width: 12px;
    height: 12px;
    background-color: #0077A6;
    border-radius: 50%;
}
/*縦線*/
.flow-box ul::before{
	position: absolute;
	left: 12px;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #b4b4b5;
}
/*.time::after{
	position: absolute;
	top:7px;
	left: 62px;
	content: "";
	width: 12px;
    height: 12px;
    background-color: #0077A6;
    border-radius: 50%;
}
.flow ul::before{
	position: absolute;
	left: 105px;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #b4b4b5;
}*/


.flow-flex{
	display: flex;
	justify-content: space-between;
}
.flow-img{
	width: 48%;
}
.flow-img ul{
	list-style:none;
	padding-left:0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	row-gap:10px;
}
.flow-img ul li{
	width:48%;
}
.flow-img ul li img{
	width:100%;
	display:block;
}
.flow-img1{
	width: 48%;
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
	align-items: center;
    gap: 2%;
}
.flow-img1 img{
	/*max-width: 240px;*/
	width: 100%;
	/*object-fit: contain;*/
}
@media(max-width:1200px){
	.flow-box{
	width: 70%;
}
	.flow-img{
	width: 30%;
}
	.flow-img ul li{
	width:100%;
	margin:0 0 0 auto;
}
	.flow-box li{
	margin-top: 32px;
    }
	.flow-img1{
		display:flex;
        flex-flow: column;
	}
	.flow-img1 img{
	margin-bottom: 12px;
    }
}
@media(max-width:960px){
	.flow-flex{
	display: flex;
	flex-direction:column;
	align-items:center;
}
	.flow-box{
	width: 100%;
}
	.flow-box li{
	margin-top: 32px;
    }
	.flow-box{
	margin: 0;
}
	.flow-img{
		width: 100%;
		display:block;
}
.flow-img ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	row-gap:10px;
}
.flow-img ul li{
	width:48.5%;
	margin:auto;
}
	
	.flow-img1{
		display:flex;
        flex-flow: column;
	}
	.flow-img1 img{
	margin-bottom: 12px;
    }
}
@media(max-width:768px){
.flow{
	padding:20px 0; 
	box-sizing: border-box;
}
.flow h3{
	width: 100%;
	max-width:none;
	margin:auto;
}
.flow-flex{
	width:90%;
	margin:auto;
}
.flow p{
	width:90%;
	margin:0 auto 15px auto;
}
}
@media(max-width:520px){
    .flow-flex{
	flex-flow: column;
}
	.flow-box{
	width: 100%;
	margin-bottom: 24px;
}
	.flow h3{
	font-size:17px;
}
	.flow-img ul li{
	width:100%;
}
	/*.flow-img{
	width: 100%;
	}
	.flow-img img{
	max-width: 350px;
}*/
	
	.flow-img1{
	width: 100%;
	padding: 8px 10px; 
	}
	.flow-img1 img{
	max-width: 350px;
}
}

/*ふきだし*/
.speech-bubble{
	position: relative;
    padding: 0rem;
    border-radius: 10px;
    border: 3px solid #333;
    box-shadow: 5px 5px 0px #009fe8;
    background-color: #fff;
    color: #009fe8;
    font-weight: bold;
    font-size: 20px;
	
	max-width: 200px;
	margin: 4px auto;
}
.speech-bubble:before {
    position: absolute;
    top: 100%;
    left: 50px;
    transform: skew(-25deg);
    height: 18px;
    width: 15px;
    border-right: 8px solid #009fe8;
    background-color: #fff;
    content: "";
}
.speech-bubble p {
    line-height: 0.4;
}


/*80ツアー*/
.tour p{
	font-weight: bold;
}
.tour{
	width: 30%;
	margin-right: 20px;
	text-align: center;
	padding-top: 8px;
	
}
.tour-title{
	color: #0077A6;
	font-size: 50px;
	line-height: 1;
}
/*見学スタイル選択ボタン*/
.careerfair-btn1 {
	margin-top:20px;
}
.careerfair-btn1 ul{
	padding-left:0;
	list-style:none;
	display:flex;
}
.careerfair-btn1 ul li{
	margin-right:5px;
}
.careerfair-btn1 ul li a{
	font-weight:bold;
	background-color:#D29D28;
	padding:10px 25px;
	color:#fff;
	font-size:20px;
	display:block;
}
@media(max-width:640px){
.careerfair-btn1 ul li a{
	font-size:17px;
}	
}
@media(max-width:520px){
.careerfair-btn1 ul{
	flex-wrap:wrap;
}
.careerfair-btn1 ul li{
	width:100%;
	margin:0 0 10px 0;
}	
.careerfair-btn1 ul li a{
	width:100%;
	text-align:center;
	padding:5px 0;
}	
}
/*.careerfair-style1 {
	background-color:#f5f8fc;
	border:solid 3px #0070A5;
	padding:0 30px;
	border-radius:20px;
	margin:50px 0;
}*/

.tour_point1{
	background-color:#fff;
	border-radius:10px;
	padding:10px 40px 30px 40px;
	box-sizing: border-box;
}
.tour_point1 h3{
	margin-bottom:30px;
}

.tour_point1 h3 span{
	border-bottom:double 5px #0070A5;
	padding-bottom:5px;
}
.tour-point-content {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.tour-point-content p{
	display:block;
	width:50%;
	margin:0;
	line-height:30px;
}
.tour-point-content p span{
	font-weight:bold;
}
.tour-point-img {
	display:flex;
	width:49%;
	justify-content: space-between;
}
.tour-point-img1 {
	width:49%;
}
.tour-point-img img{
	display:block;
	width:100%;
}
@media(max-width:960px){
.tour-point-content p{
	display:block;
	width:100%;
	margin:0;
	line-height:30px;
}	
.tour-point-img {
	display:flex;
	width:100%;
	justify-content: space-between;
	margin-top:20px;
}
}
@media(max-width:520px){
.tour-point-img {
	flex-wrap:wrap;
}
.tour-point-img1 {
	width:100%;
	margin-top:10px;
}	
.tour_point1{
	padding:10px 20px 20px 20px;
}
}
/*補足説明*/
.hosoku {
	background-color:#fff8e8;
	padding:10px 20px;
}
.hosoku p{
	margin:0;
}
.hosoku p::before {
	content:"■";
	color:#D29D28;
	margin-right:5px;
}

/*お申込み*/
.moushikomi-houhou {
	padding-bottom:50px;
}
.moushikomi {
	
}
.moushikomi .p-1{
	color:#0070A5;
	font-weight:bold;
	font-size:18px;
	display:inline-block;
	border-bottom:solid 2px;
	padding-right:10px;
	margin:0;
}
.moushikomi .p-1::before{
	content:"●";
	color:#0070A5;
	
}
.moushikomi .p-2{
	margin-bottom:25px;
	font-weight:bold;
}
