@charset "utf-8"; /* CSS Document */
#index p {
  padding: 0;
}

#index ul {
  margin: 0;
  padding: 0;
  width: auto;
}

#index ul li {
  background: none;
  padding: 0;
}

/*---------------------
　共通
-----------------------*/
/*---------------------
　MV
-----------------------*/
.home .logoBox_f {
  margin: 0 0 3rem;
}

#index .mv {
  background: url('img/mv_bg.jpg') no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 32vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8rem;
  z-index: 2;
}

#index .mv:before {
  content: '';
  background: url('/wp/wp-content/uploads/mv_chara01.png') no-repeat 0 -12%;
  background-size: 100%;
  width: 30vw;
  height: 36.5vw;
  position: absolute;
  bottom: -4rem;
  left: -5vw;
  z-index: 4;
}

#index .mv:after {
  content: '';
  background: url('/wp/wp-content/uploads/mv_chara02.png') no-repeat 0 -12%;
  background-size: 100%;
  width: 35vw;
  height: 35vw;
  position: absolute;
  bottom: -4rem;
  right: -6vw;
  z-index: 2;
}

#index .mv .mvInr {
  text-align: center;
  z-index: 6;
}

#index .mv .maintTit {
  font-size: 3vw;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -1.9px;
  display: inline;
  background: linear-gradient(transparent 45%, rgba(255, 255, 255, 0.9) 45%);
}

/* 目次 */
#index .twoColBox {
  display: flex;
  max-width: 1100px;
  margin: 0 auto 8rem;
}

#index .twoColBox .colBox {
  width: 50%;
}

#index .cmnBox {
  margin: 0;
  border-right: solid 1px #000;
  padding: 1rem 4rem 0 0;
}

#index .cmnBox:before,
#index .cmnBox:after {
  content: none;
}

#index .cmnBox .sTit {
  padding: 1.3rem 0 1rem 16rem;
  margin: 0 0 2rem;
}

#index .cmnBox .whBox {
  padding: 0;
}

#index .fromZenken {
  padding: 0 0 0 4rem;
  position: relative;
}

#index .fromZenken:before {
  content: '';
  background: url('/wp/wp-content/uploads/sec05_chara.png') no-repeat;
  background-size: 100%;
  width: 160px;
  height: 260px;
  position: absolute;
  top: 8rem;
  right: -17rem;
  z-index: 3;
}

#index .fromZenken:after {
  content: '';
  background: #f4f4f4;
  width: 121%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -13rem;
  z-index: -1;
}

#index .fromZenken .tit {
  font-size: 2rem;
  font-weight: 600;
  margin: 4rem auto 2rem;
}

#index .fromZenken .btn-link {
  margin: 0;
}

#index .fromZenken .btn-link a {
  font-weight: 600;
}

.side-toc dt.open:before {
  background: url(img/icon_plus.png) no-repeat;
  background-size: 100%;
}

.side-toc dt:before {
  content: '';
  background: url(img/icon_minus.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 24px;
  right: 22px;
  transform: rotate(90deg);
}

/*---------------------
　sec01
-----------------------*/
#index .sec01 {
  position: relative;
  padding: 12rem 0 0;
}

#index .sec01:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}

#index .sec01 .part_comment .person:before {
  content: none;
}

#index .sec01 .part_comment .sTit {
  font-size: 2.2rem;
  font-weight: 600;
  position: absolute;
  padding: 2.5rem 0 0;
  z-index: 1;
  left: 10px;
  top: -10px;
}

#index .sec01 .part_comment .tit {
  font-size: 2.2rem;
  border-bottom: none;
  padding: 5rem 0 0 22rem;
  margin: 0 0 2rem;
}

#index .sec01 .part_comment .person {
  width: 140px;
  position: absolute;
  margin: 6rem 11rem 0 0;
  float: none;
  bottom: -4rem;
  left: 0;
}

#index .sec01 .part_comment .txtBox {
  padding: 0 0 0 22rem;
}

#index .sec01 .part_voice {
  position: relative;
  margin: 10rem auto 22rem;
}

#index .sec01 .part_voice:before {
  content: '';
  background: url('img/arr_double.png') no-repeat;
  background-size: 100%;
  width: 164px;
  height: 94px;
  position: absolute;
  bottom: -14rem;
  left: calc(50% - 82px);
}

#index .sec01 .part_voice .person {
  width: 200px;
  text-align: center;
  display: none;
}

#index .sec01 .part_voice .person img {
  width: 180px;
}

#index .sec01 .part_voice .tit span:before {
  content: '';
  background: url('img/icon_q.png') no-repeat;
  background-size: 100%;
  width: 42px;
  height: 46px;
  position: absolute;
  top: 0.8rem;
  left: 0;
}

#index .sec01 .part_voice .tit {
  padding: 1rem 5rem 0rem 5rem;
}

#index .sec01 .part_voice .voiceBox:nth-child(odd) .tit {
  padding: 1rem 3rem 1rem 5rem;
}

#index .sec01 .part_voice .txt {
  position: relative;
  padding: 0 5rem 0 5rem;
}

#index .sec01 .part_voice .voiceBox:nth-child(odd) .txt {
  padding: 0 5rem 0 5rem;
}

#index .sec01 .part_voice .txt:before {
  content: '';
  background: url('img/icon_a.png') no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 1px;
  left: 1rem;
}

/*---------------------
　sec01
-----------------------*/
#index .sec02 {
  position: relative;
}




#index .sec02 .compareArrow {
  position: relative;
}

#index .sec02 .compareArrow:before {
  content: '';
  background: url('img/sec02_comparewrap_tri_top.png') no-repeat;
  background-size: 100%;
  width: 110px;
  height: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#index .sec02 .compareArrow:after {
  content: '';
  background: #fff;
  width: 100%;
  height: 8rem;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
}

#index .sec02 .compareArea {
  background: url('img/sec02_bg.jpg') no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#index .sec02 .compareArea::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.7;
}

#index .sec02 .compareArea .titBox {
  /* background: rgba(255,255,255,0.7); */
  min-height: 35rem;
  padding: 6rem 0 0;
  position: relative;
  z-index: 1;
}

#index .sec02 .secTit {
  text-align: center;
  display: block;
}

#index .sec02 .secTit .small {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: none;
  font-size: 2rem;
  font-weight: 600;
}

#index .sec02 .titBoxInr {
  position: relative;
  padding: 1rem 0 0;
}

#index .sec02 .titBoxInr:before {
  content: '';
  background: #3dc2ed;
  width: calc(100% - 85px);
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}

#index .sec02 .titBoxInr:after {
  content: '';
  background: url('img/deco_point_top.png') no-repeat;
  background-size: 100%;
  width: 85px;
  height: 14px;
  position: absolute;
  top: -13px;
  left: 0;
}

#index .sec02 .titBoxInr02 {
  position: relative;
}

#index .sec02 .titBoxInr02:before {
  content: '';
  background: #3dc2ed;
  width: calc(100% - 85px);
  height: 1px;
  position: absolute;
  bottom: -3rem;
  left: 0;
}

#index .sec02 .titBoxInr02:after {
  content: '';
  background: url('img/deco_point_bottom.png') no-repeat;
  background-size: 100%;
  width: 85px;
  height: 14px;
  position: absolute;
  bottom: -43px;
  right: 0;
}

#index .sec02 .compareWrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#index .sec02 .compareWrap:before {
  content: '';
  background: url('img/sec02_comparewrap_tri_btm.png') no-repeat;
  background-size: 100%;
  width: 110px;
  height: 8rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

#index .sec02 .compareWrap:after {
  /* content: ""; */
  background: #fff;
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: 0;
  right: -100%;
}

#index .sec02 .compareWrap .sq {
  background: linear-gradient(
    135deg,
    rgb(5 189 194) 0%,
    rgba(236, 20, 187, 1) 100%
  );
  width: 270px;
  height: 240px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  padding: 3rem 0 0;
  margin: 0 auto 0;
  position: relative;
  top: 7rem;
  z-index: 1;
}


#index .sec02 .compareWrap .sq img {
  width: 150px;
  margin: 2rem 0 0;
}

#index .sec02 .compareWrap .compareBox {
  display: flex;
  justify-content: space-between;
}

#index .sec02 .compareWrap .colBox {
  background: rgba(255, 255, 255, 0.8);
  width: 450px;
  padding: 9rem 5rem;
  position: relative;
}

#index .sec02 .compareWrap .colBox:before {
  content: '';
  background: url('/wp/wp-content/uploads/sec02_chara01.png') no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -17.5rem;
  left: calc(50% - 115px);
}

#index .sec02 .compareWrap .colBox.right_box:before {
  background: url('/wp/wp-content/uploads/sec02_chara02.png') no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  top: -18rem;
  left: calc(50% - 129px);
}

#index .sec02 .compareWrap .colBox .boxTit {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 4rem;
}

#index .sec02 .compareWrap .colBox .boxTit span {
  font-size: 3.6rem;
  background: #14549c;
  color: #fff;
  padding: 0.1rem 1rem;
}
#index .sec02 .compareWrap .colBox.right_box .boxTit span {
    background: #904c65;
}

#index .sec02 .compareWrap .colBox .itemBox {
  margin: 0 0 6rem;
  position: relative;
  min-height: 9rem;
}

#index .sec02 .compareWrap .colBox .itemBox:last-of-type {
  margin: 0;
}

#index .sec02 .compareWrap .colBox .itemBox p {
  margin: 0;
}

#index .sec02 .compareWrap .colBox .ribbon {
  background: #dfdfdf;
  background-size: 100%;
  width: 250px;
  height: 80px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 37.4rem;
  z-index: 2;
  margin: auto;
}



#index .sec02 .compareWrap .compareBox.fix {
  width: 1165px;
  margin: 0 auto;
  position: fixed;
  top: 13vw;
  left: 0;
  right: 0;
  z-index: 5;
  display: none;
}



#index .sec02 .compareWrap .compareBox.fix:after {
  /* content: ""; */
  background: #fff;
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: 0;
  right: -100%;
}

