@font-face {
  font-family: "JosefinSans Bold";
  src: url(../font/JosefinSans-Bold.woff), url(../font/JosefinSans-Bold.woff2)
}

@font-face {
  font-family: "JosefinSans SemiBold";
  src: url(../font/JosefinSans-SemiBold.woff), url(../font/JosefinSans-SemiBold.woff2)
}

@font-face {
  font-family: "JosefinSans Regular";
  src: url(../font/JosefinSans-Regular.woff), url(../font/JosefinSans-Regular.woff2)
}

@font-face {
  font-family: "JosefinSans Light";
  src: url(../font/JosefinSans-Light.woff), url(../font/JosefinSans-Light.woff2)
}

.common-text {
  font-size: 1.8rem
}

.gray-title {
  background-color: #e6e6e6;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.3
}

.line-title {
  margin: 13px 0
}

#news-topics .title-ja::after,
#news-topics .title-ja::before {
  width: 90px
}

#news-topics .title-ja::before {
  left: -100px
}

#news-topics .title-ja::after {
  right: -100px
}

#hero-wrapper {
  width: 100vw;
  margin-bottom: 70px;
  position: relative;
}
#hero-slider {
  width: 100%;
}
.hero-ttl {
  position: absolute;
  font-size: 3vw;
  right: 8%;
  top: 10%;
  z-index: 3;
}
.hero-ttl h2 {
  display: inline;
  border-bottom: 5px solid #e85b0a;
  font-weight: 400;
  color: #333;
}
.hero-ttl .hero-coco {
  font-size: 1.5em;
  font-weight: 600;
}
.hero-comma {
  letter-spacing: -2vw;
}
.hero-subttl {
  position: relative;
  margin: 10px auto 0;
  padding: 10% 0;
  font-size: 2.5vw;
  line-height: 1.3;
  color: #333;
}
.hero-subttl:before {
  background-image: url(../images/front-page/slider/hero-bubble.png);
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 15vw;
  max-height: 400px;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}
.slide-1 .hero-subttl, .slide-2 .hero-subttl, .slide-3 .hero-subttl, .slide-5 .hero-subttl {
  max-width: 30vw;
}
.slide-4 .hero-subttl {
  max-width: 25vw;
}
.hero-subttl p {
  z-index: 2;
}
.hero-subttl p:last-of-type {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #hero-wrapper {
      max-width: 640px;
      margin-top: 177px;
  }
  .hero-ttl {
    font-size: 170%;
      right: 4vw;
      top: 32%;
      text-align: right;
  }
  .hero-comma {
      letter-spacing: -3vw;
  }
  .hero-subttl::before {
    background-image: url(../images/front-page/slider/sp_hero-bubble.png);
    background-position: 55% center;
    height: 220px;
    opacity: 0.8;
  }
  .hero-subttl {
    font-size: 5vw;
    line-height: 1.5;
    padding: 15% 0;
  }
  .slide-1 .hero-subttl, .slide-2 .hero-subttl, .slide-3 .hero-subttl, .slide-4 .hero-subttl, .slide-5 .hero-subttl {
    max-width: 80vw;
  }
}

.banner-slider {
  width: 100%;
  background-color: #edf7f9
}

.swiper-container {
  padding: 140px 0 !important
}

.swiper-slide {
  cursor: pointer;
  -webkit-transform: scale(2) !important;
  transform: scale(2) !important;
  line-height: 0
}

.swiper-slide img {
  line-height: 1
}

.swiper-slide-next::before,
.swiper-slide-prev::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5)
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 25px !important
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 12px !important;
  height: 12px !important
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #e85b0a !important
}

.swiper-button-next,
.swiper-button-prev {
  display: block
}

.swiper-button-prev {
  background-image: url(../images/front-page/front_slider-arrowL.png) !important;
  background-size: 40px 40px !important;
  left: 30.6% !important
}

