@charset "UTF-8";
/*
　*
　*
 * SASSにて記述！cssの直接編集禁止！必ずscssを編集すること！
　*
　*
*/
html, body {
  line-height: 1.5;
  font-size: 1.0em;
  color: #666;
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul, li {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.smp {
  display: none;
}

.clearText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearFloat {
  overflow: hidden;
}

a {
  color: #fff;
}

header {
  margin: 0 auto;
  width: 100%;
  background-color: #156bb2;
  padding-top: 10px;
}
header h1 {
  margin: 0;
  padding: 0;
  float: left;
  padding-left: 10px;
}
header p {
  margin: 0;
  padding: 0;
  float: right;
  padding-right: 10px;
}
@media screen and (max-width: 670px) {
  header p {
    display: none;
  }
  header h1 img {
    width: 80%;
  }
}

nav {
  width: 100%;
  background-color: #156bb2;
  color: #fff;
  padding: 5px 0;
}
nav ul {
  margin: 0 20px;
}
nav li {
  float: left;
  padding: 0 30px;
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  border-left: 1px solid #fff;
}
nav li:first-child {
  margin: 0px;
}
nav li:last-child {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1086px) {
  nav li {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 605px) {
  nav {
    padding: 5px 0;
  }
  nav ul {
    margin: 0 5px;
  }
  nav li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 420px) {
  nav {
    padding: 5px 0;
  }
  nav ul {
    margin: 0 1px;
  }
  nav li {
    padding: 0 9px;
  }
}

#index .background-hack {
  z-index: -1;
  background-color: #cccccc;
  background-image: url("../images/top_photo.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center 70%;
  /*        @media screen and (max-width: 1086px) {
              background-position:60% 0%;
              background-size:110% auto;
          }
          @media screen and (max-width: 600px) {
              background-size:180% auto;
          }
          @media screen and (max-width: 420px) {
              background-size:190% auto;
          } */
}
@media screen and (max-width: 1466px) {
  #index .background-hack {
    background-position: center 72%;
  }
}
@media screen and (max-width: 1266px) {
  #index .background-hack {
    background-position: center 80%;
  }
}
@media screen and (max-width: 1070px) {
  #index .background-hack {
    background-position: center 95%;
  }
}
@media screen and (max-width: 980px) {
  #index .background-hack {
    background-position: center 110%;
  }
}
@media screen and (max-width: 910px) {
  #index .background-hack {
    background-position: center 130%;
  }
}
@media screen and (max-width: 870px) {
  #index .background-hack {
    background-position: center 150%;
  }
}
@media screen and (max-width: 768px) {
  #index .background-hack {
    background-position: center -5%;
    background-image: url("../images/t_top_photo.png");
    background-repeat: repeat-y;
  }
}
@media screen and (max-width: 600px) {
  #index .background-hack {
    background-position: center top;
    background-image: url("../images/m_top_photo.png");
    background-repeat: repeat-y;
  }
}
@media screen and (max-width: 470px) {
  #index .background-hack {
    background-position: center top;
    background-image: url("../images/top_photo.jpg");
    background-repeat: repeat-y;
  }
}
#index article {
  width: 100%;
}
#index article p {
  padding: 25px 100px 100px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2vw;
  line-height: 2.0;
}
#index article p img {
  margin: 20px 0;
  width: 20%;
}
#index .left_top, #index .right_top, #index .left_bottom, #index .right_bottom {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
}
#index .left_top span, #index .right_top span, #index .left_bottom span, #index .right_bottom span {
  display: block;
  width: 70%;
  margin: 60px auto;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 10px 20px;
  font-size: 1.0vw;
}
#index .left_top a, #index .right_top a, #index .left_bottom a, #index .right_bottom a {
  display: block;
  padding: 20px;
  width: 30%;
  margin: 0px auto 71px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 1.6vw;
  font-weight: bold;
  background-color: rgba(21, 107, 178, 0.55);
}
#index .left_top a:hover, #index .right_top a:hover, #index .left_bottom a:hover, #index .right_bottom a:hover {
  background-color: rgba(21, 107, 178, 0.95);
}
#index .left_top {
  background-image: url("../images/top_bg_left_top.jpg");
}
#index .right_top {
  background-image: url("../images/top_bg_right_top.jpg");
}
#index .left_bottom {
  background-image: url("../images/top_bg_left_bottom.jpg");
}
#index .right_bottom {
  background-image: url("../images/top_bg_right_bottom.jpg");
}
@media screen and (max-width: 1380px) {
  #index .left_top a, #index .right_top a, #index .left_bottom a, #index .right_bottom a {
    margin: 0px auto 30px;
  }
}
@media screen and (max-width: 1118px) {
  #index .left_top a, #index .right_top a, #index .left_bottom a, #index .right_bottom a {
    margin: 0px auto 15px;
  }
}
@media screen and (max-width: 1086px) {
  #index article p {
    padding: 20px 33px;
    font-size: 1.4vw;
  }
  #index .left_top, #index .right_top, #index .left_bottom, #index .right_bottom {
    float: none;
    width: 100%;
    padding: 30px 0;
  }
  #index .left_top span, #index .right_top span, #index .left_bottom span, #index .right_bottom span {
    margin: 0 auto;
    font-size: 1.0em;
  }
  #index .left_top a, #index .right_top a, #index .left_bottom a, #index .right_bottom a {
    margin: 30px auto 0;
    font-size: 1.0em;
  }
}
@media screen and (max-width: 777px) {
  #index article p {
    padding: 20px 33px;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 600px) {
  #index article {
    background-size: 137% auto;
    background-position: 55% top;
  }
  #index article p {
    padding: 0 15px 4px;
    font-size: 0.7em;
    background-color: rgba(0, 0, 0, 0.15);
  }
  #index article p img {
    width: 32%;
  }
  #index .left_top, #index .right_top, #index .left_bottom, #index .right_bottom {
    background-size: 165% auto;
  }
  #index .left_top span, #index .right_top span, #index .left_bottom span, #index .right_bottom span {
    width: 80%;
    padding: 10px 26px;
  }
}

