@charset "UTF-8";
#page-header-type1 {
  padding-top: 100px; }
  @media (min-width: 768px) {
    #page-header-type1 {
      padding-top: 120px; } }
  #page-header-type1 .back-txt {
    position: relative; }
    @media (min-width: 768px) {
      #page-header-type1 .back-txt {
        align-items: center;
        margin-top: auto; } }
    #page-header-type1 .back-txt .YokoScroll {
      display: flex;
      overflow: hidden; }
      #page-header-type1 .back-txt .YokoScroll .slideshow {
        display: flex; }
        #page-header-type1 .back-txt .YokoScroll .slideshow figure {
          width: 2000px; }
          @media (min-width: 768px) {
            #page-header-type1 .back-txt .YokoScroll .slideshow figure {
              width: 2000px; } }
          @media (min-width: 1024px) {
            #page-header-type1 .back-txt .YokoScroll .slideshow figure {
              width: 3000px; } }
          @media (min-width: 1450px) {
            #page-header-type1 .back-txt .YokoScroll .slideshow figure {
              width: 4000px; } }
        #page-header-type1 .back-txt .YokoScroll .slideshow figure.type1 {
          width: 1000px; }
          @media (min-width: 768px) {
            #page-header-type1 .back-txt .YokoScroll .slideshow figure.type1 {
              width: 1500px; } }
          @media (min-width: 1024px) {
            #page-header-type1 .back-txt .YokoScroll .slideshow figure.type1 {
              width: 2300px; } }
          @media (min-width: 1450px) {
            #page-header-type1 .back-txt .YokoScroll .slideshow figure.type1 {
              width: 2500px; } }
        #page-header-type1 .back-txt .YokoScroll .slideshow.show1 {
          animation: loop-slide 300s infinite linear 1s both; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
    #page-header-type1 .back-txt .title-txt {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      #page-header-type1 .back-txt .title-txt h1 {
        font-size: 2.4em;
        text-align: center; }
        @media (min-width: 1024px) {
          #page-header-type1 .back-txt .title-txt h1 {
            font-size: 3.0em; } }
  #page-header-type1 p, #page-header-type1 h6 {
    font-size: 0.9em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 10px; }
    @media (min-width: 1024px) {
      #page-header-type1 p, #page-header-type1 h6 {
        font-size: 1.125em; } }
  #page-header-type1 h6 {
    font-weight: normal;
    line-height: 1.6em;
    max-width: 700px;
    margin: auto;
    width: 90%;
    text-align: justify; }

/*
---------------------------------------------------------------------------------------------------------------------
目次
---------------------------------------------------------------------------------------------------------------------
*/
#agenda {
  border: 1px solid #fff;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  margin: 40px auto 0;
  max-width: 540px;
  width: 90%; }
  @media (min-width: 1024px) {
    #agenda {
      padding: 40px;
      margin: 80px auto 0; } }
  #agenda h2 {
    font-size: 1.25em;
    text-align: center; }
    @media (min-width: 1024px) {
      #agenda h2 {
        font-size: 1.75em; } }
  #agenda ul {
    margin-top: 20px; }
    #agenda ul li {
      border-bottom: 1px dotted #979BA0;
      position: relative; }
      #agenda ul li:last-child {
        border-bottom: none; }
      #agenda ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        color: #fff; }
        #agenda ul li a:hover p {
          color: #F1FF4E; }
        #agenda ul li a:hover svg > g > .st0 {
          fill: #F1FF4E; }
        #agenda ul li a p {
          font-size: 0.9em;
          transition: .5s; }
          @media (min-width: 1024px) {
            #agenda ul li a p {
              font-size: 1.125em; } }
        #agenda ul li a img {
          width: 26px;
          transform: rotate(90deg);
          transition: .5s; }
          @media (min-width: 1024px) {
            #agenda ul li a img {
              width: 30px; } }
        #agenda ul li a svg {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 26px;
          transform: rotate(90deg); }
          @media (min-width: 1024px) {
            #agenda ul li a svg {
              width: 30px; } }
          #agenda ul li a svg .st0 {
            fill: #fff;
            transition: .5s; }
          #agenda ul li a svg .st1 {
            fill: #222324;
            transition: .5s; }

