/* visual */
/*
#visual {
  min-width: 1040px;
  background: url(../img/title-bg-pc.jpg) no-repeat center / cover;
  @include tab {
    min-width: 100%;
  }
  @include sp {
    background: none;
  }
  .visual {
    margin: 0 auto;
    max-width: 1020px;
    @include sp {
      max-width: 100%;
    }
    img {
      width: 100%;
      display: block;
    }
  }
}
*/
.visual {
  background: url(../img/visual-image.jpg) no-repeat bottom center;
  background-size: auto 810px;
  position: relative;
  min-width: 1020px;
  margin-bottom: 24px;
  overflow: hidden;
}

@media (max-width: 1040px) {
  .visual {
    zoom: 0.8;
  }
}

@media (min-width: 1400px) {
  .visual {
    zoom: 1.2;
  }
}

@media (max-width: 480px) {
  .visual {
    min-width: unset;
    background: none;
  }
}

.visual img {
  display: block;
}

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

.visual_text {
  width: 1020px;
  margin: 0 auto 5px;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .visual_text {
    width: 100%;
    z-index: unset;
  }
}

.visual::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: -55px;
  background: url(../img/visual-mask.png) no-repeat center bottom;
}

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

.visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -610px;
  width: 1220px;
  background: url(../img/visual-deco.png) no-repeat center center;
}

@media (max-width: 480px) {
  .visual::after {
    content: none;
  }
}

.top_concept {
  padding: 75px 0 50px;
  background: url(../img/top-concept-bg-pc.png) no-repeat top center, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), color-stop(#fff), to(rgba(217, 243, 245, 0.5)));
  background: url(../img/top-concept-bg-pc.png) no-repeat top center, linear-gradient(to bottom, #fff, #fff, #fff, rgba(217, 243, 245, 0.5));
}

@media (max-width: 896px) {
  .top_concept {
    padding: 75px 10px 50px;
  }
}

@media (max-width: 480px) {
  .top_concept {
    padding: 50px 5% 40px;
    background: url(../img/mark01.png) no-repeat top 20px right 20px/37%, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), color-stop(#fff), to(rgba(217, 243, 245, 0.5)));
    background: url(../img/mark01.png) no-repeat top 20px right 20px/37%, linear-gradient(to bottom, #fff, #fff, #fff, rgba(217, 243, 245, 0.5));
  }
}

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

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

.top_concept .top_concept_inner:after {
  content: "";
  display: block;
  clear: both;
}

.top_concept .top_concept_inner .top_concept_image {
  float: right;
}

@media (max-width: 896px) {
  .top_concept .top_concept_inner .top_concept_image {
    width: 70%;
  }
}

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

@media (max-width: 896px) {
  .top_concept .top_concept_inner .top_concept_image img {
    width: 100%;
  }
}

.top_concept .top_concept_inner .top_concept_contents {
  position: absolute;
  top: 115px;
  left: 0;
}

@media (max-width: 896px) {
  .top_concept .top_concept_inner .top_concept_contents {
    top: 60px;
  }
}

@media (max-width: 480px) {
  .top_concept .top_concept_inner .top_concept_contents {
    margin-bottom: 30px;
    position: static;
    top: auto;
    left: auto;
  }
}

.top_concept .top_concept_inner .top_concept_contents .top_concept_title {
  color: #00b7bd;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 480px) {
  .top_concept .top_concept_inner .top_concept_contents .top_concept_title {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
}

.top_concept .top_concept_inner .top_concept_contents .top_concept_title:after {
  height: 1px;
  width: 500px;
  background: #00b7bd;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.top_concept .top_concept_inner .top_concept_contents .top_concept_message {
  letter-spacing: 1px;
  line-height: 2.2;
  width: 380px;
}

@media (max-width: 480px) {
  .top_concept .top_concept_inner .top_concept_contents .top_concept_message {
    line-height: 1.8;
    width: 100%;
  }
}

.top_contents {
  padding: 75px 0 100px;
}

@media (max-width: 896px) {
  .top_contents {
    padding: 75px 10px 100px;
  }
}

@media (max-width: 480px) {
  .top_contents {
    padding: 70px 0 0;
  }
}

.top_contents .top_contents_title {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 896px) {
  .top_contents .top_contents_title {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .top_contents .top_contents_title {
    font-size: 1.4rem;
    margin-bottom: 33px;
  }
}

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

.top_contents .top_contents_inner {
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 1020px;
  position: relative;
  z-index: 0;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner {
    padding: 0 5% 50px;
  }
}

.top_contents .top_contents_inner:before {
  height: 210px;
  width: 100%;
  background: #d9f3f5;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner:before {
    height: 130px;
  }
}

.top_contents .top_contents_inner:after {
  content: "";
  display: block;
  clear: both;
}

.top_contents .top_contents_inner .top_contents_image {
  float: right;
}

@media (max-width: 896px) {
  .top_contents .top_contents_inner .top_contents_image {
    width: 75%;
  }
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .top_contents_image {
    width: 100%;
    float: none;
  }
}

@media (max-width: 896px) {
  .top_contents .top_contents_inner .top_contents_image img {
    width: 100%;
  }
}

.top_contents .top_contents_inner .top_contents_detail {
  position: absolute;
  top: 25px;
  left: 0;
}

@media (max-width: 896px) {
  .top_contents .top_contents_inner .top_contents_detail {
    top: 0;
  }
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .top_contents_detail {
    margin-bottom: 10px;
    position: static;
    top: auto;
    left: auto;
  }
}

.top_contents .top_contents_inner .top_contents_detail .top_contents_detail_logo {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .top_contents_detail .top_contents_detail_logo {
    text-align: center;
    display: block;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.top_contents .top_contents_inner .top_contents_detail .top_contents_detail_logo img {
  display: block;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .top_contents_detail .top_contents_detail_logo img {
    margin: 0 auto;
    width: 40%;
  }
}

.top_contents .top_contents_inner .top_contents_detail .top_contents_detail_logo span {
  font-size: 0.95rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 15px;
  display: block;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .top_contents_detail .top_contents_detail_logo span {
    margin-left: 0;
  }
}

.top_contents .top_contents_inner .top_contents_detail .top_contents_detail_message {
  line-height: 2;
  margin-bottom: 40px;
  width: 500px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .top_contents_detail .top_contents_detail_message {
    line-height: 1.8;
    width: 100%;
    margin-bottom: 30px;
  }
}

.top_company {
  padding: 80px 0;
  background: url(../img/top-company-bg-pc.jpg) no-repeat center/cover;
}

@media (max-width: 896px) {
  .top_company {
    padding: 80px 10px;
  }
}

@media (max-width: 480px) {
  .top_company {
    padding: 40px 5% 150px;
    background: url(../img/top-company-bg-sp.jpg) no-repeat bottom center/cover;
  }
}

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

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

.top_company .top_company_inner .top_company_contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 75px 100px;
  width: 500px;
  background: #fff;
}

@media (max-width: 480px) {
  .top_company .top_company_inner .top_company_contents {
    border-radius: 10px;
    padding: 40px 25px;
    width: 100%;
  }
}

.top_company .top_company_inner .top_company_contents .top_company_title {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}

.top_company .top_company_inner .top_company_contents .top_company_title:after {
  height: 2px;
  width: 50px;
  background: #00b7bd;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transfnnorm: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.top_company .top_company_inner .top_company_contents .top_company_message {
  line-height: 2;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .top_company .top_company_inner .top_company_contents .top_company_message {
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.top_company .top_company_inner .top_company_contents .btn_base {
  width: 100%;
}
/*# sourceMappingURL=top.css.map */