@charset "utf-8";
/* CSS Document */

.layout-container{background-color: #fff;
    border-radius: 20px;}
/* 会社概要 */
.recruit1 .item-wrap .item {
  padding: 10px;
}

.recruit1 .item-wrap .item:not(:last-of-type) {
  position: relative;
  padding-bottom: 16px; 
  border-bottom: none;
}
.recruit1 .item-wrap .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: repeating-linear-gradient(to right, #E3E3E3 0px, #E3E3E3 3px, transparent 3px, transparent 12px);
}
.company1 .item-wrap .item:first-of-type, .recruit1 .item-wrap .item:first-of-type {
  padding-top: 0;
}
.recruit1 .item-wrap .item h3 {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  padding: 20px 30px 20px 0;
}
.recruit1 .item-wrap .item > div {
  width: calc(100% - 200px);
  padding: 15px 0;
  padding-left: 80px;
}
/* -------お問い合わせ----- */
.form-box .box-wrap {
  max-width: 1000px;
}
.form-box .box-wrap .box {
  margin-bottom: 40px;
}
.form-box .box-wrap .box h3 {
  width: 300px;
  position: relative;
  padding-right: 80px;
  font-weight: 500;
}
.form-box .box-wrap .box h3{}
.form-box .box-wrap .box.required-box h3::after {
  content: "必須";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #BF272D;
  border-radius: 3px;
  padding: 2px 20px 3px;
  color: #fff;
  font-size: 14px;
  font-family: "Funnel Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form-box .box-wrap .box .inputbox {
  width: calc(100% - 300px);
  padding-left: 30px;
}
.form-box .box-wrap .box:not(.filebox) .inputbox > input, .form-box .box-wrap .box .inputbox textarea {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border: 2px solid #F3F4F8;
}
.form-box .box-wrap .box .inputbox input::placeholder, .form-box .box-wrap .box .inputbox textarea::placeholder {
  color: hsla(0, 0%, 20%, 0.50);
  font-size: 14px;
}
.form-box .box-wrap .box .inputbox.date-box {
  gap: 20px
}
.form-box .box-wrap .box .inputbox.date-box input {
  width: auto;
  max-width: 120px;
}
.form-box .box-wrap .box .inputbox textarea {
  height: 200px;
}
.form-box .box-wrap .box .inputbox .check-wrap {
  justify-content: flex-start;
  gap: 30px;
}
.form-box .box-wrap .box .inputbox .check-wrap .check-box {
  gap: 10px;
}
.form-box .box-wrap .box .inputbox .check-wrap .check-box:not(:last-of-type) {
  margin-bottom: 10px;
}
.form-box .box-wrap .box .inputbox .check-wrap .check-box input {}
.check-area input[type="checkbox"] {
  margin-right: 10px;
}
.send, .check-area {
  text-align: center;
}
.privacy-bt {
  cursor: pointer;
}
.send .send-bt button {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.send .send-bt {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  min-width: 200px;
  padding: 15px 25px;
  background-color: #fff;
  color: #1AAB79;
  border: 1px solid #1AAB79;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.send-bt p {
  color: #333333;
}
.send .send-bt:hover {
  background-color: #1AAB79;
  color: #fff;
}
.send .send-bt:hover p {
  color: #fff;
}
.send-bt i.fa-chevron-right {
  position: absolute;
  right: 20px;
  font-size: 0.8em;
  z-index: 2;
}
.privacypolicy {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 100px 100px;
  background-color: rgba(51, 51, 51, 0.90);
  color: #ffffff;
  z-index: 99999;
  overflow: auto;
}
.privacypolicy .contents {
  font-family: "Funnel Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.privacypolicy .box-wrap {
  padding-top: 50px;
}
.privacypolicy .box-wrap .box:not(:last-of-type) {
  margin-bottom: 80px;
}
.privacypolicy .box-wrap a {
  display: inline-block;
  opacity: 1;
  transition: ease 0.3s;
}
.privacypolicy .box-wrap a:hover {
  opacity: 0.5;
}
.privacypolicy .box-wrap p {
  color: #fff !important;
}
.privacypolicy .close-bt {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: rgba(51, 51, 51, 1.00);
  transition: ease 0.3s;
  cursor: pointer;
}
.privacypolicy .close-bt:hover {
  opacity: 0.6
}
.privacypolicy .close-bt::before, .privacypolicy .close-bt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 3px;
  background-color: #ffffff;
}
.privacypolicy .close-bt::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.privacypolicy .close-bt::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.privacypolicy .box-wrap .box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ffffff;
  color: #fff !important;
}
.privacypolicy .box-wrap .box p a {
  color: #fff !important;
}
/* -------お問い合わせ----- */
 


 .form-box .box-wrap .box .inputbox > input, .form-box .box-wrap .box .inputbox textarea {
    font-size: 14px;
  }

 
  .privacypolicy {
    padding: 80px 20px;
  }
  .privacypolicy .box-wrap .box:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .privacypolicy .box-wrap {
    padding-top: 30px;
    padding-left: 0;
  }



