@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Tourney-ThinItalic";
  src: url(../fonts/Tourney-ThinItalic.ttf);
}
@font-face {
  font-family: "Tourney-Expanded-ThinItalic";
  src: url(../fonts/Tourney_Expanded-ThinItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-BlackItalic";
  src: url(../fonts/Tourney_Expanded-BlackItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-MediumItalic";
  src: url(../fonts/Tourney_Expanded-MediumItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-Black";
  src: url(../fonts/Tourney_Expanded-Black.ttf);
}
@font-face {
  font-family: "Tourney-Black";
  src: url(../fonts/Tourney-Black.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Tourney-ThinItalic";
  src: url(../fonts/Tourney-ThinItalic.ttf);
}
@font-face {
  font-family: "Tourney-Expanded-ThinItalic";
  src: url(../fonts/Tourney_Expanded-ThinItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-BlackItalic";
  src: url(../fonts/Tourney_Expanded-BlackItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-MediumItalic";
  src: url(../fonts/Tourney_Expanded-MediumItalic.ttf);
}
@font-face {
  font-family: "Tourney_Expanded-Black";
  src: url(../fonts/Tourney_Expanded-Black.ttf);
}
@font-face {
  font-family: "Tourney-Black";
  src: url(../fonts/Tourney-Black.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01 {
  padding-top: 35px;
}
.com-ttl01-sub {
  padding: 0 5px;
}

.com-btn01 {
  width: 300px;
  padding: 12px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-mail {
  width: 320px;
  height: 60px;
}

.com-line {
  width: 320px;
  height: 60px;
}

.com-tel {
  text-align: center;
  padding-bottom: 10px;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-ico.png) no-repeat left 4px/15px;
}
.com-tel-svg {
  width: 200px;
  left: 50%;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:nth-of-type(n + 2) th {
  border-top: none;
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: none;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
}

/* =========================================
    top  sp
    top-ent
========================================= */
#top-ent .bg {
  background: url(/img/ent/ent-deco.png) no-repeat right calc(100% + 60px);
}
#top-ent .bg::before {
  width: 180px;
  height: 180px;
  top: 30px;
  left: 5px;
}
#top-ent .inner {
  padding: 50px 15px;
}
#top-ent .container {
  display: block;
}
#top-ent .container-box:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 20px;
}
#top-ent .link {
  width: 100%;
  min-width: unset;
  height: 180px;
  padding-top: 60px;
}
#top-ent .link::before {
  width: 50px;
  height: 50px;
}
#top-ent .link::after {
  width: 10px;
  height: 16px;
  bottom: 16px;
  right: 18px;
}
#top-ent .link-home {
  height: 300px;
  padding-top: 180px;
}
#top-ent .link-column {
  margin-top: 20px;
}
#top-ent .primary {
  line-height: 1;
  top: 35px;
}
#top-ent .primary-home {
  font-size: 75px;
  top: 145px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 50px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .container-box {
  text-align: center;
  padding-left: 0;
  border-left: none;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
}
#top-news .list-top {
  display: block;
}
#top-news .list-box {
  margin-left: 0;
  margin-top: 10px;
}
#top-news .list-link {
  padding: 20px 15px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-message
========================================= */
#top-message .bg {
  background: url(/img/top/message-bg.jpg) no-repeat calc(50% - 250px) bottom/350%;
  overflow: unset;
  position: relative;
}
#top-message .bg::before {
  position: absolute;
  content: "";
}
#top-message .bg::before {
  width: 100%;
  height: 100px;
  left: 0;
  top: -2px;
  background-color: #f7f5f0;
}
#top-message .inner {
  padding: 50px 0;
}
#top-message .container-box {
  padding: 45px 5px 50px;
}
#top-message .container-box::before {
  width: 100%;
  height: 100%;
  background-size: cover;
}
#top-message .container-box-txt {
  font-size: clamp(70px, 20vw, 170px);
  top: -5px;
}
#top-message .top-txt {
  font-size: 16px;
}
#top-message .primary {
  margin-top: 50px;
}
#top-message .primary-dod::before {
  width: 5px;
  height: 5px;
  left: 45%;
}
#top-message .wrap {
  width: 100%;
  padding: 180px 15px 0;
}
#top-message .wrap::before {
  width: 100px;
  height: 182px;
  left: calc(50% - 150px);
  top: -5px;
}
#top-message .wrap-ttl {
  display: block;
  font-size: 18px;
  text-align: center;
  width: 220px;
  height: 70px;
  padding-left: 10px;
  padding-top: 8px;
  top: 35px;
  left: calc(50% - 55px);
}