#index .sec02 .compareWrap .compareBox.fix .sq {
  background: linear-gradient(
    135deg,
    rgb(5 189 194) 0%,
    rgba(236, 20, 187, 1) 100%
  );
  width: 270px;
  height: 240px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  padding: 3rem 0 0;
  margin: 0 auto 0;
  position: relative;
  top: 7rem;
  z-index: 1;
}

#index .sec02 .compareWrap .compareBox.fix .sq:before {
  content: '（!）で詳細が見れます';
  width: 100%;
  position: absolute;
  top: 24.5rem;
  left: 0;
  color: #333;
  font-size: 1.2rem;
  text-align: center;
}

#index .sec02 .compareWrap .compareBox.fix .sq img {
  width: 150px;
  margin: 2rem 0 0;
}

#index .sec02 .compareWrap .compareBox.fix .compareBox {
  display: flex;
  justify-content: space-between;
}

#index .sec02 .compareWrap .compareBox.fix .colBox {
  background: none;
  width: 1.4vw;
  padding: 0;
  position: relative;
  float: left;
}

#index .sec02 .compareWrap .compareBox.fix .colBox.left_box{margin-right: 555px;}
#index .sec02 .compareWrap .compareBox.fix .colBox.right_box{margin-left: 553px;}



#index .sec02 .compareWrap .compareBox.fix .colBox:before {
  content: '';
  background: url('/wp/wp-content/uploads/sec02_chara01.png') no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 1rem;
  left: calc(50% - 93px);
}

#index .sec02 .compareWrap .compareBox.fix .colBox.right_box:before {
  background: url('/wp/wp-content/uploads/sec02_chara02.png') no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  top: 0.7rem;
  left: calc(50% - -18px);
}

#index .sec02 .compareWrap .compareBox.fix .colBox .boxTit {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  width: 3rem;
}

#index .sec02 .compareWrap .compareBox.fix .colBox .boxTit span {
  font-size: 1.3rem;
  background: #14549c;
  color: #fff;
  padding: 0.7rem;
  display: block;
  line-height: 1.2;
}
#index .sec02 .compareWrap .compareBox.fix .colBox.right_box .boxTit span {
    background: #904c65;
}

#index .sec02 .compareWrap .compareBox.fix .colBox .itemBox {
  margin: 0 0 6rem;
  position: relative;
  min-height: 9rem;
}

#index .sec02 .compareWrap .compareBox.fix .colBox .itemBox:last-of-type {
  margin: 0;
}

#index .sec02 .compareWrap .compareBox.fix .colBox .itemBox p {
  margin: 0;
}

#index .sec02 .compareWrap .compareBox.fix .colBox .ribbon {
  background: #f4f4f4;
  background-size: 100%;
  width: 276px;
  height: 80px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: absolute;
  top: 0;
  right: -29rem;
  z-index: 2;
}












#index .sec02 .btn-popup {
  width: 40px;
  cursor: pointer;
}

#index .sec02 .btn-popup:hover {
  opacity: 0.8;
}

#index .sec02 .label_blue,
#index .sec02 .label_brown {
  background: #14549c;
  color: #fff;
  font-size: 1.4rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 24px;
  padding: 15px 0;
  line-height: 1.73;
  position: absolute;
  top: 0;
  left: -6.2rem;
  z-index: 3;
}

#index .sec02 .label_brown {
  background: #904c65;
  left: auto;
  right: -6.2rem;
}

#index .sec02 .compareWrap .right_box .txt_bold {
  color: #904c65;
}

#index .sec02 .compareWrap .hover-content {
  background: #b5fcfe;
  padding: 2rem 4rem;
  font-size: 1.4rem;
  position: relative;
  left: -38px;
  bottom: 12rem;
  width: 427px;
  z-index: 0;
  display: none;
}

#index .sec02 .compareWrap .hover-content.popup-pink {
  background: #f9b8ea;
  left: auto;
  right: auto;
  z-index: 1;
  right: -61.1rem;
}






#index .sec02 .compareWrap.fix {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#index .sec02 .compareWrap.fix:before {
  content: '';
  background: url('img/sec02_compareWrap.fix_tri_btm.png') no-repeat;
  background-size: 100%;
  width: 110px;
  height: 8rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

#index .sec02 .compareWrap.fix:after {
  /* content: ""; */
  background: #fff;
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: 0;
  right: -100%;
}

#index .sec02 .compareWrap.fix .sq {
  background: linear-gradient(
    135deg,
    rgb(5 189 194) 0%,
    rgba(236, 20, 187, 1) 100%
  );
  width: 270px;
  height: 240px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  padding: 3rem 0 0;
  margin: 0 auto 0;
  position: relative;
  top: 7rem;
  z-index: 1;
}

#index .sec02 .compareWrap.fix .sq:before {
  content: '（!）で詳細が見れます';
  width: 100%;
  position: absolute;
  top: 24.5rem;
  left: 0;
  color: #333;
  font-size: 1.2rem;
  text-align: center;
}

#index .sec02 .compareWrap.fix .sq img {
  width: 150px;
  margin: 2rem 0 0;
}

#index .sec02 .compareWrap.fix .compareBox {
  display: flex;
  justify-content: space-between;
}

#index .sec02 .compareWrap.fix .colBox {
  background: rgba(255, 255, 255, 0.8);
  width: 450px;
  padding: 9rem 5rem;
  position: relative;
}

#index .sec02 .compareWrap.fix .colBox:before {
  content: '';
  background: url('/wp/wp-content/uploads/sec02_chara01.png') no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -17.5rem;
  left: calc(50% - 115px);
}

#index .sec02 .compareWrap.fix .colBox.right_box:before {
  background: url('/wp/wp-content/uploads/sec02_chara02.png') no-repeat;
  background-size: 100%;
  width: 250px;
  height: 250px;
  top: -18rem;
  left: calc(50% - 129px);
}

#index .sec02 .compareWrap.fix .colBox .boxTit {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 4rem;
}

#index .sec02 .compareWrap.fix .colBox .boxTit span {
  font-size: 3.6rem;
  background: #14549c;
  color: #fff;
  padding: 0.1rem 1rem;
}
#index .sec02 .compareWrap.fix .colBox.right_box .boxTit span {
    background: #904c65;
}

#index .sec02 .compareWrap.fix .colBox .itemBox {
  margin: 0 0 6rem;
  position: relative;
  min-height: 9rem;
}

#index .sec02 .compareWrap.fix .colBox .itemBox:last-of-type {
  margin: 0;
}

#index .sec02 .compareWrap.fix .colBox .itemBox p {
  margin: 0;
}

#index .sec02 .compareWrap.fix .colBox .ribbon {
  background: #f4f4f4;
  background-size: 100%;
  width: 276px;
  height: 80px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: absolute;
  top: 0;
  right: -29rem;
  z-index: 2;
}


















#index .sec02 .bgWhite {
  background: #fff;
  padding: 0 0 14rem;
}

#index .sec02 .careerWrap {
  padding: 0 0 0;
}

#index .sec02 .careerWrap .topBox {
  height: 11rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  background: #88f9fc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .sec02 .careerWrap .topBox:before {
  content: '';
  background: #ed8ad6;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

#index .sec02 .careerWrap .topBox:after {
  content: '';
  background: url('img/sec02_career_grad.jpg') no-repeat;
  background-size: 100%;
  width: 230px;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 110px);
}

#index .sec02 .careerWrap .topBox div {
  position: relative;
  z-index: 1;
}

#index .sec02 .careerWrap .topBox .topBoxInr:before {
    content: '▼(!)で詳細が見れます▼';
    width: 100%;
    position: absolute;
    top: 5.4rem;
    left: 0;
    color: #333;
    font-size: 1.2rem;
    text-align: center;
    background: none;
}


#index .sec02 .careerWrap .topBox span {
  font-size: 2.5rem;
}

#index .sec02 .careerWrap .careerBox {
  display: flex;
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#index .sec02 .careerWrap .careerBox:before,
#index .sec02 .careerWrap .careerBox:after {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

#index .sec02 .careerWrap .careerBox:after {
  left: auto;
  right: -100%;
}

#index .sec02 .careerWrap .colBox {
  width: 40%;
  display: flex;
  flex-direction: column;
}

#index .sec02 .careerWrap .colBox:last-child {
  align-items: end;
}

#index .sec02 .careerWrap .itemBox {
  background: #f4f4f4;
  width: 400px;
  position: relative;
  padding: 2rem 2rem;
  margin: 3rem 0 4rem;
}

#index .sec02 .careerWrap .itemBox p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
  margin: 0;
}

#index .sec02 .careerWrap .label_blue,
#index .sec02 .careerWrap .label_brown {
  top: calc(50% - 42px);
  left: -1.2rem;
}

#index .sec02 .careerWrap .label_brown {
  left: auto;
  right: -1.2rem;
  z-index: 2;
}

#index .sec02 .stepBox {
  width: 231px;
  position: relative;
}

#index .sec02 .stepBox .inr {
  width: 6rem;
  text-align: center;
}

#index .sec02 .stepBox > div {
  font-size: 1.8rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.9);
  text-align: center;
  min-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#index .sec02 .stepBox > div:before {
  content: '';
  background: url(img/sec02_career_arrow01.png) no-repeat;
  background-size: 100%;
  width: 231px;
  height: 55px;
  position: absolute;
  bottom: -55px;
  left: 0;
  z-index: 1;
}

#index .sec02 .stepBox .inr span {
  color: #000;
  background: rgb(255 255 255 / 0.8);
  padding: 5px 25px;
  width: 14rem;
  display: block;
}

#index .sec02 .stepBox .step01 {
  background: url('img/sec02_career_arrow01_grad.jpg') no-repeat;
  background-size: cover;
}

#index .sec02 .stepBox .step02 {
  background: url('img/sec02_career_arrow02_grad.jpg') no-repeat;
  background-size: cover;
}

