.main_visual {
  width: 100%;
}
.main_visual .main_visual_inner {
  position: relative;
}
.main_visual .main_visual_inner .bg {
  display: block;
}
.main_visual .main_visual_inner .main_copy {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}

.top_section01 {
  position: relative;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -20px;
}

.top_service_module {
  margin-bottom: 40px;
}
.top_service_module .circle_no {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #0091b0;
  border-radius: 25px;
}
.top_service_module h4 {
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 20px;
}
.top_service_module h4 span {
  font-size: 14px;
  color: #0091b0;
}
.top_service_module img {
  margin-bottom: 10px;
}
.top_service_module ul {
  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;
  margin-bottom: 8px;
}
.top_service_module ul li {
  width: 49%;
  border: solid 1px #0091b0;
  margin-bottom: 8px;
  padding: 8px 0;
  text-align: center;
  color: #0091b0;
}
.top_service_module .top_service_module_txt {
  font-size: 14px;
}

.top_section02 {
  background-color: #454545;
}

.top_fields_module {
  background-color: #fff;
  height: 94%;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.top_fields_module img {
  margin-bottom: 5px;
}
.top_fields_module h4 {
  color: #0091b0;
  font-size: 16px;
  padding-left: 8px;
  margin-bottom: 5px;
}
.top_fields_module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
}
.top_fields_module ul li {
  background-color: #0091b0;
  color: #fff;
  padding: 1px 12px;
  margin: 0 3px 3px;
  font-size: 10px;
  border-radius: 4px;
}

.top_recruit_info img {
  margin-bottom: 10px;
}
.top_recruit_info h4 {
  color: #ff5400;
  font-size: 18px;
  margin-bottom: 10px;
}

.top_section04 {
  background: url(/img/top/about_img01.jpg) no-repeat;
  background-size: cover;
}
.top_section04 .top_aboutus_info {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  margin-bottom: -15px;
}
.top_section04 .top_aboutus_info h2 {
  text-align: center;
  border-bottom: solid 1px #999;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 1;
}
.top_section04 .top_aboutus_info h3 {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 48em) {
  .main_visual .main_visual_inner .main_copy {
    font-size: 32px;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }
  .top_section01 {
    margin-top: -40px;
    background: rgba(255, 255, 255, 0.7) url(/img/common/svg_line.svg) no-repeat;
    background-size: contain;
    background-position: -120px 0;
  }
  .top_service_module {
    margin-bottom: 0;
  }
  .top_service_module .circle_no {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    line-height: 50px;
    border-radius: 25px;
  }
  .top_service_module h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .top_service_module h4 span {
    font-size: 14px;
  }
  .top_service_module .top_service_module_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_service_module .top_service_module_row ul {
    width: 51%;
  }
  .top_service_module .top_service_module_row ul li {
    font-size: 10px;
  }
  .top_service_module .top_service_module_row img {
    display: block;
    width: 47%;
    height: auto;
  }
  .top_service_module p {
    border-top: solid 2px #0091b0;
    padding-top: 8px;
  }
  .top_section02 {
    background: url(/img/top/fields_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .top_section03 {
    background: url(/img/top/recruit_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .top_recruit_info {
    width: 50%;
  }
  .top_recruit_info h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .top_section04 {
    position: relative;
    background: none;
  }
  .top_section04 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top_section04 .container .top_aboutus_info {
    width: 50%;
    background-color: #fff;
    padding: 0 10px 0 20px;
    margin-bottom: 0;
  }
  .top_section04 .container .top_aboutus_info h2 {
    font-size: 28px;
  }
  .top_section04 .container .top_aboutus_info h3 {
    font-size: 16px;
  }
  .top_section04::before {
    content: " ";
    display: block;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(/img/top/about_img01.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (min-width: 62em) {
  .main_visual .main_visual_inner .main_copy {
    font-size: 42px;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }
  .top_service_module .circle_no {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    line-height: 60px;
    border-radius: 30px;
  }
  .top_service_module h4 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .top_service_module .top_service_module_row ul {
    width: 50%;
  }
  .top_service_module .top_service_module_row ul li {
    font-size: 12px;
    padding: 12px 0;
  }
  .top_service_module .top_service_module_row img {
    width: 48%;
    height: auto;
  }
  .top_fields_module {
    height: auto;
  }
  .top_fields_module h4 {
    font-size: 16px;
    padding-left: 8px;
    margin-bottom: 5px;
  }
  .top_fields_module ul {
    padding-left: 5px;
    padding-right: 5px;
  }
  .top_fields_module ul li {
    padding: 2px 10px;
    margin: 0 3px 3px;
    font-size: 12px;
    border-radius: 4px;
  }
  .top_recruit_info {
    width: 45%;
  }
  .top_recruit_info h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .top_section .container {
    min-height: 580px;
  }
  .top_section04 .container .top_aboutus_info {
    padding: 80px 10px 0 20px;
  }
  .top_section04 .container .top_aboutus_info h2 {
    margin-top: 15px;
    font-size: 32px;
  }
  .top_section04 .container .top_aboutus_info h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .top_section04 .container .top_aboutus_info .top_aboutus_txt {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 75em) {
  .main_visual .main_visual_inner .main_copy {
    font-size: 48px;
    top: 50%;
    left: 50%;
    margin-left: -540px;
  }
  .top_service_module h4 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .top_service_module .top_service_module_row ul {
    width: 50%;
  }
  .top_service_module .top_service_module_row ul li {
    font-size: 13px;
    padding: 14px 0;
  }
  .top_service_module .top_service_module_row img {
    width: 48%;
    height: auto;
  }
  .top_section01 {
    background-position: 20px 0;
  }
  .top_section04 .container .top_aboutus_info {
    padding: 90px 10px 0 20px;
  }
}