@charset "UTF-8";
/*
$serif: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
$roman: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
@import url("global.css");
/* ------------------------------
 Index-Page
------------------------------ */
.list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px; }
  .list li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 7px;
    margin-bottom: 14px; }
    .list li a {
      position: relative;
      display: block; }
      .list li a::after {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(25deg, #252122, rgba(240, 136, 3, 0) 40%);
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
      .list li a .img {
        width: 100%;
        height: 0;
        padding-top: 141%;
        overflow: hidden;
        position: relative; }
        .list li a .img img {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
      .list li a .name {
        position: absolute;
        left: 20px;
        bottom: 20px;
        z-index: 2; }
        .list li a .name .en {
          line-height: 1.0;
          letter-spacing: -0.5px;
          color: #F08803;
          font-size: 15px;
          font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
          font-weight: 700; }
        .list li a .name .ja {
          line-height: 1.2;
          color: #fff;
          margin-bottom: 10px;
          font-size: 32px;
          font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        .list li a .name span {
          display: block;
          color: #fff;
          font-size: 14px; }
      .list li a:hover .img img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }

/* ------------------------------
 Entry-Page
------------------------------ */
.entry .intro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px; }
  .entry .intro .imgarea {
    width: 42%;
    position: relative; }
    .entry .intro .imgarea .img {
      width: 100%;
      height: 0;
      padding-top: 92%;
      position: relative;
      overflow: hidden;
      clip-path: polygon(48% 0%, 100% 13%, 97% 74%, 52% 100%, 0% 75%, 3% 25%); }
      .entry .intro .imgarea .img > img {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0; }
    .entry .intro .imgarea::before {
      content: "";
      width: 100%;
      height: 100%;
      background: #F08803;
      clip-path: polygon(48% 0%, 100% 13%, 97% 74%, 52% 100%, 0% 75%, 3% 25%);
      position: absolute;
      left: -15px;
      bottom: -15px;
      z-index: -1; }
    .entry .intro .imgarea .en {
      position: absolute;
      left: 5px;
      top: 50%;
      z-index: 3;
      line-height: 1.0;
      letter-spacing: -1.5px;
      color: #F08803;
      font-size: 40px;
      font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
      font-weight: 800; }
  .entry .intro .textarea {
    width: calc(35% + 70px);
    padding-left: 70px;
    box-sizing: border-box; }
    .entry .intro .textarea .job {
      line-height: 1.4;
      margin-bottom: 10px;
      font-size: 20px; }
    .entry .intro .textarea .name {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px; }
      .entry .intro .textarea .name span {
        line-height: 1.4;
        letter-spacing: .2em;
        font-size: 34px;
        font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 700; }
      .entry .intro .textarea .name a {
        position: relative;
        line-height: 1.2;
        display: inline-block;
        padding: 7px 35px 7px 15px;
        border: 1px solid #252122;
        border-radius: 50px;
        font-size: 14px; }
        .entry .intro .textarea .name a::before {
          content: "";
          width: 20px;
          height: 3px;
          background: url("../staff/img/arrow.png") no-repeat center center;
          background-size: contain;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -2px;
          transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        .entry .intro .textarea .name a:hover {
          border-color: #F08803; }
    .entry .intro .textarea .license {
      line-height: 1.4;
      margin-bottom: 50px; }
    .entry .intro .textarea table {
      width: 100%;
      border-collapse: collapse;
      border-top: 1px solid #252122; }
      .entry .intro .textarea table tr {
        border-bottom: 1px solid #252122; }
      .entry .intro .textarea table th {
        width: 30%;
        padding: 10px;
        box-sizing: border-box; }
      .entry .intro .textarea table td {
        padding: 10px;
        box-sizing: border-box; }
.entry .comment {
  width: 80%;
  margin: 0 auto;
  position: relative; }
  .entry .comment::before {
    content: "";
    width: 200px;
    height: 170px;
    background: url("../staff/img/img_polygon.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -6vw;
    bottom: -40px;
    z-index: -1; }
  .entry .comment .hd {
    display: inline-block;
    margin: 0 0 25px -30px;
    transform: rotate(-8deg);
    letter-spacing: 0;
    line-height: 1.0; }
  .entry .comment p:not(class) {
    margin-bottom: 1em; }
  .entry .comment dl {
    margin-top: 50px; }
    .entry .comment dl dt {
      margin-bottom: 10px;
      position: relative;
      font-size: 18px;
      font-weight: bold; }
      .entry .comment dl dt::before {
        content: "";
        width: 60px;
        height: 44px;
        background: url("../staff/img/point_comment.png") no-repeat left top;
        background-size: contain;
        position: absolute;
        left: -30px;
        top: -25px; }

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

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .list li {
    width: 33.3333333333%; }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry .intro .imgarea {
    width: 50%; }
    .entry .intro .imgarea .en {
      top: 60%;
      font-size: 36px; }
  .entry .intro .textarea {
    width: calc(40% + 70px); } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .list {
    margin: 0 -5px; }
    .list li {
      padding: 0 5px;
      margin-bottom: 10px; }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry .intro {
    display: block; }
    .entry .intro .imgarea {
      width: 80%;
      margin: 0 auto 30px; }
    .entry .intro .textarea {
      width: 90%;
      padding-left: 0;
      margin: 0 auto; }
      .entry .intro .textarea .license {
        margin-bottom: 40px; }
  .entry .comment {
    width: 90%; }
    .entry .comment::before {
      width: 150px;
      height: 127px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .list li {
    width: 50%; }
    .list li a .name {
      left: 10px;
      bottom: 10px; }
      .list li a .name .en {
        font-size: 13px; }
      .list li a .name .ja {
        margin-bottom: 6px;
        font-size: 19px; }
      .list li a .name span {
        font-size: 13px; }

  /* ------------------------------
   Entry
  ------------------------------ */
  .entry .intro {
    margin-bottom: 40px; }
    .entry .intro .imgarea {
      width: 100%; }
      .entry .intro .imgarea .en {
        font-size: 24px; }
    .entry .intro .textarea {
      width: 100%; }
      .entry .intro .textarea .job {
        font-size: 18px; }
      .entry .intro .textarea .name span {
        font-size: 28px; }
      .entry .intro .textarea .license {
        margin-bottom: 30px; }
      .entry .intro .textarea table tr {
        border-bottom: 1px solid #252122; }
      .entry .intro .textarea table th {
        width: 100%;
        display: block;
        padding: 10px 10px 5px; }
      .entry .intro .textarea table td {
        width: 100%;
        display: block;
        padding: 0 10px 10px; }
  .entry .comment::before {
    width: 100px;
    height: 85px;
    bottom: -20px; }
  .entry .comment .hd {
    width: 160px;
    margin: 0 0 25px -20px; } }
