
/* ---------------------------------------------------------------------------
//  top
--------------------------------------------------------------------------- */
.anchor {
  margin-top: -11.5rem;
  padding-top: 11.5rem;;
}
.anchor2 {
  margin-top: -20rem;
  padding-top: 20rem;;
}

.top-head {
  margin-bottom: 5rem;
  
  h2 {
    font-size: 5.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    
    span {
      color: var(--blue);
    }
    .large {
      font-size: 7.8rem;
    }
  }
  .en {
    font-family: "Oswald", sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.2;
    color: #c1e5f6;
    text-align: center;
  }
}

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

.top-recruit-bnr {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  z-index: 10;
  width: 21rem;
  filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.5));
}

.top-mv {
  padding: 9rem 0 13rem;
  position: relative;
  
  .mv-image {
    position: relative;
    z-index: 3;
    
    .layer1,
    .layer2,
    .layer3 {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .top-copy {
      color: #fff;
      opacity: 0;
      z-index: 10;
      position: absolute;
      left: 6%;
      top: 19%;
      
      h1 {
        font-size: 7.6rem;
        font-weight: 700;
      }
      p {
        font-size: 3.1rem;
        font-weight: 500;
      }
    }
    .layer1 { animation: show 2s .5s forwards; }
    .layer2 { animation: show 2s 1s forwards; }
    .layer3 { animation: show 2s 1.5s forwards; }
    .top-copy { animation: show 2s 2s forwards; }
  }
  .text {
    margin-top: -55rem;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3;
    position: relative;
    z-index: 4;
  }
  
  .scroll-text {
    display: flex;
    position: absolute;
    left: -100%;
    bottom: 13rem;
    z-index: -1;
    
    span {
      width: 186rem;
      height: 18.4rem;
      animation: 50s loop 0s linear infinite;
      margin: 0 3rem;
    }
  }
}

@keyframes show {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes loop {
  to { transform: translate(-100%); }
}

.top1 {
  padding: 16rem 0;
  background: linear-gradient(to right, #ddf0fa 0%, #f9fcfe 100%);
  
  .btn {
    margin: 5rem auto 0;
    display: block;
    width: 22rem;
    padding: 2rem 0;
    background: var(--blue);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    
    &::after {
      content: "";
      display: block;
      background: url(../img/icon-right.svg) center center / contain no-repeat;
      width: 1.6rem;
      height: 1.3rem;
      position: absolute;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%);
    }
  }
}

.news-list {
  width: 85.5rem;
  margin: 0 auto;
  
  dl {
    border-top: 1px solid #c4c4c4;
    padding-top: 2rem;
    
    dt {
      color: var(--blue);
      width: 6em;
      float: left;
      clear: left;
    }
    dd {
      padding: 0 0 2rem 6em;
      margin-bottom: 2rem;
      border-bottom: 1px solid #c4c4c4;
      
      a {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }
    }
  }  
}

.top2 {
  padding: 16rem 0 30rem;
  
  .item {
    width: 100rem;
    margin: 0 auto;
    
    h3 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 2rem;
      
      .num {
        font-size: 10rem;
        font-weight: 300;
        line-height: 1;
        vertical-align: -.5rem;
        color: var(--blue);
        margin-right: 2rem;
      }
    }
    .image {
      position: relative;
      
      .bg {
        width: 91.3rem;
        position: absolute;
        z-index: -1;
      }
      .photo {
        position: relative;
        z-index: 1;
      }
    }
    &.item1 {
      margin-top: 10rem;
      
      .bg {
        top: -9.8rem;
        right: -12.6rem;
      }
    }
    &.item2 {
      margin-top: 25rem;
      
      .bg {
        top: -14.3rem;
        right: 3rem;
      }
    }
    &.item3 {
      margin-top: 25rem;
      
      .bg {
        bottom: 0;
        left: 7rem;
      }
    }
  }
}


.top3 {
  .bg {
    padding: 12rem 0 20rem;
    background: url(../img/top3-bg.jpg) center center / cover no-repeat;
    
    .top-head {
      color: #fff;
      
      h2 {
        text-align: left;
      }
     .en {
        text-align: left;
      }
    }
    .flex > div {
      background: #fff;

      .text {
        padding: 5rem 7rem;
        
        h3 {
          font-size: 3rem;
          font-weight: 700;
          margin-bottom: 2rem;
        }
      }
    }
  }
  .frame {
    border: 1px solid #fff;
    background: var(--blue);
    padding: 3rem;
    margin: -9rem auto 0;
    color: #fff;
    
    h4 {
      font-size: 3rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 1rem;
    }
    p {
      max-width: 82rem;
      margin: 0 auto;
    }
  }
}

.top4 {
  padding: 25rem 0 30rem;
  
  .flow {
    width: 18rem;
    
    p {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.4;
      text-align: center;
      margin-top: 1rem;
    }
  }
  .arw {
    width: 1.6rem;
    margin-top: 10rem;
  }
}

.top5 {
  padding: 1rem 0 20rem;
  background: var(--bg);
  
  .title {
    background: #fff;
    height: 20rem;
    margin: -11rem auto 10rem;
    padding: 0 8rem;
    display: flex;
    align-items: center;
    
    h2 {
      font-size: 5.2rem;
      font-weight: 700;
      line-height: 1.2;
      position: relative;
      z-index: 1;
      
      span {
        color: var(--blue);
      }
      &::after {
        content: "";
        background: url(../img/company-text.svg) center center / contain no-repeat;
        width: 55.4rem;
        height: 18.4rem;
        position: absolute;
        right: -40rem;
        top: -5.8rem;
        z-index: -1;
      }
    }
  }
  h3 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 2rem;
  }
  h4 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10rem;
  }
  .history,
  .outline,
  .access {
    margin-top: 20rem;
  }
  .mission {
    .photo {
      margin-bottom: 4rem;
    }
    .name {
      text-align: right;
      margin-top: 3rem;
      line-height: 1.4;
      font-size: 3rem;
      font-weight: 700;
      
      span {
        font-size: 1.8rem;
        display: block;
      }
    }
  }
  .history,
  .outline {
    dl {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-weight: 500;
      
      dt {
        width: 19rem;
        padding: 1rem 0;
        border-bottom: 1px solid #dedede;
        
        &:first-of-type {
          border-top: 1px solid #dedede;
        }
      }
      dd {
        width: calc(100% - 25rem);
        padding: 1rem 0;
        border-bottom: 1px solid #dedede;
        
        &:first-of-type {
          border-top: 1px solid #dedede;
        }
       }
    }
  }
  .outline {
    dl {
      width: 61rem;
    }
    .image {
      width: 39rem;
      margin-right: -18rem;
      position: relative;
      z-index: 1;
      
      &::before {
        content: "";
        background: url(../img/outline-c1.png) center center / contain no-repeat;
        width: 39.1rem;
        height: 29.4rem;
        position: absolute;
        right: -6.8rem;
        top: -10.8rem;
        z-index: -1;
      }
      &::after {
        content: "";
        background: url(../img/outline-c2.png) center center / contain no-repeat;
        width: 18.4rem;
        height: 13.8rem;
        position: absolute;
        left: -6.8rem;
        bottom: -10.8rem;
        z-index: -1;
      }
    }
  }
  .photos {
    display: flex;
    width: 100vw;
    margin: 20rem calc(50% - 50vw) 0;
    
    & > div {
      flex: 1;
    }
  }
  .access {
    .googlemap {
      width: 100%;
      height: 46.8rem;
      
      iframe {
        width: 100%;
        height: 100%;
      }
    }
    .photo {
      margin-top: 9rem;
    }
  }
}

