@charset "UTF-8";


main {
	padding-top: 100px;


	& div.job-post {
		width: calc(100% - 80px);
		max-width: 470px;
		margin: 0 auto;
		border-radius: var(--br-s);
		background: var(--color-base);
		overflow: hidden;

		& h1.job-title {
			font-size: var(--font-sizeL);
			font-weight: bold;
			padding: 1em 0;
			background: var(--color-sub1);
			color: var(--color-base);
		}
	  
		& div.job-details {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			flex-wrap: wrap;
			gap: 40px;
			padding: 40px 20px;
			text-align: left;
		  .job-title {

		  }
		  .job-detail-item {
			flex: 1 100%;

		  }
		  & h2 {
			font-size: var(--font-sizeM);
			margin-bottom: 10px;
		  }
		  & div.job-detail-item.job-position {
			
			& h2.job-detail-heading {

	  
			}
	  
			& p.job-detail-content {
	  
			}
		  }
	  
		  & div.job-detail-item.job-period {
			& h2.job-detail-heading {
	  
			}
	  
			& p.job-detail-content {
	  
			}
		  }
	  
		  & div.job-detail-item.job-hours {
			& h2.job-detail-heading {
	  
			}
	  
			& p.job-detail-content {
	  
			}
		  }
	  
		  & div.job-detail-item.job-holidays {
			& h2.job-detail-heading {
	  
			}
	  
			& p.job-detail-content {
	  
			}
		  }
	  
		  & div.job-detail-item.job-overtime {
			& h2.job-detail-heading {
	  
			}
	  
			& p.job-detail-content {
	  
			}
		  }
	  
		  & div.job-detail-item.job-comment {
			flex: 100%;
			border-top: 2px var(--color-accent1) dotted;
			padding-top: 40px;
			& h2.job-detail-heading {
	  
			}
	  
			& p.job-detail-content {
	  
			}
		  }
		}
	  }
}





