@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (SP)
==============================================================*/
.content__graduate {
  background-color: #03ada4;
}
.kv {
  background: url(../img/sp_kv.jpg) center center no-repeat;
  background-size: cover;
}
.main {
  padding-top: 12.53333vw;
}
.main__title {
  font-size: 7.2vw;
  font-weight: bold;
  text-align: center;
}
.main__container {
  width: 100%;
  background-color: white;
  border-radius: 1.33333vw;
  padding: 5.33333vw 2.66667vw;
  margin-top: 4.53333vw;
  color: black;
}
.main__list {
  width: 100%;
}
.main__list__detail {
  width: 100%;
  border-bottom: 0.26667vw dotted black;
  padding: 6.4vw 1.33333vw 6.4vw;
}
.main__list__detail:last-child {
  border: none;
}
.main__list__detail dl {
  padding: 0 1.33333vw;
}
.main__list__detail dl dt {
  font-size: 3.73333vw;
  font-weight: bold;
}
.main__list__detail dl dd {
  font-size: 3.73333vw;
  line-height: 175%;
  margin-top: 2vw;
}
.main__list__detail dl dd .ilg {
  margin-top: 2.66667vw;
}
.main__list__detail dl dd .attention {
  font-size: 2.93333vw;
  line-height: 170%;
  margin-top: 5.33333vw;
}
.main__list__detail dl dd p.illg {
  text-indent: 0;
  font-size: 2.93333vw;
  padding-left: 1em;
  line-height: 170%;
  margin: 2vw 0;
}
.main__list__detail.custom dd {
  padding-left: 1em;
  text-indent: -1em;
}
.flow {
  padding-top: 2.66667vw;
  margin-top: 19.2vw;
}
.flow__title {
  font-size: 7.2vw;
  font-weight: bold;
  text-align: center;
}
.flow__list {
  margin-top: 6.66667vw;
  width: 100%;
}
.flow__list__detail {
  position: relative;
  width: 100%;
  height: 20.8vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 21.33333vw;
  font-size: 4.8vw;
  font-weight: bold;
  background-color: white;
  color: black;
  border-radius: 0.8vw;
  margin-bottom: 12.26667vw;
}
.flow__list__detail:before {
  position: absolute;
  left: 5.33333vw;
  top: 6.66667vw;
  font-family: "Barlow Condensed", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-size: 5.33333vw;
  color: #03ada4;
}
.flow__list__detail:after {
  content: '';
  width: 10.667vw;
  height: 9.6vw;
  background-image: url("../img/sp_icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -11.33333vw;
}
.flow__list__detail:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.flow__list__detail:nth-child(1):before {
  content: 'STEP1';
}
.flow__list__detail:nth-child(2):before {
  content: 'STEP2';
}
.flow__list__detail:nth-child(3):before {
  content: 'STEP3';
}
.flow__list__detail:nth-child(4):before {
  content: 'STEP4';
}
.flow__list__detail:last-child {
  margin-bottom: 0;
}
.flow__list__detail:last-child:after {
  display: none;
}
.navi {
  width: 100%;
  padding-bottom: 13.33333vw;
  margin-top: 10.66667vw;
}
.navi__list__detail__link {
  position: relative;
  width: 100%;
  height: 20.8vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 2.66667vw;
  color: black;
  font-size: 3.73333vw;
  font-weight: bold;
  background-color: #c6ef4a;
}
.navi__list__detail__link.link1 {
  margin-bottom: 5.33333vw;
}
.navi__list__detail__link.link1:after {
  content: '';
  width: 4.133vw;
  height: 4.133vw;
  background-image: url("../img/sp_icon_newwin.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 10.66667vw;
  top: 8.26667vw;
}
.navi__list__detail__link.link1:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.navi__list__detail__link.link2 {
  background-color: #221f1f;
  color: white;
}
.navi__list__detail__link.link2:after {
  content: "";
  display: block;
  position: absolute;
  right: 5.33333vw;
  top: 9.06667vw;
  width: 10vw;
  height: 2.8vw;
  background-image: url("../img/sp_btn_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.navi__list__detail__link.link2:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 20241202 「新卒採用にENTRY」ボタン下テキスト追加 */
.navi__list__detail__link.link1 {
  margin-bottom: 0;
}
.navi__list__detail .Annotation {
  text-align: center;
  margin-bottom: 5.33333vw;
}

/* 20250130　リンク「新卒採用にENTRY」下注釈文　非表示 */
.navi__list__detail__link.link1 {
  margin-bottom: 5.33333vw;
}
.navi__list__detail .Annotation {
  margin-top: -5.33333vw;
}

/* 20250613　採用フロー > タイトル　修正 */
.flow__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.flow__title__sub {
  font-size: 3.73333vw;
}
.flow__title__sub span {
  display: inline-block;
}

/* 20250613　採用フロー > ステップ　修正 */
.flow__list__detail {
  height: auto;
  min-height: 20.8vw;
}
.flow__list__detail__content {
  display: flex;
  flex-wrap: wrap;
}

/* 選考フロー テキスト追加 */
.flow__list__detail__content span.c_red {
  color: #f00;
}
.flow__list__detail__content {
  padding-right: 3em;
  line-height: 1.3;
  justify-content: center;
}

/* アパレル販売のエントリー終了 ボタン */
.navi__list__detail__link.entry_closed {
  cursor: default;
  margin-bottom: 5.33333vw;
}