/* Scss Document */
.tab-palent-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  /*border-bottom: solid 1px #ccc;*/
  /*border-right: solid 1px #ccc;*/
  position: relative; }
  .tab-palent-wrap::after {
    display: block;
    content: "";
    /*border-bottom: solid 3px $maincolor;*/
    width: 7000px;
    position: absolute;
    z-index: 1000;
    bottom: -3px;
    left: -2000px; }
  .tab-palent-wrap .tab-palent-btn {
    flex: 0 0 25%;
    font-size: 0.9rem;
    text-align: center;
    padding: 15px;
    background-color: #EEEEEE;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1199px) {
      .tab-palent-wrap .tab-palent-btn {
        flex: 1 1 50%; } }
    @media screen and (max-width: 575px) {
      .tab-palent-wrap .tab-palent-btn {
        line-height: 1.4;
        padding: 10px; } }
    .tab-palent-wrap .tab-palent-btn.active {
      color: #fff;
      background-color: #009D85; }

.tab-child-wrap .tab-panel-content {
  display: none; }
.tab-child-wrap .tab-panel-content.panel-open {
  display: block; }

.sec-faq {
  padding: 0 15px;
  margin-bottom: 50px; }
  .sec-faq .list-01 {
    background-color: #ECF5F3;
    padding: 10px;
    margin-left: 90px;
    width: auto; }
    @media screen and (max-width: 767px) {
      .sec-faq .list-01 {
        margin-left: 60px; } }
  .sec-faq .list-01 ol {
    padding: 0;
    margin: 0 35px; }
    @media screen and (max-width: 767px) {
      .sec-faq .list-01 ol {
        margin: 0 0 0 30px; } }
  .sec-faq .wrap-faq-category {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .sec-faq .wrap-faq-category {
        margin-bottom: 30px; } }
    .sec-faq .wrap-faq-category .title-faq-category {
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .sec-faq .wrap-faq-category .title-faq-category {
          font-size: 1.2rem;
          padding: 10px; } }
    .sec-faq .wrap-faq-category .wrap-faq-list {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .sec-faq .wrap-faq-category .wrap-faq-list {
          margin-bottom: 20px; } }
      .sec-faq .wrap-faq-category .wrap-faq-list:last-of-type {
        margin-bottom: 0; }
      .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list {
        display: block;
        color: #333;
        font-weight: 700;
        border: 1px #ccc solid;
        border-radius: 8px;
        padding: 20px 90px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list {
            line-height: 1.4rem;
            padding: 15px 60px; } }
        .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list::before {
          display: block;
          content: "";
          height: 40px;
          width: 40px;
          background-color: #009D85;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 30px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list::before {
              height: 30px;
              width: 30px;
              left: 15px; } }
        .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list::after {
          display: block;
          content: "Q";
          font-size: 1.2rem;
          color: #fff;
          padding-bottom: 3px;
          position: absolute;
          top: 50%;
          left: 43px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list::after {
              font-size: 1rem;
              left: 24px; } }
      .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list span {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: solid 1px #009D85;
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list span {
            width: 20px;
            height: 20px;
            right: 20px; } }
        .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list span:before {
          content: "";
          display: block;
          width: 12px;
          height: 2px;
          margin-top: 1px;
          background-color: #009D85;
          position: absolute;
          top: 50%;
          right: 8px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list span:before {
              width: 10px;
              right: 4px; } }
        .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list span:after {
          content: "";
          display: block;
          width: 12px;
          height: 2px;
          background-color: #009D85;
          position: absolute;
          top: 50%;
          right: 8px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: rotate(90deg);
          transition: 0.3s; }
          @media screen and (max-width: 767px) {
            .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list span:after {
              width: 10px;
              right: 4px; } }
      .sec-faq .wrap-faq-category .wrap-faq-list .title-faq-list.active span:after {
        transform: rotate(0deg); }
      .sec-faq .wrap-faq-category .wrap-faq-list .adjust-text-faq-list .text-faq-list {
        color: #333;
        padding: 25px 0 0 90px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .sec-faq .wrap-faq-category .wrap-faq-list .adjust-text-faq-list .text-faq-list {
            padding: 25px 0 0 60px; } }
        .sec-faq .wrap-faq-category .wrap-faq-list .adjust-text-faq-list .text-faq-list::before {
          display: block;
          content: "";
          height: 38px;
          width: 38px;
          margin-top: 13px;
          border: 1px #009D85 solid;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 30px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .sec-faq .wrap-faq-category .wrap-faq-list .adjust-text-faq-list .text-faq-list::before {
              height: 28px;
              width: 28px;
              left: 15px; } }
        .sec-faq .wrap-faq-category .wrap-faq-list .adjust-text-faq-list .text-faq-list::after {
          display: block;
          content: "A";
          font-size: 1.2rem;
          color: #009D85;
          margin-top: 13px;
          padding-bottom: 3px;
          position: absolute;
          top: 50%;
          left: 43px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .sec-faq .wrap-faq-category .wrap-faq-list .adjust-text-faq-list .text-faq-list::after {
              font-family: 1rem;
              left: 23px; } }

