@charset "UTF-8";
@media screen and (min-width: 1080px){
  #main-nav ul a {color:#100F10;}}

/* --------------------
   HERO
-------------------- */
#hero { padding: 180px 0 140px;}
#hero .photo {
  margin-top: 50px;
  border-radius: 0 20px 20px 0;
  background: url("../images/service/title.jpg") no-repeat center center;
  background-size: cover;
  height: 440px;
  width: calc(100vw - 40px);}
@media screen and (max-width: 1080px){
  #hero .text { padding: 0 4vw;}}
@media screen and (max-width: 768px){
  #hero { padding: 120px 0 15vw;}
  #hero .photo { margin-top: 5vw; height: 40vw;}}
@media screen and (max-width: 480px){
  #hero .photo {width: 95vw; border-radius: 0 10px 10px 0;}}

/* --------------------
   JOB
-------------------- */
#job { padding-bottom: 120px;}
#job .tablearea {
	padding-bottom: 80px;
	padding-top: 60px;}
#job table {
	border-top: 1px solid #E0DFDF;
	width: 100%;
	border-spacing:0;}
#job table th, #job table td {
	padding: 16px 0 16px 20px;
	text-align: left;
	vertical-align: text-top;
	border-bottom: 1px solid #E0DFDF;}
#job table th { color: #00CC18;}
@media screen and (max-width: 1080px){
	#job .tablearea { padding-top: 40px;}}
@media screen and (max-width: 768px){
	#job { padding-bottom: 15vw;}
	#job .tablearea { padding-bottom: 40px;}
  #job table th, #job table td { display: block;}
  #job table th { border: none; padding-bottom: 0;}
  #job table td { padding-top: 4px;}}
@media screen and (max-width: 480px){
	#job .tablearea { ppadding-top: 20px;}}

/* --------------------
   CONTACT
-------------------- */
#contact p a.memo {
	color: #00B4CC;
	text-decoration: underline;
	display: inline-block;}
#contact {
  padding-top: 80px;
  padding-bottom: 240px;
  background: #fff;}
#contact .content { max-width: 760px;}
#contact h2 {
  padding-top: 30px;
  padding-bottom: 60px;}
#form { margin-top:40px;}
#contact dl {
  align-items: center;
  padding: 30px 0;
  column-gap: 20px;
  border-top: 1px solid #eee;
  display: flex;}
#contact dl.noborder {
  border: none;
  padding-bottom: 0;}
#contact dl dd {
  flex-wrap: wrap;
  align-items: center;
  display: flex;} 
#contact dl .req,#contact dl .no {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  background: #00CC18;
  color: #fff;}
#contact dl .no { background: #E0DFDF;}
#contact dt { width: 40px;}
#contact dl dl { width: 640px;}
#contact dd a {
  display: inline-block;
  text-decoration: underline;}
#contact h3 {
  width: 200px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;}
#contact dl p.kome {
  font-weight: 500;
  color: #A70719;}
#contact input[type="text"], #contact textarea, #contact input[type="mail"], #contact input[type="tel"],#contact input[type="date"],select {
  appearance: none;
  background: #fff;
  border: 1px solid #E7EAEA;
  border-radius: 4px;
  font-size: 16px;
  height: 50px;
  padding: 0 0.5em;}
#contact textarea { height: 240px; padding: 0.5em 0.5em;}
#contact .full { width: 500px;}
#contact dd.flex {
  display: flex;
  align-items: center;
  column-gap: 10px;}
#contact dd dt { width: 120px;}
#contact input[type="radio"] { display: none;}
#contact span.checkbox-label {
	position: relative;
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 0 0 0 37px;
  font-weight: 500;
	line-height:40px;
	height: 40px;
	vertical-align: middle;
	cursor: pointer;}
#contact .checkbox-label:before {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  content: '';
  border: 1px solid #100F10;
  background: #fff;}
#contact .checkbox-label:after {
	position: absolute;
	top: 11px;
	left: 5px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: #000;
	content: '';
	opacity: 0;}
#contact input[type=radio]:checked + .checkbox-label:after { opacity: 1!important;}
#contact input[type="checkbox"] { display: none;}
#contact .checkbox2 {
  margin-top: 10px;
  width: 480px;
  height: 50px;
  border-radius: 4px;
  background: #f2f2f2;}
#contact span.checkbox2-label {
	position: relative;
	display: inline-block;
  line-height: 50px;
	margin: 0 40px 0 0;
	padding: 0 0 0 50px;
  font-weight: 500;
	height: 50px;
	vertical-align: middle;
	cursor: pointer;}
#contact .checkbox2-label:before {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  content: '';
  border:1px solid #000;
  background: #fff;}
#contact .checkbox2-label:after {
	position: absolute;
	top: 18px;
	left: 18px;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	background-color: #000;
	content: '';
	opacity: 0;}
#contact input[type=checkbox]:checked + .checkbox2-label:after { opacity: 1!important;}
#contact input[type=submit],#contact input[type=reset] {
  cursor:pointer;
  margin: 60px auto 0;
  background: #00CC18;
  max-width: 540px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 24px;
  border: 0;
  font-weight: 700;
  display: block;
  line-height: 80px;
  height: 100px;}
::placeholder { color: #E0DFDF;}
@media screen and (max-width: 1080px){
	#contact .text { padding: 40px 0; text-align: left;}
	#contact .form { background: none;padding: 0 0 40px;}
	#contact dl { align-items: flex-start;}
	#contact dd { width: 100%;}
	#contact h3 { padding-bottom: 10px;width: 100%;}
	#contact .full { width: 100%;}
	#contact .checkbox2 { display: block;width: 100%;}}
@media screen and (max-width: 768px){
	#contact { padding: 15vw 4vw 30vw;}
	#contact h2 { padding: 20px 0 30px;}
	#contact input[type=submit] { margin-top: 30px;}}
@media screen and (max-width: 480px){
	#contact h2 { padding: 10px 0 20px;}
	#contact dl { display: block; padding: 20px 0;}
	#contact dl dd { display: block;}
	#contact dl dl, #contact .full{ width: 100%;}}