@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
.font-yen {
  font-family: 'cwTeXYen', sans-serif;
}

body {
  font-family: 'cwTeXYen';
}

.mb-1 {
  margin-bottom: 0.5em;
}

.mb-2 {
  margin-bottom: 1em;
}

.mb-3 {
  margin-bottom: 1.5em;
}

.mb-4 {
  margin-bottom: 2em;
}

.mb-5 {
  margin-bottom: 2.5em;
}

.m-0 {
  margin: 0 !important;
}

.color-golden {
  color: #ffe176 !important;
}

.font-white-shadow {
  text-shadow: 2px 2px 0 #fff;
}

.font-black-shadow {
  text-shadow: 2px 2px 0 #000;
}

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

#section-1 {
  background: url("../pic/1115/2.jpg") no-repeat center/cover;
}

#section-1 .numbers-div h1, #section-1 .numbers-div h4 {
  color: #111;
}

#section-1 .numbers-div .vertical-line {
  background: #111;
}

@media screen and (min-width: 769px) {
  #section-1 .writing-str {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

#section-1 p {
  line-height: 2;
  font-size: 20px;
  letter-spacing: 2px;
  padding-top: 10%;
}

@media screen and (max-width: 768px) {
  #section-1 p {
    font-size: 14px;
    text-align: justify;
    padding-top: 0px;
  }
}

#section-1 .intro-img-section {
  padding-top: 60px;
}

#section-2 {
  background: url("../pic/1115/1.jpg") no-repeat 50% 50%/cover;
}

#section-2 .numbers-div h1, #section-2 .numbers-div h4 {
  color: #111;
}

#section-2 .numbers-div .vertical-line {
  background: #111;
}

#section-2 .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #111;
  border-radius: 12px;
  padding: 30px 0;
}

#section-2 .icon-box img {
  width: 60px;
  margin-bottom: 12px;
}

#section-2 .icon-box h4 {
  line-height: 1.5;
  font-size: 20px;
  border-bottom: 2px solid #c99e02;
}

#section-2 .icon-box p {
  line-height: 1;
}

#section-3 .numbers-div h1, #section-3 .numbers-div h4 {
  color: #111;
}

#section-3 .numbers-div .vertical-line {
  background: #111;
}

#section-5 {
  background: url("../pic/back1.jpg") no-repeat center/cover;
}

#section-5 .sp-image {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#section-4 {
  background: url("../pic/back2.jpg") no-repeat center/cover;
}

#section-4 .contact-wrap {
  background: #ffffff99;
}

#section-4 .contact-wrap h3 {
  color: #111;
}

#section-4 .contact-wrap h5 {
  color: #777;
  position: relative;
  z-index: 1;
  height: 16px;
  margin-bottom: 12px !important;
}

#section-4 .contact-wrap h5::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #777;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 0;
}

#section-4 .contact-wrap h5 span {
  color: #fff;
  position: absolute;
  background: #777;
  z-index: 1;
  padding: 2px 4px;
  width: 80px;
  text-align: center;
}

#section-4 .contact-wrap h4 {
  padding-left: 40px;
  margin-top: 0;
}

#section-4 .contact-wrap h4 a {
  color: #c99e02;
}

#section-4 .contact-wrap .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/*# sourceMappingURL=hemusih.css.map */