@charset "UTF-8";
@import url(/css/common.css);
/*------------------------------------------------

 style.css

 individual layout


 Copyright (C) 社会福祉法人竹伸会

------------------------------------------------*/
/* [recruit]
================================================================================*/
/* div
------------------------------------------------*/
.inBox {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  line-height: 2;
}

/* リード
------------------------------------------------*/
.lead {
  position: relative;
  /*	margin:0 auto;
  	min-height:750px;*/
  background: url(/recruit/image/star.png) right 0 no-repeat;
}

.lead h2 {
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.lead .photo01 {
  position: absolute;
  right: 0;
  top: 0;
}

.lead .message {
  margin: 0 auto 10px;
  width: 76%;
  /*padding: 35px 0 0 50px;*/
  font-size: 1.6rem;
  text-align: left !important;
}

.lead .message2 {
  margin: 0 auto 30px;
  width: 76%;
  /*padding: 35px 0 0 50px;*/
  font-size: 2rem;
  text-align: left !important;
  color: #FF1E58;
}

.lead p.photo {
  margin: 0 auto 4rem;
  text-align: center;
  width: 70%;
}

.lead p.photo img {
  width: 100%;
  border-radius: 15px;
}

/* 募集要項
------------------------------------------------*/
#guide h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #00693e;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}

#guide h2 span {
  display: inline-block;
  padding: 0 0 10px;
  font-weight: 700;
}

#guide h2.noneRec {
  margin: 6rem auto;
  padding-bottom: 1.5rem;
  color: #fd5e82;
  background: url(../image/line_nonrec.png) no-repeat center bottom;
}

#guide table {
  width: 90% !important;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border-spacing: 0;
}

#guide th,
#guide td {
  border: none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #fff;
  height: auto !important;
}
#guide th p,
#guide td p {
  margin-bottom: 5px;
}

#guide th {
  background: url(/common_img/bg_basic.gif) repeat;
  padding: 12px 20px 12px 20px;
  color: #000;
  font-weight: 700;
  width: 20% !important;
  min-width: 150px;
}

#guide tr:nth-of-type(odd) td {
  width: 80% !important;
  background: #f7f7f7;
}

a[href^="tel:"]:link,
a[href^="tel:"]:visited,
a[href^="tel:"]:hover,
a[href^="tel:"]:active {
  color: #333;
  text-decoration: none;
}

#index .inBox h2 {
  margin-bottom: 11rem;
  text-align: center;
}
#index .inBox .f-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
#index .inBox .btn {
  margin-bottom: 4rem;
  text-align: center;
}
#index .inBox .btn a {
  font-size: 18px;
}
#index .inBox .point-box {
  position: relative;
  width: 48%;
  margin-bottom: 11rem;
  padding: 2.5rem 3rem 2rem;
  border-radius: 30px;
  background: #fff2f2;
}
#index .inBox .point-box.full {
  width: 100%;
}
#index .inBox .point-box.full h3 {
  padding-left: 10%;
  text-align: left;
}
#index .inBox .point-box h3 {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
#index .inBox .point-box h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/recruit/image/line_nonrec.png) repeat-x center bottom;
  width: 100%;
  height: 4px;
}
#index .inBox .point-box h3 span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}
#index .inBox .point-box h3 span em {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 184px;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  line-height: 0;
}
#index .inBox .point-box h3 strong {
  font-size: 40px;
  color: #e41d47;
  background: none;
  line-height: 0;
}
#index .inBox .point-box .read {
  margin-bottom: 3.5rem;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
