@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: #0080cc;
  }
  p.header_title_in {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
  }
  h1 img {
    width: 200px;
    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: 2em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
    line-height: 2;
    margin: 3em 0 3em 0;
  }
  .president_area {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
  }
  .president_area > div:first-of-type {
    width: 40%;
  }
  .president_area > div {
    width: 55%;
  }
  .president_area > div img {
    width: 100%;
    overflow: hidden;
  }
  .president_area p {
	  text-align: justify;
	}
	  .president_area p:first-of-type {
		  font-weight: bold;
		  margin-bottom: 0.5em;
	}
  p.name {
    margin-top: 1em;
    text-align: right;
  }
  p.name span {
    font-size: 1.3em;
  }
  .goaisatu {
    width: 90%;
    margin: auto;
    line-height: 2;
    margin-bottom: 3em
  }
}
/*共通コンテンツ*/
/***************************************************/
#greet, #works, #results, #recruit {
  margin-bottom: 80px;
  overflow: hidden;
}
#works h3, #greet h3, #company h3, #results h3, #sdgs h3, #recruit h3 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-family: Arial, Helvetica, "sans-serif";
}
h4 {
  text-align: center;
  color: #0080cc;
  font-size: 0.8em !important;
  margin-bottom: 2.5em !important;
}
h5 {
  color: #0080cc;
}
#works h3 span, #greet h3 span, #company h3 span, #results h3 span, #sdgs h3 span, #recruit h3 span, #katudo 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, #recruit, #katudo {
  max-width: 1000px;
  margin: auto;
}
#works {
  width: 100%;
  background-size: cover;
  /*padding: 5em 0;*/
}
.works_in {
  max-width: 1000px;
  margin: auto;
}
.works_img {
  text-align: center;
}
.works_img img {
  width: 30%;
}
.naname {
  padding: 100px 0 50px 0;
  margin-bottom: 100px;
  background-color: #effbff;/*fffbe7*/
  -webkit-transform: skew(0deg, -3deg);
}
.naname #recruit,.naname #works {
  -webkit-transform: skew(0deg, 3deg);
}
/************************************************************************/
/*インデックスのnoneレスポンシブ*/
/************************************************************************/
#company, #greet, #results, #katudo {
  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;
}
.kaisha {
	background: #fff;
}
.kaisha .blue {
	color: #0080cc;
	font-weight: bold;
	font-size: 150%;
}

.enkaku th,.enkaku td{
  border-bottom: none;
  padding: 5px 0;
	vertical-align: top;
}
.enkaku td{
	padding-right: 1em;
}

.gmap {
  height: 500px;
  margin-bottom: 50px;
}
/*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: 1em;
}
.cssgrid > div p {
  font-size: 1em;
  line-height: 1.5;
text-align: justify;
}
.cssgrid h5 {
  text-align: center;
  padding: 0 0 0.5em 0;
  font-weight: bold;
  line-height: 1.5;
}
.info_area {
  background: #fff;
  padding: 10px;
}
.seko_flex,.tuyomi_flex {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seko_flex > div,.tuyomi_flex > div {
  width: 32%;
  margin-bottom: 1em;
  min-width: 0;
}
.seko_flex > div img,.tuyomi_flex > div img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
}
.tuyomi_flex p:first-of-type{
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}

  .recruit_area {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
	  margin-bottom: 5em;
  }
  .recruit_area > div:first-of-type {
    width: 55%;
  }
  .recruit_area > div {
    width: 40%;
  }
  .recruit_area > div img {
    width: 100%;
    overflow: hidden;
	  margin-bottom: 2em;
  }
  .recruit_area p {
	  text-align: justify;
	  line-height: 2;
	}
	  .recruit_area p.voice {
		  font-weight: bold;
		  margin-bottom: 0.5em;
		  color: #0080cc;
	}

  .recruit_area .profile p:first-of-type {
	  font-weight: bold;
	  margin-bottom: 1em;
	  font-size: 110%;
}
  .recruit_area .profile {
	  margin-bottom: 2em;
}

  .recruit_area2 {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
	  margin-bottom: 5em;
  }
  .recruit_area2 > div:first-of-type {
    width: 40%;
  }
  .recruit_area2 > div {
    width: 55%;
  }
  .recruit_area2 > div img {
    width: 100%;
    overflow: hidden;
	  margin-bottom: 2em;
  }
  .recruit_area2 p {
	  text-align: justify;
	  line-height: 2;
	}
	  .recruit_area2 p.voice {
		  font-weight: bold;
		  margin-bottom: 0.5em;
		  color: #0080cc;
	}

  .recruit_area2 .profile p:first-of-type {
	  font-weight: bold;
	  margin-bottom: 1em;
	  font-size: 110%;
}
  .recruit_area2 .profile {
	  margin-bottom: 2em;
}
.recruit_flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  max-width: 1000px!important;
	margin-bottom: 2em;
}
.recruit_flex > div{
	width: 25%;
}

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

.recruit_blue{
	background: #0080cc;
	padding: 1.5em;
	border-radius: 10px;
	color: #fff;
	font-size: 140%;
	text-align: center;
	margin-bottom: 2em;
}

.recruit_blue span{
	color: #fff;
	text-align: center!important;
}


/*SDGs*/
#sdgs img {
  width: 80%;
  margin-bottom: 2em;
}
.sdgs_img {
  text-align: center;
  margin-bottom: 1em;
}
.sdgs_link{
	margin-bottom: 5em;
	text-align: center;
}
.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;
}
/*アクセス*/
#access p.access_title {
  font-weight: bold;
  margin-bottom: 1em;
  border-left: 3px solid deepskyblue;
  padding-left: 0.8em;
}
.bold {
  font-weight: bold;
  margin-bottom: 2em;
  text-align: center;
  font-size: 150%;
}
@media (min-width: 767px) {
  #header p.tellink a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000;
  }
}
/*レイアウト*/
.footer_in {
    background: #0080cc;
  /*background: -moz-linear-gradient(left, blue, blue);
  background: -webkit-linear-gradient(left, blue, blue);
  background: -ms-linear-gradient(left, blue, blue);
  background: linear-gradient(left, blue, blue);*/
  padding: 40px 0;
}
#footer .foot_logo img {
  max-width: 400px;
  margin-bottom: 10px;
}
#footer p {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
#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;
}