@charset "UTF-8";
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body {
  color: #000;
  line-height: 1.8;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/* Links */
a {
  color: inherit;
}
a:hover {
  color: inherit;
}

/*--------------------------------------------------------------
Construction
--------------------------------------------------------------*/
body {
  overflow: hidden;
}

body.appli,
html.appli {
  overflow-x: hidden !important;
  position: relative;
}

.inner {
  max-width: 960px;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .inner {
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/
.loading_wrap {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.loading {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading path {
  width: 300px;
  stroke: #000;
  fill: #fff;
  stroke-width: 1;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  -moz-animation: DASH 2s ease-in-out 1s forwards;
  -webkit-animation: DASH 2s ease-in-out 1s forwards;
  -o-animation: DASH 2s ease-in-out 1s forwards;
  animation: DASH 2s ease-in-out 1s forwards;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: #fff;
  }
  80% {
    stroke-dashoffset: 2000;
    fill: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #000;
  }
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
#nav-header {
  padding-left: 200px;
}
#nav-header .nav-home {
  padding-right: 100px;
}
#nav-header a {
  font-weight: bold;
  height: 76px !important;
}
#nav-header a:hover {
  color: #f15a24;
}

#logotype-sp {
  margin-left: 154px;
}
#logotype-sp img {
  width: 90px;
}

.uk-navbar-nav > li > a {
  color: #000;
  font-size: 13px !important;
}
.uk-navbar-nav > li:first-child {
  margin-right: auto;
}
.uk-navbar-nav > li:last-child {
  background-color: #edd900;
  position: relative;
}
.uk-navbar-nav > li:last-child a {
  color: #033873;
  display: block;
  position: relative;
  top: 12px;
}
.uk-navbar-nav > li:last-child a:before {
  content: "";
  background-image: url("../images/icon_application.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 28px;
  display: block;
}

@media screen and (max-width: 960px) {
  .uk-navbar-nav > li > a {
    font-size: 10px !important;
  }
}
/* drawer */
.drawer-nav {
  z-index: 3;
  padding: 10px 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
}

button.drawer-toggle {
  background-image: url("../images/btn_toggle.png");
  width: 59px;
  height: 57px;
  background-size: cover;
  padding: 0;
  top: 10px;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
}

.drawer-open button.drawer-toggle {
  background-image: url("../images/btn_toggle_close.png");
}

.drawer-hamburger-icon {
  display: none;
}

.drawer-menu-item:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.drawer-bottom {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer-bottom li {
  margin: 7px 0;
}
.drawer-bottom li a {
  width: 100%;
  background: #eee;
  display: block;
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
}
.drawer-bottom li .a-application {
  background-color: #edd900;
  color: #033873;
  text-align: center;
}
.drawer-bottom li .a-application:before {
  display: block;
  background-image: url("../images/icon_application.png");
  height: 34px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
}
.drawer-bottom li .a-tel,
.drawer-bottom li .a-mail,
.drawer-bottom li .a-intern {
  background-color: #033873;
  color: #edd900;
  background-repeat: no-repeat;
  background-position: 14px center;
  padding-left: 47px;
}
.drawer-bottom li .a-tel {
  background-image: url("../images/icon_tel.png");
  background-position: 14px center;
}
.drawer-bottom li .a-mail {
  background-image: url("../images/icon_mail.png");
  background-position: 11px center;
}
.drawer-bottom li .a-intern {
  background-image: url("../images/icon_intern.png");
  background-position: 19px center;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
header {
  background: #fff;
  z-index: 3;
  height: 76px;
}
header .uk-navbar-container:not(.uk-navbar-transparent) {
  background: none;
}

@media screen and (max-width: 640px) {
  header {
    height: 50px;
    padding: 10px 0;
    box-sizing: border-box;
  }

  #logomark {
    left: 0;
    top: 0;
    max-width: 133px;
  }
}
/*--------------------------------------------------------------
Side Menu
--------------------------------------------------------------*/
#sidemenu-pc {
  right: 0;
  top: 50%;
}
#sidemenu-pc h2 {
  position: relative;
  text-align: right;
}
#sidemenu-pc h2 img {
  right: -40px;
  position: relative;
}
#sidemenu-pc ul {
  list-style: none;
}
#sidemenu-pc ul li {
  margin-bottom: 10px;
  right: -185px;
}