#greeting h2, #business h2, #company h2, #information h2, #information_send h2 {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  padding: 50px 0;
}
#greeting h2 span, #business h2 span, #company h2 span, #information h2 span, #information_send h2 span {
  color: #fff;
  display: block;
  background-color: rgba(21, 107, 178, 0.55);
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 1086px) {
  #greeting h2, #business h2, #company h2, #information h2, #information_send h2 {
    padding: 43px 0;
  }
}
@media screen and (max-width: 800px) {
  #greeting h2, #business h2, #company h2, #information h2, #information_send h2 {
    background-size: 215%;
    background-position: top right;
  }
}
@media screen and (max-width: 420px) {
  #greeting h2, #business h2, #company h2, #information h2, #information_send h2 {
    background-size: 215%;
  }
}

#greeting h2 {
  background-image: url("../images/greeting_bg.jpg");
}
#greeting article {
  background-image: url("../images/message_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}
#greeting article p {
  padding: 120px 20% 557px;
  color: #fff;
  font-weight: bold;
  font-size: 1.0em;
  line-height: 2.0;
  text-align: left;
}
@media screen and (max-width: 1086px) {
  #greeting article p {
    padding: 80px 18% 172px;
    font-size: 1.8vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 700px) {
  #greeting article p {
    padding: 20px 10% 105px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 420px) {
  #greeting article {
    background-size: 180%;
  }
  #greeting article p {
    padding: 20px 20px 150px;
    font-size: 0.8em;
    line-height: 1.6;
  }
}

#business h2 {
  background-image: url("../images/business_bg.jpg");
}
#business h3 {
  margin: 0;
  padding: 15px 0 5px;
  font-size: 1.4em;
}
#business h3:before {
  content: "■";
}
#business h3, #business section {
  color: #222;
  font-weight: bold;
}
#business section:first-child {
  font-size: 0.9vw;
}
#business section:first-child img {
  float: left;
  width: 50%;
}
#business section:first-child div {
  margin: 0px 0px 0px 53%;
}
#business section:last-child {
  font-size: 0.9vw;
  background-color: #eee;
}
#business section:last-child img {
  float: right;
  width: 50%;
}
#business section:last-child div {
  margin: 10px 53% 0px 2%;
  height: 387px;
}
@media screen and (max-width: 1086px) {
  #business section:first-child, #business section:last-child {
    font-size: 1.4vw;
  }
  #business section:first-child img, #business section:last-child img {
    float: none;
    width: 100%;
  }
  #business section:first-child div, #business section:last-child div {
    margin: 0;
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 420px) {
  #business section:first-child, #business section:last-child {
    font-size: 3.0vw;
  }
  #business section:last-child div {
    height: auto;
  }
}