body.on .pagetitle2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://ecosunfarm.jp/system_panel/uploads/images/recruit-top.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  opacity: 0.08;
  z-index: 0;
      border-radius: 20px;
}
body.on .pagetitle2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1AAB79;
  background: linear-gradient(90deg, rgba(26, 171, 121, 1) 25%, rgba(26, 171, 121, 0) 36%);
  z-index: 1;
  border-radius: 20px;
}
.pagetitle2 {
  position: relative;
  background-color: #1AAB79;
  border-radius: 20px;
  padding: 60px 20px;
  overflow: hidden;
  text-align: center;
  color: white;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 300px;
  overflow: visible;
}
/* 左の丸画像グループ */
.pagetitle2 .characterbox {
  position: absolute;
  top: clamp(-30px, -3vw, -25px);
  left: clamp(5px, 2vw, 10px);
  width: clamp(100px, 30vw, 250px); /* ← ← この幅に対して子画像が反応 */
  flex-direction: column;
  z-index: 3;
}
.pagetitle2 .characterbox.right {
  position: absolute;
  left: auto;
  right: 0;
  top: clamp(100px, 6vw, 150px);
  width: clamp(100px, 30vw, 250px);
  flex-direction: column;
  z-index: 3;
}
.pagetitle2 .characterbox .img1 {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}
.pagetitle2 .characterbox .img2 {
  width: 45%;
  height: auto;
  position: absolute;
  top: 78%;
  left: 70%;
  aspect-ratio: 1 / 1;
}
.pagetitle2 .characterbox .img3 {
  width: 50%;
  height: auto;
  position: absolute;
  top: -50%;
  right: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  z-index: 7;
}
.pagetitle2 .characterbox .img4 {
  width: 70%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}
