@charset "utf-8";
/*======================================
  mv
======================================*/
.top .mv{
  background: linear-gradient(90deg, rgba(247,169,11,1) 0%, rgba(247,169,11,1) 40%, rgba(255,220,93,1) 100%);
  padding: 12px 0;
}

.top .mv .wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1464px;
}

.top .mv h1{
  font-size: min(2.86vw, 3.8rem);
  color: #fff;
  font-weight: 800;
  line-height: 1.452;
  letter-spacing: .1em;
  font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Hiragino Sans,"メイリオ",Meiryo,sans-serif;
}

.top .mv p{
  margin-top: min(2.86vw, 40px);
  font-size: min(2vw, 2.6rem);
  font-weight: bold;
  color: #fff;
  line-height: 1.455;
  letter-spacing: .2em;
}

.top .mv a{
  position: relative;
  display: block;
  width: 61.17%;
  max-width: 460px;
  margin-top: min(2.14vw, 30px);
  padding: 16px min(4.29vw, 60px) 16px min(4.29vw, 60px);
  border-radius: 100px;
  font-size: min(1.57vw, 2.2rem);
  font-weight: bold;
  color: #fff;
  background: #e50314;
  line-height: 1.25;
  text-align: center;
}

.top .mv .txt p + a{
  font-weight: 800;
  font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Hiragino Sans,"メイリオ",Meiryo,sans-serif;
}

.top .mv a + a{
  color: #595757;
  background: #fff;
  margin-top: min(2.03vw, 30px);
}

.top .mv a:before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(2.14vw, 30px);
  margin: auto;
  content: "";
  width: min(2.43vw, 34px);
  height: min(0.71vw, 10px);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 48.5 15.6" viewBox="0 0 48.5 15.6"><path d="M1 14.6h46.5L33.8 1" style="fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
}

.top .mv a + a:before{
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 48.5 15.6" viewBox="0 0 48.5 15.6"><path d="M1 14.6h46.5L33.8 1" style="fill:none;stroke:%23595757;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
}

.top .mv figure{
  width: 37.86%;
  margin: 0;
}

@media screen and (max-width:930px) {
  .top .mv figure{
    width: 35%;
  }
}

/*======================================
  page-nav
======================================*/
.top .page-nav ul{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}

.top .page-nav ul li{
  width: calc(100% / 4);
  border-right: 1px solid #595757;
}

.top .page-nav ul li:last-child{
  border-right: none;
}

.top .page-nav li a{
  position: relative;
  display: block;
  text-align: center;
  height: 100%;
  padding: 30px 20px 60px;
  color: #ccc;
  word-break: break-all;
  font-size: 1.3rem;
}

.top .page-nav li a:hover{
  opacity: 1;
  background: #f2f5f6;
}

.top .page-nav li a::before{
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 30px;
  margin: auto;
  width: 47px;
  height: 13px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 49.2 15.9" viewBox="0 0 49.2 15.9"><path d="M1 14.9h47.2L34.4 1" style="fill:none;stroke:%23595757;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top .page-nav li a:hover::before{
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 49.2 15.9" viewBox="0 0 49.2 15.9"><path d="M1 14.9h47.2L34.4 1" style="fill:none;stroke:%23f7a80a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
}

.top .page-nav li a span{
  display: block;
  font-weight: bold;
  color: #595757;
  letter-spacing: .1em;
  text-align: center;
  font-size: 1.5rem;
}

.top .sapimo-btn{
  margin: 80px auto 0;
  max-width: 600px;
}

.top .sapimo-btn a{
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #595757;
  border-radius: 100px;
  padding: 30px 110px;
  text-align: center;
}

.top .sapimo-btn a::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 46px;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" x="0" y="0" style="enable-background:new 0 0 24 24" version="1.1" viewBox="0 0 24 24"><style>.st0{fill:none;stroke:%23595757;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}</style><path d="M14 1h9v9M19 15v8H1V5h8M11 13 22 2" class="st0"/></svg>') center / contain no-repeat;
}

.top .sapimo-btn a p{
  text-align: center;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: .1em;
}

.top .sapimo-btn a figure{
  margin: 0 auto;
  max-width: 324px;
}

.top .page-nav .common-btn{
  margin-top: 60px;
}

/*======================================
  magazine-sec
======================================*/
.top .magazine-sec{
  position: relative;
  margin-top: 120px;
  z-index: 2;
}
.top .magazine-sec h2{
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
  border-bottom: 1px solid #595757;
  padding-bottom: 30px;
  line-height: 1.25;
}

.top .magazine-sec .wrapper > div{
  margin-top: 50px;
}

.top .magazine-sec .wrapper ul{
  display: flex;
}

.top .magazine-sec .wrapper li{
  width: 30.57%;
  margin-right: 4.145%;
}

.top .magazine-sec .wrapper li:nth-child(3n){
  margin-right: 0;
}

.top .magazine-sec li a figure{
  position: relative;
  overflow: hidden;
  border-radius: 23px;
  padding-bottom: 67.76%;
}