/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.anchor {
  margin-top: -6rem;
  padding-top: 6rem;;
}
.anchor2 {
  margin-top: -10rem;
  padding-top: 10rem;;
}

.top-head {
  margin-bottom: 3rem;
  h2 {
    font-size: 2.9rem;
    .large {
      font-size: 4.4rem;
    }
  }
  .en {
    font-size: 2.2rem;
  }
}

.top-mv {
  padding: 6rem 0;
  .mv-image {
    background: linear-gradient(to bottom, #acdcf3 70%, #fff 100%);
    .top-copy {
      width: 100%;
      left: 0;
      top: 30%;
      text-align: center;
      text-shadow: .5rem .5rem .1rem rgba(10,10,10,0.2);
      
      h1 {
        font-size: 4.6rem;
      }
      p {
        font-size: 1.9rem;
      }
    }
  }
  .btn {
    position: relative;
    z-index: 5;
    margin-top: -3rem;
    a {
      display: block;
      filter: drop-shadow(.5rem .5rem .5rem rgba(46,167,224,0.5));
    }
  }
  .top-recruit-bnr {
    display: none;
  }
  .text {
    margin-top: 3rem;
    font-size: 1.6rem;
    line-height: 2;
  }
  .scroll-text {
    display: flex;
    position: absolute;
    left: -100%;
    bottom: 6rem;
    z-index: -1;
    
    span {
      width: 113rem;
      height: 11.2rem;
    }
  }
}
.top1 {
  padding: 6rem 0;
  .btn {
    padding: 1.5rem 0;
  }
}
.news-list {
  width: 100%;
  dl {
    padding-top: 1.5rem;
    dt {
      width: 100%;
      float: none;
      clear: none;
    }
    dd {
      padding: 0 0 1.5rem 0;
      margin-bottom: 1.5rem;
    }
  }  
}
.top2 {
  padding: 6rem 0;
  .item {
    width: 100%;
    .text {
      margin-bottom: 2rem;
      h3 {
        font-size: 2.3rem;
        margin-bottom: 1rem;
        .num {
          font-size: 7rem;
          margin-right: 1.5rem;
        }
      }
    }
    .image {
      .bg {
        width: 62rem;
      }
    }
    &.item1 {
      margin-top: 2rem;
    }
    &.item2 {
      margin-top: 3rem;
    }
    &.item3 {
      margin-top: 3rem;
    }
  }
}
.top3 {
  .bg {
    padding: 6rem 0 12rem;
    .top-head {
      h2 {
        text-align: center;
      }
     .en {
        text-align: center;
      }
    }
    .flex > div {
      .text {
        padding: 2rem;
        h3 {
          font-size: 2.3rem;
          margin-bottom: 1rem;
        }
      }
      &:first-child {
        margin-bottom: 3rem;
      }
    }
  }
  .frame {
    padding: 2rem;
    h4 {
      font-size: 2.3rem;
      text-align: left;
    }
    p {
      max-width: 82rem;
      margin: 0 auto;
    }
  }
}
.top4 {
  padding: 6rem 0 10rem;
  .flex {
    justify-content: center;
    gap: 2rem 1%;
  }
  .flow {
    width: 29.333%;
    p {
      font-size: 1.2rem;
      margin-top: .5rem;
    }
  }
  .arw {
    width: 4%;
    margin-top: 4rem;
  }
}
.top5 {
  padding: 1rem 0 6rem;
  .title {
    height: 9rem;
    margin: -6rem auto 4rem;
    padding: 0 2rem;
    h2 {
      font-size: 3rem;
      &::after {
        width: 23.8rem;
        height: 4.89rem;
        right: -16rem;
        top: -0.5rem;
      }
    }
  }
  h3 {
    font-size: 2.3rem;
  }
  h4 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .history,
  .outline,
  .access {
    margin-top: 5rem;
  }
  .mission {
    .photo {
      margin-bottom: 2rem;
    }
    .name {
      margin-top: 1rem;
      font-size: 2rem;
      span {
        font-size: 1.4rem;
      }
    }
  }
  .history,
  .outline {
    dl {
      display: block;
      font-size: 1.4rem;
      dt {
        width: 100%;
        padding: 1rem 0 0;
        border-bottom: none;
        font-weight: 700;
        &:first-of-type {
          border-top: none;
        }
      }
      dd {
        width: 100%;
        padding: 0 0 1rem;
        border-bottom: 1px solid #dedede;
        
        &:first-of-type {
          border-top: none;
        }
       }
    }
  }
  .outline {
    dl {
      width: 100%;
    }
    .image {
      width: 80%;
      margin: 3rem auto 0;
      &::before {
        width: 15.6rem;
        height: 11.7rem;
        right: -8rem;
        top: -5rem;
      }
      &::after {
        width: 7.3rem;
        height: 5.5rem;
        left: -4rem;
        bottom: -3rem;
      }
    }
  }
  .photos {
    margin: 5rem calc(50% - 50vw) 0;
  }
  .access {
    .googlemap {
      height: 20rem;
    }
    .photo {
      margin-top: 3rem;
    }
  }
}

} /*@*/

