@charset "UTF-8";
#mainvisual {
  position: relative;
}


#mainvisual .mv-bg {
  width: 70%;
  margin-top: 130px;
  /* 左右中央揃えの設定 */
  margin-left: auto;
  margin-right: auto;
  
  /* 画像がインライン要素の場合に備えてブロック要素にする */
  display: block;
}

}
#mainvisual .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 130px);
  
}


#mainvisual .container h1 {
  position: absolute;
  left: 0;
  top: 35vw;
}
#mainvisual .container h1 span {
  display: inline;
  font-weight: bold;
  font-size: 62px;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 5px;
}
/* ▽ SP layout ========== */







/* =========================================================
   レイアウト全体
========================================================= */

.flow-layout {
    display: flex;
    flex-direction: column;
    gap: 110px;
}

/* 横並び */
.flow-row.two-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5%;

    padding: 0 80px;
}

/* 中央配置 */
.flow-row.single-large {
    display: flex;
    justify-content: center;
}

/* =========================================================
   カード共通
========================================================= */

.flow-card {
    position: relative;
}

/* 写真 */
.flow-card img {
    width: 100%;
    display: block;
    object-fit: cover;

    border-radius: 2px;

    box-shadow:
        0 12px 30px rgba(0,0,0,0.06),
        0 2px 6px rgba(0,0,0,0.04);

    transition:
        transform .7s ease,
        box-shadow .7s ease,
        filter .7s ease;

    filter: saturate(0.96);
}

/* ホバー */
.flow-card:hover img {
    transform: scale(1.015);
    box-shadow:
        0 18px 45px rgba(0,0,0,0.10),
        0 4px 12px rgba(0,0,0,0.05);
}



.margin-top{

    margin-top: 5rem;
    margin-bottom: 5rem;


}


.margin-top10{
    margin-top: 20rem;
    margin-bottom: 20rem;
}


/* タイトル */
.flow-card h3 {
    position: absolute;
    left: 30px;
    bottom: 24px;

    color: #78c48a;

    font-size: 1.8rem;
    letter-spacing: 0.16em;
    font-weight: 700;

    line-height: 1.8;

    font-family:
        "Zen Maru Gothic",
        "Hiragino Maru Gothic ProN",
        "Rounded Mplus 1c",
        sans-serif;

    /* 白フチ */
    -webkit-text-stroke: 3px #ffffff;

    /* フチを後ろへ */
    paint-order: stroke fill;

    /* 浮き上がる影 */
    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.18),
        0 6px 18px rgba(0, 0, 0, 0.12);
}
/* =========================================================
   左右写真（1,2 / 5,6）
========================================================= */
.fs60{

    font-size: 70%;

}

.flow-row.two-column .flow-card {
    width: 38%;
}

.flow-row.two-column .flow-card img {
  /*  aspect-ratio: 1 / 0.72;*/
}

/* =========================================================
   中央写真（3,4）
========================================================= */

.flow-card.large {
    width: 72%;
}

.flow-card.large2 {
    width: 50%;
}
.flow-card.large img {
 /*   aspect-ratio: 1 / 0.58;*/
}


/* 中央写真だけ少し存在感 */
.flow-card.large h3 {
    font-size: 1.55rem;
    left: 40px;
    bottom: 30px;
}

/* =========================================================
   間の余白演出
========================================================= */

.flow-row.single-large + .flow-row.single-large {
    margin-top: -30px;
}

























@media only screen and (max-width: 767px) {
#mainvisual {
    margin-top :60px!important;
    position: relative;
}



@media (max-width: 1340px) and (min-width: 768px) {
  #mainvisual .container h1{
    top: auto;
    bottom: 10vw;
  }
  #mainvisual .container h1 span{
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #mainvisual .container {
    height: calc(100% - 80px);
    left: 12px;
  }
  #mainvisual .container h1 {
    bottom: 0;
  }
  #mainvisual .container h1 span {
    font-size: 6vw;
  }
}



/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 460px) {
  #mainvisual .container h1 {
    line-height: 1.2;
  }
}
/* ========== end △ */

.sec-flow {
  position: relative;
  padding: 60px 0;
  z-index: 3;
}
.１００ぇ .txt-flow {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}
.sec-flow .ttl {
  font-size: 30px;
  margin-bottom: 45px;
}
.sec-flow .ttl span {
  display: block;
  font-size: 54px;
}
.sec-flow .list-flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
  margin-bottom: 50px;
}
.sec-flow .list-flow ul li {
  position: relative;
  background: #5da11e;
  color: #ffffff;
  /*border-radius: 66px;*/
  z-index: 3;
}




