@charset "utf-8";

/* ---------------------------------------------------
   File: recruit.css
   Version: 1.0.0
   Update: 2025-05-19
   Author: https://flowlab.co.jp

   (c)2007-2025 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */

/* ====================================================
		Common
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#contents article {
  max-width: 1100px;
  padding-top: 140px;
  margin: 0 auto;
}




/* ====================================================
		About
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#about {
  padding-top: 80px!important;
  padding-bottom: 100px;
}

/* -------------------------------
		Title
------------------------------- */
#about h2 {
  width: 44%;
  font-size: 3.8rem;
  font-weight: 400;
  font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
  letter-spacing: .02em;
}

/* Point Text */
#about strong {
  color: #109519;
  font-weight: 400;
}

/* -------------------------------
		Text
------------------------------- */
#about div {
  width: 56%;
  font-size: 1.8rem;
  padding-bottom: 170px;
}
#about div p {
  line-height: 2.8;
  letter-spacing: .02em;
}
#about div p:not(:last-child) {
  margin-bottom: 2em;
}




/* ====================================================
		Slide
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
.slider {
  margin-bottom: 200px;
}
.slider img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.slider .slick-slide {
  margin: 0 5px;
}




/* ====================================================
		Background
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#contents .bg {
  max-width: 100%!important;
  width: 100%!important;
  color: #fff;
  background: #109519;
}
#contents .row {
  max-width: 1100px;
  padding-left: 0!important;
  padding-right: 0!important;
}

/* -------------------------------
		Title
------------------------------- */
#contents .bg .row .title span {
  color: #fff;
}




/* ====================================================
		Personality
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#personality {
  padding-bottom: 120px;
}

/* -------------------------------
		List
------------------------------- */
#personality ul li {
  font-size: 2.2rem;
  font-weight: 400;
  padding: 8px 0;
  position: relative;
}

/* -------------------------------
		Check Box
------------------------------- */
#personality ul li span {
  position: relative;
  padding-left: 46px;
  display: block;
}
#personality ul li span::before,
#personality ul li span::after {
  content: '';
  position: absolute;
}

/* Box */
#personality ul li span::before {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  top: 0.3em;
  left: 0;
}

/* Check Icon */
#personality ul li span::after {
  color: #fff;
  width: 12px;
  height: 6px;
  border-bottom: solid 1px currentColor;
  border-left: solid 1px currentColor;
  top: calc(0.3em + 8px);
  left: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}




/* ====================================================
		Job Type
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#jobType {
  max-width: 100%!important;
  padding-bottom: 200px;
}
#jobType .flex {
  border-bottom: 1px solid rgb(51,51,51,.1);
}

/* -------------------------------
		Title
------------------------------- */
#jobType h2 {
  max-width: 1100px!important;
  margin: 0 auto;
}
#jobType section {
  width: 50%;
  border-top: 1px solid rgb(51,51,51,.1);
}
#jobType section:nth-of-type(odd) {
  width: calc(50% - 1px);
  border-right: 1px solid rgb(51,51,51,.1);
}
#jobType section a {
  color: #333;
  text-align: center;
  padding: 30px 30px 60px;
  display: block;
}
#jobType section a:hover {
  opacity: 1;
}

/* -------------------------------
		Photo
------------------------------- */
#jobType section a img {
  border-radius: 10px;
}
#jobType section a:hover img {
  opacity: .6;
}

/* -------------------------------
		Title
------------------------------- */
#jobType section h3 {
  font-size: 2rem;
  font-weight: 400;
  padding: 25px 0 20px;
}

/* -------------------------------
		Text
------------------------------- */
#jobType section p {
  font-size: 1.4rem;
}




/* ====================================================
		Welfare
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#welfare {
  padding-bottom: 140px;
}

/* -------------------------------
		List
------------------------------- */
#welfare ul {
  width: 47%;
  border-bottom: 1px solid rgb(255, 255, 255, .1);
}
#welfare ul li {
  border-top: 1px solid rgb(255, 255, 255, .1);
  padding: 25px 0 25px 50px;
  position: relative;
}

/* Icon */
#welfare ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: calc(25px + 0.7em);
  left: 30px;
  display: block;
}

/* Attention */
#welfare ul li small {
  font-size: 1.3rem;
  display: inline-block;
}




/* ====================================================
		Requirements
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#requirements section {
  border-top: 1px solid rgb(51,51,51,.1);
}
#requirements section.lastJob {
  border-bottom: 1px solid rgb(51,51,51,.1);
}

/* -------------------------------
		Title
------------------------------- */
#requirements h3 {
  font-size: 2.2rem;
  font-weight: 400;
  padding: 40px 0;
  position: relative;
}
#requirements h3:hover {
  cursor: pointer;
}

/* memo */
#requirements h3 span {
  color: rgb(51,51,51,.5);
  font-size: 1.2rem;
  padding-left: 30px;
}
#requirements h3 span.open {
  color: #109519;
}

/* Open Button */
#requirements h3::before,
#requirements h3::after {
  content: '';
  position: absolute;
}
#requirements h3::before {
  width: 50px;
  height: 28px;
  background: #109519;
  border-radius: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}
#requirements h3::after {
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  top: calc(50% - 6px);
  right: 24px;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  z-index: 1;
}