#index .sec02 .stepBox .step03 {
  background: url('img/sec02_career_arrow03_grad.jpg') no-repeat;
  background-size: cover;
}

#index .sec02 .stepBox .step02:before {
  background: url(img/sec02_career_arrow02.png) no-repeat;
  background-size: 100%;
}

#index .sec02 .stepBox .step03:before {
  background: url(img/sec02_career_arrow03.png) no-repeat;
  background-size: 100%;
}

#index .sec02 .stepBox .inr span {
  color: #000;
  background: #fff;
  padding: 0 8px;
  width: 9rem;
  display: block;
  margin: -10px 0px 0px -15px;
}

#index .sec02 .stepBox .inr:before {
  /* content: ""; */
  background: url(img/sec02_career_arrow01_s_l.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: -23px;
}

#index .sec02 .stepBox .step02 .inr:before {
  background: url(img/sec02_career_arrow02_s_l.png) no-repeat;
  background-size: 100%;
}

#index .sec02 .stepBox .step03 .inr:before {
  background: url(img/sec02_career_arrow03_s_l.png) no-repeat;
  background-size: 100%;
}

#index .sec02 .stepBox .inr:after {
  /* content: ""; */
  background: url(img/sec02_career_arrow01_s_r.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  right: -24px;
}

#index .sec02 .stepBox .step02 .inr:after {
  background: url(img/sec02_career_arrow02_s_r.png) no-repeat;
  background-size: 100%;
}

#index .sec02 .stepBox .step03 .inr:after {
  background: url(img/sec02_career_arrow03_s_r.png) no-repeat;
  background-size: 100%;
}

#index .sec02 .stepBox > div img {
  margin: 5rem auto 1rem;
  display: block;
}

#index .sec02 .stepBox .step01 img {
  margin: 0 auto 1rem;
}

#index .sec02 .hover-content {
  background: #b5fcfe;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  position: relative;
  left: -10px;
  bottom: -5rem;
  width: 410px;
  z-index: 0;
  display: none;
  height: 17rem;
}

#index .sec02 .hover-content.popup-pink {
  background: #f9b8ea;
  left: auto;
  right: -64rem;
}

#index .sec02 .hover-content:before {
  background: url('img/sec02_popup_tri_blu.png') no-repeat;
  background-size: 100%;
  width: 203px;
  height: 40px;
  position: absolute;
  top: -4rem;
  right: 0;
}

#index .sec02 .hover-content.popup-pink:before {
  background: url('img/sec02_popup_tri_pink.png') no-repeat;
  background-size: 100%;
}

#index .sec02 .hover-content:after {
  background: url('img/sec02_popup_arrow.png') no-repeat;
  background-size: 100%;
  width: 173px;
  height: 30px;
  position: absolute;
  top: -4.8rem;
  left: 2rem;
}

#index .sec02 .hover-content p {
  font-size: 1.4rem !important;
}

#index .sec02 .btn-white01,
#index .sec02 .btn-white02 {
  position: absolute;
  top: 8rem;
  left: -1.9rem;
  width: 40px;
  z-index: 1;
  border: solid 1px #333;
  border-radius: 30px;
}

#index .sec02 .btn-white02 {
  right: -1.9rem;
  left: auto;
}

#index .sec02 .btn-white01 img,
#index .sec02 .btn-white02 img {
  margin: 0 !important;
}

#index .sec02 .btn-popup.btn-white01.btn-step02,
#index .sec02 .btn-popup.btn-white02.btn-step-p02 {
  top: 4.5vw;
}

#index .sec02 .btn-popup.btn-white01.btn-step03,
#index .sec02 .btn-popup.btn-white02.btn-step-p03 {
  top: 5.5vw;
}

#index .sec02 .careerBox .hover-content {
  bottom: 13.3rem;
  left: -3rem;
}

#index .sec02 .careerBox .hover-content p {
  font-weight: normal;
}

#index .sec02 .sumArea {
  display: flex;
}

#index .sec02 .sumArea .sumBox {
  width: 50%;
  height: 34rem;
  background: #b5fcfe;
  position: relative;
  padding: 0 15rem 0 0;
}

#index .sec02 .sumArea .sumBox:before {
  content: '';
  background: #b5fcfe;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

#index .sec02 .sumArea .sumBox:last-child {
  background: #f9b8ea;
  padding: 0 0 0 15rem;
}

#index .sec02 .sumArea .sumBox:last-child:before {
  background: #f9b8ea;
  left: auto;
  right: -100%;
}

#index .sec02 .sumArea .sumBox:after {
  content: '';
  background: url('img/sec02_sum_line.png') no-repeat;
  background-size: 100%;
  width: 1px;
  height: 135px;
  position: absolute;
  top: -7rem;
  left: 34%;
}

#index .sec02 .sumArea .sumBox:last-child:after {
  left: 64%;
}

#index .sec02 .sumArea .sumBox .sumInr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75%;
}

#index .sec02 .sumArea .sumBox:last-child .sumInr .marker {
    font-weight: 700;
    background: #904c65;
    color: #fff;
    padding: 0 0.5rem;
}


#index .sec02 .sumArea .sumBox .sumInr .marker {
    font-weight: 700;
    background: #14549c;
    color: #fff;
    padding: 0 0.5rem;
}



#index .sec02 .sumArea .sumBox .sumInr:before {
  content: '';
  background: url('/wp/wp-content/uploads/sec02_chara03.png') no-repeat;
  background-size: 100%;
  width: 200px;
  height: 208px;
  position: absolute;
  bottom: -16rem;
  left: calc(50% - 115px);
}

#index .sec02 .sumArea .sumBox:last-child .sumInr:before {
  background: url('/wp/wp-content/uploads/sec02_chara04.png') no-repeat;
  background-size: 100%;
  width: 440px;
  height: 222px;
  bottom: -16rem;
  left: calc(50% - 228px);
}

#index .sec02 .sumArea .sumBox p {
  margin: 0;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  width: 340px;
}

#index .sec02 .notice {
  font-size: 1.3rem;
  text-align: center;
  margin: 6rem 0 0;
  line-height: 2;
}

#index .sec02 .matomeArea .wi1100 {
  position: relative;
  padding: 5rem 5rem 12rem;
  z-index: 0;
}

#index .sec02 .matomeArea .wi1100:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}

#index .sec02 .matomeArea .label_grad {
  width: 276px;
  height: 27px;
  background: url('img/sec02_slash_grad.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: -1.5rem;
  left: calc(50% - 138px);
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .sec02 .matomeArea .lower_bottom {
  margin: 7rem auto 0;
  padding: 4rem 5.5rem 6rem;
}

#index .sec02 .matomeArea .box {
  margin: 4rem 0 4rem;
}

#index .sec02 .repoArea {
  background: #f4f4f4;
  position: relative;
  padding: 23rem 5rem 5rem;
  margin: -15rem 0 0;
  z-index: -1;
}

#index .sec02 .repoArea:before {
  content: '';
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

#index .sec02 .repoArea .flex {
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 3rem 0 0;
}

#index .sec02 .repoArea .pic {
  width: 407px;
}

#index .sec02 .repoArea .txtBox {
  width: 460px;
}

#index .sec02 .repoArea .tit {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 3rem;
  display: flex;
  align-items: center;
}

#index .sec02 .repoArea .blsq {
  background: #3dc2ed;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.5rem 0 0;
}

/*---------------------
　sec03
-----------------------*/
#index .sec03 {
  position: relative;
  padding: 18rem 0 0;
}

#index .sec03:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}

#index .sec03 .secTit {
  margin: 0 0 6rem;
}

#index .sec03 .blWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 9.8rem;
  position: relative;
}

#index .sec03 .blWrap:before {
  content: '';
  background: url('img/sec03_flow_pc.png') no-repeat;
  background-size: 100%;
  width: 566px;
  height: 75px;
  position: absolute;
  bottom: -10rem;
  left: calc(50% - 283px);
}

#index .sec03 .blBox {
  background: #e2fbfc;
  width: 520px;
  position: relative;
  padding: 5px 4rem 6rem;
}

#index .sec03 .blBox:before {
  content: '';
  background: #fff;
  width: 240px;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
}

#index .sec03 .blBox:after {
  content: '';
  position: absolute;
  left: 24rem;
  top: 0;
  background: linear-gradient(to top left, transparent 50%, #fff 50%);
  width: 35px;
  height: 5rem;
}

#index .sec03 .jobBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 3.5rem;
  position: relative;
  z-index: 1;
  height: 5rem;
}

#index .sec03 .jobBox div {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  width: 50%;
}

#index .sec03 .jobBox .before {
  position: relative;
}

#index .sec03 .jobBox .before:before {
  content: '';
  background: url('img/sec03_double_arrow.png') no-repeat;
  background-size: 100%;
  width: 33px;
  height: 17px;
  position: absolute;
  top: calc(50% - 8px);
  right: -2.5rem;
}

#index .sec03 .jobBox .after {
  text-align: center;
  padding: 0 0 0 4rem;
  font-size: 1.8rem;
}

#index .sec03 .blBox .thumb {
  width: 100%;
  /* float: left; */
  margin: 0 2rem 0 0;
}

#index .sec03 .blBox .txtBox {
  overflow: hidden;
  width: auto;
}

#index .sec03 .blBox .txtBox p {
  margin: 0;
}

#index .sec03 .blBox .txtBox .tit {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 20px 0 1rem;
}

#index .sec03 .blBox .whBox {
  background: #fff;
  padding: 2rem;
  margin: 2rem 0 0;
}

#index .sec03 .blBox .whBox li {
  font-size: 1.4rem;
  background: url('img/icon_star.png') no-repeat left top;
  background-size: 19px auto;
  padding: 0 0 0 3rem;
  margin: 0 0 5px;
}

#index .sec03 .blBox .whBox li:last-child {
  margin: 0;
}

#index .sec03 .blBox .btn-internal {
  width: 360px;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 180px);
  bottom: -4rem;
}

#index .sec03 .alpha {
  width: 120px;
  margin: 0 auto;
  background: #fff;
}