.top .magazine-sec li a figure img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top .magazine-sec li a p{
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.top .magazine-sec li a p span{
  color: #717171;
  font-size: 1.6rem;
}

.top .magazine-sec li a p .day{
  margin-right: 26px;
  font-weight: bold;
}

.top .magazine-sec li a p .category{
  background: #efefef;
  padding: 4px 24px 5px;
}

.top .magazine-sec li h3{
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.72;
}

.top .magazine-sec .common-btn{
  position: relative;
  margin-top: 80px;
  z-index: 1;
}

/*======================================
  job-sec
======================================*/
.top .job-sec{
  margin-top: -34px;
  background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 82%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
}

.top .job-sec figure{
  text-align: center;
}

.top .job-sec > div{
  position: relative;
}

.top .job-sec .txt-box{
  display: flex;
  flex-direction: column;
  position: absolute;
  top: min(21.77vw, 325px);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.top .job-sec .txt-box h2{
  width: min(24.11%, 340px);
  margin: 0 auto;
  color: #9fb4ff;
  font-weight: bold;
  font-size: min(2.61vw, 3.9rem);
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

.top .job-sec .txt-box h2 span{
  display: inline-block;
  font-size: min(1.21vw, 1.8rem);
  letter-spacing: .2em;
  line-height: 1;
  margin-bottom: min(0.94vw, 14px);
}

.top .job-sec .txt-box p{
  font-size: min(2.21vw, 3.3rem);
  margin-top: min(1.74vw, 26px);
  text-align: center;
  font-weight: bold;
  line-height: 1.333;
}

.top .job-sec .txt-box a{
  position: relative;
  display: block;
  margin: min(2.01vw, 30px) auto 0;
  padding: min(0.47vw, 7px) min(6.03vw, 90px) min(0.47vw, 7px) min(4.02vw, 60px);
  font-size: min(1.74vw, 2.6rem);
  max-width: 512px;
  width: 34.29%;
  background: #f7a80a;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
}

.top .job-sec .txt-box a:before{
  content: "";
  position: absolute;
  right: min(2.14vw, 32px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: min(3.15vw,47px);
  height: min(0.87vw,13px);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 49.2 15.9" viewBox="0 0 49.2 15.9"><path d="M1 14.9h47.2L34.4 1" style="fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
}

/*======================================
  news-sec
======================================*/
.top .news-sec{
  margin-top: 200px;
}

.top .news-sec h2{
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.25;
  border-bottom: 1px solid #595757;
  padding-bottom: 30px;
}

.top .news-sec li{
  border-bottom: 1px solid #595757;
}

.top .news-sec li a,
.top .news-sec li div.no-content{
  display: block;
  padding: 40px 0;
}

.top .news-sec li a div,
.top .news-sec li div.no-content div{
  display: inline-block;
  max-width: 1080px;
  width: 100%;
}

.top .news-sec li a h3,
.top .news-sec li div.no-content h3{
  font-weight: bold;
}

.top .news-sec li a p,
.top .news-sec li div.no-content p{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.top .news-sec li a span,
.top .news-sec li div.no-content span{
  display: inline-block;
  color: #717171;
}

.top .news-sec li a span.day,
.top .news-sec li div.no-content span.day{
  font-weight: bold;
  margin-right: 48px;
}

.top .news-sec li a span.category,
.top .news-sec li div.no-content span.category{
  background: #efefef;
  padding: 0 22px;
}

.top .news-sec .common-btn{
  margin-top: 55px;
}


/*======================================

  Responsive

======================================*/
@media screen and (max-width:768px) {
  /*======================================
    mv
  ======================================*/
  .top .mv{
    background: none;
    padding: 0;
  }
  .top .mv .wrapper{
    background: linear-gradient(180deg, rgba(247,169,11,1) 0%, rgba(247,169,11,1) 40%, rgba(255,220,93,1) 100%);
    padding: 20px 16px;
  }
  .top .mv .wrapper + .wrapper{
    background: #efefef;
  }
  .top .mv figure{
    width: 41.54%;
    order: 1;
  }
  .top .mv .txt{
    order: 2;
  }
  .top .mv .txt h1{
    font-size: max(4.1vw, 16px);
    padding-left: 16px;
  }
  .top .mv .wrapper.second-txt{
    flex-wrap: wrap;
    justify-content: center;
    padding: 28px 16px 34px;
  }
  .top .mv .second-txt p{
    margin-top: 0;
    font-size: max(4.1vw, 16px);
    color: #595757;
    width: 100%;
    text-align: center;
  }
  .top .mv .second-txt a{
    font-size: max(4.1vw, 16px);
    width: 78.21%;
    max-width: none;
    padding: min(3.08vw,12px) min(7.69vw, 30px);
  }
  .top .mv .second-txt a:before{
    width: min(6.41vw, 25px);
    height: min(1.79vw, 7px);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 27.5 9.5" viewBox="0 0 27.5 9.5"><path d="M1 8.5h25.5L19 1" style="fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
  }
  .top .mv .second-txt a + a:before{
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 27.5 9.5" viewBox="0 0 27.5 9.5"><path d="M1 8.5h25.5L19 1" style="fill:none;stroke:%23595757;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
  }
  .top .mv .second-txt a + a{
    margin-top: 18px;
  }
  /*======================================
    page-nav
  ======================================*/
  .top .page-nav ul{
    flex-wrap: wrap;
  }
  .top .page-nav ul li{
    width: calc(100% / 2);
  }
  .top .page-nav ul li:first-child,
  .top .page-nav ul li:nth-child(2){
    border-bottom: 1px solid #595757;
  }
  .top .page-nav ul li:nth-child(2n){
    border-right: none;
  }
  .top .page-nav li a span{
    font-size: 1.4rem;
  }
  .top .page-nav li a{
    font-size: 1.2rem;
  }
  .top .page-nav li a{
    padding: 24px 20px 38px;
  }
  .top .page-nav li a::before{
    width: 20px;
    height: 5px;
    bottom: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 27.5 9.5" viewBox="0 0 27.5 9.5"><path d="M1 8.5h25.5L19 1" style="fill:none;stroke:%23595757;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
  }
  .top .sapimo-btn{
    margin-top: 34px;
  }
  .top .sapimo-btn a{
    width: 81.54%;
    margin: auto;
    padding: 14px 20px;
  }
  .top .sapimo-btn a p{
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .top .sapimo-btn a figure{
    width: 45.38%;
    max-width: none;
  }
  .top .sapimo-btn a::before{
    right: 32px;
    width: 16px;
    height: 16px;
  }
  /*======================================
    magazine-sec
  ======================================*/
  .top .magazine-sec .wrapper{
    padding: 0 30px;
  }
  .top .magazine-sec h2{
    font-size: 1.6rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  .top .magazine-sec .wrapper > div{
    margin-top: 20px;
  }
  .top .magazine-sec .wrapper li{
    width: 100%;
    margin: 0;
  }
  .top .magazine-sec .slide-arrow {
    position: absolute;
    top: 27vw;
    width: 0;
    height: 0;
  }
  .top .magazine-sec .prev-arrow {
    left: -20px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-left: 2px solid #595757;
    border-bottom: 2px solid #595757;
    transform: rotate(45deg);
  }
  .top .magazine-sec .next-arrow {
    right: -20px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #595757;
    border-right: 2px solid #595757;
    transform: rotate(45deg);
  }
  .top .magazine-sec button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
  }
  .top .magazine-sec li a p{
    margin-top: 12px;
  }
  .top .magazine-sec li a p .day{
    font-size: 1.4rem;
  }
  .top .magazine-sec li h3{
    margin-top: 0;
  }
  .top .magazine-sec li a p .category{
    padding: 3px 20px 4px;
  }
  .top .magazine-sec .common-btn{
    margin-top: 32px;
  }
  /*======================================
    job-sec
  ======================================*/
  .top .job-sec{
    margin-top: 20px;
    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 81%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
  }
  .top .job-sec .txt-box{
    top: 41vw;
  }
  .top .job-sec .txt-box h2{
    width: 63.59vw;
    font-size: 6.15vw;
  }
  .top .job-sec .txt-box h2 span{
    font-size: 3.08vw;
    margin-bottom: 2.05vw;
  }
  .top .job-sec .txt-box p{
    font-size: 4.1vw;
    margin-top: 3.85vw;
  }
  .top .job-sec .txt-box a{
    width: 73.59%;
    max-width: none;
    margin-top: 4.36vw;
    font-size: 4.1vw;
    padding: 2.05vw 7.69vw;
    line-height: 1;
  }
  .top .job-sec .txt-box a:before{
    right: 5.13vw;
    width: 5.13vw;
    height: 1.28vw;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 27.5 9.5" viewBox="0 0 27.5 9.5"><path d="M1 8.5h25.5L19 1" style="fill:none;stroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"/></svg>') center / contain no-repeat;
  }

  /*======================================
    job-sec
  ======================================*/
  .top .news-sec{
    margin-top: 66px;
  }
  .top .news-sec h2{
    font-size: 1.6rem;
  }
  .top .news-sec li a,
  .top .news-sec li div.no-content{
    padding: 24px 0;
  }
  .top .news-sec li a p,
  .top .news-sec li div.no-content p{
    margin-bottom: 0;
  }
  .top .news-sec li a span.day,
  .top .news-sec li div.no-content span.day{
    margin-right: 0;
    font-size: 1.4rem;
  }
  .top .news-sec li a h3,
  .top .news-sec li div.no-content h3{
    margin-top: 10px;
  }
  .top .news-sec li a h3 + p,
  .top .news-sec li div.no-content h3 + p{
    margin-top: 10px;
  }
  .top .news-sec li a span.category,
  .top .news-sec li div.no-content span.category{
    padding: 4px 10px;
  }
  .top .news-sec .common-btn{
    margin-top: 34px;
  }
}

@media screen and (max-width:389px) {
  .top .mv .second-txt a{
    width: 100%;
  }
  .top .sapimo-btn a::before{
    right: 8px;
    width: 12px;
    height: 12px;
  }
}
