@charset "UTF-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Message CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Variables CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

SVG CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/**
 * SVG画像をアイコンに使いたい的ないろいろ
 *
 *  [Html] SVG塗りつぶしの色をBackground-Imageとして扱うときに変更する
 * https://code.i-harness.com/ja/q/cbfa3c
 */
/* Variables
-------------------------------------------- */
@media (max-width: 480px) {
  .contHeading {
    background-image: url(/recruit/shr/img/training/main_img_sp.jpg) !important; } }

#container .cont1 {
  margin-bottom: 80px; }
  #container .cont1 .leftCont {
    width: 182px; }
    #container .cont1 .leftCont h2 {
      font-size: 2rem;
      text-align: left; }
  #container .cont1 .rightCont {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 0 -182px;
    padding: 0 0 0 182px;
    position: relative; }
    #container .cont1 .rightCont .arrow {
      display: block;
      width: 1px;
      height: 100%;
      background: #80212e;
      position: absolute;
      left: 192px;
      top: 0; }
      #container .cont1 .rightCont .arrow::before {
        content: "";
        display: block;
        width: 19px;
        height: 19px;
        background: #80212e;
        border-radius: 50%;
        position: absolute;
        left: -9px;
        top: 0; }
      #container .cont1 .rightCont .arrow::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 6.5px 0 6.5px;
        border-color: #80212e transparent transparent transparent;
        position: absolute;
        left: -6px;
        bottom: 0; }
    #container .cont1 .rightCont .contFrame {
      box-sizing: border-box;
      margin: 10px 0 0 70px;
      padding: 20px 22px;
      border: solid 1px #80212e;
      position: relative; }
      #container .cont1 .rightCont .contFrame::before {
        content: "";
        width: 30px;
        height: 43px;
        background: url("../img/training/frame_parts.gif") no-repeat top center;
        position: absolute;
        left: -30px;
        top: -1px; }
      #container .cont1 .rightCont .contFrame p span {
        font-size: 1.4rem; }
      #container .cont1 .rightCont .contFrame p a {
        display: inline-block;
        padding: 0 0 0 16px;
        text-decoration: underline;
        position: relative; }
        #container .cont1 .rightCont .contFrame p a::before {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-right: solid 3px #80212e;
          border-top: solid 3px #80212e;
          position: absolute;
          margin: auto 0;
          top: 0;
          left: 0;
          bottom: 0;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      #container .cont1 .rightCont .contFrame .subTtl {
        font-size: 1.6rem;
        font-weight: bold;
        margin: 30px 0 15px; }
      #container .cont1 .rightCont .contFrame .frameList {
        display: flex;
        margin: 45px 0 0; }
        #container .cont1 .rightCont .contFrame .frameList li {
          flex-grow: 1;
          box-sizing: border-box;
          padding: 0 20px;
          border-right: solid 1px #CCC; }
          #container .cont1 .rightCont .contFrame .frameList li:last-child {
            border-right: none; }
          #container .cont1 .rightCont .contFrame .frameList li h3 {
            font-size: 1.6rem;
            font-weight: bold;
            margin: 0 0 15px; }
          #container .cont1 .rightCont .contFrame .frameList li .indenttxt {
            font-size: 1.4rem;
            text-indent: -14px;
            padding: 0 0 0 14px; }
  @media screen and (max-width: 1200px) {
    #container .cont1 .leftCont {
      width: 15.1666vw; }
    #container .cont1 .rightCont {
      margin: 0 0 0 -15.1666vw;
      padding: 0 0 0 15.1666vw; }
      #container .cont1 .rightCont .arrow {
        left: 16vw; } }
  @media (max-width: 480px) {
    #container .cont1 .leftCont {
      width: 100%;
      margin: 0; }
      #container .cont1 .leftCont h2 {
        font-size: 1.8rem; }
    #container .cont1 .rightCont {
      width: 100%;
      padding: 0;
      margin: 0 auto; }
      #container .cont1 .rightCont .arrow {
        left: 10px; }
        #container .cont1 .rightCont .arrow::before {
          width: 11px;
          height: 11px;
          left: -5px;
          top: 0; }
      #container .cont1 .rightCont .contFrame {
        margin: 10px 0 0 40px;
        padding: 14px; }
        #container .cont1 .rightCont .contFrame::before {
          width: 15px;
          background: url("../img/training/frame_parts_sp.gif") no-repeat top center;
          left: -15px; }
        #container .cont1 .rightCont .contFrame .frameList {
          display: block;
          margin: 45px 0 0; }
          #container .cont1 .rightCont .contFrame .frameList p span {
            font-size: 1.2rem; }
          #container .cont1 .rightCont .contFrame .frameList li {
            flex-grow: none;
            margin: 0 auto 40px;
            padding: 0;
            border-right: none; }
            #container .cont1 .rightCont .contFrame .frameList li:last-child {
              border-right: none;
              margin: 0 auto; }
            #container .cont1 .rightCont .contFrame .frameList li h3 {
              margin: 0 0 15px; }
            #container .cont1 .rightCont .contFrame .frameList li .indenttxt {
              font-size: 1.4rem;
              text-indent: -14px;
              padding: 0 0 0 14px; } }
