@charset "UTF-8";
/*********************/
header {
  background-color: inherit; }
  header.active {
    background-color: #fff; }
    header.active .header_box h1 a {
      color: #000; }
    header.active .header_box .header_menu li > a,
    header.active .header_box .header_menu li > span {
      color: #000; }

.header_box h1 a {
  color: #fff; }

.header_menu li > a,
.header_menu li > span {
  color: #fff; }

main {
  padding: 0; }

body {
  padding-top: 0; }

/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  body {
    padding-top: 70px; }

  .header_box h1 a {
    color: #000; } }
/*max-width:480px*/
/*********************/
.mv {
  background: url("../images/index/mv.webp") center center no-repeat;
  background-size: contain;
  aspect-ratio: 1920/1080;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative; }
  .mv p {
    position: absolute;
    content: "";
    background: url("../images/index/mv_txt.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 784/161;
    width: 100%;
    max-width: 784px;
    height: auto;
    right: 13%;
    bottom: 10%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
  .mv .video {
    display: none; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .mv {
    background: url("../images/index/mv.webp") center center no-repeat;
    background-size: contain;
    aspect-ratio: 1920/1080;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative; }
    .mv p {
      aspect-ratio: 784/161;
      width: calc(100% - 10%);
      right: 5%; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mv {
    background: url("../images/index/sp_mv.webp") center center no-repeat;
    background-size: cover;
    aspect-ratio: 39/60;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative; }
    .mv p {
      background: url("../images/index/sp_mv_txt.svg") center center no-repeat;
      background-size: contain;
      aspect-ratio: 290/328;
      width: calc(100% - 80px);
      max-width: 520px;
      right: auto;
      top: auto;
      left: 50%;
      bottom: 10%;
      transform: translate(-50%, 0%);
      z-index: 10; }
    .mv .video {
      display: block;
      aspect-ratio: 39/60;
      width: 100%;
      max-width: 100%;
      height: auto;
      position: relative;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; }
      .mv .video video {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .mv .video img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mv p {
    max-width: 280px;
    top: 45%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%); } }
/*max-width:480px*/
/*********************/
.vision {
  padding: 140px 0 300px; }
  .vision h2 {
    font: 3rem/1em "Urbanist", "sans-serif";
    font-weight: 500;
    letter-spacing: 0.74em;
    margin: 0 0 100px 0.74em;
    text-align: center; }
  .vision .head {
    color: #006934;
    font: 4vw/1.5em "Noto Sans", sans-serif;
    font-weight: 700;
    width: calc(100% - 140px);
    max-width: 1485px;
    margin: 0 auto 130px;
    text-align: center;
    display: block;
    width: fit-content;
    position: relative; }
    .vision .head br {
      display: none; }
    .vision .head span {
      display: block; }
  .vision a {
    transition: .3s;
    max-width: 480px;
    width: calc(100% - 80px);
    margin: 0 auto 100px;
    height: 80px;
    border: 1px solid #006934;
    text-align: center;
    font: 1.8rem/78px "Noto Sans", sans-serif;
    font-weight: 700;
    color: #006934;
    text-decoration: none;
    display: block;
    border-radius: 50px; }

.slide {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto; }
  .slide p {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    content: "";
    background: url("../images/index/mv_txt.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 784/161;
    width: calc(100% - 40px);
    max-width: 784px;
    height: auto;
    z-index: 5;
    top: auto;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0%); }

.slider-wrapper {
  display: flex;
  /* スライドのグループを横並び */
  overflow: hidden;
  /* はみ出たスライドを隠す */ }
  .slider-wrapper ul {
    animation: scroll-left 30s infinite linear .5s both;
    display: flex;
    /* スライド3枚を横並び */ }
  .slider-wrapper li {
    aspect-ratio: 64/50;
    width: 640px;
    height: auto; }
    .slider-wrapper li img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

@keyframes scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@media (hover: hover) {
  .vision a:hover {
    background-color: darkorange;
    color: #fff;
    border: 1px solid darkorange; } }
@media (min-width: 1920px) {
  .vision .head {
    color: #006934;
    font: 6.9rem/1.5em "Noto Sans", sans-serif;
    font-weight: 700; } }
/*max-width:1920*/
@media (max-width: 1280px) {
  .vision .head {
    font: 5.8rem/1.8em "Noto Sans", sans-serif;
    font-weight: 700; }
    .vision .head br {
      display: block; }
    .vision .head span {
      display: inline; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .vision {
    padding: 140px 0; }
    .vision .head {
      font: 5rem/1.9em "Noto Sans", sans-serif;
      font-weight: 700; }
      .vision .head br {
        display: block; }
      .vision .head span {
        display: inline; }

  .slider-wrapper li {
    width: 480px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .vision {
    padding: 100px 0 0; }
    .vision h2 {
      margin-bottom: 50px; }
    .vision .head {
      font: 4.2rem/1.9em "Noto Sans", sans-serif;
      font-weight: 700;
      margin: 0 auto 60px; }
      .vision .head br {
        display: block; }
      .vision .head span {
        display: inline; }

  .slide {
    width: 100%; }

  .slider-wrapper li {
    width: 350px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .vision {
    padding: 55px 0 0; }
    .vision h2 {
      margin-bottom: 25px;
      font: 2.4rem/1em "Urbanist", "sans-serif";
      font-weight: 500; }
    .vision .head {
      font: 3.2rem/1.9em "Noto Sans", sans-serif;
      font-weight: 700;
      margin: 0 auto 45px; }
      .vision .head:before, .vision .head:after {
        max-width: 35px; }
    .vision a {
      max-width: 320px;
      margin: 0 auto 45px; }

  .slider-wrapper li {
    width: 270px; } }
/*max-width:480px*/
/*********************/
.message {
  background: url("../images/index/message.jpg") center center repeat-x;
  background-size: cover;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 900px;
  padding: 110px 0 0; }
  .message .message_box {
    max-width: 1240px;
    width: calc(100% - 140px);
    margin: 0 auto; }
  .message h2 {
    font: 3.2rem/1em "Urbanist", "sans-serif";
    font-weight: 500;
    letter-spacing: 0.74em;
    margin: 0 0 50px;
    color: #fff; }
  .message .head {
    color: #fff;
    font: 6.9rem/1.5em "Noto Sans", sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    display: block;
    width: fit-content;
    position: relative; }
  .message p {
    text-align: justify;
    text-justify: inter-ideograph;
    color: #fff;
    font: 2.4rem/2.2em "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em; }

@media (max-width: 1024px) {
  .message {
    height: auto;
    padding: 100px 0; }
    .message .message_box {
      max-width: 1240px;
      width: calc(100% - 80px);
      margin: 0 auto; }
    .message h2 {
      text-align: center; }
    .message .head {
      font: 6.5vw/1.5em "Noto Sans", sans-serif;
      font-weight: 700;
      margin: 0 auto 30px;
      width: fit-content;
      max-width: 100%; }
    .message p {
      margin: 0 auto; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .message {
    height: auto;
    padding: 100px 0; }
    .message .message_box {
      width: 100%;
      width: calc(100% - 60px);
      margin: 0 auto; }
    .message h2 {
      margin: 0 0 50px;
      text-align: center; }
    .message .head {
      font: 3.6rem/1.5em "Noto Sans", sans-serif;
      font-weight: 700;
      margin: 0 auto 20px;
      width: fit-content;
      max-width: 100%; }
    .message p {
      font: 2.2rem/2.2em "Noto Sans", sans-serif;
      font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .message {
    height: auto;
    padding: 50px 0 60px; }
    .message .message_box {
      width: 100%;
      width: calc(100% - 40px);
      margin: 0 auto; }
    .message h2 {
      font: 2.4rem/1em "Urbanist", "sans-serif";
      font-weight: 500;
      margin: 0 0 35px; }
    .message .head {
      font: 2.9rem/1.5em "Noto Sans", sans-serif;
      font-weight: 700; }
    .message p {
      font: 1.8rem/2.2em "Noto Sans", sans-serif;
      font-weight: 700; } }
/*max-width:480px*/
/*********************/
.recruit {
  padding: 90px 0 190px;
  background-color: #0A1505;
  position: relative;
  z-index: 1; }
  .recruit h2 {
    text-align: center;
    font: 7.9rem/1em "Urbanist", "sans-serif";
    font-weight: 500;
    letter-spacing: 0.74em;
    margin: 0 0 0 0.74em;
    color: #fff; }
  .recruit .img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    aspect-ratio: 1920/1000;
    width: 100%;
    max-width: 1850px;
    height: auto; }
    .recruit .img:before, .recruit .img:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .recruit .img:before {
      background: url("../images/index/recruit01.webp") center center no-repeat;
      background-size: contain; }
    .recruit .img:after {
      opacity: 0;
      background: url("../images/index/recruit02.webp") center center no-repeat;
      background-size: contain; }
    .recruit .img:hover:before {
      opacity: 0; }
    .recruit .img:hover:after {
      opacity: 1; }
  .recruit .flex {
    max-width: 1160px;
    width: calc(100% - 80px);
    margin: -100px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 10; }
  .recruit a {
    display: block;
    width: calc((100% - 40px)/2);
    height: 250px;
    max-width: 540px;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font: 3.8rem/1em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: .3s; }
    .recruit a small {
      display: block;
      margin: 30px 0 0;
      font: 1.8rem/1em "Mynerve", "cursive";
      font-weight: 400;
      letter-spacing: 0.05em; }
    .recruit a.new {
      background-color: #00913A; }
    .recruit a.career {
      background-color: #006934; }

@media (hover: hover) {
  .recruit a:hover.new {
    background-color: darkorange; }
  .recruit a:hover.career {
    background-color: darkorange; } }
@media (max-width: 1024px) {
  .recruit h2 {
    font: 7rem/1em "Urbanist", "sans-serif";
    font-weight: 500; } }
@media (max-width: 768px) {
  .recruit h2 {
    font: 4.5rem/1em "Urbanist", "sans-serif";
    font-weight: 500; }
  .recruit .flex {
    max-width: 540px;
    width: calc(100% - 60px);
    margin: -50px auto 0; }
  .recruit .img {
    aspect-ratio: 1850/923;
    width: 100%;
    max-width: auto;
    height: 480px; }
    .recruit .img:before, .recruit .img:after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .recruit .img:before {
      background: url("../images/index/recruit01.webp") center center no-repeat;
      background-size: auto 480px; }
    .recruit .img:after {
      opacity: 0;
      background: url("../images/index/recruit02.webp") center center no-repeat;
      background-size: auto 480px; }
  .recruit a {
    width: calc((100% - 20px)/2);
    height: 200px;
    font: 3rem/1em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 30px; }
    .recruit a small {
      display: block;
      margin: 20px auto 0;
      text-align: center;
      font: 1.8rem/1.5em "Mynerve", "cursive";
      font-weight: 400;
      letter-spacing: 0.05em; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recruit {
    padding: 65px 0 70px; }
    .recruit h2 {
      font: 2.4rem/1em "Urbanist", "sans-serif";
      font-weight: 500; }
    .recruit .flex {
      max-width: 480px;
      width: calc(100% - 60px);
      margin: -50px auto 0; }
    .recruit .img {
      aspect-ratio: 1850/923;
      width: 100%;
      max-width: auto; }
    .recruit a {
      width: 100%;
      height: 140px;
      max-width: 320px;
      font: 3.8rem/1em "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      padding: 0 20px;
      margin: 0 auto 20px; }
      .recruit a small {
        display: block;
        margin: 8px auto 0;
        text-align: center;
        font: 1.8rem/1.5em "Mynerve", "cursive";
        font-weight: 400;
        letter-spacing: 0.05em; } }
/*max-width:480px*/
/*********************/
.information {
  padding: 145px 0 30px;
  position: relative;
  z-index: 5; }
  .information:before {
    opacity: 0.8;
    position: absolute;
    content: "";
    display: block;
    background: url("../images/index/logo_white.svg") top right no-repeat;
    background-size: auto 100%;
    aspect-ratio: 650/763;
    width: 50%;
    max-width: 650px;
    height: auto;
    left: 0;
    top: -80px; }
  .information h2 {
    text-align: center;
    font: 4rem/1em "Urbanist", "sans-serif";
    font-weight: 500;
    letter-spacing: 0.74em;
    margin: 0 0 110px 0.74em;
    position: relative;
    color: #006934;
    z-index: 5; }
  .information ul {
    max-width: 1320px;
    width: calc(100% - 140px);
    margin: 0 auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 5; }
  .information li {
    max-width: 400px;
    width: calc((100% - 120px)/3);
    margin: 0 60px 100px 0; }
    .information li:nth-of-type(3n) {
      margin-right: 0; }
    .information li a {
      text-decoration: none; }
    .information li .pic {
      aspect-ratio: 4/3;
      width: 100%;
      max-width: 100%;
      height: auto;
      overflow: hidden;
      border-radius: 20px;
      border: 1px solid #ccc;
      margin: 0 0 15px; }
      .information li .pic img {
        transition: .3s;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .information li .txt {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .information li .txt p {
        transition: .3s;
        width: 100%;
        font: 1.8rem/2em "Noto Sans", sans-serif;
        font-weight: 700;
        margin: 0 0 10px; }
      .information li .txt span {
        transition: .3s;
        height: 30px;
        font: 1.4rem/28px "Noto Sans", sans-serif;
        font-weight: 400;
        display: block;
        background-color: #006934;
        color: #fff;
        width: calc(100% - 110px);
        max-width: fit-content;
        padding: 0 15px;
        border-radius: 50px; }
      .information li .txt time {
        transition: .3s;
        font: 1.6rem/28px "Noto Sans", sans-serif;
        font-weight: 400;
        width: 100px;
        margin: 0 0 0 10px; }
  .information .btn {
    transition: .3s;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 480px;
    width: calc(100% - 80px);
    height: 80px;
    border-radius: 80px;
    border: 1px solid #006934;
    color: #006934;
    text-decoration: none;
    font: 1.8rem/78px "Noto Sans", sans-serif;
    font-weight: 500; }

@media (hover: hover) {
  .information li a:hover .pic img {
    width: 110%;
    height: 110%; }
  .information li a:hover .txt p, .information li a:hover .txt time {
    color: darkorange; }
  .information li a:hover .txt span {
    background-color: darkorange; }
  .information .btn:hover {
    background-color: darkorange;
    color: #fff;
    border: 1px solid darkorange; } }
@media (max-width: 1280px) {
  .information li {
    max-width: 400px;
    width: calc((100% - 60px)/3);
    margin: 0 30px 100px 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .information ul {
    width: calc(100% - 80px);
    max-width: 768px;
    justify-content: space-between; }
  .information li {
    max-width: 400px;
    width: calc((100% - 35px)/2);
    margin: 0 0 100px 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .information {
    padding: 145px 0 60px; }
    .information h2 {
      text-align: center;
      font: 3rem/1em "Urbanist", "sans-serif";
      font-weight: 500;
      letter-spacing: 0.74em;
      margin: 0 0 110px 0.74em;
      position: relative;
      color: #006934;
      z-index: 5; }
    .information:before {
      width: 60%;
      max-width: 480px;
      height: auto;
      left: 0;
      top: -40px; }
    .information ul {
      width: calc(100% - 60px);
      max-width: 768px;
      margin: 0 auto 40px;
      justify-content: space-between; }
    .information li {
      max-width: 400px;
      width: calc((100% - 20px)/2);
      margin: 0 0 50px 0; }
      .information li .txt span {
        width: 100%; }
      .information li .txt time {
        width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .information {
    padding: 67px 0 60px; }
    .information h2 {
      font: 2.2rem/1em "Urbanist", "sans-serif";
      font-weight: 500;
      letter-spacing: 0.74em;
      margin: 0 0 50px 0.74em; }
    .information:before {
      top: -30px; }
    .information ul {
      width: calc(100% - 40px);
      max-width: 768px;
      margin: 0 auto 40px;
      display: block; }
    .information li {
      max-width: 340px;
      width: 100%;
      margin: 0 auto 50px; }
      .information li .txt span {
        width: calc(100% - 100px); }
      .information li .txt time {
        width: 100px; } }
/*max-width:480px*/
/*********************/
.content {
  padding: 140px 0 160px;
  position: relative; }
  .content h2 {
    background: url("../images/index/content_tet.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 1337/203;
    width: calc(100% - 140px);
    max-width: 1337px;
    height: auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 5; }
  .content .flex {
    max-width: 1640px;
    margin: 0 auto;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .content .flex > div {
      max-width: 800px;
      width: calc((100% - 40px)/2); }
      .content .flex > div img {
        width: 100%;
        position: relative;
        z-index: 1; }
  .content h3 {
    font: 4vw/1em "Urbanist", "sans-serif";
    font-weight: 500;
    letter-spacing: 0.5em;
    position: relative;
    color: #006934;
    z-index: 5;
    top: -20px;
    margin: 0 0 10px;
    padding: 0 0 0 35px; }
  .content a {
    transition: .3s;
    font: 3rem/1em "Noto Sans", sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 0 40px 0 35px;
    letter-spacing: 0.05em;
    text-decoration: none;
    position: relative; }
    .content a:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/common/arrow.svg") center center no-repeat;
      background-size: contain;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px; }

@media (hover: hover) {
  .content a:hover {
    color: darkorange; } }
@media (min-width: 1920px) {
  .content h3 {
    font: 7.3rem/1em "Urbanist", "sans-serif";
    font-weight: 500; } }
/*max-width:1920px*/
@media (max-width: 1280px) {
  .content h3 {
    padding: 0 0 0 25px; }
  .content a {
    padding: 0 40px 0 25px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .content {
    padding: 120px 0 160px;
    position: relative; }
    .content .flex {
      width: calc(100% - 80px); }
      .content .flex > div {
        max-width: 800px;
        width: calc((100% - 25px)/2); }
    .content h3 {
      font: 3rem/1em "Urbanist", "sans-serif";
      font-weight: 500;
      top: -10px;
      padding: 0 0 0 20px; }
    .content a {
      font: 2.8rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      padding: 0 40px 0 20px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .content {
    padding: 160px 0 160px;
    overflow: hidden; }
    .content h2 {
      background: url("../images/index/content_txt.svg") center center no-repeat;
      background-size: contain;
      aspect-ratio: 377/107;
      width: calc(100% - 20px);
      max-width: 480px;
      top: 30px;
      left: 50%; }
    .content .flex {
      max-width: 485px;
      margin: 0 auto;
      width: 100%; }
      .content .flex > div {
        max-width: 480px;
        width: 100%;
        margin-bottom: 50px; }
        .content .flex > div img {
          width: 100%;
          position: relative;
          z-index: 1; }
    .content h3 {
      font: 4rem/1em "Urbanist", "sans-serif";
      font-weight: 500;
      top: -20px;
      padding: 0 0 0 30px; }
    .content a {
      padding: 0 40px 0 30px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .content {
    padding: 100px 0 70px;
    position: relative; }
    .content h2 {
      width: calc(100% - 10px);
      max-width: 480px;
      top: 0; }
    .content h3 {
      font: 3.3rem/1em "Urbanist", "sans-serif";
      font-weight: 500;
      top: -20px;
      padding: 0 0 0 25px;
      margin: 0 0 0 0; }
    .content a {
      padding: 0 40px 0 25px; } }
/*max-width:480px*/
.no_single {
  padding: 100px 0 200px !important;
  margin: 0 !important; }