#index .inBox .point-box .f-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index .inBox .point-box .f-num .num {
  width: auto;
  margin-bottom: 0;
  margin-right: 1.5rem;
  font-size: 34px;
  font-weight: bold;
  color: #e57089;
  text-align: right;
}
#index .inBox .point-box .f-num .num span {
  font-size: 80px;
  font-weight: 900;
}
#index .inBox .point-box .check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.5rem 1.5rem;
  background: #fff9b9;
  border-radius: 10px;
}
#index .inBox .point-box .check .img {
  position: absolute;
  left: 5px;
  top: 0;
  width: 87px;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  line-height: 0;
}
#index .inBox .point-box .check .text {
  width: calc(100% - 100px);
  font-size: 18px;
  font-weight: bold;
}
#index .inBox .point-box .check .text em {
  color: #cc0000;
}
#index .inBox .point-box table {
  margin-bottom: 0;
  border-collapse: collapse;
}
#index .inBox .point-box table th, #index .inBox .point-box table td {
  border: none;
  padding: 12px 25px;
  border-bottom: 2px solid #fff2f2;
  font-size: 16px;
  font-weight: bold;
}
#index .inBox .point-box table th {
  width: 195px;
  background: url(/common_img/bg_basic.gif) 0 0 repeat;
}
#index .inBox .point-box table th.s-th {
  width: 130px;
}
#index .inBox .point-box table.td-right td {
  text-align: right;
}
#index .inBox .point-box table.s-table th {
  background: url(/recruit/image/point05_bg.png) 0 0 repeat;
}
#index .inBox .point-box.pabox {
  padding-bottom: 11rem;
}
#index .inBox .point-box.pabox .pa-img {
  position: absolute;
  bottom: 0;
  right: 20px;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
}
#index .inBox .point-box.pabox .pa-img.st {
  right: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
#index .inBox .line-box {
  position: relative;
  margin-bottom: 4rem;
  padding: 2rem;
  background: #e7ffeb;
  border-radius: 30px;
  text-align: center;
}
#index .inBox .line-box .title {
  position: relative;
  z-index: 2;
}
#index .inBox .line-box .line-btn {
  position: relative;
  z-index: 2;
}
#index .inBox .line-box .line-btn a {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  padding: 1rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #05c74e;
  border: 1px solid #05c74e;
  border-radius: 30px;
  text-decoration: none;
}
#index .inBox .line-box .line-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#index .inBox .line-box .fig {
  position: absolute;
  bottom: -50px;
  right: 2rem;
  z-index: 1;
}

