@charset "utf-8";
/* CSS Document */
::placeholder{
  color:#CCC;
}


div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

#contact .wrap{
	background: url("../img/bg_contact.jpg") no-repeat;
	background-position: 50% -30%;
	background-size: 160%;
}
#contact .content{
	background-color: rgba(256,256,256,0.85);
}
#contact footer{
	background-color: #03CDC7;
}
form{
    -webkit-appearance: none;
}
#form{
	width: 80%;
	margin: 0 auto;
}
#thanks_form{
	background-color: #fff;
}
#thanks_form #privacy_wrapper{
	width: 80%;
	margin: 2em auto;
}
form{
	width: 80%;
	margin: 0 auto;
	margin-top: 1em;
	margin-top: 0;
	padding-top: 1em;
}
p.item_name{
	width: 100%;
	margin: 0;
	box-sizing:border-box;
}
/* ▼▼▼ 個人情報入力欄 ▼▼▼ */
form p.ttl_form{
	font-size: 120%;
	border-left:5px solid #078581;
	margin-left: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}
.elem_p_info{
	border-bottom: 1px solid #DDD;
	margin-bottom: 2em;
}
form .elem_p_info dl{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	border: 1px solid #DDD;
	border-bottom: 0;
	background-color: #eafafa;
	/*background-color: #92d7d5;*/
}
form .elem_p_info dt.need_item{
	position: relative;
}
form .elem_p_info dt.need_item:before{
	content:'必須';
	position: absolute;
    right: 0.25em;
    color: #FFF;/*#ea0304*/
    width: 3em;
    text-align: center;
    background-color: #167F92;
	background-color: #ea0304;
	background-color: #dc0508;
	font-size: 80%;
    font-weight: bold;
}
form .elem_p_info dt{
	width: 20%;
	padding: 12px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
form .elem_p_info .tab-wrap dt{
	border-top:none;
}
form .elem_p_info dl.free_box{
	display: block;
	width: auto;
	border: none;
}
form .elem_p_info .free_box dd{
	display: block;
	padding: 0;
	border: none;
}
form .elem_p_info dd{
	position: relative;
	/*height: 100%;*/
	width: 80%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background-color: #FFF;
	border-left: 1px solid #DDD;
	padding: 2px 0;
}
form #contact_box dd{
}
form .FlexTextarea{
	width: 96%;
	margin: 0.5em 2%;
}
form textarea{
	width: 100%;
	height: 8em;
	vertical-align: middle;
	box-sizing:border-box;
}
/*form .elem_p_info .contact_box .tab-content > dl,
form .elem_p_info .contact_box .tab-content > dd{
	border:none;
}*/
form .elem_p_info dd > p{
	width: 46%;
	margin: 0 2%;
	padding: 0.5em 0;
	font-size: 90%;
}
form .elem_p_info .name_group01 dd > p,
form .elem_p_info .name_group02 dd > p{
	width: 22%;
}
form .elem_p_info .name_group01 dd > p:first-child,
form .elem_p_info .name_group02 dd > p:first-child{
	margin-right:0;
}
form input.text_box{
    width: 100%;
    font-size: 120%;
    line-height: 2em;
    /* margin-left: 0.5em; */
}
select.ddBox[name="select"]{
	font-size: 110%;
	border:1px solid #999;
	height: 2.5em;
	line-height: 2.5em;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: url(../img/sbox_arrow.png) right 50% no-repeat #f3fafd;
    background-size: 2em auto;
	padding-left: 0.5em;
	padding-right: 3em;
}
/*個人情報保護方針*/
/*.FlexTextarea{
	position: relative;
	/*width: 96%;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.8;
}
.FlexTextarea__dummy {
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
  padding: 5px 15px;
  min-height: 120px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border: 1px solid;
}

.FlexTextarea__textarea {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #b6c3c6;
  border-radius: 4px;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  resize: none;
}

.FlexTextarea__textarea:focus {
  box-shadow: 0 0 0 4px rgba(35, 167, 195, 0.3);
  outline: 0;
}

.FlexTextarea　textarea{
 -webkit-appearance: none;
	/*width: 100%;
	margin: 0;
	border: 1px solid #999;
	box-sizing: border-box;
	height: calc( 1.3em * 5 );
    line-height: 1.3;
}*/
form dl.contact_box{
	background-color:#FFF0F8;
}
form dl.contact_box p.form_notice{
	background-color: #ff7f7f;
	background-color: #FFF0F8;
	border:1px solid #ff7f7f;
	/*font-weight: bold;*/
	padding: 0.5em;
	text-indent: 1em;
	margin: 0 1em;
	margin-bottom: 1em;
}
form dl.contact_box p.form_notice a{
	color: #e1001f;
	border-bottom:1px solid #e1001f;
}
form dl.contact_box dd span{
	margin-left: 1em;
}
form dl.contact_box dt p{
	/*padding-top: 12px;*/
}
p.btn_box{
	width: 100%;
	text-align: center;
	margin-top: 5em;
}
a.btn_arrow{
	/*position: relative;
	display: inline-block;
	width: 40%;
	padding: 12px;*/
	text-align: center;
	background-color: #379bff;
	height: 100%;
	color: #FFF;
	text-decoration: none;
}

