/* line 26, add.scss */
#voice {
  padding: 80px 0 90px 0;
  background: #f6ecc9 url(../img/bg_voice_01.webp) left top/cover no-repeat; }
  /* line 29, add.scss */
  #voice .content h3 {
    font-size: 3.3rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 20px; }
    /* line 31, add.scss */
    #voice .content h3 .sub {
      font-size: 1.5rem;
      display: block;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      letter-spacing: 0.3em;
      margin-bottom: 10px; }
  /* line 35, add.scss */
  #voice .content #voiceList {
    width: calc( 100% - 40px );
    margin: 0 auto 40px auto;
    max-width: 1200px; }
    /* line 38, add.scss */
    #voice .content #voiceList ul li {
      flex-basis: calc( ( 100% - 60px ) / 3);
      background: #fff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
      /* line 40, add.scss */
      #voice .content #voiceList ul li a {
        color: #000; }
        /* line 42, add.scss */
        #voice .content #voiceList ul li a .img {
          margin: 0 0 0 0; }
        /* line 45, add.scss */
        #voice .content #voiceList ul li a .inner {
          padding: 20px 30px; }
          /* line 48, add.scss */
          #voice .content #voiceList ul li a .inner .heading .add {
            font-size: 1.3rem;
            line-height: 1.4;
            color: #757575;
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px; }
            /* line 50, add.scss */
            #voice .content #voiceList ul li a .inner .heading .add:before {
              content: '';
              background: url("../img/voice/ic_pen.svg") no-repeat top left/100% auto;
              width: 15px;
              height: 15px;
              display: block;
              position: absolute;
              top: 2px;
              left: 0; }
          /* line 54, add.scss */
          #voice .content #voiceList ul li a .inner .heading .txt {
            font-size: 1.8rem;
            line-height: 1.7;
            font-weight: bold;
            margin: 0 0 10px 0; }
          /* line 58, add.scss */
          #voice .content #voiceList ul li a .inner .btn {
            width: 100%;
            font-size: 14px;
            display: flex;
            align-items: center;
            color: #000;
            text-decoration: none; }
            /* line 60, add.scss */
            #voice .content #voiceList ul li a .inner .btn::after {
              content: '';
              background: url("../img/voice/ic_arrow.png") no-repeat;
              width: 34px;
              height: 27px;
              margin-left: 13px; }

/* line 71, add.scss */
#interview {
  padding: 80px 0 90px 0;
  background: #f8f6ef; }
  /* line 74, add.scss */
  #interview .content h3 {
    font-size: 3.3rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 20px; }
    /* line 76, add.scss */
    #interview .content h3 .sub {
      font-size: 1.5rem;
      display: block;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      letter-spacing: 0.3em;
      margin-bottom: 10px; }
  /* line 80, add.scss */
  #interview .content #interviewList {
    width: calc( 100% - 40px );
    margin: 0 auto 40px auto;
    box-sizing: border-box;
    max-width: 1200px; }
    /* line 83, add.scss */
    #interview .content #interviewList ul li {
      flex-basis: calc( ( 100% - 40px ) / 2 );
      background: #fff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
      margin: 0 0 40px 0; }
      /* line 85, add.scss */
      #interview .content #interviewList ul li a {
        display: block;
        color: #000;
        text-decoration: none;
        padding: 30px; }
        /* line 88, add.scss */
        #interview .content #interviewList ul li a .flexBox .thumbBox {
          flex-basis: 42.85%; }
        /* line 91, add.scss */
        #interview .content #interviewList ul li a .flexBox .textBox {
          flex-basis: 53.06%; }
          /* line 93, add.scss */
          #interview .content #interviewList ul li a .flexBox .textBox time {
            display: block;
            font-size: 1.3rem;
            margin: 0 0 5px 0;
            line-height: 1.2; }
          /* line 96, add.scss */
          #interview .content #interviewList ul li a .flexBox .textBox .title {
            display: block;
            font-size: 1.8rem;
            font-weight: 700;
            margin: 0 0 5px 0;
            line-height: 1.44;
            font-feature-settings: "palt"; }
          /* line 99, add.scss */
          #interview .content #interviewList ul li a .flexBox .textBox .company {
            display: block;
            font-size: 1.3rem;
            margin: 0 0 5px 0;
            line-height: 1.53;
            color: #757575; }
          /* line 102, add.scss */
          #interview .content #interviewList ul li a .flexBox .textBox .name {
            display: block;
            font-size: 1.5rem;
            margin: 0 0 15px 0;
            color: #757575; }
            /* line 104, add.scss */
            #interview .content #interviewList ul li a .flexBox .textBox .name .sub {
              font-size: 1.3rem; }
          /* line 108, add.scss */
          #interview .content #interviewList ul li a .flexBox .textBox .btn {
            width: 100%;
            font-size: 14px;
            display: flex;
            align-items: center;
            color: #000;
            text-decoration: none; }
            /* line 110, add.scss */
            #interview .content #interviewList ul li a .flexBox .textBox .btn::after {
              content: '';
              background: url("../img/voice/ic_arrow.png") no-repeat;
              width: 34px;
              height: 27px;
              margin-left: 13px; }

@media screen and (max-width: 767px) {
  /* line 133, add.scss */
  #voice .content h3 {
    font-size: 7vw; }
  /* line 138, add.scss */
  #voice .content #voiceList ul li {
    flex-basis: 100%;
    margin: 0 0 20px 0; }
  /* line 143, add.scss */
  #voice .content > .btn {
    padding: 0 20px; }
    /* line 145, add.scss */
    #voice .content > .btn a {
      padding: 20px 0;
      line-height: 1.3; }

  /* line 154, add.scss */
  #interview .content h3 {
    font-size: 7vw; }
  /* line 157, add.scss */
  #interview .content #interviewList {
    padding-bottom: 40px;
    width: calc(100% - 20px);
    margin: 0 0 40px 20px; }
    /* line 159, add.scss */
    #interview .content #interviewList ul {
      display: block; }
      /* line 161, add.scss */
      #interview .content #interviewList ul li {
        max-width: 280px;
        margin: 0 40px 40px 0; }
        /* line 165, add.scss */
        #interview .content #interviewList ul li a .flexBox .thumbBox {
          flex-basis: 100%;
          margin: 0 0 15px 0; }
        /* line 168, add.scss */
        #interview .content #interviewList ul li a .flexBox .textBox {
          flex-basis: 100%; }
      /* line 174, add.scss */
      #interview .content #interviewList ul .slick-arrow {
        position: absolute;
        bottom: -20px;
        width: 36px;
        height: 36px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 50%;
        border: #000 solid 2px;
        background: none;
        text-indent: -9999px;
        cursor: pointer; }
        /* line 176, add.scss */
        #interview .content #interviewList ul .slick-arrow.slick-prev {
          right: calc(50% + 5px); }
          /* line 178, add.scss */
          #interview .content #interviewList ul .slick-arrow.slick-prev:before {
            content: '<';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            color: #000;
            text-indent: 0px;
            line-height: 1; }
        /* line 182, add.scss */
        #interview .content #interviewList ul .slick-arrow.slick-next {
          left: calc(50% + 5px); }
          /* line 184, add.scss */
          #interview .content #interviewList ul .slick-arrow.slick-next:before {
            content: '>';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            color: #000;
            text-indent: 0px;
            line-height: 1; }
  /* line 192, add.scss */
  #interview .content .btn {
    padding: 0 20px; }

  /* line 198, add.scss */
  #point h4 {
    font-size: 7vw; } }

/*# sourceMappingURL=add.css.map */