#index .sec03 .part_sv {
  margin: -3rem auto 0;
}

/*---------------------
　sec04
-----------------------*/
#index .sec04 {
  position: relative;
  padding: 18rem 0 12rem;
}

#index .sec04:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}

#index .sec04 .whichWrap {
  margin: 6rem 0 0;
}

#index .sec04 .whichWrap .sTit {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 3.5rem;
}

#index .sec04 .whichWrap .boxWrap {
  display: flex;
}

#index .sec04 .whichWrap .boxWrap .box {
  width: 550px;
  padding: 5rem;
  position: relative;
}

#index .sec04 .whichWrap .boxWrap .box:nth-child(1) {
  background: #f4f4f4;
}

#index .sec04 .whichWrap .boxWrap .box:nth-child(1):before {
  content: '';
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

#index .sec04 .whichWrap .boxWrap .box:nth-child(2) {
  background: linear-gradient(
    90deg,
    rgba(9, 245, 252, 0.3) 0%,
    rgba(236, 20, 187, 0.3) 100%
  );
}

#index .sec04 .whichWrap .boxWrap .box:nth-child(2):before {
  content: '';
  background: rgba(236, 20, 187, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
}

#index .sec04 .whichWrap .boxWrap .box:nth-child(2):after {
  content: '';
  background: url('img/sec04_double_arrow.png') no-repeat;
  background-size: 100%;
  width: 130px;
  height: 118px;
  position: absolute;
  bottom: -10.5rem;
  left: calc(50% - 65px);
  z-index: 1;
}

#index .sec04 .whichWrap .boxWrap .box .tit {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.5;
  margin: 0 0 3rem;
  padding: 0 0 2rem;
}

#index .sec04 .whichWrap .boxWrap .box .tit:before {
  content: '';
  background: #8080da;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
}

#index .sec04 .part_matome {
  margin: 8rem auto 0;
  max-width: 1000px;
  padding: 10rem 5rem 10rem;
}

#index .part_matome .box {
  margin: 0 0 3rem;
}

#index .sec04 .part_matome .box .thumb {
  margin: -15rem 4rem 0 0;
  width: 220px;
  display: none;
}

#index .sec04 .pointBox {
  background: #fff;
  position: relative;
  padding: 3rem 4rem 2rem;
}

#index .sec04 .pointBox:before {
  content: '';
  background: url('img/sec04_point_top.png') no-repeat;
  background-size: 100%;
  height: 20px;
  width: 862px;
  position: absolute;
  top: -2rem;
  right: 0;
}

#index .sec04 .pointBox:after {
  content: '';
  background: url('img/sec04_point_bottom.png') no-repeat;
  background-size: 100%;
  height: 20px;
  width: 862px;
  position: absolute;
  bottom: -2rem;
  left: 0;
}

#index .sec04 .pointBox p {
  margin: 0;
}

#index .part_matome .btn-internal {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: calc(50% - 220px);
}

/*---------------------
　sec05
-----------------------*/
#index .sec05 {
  position: relative;
  padding: 18rem 0 8rem;
}

#index .sec05:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}

#index .sec05 .flowBox {
  background: url('img/arr_grad.png') no-repeat bottom 5rem center;
  background-size: 130px auto;
  padding: 0 0 14rem;
}

#index .sec05 .flowBox.last {
  background: none;
  padding: 0;
}

#index .sec05 .pic {
  margin: 6rem 0 0;
}

#index .sec05 .grayBoxWrap {
  position: relative;
  padding: 1.5rem 0;
}

#index .sec05 .grayBoxWrap:before {
  content: '';
  background: #3dc2ed;
  width: calc(100% - 85px);
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}

#index .sec05 .grayBoxWrap:after {
  content: '';
  background: url('img/deco_point_top.png') no-repeat;
  background-size: 100%;
  width: 85px;
  height: 14px;
  position: absolute;
  top: -13px;
  left: 0;
}

#index .sec05 .grayBoxInr {
  position: relative;
}

#index .sec05 .grayBoxInr:before {
  content: '';
  background: #3dc2ed;
  width: calc(100% - 85px);
  height: 1px;
  position: absolute;
  bottom: -14px;
  left: 0;
}

#index .sec05 .grayBoxInr:after {
  content: '';
  background: url('img/deco_point_bottom.png') no-repeat;
  background-size: 100%;
  width: 85px;
  height: 14px;
  position: absolute;
  bottom: -27px;
  right: 0;
}

#index .sec05 .grayBox {
  background: #f4f4f4 url('/wp/wp-content/uploads/sec05_chara.png') no-repeat
    right 3rem center;
  padding: 3rem;
  background-size: 11rem auto;
}

#index .sec05 .grayBox p {
  margin: 0 18rem 0 0;
}

#index .sec05 .grayBox .pointTxt {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 2rem 0 0;
}

#index .sec05 .stageBox {
  width: 530px;
  margin: 0 4rem 4rem 0;
}

#index .sec05 .stageBox a {
  display: flex;
  border: solid 1px #000;
  /* height: 100%; */
  text-decoration: none;
}

#index .sec05 .stageBox:nth-child(2n) {
  margin: 0 0 4rem 0;
}

#index .sec05 .stageBox .thumb {
  width: 190px;
  height: 100%;
  padding: 2rem;
}

#index .sec05 .stageBox .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#index .sec05 .stageBox .txtBox {
  flex: 1;
  padding: 2rem 2rem 2rem 0;
}

#index .sec05 .stageBox .txtBox p {
  margin: 0;
  line-height: 1.7;
}

#index .sec05 .stageBox .txtBox .tit {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  background: url('img/arr_bla_right.png') no-repeat right center;
  background-size: 10px auto;
  padding: 0 2rem 0 0;
}

/*---------------------
　sec06
-----------------------*/
#index .sec06 {
  position: relative;
  padding: 18rem 0 0;
}

#index .sec06:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
}

#index .sec06 .chapterWrap {
  margin: 6rem 8rem 0;
  border-top: solid 1px #000;
}

#index .sec06 .chapterWrap .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: solid 1px #000;
}

#index .sec06 .chapterWrap .row:last-child {
  margin: 0 0 0 -55rem;
}

#index .sec06 .chapterBox {
  width: min(550px, 50%);
  border-right: solid 1px #000;
}

#index .sec06 .chapterBox:nth-child(2n) {
  border-right: none;
}

#index .sec06 .chapterBox a {
  text-decoration: none;
  display: block;
  padding: 4rem;
  position: relative;
}

#index .sec06 .chapterBox a:before {
  content: '';
  background: url('img/sec05_num01.png') no-repeat;
  background-size: 100%;
  width: 102px;
  height: 51px;
  position: absolute;
  top: 4rem;
  left: -8.5rem;
}

#index .sec06 .chapterBox:nth-child(2n) a:before {
  right: -8.5rem;
  left: auto;
}

@media screen and (max-width: 1430px) {
  #index .sec06 .chapterBox a:before {
    left: 1rem;
  }

  #index .sec06 .chapterBox:nth-child(2n) a:before {
    right: 1rem;
  }
}

#index .sec06 .chapterBox a:before {
  width: 85px;
}

#index .sec06 .chapterBox:nth-child(2) a:before {
  background: url('img/sec05_num02.png') no-repeat;
  background-size: 100%;
}

#index .sec06 .row:nth-child(2) .chapterBox a:before {
  background: url('img/sec05_num03.png') no-repeat;
  background-size: 100%;
}

#index .sec06 .row:nth-child(2) .chapterBox:nth-child(2) a:before {
  background: url('img/sec05_num04.png') no-repeat;
  background-size: 100%;
}

#index .sec06 .row:nth-child(3) .chapterBox a:before {
  background: url('img/sec05_num05.png') no-repeat;
  background-size: 100%;
}

#index .sec06 .row:nth-child(3) .chapterBox:nth-child(2) a:before {
  background: url('img/sec05_num06.png') no-repeat;
  background-size: 100%;
}

#index .sec06 .row:nth-child(4) .chapterBox a:before {
  background: url('img/sec05_num07.png') no-repeat;
  background-size: 100%;
}

#index .sec06 .row:nth-child(4) .chapterBox:nth-child(2) a:before {
  background: url('img/sec05_num08.png') no-repeat;
  background-size: 100%;
}

#index .sec06 .row:nth-child(5) .chapterBox a:before {
  background: url('img/sec05_num09.png') no-repeat;
  background-size: 100%;
}

#index .sec06 .row:nth-child(5) .chapterBox:nth-child(2) a:before {
  background: url('img/sec05_num10.png') no-repeat;
  background-size: 100%;
  width: 86px;
}

#index .sec06 .row:nth-child(6) .chapterBox a:before {
  background: url('img/sec05_num11.png') no-repeat;
  background-size: 100%;
  width: 68px;
}

#index .sec06 .chapterBox p {
  margin: 0;
}

#index .sec06 .chapterBox .tit {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  background: url('img/arr_bla_right.png') no-repeat right center;
  background-size: 10px auto;
  padding: 0 3rem 0 0;
  margin: 0 0 2rem;
}

/*---------------------
　sec07
-----------------------*/
#index .sec07 {
  margin: 0 0 8rem;
}

#index .sec07 .sec07Inr {
  margin: 0 8rem;
}

#index .sec07 .part_sv {
  padding: 20rem 0 8rem;
  margin: 0rem 0 8rem;
}

#index .sec07 .topBox {
  display: flex;
  margin: 0 0 6rem;
}

#index .sec07 .part_sv .label {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  background: #fff;
  max-width: inherit;
  margin: 0 18rem 0 0;
  position: relative;
  width: 350px;
  height: 8rem;
  text-align: right;
  padding: 22px 0 0;
}

#index .sec07 .part_sv .label:before {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}

#index .sec07 .part_sv .label:after {
  content: '';
  background: url('img/sec07_slash.png') no-repeat;
  background-size: 100%;
  width: 190px;
  height: 80px;
  position: absolute;
  top: 0;
  right: -16rem;
}

