#visual {
  position: relative;
}

#visual .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  text-align: center;
}

#visual .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

#visual .slick-dots li button {
  width: 15px;
  height: 15px;
  display: block;
  font-size: 0;
  border-radius: 50%;
  background: #74d370;
  border: 1px solid #74d370;
  cursor: pointer;
}

#visual .slick-dots li.slick-active button {
  background: #fff;
}

#visual img {
  width: 100%;
}

#main .topics {
  position: relative;
  padding: 0;
}

#main .topics:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 15%;
  height: 100%;
  background: #f1f1f1;
}

#main .topics .body {
  display: table;
}

#main .topics .body > * {
  display: table-cell;
  vertical-align: top;
  padding: 8rem 0;
}

#main .topics .title-1 {
  width: 200px;
  position: relative;
  z-index: 1;
  text-align: left;
  color: #74d370;
  background: #f1f1f1;
}

#main .topics .title-1:before {
  color: #333;
}

#main .topics .title-1:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  width: 120px;
  height: 100%;
  background: #f1f1f1;
  transform: skewX(-20deg);
}

#main .topics .content {
  padding-left: 150px;
}

#main .topics .item {
  width: 100%;
  display: table;
  text-decoration: none;
  padding: 1em 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin-bottom: -1px;
}

#main .topics .item > * {
  display: table-cell;
  vertical-align: top;
}

#main .topics .item:hover {
  background: #f1f1f1;
}

#main .topics a {
  color: inherit;
}

#main .topics .item .time {
  width: 8em;
  font-weight: bold;
  padding-right: 2em;
}

@media (max-width:736px) {
  #main .topics {
    padding: 4rem 0;
  }
  #main .topics:before {
    content: none;
  }
  #main .topics .body {
    display: block;
  }
  #main .topics .body > * {
    display: block;
  }
  #main .topics .title-1 {
    width: auto;
    text-align: center;
    background: none;
    padding: 0.5em;
    padding-top: 0;
  }
  #main .topics .title-1:after {
    content: none;
  }
  #main .topics .content {
    padding: 0;
  }
}

#main .torikumi {
  color: #fff;
  text-align: center;
  padding: 12rem 0;
  background: url(../../_images/index/torikumi-bg.jpg) center center /cover no-repeat;
}

#main .torikumi .body {
  max-width: 1020px;
}

#main .torikumi .sub-catch {
  font-size: 4rem;
  font-weight: bold;
  font-family: Oswald;
  font-style: italic;
}

#main .torikumi .catch {
  font-size: 6.5rem;
  font-weight: bold;
  font-style: italic;
  margin-top: 0;
}

#main .torikumi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main .torikumi ul li {
  display: inline-block;
}

#main .torikumi ul li a {
  display: block;
  position: relative;
  width: 155px;
  font-weight: bold;
  text-align: center;
  color: inherit;
  text-decoration: none;
  padding: 0.3em 0;
  background: #74d370;
  margin: 1em 0;
}

#main .torikumi ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 100%;
  background: #74d370;
  transform: skewX(-20deg);
}

#main .torikumi ul li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 20px;
  height: 100%;
  background: #74d370;
  transform: skewX(-20deg);
}

#main .torikumi ul li a,
#main .torikumi ul li a:before,
#main .torikumi ul li a:after {
  transition: 0.2s background-color;
}

#main .torikumi ul li a:hover,
#main .torikumi ul li a:hover:before,
#main .torikumi ul li a:hover:after {
  background-color: #2e9d34;
}

@media (max-width:736px) {
  #main .torikumi .sub-catch {
    font-size: 1.8rem;
  }
  #main .torikumi .catch {
    font-size: 2.5rem;
  }
  #main .torikumi ul {
    display: block;
  }
  #main .torikumi ul li {
    display: table;
    margin: 0 auto;
  }
}

#main .service {
  color: #fff;
  padding: 8rem 0;
  background: url(../../_images/index/service-bg.jpg?202504) center center /cover no-repeat;
  /*margin: 8rem 0;*/
  margin: 0;
}

#main .service .body {
  max-width: 1380px;
}

#main .service .list {
  font-size: 0;
}

#main .service .list .item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}

#main .service .list .item img {
  width: 100%;
}

#main .service .list .item:nth-child(2n+2) {
  margin-left: 4%;
}

#main .service .list .btn {
  width: 70%;
  position: relative;
  top: -3em;
  background: #000;
  margin: 0 auto;
}

#main .service .list .btn > * {
  display: block;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 1.2em 0;
  background: url(../../_images/_common/listmark-1.png) center right 25px no-repeat;
}

#main .service a:hover {
  text-decoration: none;
}

#main .service .list .btn:before,
#main .service .list .btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  background: #000;
  transform: skewX(-20deg);
}

#main .service .list .btn:before {
  left: -20px;
}

#main .service .list .btn:after {
  right: -20px;
}

#main .service .list .btn:hover,
#main .service .list .btn:hover:before,
#main .service .list .btn:hover:after {
  background: #333;
}

@media (max-width:1220px) {
  #main .service .list .btn > * {
    font-size: 2rem;
    background-size: 1em;
  }
}

@media (max-width:736px) {
  #main .service {
    margin: 0;
  }
  #main .service .list .item {
    width: 100%;
    display: block;
    margin-left: 0 !important;
  }
  #main .service .list .btn > * {
    font-size: 1.8rem;
    padding: 20px 0;
  }
}

#main .layout-flex-2.section {
  width: 100%;
  display: table;
  padding: 0;
  margin-bottom: 8rem;
}

#main .layout-flex-2.section > * {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  text-decoration: none;
  height: 500px;
  height: 0;
  padding-top: 30%;
}

#main .layout-flex-2.section .company {
  background: url(../../_images/index/company-bg.jpg?202506) center center /101% auto no-repeat;
}

#main .layout-flex-2.section .recruit {
  background: url(../../_images/index/recruit-bg.jpg?202506) center center /101% auto no-repeat;
}

#main .layout-flex-2.section .company,
#main .layout-flex-2.section .recruit {
  transition: 1s background-size;
}

#main .layout-flex-2.section .company:hover,
#main .layout-flex-2.section .recruit:hover {
  background-size: 110% auto;
}

#main .layout-flex-2.section .btn {
  width: 60%;
  position: absolute;
  bottom: 10%;
  color: inherit;
  padding: 0.5em;
  padding-left: 10%;
  background: url(../../_images/_common/listmark-1.png) center right 25px no-repeat #fff;
}

#main .layout-flex-2.section .btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 40px;
  height: 100%;
  background: #fff;
  transform: skewX(-20deg);
}

#main .layout-flex-2.section .btn .title-1 {
  text-align: left;
  color: #74d370;
}

#main .layout-flex-2.section .btn .title-1:before {
  color: #333;
}

@media (max-width:736px) {
  #main .layout-flex-2.section {
    margin: 0;
  }
  #main .layout-flex-2.section,
  #main .layout-flex-2.section > * {
    display: block;
  }
  #main .layout-flex-2.section > * {
    height: 0;
    padding-top: 60%;
    margin-top: 0;
  }
  #main .layout-flex-2.section .btn {
    width: 80%;
    padding: 5px;
    padding-left: 10%;
    background-size: 1.5em;
  }
  #main .layout-flex-2.section .btn .title-1:before {
    font-size: 3rem;
  }
  #main .layout-flex-2.section .btn .title-1 {
    font-size: 1.6rem;
  }
}