/* =========================================
    top  sp
    top-works
========================================= */
#top-works .bg {
  background: url(/img/top/works-bg-deco.png) no-repeat right calc(100% - 120px)/50vw;
}
#top-works .container {
  width: 100%;
}
#top-works .ttl {
  text-align: center;
  padding-top: 35px;
}
#top-works .ttl::before {
  transform: translateX(-50%);
  left: 50%;
}
#top-works .ttl::after {
  width: 98px;
  height: 143px;
  top: 100px;
  right: -10px;
  z-index: 1;
}
#top-works .img {
  position: relative;
  margin-top: 35px;
  top: unset;
  left: unset;
}
#top-works .img::before {
  width: 300px;
  height: 150px;
  bottom: -15px;
  left: -120px;
}
#top-works .txt {
  margin-top: 25px;
}
#top-works .btn {
  display: block;
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-staff
========================================= */
#top-staff .list {
  display: block;
  margin-top: 80px;
}
#top-staff .list::before {
  display: none;
}
#top-staff .list-item {
  width: 320px;
  margin: 0 auto;
}
#top-staff .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 25px;
}
#top-staff .img {
  width: 140px;
  left: 0px;
  top: -100px;
}
#top-staff .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-environment
========================================= */
#top-environment .inner {
  padding: 50px 0;
}
#top-environment .container::after {
  z-index: 0;
}
#top-environment .container-inner {
  padding-bottom: 150px;
  background: url(/img/top/environment-img01.png) no-repeat left 50px/150px, url(/img/top/environment-deco03.png) no-repeat calc(100% - 0px) 45px/110px;
}
#top-environment .container-inner::before {
  width: 120px;
  height: 120px;
  left: -5px;
  bottom: -22px;
}
#top-environment .container-inner::after {
  width: 190px;
  height: 183px;
  bottom: -45px;
  right: -25px;
}
#top-environment .ttl-sub {
  font-size: clamp(52px, 14.8vw, 170px);
}
#top-environment .txt {
  position: relative;
  text-align: left;
  margin-top: 90px;
  z-index: 1;
}

/* =========================================
    top  sp
    top-guide
========================================= */
#top-guide .ttl-sub {
  font-size: clamp(65px, 1vw, 170px);
}
#top-guide .list {
  display: block;
  margin-top: 35px;
}
#top-guide .list-link {
  width: 320px;
  line-height: 60px;
  margin: 0 auto;
}
#top-guide .list-link:nth-of-type(n + 2) {
  margin-top: 15px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .inner::before {
  width: 302px;
  height: 215px;
  left: calc(50% - 160px);
  bottom: 105px;
}
#top-contact .ttl {
  padding-top: 45px;
}
#top-contact .ttl-sub {
  font-size: clamp(80px, 22.8vw, 170px);
}
#top-contact .ttl-main::before {
  width: 10px;
  height: 40px;
  left: calc(50% - 150px);
}
#top-contact .ttl-main::after {
  width: 10px;
  height: 40px;
  right: calc(50% - 150px);
}
#top-contact .wrap {
  display: block;
  width: 320px;
  margin: 140px auto 0;
}
#top-contact .com-line {
  margin-left: auto;
  margin-top: 15px;
}

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

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-work
========================================= */
#sub-btn-list .container {
  display: block;
}
#sub-btn-list .btn {
  display: block;
  width: 320px;
  margin: 0 auto;
}
#sub-btn-list .btn::after {
  right: 10px;
}
#sub-btn-list .btn:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-btn-list .recruit-btn {
  display: block;
  width: 320px;
  margin: 0 auto;
}
#sub-btn-list .recruit-btn:nth-of-type(n + 2) {
  margin-top: 15px;
}

