@charset "utf-8";

/* *****************************************************************************

  reasons style

***************************************************************************** */
/* page-title */
.page-title.-reasons .page-title-main > .-main > br{
  display: none;
}

@media screen and (max-width : 540px){
  /* page-title */
  .page-title.-reasons .page-title-main > .-main > br{
    display: inline;
  }
}

/* reasons-box-wrap */
.reasons-box-wrap{
  margin-top: 13rem;
}

@media screen and (max-width : 1000px){
  /* reasons-box-wrap */
  .reasons-box-wrap{
    margin-top: 10rem;
  }
}

@media screen and (max-width : 760px){
  /* reasons-box-wrap */
  .reasons-box-wrap{
    margin-top: 8rem;
  }
}

/* reasons-box */
.reasons-box{
  margin-top: 15rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
.reasons-box:nth-child(1){
  margin-top: 0;
}
.reasons-box > .-inner{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width : 1000px){
  /* reasons-box */
  .reasons-box{
    margin-top: 12rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width : 760px){
  /* reasons-box */
  .reasons-box{
    margin-top: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* reasons-illust */
.reasons-illust{
  position: relative;
}
.reasons-illust::before,
.reasons-illust::after{
  content: "";
  position: absolute;
}
.reasons-illust-01::before{
  width: 143px;
  height: 141px;
  left: -16.7rem;
  bottom: -3.2rem;
  background: url(/recruit/highschool/assets/images/illust-japan.svg) center center no-repeat;
  background-size: contain;
}
.reasons-illust-01::after{
  width: 80px;
  height: 95px;
  top: 33rem;
  right: -9.8rem;
  background: url(/recruit/highschool/assets/images/illust-fairy.svg) center center no-repeat;
  background-size: contain;
}
.reasons-illust-02::before{
  width: 100px;
  height: 113px;
  left: -15rem;
  bottom: 1.7rem;
  background: url(/recruit/highschool/assets/images/illust-parasol.svg) center center no-repeat;
  background-size: contain;
}
.reasons-illust-02::after{
  width: 120px;
  height: 107px;
  top: 36.5rem;
  right: -14rem;
  background: url(/recruit/highschool/assets/images/illust-aichi.svg) center center no-repeat;
  background-size: contain;
}
.reasons-illust-03::before{
  width: 62px;
  height: 65px;
  top: 26.2rem;
  left: -11.4rem;
  background: url(/recruit/highschool/assets/images/illust-light.svg) center center no-repeat;
  background-size: contain;
}
.reasons-illust-03::after{
  width: 80px;
  height: 111px;
  left: -13.2rem;
  bottom: 9.2rem;
  background: url(/recruit/highschool/assets/images/illust-touch.svg) center center no-repeat;
  background-size: contain;
}
.reasons-illust-03 .-illust{
  position: relative;
}
.reasons-illust-03 .-illust::before{
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 1.6rem;
  width: 132px;
  height: 100px;
  background: url(/recruit/highschool/assets/images/illust-meeting.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width : 1000px){
  /* reasons-illust */
  .reasons-illust::before,
  .reasons-illust::after{
    display: none;
  }
  .reasons-illust-02 .-illust{
    position: relative;
  }
  .reasons-illust-02 .-illust::before{
    content: "";
    position: absolute;
    top: 0;
    right: 1.8rem;
    width: 120px;
    height: 107px;
    background: url(/recruit/highschool/assets/images/illust-aichi.svg) center center no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width : 760px){
  /* reasons-illust */
  .reasons-illust-02 .-illust,
  .reasons-illust-03 .-illust{
    display: none;
  }
}

/* reasons-heading */
.reasons-heading{
  max-width: 700px;
  height: 100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.reasons-heading::before,
.reasons-heading::after{
  content: "";
  position: absolute;
}
.reasons-heading::before{
  top: -2.6rem;
  left: -3.8rem;
  background: url(/recruit/highschool/assets/images/reasons/bg-reasons-heading-01.svg) left top no-repeat;
  background-size: 91px auto;
  width: 91px;
  height: 94px;
}
.reasons-heading::after{
  right: -3.8rem;
  bottom: -2.2rem;
  background: url(/recruit/highschool/assets/images/reasons/bg-reasons-heading-02.svg) right bottom no-repeat;
  background-size: 82px auto;
  width: 82px;
  height: 98px;
}
.reasons-heading > .-main{
  max-width: 700px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 9999px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
  padding-left: 2rem;
  padding-right: 2rem;
}
.reasons-heading > .-main > .-adjust{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.reasons-heading > .-main > .-adjust > .-number{
  color: #e8380d;
  line-height: 1;
  font-size: 4rem;
}
.reasons-heading > .-main > .-adjust > .-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4rem;
}
.reasons-heading > .-main > .-adjust > .-text.-large{
  align-items: flex-end;
}
.reasons-heading > .-main > .-adjust > .-text > .-catch{
  font-size: 4rem;
  line-height: 1;
  color: #e8380d;
}
.reasons-heading > .-main > .-adjust > .-text.-large > .-catch{
  font-size: 6rem;
}
.reasons-heading > .-main > .-adjust > .-text > .-normal{
  font-size: 4rem;
  color: #333333;
  line-height: 1;
  padding-left: 4rem;
}
.reasons-heading > .-main > .-adjust > .-text.-large > .-normal{
  padding-bottom: 0.2rem;
}

@media screen and (max-width : 1000px){
  /* reasons-heading */
  .reasons-heading > .-main > .-adjust > .-text{
    padding-left: 3rem;
  }
  .reasons-heading > .-main > .-adjust > .-text > .-normal{
    padding-left: 3rem;
  }
}

@media screen and (max-width : 760px){
  /* reasons-heading */
  .reasons-heading{
    height: auto;
  }
  .reasons-heading > .-main{
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .reasons-heading > .-main > .-adjust > .-number{
    font-size: 3.6rem;
  }
  .reasons-heading > .-main > .-adjust > .-text{
    display: block;
  }
  .reasons-heading > .-main > .-adjust > .-text > .-catch{
    font-size: 3.6rem;
  }
  .reasons-heading > .-main > .-adjust > .-text.-large > .-catch{
    font-size: 5rem;
  }
  .reasons-heading > .-main > .-adjust > .-text > .-normal{
    padding-left: 0;
    font-size: 3.6rem;
  }
}

@media screen and (max-width : 500px){
  /* reasons-heading */
  .reasons-heading > .-main > .-adjust{
    display: block;
  }
  .reasons-heading > .-main > .-adjust > .-text{
    padding-left: 0;
  }
}

/* reasons-list */
.reasons-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6.8rem;
}
.reasons-list > .-item{
  width: 46.875%;
  margin-top: 4.2rem;
}
.reasons-list > .-item:nth-child(-n+2){
  margin-top: 0;
}
.reasons-list > .-item > .-title > span{
  font-size: 2.4rem;
  color: #e8380d;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #e8380d;
  padding-bottom: 0.2rem;
  font-weight: 900;
}
.reasons-list > .-item > .-text{
  margin-top: 1.2rem;
}
.reasons-list > .-item > .-text > p{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media screen and (max-width : 760px){
  /* reasons-list */
  .reasons-list{
    margin-top: 6rem;
  }
  .reasons-list > .-item{
    width: 48%;
    margin-top: 4rem;
  }
}

@media screen and (max-width : 760px){
  /* reasons-list */
  .reasons-list{
    display: block;
  }
  .reasons-list > .-item{
    width: 100%;
  }
  .reasons-list > .-item:nth-child(2){
    margin-top: 4rem;
  }
}
