@charset "utf-8";
.coming {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
  font-size: 30px;
  color: #16A6B6;
}
@media (max-width: 700px) {
  .coming {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
    font-size: 20px;
  }
}
/* Basic Structure
-------------------------------------*/
* {
  margin: 0;
  padding-top: 0px;
}
body {
  margin: 0;
  padding: 0;
  background-color: #f5f1e9;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
fieldset {
  border: none;
}
a img {
  border: none;
}
form {
  margin: 0;
}
img.crisp-edges {
  image-rendering: optimizeSpeed; // Legal fallback
  image-rendering: -moz-crisp-edges; // Firefox
  image-rendering: -o-crisp-edges; // Opera
  image-rendering: -webkit-optimize-contrast; // Chrome, Safari
  image-rendering: crisp-edges; // CSS3 Proposed
  -ms-interpolation-mode: bicubic; // IE8+
}
/* Sentence, Character
------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #484848;
  line-height: 1.8em;
}
table {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #484848;
  line-height: 1.8em;
}
h2.contents_H2 {
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #EE6557;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
h3.contents_H3 {
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #EE6557;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
a {
  text-decoration: none;
}
/* List
-------------------------------------*/
ul, ol, li, dd, dt, dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #484848;
  line-height: 1.3em;
}
/* Other
-------------------------------------*/
#container {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.reset {
  clear: both;
  margin-bottom: 0px;
}
.contents {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
/* Header
-------------------------------------*/
.header {
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #ee6557;
}
.headerBox {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* グローバルナビ
-------------------------------------*/
nav {
  background-color: #e3decc;
}
nav ul {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
nav ul li {
  float: left;
  width: 25%;
  border-left: 1px solid #5e5a4a;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  box-sizing: border-box;
}
nav ul li a {
  color: #5e5a4a;
  display: block;
}
nav ul li:last-child {
  border-right: 1px solid #5e5a4a;
}
nav ul li a:hover {
  background-color: #c6bea1;
  color: #5e5a4a;
}
/* パンくず
-------------------------------------*/
.pan ul {
  width: 1000px;
  margin: 5px auto 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}
.pan ul li {
  font-size: 12px;
  color: #484848;
  line-height: 1;
  display: inline;
}
.pan ul li strong {
  font-weight: normal;
}
.pan ul li a {
  color: #484848;
}
.pan ul li a::after {
  content: "＞";
  margin-left: 5px;
  margin-right: 5px;
}
/* 就職対策フッターリンク
-------------------------------------*/
.footerLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.footerLink ul li {
  width: 32%;
  background-color: #FFFFFF;
  background-image: url(../images/sankaku.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footerLink ul li a {
  color: #16A6B6;
}
/* footer
-------------------------------------*/
.footer {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #ee6557;
  background-color: #e3decc;
}
.copyright {
  background-color: #5E5A4A;
  text-align: center;
}
.copyright p {
  color: #c6bea1;
  font-size: 12px;
}
.copyright p a {
  color: #fff;
}
.foorer_in {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.foorer_in h1 {
  float: left;
  width: 320px;
}
.footer_box1 {
  float: right;
  box-sizing: border-box;
  width: 630px;
  border-left: 1px solid #5E5A4A;
}
.footer_box1 li {
  width: 25%;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #5E5A4A;
}
.footer_box1 li a {
  color: #5E5A4A;
  display: block;
  line-height: 30px;
}
/* スマホ用
-------------------------------------*/
@media (max-width: 700px) {
  .contents {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  h2.contents_H2 {
    font-size: 20px;
    line-height: 30px;
  }
  h3.contents_H3 {
    font-size: 20px;
    line-height: 30px;
  }
  .header {
    border-top-width: 5px;
  }
  .headerBox {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .headerBox h1 {
    max-width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .headerBox h1 img {
    max-width: 100%;
    height: auto;
  }
  nav ul {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  nav ul li {
    font-size: 12px;
    line-height: 30px;
  }
  .pan ul {
    width: 100%;
  }
  .footerLink ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .footerLink ul li:last-of-type {
    margin-bottom: 0;
  }
  .foorer_in {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .copyright p {
    font-size: 10px;
  }
  .foorer_in h1 {
    display: none;
  }
  .footer_box1 {
    float: none;
    width: 100%;
  }
  .footer_box1 li {
    font-size: 12px;
  }
}