#form p.btn-interview_list{
	text-align: center;
	padding-bottom: 5em;
}
#form p.btn-interview_list a {
	position: relative;
	display: inline-block;
	/*min-width: 16vw;
	width: 16vw;*/
	padding: 0.75em 0;
	color: #1f2427;
	/*overflow: hidden;*/
}
#form p.btn-interview_list a::before{
	content: ' ';
	position: absolute;
	top: -0.5em;
	left: -2em;
	width: 100%;
	height: 4em;
	background: rgba(3,205,199,0.5);
	z-index: -1;
}
#form p.btn-interview_list a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1f2427;
}
#form p.btn-interview_list a span{
	letter-spacing: .3em;
	font-weight: bold;
	padding-right: 2em;
	display: block;
	background: url("../img/arrow_next.png") 100% 50% no-repeat;
	background-size: auto 1em;
}
#form p.btn-interview_list a .interview_list--img svg {
    transform: translate(-50%, 0) rotate(10deg);
  }
.btn-interview_list a::after {
	animation: btn_ani 2s infinite forwards;
	animation-delay: -1s;
}


/*　*/


#form p.btn-interview_list button {
	position: relative;
	display: inline-block;
	/*min-width: 16vw;
	width: 16vw;*/
	padding: 0.75em 0;
	padding: 1em 0 1em 2em;
	color: #1f2427;
	/*overflow: hidden;*/

	-webkit-appearance: none;
	 -moz-appearance: none;
		  appearance: none;
	border: 0;
	border-radius: 0;
	background: none;
	text-shadow: none;
	font-size: inherit;
	margin-left: 2em;
	box-shadow: none;
}
#form p.btn-interview_list button::before{
	content: ' ';
	position: absolute;
	top: -0.5em;
	left: -2em;
	width: 100%;
	height: 4em;
	background: rgba(3,205,199,0.5);
	z-index: -1;
}
#form p.btn-interview_list button::after {
	content: '';
	position: absolute;
	left: 0;
	left: 1em;
	bottom: 0;
	bottom: 0.5em;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1f2427;
}
#form p.btn-interview_list button span{
	letter-spacing: .3em;
	font-weight: bold;
	padding-right: 2em;
	display: block;
	background: url("../img/arrow_next.png") 100% 50% no-repeat;
	background-size: auto 1em;
}
#form p.btn-interview_list button .interview_list--img svg {
    transform: translate(-50%, 0) rotate(10deg);
  }
.btn-interview_list button::after {
	animation: btn_ani 2s infinite forwards;
	animation-delay: -1s;
}

/* */

#privacy_contents {
    margin: auto;
    margin: 1em 0;
}
#privacy_title{
    margin-top:1em;
    text-align: center;
}
#privacy_title p {
    font-size: 180%;
}
#privacy_title p {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

#privacy_title p:before, #privacy_title p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

