@charset 'utf-8';
@media all and (max-width: 640px){/* Sp ***************/


.boxBase01{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15%;
}


.ttlBase01{
  margin-bottom: 10%;
  padding: 5% 0px 5% 5%;
  border-left: 2px #c11919 solid;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-size: 1.5rem;
  font-size: 6.5vw;
  font-weight: bold;
}
.ttlBase02{
  margin-bottom: 5%;
  line-height: 1.3;
  letter-spacing: 0.15em;
  font-size: 1.33rem;
  font-size: 5.5vw;
  font-weight: bold;
}
.ttlBase02:before{
  content: '■';
  position: relative;
  top: 2px;
  margin-right: 1%;
  font-size: 1.96rem;
  font-size: 7.0vw;
}
.ttlBase02.typeSmall{
  margin-bottom: 3%;
  font-size: 1.0rem;
  font-size: 4.5vw;
}
.ttlBase02.typeSmall:before{
  top: 1px;
  margin-right: 1%;
  font-size: 1.3rem;
  font-size: 5.0vw;
}
.ttlBase03{
  position: relative;
  margin-bottom: 5%;
  padding: 2% 0 6% 17%;
  border-bottom: 1px #ccc solid;
  line-height: 1.0;
  letter-spacing: 0.2em;
  font-size: 1.58rem;
  font-size: 6.0vw;
  font-weight: bold;
  color: #c40e18;
}
.ttlBase03 .txtDeco{
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 12%;
  height: 20vw;
  border-left: 1px #c40e18 solid;
}
.ttlBase03 .txtDecoIn{
  display: inline-block;
  width: 100%;
  padding: 28% 0;
  background-color: #c40e18;
  line-height: 1.0;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.02rem;
  font-size: 4.0vw;
  font-weight: normal;
  color: #fff;
}
.ttlBase03 .txtNum{
  letter-spacing: 0.05em;
}
.ttlBase03 .ttlSub{
  display: inline-block;
  padding-top: 3%;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  font-size: 4.0vw;
  color: #333;
}
.ttlBase03 .ttlSub .txtName{
  display: inline-block;
  width: 100%;
  margin-left: 0;
  font-size: 1.05rem;
  font-size: 5.0vw;
}
.ttlBase04{
  margin-bottom: 7%;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.03rem;
  font-size: 5.0vw;
  font-weight: bold;
}
.ttlBase04:before{
  content: '●';
  position: relative;
  top: 0;
  margin-right: 1%;
  font-size: 1.3rem;
  font-size: 5.0vw;
}
.ttlBase05{
  margin-bottom: 10%;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 1.85rem;
  font-size: 5.5vw;
}


.boxBaseRecNurseTtl{
  height: 180px;
  margin-bottom: 10%;
  background-image: url('/images/recruit/rec-nurse-ttl-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
.boxBaseRecNurseTtl.noMb{
  margin-bottom: 0;
}
.boxBaseRecNurseTtl .boxTtl{
  text-align: center;
  padding-top: 60px;
}
.boxBaseRecNurseTtl .boxTtl.line2{
  padding-top: 35px;
  line-height: 1.3;
}
.boxBaseRecNurseTtl .ttl{
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.08em;
  font-size: 2.1rem;
  /*font-size: 8.0vw;*/
}
.boxBaseRecNurseTtl .ttlEn{
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  /*font-size: 4.0vw;*/
}
.boxBaseRecNurseTtl .boxTtl.line2 .ttlEn{
  line-height: 1.3;
}

.boxBaseCom{
  margin-bottom: 7%;
  line-height: 1.8;
  letter-spacing: 0.11em;
  text-align: justify;
}
.boxBaseCom p{
  margin-bottom: 14px;
}
.boxBaseCom p:last-child{
  margin-bottom: 0;
}

.boxBaseSign{
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-align: right;
}


.boxBaseTopMenu{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15%;
}
.ulBaseTopMenu{
  overflow: visible;
}
.ulBaseTopMenu li{
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 2%;
  border: 1px #ccc solid;
  background-image: url('/images/hito_life/hito-life-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 95% center;
}
.ulBaseTopMenu li:nth-child(4n){
  margin-right: 0;
}
.ulBaseTopMenu li a{
  position: relative;
  display: block;
  width: 100%;
  padding-top: 15%;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  font-size: 4.0vw;
  font-weight: bold;
  color: #c21919;
}
.ulBaseTopMenu li a span{
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-right: 0;
}

.ulBaseTopMenu.typeCol3 li{
  width: 100%;
  margin-right: 0;
  background-position: 95% center;
}
.ulBaseTopMenu.typeCol3 li:nth-child(3n){
  margin-right: 0;
}
.ulBaseTopMenu.typeCol3 li a{
  padding-top: 15%;
}
.ulBaseTopMenu.typeCol3 li a span{
  left: 5%;
}




.ulBase01,
.ulBase02{
  margin-bottom: 10%;
}
.ulBase01 li,
.ulBase02 li{
  margin-bottom: 3%;
  padding-left: 1.5em;
  line-height: 1.2;
  font-size: 1.0rem;
  font-size: 4.5vw;
  text-indent: -1.5em;
}
.ulBase01 li:before{
  content: '●';
  position: relative;
  top: 1px;
  margin-right: 2%;
  font-size: 1.4rem;
  font-size: 5.0vw;
}
.ulBase02 li:before{
  content: '■';
  margin-right: 1%;
  font-size: 0.65rem;
  font-size: 3.0vw;
}
.ulBase01.type2Col,
.ulBase02.type2Col{
  overflow: visible;
}
.ulBase01.type2Col li,
.ulBase02.type2Col li{
  float: none;
  width: 100%;
}




.boxBaseTb01LR{
  display: block;
  width: 100%;
  margin-bottom: 10%;
}
.boxBaseTb01LR .boxBaseTb01L{
  display: block;
  width: 100%;
  margin-bottom: 5%;
  padding-top: 0;
  vertical-align: top;
  text-align: center;
}
.boxBaseTb01LR .boxBaseTb01R{
  display: block;
  width: 100%;
  vertical-align: top;
}
.boxBaseTb01LR .boxBaseTb01R .boxBaseCom{
  margin-bottom: 0;
}
.boxBaseTb01LR .boxBaseTb01R .boxBaseCom p:last-child{
  margin-bottom: 0;
}

.boxBaseTb02LR{
  display: block;
  width: 100%;
  margin-bottom: 10%;
}
.boxBaseTb02LR .boxBaseTb02L{
  display: block;
  width: 100%;
  margin-bottom: 5%;
  vertical-align: top;
  text-align: center;
}
.boxBaseTb02LR .boxBaseTb02R{
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 30vw;
  vertical-align: top;
}
.boxBaseTb02LR .boxBaseTb02R .ttl{
  margin-bottom: 5%;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  font-size: 5.0vw;
  font-weight: bold;
}
.boxBaseTb02LR .boxBaseTb02R .boxBaseSign{
  line-height: 1.8;
  letter-spacing: 0.07em;
  font-size: 0.97rem;
  font-size: 3.8vw;
}

.boxBaseTb03LRWrap{
  margin-bottom: 10%;
  padding: 5%;
  border: 1px #ddd solid;
}
.boxBaseTb03LR{
  display: block;
  width: 100%;
}
.boxBaseTb03LR .boxBaseTb03L{
  display: block;
  width: 100%;
  margin-bottom: 5%;
  vertical-align: top;
  text-align: center;
}
.boxBaseTb03LR .boxBaseTb03R{
  display: block;
  width: 100%;
  vertical-align: top;
}
.boxBaseTb03LR .boxBaseTb03R .ttl{
  display: inline-block;
  width: 100%;
  margin-bottom: 5%;
  padding: 3% 0;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 0.96rem;
  font-size: 4.0vw;
}
.boxBaseTb03LR .boxMeta{
  margin-bottom: 5%;
  padding: 0 0 5% 0;
  border-bottom: 1px #ddd solid;
}
.boxBaseTb03LR .boxMeta .txtName {
  display: inline-block;
  letter-spacing: 0.08em;
  font-size: 0.96rem;
  font-size: 4.0vw;
}
.boxBaseTb03LR dl{
  display: block;
  width: 100%;
  padding-left: 0;
  font-size: 0.9rem;
  font-size: 4.0vw;
  line-height: 2.0;
  letter-spacing: 0.1em;
}
.boxBaseTb03LR dt{
  display: block;
  width: 100%;
  vertical-align: top;
}
.boxBaseTb03LR dd{
  display: block;
  width: 100%;
  vertical-align: top;
}

.boxBaseTb04LR{
  display: block;
  width: 100%;
  margin-bottom: 10%;
  padding-bottom: 5%;
  border-bottom: 1px #ddd solid;
}
.boxBaseTb04LR.last{
  border-bottom: 0;
}
.boxBaseTb04LR .boxBaseTb04L{
  display: block;
  width: 100%;
  margin-bottom: 5%;
  vertical-align: top;
  text-align: center;
}
.boxBaseTb04LR .boxBaseTb04R{
  display: block;
  width: 100%;
  vertical-align: top;
}
.boxBaseTb04LR .boxBaseTb04R .ttl{
  margin-bottom: 3%;
  text-align: justify;
  line-height: 1.3;
  letter-spacing: 0.15em;
  font-size: 1.9rem;
  font-size: 7.0vw;
}
.boxBaseTb04LR .boxBaseTb04R .ttl{
  letter-spacing: 0.13em;
  font-size: 1.78rem;
  font-size: 6.0vw;
}
.boxBaseTb04LR .boxBaseTb04R .boxMeta{
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: 1px #ddd solid;
}
.boxBaseTb04LR .boxBaseTb04R .txt01,
.boxBaseTb04LR .boxBaseTb04R .txt02,
.boxBaseTb04LR .boxBaseTb04R .txt03,
.boxBaseTb04LR .boxBaseTb04R .txtName{
  display: inline-block;
  margin-right: 3%;
  letter-spacing: 0.15em;
  font-size: 1.05rem;
  font-size: 4.5vw;
}
.boxBaseTb04LR .boxBaseTb04R .txtName{
  margin-right: 0;
}
.boxBaseTb04LR .boxBaseTb04R .boxBaseCom{
  line-height: 2.0;
}

.boxBaseTb05LRWrap{
  margin-bottom: 12%;
  padding: 5%;
  background-color: #f7f5f1;
}
.boxBaseTb05LR{
  display: block;
  width: 100%;
}
.boxBaseTb05LR:after{
  content: none;
}
.boxBaseTb05LR .boxBaseTb05L{
  float: none;
  display: block;
  width: 100%;
  margin-bottom: 7%;
  vertical-align: top;
}
.boxBaseTb05LR .boxBaseTb05L .boxBaseCom{
  margin-bottom: 10%;
}
.boxBaseTb05LR .boxBaseTb05L .boxBaseCom:last-child{
  margin-bottom: 0;
}
.boxBaseTb05LR .boxBaseTb05R{
  float: none;
  display: block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.boxBaseTb05LR .boxBaseTb05R img{
  margin-bottom: 7%;
}
.boxBaseTb05LR .boxBaseTb05R img:last-child{
  margin-bottom: 0;
}


.boxBaseTb06LR{
  display: block;
  width: 100%;
  padding: 10% 5%;
}
.boxBaseTb06L{
  display: block;
  width: 100%;
  margin-bottom: 10%;
  vertical-align: top;
}
.boxBaseTb06L dl{
  display: block;
  width: 100%;
  margin-bottom: 10%;
  line-height: 1.0;
  font-size: 1.0rem;
  font-size: 4.0vw;
  font-weight: bold;
}
.boxBaseTb06L dl.last{
  margin-bottom: 10%;
}
.boxBaseTb06L dt{
  display: block;
  width: 100%;
  margin-bottom: 1%;
  vertical-align: top;
  letter-spacing: 0.1em;
  font-size: 4.5vw;
}
.boxBaseTb06L dt:before{
  content: '●';
  position: relative;
  top: 0;
  margin-right: 1%;
  font-size: 1.4rem;
  font-size: 4.5vw;
}
.boxBaseTb06L dd{
  display: block;
  width: 100%;
  padding-left: 2.5em;
  vertical-align: top;
  letter-spacing: 0.13em;
  text-indent: -2.5em;
}
.boxBaseTb06L dd:before{
  content: '・・・';
  position: relative;
  bottom: -5px;
  margin-right: 3%;
  letter-spacing: -0.45em;
  font-size: 1.2rem;
  font-size: 4.5vw;
  font-weight: bold;
}
.boxBaseTb06L dd span{
  position: relative;
  bottom: -5px;
}
.boxBaseTb06R{
  display: block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.boxBaseTb06R .boxImg{
  display: inline-block;
}
.boxBaseTb06R .boxImg img{
  margin-bottom: 3%;
}
.boxBaseTb06R .boxImg span{
  display: inline-block;
  max-width: none;
  text-align: left;
  font-size: 0.9rem;
  font-size: 4.0vw;
}
.boxBaseTb06LR .boxBaseCom{
  margin-bottom: 0;
  padding: 3% 5%;
  line-height: 1.5;
  font-size: 0.98rem;
  font-size: 4.0vw;
}




.boxBaseImg01{
  margin-bottom: 15%;
}
.boxBaseImg01 .boxBaseF{
  overflow: hidden;
}
.boxBaseImg01 .boxBaseFOne{
  float: left;
  width: 32%;
  margin-right: 2%;
}
.boxBaseImg01 .boxBaseFOne:nth-child(2){
  text-align: center;
}
.boxBaseImg01 .boxBaseFOne:nth-child(3){
  margin-right: 0;
  text-align: right;
}


.boxBaseImg02{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15%;
}
.boxBaseImg02 .boxBaseF{
  overflow: visible;
}
.boxBaseImg02 .boxBaseFOne{
  float: none;
  width: 100%;
  margin-bottom: 10%;
  margin-right: 0;
  text-align: center;
}
.boxBaseImg02 .boxBaseFOne:nth-child(2){
  text-align: center;
}
.boxBaseImg02 .boxBaseFOne:nth-child(3){
  margin-right: 0;
  text-align: center;
}
.boxBaseImg02 .boxBaseFOne .boxImg{
  display: inline-block;
  text-align: center;
  line-height: 1.1;
}
.boxBaseImg02 .boxBaseFOne .boxImg img{
  margin-bottom: 5%;
}
.boxBaseImg02 .boxBaseFOne .boxImg span{
  display: inline-block;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 0.98rem;
  font-size: 4.0vw;
  font-weight: bold;
}
.boxBaseImg02 .boxBaseFOne .boxImg .small{
  line-height: 1.0;
  font-size: 0.7rem;
  font-size: 3.5vw;
}


.boxTbBase01 table.tb01{
  width: 100%;
  margin-bottom: 10%;
  border-collapse: collapse;
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
}
.boxTbBase01 table.tb01 th,
.boxTbBase01 table.tb01 td{
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  text-align: center;
}
.boxTbBase01 table.tb01 th{
  height: auto;
  background-color: #f7f5f1;
  font-weight: normal;
}
.boxTbBase01 table.tb01 tr:first-child th{
  height: 50%;
}
.boxTbBase01 table.tb01 tr:first-child th:first-child{
  width: 16%;
}
.boxTbBase01 table.tb01 tr:first-child th:nth-child(2){
  width: 27%;
}
.boxTbBase01 table.tb01 tr th.thMonth span{
  display: inline-block;
  width: 2.5em;
  text-align: right;
}
.boxTbBase01 table.tb01 tr:nth-child(2) th{
  width: 4.16666666666%;
  width: auto;
}
.boxTbBase01 table.tb01 td{
  height: auto;
  width: 57%;
}
.boxTbBase01 table.tb01 .typeV{
  display: inline-block;
  margin-top: 0;
  height: 4em;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
}
.boxTbBase01 table.tb01 .typeVNum{
  display: inline-block;
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  -ms-writing-mode: lr-tb;
}

.boxTbBase02 table.tb02{
  width: 100%;
  margin-bottom: 10%;
  border-collapse: collapse;
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
}
.boxTbBase02 table.tb02 th,
.boxTbBase02 table.tb02 td{
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  text-align: center;
}
.boxTbBase02 table.tb02 th{
  height: auto;
  background-color: #f7f5f1;
  font-weight: normal;
}
.boxTbBase02 table.tb02 tr:first-child th{
  height: 50%;
}
.boxTbBase02 table.tb02 tr:first-child th:first-child{
  width: 16%;
}
.boxTbBase02 table.tb02 tr:first-child th:nth-child(2){
  width: 27%;
}
.boxTbBase02 table.tb02 tr th.thMonth span{
  display: inline-block;
  width: 2.5em;
  text-align: right;
}
.boxTbBase02 table.tb02 tr:nth-child(2) th{
  width: 4.16666666666%;
  width: auto;
}
.boxTbBase02 table.tb02 td{
  height: auto;
  width: 57%;
  line-height: 1.4;
}
.boxTbBase02 table.tb02 td .small{
  display: inline-block;
  line-height: 1.3;
  font-size: 0.75rem;
  font-size: 3.0vw;
}
.boxTbBase02 table.tb02 .typeV{
  display: inline-block;
  margin-top: 0;
  height: 4em;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
}
.boxTbBase02 table.tb02 .typeVNum{
  display: inline-block;
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  -ms-writing-mode: lr-tb;
}





}/* /sp */