@charset "UTF-8";
.mv_area {
  width: 100%;
  background: url(../img/mv.jpg) no-repeat 50% 50%/cover;
  height: 100vh;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .mv_area {
      height: 50vh; } }
  .mv_area .inr h2 {
    font-family: "Kokoro";
    position: absolute;
    top: 28%;
    max-width: 500px;
    /*bottom: 30%;*/
    left: 15%;
    font-size: 2em; }
    @media only screen and (max-width: 767px) {
      .mv_area .inr h2 {
        font-size: 1.2em;
        top: auto;
        bottom: 10%;
        text-shadow: 2px 2px 2px #fff;
        left: 5%; } }
  .mv_area .inr span {
    font-family: "EB Garamond", serif;
    display: block;
    font-size: .5em;
    font-style: italic;
    font-weight: bold;
    letter-spacing: .1em;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .mv_area .inr span {
        margin-top: 10px; } }

.employees_list {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .employees_list {
      padding-top: 40px; } }
  .employees_list .inr .inr_inr {
    max-width: 880px;
    width: 95%;
    margin: 0 auto; }
  .employees_list .inr h2 {
    font-size: 2em;
    font-family: "EB Garamond", serif;
    letter-spacing: .2em;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .employees_list .inr h2 {
        font-size: 1.4em; } }
    .employees_list .inr h2 span {
      display: block;
      margin-top: 5px;
      font-family: "Noto Sans", sans-serif;
      font-size: .4em;
      letter-spacing: .1em;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .employees_list .inr h2 span {
          font-size: .6em; } }
      .employees_list .inr h2 span::before {
        content: '';
        display: inline-block;
        width: 160px;
        height: 15px;
        background-image: url(../../img/arrow_black.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .employees_list .inr .btn_list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .employees_list .inr .btn_list li {
      width: 47%; }
      @media only screen and (max-width: 767px) {
        .employees_list .inr .btn_list li {
          width: 100%;
          margin-top: 10px; } }
      .employees_list .inr .btn_list li a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px 0;
        background-color: #EFEFEF;
        border: 1px solid #efefef;
        position: relative;
        font-size: 1em; }
        @media only screen and (max-width: 767px) {
          .employees_list .inr .btn_list li a {
            padding: 10px 0; } }
        .employees_list .inr .btn_list li a::before {
          position: absolute;
          top: 50%;
          left: 25px;
          display: block;
          width: 0.8em;
          height: 0.8em;
          content: "";
          border-right: 2px solid;
          border-bottom: 2px solid;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-top: -0.5em;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
        .employees_list .inr .btn_list li a:hover {
          background-color: #fff; }
          .employees_list .inr .btn_list li a:hover::before {
            margin-top: -.25em; }
      .employees_list .inr .btn_list li:nth-child(odd) a::before {
        border-color: #005BAC; }
      .employees_list .inr .btn_list li:nth-child(even) a::before {
        border-color: #00A78D; }
      .employees_list .inr .btn_list li:nth-child(n + 3) {
        margin-top: 20px; }
        @media only screen and (max-width: 767px) {
          .employees_list .inr .btn_list li:nth-child(n + 3) {
            margin-top: 10px; } }
  .employees_list .inr .employee_list>li {
    padding-top: 80px; }
    @media only screen and (max-width: 767px) {
      .employees_list .inr .employee_list>li {
        padding-top: 40px; } }
    .employees_list .inr .employee_list li:nth-child(odd) .intro {
      background-color: rgba(0, 91, 172, 0.1); }
      .employees_list .inr .employee_list li:nth-child(odd) .intro p {
        color: #AAC1E2; }
    .employees_list .inr .employee_list li:nth-child(even) .intro {
      background-color: rgba(0, 167, 141, 0.1); }
      .employees_list .inr .employee_list li:nth-child(even) .intro p {
        color: #B2D8D0; }
    .employees_list .inr .employee_list li .profile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .employees_list .inr .employee_list li .profile .txt {
        width: 60%; }
        @media only screen and (max-width: 767px) {
          .employees_list .inr .employee_list li .profile .txt {
            width: 100%; } }
        .employees_list .inr .employee_list li .profile .txt h3 {
          padding-bottom: 30px;
          font-family: "Kokoro";
          font-size: 1.5em;
          letter-spacing: .1em;
          padding-left: 20px; }
          @media only screen and (max-width: 767px) {
            .employees_list .inr .employee_list li .profile .txt h3 {
              padding-left: 0;
              font-size: 1.2em;
              letter-spacing: 0.12em;
              padding-bottom: 10px;
              margin-top: 10px; } }
        .employees_list .inr .employee_list li .profile .txt .intro {
          padding: 15px 5px 15px 20px; }
          @media only screen and (max-width: 767px) {
            .employees_list .inr .employee_list li .profile .txt .intro {
              padding: 5px; } }
          .employees_list .inr .employee_list li .profile .txt .intro p {
            font-family: "EB Garamond", serif;
            font-size: 1.4em;
            letter-spacing: .2em; }
            @media only screen and (max-width: 767px) {
              .employees_list .inr .employee_list li .profile .txt .intro p {
                font-size: 1.1em; } }
            .employees_list .inr .employee_list li .profile .txt .intro p span {
              display: block;
              font-size: 1.4rem;
              color: #231815;
              font-family: "Noto Sans", sans-serif;
              letter-spacing: .1em; }
              @media only screen and (max-width: 767px) {
                .employees_list .inr .employee_list li .profile .txt .intro p span {
                  font-size: 1.2rem; } }
          .employees_list .inr .employee_list li .profile .txt .intro dl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding: 0;
            margin-top: 5px; }
            .employees_list .inr .employee_list li .profile .txt .intro dl dt {
              padding-right: 10px; }
              @media only screen and (max-width: 767px) {
                .employees_list .inr .employee_list li .profile .txt .intro dl dt {
                  width: 100%;
                  font-size: .9em; } }
            .employees_list .inr .employee_list li .profile .txt .intro dl dd {
              padding-left: 10px;
              position: relative; }
              @media only screen and (max-width: 767px) {
                .employees_list .inr .employee_list li .profile .txt .intro dl dd {
                  width: 100%;
                  padding-left: 0;
                  font-size: .9em; } }
              .employees_list .inr .employee_list li .profile .txt .intro dl dd::before {
                content: "";
                display: block;
                width: 1px;
                height: 38px;
                position: absolute;
                background-color: #231815;
                top: 7px;
                left: 0; }
                @media only screen and (max-width: 767px) {
                  .employees_list .inr .employee_list li .profile .txt .intro dl dd::before {
                    display: none; } }
      .employees_list .inr .employee_list li .profile .pic {
        width: 40%; }
        @media only screen and (max-width: 767px) {
          .employees_list .inr .employee_list li .profile .pic {
            width: 100%; } }
        .employees_list .inr .employee_list li .profile .pic img {
          width: 100%; }
    .employees_list .inr .employee_list li .topic>li {
      padding: 40px 0;
      margin-top: 0; }
      @media only screen and (max-width: 767px) {
        .employees_list .inr .employee_list li .topic>li {
          padding: 20px 0; } }
      .employees_list .inr .employee_list li .topic>li h4 {
        font-size: 1.4em;
        letter-spacing: .1em; }
        @media only screen and (max-width: 767px) {
          .employees_list .inr .employee_list li .topic>li h4 {
            font-size: 1.1em;
            font-weight: bold; } }
      .employees_list .inr .employee_list li .topic>li p {
        margin-top: 15px; }
        @media only screen and (max-width: 767px) {
          .employees_list .inr .employee_list li .topic>li p {
            margin-top: 10px;
            font-size: .9em; } }
    .employees_list .inr .employee_list li .to_top {
      margin-top: 20px;
      padding-bottom: 60px;
      border-bottom: 1px solid; }
      @media only screen and (max-width: 767px) {
        .employees_list .inr .employee_list li .to_top {
          margin-top: 10px;
          padding-bottom: 30px; } }
      .employees_list .inr .employee_list li .to_top a {
        position: relative;
        display: block;
        padding-left: 80px;
        color: #9FA0A0;
        font-family: "EB Garamond", serif;
        font-style: italic;
        letter-spacing: .2em;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .employees_list .inr .employee_list li .to_top a {
            font-size: .8em;
            line-height: 1.5;
            padding-left: 60px; } }
        .employees_list .inr .employee_list li .to_top a::before {
          content: '';
          display: inline-block;
          width: 54px;
          height: 49px;
          background-image: url(../img/to_top_icon.jpg);
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: middle;
          margin-right: 10px;
          margin-top: -.5em;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
          position: absolute;
          left: 0; }
          @media only screen and (max-width: 767px) {
            .employees_list .inr .employee_list li .to_top a::before {
              margin-top: -1em; } }
        .employees_list .inr .employee_list li .to_top a:hover::before {
          background-image: url(../img/to_top_icon_hover.png);
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
        .employees_list .inr .employee_list li .to_top a span {
          display: block;
          font-size: .8em;
          font-weight: bold; }
    .employees_list .inr .employee_list li:nth-child(odd) .topic>li:nth-child(2) {
      background-color: rgba(0, 91, 172, 0.1); }
    .employees_list .inr .employee_list li:nth-child(even) .topic>li:nth-child(2) {
      background-color: rgba(0, 167, 141, 0.1); }
  .employees_list .inr .back {
    font-size: 1.1em;
    font-family: "EB Garamond", serif;
    font-style: italic;
    margin: 40px 0; }
    @media only screen and (max-width: 767px) {
      .employees_list .inr .back {
        margin-top: 20px; } }
    .employees_list .inr .back a {
      position: relative;
      display: block; }
      .employees_list .inr .back a::before {
        content: '';
        display: inline-block;
        width: 54px;
        height: 49px;
        background-image: url(../img/back_icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 10px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .employees_list .inr .back a:hover::before {
        background-image: url(../img/back_icon_hover.png);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }

.img_list01{
  display: flex;
  justify-content: space-between;
}
.img_list01 li{
  width: calc(95% / 3);
  padding-top: 0;
}
.img_list01.clm02 li{
  width: calc(97.5% / 2);
}
.employees_list .inr .employee_list li .topic>li.top0{
  padding-top: 0;
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
@media only screen and (max-width: 767px) {
.pc_none{
  display: block;
}
.sp_none{
  display: none;
} 
}