.sec-bnr-list {
  padding: 0 15px;
  margin-bottom: 100px; }
  @media screen and (min-width: 992px) {
    .sec-bnr-list .wrap-bnr-topics {
      border: 1px #009D85 solid;
      border-radius: 8px;
      margin-bottom: 80px;
      overflow: hidden;
      clear: both; }
    .sec-bnr-list .wrap-bnr-prior {
      position: relative; }
      .sec-bnr-list .wrap-bnr-prior:last-of-type {
        margin-bottom: 0; }
      .sec-bnr-list .wrap-bnr-prior .img-staff {
        width: 25%;
        height: 300px;
        background-image: url("../img/img_bnr_chokusou_01.jpg");
        background-size: cover;
        background-position: 50% 50%;
        margin-right: 5%;
        float: left; }
      .sec-bnr-list .wrap-bnr-prior .wrap-title-prior {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
        padding-top: 30px;
        float: left; }
        .sec-bnr-list .wrap-bnr-prior .wrap-title-prior .wrap-img-title-large {
          flex: 0 0 36%;
          margin-right: 2%;
          margin-bottom: 10px; }
        .sec-bnr-list .wrap-bnr-prior .wrap-title-prior .wrap-img-title-small {
          flex: 0 0 62%; }
          .sec-bnr-list .wrap-bnr-prior .wrap-title-prior .wrap-img-title-small .img-title-small {
            position: relative;
            top: 5px; }
        .sec-bnr-list .wrap-bnr-prior .wrap-title-prior .text-prior {
          margin-bottom: 15px;
          padding-right: 50px; } }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        .sec-bnr-list .wrap-bnr-prior .wrap-title-prior .text-prior {
          padding-right: 75px; } }
  @media screen and (min-width: 992px) {
      .sec-bnr-list .wrap-bnr-prior .wrap-link-bnr {
        position: absolute;
        left: 25%;
        bottom: 20px; }
        .sec-bnr-list .wrap-bnr-prior .wrap-link-bnr .link-bnr {
          font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
          color: #333;
          font-weight: 700;
          text-align: center;
          line-height: 2.5rem;
          background-color: #fff;
          border: 1px #ccc solid;
          border-radius: 5px;
          padding: 15px 50px;
          position: relative;
          left: 50px; }
          .sec-bnr-list .wrap-bnr-prior .wrap-link-bnr .link-bnr::before {
            display: block;
            content: "";
            background-color: #009D85;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }
          .sec-bnr-list .wrap-bnr-prior .wrap-link-bnr .link-bnr::after {
            display: block;
            content: "A";
            color: #fff;
            position: absolute;
            top: 50%;
            right: 21px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }
      .sec-bnr-list .wrap-bnr-prior .wrap-ending-note {
        width: 20%;
        float: left;
        position: relative; }
        .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text {
          background-color: #E6921E;
          border-radius: 50%;
          padding: 20px;
          width: 160px;
          height: 160px;
          position: absolute;
          top: 25px;
          right: 25px; }
          .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text {
            position: relative; }
            .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note {
              font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
              font-size: 0.9rem;
              color: #fff;
              font-weight: 700;
              text-align: center;
              line-height: 1.1rem;
              width: 150px;
              height: 150px;
              position: absolute;
              top: 18px;
              left: -18px; }
              .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note .text-small {
                font-size: 0.9rem; }
              .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note .text-ll {
                font-size: 1.2rem; }
              .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note .text-l {
                font-size: 1.1rem; }
        .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .img-ending-note {
          width: 100px;
          position: absolute;
          top: 127px;
          right: 155px; } }
  @media screen and (max-width: 991px) {
    .sec-bnr-list .wrap-bnr-topics {
      border: 1px #009D85 solid;
      border-radius: 8px;
      padding: 15px;
      margin-bottom: 30px;
      background-color: #ECF5F3;
      overflow: hidden;
      clear: both; }
    .sec-bnr-list .wrap-bnr-prior {
      padding-bottom: 150px;
      position: relative; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .sec-bnr-list .wrap-bnr-prior {
      padding-bottom: 220px; } }
  @media screen and (max-width: 991px) {
      .sec-bnr-list .wrap-bnr-prior .img-staff {
        width: 195px;
        height: 195px;
        background-image: url("../img/img_bnr_chokusou_01.jpg");
        background-size: cover;
        background-position: 50% 50%;
        margin-right: 15px;
        float: left; } }
    @media screen and (max-width: 991px) and (max-width: 767px) {
      .sec-bnr-list .wrap-bnr-prior .img-staff {
        width: 145px;
        height: 145px; } }
    @media screen and (max-width: 991px) and (max-width: 575px) {
      .sec-bnr-list .wrap-bnr-prior .img-staff {
        width: 30%;
        height: 100px;
        margin-right: 3%; } }
  @media screen and (max-width: 991px) {
      .sec-bnr-list .wrap-bnr-prior .wrap-title-prior {
        width: 470px;
        position: relative;
        float: left; } }
    @media screen and (max-width: 991px) and (max-width: 767px) {
      .sec-bnr-list .wrap-bnr-prior .wrap-title-prior {
        width: 340px; } }
    @media screen and (max-width: 991px) and (max-width: 575px) {
      .sec-bnr-list .wrap-bnr-prior .wrap-title-prior {
        width: 67%; } }
  @media screen and (max-width: 991px) {
        .sec-bnr-list .wrap-bnr-prior .wrap-title-prior::after {
          display: block;
          content: "";
          clear: both; }
        .sec-bnr-list .wrap-bnr-prior .wrap-title-prior .wrap-img-title-large {
          margin-bottom: 5px; }
        .sec-bnr-list .wrap-bnr-prior .wrap-title-prior .text-prior {
          margin-top: 25px;
          position: relative;
          right: 210px; } }
      @media screen and (max-width: 991px) and (max-width: 767px) {
        .sec-bnr-list .wrap-bnr-prior .wrap-title-prior .text-prior {
          right: 160px; } }
      @media screen and (max-width: 991px) and (max-width: 575px) {
        .sec-bnr-list .wrap-bnr-prior .wrap-title-prior .text-prior {
          width: 140%;
          right: 45%; } }
  @media screen and (max-width: 991px) {
        .sec-bnr-list .wrap-bnr-prior .wrap-title-prior .adjust-position {
          width: 200px;
          height: 1px;
          position: relative;
          bottom: 80px;
          float: right; }
      .sec-bnr-list .wrap-bnr-prior .wrap-link-bnr {
        width: 250px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
        .sec-bnr-list .wrap-bnr-prior .wrap-link-bnr .link-bnr {
          display: block;
          font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
          color: #333;
          font-weight: 700;
          text-align: center;
          line-height: 2.5rem;
          background-color: #fff;
          border: 1px #ccc solid;
          border-radius: 5px;
          padding: 0 50px;
          position: relative; }
          .sec-bnr-list .wrap-bnr-prior .wrap-link-bnr .link-bnr::before {
            display: block;
            content: "";
            background-color: #009D85;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }
          .sec-bnr-list .wrap-bnr-prior .wrap-link-bnr .link-bnr::after {
            display: block;
            content: "A";
            color: #fff;
            position: absolute;
            top: 50%;
            right: 21px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }
      .sec-bnr-list .wrap-bnr-prior .wrap-ending-note {
        width: 160px;
        float: left;
        position: absolute;
        right: 0px;
        bottom: 260px; } }
    @media screen and (max-width: 991px) and (max-width: 767px) {
      .sec-bnr-list .wrap-bnr-prior .wrap-ending-note {
        bottom: 330px; } }
  @media screen and (max-width: 991px) {
        .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text {
          background-color: #E6921E;
          border-radius: 50%;
          padding: 20px;
          width: 160px;
          height: 160px;
          position: absolute;
          top: 20px;
          right: 20px; } }
      @media screen and (max-width: 991px) and (max-width: 575px) {
        .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text {
          width: 130px;
          height: 130px; } }
  @media screen and (max-width: 991px) {
          .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text {
            position: relative; }
            .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note {
              font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
              font-size: 0.9rem;
              color: #fff;
              font-weight: 700;
              text-align: center;
              line-height: 1.1rem;
              width: 120px;
              height: 120px;
              position: absolute;
              top: 4px;
              left: -13px; } }
          @media screen and (max-width: 991px) and (max-width: 575px) {
            .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note {
              font-size: 0.7rem; } }
  @media screen and (max-width: 991px) {
              .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note .text-small {
                font-size: 0.8rem; } }
            @media screen and (max-width: 991px) and (max-width: 575px) {
              .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note .text-small {
                font-size: 0.6rem; } }
  @media screen and (max-width: 991px) {
              .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note .text-ll {
                font-size: 1.2rem; } }
            @media screen and (max-width: 991px) and (max-width: 575px) {
              .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note .text-ll {
                font-size: 1rem; } }
  @media screen and (max-width: 991px) {
              .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note .text-l {
                font-size: 1.1rem; } }
            @media screen and (max-width: 991px) and (max-width: 575px) {
              .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .wrap-adjust-text .adjust-text .text-ending-note .text-l {
                font-size: 0.9rem; } }
  @media screen and (max-width: 991px) {
        .sec-bnr-list .wrap-bnr-prior .wrap-ending-note .img-ending-note {
          width: 80px;
          position: absolute;
          top: 97px;
          right: 125px; } }
  .sec-bnr-list .wrap-bnr-staff {
    display: flex;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .sec-bnr-list .wrap-bnr-staff {
        padding: 10px 15px 15px 15px;
        flex-wrap: wrap; } }
    @media screen and (min-width: 768px) {
      .sec-bnr-list .wrap-bnr-staff .img-staff {
        flex: 0 0 35%;
        background-image: url("../img/img_bnr_chokusou_01.jpg");
        background-size: cover;
        background-position: 50% 50%;
        margin-right: 4%;
        float: left; } }
    @media screen and (max-width: 767px) {
      .sec-bnr-list .wrap-bnr-staff .img-staff {
        flex: 0 0 100%;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 10px; } }
    .sec-bnr-list .wrap-bnr-staff .wrap-intro-staff {
      flex: 0 0 61%;
      padding: 25px 15px 40px 0; }
      @media screen and (max-width: 767px) {
        .sec-bnr-list .wrap-bnr-staff .wrap-intro-staff {
          flex: 0 0 100%;
          padding: 0; } }
      .sec-bnr-list .wrap-bnr-staff .wrap-intro-staff .title-intro-staff {
        font-size: 1.8rem;
        font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
        color: #009D85;
        font-weight: 700;
        letter-spacing: 0.4rem; }
        @media screen and (max-width: 767px) {
          .sec-bnr-list .wrap-bnr-staff .wrap-intro-staff .title-intro-staff {
            font-size: 1.5rem;
            text-align: center; } }
      .sec-bnr-list .wrap-bnr-staff .wrap-intro-staff .text-intro-staff {
        margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .sec-bnr-list .wrap-bnr-staff .wrap-intro-staff .wrap-link-bnr {
          height: 50px;
          position: relative; } }
      .sec-bnr-list .wrap-bnr-staff .wrap-intro-staff .wrap-link-bnr .link-bnr {
        display: block;
        font-family: fot-tsukuardgothic-std, "Hiragino Sans", Meiryo, "sans-serif";
        color: #333;
        font-weight: 700;
        text-align: center;
        line-height: 2.5rem;
        background-color: #fff;
        border: 1px #ccc solid;
        border-radius: 5px;
        width: 250px;
        padding: 0 50px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .sec-bnr-list .wrap-bnr-staff .wrap-intro-staff .wrap-link-bnr .link-bnr {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%); } }
        .sec-bnr-list .wrap-bnr-staff .wrap-intro-staff .wrap-link-bnr .link-bnr::before {
          display: block;
          content: "";
          background-color: #009D85;
          border-radius: 50%;
          width: 25px;
          height: 25px;
          position: absolute;
          top: 50%;
          right: 14px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
        .sec-bnr-list .wrap-bnr-staff .wrap-intro-staff .wrap-link-bnr .link-bnr::after {
          display: block;
          content: "A";
          color: #fff;
          position: absolute;
          top: 50%;
          right: 21px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
