.topPage .loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 99999; }
  .topPage .loading .txWrap {
    padding-bottom: 35px;
    text-align: center; }
    .topPage .loading .txWrap span {
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px;
      -webkit-transition-duration: .5s;
      -o-transition-duration: .5s;
      transition-duration: .5s;
      -webkit-transform: rotate(2deg) translateY(10px);
      -ms-transform: rotate(2deg) translateY(10px);
      transform: rotate(2deg) translateY(10px);
      height: auto;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap span {
          margin: 10px 3px; } }
    .topPage .loading .txWrap .tx01 {
      width: 72px;
      -webkit-transition-delay: 0;
      -o-transition-delay: 0;
      transition-delay: 0; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap .tx01 {
          width: 36px; } }
    .topPage .loading .txWrap .tx02 {
      width: 51px;
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap .tx02 {
          width: 25px; } }
    .topPage .loading .txWrap .tx03 {
      width: 62px;
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap .tx03 {
          width: 31px; } }
    .topPage .loading .txWrap .tx04 {
      width: 51px;
      -webkit-transition-delay: 0.45s;
      -o-transition-delay: 0.45s;
      transition-delay: 0.45s; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap .tx04 {
          width: 25px; } }
    .topPage .loading .txWrap .tx05 {
      width: 88px;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap .tx05 {
          width: 44px; } }
    .topPage .loading .txWrap .tx06 {
      width: 93px;
      -webkit-transition-delay: 0.75s;
      -o-transition-delay: 0.75s;
      transition-delay: 0.75s; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap .tx06 {
          width: 46px; } }
    .topPage .loading .txWrap .tx07 {
      width: 49px;
      -webkit-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      transition-delay: 0.9s; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap .tx07 {
          width: 25px; } }
    .topPage .loading .txWrap .tx08 {
      width: 84px;
      -webkit-transition-delay: 1.05s;
      -o-transition-delay: 1.05s;
      transition-delay: 1.05s; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap .tx08 {
          width: 42px; } }
    .topPage .loading .txWrap .tx09 {
      width: 45px;
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap .tx09 {
          width: 22px; } }
    .topPage .loading .txWrap .tx10 {
      width: 40px;
      -webkit-transition-delay: 1.35s;
      -o-transition-delay: 1.35s;
      transition-delay: 1.35s; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap .tx10 {
          width: 20px; } }
    .topPage .loading .txWrap .tx11 {
      width: 72px;
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s; }
      @media screen and (max-width: 768px) {
        .topPage .loading .txWrap .tx11 {
          width: 36px; } }
    .topPage .loading .txWrap.animated span {
      opacity: 1;
      -webkit-transform: translateY(0) rotateX(0);
      transform: translateY(0) rotateX(0); }
  .topPage .loading.loaded {
    opacity: 0;
    visibility: hidden; }

.topPage .pcHd .logo a {
  background-image: url("/lib/cmn_img/logo_wh.png"); }

