body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",sans-serif;
}

.hero {
  height: 100vh;
  background: #111111;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero {
  background: url(/images/sec_bg_1.jpg);
  background-size: cover;
  position: relative;
}

.hero::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero .content {
  padding: 1.5em;
  text-align: center;
  z-index: 1;
}
.hero .content h1 {
  font-size: 3em;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
}
.hero .content .desc {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0;
}
.hero .content .desc.p3 {
  background: #f00;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 30px;
}

.hero .content a {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 40px;
  font-size: 24px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  translate: 0.5s ease;
}
.hero .content a:hover {
  background: #ff0;
  border: 2px solid #ff0;
  color: #262626;
}

.box .row {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#sec_2 .box {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.fa-caret-right:before {
  content: "\f0da";
  padding-right: 1em;
}

#sec_2 .box a {
  display: block;
  padding: 1.5em 1em;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 1.5em;
}

#sec_3 .box,
#sec_4 .box {
  padding: 2.5em;
}
#sec_3 h2,
#sec_4 h2 {
  text-align: center;
  padding: 1em;
  font-size: 2.5em;
}
#sec_3 .row p,
#sec_4 .row p {
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
}

#sec_3 .p2 {
  display: block;
  border: 3px solid #999;
  border-radius: 30px;
  padding: 1.5em;
}

#sec_3 .box:nth-child(2) {
  background: #ccc;
}
#sec_3 .box:nth-child(2) h3 {
  text-align: center;
  padding: 1em;
  font-size: 1.5em;
}
#sec_3 .box:nth-child(2) ol {
  font-size: 1.3em;
  border: 3px dashed #777;
  padding: 1.5em 2em;
}
#sec_3 .box:nth-child(2) li {
  line-height: 2em;
}

.contact-box {
  height: 50vh;
  background: #111111;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-box {
  background: url(/images/sec_bg_1.jpg);
  background-size: cover;
  position: relative;
}

.contact-box::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contact-box .content {
  padding: 1.5em;
  text-align: center;
  z-index: 1;
}
.contact-box .content h3 {
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
}
.contact-box .content p {
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0;
}

.contact-box a {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  translate: 0.5s ease;
}

.contact-box .content a:hover {
  background: #ff0;
  border: 2px solid #ff0;
  color: #262626;
}

#sec_4 .concept {
  font-size: 1.5em;
  font-weight: 900;
}
#sec_4 .map {
  display: flex;
  justify-content: center;
}

#sec_4 .box-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0px;
}
#sec_4 .box-2 .row {
  margin: 0 auto;
  width: 45%;
}
#sec_4 .box-2 h3 {
  font-size: 1.5em;
}
#sec_4 .box-2 .content {
  border-radius: 20px;
  padding: 20px 30px;
}
#sec_4 .box-2 .content {
  border-radius: 20px;
  padding: 20px 30px;
}
#sec_4 .box-2 .row:nth-child(1) .content {
  background-color: moccasin;
}
#sec_4 .box-2 .row:nth-child(2) .content {
  background-color: rgb(221, 142, 252);
}
#sec_4 .box-3 {
  background: #ccc;
}
#sec_4 .box-3 h3 {
  text-align: center;
  padding: 1em 0 0;
  font-size: 1.5em;
}

#sec_4 .box-3 ul {
  font-size: 1.3em;
  border: 3px dashed #777;
  padding: 1.5em 2em;
  list-style: none;
}
#sec_4 .contact-box {
  height: 20vh;
}
#sec_5 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #111111;
  color: #ccc;
}
#sec_5 .box .content {
  width: 100%;
}
#sec_5 .box .content p {
  font-size: 1.2em;
  text-align: center;
  margin: 1em 1em 0.5em;
}
#sec_5 .box ul {
  display: flex;
}
#sec_5 .box ul li {
  list-style: none;
  margin-right: 1em;
}
#sec_5 .box ul li a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .hero .content h1 {
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0;
  }

  #sec_3 .box,
  #sec_4 .box {
    padding: 1em;
  }
  #sec_3 h2,
  #sec_4 h2 {
    text-align: inherit;
    padding: 0;
    font-size: 1.5em;
  }
  #sec_3 .row p,
  #sec_4 .row p {
    font-size: 1.3em;
    line-height: 2em;
    text-align: left;
  }
  #sec_3 .p2 {
    padding: 1em;
    font-weight: 900;
  }

  .contact-box {
    height: 100vh;
  }

  #sec_4 .concept {
    font-size: 1.5em;
    font-weight: 900;
  }
  #sec_4 .concept p {
    font-size: 1.5em;
    text-align: center;
  }
  #sec_4 .map img {
    width: 100%;
    height: auto;
  }
  #sec_4 .box-2 .row {
    width: 100%;
  }
  #sec_4 .contact-box .content {
    padding: 1em;
  }

  #sec_5 .box .content p {
    font-size: 1em;
  }
}
