#visual {
  overflow: hidden;
}

#visual .visual {
  margin: 0 auto;
  height: 600px;
  position: relative;
}

@media (max-width: 480px) {
  #visual .visual {
    height: auto;
  }
}

#visual .visual #visual_slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media (max-width: 480px) {
  #visual .visual #visual_slider {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

#visual .visual #visual_slider li:focus {
  outline: none;
}

#visual .visual #visual_slider li img {
  min-width: 100%;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%, -50%);
  -ms-transform: translateX(-50%, -50%);
}

@media (max-width: 480px) {
  #visual .visual #visual_slider li img {
    width: 100%;
    position: static;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

#visual .visual .visual_text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%, -50%);
  -ms-transform: translateX(-50%, -50%);
}

@media (max-width: 480px) {
  #visual .visual .visual_text {
    width: 100%;
  }
}

#visual .visual .visual_text img {
  display: block;
}

@media (max-width: 480px) {
  #visual .visual .visual_text img {
    width: 100%;
  }
}

.top_concept {
  padding: 70px 0 80px;
  position: relative;
  z-index: 0;
}

@media (max-width: 480px) {
  .top_concept {
    padding: 50px 5% 80px;
  }
}

.top_concept:before {
  content: url(../img/mark.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 480px) {
  .top_concept:before {
    height: 300px;
    width: 80%;
    background: url(../img/mark.png) no-repeat bottom right/100%;
    content: "";
  }
}

.top_concept:after {
  height: 60%;
  width: 100%;
  background: #faf8f6;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

@media (max-width: 480px) {
  .top_concept:after {
    height: 30%;
  }
}

.top_concept_inner {
  margin: 0 auto;
  max-width: 1020px;
  position: relative;
}

@media (max-width: 480px) {
  .top_concept_inner {
    max-width: 100%;
  }
}

.top_concept_inner_contents {
  width: 390px;
  position: absolute;
  top: 105px;
  right: 0;
}

@media (max-width: 480px) {
  .top_concept_inner_contents {
    margin-bottom: 35px;
    width: 100%;
    position: static;
    top: auto;
    right: auto;
  }
}

.top_concept_inner_contents_title {
  font-size: 2.4rem;
  letter-spacing: 3px;
  margin-bottom: 43px;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 480px) {
  .top_concept_inner_contents_title {
    letter-spacing: 2px;
    margin-bottom: 35px;
    padding-bottom: 10px;
  }
}

.top_concept_inner_contents_title:after {
  height: 2px;
  width: 50px;
  background: #ea7131;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 480px) {
  .top_concept_inner_contents_title:after {
    width: 35px;
  }
}

.top_concept_inner_contents_midashi {
  color: #ea7131;
  font-size: 1.85rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .top_concept_inner_contents_midashi {
    font-size: 1.8rem;
  }
}

.top_concept_inner_contents_message {
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  .top_concept_inner_image img {
    width: 100%;
    display: block;
  }
}

.top_service {
  padding: 55px 0 90px;
}

@media (max-width: 480px) {
  .top_service {
    padding: 55px 5% 60px;
  }
}

.top_service_title {
  font-size: 2.4rem;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 480px) {
  .top_service_title {
    letter-spacing: 2px;
    margin-bottom: 35px;
    padding-bottom: 7px;
  }
}

.top_service_title:after {
  height: 2px;
  width: 50px;
  background: #ea7131;
  content: "";
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media (max-width: 480px) {
  .top_service_title:after {
    width: 35px;
  }
}

.top_service_inner {
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 480px) {
  .top_service_inner {
    max-width: 100%;
  }
}

.top_service_inner .top_service_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_service_inner .top_service_contents.three {
  margin-bottom: 20px;
}

.top_service_inner .top_service_contents.three .top_service_contents_set_detail {
  height: 75%;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_contents.three .top_service_contents_set_detail {
    height: auto;
  }
}

.top_service_inner .top_service_contents.two .top_service_contents_set_detail {
  height: 65%;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_contents.two .top_service_contents_set_detail {
    height: auto;
  }
}

@media (max-width: 480px) {
  .top_service_inner .top_service_contents_set:not(:last-child) {
    margin-bottom: 20px;
  }
}

.top_service_inner .top_service_contents_set a {
  color: #434343;
  text-decoration: none;
  display: block;
  position: relative;
}

.top_service_inner .top_service_contents_set a:hover .top_service_contents_set_image:before {
  background: rgba(29, 45, 74, 0);
}

.top_service_inner .top_service_contents_set a:hover .top_service_contents_set_detail_btn {
  color: #434343;
  border: 1px solid #434343;
  background: url(../img/btn-arrow02.png) no-repeat center right 20px/12px #fff;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_contents_set a:hover .top_service_contents_set_detail_btn {
    color: #434343;
    border: 1px solid #ea7131;
    background: url(../img/btn-arrow01.png) no-repeat center right 20px/12px #ea7131;
  }
}

.top_service_inner .top_service_contents_set_image {
  position: relative;
}

.top_service_inner .top_service_contents_set_image:before {
  height: 100%;
  width: 100%;
  background: rgba(29, 45, 74, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_contents_set_image:before {
    content: none;
  }
}

.top_service_inner .top_service_contents_set_image img {
  display: block;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_contents_set_image img {
    width: 100%;
  }
}

.top_service_inner .top_service_contents_set_detail {
  color: #fff;
  position: absolute;
  top: 45px;
  left: 50px;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_contents_set_detail {
    width: 80%;
    background: url(../img/btn-arrow01.png) no-repeat center right/25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.top_service_inner .top_service_contents_set_detail_title {
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_contents_set_detail_title {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.top_service_inner .top_service_contents_set_detail_title span {
  font-size: 1.9rem;
  letter-spacing: 2px;
  padding-bottom: 13px;
  display: block;
  position: relative;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_contents_set_detail_title span {
    font-size: 1.7rem;
  }
}

.top_service_inner .top_service_contents_set_detail_title span:after {
  height: 2px;
  width: 50px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_contents_set_detail_title span:after {
    width: 35px;
  }
}

.top_service_inner .top_service_contents_set_detail_btn {
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ea7131;
  padding: 7px 30px;
  width: 220px;
  background: url(../img/btn-arrow01.png) no-repeat center right 20px/12px #ea7131;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_contents_set_detail_btn {
    display: none;
  }
}

.top_news {
  padding: 70px 0 80px;
  background: url(../img/mark.png) no-repeat bottom left #faf8f6;
}

@media (max-width: 480px) {
  .top_news {
    padding: 50px 5% 80px;
    background: url(../img/mark.png) no-repeat bottom left/80% #faf8f6;
  }
}

.top_news_inner {
  margin: 0 auto;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .top_news_inner {
    max-width: 100%;
    display: block;
  }
}

.top_news_inner .top_news_title {
  font-size: 2.4rem;
  letter-spacing: 3px;
  padding-bottom: 10px;
  width: 20%;
  position: relative;
}

@media (max-width: 480px) {
  .top_news_inner .top_news_title {
    letter-spacing: 2px;
    margin-bottom: 50px;
    padding-bottom: 7px;
    width: 100%;
  }
}

.top_news_inner .top_news_title:after {
  height: 2px;
  width: 50px;
  background: #ea7131;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 480px) {
  .top_news_inner .top_news_title:after {
    width: 35px;
  }
}

.top_news_inner .top_news_list {
  border-top: 1px solid #a6a5a4;
  width: 78%;
}

@media (max-width: 480px) {
  .top_news_inner .top_news_list {
    width: 100%;
  }
}

.top_news_inner .top_news_list li {
  border-bottom: 1px solid #a6a5a4;
}

.top_news_inner .top_news_list_head {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 45px 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_news_inner .top_news_list_head {
    padding: 10px 25px 10px 10px;
  }
}

.top_news_inner .top_news_list_head:before, .top_news_inner .top_news_list_head:after {
  background: #626262;
  height: 15px;
  width: 2px;
  content: "";
  position: absolute;
  top: 25px;
  right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_news_inner .top_news_list_head:before, .top_news_inner .top_news_list_head:after {
    top: 15px;
    right: 15px;
  }
}

.top_news_inner .top_news_list_head:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.top_news_inner .top_news_list_head:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.top_news_inner .top_news_list_head_date {
  color: #ea7131;
  letter-spacing: 2px;
  width: 15%;
}

@media (max-width: 480px) {
  .top_news_inner .top_news_list_head_date {
    letter-spacing: 0;
    width: 25%;
  }
}

.top_news_inner .top_news_list_head_title {
  width: 79%;
}

@media (max-width: 480px) {
  .top_news_inner .top_news_list_head_title {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 3px;
    width: 68%;
  }
}

.top_news_inner .top_news_list_head.open:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.top_news_inner .top_news_list_head:hover {
  color: #ea7131;
  background: #fff;
}

@media (max-width: 480px) {
  .top_news_inner .top_news_list_head:hover {
    color: #434343;
    background: none;
  }
}

.top_news_inner .top_news_list_text {
  font-size: 1.4rem;
  border-top: 1px solid #d2d2d2;
  margin: 0 auto;
  padding: 15px 0 20px;
  width: 88%;
}
/*# sourceMappingURL=top.css.map */