/* 丸型画像 */
.pagetitle2 .characterbox img {
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pagetitle2 .titlebox {
  width: 100%;
  position: relative;
  z-index: 2;
}
.pagetitle2 .recruit-label {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(40px, 7vw, 76px);
  letter-spacing: 0.25em;
  z-index: 2;
}
.pagetitle2 .recruit-message {
  letter-spacing: 0.1em;
  font-weight: 500;
}
.recruit-message span {
  position: relative;
  display: inline-block;
}
.recruit-message span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #EACF00;
  border-radius: 50%;
}
.cate1 .box_wrap {
  gap: 100px;
}
.cate1 .box_wrap .txtbox {
  width: 40%;
}
.cate1 .box_wrap .imgbox {
  position: relative;
  width: 40%;
}
.cate1 .box_wrap .imgbox .character {
  position: absolute;
  bottom: -15%;
  right: -10%;
  z-index: 2;
  width: 25%;
}
/* ---------- エコサンファームで働く魅力 ---------- */
.title-decor {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
/* 左の点線画像 */
.title-decor::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 80px;
  background-image: url("https://ecosunfarm.jp/system_panel/uploads/images/dot-g-l.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -70px;
  top: 5px;
}
/* 右の点線画像 */
.title-decor::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 80px;
  background-image: url("https://ecosunfarm.jp/system_panel/uploads/images/dot-g-r.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: -70px;
  top: 5px;
}
.cate2 .box_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  text-align: center;
  align-items: stretch;
}
.cate2 .box {
  width: 100%;
  max-width: 380px;
  padding: 45px 40px;
  border-radius: 230px;
  color: white;
  flex-shrink: 0;
  background-color: gray;
}
.cate2 .box1 {
  background-color: #E17903;
}
.cate2 .box2 {
  background-color: #E9CF01;
}
.cate2 .box3 {
  background-color: #95C966;
}
.box2 .en_txt {
  color: #E17903;
}
/* ---------- 会社概要/採用情報 ---------- */
.cate_wrap > .cate3 {
  padding-top: 0px;
}
.cate3 {
  background-color: #fff;
  border-radius: 20px;
  border: 6px solid rgba(149, 201, 102, 0.20);
}
.main-wrap .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 550px;
}
.main-wrap .map iframe {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cate4 {
  background-color: #E9CF01;
}
.cate4 .dl_bt a{
	display: inline-block;
	padding: 15px 30px;
	border: 2px solid #000;
}
.cate4 .dl_bt a > div{
	gap: 15px;
}
.cate4 .dl_bt p{
	font-weight: 700;
}
.dl_bt i{
	font-size: 25px;
}
.cate3{
	flex-direction: column;
}
.cate3 .item{
	justify-content: flex-start;
}
/* ---------- more ---------- */
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
    /* -------会社概要----- */
      .recruit1 .item-wrap {}
  .recruit1 .item-wrap .item > div {
    padding-left: 0px;
  }
  .main-wrap .map {
    height: 500px;
  }
  .main-wrap .history .box_wrap .box {
    padding-left: 150px;
  }
    
      /* -------お問い合わせ----- */
  .form-box .box-wrap .box h3 {
    width: 250px;
  }
  .form-box .box-wrap .box .inputbox {
    width: calc(100% - 250px);
  }
    
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .pagetitle2 .recruit-label {
    position: absolute;
    top: -30px;
  }
  .characterbox_wrap {
    display: none;
  }
    /* -------会社概要----- */
      .recruit1 .item-wrap {
    width: 100%;
  }
  .recruit1 .item-wrap .item h3 {
    width: 120px;
    padding-right: 20px;
  }
  .recruit1 .item-wrap .item > div {
    width: calc(100% - 120px);
    padding-left: 20px;
  }
  .recruit1 .item-wrap .item h3, .recruit1 .item-wrap .item p {
    font-size: 16px;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pagetitle2 {
    height: 250px;
  }
  .cate1 .box_wrap {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .cate1 .box_wrap .imgbox .character {
    bottom: -10%;
    right: -5%;
    width: 20%;
  }
  .cate1 .box_wrap2 {
    flex-direction: column;
  }
  .cate1 .box_wrap .imgbox {
    width: 80%;
  }
  .cate1 .box_wrap .txtbox {
    width: 80%;
  }
    /* -------お問い合わせ----- */
  .form-box .box-wrap .box h3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-box .box-wrap .box .inputbox {
    width: 100%;
    padding-left: 0;
  }
  .form-box .box-wrap .box.required-box h3 {
    padding-right: 0;
    padding-left: 0px;
  }
  .form-box .box-wrap .box.required-box h3::after {
    position: static;
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
    transform: translateY(-2px);
  }
  .form-box .box-wrap .box .inputbox {}
  .form-box .box-wrap .box .inputbox .check-wrap {
    padding-top: 10px;
    gap: 20px;
  }
  .form-box .box-wrap .box .inputbox .check-wrap1 .check-box {
    box-sizing: border-box;
  }
  .send, .check-area {
    margin-left: 0px;
  }
  .privacypolicy {
    padding: 100px 50px;
  }
  .privacypolicy .box-wrap {
    padding-left: 30px;
    padding-top: 50px;
  }
  .privacypolicy .box-wrap .box h3 {
    font-size: 18px;
  }
  .privacypolicy p {
    font-size: 14px;
  }
  .privacypolicy .close-bt {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .privacypolicy .close-bt::before, .privacypolicy .close-bt::after {
    width: 36px;
    height: 2px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .cate2 .box {
    padding: 30px 30px;
    border-radius: 50px;
  }
  .title-decor::before {
    width: 40px;
    height: 80px;
    left: -30px;
  }
  /* 右の点線画像 */
  .title-decor::after {
    width: 40px;
    height: 80px;
    right: -30px;
  }
  body.on .pagetitle2::after {
    border-radius: 10px;
  }
      body.on .pagetitle2::before {
    border-radius: 10px;
  }
  .cate3 {
    border-radius: 10px;
  }
  .pagetitle2 {
    border-radius: 10px;
  }
    /* -------会社概要----- */
      .recruit1 .item-wrap {}
  .recruit1 .item-wrap .item {
    gap: 0;
  }
  .recruit1 .item-wrap .item h3 {
    width: 100%;
    padding: 10px 0 0;
    padding-right: 0px;
  }
  .recruit1 .item-wrap .item > div {
    width: 100%;
    padding-left: 0px;
  }
	.recruit1 .item-wrap .item h3, .recruit1 .item-wrap .item p {
    font-size: 14px;
  }
    /* -------お問い合わせ-------- */
    .form-box .box-wrap .box .inputbox input::placeholder, .form-box .box-wrap .box .inputbox textarea::placeholder {
    font-size: 12px;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}