@charset "UTF-8";
@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");
/*---------------------------------
 index
---------------------------------*/
#president {
  margin-bottom: 100px; }
  #president a {
    display: block;
    height: 0;
    padding-top: 27%;
    position: relative; }
    #president a:hover .titlearea .linkarea::before {
      left: 0; }
    #president a:hover .titlearea .linkarea span {
      color: #fff; }
    #president a figure {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      /*right: 0; 社長が左の時*/
      left: 0; }
      #president a figure img {
        object-position: top center;
        font-family: 'object-fit: cover; object-position: top center;'; }
    #president a .titlearea {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      z-index: 1;
      left: 0;
      display: -webkit-flex;
      display: flex;
      width: 53%;
      height: 140px; }
      #president a .titlearea .namearea {
        background-color: #343439;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 65%;
        box-sizing: border-box;
        padding: 10px;
        color: #fff;
        font-weight: bold; }
        #president a .titlearea .namearea .name2 {
          font-size: 32px;
          margin-left: 30px; }
      #president a .titlearea .linkarea {
        background-color: #343439;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #343439;
        background-color: #fff;
        width: 35%;
        box-sizing: border-box;
        padding: 10px;
        overflow: hidden;
        position: relative;
        font-weight: bold;
        font-size: 18px; }
        #president a .titlearea .linkarea::before {
          content: "";
          background-color: rgba(52, 52, 57, 0.7);
          position: absolute;
          left: -100%;
          width: 100%;
          height: 100%;
          z-index: 10;
          top: 0;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        #president a .titlearea .linkarea span {
          position: relative;
          z-index: 11;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        #president a .titlearea .linkarea i {
          margin-left: 10px; }

