@charset "utf-8";

body {
  color: #666;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  line-height: 2.6em;
}

a {
  color: #de8d00;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #de5400;
  text-decoration: none;
}

.link_pdf {
  background: url(../img/icon_1r_24.png) no-repeat left top;
  padding: 5px 0 5px 25px;
}

/* ---- header ---- */

header {
  background: #198b99;
  color: #fff;
  padding: 0 10px;
  font-size: 1.2rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header_logo_tsukinowa {
  float: left;
  padding: 10px 0;
}

.header_logo_tsukinowa img {
  width: 172px;
  height: auto;
}

.header_link {
  float: right;
  padding: 10px 0 0;
}

.header_sns_btn,
.header_contact_btn {
  float: left;
  margin: 3px 0 0;
}

.header_sns_btn a {
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}

.header_sns_btn img {
  height: 13px;
  width: auto;
  margin: 8px 0 0;
}

.header_contact_btn a {
  display: block;
  border: 1px solid #fff;
  border-radius: 30px;
  background: url(../img/ico_mail.png) no-repeat 10px center;
  background-color: #198b99;
  background-size: 18px auto;
  text-align: center;
  padding: 2px 15px 1px 40px;
  margin: 0 30px 0 0;
}

.header_link a:hover {
  background-color: #42b2bf;
}

header a,
header a:hover {
  text-decoration: none;
  color: #fff;
}

/* ---- main_box ---- */

.h1_box {
  text-align: center;
  background: url(../img/bg_title.png);
}

.h1_box h1 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
}

.h1_box h1 span {
  font-size: 1.2rem;
  font-weight: normal !important;
}

.btn_info a {
  display: block;
  background: #0a707d;
  color: #fff !important;
  padding: 15px 0;
  margin: 30px auto 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
}

.btn_info a:hover {
  background: #26919f;
  color: #fff;
}

.page_h {
  color: #9e9234;
  font-size: 1.8rem;
  margin: 100px 0 0;
  padding: 12px 0 0 50px;
  height: 41px;
  box-sizing: border-box;
}

.red_text {
  color: #db3f41;
}

.blue_text {
  color: #198b99;
}

.yellow_text {
  color: #958822;
}

.text_emerald {
  color: #0a707d;
}

.work_dummy {
  margin: 30px 0 0;
  text-align: center;
}

.work_dummy p {
  border: 1px solid #198b99;
  padding: 5px 10px;
  color: #198b99;
  width: 300px;
  margin: 10px auto 0;
}

.work_dummy img {
  width: 220px;
  height: auto;
}

/* ---- footer ---- */

footer {
  background: #0a707d;
  color: #fff;
  font-size: 1.4rem;
}

.footer_logo_tsukinowa img {
  width: 205px;
  height: auto;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}

footer .ico_contact {
  background: url(../img/ico_mail.png) no-repeat;
  background-size: 15px auto;
}

footer .ico_access {
  background: url(../img/ico_access.png) no-repeat;
  background-size: auto 17px;
}

footer .ico_tw {
  background: url(../img/ico_tw.png) no-repeat;
  background-size: 15px auto;
}

footer .ico_fb {
  background: url(../img/ico_fb.png) no-repeat;
  background-size: auto 17px;
}

footer .ico_inst {
  background: url(../img/ico_inst.png) no-repeat;
  background-size: 15px auto;
}

.footer_text_name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 5px;
}

.footer_text_access {
  border-top: 1px solid #98cdd3;
  text-align: left;
  padding: 5px 0;
  margin: 10px 0 0;
  line-height: 1.7em;
}

.route {
  float: left;
  width: 40%;
  font-size: 90%;
}

.station {
  float: right;
  width: 60%;
  font-size: 90%;
}

/* ---- 404 ---- */

.box_404 {
  background: url(../img/img_404.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 700px;
  margin: 200px auto 100px;
  padding: 0 30px;
  height: 420px;
}

.tit_404 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 60px;
}

.tit_404 span {
  font-size: 80px;
}

.text_404 {
  width: 400px;
}

.btn_404 {
  margin: 15px 0 0;
}

.btn_404 a {
  background: #0a707d;
  color: #fff;
  text-align: center;
  padding: 10px 60px;
  border-radius: 50px;
  text-decoration: none;
}

