/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

	


.wp-block-heading{
	line-height:1.4;
	border:none;
	margin:0;
	padding:0;
}

.fk_back{
	background-color:#fef5e5;
	display:block;
}

/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/



.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}

.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}


/*――――「表」デザイン――――*/

.cform th {
	font-size: 15px;
	width: 28%; 
	border-bottom: solid 2px #ffffff;
	padding: 0.6rem 0px 0.6rem 1rem;

	/* font-weight: bolder; */
}

.thbk_f{

}
.thbk_f th{
	background-color:#f5ddb3;
}

.saiyo_f{

}
.saiyo_f th{
	background-color:#eee;
}

.cform td {
	font-size: 15px;
	line-height: 200%;
	/*border-bottom: solid 1px #d6d6d6;*/
	padding: 10px 10px;
}


/*―――――表示―――――*/

.cform {
	width: 100%;
	margin: auto;
	margin-bottom:2rem;
}


.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 90%;
}



@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 97%;
  /* border: 1px solid #999; */
  padding: .5em 1em;
		display: block;
		border-top: none;
	}
}


/*―――「必須」デザイン―――*/
.required-srt {
font-size:0.9em;
padding: 2px 8px;
border-radius: 5px;
margin-left: 0.5em;
background: #c84f4f;
color: #ffffff;
}

/*-----*/

/*フォーム用プライバシーポリシー*/
.form_pp{
	display: block; 
	background-color: #eee; 
	padding: 1rem 2rem; 
	margin-bottom: 2rem;
	margin-top:1rem;
}

/*ATEMS Mobileフォーム用*/
.cform2 th {
	font-size: 1.2rem;
	width: 20%; 
	border-bottom: solid 1px #f2f2f2;
	padding: 10px 0 10px 15px;
	font-weight: normal;
}

.cform2 td {
	font-size: 16px;
	line-height: 150%;
	border-bottom: solid 1px #f2f2f2;
	padding: 10px 5px;
}

.cform2 {
	width: 100%;
	margin: auto;
}

.cform2 [type=submit] {
	display: inline-block;
	font-size: 16px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #f2f2f2;
	border-radius: 3px;
}