#company h2 {
  background-image: url("../images/company_bg.jpg");
}
#company section {
  width: 50%;
  font-size: 1.0em;
  color: #222;
  font-weight: bold;
  float: left;
}
#company section dl {
  width: 80%;
}
#company section dt {
  float: left;
  clear: left;
  width: 20%;
}
#company section dd {
  float: left;
  width: 80%;
}
#company section p {
  margin: 30px 0;
}
#company section dl, #company section p {
  margin: 24px 60px;
}
#company .chiba {
  float: right;
}
#company .chiba p {
  padding: 20px 10px;
}
@media screen and (max-width: 1086px) {
  #company section dt {
    width: 30%;
  }
  #company section dd {
    width: 70%;
  }
  #company section dl, #company section p {
    margin: 24px 15px;
  }
}
@media screen and (max-width: 420px) {
  #company section {
    float: none;
    width: 100%;
  }
  #company iframe {
    width: 100%;
  }
}

#information h2, #information_send h2 {
  background-image: url("../images/information_bg.jpg");
}
#information section, #information_send section {
  width: 60%;
  margin: 0 auto;
  color: #333;
  font-weight: bold;
  padding: 20px 0 50px;
}
#information section dl, #information section p, #information_send section dl, #information_send section p {
  margin: 24px 60px;
}
#information section strong, #information_send section strong {
  color: #f00;
  font-size: 0.8em;
}
#information section dt, #information section dd, #information_send section dt, #information_send section dd {
  padding: 10px 0;
}
#information section input, #information_send section input {
  padding: 5px 5px;
}
#information section textarea, #information_send section textarea {
  width: 80%;
}
#information section dt, #information_send section dt {
  float: left;
  clear: left;
  width: 25%;
}
#information section dd, #information_send section dd {
  float: left;
  width: 75%;
}
#information section p, #information_send section p {
  margin: 30px 0;
}
#information section button, #information_send section button {
  display: block;
  margin: 20px auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 50px;
  background-color: #248;
  border-style: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 1086px) {
  #information section, #information_send section {
    width: 100%;
  }
  #information section dt, #information_send section dt {
    width: 35%;
  }
  #information section dd, #information_send section dd {
    width: 65%;
  }
}
@media screen and (max-width: 420px) {
  #information section dl, #information section p, #information_send section dl, #information_send section p {
    margin: 24px 10px;
  }
}

.info_conf {
  padding: 0 10px;
  margin: 10px 0;
}

footer {
  width: 100%;
  color: #fff;
  margin-top: -7px;
  background-color: rgba(21, 107, 178, 0.45);
}
footer p {
  float: left;
  margin: 20px 100px 20px 50px;
}
footer p img {
  margin-bottom: 20px;
}
footer p span {
  font-weight: bold;
  font-size: 1.4em;
}
footer ul {
  margin-top: 50px;
}
footer li {
  float: left;
  padding: 0;
  margin: 0 30px;
  list-style-type: disc;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 1086px) {
  footer p {
    margin: 20px 40px 20px 20px;
  }
}
@media screen and (max-width: 420px) {
  footer p {
    float: none;
  }
  footer ul {
    margin-top: 0px;
    background-color: #156bb2;
  }
  footer li {
    float: none;
    border-bottom: 1px dotted #fff;
    list-style: none;
    margin: 0;
    width: 100%;
  }
  footer li a {
    width: 100%;
    padding: 5px;
    display: block;
  }
  footer li a:before {
    content: ">";
    font-size: 0.8em;
    padding-right: 10px;
  }
  footer li:first-child {
    border-top: 1px dotted #fff;
  }
}
