@charset "utf-8";
/* 入局.研修について -TRAINING-*/
/* メッセージ index2*/
#wrap {
/* background: #ffffff; */
  font-size: 1rem;

}

h2 {
  background-image: url(../training/img/tit_training.jpg);
  background-size: cover;
  background-position-x:  100%;
}
.content {
padding-bottom: 20px;
    line-height: 1.875rem;
}
.conBox2 {
background: #ffffff;
width: 100%;
margin: 0 auto;
display: block;
max-width: 1100px;
padding-top: 0;
/*! text-align: center; */
}
.mTit {
/*! font-size: 3rem; */
/*! width: 95%; */
/*! max-width: 1100px; */
margin: 65px auto 80px 0;
}
.trainingBtn {
  background: -webkit-linear-gradient(225deg, #6cc3a1, #83d0c5);
  background: -o-linear-gradient(225deg, #6cc3a1, #83d0c5);
  background: linear-gradient(-135deg, #6cc3a1, #83d0c5);
  width: 530px;
  height: 60px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 1rem;
  position: relative;
   box-sizing: border-box;
  border: solid 1px #ffffff;
}
.trainingBtn:hover {
  background: #ffffff;
  border: solid 2px #30adb5;  
}
.trainingBtn>a {
  color: #ffffff;
  width: 100%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin: 0;
}
.trainingBtn a:hover {
  opacity: 1;
  color: #30adb5;
}

.trainingBtn>a>span {
  font-weight: bolder;
  position: absolute;
  right: 20px;
}
.conBox2 section.trainingFacBox{
width: 100%;
margin: 0 auto;
/*!   display: -webkit-box; /*Android4.3*/
  /*display: -moz-box;*/    /*Firefox21*/
  /*display: -ms-flexbox;*/ /*IE10*/
  /*display: -webkit-flex;*/ /*PC-Safari,iOS8.4*/
 /* display: flex;*/ 
/*!   -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
/*! -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}
.conBox2 .trainingFacBoxItem{
margin: 0 0 50px;
box-sizing: border-box;
text-align: left; 
position: relative;
min-width: 290px;
line-height: 30px;
font-size: 1rem;
}

.conBox2 .trainingFacBoxItem:nth-of-type(2){
margin: 0 50px 70px;
}

/* h4 {
  background: #f8f8f8;
  padding: 0px 20px;
  font-size: 1.25rem;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  margin-bottom: 50px;
  text-align: left;
} */

.trainingFacBoxItem h4 {
font-size: 1.125rem;
margin-bottom: 35px;
margin-right: -20px;
/*! position: absolute; */
top: -40px;
/*! left: 20px; */
text-indent: 15px;
font-weight: bold;
}
.trainingFacBoxItem h4:before {
content: "";
display: block;
position: absolute;
width: 10px;
height: 1.7rem;
background: #6ac4a1;
left: -10;
top:0px;  
}


.trainingFacBoxItem .sTit {
  position: relative;
  top: -17px;
  left: -40px;
  right: 0;
  background: #ffffff;
  display: inline-block;
  width: inherit;
  box-sizing: content-box;
  margin: 0 auto;
  white-space: nowrap;
  padding: 0 40px 0 20px;
  border: 0;
}
.trainingFacBoxItem .sTit span {
box-sizing: border-box;
background: #6ac4a1;
padding:2px 10px;
margin-right: 10px;
text-align: center;
display: inline-block;
color: #ffffff;
/* position: absolute;
left: -20px; */
}

.conBox2 .trainingFacBoxItem img{
max-width: 326px;
float: right;
/*margin: 0 0 10px 10px;*/
}

@media screen and (min-width: 1200px) {
.gNav li:nth-child(4) > a{
border-bottom: solid 3px #30adb5;
}

}
/* PC ------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
.traMesTxt {
float: left;
width: 64%;
}
.traMesPhoto {
float: right;
}



  
}

/* スマートフォン ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
.content {
padding-bottom: 90px;
}
  .conBox2{
    text-align: center;
  }
.mTit {

margin: 0px auto 0px;
  }
.conBox2 section.trainingFacBox{
width: 100%;
margin: 0 auto 70px;
display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
} 
.conBox2 .trainingFacBoxItem{
width: 100%;
max-width: inherit;
margin: 0 auto 70px;
/*! border: solid 1px #d4cdcd; */
box-sizing: border-box;
text-align: left; 
position: relative;
}
  
.conBox2 .trainingFacBoxItem:nth-of-type(2){
margin: 0 0px 70px;
}

.trainingFacBoxItem .sTit {
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  background: #ffffff;
  display: block;
  width: 70%;
  box-sizing: content-box;
  margin: 0 auto;
  /*! white-space: nowrap; */
  padding: 0 40px 0 20px;
  border: 0;
}
.trainingFacBoxItem .sTit span {
box-sizing: border-box;
background: #6ac4a1;
padding:2px 10px;
margin-right: 10px;
text-align: center;
display: inline-block;
color: #ffffff;
}

.trainingBtn {
  width: 100%;
  height: 60px;
}   

.content img.titunder{
  margin-bottom: 30px;
  width: 100%;
}

.conBox2{
width: 100%;
/*! white-space:nowrap; */
/*! overflow-x: scroll; */
}
.conBox2 .trainingFacBoxItem img{
max-width: 326px;
float: initial;
margin: 0 auto 0px;
display: block;
}
.traMesTxt {
margin-bottom: 15px;
}

  
  
}