.cform2 option,
.cform2 textarea,
.cform2 input[type=text],
.cform2 input[type=email],
.cform2 input[type=search],
.cform2 input[type=url] {
	width: 100%;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #1D519B
	color: #fff;
	border-radius: 3px;
        border: 1px solid #f2f2f2; 
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.cform2 th,
	.cform2 td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

.submit-btn input {
	background: #00142c;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #f2f2f2 solid; /* ボーダーの色を変更 */
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;/* 背景色を変更 */
	color: #00142c;
}

html {
  scroll-behavior: smooth;
}


/*--採用---*/

.saiyo_topmenu {
  position: fixed;
  width:100%;
  top: 0;
	left:0;
  z-index: 1000;
}

.saiyo_list,.saiyo_list_here{
	display:block;
	background-color:#fff;
	border-radius:20px;
	font-size:1.2rem;
	padding-left:0.8em;
	width:90%;
	margin-left:1.5em;
}

.saiyo_list{
	border:2px solid #666;
	list-style-image: url("https://www.pnet.jp/wp-content/uploads/2023/10/saiyo-list.png");
}

.saiyo_list_here{
	border:2px solid #ccc;
	list-style-image: url("https://www.pnet.jp/wp-content/uploads/2023/11/saiyo_list_here.png");
	color:#999;
}

.saiyo_list li{
	text-align:left;
}

.saiyo_list li a{
	color:#000;
}

.saiyo_list_parent {
  position: relative;
}
.saiyo_list_child {
  position: absolute;
  top: 1em;
  left: 1em;
}

.saiyo_features{
	
}

.saiyo_features_h4{
	font-weight:bold;
	border-bottom:2px dotted #666666;
	padding-bottom:10px;
	color:#666;
	font-size:1.5rem;
}

.saiyo_features_menu{
	
}

.saiyo_features_menu a{
	
}

.saiyo_footer{
	
}

.saiyo_footer a{
	color:#fff;
	text-decoration:none;
}

.saiyo_footer a:hover{
	color:#e1c621;
}

.saiyo_totop{
	margin-top:8rem;
	text-align:center;
	font-size:1.2rem;
}

.saiyo_totop a{
	color:#666;
	border:4px solid #c0c0c0;
	border-radius:20px;
	background-color:#fff;
	padding:1rem;
	width:100%;
	display:block;
	background:url("https://www.pnet.jp/wp-content/uploads/2023/11/totop.png") no-repeat right center;
}

.saiyo_totop a:hover{
	background-color:#eee;
	text-decoration:none;
}

.saiyo_toyoko{
	margin-top:8rem;
	text-align:center;
	font-size:1.2rem;
}

.saiyo_toyoko a{
	color:#666;
	border-radius:20px;
	background-color:#fff;
	padding:1.5rem 2rem 2rem 6rem;
	width:100%;
	height:6rem;
	display:block;
}

.saiyo_toyoko_app a{
	border:4px solid #d18530;
	background:url("https://www.pnet.jp/wp-content/uploads/2023/11/jobinfo_appe.png") no-repeat 15px center;
	background-size: 70px;
}

.saiyo_toyoko_web a{
	border:4px solid #d18530;
	background:url("https://www.pnet.jp/wp-content/uploads/2023/11/jobinfo_webe.png") no-repeat 15px center;
	background-size: 70px;
}

.saiyo_toyoko_test a{
	border:4px solid #d18530;
	background:url("https://www.pnet.jp/wp-content/uploads/2023/11/jobinfo_teste.png") no-repeat 15px center;
	background-size: 70px;
}

.saiyo_toyoko_sol a{
	border:4px solid #bbbd39;
	background:url("https://www.pnet.jp/wp-content/uploads/2023/11/jobinfo_sales.png") no-repeat 15px center;
	background-size: 70px;
}

.saiyo_toyoko_cus a{
	border:4px solid #bbbd39;
	background:url("https://www.pnet.jp/wp-content/uploads/2023/11/jobinfo_custe.png") no-repeat 15px center;
	background-size: 70px;
}

.saiyo_toyoko_us a{
	border:4px solid #4ba27f;
	background:url("https://www.pnet.jp/wp-content/uploads/2023/11/jobinfo_us.png") no-repeat 15px center;
	background-size: 70px;
}

.saiyo_toyoko_other a{
	border:4px solid #003459;
	background:url("https://www.pnet.jp/wp-content/uploads/2023/12/jobinfo_other.png") no-repeat 15px center;
	background-size: 70px;
}

.saiyo_toyoko a:hover{
	background-color:#eee;
	text-decoration:none;
}


.saiyo_pan{
	
}

.saiyo_pan a{
	color:#000;
}

.saiyo_pan span{
	color:#666;
}

.saiyo_data_cont{
	border:4px solid #c0c0c0;
	text-align:center;
	border-radius:20px;
	padding:20px;
	margin-top:20px;
}

.saiyo_data_cont h3{
	font-size:1.6rem;
	margin-top:20px;
}

.saiyo_data_cont h5{
	color:#666;
	margin-bottom:20px;
}

.saiyo_data_cont p{
	text-align:left;
	margin-top:20px;
	margin-left:0.5rem;
}

.saiyo_interview{
	
}

.saiyo_interview h4{
	margin-top:40px;
	font-weight:bold;
}

.saiyo_interview p{
	margin-top:20px;
}

.saiyo_interview_US{
	
}

.saiyo_interview_US h4{
	color:#4ba27f;
}

.saiyo_interview_SS h4{
	color:#bbbd39;
}

.saiyo_interview_QA h4{
	color:#d18530;
}

.saiyo_interview_link{

}

.saiyo_interview_link a{
	color:#333333; !important
}

.saiyo_interview_link a:hover{
	text-decoration:none; !important
}



@media screen and (max-width: 1980px) {

	.saiyo_list_parent {
		width:539px;
		height:300px;
	}
	
	.saiyo_list_child{
	position: absolute;
	left:28px;
	top:280px;
}
	
	.saiyo_conttop{
		margin-top:40px;
	}
	
}
@media screen and (max-width: 560px) {
	.saiyo_list_parent {
		width:330px;
		height:184px;
	}	
	
	.saiyo_list_child{
	position: absolute;
	left:28px;
	top:164px;
}
	
	.saiyo_conttop{
		margin-top:80px;
	}
}


select[name="入学年"] {
width:100px;
	margin-right:10px;
}

select[name="入学月"] {
width: 60px;
	margin:auto 10px auto 20px;
}

select[name="卒業予定年"] {
width:100px;
	margin-right:10px;
}

select[name="卒業予定月"] {
width: 60px;
	margin:auto 10px auto 20px;
}

img { max-width: 100%; height: auto; }