@charset "UTF-8";
/*---------------------------------------------------------
/recruit/correlation/
---------------------------------------------------------*/
#page-top {
  z-index: 9;
}

html {
  font-size: 5px;
}
@media only screen and (min-width: 320px) and (max-width: 350px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  html {
    font-size: 0.8064516129vw;
  }
}

#correlation-page {
  font-size: 2.8rem;
  line-height: 1;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}
#correlation-page html, #correlation-page body,
#correlation-page div, #correlation-page article, #correlation-page section, #correlation-page main,
#correlation-page h1, #correlation-page h2, #correlation-page h3, #correlation-page h4, #correlation-page h5, #correlation-page h6,
#correlation-page dl, #correlation-page dt, #correlation-page dd,
#correlation-page ul, #correlation-page ol, #correlation-page li,
#correlation-page pre, #correlation-page form, #correlation-page input, #correlation-page textarea, #correlation-page address, #correlation-page nav,
#correlation-page table, #correlation-page th, #correlation-page td,
#correlation-page a, #correlation-page p, #correlation-page img, #correlation-page figure, #correlation-page span, #correlation-page em, #correlation-page small {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#correlation-page html:before, #correlation-page html:after, #correlation-page body:before, #correlation-page body:after,
#correlation-page div:before,
#correlation-page div:after, #correlation-page article:before, #correlation-page article:after, #correlation-page section:before, #correlation-page section:after, #correlation-page main:before, #correlation-page main:after,
#correlation-page h1:before,
#correlation-page h1:after, #correlation-page h2:before, #correlation-page h2:after, #correlation-page h3:before, #correlation-page h3:after, #correlation-page h4:before, #correlation-page h4:after, #correlation-page h5:before, #correlation-page h5:after, #correlation-page h6:before, #correlation-page h6:after,
#correlation-page dl:before,
#correlation-page dl:after, #correlation-page dt:before, #correlation-page dt:after, #correlation-page dd:before, #correlation-page dd:after,
#correlation-page ul:before,
#correlation-page ul:after, #correlation-page ol:before, #correlation-page ol:after, #correlation-page li:before, #correlation-page li:after,
#correlation-page pre:before,
#correlation-page pre:after, #correlation-page form:before, #correlation-page form:after, #correlation-page input:before, #correlation-page input:after, #correlation-page textarea:before, #correlation-page textarea:after, #correlation-page address:before, #correlation-page address:after, #correlation-page nav:before, #correlation-page nav:after,
#correlation-page table:before,
#correlation-page table:after, #correlation-page th:before, #correlation-page th:after, #correlation-page td:before, #correlation-page td:after,
#correlation-page a:before,
#correlation-page a:after, #correlation-page p:before, #correlation-page p:after, #correlation-page img:before, #correlation-page img:after, #correlation-page figure:before, #correlation-page figure:after, #correlation-page span:before, #correlation-page span:after, #correlation-page em:before, #correlation-page em:after, #correlation-page small:before, #correlation-page small:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  #correlation-page {
    font-size: 1.6rem;
  }
}
#correlation-page * {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ W3","HiraKakuPro-W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
#correlation-page img {
  width: 100%;
  vertical-align: bottom;
}
#correlation-page a {
  color: inherit;
}
#correlation-page .res-pc {
  display: inline !important;
}
@media only screen and (max-width: 767px) {
  #correlation-page .res-pc {
    display: none !important;
  }
}
#correlation-page .res-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  #correlation-page .res-sp {
    display: inline !important;
  }
}
#correlation-page .inner {
  padding: 0 3.8rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 2.0rem;
  }
}
#correlation-page #cor-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
#correlation-page #cor-modal.modal-open {
  opacity: 1;
  pointer-events: auto;
}
#correlation-page #cor-modal .modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#correlation-page #cor-modal .modal-flex .modal-container {
  overflow: auto;
  width: 100%;
  padding: 10.0rem 0;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .modal-flex .inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    max-width: 1030px;
  }
}
#correlation-page #cor-modal .modal-flex .modal-box {
  position: relative;
  background-color: #fff;
}
#correlation-page #cor-modal #modal-close {
  position: absolute;
  top: -3.5rem;
  right: -1.5rem;
  width: 9.0rem;
  height: 9.0rem;
  border-radius: 100vw;
  background-color: #fff;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal #modal-close {
    top: -3.0rem;
    right: -3.0rem;
    width: 8.0rem;
    height: 8.0rem;
  }
}
#correlation-page #cor-modal #modal-close:before, #correlation-page #cor-modal #modal-close:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #ccc;
  width: 4.6rem;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal #modal-close:before, #correlation-page #cor-modal #modal-close:after {
    width: 3.0rem;
    height: 2px;
  }
}
#correlation-page #cor-modal #modal-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#correlation-page #cor-modal #modal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#correlation-page #cor-modal .cor-modal-head {
  padding: 3.0rem 1em;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-head {
    padding: 2.5rem 1em;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body dl, #correlation-page #cor-modal .cor-modal-body ._box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify-content;
    -ms-flex-pack: justify-content;
    justify-content: justify-content;
  }
}
#correlation-page #cor-modal .cor-modal-body dl dt, #correlation-page #cor-modal .cor-modal-body dl ._title, #correlation-page #cor-modal .cor-modal-body ._box dt, #correlation-page #cor-modal .cor-modal-body ._box ._title {
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 4.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body dl dt, #correlation-page #cor-modal .cor-modal-body dl ._title, #correlation-page #cor-modal .cor-modal-body ._box dt, #correlation-page #cor-modal .cor-modal-body ._box ._title {
    font-size: 1.8rem;
    margin-top: 0.3rem;
    width: 16.0rem;
    text-align: left;
    margin-bottom: 0;
  }
}
#correlation-page #cor-modal .cor-modal-body dl dd, #correlation-page #cor-modal .cor-modal-body dl ._txt, #correlation-page #cor-modal .cor-modal-body ._box dd, #correlation-page #cor-modal .cor-modal-body ._box ._txt {
  font-size: 2.6rem;
  line-height: 1.9230769231;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body dl dd, #correlation-page #cor-modal .cor-modal-body dl ._txt, #correlation-page #cor-modal .cor-modal-body ._box dd, #correlation-page #cor-modal .cor-modal-body ._box ._txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    font-size: 1.6rem;
  }
}
#correlation-page #cor-modal .cor-modal-body .cor-modal-article {
  padding: 2.0rem 5.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body .cor-modal-article {
    padding: 1.5rem 6.0rem;
  }
}
#correlation-page #cor-modal .cor-modal-body .cor-modal-article ._box {
  padding: 5.0rem 0;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body .cor-modal-article ._box {
    padding: 3.5rem 0;
  }
}
#correlation-page #cor-modal .cor-modal-body .cor-modal-article ._box:nth-child(n+2) {
  padding-top: 5.0rem;
  border-top: 1px solid #c3c1c1;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body .cor-modal-article ._box:nth-child(n+2) {
    padding-top: 3.5rem;
  }
}
#correlation-page #cor-modal .cor-modal-body .cor-modal-related {
  background-color: #f5f5f5;
  padding: 7.0rem 12.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body .cor-modal-related dl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#correlation-page #cor-modal .cor-modal-body .cor-modal-related dl dt {
  margin-bottom: 5.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body .cor-modal-related dl dt {
    margin-bottom: 0;
    width: 19.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body .cor-modal-related dl dd {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-width: calc( (24.0rem * 2) + 5.0rem );
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body .cor-modal-related dl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body .cor-modal-related dl ul li {
    width: 24.0rem;
  }
}
#correlation-page #cor-modal .cor-modal-body .cor-modal-related dl ul li:nth-child(n+2) {
  margin-top: 5.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body .cor-modal-related dl ul li:nth-child(n+2) {
    margin: 0;
  }
}
#correlation-page #cor-modal .cor-modal-body .cor-modal-related dl ul li ._cap {
  margin-top: 1.5rem;
  font-size: 2.6rem;
  color: #333;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-modal .cor-modal-body .cor-modal-related dl ul li ._cap {
    margin-top: 1.0rem;
    font-size: 1.6rem;
    text-align: left;
  }
}
#correlation-page #cor-modal.modal-orange .cor-modal-head {
  background: -webkit-gradient(linear, left top, right top, from(#f2733f), to(#f63d57));
  background: linear-gradient(to right, #f2733f, #f63d57);
}
#correlation-page #cor-modal.modal-orange #modal-close:before, #correlation-page #cor-modal.modal-orange #modal-close:after {
  background-color: #f63d57;
}
#correlation-page #cor-modal.modal-green .cor-modal-head {
  background: -webkit-gradient(linear, left top, right top, from(#40d7a1), to(#3db9b4));
  background: linear-gradient(to right, #40d7a1, #3db9b4);
}
#correlation-page #cor-modal.modal-green #modal-close:before, #correlation-page #cor-modal.modal-green #modal-close:after {
  background-color: #3db9b4;
}
#correlation-page #cor-modal.modal-red .cor-modal-head {
  background: -webkit-gradient(linear, left top, right top, from(#fd6f7e), to(#f75897));
  background: linear-gradient(to right, #fd6f7e, #f75897);
}
#correlation-page #cor-modal.modal-red #modal-close:before, #correlation-page #cor-modal.modal-red #modal-close:after {
  background-color: #f75897;
}
#correlation-page #cor-modal.modal-blue .cor-modal-head {
  background: -webkit-gradient(linear, left top, right top, from(#3db9e2), to(#5785e8));
  background: linear-gradient(to right, #3db9e2, #5785e8);
}
#correlation-page #cor-modal.modal-blue #modal-close:before, #correlation-page #cor-modal.modal-blue #modal-close:after {
  background-color: #5785e8;
}
#correlation-page #cor-modal.modal-yellow .cor-modal-head {
  background: -webkit-gradient(linear, left top, right top, from(#fdbe51), to(#f7a077));
  background: linear-gradient(to right, #fdbe51, #f7a077);
}
#correlation-page #cor-modal.modal-yellow #modal-close:before, #correlation-page #cor-modal.modal-yellow #modal-close:after {
  background-color: #f7a077;
}
#correlation-page .modal-item {
  display: none;
}
#correlation-page #cor-mv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 105.9rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-mv {
    height: 46.0rem;
  }
}
#correlation-page #cor-mv:before {
  position: absolute;
  z-index: -1;
  display: block;
  content: " ";
  background: no-repeat center center / cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #correlation-page #cor-mv:before {
    background-image: url(/recruit/chart/images/cor-mv-sp.jpg);
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-mv:before {
    background-image: url(/recruit/chart/images/cor-mv-pc.jpg);
    background-size: 100% 100%;
  }
}
#correlation-page #cor-mv #cor-mv-txt {
  padding-top: 10.5rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-mv #cor-mv-txt {
    text-align: left;
    padding-top: 10.0rem;
  }
}
#correlation-page #cor-mv #cor-mv-txt ._catch {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-mv #cor-mv-txt ._catch {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
  }
}
#correlation-page #cor-mv #cor-mv-txt ._title {
  margin-top: 2.5rem;
  font-size: 6.8rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-mv #cor-mv-txt ._title {
    margin-top: 1.5rem;
    font-size: 4.6rem;
  }
}
#correlation-page #cor-mv #cor-mv-txt ._title span {
  position: relative;
  display: inline-block;
  line-height: 1;
}
#correlation-page #cor-mv #cor-mv-txt ._title span:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(/recruit/chart/images/cor-mv-script.png) no-repeat center center/contain;
  width: 35.7rem;
  height: 4.6rem;
  top: 4.7rem;
  left: 14.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-mv #cor-mv-txt ._title span:before {
    width: 25.4rem;
    height: 3.3rem;
    top: 3.5rem;
    left: 8.0rem;
  }
}
#correlation-page #cor-mv #cor-mv-txt ._lead {
  margin-top: 7.0rem;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-mv #cor-mv-txt ._lead {
    margin-top: 6.0rem;
    font-size: 1.6rem;
    line-height: 1.9375;
    letter-spacing: 0;
  }
}
#correlation-page #cor-mv #cor-mv-img {
  display: block;
  width: 64.7rem;
  margin: 2.0rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-mv #cor-mv-img {
    position: absolute;
    top: 6.2rem;
    right: 9.0rem;
    width: 61.9rem;
  }
}
@media screen and (min-width: 1500px) {
  #correlation-page #cor-mv #cor-mv-img {
    right: auto;
    left: 50%;
    margin-left: 4.0rem;
  }
}
#correlation-page #cor-mv #cor-mv-img img {
  margin-left: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-mv #cor-mv-img img {
    margin-left: 0;
  }
}
#correlation-page #cor-contents {
  position: relative;
  z-index: 1;
  padding-top: 1px;
  padding-bottom: 12.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-contents {
    padding-bottom: 14.0rem;
  }
}
#correlation-page #cor-contents:before, #correlation-page #cor-contents:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: " ";
  background: no-repeat center center / contain;
}
@media only screen and (max-width: 767px) {
  #correlation-page #cor-contents:before {
    background-image: url(/recruit/chart/images/cor-bg-01-sp.gif);
    width: 29.1rem;
    height: 37.2rem;
    top: 63.3rem;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-contents:before {
    background-image: url(/recruit/chart/images/cor-bg-01-pc.gif);
    width: 27.4rem;
    height: 37.1rem;
    top: 0rem;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #correlation-page #cor-contents:after {
    background-image: url(/recruit/chart/images/cor-bg-02-sp.gif);
    width: 46.2rem;
    height: 79.1rem;
    bottom: 5.0rem;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-contents:after {
    background-image: url(/recruit/chart/images/cor-bg-02-pc.gif);
    width: 59.2rem;
    height: 67.5rem;
    bottom: 0;
    left: 0;
  }
}
#correlation-page .cor-sec {
  position: relative;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  padding: 4.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page .cor-sec {
    padding: 3.5rem 2.0rem 2.0rem;
  }
}
#correlation-page .cor-sec-orange {
  background: linear-gradient(120deg, rgba(242, 115, 63, 0.3), rgba(246, 61, 87, 0.3)), #fff;
}
#correlation-page .cor-sec-orange .cor-list a {
  background: -webkit-gradient(linear, left top, right top, from(#f2733f), to(#f63d57));
  background: linear-gradient(to right, #f2733f, #f63d57);
}
#correlation-page .cor-sec-orange .cor-create-title {
  color: #f63d57;
}
#correlation-page .cor-sec-green {
  background: linear-gradient(120deg, rgba(64, 215, 161, 0.2), rgba(61, 185, 180, 0.2)), #fff;
}
#correlation-page .cor-sec-green .cor-list a {
  background: -webkit-gradient(linear, left top, right top, from(#40d7a1), to(#3db9b4));
  background: linear-gradient(to right, #40d7a1, #3db9b4);
}
#correlation-page .cor-sec-green .cor-create-title {
  color: #3db9b4;
}
#correlation-page .cor-sec-red {
  background: linear-gradient(120deg, rgba(253, 111, 126, 0.2), rgba(247, 88, 151, 0.2)), #fff;
}
#correlation-page .cor-sec-red .cor-list a {
  background: -webkit-gradient(linear, left top, right top, from(#fd6f7e), to(#f75897));
  background: linear-gradient(to right, #fd6f7e, #f75897);
}
#correlation-page .cor-sec-red .cor-create-title {
  color: #f75897;
}
#correlation-page .cor-sec-blue {
  background: linear-gradient(120deg, rgba(61, 185, 226, 0.2), rgba(87, 133, 232, 0.2)), #fff;
}
#correlation-page .cor-sec-blue .cor-list a {
  background: -webkit-gradient(linear, left top, right top, from(#3db9e2), to(#5785e8));
  background: linear-gradient(to right, #3db9e2, #5785e8);
}
#correlation-page .cor-sec-blue .cor-create-title {
  color: #5785e8;
}
#correlation-page .cor-sec-yellow {
  background: linear-gradient(120deg, rgba(253, 190, 81, 0.2), rgba(247, 160, 119, 0.2)), #fff;
}
#correlation-page .cor-sec-yellow .cor-list a {
  background: -webkit-gradient(linear, left top, right top, from(#fdbe51), to(#f7a077));
  background: linear-gradient(to right, #fdbe51, #f7a077);
}
#correlation-page .cor-sec-yellow .cor-create-title {
  color: #f7a077;
}
#correlation-page .cor-sec-title {
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 3.4rem;
  font-weight: bold;
  color: #f63d57;
  letter-spacing: 0.04em;
  margin-bottom: 4.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page .cor-sec-title {
    font-size: 2.2rem;
    margin-bottom: 3.5rem;
  }
}
#correlation-page .cor-sec-title:before {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center / contain;
  top: -2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#correlation-page .cor-sec-title span {
  position: relative;
  padding: 0 0.7058823529em;
}
#correlation-page .cor-sec-title span:before, #correlation-page .cor-sec-title span:after {
  position: absolute;
  display: block;
  content: " ";
  border: 1px solid #f63d57;
  width: 0.2352941176em;
  height: 1.0588235294em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#correlation-page .cor-sec-title span:before {
  left: 0;
  border-right: none;
}
#correlation-page .cor-sec-title span:after {
  right: 0;
  border-left: none;
}
#correlation-page .cor-sec-title.cor-sec-title-blue {
  color: #5785e8;
}
#correlation-page .cor-sec-title.cor-sec-title-blue span:before, #correlation-page .cor-sec-title.cor-sec-title-blue span:after {
  border-color: #5785e8;
}
#correlation-page .cor-whitebox {
  background-color: #fff;
  padding: 3.0rem;
  border-radius: 0.4rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page .cor-whitebox {
    padding: 2.0rem;
  }
}
#correlation-page .cor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page .cor-list {
    gap: 1.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page .cor-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
}
#correlation-page .cor-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccc;
  width: 100%;
  height: 8.0rem;
  border-radius: 0.4rem;
  font-size: 2.4rem;
  line-height: 1.2857142857;
  color: #fff;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  padding: 0 4.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page .cor-list a {
    height: 5.0rem;
    font-size: 1.4rem;
    padding: 0 2.5rem;
  }
}
#correlation-page .cor-list a:before {
  position: absolute;
  display: block;
  content: " ";
  border-left: 1.3rem solid #fff;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page .cor-list a:before {
    border-width: 0.4rem;
    border-left-width: 0.7rem;
  }
}
#correlation-page .cor-list a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#correlation-page #cor-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.0rem 0;
  margin-top: -8.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-upper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 2.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-protect, #correlation-page #cor-support {
    padding-top: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-protect .cor-sec-title, #correlation-page #cor-support .cor-sec-title {
    margin-bottom: 2.5rem;
  }
}
#correlation-page #cor-protect {
  position: relative;
  margin-bottom: 20.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-protect {
    margin-bottom: 9.8rem;
  }
}
#correlation-page #cor-protect:before, #correlation-page #cor-protect:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(/recruit/chart/images/cor-arrow.png) no-repeat center center/contain;
  width: 11.6rem;
  height: 20.0rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-protect:before, #correlation-page #cor-protect:after {
    width: 6.6rem;
    height: 9.8rem;
  }
}
#correlation-page #cor-protect:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  #correlation-page #cor-protect {
    margin-bottom: 0;
  }
  #correlation-page #cor-protect:after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-protect {
    width: 34.0rem;
  }
}
#correlation-page #cor-protect .cor-sec-title:before {
  background-image: url(/recruit/chart/images/cor-script-protect.png);
  width: 31.3rem;
  height: 10.1rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-protect .cor-sec-title:before {
    width: 20.8rem;
    height: 6.8rem;
    top: -2.0rem;
  }
}
#correlation-page #cor-support {
  position: relative;
  margin-bottom: 20.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-support {
    margin-bottom: 9.8rem;
  }
}
#correlation-page #cor-support:before, #correlation-page #cor-support:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(/recruit/chart/images/cor-arrow.png) no-repeat center center/contain;
  width: 11.6rem;
  height: 20.0rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-support:before, #correlation-page #cor-support:after {
    width: 6.6rem;
    height: 9.8rem;
  }
}
#correlation-page #cor-support:before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-support {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#correlation-page #cor-support .cor-sec-title:before {
  background-image: url(/recruit/chart/images/cor-script-support.png);
  width: 36.1rem;
  height: 11.9rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-support .cor-sec-title:before {
    width: 24.2rem;
    height: 7.3rem;
    top: -2.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-support .cor-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#correlation-page #cor-create {
  background: linear-gradient(18deg, rgba(193, 222, 254, 0.4), rgba(150, 193, 240, 0.4)), #fff;
  position: relative;
  margin-bottom: 20.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create {
    margin-bottom: 9.8rem;
  }
}
#correlation-page #cor-create:before, #correlation-page #cor-create:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(/recruit/chart/images/cor-arrow.png) no-repeat center center/contain;
  width: 11.6rem;
  height: 20.0rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create:before, #correlation-page #cor-create:after {
    width: 6.6rem;
    height: 9.8rem;
  }
}
#correlation-page #cor-create:before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create:before {
    display: block;
    margin-left: -27.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create:after {
    margin-left: 27.0rem;
  }
}
#correlation-page #cor-create .cor-sec-title:before {
  background-image: url(/recruit/chart/images/cor-script-create.png);
  width: 28.1rem;
  height: 9.6rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create .cor-sec-title:before {
    width: 18.8rem;
    height: 6.0rem;
    top: -1.6rem;
  }
}
#correlation-page #cor-create #tab-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.7rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #tab-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.0rem;
  }
}
#correlation-page #cor-create #tab-menu ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 8.0rem;
  background-color: #e9f7ff;
  border-radius: 0.8rem 0.8rem 0 0;
  font-size: 2.4rem;
  color: #333;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #tab-menu ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 35.0rem;
    height: 7.0rem;
    border-radius: 1.0rem 1.0rem 0 0;
    font-size: 1.8rem;
  }
}
#correlation-page #cor-create #tab-menu ul li:before {
  position: absolute;
  display: block;
  content: " ";
  background: -webkit-gradient(linear, left bottom, left top, from(#dbecfd), to(rgba(219, 236, 253, 0)));
  background: linear-gradient(to top, #dbecfd, rgba(219, 236, 253, 0));
  width: 100%;
  height: 0.5rem;
  bottom: 0;
  left: 0;
}
#correlation-page #cor-create #tab-menu ul li.on {
  background-color: #fff;
  font-weight: bold;
}
#correlation-page #cor-create #tab-menu ul li.on:before {
  display: none;
}
#correlation-page #cor-create #tab-contents {
  -webkit-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
  background-color: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #tab-contents {
    position: relative;
    border-radius: 0.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #tab-contents:before {
    position: absolute;
    z-index: 9;
    display: block;
    content: " ";
    background: url(/recruit/chart/images/cor-create-img.png) no-repeat center center/contain;
    width: 23.4rem;
    height: 29.0rem;
    top: 5.9rem;
    right: 4.2rem;
  }
}
#correlation-page #cor-create .tab-box {
  opacity: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s 0.15s;
  transition: opacity 0.3s 0.15s;
}
#correlation-page #cor-create .tab-box.open {
  opacity: 1;
  height: auto;
}
#correlation-page #cor-create .tab-box-inner {
  padding: 4.0rem 3.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create .tab-box-inner {
    position: relative;
    padding: 4.5rem 4.7rem 5.0rem;
  }
}
#correlation-page #cor-create .cor-sec {
  padding: 3.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create .cor-sec {
    padding: 2.0rem;
  }
}
#correlation-page #cor-create .cor-sec:nth-child(n+2) {
  margin-top: 4.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create .cor-sec:nth-child(n+2) {
    margin-top: 3.2rem;
  }
}
#correlation-page #cor-create .cor-create-title {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 3.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create .cor-create-title {
    font-size: 1.8rem;
    margin-bottom: 2.0rem;
  }
}
@media only screen and (max-width: 767px) {
  #correlation-page #cor-create #cor-create-game .cor-sec {
    margin-left: 4.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game .cor-sec {
    width: 52.0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#correlation-page #cor-create #cor-create-game .cor-sec:before, #correlation-page #cor-create #cor-create-game .cor-sec:after {
  position: absolute;
  display: block;
  content: " ";
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game .cor-sec:before, #correlation-page #cor-create #cor-create-game .cor-sec:after {
    display: none;
  }
}
#correlation-page #cor-create #cor-create-game .cor-sec:before {
  background-color: #c3c1c1;
  width: 4.6rem;
  height: 1.6rem;
  top: 3.5rem;
  left: -4.6rem;
}
#correlation-page #cor-create #cor-create-game .cor-sec:after {
  border-left: 1.8rem solid #c3c1c1;
  border-top: 2.0rem solid transparent;
  border-bottom: 2.0rem solid transparent;
  top: 2.5rem;
  left: -0.7rem;
}
#correlation-page #cor-create #cor-create-game #cor-create-game-plan {
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-plan {
    margin-left: 0;
    margin-bottom: 3.0rem;
  }
}
#correlation-page #cor-create #cor-create-game #cor-create-game-plan:before, #correlation-page #cor-create #cor-create-game #cor-create-game-plan:after {
  display: none;
}
#correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list {
  gap: 4.7rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list {
    gap: 2.8rem;
  }
}
#correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list li {
  position: relative;
}
#correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list li:before, #correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list li:after {
  position: absolute;
  display: block;
  content: " ";
  left: 50%;
}
#correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list li:before {
  background-color: #c3c1c1;
  width: 1.6rem;
  height: 2.0rem;
  bottom: -2.0rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list li:before {
    width: 0.8rem;
    height: 1.6rem;
    bottom: -1.6rem;
  }
}
#correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list li:after {
  border-top: 1.8rem solid #c3c1c1;
  border-right: 2.0rem solid transparent;
  border-left: 2.0rem solid transparent;
  bottom: -1.9rem;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list li:after {
    border-width: 1.0rem;
    bottom: -1.4rem;
  }
}
#correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list li:last-child:before {
  height: 10.6rem;
  bottom: -10.6rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list li:last-child:before {
    height: 7.0rem;
    bottom: -7.0rem;
  }
}
@media only screen and (max-width: 767px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list li:last-child:after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-plan .cor-list li:last-child:after {
    bottom: -6.8rem;
  }
}
#correlation-page #cor-create #cor-create-game #cor-create-game-border {
  position: relative;
  padding-top: 4.6rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-border {
    position: absolute;
    z-index: 4;
    left: 4.7rem;
    bottom: 5.0rem;
    width: calc( 100% - (4.7rem * 2) );
    padding-top: 0;
  }
}
#correlation-page #cor-create #cor-create-game #cor-create-game-border:before, #correlation-page #cor-create #cor-create-game #cor-create-game-border:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #c3c1c1;
  top: 0rem;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-border:before, #correlation-page #cor-create #cor-create-game #cor-create-game-border:after {
    background: none;
    border-bottom: 0.8rem solid #c3c1c1;
    top: -30.4rem;
  }
}
#correlation-page #cor-create #cor-create-game #cor-create-game-border:before {
  width: calc( 50% + 0.8rem );
  height: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-border:before {
    width: 26.2rem;
    border-right: 0.8rem solid #c3c1c1;
    height: 6.1rem;
    left: 25.0rem;
  }
}
#correlation-page #cor-create #cor-create-game #cor-create-game-border:after {
  width: 1.6rem;
  height: calc( 100% + 9.1rem );
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-border:after {
    width: 26.2rem;
    border-left: 0.8rem solid #c3c1c1;
    height: 6.1rem;
    left: auto;
    right: 25.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-designer,
  #correlation-page #cor-create #cor-create-game #cor-create-game-sound {
    position: absolute;
    bottom: 0;
    width: 25.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-designer:after,
  #correlation-page #cor-create #cor-create-game #cor-create-game-sound:after {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-designer {
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-designer:after {
    border: 0;
    border-right: 1.0rem solid #c3c1c1;
    border-top: 1.0rem solid transparent;
    border-bottom: 1.0rem solid transparent;
    top: auto;
    bottom: 23.7rem;
    left: auto;
    right: -0.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-sound {
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-sound:after {
    border: 0;
    border-left: 1.0rem solid #c3c1c1;
    border-top: 1.0rem solid transparent;
    border-bottom: 1.0rem solid transparent;
    top: auto;
    bottom: 23.7rem;
    left: -0.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-sound .cor-list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-programmer .cor-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-game #cor-create-game-programmer .cor-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc( 50% - 1.0rem );
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-ps #cor-create-ps-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.3rem;
    width: 77.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-ps #cor-create-ps-box .cor-sec {
    margin: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-ps #cor-create-ps-box .cor-sec:nth-of-type(n+2) {
    width: calc( (100% - 2.3rem) / 2 );
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-ps #cor-create-ps-box .cor-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-create #cor-create-ps #cor-create-ps-box .cor-list li {
    width: 29.6rem;
  }
}
#correlation-page #cor-grow {
  position: relative;
  margin-bottom: 20.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-grow {
    margin-bottom: 9.8rem;
  }
}
#correlation-page #cor-grow:before, #correlation-page #cor-grow:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(/recruit/chart/images/cor-arrow.png) no-repeat center center/contain;
  width: 11.6rem;
  height: 20.0rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-grow:before, #correlation-page #cor-grow:after {
    width: 6.6rem;
    height: 9.8rem;
  }
}
#correlation-page #cor-grow:before {
  display: none;
}
#correlation-page #cor-grow:after {
  background-image: url(/recruit/chart/images/cor-arrow-down.png);
  width: 38.9rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-grow:after {
    width: 18.0rem;
  }
}
#correlation-page #cor-grow .cor-sec-title:before {
  background-image: url(/recruit/chart/images/cor-script-grow.png);
  width: 24.8rem;
  height: 12.1rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-grow .cor-sec-title:before {
    width: 16.7rem;
    height: 8.0rem;
    top: -1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-grow #cor-grow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.0rem;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-grow #cor-grow-box > .cor-whitebox {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-grow #cor-grow-box > .cor-whitebox .cor-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.0rem;
  }
}
#correlation-page #cor-grow #cor-grow-box #cor-grow-shop {
  margin-top: 6.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-grow #cor-grow-box #cor-grow-shop {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
}
#correlation-page #cor-grow #cor-grow-box #cor-grow-shop #cor-grow-shop-title {
  position: relative;
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-grow #cor-grow-box #cor-grow-shop #cor-grow-shop-title {
    position: absolute;
    top: -3.0rem;
    left: 0;
    width: 100%;
    font-size: 1.8rem;
  }
}
#correlation-page #cor-grow #cor-grow-box #cor-grow-shop #cor-grow-shop-title span {
  display: inline-block;
}
#correlation-page #cor-grow #cor-grow-box #cor-grow-shop #cor-grow-shop-title span:before, #correlation-page #cor-grow #cor-grow-box #cor-grow-shop #cor-grow-shop-title span:after {
  position: absolute;
  display: block;
  content: " ";
  border-top: 1px solid #000000;
  width: 19.0rem;
  height: 1.1rem;
  top: calc( 50% + 0.5rem );
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-grow #cor-grow-box #cor-grow-shop #cor-grow-shop-title span:before, #correlation-page #cor-grow #cor-grow-box #cor-grow-shop #cor-grow-shop-title span:after {
    width: 14.0rem;
    height: 0.6rem;
    top: calc( 50% + 0.3rem );
  }
}
#correlation-page #cor-grow #cor-grow-box #cor-grow-shop #cor-grow-shop-title span:before {
  border-left: 1px solid #000000;
  left: 0;
}
#correlation-page #cor-grow #cor-grow-box #cor-grow-shop #cor-grow-shop-title span:after {
  border-right: 1px solid #000000;
  right: 0;
}
#correlation-page #cor-client {
  background: linear-gradient(160deg, rgba(193, 222, 254, 0.4), rgba(150, 193, 240, 0.4)), #fff;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-client {
    padding-top: 2.0rem;
  }
}
#correlation-page #cor-client .cor-whitebox {
  padding-top: 6.0rem;
  padding-bottom: 1px;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-client .cor-whitebox {
    position: relative;
    padding: 6.0rem 0 6.5rem;
  }
}
#correlation-page #cor-client .cor-sec-title {
  font-size: 4.35rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-client .cor-sec-title {
    font-size: 3.0rem;
  }
}
#correlation-page #cor-client .cor-sec-title:before {
  background-image: url(/recruit/chart/images/cor-script-client.png);
  width: 37.9rem;
  height: 8.7rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-client .cor-sec-title:before {
    width: 26.1rem;
    height: 6.0rem;
    top: -1.0rem;
  }
}
#correlation-page #cor-client #cor-client-txt {
  font-size: 2.8rem;
  line-height: 1.7857142857;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-client #cor-client-txt {
    font-size: 1.6rem;
    line-height: 1.9375;
    text-align: center;
  }
}
#correlation-page #cor-client #cor-client-img {
  display: block;
  width: 58.9rem;
  margin: 0 auto -3.0rem -5.0rem;
}
@media print, screen and (min-width: 768px) {
  #correlation-page #cor-client #cor-client-img {
    position: absolute;
    top: -1.0rem;
    left: 50%;
    width: 90.1rem;
    margin: 0;
    margin-left: -47.7rem;
  }
}