#stafflist {
  overflow: hidden; }
  #stafflist .staffbox {
    margin-right: -8px; }
    #stafflist .staffbox dt {
      width: 25%;
      float: left;
      font-weight: bold;
      color: #fff;
      background-color: #343439;
      box-sizing: border-box;
      border-right: 8px solid #fff;
      border-bottom: 8px solid #fff; }
      #stafflist .staffbox dt .inner {
        position: relative;
        height: 0;
        padding-top: 160%; }
        #stafflist .staffbox dt .inner .title {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          left: 0;
          right: 0;
          text-align: center;
          letter-spacing: 0.1em;
          font-size: 30px; }
          #stafflist .staffbox dt .inner .title span {
            display: block;
            width: 100%;
            font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
            font-size: 20px;
            font-weight: 300;
            letter-spacing: 0.1em; }
    #stafflist .staffbox dd {
      width: 25%;
      float: left;
      text-align: left;
      box-sizing: border-box;
      border-right: 8px solid #fff;
      border-bottom: 8px solid #fff; }
      #stafflist .staffbox dd figure {
        height: 0;
        padding-top: 160%;
        position: relative; }
        #stafflist .staffbox dd figure img {
          position: absolute;
          top: 0;
          left: 0;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
      #stafflist .staffbox dd a {
        display: block;
        position: relative;
        overflow: hidden; }
        #stafflist .staffbox dd a::after {
          opacity: 0;
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(52, 52, 57, 0.3);
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          z-index: 10; }
        #stafflist .staffbox dd a:hover::after {
          opacity: 1; }
        #stafflist .staffbox dd a:hover figure img {
          transform: scale(1.05);
          -webkit-transform: scale(1.05); }
      #stafflist .staffbox dd .noentry {
        position: relative;
        overflow: hidden; }
        #stafflist .staffbox dd .noentry:hover figure img.ph1 {
          opacity: 0; }
        #stafflist .staffbox dd .noentry:hover figure img.ph2 {
          opacity: 1; }
        #stafflist .staffbox dd .noentry figure img {
          transition: all 0.7s cubic-bezier(0.52, 0.08, 0.18, 1);
          -webkit-transition: all 0.7s cubic-bezier(0.52, 0.08, 0.18, 1);
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
          #stafflist .staffbox dd .noentry figure img.ph2 {
            opacity: 0; }
      #stafflist .staffbox dd .name-jp {
        position: absolute;
        left: 30px;
        top: 30px;
        z-index: 10;
        color: #fff;
        line-height: 1.6; }
        #stafflist .staffbox dd .name-jp .position {
          font-size: 15px; }
        #stafflist .staffbox dd .name-jp .name {
          font-size: 26px;
          letter-spacing: 0.15em;
          font-weight: bold; }
        #stafflist .staffbox dd .name-jp.white {
          color: #fff;
          text-shadow: 0 0 3px rgba(52, 52, 57, 0.5); }
        #stafflist .staffbox dd .name-jp.color {
          color: #343439;
          text-shadow: 0 0 2px white, 0 0 4px white; }
      #stafflist .staffbox dd .name-en {
        position: absolute;
        right: 25px;
        bottom: 30px;
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        z-index: 10;
        font-size: 26px;
        color: #fff;
        font-family: 'Rock Salt', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif; }
        #stafflist .staffbox dd .name-en.white {
          color: #fff; }
        #stafflist .staffbox dd .name-en.color {
          color: #343439; }
  #stafflist #takumibox {
    margin-top: 100px; }
    #stafflist #takumibox dl {
      margin-right: -8px; }
      #stafflist #takumibox dl dt {
        width: calc(100% / 6);
        float: left;
        font-weight: bold;
        color: #fff;
        background-color: #343439;
        box-sizing: border-box;
        border-right: 8px solid #fff;
        border-bottom: 8px solid #fff; }
        #stafflist #takumibox dl dt .inner {
          position: relative;
          width: 100%;
          height: 0;
          padding-top: 100%;
          overflow: hidden; }
          #stafflist #takumibox dl dt .inner .title {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            left: 0;
            right: 0;
            text-align: center;
            letter-spacing: 0.1em;
            font-size: 30px; }
            #stafflist #takumibox dl dt .inner .title span {
              display: block;
              width: 100%;
              font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
              font-size: 20px;
              font-weight: 300;
              letter-spacing: 0.1em; }
      #stafflist #takumibox dl dd {
        width: calc(100% / 6);
        float: left;
        box-sizing: border-box;
        border-right: 8px solid #fff;
        border-bottom: 8px solid #fff;
        position: relative; }
        #stafflist #takumibox dl dd figure {
          width: 100%;
          height: 0;
          padding-top: 100%;
          position: relative;
          overflow: hidden; }
          #stafflist #takumibox dl dd figure img {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
            -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden; }
        #stafflist #takumibox dl dd .namearea {
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 10px;
          z-index: 10;
          color: #fff;
          line-height: 1.6;
          text-align: center; }
          #stafflist #takumibox dl dd .namearea .position {
            font-size: 15px;
            display: inline-block;
            margin-right: 10px; }
          #stafflist #takumibox dl dd .namearea .name {
            font-size: 26px;
            letter-spacing: 0.15em;
            font-weight: bold;
            display: inline-block; }
          #stafflist #takumibox dl dd .namearea.white {
            color: #fff;
            text-shadow: #343439 1px 1px 10px, #343439 -1px 1px 10px, #343439 1px -1px 10px, #343439 -1px -1px 10px; }
          #stafflist #takumibox dl dd .namearea.color {
            color: #343439;
            text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px; }
  #stafflist #holidaybox {
    margin-top: 100px;
    background: #eee;
    padding: 80px;
    box-sizing: border-box; }
    #stafflist #holidaybox p.lead {
      margin-bottom: 40px;
      font-size: 30px;
      font-weight: bold; }
    #stafflist #holidaybox ul {
      display: flex;
      justify-content: center; }
      #stafflist #holidaybox ul li {
        flex-basis: calc(100% / 4);
        padding: 0 20px;
        box-sizing: border-box;
        position: relative; }
        #stafflist #holidaybox ul li a {
          display: block;
          position: relative;
          overflow: hidden; }
          #stafflist #holidaybox ul li a::after {
            opacity: 0;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(52, 52, 57, 0.3);
            transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
            -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            z-index: 10; }
          #stafflist #holidaybox ul li a:hover::after {
            opacity: 1; }
          #stafflist #holidaybox ul li a:hover figure img {
            transform: scale(1.05);
            -webkit-transform: scale(1.05); }
        #stafflist #holidaybox ul li figure {
          width: 100%;
          height: 0;
          padding-top: 100%;
          position: relative;
          overflow: hidden; }
          #stafflist #holidaybox ul li figure img {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
            -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden; }
        #stafflist #holidaybox ul li .namearea {
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 10px;
          z-index: 10;
          color: #fff;
          line-height: 1.6;
          text-align: center; }
          #stafflist #holidaybox ul li .namearea .position {
            font-size: 15px; }
          #stafflist #holidaybox ul li .namearea .name {
            font-size: 26px;
            letter-spacing: 0.15em;
            font-weight: bold; }
          #stafflist #holidaybox ul li .namearea.white {
            color: #fff;
            text-shadow: #343439 1px 1px 10px, #343439 -1px 1px 10px, #343439 1px -1px 10px, #343439 -1px -1px 10px; }
          #stafflist #holidaybox ul li .namearea.color {
            color: #343439;
            text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px; }
        #stafflist #holidaybox ul li .comment {
          position: absolute;
          left: -10px;
          top: -10px;
          width: 120px;
          height: 120px;
          background: #002F68;
          text-align: center;
          border-radius: 100%;
          z-index: 12; }
          #stafflist #holidaybox ul li .comment span {
            width: 100%;
            display: block;
            color: #fff;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            line-height: 1.4;
            font-weight: bold; }
          #stafflist #holidaybox ul li .comment::after {
            content: "";
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-top: 20px solid #002F68;
            position: absolute;
            bottom: -20px;
            left: 60%;
            transform: rotate(-20deg); }
    #stafflist #holidaybox p.message {
      text-align: center;
      color: #002F68;
      margin-top: 20px;
      font-size: 22px;
      font-weight: bold; }