#sidemenu-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#sidemenu-sp > div > div:first-child {
  flex: inherit;
  width: 53px;
  background: #edd900;
  padding-top: 7px;
  padding-bottom: 7px;
}
#sidemenu-sp > div > div:first-child img {
  width: 26px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#sidemenu-sp > div > div:nth-child(2) {
  background: #033873;
  color: #edd900;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidemenu-sp > div > div:nth-child(2) a {
  display: block;
  width: 100%;
}
#sidemenu-sp > div > div:nth-child(2) a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
footer {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
}

#totop {
  top: -40px;
}
#totop svg {
  display: none;
}

/*--------------------------------------------------------------
TOP Page
--------------------------------------------------------------*/
/* slider
-----------------------------------------------*/
.slider {
  margin-bottom: 0 !important;
}
.slider .slick-dots {
  bottom: 0;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
.slider .slick-dots li {
  margin: 0 3px;
}
.slider .slick-dots li button:before {
  content: '■';
  font-size: 20px;
  color: #033873;
}

@media screen and (max-width: 640px) {
  #slider {
    margin-top: 57px;
  }
}
/* info
-----------------------------------------------*/
#top-info {
  background-image: url("../images/bg1.jpg");
  padding-top: 35px;
  padding-bottom: 35px;
}
#top-info .inner {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#top-info .inner h2 {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}
#top-info .inner table td {
  font-size: 13px;
}
#top-info .inner table td.date {
  padding-right: 10px;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  #top-info .inner .top-info-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #top-info .inner h2 {
    display: inline-block;
  }
  #top-info .inner .to-archive {
    display: inline-block;
  }
  #top-info .inner .top-info-table {
    margin-top: 10px;
  }
}
.to-archive {
  border: 2px solid #000;
  text-align: center;
  margin-top: 0px;
}
.to-archive a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  padding: 0 30px;
  text-align: center;
  box-sizing: border-box;
}

/* 各セクション共通
-----------------------------------------------*/
.sec {
  position: relative;
}

.title-sec {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 55px;
  margin: 0;
  background: #fff;
}

.sec-content {
  padding-bottom: 60px;
}
.sec-content h3, .sec-content h4 {
  font-weight: bold;
}
.sec-content h3 {
  font-size: 30px;
  padding: 40px 0;
  text-align: center;
  margin: 0;
}

.slope {
  margin-top: -1px;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .title-sec {
    padding-top: 30px;
  }

  .sec-content h3 {
    font-size: 24px;
  }
}
/* イイヅカでの働き方
-----------------------------------------------*/
#sec01 {
  background: #033873;
  /* 飯塚建設で働く3つのメリット */
  /* 社員の声 */
}
#sec01 .title-sec:before {
  content: url("../images/icon_01.png");
  display: block;
}
#sec01 #three-merits h3, #sec01 #three-merits h4 {
  color: #fff;
}
#sec01 #three-merits .merit {
  color: #fff;
}
#sec01 #three-merits .merit img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 234px;
}
#sec01 #three-merits .merit h4 {
  text-align: center;
}
#sec01 #voice {
  background-color: #f3e800;
}
#sec01 #voice h3 {
  color: #033873;
}

/* 仕事内容
-----------------------------------------------*/
#sec02 {
  background-image: url("../images/bg2.jpg");
}
#sec02 .title-sec:before {
  content: url("../images/icon_02.png");
  display: block;
}

.bumon_wrap {
  margin-top: 30px;
}

.bumon {
  background: #fff;
  background: #fff;
  padding: 20px;
}
.bumon img {
  width: 100%;
  margin-bottom: 20px;
}
.bumon .bumon-label span {
  color: #fff;
  padding: 10px;
}
.bumon .bumon-catch {
  color: #711f17;
  font-weight: bold;
}

.bumon-bottom {
  margin-top: 20px;
}

#doboku .bumon-label span {
  background: #711f17;
}
#doboku .bumon-catch {
  color: #711f17;
}

#kenchiku .bumon-label span {
  background: #033873;
}
#kenchiku .bumon-catch {
  color: #033873;
}

@media screen and (max-width: 640px) {
  .bumon-label {
    display: block;
    width: 100%;
  }
  .bumon-label span {
    display: block;
    width: 100%;
    text-align: center;
  }

  .bumon-catch {
    width: 100%;
    display: block;
  }
}
/* 施工管理技士（現場監督）とは？ */
#about-director {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border: 3px solid #033873;
  background-color: #fff;
}

/* 施工事例 */
.slick-slider {
  overflow: hidden;
}

.slick-slide {
  margin: 0 0.2%;
}

.slick-list {
  margin: 0 -20px;
}

