@import url(./common.css);
/* ====================================================== */
/* top  */
/* ====================================================== */
/* intro
---------------------------------------------- */
.intro {
  margin-bottom: 4em;
  line-height: 2.2;
  text-align: center;
}

/* header
---------------------------------------------- */
header {
  margin-bottom: 0;
}

/* pickup
---------------------------------------------- */
.pickup {
  max-width: 1360px;
  margin: 0 auto 2em;
  padding: 0 20px;
  line-height: 1.6;
}
.pickup a {
  display: block;
  width: 100%;
  padding: .4em 1em;
  border: 1px solid #bc0000;
  background-color: #ffecec;
  text-decoration: underline;
  color: #bc0000;
  text-align: center;
}
.pickup a:hover {
  text-decoration: none;
}
.pickup a span:before {
  font-family: FontAwesome;
  content: "\f06a";
  line-height: 1.4;
}

/* mainvisual
---------------------------------------------- */
.mainvisual-wrapper {
  position: relative;
  margin-bottom: 5em;
}
.mainvisual-wrapper .mainvisual {
  height: 626px;
  background: #fff url("../image/mainvisual01.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.mainvisual-wrapper .mainvisual .catch {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14em 7em 0;
  color: #fff;
}
.mainvisual-wrapper .mainvisual .catch h1 {
  font-size: 3.7em;
  font-weight: bold;
  text-shadow: 0 0 6px #000;
}
.mainvisual-wrapper .mainvisual .catch p {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 0 6px #000;
}
.mainvisual-wrapper .news {
  position: absolute;
  bottom: 3em;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: .95em;
}
.mainvisual-wrapper .news .title {
  width: 80px;
  margin-right: 1.5em;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.mainvisual-wrapper .news dl {
  display: flex;
  justify-content: flex-start;
  width: 70%;
}
.mainvisual-wrapper .news dl dt {
  margin-right: 1em;
}
.mainvisual-wrapper .news .more {
  position: absolute;
  top: 16px;
  right: 0;
  width: 85px;
}
.mainvisual-wrapper .news .more a {
  font-size: .9em;
  text-decoration: none;
}
.mainvisual-wrapper .news .more a:hover {
  text-decoration: underline;
}
.mainvisual-wrapper .news .more a:before {
  font-family: FontAwesome;
  content: "\f101";
  margin-right: .5em;
}

/* mainnav
---------------------------------------------- */
.mainnav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 6em;
}
.mainnav section div {
  transition: all .35s linear;
  -webkit-transition: all .35s linear;
}
.mainnav section:hover div {
  cursor: pointer;
  transform: scale(1.1);
}
.mainnav .block {
  position: relative;
  overflow: hidden;
  width: 33.333333%;
}
.mainnav .block .consul, .mainnav .block .survey, .mainnav .block .geology, .mainnav .block .compensation, .mainnav .block .treasure {
  background-size: cover;
  height: 290px;
}
.mainnav .block .consul {
  background: #fff url("../image/business01.jpg") 0 0 no-repeat;
}
.mainnav .block .survey {
  background: #fff url("../image/business02.jpg") 0 0 no-repeat;
}
.mainnav .block .geology {
  background: #fff url("../image/business03.jpg") 0 0 no-repeat;
}
.mainnav .block .compensation {
  background: #fff url("../image/business04.jpg") 0 0 no-repeat;
}
.mainnav .block .treasure {
  background: #fff url("../image/business05.jpg") 0 0 no-repeat;
}
.mainnav .block p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.mainnav .block p a {
  display: block;
  padding: .5em 0;
  background-color: #0072bc;
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
  text-align: center;
}
.mainnav .block p:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 46px;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  text-align: center;
}
.mainnav .block p:after {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 1.3em;
  font-family: FontAwesome;
  content: "\f101";
  color: #0072bc;
  z-index: 10;
  text-align: center;
}
.mainnav .title {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
  background: #f0f0f0 url("../image/t_business.gif") 50% 50% no-repeat;
}
.mainnav .title dl dt {
  color: #777;
  font-size: .8em;
}
.mainnav .title dl dd {
  font-size: 2em;
}