.sec-flow .list-flow ul li + li:after {
  position: absolute;
  content: "";
  background: url("../img/flow-arrow.png") no-repeat;
  width: 64px;
  height: 34px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -38px;
  z-index: 9;
}
.sec-flow .list-flow ul li .step {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-flow .list-flow ul li h3 {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  font-size: 17px;
}
.sec-flow .list-flow ul + ul {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
  z-index: 1;
}
.sec-flow .list-flow ul + ul li:first-child:after {
  position: absolute;
  content: "";
  background: url("../img/flow-arrow.png") no-repeat;
  width: 64px;
  height: 34px;
  bottom: 95%;
  margin: auto;
  left: 70%;
  z-index: 9;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-flow {
    padding: 50px 0;
  }
  .sec-flow .txt-flow {
    width: 50%;
  }
  .sec-flow .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec-flow .ttl span {
    font-size: 36px;
  }
  .sec-flow .list-flow ul {
    gap: 30px;
    margin-bottom: 20px;
  }
  .sec-flow .list-flow ul li {
    width: calc((100% - 30px) / 2);
    border-radius: 48px;
  }
  .sec-flow .list-flow ul li + li:after {
    background-size: 100%;
    width: 40px;
    height: 21px;
    left: -22px;
  }
  .sec-flow .list-flow ul li h3 {
    font-size: 14px;
  }
  .sec-flow .list-flow ul:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 20px;
  }
  .sec-flow .list-flow ul:nth-child(2) li + li:after {
    background-size: 100%;
    width: 40px;
    height: 21px;
    left: auto;
    right: -22px;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
  .sec-flow .list-flow ul:nth-child(3) li:nth-child(2):after {
    background-size: 100%;
    width: 40px;
    height: 21px;
    top: -20px;
    bottom: auto;
    left: 10%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sec-flow .list-flow ul + ul li:first-child:after {
    background-size: 100%;
    width: 40px;
    height: 21px;
    bottom: 95%;
    left: 70%;
  }
}
































/* ========================================
   一日の流れ：横並びレイアウト
======================================== */

/* UL自体を横並び化 */
#schedule ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;

  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各カード */
#schedule ul li {
  width: calc(50% - 30px);

  display: flex;
  flex-direction: column;
}

/* ========== end △ */



/* =========================================================
   さとの一日 - FLOW GALLERY
   上品な余白設計版
========================================================= */

.sec-flow {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}

/* 背景装飾 */
.sec-flow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
 /*   background: rgba(56,81,62,0.08);*/
    transform: translateX(-50%);
}

/* FLOW文字 */
.txt-flow {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.07;
    width: 280px;
    pointer-events: none;
}

.txt-flow img {
    width: 100%;
}

/* コンテナ */
.sec-flow .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

/* タイトル */
.sec-flow .ttl {
    text-align: center;
    color: #38513e;
    margin-bottom: 90px;
    font-size: 2rem;
    letter-spacing: 0.18em;
    font-weight: 400;
    line-height: 1.8;
}

.sec-flow .ttl span {
    display: block;
    margin-top: 12px;
    font-size: 0.9rem;
    color: #607c68;
    letter-spacing: 0.25em;
}

/* =========================================================
   レイアウト全体
========================================================= */

.flow-layout {
    display: flex;
    flex-direction: column;
    gap: 110px;
}

/* 横並び */
.flow-row.two-column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5%;

    padding: 0 80px;
}

/* 中央配置 */
.flow-row.single-large {
    display: flex;
    justify-content: center;
}

/* =========================================================
   カード共通
========================================================= */

.flow-card {
    position: relative;
}

/* 写真 */
.flow-card img {
    width: 100%;
    display: block;
    object-fit: cover;

    border-radius: 2px;

    box-shadow:
        0 12px 30px rgba(0,0,0,0.06),
        0 2px 6px rgba(0,0,0,0.04);

    transition:
        transform .7s ease,
        box-shadow .7s ease,
        filter .7s ease;

    filter: saturate(0.96);
}

/* ホバー */
.flow-card:hover img {
    transform: scale(1.015);
    box-shadow:
        0 18px 45px rgba(0,0,0,0.10),
        0 4px 12px rgba(0,0,0,0.05);
}



.margin-top{

    margin-top: 5rem;
    margin-bottom: 5rem;


}


.margin-top10{
    margin-top: 20rem;
    margin-bottom: 20rem;
}


/* タイトル */
.flow-card h3 {
    position: absolute;
    left: 30px;
    bottom: 24px;

    color: #78c48a;

    font-size: 1.8rem;
    letter-spacing: 0.16em;
    font-weight: 700;

    line-height: 1.8;

    font-family:
        "Zen Maru Gothic",
        "Hiragino Maru Gothic ProN",
        "Rounded Mplus 1c",
        sans-serif;

    /* 白フチ */
    -webkit-text-stroke: 3px #ffffff;

    /* フチを後ろへ */
    paint-order: stroke fill;

    /* 浮き上がる影 */
    text-shadow:
        0 2px 6px rgba(0, 0, 0, 0.18),
        0 6px 18px rgba(0, 0, 0, 0.12);
}
/* =========================================================
   左右写真（1,2 / 5,6）
========================================================= */
.fs60{

    font-size: 70%;

}

