@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : training.css
 author     : Ability Consultant
 style info : 研修制度・福利厚生
=================================================================== */
/* Font-family - Japanese01 */
/* Font-family - Japanese02 */
/* Font-family - English01 */
/* Font-family - English02 */
/* Font-family - English03 */
.box_intro {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .box_intro {
    width: 95%;
  }
}

.box_intro:after, .con_phleft:after, .con_phright:after {
  content: "";
  display: table;
  clear: both;
}

/* Opacity */
/* Hover animation */
/* Zoom in-Zoom out */
/* Chrome, Safari, Opera */
@-webkit-keyframes zoomin {
  from {
    -webkit-transform: scale(1.5, 1.5);
  }

  to {
    -webkit-transform: scale(1, 1);
  }
}

/* Standard syntax */
@keyframes zoomin {
  from {
    transform: scale(1.5, 1.5);
  }

  to {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes zoomout {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

/* Standard syntax */
@keyframes zoomout {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}

/* Zoom outホバー */
/* 白いボタン */
/* 英語日本のシンプル見出し */
/* 中見出し キャッチコピー*/
/* H2 TITLE */
/* 中見出し 黒だし*/
/* 中見出し 青みだし*/
/* 中見出し クエスチョン付タイトル*/
/* 中見出し・下にドットライン付き*/
/* 中見出し・下に黒いボーダー*/
/* 中見出し 下に黒の2pxのライン*/
/* 中見出し 左と下ボーダー付き*/
/* 中見出し 日本語と英語の文字＋下にドットのアンダーライン*/
/* グリーンボタン */
/* 黒ボタン */
/* 小見出し 青色*/
/* -----------------------------------------------------------
	メインイメージ
----------------------------------------------------------- */
.con_mainimg {
  background: url(../training/images/img_main.jpg) center 0 no-repeat #f4f5f9;
}
.con_mainimg .box_inner {
  height: 350px;
}
@media only screen and (max-width: 1024px) {
  .con_mainimg .box_inner {
    height: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .con_mainimg .box_inner {
    height: 240px;
  }
}
@media only screen and (max-width: 480px) {
  .con_mainimg .box_inner {
    height: 170px;
  }
}
.con_mainimg .box_inner .box_title {
  bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_mainimg .box_inner .box_title {
    bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .con_mainimg .box_inner .box_title {
    bottom: 20px;
  }
}

/* -----------------------------------------------------------
	.box_intro
----------------------------------------------------------- */
.box_intro {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .box_intro {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.box_intro .st_pagetitle {
  height: 0;
  margin: 0 auto 30px;
  overflow: hidden;
  background: url(../training/images/st_intro.png) 0 bottom no-repeat;
  width: 609px;
  padding-top: 84px;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .box_intro .st_pagetitle {
    height: auto;
    padding: 0;
    background: none;
    width: auto;
    text-align: center;
    font-size: 154%;
    line-height: 1.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    color: #111111;
  }
}
@media only screen and (max-width: 640px) {
  .box_intro .st_pagetitle {
    text-align: left;
  }
}
.box_intro p {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .box_intro p {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	.con_phleft
----------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .con_phleft {
    margin-bottom: 30px;
  }
}
.con_phleft .box_txt {
  padding-top: 40px;
  width: 50%;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .con_phleft .box_txt {
    padding-top: 0;
    width: 100%;
    float: none;
  }
}
.con_phleft .box_txt .inner {
  margin-left: 5%;
  padding: 30px;
  width: 580px;
  background-image: url(../images/common/bracket_top.png), url(../images/common/bracket_bottom.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
@media only screen and (min-width: 1023px) and (max-width: 1280px) {
  .con_phleft .box_txt .inner {
    width: 94% !important;
  }
}
@media print {
  .con_phleft .box_txt .inner {
    width: 94% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .con_phleft .box_txt .inner {
    margin: auto;
    width: 95%;
  }
}
.con_phleft .box_txt .inner h3 {
  margin: 0 auto 20px auto;
  height: 0;
  margin-bottom: 15px;
  overflow: hidden;
  background: url(../training/images/st_training01.png) 0 bottom no-repeat;
  width: 188px;
  padding-top: 24px;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .con_phleft .box_txt .inner h3 {
    margin-bottom: 15px;
    height: auto;
    padding: 0;
    background: none;
    width: auto !important;
    font-size: 154%;
    line-height: 1.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    color: #28928a;
  }
}
@media only screen and (max-width: 640px) {
  .con_phleft .box_txt .inner h3 {
    font-size: 131%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_phleft .box_txt .inner h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .con_phleft .box_txt .inner h3 {
    width: 240px;
  }
}
.con_phleft .box_txt .inner h3.st_training03 {
  height: 0;
  margin-bottom: 15px;
  overflow: hidden;
  background: url(../training/images/st_training03.png) 0 bottom no-repeat;
  width: 99px;
  padding-top: 24px;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .con_phleft .box_txt .inner h3.st_training03 {
    margin-bottom: 15px;
    height: auto;
    padding: 0;
    background: none;
    width: auto !important;
    font-size: 154%;
    line-height: 1.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    color: #28928a;
  }
}
@media only screen and (max-width: 640px) {
  .con_phleft .box_txt .inner h3.st_training03 {
    font-size: 131%;
  }
}
.con_phleft .box_txt .inner p {
  margin-bottom: 20px;
}
.con_phleft .box_txt .inner .txt_sm {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 116%;
}
.con_phleft .box_photo {
  width: 50%;
  height: 500px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_phleft .box_photo {
    margin-bottom: 30px;
    width: 100%;
    height: 370px;
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .con_phleft .box_photo {
    height: 250px;
  }
}
.con_phleft .box_photo .txt_inn {
  width: 62%;
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 15px;
  background: white;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 640px) {
  .con_phleft .box_photo .txt_inn {
    width: 90%;
  }
}
.con_phleft .box_photo .txt_inn h4 {
  margin-bottom: 5px;
}
.con_phleft .box_photo .txt_inn p {
  font-size: 93%;
}
.con_phleft .box_photo .txt_inn03 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  color: #333;
}
.con_phleft .box_photo.ph01 {
  background: url(../training/images/img_training01.jpg) center 0 no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .con_phleft .box_photo.ph01 {
    background-position: center 0;
  }
}
.con_phleft .box_photo.ph02 {
  background: url(../training/images/img_training03.jpg) center 0 no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .con_phleft .box_photo.ph02 {
    background-position: center 0;
  }
}
.con_phleft.excp {
  margin-bottom: 70px;
}

/* -----------------------------------------------------------
	.con_phright
----------------------------------------------------------- */
.con_phright .box_txt {
  padding-top: 60px;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .con_phright .box_txt {
    padding-top: 0;
    width: 100%;
    float: none;
  }
}
.con_phright .box_txt .inner {
  margin: 0 0 0 auto;
  padding-right: 5%;
  width: 570px;
}
@media only screen and (min-width: 1023px) and (max-width: 1280px) {
  .con_phright .box_txt .inner {
    width: 94% !important;
  }
}
@media print {
  .con_phright .box_txt .inner {
    width: 94% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .con_phright .box_txt .inner {
    margin: auto;
    padding: 20px 0;
    width: 95%;
  }
}
.con_phright .box_txt .inner h3 {
  margin: 0 auto 20px auto;
  height: 0;
  margin-bottom: 15px;
  overflow: hidden;
  background: url(../training/images/st_training01.png) 0 bottom no-repeat;
  width: 188px;
  padding-top: 24px;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .con_phright .box_txt .inner h3 {
    margin-bottom: 15px;
    height: auto;
    padding: 0;
    background: none;
    width: auto !important;
    font-size: 154%;
    line-height: 1.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    color: #28928a;
  }
}
@media only screen and (max-width: 640px) {
  .con_phright .box_txt .inner h3 {
    font-size: 131%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_phright .box_txt .inner h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .con_phright .box_txt .inner h3 {
    width: 240px;
  }
}
.con_phright .box_txt .inner h3.st_training02 {
  height: 0;
  margin-bottom: 15px;
  overflow: hidden;
  background: url(../training/images/st_training02.png) 0 bottom no-repeat;
  width: 149px;
  padding-top: 24px;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .con_phright .box_txt .inner h3.st_training02 {
    margin-bottom: 15px;
    height: auto;
    padding: 0;
    background: none;
    width: auto !important;
    font-size: 154%;
    line-height: 1.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
    color: #28928a;
  }
}
@media only screen and (max-width: 640px) {
  .con_phright .box_txt .inner h3.st_training02 {
    font-size: 131%;
  }
}
.con_phright .box_txt .inner p {
  margin-bottom: 20px;
}
.con_phright .box_txt .inner .txt_sm {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 116%;
}
.con_phright .box_photo {
  width: 50%;
  float: right;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_phright .box_photo {
    width: 100%;
    float: none;
  }
}
.con_phright .box_photo .txt_inn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -45px;
  padding: 10px 15px;
  color: #fff;
  background: #000;
}
.con_phright .box_photo .txt_inn h4 {
  margin-bottom: 15px;
  color: #28928A;
  font-size: 154%;
  line-height: 1.3em;
  font-weight: normal;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .con_phright .box_photo .txt_inn h4 {
    font-size: 124%;
  }
}
.con_phright .box_photo .txt_inn p {
  font-size: 93%;
}
.con_phright .box_photo .slick-slide img {
  transition: all 5s ease-in-out;
}
.con_phright .box_photo .slick-active img {
  transform: scale(1.1);
}
.con_phright .box_photo .slick-slide .txt_inn {
  transition: all 0.2s ease-in;
}
.con_phright .box_photo .slick-active .txt_inn {
  bottom: 0;
}
