@charset "UTF-8";

/* ===================================================================== */
/* main-visual * /
/* ===================================================================== */
#main-visual {
  width: 100%;
  height: 65vh;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 120px;
}

#main-visual::before,
#main-visual::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#main-visual::before {
  background: url(../images/main_visual.jpg) no-repeat center center;
  background-size: cover;
}

#main-visual .container {
  position: relative;
  z-index: 1;
}

.main-catch {
  position: absolute;
  top: 42%;
  left: -5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
}
.main-catch h1 {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2;
}
.main-catch h1 > span {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1024px) {
  #main-visual::after {
    background-color: rgba(0, 0, 0, .5);
  }

  .main-catch {
    left: 0;
    padding: 0 1rem;
    width: 100%;
  }
  .main-catch h1 {
    font-size: 4.2rem;
    text-align: center;
  }
  .main-catch h1 > span {
    font-size: 2.6rem;
  }
}

/* ===================================================================== */
/* pr */
/* ===================================================================== */
#pr {
  padding: 10rem 0;
}

#pr .container {
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
}

#pr h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 2rem;
}

#pr figure figcaption {
  font-size: 1.4rem;
  margin: 2rem 0 0;
}

#pr figure figcaption p {
  margin: 0 0 1rem;
}
#pr figure figcaption p:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #pr .container {
    padding: 0 1rem;
    text-align: left;
  }
}

/* ===================================================================== */
/* intro */
/* ===================================================================== */
#intro {
  overflow: hidden;
  padding: 10rem 0;
  position: relative;
  z-index: 12;
}
#intro::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/intro_image.jpg") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
}
#intro::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 78, 42, .7);
  position: absolute;
  top: 0;
  left: 0;
}
#intro .container {
  position: relative;
  max-height: 1080px;
  color: #fff;
  z-index: 1;
}
#intro .title-2 {
  margin-bottom: 3rem;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  #intro {
    padding: 5rem 0;
  }
}

/* ===================================================================== */
/* vision */
/* ===================================================================== */
#vision {
  display: block;
  margin-top: -60px;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
  z-index: 11;
}
#vision::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/bg_vision.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
}
#vision::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  left: 0;
}
#vision .wrapper {
  position: relative;
  z-index: 1;
}

#vision .container {
  position: relative;
}

.vision-list {
  list-style-type: none;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 4rem 0;
}

.vision-list li {
  background: #00ad5d;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-size: 2.6rem;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 2% 3rem;
  padding: 2rem;
  position: relative;
  text-align: center;
  width: 29.3333%;
}
.vision-list li span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 1rem;
}

.vision-list li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  font-size: 4rem;
  position: absolute;
  left: 0;
  right: 0;
  opacity: .2;
}

.vision-list li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  bottom: -9px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00ad5d transparent transparent transparent;
}

@media only screen and (max-width: 1024px) {
  .vision-list li {
    margin: 0 0 2rem;
    width: 100%;
  }
  .vision-list li:last-child {
    margin: 0;
  }
}

/* ===================================================================== */
/* client-companies */
/* ===================================================================== */
#client-companies {
  position: relative;
  z-index: 10;
}
#client-companies ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
#client-companies ul li {
  margin: 0 1rem;
}
#client-companies ul li img {
  max-height: 94px;
}

@media only screen and (max-width: 1024px) {
  #client-companies ul {
    align-items: center;
    flex-direction: column;
  }
}

/* ===================================================================== */
/* services */
/* ===================================================================== */
#services {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: 9;
}

/* ===================================================================== */
/* products */
/* ===================================================================== */
#products {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: 8;
}

/* ===================================================================== */
/* teams */
/* ===================================================================== */
#teams {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: 7;
}

#teams .cards .cards_row {
  flex-wrap: wrap;
  margin: -2.5rem 0;
}

#teams .cards_row_card {
  margin: 2.5rem;
  max-width: 280px;
}

#teams .cards_row_card .h3 {
  font-size: 1.8rem;
  margin: 0 0 1rem;
}

#teams .cards_row_card .h3_sub {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

#teams .cards_row_card p {
  font-size: 1.2rem;
}

@media only screen and (max-width: 834px) {
  #teams .cards_row_card {
    margin: 0 0 2rem;
    max-width: 100%;
  }
}

/* ===================================================================== */
/* media, news */
/* ===================================================================== */
#media {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: 6;
}

#news {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: 5;
}

#media .title-1,
#news .title-1 {
  margin-bottom: 8rem;
  z-index: 1;
}

/* ===================================================================== */
/* company-data, affiliated-company */
/* ===================================================================== */
#company-data {
  display: block;
  margin-top: -60px;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
  z-index: 4;
}
#affiliated-company {
  display: block;
  margin-top: -60px;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
  z-index: 3;
}
#company-data .wrapper,
#affiliated-company .wrapper {
  position: relative;
  z-index: 1;
}

#affiliated-company .cards {
  margin-bottom: 2rem;
}
#affiliated-company .cards:last-child {
  margin-bottom: 0;
}

.data-list {
  border-bottom: 1px solid #ccc;
  display: flex;
  font-size: 1.6rem;;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.data-list:last-child {
  border-bottom: 0;
}
.data-list dt,
.data-list dd {
  margin: 1rem 0;
  width: 100%;
}
.data-list dt {
  flex-shrink: 0;
  font-weight: bold;
  width: 100px;
}
.data-list dd {
  font-weight: normal;
  line-height: 1.8;
}
.data-list dd span {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.data-list dd ul {
  list-style-position: inside;
  margin: 0 0 0 1rem;
  padding: 0;
}
.data-list dd ul li {
  margin: 0;
  padding: 0 0 .2rem 1.3em;
  text-indent: -1.3em;
}
.data-list dd ul li:last-child {
  padding: 0 0 0 1.3em;
}
.data-list:last-child dt,
.data-list:last-child dd {
  margin-bottom: 0;
}

.data-list_office {
  margin-bottom: 2rem;
}
.data-list_office:last-child {
  margin-bottom: 0;
}
.data-list_office dt,
.data-list_office dd {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .data-list {
    flex-direction: column;
  }  
}

/* ===================================================================== */
/* contact-us */
/* ===================================================================== */
#contact-us {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.contact {
  min-height: 50vh;
  padding-bottom: 9rem;
  padding-top: 0;
}

.contact-form {
  font-size: 1.6rem;
  margin: 0 auto;
  max-width: 428px;
}

.contact-form .tel-btn {
  padding: 1rem;
  text-align: center;
}

.contact-form .tel-btn a {
  display: inline-block;
  color: #00ad5d;
  font-size: 3.6rem;
}
.contact-form .tel-btn a::before {
  font-family: "FontAwesome";
  content: "\f095";
  margin-right: .5rem;
}
.contact-form .tel-btn a:hover {
  color: #fabe00;
  border-bottom: none;
}