/* CSS Document */
#sub h3 {
  text-align: center; }

.clm01 .ttl_img img {
  max-width: 100%; }

#sub .box {
  background-color: #fdfbf6;
  padding: 50px; }

#sub .clm02 .inner03 {
  padding-bottom: 100px !important; }

.clm02 .box .ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px; }

.clm02 .clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.clm02 .clm_L {
  border-right: 1px solid #94782e;
  padding: 15px 20px 15px 0;
  position: relative;
  line-height: 1; }

.clm02 .clm_L::before {
  content: "";
  background-color: #94782e;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto; }

.clm02 .clm_L img {
  width: 23px; }

.clm02 .clm_R {
  padding-left: 20px; }

.clm02 .clm_B {
  margin-top: 30px; }

#sub .clm03 dl {
  margin-bottom: 4px; }

#sub .clm03 .inner03 {
  padding-bottom: 100px !important; }

#sub .clm03 dl dt {
  background-color: #fdfbf6;
  font-size: 16px;
  padding: 20px 50px 20px 50px;
  background-image: url(/img/front/common/tggle_arrw_dwn.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: auto 10px; }

#sub .clm03 dl dt:hover {
  cursor: pointer; }

#sub .clm03 dl dt.active {
  background-image: url(/img/front/common/tggle_arrw_up.png); }

#sub .clm03 dl dd {
  background-color: #fdfbf6;
  font-size: 14px;
  padding: 60px 100px;
  border-top: 1px solid #d8d5d3;
  display: none; }

#sub .clm03 dl dd a {
  background-color: #635651;
  border: 1px solid #635651;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 60px;
  font-size: 13px;
  text-decoration: none !important; }

#sub .clm03 dl dd a:hover {
  color: #635651;
  background-color: #fdfbf6; }

#sub .clm03 dl dd table {
  margin-top: 25px;
  border-top: 1px solid #d8d5d3;
  width: 100%; }

#sub .clm03 dl dd th {
  width: 160px;
  font-weight: normal;
  padding: 15px 0;
  vertical-align: top;
  border-bottom: 1px solid #d8d5d3; }

#sub .clm03 dl dd td {
  padding: 15px 0;
  border-bottom: 1px solid #d8d5d3; }

#sub .clm03 dl dd td li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6; }

.clm03 .btnArea {
  margin: 50px 0 20px;
  text-align: center; }

.clm04 .clearfix {
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.clm04 .box {
  float: left;
  width: calc((100% - 120px) / 4);
  margin: 0 20px 30px;
  padding: 80px 20px 40px !important;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.clm04 .box .num {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0; }

.clm04 .box .num img {
  width: 46px; }

.clm04 .box .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }

.clm04 .box .arrw {
  background-image: url(/img/front/recruitment/arrow_R.png);
  background-repeat: no-repeat;
  background-size: 20px 40px;
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -20px; }

.clm05 .inner02 {
  padding-bottom: 100px !important; }

.clm05 .inner02 > .clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px; }

.clm05 .inner02 .box {
  float: left;
  width: calc((100% - 80px)/2);
  padding: 55px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 20px;
  position: relative; }

.clm05 .box .clm_up .imgArea {
  width: 100px;
  height: 100px;
  float: left; }

.clm05 .box .clm_up .imgArea img {
  border-radius: 100px;
  width: 100%; }

.clm05 .box .clm_up .txtArea {
  margin-left: 120px; }

.clm05 .box .clm_up {
  border-bottom: 1px solid #d8d5d3;
  margin-bottom: 40px; }

.clm05 .box .clm_up .txtArea .name {
  font-size: 30px; }

.clm05 .box .clm_up .txtArea .nameE {
  font-size: 12px;
  margin-bottom: 20px; }

.clm05 .box .clm_up .txtArea .license {
  font-size: 13px;
  margin-bottom: 40px; }

@media screen and (max-width: 760px) {
  #sub .box {
    padding: 30px 15px; }
  #sub .clm01 .inner02 {
    padding: 0 0 60px; }
  #sub .clm01 img {
    width: 100%; }
  #sub .clm02 .inner03 {
    padding-bottom: 15vw !important; }
  .clm02 .box .ttl {
    margin-bottom: 4vw; }
  .clm02 .clearfix {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .clm02 .clm_L {
    padding: 10px 15px 10px 0;
    border-right: none; }
  .clm02 .clm_R {
    float: left;
    width: calc(100% - 51px);
    padding: 7px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #94782e; }
  .clm02 .clm_R p {
    margin-left: 15px; }
  .clm02 .clm_B {
    margin-top: 5vw; }
  #sub .clm03 .inner03 {
    padding-bottom: 15vw !important; }
  #sub .clm03 dl {
    margin-bottom: 4px; }
  #sub .clm03 dl dt {
    font-size: 15px;
    padding: 15px 60px 15px 15px; }
  #sub .clm03 dl dd {
    font-size: 15px;
    padding: 30px 15px; }
  #sub .clm03 dl dd table {
    margin-top: 30px; }
  #sub .clm03 dl dd th {
    padding: 15px 0 5px;
    display: block;
    width: 100%;
    font-weight: bold;
    border-bottom: none; }
  #sub .clm03 dl dd td {
    padding: 0 0 15px;
    display: block;
    width: 100%; }
  .clm03 .btnArea {
    margin: 30px 0 0;
    text-align: center; }
  #sub .clm03 dl dd a {
    display: block;
    padding: 15px; }
  .swiper-slide {
    height: auto !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .clm04 .box {
    float: none;
    width: 100%;
    padding: 70px 0 30px !important;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin-bottom: 0; }
  .clm04 .box .num {
    top: 30px; }
  .clm04 .box .ttl {
    margin-bottom: 15px; }
  .clm04 .box .arrw {
    background-image: url(/img/front/recruitment/arrow_R.png);
    background-repeat: no-repeat;
    background-size: 20px 40px;
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -20px; }
  .slideArea {
    position: relative;
    margin-bottom: 35px; }
  .swiper-pagination {
    display: block; }
  .slideArea > .swiper-pagination-bullets {
    bottom: -30px !important;
    left: 0;
    width: 100%; }
  .slideArea > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    border-radius: 100%;
    background: #8f867a !important;
    opacity: 1 !important; }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #4e3928 !important; }
  .clm05 .inner02 {
    padding-bottom: 15vw !important; }
  .clm05 .inner02 > .clearfix {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .clm05 .inner02 .box {
    width: 100%;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    margin: 0 0 15px; }
  .clm05 .box .clm_up .imgArea {
    float: left;
    width: 80px;
    height: 80px; }
  .clm05 .box .clm_up .imgArea img {
    border-radius: 100px;
    width: 100%; }
  .clm05 .box .clm_up .txtArea {
    margin-left: 100px; }
  .clm05 .box .clm_up {
    margin-bottom: 30px; }
  .clm05 .box .clm_up .txtArea .name {
    font-size: 24px; }
  .clm05 .box .clm_up .txtArea .nameE {
    margin-bottom: 15px; }
  .clm05 .box .clm_up .txtArea .license {
    margin-bottom: 30px; } }
