  @charset "utf-8";

.contents-wrap{
  background-color: rgba(236,236,235,.50);
}

/* ------- INDEX -------------------------------------------------------------------------------------------- */
.group-list{
}

.group-section{
  background-color: #FFF;
  border-left: 5px solid #E50211;
}
.group-section .detail .detail-title{
  border-bottom: 1px solid #D6D6D6;
}
.group-section .detail .detail-title h2{
  color: #E50211;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
}
.group-section .detail .detail-text .btn{
  background-color: #FFF;
  border: 1px solid #000000;
  border-radius: 20px;
  line-height: 1;
  display: block;
  transition: .3s;
}
.group-section .detail .detail-text .btn > span{
  display: flex;
  align-items: center;
}
.group-section .detail .detail-text .btn > span:after{
  background-image: url("/jp/recruit/gradu/group/img/icon_arrow.svg");
  background-size: cover;
  content: "";
  display: block;
}

#group-section1 .image,
#group-section1 .detail .detail-title:before{
  background-image: url("/jp/recruit/gradu/group/img/image_group1.jpg");
}
#group-section2 .image,
#group-section2 .detail .detail-title:before{
  background-image: url("/jp/recruit/gradu/group/img/image_group2.jpg");
}
#group-section3 .image,
#group-section3 .detail .detail-title:before{
  background-image: url("/jp/recruit/gradu/group/img/image_group3.jpg");
}
#group-section4 .image,
#group-section4 .detail .detail-title:before{
  background-image: url("/jp/recruit/gradu/group/img/image_group4.jpg");
}
#group-section5 .image,
#group-section5 .detail .detail-title:before{
  background-image: url("/jp/recruit/gradu/group/img/image_group5.jpg");
}
#group-section6 .image,
#group-section6 .detail .detail-title:before{
  background-image: url("/jp/recruit/gradu/group/img/image_group6.jpg");
}
#group-section7 .image,
#group-section7 .detail .detail-title:before{
  background-image: url("/jp/recruit/gradu/group/img/image_group7.jpg");
}
#group-section8 .image,
#group-section8 .detail .detail-title:before{
  background-image: url("/jp/recruit/gradu/group/img/image_group8.jpg");
}
#group-section9 .image,
#group-section9 .detail .detail-title:before{
  background-image: url("/jp/recruit/gradu/group/img/image_group9.jpg");
}
#group-section10 .image,
#group-section10 .detail .detail-title:before{
  background-image: url("/jp/recruit/gradu/group/img/image_group10.jpg");
}
#group-section11 .image,
#group-section11 .detail .detail-title:before{
  background-image: url("/jp/recruit/gradu/group/img/image_group11.jpg");
}
@media print, screen and (min-width:1025px) {
  .group-list{
    padding: 50px 0;
  }
  .group-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 100px 40px 40px;
    margin-top: 35px;
  }
  .group-section .image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25.43%;
    width: 25.43%;
  }
  .group-section .detail{
    width: 66.22%;
  }
  .group-section .detail .detail-title{
    padding-bottom: 10px;
  }
  .group-section .detail .detail-title h2{
    font-size: 30px;
  }
  .group-section .detail .detail-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-top: 15px;
  }
  .group-section .detail .detail-text > p{
    font-size: 17px;
  }
  .group-section .detail .detail-text .btn{
    font-size: 18px;
    align-self: flex-start;
    margin-top: 55px;
    padding: 10px 15px;
  }
  .group-section .detail .detail-text .btn > span:after{
    margin-left: 10px;
    height: 12px;
    width: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .group-list{
    padding: 30px 20px;
  }
  .group-section{
    padding: 15px 25px 20px 25px;
    margin-top: 20px;
  }
  .group-section .image{
    display: none;
  }
  .group-section .detail{
  }
  .group-section .detail .detail-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
  }
  .group-section .detail .detail-title:before{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    padding-bottom: 36.42%;
    width: 36.42%;
  }
  .group-section .detail .detail-title h2{
    font-size: min(5.06vw,19px);
    line-height: 1.21;
    margin-left: 25px;
    width: calc(100% - 36.42% - 25px);
  }
  .group-section .detail .detail-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-top: 15px;
  }
  .group-section .detail .detail-text > p{
    font-size: 17px;
  }
  .group-section .detail .detail-text .btn{
    font-size: 17px;
    display: flex;
    justify-content: center;
    margin: 55px auto 0;
    padding: 10px 15px;
    width: 82.14%;
  }
  .group-section .detail .detail-text .btn > span:after{
    margin-left: 10px;
    height: 12px;
    width: 14px;
  }
}
@media (hover: hover) and (pointer: fine){
  .group-section .detail .detail-text .btn:hover{
    opacity: .7;
  }
}