.swiper-button-next {
  background-image: url(../images/front-page/front_slider-arrowR.png) !important;
  background-size: 40px 40px !important;
  right: 30.6% !important
}

#front-link {
  max-width: 1260px;
  min-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 50px
}

#front-link>a {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  line-height: 0
}

#front-link>a .link_bottom {
  padding: 10px 0;
  line-height: 1;
  text-align: center
}

#front-link>a .link_bottom img {
  height: 46px;
  width: auto;
  vertical-align: middle
}

#front-link>a .link_bottom span {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 10px
}

#front-link>a:first-child .link_bottom {
  background-color: #e85b0a;
  color: #fff
}

#front-link>a:last-child {
  float: right
}

#front-link>a:last-child .link_bottom {
  background-color: #143c5a;
  color: #fff
}

#front-link>a img {
  width: 100%
}

.front-bnrarea {
  max-width: 1260px;
  min-width: 1000px;
  margin: -30px auto 80px;
  padding: 0 50px
}

.front-bnrarea a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 0;
  margin-bottom: 50px
}

.front-bnrarea a:last-child {
  margin-bottom: 0
}

.front-bnrarea a img {
  width: 100%;
  height: auto
}

#front-merit {
  max-width: 1260px;
  min-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 50px;
  text-align: center
}

#front-merit .ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1
}

#front-merit .ttl img {
  width: 236px;
  line-height: 1;
  margin-right: 5px
}

#front-merit .ttl span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 83px;
  color: #e85b0a
}

#front-merit .ttl b {
  font-size: 40px;
  font-weight: 700
}

#front-merit .col3 {
  padding-top: 30px
}

#front-merit .col3>div {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e9e6e4;
  border-radius: 10px
}

#front-merit .col3>div .ribon {
  position: absolute;
  top: -8px;
  left: 40%;
  width: 80px
}

#front-merit .col3>div .inner {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, .3);
  box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, .3);
  padding: 60px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#front-merit .col3>div .inner p {
  font-size: 16px;
  line-height: 1.8666
}

#front-merit .col3>div .inner p b {
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700
}

#front-merit .col3>div .inner p b>span {
  position: relative
}

#front-merit .col3>div .inner p b>span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 98%;
  background-color: #ff0
}

#front-merit .col3>div .inner p b>span>span {
  position: relative;
  z-index: 2
}

#front-merit .col3>div .inner p:last-child {
  text-align: left
}

#front-merit .col3>div:first-child {
  float: left
}

#front-merit .col3>div:last-child {
  float: right
}

#front-merit .link_box {
  padding-top: 30px
}

#news-topics {
  padding-bottom: 68px
}

#news-topics .sec-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 1
}

#news-topics .sec-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a
}

#news-topics .news {
  width: 1000px;
  margin: 0 auto
}

#news-topics .news .search-link {
  display: block;
  margin: 30px auto;
  text-align: center
}

#news-topics .news .search-link:hover {
  margin-top: 36px
}

#front-lesson {
  width: 1000px;
  margin: 0 auto 80px;
  position: relative;
  line-height: 1
}

#front-lesson img {
  width: 100%
}

#front-lesson .search-link {
  position: absolute;
  bottom: 50px;
  right: 385px;
  text-align: center
}

#job-category {
  --padding-bottom: 80px;
  padding-bottom: 10px;
  background-color: #edf7f9
}

#job-category .sec-title {
  font-size: 40px;
  font-weight: 200;
  line-height: 1
}

#job-category .sec-title span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a
}

.workers_content {
  width: 1000px;
  margin: 0 auto
}

.workers_content .workers_content_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  box-sizing: border-box;
  margin-bottom: 50px
}

.workers_content .col2 a {
  border: 5px solid #82786e;
  text-align: center;
  background-color: #fff
}

.workers_content .col2 a.job_large {
  width: 47%;
  height: 250px;
  margin-bottom: 40px
}

