@charset "UTF-8";
/*++ 共通CSS +++++++++++++++++++++++*/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: 'Share Tech Mono',"Rounded Mplus 1c","Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  color: #898576;
  word-break: break-all;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 0;
}

img {
  line-height: 0;
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*++ ヘッダー +++++++++++++++++++++++*/
body {
  position: relative;
}

header {
  border-top: 17px solid #528d55;
  padding: 20px 16px;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

header .logo a, header .logo img {
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  header .logo img {
    max-width: 220px;
  }
}

/*++ 中身 +++++++++++++++++++++++*/
main .inner {
  padding-bottom: 8%;
}

@media screen and (max-width: 1000px) {
  main .inner {
    padding: 0 16px 8%;
  }
}

.kv-block img {
  height: auto;
  width: 100%;
}

.block--about {
  position: relative;
  margin-top: -80px;
  padding-bottom: 108px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .block--about {
    margin-top: -50px;
    padding-bottom: 60px;
  }
  .block--about .about-img img {
    max-width: 100px;
  }
}

.block--about h2 {
  color: #898576;
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .block--about h2 {
    line-height: 1.4;
    font-size: 26px;
    padding: 0 10px;
  }
}

.block--about .sub-title {
  color: #b8b723;
  font-size: 18px;
  margin-top: 20px;
}

.block--about .text {
  color: #898576;
  font-size: 20px;
  line-height: 2;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .block--about .text {
    font-size: 18px;
    padding: 0 10px;
  }
}

.block--profile {
  position: relative;
  z-index: 2;
  background: url(../img/profile_bg.png) no-repeat center bottom/cover;
  padding: 76px 16px 10%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .block--profile {
    padding-bottom: 18%;
  }
}

@media screen and (max-width: 768px) {
  .block--profile {
    background: url(../img/profile_bg_tab.png) no-repeat center bottom/cover;
    padding-top: 50px;
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 600px) {
  .block--profile {
    padding-bottom: 19%;
  }
}

.block--profile h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .block--profile h2 {
    line-height: 1.4;
    font-size: 26px;
    padding: 0 10px;
  }
}

.block--profile .sub-title {
  color: #f2f178;
  font-size: 18px;
  margin-top: 20px;
}

.block--profile .profile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

@media screen and (max-width: 1000px) {
  .block--profile .profile-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.block--profile .profile-img {
  margin-right: 56px;
}

@media screen and (max-width: 1000px) {
  .block--profile .profile-img {
    margin-right: 0;
  }
}

.block--profile .profile-detail {
  color: #fff;
  margin-top: 45px;
  max-width: 502px;
  width: 100%;
  text-align: left;
}

.block--profile .profile-detail .name {
  border-bottom: 1px solid #fff;
  font-size: 24px;
  padding-bottom: 10px;
}

.block--profile .profile-detail .name .text-weak {
  font-size: 20px;
  margin-left: 24px;
}

.block--profile .profile-detail .profile-list {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}

.block--company {
  position: relative;
  z-index: 1;
  margin-top: -15vh;
  background: url(../img/company_bg.png);
  padding: 18vh 16px 60px;
  text-align: center;
}

    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          .block--company {
            margin-top: -20vh;
            padding: 22vh 16px 60px;
          }

        }
        @media screen and (min-width:1200px) { /* xl */
        }

.block--company h2 {
  color: #898576;
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .block--company h2 {
    line-height: 1.4;
    font-size: 26px;
    margin-top: 0;
    padding: 0 10px;
  }
}

.block--company .sub-title {
  color: #b8b723;
  font-size: 18px;
  margin-top: 20px;
}

.block--company .company-list {
  margin: 0 auto;
  max-width: 530px;
  width: 100%;
  margin-top: 16px;
}

.block--company .company-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: url(../img/border.png) no-repeat center bottom/100% auto;
  padding: 24px 0 16px;
}

@media screen and (max-width: 768px) {
  .block--company .company-list dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.block--company .company-list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding-left: 24px;
  width: 120px;
}

@media screen and (max-width: 768px) {
  .block--company .company-list dl dt {
    padding-left: 0;
  }
}

.block--company .company-list dl dd {
  padding-left: 46px;
  text-align: left;
  width: 410px;
}

@media screen and (max-width: 768px) {
  .block--company .company-list dl dd {
    margin-top: 8px;
    padding-left: 16px;
  }
}

.block--company .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .block--company .banner-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.block--company .banner-wrap a {
  display: inline-block;
  font-size: 0;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .block--company .banner-wrap a {
    margin: 10px auto;
  }
}

.block--company .banner-wrap a:hover {
  opacity: 0.8;
}

.block--map .ggmap {
  position: relative;
  height: 450px;
  width: 100%;
}

.block--map .ggmap iframe,
.block--map .ggmap object,
.block--map .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*++ フッター +++++++++++++++++++++++*/
footer #copyright {
  background-color: #528d55;
  color: #fff;
  font-size: 12px;
  padding: 22px 16px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  footer #copyright {
    line-height: 1.4;
  }
}
