@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #f3f3ee;
}
/*=======================================================

top画像

=======================================================*/
.section-top__image-pc{
  display: none;
}
.section-top__image-mobile{
  max-width: 375px;
  width: 100%;
}
@media(min-width:800px){
  .section-top__image-pc{
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .section-top__image-mobile{
    display: none;
  }
}
/*=======================================================

行動指針

=======================================================*/
.section-action {
  padding: 40px 0;
  background-color: #f6f6f6;
}
.section-action__main-guidelines{
  margin-top: 20px;
  font-weight: 900;
  font-size: 1.8rem;
}
.section-action__guidelines{
  line-height: 2.8rem;
}
@media(min-width:800px){
  .section-action__main-guidelines{
    font-size: 2.4rem;
  }
}
/*=======================================================

仕事内容

=======================================================*/
.section-work__top-image{
  width: 100%;
  height: auto;
}
.section-work__description{
  margin: 0 auto;
  background-color: #f6f6f6;
  padding: 20px 0 40px;
}
.section-work__title{
  color: #bfdb38;
  font-weight: 900;
  margin-bottom: 40px;
}
.section-work__detail-second{
  margin: 20px 0;
}
.section-work__detail-last{
  margin-top: 20px;
}
.section-work__description-image{
  width: 100%;
  max-width: 800px;
}
@media(min-width:800px){
  .section-work__title{
    font-size: 2.4rem;
  }
  .section-work__description p br{
    display: none;
  }
}
/*=======================================================

概要

=======================================================*/
.section-job-description{
  background-color: #f6f6f6;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}
table{
  margin: 40px auto 0;
  width: 315px;
}
table th{
  text-align: left;
  width: 56px;
  vertical-align: middle;
  border-bottom: solid 2px #c0c0c0;
}
table td{
  text-align: left;
  padding:10px 0 10px 30px;
  border-bottom: solid 2px #c0c0c0;
}
table ol{
  list-style-type: none;
}
table ol li {
  padding-bottom: 20px;
}
table ol li:last-child {
  padding-bottom: 0px;
}
table ol li span{
  font-weight: 900;
}
table ul li{
  list-style: none;
  padding-bottom: 10px;
}
@media(min-width:800px){
  .section-job-description{
  padding-bottom: 40px;
}
  table{
    width: 720px;
    font-size: 1.8rem;
    line-height: 2rem;
  }
  table th{
    width: 160px;
    padding-left: 10px;
  }
  table td{
    text-align: left;
    padding:10px 0 10px 0px;

  }
}