.slick-prev {
  left: 5px;
  z-index: 1;
}
.slick-prev:before {
  content: '';
  opacity: 1;
  background-image: url("../images/left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}

.slick-next {
  right: 5px;
}
.slick-next:before {
  content: '';
  opacity: 1;
  background-image: url("../images/right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}

.lb-nav {
  display: none !important;
}

/* スキルアップの道
-----------------------------------------------*/
#sec03 {
  background-color: #033873;
}
#sec03 .sec-content {
  padding-bottom: 0;
}
#sec03 .title-sec:before {
  content: url("../images/icon_03.png");
  display: block;
}
#sec03 h3, #sec03 p {
  color: #fff;
}
#sec03 h3 {
  padding-bottom: 0;
}

/* お問い合わせ */
#to-contact {
  background-color: #f2efa8;
  color: #033873;
  padding: 60px 0;
}
#to-contact .inner {
  max-width: 577px;
}
#to-contact p {
  color: #033873;
}

@media screen and (max-width: 640px) {
  #to-contact img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
/* 会社情報
-----------------------------------------------*/
#sec04 {
  background-image: url("../images/bg2.jpg");
}
#sec04 .sec-content {
  padding-bottom: 0;
}
#sec04 .title-sec:before {
  content: url("../images/icon_04.png");
  display: block;
}

/* 飯塚建設からのメッセージ */
#message .inner {
  max-width: 580px;
}

.president-name {
  text-align: center;
  font-family: serif;
}
.president-name span {
  margin-right: 10px;
  font-size: 13px;
}

/* 会社概要 */
#profile {
  background: #fff;
  padding-bottom: 20px;
}
#profile table {
  max-width: 580px;
}
#profile table th {
  color: #000;
  white-space: nowrap;
}
#profile table th, #profile table td {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* 地図
-----------------------------------------------*/
.gmap {
  position: relative;
  padding-bottom: 30%;
  height: 120px;
  overflow: hidden;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------
iframe
--------------------------------------------------------------*/
/* colorbox */
#cboxTopCenter,
#cboxTopRight,
#cboxTopLeft,
#cboxMiddleRight,
#cboxMiddleLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxBottomLeft {
  display: none;
}

#cboxClose {
  top: 16px;
  right: 16px;
  width: 50px;
  height: 50px;
  background: url("../images/close.png");
  background-size: cover;
}
#cboxClose:hover {
  background-position: 0 0;
}

#cboxContent {
  width: 100% !important;
}

#cboxLoadedContent {
  width: 100% !important;
  margin-bottom: 0;
  padding: 20px;
  box-sizing: border-box;
}

/* iframe共通 */
.interview {
  background: #033873;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}

.page-iframe {
  padding: 60px 0;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: scroll !important;
}
.page-iframe h2 {
  text-align: center;
  font-size: 20px;
  color: #033873;
  font-weight: bold;
}

.iframe-top {
  max-width: 512px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.iframe-top img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.iframe-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #033873;
}

.iframe-description {
  font-size: 13px;
  line-height: 2;
}

.qualification {
  border: 1px solid #ddd;
  padding: 18px;
  box-sizing: border-box;
  font-size: 13px;
}

/* voice02 */
.voice02-name {
  color: #033873;
  text-align: center;
}

/* voice03 */
.voice03-subtitle {
  background: #e5ebf1;
  padding: 0 5px;
}

.voice03-box p {
  margin-left: 92px;
  font-size: 14px;
}

.voice03-time {
  margin-right: 40px;
}

/* Mediaquery */
@media screen and (max-width: 640px) {
  .interview {
    display: block;
    margin-bottom: 10px;
  }

  .voice03-box img {
    width: 100%;
  }

  .voice03-subtitle + p {
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
応募方法
--------------------------------------------------------------*/
/* 応募方法
-----------------------------------------------*/
#appli-sec01 {
  background: url("../images/bg1.jpg");
}
#appli-sec01 .title-sec:before {
  content: url("../images/icon_01.png");
  display: block;
}
#appli-sec01 .sec-content h3 {
  padding: 0;
}
#appli-sec01 .inner {
  max-width: 577px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#appli-sec01 #img-appli01 {
  position: absolute;
  top: -130px;
  right: -210px;
}

