@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.reggae-one {
  font-family: "Reggae One", system-ui;
  font-style: normal;
}

.aoboshi-one {
  font-family: "Aoboshi One", serif;
  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/440;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: 16/6;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
}
main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(20px, 0.909rem + 1.45vw, 32px);
  font-family: "Aoboshi One", serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-family: "Reggae One", system-ui;
  font-size: clamp(25px, 1.136rem + 1.82vw, 40px);
  font-weight: 400;
  line-height: 1;
}

#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 1px #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: #5A3E3F;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 2px;
}

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

/******************************/
/* 車両 */
/******************************/
.car .sec01 .carbox {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .car .sec01 .carbox {
    padding: 50px 0;
  }
}
.car .sec01 .carbox:nth-child(odd) {
  background-color: #F1EEEE;
}
.car .sec01 .carbox:nth-child(even) {
  background-color: #F8F8F8;
}
.car .sec01 .carbox .layout_b .txtbox .car_specbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 12px #747A92;
  padding: 5% 10%;
  background-color: #FFFFFF;
}
.car .sec01 .carbox .sub_images_ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/254;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #0C0C0C;
}

/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* リンク集 */
/******************************/
/******************************/
/* コンタクト */
/******************************/
/******************************/
/* 治療費用 */
/******************************/
.farm-guide .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .farm-guide .sec01 {
    padding: 50px 0;
  }
}
.farm-guide .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .farm-guide .sec02 {
    padding: 50px 0;
  }
}

body.our-farms-vegetables .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFDF;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  body.our-farms-vegetables .sec01 {
    padding: 0 0 50px;
  }
}

.local-community .sec01,
.local-community .sec03,
.our-farms-vegetables .sec01,
.our-farms-vegetables .sec03,
.putipuyo .sec01,
.putipuyo .sec03,
.tomato .sec01,
.tomato .sec03,
.vegetables .sec01,
.vegetables .sec03,
.dedicated-farming-methods .sec01,
.dedicated-farming-methods .sec03,
.guide .sec01,
.guide .sec03,
.recruit .sec01,
.recruit .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFDF;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .local-community .sec01,
  .local-community .sec03,
  .our-farms-vegetables .sec01,
  .our-farms-vegetables .sec03,
  .putipuyo .sec01,
  .putipuyo .sec03,
  .tomato .sec01,
  .tomato .sec03,
  .vegetables .sec01,
  .vegetables .sec03,
  .dedicated-farming-methods .sec01,
  .dedicated-farming-methods .sec03,
  .guide .sec01,
  .guide .sec03,
  .recruit .sec01,
  .recruit .sec03 {
    padding: 50px 0;
  }
}
.local-community .sec02,
.local-community .sec04,
.our-farms-vegetables .sec02,
.our-farms-vegetables .sec04,
.putipuyo .sec02,
.putipuyo .sec04,
.tomato .sec02,
.tomato .sec04,
.vegetables .sec02,
.vegetables .sec04,
.dedicated-farming-methods .sec02,
.dedicated-farming-methods .sec04,
.guide .sec02,
.guide .sec04,
.recruit .sec02,
.recruit .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .local-community .sec02,
  .local-community .sec04,
  .our-farms-vegetables .sec02,
  .our-farms-vegetables .sec04,
  .putipuyo .sec02,
  .putipuyo .sec04,
  .tomato .sec02,
  .tomato .sec04,
  .vegetables .sec02,
  .vegetables .sec04,
  .dedicated-farming-methods .sec02,
  .dedicated-farming-methods .sec04,
  .guide .sec02,
  .guide .sec04,
  .recruit .sec02,
  .recruit .sec04 {
    padding: 50px 0;
  }
}

@media (max-width: 1024px) {
  .dedicated-farming-methods .layout_b.sdgs_type {
    display: block;
  }
}
.dedicated-farming-methods .layout_b.sdgs_type .imgbox {
  width: 30%;
}
@media (max-width: 1024px) {
  .dedicated-farming-methods .layout_b.sdgs_type .imgbox {
    width: 100%;
  }
  .dedicated-farming-methods .layout_b.sdgs_type .imgbox figure {
    text-align: center;
  }
  .dedicated-farming-methods .layout_b.sdgs_type .imgbox figure img {
    width: 50%;
  }
}

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