#privacy_title p:before {
  left:0;
}
#privacy_title p:after {
  right: 0;
}
#privacy01 {
    height: 250px;
    border: 1px solid #078581;
    overflow: scroll;
    overflow-x: hidden;
    margin: 10px auto;
    margin-top: 2em;
    padding: 1em 5em 3em 5em;
    line-height: 1.3em;
	background: #FFF;
}
#privacy01 p {
    margin-left: -1em;
    text-indent: 1em;
}
#selectbox_container {
    width: 75%;
	margin: 0 auto;
    text-align: center;
	margin-bottom: 7em;
}

#selectbox_container label {
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #078581;
    cursor: pointer;
    transition: opacity .2s;
    width: 50%;
    padding: 1em 0;
    margin-top: 3em;
    margin-bottom: 3em;
}
h3{
	text-align: center;
	margin: 2em 0 3em 0;
}
h3 span{
	font-size: 130%;
	letter-spacing: 1em;
	/*border:1px solid #000;
	border-top: none;*/
	background: rgba(3,205,199,0.3);
	/*background: #92d7d5;*/
	padding-left: 1em;
	text-align: center;
}
h4{
	text-align: center;
	margin: 2em 0;
	padding: 0.5em 0;
}
h4 span{
	font-size: 130%;
	letter-spacing: 0.5em;
	line-height: 1.6em;
	padding-left: 1em;
	text-align: center;
	background: rgba(3,205,199,0.3);
}
#privacy01 p{
	line-height: 1.5em;
}
#privacy_contents p.text_notice{
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
#privacy01 ul{
	margin: 2em 0;
}
#privacy01 ul li{
	margin-left: 2em;
	padding: 0.5em 0;
}
#privacy01 ul li p{
	padding-left: 1.8em;
}
#privacy01 ul.notice{
	margin-left: 2em;
}
#privacy01 p.text_right{
	text-align: right;
}
#privacy01 ul.concent_box{
    background-color: #FADBDA;
}
input[id="privace_chbox"] { display: none; }

table#mfp_confirm_table{
	margin-bottom: 2em;
}
#contact .mfp_element_text, #contact .mfp_element_number, #contact .mfp_element_select-one, #contact .mfp_element_email, #contact .mfp_element_tel, #contact .mfp_element_textarea, #contact .mfp_element_date, #contact .mfp_element_password{
	box-shadow: none;
}
.mfp_not_checked {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 110%;
	line-height: 2em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background: #FFF;
}
div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel{
	color: #000;
	background: none;
    background-color: rgba(3,205,199,0.3);
	border:none;
    border-bottom: 5px solid rgba(3,205,199,0.9);
    position: relative;
    padding: 0.5em 2em;
    border-radius: 100vh;
	text-shadow: none;
}
div.mfp_buttons button#mfp_button_cancel{
	padding: 0.5em 1.5em;
    background-color: rgba(153,153,153,0.3);
	border-bottom: 5px solid rgba(153,153,153,0.9);
}
div.mfp_buttons button#mfp_button_send:hover{
    background: rgba(3,205,199,0.3);
    margin-top: 3px;
    border-bottom: 2px solid rgba(3,205,199,0.9);
	box-shadow: none;
}
div.mfp_buttons button#mfp_button_cancel:hover{
    background: rgba(153,153,153,0.3);
    margin-top: 3px;
    border-bottom: 2px solid rgba(153,153,153,0.9);
	box-shadow: none;
}
div.mfp_buttons{
	height: 5em;
}
/*input[id="privace_chbox"]  */.mfp_not_checked:last-child { margin-bottom: 0; }

/*input[id="privace_chbox"]  */.mfp_not_checked::before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	border: 1px solid #000;
	position: absolute;
	left: 0;
	top: 0;
	/*top: -1.5em;*/
	bottom: 0;
	margin: auto;
	opacity: .6;
	line-height: 2em;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
	border-radius: 0;
    margin-left: 10%;
}

.mfp_checked {

	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 110%;
	line-height: 2em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background: #FFF;	
	
	font-weight: bold;
    background-color: rgba(3,205,199,0.3);
    background-color: #FADBDA;
}

.mfp_checked::before {
	content: '';
	width: 1em;
	height: 1em;
	top: -5px;
	left: 5px;	
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	
	
	display: block;
	width: 1em;
	height: 1em;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	line-height: 2em;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
	border-radius: 0;
	margin-left: 10%;
}