/*---------------------------------
 entry
---------------------------------*/
.entry #profile {
  position: relative; }
  .entry #profile .textarea {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #fff;
    width: 23%;
    color: #343439;
    box-sizing: border-box;
    padding: 70px 30px 70px 0;
    z-index: 10; }
    .entry #profile .textarea .tag {
      display: inline-block;
      background-color: #343439;
      color: #fff;
      font-weight: bold;
      padding: 3px 18px;
      margin-bottom: 30px; }
    .entry #profile .textarea .en {
      color: #C8C8C8;
      font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
      font-weight: 300;
      font-size: 24px;
      margin-bottom: 20px;
      line-height: 1; }
    .entry #profile .textarea .position {
      font-weight: bold;
      font-size: 16px; }
    .entry #profile .textarea .name {
      font-weight: bold;
      font-size: 43px;
      line-height: 1.5;
      letter-spacing: 0.1em; }
    .entry #profile .textarea .data {
      margin-top: 30px; }
      .entry #profile .textarea .data ul li {
        display: table;
        width: 100%;
        margin-bottom: 5px; }
        .entry #profile .textarea .data ul li:last-child {
          margin-bottom: 0; }
        .entry #profile .textarea .data ul li .title {
          font-weight: bold;
          width: 110px;
          display: table-cell;
          vertical-align: top;
          white-space: nowrap; }
        .entry #profile .textarea .data ul li .cont {
          padding-left: 15px;
          display: table-cell;
          vertical-align: top; }
  .entry #profile .ph {
    width: 90%;
    margin-left: auto; }
.entry #interview {
  background-color: #eee;
  padding: 80px 0 130px;
  margin-top: 100px; }
  .entry #interview .interview_inner {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px; }
    .entry #interview .interview_inner .list {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
      .entry #interview .interview_inner .list li {
        width: 44%;
        margin: 3%; }
        .entry #interview .interview_inner .list li .title {
          font-weight: bold;
          font-size: 19px;
          margin-bottom: 18px;
          padding-bottom: 18px;
          border-bottom: 1px solid #ddd;
          color: #343439; }
          .entry #interview .interview_inner .list li .title span {
            font-size: 14px; }
        .entry #interview .interview_inner .list li .text {
          font-size: 15px; }
    .entry #interview .interview_inner .interview_btn {
      max-width: 600px;
      margin: 60px auto 0; }
      .entry #interview .interview_inner .interview_btn a {
        display: block;
        padding: 28px;
        position: relative;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        border: 1px solid #1f1f1f;
        box-sizing: border-box; }
        .entry #interview .interview_inner .interview_btn a:hover {
          opacity: .6; }
        .entry #interview .interview_inner .interview_btn a::after {
          content: "";
          width: 24px;
          height: 5px;
          border-bottom: 1px solid #1f1f1f;
          border-right: 1px solid #1f1f1f;
          position: absolute;
          top: 50%;
          right: 30px;
          -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%); }
  .entry #interview .moviebox {
    margin: 60px 0 0; }
    .entry #interview .moviebox figure {
      height: 0;
      padding-top: 70%;
      position: relative; }
      .entry #interview .moviebox figure iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .entry #interview .blogbtn {
    max-width: 600px;
    margin: 60px auto 0; }
    .entry #interview .blogbtn a {
      display: block;
      background-color: #343439;
      color: #fff;
      padding: 28px;
      position: relative;
      font-weight: bold;
      font-size: 20px;
      text-align: center; }
      .entry #interview .blogbtn a:hover {
        opacity: .6; }
      .entry #interview .blogbtn a::after {
        content: "";
        width: 24px;
        height: 5px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: skew(45deg) translateY(-50%);
        transform: skew(45deg) translateY(-50%); }