.text-test {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
  }
  .text-test:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
  }
  .textarea-text {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	height: 100px;
	padding: 0.4em 0.8em;
	width: 100%;
  }
  .textarea-text:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
  }
  .radio-test {
	display: none;
  }
  .radio-test + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.2em 0;
	padding: 0 0 0 1.2em;
	position: relative;
  }
  .radio-test + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
  }
  .radio-test + span::after {
	-webkit-transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 4px;
	opacity: 0;
	padding: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 8px;
  }
  .radio-test:checked + span::after {
	opacity: 1;
  }
  .check-test {
	display: none;
  }
  .check-test + span {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.2em 0;
	padding: 0 0 0 1.2em;
	position: relative;
  }
  .check-test + span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 2px;
	content: "";
	display: block;
	height: 1em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
  }
  .check-test + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 3px solid rgba(0, 0, 0, 0.32);
	border-left: 3px solid rgba(0, 0, 0, 0.32);
	content: "";
	display: block;
	height: 0.6em;
	left: 0;
	margin-top: -0.2em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 1em;
  }
  .check-test:checked + span::after {
	opacity: 1;
  }
  
  .select-test {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent url(https://haniwaman.com/wp/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
  }
  .select-test::-ms-expand {
	display: none;
  }
  .select-test:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
  }
  
  .submit-test {
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0.32);
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	margin: 0 0 1em;
	padding: 0.6em 2em;
	text-decoration: none;
  }
  .submit-test:hover,
  .submit-test:focus {
	outline: none;
  }
  .submit-test::-moz-foucus-inner {
	border: none;
	padding: 0;
  }
  #file-test {
	display: none;
  }
  #file-test-label {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.16);
	cursor: pointer;
	padding: 0.4em 0.8em;
  }
  #file-test-name {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0;
	color: inherit;
	display: none;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0;
	width: 100%;
  }
  
  
  
  
  
  /******form_frame*****************************/
  
  
  .form_frame{
	  /*! width: 100%; */
  /*! height: 120vh; */
	  /*! display: block; */
	/*! position: fixed; */
	  /*! bottom:0px; */
	  /*! left:0px; */
	  overflow: hidden;
	  padding:0px;
	  /*! z-index:10000; */
	  /*! position: relative; */
	  }
  
  .form_frame label.coming {
	  width: 50px;
	  height: 50px;
	  position: fixed;
	  bottom: 5px;
	  left: 5px;
	  display: block;
	  margin: 0;
	  background-image: url(../img/form_frame_icon.svg);
	  background-position: center;
	  background-size: 50px;
	  background-repeat: no-repeat;
  /*    border: 1px solid #fff;*/
	  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
	  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
	  -moz-filter:filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
	  -ms-filter:filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
	  animation-name: shake_2;
	  animation-duration: 10s;
	  animation-iteration-count: infinite;
	  z-index: 100;
	  }
  
  
  
  .form_frame label.xbutton {
	  position: absolute;
	  display: block;
	z-index: 100;
	top: -15px;
	  right: -15px;
	  width: 30px;
	  /*! margin-left: max(20%,200px); */
	  margin-right: 0;
	  }
  .form_frame label.xbutton img {
	  width: 30px;
  
	  }
  
  .form_frame input[type="checkbox"].on-off{
	  display: none;
	  }
  
  .form_frame .form_frameInner {
	  width: 80%;
	  max-width: 400px;
	  /*! height: 570px; */
  /* 	max-height: 500px; */
	margin:  auto;
	  z-index:10;
	  border-radius: 5px;
	  box-shadow:0 4px 10px 4px rgba(0,0,0,.3);
	  color: #272727;
	  position: fixed;
	top: -200vh;
	bottom: 0;
	left: 0;
	right: 0;
	height:  fit-content;
	background: var(--color-base);
	transition: .3s;
	  }
  .form_frame .formframeBack {
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  transition: all 0.5s;
	  margin: auto;
	  padding: 1em 0;
	  list-style: none;
	  position: fixed;
	  left:0;
	  background-color: rgba(90,90,90,0.6);
	  width: 100vw;
	  height: 100vh;
	  z-index:9;
	  top: 0;
	  bottom: 0;
	display: none;

	  }
  .form_frame  div .wpcf7{
	width: 100%;
	z-index: 10;
	background: var(--color-base);
	border-radius: 5px 5px 0 0;
	  }
  
  
  .form_frame input[type="checkbox"].on-off + div{
	  /*! overflow: hidden; */
	  }
  
  .form_frame input[type="checkbox"].on-off:checked + .form_frameInner {
		  top:0%;
		  }
  .form_frame input[type="checkbox"].on-off:checked ~ .formframeBack {
		  display: block;
		  }
  
  .form_frame input[type="checkbox"].on-off:checked ~ .coming{
		  /*! display: none; */
		  animation-duration: 1.5s;
		  }
  
  /* .form_frame .wpcf7 {
	  width: 500px;
	  height: auto;
	  display: block;
  
	  top: 50px;
	  left: 0;
	  right: 0;
	  margin-top: 20px;
	  background: var(--color-base);
	  padding-bottom: 20px;
	  } */
  
  .wpcf7 .centerbutton{
	  position: relative;
	  display: inline-block;
	  margin: 1em auto;
	  border-radius: 5px;
	  padding: 15px 25px;
	  font-size: 1em;
	  font-weight: bolder;
	  text-decoration: none;
	border: none;
  /* 	box-shadow: 0px 5px 0px 0px #CC8500; */
	  background: #999999;
	  color: #fff;
	  transition: 1s;
	letter-spacing: .5em;
	  }
  
  
  .wpcf7 .centerbutton:active {
	  transform: translate(0px, 5px);
	  -webkit-transform: translate(0px, 5px);
	  box-shadow: 0px 1px 0px 0px;
	  }
  
  .wpcf7 .centerbutton:hover {
	   background: #cccccc;
	  }
  
  
  
  
  
  /* contactform内部 **********************/
  
  
  .wpcf7 {
	width: 90%;
	margin: 0 auto;
	max-width: 800px;
	background: var(--color-base);
	border-radius: var(--br-m);
	overflow: hidden;
  }
  @media (max-width:700px) {
  
	main .wpcf7{
	   margin-top: 60px;
	 }
  
  }
  .wpcf7 form{
	  width: 100%;
	  margin: 0 auto 20px;
	  text-align: center;
	  }
  .wpcf7 form h3 {
	background: var(--color-sub1) !important;
	color: var(--color-base) !important;
	font-size: 1.5em;
	padding: .5em;
	margin-bottom:30px;
	border-radius: 5px 5px 0 0;
  }
  .wpcf7 form p {
	margin-bottom: 5px;
	line-height: 1em;
  }
  .wpcf7 form .wpcf7-response-output{
	width: 90%;
	display: block;
	margin: 0px auto ;
	line-height: 2em;
	border-color: var(--color-accent2);
	color: var(--color-accent2);
	background: var(--color-base);
  /*   position: absolute;
	top: 0;
	bottom: 0;
	z-index: 100;
	height: 5em;
	left: 0;
	right: 0;
	margin: auto; */
  } 

  .wpcf7 form input.wpcf7-submit {
	padding: 5px 10px;
	border: none;
	background: var(--color-accent1);
	color: #fff;
	border-radius: 20px;
	width: min(70% , 300px);
	height: 40px;
	margin: 20px auto 0;
	display: block;
  }
  .wpcf7-spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  }
  .wpcf7 form p label {
	width: 90%;
	display: block;
	margin: 15px auto;
	/*! line-height: 1.5em; */
	text-align: left;
  }
  .wpcf7 form p label .title{
	margin-top: 5px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
  }
  
  .wpcf7 form p label .title .red{
	margin: 0;
	display: inline;
	padding: .2em 1em;
	margin-left: 1em;
	font-size: .75em;
	line-height: 1.5em;
	background: #ffffff;
	color: #dc3232;
	vertical-align: middle;
  }
  .wpcf7 form p label input, .wpcf7 form p label textarea{
	  font-size:1.2em;
	  line-height: 1.4em;
	  margin-bottom: .5em;
	  padding-left: 0.5em;
		  color: #333333;
	  background-color: var(--color-sub4);
	  border: solid 1px rgba(255,255,255,0.5);
	  width: 100%;	
	  box-sizing: border-box;
	  position: relative;
	  z-index: 10;
  
	  }
  .wpcf7 form p label.message textarea{
	  height: 150px;
	  font-size: 12px;
  }
  .wpcf7 form p label.check {
	vertical-align: middle;
	height: 1em;
  } 
  .wpcf7 form p label.check span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	margin: 0;
  } 
  .wpcf7 form p label.check span input{
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	padding: 0;
	position: initial;
	width: auto;
	margin: 0 1em 0 0;
	font-size: 1em;
  } 
  .wpcf7 form p label.recaptcha{
	margin: 0 auto 10px;
	display: inline-block;
	text-align: center;
	border: none;
  }
  .wpcf7 form p .wpcf7-radio {
	  display: flex;
	flex-direction: column;
	  text-align: left;
	  margin: 20px 5px;
  }
  .wpcf7 form p .wpcf7-radio .wpcf7-list-item label  {
	  /*! display: inline; */
	/*! width: 12px; */
	  margin: 0;
  }
  
  .wpcf7 form p .wpcf7-radio .wpcf7-list-item label input {
	  display: inline;
	width: 12px;
  }
  
  
  
  
  
  
  .wpcf7 .custom-wpcf7cp-confirm{
	  /*! width: 100%; */
	  /*! margin: 0 auto; */
	  /*! text-align: center; */
	  /*! border-radius: 5px 5px 0 0; */
	  }
  .wpcf7 .custom-wpcf7cp-confirm h3 {
  
  }
  .wpcf7 .custom-wpcf7cp-confirm p {
	margin-bottom: 5px;
	line-height: 1em;
  }
  .wpcf7 #wpcf7cpcnf  {
	top: 0;
  }
  .wpcf7 #wpcf7cpcnf table {
	margin: 0 auto;
	text-align:left;
	width:100%;
  }
  .wpcf7 #wpcf7cpcnf table:before {
	content:"問い合わせ確認";
	width: 100%;
  /*   height: 50px; */
	/*! line-height: 50px; */
	display: block;
	color: var(--color-base);
	background: var(--color-main);
	text-align: center;
	/*! vertical-align: middle; */
	font-size: 1.5em;
	padding: .8em;
	margin-bottom:30px;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
  font-size:  1.5em;
  line-height: 1.5em;
  font-family: var(--font-titg);
  font-weight: bold;
  }
  .wpcf7 #wpcf7cpcnf table tr {
  display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
  /*   display: block; */
	margin: 15px auto;
	/*! line-height: 1.5em; */
	text-align: left;
  
  }
  .wpcf7 #wpcf7cpcnf table th {
	margin-top: 5px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
  }
  .wpcf7 #wpcf7cpcnf table td {
	  font-size:1.2em;
	  line-height: 1.4em;
	  margin-bottom: .5em;
	  padding-left: 0.5em;
	  color: #333333;
  /* 	background-color: #f5f5f5; */
	  border: solid 1px rgba(255,255,255,0.5);
	  width: 100%;	
	  box-sizing: border-box;
	  position: relative;
	  z-index: 100;
	background: var(--color-sub2);
	
  }
  .wpcf7 #wpcf7cpcnf table p {
  
  }
  .wpcf7 #wpcf7cpcnf .wpcf7cp-btns {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
  }
  .wpcf7 #wpcf7cpcnf button:nth-of-type(1) {
	padding: 5px 10px;
	border: none;
	background: var(--color-base);
	color:  var(--color-main);
	border: solid 2px  var(--color-main);
	border-radius: 5px;
	width: 35%;
	height: 40px;
	margin: 0;
  }
  .wpcf7 #wpcf7cpcnf button:nth-of-type(2) {
	padding: 5px 10px;
	border: none;
	background: var(--color-main);
	color: #fff;
	border-radius: 5px;
	width: 64%;
	height: 40px;
	margin: 0;
  }
  
  
  