@charset "UTF-8";
.common-btn a {
  display: inline-block;
  padding: 14px 40px 14px 15px;
  border-radius: 40px;
  position: relative;
  border: 2px solid #0b198c; }
  @media (min-width: 1024px) {
    .common-btn a {
      padding: 14px 50px 14px 20px; } }
  @media (min-width: 1250px) {
    .common-btn a {
      padding: 15px 60px 15px 30px; } }
  .common-btn a::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: -6px;
    left: -6px;
    background-color: #ffe51d;
    height: 100%;
    z-index: -1;
    border-radius: 50px;
    transition: .5s; }
  .common-btn a:hover img {
    right: 10px; }
  .common-btn a:hover::after {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .common-btn a p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.2em;
    color: #0b198c; }
    @media (min-width: 1250px) {
      .common-btn a p {
        font-size: 1.125em; } }
  .common-btn a img {
    width: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: .5s; }
    @media (min-width: 1024px) {
      .common-btn a img {
        right: 15px; } }
    @media (min-width: 1250px) {
      .common-btn a img {
        width: 20px;
        right: 20px; } }

.common-btn2 a {
  display: inline-block;
  padding: 10px 40px 10px 20px;
  border-radius: 6px;
  position: relative;
  background-color: #ffe51d; }
  @media (min-width: 1250px) {
    .common-btn2 a {
      padding: 10px 50px 10px 20px; } }
  .common-btn2 a:hover img {
    right: 10px; }
  .common-btn2 a p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.2em;
    color: #0b198c; }
    @media (min-width: 1250px) {
      .common-btn2 a p {
        font-size: 0.9em; } }
  .common-btn2 a img {
    width: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: .5s; }
    @media (min-width: 1250px) {
      .common-btn2 a img {
        width: 20px;
        right: 15px; } }

.common-title .en-title {
  display: flex;
  align-items: center; }
  .common-title .en-title .border {
    position: relative;
    margin-right: 10px; }
    .common-title .en-title .border::before {
      background-color: #0b198c;
      content: "";
      display: block;
      height: 32px;
      width: 4px;
      margin-top: -8px; }
      @media (min-width: 1024px) {
        .common-title .en-title .border::before {
          height: 40px; } }
      @media (min-width: 1250px) {
        .common-title .en-title .border::before {
          height: 45px; } }
  .common-title .en-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.0em; }
    @media (min-width: 1024px) {
      .common-title .en-title h2 {
        font-size: 3.0em; } }
    @media (min-width: 1250px) {
      .common-title .en-title h2 {
        font-size: 4.0em; } }
.common-title h4 {
  font-size: 1.0em;
  font-weight: 700; }
  @media (min-width: 1024px) {
    .common-title h4 {
      font-size: 1.5em; } }

.common-title-sab {
  display: flex;
  align-items: flex-end; }
  .common-title-sab .en-title {
    display: flex;
    align-items: center; }
    .common-title-sab .en-title .border {
      position: relative;
      margin-right: 10px; }
      .common-title-sab .en-title .border::before {
        background-color: #0b198c;
        border-radius: 2.5px;
        content: "";
        display: block;
        height: 5px;
        width: 20px; }
    .common-title-sab .en-title h2 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 1.5em;
      line-height: 1.0em; }
      @media (min-width: 1024px) {
        .common-title-sab .en-title h2 {
          font-size: 2.0em; } }
    .common-title-sab .en-title h3 {
      font-weight: 700;
      font-size: 1.5em;
      line-height: 1.0em; }
      @media (min-width: 1024px) {
        .common-title-sab .en-title h3 {
          font-size: 2.0em; } }
  .common-title-sab h4 {
    font-size: 0.9em;
    margin: 0 0 2px 6px; }
    @media (min-width: 1024px) {
      .common-title-sab h4 {
        font-size: 1.125em;
        margin: 0 0 4px 6px; } }

.common-title-type2 .en-title {
  display: flex;
  align-items: center; }
  .common-title-type2 .en-title .border {
    position: relative;
    margin-right: 5px; }
    .common-title-type2 .en-title .border::before {
      background-color: #0b198c;
      border-radius: 2.5px;
      content: "";
      display: block;
      height: 4px;
      width: 15px; }
  .common-title-type2 .en-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.0em; }
    @media (min-width: 1250px) {
      .common-title-type2 .en-title h2 {
        font-size: 1.8em; } }
