@charset "UTF-8";
/* ========================================
* File Name: style.css
* Created Date: 2015.6
* Author: TAM
======================================== */
#contents {
  position: relative;
  z-index: 10;
}

.inner-contents {
  position: relative;
  z-index: 500;
}

.bg-wrap {
  padding: 0;
  background: url(../images/main_img01.jpg) no-repeat 50% 61px #111111;
  background-size: cover;
  background-attachment: fixed;
  transition: background-image .6s;
}

#bg00 {
  background-image: url(../images/main_img01.jpg), url(../images/main_img02.jpg), url(../images/main_img03.jpg), url(../images/main_img04.jpg), url(../images/main_img05.jpg);
  background: url(../images/main_img01.jpg) no-repeat 50% 0 #111111 \9;
}

#bg01 {
  background-image: url(../images/main_img02.jpg);
}

#bg02 {
  background-image: url(../images/main_img03.jpg);
}

#bg03 {
  background-image: url(../images/main_img04.jpg);
}

#bg04 {
  background-image: url(../images/main_img05.jpg);
}

.page-ttl {
  color: #fff;
}

.lead-wrap {
  position: absolute;
  width: 241px;
  left: -44px;
  top: 115px;
  text-align: center;
}

.lead-wrap .sp-text {
  display: none;
}

.text-wrap {
  margin: 0 0 0 206px;
  padding: 25px 30px;
  color: #fff;
  background: url(../images/bg01.png);
}
.section-05 .text-wrap {
  padding: 25px 30px 110px;
}

.text-wrap .top-text {
  font-size: 1.6em;
  line-height: 1.8;
  padding-bottom: 42px;
}

.section-01 {
  padding: 40px 0 0;
}

.block dt {
  font-size: 3em;
  font-weight: normal;
    font-family : "Hiragino Mincho ProN","游明朝",serif;
  margin: 0 0 20px;
  line-height: 1;
  padding: 5px 0 0;
}
.block dt img {
  vertical-align: middle;
  padding-right: 24px;
  margin: -5px 0 0;
}

.block-txt, .block-link {
  font-size: 1.4em;
  line-height: 1.8;
  margin: 0 0 20px;
}

.clfix .block-txt, .clfix .block-link {
  width: 455px;
  margin: 0;
}

.block-img {
  float: right;
  clear: both;
  margin: 0 0 10px;
}

.block-link a {
  background: url(../images/arw.png) no-repeat left center;
  padding: 2px 0 2px 14px;
  color: #fff;
  text-decoration: underline;
}
.block-link a:hover {
  text-decoration: none;
}

.block-note {
  font-size: 1.2em;
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-note li {
  list-style: disc inside;
}

.border-wrap {
  font-size: 1.4em;
  line-height: 1.8;
  border: solid 1px #C5BFB2;
  padding: 13px;
  margin-top: 14px;
}

.border-wrap .title {
  font-weight: bold;
}

.table th, .table td {
  border: 1px solid #fff;
  font-size: 1.4em;
  line-height: 1.8;
  padding: 10px;
  text-align: left;
}
.table thead th {
  text-align: center;
}
.table th {
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
.table td {
  vertical-align: top;
  width: 267px;
}

@media screen and (max-width: 640px) {
  #header {
    background: #fff;
    padding-bottom: 20px;
    position: relative;
    z-index: 100;
  }
  #footer {
    position: relative;
    z-index: 100;
  }

  #contents {
    /*z-index: -1;*/
  }

  .section-05 .text-wrap {
    padding: 10px 10px 60px;
  }


  .bg-wrap {
    background: none !important;
    z-index: -1;
    position: relative;
  }
  .bg-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/main_img01.jpg) no-repeat 50% 0 #111111;
    background-size: 200% auto;
    position: fixed;
    left: 0;
    top: 176px;
    top: 0;
    z-index: -10;
    transition: background-image .6s;
  }

  #bg01:before {
    background-image: url(../images/main_img02.jpg);
  }

  #bg02:before {
    background-image: url(../images/main_img03.jpg);
  }

  #bg03:before {
    background-image: url(../images/main_img04.jpg);
  }

  #bg04:before {
    background-image: url(../images/main_img05.jpg);
  }

  .lead-wrap {
    position: static;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    display: table;
  }
  .lead-wrap p {
    display: table-cell;
    vertical-align: middle;
  }

  .lead-wrap img {
    width: 120px;
    height: auto;
  }

  .lead-wrap .pc-lead {
    display: none;
  }

  .lead-wrap .sp-text {
    font-family : "Hiragino Mincho ProN","游明朝",serif;
    font-size: 1.8em;
    line-height: 1.8;
    display: table-cell;
    color: #fff;
  }

  .text-wrap {
    margin: 0 -13px;
    padding: 10px;
  }

  .text-wrap .top-text {
    font-size: 1.4em;
  }

  .block dt {
    font-size: 2em;
    white-space: nowrap;
  }
  .block dt img {
    padding-right: 10px;
    width: 40px;
    height: auto;
  }

  .text-wrap .border-wrap {
    padding: 10px;
    margin: 0 0 20px;
  }

  .clfix .block-txt, .clfix .block-link {
    width: auto;
  }

  .block-img {
    float: none;
    text-align: center;
  }

  .table tbody th, .table .table-none {
    display: none;
  }
  .table th {
    line-height: 1.2;
  }
  .table td {
    width: 50%;
  }
  .table td:before {
    display: block;
    font-weight: bold;
  }

  .table-main:before {
    content: "主な内容";
  }

  .table-skill:before {
    content: "習得できるスキル";
  }

  .table-work:before {
    content: "実習";
  }
}
@media screen and (max-width: 475px) {
  .br {
    display: inline-block;
    width: 8em;
    margin: 0 auto;
  }
}