.btn_404 a:hover {
  opacity: 0.8;
}

/* ===============================================
 PC版のみ
=============================================== */

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  /* ---- header ---- */

  .header_iner {
    min-width: 1170px;
  }

  .gnavi {
    float: left;
    margin: 10px 0 0 50px;
  }

  .gnavi ul li {
    float: left;
    border-left: 1px solid #47a2ad;
    width: 90px;
    text-align: center;
    padding: 0 10px;
  }

  .gnavi ul li:nth-child(5) {
    float: left;
    border-right: 1px solid #47a2ad;
  }

  .gnavi ul li a {
    display: block;
    padding: 8px 0;
  }

  .gnavi ul li.current a {
    color: #004d57;
  }

  /* ---- main_box ---- */

  .main_box {
    width: 1170px;
    margin: 0 auto;
    font-size: 1.4rem;
  }

  .read_text {
    font-size: 1.4rem;
    line-height: 2em;
    text-align: center;
  }

  .h1_box {
    padding: 35px 0 25px;
    margin: 52px 0 80px;
  }

  .btn_info a {
    width: 340px;
  }

  /* ---- SNSボタン---- */

  #socialbuttons div {
    float: left;
  }

  .socialbuttons_head {
    margin: 0 70px 50px;
  }

  /* ---- bnr_recruit_box_top ---- */

  .bnr_recruit_box {
    background: url(../img/bg_bnr_wp.png) no-repeat center center;
    background-size: cover;
    padding: 30px 0 0;
    text-align: center;
    position: relative;
    height: 130px;
  }

  .bnr_recruit_box_top {
    position: relative;
    top: -20px;
  }

  /*
 .bnr_recruit_box_inner {
    background: url(../img/bgb_bnr_recruit.png) repeat-x left bottom;
    background-size: auto 23px;
    height: 23px;
    position: relative;
    top: -22px;
  }
  */

  .bnr_recruit_box img {
    width: auto;
    height: 100px;
  }

  /* ---- footer ---- */

  footer .footer_inner {
    width: 1170px;
    margin: 0 auto;
    padding: 35px 0 30px;
  }

  .footer_link01 {
    margin: 30px 0 0 45px;
  }

  .footer_link01,
  .footer_link02,
  .footer_link03 {
    float: left;
    width: 230px;
    margin: 30px 0 0;
    line-height: 2.8em;
  }

  .footer_text {
    float: right;
    width: 380px;
    margin: 30px 0 0;
  }

  .footer_link01 li a {
    border-left: 2px solid #fff;
    padding: 0 0 0 10px;
  }

  .footer_link02 li a,
  .footer_link03 li a {
    padding: 0 0 0 35px;
    display: inline-block;
    background-position: left center;
  }

  footer .ico_fb {
    background-position: 5px center !important;
  }

  .copyright_text {
    text-align: center;
    margin: 70px 0 0;
    font-size: 1.2rem;
  }

  /* ---- pagetop ---- */

  .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  .pagetop a {
    display: block;
    width: 68px;
    height: 68px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    background: url(../img/ico_pagetop.png) no-repeat #198b99 center 10px;
    background-size: 8px auto;
    border-radius: 50%;
    line-height: 70px;
    opacity: 0.8;
  }

  .pagetop a:hover {
    background-color: #33a5b2;
  }
}