.topPage .pcHd .navList > li a {
  color: #fff; }
  .topPage .pcHd .navList > li a::before {
    background: #fff; }

.topPage .pcHd.fixed .logo a {
  background-image: url("/lib/cmn_img/logo.png"); }

.topPage .pcHd.fixed .navList > li a {
  color: #151e49; }
  .topPage .pcHd.fixed .navList > li a::before {
    background: #11a1b2; }
  .topPage .pcHd.fixed .navList > li a:hover {
    color: #11a1b2; }

.topPage .secReadTx {
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    .topPage .secReadTx {
      font-size: 1.3rem; } }

.topPage .mv {
  overflow: hidden;
  position: relative; }
  .topPage .mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); }
    @media screen and (max-width: 768px) {
      .topPage .mv::before {
        content: none; } }
  .topPage .mv .mainArea {
    position: relative; }
    .topPage .mv .mainArea .mv_slider {
      width: 100%;
      height: 100vh; }
      @media screen and (max-width: 768px) {
        .topPage .mv .mainArea .mv_slider {
          height: auto; } }
      .topPage .mv .mainArea .mv_slider p {
        width: 100%;
        height: 100vh;
        background: no-repeat center center / cover; }
        @media screen and (max-width: 768px) {
          .topPage .mv .mainArea .mv_slider p {
            height: auto;
            padding-top: 100%; } }
    .topPage .mv .mainArea .txWrap {
      position: absolute;
      left: 10%;
      bottom: 160px;
      z-index: 9;
      color: #fff;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .topPage .mv .mainArea .txWrap {
          bottom: 50px;
          left: 20px;
          width: calc(100% - 40px); } }
      .topPage .mv .mainArea .txWrap .tx01 {
        font-size: 2.0rem;
        line-height: 2;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .mainArea .txWrap .tx01 {
            font-size: 1.2rem;
            text-align: center; } }
      .topPage .mv .mainArea .txWrap .copy {
        max-width: 723px;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .topPage .mv .mainArea .txWrap .copy {
            display: block;
            margin: 0 auto; } }
  .topPage .mv .logoArea {
    max-width: calc(50% + 600px);
    width: calc(100% - 40px);
    margin: -140px 0 0 auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 50px 60px;
    font-size: 0;
    position: relative;
    z-index: 99; }
    @media screen and (max-width: 768px) {
      .topPage .mv .logoArea {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .topPage .mv .logoArea {
        margin: -60px auto 0;
        border-radius: 15px;
        overflow: hidden;
        padding: 17px 20px 25px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .topPage .mv .logoArea {
      border-radius: 10px; } }
    .topPage .mv .logoArea .ttl {
      font-size: 2.0rem;
      position: relative;
      display: block;
      margin-bottom: 25px;
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .topPage .mv .logoArea .ttl {
          font-size: 1.4rem;
          text-align: center;
          padding-bottom: 10px;
          margin-bottom: 20px;
          border-bottom: 1px solid #ddd;
          margin-top: 0 !important;
          line-height: 1.7; } }
      .topPage .mv .logoArea .ttl::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        background: #ddd;
        width: 100%;
        height: 1px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .logoArea .ttl::before {
            content: none; } }
      .topPage .mv .logoArea .ttl span {
        display: inline-block;
        padding-right: 25px;
        background: #fff;
        position: relative;
        z-index: 9; }
        @media screen and (max-width: 768px) {
          .topPage .mv .logoArea .ttl span {
            padding: 0; } }
    .topPage .mv .logoArea .slider {
      margin: 0; }
      .topPage .mv .logoArea .slider .itemH2 {
        display: table; }
        .topPage .mv .logoArea .slider .itemH2 p {
          display: table-cell;
          vertical-align: middle; }
      .topPage .mv .logoArea .slider .logo01 {
        width: 95px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .logoArea .slider .logo01 {
            width: 78px; } }
      .topPage .mv .logoArea .slider .logo02 {
        width: 90px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .logoArea .slider .logo02 {
            width: 74px; } }
      .topPage .mv .logoArea .slider .logo03 {
        width: 90px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .logoArea .slider .logo03 {
            width: 75px; } }
      .topPage .mv .logoArea .slider .logo04 {
        width: 174px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .logoArea .slider .logo04 {
            width: 121px; } }
      .topPage .mv .logoArea .slider .logo05 {
        width: 212px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .logoArea .slider .logo05 {
            width: 148px; } }
      .topPage .mv .logoArea .slider .logo06 {
        width: 194px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .logoArea .slider .logo06 {
            width: 135px; } }
      .topPage .mv .logoArea .slider .logo07 {
        width: 123px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .logoArea .slider .logo07 {
            width: 86px; } }
      .topPage .mv .logoArea .slider .logo08 {
        width: 161px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .logoArea .slider .logo08 {
            width: 112px; } }
      .topPage .mv .logoArea .slider .logo09 {
        width: 134px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .logoArea .slider .logo09 {
            width: 93px; } }

.topPage .sec01 {
  font-size: 0;
  padding-bottom: 0;
  background: url("../cmn_img/top/sec01_bg.png") no-repeat top -65px right -200px; }
  .topPage .sec01 .boxL {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    .topPage .sec01 .boxL .secTtl {
      font-size: 1.8rem; }
      .topPage .sec01 .boxL .secTtl span {
        color: #2539b5;
        font-size: 1.3rem;
        display: inline-block;
        font-family: "Lato", sans-serif !important;
        font-weight: 400;
        margin-left: 10px; }
    .topPage .sec01 .boxL .copy {
      font-size: 3.6rem;
      margin-top: 35px; }
  .topPage .sec01 .boxR {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 70px; }
    .topPage .sec01 .boxR .tx {
      font-size: 1.7rem;
      line-height: 2.6; }
    .topPage .sec01 .boxR .btn a {
      margin: 40px auto 0 0; }
  .topPage .sec01 .slider {
    margin-top: 50px;
    -webkit-animation: scroll-left 20s infinite linear .5s both;
    animation: scroll-left 20s infinite linear .5s both; }
    .topPage .sec01 .slider .slick-slide {
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      font-family: "Lato", sans-serif !important;
      font-weight: 400;
      font-size: 18.0rem;
      line-height: 1;
      width: auto !important;
      margin-right: 50px;
      padding-bottom: 25px; }

.topPage .sec02 .secTtl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .topPage .sec02 .secTtl {
      font-size: 1.3rem;
      margin-bottom: 25px; } }
  .topPage .sec02 .secTtl span {
    color: #2539b5;
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    font-weight: 800;
    line-height: 1.2;
    font-size: 5.2rem;
    display: block; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .secTtl span {
        font-size: 3.2rem; } }

.topPage .sec03 .strengthList > li {
  margin-bottom: 50px;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .topPage .sec03 .strengthList > li {
      margin-bottom: 40px; } }
  .topPage .sec03 .strengthList > li .txBox {
    width: calc(100% - 540px);
    display: table;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .strengthList > li .txBox {
        width: 100%;
        margin: 25px auto 0; } }
    .topPage .sec03 .strengthList > li .txBox .num {
      position: absolute;
      top: 50%;
      right: -50px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      color: #fff;
      font-size: 24.0rem;
      z-index: -1;
      text-align: right; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .strengthList > li .txBox .num {
          font-size: 11.0rem;
          right: 0;
          top: -25px;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          line-height: 1; } }
    .topPage .sec03 .strengthList > li .txBox .ttl {
      font-size: 2.6rem;
      color: #2539b5;
      line-height: 1.7;
      margin-bottom: 5px; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .strengthList > li .txBox .ttl {
          text-align: center;
          font-size: 1.7rem; } }
    .topPage .sec03 .strengthList > li .txBox .tx {
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .strengthList > li .txBox .tx {
          font-size: 1.2rem; } }
  .topPage .sec03 .strengthList > li .imgBox {
    width: 480px;
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .strengthList > li .imgBox {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .strengthList > li .imgBox {
        width: 100%; } }
  .topPage .sec03 .strengthList > li.last {
    margin-bottom: 0 !important; }

.topPage .sec03 .area01 {
  position: relative; }
  .topPage .sec03 .area01 .btnWrap {
    position: absolute;
    top: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .area01 .btnWrap {
        position: static;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
    .topPage .sec03 .area01 .btnWrap > p > a {
      margin: 0 0 0 auto; }
  .topPage .sec03 .area01 .pointList {
    font-size: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .topPage .sec03 .area01 .pointList > li {
      width: 33.333%;
      display: inline-block;
      vertical-align: top;
      border-right: 2px solid #fff;
      padding: 4em;
      position: relative;
      overflow: hidden; }
      .topPage .sec03 .area01 .pointList > li::before {
        content: "01";
        position: absolute;
        right: 20px;
        bottom: -15px;
        line-height: 1;
        font-size: 12.0rem;
        color: #fff;
        font-family: "Lato", sans-serif !important;
        font-weight: 400;
        font-weight: 800;
        z-index: -1; }
      .topPage .sec03 .area01 .pointList > li.last {
        border: none; }
      .topPage .sec03 .area01 .pointList > li .img {
        border-radius: 15px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .area01 .pointList > li .img {
            border-radius: 10px; } }
      .topPage .sec03 .area01 .pointList > li .copy {
        font-size: 2.4rem;
        color: #2539b5;
        text-align: center;
        line-height: 1.7;
        margin-top: 30px; }
      .topPage .sec03 .area01 .pointList > li .tx {
        font-size: 1.5rem;
        margin-top: 7px; }
      .topPage .sec03 .area01 .pointList > li:nth-child(2)::before {
        content: "02"; }
      .topPage .sec03 .area01 .pointList > li:nth-child(3)::before {
        content: "03"; }

.topPage .sec03 .area02 {
  font-size: 0; }
  .topPage .sec03 .area02 .pointList > li {
    overflow: hidden;
    zoom: 1;
    margin-top: 60px; }
    .topPage .sec03 .area02 .pointList > li .txBox {
      width: 40%;
      float: left;
      display: table; }
      .topPage .sec03 .area02 .pointList > li .txBox > .in {
        display: table-cell;
        vertical-align: middle; }
        .topPage .sec03 .area02 .pointList > li .txBox > .in .tx {
          font-size: 1.6rem;
          margin-top: 20px; }
          .topPage .sec03 .area02 .pointList > li .txBox > .in .tx span {
            font-weight: 700;
            color: #2539b5; }
    .topPage .sec03 .area02 .pointList > li .imgBox {
      width: 55%;
      float: right; }
    .topPage .sec03 .area02 .pointList > li:nth-child(2n) .txBox {
      float: right; }
    .topPage .sec03 .area02 .pointList > li:nth-child(2n) .imgBox {
      float: left; }

.topPage .sec04 .inr {
  position: relative; }

.topPage .sec04 .membersList {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .topPage .sec04 .membersList {
      margin-top: 30px;
      margin-left: -25px;
      width: calc(100% + 50px); } }

.topPage .sec04 .btn {
  position: absolute;
  top: 125px;
  right: 0; }
  @media screen and (max-width: 768px) {
    .topPage .sec04 .btn {
      position: static;
      margin-top: 50px; } }

.topPage .sec05 {
  overflow: hidden;
  position: relative; }
  .topPage .sec05 .btnWrap {
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .btnWrap {
        position: static;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
    .topPage .sec05 .btnWrap > p > a {
      margin: 0 0 0 auto; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .btnWrap > p > a {
          margin: 50px auto 0; } }
  .topPage .sec05 .ttlStyle_01 {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 80px; }
  .topPage .sec05 .secReadTx {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .secReadTx {
        margin-bottom: 25px; } }

.topPage .sec06 .mainImg::before {
  padding-top: 38.1944%; }
  @media screen and (max-width: 768px) {
    .topPage .sec06 .mainImg::before {
      padding-top: 50%; } }

.topPage .sec06 .whBox {
  width: 92%;
  margin: -150px 0 0 auto;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  position: relative;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .topPage .sec06 .whBox {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .topPage .sec06 .whBox {
      width: calc(100% - 20px);
      margin-top: -35px; } }
  .topPage .sec06 .whBox .inr {
    max-width: 1200px;
    width: calc(100% - 180px);
    margin: 0 auto; }
    @media screen and (max-width: 1199px) {
      .topPage .sec06 .whBox .inr {
        width: calc(100% - 80px); } }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .whBox .inr {
        width: calc(100% - 50px); } }
  .topPage .sec06 .whBox .boxL {
    width: 440px;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .whBox .boxL {
        width: 100%;
        display: block; } }
  .topPage .sec06 .whBox .boxR {
    width: calc(100% - 440px);
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .whBox .boxR {
        width: 100%;
        display: block;
        margin-top: 30px; } }
  .topPage .sec06 .whBox .btn {
    position: absolute;
    top: 420px;
    left: 100px; }
    @media screen and (max-width: 1199px) {
      .topPage .sec06 .whBox .btn {
        left: 40px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .whBox .btn {
        position: static; } }

.topPage .sec07 .stepList > li {
  text-align: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    .topPage .sec07 .stepList > li {
      width: 47%;
      margin-right: 6%;
      margin-bottom: 20px; } }
  .topPage .sec07 .stepList > li::before {
    content: "";
    position: absolute;
    top: 100px;
    right: -27px;
    background: url("/lib/cmn_img/top/sec07_arw.png") no-repeat center center/cover;
    width: 15px;
    height: 20px; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .stepList > li::before {
        top: 0;
        margin-top: 88%;
        width: 9px;
        height: 12px;
        right: -14px; } }
  .topPage .sec07 .stepList > li .ttl {
    background: #fff;
    width: 90%;
    margin: -30px auto 0;
    border-radius: 90px;
    color: #2539b5;
    text-align: center;
    font-size: 1.7rem;
    position: relative;
    z-index: 9;
    border: 1px solid #2539b5;
    padding: 1px; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .stepList > li .ttl {
        font-size: 1.3rem; } }
  .topPage .sec07 .stepList > li .tx {
    font-size: 1.5rem;
    margin-top: 10px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .stepList > li .tx {
        font-size: 1.2rem;
        line-height: 1.7; } }
  .topPage .sec07 .stepList > li.last::before {
    content: none; }
  @media screen and (max-width: 768px) {
    .topPage .sec07 .stepList > li:nth-child(2n) {
      margin-right: 0; } }

.topPage .sec09 .inr {
  padding: 80px 80px 100px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #e3e9f3;
  background-image: url("../cmn_img/top/sec09_bg.png");
  background-position: right top;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .topPage .sec09 .inr {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .topPage .sec09 .inr {
      background-size: 70% auto;
      background-position: top 20px right;
      padding: 40px 20px; } }
  .topPage .sec09 .inr .copyArea {
    font-size: 0; }
    .topPage .sec09 .inr .copyArea .boxL, .topPage .sec09 .inr .copyArea .boxR {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .topPage .sec09 .inr .copyArea .boxL, .topPage .sec09 .inr .copyArea .boxR {
          width: 100%; } }
    .topPage .sec09 .inr .copyArea .boxL {
      color: #151e49; }
    .topPage .sec09 .inr .copyArea .boxR .tx {
      font-size: 1.7rem;
      line-height: 2.4; }
      @media screen and (max-width: 768px) {
        .topPage .sec09 .inr .copyArea .boxR .tx {
          font-size: 1.3rem;
          line-height: 2;
          margin-top: 10px; } }
    .topPage .sec09 .inr .copyArea .boxR .btn a {
      margin: 30px auto 0 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec09 .inr .copyArea .boxR .btn a {
          margin: 25px auto 0; } }

@media screen and (max-width: 768px) {
  .topPage .sec09 .interviewArea .interviewList {
    width: calc(100% + 50px);
    margin-left: -25px; } }

.topPage .sec09 .slick-prev {
  background-image: url("/lib/cmn_img/slide_arw-l_wh.png"); }

.topPage .sec09 .slick-next {
  background-image: url("/lib/cmn_img/slide_arw-r_wh.png"); }

.topPage .sec09 .slick-dots li {
  opacity: .4; }
  .topPage .sec09 .slick-dots li.slick-active {
    opacity: 1;
    background: #fff; }

@media screen and (max-width: 768px) {
  .topPage .sec09 .btn a {
    margin-top: 50px; } }

.topPage .sec10 .inr {
  position: relative; }

.topPage .sec10 .navList {
  position: absolute;
  top: 70px;
  right: 0; }
  @media screen and (max-width: 768px) {
    .topPage .sec10 .navList {
      position: static;
      margin-bottom: 25px; } }

.topPage .sec10 .btn {
  margin-top: 40px; }

.topPage .sec12 .inr {
  position: relative; }

.topPage .sec12 .secReadTx {
  position: absolute;
  top: 80px;
  right: 0; }
  @media screen and (max-width: 768px) {
    .topPage .sec12 .secReadTx {
      position: static;
      margin-bottom: 30px; } }

.topPage .sec12 .interviewList {
  margin-left: -20px;
  margin-bottom: 50px; }

.topPage .sec11 .inr {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 30px 30px 30px 80px;
  font-size: 0;
  zoom: 1; }
  @media screen and (max-width: 768px) {
    .topPage .sec11 .inr {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .topPage .sec11 .inr {
      padding: 20px 20px 30px; } }
  .topPage .sec11 .inr .boxL, .topPage .sec11 .inr .boxR {
    width: 48%; }
    @media screen and (max-width: 768px) {
      .topPage .sec11 .inr .boxL, .topPage .sec11 .inr .boxR {
        width: 100%;
        float: none !important; } }
  .topPage .sec11 .inr .boxL {
    display: table; }
    @media screen and (max-width: 768px) {
      .topPage .sec11 .inr .boxL {
        float: none;
        text-align: center;
        margin-top: 25px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec11 .inr .boxL .ttlStyle_01 {
        text-align: center;
        margin-bottom: 15px !important; } }
    @media screen and (max-width: 768px) {
      .topPage .sec11 .inr .boxL .ttlStyle_01 p {
        display: inline-block;
        text-align: left; } }
    .topPage .sec11 .inr .boxL .wrap {
      display: table-cell;
      vertical-align: middle; }
    .topPage .sec11 .inr .boxL .btn a {
      margin: 25px auto 0 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec11 .inr .boxL .btn a {
          margin: 20px auto 0; } }
  .topPage .sec11 .inr .boxR {
    float: right; }
    .topPage .sec11 .inr .boxR picture {
      border-radius: 15px;
      overflow: hidden;
      display: block; }
      @media screen and (max-width: 768px) {
        .topPage .sec11 .inr .boxR picture {
          border-radius: 10px; } }

.newsPage .sec01 {
  font-size: 0;
  overflow: hidden;
  zoom: 1; }
  .newsPage .sec01 .boxL {
    float: left;
    width: calc(100% - 250px); }
    @media screen and (max-width: 768px) {
      .newsPage .sec01 .boxL {
        float: none;
        width: 100%; } }
    .newsPage .sec01 .boxL .navList {
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      padding: 30px;
      text-align: center;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .newsPage .sec01 .boxL .navList {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .newsPage .sec01 .boxL .navList {
          padding: 15px 25px;
          margin-bottom: 40px;
          text-align: left; } }
  .newsPage .sec01 .boxR {
    width: 180px;
    float: right;
    background: #e3e9f3;
    border-radius: 15px;
    overflow: hidden;
    padding: 30px 25px; }
    @media screen and (max-width: 768px) {
      .newsPage .sec01 .boxR {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .newsPage .sec01 .boxR {
        padding: 20px;
        float: none;
        width: 100%;
        margin-top: 60px; } }
    .newsPage .sec01 .boxR .ttl {
      text-align: center;
      font-family: "Lato", sans-serif !important;
      font-weight: 400;
      font-size: 1.6rem;
      padding-bottom: 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid #2539b5;
      color: #2539b5;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .newsPage .sec01 .boxR .ttl {
          font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      .newsPage .sec01 .boxR .linkList {
        overflow: hidden;
        zoom: 1; } }
    .newsPage .sec01 .boxR .linkList > li {
      list-style: disc;
      margin-left: 18px;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        .newsPage .sec01 .boxR .linkList > li {
          width: calc(33.33% - 18px);
          float: left; } }
      .newsPage .sec01 .boxR .linkList > li a {
        font-size: 1.3rem; }
        @media screen and (max-width: 768px) {
          .newsPage .sec01 .boxR .linkList > li a {
            font-size: 1.2rem; } }
        @media (hover: hover) and (pointer: fine) {
          .newsPage .sec01 .boxR .linkList > li a:hover {
            text-decoration: underline;
            color: #2539b5; } }
        @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .newsPage .sec01 .boxR .linkList > li a:hover {
            text-decoration: underline;
            color: #2539b5; } }

.newsPage_detail .sec01 .ttlArea {
  padding-top: 60px;
  margin-bottom: 50px;
  border-top: 1px solid #2539b5; }
  @media screen and (max-width: 768px) {
    .newsPage_detail .sec01 .ttlArea {
      margin-bottom: 40px; } }
  .newsPage_detail .sec01 .ttlArea .day {
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .newsPage_detail .sec01 .ttlArea .day {
        font-size: 1.3rem; } }
  .newsPage_detail .sec01 .ttlArea .cate {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 90px;
    text-align: center;
    font-size: 1.5rem;
    padding: 10px 16px;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .newsPage_detail .sec01 .ttlArea .cate {
        font-size: 1.3rem; } }
  .newsPage_detail .sec01 .ttlArea .ttl {
    font-size: 3.2rem;
    line-height: 1.7;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .newsPage_detail .sec01 .ttlArea .ttl {
        font-size: 1.8rem;
        margin-top: 15px; } }

.formPage .sec01 .contactBox {
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding: 40px 30px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .formPage .sec01 .contactBox {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .formPage .sec01 .contactBox {
      padding: 20px; } }
  .formPage .sec01 .contactBox .ttl {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #2539b5; }
    @media screen and (max-width: 768px) {
      .formPage .sec01 .contactBox .ttl {
        font-size: 1.6rem;
        margin-bottom: 5px; } }
  .formPage .sec01 .contactBox .tx01 {
    color: #2539b5;
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .formPage .sec01 .contactBox .tx01 {
        font-size: 1.2rem; } }
  .formPage .sec01 .contactBox .telTx a {
    display: inline-block;
    padding-left: 28px;
    background: url("/lib/cmn_img/icon_tel.png") no-repeat center left/22px 27px;
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .formPage .sec01 .contactBox .telTx a {
        font-size: 2.4rem;
        padding: 3px 0 3px 20px;
        background-size: 16px 19px;
        margin-top: 0; } }
  .formPage .sec01 .contactBox .tx02 {
    font-size: 1.2rem; }
    @media screen and (max-width: 768px) {
      .formPage .sec01 .contactBox .tx02 {
        font-size: 1.0rem;
        margin-top: 0; } }

.formPage .sec01 .cauList {
  text-align: center;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .formPage .sec01 .cauList {
      text-align: left;
      margin-top: 40px; } }
  .formPage .sec01 .cauList > li {
    font-size: 1.3rem; }
    @media screen and (max-width: 768px) {
      .formPage .sec01 .cauList > li {
        font-size: 1.2rem; } }
    .formPage .sec01 .cauList > li span {
      color: #fff;
      font-size: 1.1rem;
      padding: 2px 6px;
      background: #b52525;
      margin: 0 3px; }

.formPage .sec01 .tbl {
  text-align: left;
  margin-top: 40px; }
  .formPage .sec01 .tbl th, .formPage .sec01 .tbl td {
    font-size: 1.5rem;
    padding: 20px 0; }
    @media screen and (max-width: 768px) {
      .formPage .sec01 .tbl th, .formPage .sec01 .tbl td {
        display: block;
        font-size: 1.3rem;
        padding: 18px 0; } }
  .formPage .sec01 .tbl th {
    width: 230px !important; }
    @media screen and (max-width: 768px) {
      .formPage .sec01 .tbl th {
        width: 100% !important;
        padding-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .formPage .sec01 .tbl td {
      padding-top: 5px; } }

.formPage .sec01 .privacyTx {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    .formPage .sec01 .privacyTx {
      margin-top: 20px;
      font-size: 1.3rem;
      text-align: left; } }

.formPage .sec01 .subTx {
  text-align: center;
  margin-top: 10px;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .formPage .sec01 .subTx {
      font-size: 1.1rem;
      text-align: left; } }

.formPage.thanks .sec01 .contactBox {
  padding: 50px; }
  @media screen and (max-width: 768px) {
    .formPage.thanks .sec01 .contactBox {
      padding: 30px 20px; } }

.membersPage .membersList {
  text-align: center; }
  .membersPage .membersList > li {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
    overflow: inherit; }
    @media screen and (max-width: 768px) {
      .membersPage .membersList > li {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .membersPage .membersList > li {
        margin-bottom: 20px !important; } }
    .membersPage .membersList > li .thum {
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
    .membersPage .membersList > li .txWrap {
      padding: 30px 30px 15px; }
      @media screen and (max-width: 768px) {
        .membersPage .membersList > li .txWrap {
          padding: 30px 20px 3px 20px; } }
      .membersPage .membersList > li .txWrap .name {
        margin: -52px auto auto -40px; }
        @media screen and (max-width: 768px) {
          .membersPage .membersList > li .txWrap .name {
            margin: -50px auto auto -28px; } }

.membersPage_detail .secTtl {
  text-align: left;
  padding: 10px 0 10px 125px;
  background: no-repeat center left / 90px 90px;
  font-size: 3.6rem;
  line-height: 1.55;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .membersPage_detail .secTtl {
      font-size: 2.0rem;
      background-size: 60px 60px;
      padding-left: 80px;
      margin-bottom: 25px; } }
  .membersPage_detail .secTtl span {
    font-size: 1.5rem;
    color: #999;
    display: block; }
    @media screen and (max-width: 768px) {
      .membersPage_detail .secTtl span {
        font-size: 1.3rem; } }

.membersPage_detail .mv .bg {
  background: no-repeat center center / cover;
  width: 100%;
  height: 750px; }
  @media screen and (max-width: 768px) {
    .membersPage_detail .mv .bg {
      height: auto;
      padding-top: 66.66%;
      background-position: left top 35%;
      background-size: 175% auto; } }

.membersPage_detail .mv .inr {
  position: relative;
  height: 100%; }
  .membersPage_detail .mv .inr .breadcrumb {
    position: absolute;
    bottom: -50px;
    left: 0;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .membersPage_detail .mv .inr .breadcrumb {
        position: static;
        text-align: right;
        margin-top: 15px; } }
  .membersPage_detail .mv .inr .txBox {
    width: 53%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 100px 60px;
    position: absolute;
    bottom: -120px;
    right: 0; }
    @media screen and (max-width: 768px) {
      .membersPage_detail .mv .inr .txBox {
        border-radius: 10px; } }
    @media screen and (max-width: 1439px) {
      .membersPage_detail .mv .inr .txBox {
        padding: 80px 60px; } }
    @media screen and (max-width: 768px) {
      .membersPage_detail .mv .inr .txBox {
        position: static;
        width: 100%;
        margin-top: -40px;
        padding: 35px 20px; } }
    .membersPage_detail .mv .inr .txBox .ttl {
      position: relative; }
      .membersPage_detail .mv .inr .txBox .ttl span {
        font-size: 1.8rem;
        padding-bottom: 10px;
        margin-bottom: 35px;
        border-bottom: 1px solid #ddd;
        display: block;
        z-index: 9;
        position: relative; }
        @media screen and (max-width: 768px) {
          .membersPage_detail .mv .inr .txBox .ttl span {
            font-size: 1.1rem;
            margin-bottom: 20px;
            padding-bottom: 5px; } }
      .membersPage_detail .mv .inr .txBox .ttl .num {
        position: absolute;
        line-height: 1;
        font-size: 22.0rem;
        color: #f3f6fa;
        z-index: 0;
        top: -80px;
        right: -30px; }
        @media screen and (max-width: 768px) {
          .membersPage_detail .mv .inr .txBox .ttl .num {
            font-size: 12.0rem;
            top: -30px;
            right: 0; } }
    .membersPage_detail .mv .inr .txBox .copy {
      font-size: 3.5rem;
      position: relative;
      z-index: 9;
      line-height: 1.8;
      margin-bottom: 30px; }
      @media screen and (max-width: 1439px) {
        .membersPage_detail .mv .inr .txBox .copy {
          font-size: 3.0rem; } }
      @media screen and (max-width: 768px) {
        .membersPage_detail .mv .inr .txBox .copy {
          font-size: 2.0rem;
          text-align: center;
          margin-bottom: 20px; } }
    .membersPage_detail .mv .inr .txBox .tx {
      font-size: 1.5rem;
      margin-top: 25px; }
      @media screen and (max-width: 768px) {
        .membersPage_detail .mv .inr .txBox .tx {
          font-size: 1.3rem;
          margin-top: 15px; } }

@media screen and (max-width: 768px) {
  .membersPage_detail .sec01 {
    margin-top: 0 !important; } }

.membersPage_detail .sec01 .secTtl {
  background-image: url("/lib/cmn_img/members/sec01_icon.png"); }

.membersPage_detail .sec01 .tbl01 tr th, .membersPage_detail .sec01 .tbl01 tr td {
  vertical-align: top; }
  @media screen and (max-width: 768px) {
    .membersPage_detail .sec01 .tbl01 tr th, .membersPage_detail .sec01 .tbl01 tr td {
      font-size: 1.2rem; } }

.membersPage_detail .sec01 .tbl01 tr th {
  width: 75px; }
  @media screen and (max-width: 768px) {
    .membersPage_detail .sec01 .tbl01 tr th {
      width: 55px; } }

.membersPage_detail .sec02 .secTtl {
  background-image: url("/lib/cmn_img/members/sec02_icon.png"); }

.membersPage_detail .sec02 .numList > li {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 50px 30px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .membersPage_detail .sec02 .numList > li {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .membersPage_detail .sec02 .numList > li {
      padding: 20px 2px; } }
  .membersPage_detail .sec02 .numList > li .ttl span {
    display: inline-block;
    font-size: 1.8rem;
    border-bottom: 1px solid #151e49;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .membersPage_detail .sec02 .numList > li .ttl span {
        font-size: 1.3rem; } }
  .membersPage_detail .sec02 .numList > li .icon {
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .membersPage_detail .sec02 .numList > li .icon {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-top: 5px; } }
    .membersPage_detail .sec02 .numList > li .icon span {
      display: table-cell;
      vertical-align: middle;
      margin: 0 auto; }
  .membersPage_detail .sec02 .numList > li .numItem {
    color: #2539b5;
    font-size: 3.4rem;
    line-height: 1;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .membersPage_detail .sec02 .numList > li .numItem {
        font-size: 1.6rem;
        margin-top: 0; } }
    .membersPage_detail .sec02 .numList > li .numItem .number {
      font-size: 7.4rem;
      font-weight: 800; }
      @media screen and (max-width: 768px) {
        .membersPage_detail .sec02 .numList > li .numItem .number {
          font-size: 4.0rem; } }

.membersPage_detail .sec03 .secTtl {
  background-image: url("/lib/cmn_img/members/sec03_icon.png"); }

.membersPage_detail .sec03 ul li {
  vertical-align: top; }

.membersPage_detail .sec03 .tx {
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .membersPage_detail .sec03 .tx {
      font-size: 1.2rem; } }

.membersPage_detail .sec03 img {
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .membersPage_detail .sec03 img {
      border-radius: 10px; } }

.membersPage_detail .sec03 .qaList > li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .membersPage_detail .sec03 .qaList > li {
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  .membersPage_detail .sec03 .qaList > li .qTx, .membersPage_detail .sec03 .qaList > li .aTx {
    padding-left: 35px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .membersPage_detail .sec03 .qaList > li .qTx, .membersPage_detail .sec03 .qaList > li .aTx {
        padding-left: 25px; } }
    .membersPage_detail .sec03 .qaList > li .qTx::before, .membersPage_detail .sec03 .qaList > li .aTx::before {
      content: "Q";
      position: absolute;
      left: 0;
      top: -8px;
      font-size: 2.4rem;
      color: #2539b5; }
      @media screen and (max-width: 768px) {
        .membersPage_detail .sec03 .qaList > li .qTx::before, .membersPage_detail .sec03 .qaList > li .aTx::before {
          font-size: 1.8rem;
          top: -6px; } }
  .membersPage_detail .sec03 .qaList > li .qTx {
    font-weight: 500;
    font-size: 1.8rem;
    color: #2539b5;
    margin-bottom: 2px; }
    @media screen and (max-width: 768px) {
      .membersPage_detail .sec03 .qaList > li .qTx {
        font-size: 1.4rem; } }
  .membersPage_detail .sec03 .qaList > li .aTx::before {
    content: "A";
    top: -10px; }
    @media screen and (max-width: 768px) {
      .membersPage_detail .sec03 .qaList > li .aTx::before {
        top: -8px; } }
  .membersPage_detail .sec03 .qaList > li.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }

.membersPage_detail .sec04 .secTtl {
  background-image: url("/lib/cmn_img/members/sec04_icon.png"); }

.voicePage .sec01 .pickArea {
  padding: 70px 0 20px;
  background: #2539b5; }
  @media screen and (max-width: 768px) {
    .voicePage .sec01 .pickArea {
      padding: 40px 0 30px; } }
  .voicePage .sec01 .pickArea .voiceList > li {
    position: relative; }
    .voicePage .sec01 .pickArea .voiceList > li::before {
      content: "";
      position: absolute;
      top: 0;
      right: 25px;
      width: 48px;
      height: 51px;
      background: url("../cmn_img/voice/icon_ribon.png") no-repeat center center/cover; }
  .voicePage .sec01 .pickArea .ttlStyle_03 {
    color: #fff; }
    .voicePage .sec01 .pickArea .ttlStyle_03 span {
      color: #fff; }
      .voicePage .sec01 .pickArea .ttlStyle_03 span::before {
        background: #fff; }

.voicePage .sec01 .voiceList > li {
  margin-top: 0;
  margin-bottom: 4%;
  background: #fff;
  padding: 40px 40px 10px;
  border-radius: 15px;
  overflow: hidden;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media screen and (max-width: 768px) {
    .voicePage .sec01 .voiceList > li {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .voicePage .sec01 .voiceList > li {
      padding: 25px 20px 3px; } }
  @media (hover: hover) and (pointer: fine) {
    .voicePage .sec01 .voiceList > li:hover {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .voicePage .sec01 .voiceList > li:hover {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); } }
  .voicePage .sec01 .voiceList > li .btnStyle_02 {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .voicePage .sec01 .voiceList > li .btnStyle_02 {
        margin-top: 20px; } }

.voicePage_detail .sec01 .ttlBox > ul > li {
  margin-top: 0 !important;
  background: #fff;
  padding: 60px;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec01 .ttlBox > ul > li {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec01 .ttlBox > ul > li {
      padding: 25px 20px; } }
  .voicePage_detail .sec01 .ttlBox > ul > li .thum {
    width: 180px; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .ttlBox > ul > li .thum {
        display: block;
        margin: 0 auto;
        width: 100px; } }
  .voicePage_detail .sec01 .ttlBox > ul > li .txWrap {
    width: calc(100% - 210px); }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .ttlBox > ul > li .txWrap {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 20px; } }
    .voicePage_detail .sec01 .ttlBox > ul > li .txWrap .copy {
      font-size: 3.0rem;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .sec01 .ttlBox > ul > li .txWrap .copy {
          font-size: 1.8rem;
          margin-top: 5px; } }
    .voicePage_detail .sec01 .ttlBox > ul > li .txWrap .cate {
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .sec01 .ttlBox > ul > li .txWrap .cate {
          font-size: 1.3rem; } }
    .voicePage_detail .sec01 .ttlBox > ul > li .txWrap .tagList > li {
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .sec01 .ttlBox > ul > li .txWrap .tagList > li {
          font-size: 1.2rem; } }
  .voicePage_detail .sec01 .ttlBox > ul > li .incomeList > li p {
    font-size: 1.8rem;
    padding: 18px; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .ttlBox > ul > li .incomeList > li p {
        font-size: 1.2rem;
        padding: 10px; } }
    .voicePage_detail .sec01 .ttlBox > ul > li .incomeList > li p .big {
      font-size: 3.0rem; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .sec01 .ttlBox > ul > li .incomeList > li p .big {
          font-size: 1.8rem; } }

.voicePage_detail .sec01 .wrap {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec01 .wrap {
      margin-top: 60px; } }
  .voicePage_detail .sec01 .wrap .group {
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .wrap .group {
        margin-top: 20px; } }
    .voicePage_detail .sec01 .wrap .group .ttl {
      display: block;
      font-size: 1.8rem;
      padding-left: 42px;
      position: relative;
      margin-bottom: 8px;
      color: #2539b5;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .sec01 .wrap .group .ttl {
          font-size: 1.4rem;
          padding-left: 30px; } }
      .voicePage_detail .sec01 .wrap .group .ttl::before {
        content: "?";
        position: absolute;
        top: 0px;
        left: 0;
        font-size: 1.8rem;
        color: #fff;
        background: #2539b5;
        border-radius: 90px;
        width: 30px;
        height: 30px;
        line-height: 1;
        padding: 6px 0;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .voicePage_detail .sec01 .wrap .group .ttl::before {
            font-size: 1.4rem;
            width: 22px;
            height: 22px;
            padding: 4px 0; } }

.voicePage_detail .sec01 .tantoBox {
  margin-top: 100px;
  background: #e3e9f3;
  padding: 60px;
  border-radius: 15px;
  overflow: hidden;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec01 .tantoBox {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec01 .tantoBox {
      margin-top: 60px;
      padding: 20px; } }
  .voicePage_detail .sec01 .tantoBox .boxL {
    width: 35%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .tantoBox .boxL {
        width: 75%;
        display: block;
        margin: 0 auto 20px; } }
    .voicePage_detail .sec01 .tantoBox .boxL > p {
      border-radius: 15px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .sec01 .tantoBox .boxL > p {
          border-radius: 10px; } }
      .voicePage_detail .sec01 .tantoBox .boxL > p::before {
        padding-top: 100%; }
        @media screen and (max-width: 768px) {
          .voicePage_detail .sec01 .tantoBox .boxL > p::before {
            padding-top: 66%; } }
  .voicePage_detail .sec01 .tantoBox .boxR {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .tantoBox .boxR {
        width: 100%;
        font-size: 1.2rem; } }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .tantoBox .boxR .cmn_nameTx {
        text-align: left; } }
    .voicePage_detail .sec01 .tantoBox .boxR ul li {
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .sec01 .tantoBox .boxR ul li {
          font-size: 1.2rem; } }
    .voicePage_detail .sec01 .tantoBox .boxR .btn {
      margin-top: 15px; }
      @media (hover: hover) and (pointer: fine) {
        .voicePage_detail .sec01 .tantoBox .boxR .btn a:hover::before {
          background-color: #fff; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .voicePage_detail .sec01 .tantoBox .boxR .btn a:hover::before {
          background-color: #fff; } }

.interviewPage .sec01 .interviewList > li {
  position: relative;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .interviewPage .sec01 .interviewList > li {
      margin-bottom: 30px; } }
  .interviewPage .sec01 .interviewList > li .thum {
    width: 55%; }
    @media screen and (max-width: 768px) {
      .interviewPage .sec01 .interviewList > li .thum {
        width: 100%; } }
  .interviewPage .sec01 .interviewList > li .txBox {
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    min-height: 80%;
    display: table;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    z-index: 9;
    padding: 45px 60px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .interviewPage .sec01 .interviewList > li .txBox {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .interviewPage .sec01 .interviewList > li .txBox {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        min-height: auto;
        padding: 25px 20px 5px;
        width: calc(100% - 40px);
        margin: -30px auto 0;
        z-index: 9; } }
    .interviewPage .sec01 .interviewList > li .txBox::before {
      content: "#";
      position: absolute;
      top: -55px;
      left: 20px;
      font-size: 26.0rem;
      color: #f3f6fa;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .interviewPage .sec01 .interviewList > li .txBox::before {
          font-size: 13.0rem;
          top: -15px;
          left: -5px; } }
    .interviewPage .sec01 .interviewList > li .txBox .in {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      position: relative;
      z-index: 1;
      font-size: 0; }
      .interviewPage .sec01 .interviewList > li .txBox .in .ttl {
        margin-top: 0;
        font-size: 2.2rem;
        margin-top: 0; }
        @media screen and (max-width: 768px) {
          .interviewPage .sec01 .interviewList > li .txBox .in .ttl {
            font-size: 1.4rem;
            text-align: left;
            margin-bottom: 10px; } }
      .interviewPage .sec01 .interviewList > li .txBox .in .logo {
        border: 1px solid #ddd;
        margin-top: 0; }
        @media screen and (max-width: 768px) {
          .interviewPage .sec01 .interviewList > li .txBox .in .logo {
            margin-bottom: 10px; } }
      @media screen and (max-width: 768px) {
        .interviewPage .sec01 .interviewList > li .txBox .in .btnStyle_02 {
          text-align: left; } }

.interviewPage_detail .sec01 .ttlArea {
  overflow: hidden;
  zoom: 1; }
  .interviewPage_detail .sec01 .ttlArea .thum {
    float: right;
    width: 47%;
    @inclide brL; }
    @media screen and (max-width: 768px) {
      .interviewPage_detail .sec01 .ttlArea .thum {
        width: 100%;
        float: none; } }
  .interviewPage_detail .sec01 .ttlArea .txBox {
    float: left;
    display: table;
    width: 47%; }
    @media screen and (max-width: 768px) {
      .interviewPage_detail .sec01 .ttlArea .txBox {
        width: 100%;
        float: none;
        margin-top: 25px; } }
    .interviewPage_detail .sec01 .ttlArea .txBox .in {
      display: table-cell;
      vertical-align: middle; }
      .interviewPage_detail .sec01 .ttlArea .txBox .in .ttl {
        font-size: 3.2rem;
        margin: 0 auto 20px;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .interviewPage_detail .sec01 .ttlArea .txBox .in .ttl {
            text-align: left;
            margin-bottom: 20px;
            line-height: .55; } }
        @media screen and (max-width: 768px) {
          .interviewPage_detail .sec01 .ttlArea .txBox .in .ttl p {
            font-size: 1.8rem;
            padding-top: 6px;
            padding-bottom: 7px; } }
      .interviewPage_detail .sec01 .ttlArea .txBox .in .logo {
        vertical-align: middle;
        margin-right: 30px;
        margin-top: 0; }
        @media screen and (max-width: 768px) {
          .interviewPage_detail .sec01 .ttlArea .txBox .in .logo {
            margin-right: 20px; } }
      .interviewPage_detail .sec01 .ttlArea .txBox .in .infoWrap {
        display: inline-block;
        vertical-align: middle; }
      .interviewPage_detail .sec01 .ttlArea .txBox .in .company {
        font-size: 1.4rem;
        margin-bottom: 5px; }
        @media screen and (max-width: 768px) {
          .interviewPage_detail .sec01 .ttlArea .txBox .in .company {
            font-size: 1.1rem; } }
      .interviewPage_detail .sec01 .ttlArea .txBox .in .name {
        font-size: 1.5rem;
        display: block;
        margin-top: 5px; }
        @media screen and (max-width: 768px) {
          .interviewPage_detail .sec01 .ttlArea .txBox .in .name {
            font-size: 1.1rem; } }
  .interviewPage_detail .sec01 .ttlArea > ul > li:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.interviewPage_detail .sec01 .whBox {
  background: #fff;
  padding: 100px;
  margin-top: 80px;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .interviewPage_detail .sec01 .whBox {
      border-radius: 10px; } }
  @media screen and (max-width: 1439px) {
    .interviewPage_detail .sec01 .whBox {
      padding: 80px 60px; } }
  @media screen and (max-width: 768px) {
    .interviewPage_detail .sec01 .whBox {
      margin-top: 60px;
      padding: 40px 22px;
      width: calc(100% + 20px);
      margin-left: -10px; } }
  .interviewPage_detail .sec01 .whBox .intrArea {
    position: relative; }
    .interviewPage_detail .sec01 .whBox .intrArea::before {
      content: "";
      position: absolute;
      left: -30px;
      top: -30px;
      background: url("../cmn_img/interview/sec01_icon01.png") no-repeat center center/cover;
      width: 101px;
      height: 87px; }
      @media screen and (max-width: 768px) {
        .interviewPage_detail .sec01 .whBox .intrArea::before {
          width: 60px;
          height: 52px;
          top: -20px;
          left: -12px; } }
    .interviewPage_detail .sec01 .whBox .intrArea p {
      position: relative;
      z-index: 1;
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .interviewPage_detail .sec01 .whBox .intrArea p {
          font-size: 1.3rem; } }
  .interviewPage_detail .sec01 .whBox .speakerArea {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .interviewPage_detail .sec01 .whBox .speakerArea {
        margin-top: 40px; } }
    .interviewPage_detail .sec01 .whBox .speakerArea .speakerList {
      margin-top: 15px; }
      .interviewPage_detail .sec01 .whBox .speakerArea .speakerList > li {
        font-size: 0; }
        .interviewPage_detail .sec01 .whBox .speakerArea .speakerList > li .thum {
          width: 30%;
          margin-right: 5%;
          display: inline-block;
          vertical-align: middle;
          border-radius: 90px; }
          @media screen and (max-width: 768px) {
            .interviewPage_detail .sec01 .whBox .speakerArea .speakerList > li .thum {
              vertical-align: top; } }
          .interviewPage_detail .sec01 .whBox .speakerArea .speakerList > li .thum::before {
            padding-top: 100%; }
        .interviewPage_detail .sec01 .whBox .speakerArea .speakerList > li .txWrap {
          display: inline-block;
          vertical-align: middle;
          width: 65%;
          font-size: 1.4rem; }
          @media screen and (max-width: 768px) {
            .interviewPage_detail .sec01 .whBox .speakerArea .speakerList > li .txWrap {
              font-size: 1.1rem;
              vertical-align: top; } }
          .interviewPage_detail .sec01 .whBox .speakerArea .speakerList > li .txWrap .name {
            font-size: 1.2rem;
            line-height: 1.7;
            margin-bottom: 5px;
            color: #2539b5; }
            @media screen and (max-width: 768px) {
              .interviewPage_detail .sec01 .whBox .speakerArea .speakerList > li .txWrap .name {
                font-size: 1.1rem; } }
            .interviewPage_detail .sec01 .whBox .speakerArea .speakerList > li .txWrap .name span {
              font-size: 2.2rem;
              color: #151e49;
              display: inline-block;
              margin-right: 10px; }
              @media screen and (max-width: 768px) {
                .interviewPage_detail .sec01 .whBox .speakerArea .speakerList > li .txWrap .name span {
                  font-size: 1.4rem;
                  display: block; } }
  .interviewPage_detail .sec01 .whBox .thanksTx {
    margin-top: 60px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .interviewPage_detail .sec01 .whBox .thanksTx {
        margin-top: 40px; } }
    .interviewPage_detail .sec01 .whBox .thanksTx p {
      color: #fff;
      font-size: 2.0rem;
      background: #151e49; }
      @media screen and (max-width: 768px) {
        .interviewPage_detail .sec01 .whBox .thanksTx p {
          font-size: 1.4rem; } }
  .interviewPage_detail .sec01 .whBox .editor {
    margin-top: 40px; }
    .interviewPage_detail .sec01 .whBox .editor .template_06 .txBox, .interviewPage_detail .sec01 .whBox .editor .template_07 .txBox, .interviewPage_detail .sec01 .whBox .editor .template_08 .txBox {
      background: #f3f6fa !important; }
    .interviewPage_detail .sec01 .whBox .editor .template_04 {
      background: #f3f6fa !important; }
    .interviewPage_detail .sec01 .whBox .editor .template_02, .interviewPage_detail .sec01 .whBox .editor .template_03, .interviewPage_detail .sec01 .whBox .editor .template_10, .interviewPage_detail .sec01 .whBox .editor .template_11 {
      background: #f3f6fa !important; }
    .interviewPage_detail .sec01 .whBox .editor .template_18 ul > li {
      background: #f3f6fa !important; }
    .interviewPage_detail .sec01 .whBox .editor .template_20 .accordion dt {
      background: #f3f6fa !important; }
    .interviewPage_detail .sec01 .whBox .editor .template_22 ul > li {
      background: #e3e9f3; }
      .interviewPage_detail .sec01 .whBox .editor .template_22 ul > li::before {
        border-color: #e3e9f3 transparent transparent transparent; }
    .interviewPage_detail .sec01 .whBox .editor .template_13 {
      background: #f3f6fa !important; }
    .interviewPage_detail .sec01 .whBox .editor .template_15 .btnStyle_01 a, .interviewPage_detail .sec01 .whBox .editor .template_21 .btnStyle_01 a {
      background: #e3e9f3; }
      .interviewPage_detail .sec01 .whBox .editor .template_15 .btnStyle_01 a::before, .interviewPage_detail .sec01 .whBox .editor .template_21 .btnStyle_01 a::before {
        background: #fff; }
    .interviewPage_detail .sec01 .whBox .editor .template_12 ul > li a {
      background: #f3f6fa; }

.interviewPage_detail .sec02 {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .interviewPage_detail .sec02 .interviewList {
      margin-left: -20px; } }

.premium_contentsPage .sec01 .columnList > li {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  overflow: inherit; }
  @media screen and (max-width: 768px) {
    .premium_contentsPage .sec01 .columnList > li {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .premium_contentsPage .sec01 .columnList > li {
      margin-bottom: 15px !important; } }
  .premium_contentsPage .sec01 .columnList > li .thum {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-top: 0; }
    .premium_contentsPage .sec01 .columnList > li .thum + div {
      padding: 0 30px 25px; }
      @media screen and (max-width: 768px) {
        .premium_contentsPage .sec01 .columnList > li .thum + div {
          padding: 0 20px 20px; } }
      .premium_contentsPage .sec01 .columnList > li .thum + div .day {
        margin-top: 0; }
  .premium_contentsPage .sec01 .columnList > li .btnStyle_02 {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .premium_contentsPage .sec01 .columnList > li .btnStyle_02 {
        width: calc(100% - 40px);
        padding-bottom: 5px; } }

.premium_contentsPage_detail .sec01 .ttlBox {
  padding: 70px;
  background: #2539b5;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .premium_contentsPage_detail .sec01 .ttlBox {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .premium_contentsPage_detail .sec01 .ttlBox {
      padding: 30px 20px 20px; } }
  .premium_contentsPage_detail .sec01 .ttlBox .columnList > li {
    margin: 0 !important;
    font-size: 0; }
  .premium_contentsPage_detail .sec01 .ttlBox .txBox {
    width: 55%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .premium_contentsPage_detail .sec01 .ttlBox .txBox {
        width: 100%;
        margin: 0; } }
    .premium_contentsPage_detail .sec01 .ttlBox .txBox .day {
      margin-top: 0;
      background-image: url("/lib/cmn_img/icon_check_wh.png");
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .premium_contentsPage_detail .sec01 .ttlBox .txBox .day {
          font-size: 1.1rem; } }
    .premium_contentsPage_detail .sec01 .ttlBox .txBox .ttl {
      font-size: 3.4rem; }
      @media screen and (max-width: 768px) {
        .premium_contentsPage_detail .sec01 .ttlBox .txBox .ttl {
          font-size: 1.8rem; } }
    .premium_contentsPage_detail .sec01 .ttlBox .txBox .info {
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .premium_contentsPage_detail .sec01 .ttlBox .txBox .info {
          font-size: 1.2rem; } }
  .premium_contentsPage_detail .sec01 .ttlBox .thumWrap {
    width: 40%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .premium_contentsPage_detail .sec01 .ttlBox .thumWrap {
        width: 100%;
        margin-top: 20px; } }

.companyPage .sec01 ul > li {
  vertical-align: middle; }
  .companyPage .sec01 ul > li img {
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 ul > li img {
        border-radius: 10px; } }
  .companyPage .sec01 ul > li .name {
    margin-top: 5px;
    text-align: right;
    font-size: 2.4rem; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 ul > li .name {
        font-size: 1.6rem; } }
    .companyPage .sec01 ul > li .name span {
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .companyPage .sec01 ul > li .name span {
          font-size: 1.1rem; } }

.companyPage .sec02 {
  font-size: 0; }
  .companyPage .sec02 .ttlStyle_02 {
    display: inline-block;
    vertical-align: bottom;
    width: 340px; }
    @media screen and (max-width: 768px) {
      .companyPage .sec02 .ttlStyle_02 {
        display: block;
        width: 100%; } }
  .companyPage .sec02 .readTx {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 340px);
    font-size: 1.5rem;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .companyPage .sec02 .readTx {
        width: 100%;
        font-size: 1.3rem; } }
  .companyPage .sec02 .whBox {
    padding: 50px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .companyPage .sec02 .whBox {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .companyPage .sec02 .whBox {
        padding: 25px 20px 30px;
        margin-top: 0; } }
    .companyPage .sec02 .whBox .logo {
      width: 200px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 60px; }
      @media screen and (max-width: 768px) {
        .companyPage .sec02 .whBox .logo {
          display: block;
          width: 100px;
          margin: 0 auto 15px; } }
    .companyPage .sec02 .whBox .tx {
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .companyPage .sec02 .whBox .tx {
          display: block;
          text-align: center; } }
      .companyPage .sec02 .whBox .tx .enTx {
        line-height: 1.6;
        font-size: 2.0rem;
        margin-bottom: 5px; }
        @media screen and (max-width: 768px) {
          .companyPage .sec02 .whBox .tx .enTx {
            font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  .companyPage .sec03 ul > li {
    margin-bottom: 0;
    margin-top: -1px; } }

.companyPage .sec03 table tr th {
  width: 170px;
  padding-right: 0; }
  @media screen and (max-width: 768px) {
    .companyPage .sec03 table tr th {
      width: 95px; } }

.companyPage .sec03 .bnr {
  margin-top: 40px; }
  .companyPage .sec03 .bnr a {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto; }
    .companyPage .sec03 .bnr a:hover {
      opacity: .8; }

.featurePage .sec01 .graphArea {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .featurePage .sec01 .graphArea {
      margin-top: 60px; } }
  .featurePage .sec01 .graphArea .mainWrap .img01 {
    max-width: 753px;
    width: 100%;
    margin: 0 auto; }

.featurePage .sec01 .subWrap {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .featurePage .sec01 .subWrap {
      margin-top: 60px; } }
  .featurePage .sec01 .subWrap .ttl01 span {
    font-size: 2.2rem; }
    @media screen and (max-width: 768px) {
      .featurePage .sec01 .subWrap .ttl01 span {
        font-size: 1.6rem; } }
  .featurePage .sec01 .subWrap .caseList {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .featurePage .sec01 .subWrap .caseList {
        margin-top: 30px; } }
    @media screen and (max-width: 768px) {
      .featurePage .sec01 .subWrap .caseList > li {
        margin-bottom: 40px; } }
    .featurePage .sec01 .subWrap .caseList > li .box {
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      overflow: inherit;
      position: relative;
      padding: 35px 15px 30px 15px; }
      @media screen and (max-width: 768px) {
        .featurePage .sec01 .subWrap .caseList > li .box {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .featurePage .sec01 .subWrap .caseList > li .box {
          padding: 30px 15px 20px; } }
      .featurePage .sec01 .subWrap .caseList > li .box .img01, .featurePage .sec01 .subWrap .caseList > li .box .img02 {
        max-width: 517px;
        width: 100%;
        margin: 0 auto; }
      .featurePage .sec01 .subWrap .caseList > li .box .img02 {
        max-width: 520px; }
      .featurePage .sec01 .subWrap .caseList > li .box .ttl02 {
        position: absolute;
        top: -16px;
        left: 0;
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .featurePage .sec01 .subWrap .caseList > li .box .ttl02 {
            top: -10px; } }
        .featurePage .sec01 .subWrap .caseList > li .box .ttl02 span {
          background: #151e49;
          color: #fff;
          font-size: 1.6rem;
          padding: 9px 20px;
          border-radius: 90px; }
          @media screen and (max-width: 768px) {
            .featurePage .sec01 .subWrap .caseList > li .box .ttl02 span {
              font-size: 1.1rem;
              padding: 6px 15px; } }
      .featurePage .sec01 .subWrap .caseList > li .box .copy {
        margin-top: 15px; }
        .featurePage .sec01 .subWrap .caseList > li .box .copy p {
          font-size: 1.7rem; }
          @media screen and (max-width: 768px) {
            .featurePage .sec01 .subWrap .caseList > li .box .copy p {
              font-size: 1.3rem; } }

.featurePage .sec01 .patternList {
  margin-top: 60px;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .featurePage .sec01 .patternList {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .featurePage .sec01 .patternList {
      margin-top: 30px; } }
  .featurePage .sec01 .patternList > li {
    font-size: 0;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .featurePage .sec01 .patternList > li {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .featurePage .sec01 .patternList > li {
        margin-bottom: 20px;
        border-radius: 15px;
        overflow: hidden; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .featurePage .sec01 .patternList > li {
      border-radius: 10px; } }
    .featurePage .sec01 .patternList > li:nth-child(1) {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .featurePage .sec01 .patternList > li:nth-child(2) {
      margin-top: -1px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    @media screen and (max-width: 768px) {
      .featurePage .sec01 .patternList > li::before {
        content: "";
        position: absolute;
        top: 10px;
        right: 10px;
        background: url("../cmn_img/sec02_icon01.png") no-repeat center center/cover;
        width: 30px;
        height: 30px;
        z-index: 9; } }
    .featurePage .sec01 .patternList > li .ttlBox {
      width: 300px;
      padding: 5px 25px;
      display: inline-block;
      vertical-align: middle;
      background: #151e49;
      position: relative; }
      @media screen and (max-width: 768px) {
        .featurePage .sec01 .patternList > li .ttlBox {
          width: 100%;
          padding: 8px 15px; } }
      .featurePage .sec01 .patternList > li .ttlBox::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8.5px 0px 8.5px 10px;
        border-color: transparent transparent transparent #151e49; }
        @media screen and (max-width: 768px) {
          .featurePage .sec01 .patternList > li .ttlBox::before {
            content: none; } }
      @media screen and (max-width: 768px) {
        .featurePage .sec01 .patternList > li .ttlBox::after {
          content: "";
          position: absolute;
          bottom: -7px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 7.5px 0px 7.5px;
          border-color: #151e49 transparent transparent transparent; } }
      .featurePage .sec01 .patternList > li .ttlBox > p {
        display: table;
        height: 100%;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .featurePage .sec01 .patternList > li .ttlBox > p {
            text-align: center; } }
      .featurePage .sec01 .patternList > li .ttlBox span {
        display: table-cell;
        vertical-align: middle;
        line-height: 1.7;
        color: #fff;
        font-weight: 700;
        font-size: 1.8rem;
        padding-left: 65px;
        background: url("../cmn_img/feature/sec01_icon02.png") no-repeat center left/45px 45px; }
        @media screen and (max-width: 768px) {
          .featurePage .sec01 .patternList > li .ttlBox span {
            font-size: 1.4rem;
            padding: 0;
            background: none; } }
    .featurePage .sec01 .patternList > li .txBox {
      width: calc(100% - 300px);
      background: #fff;
      padding: 25px 35px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .featurePage .sec01 .patternList > li .txBox {
          width: 100%;
          padding: 25px 20px; } }
      .featurePage .sec01 .patternList > li .txBox .tx {
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .featurePage .sec01 .patternList > li .txBox .tx {
            font-size: 1.2rem; } }
        .featurePage .sec01 .patternList > li .txBox .tx .mark {
          color: #2539b5;
          font-weight: 700; }
    @media screen and (max-width: 768px) {
      .featurePage .sec01 .patternList > li:nth-child(2)::before {
        background-image: url("../cmn_img/sec02_icon02.png"); } }
    .featurePage .sec01 .patternList > li:nth-child(2) .ttlBox > p span {
      background-image: url("../cmn_img/feature/sec01_icon01.png"); }
      @media screen and (max-width: 768px) {
        .featurePage .sec01 .patternList > li:nth-child(2) .ttlBox > p span {
          background: none; } }
    .featurePage .sec01 .patternList > li.last {
      margin-bottom: 0; }

.featurePage .sec02 .ancList li a {
  background-color: #2539b5;
  color: #fff; }

.featurePage .sec02 .secTtl {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.6;
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .featurePage .sec02 .secTtl {
      font-size: 2.2rem;
      margin-bottom: 25px; } }
  .featurePage .sec02 .secTtl span {
    font-size: 1.6rem;
    display: block; }
    @media screen and (max-width: 768px) {
      .featurePage .sec02 .secTtl span {
        font-size: 1.3rem; } }

.featurePage .sec02 .featureList > li {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  overflow: inherit;
  margin-top: 80px;
  padding: 80px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .featurePage .sec02 .featureList > li {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .featurePage .sec02 .featureList > li {
      margin-top: 60px;
      padding: 50px 20px 40px;
      width: calc(100% + 20px);
      margin-left: -10px; } }
  .featurePage .sec02 .featureList > li .thum {
    border: 1px solid #ddd; }
  .featurePage .sec02 .featureList > li .numTtl {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #151e49;
    border-radius: 90px;
    text-align: center;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 90px;
    padding: 14px 0; }
    @media screen and (max-width: 768px) {
      .featurePage .sec02 .featureList > li .numTtl {
        width: 70px;
        height: 70px;
        padding: 12px 0;
        top: -34px; } }
    .featurePage .sec02 .featureList > li .numTtl span {
      font-size: 1.1rem;
      display: inline-block;
      border-bottom: 1px solid #fff;
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .featureList > li .numTtl span {
          font-size: 1.0rem; } }
    .featurePage .sec02 .featureList > li .numTtl p {
      display: block;
      font-size: 2.4rem;
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .featureList > li .numTtl p {
          font-size: 1.5rem; } }
  .featurePage .sec02 .featureList > li .boxTtl {
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.65;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #151e49; }
    @media screen and (max-width: 768px) {
      .featurePage .sec02 .featureList > li .boxTtl {
        font-size: 1.7rem;
        padding-bottom: 10px;
        margin-bottom: 20px; } }
  .featurePage .sec02 .featureList > li .readTx {
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .featurePage .sec02 .featureList > li .readTx {
        font-size: 1.3rem; } }
  .featurePage .sec02 .featureList > li .point_grayBox {
    background: #f3f6fa;
    border-radius: 15px;
    overflow: hidden;
    padding: 50px;
    font-size: 0;
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .featurePage .sec02 .featureList > li .point_grayBox {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .featurePage .sec02 .featureList > li .point_grayBox {
        margin-top: 35px;
        padding: 20px; } }
    .featurePage .sec02 .featureList > li .point_grayBox .ttl {
      font-size: 2.2rem;
      padding-left: 75px;
      background: url("../cmn_img/icon_for.png") no-repeat center left/48px 64px;
      display: inline-block;
      vertical-align: middle;
      width: 300px;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .featureList > li .point_grayBox .ttl {
          font-size: 1.4rem;
          width: 100%;
          text-align: center;
          padding: 48px 0 0 0;
          background-size: 28px 38px;
          background-position: center top; } }
    .featurePage .sec02 .featureList > li .point_grayBox .pointList {
      width: calc(100% - 300px);
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .featureList > li .point_grayBox .pointList {
          width: 100%;
          margin-top: 5px; } }
      .featurePage .sec02 .featureList > li .point_grayBox .pointList > li {
        font-size: 1.7rem;
        padding-left: 30px;
        background: url("../cmn_img/icon_check02.png") no-repeat left top 5px/22px 22px; }
        @media screen and (max-width: 768px) {
          .featurePage .sec02 .featureList > li .point_grayBox .pointList > li {
            font-size: 1.2rem;
            background-size: 13px 13px;
            padding-left: 18px; } }
    .featurePage .sec02 .featureList > li .point_grayBox.naitei .ttl {
      padding-left: 100px;
      background-image: url("../cmn_img/feature/sec02_icon02.png");
      background-size: 83px 60px; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .featureList > li .point_grayBox.naitei .ttl {
          background-size: 50px 36px;
          padding-left: 0;
          padding-top: 45px; } }
  .featurePage .sec02 .featureList > li .mainPointList > li {
    margin-top: 100px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .featurePage .sec02 .featureList > li .mainPointList > li {
        margin-top: 80px; } }
    .featurePage .sec02 .featureList > li .mainPointList > li::before {
      content: "POINT";
      position: absolute;
      top: -60px;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 16.0rem;
      color: #f3f6fa;
      font-weight: 800;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .featureList > li .mainPointList > li::before {
          font-size: 8.0rem;
          top: -45px; } }
    .featurePage .sec02 .featureList > li .mainPointList > li .fukiTx {
      position: relative;
      z-index: 9; }
    .featurePage .sec02 .featureList > li .mainPointList > li .pointTtl {
      text-align: center;
      line-height: 1.7;
      font-size: 2.6rem;
      margin: 15px auto 25px;
      position: relative;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .featureList > li .mainPointList > li .pointTtl {
          font-size: 1.6rem;
          margin: 10px auto 20px; } }
      .featurePage .sec02 .featureList > li .mainPointList > li .pointTtl span {
        font-size: 1.8rem;
        display: block; }
        @media screen and (max-width: 768px) {
          .featurePage .sec02 .featureList > li .mainPointList > li .pointTtl span {
            font-size: 1.3rem; } }
    .featurePage .sec02 .featureList > li .mainPointList > li .pointRead {
      text-align: center; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .featureList > li .mainPointList > li .pointRead {
          text-align: left; } }
  .featurePage .sec02 .featureList > li.feature01 .mainPointList > li.point01 .slider01 {
    margin-left: -20px; }
  @media screen and (max-width: 768px) {
    .featurePage .sec02 .featureList > li.feature01 .mainPointList > li.point01 .scrollArea {
      overflow-y: scroll; } }
  @media screen and (max-width: 768px) {
    .featurePage .sec02 .featureList > li.feature01 .mainPointList > li.point01 .scrollArea .img01 {
      width: 560px; } }
  .featurePage .sec02 .featureList > li.feature01 .mainPointList > li.point02 .img01 {
    margin-top: 40px; }
  .featurePage .sec02 .featureList > li.feature02 .mainPointList > li.point01 .img01 {
    max-width: 919px;
    width: 100%;
    margin: 0 auto; }
  .featurePage .sec02 .featureList > li.feature03 .img01 {
    display: block;
    max-width: 905px;
    width: 100%;
    margin: 30px auto 0 auto; }
  .featurePage .sec02 .featureList > li.feature03 .taisakuWrap {
    font-size: 0;
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .featurePage .sec02 .featureList > li.feature03 .taisakuWrap {
        margin-top: 35px; } }
    .featurePage .sec02 .featureList > li.feature03 .taisakuWrap .txBox {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 447px);
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .featureList > li.feature03 .taisakuWrap .txBox {
          width: 100%;
          font-size: 1.2rem; } }
    .featurePage .sec02 .featureList > li.feature03 .taisakuWrap .imgBox {
      display: inline-block;
      vertical-align: middle;
      width: 407px;
      margin-left: 40px; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .featureList > li.feature03 .taisakuWrap .imgBox {
          max-width: 407px;
          width: 80%;
          display: block;
          margin: 20px auto 0; } }

.featurePage .sec03 .copy {
  text-align: center; }
  .featurePage .sec03 .copy p {
    font-size: 2.6rem; }
    @media screen and (max-width: 768px) {
      .featurePage .sec03 .copy p {
        font-size: 1.3rem; } }

.featurePage .sec03 .tx {
  margin-top: 10px;
  line-height: 2.2; }
  @media screen and (max-width: 768px) {
    .featurePage .sec03 .tx {
      text-align: left; } }
  .featurePage .sec03 .tx span {
    font-size: 2.0rem; }
    @media screen and (max-width: 768px) {
      .featurePage .sec03 .tx span {
        font-size: 1.3rem; } }

.for-scoutedPage .mv {
  position: relative;
  z-index: 99; }
  .for-scoutedPage .mv .inr {
    background: none; }

.for-scoutedPage .sec01 {
  padding-bottom: 440px;
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    .for-scoutedPage .sec01 {
      padding-bottom: 220px; } }
  .for-scoutedPage .sec01::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../cmn_img/for-scouted/sec01_bg.jpg") no-repeat center bottom/100% auto; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec01::before {
        background-size: 200% auto; } }
  .for-scoutedPage .sec01::after {
    content: "";
    position: absolute;
    top: -360px;
    right: 0;
    background: url(/lib/cmn_img/bg_logo.png) no-repeat center center/cover;
    width: 740px;
    height: 525px;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec01::after {
        width: 259px;
        height: 183px;
        top: -180px;
        right: 0; } }
  .for-scoutedPage .sec01 .tx {
    font-size: 2.0rem;
    margin-top: 50px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec01 .tx {
        font-size: 1.3rem;
        margin-top: 20px;
        text-align: left; } }

.for-scoutedPage .sec02 .wrap {
  font-size: 0;
  position: relative; }
  .for-scoutedPage .sec02 .wrap .btn {
    position: absolute;
    left: 0;
    bottom: 180px;
    left: 0; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec02 .wrap .btn {
        position: static;
        margin-top: 15px; } }
  .for-scoutedPage .sec02 .wrap .boxL {
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 170px; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec02 .wrap .boxL {
        width: 100%;
        text-align: center;
        margin-bottom: 0; } }
  .for-scoutedPage .sec02 .wrap .boxR {
    width: calc(100% - 400px);
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
    overflow: hidden;
    background: #f3f6fa; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec02 .wrap .boxR {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec02 .wrap .boxR {
        width: 100%;
        padding: 0; } }
    .for-scoutedPage .sec02 .wrap .boxR .messageList > li {
      padding: 35px 0;
      border-bottom: 1px solid #ddd;
      padding-left: 90px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .for-scoutedPage .sec02 .wrap .boxR .messageList > li {
          padding: 17px 0 17px 53px; } }
      .for-scoutedPage .sec02 .wrap .boxR .messageList > li::before {
        content: "01";
        position: absolute;
        top: 50%;
        left: 0%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 60px;
        height: 60px;
        background: #2539b5;
        color: #fff;
        text-align: center;
        padding: 15px 0;
        font-size: 1.5rem;
        border-radius: 90px; }
        @media screen and (max-width: 768px) {
          .for-scoutedPage .sec02 .wrap .boxR .messageList > li::before {
            top: 24px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            width: 35px;
            height: 35px;
            font-size: 1.2rem;
            padding: 6px 0; } }
      .for-scoutedPage .sec02 .wrap .boxR .messageList > li .ttl {
        font-size: 2.4rem;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .for-scoutedPage .sec02 .wrap .boxR .messageList > li .ttl {
            font-size: 1.5rem; } }
      .for-scoutedPage .sec02 .wrap .boxR .messageList > li .tx {
        font-size: 1.6rem;
        margin-top: 5px; }
        @media screen and (max-width: 768px) {
          .for-scoutedPage .sec02 .wrap .boxR .messageList > li .tx {
            font-size: 1.2rem; } }
      @media screen and (max-width: 768px) {
        .for-scoutedPage .sec02 .wrap .boxR .messageList > li:nth-child(1) {
          border-top: 1px solid #ddd; } }
      .for-scoutedPage .sec02 .wrap .boxR .messageList > li:nth-child(2)::before {
        content: "02"; }
      .for-scoutedPage .sec02 .wrap .boxR .messageList > li:nth-child(3)::before {
        content: "03"; }
      .for-scoutedPage .sec02 .wrap .boxR .messageList > li.last {
        border: none; }

.for-scoutedPage .sec02 .kigyoBox {
  margin-top: 60px; }
  .for-scoutedPage .sec02 .kigyoBox .logoList {
    margin-top: -30px; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec02 .kigyoBox .logoList {
        margin-top: -10px; } }
  .for-scoutedPage .sec02 .kigyoBox .grayBox {
    background: #f3f6fa;
    padding: 40px 50px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 20px;
    font-size: 0;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec02 .kigyoBox .grayBox {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec02 .kigyoBox .grayBox {
        padding: 20px; } }
    .for-scoutedPage .sec02 .kigyoBox .grayBox .boxL {
      width: calc(100% - 300px);
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .for-scoutedPage .sec02 .kigyoBox .grayBox .boxL {
          width: 100%;
          text-align: center; } }
      .for-scoutedPage .sec02 .kigyoBox .grayBox .boxL .ttl {
        text-align: left;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          .for-scoutedPage .sec02 .kigyoBox .grayBox .boxL .ttl {
            text-align: center; } }
        .for-scoutedPage .sec02 .kigyoBox .grayBox .boxL .ttl span {
          font-size: 1.8rem; }
          @media screen and (max-width: 768px) {
            .for-scoutedPage .sec02 .kigyoBox .grayBox .boxL .ttl span {
              font-size: 1.2rem; } }
      .for-scoutedPage .sec02 .kigyoBox .grayBox .boxL .cauTx {
        font-size: 1.3rem;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .for-scoutedPage .sec02 .kigyoBox .grayBox .boxL .cauTx {
            font-size: 1.0rem; } }
    .for-scoutedPage .sec02 .kigyoBox .grayBox .boxR {
      width: 300px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .for-scoutedPage .sec02 .kigyoBox .grayBox .boxR {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .for-scoutedPage .sec02 .kigyoBox .grayBox .boxR .btn {
          margin-top: 20px; } }
      .for-scoutedPage .sec02 .kigyoBox .grayBox .boxR .btn a {
        width: 100%; }

.for-scoutedPage .sec03 .mainImg {
  width: 100%;
  height: 460px;
  background: url("../cmn_img/for-scouted/sec03_img01.jpg") no-repeat center top/cover; }
  @media screen and (max-width: 768px) {
    .for-scoutedPage .sec03 .mainImg {
      height: auto;
      padding-top: 40%; } }

.for-scoutedPage .sec03 .box {
  background: -webkit-gradient(linear, left top, right top, from(#3470d4), to(#2539b5)) !important;
  background: -webkit-linear-gradient(left, #3470d4, #2539b5) !important;
  background: -o-linear-gradient(left, #3470d4, #2539b5) !important;
  background: linear-gradient(to right, #3470d4, #2539b5) !important;
  padding: 60px;
  margin-top: -80px;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    .for-scoutedPage .sec03 .box {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .for-scoutedPage .sec03 .box {
      padding: 25px 20px;
      margin-top: -30px; } }
  .for-scoutedPage .sec03 .box::before {
    content: "";
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: url("../cmn_img/for-scouted/sec03_icon01.png") no-repeat center center/cover;
    width: 303px;
    height: 259px; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec03 .box::before {
        width: 151px;
        height: 130px;
        right: -10px;
        bottom: -1px; } }
  .for-scoutedPage .sec03 .box .ttl {
    font-size: 3.0rem;
    line-height: 1.7;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec03 .box .ttl {
        font-size: 1.6rem; } }
  .for-scoutedPage .sec03 .box .tx {
    font-size: 1.6rem;
    margin: 10px auto 30px;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec03 .box .tx {
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 20px; } }
  .for-scoutedPage .sec03 .box .btn {
    position: relative;
    z-index: 9; }

.for-scoutedPage .sec05 .voiceList > li {
  border: none;
  background: #fff;
  padding: 30px 35px 10px;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .for-scoutedPage .sec05 .voiceList > li {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .for-scoutedPage .sec05 .voiceList > li {
      width: 100%;
      margin: 0 0 20px;
      padding: 25px 20px 5px; } }
  .for-scoutedPage .sec05 .voiceList > li .infoArea .thum {
    width: 140px;
    display: block;
    margin: 0 auto 20px; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec05 .voiceList > li .infoArea .thum {
        width: 120px; } }
  .for-scoutedPage .sec05 .voiceList > li .infoArea .txWrap {
    width: 100%;
    text-align: center; }
    .for-scoutedPage .sec05 .voiceList > li .infoArea .txWrap .tagList {
      margin: 0; }
    .for-scoutedPage .sec05 .voiceList > li .infoArea .txWrap .copy {
      font-size: 1.8rem;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .for-scoutedPage .sec05 .voiceList > li .infoArea .txWrap .copy {
          font-size: 1.5rem; } }
  .for-scoutedPage .sec05 .voiceList > li .tx {
    font-size: 1.4rem;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec05 .voiceList > li .tx {
        font-size: 1.2rem; } }
  .for-scoutedPage .sec05 .voiceList > li .incomeList > li p {
    font-size: 1.3rem; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec05 .voiceList > li .incomeList > li p {
        font-size: 1.2rem; } }
  .for-scoutedPage .sec05 .voiceList > li .btnStyle_02 {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .for-scoutedPage .sec05 .voiceList > li .btnStyle_02 {
        margin-top: 15px; } }

.for-companiesPage .sec02 .readTx span, .for-companiesPage .sec05 .readTx span {
  color: #2539b5;
  border-color: #2539b5;
  font-size: 2.0rem; }
  @media screen and (max-width: 768px) {
    .for-companiesPage .sec02 .readTx span, .for-companiesPage .sec05 .readTx span {
      font-size: 1.4rem; } }

.for-companiesPage .sec02 .ctList {
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .for-companiesPage .sec02 .ctList {
      margin-top: 30px; } }
  .for-companiesPage .sec02 .ctList > li {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 20px;
    padding: 30px 30px 30px 40px; }
    @media screen and (max-width: 768px) {
      .for-companiesPage .sec02 .ctList > li {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .for-companiesPage .sec02 .ctList > li {
        padding: 18px 20px 20px 20px; } }
    .for-companiesPage .sec02 .ctList > li .txBox {
      width: 50%;
      margin-right: 5%;
      display: inline-block;
      vertical-align: middle;
      padding-left: 90px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .for-companiesPage .sec02 .ctList > li .txBox {
          width: 100%;
          margin: 0 0 25px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .for-companiesPage .sec02 .ctList > li .txBox {
      padding-left: 0;
      padding-top: 45px; } }
      .for-companiesPage .sec02 .ctList > li .txBox::before {
        content: "01";
        position: absolute;
        top: 50%;
        left: 0%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 60px;
        height: 60px;
        background: #2539b5;
        color: #fff;
        text-align: center;
        padding: 15px 0;
        font-size: 1.5rem;
        border-radius: 90px; }
        @media screen and (max-width: 768px) {
          .for-companiesPage .sec02 .ctList > li .txBox::before {
            width: 35px;
            height: 35px;
            font-size: 1.1rem;
            padding: 7px 0;
            top: 0;
            left: 50%;
            -webkit-transform: translateY(0) translateX(-50%);
            -ms-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%); } }
      .for-companiesPage .sec02 .ctList > li .txBox .ttl {
        font-size: 2.4rem;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .for-companiesPage .sec02 .ctList > li .txBox .ttl {
            font-size: 1.5rem;
            text-align: center; } }
      .for-companiesPage .sec02 .ctList > li .txBox .tx {
        font-size: 1.5rem;
        margin-top: 5px; }
        @media screen and (max-width: 768px) {
          .for-companiesPage .sec02 .ctList > li .txBox .tx {
            font-size: 1.2rem; } }
    .for-companiesPage .sec02 .ctList > li .imgBox {
      width: 45%;
      display: inline-block;
      vertical-align: middle;
      border-radius: 15px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .for-companiesPage .sec02 .ctList > li .imgBox {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .for-companiesPage .sec02 .ctList > li .imgBox {
          width: 100%; } }
    .for-companiesPage .sec02 .ctList > li:nth-child(2) .txBox::before {
      content: "02"; }
    .for-companiesPage .sec02 .ctList > li.last {
      margin-bottom: 0; }

.for-companiesPage .sec03 table tr th {
  font-size: 1.6rem;
  width: 160px; }
  @media screen and (max-width: 768px) {
    .for-companiesPage .sec03 table tr th {
      font-size: 1.2rem;
      width: 60px; } }

.for-companiesPage .sec03 table tr td .cateList > li {
  background: #fff;
  padding: 4px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 90px;
  margin-top: .5%;
  margin-bottom: .5%; }
  @media screen and (max-width: 768px) {
    .for-companiesPage .sec03 table tr td .cateList > li {
      font-size: 1.1rem; } }

.for-companiesPage .sec03 .kigyoBox {
  margin-top: 50px; }

.for-companiesPage .sec03 .cauTx {
  font-size: 1.3rem; }
  @media screen and (max-width: 768px) {
    .for-companiesPage .sec03 .cauTx {
      font-size: 1.1rem; } }

.for-companiesPage .sec04 .flowList > li {
  margin-bottom: 30px;
  font-size: 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .for-companiesPage .sec04 .flowList > li {
      margin-bottom: 25px; } }
  .for-companiesPage .sec04 .flowList > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 1px;
    height: calc(100% + 30px);
    background: #151e49;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .for-companiesPage .sec04 .flowList > li::before {
        height: calc(100% + 25px);
        left: 30px; } }
  .for-companiesPage .sec04 .flowList > li .boxL {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    width: 80px; }
    @media screen and (max-width: 768px) {
      .for-companiesPage .sec04 .flowList > li .boxL {
        width: 60px;
        margin-right: 20px; } }
    .for-companiesPage .sec04 .flowList > li .boxL .num {
      width: 100%;
      height: 80px;
      border-radius: 90px;
      color: #fff;
      background: #151e49;
      text-align: center;
      padding: 24px 0;
      line-height: 1.3;
      font-size: 1.7rem; }
      @media screen and (max-width: 768px) {
        .for-companiesPage .sec04 .flowList > li .boxL .num {
          height: 60px;
          padding: 15px 0;
          font-size: 1.5rem; } }
      .for-companiesPage .sec04 .flowList > li .boxL .num span {
        display: block;
        font-size: 1.0rem; }
  .for-companiesPage .sec04 .flowList > li .boxR {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 110px);
    padding-top: 8px; }
    @media screen and (max-width: 768px) {
      .for-companiesPage .sec04 .flowList > li .boxR {
        width: calc(100% - 80px); } }
    .for-companiesPage .sec04 .flowList > li .boxR .ttl {
      font-size: 2.0rem;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .for-companiesPage .sec04 .flowList > li .boxR .ttl {
          font-size: 1.5rem; } }
    .for-companiesPage .sec04 .flowList > li .boxR .tx {
      margin-top: 3px;
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .for-companiesPage .sec04 .flowList > li .boxR .tx {
          font-size: 1.2rem; } }
  .for-companiesPage .sec04 .flowList > li.last {
    margin-bottom: 0 !important; }
    .for-companiesPage .sec04 .flowList > li.last::before {
      content: none; }

.for-companiesPage .sec05 .interviewList {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .for-companiesPage .sec05 .interviewList {
      margin-left: -20px; } }

@media screen and (max-width: 768px) {
  .for-companiesPage .sec05 .btn {
    margin-top: 50px; } }

.recruitPage .sec01 {
  position: relative; }
  .recruitPage .sec01::before {
    content: "JOIN US";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 25.0rem;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .recruitPage .sec01::before {
        font-size: 8.0rem;
        top: -90px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        left: 0; } }
  .recruitPage .sec01 .inr {
    position: relative; }
  .recruitPage .sec01 .imgList {
    font-size: 0; }
    @media screen and (max-width: 768px) {
      .recruitPage .sec01 .imgList {
        margin-top: 35px; } }
    .recruitPage .sec01 .imgList > li {
      position: absolute;
      width: 20%;
      border-radius: 15px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .recruitPage .sec01 .imgList > li {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .recruitPage .sec01 .imgList > li {
          width: 48%;
          position: static;
          display: inline-block;
          vertical-align: top; } }
      .recruitPage .sec01 .imgList > li:nth-child(1) {
        bottom: -50px;
        left: 0; }
        @media screen and (max-width: 768px) {
          .recruitPage .sec01 .imgList > li:nth-child(1) {
            margin: 40px 4% auto 0; } }
      .recruitPage .sec01 .imgList > li:nth-child(2) {
        top: -50px;
        right: 0; }

.recruitPage .sec04 .bigImg {
  width: 100%;
  padding-top: 31.9444%;
  background: url("../cmn_img/recruit/sec01_img03.jpg") no-repeat center center/cover; }
  @media screen and (max-width: 768px) {
    .recruitPage .sec04 .bigImg {
      padding-top: 35%; } }

.recruitPage .sec02 .featureList > li {
  background: #ff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding: 30px 40px; }
  @media screen and (max-width: 768px) {
    .recruitPage .sec02 .featureList > li {
      border-radius: 10px; } }

.recruitPage .sec03 .tx01 {
  font-size: 1.7rem;
  text-align: center;
  margin: 10px auto 30px; }
  @media screen and (max-width: 768px) {
    .recruitPage .sec03 .tx01 {
      font-size: 1.3rem; } }

@media screen and (max-width: 768px) {
  .recruitPage .sec03 .membersList {
    margin-left: -20px; } }

@media screen and (max-width: 768px) {
  .recruitPage .sec03 .btn {
    margin-top: 50px; } }

.sitemapPage .sec01 .linkList01 > li {
  margin-bottom: 12px; }
  .sitemapPage .sec01 .linkList01 > li > a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0 0 12px 17px;
    position: relative;
    font-size: 1.7rem;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .sitemapPage .sec01 .linkList01 > li > a {
        font-size: 1.2rem;
        padding-left: 15px; } }
    .sitemapPage .sec01 .linkList01 > li > a::before {
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 2px;
      background: #2539b5; }
      @media screen and (max-width: 768px) {
        .sitemapPage .sec01 .linkList01 > li > a::before {
          top: 6px;
          width: 6px;
          height: 6px; } }
    .sitemapPage .sec01 .linkList01 > li > a:hover {
      color: #2539b5;
      padding-left: 20px; }
  .sitemapPage .sec01 .linkList01 > li .linkList02 {
    margin-top: 15px; }
    .sitemapPage .sec01 .linkList01 > li .linkList02 > li {
      margin-bottom: 3px; }
      .sitemapPage .sec01 .linkList01 > li .linkList02 > li a {
        display: block;
        color: #2539b5; }
        @media screen and (max-width: 768px) {
          .sitemapPage .sec01 .linkList01 > li .linkList02 > li a {
            font-size: 1.1rem; } }
        .sitemapPage .sec01 .linkList01 > li .linkList02 > li a:hover {
          text-decoration: underline; }

.documentPage .mvStyle_02::before {
  content: none; }

.documentPage .sec01 {
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    .documentPage .sec01 {
      font-size: 1.4rem; } }
  .documentPage .sec01 .inr {
    padding-top: 80px;
    border-top: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .documentPage .sec01 .inr {
        padding-top: 50px; } }
  .documentPage .sec01 .passwordBox {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .documentPage .sec01 .passwordBox {
        font-size: 1.3rem; } }
    .documentPage .sec01 .passwordBox input {
      padding: 18px;
      border-radius: 5px;
      margin: 0 8px 0 15px; }
      @media screen and (max-width: 768px) {
        .documentPage .sec01 .passwordBox input {
          width: 170px;
          padding: 14px;
          margin: 0 7px 0 10px; } }
    .documentPage .sec01 .passwordBox .subscribeBtn {
      vertical-align: middle; }
      .documentPage .sec01 .passwordBox .subscribeBtn input[type="submit"] {
        width: 80px;
        padding: 14px 0 !important;
        border-radius: 5px !important;
        margin: 0; }
        @media screen and (max-width: 768px) {
          .documentPage .sec01 .passwordBox .subscribeBtn input[type="submit"] {
            width: 60px;
            font-size: 1.3rem;
            padding: 10px 0 !important; } }