.common-title-type2 h4 {
  font-size: 0.9em;
  font-weight: 700;
  margin: 2px 0 0 18px; }
  @media (min-width: 1024px) {
    .common-title-type2 h4 {
      font-size: 1.0em; } }

.title-copy p {
  font-size: 0.9em;
  line-height: 1.6em; }
  @media (min-width: 1250px) {
    .title-copy p {
      font-size: 1.125em; } }

.middle-copy h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 7vw;
  font-weight: 900;
  line-height: 0.8em;
  color: #fff; }

#sns-menu {
  position: fixed;
  top: 70px;
  left: 10px;
  z-index: 100;
  opacity: 0;
  width: auto;
  height: auto; }
  @media (min-width: 768px) {
    #sns-menu {
      top: 80px;
      left: 20px; } }
  #sns-menu.fade-in {
    animation: fadeInsns 0.5s ease forwards; }
  #sns-menu.fade-out {
    animation: fadeOutsns 0.5s ease forwards; }
  #sns-menu ul li {
    width: 30px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #sns-menu ul li {
        width: 40px; } }

@keyframes fadeInsns {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeOutsns {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(0); } }
.scroll-1, .scroll-2, .scroll-3, .scroll-4, .scroll-5, .scroll-6 {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1; }
  .scroll-1 img, .scroll-2 img, .scroll-3 img, .scroll-4 img, .scroll-5 img, .scroll-6 img {
    width: 100%;
    height: auto;
    display: block;
    transition-duration: 0.8s;
    transform: scale(1); }
  .scroll-1.isscale > img, .scroll-2.isscale > img, .scroll-3.isscale > img, .scroll-4.isscale > img, .scroll-5.isscale > img, .scroll-6.isscale > img {
    transform: scale(1.06); }

/*
---------------------------------------------------------------------------------------------------------------------
インフォメーション
---------------------------------------------------------------------------------------------------------------------
*/
.common-post-box a:hover .iCatch > img {
  transform: scale(1.04); }
.common-post-box a:hover h3 {
  color: #0b198c; }
.common-post-box a .iCatch {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  border-radius: 5px; }
  @media (min-width: 768px) {
    .common-post-box a .iCatch {
      border-radius: 10px; } }
  .common-post-box a .iCatch img {
    width: 100%;
    height: auto;
    display: block;
    transition-duration: 0.8s;
    transform: scale(1); }
.common-post-box a h3 {
  font-size: 1.0em;
  line-height: 1.4em;
  margin-top: 10px;
  transition: .5s; }
  @media (min-width: 1024px) {
    .common-post-box a h3 {
      font-size: 1.125em; } }

.post-data {
  display: flex;
  align-items: center;
  margin-top: 10px; }
  .post-data h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85em;
    font-weight: 500;
    margin-right: 10px;
    transition: .5s; }
    @media (min-width: 1024px) {
      .post-data h5 {
        font-size: 1.0em; } }
  .post-data h4 {
    font-size: 0.70em;
    line-height: 1.0em;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 5px 10px 5px;
    background-color: #000;
    transition: .5s;
    border-radius: 4px; }
    @media (min-width: 1024px) {
      .post-data h4 {
        font-size: 0.80em; } }

.entry-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1050px;
  width: 90%;
  height: 80px;
  border-radius: 120px;
  border: 2px solid #0b198c;
  margin: auto; }
  @media (min-width: 768px) {
    .entry-btn a {
      height: 120px; } }
  @media (min-width: 1024px) {
    .entry-btn a {
      height: 150px; }
      .entry-btn a:hover img {
        right: 10px; } }
  @media (min-width: 1250px) {
    .entry-btn a {
      height: 240px; } }
  .entry-btn a::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: -6px;
    left: -6px;
    background-color: #ffe51d;
    height: 100%;
    z-index: -1;
    border-radius: 50px;
    transition: .5s; }
  .entry-btn a .entry-btn-in {
    text-align: center; }
    .entry-btn a .entry-btn-in h3 {
      font-family: "M PLUS 1p", serif;
      font-weight: 700;
      font-size: 1.45em; }
      @media (min-width: 768px) {
        .entry-btn a .entry-btn-in h3 {
          font-size: 2.25em; } }
    .entry-btn a .entry-btn-in h4 {
      font-size: 0.7em;
      font-weight: 400;
      margin-top: 5px; }
      @media (min-width: 768px) {
        .entry-btn a .entry-btn-in h4 {
          font-size: 0.9em;
          margin-top: 10px; } }
  .entry-btn a img {
    position: absolute;
    width: 25px;
    right: 10px;
    transition: .5s; }
    @media (min-width: 768px) {
      .entry-btn a img {
        width: 47px;
        right: 30px; } }

