@charset "UTF-8";
/* -----レイアウト設定----- */
footer {
  margin-top: 0;
}
#footer-bg {
  background: var(--bg);
}
/*====================
head
====================*/
#head {
  margin-bottom: 100px;
  padding: 67px 0 100px;
  background: var(--bg);
}
#head-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
}
#head-text {
  display: grid;
  justify-content: center;
  margin-top: 91px;
  font-size: 18px;
  line-height: 1.944;
}
#head-bottom {
  width: 1040px;
  margin: 40px auto 0;
}
#head-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
#head-subtitle::before, #head-subtitle::after {
  flex-grow: 1;
  content: '';
  border-top: 2px solid #b29f9a;
}
#head-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  text-align: center;
}
#head-table .item {
  height: 446px;
  padding-top: 56px;
  border-radius: 20px;
  background: #fff;
  font-size: 18px;
  line-height: 1.77;
}
#head-table p {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
#head-table .item:nth-of-type(3) p {
  font-size: 24px;
}
#head-table .item ul {
  margin: 29px 0 0 55px;
  line-height: 1.3;
  text-align: left;
}
#head-table .item li {
  display: flex;
  gap: .3em;
}
#head-table .item li::before {
  content: '●';
}
#head-table .item li+li {
  margin-top: .8em;
}
#head-table .small {
  font-size: 15px;
  margin-left: .3em;
}
#head-table .small::before {
  content: '(';
}
#head-table .small::after {
  content: ')';
}
/*====================
社内イベントも和気あいあい
====================*/
#event {
  width: 797px;
  margin: 0 auto;
}
#event-title {
  text-align: center;
}
#event-photo {
  position: relative;
  margin-top: 48px;
}
#event-character1 {
  position: absolute;
  top: -49px;
  left: -58px;
  margin: 0;
}
#event-character2 {
  position: absolute;
  bottom: -37px;
  right: -69px;
  margin: 0;
}
/*====================
選考フロー
====================*/
#percent {
  margin-top: 137px;
  padding: 100px 0 72px;
  background: var(--bg);
}
#percent-title {
  text-align: center;
  margin-bottom: 48px;
}
#percent li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1040px;
  height: 392px;
  margin: 0 auto;
  padding: 0 110px 0 130px;
  border-radius: 20px;
  background: #fff;
}
#percent li+li {
  margin-top: 48px;
}
#percent dt {
  font-size: 29px;
  line-height: 1;
}
#percent dd {
  margin: 40px 0 0;
  font-size: 18px ;
  line-height: 1.75;
}
#percent figure {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  /*====================
  head
  ====================*/
  #head {
    margin-bottom: 16.3%;
    padding: 9.1% 2.6vw 15.5%;
  }
  #head-title {
    gap: .34em;
    font-size: 7.46vw;
  }
  #head-title img {
    width: 14.26vw;
  }
  #head-text {
    margin-top: 8%;
    font-size: 3.73vw;
    line-height: 1.75;
  }
  #head-bottom {
    width: 100%;
    margin-top: 10.6%;
  }
  #head-subtitle {
    gap: 3%;
    margin-bottom: 6.5%;
  }
  #head-subtitle img {
    width: 71.86vw;
  }
  #head-subtitle::before, #head-subtitle::after {
    border-top-width: 1px;
  }
  #head-table {
    gap: 5.33vw;
  }
  #head-table .item {
    height: 63.46vw;
    padding-top: 11.3%;
    border-radius: 2.66vw;
    font-size: 3vw;
  }
  #head-table .item:nth-of-type(1) img {
    width: 15.46vw;
  }
  #head-table .item:nth-of-type(2) img {
    width: 15.46vw;
  }
  #head-table .item:nth-of-type(3) img {
    width: 13.2vw;
  }
  #head-table .item:nth-of-type(4) img {
    width: 16.66vw;
  }
  #head-table p {
    display: grid;
    place-items: center;
    height: 2.7em;
    margin-top: 5%;
    font-size: 3.7vw;
    line-height: 1.28571;
  }
  #head-table .item:nth-of-type(3) p {
    font-size: 3.2vw;
  }
  #head-table .item ul {
    margin: 5% 0 0 7.5%;
  }
  #head-table .item li {
    display: flex;
    gap: .3em;
  }
  #head-table .item li::before {
    content: '●';
  }
  #head-table .item li+li {
    margin-top: .3em;
  }
  #head-table .small {
    font-size: 2.4vw;
    margin-left: 0;
  }
  #head-table .small::before,
    #head-table .small::after {
    content: none;
  }
  /*====================
  社内イベントも和気あいあい
  ====================*/
  #event {
    width: var(--sp-wide);
    margin: 0 auto;
  }
  #event-title img {
    width: 88.93vw;
  }
  #event-photo {
    margin-top: 9.5%;
  }
  #event-character1 {
    top: -7.3%;
    left: -.85%;
  }
  #event-character1 img {
    width: 11.73vw;
  }
  #event-character2 {
    bottom: -8.5%;
    right: -.8%;
  }
  #event-character2 img {
    width: 18.53vw;
  }
  /*====================
  選考フロー
  ====================*/
  #percent {
    margin-top: 15.7%;
    padding: 16% 0 16%;
    background: var(--bg);
  }
  #percent-title {
    margin-bottom: 6.3%;
  }
  #percent-title img {
    width: 35.6vw;
  }
  #percent li {
    width: var(--sp-wide);
    height: 52vw;
    padding: 0 3% 0 4%;
    border-radius: 2.66vw;
  }
  #percent li+li {
    margin-top: 5.3%;
  }
  #percent dt {
    font-size: 4.4vw;
  }
  #percent dd {
    margin: 5% -1em 0 0;
    font-size: 3.06vw;
    line-height: 1.60869;
    letter-spacing: -.025em;
  }
  #percent li figure {
    width: 39.2vw;
  }
}