#sub-work .txt {
  margin-top: 35px;
  text-align: left;
}
#sub-work .list {
  display: block;
}
#sub-work .list-item {
  width: 100%;
}
#sub-work .list-item:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 50px;
}
#sub-work .list-item:nth-of-type(n + 2)::before {
  width: 2px;
  height: 50px;
  transform: translateX(-50%);
  left: 50%;
  top: -50px;
}
#sub-work .list-time {
  width: 160px;
}
#sub-work .list-ttl {
  text-align: left;
  padding: 20px 15px 0;
}
#sub-work .list-img {
  margin: 0px auto 0px;
  padding: 25px;
}

#sub-products .wrap {
  margin-top: 35px;
  flex-wrap: wrap;
  gap: 15px;
}
#sub-products .btn {
  width: 100%;
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 43.3vw;
  min-height: 152px;
}

#sub-rice .txt,
#sub-wheat .txt,
#sub-soy .txt,
#sub-cabbage .txt {
  margin-top: 35px;
  text-align: left;
}
#sub-rice .list::before,
#sub-wheat .list::before,
#sub-soy .list::before,
#sub-cabbage .list::before {
  width: 2px;
  height: 80.8%;
  top: 20px;
  left: 2px;
}
#sub-rice .list-item,
#sub-wheat .list-item,
#sub-soy .list-item,
#sub-cabbage .list-item {
  display: block;
  padding-left: 20px;
}
#sub-rice .list-time,
#sub-wheat .list-time,
#sub-soy .list-time,
#sub-cabbage .list-time {
  padding-left: 10px;
}
#sub-rice .list-time::before,
#sub-wheat .list-time::before,
#sub-soy .list-time::before,
#sub-cabbage .list-time::before {
  width: 26px;
  height: 26px;
  top: 4px;
  left: -30px;
}
#sub-rice .list-box,
#sub-wheat .list-box,
#sub-soy .list-box,
#sub-cabbage .list-box {
  width: 100%;
  margin-top: 10px;
  padding: 20px 15px 25px;
}
#sub-rice .list-txt,
#sub-wheat .list-txt,
#sub-soy .list-txt,
#sub-cabbage .list-txt {
  padding-top: 15px;
}
#sub-rice .wrap,
#sub-wheat .wrap,
#sub-soy .wrap,
#sub-cabbage .wrap {
  flex-direction: column-reverse;
  margin-top: 25px;
}
#sub-rice .wrap-img,
#sub-wheat .wrap-img,
#sub-soy .wrap-img,
#sub-cabbage .wrap-img {
  width: 150px;
  margin-top: 5px;
}
#sub-rice .wrap-txt,
#sub-wheat .wrap-txt,
#sub-soy .wrap-txt,
#sub-cabbage .wrap-txt {
  width: 100%;
  padding: 20px 15px;
}
#sub-rice .wrap-txt::before,
#sub-wheat .wrap-txt::before,
#sub-soy .wrap-txt::before,
#sub-cabbage .wrap-txt::before {
  transform: rotate(-125deg);
  top: unset;
  bottom: -17px;
  left: calc(50% - 70px);
}

@media screen and (min-width: 398px) {
  #sub-rice .list::before {
    height: 80%;
  }
}
#sub-rice .list-item:first-of-type .list-box {
  background: url(/img/work/rice-bg01.png) no-repeat calc(100% + 50px) center/110%, #1c7926;
}
#sub-rice .list-item:nth-of-type(2) .list-box {
  background: url(/img/work/rice-bg02.png) no-repeat right center/85%, #1c7926;
}
#sub-rice .list-item:nth-of-type(3) .list-box {
  background: url(/img/work/rice-bg03.png) no-repeat calc(100% + 40px) center/95%, #1c7926;
}

