@charset "UTF-8";
/* CSS Document */
.wrap {
  overflow: hidden;
}
body {}
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  h1, h2, h3, h4, p {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  }
  #header {
    background: #fff;
  }
  .header_title {
    width: 100%;
    margin: auto;
    background: -moz-linear-gradient(left, orange, orangered);
    background: -webkit-linear-gradient(left, orange, orangered);
    background: -ms-linear-gradient(left, orange, orangered);
    background: linear-gradient(left, orange, orangered);
  }
  p.header_title_in {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
  }
  h1 img {
    width: 240px;
    float: left;
  }
  .header_right {
    float: right;
  }
  .header_right p {
    float: left;
    line-height: 1.2;
    font-size: 85%;
  }
  .header_right p.tellink span a {
    font-size: 1.7em !important;
    letter-spacing: 0.1em;
  }
  #head_area {
    max-width: 1000px;
    margin: auto;
    padding: 30px 0;
    overflow: hidden;
  }
  /*メイン画像*/
  #main_img .slider img {
    width: 100%;
    background-size: cover;
  }
  .index_title {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
    line-height: 2;
    margin: 3em 0 4em 0;
  }
  .president_area {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  .president_area > div {
    width: 47%;
  }
  .president_area > div img {
    width: 100%;
    overflow: hidden;
  }
  p.name {
    margin-top: 1em;
  }
  p.name span {
    font-size: 1.3em;
  }
  .goaisatu {
    width: 90%;
    margin: auto;
    line-height: 2;
    margin-bottom: 3em
  }
}
/*共通コンテンツ*/
/***************************************************/
#greet, #works, #results {
  margin-bottom: 80px;
  overflow: hidden;
}
#works h3, #greet h3, #company h3, #results h3, #sdgs h3 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-family: Arial, Helvetica, "sans-serif";
}
h4 {
  text-align: center;
  color: orangered;
  font-size: 0.8em !important;
  margin-bottom: 2.5em !important;
}
#works h3 span, #greet h3 span, #company h3 span, #results h3 span, #sdgs h3 span {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: normal;
}
#greet p a {
  color: #fcffb6;
  text-align: center !important;
  margin-top: 20px;
}
/*ディスプレイnone*/
.none {
  display: none;
}
/*タイトルの線*/
.head-border {
  display: flex;
  align-items: center;
}
.head-border:before, .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ccc;
}
.head-border:before {
  margin-right: 1rem;
}
.head-border:after {
  margin-left: 1rem;
}
/*事業*/
/***************************************************/
#greet, #company, #results, #sdgs {
  max-width: 1000px;
  margin: auto;
}
#works {
  width: 100%;
  background: url("../img/works_back2.gif")center;
  background-size: cover;
  padding: 5em 0;
}
.works_in {
  max-width: 1000px;
  margin: auto;
}
.works_img {
  text-align: center;
}
.works_img img {
  width: 30%;
}
/************************************************************************/
/*インデックスのnoneレスポンシブ*/
/************************************************************************/
#works, #company, #greet, #results {
  margin-bottom: 100px;
}
/*会社概要*/
.kaisha {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  width: 100%;
  margin-bottom: 50px;
}
.kaisha th {
  font-weight: bold;
}
.kaisha th, .kaisha td {
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.gmap {
  height: 500px;
  margin-bottom: 1em;
}
/*FLEXBOX*/
.cssgrid {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cssgrid > div {
  width: 47%;
  margin-bottom: 2em;
  min-width: 0;
}
.cssgrid > div img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2em;
}
.cssgrid > div p {
  font-size: 0.9em;
  line-height: 1.5;
}
.cssgrid h5 {
  text-align: center;
  padding: 0 0 0.5em 0;
  font-weight: bold;
  line-height: 1.5;
}
.info_area {
  background: #fff;
  padding: 10px;
}
/*SDGs*/
#sdgs img {
  width: 80%;
  margin-bottom: 2em;
}
.sdgs_img {
  text-align: center;
  margin-bottom: 5em;
}
.m20 {
  margin: 20px 0;
}
.flex_area {
  display: flex;
  width: 90%;
  margin: auto;
  margin-bottom: 3em;
}
.flex_in1 {
  flex: 1;
}
.flex_in1 img {
  width: 100%;
}
.flex_in2 {
  flex: 400px;
  margin-left: 3em;
}
.bold {
  font-weight: bold;
  margin-bottom: 2em;
  text-align: center;
  font-size: 150%;
}
.brnone {
  display: none;
}
@media (min-width: 767px) {
  #header p.tellink a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000;
  }
}
/*レイアウト*/
.footer_in {
  /*background: orangered;*/
  background: -moz-linear-gradient(left, orangered, orange);
  background: -webkit-linear-gradient(left, orangered, orange);
  background: -ms-linear-gradient(left, orange, orangered);
  background: linear-gradient(left, orangered, orange);
  padding: 40px 0;
}
#footer .foot_logo img {
  max-width: 250px;
  margin-bottom: 10px;
}
#footer p {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
#footer .footer_ul {
  width: 100%;
  background: -moz-linear-gradient(left, orangered, orange);
  background: -webkit-linear-gradient(left, orangered, orange);
  background: -ms-linear-gradient(left, orange, orangered);
  background: linear-gradient(left, orangered, orange);
}
#footer p.copy {
  text-align: center;
  font-size: 0.8em;
  color: #000;
  padding: 20px 0;
  background-color: #fff;
}
#footer .ad a {
  color: #fff;
  text-decoration: none;
}
#footer p.ad span {
  font-size: 2em;
  color: #fff;
}
/*ページトップ*/
#page-top {
  position: fixed;
  bottom: 8px;
  right: 0;
  font-size: 120%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 15px 0;
  text-align: center;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}