@charset "UTF-8";
/* Scss Document */
* {
  margin: 0;
  padding: 0; }

input[type="submit"] {
  -webkit-appearance: none; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

.iconFont {
  font-family: "fontawesome",sans-serif; }

#container {
  margin: auto;
  width: 1000px; }

.dib {
  display: inline-block; }

.dno {
  display: none; }

.ModalOpen {
  text-decoration: underline; }

.ModalBox {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999; }
  .ModalBox img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 800px;
    width: 96%; }
  .ModalBox .closeBtn {
    border: 2px solid #FFF;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer; }
    .ModalBox .closeBtn span {
      background: #FFF;
      height: 3px;
      width: 50px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .ModalBox .closeBtn span:nth-of-type(1) {
      transform: rotate(45deg); }
    .ModalBox .closeBtn span:nth-of-type(2) {
      transform: rotate(-45deg); }

/* --------------------
　header
-------------------- */
.sns {
  display: flex;
  justify-content: flex-end;
}
.sns a {
  display: block;
  margin: 0 0 0 10px
}
.sns a img {
  height: 24px;
}
header .hd_l {
  float: left; }
header .hd_r {
  float: right;
  margin-bottom: 10px; }
header .h1_ttl {
  font-size: 12px; }
header .logo_img {
  margin: 15px auto 15px 10px;
  width: 240px; }
header .tel_number, header .fax_number {
  display: inline-block;
  font-family: 'Anton',"Arial",sans-serif;
  width: 240px; }
  header .tel_number dt, header .fax_number dt {
    background: #02a8ff;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center; }
  header .tel_number dd, header .fax_number dd {
    font-size: 36px;
    letter-spacing: 1px;
    text-align: center; }
header .pipe {
  display: inline-block;
  font-size: 30px;
  vertical-align: bottom; }
header .address {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: right; }
  header .address span {
    display: block; }
header nav {
  clear: both; }
  header nav .burger_icon {
    display: none; }
  header nav ul {
    display: flex;
    list-style: none;
    font-size: 20px; }
  header nav li {
    background: linear-gradient(#b9efff, #02a9ff);
    border-right: 1px solid #000;
    box-sizing: border-box;
    transition: 0.3s;
    width: 20%; }
  header nav li:last-child {
    border-right: none; }
  header nav li:hover {
    opacity: 0.7;
    transition: 0.3s; }
  header nav li a {
    color: #000;
    display: block;
    padding: 15px 0;
    text-align: center;
    text-decoration: none; }

/* --------------------
　main
-------------------- */
main .main_img {
  width: 100%; }
main .main_img img {
  width: 100%; }
main .lead_txt {
  margin: 20px auto 40px;
  text-align: center; }
main .lead_txt span {
  display: block; }
main .h2_ttl {
  background: #02a8ff;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  padding: 0.25em 1em; }
main .section01 {
  margin-bottom: 30px; }
  main .section01 ul {
    list-style: none;
    text-align: center; }
  main .section01 li {
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    display: inline-block;
    height: 200px;
    margin-bottom: 30px;
    max-width: 450px;
    padding: 20px 20px 0 110px;
    vertical-align: top;
    width: 100%; }
    main .section01 li h3 {
      border-bottom: 1px solid #c9c9c9;
      display: block;
      font-size: 24px;
      margin: auto;
      padding-bottom: 5px;
      width: 200px; }
    main .section01 li p {
      margin-top: 20px;
      text-align: left;
      width: 320px; }
  main .section01 li:nth-child(1) {
    background: url("../img/works_icon01.png") no-repeat 10px 10px; }
  main .section01 li:nth-child(2) {
    background: url("../img/works_icon02.png") no-repeat 10px 10px; }
  main .section01 li:nth-child(3) {
    background: url("../img/works_icon03.png") no-repeat 10px 10px; }
  main .section01 li:nth-child(4) {
    background: url("../img/works_icon04.png") no-repeat 10px 10px; }
  main .section01 li:nth-of-type(odd) {
    margin-right: 50px; }
main .section02 ul {
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  list-style: none;
  padding: 15px; }
main .section02 li {
  border-bottom: 1px dotted #c9c9c9;
  padding: 0.5em 0.5em; }
main .section02 li time:after {
  content: "…";
  padding: 0 5px; }

/* --------------------
　footer
-------------------- */
footer {
  background: #02a8ff;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  margin-top: 100px;
  padding: 15px;
  text-align: center; }
  footer nav {
    margin: auto;
    width: 1000px; }
    footer nav li {
      display: inline-block; }
    footer nav li:after {
      content: "｜";
      padding: 0 0.25em; }
    footer nav li:last-child:after {
      display: none; }
    footer nav li a {
      color: #fff;
      text-decoration: none; }
  footer .footer_link {
    margin: 1em auto 0.5em;
    width: 1000px; }
    footer .footer_link li {
      display: inline-block; }
    footer .footer_link li:after {
      content: "｜"; }
    footer .footer_link li:last-child:after {
      display: none; }
    footer .footer_link li a {
      color: #fff;
      text-decoration: none; }
  footer .ga_pp a {
    color: #fff;
    text-decoration: none; }
  footer .copyright {
    margin: 0.5em auto 0;
    width: 1000px; }

@media screen and (max-width: 768px) {
  /* --------------------
  　768px以下
  -------------------- */
  #container {
    max-width: 1000px;
    width: 100%; }

  header .hd_l, header .hd_r {
    float: none; }
  header .h1_ttl {
    text-align: center; }
  header .h1_ttl span {
    display: block; }
  header .logo_img {
    margin: 15px auto 0;
    width: 180px; }
  header .logo_img img {
    width: 100%; }
  header .address {
    margin: 0 auto 15px;
    text-align: center;
    width: 96%; }
  header .address span {
    display: inline-block; }
  header .numberBox {
    text-align: center; }
  header .tel_number, header .fax_number {
    width: auto; }
  header .tel_number dd, header .fax_number dd {
    font-size: 7.8vw; }
  header .pipe {
    font-size: 6.5vw; }
  header nav .burger_icon {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: block;
    height: 50px;
    padding: 6px;
    position: fixed;
    top: 20px;
    right: 10px;
    width: 50px;
    z-index: 9999; }
  header nav .burger_icon span {
    border-top: 5px solid #666;
    display: block;
    margin: 5px auto;
    width: 30px; }
  header nav ul {
    display: none;
    font-size: 16px;
    margin: auto 2%;
    position: fixed;
    top: 75px;
    width: 96%;
    z-index: 9999; }
  header nav li {
    background: #02a8ff;
    border-bottom: 1px solid #fff;
    border-right: none;
    width: 100%; }
  header nav li a {
    color: #fff; }

  main .lead_txt {
    margin-top: 10px;
    text-align: left;
    width: 96%; }
  main .lead_txt span {
    display: inline; }
  main .h2_ttl {
    padding: 0.25em 1em 0.25em 0.5em; }
  main .section01 li {
    background-size: 60px 60px !important;
    height: auto;
    margin: auto auto 30px;
    max-width: 800px;
    padding: 20px 0.5em;
    width: 96%; }
  main .section01 li:nth-of-type(odd) {
    margin: auto auto 30px; }
  main .section01 li h3 {
    width: 150px;
    padding-bottom: 0; }
  main .section01 li p {
    width: 100%; }
  main .section02 ul {
    margin: auto;
    width: 96%; }
  main .section02 time {
    display: block;
    font-size: 12px; }
  main .section02 time:after {
    display: none; }

  footer nav {
    width: 96%; }
  footer .footer_link, footer .copyright {
    font-size: 12px;
    width: 100%; } }