@media screen and (max-width: 640px) {
  #appli-sec01 #img-appli01 {
    position: static;
    display: block;
    margin: 0 auto 40px auto;
  }
}
.tb-recruit {
  max-width: 456px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.tb-recruit th {
  white-space: nowrap;
  padding-right: 80px;
  text-align: left;
}
.tb-recruit th, .tb-recruit td {
  vertical-align: top;
  font-size: 13px;
  color: #033873;
}

/* インターンシップ情報
-----------------------------------------------*/
#appli-sec02 {
  background: url("../images/bg2.jpg");
}
#appli-sec02 .title-sec:before {
  content: url("../images/icon_02.png");
  display: block;
}
#appli-sec02 .inner {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#appli-sec02 .sec-content h3 {
  padding: 0;
}

.tb-intern {
  max-width: 220px;
  width: 100%;
  margin: 20px auto;
}
.tb-intern th, .tb-intern td {
  font-size: 13px;
  vertical-align: top;
}
.tb-intern th {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .thum-wrap img {
    width: 100%;
  }
}
/* 電話で応募・お問い合わせ
-----------------------------------------------*/
#appli-sec03 {
  background-color: #033873;
  color: #fff;
}
#appli-sec03 .title-sec {
  background-color: #033873;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

p.tel {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
p.tel span {
  font-size: 28px;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  p.tel {
    font-size: 32px;
  }
}
/* 申込みフォームから応募・お問い合わせ
-----------------------------------------------*/
#appli-sec03 .sec-content {
  padding-bottom: 10px;
}

#appli-sec04 .title-sec {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
#appli-sec04 .inner {
  max-width: 775px;
}

.tb-contact {
  border-collapse: collapse;
  width: 100%;
}
.tb-contact tr {
  border-bottom: 1px solid #ccc;
}
.tb-contact tr.tr-cat th, .tb-contact tr.tr-cat td {
  vertical-align: top;
}
.tb-contact th, .tb-contact td {
  vertical-align: top;
  font-size: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
  vertical-align: middle;
}
.tb-contact th {
  position: relative;
  padding-right: 78px;
  text-align: left;
  width: 140px;
}
.tb-contact .required {
  width: 40px;
  text-align: center;
  background: #edd900;
  font-size: 12px;
  font-weight: bold;
  right: 10px;
  position: absolute;
}
.tb-contact td input[type="text"] {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.tb-contact td input, .tb-contact td textarea {
  font-size: 18px;
  box-shadow: none;
}
.tb-contact td textarea {
  width: 100% !important;
  height: 200px !important;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.tb-contact td.td-textarea {
  padding-top: 0;
}
.tb-contact .noborder {
  border-bottom: none;
}

.submit {
  margin-top: 20px;
  margin-bottom: 80px;
}
.submit div {
  margin: 0 60px;
}
.submit div button {
  width: 100%;
  background: #033873;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 10px 0;
  text-shadow: none;
}
.submit div button:hover {
  background: #033873;
  text-shadow: none;
  box-shadow: none;
}

.mfp_element_all {
  max-width: 100% !important;
}

@media screen and (max-width: 640px) {
  .tb-contact th, .tb-contact td {
    display: block;
  }
  .tb-contact tr {
    border-bottom: 0;
  }
  .tb-contact th {
    width: auto;
  }
  .tb-contact th .required {
    position: static;
    display: inline-block;
    margin-left: 10px;
  }
  .tb-contact td {
    padding-top: 0;
  }
}
/*--------------------------------------------------------------
お知らせ
--------------------------------------------------------------*/
#sec-info {
  background: url("../images/bg1.jpg");
  padding-bottom: 100px;
}

.content-info {
  background: #fff;
  max-width: 740px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding: 120px;
  box-sizing: border-box;
  /*wordpress native style */
  /* editor */
  /* img */
  /* clearfix */
}
.content-info .date {
  text-align: center;
  color: #807e7b;
}
.content-info .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #e6e2db;
  padding-bottom: 35px;
}
.content-info .content {
  font-size: 12px;
}
.content-info p {
  display: block;
  margin: 1em 0;
}
.content-info strong {
  font-weight: bold;
}
.content-info em {
  font-style: italic;
}
.content-info blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.content-info .aligncenter {
  display: block;
  margin: 0 auto;
}
.content-info .alignright {
  float: right;
}
.content-info .alignleft {
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 10px;
}
.content-info img[class*="wp-image-"],
.content-info img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.content-info .clearfix {
  overflow: hidden;
  zoom: 1;
}
.content-info .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 640px) {
  .content-info {
    padding: 10px;
  }

  .alignleft {
    float: none !important;
    width: 100% !important;
  }
}
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: top;
  font-size: .875rem;
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
}
