/* ------------------------------
 width: all
------------------------------ */
main {
  background-image: none;
  background-color: #ebebec;
  padding-bottom: 0;
}
main section.s01 .wrapper {
  position: relative;
  padding-top: 240px;
}
main section.s01 .wrapper h2 {
  width: 200px;
  position: absolute;
  top: 180px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .photo01 {
  width: 1327px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper .box01 {
  background-color: #135480;
  padding: 20px 0 70px;
}
main section.s01 .wrapper .box01 .msg {
  width: 900px;
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper .box01 .box02 {
  position: relative;
  width: 1000px;
  margin: 15px auto 0;
}
main section.s01 .wrapper .box01 .box02 .t01 {
  text-align: center;
  font-size: 22px;
  line-height: 185%;
  color: #fff;
  font-weight: bold;
}
main section.s01 .wrapper .box01 .box02 .icon01 {
  display: block;
  width: 94px;
  position: absolute;
  top: -120px;
  left: 0;
}
main section.s01 .wrapper .box01 .box02 .icon02 {
  display: block;
  width: 82px;
  position: absolute;
  top: -50px;
  right: 0;
}
main section.s01 .wrapper .box01 .box02 .icon03 {
  display: block;
  width: 84px;
  position: absolute;
  right: 80px;
  bottom: -40px;
}
main section.s01 .wrapper .box01 .scroll {
  width: 7.8px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
}
main section.s01 .wrapper .box01 .scroll img {
  width: 100%;
  display: block;
}
main section.s02 {
  background-color: #ebebec;
  border-bottom: 40px solid #135480;
  padding: 0 40px;
}
main section.s02 .wrapper {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  background-image: url(../images/tp0201.png);
  background-size: cover;
  background-position: center center;
  padding: 70px 0 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main section.s02 .wrapper .box01 {
  width: 40%;
}
main section.s02 .wrapper .box01 h3 {
  width: 261px;
  margin: 0 auto;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
main section.s02 .wrapper .box01 h3 img {
  width: 219px;
  display: block;
}
main section.s02 .wrapper .box01 a {
  width: 261px;
  display: block;
  margin: 20px auto 0;
}
main section.s02 .wrapper .box01 a img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .newsbox {
  width: 60%;
  border: 2px solid #135480;
  border-radius: 25px;
  padding: 40px 50px;
  background-color: rgba(255, 255, 255, 0.5);
}
main section.s02 .wrapper .newsbox .cat_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main section.s02 .wrapper .newsbox .cat_list li {
  width: 25%;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  line-height: 100%;
  padding: 6px 0;
  background-color: #175080;
  letter-spacing: 2px;
  cursor: pointer;
}
main section.s02 .wrapper .newsbox .cat_list li + li {
  padding-left: 1px;
}
main section.s02 .wrapper .newsbox .cat_list li.cat01 {
  background-color: #487b8d;
}
main section.s02 .wrapper .newsbox .cat_list li.cat02 {
  background-color: #5e8480;
}
main section.s02 .wrapper .newsbox .cat_list li.cat03 {
  background-color: #807a94;
}
main section.s02 .wrapper .newsbox .news_list {
  margin-top: 15px;
  display: none;
}
main section.s02 .wrapper .newsbox .news_list.active {
  display: block;
}
main section.s02 .wrapper .newsbox .news_list li + li {
  border-top: 1px solid #135480;
}
main section.s02 .wrapper .newsbox .news_list li a {
  padding: 10px 0;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main section.s02 .wrapper .newsbox .news_list li a .date {
  width: 90px;
  font-size: 14px;
  font-weight: 900;
  color: #000;
  letter-spacing: 2px;
}
main section.s02 .wrapper .newsbox .news_list li a .cat {
  width: 126px;
}
main section.s02 .wrapper .newsbox .news_list li a .cat span {
  width: 115px;
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  padding: 5px 12px 6px;
  border-radius: 30px;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
main section.s02 .wrapper .newsbox .news_list li a .cat span.cat01 {
  background-color: #487b8d;
}
main section.s02 .wrapper .newsbox .news_list li a .cat span.cat02 {
  background-color: #5e8480;
}
main section.s02 .wrapper .newsbox .news_list li a .cat span.cat03 {
  background-color: #807a94;
}
main section.s02 .wrapper .newsbox .news_list li a .txt {
  width: calc(100% - 265px);
  font-size: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
main section.s02 .wrapper .newsbox .news_list li a .arrow {
  width: 44px;
  display: block;
}
main section.s03 {
  background-color: #fff;
}
main section.s03 .wrapper .box01 {
  max-width: 1300px;
  background-image: url(../images/tp0301.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  margin: 0 auto;
}
main section.s03 .wrapper .box01 h4 {
  width: 940px;
  margin: 0 auto;
}
main section.s03 .wrapper .box01 h4 img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .box01 h4 img.pc-ds {
  display: block;
}
main section.s03 .wrapper .box01 h4 img.sp-ds {
  display: none;
}
main section.s03 .wrapper .box01 a {
  width: 261px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  margin: 0 auto;
}
main section.s03 .wrapper .box01 a img {
  width: 100%;
  display: block;
}
main section.s04 {
  background-color: #fff;
  padding-bottom: 70px;
}
main section.s04::before {
  content: "";
  display: block;
  width: 100%;
  height: 569px;
  background-color: #ebebec;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
main section.s04 .wrapper {
  padding-top: 70px;
}
main section.s04 .wrapper .dl01 {
  width: 1000px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main section.s04 .wrapper .dl01 dt {
  width: 317px;
}
main section.s04 .wrapper .dl01 dt h5 img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .dl01 dd {
  width: 620px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}
main section.s04 .wrapper ul {
  max-width: 1300px;
  margin: 70px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
main section.s04 .wrapper ul li {
  width: calc((100% - 40px) / 3);
}
main section.s04 .wrapper ul li + li a::after {
  content: "";
  display: block;
  width: 2px;
  height: 200px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
main section.s04 .wrapper ul li a {
  display: block;
  text-decoration: none;
  color: #135480;
  height: 690px;
  position: relative;
}
main section.s04 .wrapper ul li a .photo {
  width: 100%;
  display: block;
}
main section.s04 .wrapper ul li a .icon {
  width: 155px;
  display: block;
  margin: -78px auto 0;
}
main section.s04 .wrapper ul li a .t01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
main section.s04 .wrapper ul li a .t02 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin-top: 20px;
  letter-spacing: 5px;
}
main section.s04 .wrapper ul li a .t03 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
main section.s04 .wrapper .btn {
  width: 261.5px;
  display: block;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}
main section.s04 .wrapper .btn img {
  width: 100%;
  display: block;
}
main section.s05 {
  background-color: #fff;
  padding: 100px 0 150px;
  overflow: hidden;
}
main section.s05 .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main section.s05 .wrapper .left {
  width: 45.6%;
  max-width: 591px;
  text-align: right;
}
main section.s05 .wrapper .left .box01 {
  display: inline-block;
  max-width: 100%;
  width: 455px;
}
main section.s05 .wrapper .left .box01 h6 img {
  width: 100%;
  display: block;
}
main section.s05 .wrapper .left .box01 p {
  display: inline-block;
  width: 430px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  margin-top: 35px;
}
main section.s05 .wrapper .left .btnbox {
  margin-top: 70px;
  width: 430px;
  max-width: 100%;
  display: inline-block;
}
main section.s05 .wrapper .left .btnbox .btn {
  width: 261px;
  display: block;
}
main section.s05 .wrapper .left .btnbox .btn img {
  width: 100%;
  display: block;
}
main section.s05 .wrapper .left .photo {
  width: 100%;
  display: block;
  margin-top: 40px;
}
main section.s05 .wrapper .workslist {
  width: 47.6%;
  max-width: 618.5px;
  padding-top: 70px;
}
main section.s05 .wrapper .workslist li + li {
  margin-top: 60px;
}
main section.s05 .wrapper .workslist li a {
  display: block;
  text-decoration: none;
  position: relative;
}
main section.s05 .wrapper .workslist li a .icon {
  width: 155px;
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 2;
}
main section.s05 .wrapper .workslist li a .photobox {
  position: relative;
}
main section.s05 .wrapper .workslist li a .photobox img {
  width: 100%;
  display: block;
}
main section.s05 .wrapper .workslist li a .photobox p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
main section.s05 .wrapper .workslist li a .photobox p span {
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 10px;
  color: #4c4c4c;
}
main section.s05 .bg {
  width: 1429px;
  display: block;
  position: absolute;
  bottom: -115px;
  left: 0;
}
main section.s05 .car {
  width: 118px;
  display: block;
  position: absolute;
  bottom: 60px;
  left: 300px;
}
main section.s06 {
  border-top: 13px solid #2880ff;
  background-image: url(../images/tp0601.jpg);
  background-size: cover;
  background-position: top 0 center;
  padding: 130px 40px 130px;
}
main section.s06 .wrapper .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main section.s06 .wrapper .dl01 dt {
  width: 267px;
}
main section.s06 .wrapper .dl01 dt h6 img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper .dl01 dd {
  width: 504.5px;
}
main section.s06 .wrapper .dl01 dd img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper .photo01 {
  width: 1516.5px;
  max-width: 100%;
  display: block;
  margin: 120px auto 0;
}
main section.s06 .wrapper ul {
  max-width: 1200px;
  margin: -30px auto 0;
  position: relative;
  z-index: 2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}
main section.s06 .wrapper ul li {
  width: calc((100% - 25px) / 2);
}
main section.s06 .wrapper ul li.cat01 a {
  border: 3px solid #807a8b;
}
main section.s06 .wrapper ul li.cat01 a::before {
  background-color: #807a8b;
}
main section.s06 .wrapper ul li.cat01 a .more {
  background-color: #807a8b;
}
main section.s06 .wrapper ul li.cat02 a {
  border: 3px solid #5e8080;
}
main section.s06 .wrapper ul li.cat02 a::before {
  background-color: #5e8080;
}
main section.s06 .wrapper ul li.cat02 a .more {
  background-color: #5e8080;
}
main section.s06 .wrapper ul li.cat03 a {
  border: 3px solid #477982;
}
main section.s06 .wrapper ul li.cat03 a::before {
  background-color: #477982;
}
main section.s06 .wrapper ul li.cat03 a .more {
  background-color: #477982;
}
main section.s06 .wrapper ul li.cat04 a {
  border: 3px solid #7a7d80;
}
main section.s06 .wrapper ul li.cat04 a::before {
  background-color: #7a7d80;
}
main section.s06 .wrapper ul li.cat04 a .more {
  background-color: #7a7d80;
}
main section.s06 .wrapper ul li a {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 40px 45px;
  text-decoration: none;
  color: #4c4c4c;
}
main section.s06 .wrapper ul li a::before {
  content: "";
  display: block;
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
}
main section.s06 .wrapper ul li a .t02 {
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
  text-align: left;
  color: #4c4c4c;
  letter-spacing: 3px;
}
main section.s06 .wrapper ul li a .t02 span {
  vertical-align: top;
  display: inline-block;
  background-color: #4c4c4c;
  padding: 4px 5px 4px 10px;
  letter-spacing: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 100%;
  margin-left: 20px;
}
main section.s06 .wrapper ul li a .t03 {
  font-size: 16px;
  line-height: 175%;
  margin-top: 20px;
  color: #4c4c4c;
}
main section.s06 .wrapper ul li a .typebox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
main section.s06 .wrapper ul li a .typebox dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main section.s06 .wrapper ul li a .typebox dl.dl02 dt img {
  width: 21.5px;
  vertical-align: top;
}
main section.s06 .wrapper ul li a .typebox dl.dl03 {
  margin-left: 25px;
}
main section.s06 .wrapper ul li a .typebox dl.dl03 dt img {
  width: 24.5px;
  vertical-align: top;
}
main section.s06 .wrapper ul li a .typebox dl dd {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  margin-left: 8px;
}
main section.s06 .wrapper ul li a .more {
  width: 173px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  bottom: 40px;
}
main section.s06 .wrapper ul li a .more img {
  width: 110px;
  display: block;
  margin: 0 auto;
}
main section.s06 .wrapper .btn_recruit {
  width: 261px;
  display: block;
  margin: 70px auto 0;
}
main section.s06 .wrapper .btn_recruit img {
  width: 100%;
  display: block;
}

.loadingbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100000000000000;
  width: 100%;
  min-width: 1280px;
  height: 100%;
  background-image: url(../images/bg_loading.jpg);
  background-size: cover;
  background-position: center center;
}
.loadingbox img {
  width: 311px;
  display: block;
  margin: -72px auto 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: none;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    background-image: none;
    background-color: #ebebec;
    padding-bottom: 0;
  }
  main section.s01 .wrapper {
    position: relative;
    padding-top: 100px;
  }
  main section.s01 .wrapper h2 {
    width: 100px;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .photo01 {
    width: 1327px;
    max-width: 100%;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .box01 {
    background-color: #135480;
    padding: 20px 0 40px;
  }
  main section.s01 .wrapper .box01 .msg {
    width: 320px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .box01 .box02 {
    position: relative;
    width: 300px;
    margin: 20px auto 0;
  }
  main section.s01 .wrapper .box01 .box02 .t01 {
    text-align: left;
    font-size: 16px;
    line-height: 185%;
    color: #fff;
    font-weight: bold;
  }
  main section.s01 .wrapper .box01 .box02 .icon01 {
    display: block;
    width: 47px;
    position: absolute;
    top: -70px;
    left: -30px;
  }
  main section.s01 .wrapper .box01 .box02 .icon02 {
    display: block;
    width: 41px;
    position: absolute;
    top: -50px;
    right: -30px;
  }
  main section.s01 .wrapper .box01 .box02 .icon03 {
    display: none;
  }
  main section.s01 .wrapper .box01 .scroll {
    width: 7.8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -30px;
  }
  main section.s01 .wrapper .box01 .scroll img {
    width: 100%;
    display: block;
  }
  main section.s02 {
    background-color: #ebebec;
    border-bottom: 20px solid #135480;
    padding: 0;
  }
  main section.s02 .wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-image: url(../images/tp0201.png);
    background-size: cover;
    background-position: center center;
    display: block;
    padding: 30px 20px 50px;
  }
  main section.s02 .wrapper .box01 {
    width: 100%;
  }
  main section.s02 .wrapper .box01 h3 {
    width: 130.5px;
    margin: 0 auto;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  main section.s02 .wrapper .box01 h3 img {
    width: 109.5px;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper .box01 a {
    width: 180px;
    display: block;
    margin: 20px auto 0;
  }
  main section.s02 .wrapper .box01 a img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .newsbox {
    width: 100%;
    margin-top: 25px;
    border: 2px solid #135480;
    border-radius: 15px;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  main section.s02 .wrapper .newsbox .cat_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    gap: 1px;
  }
  main section.s02 .wrapper .newsbox .cat_list li {
    width: calc((100% - 1px) / 2);
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 100%;
    padding: 6px 0;
    background-color: #175080;
    letter-spacing: 2px;
  }
  main section.s02 .wrapper .newsbox .cat_list li + li {
    padding: 6px 0;
  }
  main section.s02 .wrapper .newsbox .news_list {
    margin-top: 15px;
  }
  main section.s02 .wrapper .newsbox .news_list li + li {
    border-top: 1px solid #135480;
  }
  main section.s02 .wrapper .newsbox .news_list li a {
    padding: 10px 0;
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.s02 .wrapper .newsbox .news_list li a .date {
    width: 90px;
    font-size: 16px;
    font-weight: 900;
    color: #000;
  }
  main section.s02 .wrapper .newsbox .news_list li a .cat {
    width: calc(100% - 90px);
    text-align: left;
  }
  main section.s02 .wrapper .newsbox .news_list li a .cat span {
    width: 100px;
    display: inline-block;
    color: #fff;
    font-weight: 900;
    font-size: 11px;
    line-height: 100%;
    padding: 5px 8px 6px;
    border-radius: 30px;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  main section.s02 .wrapper .newsbox .news_list li a .cat span.cat01 {
    background-color: #487b8d;
  }
  main section.s02 .wrapper .newsbox .news_list li a .cat span.cat02 {
    background-color: #5e8480;
  }
  main section.s02 .wrapper .newsbox .news_list li a .cat span.cat03 {
    background-color: #807a94;
  }
  main section.s02 .wrapper .newsbox .news_list li a .txt {
    width: calc(100% - 55px);
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0;
    margin-top: 5px;
    line-height: 180%;
  }
  main section.s02 .wrapper .newsbox .news_list li a .arrow {
    width: 40px;
    display: block;
  }
  main section.s03 {
    background-color: #fff;
  }
  main section.s03 .wrapper .box01 {
    max-width: 1300px;
    background-image: url(../images/tp0301.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0 auto;
  }
  main section.s03 .wrapper .box01 h4 {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper .box01 h4 img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .box01 a {
    width: 160px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
  }
  main section.s03 .wrapper .box01 a img {
    width: 100%;
    display: block;
  }
  main section.s04 {
    background-color: #fff;
    padding-bottom: 50px;
  }
  main section.s04::before {
    content: "";
    display: block;
    width: 100%;
    height: 500px;
    background-color: #ebebec;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  main section.s04 .wrapper {
    padding: 50px 20px 0;
  }
  main section.s04 .wrapper .dl01 {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s04 .wrapper .dl01 dt {
    width: 158.5px;
  }
  main section.s04 .wrapper .dl01 dt h5 img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .dl01 dd {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 175%;
  }
  main section.s04 .wrapper ul {
    max-width: 1300px;
    margin: 30px auto 0;
    display: block;
    z-index: 2;
  }
  main section.s04 .wrapper ul li {
    width: 100%;
  }
  main section.s04 .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.s04 .wrapper ul li + li a::after {
    display: none;
  }
  main section.s04 .wrapper ul li a {
    display: block;
    text-decoration: none;
    color: #135480;
    height: auto;
    padding-bottom: 10px;
    position: relative;
  }
  main section.s04 .wrapper ul li a .photo {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper ul li a .icon {
    width: 100px;
    display: block;
    margin: -50px auto 0;
  }
  main section.s04 .wrapper ul li a .t01 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
  }
  main section.s04 .wrapper ul li a .t02 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    margin-top: 5px;
    letter-spacing: 3px;
  }
  main section.s04 .wrapper ul li a .t03 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
  }
  main section.s04 .wrapper .btn {
    width: 180px;
    display: block;
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
  }
  main section.s04 .wrapper .btn img {
    width: 100%;
    display: block;
  }
  main section.s05 {
    background-color: #fff;
    padding: 50px 20px 90px;
    overflow: hidden;
  }
  main section.s05 .wrapper {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
  }
  main section.s05 .wrapper .left {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  main section.s05 .wrapper .left .box01 {
    display: inline-block;
    max-width: 100%;
    width: 100%;
  }
  main section.s05 .wrapper .left .box01 h6 {
    width: 227.5px;
  }
  main section.s05 .wrapper .left .box01 h6 img {
    width: 100%;
    display: block;
  }
  main section.s05 .wrapper .left .box01 p {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 175%;
    margin-top: 25px;
  }
  main section.s05 .wrapper .left .btnbox {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    display: inline-block;
  }
  main section.s05 .wrapper .left .btnbox .btn {
    width: 180px;
    display: block;
    margin: 0 auto;
  }
  main section.s05 .wrapper .left .btnbox .btn img {
    width: 100%;
    display: block;
  }
  main section.s05 .wrapper .left .photo {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
  main section.s05 .wrapper .workslist {
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
  }
  main section.s05 .wrapper .workslist li + li {
    margin-top: 30px;
  }
  main section.s05 .wrapper .workslist li a {
    display: block;
    text-decoration: none;
    position: relative;
  }
  main section.s05 .wrapper .workslist li a .icon {
    width: 100px;
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;
  }
  main section.s05 .wrapper .workslist li a .photobox {
    position: relative;
  }
  main section.s05 .wrapper .workslist li a .photobox img {
    width: 100%;
    display: block;
  }
  main section.s05 .wrapper .workslist li a .photobox p {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
  }
  main section.s05 .wrapper .workslist li a .photobox p span {
    display: inline-block;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    padding: 10px;
    color: #4c4c4c;
  }
  main section.s05 .bg {
    width: 335px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  main section.s05 .car {
    width: 50px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 30px;
  }
  main section.s06 {
    border-top: 13px solid #2880ff;
    background-image: url(../images/tp0601.jpg);
    background-size: cover;
    background-position: top 0 center;
    padding: 50px 20px;
  }
  main section.s06 .wrapper .dl01 {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .dl01 dt {
    width: 133.5px;
  }
  main section.s06 .wrapper .dl01 dt h6 img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .dl01 dd {
    width: 252px;
    margin-top: 20px;
  }
  main section.s06 .wrapper .dl01 dd img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .photo01 {
    width: 1516.5px;
    max-width: 100%;
    display: block;
    margin: 40px auto 0;
  }
  main section.s06 .wrapper ul {
    max-width: 1200px;
    margin: -20px auto 0;
    position: relative;
    z-index: 2;
    display: block;
  }
  main section.s06 .wrapper ul li {
    width: 100%;
  }
  main section.s06 .wrapper ul li + li {
    margin-top: 15px;
  }
  main section.s06 .wrapper ul li.cat01 a {
    border: 3px solid #807a8b;
  }
  main section.s06 .wrapper ul li.cat01 a::before {
    background-color: #807a8b;
  }
  main section.s06 .wrapper ul li.cat01 a .more {
    background-color: #807a8b;
  }
  main section.s06 .wrapper ul li.cat02 a {
    border: 3px solid #5e8080;
  }
  main section.s06 .wrapper ul li.cat02 a::before {
    background-color: #5e8080;
  }
  main section.s06 .wrapper ul li.cat02 a .more {
    background-color: #5e8080;
  }
  main section.s06 .wrapper ul li.cat03 a {
    border: 3px solid #477982;
  }
  main section.s06 .wrapper ul li.cat03 a::before {
    background-color: #477982;
  }
  main section.s06 .wrapper ul li.cat03 a .more {
    background-color: #477982;
  }
  main section.s06 .wrapper ul li.cat04 a {
    border: 3px solid #7a7d80;
  }
  main section.s06 .wrapper ul li.cat04 a::before {
    background-color: #7a7d80;
  }
  main section.s06 .wrapper ul li.cat04 a .more {
    background-color: #7a7d80;
  }
  main section.s06 .wrapper ul li a {
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    padding: 20px 25px 40px;
    text-decoration: none;
    color: #4c4c4c;
  }
  main section.s06 .wrapper ul li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
  }
  main section.s06 .wrapper ul li a .t02 {
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    text-align: left;
  }
  main section.s06 .wrapper ul li a .t02 span {
    width: 80px;
    vertical-align: top;
    text-align: center;
    background-color: #4c4c4c;
    padding: 4px 5px 4px 8px;
    letter-spacing: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 100%;
    margin: 8px 0 0 0 !important;
    display: block;
  }
  main section.s06 .wrapper ul li a .t03 {
    font-size: 14px;
    line-height: 175%;
    margin-top: 15px;
    color: #4c4c4c;
  }
  main section.s06 .wrapper ul li a .typebox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  main section.s06 .wrapper ul li a .typebox dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main section.s06 .wrapper ul li a .typebox dl.dl02 dt img {
    width: 19.3px;
    vertical-align: top;
  }
  main section.s06 .wrapper ul li a .typebox dl.dl03 {
    margin-left: 15px;
  }
  main section.s06 .wrapper ul li a .typebox dl.dl03 dt img {
    width: 22px;
    vertical-align: top;
  }
  main section.s06 .wrapper ul li a .typebox dl dd {
    font-size: 14px;
    font-weight: 900;
    line-height: 100%;
    margin-left: 8px;
  }
  main section.s06 .wrapper ul li a .more {
    width: 140px;
    padding: 10px 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  main section.s06 .wrapper ul li a .more img {
    width: 110px;
    display: block;
    margin: 0 auto;
  }
  main section.s06 .wrapper .btn_recruit {
    width: 180px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s06 .wrapper .btn_recruit img {
    width: 100%;
    display: block;
  }
  .loadingbox {
    min-width: 375px;
  }
  .loadingbox img {
    width: 155px;
    margin-top: -36px;
  }
}
@media screen and (max-width: 650px) {
  main section.s03 .wrapper .box01 h4 img.pc-ds {
    display: none;
  }
  main section.s03 .wrapper .box01 h4 img.sp-ds {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  main section.s01 .wrapper {
    overflow: hidden;
    text-align: center;
  }
  main section.s01 .wrapper .photo01 {
    max-width: 136%;
    padding: 0;
    display: block;
    margin-left: -5%;
  }
}
