#visual {
  margin: 0 auto 60px;
  height: 600px;
  background: #eff9ff;
  background: url("../img/title-pc.jpg") no-repeat top center #eff9ff;
}

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

@media (max-width: 480px) {
  #visual {
    margin-bottom: 30px;
    padding-top: 97.4%;
    height: 0;
    background: url("../img/title-sp.jpg") no-repeat top center #eff9ff;
    background-size: contain;
  }
}

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

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

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

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

.top_title {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 2.5;
  letter-spacing: 0.3rem;
  text-align: center;
  position: relative;
}

@media (max-width: 480px) {
  .top_title {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

.top_title:after {
  margin: 0 auto;
  content: " ";
  width: 100px;
  border-bottom: 3px solid #01b1ed;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 480px) {
  .top_title:after {
    bottom: -20px;
  }
}

#contents .top_important_text {
  display: table;
  line-height: 1.6;
  margin: 0 auto 50px;
  border: 2px solid #faf76a;
  background: #fdfae2;
  text-align: center;
  color: #362e2b;
  padding: 20px 100px 18px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 480px) {
  #contents .top_important_text {
    margin: 0 5% 60px;
    display: block;
    padding: 15px 5%;
    line-height: 1.5;
  }
}

#contents .top_important_text span.tel {
  font-weight: bold;
  font-size: 2.3rem;
  margin: 0 5px;
}

@media (max-width: 480px) {
  #contents .top_important_text span.tel {
    font-size: 1.65rem;
    display: block;
    margin: 3px 0 5px;
  }
}

.top_service {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .top_service {
    margin-bottom: 40px;
  }
}

.top_service .top_title {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .top_service .top_title {
    margin-bottom: 60px;
  }
}