/*------------------------------------------------------------------------------------------------

 デバイス別スタイル / スマートフォン

------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  #index .inBox h2 {
    margin-bottom: 11rem;
  }
  #index .inBox .f-point {
    margin-bottom: 3rem;
  }
  #index .inBox .btn {
    margin-bottom: 4rem;
    text-align: center;
  }
  #index .inBox .btn a {
    font-size: 18px;
  }
  #index .inBox .point-box {
    width: 48%;
    margin-bottom: 11rem;
    padding: 2.5rem 3rem 2rem;
  }
  #index .inBox .point-box.full {
    width: 100%;
  }
  #index .inBox .point-box.full h3 {
    padding-left: 10%;
    text-align: left;
  }
  #index .inBox .point-box h3 span {
    font-size: 30px;
  }
  #index .inBox .point-box h3 span em {
    width: 184px;
  }
  #index .inBox .point-box h3 strong {
    font-size: 40px;
  }
  #index .inBox .point-box .f-num .num {
    width: 55%;
    margin-right: 2rem;
    font-size: 28px;
  }
  #index .inBox .point-box .f-num .num span {
    font-size: 60px;
  }
  #index .inBox .point-box .f-num .fig {
    height: 160px;
  }
  #index .inBox .point-box table th, #index .inBox .point-box table td {
    padding: 12px 18px;
  }
  #index .inBox .point-box table th.s-th {
    width: 110px;
  }
  #index .inBox .line-box .fig {
    position: absolute;
    bottom: -50px;
    right: 2rem;
    z-index: 1;
  }
}
/*------------------------------------------------------------------------------------------------

 デバイス別スタイル / スマートフォン

------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #index .inBox h2 {
    margin-bottom: 11rem;
  }
  #index .inBox .f-point {
    margin-bottom: 3rem;
  }
  #index .inBox .read {
    font-size: 14px !important;
  }
  #index .inBox .btn {
    margin-bottom: 4rem;
    text-align: center;
  }
  #index .inBox .btn a {
    font-size: 16px;
  }
  #index .inBox .point-box {
    width: 100%;
    margin-bottom: 11rem;
    padding: 2.5rem 2rem 2rem;
  }
  #index .inBox .point-box.full {
    width: 100%;
  }
  #index .inBox .point-box.full h3 {
    padding-left: 0;
    text-align: center;
  }
  #index .inBox .point-box h3 span {
    font-size: 20px;
  }
  #index .inBox .point-box h3 span em {
    width: 184px;
  }
  #index .inBox .point-box h3 strong {
    display: inline-block;
    font-size: 35px;
    line-height: 1;
  }
  #index .inBox .point-box .f-num {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index .inBox .point-box .f-num .num {
    width: auto;
    margin-right: 2rem;
    font-size: 28px;
  }
  #index .inBox .point-box .f-num .num span {
    font-size: 60px;
  }
  #index .inBox .point-box .f-num .fig {
    height: 160px;
  }
  #index .inBox .point-box .check {
    font-size: 16px;
  }
  #index .inBox .point-box table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index .inBox .point-box table th, #index .inBox .point-box table td {
    font-size: 14px;
    padding: 12px 18px;
  }
  #index .inBox .point-box table th.spn, #index .inBox .point-box table td.spn {
    display: none;
  }
  #index .inBox .point-box table th {
    font-size: 14px;
    width: 164px;
  }
  #index .inBox .point-box table th.s-th {
    width: 110px;
  }
  #index .inBox .point-box table td {
    width: calc(100% - 164px);
  }
  #index .inBox .point-box table.s-table td {
    width: calc(100% - 110px);
  }
  #index .inBox .point-box.pabox .pa-img {
    width: 60%;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    text-align: right;
  }
  #index .inBox .point-box.pabox .pa-img img {
    max-height: 150px;
  }
  #index .inBox .line-box .fig {
    display: none;
  }
  /* [recruit]
  ================================================================================*/
  /* div
  ------------------------------------------------*/
  .inBox {
    width: auto !important;
    margin: 0 10px 30px;
    padding: 20px;
  }
  /* リード
  ------------------------------------------------*/
  .lead {
    background: none;
  }
  .lead .message {
    margin: 0 auto 10px;
    width: 96%;
    font-size: 1.2rem;
    text-align: left !important;
  }
  .lead .message2 {
    width: 96%;
    font-size: 1.4rem;
  }
  .lead p.photo {
    margin: 0 auto 3rem;
    text-align: center;
    width: 96%;
  }
  /* 募集要項
  ------------------------------------------------*/
  #guide h2 {
    margin: 0 0 20px;
    line-height: 1.4;
  }
  #guide table {
    width: 100%;
  }
  #guide tr {
    width: 100% !important;
  }
  #guide th,
#guide td {
    width: 100% !important;
    display: block !important;
    border-top: none;
  }
  #guide tr:nth-of-type(2n+1) td {
    width: 100% !important;
  }
  /*#guide tr:nth-of-type(odd) th {
  	background-image: none;
  	background: #f6f6f6;
  }
  #guide tr:nth-of-type(odd) td {
  	background-image: none;
  }

  #guide th {
  	padding: 6px 15px;
  	background: #f6f6f6;
  }
  #guide tr:first-child th {
  	border-top: 1px solid #eee;
  }
  */
}
/*------------------------------------------------------------------------------------------------

 デバイス別スタイル / スマートフォン

------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #index .inBox .point-box .check .img {
    width: 65px;
  }
  #index .inBox .point-box .check .text {
    width: calc(100% - 65px);
    font-size: 16px;
  }
}