@charset "UTF-8";
/* text-align
---------------------------------------------*/
.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

/* vertical-align
---------------------------------------------*/
.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

/* margin
---------------------------------------------*/
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

/* font-size
---------------------------------------------*/
.txt80 {
  font-size: 80% !important;
}

.txt90 {
  font-size: 90% !important;
}

.txt110 {
  font-size: 110% !important;
}

.txt120 {
  font-size: 120% !important;
}

.txt130 {
  font-size: 130% !important;
}

.txt150 {
  font-size: 150% !important;
}

.txt170 {
  font-size: 170% !important;
}

strong {
  font-weight: bold;
}

/* border
---------------------------------------------*/
hr {
  height: 1px;
  border: none;
  margin: 15px 0px;
}

.line-dotted {
  border-bottom: dotted 1px #9a9a9a;
}

.line-dashed {
  border-bottom: dashed 1px #9a9a9a;
}

.line-solid {
  border-bottom: solid 1px #bfbfbf;
}

/* For modern browsers */
.cf::before,
.cf::after {
  display: block;
  overflow: hidden;
  content: "";
}

.cf::after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.ColL {
  float: left;
}

.ColR {
  float: right;
}

/* リンク系 */
a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: normal;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}
html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #111;
}

img {
  vertical-align: bottom;
}

.caption {
  font-size: 12px;
}

.container {
  width: 880px;
  margin: auto;
}
@media (max-width: 999px) {
  .container {
    width: 100%;
    padding: 0 2%;
  }
}

.container_top {
  width: 1000px;
  margin: auto;
}
@media (max-width: 999px) {
  .container_top {
    width: 100%;
    padding: 0 20px;
  }
}

footer {
  font-size: 15px;
  line-height: 1.3;
  background-color: #f3f3f3;
}

.copyright {
  width: 100%;
  clear: both;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  background: #598bbe;
}

h1 {
  width: 100%;
  text-align: center;
}
h1 img {
  width: 100%;
}

h2 {
  margin-bottom: 25px;
  text-align: center;
}
h2::after {
  display: block;
  width: 220px;
  height: 1px;
  margin: 15px auto 0;
  content: "";
  background: #0095dc;
}

