#visual {
  min-width: 1040px;
  background: url(../img/title-bg-pc.jpg) no-repeat top center/cover;
}

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

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

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

#visual .visual img {
  width: 100%;
  display: block;
}

.top_concept {
  color: #fff;
  text-align: center;
  padding: 40px 0;
  background: url(../img/background-img01-pc.png) no-repeat top center #feba42;
}

@media (max-width: 480px) {
  .top_concept {
    padding: 25px 3%;
    background: url(../img/background-img01-sp.png) no-repeat top center/cover;
  }
}

.top_concept_title {
  font-size: 3rem;
  letter-spacing: 4px;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .top_concept_title {
    font-size: 2.2rem;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.top_concept_message {
  font-size: 1.8rem;
}

@media (max-width: 480px) {
  .top_concept_message {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
  }
}

.top_service {
  padding: 50px 0 90px;
  position: relative;
  z-index: 0;
}

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

.top_service:after {
  height: 200px;
  width: 100%;
  background: #edeff1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 480px) {
  .top_service:after {
    height: 300px;
  }
}

.top_service_title {
  font-size: 2.9rem;
  letter-spacing: 3px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .top_service_title {
    font-size: 2.3rem;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
}

.top_service_title span {
  display: block;
}

@media (max-width: 480px) {
  .top_service_title span {
    margin: 0 auto;
    width: 50px;
  }
}

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

.top_service_inner {
  margin: 0 auto;
  max-width: 1020px;
  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;
}

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

.top_service_inner .top_service_set {
  width: 31.4%;
}

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

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

.top_service_inner .top_service_set a {
  color: #4b494f;
  text-decoration: none;
  border: 6px solid #ffd58c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 0 35px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_set a {
    border: 4px solid #ffd58c;
    padding: 20px 30px;
    background: url(../img/arrow03.png) no-repeat center right 30px/7px #fff;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top_service_inner .top_service_set a .top_service_set_icon {
  margin-bottom: 3px;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_set a .top_service_set_icon {
    margin: 0 30px 0 0;
    width: 70px;
  }
}

@media (max-width: 480px) {
  .top_service_inner .top_service_set a .top_service_set_icon img {
    width: 100%;
    display: block;
  }
}

.top_service_inner .top_service_set a .top_service_set_title {
  font-size: 2rem;
  letter-spacing: 3px;
  position: relative;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_set a .top_service_set_title {
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
}

.top_service_inner .top_service_set a .top_service_set_title:after {
  height: 12px;
  width: 7px;
  background: url(../img/arrow03.png) no-repeat center/cover;
  content: "";
  position: absolute;
  right: -17px;
  top: 13px;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_set a .top_service_set_title:after {
    content: none;
  }
}

.top_service_inner .top_service_set a:hover {
  background: #ffd58c;
}

@media (max-width: 480px) {
  .top_service_inner .top_service_set a:hover {
    background: url(../img/arrow03.png) no-repeat center right 30px/7px #fff;
  }
}

.top_company {
  background: url(../img/background-img02-pc.png) no-repeat top right/contain;
  overflow: hidden;
}

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

.top_company_inner {
  padding: 155px 0 200px;
  position: relative;
  z-index: 0;
}

@media (max-width: 480px) {
  .top_company_inner {
    padding: 40px 3% 0;
  }
}

.top_company_inner .top_company_image {
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

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

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

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

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

.top_company_inner .top_company_contents:after {
  content: '';
  display: block;
  clear: both;
}

.top_company_inner .top_company_contents_inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 55px 55px 90px;
  width: 400px;
  background: #fff;
  float: right;
}

@media (max-width: 480px) {
  .top_company_inner .top_company_contents_inner {
    margin: 0 auto;
    padding: 40px 30px 35px;
    width: 90%;
    float: none;
    position: relative;
    top: -50px;
  }
}

.top_company_inner .top_company_contents_inner_title {
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .top_company_inner .top_company_contents_inner_title {
    font-size: 2.3rem;
    letter-spacing: 2px;
  }
}

.top_company_inner .top_company_contents_inner_title span {
  display: block;
}

@media (max-width: 480px) {
  .top_company_inner .top_company_contents_inner_title span {
    margin: 0 auto;
    width: 50px;
  }
}

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

.top_company_inner .top_company_contents_inner_message {
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .top_company_inner .top_company_contents_inner_message {
    margin-bottom: 25px;
  }
}

.top_company_inner .top_company_contents_inner .btn_base {
  width: 100%;
}

.top_information {
  padding: 70px 0;
  background: url(../img/background-ptn.png) repeat;
}

@media (max-width: 480px) {
  .top_information {
    padding: 40px 3% 70px;
  }
}

.top_information_title {
  font-size: 2.9rem;
  letter-spacing: 3px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 480px) {
  .top_information_title {
    font-size: 2.3rem;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
}

.top_information_title span {
  display: block;
}

@media (max-width: 480px) {
  .top_information_title span {
    margin: 0 auto;
    width: 50px;
  }
}

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

.top_information_inner {
  margin: 0 auto;
  max-width: 860px;
}

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

.top_information_inner .top_information_set {
  border: 1px solid #f78416;
  border-bottom: 3px solid #f78416;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px 5px;
  background: #fff;
}

@media (max-width: 480px) {
  .top_information_inner .top_information_set {
    padding: 20px 30px 5px 25px;
  }
}

.top_information_inner .top_information_set:not(:last-child) {
  margin-bottom: 30px;
}

.top_information_inner .top_information_set_head {
  font-size: 1.6rem;
  cursor: pointer;
  padding: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_information_inner .top_information_set_head {
    font-size: 1.5rem;
    display: block;
    -webkit-transition: none;
    transition: none;
  }
}

.top_information_inner .top_information_set_head:before, .top_information_inner .top_information_set_head:after {
  background: #4b494f;
  height: 15px;
  width: 2px;
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_information_inner .top_information_set_head:before, .top_information_inner .top_information_set_head:after {
    height: 15px;
    right: -10px;
    top: 27px;
  }
}

.top_information_inner .top_information_set_head:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.top_information_inner .top_information_set_head:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.top_information_inner .top_information_set_head:hover {
  opacity: 0.5;
}

@media (max-width: 480px) {
  .top_information_inner .top_information_set_head:hover {
    opacity: 1;
  }
}

.top_information_inner .top_information_set_head_date {
  color: #f78416;
  line-height: 1.5;
  width: 17%;
}

@media (max-width: 480px) {
  .top_information_inner .top_information_set_head_date {
    margin-bottom: 3px;
    width: 100%;
  }
}

.top_information_inner .top_information_set_head_title {
  line-height: 1.5;
  width: 83%;
}

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

.top_information_inner .top_information_set_head.open:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.top_information_inner .top_information_set_contents {
  border-top: 1px solid #feba42;
  padding: 25px 0 15px;
}

.top_information_inner .top_information_set_contents_images {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .top_information_inner .top_information_set_contents_images {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top_information_inner .top_information_set_contents_images li {
  width: 32%;
}

@media (max-width: 480px) {
  .top_information_inner .top_information_set_contents_images li {
    margin-bottom: 7px;
    width: 48%;
  }
}

.top_information_inner .top_information_set_contents_images li:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .top_information_inner .top_information_set_contents_images li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.top_information_inner .top_information_set_contents_images li img {
  width: 100%;
}
/*# sourceMappingURL=top.css.map */