#index .sec07 .part_sv .label span {
  position: relative;
  z-index: 1;
  right: -3rem;
}

#index .sec07 .topBox .comTit {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.4;
}

#index .sec07 .topBox .comTit span {
  font-size: 4.2rem;
}

#index .sec07 .pic {
  width: 530px;
  margin: 0 9rem 0 0;
}

#index .sec07 .grayBox {
  background: #f4f4f4 url('/wp/wp-content/uploads/sec05_chara.png') no-repeat
    left 4rem top 3rem;
  background-size: 166px auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 4rem 2rem 23rem;
}

#index .sec07 .grayBox .tit {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

#index .sec07 .txtBox {
  width: auto;
  float: none;
  overflow: hidden;
}

#index .sec07 .sTit {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 2rem;
}

#index .sec07 .part_sv .txt,
#index .sec07 .part_sv .btns {
  width: auto;
  float: none;
}

#index .sec07 .part_sv .txt {
  margin: 0;
}

#index .sec07 .part_sv .btns {
  margin: 5rem auto 0;
}

@media screen and (max-width: 480px) {
  #index p {
    max-width: inherit;
  }

  #index ul {
    max-width: inherit;
  }

  /*---------------------
　MV
-----------------------*/
  .home .logoBox_f {
    margin: 1rem 0 1.5rem;
  }

  #index .mv {
    height: auto;
    margin: 0 0 0;
    position: relative;
    background: url(img/mv_bg.jpg) no-repeat center 65%;
    padding-bottom: 3vw;
    background-size: cover;
    padding-top: 3vw;
  }

  #index .mv .mvBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0);
    z-index: -1;
  }

  #index .mv .mvBg:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(img/mv_bg_sp.jpg) center / cover no-repeat;
  }

  #index .mv:before {
    content: '';
    background: url('/wp/wp-content/uploads/mv_chara01_sp.png') no-repeat 0 -12%;
    background-size: 100%;
    width: 40vw;
    height: 50.5vw;
    position: absolute;
    bottom: 0;
    left: -6rem;
    z-index: 2;
  }

  #index .mv:after {
    content: '';
    background: url('/wp/wp-content/uploads/mv_chara02_sp.png') no-repeat 0 -12%;
    background-size: 100%;
    width: 44vw;
    height: 49vw;
    position: absolute;
    bottom: 0;
    right: -7.5rem;
    z-index: 2;
  }

  #index .mv .mvInr {
    text-align: center;
    padding: 7vw 15px 7vw;
    background: #ffffffa3;
  }

  #index .mv .maintTit {
    font-size: 5.9vw;
    position: relative;
    z-index: 3;
    background: none;
  }

  /* 目次 */
  #index .twoColBox {
    display: block;
    max-width: 89%;
    margin: 0 auto 5rem;
  }

  #index .twoColBox .colBox {
    width: 100%;
    padding: 2rem 0;
  }

  #index .twoColBox .colBox.fromZenken {
    padding: 2rem;
  }

  #index .cmnBox {
    margin: 0;
    border-right: none;
    padding: 2rem 2rem;
    max-width: 100%;
  }

  #index .cmnBox:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(0, 0, 0, 1) 10%,
      rgba(0, 0, 0, 1) 90%,
      rgba(255, 255, 255, 1) 100%
    );
    display: none;
  }

  #contents .cmnBox:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(0, 0, 0, 1) 10%,
      rgba(0, 0, 0, 1) 90%,
      rgba(255, 255, 255, 1) 100%
    );
  }

  #index .cmnBox .sTit {
    padding: 0.5rem 0 0.5rem 13rem;
    margin: 0 0 1rem;
  }

  #index .cmnBox .whBox {
    padding: 0;
  }

  #index .fromZenken {
    padding: 2rem;
    position: relative;
    background: #f4f4f4;
    margin: 3rem 0 0;
  }

  #index .fromZenken:before {
    width: 75px;
    height: 110px;
    position: absolute;
    top: -2rem;
    right: -1.5rem;
  }

  #index .fromZenken .tit {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0 6rem 0 0;
    margin: 0.5rem 0 2rem;
  }

  #index .fromZenken .btn-link {
    margin: 0;
    max-width: 100%;
  }

  /*---------------------
　sec01
-----------------------*/
  #index .sec01 {
    position: relative;
    padding: 4rem 5.3% 0;
  }

  #index .sec01 .part_comment {
    max-width: 100%;
    padding: 0 2rem 3rem;
    margin: 4rem auto;
  }

  #index .sec01 .part_comment:before {
    width: 220px;
  }

  #index .sec01 .part_comment .sTit {
    font-size: 1.8rem;
    position: absolute;
    padding: 0;
    z-index: 1;
  }

  #index .sec01 .part_comment .tit {
    font-size: 4.1vw;
    border-bottom: none;
    padding: 0 0 0 8rem;
    display: block;
    margin: -4rem 0 3rem;
  }

  #index .sec01 .part_comment .person {
    width: 20%;
    position: relative;
    float: none;
    padding-bottom: 1rem;
  }

  #index .sec01 .part_comment .txtBox {
    padding: 0;
    border-top: none;
  }

  #index .sec01 .part_voice {
    position: relative;
    margin: 4rem auto 10rem;
    max-width: 100%;
  }

  #index .sec01 .part_voice:before {
    width: 81px;
    height: 50px;
    position: absolute;
    bottom: -7.8rem;
    left: calc(50% - 40px);
  }

  #index .sec01 .part_voice .voiceBox .inner {
    padding: 6rem 2rem 1rem;
  }

  #index .sec01 .part_voice .person {
    width: 125px;
    text-align: center;
    top: 2rem;
  }

  #index .sec01 .part_voice .person img {
    width: 98px;
  }

  #index .sec01 .part_voice .tit span:before {
    width: 30px;
    height: 32px;
    top: -2.5rem;
    right: 0;
    left: 0rem;
  }

  #index .sec01 .part_voice .voiceBox:nth-child(odd) .tit span:before {
    left: 0;
    right: auto;
  }

  #index .sec01 .part_voice .tit {
    padding: 1rem 0 1rem 0;
    position: relative;
    z-index: 1;
    min-height: auto;
  }

  #index .sec01 .part_voice .voiceBox:nth-child(odd) .tit {
    padding: 1rem 0 0 0;
  }

  #index .sec01 .part_voice .txt {
    position: relative;
    padding: 0 0 0 3rem;
  }

  #index .sec01 .part_voice .voiceBox:nth-child(odd) .txt {
    padding: 0 0rem 0 3rem;
  }

  #index .sec01 .part_voice .txt:before {
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
  }

  /*---------------------
　sec01
-----------------------*/
  #index .sec02 {
    position: relative;
  }

  #index .sec02 .compareArrow:before {
    content: '';
    background: url('img/sec02_comparewrap_tri_top.png') no-repeat top right;
    background-size: 100%;
    width: 150px;
    height: 3rem;
    position: absolute;
    top: 0;
    left: 0;
  }

  #index .sec02 .compareArea {
    background: none;
    position: relative;
  }

  #index .sec02 .compareBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0);
    z-index: -1;
  }

  #index .sec02 .compareBg:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(img/sec02_bg.jpg) center / cover no-repeat;
  }

  #index .sec02 .compareArea .titBox {
    min-height: 21.4rem;
    padding: 4rem 5.3% 0;
  }

  #index .sec02 .secTit {
    text-align: center;
    display: block;
    margin: 0;
  }

  #index .sec02 .secTit .small {
    font-size: 1.6rem;
  }

  #index .sec02 .titBoxInr {
    position: relative;
    padding: 1rem 0 0;
  }

  #index .sec02 .titBoxInr:before {
    width: calc(100% - 40px);
  }

  #index .sec02 .titBoxInr:after {
    width: 43px;
    height: 7px;
    top: -6px;
    left: 0;
  }

  #index .sec02 .titBoxInr02 {
    position: relative;
    padding: 0 0 2rem;
  }

  #index .sec02 .titBoxInr02:before {
    width: calc(100% - 40px);
    bottom: 0;
    left: 0;
  }

  #index .sec02 .titBoxInr02:after {
    width: 43px;
    height: 7px;
    bottom: -6px;
    right: 0;
  }

  #index .sec02 .compareWrap {
    max-width: 100%;
    margin: 0 auto;
  }

  #index .sec02 .compareWrap:before {
    content: '';
    background: url('img/sec02_comparewrap_tri_btm.png') no-repeat;
    background-size: 100%;
    width: 150px;
    height: 3rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #index .sec02 .compareWrap:after {
    height: 3rem;
  }

  #index .sec02 .compareWrap .sq {
    background: url('img/sec02_sq_grad_sp.jpg') no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 106px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 1.5rem 0;
    margin: 0 auto 2rem;
    position: relative;
    top: auto;
    z-index: 1;
  }

  #index .sec02 .compareWrap .sq img {
    width: 80px;
    margin: 0.5rem auto 0;
    display: block;
  }

  #index .sec02 .compareWrap .compareBox {
    justify-content: center;
    margin-bottom: 2rem;
  }

  #index .sec02 .compareWrap .colBox {
    width: 48%;
    padding: 4rem 0;
    position: relative;
    margin: 0 2rem 0 0;
  }

  #index .sec02 .compareWrap .colBox:last-child {
    margin: 0;
  }

  #index .sec02 .compareWrap .colBox:before {
    width: 100px;
    height: 100px;
    top: -7rem;
    left: calc(50% - 40px);
    z-index: 1;
  }

  #index .sec02 .compareWrap .colBox.right_box:before {
    width: 100px;
    height: 100px;
    top: -7.2rem;
    left: calc(50% - 41px);
  }

  #index .sec02 .compareWrap .colBox .boxTit {
    font-size: 3.5vw;
    margin: 0 0 1.5rem;
  }

  #index .sec02 .compareWrap .colBox .boxTit span {
    font-size: 1.7rem;
  }

  #index .sec02 .compareWrap .colBox .itemBox {
    margin: 6rem 0 3rem;
    position: relative;
    min-height: inherit;
    padding: 5rem 0 0;
  }

  #index .sec02 .compareWrap .colBox .itemBox:last-of-type {
    margin: 9rem 0 0;
  }

  #index .sec02 .compareWrap .colBox .itemBox p {
    margin: 0;
    padding: 0 1.5rem;
  }

  #index .sec02 .compareWrap .hover-content {
    background: #b5fcfe;
    padding: 1rem 1rem;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    bottom: auto;
    width: 95vw;
    z-index: 4;
    display: none;
    top: 47px;
  }

  #index .sec02 .compareWrap .hover-content.popup-pink {
    width: 95vw;
    left: 21px;
  }

  #index .sec02 .compareWrap .colBox .ribbon {
    /* background: url("img/sec02_ribbon_sp.png") no-repeat; */
    background-size: 100%;
    width: 73vw;
    height: 60px;
    font-size: 1.4rem;
    padding: 0 2rem;
    position: absolute;
    top: -2rem;
    right: 47%;
    left: 28%;
    z-index: 1;
  }

  #index .sec02 .btn-popup {
    width: 30px;
    height: 30px;
  }

  #index .sec02 .btn-popup:hover {
    opacity: 1;
  }

  #index .sec02 .label_blue,
  #index .sec02 .label_brown {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    width: auto;
    padding: 5px 10px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
  }

  #index .sec02 .label_brown {
    left: auto;
    right: 0;
  }

  #index .sec02 .compareWrap .right_box .txt_bold {
  }

  #index .sec02 .bgWhite {
    background: #fff;
    padding: 0 0 5rem;
  }

  #index .sec02 .careerWrap {
    padding: 0 0 3rem;
  }

  #index .sec02 .careerWrap .topBox {
    height: 8.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    background: #88f9fc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #index .sec02 .careerWrap .topBox:before {
    content: '';
    background: #ed8ad6;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }

  #index .sec02 .careerWrap .topBox:after {
    content: '';
    background: url('img/sec02_career_grad.jpg') no-repeat;
    background-size: 100%;
    width: 230px;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(50% - 110px);
  }

  #index .sec02 .careerWrap .topBox div {
    font-size: 1.3rem;
  }

  #index .sec02 .careerWrap .topBox div:before {
    /* content: ''; */
    background: url('img/sec02_chara01.png') no-repeat;
    background-size: 100%;
    width: 100px;
    height: auto;
    position: absolute;
    top: 0rem;
    left: -8rem;
  }

  #index .sec02 .careerWrap .topBox div:after {
    /* content: ''; */
    background: url('img/sec02_chara02.png') no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0rem;
    right: -8rem;
  }

  #index .sec02 .careerWrap .topBox span {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  #index .sec02 .careerWrap .careerBox {
    display: flex;
    background: #fff;
    max-width: 98%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }

#index .sec02 .btn-popup.btn-white01.btn-step02,
#index .sec02 .btn-popup.btn-white02.btn-step-p02 {
  top: 1.5vw;
}

#index .sec02 .btn-popup.btn-white01.btn-step03,
#index .sec02 .btn-popup.btn-white02.btn-step-p03 {
  top: 0.5vw;
}
  
  #index .sec02 .careerWrap .colBox {
    width: 42%;
  }

  #index .sec02 .careerWrap .colBox:last-child {
    /* z-index: 1; */
  }

  #index .sec02 .careerWrap .itemBox {
    background: rgba(244, 244, 244, 0.7);
    width: 40vw;
    position: relative;
    padding: 2rem 1rem;
    margin: 0;
    margin-top: 4rem!important;
  }

  #index .sec02 .careerWrap .itemBox02.zindex {
    z-index: 2;
  }

  #index .sec02 .careerWrap .itemBox_last.zindex {
    z-index: 1;
  }

  #index .sec02 .careerWrap .itemBox p {
    font-size: 3.5vw;
    line-height: 1.6;
    margin: 0;
  }

  #index .sec02 .careerWrap .label_blue,
  #index .sec02 .careerWrap .label_brown {
    top: -1.3rem;
    left: 0;
  }

  #index .sec02 .careerWrap .label_brown {
    left: auto;
    right: 0;
  }

  #index .sec02 .stepBox {
    width: 20%;
    position: relative;
  }

  #index .sec02 .stepBox > div {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-height: 157px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 0 4rem!important;
  }

  #index .sec02 .stepBox > div:before {
    content: '';
    background: url(img/sec02_career_arrow01.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: -55px;
    left: 0;
    z-index: 1;
  }

  #index .sec02 .stepBox .step01 {
    background: url('img/sec02_career_arrow01_grad.jpg') repeat-y;
    background-size: 100%;
  }

  #index .sec02 .stepBox .step02 {
    background: url('img/sec02_career_arrow02_grad.jpg') repeat-y;
    background-size: 100%;
  }

  #index .sec02 .stepBox .step03 {
    background: url('img/sec02_career_arrow03_grad.jpg') repeat-y;
    background-size: 100%;
  }

  #index .sec02 .stepBox .step02:before {
    background: url(img/sec02_career_arrow02.png) no-repeat;
    background-size: 100%;
  }

  #index .sec02 .stepBox .step03:before {
    background: url(img/sec02_career_arrow03.png) no-repeat;
    background-size: 100%;
  }

  #index .sec02 .stepBox .inr {
    position: relative;
    height: 100%;
    flex: 1;
    padding-top: 7rem;
  }

  #index .sec02 .stepBox .inr:before {
    content: '';
    background: none !important;
    background-size: 100%;
    width: 24px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: -24px;
  }

  #index .sec02 .stepBox .step02 .inr:before {
    background: url(img/sec02_career_arrow02_s_l.png) no-repeat;
    background-size: 100%;
  }

  #index .sec02 .stepBox .step03 .inr:before {
    background: url(img/sec02_career_arrow03_s_l.png) no-repeat;
    background-size: 100%;
  }

  #index .sec02 .stepBox .inr:after {
    content: '';
    background: none !important;
    background-size: 100%;
    width: 24px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    right: -24px;
  }

  #index .sec02 .stepBox .step02 .inr:after {
    background: url(img/sec02_career_arrow02_s_r.png) no-repeat;
    background-size: 100%;
  }

  #index .sec02 .stepBox .step03 .inr:after {
    background: url(img/sec02_career_arrow03_s_r.png) no-repeat;
    background-size: 100%;
  }

  #index .sec02 .stepBox > div img {
    margin: 0 auto 0.3rem;
    display: block;
    position: relative;
    z-index: 0;
  }

  #index .sec02 .stepBox .step01 img {
    margin: 1.5rem auto 1rem;
    width: 50px;
  }

  #index .sec02 .stepBox .inr span {
    width: 91%;
    margin: 0 auto;
    font-size: 3.5vw;
  }

  #index .sec02 .stepBox .step02 img {
    width: 50px;
  }

  #index .sec02 .stepBox .step03 img {
    width: 50px;
  }

  #index .sec02 .hover-content {
    padding: 2rem;
    font-size: 1.4rem;
    position: absolute;
    left: 2rem;
    bottom: -21rem;
    width: 295px;
    z-index: 3;
    display: none;
  }

  #index .sec02 .hover-content.popup-pink {
    left: auto;
    right: -15.5rem;
  }

  #index .sec02 .hover-content:before {
    /* content: ""; */
    background: url('img/sec02_popup_tri_blu.png') no-repeat;
    background-size: 100%;
    width: 160px;
    height: 20px;
    position: absolute;
    top: -2rem;
    right: 0;
  }

  #index .sec02 .hover-content.popup-pink:before {
    background: url('img/sec02_popup_tri_pink.png') no-repeat;
    background-size: 100%;
    transform: scale(-1, 1);
    right: auto;
    left: 0;
  }

  #index .sec02 .hover-content:after {
    /* content: ""; */
    background: url('img/sec02_popup_arrow.png') no-repeat bottom left;
    background-size: 100%;
    width: 140px;
    height: 15px;
    position: absolute;
    top: -2.4rem;
    left: 1rem;
  }

  #index .sec02 .hover-content.popup-pink:after {
    transform: scale(-1, 1);
    left: auto;
    right: 1rem;
  }

  #index .sec02 .hover-content p {
    font-size: 1.4rem !important;
    max-width: 100%;
    padding: 0 !important;
  }

  #index .sec02 .btn-white01,
  #index .sec02 .btn-white02 {
    position: absolute;
    top: 6rem;
    left: -1.6rem;
    width: 30px;
    z-index: 12;
  }

  #index .sec02 .step01 .btn-white01,
  #index .sec02 .step01 .btn-white02 {
    top: 3rem;
  }

  #index .sec02 .btn-white02 {
    right: -1.5rem;
    left: auto;
  }

  #index .sec02 .btn-white01 img,
  #index .sec02 .btn-white02 img {
    margin: 0 !important;
  }

  #index .sec02 .careerBox .hover-content {
    left: 0;
    right: 0;
    bottom: auto;
    width: 100vw;
    z-index: 10;
    display: none;
    top: 6vw !important;
    padding: 3rem 2rem;
    height: auto;
  }

  #index .sec02 .careerBox .hover-content.popup-pink {
    left: auto;
    right: -0.4rem;
  }

  #index .sec02 .careerBox .hover-content p {
    font-weight: normal;
  }

  #index .sec02 .sumArea {
    display: flex;
  }

  #index .sec02 .sumArea .sumBox {
    width: 50%;
    height: auto;
    background: #b5fcfe;
    position: relative;
    padding: 4.5rem 1rem 8rem;
  }

  #index .sec02 .sumArea .sumBox:before {
    content: '';
    background: #b5fcfe;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
  }

  #index .sec02 .sumArea .sumBox:last-child {
    background: #f9b8ea;
    padding: 4.5rem 1rem 8rem;
  }

  #index .sec02 .sumArea .sumBox:last-child:before {
    background: #f9b8ea;
    left: auto;
    right: -100%;
  }

  #index .sec02 .sumArea .sumBox:after {
    content: '';
    background: url('img/sec02_sum_line.png') no-repeat;
    background-size: auto 100%;
    width: 1px;
    height: 70px;
    position: absolute;
    top: -4rem;
    left: 50%;
  }

  #index .sec02 .sumArea .sumBox:last-child:after {
    left: 50%;
  }

  #index .sec02 .sumArea .sumBox .sumInr {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100%;
  }

  #index .sec02 .sumArea .sumBox .sumInr:before {
    content: '';
    background: url('img/sec02_chara03.png') no-repeat;
    background-size: 100%;
    width: 100px;
    height: 104px;
    position: absolute;
    bottom: -12rem;
    left: calc(50% - 53px);
  }

  #index .sec02 .sumArea .sumBox:last-child .sumInr:before {
    background: url('img/sec02_chara04.png') no-repeat;
    background-size: 100%;
    width: 210px;
    height: 107px;
    bottom: -12.2rem;
    left: calc(50% - 102px);
  }

  #index .sec02 .sumArea .sumBox p {
    font-size: 3.2vw;
    line-height: 1.8;
    width: 100%;
  }

  #index .sec02 .notice {
    font-size: 1.3rem;
    text-align: center;
    margin: 4rem 0 0;
    line-height: 2;
  }

  #index .sec02 .matomeArea .wi1100 {
    position: relative;
    padding: 3.5rem 0 8rem;
    z-index: 0;
  }

  #index .sec02 .matomeArea .label_grad {
    width: 221px;
    height: 22px;
    background: url('img/sec02_slash_grad.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: -1rem;
    left: calc(50% - 111px);
    font-size: 1.3rem;
  }

  #index .sec02 .matomeArea .secTit {
    margin: 0 0 2.5rem;
    padding: 0 5.3%;
    line-height: 1.7;
  }

  #index .sec02 .matomeArea .lead {
    padding: 0 5.3%;
  }

  #index .sec02 .matomeArea .lower_bottom {
    margin: 7rem auto 0;
    padding: 4rem 5.3% 4rem;
  }

  #index .sec02 .matomeArea .box {
    margin: 2rem 0 2rem;
  }

  #index .sec02 .repoArea {
    padding: 6rem 5.3% 3rem;
    margin: 0;
  }

  #index .sec02 .repoArea:before {
    content: none;
  }

  #index .sec02 .repoArea .flex {
    display: block;
    margin: 2rem 0 0;
    display: flex;
  }

  #index .sec02 .repoArea .flex .btn-internal {
    order: 2;
  }

  #index .sec02 .repoArea .pic {
    width: 100%;
    margin: 0 auto 3rem;
    order: 1;
  }

  #index .sec02 .repoArea .txtBox {
    width: 100%;
    order: 0;
  }

  #index .sec02 .repoArea .tit {
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem;
  }

  #index .sec02 .repoArea .blsq {
    font-size: 1.9rem;
    line-height: 1.1;
    width: 55px;
    height: 55px;
    margin: 0 1rem 0 0;
    /*padding: 0.6rem 0 0;*/
  }

  #index .sec02 .repoArea .titTxt {
    flex: 1;
  }