.col_wrap {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.col_wrap .col2 {
  width: 48%;
}
@media (max-width: 767px) {
  .col_wrap {
    display: block;
  }
  .col_wrap .col2 {
    width: 100%;
  }
}

/* ----------------------------
コンテンツ4　仕事の内容
---------------------------- */
#content {
  padding: 50px 0 60px;
}
#content .lead {
  width: 530px;
  margin: auto auto 30px;
}
#content .link_btn {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em;
  margin-bottom: 8px;
  background-color: #bdbdbd;
  border-radius: 8px;
}
#content .link_btn :hover {
  opacity: 0.5;
  transition: 0.3s;
}
#content .link_btn a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#content #page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#content #page-top :hover {
  opacity: 0.8;
  transition: 0.3s;
}
#content .col_wrap {
  padding: 10px;
  overflow: hidden;
}
#content .col_wrap .col2 {
  position: relative;
  box-sizing: border-box;
  /*            padding-bottom: 15%; */
  float: right;
  padding: 20px;
  margin-bottom: 30px;
}
#content .col_wrap .col2 h3 {
  padding: 5px;
  /*                border-radius: 8px; */
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border: solid 3px;
}
#content .col_wrap .col2 .logo {
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}
#content .col_wrap .col2 a {
  text-decoration: none;
}
#content .alta {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  border: solid 1px #b79200;
  box-shadow: 0 0 0 10px #fff0b5;
}
#content .alta h3 {
  padding: 5px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #ffd324;
  text-align: center;
  background: #fff;
  border: solid 3px;
}
#content .alta .logo {
  display: inline-block;
  width: 40%;
  margin-bottom: 20px;
  text-align: center;
}
#content .alta img {
  width: 100%;
}
#content .alta .summary {
  width: 60%;
  margin-bottom: 20px;
}
#content .alta a {
  text-decoration: none;
}
#content .alta .btn_box {
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
}
#content .alta .link_btn {
  float: left;
  width: 48%;
  margin-right: 2%;
  background-color: #ffd324;
}
#content .sanko {
  border: solid 1px #138bbf;
  box-shadow: 0 0 0 10px #c8e6ec;
}
#content .sanko h3 {
  color: #138bbf;
}
#content .sanko .link_btn {
  background-color: #138bbf;
}
#content .yunomo {
  border: solid 1px #ff6000;
  box-shadow: 0 0 0 10px #ffe3c7;
}
#content .yunomo h3 {
  color: #ff6000;
}
#content .yunomo .link_btn {
  background-color: #ff6000;
}
#content .matsuzawa {
  border: solid 1px #54d1f5;
  box-shadow: 0 0 0 10px #dff8ff;
}
#content .matsuzawa h3 {
  color: #54d1f5;
}
#content .matsuzawa .link_btn {
  background-color: #54d1f5;
}
#content .puravida {
  border: solid 1px #171676;
  box-shadow: 0 0 0 10px #d2d8fb;
}
#content .puravida h3 {
  color: #171676;
}
#content .puravida .link_btn {
  background-color: #171676;
}
#content .las {
  border: solid 1px #333;
  box-shadow: 0 0 0 10px #eee;
}
#content .las h3 {
  color: #333;
}
#content .las .link_btn {
  background-color: #333;
}
#content .ematec {
  border: solid 1px #8c5100;
  box-shadow: 0 0 0 10px #fff0c7;
}
#content .ematec h3 {
  color: #14419e;
}
#content .ematec .link_btn {
  background-color: #f39e28;
}
#content .motoyama-shika {
  border: solid 1px #1c8c00;
  box-shadow: 0 0 0 10px #d1e2a7;
}
#content .motoyama-shika h3 {
  color: #2a820f;
}
#content .motoyama-shika .link_btn {
  background-color: #00841c;
}
#content .lead-life {
  border: solid 1px #ed6c1b;
  box-shadow: 0 0 0 10px #fdebe0;
}
#content .lead-life h3 {
  color: #ed6c1b;
}
#content .lead-life .link_btn {
  background-color: #ed6c1b;
}
#content .assi-stone {
  border: solid 1px #db4110;
  box-shadow: 0 0 0 10px #f5f1ee;
}
#content .assi-stone h3 {
  color: #4b382d;
}
#content .assi-stone .link_btn {
  background-color: #4b382d;
}
#content .neolife {
  border: solid 1px #004276;
  box-shadow: 0 0 0 10px #c9e1f4;
}
#content .neolife h3 {
  color: #0043d2;
}
#content .neolife .link_btn {
  background-color: #0182e7;
}
#content .daishin {
  border: solid 1px #36acf9;
  box-shadow: 0 0 0 10px #d4eeff;
}
#content .daishin h3 {
  color: #333;
}
#content .daishin .link_btn {
  background-color: #333;
}
#content .lifebank {
  border: solid 1px #004276;
  box-shadow: 0 0 0 10px #adecfe;
}
#content .lifebank h3 {
  color: #0043d2;
}
#content .lifebank .link_btn {
  background-color: #36c;
}
#content .village-c {
  border: solid 1px #edb429;
  box-shadow: 0 0 0 10px #fef695;
}
#content .village-c h3 {
  color: #edb429;
}
#content .village-c .link_btn {
  background-color: #595959;
}
#content .makotosangyo {
  border: solid 1px #00a709;
  box-shadow: 0 0 0 10px #eee;
}
#content .makotosangyo h3 {
  color: #00a709;
}
#content .makotosangyo .link_btn {
  background-color: #00a709;
}
#content .taiseigiken {
  border: solid 1px #172589;
  box-shadow: 0 0 0 10px #acdcff;
}
#content .taiseigiken h3 {
  color: #172589;
}
#content .taiseigiken .link_btn {
  background-color: #172589;
}
#content .kenshikai {
  border: solid 1px #854c1c;
  box-shadow: 0 0 0 10px #fedc78;
}
#content .kenshikai h3 {
  color: #854c1c;
}
#content .kenshikai .link_btn {
  background-color: #ed9d00;
}
#content .tsuzuki {
  border: solid 1px #018002;
  box-shadow: 0 0 0 10px #f0ebba;
}
#content .tsuzuki h3 {
  color: #018002;
}
#content .tsuzuki .link_btn {
  background-color: #ffa132;
}
#content .nishikawaseisaku {
  border: solid 1px #e12d0d;
  box-shadow: 0 0 0 10px #ff9300;
}
#content .nishikawaseisaku h3 {
  color: #e12d0d;
}
#content .nishikawaseisaku .link_btn {
  background-color: #e12d0d;
}
#content .lifemind {
  border: solid 1px #4ea035;
  box-shadow: 0 0 0 10px #deebcb;
}
#content .lifemind h3 {
  color: #4ea035;
}
#content .lifemind .link_btn {
  background-color: #ed8c00;
}
#content .aita {
  border: solid 1px #6b6a6a;
  box-shadow: 0 0 0 10px #eee;
}
#content .aita h3 {
  color: #6b6a6a;
}
#content .aita .link_btn {
  background-color: #e60d1e;
}
#content .kouichi {
  border: solid 1px #1b1b1b;
  box-shadow: 0 0 0 10px #ffdcc5;
}
#content .kouichi h3 {
  color: #1b1b1b;
}
#content .kouichi .link_btn {
  background-color: #c2274c;
}
#content .aijohkyo {
  border: solid 1px #1d56b0;
  box-shadow: 0 0 0 10px #d7f7f7;
}
#content .aijohkyo h3 {
  color: #1d56b0;
  background: #fff;
}
#content .aijohkyo .link_btn {
  background-color: #1d56b0;
}
#content .iida-kensetsu {
  border: solid 1px #134f8e;
  box-shadow: 0 0 0 10px #c4ecf7;
}
#content .iida-kensetsu h3 {
  color: #1d56b0;
}
#content .iida-kensetsu .link_btn {
  background-color: #3ec7ee;
}
#content .k-daiki {
  border: solid 1px #ff4b25;
  box-shadow: 0 0 0 10px #ffd339;
}
#content .k-daiki h3 {
  color: #ff4b25;
}
#content .k-daiki .link_btn {
  background-color: #ff4b25;
}
#content .trilink {
  border: solid 1px #153b6d;
  box-shadow: 0 0 0 10px #7a9bc6;
}
#content .trilink h3 {
  color: #153b6d;
}
#content .trilink .link_btn {
  background-color: #153b6d;
}
#content .toumei-g {
  border: solid 1px #011552;
  box-shadow: 0 0 0 10px #efd97f;
}
#content .toumei-g h3 {
  color: #011552;
}
#content .toumei-g .link_btn {
  background-color: #011552;
}
#content .rakunet {
  border: solid 1px #0e489c;
  box-shadow: 0 0 0 10px #37b8d2;
}
#content .rakunet h3 {
  color: #37b8d2;
}
#content .rakunet .link_btn {
  background-color: #0e489c;
}
#content .cje {
  border: solid 1px #171676;
  box-shadow: 0 0 0 10px #d2d8fb;
}
#content .cje h3 {
  color: #171676;
}
#content .cje .link_btn {
  background-color: #171676;
}
#content .uenoseiso {
  border: solid 1px #505050;
  box-shadow: 0 0 0 10px #04adbf;
}
#content .uenoseiso h3 {
  color: #04adbf;
}
#content .uenoseiso .link_btn {
  background-color: #04adbf;
}
@media (max-width: 999px) {
  #content .lead {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #content .col_wrap .col2 {
    float: none;
    width: 100%;
  }
  #content .col_wrap .col2:first-child {
    float: none;
    margin-bottom: 40px;
  }
  #content .col_wrap .col2 .logo {
    width: 100%;
  }
  #content .col_wrap .alta .logo {
    float: none;
    width: 100%;
  }
  #content .col_wrap .alta .summary {
    float: none;
    width: 100%;
  }
  #content .col_wrap .alta .link_btn {
    display: block;
    width: 100%;
  }
  #content #page-top {
    width: 15%;
  }
}

.contact {
  margin: 0 auto 50px;
}
.contact a img {
  display: block;
  width: 600px;
  margin: auto;
}
@media (max-width: 767px) {
  .contact a img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact {
    margin: 0 auto 30px;
  }
}

/* ----------------------------
レスポンシブ共通
---------------------------- */
@media (min-width: 1000px) {
  .sp-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
  .hidden-sp {
    display: none;
  }
}
@media (max-width: 999px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
  }
  table,
  tbody,
  tr,
  th,
  td {
    display: block !important;
    width: 100% !important;
  }
  td {
    padding-top: 5px !important;
  }
  td input[type=text],
  td input[type=tel],
  td input[type=email] {
    width: 100% !important;
  }
  th {
    padding-bottom: 0 !important;
    text-align: left !important;
    border: none !important;
  }
}
/*@import "contact";*/