.flow-row.two-column .flow-card {
    width: 38%;
}

.flow-row.two-column .flow-card img {
  /*  aspect-ratio: 1 / 0.72;*/
}

/* =========================================================
   中央写真（3,4）
========================================================= */

.flow-card.large {
    width: 72%;
}

.flow-card.large2 {
    width: 50%;
}
.flow-card.large img {
 /*   aspect-ratio: 1 / 0.58;*/
}


/* 中央写真だけ少し存在感 */
.flow-card.large h3 {
    font-size: 1.55rem;
    left: 40px;
    bottom: 30px;
}

/* =========================================================
   間の余白演出
========================================================= */

.flow-row.single-large + .flow-row.single-large {
    margin-top: -30px;
}

/* =========================================================
   スマホ
========================================================= */

@media screen and (max-width: 900px) {

    .sec-flow {
        padding: 90px 0;
    }

    .txt-flow {
        width: 180px;
        top: 35px;
    }

    .sec-flow .ttl {
        margin-bottom: 55px;
        font-size: 1.5rem;
    }

    .flow-layout {
        gap: 55px;
    }

    .flow-row.two-column {
        flex-direction: column;
        gap: 40px;
    }

    .flow-row.two-column .flow-card,
    .flow-card.large {
        width: 100%;
    }

    .flow-card img,
    .flow-card.large img {
     /*   aspect-ratio: 1 / 0.72;*/
    }

    .flow-card h3,
    .flow-card.large h3 {
        left: 18px;
        bottom: 16px;
        font-size: 1.05rem;
        letter-spacing: 0.12em;
    }

    .flow-row.single-large + .flow-row.single-large {
        margin-top: 0;
    }
}















































.sec-news {
  position: relative;
  background: url("../images/news-bg.png") no-repeat center left;
  padding: 140px 0 100px;
  z-index: 5;
  margin-top: -1.12%;
}
.sec-news .cont-news .list-news > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  border-bottom: 1px solid #000;
  padding: 20px 75px 20px 0;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sec-news .cont-news .list-news > li:before {
  position: absolute;
  content: "";
  background: #3a9bff;
  width: 0;
  height: 3px;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sec-news .cont-news .list-news > li:after {
  position: absolute;
  content: "";
  background: url("../images/news-arrow.png") no-repeat;
  width: 15px;
  height: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sec-news .cont-news .list-news > li .date {
  font-size: 17px;
}
.sec-news .cont-news .list-news > li .list-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.sec-news .cont-news .list-news > li .list-tag li a {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 5px;
  min-width: 95px;
  text-align: center;
  font-size: 16px;
  border-radius: 12px;
  text-decoration: none;
  z-index: 9;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec-news .cont-news .list-news > li .list-tag li a:hover {
    background: #3a9bff !important;
    color: #fff;
  }
}
/* ========== end △ */
.sec-news .cont-news .list-news > li .list-tag li:nth-child(1) a {
  background: #fee2e2;
}
.sec-news .cont-news .list-news > li .list-tag li:nth-child(2) a {
  background: #ffebd8;
}
.sec-news .cont-news .list-news > li .txt {
  width: 100%;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec-news .cont-news .list-news > li:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sec-news .cont-news .list-news > li:hover:after {
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sec-news .cont-news .list-news > li:hover:before {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-news {
    background-position: top left;
    background-size: 50%;
    padding: 70px 0 50px;
  }
  .sec-news .cont-news .list-news > li {
    gap: 10px 30px;
    padding-right: 35px;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sec-news .cont-news .list-news > li:after {
    right: 10px;
  }
  .sec-news .cont-news .list-news > li .date {
    font-size: 15px;
  }
  .sec-news .cont-news .list-news > li .list-tag li a {
    padding: 2px;
  }
  .sec-news .cont-news .list-news > li .txt {
    font-size: 16px;
  }
}
/* ========== end △ */

.banner-recruit {
  text-align: center;
  margin: 100px auto 0;
}
.banner-recruit a {
  position: relative;
  width: 671px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
.banner-recruit a:after {
  position: absolute;
  content: "";
  background: rgba(254, 235, 235, 0.8);
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner-recruit a h2 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  font-weight: bold;
  z-index: 3;
}
.banner-recruit a h2 span {
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .banner-recruit a:hover:after {
    width: 100%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .banner-recruit {
    margin: 50px auto 0;
  }
  .banner-recruit a {
    width: 100%;
  }
  .banner-recruit a h2 {
    font-size: 24px;
  }
  .banner-recruit a h2 span {
    font-size: 16px;
  }
}
/* ========== end △ */