@charset "UTF-8";
.shippori-mincho {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head {
  position: relative;
  /*background-image: url(../images/common/sv.jpg);
  background-size: cover;
  background-position: center;*/
  width: 100%;
  height: auto;
  aspect-ratio: 1920/940;
  max-height: 940px;
}
@media (max-width: 767px) {
  main section .page_head {
    aspect-ratio: 1/1;
    max-height: 350px;
  }
}
main section .page_head .main-catch {
  max-height: 940px;
}
@media (max-width: 767px) {
  main section .page_head .main-catch {
    height: 90%;
  }
}
main section .page_head .main-catch .main-catch__video {
  max-height: 940px;
}
@media (max-width: 767px) {
  main section .page_head .main-catch .main-catch__video {
    height: 90%;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  text-align: center;
}
@media (max-width: 767px) {
  main section .page_title {
    top: 40%;
  }
}
main section .page_title .sv_ttl {
  position: relative;
  color: #001E1B;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(34px, 1.67rem + 1.94vw, 50px);
  font-family: "Lora", serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(17px, 0.864rem + 0.85vw, 24px);
  font-weight: bold;
  line-height: 1;
}
main section .page_title .sv_ttl:before {
  content: "";
  display: inline-block;
  background-image: url(../images/logo_thum01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 230px;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 40px;
  /*position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -400px;*/
}
@media (max-width: 1024px) {
  main section .page_title .sv_ttl:before {
    width: 70px;
  }
}
main section .page_title .sv_ttl:before {
  margin-bottom: 15px;
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* プライバシーポリシー
 */
/******************************/
.privacy-policy .indent01 {
  padding-left: 1.5em;
}
.privacy-policy .sec {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .privacy-policy .sec {
    padding: 0 0 50px;
  }
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 2px #CCCCCC;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #439D94;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
.procurement .sec01,
.partners .sec01 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .procurement .sec01,
  .partners .sec01 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.baby-greens .sec01,
.herbs .sec01,
.tomatos .sec01,
.other-vegetables .sec01 {
  position: relative;
  background-color: #F9FFE6;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .baby-greens .sec01,
  .herbs .sec01,
  .tomatos .sec01,
  .other-vegetables .sec01 {
    padding: 50px 0;
  }
}
.baby-greens .sec02,
.herbs .sec02,
.tomatos .sec02,
.other-vegetables .sec02 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .baby-greens .sec02,
  .herbs .sec02,
  .tomatos .sec02,
  .other-vegetables .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.attempt .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .attempt .sec01 {
    padding: 0 0 50px;
  }
}
.attempt .sec02 {
  position: relative;
  background-color: #E8FFFD;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .attempt .sec02 {
    padding: 50px 0;
  }
}
.attempt .sec03 {
  position: relative;
  background-color: #F9FFE6;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .attempt .sec03 {
    padding: 50px 0;
  }
}
.attempt .sec04 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .attempt .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.recruit .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .recruit .sec01 {
    padding: 0 0 50px;
  }
}

/******************************/
/* ***** */
/******************************/
.farm-intro .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .farm-intro .sec01 {
    padding: 0 0 50px;
  }
}

/******************************/
/* 404 */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