.workers_content .col2 a.job_small {
  width: 21%;
  height: 173px
}

.workers_content .col2 a>img {
  height: 70%;
  width: 100%;
  object-fit: cover;
  object-position: top
}

.workers_content .col2 a h4 {
  padding-top: 10px;
  line-height: 1;
  font-size: 20px;
  font-weight: 300
}

.workers_content .col2 a.job_large h4 {
  padding-top: 18px
}

.workers_content .col2 a.job_small h4 {
  font-size: 16px
}

.workers_content .col2 a h4 img {
  width: auto;
  height: 38px;
  margin-top: -10px;
  margin-right: 15px;
  vertical-align: middle
}

.workers_content .col2 a.job_small h4 img {
  height: 25px;
  margin-top: -5px
}

.workers_content .clearfix::after {
  display: none
}

#job-category .workers_content .bnr_wrap a {
  display: inline-block;
  margin-bottom: 30px
}

#job-category .workers_content .bnr_wrap a:last-child {
  margin-bottom: 0
}

#front-about .col2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1
}

#front-about .text {
  width: 100%;
  padding: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e85b0a;
  color: #fff;
  font-size: 15px;
  line-height: 1.8666;
  letter-spacing: 1px;
}
#front-about .text p {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}
#front-about .text img {
  width: 254px;
  margin: 0 auto 10px;
}


@media screen and (min-width:2000px) {
  .hero-ttl .hero-coco {
    font-size: 1em;
  }
  .hero-ttl .hero-coco {
    font-size: 1em;
  }
  .hero-subttl:before {
    width: 69%;
    height: 13vw;
    max-height: 400px;
  }
}
@media screen and (min-width:1500px) {
  .swiper-slide {
      -webkit-transform: scale(1.5) !important;
      transform: scale(1.5) !important
  }
  .banner-slider .bx-wrapper .bx-prev {
      left: 498px
  }
  .banner-slider .bx-wrapper .bx-next {
      right: 498px
  }
}

@media screen and (max-width:1690px) {
  .swiper-slide {
      -webkit-transform: scale(1.7) !important;
      transform: scale(1.7) !important
  }
  .swiper-button-prev {
      left: 29.5% !important
  }
  .swiper-button-next {
      right: 29.5% !important
  }
}

@media screen and (max-width:1100px) {
  .swiper-slide {
      -webkit-transform: scale(2.5) !important;
      transform: scale(2.5) !important
  }
  .swiper-button-prev {
      left: 28% !important
  }
  .swiper-button-next {
      right: 28% !important
  }
}