/* ===============================================
スマホ版のみ
=============================================== */

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ---- drawer menu ---- */

  .drawer-hamburger-icon,
  .drawer-hamburger-icon::after,
  .drawer-hamburger-icon::before {
    background-color: #fff;
  }

  /* ---- header ---- */

  header {
    height: 52px;
  }

  .header_iner {
    min-width: 100%;
    position: relative;
  }

  .header_link {
    margin: 0 65px 0 0;
  }

  .sp_menu {
    position: absolute;
    right: 10px;
    width: 50px;
    height: 52px;
    background-color: #056470;
  }

  header .drawer-nav {
    background: #56acb6 !important;
    width: 70% !important;
    height: auto !important;
    top: 52px !important;
  }

  .drawer--right.drawer-open .drawer-nav {
    right: 0 !important;
  }

  .drawer--right .drawer-nav {
    right: -70% !important;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 0 !important;
  }

  .drawer-hamburger {
    background-color: transparent;
    border: 0 none;
    box-sizing: border-box;
    display: block;
    height: 52px;
    outline: 0 none;
    padding: 3px 10px 12px;
    transform: translate3d(0, 0, 0);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 50px;
    z-index: 104;
  }

  .gnavi ul li {
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #abd0d5;
  }

  .gnavi ul li:last-child {
    border-bottom: none;
  }

  .gnavi ul li a {
    display: block;
    padding: 15px 20px;
    background: url(../img/ico_gnavi_sp.png) no-repeat 96% center;
    background-size: 10px 10px;
  }

  .gnavi ul li.contact {
    background: url(../img/ico_mail.png) no-repeat 20px center #198b99;
    background-size: auto 10px;
    padding: 0 0 0 25px;
    font-size: 1.6rem;
  }

  .gnavi ul li.ico_access {
    background: url(../img/ico_access.png) no-repeat 20px center #198b99;
    background-size: auto 15px;
    padding: 0 0 0 25px;
    font-size: 1.6rem;
  }

  .gnavi ul li span {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 1.6rem;
  }

  .header_sns_btn a {
    border: none;
    border-radius: 0;
    text-align: center;
    width: 30px;
    margin: 0;
  }

  .header_sns_btn img {
    height: 16px;
    width: auto;
    margin: 5px 0 0;
  }

  /* ---- main_box ---- */

  .main_box {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
  }

  .read_text {
    font-size: 1.4rem;
    line-height: 1.8em;
    text-align: left;
  }

  .h1_box {
    padding: 25px 0 20px;
    margin: 52px 0 40px;
  }

  .btn_info a {
    width: 100%;
  }

  .work_dummy p {
    width: 90%;
  }

  .work_dummy img {
    width: 80%;
  }

  /* ---- SNSボタン---- */

  #socialbuttons div {
    float: left;
  }

  .socialbuttons_head {
    margin: 0 0 50px;
  }

  /* ---- bnr_recruit_box_top ---- */

  .bnr_recruit_box {
    padding: 0;
    text-align: center;
    position: relative;
  }

  .bnr_recruit_box_top {
    position: relative;
    top: -20px;
    height: 80px;
  }

  /*
  .bnr_recruit_box_inner {
    background: url(../img/bgb_bnr_recruit.png) repeat-x left bottom;
    background-size: auto 23px;
    height: 23px;
    position: relative;
    top: -17px;
  }
  */

  .bnr_recruit_box img {
    width: 100%;
    height: auto;
  }

  /* ---- footer ---- */

  footer .footer_inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }

  .footer_link01 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #549ba4;
    border-top: 1px solid #549ba4;
  }

  .footer_link_sp_box {
    float: right;
    width: 50%;
    box-sizing: border-box;
    border-top: 1px solid #549ba4;
  }

  .footer_text {
    clear: both;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 20px;
  }

  .footer_link01 li a {
    display: block;
    border-bottom: 1px solid #549ba4;
    padding: 10px 0 10px 15px;
  }

  .footer_link02 li a,
  .footer_link03 li a {
    border-bottom: 1px solid #549ba4;
    padding: 10px 0 10px 45px;
    display: block;
    background-position: 20px center;
  }

  footer .ico_fb {
    background-position: 22px center !important;
  }

  .footer_logo_tsukinowa {
    display: none;
  }

  .route,
  .station {
    font-size: 80%;
  }

  .copyright_text {
    text-align: center;
    margin: 80px 0 0;
    font-size: 1rem;
  }

  /* ---- 404 ---- */

  .box_404 {
    background: url(../img/img_404.png) no-repeat center bottom;
    background-size: 100% auto;
    width: 100%;
    margin: 100px auto;
    padding: 0;
  }

  .tit_404 {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .tit_404 span {
    font-size: 40px;
  }

  .text_404 {
    width: 100%;
  }

  .btn_404 a {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  /* ---- pagetop ---- */

  .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
  }

  .pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    background: url(../img/ico_pagetop.png) no-repeat #198b99 center center;
    background-size: 10px auto;
    border-radius: 50%;
    opacity: 0.8;
  }

  .pagetop span {
    display: none;
  }

  @media screen and (orientation: landscape) {
    .top_h2 {
      margin-top: 60px;
    }

    .gnavi ul li a {
      padding: 10px 0 !important;
    }
  }
}
