@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	作物
 * ************************************************ */
.crops_mv {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .crops_mv {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .crops_mv {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .crops_text {
    text-align: center;
  }
}
.crops_text .crops_ttl {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .crops_text .crops_ttl {
    font-size: 24px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .crops_text .crops_ttl {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
.crops_text p {
  line-height: 2.2;
}
@media print, screen and (min-width: 960px) {
  .crops_text p {
    line-height: 2.5;
  }
}

.crops_col2 {
  gap: 4px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .crops_col2 {
    gap: 10px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .crops_col2 {
    margin-bottom: 30px;
  }
}
.crops_col2 li {
  width: calc(50% - 2px);
}
@media print, screen and (min-width: 768px) {
  .crops_col2 li {
    width: calc(50% - 5px);
  }
}

/* ************************************************
 *	会社概要
 * ************************************************ */
.message_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}
@media print, screen and (min-width: 960px) {
  .message_wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.message_wrapper .message_img {
  width: 75%;
  max-width: 385px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .message_wrapper .message_img {
    width: 35%;
    max-width: 100%;
    margin: 0;
  }
}
.message_wrapper .message_img figcaption {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .message_wrapper .message_img figcaption {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 960px) {
  .message_wrapper .message_text {
    width: calc(65% - 70px);
  }
}

.philosophy_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .philosophy_wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 960px) {
  .philosophy_wrapper {
    gap: 30px 0;
  }
}

.philosophy_block {
  background-color: #F1F0EB;
  padding: 30px 5%;
}
@media print, screen and (min-width: 768px) {
  .philosophy_block {
    width: 48.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .philosophy_block {
    padding: 30px 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .philosophy_block:first-child {
    width: 100%;
  }
}
.philosophy_block h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .philosophy_block h3 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .philosophy_block h3 {
    font-size: 24px;
  }
}
.philosophy_block ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.philosophy_block ul li {
  text-indent: -1em;
  margin-left: 1em;
}

@media print, screen and (min-width: 768px) {
  .company_table {
    align-items: stretch;
  }
}
.company_table dt {
  background-color: #F1F0EB;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_table dt {
    width: 22%;
    background-color: unset;
    text-align: left;
    border-bottom: 1px solid #F1F0EB;
    padding: 20px;
  }
}
.company_table dd {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .company_table dd {
    width: 78%;
    border-bottom: 1px solid #F1F0EB;
    padding: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .company_table a {
    transition: opacity 0.3s;
  }
  .company_table a:hover {
    opacity: 0.6;
  }
}

.history_inner {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .history_inner {
    gap: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .history_inner p {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom: 1px solid #F1F0EB;
    padding: 0 15px 15px;
  }
}
.history_inner span {
  display: block;
  border-bottom: 1px solid #F1F0EB;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .history_inner span {
    display: inline-block;
    width: 160px;
    border-bottom: none;
    padding-right: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .history_inner span {
    width: 180px;
  }
}

.clients_inner {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

/* ************************************************
 *	お取引をご希望の方へ
 * ************************************************ */
.trade_lead_inner {
  position: relative;
  padding: 0 5%;
}
@media print, screen and (min-width: 768px) {
  .trade_lead_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 5%;
  }
}
@media print, screen and (min-width: 1600px) {
  .trade_lead_inner {
    padding-left: calc((100% - 1400px) / 2);
  }
}
.trade_lead_inner .trade_lead_text {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .trade_lead_inner .trade_lead_text {
    width: calc(50% - 25px);
    margin-top: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .trade_lead_inner .trade_lead_text {
    width: calc(45% - 40px);
  }
}
@media print, screen and (min-width: 1600px) {
  .trade_lead_inner .trade_lead_text {
    width: calc(45% - 60px);
  }
}
.trade_lead_inner .trade_lead_text h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .trade_lead_inner .trade_lead_text h2 {
    font-size: 2.3vw;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px) {
  .trade_lead_inner .trade_lead_text h2 {
    font-size: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .trade_lead_inner .trade_lead_img01 {
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .trade_lead_inner .trade_lead_img01 {
    width: 55%;
  }
}

.trade_links {
  flex-direction: column;
  gap: 50px 0;
}
@media print, screen and (min-width: 768px) {
  .trade_links {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}
.trade_links li {
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .trade_links li {
    display: flex;
    flex-direction: column;
    width: 30%;
  }
}
.trade_links h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .trade_links h2 {
    font-size: 40px;
  }
}
.trade_links .trade_links_img {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.trade_links .trade_links_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 960px) {
  .trade_links .trade_links_img:hover img {
    transform: scale(1.1);
  }
}
.trade_links p {
  text-align: left;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .trade_links p {
    flex-grow: 1;
  }
}

/* ************************************************
 *	プライバシーポリシー
 * ************************************************ */
.policy_lead {
  margin-bottom: 2.5em;
}
@media print, screen and (min-width: 960px) {
  .policy_lead {
    margin-bottom: 3.5em;
  }
}

.policy_area dt {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #DDD8BF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .policy_area dt {
    font-size: 20px;
  }
}
.policy_area dd {
  margin-bottom: 2.5em;
}
@media print, screen and (min-width: 960px) {
  .policy_area dd {
    margin-bottom: 3.5em;
  }
}
.policy_area ul {
  margin-top: 1em;
}
.policy_area li {
  list-style: disc;
  margin-left: 1em;
}/*# sourceMappingURL=page.css.map */