@media screen and (max-width:768px) {
  .swiper-slide {
      cursor: pointer;
      -webkit-transform: initial !important;
      transform: initial !important;
      line-height: 0
  }
  .swiper-slide img {
      line-height: 1
  }
  .swiper-slide-next::before,
  .swiper-slide-prev::before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent
  }
  .search-link {
      width: 61%
  }
  #mv {
      margin-top: 179px;
      ;
      background-image: none;
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-bottom: 50px
  }
  #mv .img-box {
      margin-top: 179px
  }
  #front-link {
      max-width: 100%;
      min-width: 100%;
      margin: 0 auto 80px;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
  #front-link>a {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      line-height: 0
  }
  #front-link>a .link_bottom {
      padding: 15px 0;
      line-height: 1;
      text-align: center
  }
  #front-link>a .link_bottom img {
      height: 46px;
      width: auto;
      vertical-align: middle
  }
  #front-link>a .link_bottom span {
      vertical-align: middle;
      font-size: 28px;
      margin-left: 10px
  }
  #front-link>a:first-child {
      margin-bottom: 40px
  }
  #front-link>a:first-child .link_bottom {
      background-color: #e85b0a;
      color: #fff
  }
  #front-link>a:last-child {
      float: right
  }
  #front-link>a:last-child .link_bottom {
      background-color: #143c5a;
      color: #fff
  }
  #front-link>a img {
      width: 100%
  }
  .front-bnrarea {
      max-width: 100%;
      min-width: 100%;
      margin: -30px auto 80px;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
  .front-bnrarea a {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      line-height: 0;
      margin-bottom: 50px
  }
  .front-bnrarea a:last-child {
      margin-bottom: 0
  }
  .front-bnrarea a img {
      width: 100%;
      height: auto
  }
  .banner-slider {
      padding: 0
  }
  .banner-slider .swiper-container {
      padding: 60px 0 100px !important
  }
  .banner-slider .swiper-slide {
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
  .banner-slider .swiper-slide img {
      width: 100%
  }
  .banner-slider .swiper-button-prev {
      background-image: url(../images/front-page/front_slider-arrowL.png) !important;
      background-size: 50px 50px !important;
      left: 10% !important;
      top: 88% !important
  }
  .banner-slider .swiper-button-next {
      background-image: url(../images/front-page/front_slider-arrowR.png) !important;
      background-size: 50px 50px !important;
      right: 10% !important;
      top: 88% !important
  }
  .banner-slider .swiper-pagination-bullet {
      width: 20px;
      height: 20px
  }
  .banner-slider .swiper-container-horizontal>.swiper-pagination-bullets {
      bottom: 40px !important
  }
  .banner-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 10px !important
  }
  #front-merit {
      max-width: 100%;
      min-width: 100%;
      margin: 0 auto 80px;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center
  }
  #front-merit .ttl {
      font-size: 38px;
      font-weight: 700;
      line-height: 1
  }
  #front-merit .ttl img {
      width: 236px;
      line-height: 1;
      margin-right: 5px
  }
  #front-merit .ttl span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 83px;
      color: #e85b0a
  }
  #front-merit .ttl b {
      font-size: 40px;
      font-weight: 700;
      letter-spacing: -1px
  }
  #front-merit .col3 {
      padding-top: 60px
  }
  #front-merit .col3>div {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      position: relative;
      padding: 20px;
      margin-bottom: 60px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #e9e6e4;
      border-radius: 10px
  }
  #front-merit .col3>div .ribon {
      position: absolute;
      top: -16px;
      left: 39%;
      width: 140px
  }
  #front-merit .col3>div .inner {
      border-radius: 10px;
      background-color: #fff;
      -webkit-box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, .3);
      box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, .3);
      padding: 110px 20px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
  #front-merit .col3>div .inner p {
      font-size: 25px;
      line-height: 1.8666
  }
  #front-merit .col3>div .inner p b {
      display: inline-block;
      padding-bottom: 10px;
      line-height: 1.5;
      font-size: 34px;
      font-weight: 700
  }
  #front-merit .col3>div .inner p b>span {
      position: relative
  }
  #front-merit .col3>div .inner p b>span:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 98%;
      background-color: #ff0
  }
  #front-merit .col3>div .inner p b>span>span {
      position: relative;
      z-index: 2
  }
  #front-merit .col3>div .inner p:last-child {
      text-align: left
  }
  #front-merit .col3>div:first-child {
      float: none;
      margin-bottom: 60px
  }
  #front-merit .col3>div:last-child {
      float: none;
      margin-top: 0;
      margin-bottom: 20px
  }
  #front-merit .link_box {
      padding-top: 30px
  }
  #news-topics {
      padding-bottom: 68px
  }
  #news-topics .sec-title {
      font-size: 56px;
      font-weight: 200;
      line-height: 1
  }
  #news-topics .sec-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 28px;
      color: #e85b0a
  }
  #news-topics .news {
      width: 100%;
      margin: 0 auto
  }
  #news-topics .news .search-link {
      display: block;
      margin: 30px auto;
      text-align: center
  }
  #news-topics .news .search-link:hover {
      margin-top: 36px
  }
  #front-lesson {
      width: 93.75%;
      margin: 0 auto 80px;
      position: relative;
      line-height: 1
  }
  #front-lesson img {
      width: 100%
  }
  #front-lesson .search-link {
      position: absolute;
      bottom: 50px;
      right: 20%;
      text-align: center
  }
  #job-category {
      --padding-bottom: 80px;
      padding-bottom: 10px;
      background-color: #edf7f9
  }
  #job-category .sec-title {
      font-size: 56px;
      font-weight: 200;
      line-height: 1
  }
  #job-category .sec-title span {
      font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 28px;
      color: #e85b0a
  }
  .workers_content {
      width: 93.75%;
      margin: 0 auto 80px;
      position: relative;
      line-height: 1
  }
  .workers_content .col2 a {
      width: 45% !important;
      height: 238px !important;
      margin-bottom: 40px !important;
      margin-right: 0 !important
  }
  .workers_content .col2 a.job_large {
      width: 100% !important
  }
  .workers_content .col2 a>img {
      display: inline-block;
      vertical-align: top;
      line-height: 1
  }
  .workers_content .col2 a h4 {
      padding-top: 15px
  }
  .workers_content .col2 a::after,
  .workers_content .col2 a::before {
      display: none
  }
  .workers_content .col2 a h4 {
      padding-top: 20px;
      font-size: 28px
  }
  .workers_content .col2 a.job_small h4 {
      font-size: 28px
  }
  .workers_content .col2 a.job_small h4 img {
      height: 38px;
      margin-top: -10px;
      margin-right: 15px
  }
  #front-about .col2 {
      display: block;
      line-height: 1
  }
  #front-about .text {
      width: 100%;
      padding: 8% 3% 10%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #e85b0a;
      color: #fff;
      font-size: 26px;
      text-align: left;
      line-height: 1.8666;
      letter-spacing: 1px
  }
  #front-about .text p {
    width: auto;
  }
  #front-about .text img {
      width: 55%;
      margin-bottom: 10px
  }
  #front-about .img {
      width: 100%;
      line-height: 0
  }
  #front-about .img img {
      width: 100%
  }
}