.top_service .top_service_inner {
  padding: 50px 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(70%, #e8f8fd), color-stop(30%, #ffffff));
  background: linear-gradient(-90deg, #e8f8fd 70%, #ffffff 30%);
}

@media (max-width: 480px) {
  .top_service .top_service_inner {
    padding: 30px 0 10px;
  }
}

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

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

.top_service .top_service_inner .top_service_list .top_service_item {
  margin: 0 4.5% 25px 0;
  width: calc(91% / 3);
  position: relative;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.top_service .top_service_inner .top_service_list .top_service_item:nth-child(3n) {
  margin: 0 0 25px;
}

@media (max-width: 480px) {
  .top_service .top_service_inner .top_service_list .top_service_item {
    margin: 0 5% 25px 0;
    width: calc(90% / 2);
  }
  .top_service .top_service_inner .top_service_list .top_service_item:nth-child(3n) {
    margin: 0 5% 25px 0;
  }
  .top_service .top_service_inner .top_service_list .top_service_item:nth-child(2n) {
    margin: 0 0 25px;
  }
}

.top_service .top_service_inner .top_service_list .top_service_item a {
  color: #fff;
  display: block;
  position: relative;
}

.top_service .top_service_inner .top_service_list .top_service_item a .image {
  overflow: hidden;
  border-radius: 5px;
}

.top_service .top_service_inner .top_service_list .top_service_item a .image img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.top_service .top_service_inner .top_service_list .top_service_item a .info {
  padding: 10px 20px;
  background: rgba(0, 159, 232, 0.7);
  border-radius: 0 0 5px 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 480px) {
  .top_service .top_service_inner .top_service_list .top_service_item a .info {
    padding: 10px;
  }
}

.top_service .top_service_inner .top_service_list .top_service_item a .info .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  position: relative;
}

@media (max-width: 480px) {
  .top_service .top_service_inner .top_service_list .top_service_item a .info .title {
    font-size: 1.2rem;
  }
}

.top_service .top_service_inner .top_service_list .top_service_item a .info .title:after {
  content: " ";
  border-right: 1px solid #88cade;
  width: 1px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
}

@media (max-width: 480px) {
  .top_service .top_service_inner .top_service_list .top_service_item a .info .title:after {
    right: 15px;
  }
}

.top_service .top_service_inner .top_service_list .top_service_item a .info .title span {
  margin-top: -8.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

@media (max-width: 480px) {
  .top_service .top_service_inner .top_service_list .top_service_item a .info .title span {
    margin-top: -5.5px;
    right: -3px;
  }
}

.top_service .top_service_inner .top_service_list .top_service_item a:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 896px) {
  .top_service .top_service_inner .top_service_list .top_service_item a:hover img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 480px) {
  .top_service .top_service_inner .top_service_list .top_service_item a:hover img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.top_service .top_service_inner .top_service_list .top_service_item a:hover .title span {
  right: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_strong {
  padding: 70px 0;
  background: url("../img/background-img-pc.jpg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 480px) {
  .top_strong {
    padding: 30px 0 50px;
    background: url("../img/background-img-sp.jpg") no-repeat center top #e5dcd4;
  }
}

.top_strong .top_title {
  margin-bottom: 60px;
}

.top_strong .top_strong_inner {
  margin: 0 auto;
  width: 1020px;
}

@media (max-width: 896px) {
  .top_strong .top_strong_inner {
    width: 100%;
  }
}

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

.top_strong .top_strong_inner ul {
  padding-top: 80px;
  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_strong .top_strong_inner ul {
    padding: 80px 10% 0;
    display: block;
    width: 100%;
  }
}

.top_strong .top_strong_inner ul li {
  margin: 0 4.5% 0 0;
  position: relative;
  width: calc(91% / 3);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
}

.top_strong .top_strong_inner ul li:nth-child(3n) {
  margin: 0;
}

@media (max-width: 480px) {
  .top_strong .top_strong_inner ul li {
    margin: 0 0 100px;
    width: 100%;
  }
}

.top_strong .top_strong_inner ul li .image {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
}

@media (max-width: 480px) {
  .top_strong .top_strong_inner ul li .image {
    width: 45%;
  }
  .top_strong .top_strong_inner ul li .image img {
    width: 100%;
  }
}

.top_strong .top_strong_inner ul li .info {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 130px 20px 20px;
  background: #fff;
  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;
}

@media (max-width: 480px) {
  .top_strong .top_strong_inner ul li .info {
    padding: 95px 20px 20px;
  }
}

.top_strong .top_strong_inner ul li .info .title {
  color: #fff;
  font-size: 2.9rem;
  margin-bottom: 30px;
  padding: 5px 0 5px 15px;
  background: #0084b9;
  border-radius: 50px;
  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;
  width: 100%;
  position: relative;
}

.top_strong .top_strong_inner ul li .info .title:after {
  margin-left: -10px;
  content: " ";
  border-top: 15px solid #0084b9;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid transparent;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -30px;
}

@media (max-width: 480px) {
  .top_strong .top_strong_inner ul li .info .title {
    font-size: 2.4rem;
  }
}

.top_strong .top_strong_inner ul li .info .title span {
  font-weight: 500;
  font-size: 1.9rem;
  padding-right: 20px;
  position: relative;
  top: -3px;
}

.top_strong .top_strong_inner ul li .info .title span:after {
  content: " ";
  margin-left: 15px;
  border-right: 1px solid #fff;
  display: inline-block;
  height: 30px;
  position: relative;
  top: 8px;
}

.top_strong .top_strong_inner ul li .info p {
  line-height: 2;
}

.top_flow {
  padding: 60px 0 90px;
  background: url("../img/bg01-pc.png") no-repeat left top/contain, url("../img/bg02-pc.png") no-repeat right bottom/contain;
}

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

.top_flow .top_title {
  margin-bottom: 60px;
}

.top_flow .top_flow_inner {
  margin: 0 auto;
  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_flow .top_flow_inner {
    display: block;
    width: 100%;
  }
}

.top_flow .top_flow_inner .top_flow_item {
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 3%;
  padding: 30px 20px;
  width: calc(88% / 4);
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
}

@media (max-width: 480px) {
  .top_flow .top_flow_inner .top_flow_item {
    margin: 0 0 45px;
    padding: 15px 20px 10px;
    width: 100%;
  }
}

.top_flow .top_flow_inner .top_flow_item:after {
  margin-top: -15px;
  content: " ";
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #0084b9;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -45px;
}

@media (max-width: 480px) {
  .top_flow .top_flow_inner .top_flow_item:after {
    margin: 0 0 0 -15px;
    content: " ";
    border-top: 15px solid #0084b9;
    border-left: 15px solid transparent;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -45px;
  }
}

.top_flow .top_flow_inner .top_flow_item:last-child {
  margin: 0;
}

.top_flow .top_flow_inner .top_flow_item:last-child:after {
  content: none;
}

.top_flow .top_flow_inner .top_flow_item .title {
  color: #0084b9;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .top_flow .top_flow_inner .top_flow_item .title {
    margin-bottom: 10px;
  }
}

.top_flow .top_flow_inner .top_flow_item .title span {
  color: #01b1ed;
  font-family: arial;
  font-size: 2.3rem;
  padding-right: 15px;
}

.top_flow .top_flow_inner .top_flow_item .title span:after {
  content: " ";
  margin-left: 15px;
  border-left: 1px solid #01b1ed;
  display: inline-block;
  height: 30px;
  position: relative;
  top: 8px;
}

.top_works {
  padding: 50px 0 90px;
  background: #e8f8fd;
}

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

.top_works .top_title {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .top_works .top_title {
    margin-bottom: 60px;
  }
}

.top_works .top_works_inner {
  margin: 0 auto;
  width: 1020px;
}

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

.top_works .top_works_inner ul {
  margin-bottom: 40px !important;
  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_works .top_works_inner ul {
    display: block;
  }
}

.top_works .top_works_inner ul li {
  width: calc(91% / 3);
}

@media (max-width: 480px) {
  .top_works .top_works_inner ul li {
    margin-bottom: 20px;
    width: 100%;
  }
}

.top_works .top_works_inner ul li a {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  display: block;
}

@media (max-width: 480px) {
  .top_works .top_works_inner ul li a {
    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_works .top_works_inner ul li a .image {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .top_works .top_works_inner ul li a .image {
    width: 25%;
  }
}

.top_works .top_works_inner ul li a .image img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.top_works .top_works_inner ul li a .info {
  color: #34495e;
}

@media (max-width: 480px) {
  .top_works .top_works_inner ul li a .info {
    width: 70%;
  }
}

.top_works .top_works_inner ul li a .info .category {
  padding: 4px 0 6px;
  border-bottom: 1px solid #c8d4dc;
  background: url("../img/arrow02.png") no-repeat right 20px center;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.top_works .top_works_inner ul li a .info .category:before {
  content: " ";
  border-bottom: 1px solid #00a8e1;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: inline-block;
  width: 30%;
}

.top_works .top_works_inner ul li a .info .name {
  font-size: 1.7rem;
  padding: 8px 0;
}

@media (max-width: 480px) {
  .top_works .top_works_inner ul li a .info .name {
    font-size: 1.4rem;
  }
}

.top_works .top_works_inner ul li a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 896px) {
  .top_works .top_works_inner ul li a:hover img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 480px) {
  .top_works .top_works_inner ul li a:hover img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.top_works .top_works_inner ul li a:hover .info {
  color: #00a8e1;
}

@media (max-width: 480px) {
  .top_works .top_works_inner ul li a:hover .info {
    color: #34495e;
  }
}

.top_works .top_works_inner ul li a:hover .info .category {
  background: url("../img/arrow02.png") no-repeat right 10px center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_news {
  margin-bottom: 30px;
  padding: 50px 0;
}

.top_news_icon::before, .top_news_icon::after {
  position: absolute;
  content: " ";
  width: 16px;
  height: 0;
  border-top: 2px solid #fff;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
}

@media (max-width: 480px) {
  #contets .top_news_icon::before, #contets .top_news_icon::after {
    margin: -1px 0 0;
    top: 50%;
    left: 0;
    right: 5px;
  }
}

@media (max-width: 480px) {
  .top_news {
    padding: 35px 0 20px;
  }
}

.top_news .top_title {
  margin-bottom: 50px;
}

.top_news_inner {
  margin: 0 auto;
  width: 1020px;
}

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

.top_news_inner > ul {
  border-top: 1px solid #999;
}

.top_news_inner > ul > li {
  color: #34495e;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #999;
}

@media (max-width: 480px) {
  .top_news_inner > ul > li:nth-child(2n) {
    background: #e8f8fd;
  }
}

.top_news_inner > ul > li.open .top_news_body {
  display: block;
}

.top_news_inner > ul > li.open .top_news_icon:after {
  content: none;
}

.top_news_header {
  line-height: 1;
  cursor: pointer;
  padding: 25px;
  position: relative;
}

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

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_news_header:hover {
    background: #e8f8fd;
  }
}

@media (max-width: 480px) {
  .top_news_header {
    padding: 20px 15px;
    line-height: 1.4;
  }
}

.top_news_date {
  color: #0084b9;
  width: 10%;
  float: left;
}

@media (max-width: 480px) {
  .top_news_date {
    margin-bottom: 10px;
    width: 100%;
    float: none;
    padding: 0 45px 0 0;
  }
}

.top_news_title {
  font-size: 1.6rem;
  padding: 0 45px 0 15%;
}

@media (max-width: 480px) {
  .top_news_title {
    font-size: 1.5rem;
    padding: 0 45px 0 0;
  }
}

.top_news_icon {
  width: 28px;
  height: 28px;
  background: #0084b9;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_news_icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 480px) {
  .top_news_icon {
    right: 15px;
  }
}

.top_news_body {
  display: none;
  padding: 25px 0 25px 15%;
  text-align: center;
  border-top: 1px dashed #999;
}

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

@media (max-width: 480px) {
  .top_news_body {
    padding: 20px 15px;
  }
}

.top_news_msg {
  padding: 0 20px;
  text-align: left;
}

@media (max-width: 480px) {
  #contents .top_news_msg {
    padding: 0;
    width: 100%;
    float: none;
  }
}

.top_news_msg:nth-last-child(2) {
  float: left;
  width: 65%;
}

#contents .top_news_msg p:last-child {
  margin-bottom: 0;
}

.top_news_image {
  display: inline-block;
  vertical-align: top;
  padding: 30px 0 0;
  width: 30%;
  margin-right: 20px;
}

@media (max-width: 480px) {
  #contents .top_news_image {
    width: 47%;
    float: left;
    margin-right: 6%;
    padding-top: 20px;
  }
  #contents .top_news_image:nth-child(2n + 1) {
    margin-right: 0;
  }
  #contents .top_news_image:nth-child(n + 4) {
    padding-top: 6%;
  }
  #contents .top_news_image:nth-of-type(2):last-child {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    float: none;
  }
}

.top_news_image:last-child, .top_news_image:nth-child(3n + 1) {
  margin-right: 0;
}

.top_news_image:nth-of-type(2):last-child {
  float: right;
  margin-right: 25px;
  padding-top: 5px;
}

.top_news_image img {
  display: block;
  width: 100%;
  height: auto;
}

.top_news_image a {
  display: block;
  overflow: hidden;
}

.top_news_image a[data-lightbox] {
  position: relative;
}

.top_news_image a[data-lightbox]::after {
  position: absolute;
  content: "\ff0b";
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 10px;
  right: 10px;
  line-height: 1;
  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;
}

.top_news_image a img {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_news_image a:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.top_news_nothing {
  text-align: center;
}
/*# sourceMappingURL=top.css.map */