/* message
---------------------------------------------- */
.message-wrapper {
  margin-bottom: 3.5em;
  background: #fff url("../image/bg_message.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.message-wrapper .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1320px;
  width: 95%;
  height: 550px;
  margin: 0 auto;
}
.message-wrapper .inner .message {
  width: auto;
  padding: 3em;
  background-color: #fff;
}
.message-wrapper .inner .message h2 {
  margin-bottom: .5em;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.5;
}
.message-wrapper .inner .message h2 span {
  display: block;
}
.message-wrapper .inner .message p {
  margin-bottom: 1.5em;
  font-size: 1em;
}
.message-wrapper .inner .message ul {
  display: flex;
  justify-content: flex-start;
}
.message-wrapper .inner .message ul li:first-of-type {
  margin-right: .5em;
}
.message-wrapper .inner .message ul li a {
  padding: .3em 1.5em;
  color: #0072bc;
  border: 1px solid #0072bc;
  font-size: .95em;
  letter-spacing: normal;
  text-decoration: none;
}
.message-wrapper .inner .message ul li a:before {
  margin-right: .5em;
  font-family: FontAwesome;
  content: "\f101";
}
.message-wrapper .inner .message ul li a:hover {
  background-color: #0072bc;
  color: #fff;
}
.message-wrapper .inner .message ul li a:hover:before {
  color: #fff;
}

/* blog
---------------------------------------------- */
.blog {
  margin-bottom: 4em;
}
.blog h2 {
  margin-bottom: 1em;
  font-size: 2.2em;
  text-align: center;
}
.blog .inner {
  margin: 0 auto 2em;
  display: flex;
  justify-content: space-between;
}
.blog .inner .block {
  display: flex;
  justify-content: space-between;
  width: 31%;
}
.blog .inner .block .photo {
  width: 35%;
}
.blog .inner .block .photo img {
  vertical-align: bottom;
}
.blog .inner .block .detail {
  width: 60%;
  font-size: .9em;
}
.blog .inner .block .detail dl {
  margin-bottom: .8em;
}
.blog .inner .block .detail dl dt {
  font-size: .9em;
  color: #999;
}
.blog .inner .block .detail dl dd a {
  font-weight: bold;
}
.blog .inner .block .detail p {
  line-height: 1.7;
  letter-spacing: normal;
}
.blog .more {
  text-align: center;
}
.blog .more a {
  text-decoration: none;
}
.blog .more a:hover {
  text-decoration: underline;
}
.blog .more a:before {
  font-family: FontAwesome;
  content: "\f101";
  margin-right: .5em;
  color: #0072bc;
}