#index .sec02 .compareWrap .compareBox.fix {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 14.9vw;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
}



#index .sec02 .compareWrap .compareBox.fix:after {
  /* content: ""; */
  background: #fff;
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: 0;
  right: -100%;
}

#index .sec02 .compareWrap .compareBox.fix .sq {
  background: linear-gradient(
    135deg,
    rgb(5 189 194) 0%,
    rgba(236, 20, 187, 1) 100%
  );
  width: 270px;
  height: 240px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  padding: 3rem 0 0;
  margin: 0 auto 0;
  position: relative;
  top: 7rem;
  z-index: 1;
}

#index .sec02 .compareWrap .compareBox.fix .sq:before {
  content: '（!）で詳細が見れます';
  width: 100%;
  position: absolute;
  top: 24.5rem;
  left: 0;
  color: #333;
  font-size: 1.2rem;
  text-align: center;
}

#index .sec02 .compareWrap .compareBox.fix .sq img {
  width: 150px;
  margin: 2rem 0 0;
}

#index .sec02 .compareWrap .compareBox.fix .compareBox {
  display: flex;
  justify-content: space-between;
}

#index .sec02 .compareWrap .compareBox.fix .colBox {
  background: none;
  width: 48vw;
  padding: 0;
  position: relative;
  float: left;
}

#index .sec02 .compareWrap .compareBox.fix .colBox.left_box{margin-right: 0.6vw;}
#index .sec02 .compareWrap .compareBox.fix .colBox.right_box{margin-left: 3.3vw;}



#index .sec02 .compareWrap .compareBox.fix .colBox:before {
  content: '';
  background: url('/wp/wp-content/uploads/sec02_chara01.png') no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -1.8rem;
  left: calc(50% - 29px);
}

#index .sec02 .compareWrap .compareBox.fix .colBox.right_box:before {
  background: url('/wp/wp-content/uploads/sec02_chara02.png') no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  top: -1.8rem;
  left: calc(50% - 29px);
}

#index .sec02 .compareWrap .compareBox.fix .colBox .boxTit {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
  width: 47vw;
}

#index .sec02 .compareWrap .compareBox.fix .colBox .boxTit span {
  font-size: 1.5rem;
  background: #14549c;
  color: #fff;
  padding: 12vw 1rem 0.2rem 1rem;
  display: block;
}
#index .sec02 .compareWrap .compareBox.fix .colBox.right_box .boxTit span {
    background: #904c65;
}

#index .sec02 .compareWrap .compareBox.fix .colBox .itemBox {
  margin: 0 0 6rem;
  position: relative;
  min-height: 9rem;
}

#index .sec02 .compareWrap .compareBox.fix .colBox .itemBox:last-of-type {
  margin: 0;
}

#index .sec02 .compareWrap .compareBox.fix .colBox .itemBox p {
  margin: 0;
}