#sub-wheat .list::before {
  height: 82%;
}

#sub-cabbage .list::before {
  height: 65.5%;
}
@media screen and (min-width: 366px) {
  #sub-cabbage .list::before {
    height: 66%;
  }
}
@media screen and (min-width: 398px) {
  #sub-cabbage .list::before {
    height: 69.1%;
  }
}

#sub-rice-center .wrap {
  display: block;
  margin-top: 35px;
}
#sub-rice-center .txt {
  margin-top: 10px;
  margin-left: 0;
}
#sub-rice-center .box {
  display: block;
}
#sub-rice-center .box-item {
  width: 100%;
}
#sub-rice-center .box-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-rice-center .box-ttl {
  padding: 15px;
}
#sub-rice-center .box-txt {
  padding: 20px 25px;
}

/* =========================================
    sub  SP
    sub-voice
========================================= */
#sub-voice .list {
  display: block;
}
#sub-voice .list-item {
  width: 320px;
  margin: 0 auto;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-left: auto;
  margin-top: 25px;
}

#sub-voice-detail .container {
  padding: 45px 15px;
  background: url(/img/voice/voice-deco.png) no-repeat calc(100% - 10px) 5px/95px, #f0ece3;
}
#sub-voice-detail .container-top {
  display: block;
}
#sub-voice-detail .img {
  width: 100%;
  height: 52.2vw;
  min-height: 183px;
}
#sub-voice-detail .ttl {
  text-align: center;
  margin-top: 15px;
  padding: 20px 0;
}
#sub-voice-detail .ttl::before {
  width: 62.8vw;
  left: -15px;
}
#sub-voice-detail .ttl::after {
  width: 62.8vw;
  right: -15px;
}
#sub-voice-detail .list {
  margin-top: 35px;
}
#sub-voice-detail .list-q {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
#sub-voice-detail .list-ttl {
  padding-left: 10px;
}
#sub-voice-detail .list-txt {
  margin-left: 5px;
}

/* =========================================
    sub  SP
    sub-environment
========================================= */
#sub-environment .wrap {
  margin-top: 35px;
  padding: 35px 15px;
}
#sub-environment .wrap-ttl {
  font-size: 19px;
}
#sub-environment .wrap-ttl::before {
  width: 100%;
}
#sub-environment .txt {
  text-align: left;
  margin-top: 20px;
}

#sub-advantage .list-item {
  flex-direction: column;
}
#sub-advantage .list-item:nth-of-type(2n) {
  flex-direction: column-reverse;
}
#sub-advantage .list-img {
  width: 100%;
}
#sub-advantage .list-box {
  padding: 30px 20px 35px;
}

#sub-charm .primary {
  margin-top: 35px;
}
#sub-charm .primary::before {
  width: 100%;
}
#sub-charm .wrap {
  display: block;
}
#sub-charm .txt {
  margin-left: 0;
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-request .list-item {
  display: block;
}
#sub-request .list-img {
  width: 100%;
}
#sub-request .list-box {
  padding: 20px;
}

#sub-recruit .table {
  margin-top: 35px;
}

#sub-question .list {
  margin-top: 35px;
}
#sub-question .list-q {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
#sub-question .list-ttl {
  padding-left: 10px;
}
#sub-question .list-txt {
  margin-left: 5px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  display: block;
  margin-top: 25px;
  padding: 20px 5px;
}
#tag-btn-list .tag-txt {
  text-align: center;
  margin: 0;
}
#tag-btn-list .tag-list {
  margin-top: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 80px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 4px 20px;
  border: 1px solid #1c7926;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .txt {
  text-align: left;
  margin-top: 15px;
}
#sub-method .wrap {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 25px;
  padding: 25px 15px;
  position: relative;
}
#sub-method .wrap::before {
  position: absolute;
  content: "";
}
#sub-method .wrap::before {
  width: 90%;
  height: 2px;
  top: 43%;
}
#sub-method .work {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

.optional-mark,
.required-mark {
  padding: 2px 5px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .ttl {
  font-size: 27px;
}