/*===========================================================================*/
/*  tablet  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  /* body
  ---------------------------------------------- */
  body {
    padding-top: 48px;
  }

  /* mainvisual
  ---------------------------------------------- */
  .mainvisual-wrapper {
    margin-bottom: 3em;
  }
  .mainvisual-wrapper .mainvisual {
    height: 500px;
  }
  .mainvisual-wrapper .mainvisual .catch {
    max-width: auto;
    padding: 9em 3em 0;
  }
  .mainvisual-wrapper .mainvisual .catch h1 {
    font-size: 2.7em;
  }
  .mainvisual-wrapper .mainvisual .catch p {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0;
  }
  .mainvisual-wrapper .news {
    width: 95%;
    max-width: auto;
  }
  .mainvisual-wrapper .news .title {
    width: 70px;
  }
  .mainvisual-wrapper .news dl {
    width: 76%;
  }
  .mainvisual-wrapper .news .more {
    right: 0;
    width: 71px;
  }

  /* intro
  ---------------------------------------------- */
  .intro {
    width: 95%;
    margin: 0 auto 3em;
    line-height: 1.7;
    text-align: left;
  }

  /* mainnav
  ---------------------------------------------- */
  .mainnav {
    margin: 0 auto 4em;
  }
  .mainnav .block {
    width: 50%;
    height: 230px;
  }
  .mainnav .block .consul, .mainnav .block .survey, .mainnav .block .geology, .mainnav .block .compensation, .mainnav .block .treasure {
    background-size: cover;
    background-position: 50%;
    height: 210px;
  }
  .mainnav .block p a {
    padding: .5em 0;
    font-size: 1em;
    letter-spacing: normal;
  }
  .mainnav .block p:before {
    width: 35px;
  }
  .mainnav .block p:after {
    right: 11px;
    top: 9px;
    font-size: 1em;
  }
  .mainnav .title {
    background-size: 230px auto;
  }
  .mainnav .title dl dt {
    font-size: .75em;
  }
  .mainnav .title dl dd {
    font-size: 1.5em;
  }

  /* message
  ---------------------------------------------- */
  .message-wrapper .inner {
    max-width: auto;
    width: 95%;
    height: 390px;
  }
  .message-wrapper .inner .message {
    padding: 2em;
  }
  .message-wrapper .inner .message h2 {
    font-size: 1.5em;
    line-height: 1.5;
  }
  .message-wrapper .inner .message p {
    font-size: .9em;
  }

  /* blog
  ---------------------------------------------- */
  .blog h2 {
    font-size: 1.6em;
    letter-spacing: normal;
  }
  .blog .inner {
    flex-wrap: wrap;
  }
  .blog .inner .block {
    width: 48%;
    margin-bottom: 1em;
  }
  .blog .inner .block .detail dl {
    margin-bottom: 1em;
  }
}
/*===========================================================================*/
/*  tablet  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* mainvisual
  ---------------------------------------------- */
  .mainvisual-wrapper .mainvisual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    margin-bottom: 3em;
  }
  .mainvisual-wrapper .mainvisual .catch {
    padding: 0 1em;
  }
  .mainvisual-wrapper .mainvisual .catch h1 {
    font-size: 2em;
  }
  .mainvisual-wrapper .mainvisual .catch p {
    font-size: 1em;
  }
  .mainvisual-wrapper .news {
    position: static;
    flex-wrap: wrap;
    padding: 0;
    background-color: #333;
    align-items: center;
    font-size: .8em;
  }
  .mainvisual-wrapper .news .title {
    width: 20%;
    margin-right: 0;
  }
  .mainvisual-wrapper .news dl {
    width: 80%;
    padding-left: 1em;
    background-color: #fff;
    flex-wrap: wrap;
  }
  .mainvisual-wrapper .news dl dt {
    width: 100%;
  }
  .mainvisual-wrapper .news dl dd {
    width: 100%;
  }
  .mainvisual-wrapper .news .more {
    position: static;
    width: 100%;
    padding-top: 1em;
    background-color: #fff;
    text-align: center;
  }

  /* pickup
  ---------------------------------------------- */
  .pickup {
    width: 100%;
    padding: 0 .7em;
  }
  .pickup a {
    font-size: .9em;
  }

  /* intro
  ---------------------------------------------- */
  .intro {
    font-size: .9em;
    line-height: 1.7;
  }

  /* mainnav
  ---------------------------------------------- */
  .mainnav .block {
    height: 170px;
  }
  .mainnav .block p a {
    padding: 0.4em 0;
    font-size: .8em;
  }
  .mainnav .block p:before {
    width: 27px;
  }
  .mainnav .block p:after {
    right: 7px;
    top: 5px;
    font-size: .9em;
  }
  .mainnav .block .consul, .mainnav .block .survey, .mainnav .block .geology, .mainnav .block .compensation, .mainnav .block .treasure {
    height: 157px;
  }
  .mainnav .title {
    background-size: 150px auto;
  }
  .mainnav .title dl dd {
    font-size: 1.4em;
  }

  /* message
  ---------------------------------------------- */
  .message-wrapper {
    padding: 4em 0;
  }
  .message-wrapper .inner {
    height: auto;
  }
  .message-wrapper .inner .message {
    width: 100%;
    padding: 1.5em;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .message-wrapper .inner .message h2 {
    font-size: 1.2em;
  }
  .message-wrapper .inner .message p {
    line-height: 1.6;
  }
  .message-wrapper .inner .message ul {
    flex-wrap: wrap;
  }
  .message-wrapper .inner .message ul li:first-of-type {
    margin-bottom: .5em;
  }
  .message-wrapper .inner .message ul li a {
    font-size: .9em;
  }

  /* blog
  ---------------------------------------------- */
  .blog h2 {
    font-size: 1.5em;
  }
  .blog .inner .block {
    width: 100%;
  }
  .blog .inner .block .detail dl {
    margin-bottom: 1em;
  }
  .blog .more a {
    font-size: .8em;
  }
}
/*===========================================================================*/
/*  tablet  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* mainvisual
  ---------------------------------------------- */
  .mainvisual-wrapper .mainvisual {
    height: 230px;
    margin-bottom: 2em;
  }
  .mainvisual-wrapper .mainvisual .catch h1 {
    font-size: 1.5em;
  }
  .mainvisual-wrapper .mainvisual .catch p {
    font-size: .9em;
    font-weight: normal;
  }

  /* mainnav
  ---------------------------------------------- */
  .mainnav .block {
    height: 147px;
  }
  .mainnav .block p a {
    padding-left: 0.5em;
    font-size: .85em;
    text-align: left;
  }
  .mainnav .block p:before {
    width: 16px;
  }
  .mainnav .block p:after {
    right: 3px;
    top: 6px;
  }
  .mainnav .block .consul, .mainnav .block .survey, .mainnav .block .geology, .mainnav .block .compensation, .mainnav .block .treasure {
    height: 143px;
  }
  .mainnav .title {
    background-size: 120px auto;
  }
}