/* Close Button */
#requirements h3.close::after {
  top: calc(50% + 1px);
  right: 20px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

/* -------------------------------
		Detail
------------------------------- */
#requirements .detail {
  display: none;
  padding: 0 0 40px 200px;
}

/* Dl */
#requirements .detail dl {
  display: flex;
  flex-wrap: wrap;
}
#requirements .detail dl dt,
#requirements .detail dl dd {
  padding: 25px 0;
}
#requirements .detail dl dt {
  width: 20%;
}
#requirements .detail dl dd {
  width: 80%;
}


/* -------------------------------
		Btn
------------------------------- */
#requirements .btn a span::before {
  background-color: #109519;
}
#requirements .btn a span::after {
  border-top: solid 1px #109519;
  border-right: solid 1px #109519;
}
#requirements .btn a:hover {
  background-color: #109519;
}
#requirements .btn a:hover span::before {
  background-color: #fff;
}











/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    width: 100%;
    padding-top: 160px;
  }
  
  
  
  
  /* ====================================================
      About
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #about h2 {
    width: calc(44% - 4%);
    padding-left: 4%;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #about div {
    width: calc(56% - 4% - 4%);
    padding-right: 4%;
  }
  
  
    
  
  /* ====================================================
      Background
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents .bg {
    max-width: 100%!important;
    width: 100%!important;
  }
  #contents .row {
    padding-left: 6%!important;
    padding-right: 6%!important;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #contents .bg .title {
    padding-left: 0;
    padding-right: 0;
  }
  
  
  
  
  /* ====================================================
      Requirements
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #requirements {
    max-width: 100%!important;
    width: 100%!important;
  }
  
  
  
  
  
}




/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Common
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    width: calc(100% - 40px);
    padding-top: 60px;
  }
  
  
  
  
  /* ====================================================
      About
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #about {
    padding-top: 60px!important;
    padding-bottom: 60px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #about h2 {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: .05em;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #about div {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #about div p {
    line-height: 2;
  }
  #about div p:not(:last-child) {
    margin-bottom: 1.5em;
  }
  
  
  
  
  /* ====================================================
      Slide
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  .slider {
    margin-bottom: 100px;
  }
  
  
  
  
  /* ====================================================
      Background
  ==================================================== */
  #contents .bg .row {
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    
  }
  
  
  
  
  /* ====================================================
      Personality
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #personality {
    padding-bottom: 60px;
  }

  /* -------------------------------
      List
  ------------------------------- */
  #personality ul li {
    font-size: 1.4rem;
    padding: 4px 0;
  }

  /* -------------------------------
      Check Box
  ------------------------------- */
  #personality ul li span {
    padding-left: 26px;
  }

  /* Box */
  #personality ul li span::before {
    width: 16px;
    height: 16px;
    top: 0.3em;
  }

  /* Check Icon */
  #personality ul li span::after {
    width: 8px;
    height: 4px;
    top: calc(0.3em + 5px);
    left: 5px;
  }
  
  
  
  
  /* ====================================================
      Job Type
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #jobType {
    width: 100%!important;
    padding-bottom: 60px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #jobType h2 {
    width: calc(100% - 40px);
  }
  #jobType section,
  #jobType section:nth-of-type(odd) {
    width: 100%;
    border-right: none;
  }
  #jobType section a {
    padding: 20px 20px 40px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #jobType section h3 {
    font-size: 1.6rem;
    padding: 12px 0 8px;
  }

  /* -------------------------------
      Text
  ------------------------------- */
  #jobType section p {
    font-size: 1.3rem;
    letter-spacing: 0;
    text-align: left;
  }
  
  
  
  
  /* ====================================================
      Welfare
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #welfare {
    padding-bottom: 60px;
  }
  
  /* -------------------------------
      List
  ------------------------------- */
  #welfare ul {
    width: 100%;
  }
  #welfare ul li {
    font-size: 1.3rem;
    padding: 12px 0 12px 20px;
  }
  
  /* Icon */
  #welfare ul li::before {
    width: 3px;
    height: 3px;
    top: calc(12px + 0.7em);
    left: 8px;
  }
  
  /* Attention */
  #welfare ul li small {
    font-size: 1.1rem;
    display: block;
  }
  
  
  
  
  /* ====================================================
      Requirements
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #requirements h3 {
    font-size: 1.5rem;
    padding: 12px 50px 12px 0;
  }
  
  /* memo */
  #requirements h3 span {
    font-size: 1.1rem;
    letter-spacing: 0;
    padding-left: 0;
    display: block;
  }
  
  /* Open Button */
  #requirements h3::before {
    width: 40px;
    height: 24px;
  }
  #requirements h3::after {
    right: 19px;
  }
  
  /* Close Button */
  #requirements h3.close::after {
    right: 15px;
  }
  
  /* -------------------------------
      Detail
  ------------------------------- */
  #requirements .detail {
    padding: 0 0 15px 20px;
  }
  
  /* Dl */
  #requirements .detail dl {
    display: block;
  }
  #requirements .detail dl dt,
  #requirements .detail dl dd {
    width: 100%;
    padding: 10px 0;
  }
  #requirements .detail dl dt {
    font-weight: 600;
    padding-bottom: 3px;
  }
  #requirements .detail dl dd {
    letter-spacing: 0;
    padding-top: 0;
  }
  

  
  
  
  
  
  
}