#contact div.mfp_err{
	/*position: absolute;
	bottom: -2em;
	left: 3em;
	background-position: 0px 5px;*/
}

@media screen and (max-width:1500px){
	form .elem_p_info dt{
		width: 30%;
	}
	form .elem_p_info dd{
		width: 70%;
	}
	#selectbox_container label{
		width: 60%;
	}
}
@media screen and (max-width:1024px){
	form{
		width: 100%;
	}
	form p.ttl_form{
		margin-left: 0;
	}
	#selectbox_container label{
		width: 70%;
	}
}

@media screen and (max-width:768px){
	#contact .wrap{
		background-position: 55% 0;
		background-size: cover;
	}
	#form{
		width: 90%;
	}
	form{
		width: 96%;
	}
    input[id="privace_chbox"] + label:before {
        margin-left: 5%;
    }
	#privacy_contents {
        width: 100%;
	}
	#privacy01{
		padding: 1em 2em;
		margin-top: 2em;
	}
	#privacy01 h3{
		margin-top: 2em;
	}
	#privacy01 ul li{
		margin-left: 0;
	}
    #privacy_title p {
        font-size: 150%;
    }
	#selectbox_container{
		width: 85%;
	}
	#selectbox_container label {
		width: 100%;
	}
	.elem_p_info{
		border: 1px solid #DDD;
		border-top: none;
	}
	form .elem_p_info dl{
		display: block;
		border: none;
		border-top: 1px solid #DDD;
	}

	form .elem_p_info dd{
		width: 100%;
		border-left: 0;
	}
	form .elem_p_info dt{
		width: 100%;
		border-bottom: 1px solid #DDD;
	}
	form .elem_p_info .tab-content dt{
		border-bottom: none;
	}
	form .elem_p_info .name_group01 dd > p,
	form .elem_p_info .name_group02 dd > p{
		width: 48%;
	}
	form .elem_p_info dd > p{
		width: 98%;
	}
	a.btn_arrow{
		width: 70%;
		padding: 0.5em;
	}
	p.btn_box{
		margin-top: 2em;
	}
	form .elem_p_info dd > p{
		width: 46%;
		margin: 0 2%;
		padding: 0.5em 0;
		font-size: 90%;
	}
	form .elem_p_info .name_group01 dd > p,
	form .elem_p_info .name_group02 dd > p{
		width: 46%;
	}
	span.sp_br:before{
		content: "\A" ;
		white-space: pre ;
	}
	form .elem_p_info dd{
		display: block;
	}
	form .elem_p_info .name_group01 dd > p,
	form .elem_p_info .name_group02 dd > p{
		width: 96%;
	}
	form .elem_p_info dt.need_item:before{
		display: none;
	}
	form .elem_p_info dt.need_item:after{
	content:'必須';
	left: 0.25em;
	color: #FFF;/*#ea0304*/
	width: 3em;
	text-align: center;
	background-color: #167F92;
	background-color: #ea0304;
	background-color: #dc0508;
	font-size: 80%;
	font-weight: bold;
	margin-left: 0.5em;
	}
}
@media screen and (min-width:767px){
}
@media screen and (max-width:414px){
    #privacy_wrapper {
        width: 100%;
	}
	#selectbox_container label{
		text-align: left;
		padding-left: 4em;
	}
	#privacy_title p{
		font-size: 130%;
		padding: 0 3em;
	}
	#privacy_title p:before,
	#privacy_title p:after{
		width: 2em;
	}
	#privacy01 h3 span{
		padding-left: 0.5em;
		letter-spacing: 0.5em;
	}
	#privacy01 h3{
		margin-bottom: 2em;
	}
	form .elem_p_info dd > p{
			width: 94%;
	}
	#contact div.mfp_err{
		left: 1.5em;
	}
}
@media screen and (max-width:320px){
	#selectbox_container label{
		width: 100%;
	}
	#selectbox_container {
    	width: 85%;
	}
	#contact div.mfp_err{
		left: 0em;
		bottom: -4em;
	}

}