.job-type-loop {
  margin-top: 80px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .job-type-loop {
      margin-top: 120px; } }
  .job-type-loop .back-txt {
    margin-bottom: 20px; }
    .job-type-loop .back-txt:last-child {
      margin-bottom: 0; }
    .job-type-loop .back-txt .YokoScroll {
      display: flex;
      align-items: center; }
      .job-type-loop .back-txt .YokoScroll .slideshow {
        display: flex; }
        .job-type-loop .back-txt .YokoScroll .slideshow figure {
          margin-right: 10px; }
          @media (min-width: 1024px) {
            .job-type-loop .back-txt .YokoScroll .slideshow figure {
              margin-right: 30px; } }
          .job-type-loop .back-txt .YokoScroll .slideshow figure img {
            width: 130px;
            border-radius: 5px; }
            @media (min-width: 1024px) {
              .job-type-loop .back-txt .YokoScroll .slideshow figure img {
                width: 180px;
                border-radius: 10px; } }
            @media (min-width: 1250px) {
              .job-type-loop .back-txt .YokoScroll .slideshow figure img {
                width: 240px; } }
        .job-type-loop .back-txt .YokoScroll .slideshow.show1 {
          animation: loop-slide1 80s infinite linear 1s both; }
@keyframes loop-slide1 {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/*
---------------------------------------------------------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------------------------------------------------------
*/
#news {
  margin: auto;
  padding: 60px 0 30px; }
  @media (min-width: 1024px) {
    #news {
      padding: 160px 0 60px; } }
  #news .news-common-title {
    padding: 0 0 0 4%;
    margin-bottom: 15px;
    width: auto; }
    @media (min-width: 768px) {
      #news .news-common-title {
        padding: 0 0 0 3%;
        margin-bottom: 20px; } }
  #news .news-card, #news .feature-card {
    padding: 0 0 0 4%;
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      #news .news-card, #news .feature-card {
        padding: 0 0 0 3%; } }
    #news .news-card .common-post-box a:hover .iCatch > img, #news .feature-card .common-post-box a:hover .iCatch > img {
      transform: scale(1.04); }
    #news .news-card .common-post-box a:hover .txt > h3, #news .feature-card .common-post-box a:hover .txt > h3 {
      color: #F1FF4E; }
    #news .news-card .common-post-box a .iCatch, #news .feature-card .common-post-box a .iCatch {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      z-index: 1; }
      #news .news-card .common-post-box a .iCatch img, #news .feature-card .common-post-box a .iCatch img {
        border-radius: 10px;
        transition-duration: 0.8s;
        transform: scale(1); }
    #news .news-card .common-post-box a .txt, #news .feature-card .common-post-box a .txt {
      margin-top: 10px; }
      #news .news-card .common-post-box a .txt h3, #news .feature-card .common-post-box a .txt h3 {
        font-size: 1.0em;
        line-height: 1.4em;
        font-feature-settings: "palt";
        letter-spacing: 0.08em;
        margin-top: 4px;
        transition: .5s;
        color: #fff;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (min-width: 768px) {
          #news .news-card .common-post-box a .txt h3, #news .feature-card .common-post-box a .txt h3 {
            font-size: 1.125em;
            margin-top: 10px; } }
      #news .news-card .common-post-box a .txt h5, #news .feature-card .common-post-box a .txt h5 {
        font-size: 0.9em;
        color: #979BA0;
        margin-top: 5px; }
        @media (min-width: 768px) {
          #news .news-card .common-post-box a .txt h5, #news .feature-card .common-post-box a .txt h5 {
            font-size: 1.125em; } }

.news-card {
  /* 前へ次への矢印カスタマイズ */ }
  .news-card .swiper-slide {
    width: 180px;
    margin: 0 15px 0 0; }
    @media (min-width: 768px) {
      .news-card .swiper-slide {
        width: 220px; } }
    @media (min-width: 1250px) {
      .news-card .swiper-slide {
        width: 280px;
        margin: 0 30px 0 0; } }
    .news-card .swiper-slide:last-child {
      margin-right: 3%; }
  .news-card .swiper-button-prev,
  .news-card .swiper-button-next {
    top: 42%; }
    @media (min-width: 768px) {
      .news-card .swiper-button-prev,
      .news-card .swiper-button-next {
        top: 42%; } }
    @media (min-width: 1250px) {
      .news-card .swiper-button-prev,
      .news-card .swiper-button-next {
        top: 42%; } }

.feature-card {
  /* 前へ次への矢印カスタマイズ */ }
  .feature-card .swiper-slide {
    width: 160px;
    margin: 0 15px 0 0; }
    @media (min-width: 768px) {
      .feature-card .swiper-slide {
        width: 220px; } }
    @media (min-width: 1250px) {
      .feature-card .swiper-slide {
        width: 220px;
        margin: 0 30px 0 0; } }
    .feature-card .swiper-slide:last-child {
      margin-right: 3%; }
  .feature-card .swiper-button-prev,
  .feature-card .swiper-button-next {
    top: 42%; }
    @media (min-width: 768px) {
      .feature-card .swiper-button-prev,
      .feature-card .swiper-button-next {
        top: 42%; } }
    @media (min-width: 1250px) {
      .feature-card .swiper-button-prev,
      .feature-card .swiper-button-next {
        top: 42%; } }