/* ---------------------------------------------------------------------------
//  sec
--------------------------------------------------------------------------- */
.sec-mv {
  padding-top: 11.5rem;
  margin-bottom: 8rem;
  
  .bg {
    background: linear-gradient(135deg, #d6edf9 0%, #f9fcfe 100%);
    height: 23.3rem;
    padding-top: 6rem;
    
    h1 {
      font-size: 4.5rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 2rem;
      
      span {
        color: var(--blue);
      }
    }
  }
}

.news1 {
  padding-bottom: 13rem;
  
  .news-list {
    dl {
      padding-top: 4rem;
      
      dd {
        padding: 0 0 4rem 6em;
        margin-bottom: 4rem;
      }
    }
  }
}

.news-single {
  width: 85.5rem;
  margin: 0 auto;
  
  .date {
    font-weight: 500;
    color: var(--blue);
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 3rem;
  }
  .contents {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid #c4c4c4;
  }
  .news-nav {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--blue);
    height: 5rem;
    position: relative;
    
    .prev {
      position: absolute;
      top: 0;
      left: 0;
    }
    .next {
      position: absolute;
      top: 0;
      right: 0;
    }
    .backlist {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    .next,
    .prev {
      display: flex;
      align-items: center;
      gap: .8rem;
      
      span.img {
        width: 1.2rem;
        height: 1.2rem;
        
        img {
          vertical-align: top;
        }
      }
    }
  }
}

.sec-404 {
  padding-top: 11.5rem;
  background: var(--blue);
  color: #fff;
  
  .pankz {
    padding: 2rem 0 8rem;
    li {
      a {
        color: #fff;
      }
      &::after {
        color: #fff;
      }
    }
  }
  .head {
    background: url(../img/404.svg) center center / contain no-repeat;
    height: 29rem;
    padding-top: 13rem;
    
    h1 {
      font-size: 3.3rem;
      font-weight: 500;
      text-align: center;
    }
  }
  .text {
    background: url(../img/4042.png) center center / contain no-repeat;
    height: 62.4rem;
    padding-top: 14rem;
    margin-top: -10rem;
    
    p {
      font-size: 2rem;
      font-weight: 900;
      text-align: center;
    }
    .btn {
      margin: 5rem auto 0;
      display: block;
      width: 38rem;
      padding: 1.6rem 0;
      background: #fff;
      color: var(--blue);
      font-size: 1.6rem;
      font-weight: 500;
      text-align: center;
      position: relative;
      
      &::after {
        content: "";
        display: block;
        background: url(../img/top4-arw.svg) center center / contain no-repeat;
        width: 1.6rem;
        height: 1.3rem;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
      }
    }
  }
}

/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.sec-mv {
  padding-top: 6rem;
  margin-bottom: 4rem;
  .bg {
    height: 16rem;
    padding-top: 4rem;
    h1 {
      font-size: 3.2rem;
      margin-bottom: 1rem;
    }
  }
}
.news1 {
  padding-bottom: 6rem;
  .news-list {
    dl {
      padding-top: 3rem;
      
      dd {
        padding: 0 0 3rem 0;
        margin-bottom: 3rem;
      }
    }
  }
}
.news-single {
  width: 100%;
  .date {
    font-weight: 500;
    color: var(--blue);
  }
  h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .contents {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .news-nav {
    font-size: 1.5rem;
    height: 3rem;
  }
}
.sec-404 {
  padding-top: 6rem;
  .pankz {
    padding: 2rem 0 3rem;
  }
  .head {
    background: url(../img/404.svg) center center / 33rem no-repeat;
    height: 18rem;
    padding-top: 6rem;
    h1 {
      font-size: 2.6rem;
    }
  }
  .text {
    background: url(../img/4042.png) center center / 33rem no-repeat;
    height: 36.5rem;
    padding-top: 5rem;
    margin-top: -4rem;
    p {
      font-size: 1.5rem;
    }
    .btn {
      margin: 3rem auto 0;
      width: 30rem;
      padding: 1.3rem 0;
    }
  }
}

} /*@*/

/* ---------------------------------------------------------------------------
//  recruit
--------------------------------------------------------------------------- */

.recruit-head {
  position: relative;
  margin-bottom: 9rem;
  
  &::after {
    content: "";
    border-bottom: .3rem solid var(--blue);
    width: 7rem;
    height: .3rem;
    position: absolute;
    left: calc(50% - 3.5rem);
    bottom: -4rem;
  }
  h2 {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin-top: -3rem;
  }
  .en {
    margin: 0 auto;
  }
  p {
    font-size: 2rem;
    text-align: center;
    margin-top: 1rem;
  }
}

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


.recruit-mv {
  margin-top: 10.8rem;
  width: 100%;
  height: 0;
  padding-top: 47.396%;
  background: url(../img/recruit-mv-bg.jpg) center center / cover no-repeat;
  mask: url(../img/recruit-mv-mask.svg) center center / contain no-repeat;
  -webkit-mask: url(../img/recruit-mv-mask.svg) center center / contain no-repeat;
  animation: mask-slide 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@keyframes mask-slide {
  0% {
    mask-position: left -100% center;
    -webkit-mask-position: left -100vw center;
  }
  100% {
    mask-position: left 0 center;
    -webkit-mask-position: left 0 center;
  }
}


.recruit1 {
  padding: 2rem 0 4rem;
  
  h1 {
    font-size: 5.6rem;
    font-weight: 900;
    color: var(--blue);
    line-height: 1.2;
  }
  .text {
    width: 39rem;
  }
}

.recruit2 {
  padding: 18rem 0 25rem;
  background: url(../img/recruit2.jpg) center center / cover no-repeat;
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 3;
  text-align: center;
}

.recruit3 {
  padding: 13rem 0 20rem;
  background: var(--blue);
  color: #fff;
  
  .recruit-head {
    &::after {
      border-bottom: .3rem solid #fff;
    }
    h2 {
      color: #fff;
    }
    .en {
      width: 86.3rem;
    }
  }
  .flex {
    gap: 5rem;
    
    & > div {
      border: 1px solid #fff;
      padding: 5rem;
      width: 49.5rem;
      
      h3 {
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
      }
      p {
        font-size: 2rem;
      }
    }
  }
}


.recruit4 {
  padding: 13rem 0 0;
  background: #ebf7fc;
  
  .recruit-head {
    .en {
      width: 93.7rem;
    }
  }
  .flex {
    gap: 10rem 1rem;
    
    .item {
      width: 30%;
      display: flex;
      flex-flow: column nowrap;
      
      .bg {
        background: #fff;
        margin: -13.5rem 2.5rem 0;
        display: flex;
        flex-flow: column nowrap;
        position: relative;
        z-index: 1;
        flex-grow: 1;
        
        .text {
          color: var(--blue);
          padding: 3rem 3rem 5rem;
          
          h3 {
            font-size: 2.3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
          }
          p {
            font-size: 1.8rem;
          }
        }
        .sub-ph {
          margin-top: auto;
          position: relative;
          
          h4 {
            background: var(--blue);
            color: #fff;
            font-size: 1.6rem;
            font-weight: 600;
            text-align: center;
            padding: .5rem;
          }
          
          .cap {
            font-size: 1.6rem;
            font-weight: 600;
            color: #fff;
            text-align: center;
            padding: 5rem 0 1rem;
            background: linear-gradient(to top, rgba(1,114,167,1) 0%, rgba(255,255,255,0) 100%);
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
          }
        }
      }
    }
  }
}

.recruit5 {
  padding: 38rem 0 0;
  margin-top: -15rem;
  background: var(--blue);
}

.recruit6 {
  padding: 20rem 0 0;
  
  .recruit-head {
    .en {
      width: 51.3rem;
    }
  }
  .flex {
    gap: 4.5rem;
    
    & > div {
      flex: 1;
      
      .icon {
        width: 15.7rem;
        margin: 0 auto 1rem;
      }      
      h3 {
        font-size: 2.5rem;
        font-weight: 700;
        text-align: center;
        color: var(--blue);
        height: calc(1.4em * 2);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
      }
      p {
        font-size: 2rem;
      }
    }
  }
}

.recruit-btn {
  padding: 13rem 0;
  
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9.5rem 0;
    background: linear-gradient(to right, var(--blue) 0%, #90DBFF 100%);
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    
    &::before {
      content: "";
      display: block;
      background: url(../img/recruit-btn.svg) center center / contain no-repeat;
      width: 9.8rem;
      height: 9.8rem;
      margin-right: 2rem;
    }
    &::after {
      content: "";
      display: block;
      background: url(../img/icon-right.svg) center center / contain no-repeat;
      width: 2.4rem;
      height: 2.1rem;
      margin-left: 5rem;
    }
  }
}

.recruit7 {
  padding: 15rem 0;
  background: var(--bg);
  
  .recruit-head {
    .en {
      width: 125.3rem;
    }
  }
  .text {
    padding-right: 6rem;
    
    h3 {
      font-size: 2.5rem;
      font-weight: 500;
      text-align: center;
      color: var(--blue);
      border: 1px solid var(--blue);
      padding: .5rem;
      margin-bottom: 1rem;
    }
    p {
      font-size: 2rem;
      text-align: center;
    }
    p + h3 {
      margin-top: 4rem;
    }
  }
}

.recruit8 {
  background: var(--blue);
  color: #fff;
  
  .text {
    padding-right: 8rem;
    
    h2 {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 5rem;
      display: flex;
      
      &::before {
        content: "";
        display: block;
        background: url(../img/recruit8-message.svg) center center / contain no-repeat;
        width: 2.7rem;
        height: 10.5rem;
        margin-right: 5rem;
      }
    }
    p {
      font-size: 2.4rem;
    }
    .name {
      margin-top: 3rem;
      font-size: 3rem;
      font-weight: 700;
      
      span {
        font-size: 1.8rem;
        margin-right: 2rem;
      }
    }
  }
  
  .image {
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}


.pankz {
  font-size: 1.6rem;
  
  li {
    display: inline-block;
    
    a {
      color: var(--text1);
    }
    &::after {
      content: "❯";
      color: var(--text1);
      margin: 0 .5em;
    }
    &:last-child::after {
      content: none;
    }
  }
}

.recruit-footer {
  .pankz {
    li {
      color: var(--blue);
    }
  }
}

/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.recruit-head {
  margin-bottom: 6rem;
  &::after {
    bottom: -2rem;
  }
  h2 {
    font-size: 2.8rem;
    margin-top: -2rem;
  }
  p {
    font-size: 1.6rem;
  }
}

.recruit-mv {
  margin-top: 0;
}
.recruit1 {
  h1 {
    font-size: 4.5rem;
    display: table;
    margin: 0 auto;
    span {
      font-size: 3.2rem;
    }
  }
  .text {
    display: none;
  }
  .recruit-btn {
    padding: 2rem 0;
  }
  .image {
    filter: drop-shadow(.5rem .5rem .5rem rgba(10,10,10,0.2));
    position: relative;
    z-index: 1;
  }
}
.recruit2 {
  margin-top: -11.8rem;
  padding: 13rem 0 6rem;
  font-size: 1.6rem;
  line-height: 2;
}
.recruit3 {
  padding: 6rem 0;
  .recruit-head {
    .en {
      width: 33.5rem;
    }
  }
  .flex {
    gap: 4rem;
    & > div {
      padding: 2rem;
      width: 100%;
      h3 {
        font-size: 2.2rem;
        text-align: center;
      }
      p {
        font-size: 1.6rem;
      }
    }
  }
}
.recruit4 {
  padding: 6rem 0 0;
  .recruit-head {
    .en {
      width: 33.5rem;
    }
  }
  .flex {
    gap: 3rem;
    padding: 0 2rem;
    .item {
      width: 100%;
      .bg {
        background: #fff;
        margin: 0;
        .text {
          color: var(--blue);
          padding: 2rem;
          h3 {
            font-size: 2rem;
            margin-bottom: 1.5rem;
          }
          p {
            font-size: 1.6rem;
          }
        }
        .sub-ph {
          .cap {
            font-size: 1.4rem;
          }
        }
      }
    }
  }
}
.recruit5 {
  padding: 16rem 0 0;
  margin-top: -10rem;
}
.recruit6 {
  padding: 6rem 0 0;
  .recruit-head {
    .en {
      width: 28rem;
    }
  }
  .flex {
    gap: 3rem;
    & > div {
      .icon {
        width: 9rem;
        margin: 0 auto 1rem;
      }      
      h3 {
        font-size: 2rem;
        height: auto;
      }
      p {
        font-size: 1.6rem;
      }
    }
  }
}
.recruit-btn {
  width: calc(100% + 4rem);
  margin: 0 -2rem;
  padding: 6rem 0;
  .btn {
    padding: 2rem;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: left;
    &::before {
      width: 4rem;
      height: 4rem;
      margin-right: 1rem;
    }
    &::after {
      width: 1.7rem;
      height: 1.4rem;
      margin-left: 1.5rem;
    }
  }
}
.recruit7 {
  padding: 6rem 0;
  .recruit-head {
    .en {
      width: calc(100% - 2rem);
    }
    p {
      text-align: left;
      padding: 0 2rem;
    }
  }
  .text {
    padding-right: 0;
    margin-bottom: 2rem;
    h3 {
      font-size: 2rem;
    }
    p {
      font-size: 1.5rem;
    }
    p + h3 {
      margin-top: 3rem;
    }
  }
}
.recruit8 {
  padding-bottom: 2rem;
  .text {
    padding: 3rem 0 2rem;
    h2 {
      font-size: 2.1rem;
      margin-bottom: 3rem;
      display: block;
      
      &::before {
        background: url(../img/recruit8-message-sp.svg) center center / contain no-repeat;
        width: 6.3rem;
        height: 1.6rem;
        margin: 0 0 1rem;
      }
    }
    p {
      font-size: 1.6rem;
    }
    .name {
      text-align: right;
      margin-top: 1rem;
      font-size: 2rem;
      span {
        font-size: 1.4rem;
        margin-right: 2rem;
      }
    }
  }
  .image {
    margin-right: 0;
  }
}

.pankz {
  font-size: 1.4rem;
}

} /*@*/

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

.page--entry {
  .entry-mv {
    background: #ebf7fc;
  }
  .entry-mv {
    padding: 22rem 0 25rem;
    
    h1 {
      font-size: 4rem;
      font-weight: 700;
      text-align: center;
      margin-top: -3rem;
    }
    .en {
      width: 96.6rem;
    }
  }
}

.entry1 {
  position: relative;
  padding-top: .1rem;
  
  &::before {
    content: "";
    display: block;
    background: #fff;
    width: 118rem;
    height: 18rem;
    position: absolute;
    top: -17.9rem;
    left: calc(50% - 59rem);
  }
  .guideline {
    margin-top: -4rem;
    
    h2 {
      font-size: 3rem;
      font-weight: 700;
      color: var(--blue);
      margin-bottom: 2rem;
    }
    table + h2 {
      margin-top: 5rem;
    }
    
    table {
      width: 100%;
      table-layout: fixed; 
      
      th, td {
        padding: 1.5rem 2rem;
        font-weight: 500;
      }
      
      th {
        background: var(--blue);
        color: #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 22rem;
        text-align: left;
      }
      td {
        border-top: 1px solid #DEDEDE;
        border-bottom: 1px solid #DEDEDE;
      }
      td:not([colspan]):last-of-type {
        border-left: 1px solid #DEDEDE;
      }
    }
  }
  .entryform {
    margin-top: 16rem;
    
    h2 {
      font-size: 3rem;
      font-weight: 700;
      color: var(--blue);
      text-align: center;
      position: relative;
      margin-bottom: 7rem;
  
      &::after {
        content: "";
        border-bottom: .3rem solid #DBDBDB;
        width: 7rem;
        height: .3rem;
        position: absolute;
        left: calc(50% - 3.5rem);
        bottom: -3rem;
      }
    }
    .red {
      color: #E51F1F;
    }
  }
}


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

.mailform {
  margin: 10rem 0 15rem;
  
  dl {
    dt {
      width: 20rem;
      padding-top: 1rem;
      float: left;
      clear: left;
    }
    dd {
      padding-left: 20rem;
      margin-bottom: 5rem;
    }
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    background: #fff;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    background: #F7F7F7;
  }
  input.w1 {
    width: 20rem;
    margin-right: 1rem;
  }
  input.w2 {
    width: 10rem;
    margin-right: 1rem;
  }
  select {
    width: auto;
  }
  textarea {
    height: 20rem;
  }
  ::-webkit-input-placeholder,
  :-ms-input-placeholder,
  ::placeholder {
    color: #ccc;
  }
  input[type=checkbox] {
    transform: scale(1.2);
  }
  
  input[type="submit"] {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    background: var(--blue);
    display: block;
    width: 50rem;
    height: 7.5rem;
    line-height: 7.5rem;
    border: none;
    border-radius: .5rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    transition: .3s;
    margin: 8rem auto 0;
    
    &:hover {
      opacity: .7;
    }
    &:active {
      top: 1px;
    }
  }
  .wpcf7-form-control.wpcf7-radio {
    display: block;
    padding-top: 1rem;
    
    label {
      cursor: pointer;
    }
  }
}




.recaptcha-text {
  margin-top: 2rem;
  text-align: center;
}
.grecaptcha-badge { visibility: hidden; }

/* /////////////////////////////////////////////////////////////////////////// */
@media (max-width: 768px) {
.page--entry {
  .entry-mv {
    padding: 5rem 0 2rem;
    
    h1 {
      font-size: 2.8rem;
      margin-top: -2rem;
    }
    .en {
      width: 100%;
    }
  }
}
.entry1 {
  &::before {
    content: none;
  }
  .guideline {
    padding-top: 4rem;
    margin-top: 0;
    h2 {
      font-size: 2.2rem;
      margin-bottom: 1rem;
    }
    table {
      display: block;
      th, td {
        display: block;
        padding: 1rem;
      }
      th {
        background: var(--blue);
        color: #fff;
        border-top: none;
        border-bottom: none;
        width: 100%;
      }
      td {
        border-top: none;
        border-bottom: none;
      }
      td:not([colspan]):last-of-type {
        border-left: none;
      }
    }
  }
  .entryform {
    margin-top: 10rem;
    h2 {
      font-size: 2.4rem;
    }
  }
}
.mailform {
  margin: 5rem 0 10rem;
  dl {
    dt {
      width: 100%;
      padding-top: 0;
      margin-bottom: .5rem;
      float: none;
      clear: none;
    }
    dd {
      padding-left: 0;
      margin-bottom: 3rem;
    }
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 1.4rem;
    padding: .5rem;
  }
  input.w1 {
    width: 8rem;
  }
  input.w2 {
    width: 5rem;
  }
  select {
    width: auto;
  }
  textarea {
    height: 15rem;
  }
  input[type="submit"] {
    font-size: 2rem;
    width: 100%;
    margin: 4rem auto 0;
    
    &:hover {
      opacity: .7;
    }
    &:active {
      top: 1px;
    }
  }
}

} /*@*/

