/* pink */
/* purple */
/* line 9, ../../sass/aboutwork/style.scss */
.aboutwork {
  /* ==========================================================================
  	   header-mv
  	 ========================================================================== */
  /* ==========================================================================
    contents
    ========================================================================== */
}
/* line 16, ../../sass/aboutwork/style.scss */
.aboutwork .header-mv .top-mv {
  background: #fff url(/staff-recruit/common/img/aboutwork/share/mv.jpg) top center no-repeat;
  background-size: cover;
}
/* line 22, ../../sass/aboutwork/style.scss */
.aboutwork .cont-block {
  position: relative;
  margin-top: 100px;
}
/* line 32, ../../sass/aboutwork/style.scss */
.aboutwork .contents .wrap {
  position: relative;
}
/* line 36, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-h3 {
  margin-bottom: 10px;
  padding-left: 4.88281%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #eb88aa;
  border-left: 2px solid #eb88aa;
}
/* line 44, ../../sass/aboutwork/style.scss */
.aboutwork .contents .txt {
  padding: 0 4.88281%;
}
/* line 48, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-anchor {
  margin-top: 100px;
}
/* line 50, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-anchor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 56, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-anchor li {
  width: 13.67188%;
  background: #fff;
}
/* line 63, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-anchor a {
  position: relative;
  padding: 15px 4.03226%;
  height: 144px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #554666;
  line-height: 1.4;
  text-align: center;
}
/* line 74, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-anchor a:after {
  position: absolute;
  bottom: 8px;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #eb88aa;
  border-bottom: 2px solid #eb88aa;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
/* line 87, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-anchor a p {
  margin-top: 12.09677%;
}
/* line 90, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-anchor a p span {
  display: inline-block;
}
/* line 95, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-anchor .anchor-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(235, 136, 170, 0.95);
  opacity: 0;
  transition: all .3s ease-out;
}
/* line 105, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-anchor .anchor-hover ul {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
}
/* line 113, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-anchor .anchor-hover li {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  background: none;
}
/* line 121, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-anchor .anchor-hover li span {
  display: inline-block;
}
/* line 128, ../../sass/aboutwork/style.scss */
.aboutwork .contents .block {
  margin-top: 50px;
  float: left;
  width: 50%;
}
/* line 132, ../../sass/aboutwork/style.scss */
.aboutwork .contents .block.right {
  float: right;
}
/* line 138, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-img {
  position: absolute;
  z-index: -1;
  opacity: .15;
}
/* line 143, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-block-outline {
  margin-top: 0;
}
/* line 153, ../../sass/aboutwork/style.scss */
.aboutwork .contents .tl-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 55px 0 50px;
}
/* line 162, ../../sass/aboutwork/style.scss */
.aboutwork .contents .tl-block .tl-block-tl.col {
  width: 50%;
}
/* line 166, ../../sass/aboutwork/style.scss */
.aboutwork .contents .tl-block .tl-block-tl h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 120px;
  font-size: 12rem;
  line-height: .8;
  color: #fff;
  font-feature-settings: "palt" 1;
  text-align: right;
}
/* line 176, ../../sass/aboutwork/style.scss */
.aboutwork .contents .tl-block .tl-block-tl p {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #554666;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
}
/* line 185, ../../sass/aboutwork/style.scss */
.aboutwork .contents .tl-block .tl-block-tl p.sub-txt {
  margin-top: 4.88281%;
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 189, ../../sass/aboutwork/style.scss */
.aboutwork .contents .tl-block .tl-block-tl p.sub-txt span {
  display: inline-block;
}
/* line 195, ../../sass/aboutwork/style.scss */
.aboutwork .contents .tl-block .tl-block-tl.tl-box {
  padding-left: 4.88281%;
  border-left: 2px solid #554666;
}
/* line 200, ../../sass/aboutwork/style.scss */
.aboutwork .contents .tl-block .tl-block-txt {
  padding: 30px 2.92969%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #444;
  text-align: left !important;
  font-weight: normal;
  background: #fff;
}
/* line 212, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-inner .inner-item + .inner-item {
  margin-top: 50px;
}
/* line 218, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-senpai {
  margin-top: 20px;
  padding-left: 4.88281%;
}
/* line 222, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-senpai .cont-senpai-h4 {
  margin: 15px 10px 15px 0;
  padding: 12px 30px;
  width: 130px;
  height: 60px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  background: #554666;
}
/* line 233, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-senpai ul {
  display: inline-block;
  vertical-align: middle;
}
/* line 238, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-senpai li {
  margin-right: 10px;
  float: left;
  display: block;
  width: 100px;
}
/* line 244, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-senpai a {
  position: relative;
  padding: 0 5px;
  width: 100%;
  display: block;
  text-align: center;
}
/* line 250, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-senpai a:after {
  position: absolute;
  top: 65px;
  right: 5px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/staff-recruit/common/img/aboutwork/share/senpai-arrow.svg) center no-repeat;
  transition: all .15s ease-out;
}
/* line 261, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-senpai a:hover:after {
  right: 0;
}
/* line 266, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-senpai .senpai-img {
  margin-bottom: 5px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 100px;
  background: #ddd;
}
/* line 274, ../../sass/aboutwork/style.scss */
.aboutwork .contents .cont-senpai p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #444;
}
@media only screen and (min-width: 1024px) {
  /* line 327, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-anchor a:hover:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  /* line 331, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-anchor a:hover .anchor-hover {
    display: block;
    opacity: 1;
  }
}
@media only screen and (max-width: 960px) {
  /* line 343, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-anchor a {
    padding: 15px 5%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 350, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-tl h2 {
    font-size: 100px;
    font-size: 10rem;
  }
  /* line 353, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-tl p {
    font-size: 30px;
    font-size: 3rem;
  }
  /* line 357, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-txt {
    padding: 20px 3%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 812px) and (min-width: 481px) and (orientation: landscape) {
  /* line 9, ../../sass/aboutwork/style.scss */
  .aboutwork {
    /*.header-mv {
      .mv {
        width: 1024px;
        background-size: cover;
      }
    }*/
  }
}
@media screen and (max-width: 768px) {
  /* line 9, ../../sass/aboutwork/style.scss */
  .aboutwork {
    /* ==========================================================================
      header
      ========================================================================== */
    /* ==========================================================================
       contents
       ========================================================================== */
    /* ==========================================================================
        .sp-modal
      ========================================================================== */
  }
  /* line 376, ../../sass/aboutwork/style.scss */
  .aboutwork .pc {
    display: none;
  }
  /* line 377, ../../sass/aboutwork/style.scss */
  .aboutwork .contents {
    overflow-x: hidden;
  }
  /* line 385, ../../sass/aboutwork/style.scss */
  .aboutwork .header-mv .top-mv {
    background: url(/staff-recruit/common/img/aboutwork/share/sp_mv.jpg) center no-repeat;
    background-size: cover;
  }
  /* line 390, ../../sass/aboutwork/style.scss */
  .aboutwork .header {
    border-bottom: none;
    max-width: initial;
    width: 100%;
    margin: 0 auto;
  }
  /* line 401, ../../sass/aboutwork/style.scss */
  .aboutwork .header .link-block,
  .aboutwork .header.fixed .link-block {
    display: none;
  }
  /* line 417, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-anchor ul {
    gap: 7px;
    margin: auto;
    width: 100%;
    max-width: 496px;
  }
  /* line 424, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-anchor li {
    width: 32%;
    max-width: 144px;
  }
  /* line 431, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-anchor a:hover:after {
    border-right: 2px solid #eb88aa;
    border-bottom: 2px solid #eb88aa;
  }
  /* line 435, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-anchor a:hover .anchor-hover {
    display: none;
  }
  /* line 441, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .block {
    margin-top: 30px;
    width: 100%;
  }
  /* line 446, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-senpai .cont-senpai-h4 {
    padding: 12px 20px;
    width: auto;
  }
  /* line 454, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-tl h2 {
    font-size: 13.02083vw;
  }
  /* line 457, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-tl p {
    font-size: 3.90625vw;
  }
  /* line 463, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-img {
    width: 270px;
  }
  /* line 505, ../../sass/aboutwork/style.scss */
  .aboutwork .sp-modal .sp-modal-id {
    margin-top: 20px;
  }
  /* line 512, ../../sass/aboutwork/style.scss */
  .aboutwork .suggest .block {
    width: 50%;
  }
  /* line 515, ../../sass/aboutwork/style.scss */
  .aboutwork .suggest .suggest_a {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  /* line 9, ../../sass/aboutwork/style.scss */
  .aboutwork {
    /* ==========================================================================
       header
       ========================================================================== */
    /* ==========================================================================
       contents
       ========================================================================== */
  }
  /* line 532, ../../sass/aboutwork/style.scss */
  .aboutwork .sp-header-mv {
    display: block;
  }
  /* line 534, ../../sass/aboutwork/style.scss */
  .aboutwork .sp-header-mv img {
    width: 100%;
    height: auto;
  }
  /* line 540, ../../sass/aboutwork/style.scss */
  .aboutwork .mv-btn {
    width: 236px;
  }
  /* line 542, ../../sass/aboutwork/style.scss */
  .aboutwork .mv-btn p {
    top: -50px;
  }
  /* line 573, ../../sass/aboutwork/style.scss */
  .aboutwork .header .link-block,
  .aboutwork .hesder.fixed .link-block {
    display: none;
  }
  /* line 583, ../../sass/aboutwork/style.scss */
  .aboutwork .cont-block {
    margin-top: 9.375%;
  }
  /* line 587, ../../sass/aboutwork/style.scss */
  .aboutwork .contents {
    margin-top: -120px;
  }
  /* line 590, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-h2 {
    margin-top: 11.875%;
  }
  /* line 594, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-h3 {
    font-size: 3.125vw;
  }
  /* line 598, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-anchor {
    margin-top: 12.5%;
  }
  /* line 603, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block {
    margin: 0 0 10.15625%;
  }
  /* line 607, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-tl.col {
    width: 100%;
  }
  /* line 610, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-tl.col:first-child {
    margin-bottom: -5.46875%;
  }
  /* line 619, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-inner .inner-item.inner-item {
    margin-top: 9.375%;
  }
  /* line 628, ../../sass/aboutwork/style.scss */
  .aboutwork .suggest .block {
    padding-top: 0;
  }
  /* line 632, ../../sass/aboutwork/style.scss */
  .aboutwork .suggest .suggest_a {
    position: relative;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  /* line 641, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-anchor {
    /* li{
      margin-bottom: 2%;
      width: 32%;
    } */
  }
  /* line 646, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-anchor a {
    padding: 10px 5%;
    height: 130px;
    font-size: 10px;
    font-size: 1rem;
  }
  /* line 653, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 657, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 662, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-senpai p {
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 666, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .cont-senpai .cont-senpai-h4 {
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 673, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-tl h2 {
    font-size: 55px;
    font-size: 5.5rem;
  }
  /* line 677, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-tl p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 682, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-tl p.sub-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 688, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-tl.col:first-child {
    margin-bottom: -2.2rem;
  }
  /* line 693, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .tl-block .tl-block-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 698, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .suggest {
    margin-top: 40px;
  }
  /* line 704, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .suggest a:hover .suggest_a::after {
    width: 18px;
    height: 10px;
    background-size: cover;
  }
  /* line 712, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .suggest .suggest_a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 715, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .suggest .suggest_a::after {
    width: 18px;
    height: 10px;
    background-size: cover;
  }
  /* line 721, ../../sass/aboutwork/style.scss */
  .aboutwork .contents .suggest .block {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1400px) {
  /* line 733, ../../sass/aboutwork/style.scss */
  .aboutwork .header-mv .top-mv {
    background-size: cover;
  }
}