#index .sec02 .compareWrap .compareBox.fix .colBox .ribbon {
  background: #f4f4f4;
  background-size: 100%;
  width: 276px;
  height: 80px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: absolute;
  top: 0;
  right: -29rem;
  z-index: 2;
}

























  

  /*---------------------
　sec03
-----------------------*/
  #index .sec03 {
    position: relative;
    padding: 6rem 0 8rem;
  }

  #index .sec03 .secTit {
    margin: 0 0 4rem;
    padding: 0 5.3%;
  }

  #index .sec03 .blWrap {
    display: block;
    margin: 0 0 10rem;
    position: relative;
    padding: 0 5.3%;
  }

  #index .sec03 .blWrap:before {
    content: '';
    background: #000;
    width: 1px;
    height: calc(100% + 100px);
    position: absolute;
    bottom: auto;
    top: 0;
    left: 50%;
  }

  #index .sec03 .blBox {
    width: 100%;
    position: relative;
    padding: 0 2rem 8rem;
    margin: 0 0 8rem;
  }

  #index .sec03 .blBox:last-child {
    margin: 0;
  }

  #index .sec03 .blBox:before {
    content: '';
    background: #fff;
    width: 160px;
    height: 4rem;
    position: absolute;
    top: 0;
    left: 0;
  }

  #index .sec03 .blBox:after {
    content: '';
    position: absolute;
    left: 16rem;
    top: 0;
    background: linear-gradient(to top left, transparent 50%, #fff 50%);
    width: 35px;
    height: 4rem;
  }

  #index .sec03 .jobBox {
    display: block;
    margin: 0 0 1rem;
    padding: 0.8rem 0 0;
    height: auto;
  }

  #index .sec03 .jobBox div {
    font-size: 1.4rem;
    width: 50%;
  }

  #index .sec03 .jobBox .before {
    position: relative;
    margin: 0 0 2rem;
  }

  #index .sec03 .jobBox .before:before {
    content: none;
  }

  #index .sec03 .jobBox .after {
    text-align: left;
    padding: 0 0 0 4rem;
    position: relative;
    width: 100%;
  }

  #index .sec03 .jobBox .after:before {
    content: '';
    background: url('img/sec03_double_arrow.png') no-repeat;
    background-size: 100%;
    width: 33px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
  }

  #index .sec03 .blBox .thumb {
    /* width: 90px; */
    float: none;
    margin: 0;
    /* position: absolute; */
    top: -1.5rem;
    right: 2rem;
  }

  #index .sec03 .blBox .txtBox {
    overflow: inherit;
    width: 100%;
  }

  #index .sec03 .blBox .txtBox p {
    margin: 0;
  }

  #index .sec03 .blBox .txtBox .tit {
    font-size: 1.8rem;
  }

  #index .sec03 .blBox .whBox {
    background: #fff;
    padding: 2rem;
    margin: 2rem 0 0;
  }

  #index .sec03 .blBox .whBox li {
    font-size: 1.4rem;
    background: url('img/icon_star.png') no-repeat left top;
    background-size: 20px auto;
    padding: 0 0 0 2.5rem;
    margin: 0 0 5px;
  }

  #index .sec03 .blBox .btn-internal {
    width: 88%;
    left: calc(50% - 44%);
    bottom: -2.5rem;
  }

  #index .sec03 .alpha {
    width: 84px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }

  #index .sec03 .part_sv {
    margin: -2rem auto 0;
    padding: 4rem 5.3% 8rem;
    position: relative;
  }

  #index .sec03 .part_sv .btns {
    position: absolute;
    bottom: -5rem;
    left: 0;
    margin: 0;
  }

  #index .sec03 .part_sv .btn-web {
    width: 82%;
  }

  #index .sec03 .part_sv .btn-web a {
    background: #000 url(img/arr_wh_right.png) no-repeat right 1.5rem center;
    background-size: 8px auto;
    padding: 1.8rem 2rem;
  }

  /*---------------------
　sec04
-----------------------*/
  #index .sec04 {
    position: relative;
    padding: 2rem 5.3% 10rem;
    margin-top: 4rem;
  }

  #index .sec04 .whichWrap {
    margin: 4rem 0 0;
  }

  #index .sec04 .whichWrap .sTit {
    font-size: 2rem;
    margin: 0 0 2rem;
  }

  #index .sec04 .whichWrap .boxWrap {
    display: block;
  }

  #index .sec04 .whichWrap .boxWrap .box {
    width: 100%;
    padding: 3rem 5.3% 2rem;
    position: relative;
    margin: 0 0 2rem;
  }

  #index .sec04 .whichWrap .boxWrap .box:last-child {
    margin: 0;
  }

  #index .sec04 .whichWrap .boxWrap .box:nth-child(2):after {
    width: 90px;
    height: 84px;
    position: absolute;
    bottom: -7rem;
    left: calc(50% - 45px);
    z-index: 1;
  }

  #index .sec04 .whichWrap .boxWrap .box .tit {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    padding: 0 0 1.5rem;
    text-align: left;
  }

  #index .sec04 .whichWrap .boxWrap .box .tit:before {
    width: 35px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #index .sec04 .part_matome {
    margin: 8rem auto 0;
    max-width: 100%;
    padding: 10rem 5.3% 12rem;
  }

  #index .part_matome .box {
    margin: 0 0 3rem;
  }

  #index .sec04 .part_matome .box .thumb {
    margin: -21rem 0 1rem 0;
    width: 95px;
  }

  #index .sec04 .pointBox {
    background: #fff;
    position: relative;
    padding: 2rem 2rem 2rem;
  }

  #index .sec04 .pointBox:before {
    content: '';
    background: url(img/sec04_point_top.png) no-repeat left;
    background-size: auto 17px;
    height: 16px;
    width: 95%;
    position: absolute;
    top: -1.6rem;
    right: 0;
  }

  #index .sec04 .pointBox:after {
    content: '';
    background: url('img/sec04_point_bottom.png') no-repeat right;
    background-size: auto 17px;
    height: 16px;
    width: 95%;
    position: absolute;
    bottom: -1.6rem;
    left: 0;
  }

  #index .sec04 .pointBox p {
    margin: 0;
  }

  #index .part_matome .btn-internal {
    margin: 0;
    position: absolute;
    bottom: -5rem;
    left: calc(50% - 45%);
  }

  #index .part_matome .btn-internal a {
    background: #fff url(img/arr_bla_right.png) no-repeat right 1.5rem center;
    background-size: 8px auto;
    padding: 1.8rem 4rem;
  }

  /*---------------------
　sec05
-----------------------*/
  #index .sec05 {
    position: relative;
    padding: 4rem 5.3%;
  }

  #index .sec05 .flowBox {
    background: url('img/arr_grad.png') no-repeat bottom 4rem center;
    background-size: 90px auto;
    padding: 0 0 9rem;
    margin-top: 3rem;
  }

  #index .sec05 .flowBox.last {
    background: none;
    padding: 0;
  }

  #index .sec05 .flowBox .pic.spscroll:before {
    content: '▼(！)をクリックすると詳細が見れます▼';
    position: relative;
    font-size: 1.3rem;
    text-align: center;
    display: block;
  }

  #index .sec05 .pic {
    margin: 0 0 0;
    text-align: center;
    display: flex;
    overflow-x: scroll;
    width: 100%;
    position: relative;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    display: block;
  }

  #index .sec05 .pic img {
    width: 226vw; /* テーブルのwidth */
    position: relative;
    max-width: none;
  }

  #index .sec05 .grayBoxWrap {
    position: relative;
    padding: 1.5rem 0;
  }

  #index .sec05 .grayBoxWrap:before {
    width: calc(100% - 40px);
  }

  #index .sec05 .grayBoxWrap:after {
    width: 43px;
    height: 7px;
    top: -6px;
    left: 0;
  }

  #index .sec05 .grayBoxInr {
    position: relative;
  }

  #index .sec05 .grayBoxInr:before {
    width: calc(100% - 40px);
  }

  #index .sec05 .grayBoxInr:after {
    width: 43px;
    height: 7px;
    bottom: -2rem;
    right: 0;
  }

  #index .sec05 .grayBox {
    background: #f4f4f4 url(/wp/wp-content/uploads/sec05_chara.png) no-repeat
      right 3rem top 1rem;
    background-size: 60px auto;
    padding: 2rem;
  }

  #index .sec05 .grayBox p {
    margin: 0;
  }

  #index .sec05 .grayBox .pointTxt {
    font-size: 1.8rem;
    margin: 2rem 0 2rem;
    padding: 0 9rem 0 0;
  }

  #index .sec05 .stageBox {
    width: 100%;
    margin: 0 0 2rem 0;
  }

  #index .sec05 .stageBox a {
    display: block;
  }

  #index .sec05 .stageBox:nth-child(2n) {
    margin: 0 0 2rem 0;
  }

  #index .sec05 .stageBox .thumb {
    width: 100%;
    height: 234px;
  }

  #index .sec05 .stageBox .txtBox {
    flex: 1;
    padding: 0 2rem 2rem;
  }

  #index .sec05 .stageBox .txtBox p {
    margin: 0;
    line-height: 1.7;
  }

  #index .sec05 .stageBox .txtBox .tit {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
    background: url('img/arr_bla_right.png') no-repeat right center;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
  }

  /*---------------------
　sec06
-----------------------*/
  #index .sec06 {
    position: relative;
    padding: 4rem 5.3% 4rem;
  }

  #index .sec06 .chapterWrap {
    margin: 3rem 0 0;
    border-top: solid 1px #000;
  }

  #index .sec06 .chapterWrap .row {
    display: block;
    border-bottom: none;
  }

  #index .sec06 .chapterWrap .row:last-child {
    margin: 0;
    border-bottom: none;
  }

  #index .sec06 .chapterBox {
    width: 100%;
    border-left: solid 1px #000;
  }

  #index .sec06 .chapterBox:nth-child(2n) {
    border-right: solid 1px #000;
  }

  #index .sec06 .chapterBox {
    width: 100%;
    border-bottom: solid 1px #000;
  }

  #index .sec06 .chapterBox a {
    text-decoration: none;
    display: block;
    padding: 4rem 2rem 2rem;
    position: relative;
  }

  #index .sec06 .chapterBox a:before {
    content: '';
    background: url('img/sec05_num01.png') no-repeat;
    background-size: 100%;
    width: 63px;
    height: 42px;
    position: absolute;
    top: 2rem;
    left: 2rem;
  }

  #index .sec06 .chapterBox:nth-child(2n) a:before {
    right: 2rem;
  }

  #index .sec06 .chapterBox a:before {
    width: 85px;
  }

  #index .sec06 .row:nth-child(5) .chapterBox:nth-child(2) a:before {
    background: url('img/sec05_num10.png') no-repeat;
    background-size: 100%;
    width: 86px;
    height: 53px;
  }

  #index .sec06 .row:nth-child(6) .chapterBox a:before {
    background: url('img/sec05_num11.png') no-repeat;
    background-size: 100%;
    width: 68px;
    height: 53px;
  }

  #index .sec06 .chapterBox p {
    margin: 0;
  }

  #index .sec06 .chapterBox .tit {
    font-size: 1.8rem;
    background: url('img/arr_bla_right.png') no-repeat right center;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    margin: 0 0 2rem;
  }

  /*---------------------
　sec07
-----------------------*/
  #index .sec07 {
    margin: 0 0 8rem;
  }

  #index .sec07 .sec07Inr {
    margin: 0;
  }

  #index .sec07 .part_sv {
    padding: 2.5rem 5.3% 7rem;
    margin: 4rem 0 12rem;
    position: relative;
  }

  #index .sec07 .topBox {
    display: block;
    margin: 0 0 3rem;
  }

  #index .sec07 .part_sv .label {
    font-size: 1.6rem;
    max-width: inherit;
    margin: 0;
    position: relative;
    width: auto;
    height: 4rem;
    text-align: left;
    padding: 9px 0 0;
    display: inline-block;
  }

  #index .sec07 .part_sv .label:after {
    content: '';
    background: url('img/sec07_slash.png') no-repeat;
    background-size: 100%;
    width: 100px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -10rem;
  }

  #index .sec07 .part_sv .label span {
    right: auto;
    left: 0;
  }

  #index .sec07 .topBox .comTit {
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.4;
    margin: 2rem 0 0;
  }

  #index .sec07 .topBox .comTit span {
    font-size: 2.4rem;
  }

  #index .sec07 .pic {
    width: 100%;
    margin: 0 0 2rem;
  }

  #index .sec07 .grayBox {
    background: #f4f4f4;
    max-width: 89%;
    margin: 0 auto;
    padding: 3rem 2rem 3rem 2rem;
    position: relative;
  }

  #index .sec07 .grayBox:before {
    content: '';
    background: url('/wp/wp-content/uploads/sec05_chara.png') no-repeat;
    background-size: 100%;
    width: 68px;
    height: 110px;
    position: absolute;
    top: -1.5rem;
    right: 0.5rem;
  }

  #index .sec07 .grayBox .tit {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 1.5rem;
  }

  #index .sec07 .grayBox p {
    max-width: 100%;
  }

  #index .sec07 .txtBox {
    width: 100%;
    float: none;
  }

  #index .sec07 .sTit {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
  }

  #index .sec07 .part_sv .txt,
  #index .sec07 .part_sv .btns {
    width: auto;
    float: none;
  }

  #index .sec07 .part_sv .txt {
    margin: 0;
  }

  #index .sec07 .part_sv .btns {
    margin: 3rem auto 0;
  }

  #index .sec07 .part_sv .btn-web {
    position: absolute;
    bottom: -7rem;
    left: calc(50% - 44%);
  }

  #index .sec07 .part_sv .btn-web a {
    padding: 1.8rem 4rem;
  }

  #index .sec07 .btn-link {
    max-width: 100%;
    margin: 1.5rem auto 0;
  }

  .side-toc dt:before {
    top: 21px;
    right: -7px;
  }
}