/* sec-group_banner */
.sec-group_banner {
  padding: 65px 0;
}
.sec-group_banner .wrap {
  margin: 0 auto;
  width: 1000px;
}
.sec-group_banner .ttl {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
  text-align: center;
}
.sec-group_banner .ttl span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a;
  text-align: center;
}
.sec-group_banner .banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-group_banner .banner_list li {
  margin-bottom: 30px;
  width: 48%;
}
.sec-group_banner .banner_list li:nth-last-of-type(2),
.sec-group_banner .banner_list li:last-of-type {
  margin-bottom: 0;
}
.sec-group_banner .banner_list li a {
  display: block;
}
.sec-group_banner .banner_list li a img {
  vertical-align: top;
}
@media (max-width: 768px) {
  .sec-group_banner .wrap {
    margin: 0 auto;
    width: 93.75%;
  }
  .sec-group_banner .ttl {
    font-size: 56px;
  }
  .sec-group_banner .ttl span {
    font-size: 28px;
  }
}

/* sec-front-sns */
.sec-front-sns {
  padding: 25px 0;
}
.sec-front-sns .ttl span {
  font-family: "JosefinSans Bold", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  color: #e85b0a;
}
.sec-front-sns .icon-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-front-sns .icon-list li {
  margin-right: 40px;
  width: 60px;
  height: 60px;
}
.sec-front-sns .icon-list li:last-of-type {
  margin-right: 0;
}
.sec-front-sns .icon-list li a {
  display: block;
}
.sec-front-sns .icon-list li a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

/* sec-sec-securitywork-banner */
.sec-securitywork-banner {
  text-align: center;
}
.sec-securitywork-banner .workers-bnr {
  display: inline-block;
}
.sec-securitywork-banner .workers-bnr img {
  vertical-align: top;
}