.entry #pager {
  display: -webkit-flex;
  display: flex;
  position: relative;
  background-color: rgba(52, 52, 57, 0.3); }
  .entry #pager::after {
    content: "";
    background-color: #343439;
    width: 4px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20; }
  .entry #pager > div {
    width: 33.3333333333%;
    position: relative;
    height: 0;
    padding-top: 14%; }
    .entry #pager > div a:hover {
      cursor: pointer; }
      .entry #pager > div a:hover::after {
        opacity: .1; }
    .entry #pager > div a::after {
      transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      content: "";
      background-color: #343439;
      opacity: .65;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .entry #pager > div#this::after {
      transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      content: "";
      background-color: rgba(52, 52, 57, 0.2);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .entry #pager > div figure {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .entry #pager > div .namebox {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      z-index: 10;
      color: #fff; }
      .entry #pager > div .namebox .position {
        font-size: 15px; }
      .entry #pager > div .namebox .name {
        font-size: 28px;
        letter-spacing: 0.1em;
        font-weight: bold; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  /*---------------------------------
   index
  ---------------------------------*/
  #president {
    margin-bottom: 70px; }
    #president a {
      padding-top: 34%; }
      #president a .titlearea {
        display: block;
        width: auto;
        height: auto;
        /*text-align: right; 社長が左の時*/
        text-align: left; }
        #president a .titlearea .namearea {
          width: auto;
          padding: 10px 25px; }
        #president a .titlearea .linkarea {
          width: auto;
          display: inline-block;
          padding: 10px 25px;
          font-size: 16px; }

  #stafflist .staffbox dt {
    width: 33.3333333333%; }
  #stafflist .staffbox dd {
    width: 33.3333333333%; }
    #stafflist .staffbox dd .name-jp {
      left: 25px;
      top: 25px; }
      #stafflist .staffbox dd .name-jp .position {
        font-size: 14px; }
      #stafflist .staffbox dd .name-jp .name {
        font-size: 23px; }
    #stafflist .staffbox dd .name-en {
      font-size: 19px; }
  #stafflist #takumibox {
    margin-top: 80px; }
    #stafflist #takumibox dl dt {
      width: calc(100% / 5); }
    #stafflist #takumibox dl dd {
      width: calc(100% / 5); }
      #stafflist #takumibox dl dd .namearea {
        line-height: 1.3;
        bottom: 5px; }
        #stafflist #takumibox dl dd .namearea .position {
          font-size: 14px;
          display: block;
          margin-right: 0; }
        #stafflist #takumibox dl dd .namearea .name {
          font-size: 23px;
          display: block; }
  #stafflist #holidaybox {
    margin-top: 80px;
    padding: 60px; }
    #stafflist #holidaybox p.lead {
      margin-bottom: 70px; }
    #stafflist #holidaybox ul li .namearea {
      line-height: 1.3;
      bottom: 5px; }
      #stafflist #holidaybox ul li .namearea .position {
        line-height: 1.2;
        font-size: 14px; }
      #stafflist #holidaybox ul li .namearea .name {
        font-size: 23px; }
    #stafflist #holidaybox ul li .comment {
      left: -10px;
      top: -50px;
      width: 100px;
      height: 100px; }
      #stafflist #holidaybox ul li .comment span {
        font-size: 15px; }

  /*---------------------------------
   entry
  ---------------------------------*/
  .entry #profile .textarea {
    width: 35%;
    padding: 5vw 25px 5vw 0; }
    .entry #profile .textarea .tag {
      padding: 2px 14px;
      font-size: 14px;
      margin-bottom: 20px; }
    .entry #profile .textarea .en {
      font-size: 21px; }
    .entry #profile .textarea .position {
      font-size: 15px; }
    .entry #profile .textarea .name {
      font-size: 36px; }
    .entry #profile .textarea .data {
      font-size: 14px; }
  .entry #interview {
    padding: 55px 0 80px;
    margin-top: 80px; }
    .entry #interview .interview_inner .list {
      display: block; }
      .entry #interview .interview_inner .list li {
        width: auto;
        margin: 0 0 40px; }
        .entry #interview .interview_inner .list li:last-child {
          margin-bottom: 0; }
        .entry #interview .interview_inner .list li .title {
          font-size: 16px;
          margin-bottom: 10px;
          padding-bottom: 10px; }
        .entry #interview .interview_inner .list li .text {
          font-size: 14px; }
  .entry #pager > div {
    padding-top: 20%; }
    .entry #pager > div .namebox .name {
      font-size: 2vw; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /*---------------------------------
   index
  ---------------------------------*/
  #president a {
    padding-top: 40%; }
    #president a .titlearea .namearea {
      display: block;
      line-height: 1;
      padding: 18px 21px; }
      #president a .titlearea .namearea .name1 {
        display: block;
        font-size: 13px; }
      #president a .titlearea .namearea .name2 {
        display: block;
        font-size: 23px;
        margin: 10px 0 0; }
    #president a .titlearea .linkarea {
      padding: 8px 18px;
      font-size: 15px; }

  #stafflist .staffbox dt {
    width: 50%; }
    #stafflist .staffbox dt .inner .title {
      font-size: 24px; }
      #stafflist .staffbox dt .inner .title span {
        font-size: 17px; }
  #stafflist .staffbox dd {
    width: 50%; }
    #stafflist .staffbox dd .name-jp {
      top: 20px;
      left: 20px; }
      #stafflist .staffbox dd .name-jp .position {
        font-size: 13px;
        font-weight: bold; }
      #stafflist .staffbox dd .name-jp .name {
        font-size: 21px; }
    #stafflist .staffbox dd .name-en {
      font-size: 16px;
      right: 15px;
      bottom: 25px; }
  #stafflist #takumibox {
    margin-top: 60px; }
    #stafflist #takumibox dl dt {
      width: calc(100% / 4); }
      #stafflist #takumibox dl dt .inner .title {
        font-size: 24px; }
        #stafflist #takumibox dl dt .inner .title span {
          font-size: 17px; }
    #stafflist #takumibox dl dd {
      width: calc(100% / 4); }
      #stafflist #takumibox dl dd .namearea .position {
        font-size: 13px;
        font-weight: bold; }
      #stafflist #takumibox dl dd .namearea .name {
        font-size: 21px; }
  #stafflist #holidaybox {
    margin-top: 60px;
    padding: 50px; }
    #stafflist #holidaybox p.lead {
      font-size: 24px; }
    #stafflist #holidaybox ul li {
      flex-basis: calc(100% / 3);
      padding: 0 10px; }
      #stafflist #holidaybox ul li .namearea .position {
        font-size: 13px;
        font-weight: bold; }
      #stafflist #holidaybox ul li .namearea .name {
        font-size: 21px; }
    #stafflist #holidaybox p.message {
      font-size: 20px; }

  /*---------------------------------
   entry
  ---------------------------------*/
  .entry #profile .textarea {
    padding: 4vw 20px 4vw 0; }
    .entry #profile .textarea .tag {
      padding: 1px 11px;
      font-size: 13px;
      margin-bottom: 15px; }
    .entry #profile .textarea .position {
      font-size: 13px; }
    .entry #profile .textarea .en {
      font-size: 19px;
      margin-bottom: 15px; }
    .entry #profile .textarea .name {
      font-size: 26px; }
    .entry #profile .textarea .data {
      font-size: 12px;
      margin-top: 15px; }
      .entry #profile .textarea .data ul li {
        display: block; }
        .entry #profile .textarea .data ul li .title {
          display: block;
          width: auto; }
        .entry #profile .textarea .data ul li .cont {
          display: block;
          padding-left: 0; }
  .entry #interview .interview_inner .interview_btn {
    margin-top: 40px; }
    .entry #interview .interview_inner .interview_btn a {
      font-size: 16px;
      padding: 20px; }
  .entry #interview .blogbtn {
    margin-top: 40px; }
    .entry #interview .blogbtn a {
      font-size: 16px;
      padding: 20px; }
  .entry #interview .moviebox {
    margin: 40px 0 0; }
  .entry #pager::after {
    width: 3px;
    height: 46px;
    top: -23px; }
  .entry #pager > div .namebox .position {
    font-size: 12px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /*---------------------------------
   index
  ---------------------------------*/
  #president {
    margin-bottom: 40px; }
    #president a {
      padding-top: 50%; }
      #president a .titlearea .namearea {
        padding: 12px; }
        #president a .titlearea .namearea .name1 {
          font-size: 10px;
          letter-spacing: 0.1em; }
        #president a .titlearea .namearea .name2 {
          font-size: 16px;
          margin: 6px 0 0; }
      #president a .titlearea .linkarea {
        font-size: 11px;
        padding: 4px 10px; }
        #president a .titlearea .linkarea i {
          margin-left: 4px; }

  #stafflist .staffbox {
    margin-right: -6px; }
    #stafflist .staffbox dt {
      border-width: 6px; }
      #stafflist .staffbox dt .inner .title {
        font-size: 17px; }
        #stafflist .staffbox dt .inner .title span {
          font-size: 13px; }
    #stafflist .staffbox dd {
      border-width: 6px; }
      #stafflist .staffbox dd .name-jp {
        top: 12px;
        left: 12px;
        line-height: 1.5; }
        #stafflist .staffbox dd .name-jp .position {
          font-size: 10px; }
        #stafflist .staffbox dd .name-jp .name {
          font-size: 15px; }
      #stafflist .staffbox dd .name-en {
        font-size: 11px;
        right: 10px;
        bottom: 15px;
        letter-spacing: 0.05em; }
  #stafflist #takumibox {
    margin-top: 40px; }
    #stafflist #takumibox dl {
      margin-right: -6px; }
      #stafflist #takumibox dl dt {
        border-width: 6px;
        width: calc(100% / 3); }
        #stafflist #takumibox dl dt .inner .title {
          font-size: 17px; }
          #stafflist #takumibox dl dt .inner .title span {
            font-size: 13px; }
      #stafflist #takumibox dl dd {
        border-width: 6px;
        width: calc(100% / 3); }
        #stafflist #takumibox dl dd .namearea .position {
          font-size: 10px; }
        #stafflist #takumibox dl dd .namearea .name {
          font-size: 15px; }
  #stafflist #holidaybox {
    margin-top: 40px;
    padding: 20px; }
    #stafflist #holidaybox p.lead {
      font-size: 20px; }
    #stafflist #holidaybox ul li {
      flex-basis: calc(100% / 2); }
      #stafflist #holidaybox ul li .namearea .position {
        font-size: 10px; }
      #stafflist #holidaybox ul li .namearea .name {
        font-size: 15px; }
      #stafflist #holidaybox ul li .comment {
        left: 0;
        top: -60px;
        width: 80px;
        height: 80px; }
        #stafflist #holidaybox ul li .comment span {
          font-size: 12px; }
    #stafflist #holidaybox p.message {
      line-height: 1.3;
      font-size: 17px; }

  /*---------------------------------
   entry
  ---------------------------------*/
  .entry #profile .ph {
    width: auto; }
  .entry #profile .textarea {
    position: static;
    width: auto;
    transform: none;
    padding: 30px 0 0;
    text-align: center; }
    .entry #profile .textarea .tag {
      padding: 4px 12px;
      font-size: 12px; }
    .entry #profile .textarea .data ul {
      display: inline-block;
      text-align: left; }
      .entry #profile .textarea .data ul li {
        display: -wwebkit-flex;
        display: flex;
        width: auto; }
        .entry #profile .textarea .data ul li .title {
          flex-shrink: 0; }
        .entry #profile .textarea .data ul li .cont {
          padding-left: 15px; }
  .entry #interview {
    padding: 25px 0 50px;
    margin-top: 40px; }
    .entry #interview .interview_inner {
      padding: 30px;
      border-radius: 6px; }
      .entry #interview .interview_inner .list li {
        margin-bottom: 32px; }
        .entry #interview .interview_inner .list li .title {
          font-size: 14px; }
        .entry #interview .interview_inner .list li .text {
          font-size: 13px; }
      .entry #interview .interview_inner .interview_btn {
        margin-top: 30px; }
        .entry #interview .interview_inner .interview_btn a {
          font-size: 13px; }
          .entry #interview .interview_inner .interview_btn a::after {
            width: 18px;
            height: 3px;
            right: 15px; }
    .entry #interview .blogbtn {
      margin-top: 30px; }
      .entry #interview .blogbtn a {
        font-size: 13px; }
        .entry #interview .blogbtn a::after {
          width: 18px;
          height: 3px;
          right: 15px; }
    .entry #interview .moviebox {
      margin: 30px 0 0; }
  .entry #pager::after {
    width: 2px;
    height: 30px;
    top: -15px; }
  .entry #pager > div {
    padding-top: 28%; }
    .entry #pager > div .namebox .position {
      font-size: 10px; }
    .entry #pager > div .namebox .name {
      font-size: 13px; } }