/*
---------------------------------------------------------------------------------------------------------------------
リクルート
---------------------------------------------------------------------------------------------------------------------
*/
#recruit {
  width: 90%;
  margin: auto;
  padding-top: 80px; }
  @media (min-width: 1024px) {
    #recruit {
      width: 94%;
      padding-top: 100px; } }
  #recruit.page {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      #recruit.page {
        margin-bottom: 100px; } }
    @media (min-width: 1250px) {
      #recruit.page {
        margin-bottom: 140px; } }
  #recruit .recruit-midashi {
    position: relative; }
    #recruit .recruit-midashi .recruit-title1 {
      position: relative;
      z-index: 10; }
      #recruit .recruit-midashi .recruit-title1 .common-title {
        margin-bottom: 20px; }
    #recruit .recruit-midashi .recruit-title2 {
      margin-bottom: 30px; }
      @media (min-width: 1024px) {
        #recruit .recruit-midashi .recruit-title2 {
          position: absolute;
          top: 0;
          right: 0;
          margin-bottom: 0; } }
      #recruit .recruit-midashi .recruit-title2 .middle-copy h4 {
        font-size: 14vw; }
        @media (min-width: 1024px) {
          #recruit .recruit-midashi .recruit-title2 .middle-copy h4 {
            font-size: 7vw; } }
      #recruit .recruit-midashi .recruit-title2 .recruit-title2-in {
        display: flex;
        justify-content: flex-end;
        margin: -50px 0 0 0; }
        @media (min-width: 1024px) {
          #recruit .recruit-midashi .recruit-title2 .recruit-title2-in {
            position: absolute;
            top: 50px;
            right: 0;
            margin: 0;
            align-items: flex-end;
            z-index: 10; } }
        #recruit .recruit-midashi .recruit-title2 .recruit-title2-in .title-copy {
          margin-right: 20px; }
  @media only screen and (min-width: 768px) {
    #recruit .o-6column .col-lg-6 {
      padding: 0 10px; }
    #recruit .o-6column {
      margin: 0 -10px; } }
  @media only screen and (min-width: 1024px) {
    #recruit .o-6column .col-lg-6 {
      padding: 0 20px; }
    #recruit .o-6column {
      margin: 0 -20px; } }
  #recruit .fukidashi {
    position: relative;
    width: 240px;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      #recruit .fukidashi {
        width: 260px; } }
    #recruit .fukidashi p {
      position: absolute;
      top: 4px;
      left: 0;
      right: 0;
      text-align: center;
      font-size: 0.9em;
      font-weight: 700;
      color: #0b198c; }
      @media (min-width: 1024px) {
        #recruit .fukidashi p {
          font-size: 1.0em; } }
  #recruit .recruit-in .recruit-box {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      #recruit .recruit-in .recruit-box {
        margin-bottom: 0; } }
    #recruit .recruit-in .recruit-box .movie {
      position: relative; }
      #recruit .recruit-in .recruit-box .movie a .thumbnail-ph img {
        border-radius: 20px; }
    #recruit .recruit-in .recruit-box .common-title-sab {
      margin-top: 15px; }
    #recruit .recruit-in .recruit-box .txt {
      margin-top: 10px; }
      #recruit .recruit-in .recruit-box .txt p {
        font-size: 0.85em;
        text-align: justify;
        line-height: 1.8em; }
        @media (min-width: 1250px) {
          #recruit .recruit-in .recruit-box .txt p {
            font-size: 1.0em; } }

/*
---------------------------------------------------------------------------------------------------------------------
動画ボタン
---------------------------------------------------------------------------------------------------------------------
*/
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  padding: 18px 20px 18px 28px;
  transition: 0.5S; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #0b198c;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }
  @media (min-width: 768px) {
    .video-play-button:before {
      width: 70px;
      height: 70px; } }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #0b198c;
  border-radius: 50%;
  transition: all 200ms;
  transition: .5s; }
  @media (min-width: 768px) {
    .video-play-button:after {
      width: 70px;
      height: 70px; } }

.video-play-button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  z-index: 3;
  width: 20px;
  height: auto;
  margin: auto;
  border-radius: 0; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #0b198c;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
