/* 
news 
*/
#news {
  color: #fff;
  background-color: var(--blue);
}
#news .inner {
  text-align: center;
}
#news h2::before {
  display: block;
  content: "news";
  font-size: 48px;
}
#news h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
#news li {
  display: flex;
  justify-content: center;
}
#news dl {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}
@media screen and (max-width: 670px) {
  #news h2::before {
    font-size: 26px;
  }
  #news h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #news dl {
    width: 90%;
  }
}

/* 
philosophy 
*/
#philosophy .inner {
  text-align: center;
}
#philosophy h2::before {
  display: block;
  content: "management philosophy";
  font-size: 44px;
  font-weight: bold;
}
#philosophy h2 {
  font-size: 20px;
}
#philosophy h3 {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;  
  z-index: 2;
}
#philosophy h3 .imagination, #philosophy h3 .creation {
  position: relative;
  color: var(--blue);
  font-size: 137.89px;
}
#philosophy h3 .imagination::after, #philosophy h3 .creation::after {
  position: absolute;
  display: block;
  content: attr(data-en);
  font-size: 39.57px;
  color: #000;
  top: 170px;
}
#philosophy h3 .imagination::after {
  left: 20px;
}
#philosophy h3 .creation::after {
  left: 60px;
}
#philosophy h3 .cross {
  font-size: 57.55px;
  font-weight: normal;
  transform: translateY(10px);
  padding: 0 10px;
}
#philosophy p {
  line-height: 2;
}
.open #philosophy {
  display: none!important;
}
@media screen and (max-width: 670px) {
  #philosophy h2::before {
    font-size: 26px;
  }
  #philosophy h2 {
    font-size: 14px;
  }
  #philosophy h3 {
    margin-bottom: 30px;
  }
  #philosophy h3 .imagination, #philosophy h3 .creation {
    font-size: 70.21px;
  }
  #philosophy h3 .imagination::after, #philosophy h3 .creation::after {
    font-size: 20.15px;
    top: 90px
  }
  #philosophy h3 .imagination::after {
    left: 10px;
  }
  #philosophy h3 .creation::after {
    left: 30px;
  }
  #philosophy h3 .cross {
    font-size: 29.3px;
  }
}

/* 
service 
*/
#service {
  background-image: url(../img/service.webp);
  background-size: 100% 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#service h2::before {
  display: block;
  content: "our service";
  font-size: 44px;
  font-weight: bold;
}
#service h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#service .services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#service .service {
  width: 305px;
  height: 239px;
  color: #fff;
  background-color: var(--blue);
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 25px;
}
#service .service .content {
  padding: 30px 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#service .service h3 {
  display: flex;
  justify-content: center;
  width: 243px;
  font-size: 26px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
#service .service p {
  line-height: 2;
}
@media screen and (max-width: 670px) {
  #service .inner {
    width: 360px;
  }
  #service h2::before {
    font-size: 26px;
  }
  #service h2 {
    font-size: 14px;
  }
  #service .service {
    width: 170px;
    height: 128px;
    border-radius: 20px;
    margin-top: 10px;
  }
  #service .service .content {
    padding: 10px;
  }
  #service .service h3 {
    width: 162px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

/* 
map
*/
#map {
  padding-bottom: 0;
}
@media screen and (max-width: 670px) {
  #map iframe {
    height: 180px;
  }
}

/* 
company 
*/
#company {
  background-color: var(--blue);
}
#company .inner {
  text-align: center;
  color: #fff;
}
#company h2 {
  padding: 30px 0;
}
@media screen and (max-width: 670px) {
  #company img {
    width: 102px;
    height: 82px;
  }
  #company h2 {
    font-size: 14px;
    padding: 20px 0;
  }
}

/* 
contact
*/
#contact {
  padding-bottom: 0;
}
#contact .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contact h2::before {
  display: block;
  content: "inquiry";
  font-size: 44px;
}
#contact h2 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
#contact .message {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#contact iframe {
  width: 80%;
  height: 1370px;
}
@media screen and (max-width: 670px) {
  #contact h2::before {
    font-size: 26px;
  }
  #contact h2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #contact iframe {
    width: 90%;
    height: 1350px;
  }
}


/* 
banner
*/
.banner {
  width: 100%;
  display: none; 
  position: fixed; 
  bottom: 0;
  left: 0; 
  background-color: #fff;
  text-align: center; 
  padding: 10px; 
  color: #fff;
}
.banner .btn-mail, .banner .btn-call {
  width: 173px;
  padding: 10px 0;
}
.banner .btn-mail {
  background-color: #d55edc;
  margin-right: 10px;
}
.banner .btn-call {
  background-color: #0eb7c6;
  margin-left: 10px;
}
.banner a {
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 670px) {
  .banner {
    display: flex; 
    justify-content: center;
  }
}

/* 
footer
*/
footer .copyright {
  text-align: center;
  font-size: 22px;
  padding-bottom: 5px;
}
@media screen and (max-width: 670px) {
  footer .copyright {
    font-size: 11px;
  }
}
