@charset "utf-8";
/* ==========================================
  Color
========================================== */ :root {
  --color_BR: #60411E;
  --color_BR_02: #936634;
  ;
}
/* ==========================================
  Format
========================================== */
body {
  margin: 0;
  color: #444444;
  font-family: "Montserrat", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: linear-gradient(90deg, #F4DEC3, #FAEEE1 10%, #FFF 90%);
}
.f_min {
  font-family: "Noto Serif JP", "Georgia", "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
}
a:hover {
  opacity: 0.8;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.inn {
  width: min(100% - 42px, 1200px);
  margin-inline: auto;
}
.inn.inn_800 {
  max-width: 800px;
}

.sec {
  padding: 66px 0;
}
.gap {
  display: flex;
  flex-direction: column;
}
.gap.gap_c_20 {
  gap: 20px;
}
.gap.gap_c_30 {
  gap: 30px;
}
.gap.gap_c_40 {
  gap: 40px;
}
.txt p:not(:last-of-type) {
  margin-bottom: 0.8rem;
}
.bg_wh {
  background: rgba(255, 255, 255, 0.3);
}
.bg_line {
  border-top: 1px solid #c9b395;
  border-bottom: 1px solid #c9b395;
}
@media (min-width: 768px) {
  .pc {
    display: inline-flex;
  }
  .sp {
    display: none;
  }
  .sec {
    padding: 126px 0;
  }
}
@media (min-width: 980px) {
  body {
    font-size: 18px;
  }
}
/* ==========================================
  Parts
========================================== */
.sec_ttl {
  margin-bottom: 30px;
  color: var(--color_BR);
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  line-height: 1.25;
}
.com_ttl {
  margin-bottom: 0.5rem;
  color: var(--color_BR);
  font-weight: 700;
  font-size: 20px;
}
.com_ttl_02 {
  margin-bottom: 0.85rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #baa285;
  font-size: 24px;
  font-weight: 700;
  color: var(--color_BR);
  line-height: 1.5;
}
.com_intro_ttl {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color_BR);
  text-align: center;
}
.sec_ttl_lines {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 1px solid var(--color_BR)
}
.sec_ttl_lines_lead, .sec_ttl_lines_sub {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.sec_ttl_lines_head {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  color: var(--color_BR);
  line-height: 1.2;
}
.c_sub {
  margin: 12px 0 28px;
  padding-left: 14px;
  border-left: 1px solid #a7835b;
  font-size: 14px;
  line-height: 1.7;
}
.btn_link {
  display: block;
  width: 300px;
  margin: 50px auto 0;
  padding: 20px;
  text-align: center;
  color: #FFF;
  background: var(--color_BR);
  border-radius: 10px;
}
.read_more {
  display: inline-flex;
  width: 100%;
  margin-top: 16px;
  padding-right: 60px;
  justify-content: flex-end;
  align-items: center;
  color: #60411E;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.read_more::before {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background-color: var(--color_BR);
  position: absolute;
  top: 30px;
  right: 18px;
  z-index: 1;
}
.read_more::after {
  content: "";
  width: 44px;
  height: 44px;
  border: 1px solid #60411E;
  border-radius: 50%;
  background:
    linear-gradient(225deg, transparent 48%, #60411E 49%, #60411E 52%, transparent 53%) no-repeat;
  background-size: 12px 12px;
  background-position: calc(50% - 2px) calc(50% + 7px);
  position: absolute;
  top: -4px;
  right: 0;
  z-index: 2;
}
.list_dot > *::before {
  content: "・";
  display: inline-block;
  padding-right: 5px;
}
.list_circle > *::before {
  content: "●";
  display: inline-block;
  padding-right: 5px;
}
.txt_bold {
  color: var(--color_BR_02);
  font-weight: 700;
}
.txt_center {
  text-align: center;
}
@media (min-width: 768px) {
  .sec {
    padding: 126px 0;
  }
  .sec_ttl {
    margin-bottom: 50px;
    font-size: 40px;
  }
  .sec_ttl_lines {
    margin-bottom: 50px;
    padding-left: 36px;
  }
  .sec_ttl_lines_head {
    font-size: 54px;
  }
  .sec_ttl_lines_lead {
    font-size: 22px;
  }
  .sec_ttl_lines_sub {
    font-size: 26px;
  }
  .com_ttl {
    font-size: 30px;
  }
  .com_ttl_02 {
    font-size: 34px;
  }
  .com_intro_ttl {
    font-size: 24px;
  }
}
@media (min-width: 980px) {
  .read_more:hover {
    opacity: 1;
  }
  .read_more::after {
    transition:
      transform 0.33s cubic-bezier(0.25, 1, 0.5, 1), background-position 0.33s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .read_more:hover::after {
    transform: translateX(6px);
    background-position: calc(50% - 8px) calc(50% + 7px);
  }
}
/* ==========================================
  Header
========================================== */
.hd {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 8px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 250, 242, 0.94);
}
.hd_logo {
  width: 140px;
}
.hd_logo_img {
  width: 100%;
}
.hd_btn_bar {
  width: 29px;
  height: 4px;
  border-radius: 50px;
  background: var(--color_BR);
  position: absolute;
  right: 7px;
  transition: transform 0.25s ease, opacity 0.25s ease, width 0.25s ease, left 0.25s ease;
}
.hd_btn {
  width: 32px;
  height: 26px;
  margin-right: 0;
  position: relative;
  top: 2px;
  z-index: 22;
}
.hd_btn_bar:nth-child(1) {
  top: 0px;
  left: 0;
  width: 24px;
}
.hd_btn_bar:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -0.5px;
  width: 5px;
  height: 5px;
  background: #4d2b12;
  border-radius: 50%;
}
.hd_btn_bar:nth-child(2) {
  top: 11px;
  left: 0;
  width: 32px;
}
.hd_btn_bar:nth-child(3) {
  top: 21px;
  right: 0;
  width: 24px;
}
.hd_btn_bar:nth-child(3)::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 5px;
  height: 5px;
  background: #4d2b12;
  border-radius: 50%;
}
.is_menu .hd_btn_bar {
  background: #fff;
}
.is_menu .hd_btn_bar::after {
  display: none;
}
.is_menu .hd_btn_bar:nth-child(1) {
  top: 2px;
  left: 6px;
  width: 30px;
  transform: translateY(8px) rotate(45deg);
}
.is_menu .hd_btn_bar:nth-child(2) {
  opacity: 0;
}
.is_menu .hd_btn_bar:nth-child(3) {
  top: 18px;
  right: auto;
  left: 6px;
  width: 30px;
  transform: translateY(-8px) rotate(-45deg);
}
.hd_nav {
  position: fixed;
  inset: 0 0 0 auto;
  width: 64%;
  max-width: 280px;
  min-width: 250px;
  padding: 82px 26px 42px;
  color: #fff;
  background: #6a421c;
  transform: translateX(100%);
  transition: transform 0.25s ease;
}
.hd_nav::before {
  position: fixed;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100vh;
  background: transparent;
  pointer-events: none;
  content: "";
}
.is_menu .hd_nav {
  transform: translateX(0);
}
.is_menu .hd_nav::before {
  background: rgba(84, 45, 15, 0.58);
}
.hd_item {
  margin-bottom: 26px;
}
.hd_item a {
  color: #FFF;
}
.hd_link {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.hd_drop .hd_link::after {
  content: " ＋";
}
.hd_sub {
  padding-left: 12px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.hd_drop.is_open .hd_sub {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
}
.hd_sub_item {
  margin-top: 12px;
}
.hd_sub_link {
  font-weight: 700;
  font-size: 14px;
}
.hd_contact {
  margin-top: 130px;
  padding: 24px 10px 16px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color_BR);
  background: #fff;
}
.hd_contact img {
  width: 32px;
}
@media (min-width: 980px) {
  .hd {
    height: 100px;
    padding: 12px 0 12px 16px;
  }
  .hd_logo {
    width: 190px;
  }
  .hd_btn {
    display: none;
  }
  .hd_nav {
    position: static;
    width: auto;
    max-width: inherit;
    min-width: inherit;
    height: 88px;
    display: flex;
    align-items: stretch;
    padding: 0;
    background: transparent;
    transform: none;
    transition: none;
  }
  .hd_nav::before {
    display: none;
  }
  .hd_list {
    display: flex;
    align-items: center;
    gap: 36px;
    padding-right: 36px;
  }
  .hd_item {
    position: relative;
    margin: 0;
  }
  .hd_item a {
    color: #444;
  }
  .hd_link {
    font-weight: 500;
    letter-spacing: 1px;
  }
  .hd_drop .hd_link::after {
    content: " ＋";
  }
  .hd_drop .hd_sub {
    position: absolute;
    top: calc(100% + 16px);
    left: 60%;
    width: 140px;
    max-height: none;
    overflow: visible;
    padding: 12px 16px;
    margin-top: 0;
    color: #F4EEE6;
    background: rgba(255, 250, 242, 0.95);
    border: 1px solid #707070;
    border-radius: 10px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .hd_drop.is_open .hd_sub {
    opacity: 1;
    visibility: visible;
  }
  .hd_sub_item {
    margin: 0 0 8px;
  }
  .hd_sub_item:last-child {
    margin-bottom: 0;
  }
  .hd_sub_link {
    font-size: 16px;
    font-weight: 500;
  }
  .hd_contact {
    width: 120px;
    height: 120px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to bottom, #60411E 0%, #936634 50%, #6F491C 100%);
    position: relative;
    top: -6px;
  }
  .hd_contact::before {
    width: 20px;
    height: 13px;
    border-width: 2px;
  }
  .hd_contact:hover {
    background: linear-gradient(to bottom, #76532B 0%, #A67742 50%, #835A27 100%);
    opacity: 1;
  }
}
@media (min-width: 1240px) {
  .hd_contact {
    width: 150px;
  }
  .hd_list {
    gap: 52px;
    padding-right: 52px;
  }
}
/* ==========================================
  Split
========================================== */
.split {
  overflow-x: hidden;
}
.split_inn {
  margin-bottom: 30px;
}
.split_img {
  display: flex;
  justify-content: flex-end;
  width: calc(100% + 20px);
  margin-top: 2.6rem;
}
.split_img img {
  max-width: 940px;
}
@media (min-width: 768px) {
  .split_img {
    width: calc(100% + ((100vw - min(100vw - 42px, 1200px)) / 2));
    margin: 2.6rem calc((min(100vw - 42px, 1200px) - 100vw) / 2) 0 0;
  }
}
@media (min-width: 1240px) {
  .split_inn {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    align-items: end;
    gap: 90px;
  }
}
/* ==========================================
  Footer
========================================== */
.ft {
  position: relative;
  padding: 30px 16px 30px;
  color: #fff;
  text-align: center;
  background: #381d07;
}
.ft_logo {
  width: 200px;
  margin: 0 auto 10px;
  font-weight: 700;
  font-size: 15px;
}
.ft_nav {
  display: none;
}
.ft_copy {
  margin: 0;
  font-size: 12px;
}
.ft_top {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  place-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  border-radius: 50%;
  background: #60411E;
  position: fixed;
  right: 10px;
  bottom: 24px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ft_top.is_show {
  opacity: 1;
  visibility: visible;
}
.ft_top::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/common/page_top.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .ft {
    padding: 50px 20px;
  }
  .ft_nav {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin: 50px 0;
  }
  .ft_link {
    font-size: 16px;
    color: #FFF;
  }
  .ft_top {
    width: 84px;
    height: 84px;
    right: 64px;
    bottom: 86px;
  }
}
@media (min-width: 1240px) {
  .ft_nav {
    gap: 100px;
  }
}
/* ==========================================
  Top
========================================== */
/*-----　fv　-----*/
.fv {
  position: relative;
  overflow: hidden;
}
.fv, .fv_img, .fv_body {
  height: 80vh;
}
.fv_slider {
  position: absolute;
  inset: 70px 0 0;
  z-index: 0;
  background: #fffaf2;
}
.fv_pic {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 1200ms ease-in-out;
}
.fv_pic.is_active {
  z-index: 2;
  opacity: 1;
}
.fv_img {
  width: 100%;
  object-fit: cover;
  object-position: 60% 0;
}
.fv_body {
  display: grid;
  place-items: center;
  padding: 0 20px;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
.fv_copy {
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 600ms ease-in-out, visibility 600ms ease-in-out;
}
.fv_copy.is_active {
  opacity: 1;
  visibility: visible;
}
.fv_news {
  display: none;
}
@media (min-width: 768px) {
  .fv, .fv_img, .fv_body {
    min-height: 940px;
  }
  .fv_slider {
    inset: -16px 0 0;
  }
  .fv_pic {
    inset: 88px 0 0;
  }
  .fv_img {
    object-position: center center;
  }
  .fv_body {
    min-height: 912px;
  }
  .fv_copy {
    font-size: clamp(32px, 2.5vw, 46px);
  }
  .fv_news {
    padding: 5px 24px 4px;
    width: 760px;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 26px;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 100px;
    position: absolute;
    right: 102px;
    bottom: 60px;
    z-index: 2;
  }
  .fv_news a {
    display: flex;
    align-items: center;
    gap: 26px;
  }
  .fv_news a span {
    display: inline-block;
    margin-top: -2px;
  }
  .fv_news_ttl {
    padding-right: 22px;
    font-weight: 700;
    color: var(--color_BR);
    border-right: 1px solid var(--color_BR);
  }
  .fv_news_date {
    font-size: 90%;
    color: #777;
  }
}
@media (min-width: 980px) {
  .fv_slider {
    inset: 12px 0 0;
  }
}
/*-----　biz　-----*/
.biz {
  background: rgba(255, 255, 255, 0.3);
}
.biz_list {
  display: grid;
  gap: 34px;
}
.biz_item {
  width: min(100%, 360px);
  margin-inline: auto;
}
.biz_ttl {
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.5;
}
.biz_more {
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .biz {
    padding: 150px 0;
  }
  .biz_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin: 54px auto 0;
  }
  .biz_item {
    width: 100%;
  }
  .biz_ttl {
    font-size: 18px;
  }
}
/*-----　sdgs　-----*/
.sdgs {
  padding-bottom: 0;
}
.sdgs_goal {
  display: grid;
  justify-items: center;
  gap: 24px;
  /*  margin-top: 34px;*/
  padding: 32px 20px 30px;
}
.sdgs_goal_item {
  text-align: center;
}
.sdgs_goal_no {
  width: 110px;
  height: 110px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: #fff;
}
.sdgs_goal_txt {
  display: block;
  color: var(--color_BR);
  font-weight: 500;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .sdgs {
    padding-top: 160px;
  }
  .sdgs_goal {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 70px;
    /*    margin-top: 46px;*/
    padding: 38px max(20px, calc((100vw - 1000px) / 2)) 32px;
  }
  .sdgs_goal_no {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 980px) {
  .sdgs_goal_txt {
    font-size: 22px;
  }
}
@media (min-width: 1240px) {
  .sdgs_goal_txt {
    font-size: 22px;
  }
}
/*-----　hide　-----*/
.hide {
  padding-bottom: 0;
}
.hide_intro {
  margin-top: 38px;
  color: var(--color_BR);
  text-align: center;
}
/*
.hide_col_list li::before {
  content: "・";
  display: inline-block;
  padding-right: 5px;
}
*/
.hide_arrow {
  width: 0;
  height: 0;
  margin: 18px auto 24px;
  border-top: 14px solid #a66e2c;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
}
.hide_cols > div {
  padding: 50px 0 40px;
  display: grid;
  gap: 34px;
}
.hide_cols > div:last-child {
  padding: 0 0 50px;
}
.hide_pic_wrap {
  display: grid;
  gap: 30px;
}
.hide_pic {
  position: relative;
}
.hide_img {
  width: 100%;
  aspect-ratio: 1.85 / 1;
  object-fit: cover;
}
.hide_tag {
  width: 130px;
  padding: 4px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: var(--color_BR);
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .hide {
    padding-top: 145px;
  }
  .hide .c_lead, .hide .c_ttl, .hide .c_sub {
    margin-left: 42px;
  }
  .hide_intro {
    width: 694px;
    margin: 60px auto 0;
  }
  .hide_cols > div {
    padding-bottom: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 54px;
  }
  .hide_cols > div:last-child {
    display: block;
  }
  .hide_pic_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px;
  }
  .hide_tag {
    width: 180px;
    font-size: 20px;
  }
  .hide_note {
    margin-top: 32px;
  }
}
/*-----　prod　-----*/
@media (min-width: 768px) {
  .prod {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
/*-----　news　-----*/
.news {
  background: #FBF3E9;
}
.news_ttl {
  margin: 0;
  color: #6a421c;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
}
.news_sub {
  margin: 6px 0 20px;
  font-size: 14px;
}
.news_item {
  border-bottom: 1px solid #d7c5ab;
}
.news_link {
  display: block;
  padding: 14px 0 10px;
  line-height: 1.8;
}
.news_link time {
  display: block;
  margin-bottom: 2px;
  color: #777;
  font-weight: 500;
}
.news_more {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  justify-content: flex-end;
}
.news_more.pc {
  display: none;
}
@media (min-width: 768px) {
  .news {
    padding: 100px 0 110px;
  }
  .news_inn {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 90px;
    width: min(100% - 42px, 960px);
  }
  .news_ttl {
    font-size: 60px;
  }
  .news_link {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 24px;
  }
  .news_more.sp {
    display: none;
  }
  .news_more.pc {
    display: inline-flex;
  }
  .news_sub {
    font-size: 20px;
  }
}
/* ==========================================
  Lower Page
========================================== */
.lower_fv {
  /*  height: 160px;*/
  margin-top: 70px;
  justify-content: center;
  background: url("../img/top/top_img_02.jpg") no-repeat center center /cover;
  overflow: hidden;
}
.lower_fv_bg::after {
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, .25);
  position: absolute;
}
.lower_fv_bg {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  position: relative;
  /*  z-index: 2;*/
}
.lower_fv_ttl {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .08em;
  position: relative;
  z-index: 2;
}
.lower_fv_sub {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.breadcrumb {
  display: flex;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--color_BR);
}
.breadcrumbs span {
  display: inline-block;
}
.breadcrumb_02 {
  background: rgba(255, 255, 255, 0.3);
}
.breadcrumb .inn {
  display: flex;
  gap: 10px;
  align-items: center;
}
.breadcrumb li + li::before{
    content: ">";
    margin:0 .5em;
}
/*
.breadcrumb a{
	color:#60411E;
}
*/
.page_sec {
  padding: 30px 0;
}
.page_split {
  display: grid;
  gap: 30px;
}
.page_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_img img {
  width: 100%;
  display: block;
}
.page_ttl {
  margin-bottom: 20px;
  color: var(--color_BR);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.page_ttl_02 {
  margin-bottom: 0.5rem;
  color: var(--color_BR);
  font-weight: 700;
  font-size: 22px;
}
.page_subttl {
  margin-bottom: 1.5rem;
  font-size: 20px;
  color: var(--color_BR_02);
}
.page_ttl02 {
  margin-bottom: 50px;
  color: var(--color_BR);
  font-size: 36px;
  text-align: center;
}
.page_lead {
  margin: -6px 0 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--color_BR_02);
  line-height: 1.7;
}
.page_lead_02 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--color_BR_02);
  line-height: 1.7;
}
.page_lead_03 {
  margin: -16px 0 30px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color_BR_02);
  text-align: center;
  line-height: 1.7;
}
.page_cat {
  margin-bottom: 20px;
  font-size: 1.25rem;
}
.page_cat::before {
  display: inline-block;
  content: "――";
  padding-right: 5px;
  font-size: 0.9rem;
  color: #000;
}
.page_txt {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}
.page_list {
  margin: 20px 0 40px;
}
.page_list li {
  position: relative;
  padding-left: 18px;
}
.page_list li + li {
  margin-top: 10px;
}
.page_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .8em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #60411E;
}
/* --------------------
商品一覧
-------------------- */
.product_list {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.product_list_small {
  grid-template-columns: repeat(2, 1fr);
  max-width: 700px;
  margin: auto;
}
.product_item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.product_item_txt {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color_BR_02);
  line-height: 1.5;
}
.product_item_intoro {
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color_BR_02);
}
.product_item p {
  font-size: 15px;
  line-height: 1.8;
}
/*--- service（原皮） ---*/
.service_note {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--color_BR);
}
.service_goal_no {
  width: 100px;
}
/*--- company ---*/
.table {
  width: 100%;
}
.table tr {
  padding: 20px 0 12px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c9b395;
}
.table th {
  margin-bottom: 5px;
  color: var(--color_BR_02);
  text-align: left;
}
.table iframe {
  display: block;
  width: 100%;
  height: 220px;
  margin-top: 10px;
}
.service_list_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.service_list {
  background: #FFF;
  border: 1px solid var(--color_BR);
}
.service_list li {
  padding: 10px 12px;
  font-weight: 500;
}
.service_list li:not(:last-child) {
  border-bottom: 1px solid var(--color_BR);
}
.histoy_wrap .txt p:not(:last-child) {
  margin-bottom: 1.6rem;
}
/*--- news ---*/
.sec.sec_page_news {
  padding-top: 50px;
}
.news_page p:first-child {
  margin-top: 20px;
}
.news_page p,
.news_page figure {
  margin-bottom: 1.5rem;
}
.page-nav {
  margin: 50px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-nav > div {
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
}
.page-nav .wp-pagenavi {
  display: flex;
  column-gap: 10px;
}
.page-nav .wp-pagenavi a {
  margin-top: 0;
}
.page-nav a, .topics-sec .page-nav span, .page-nav span.current {
  width: 36px;
  height: 36px;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: var(--color_BR_02);
  background-color: #FFF;
  border: 1px solid var(--color_BR_02);
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.page-nav span.current, .page-nav a:hover {
  color: #fff;
  background-color: var(--color_BR_02);
}
/* --------------------
Responsive
-------------------- */
@media(min-width:768px) {
  .page_ttl {
    font-size: 52px;
    /*  font-size: 36px;*/
  }
  .page_ttl_02 {
    font-size: 30px;
  }
  .page_subttl {
    font-size: 24px;
  }
  .page_lead {
    font-size: 20px;
  }
  .page_lead_02 {
    font-size: 24px;
  }
  .page_lead_03 {
    margin-bottom: 50px;
    font-size: 34px;
  }
  .page_split {
    grid-template-columns: 1fr 1fr;
    /*    align-items: center;*/
    column-gap: 70px;
  }
  .page_body {
    justify-content: flex-start;
  }
  .product_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  /*--- service（原皮） ---*/
  .service_note {
    font-size: 26px;
  }
  .sdgs_goal.service_goal {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .service_goal li {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .service_goal .sdgs_goal_no {
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .service_goal .sdgs_goal_txt {
    text-align: left;
  }
  /*--- company ---*/
  .table tr {
    flex-direction: row;
    gap: 20px;
  }
  .table th {
    width: 150px;
  }
  .table td.has_map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
  }
  .table iframe {
    margin-top: 0;
    margin-bottom: 8px;
  }
  /*--- service ---*/
  .service_list_wrap {
    flex-direction: row;
    gap: 40px;
  }
  .service_list_wrap > div {
    width: 50%;
  }
}
@media(min-width:980px) {
  .page_sec {
    padding: 80px 0;
  }
  .lower_fv {
    margin-top: 100px;
  }
  .lower_fv_bg {
    height: 200px;
  }
  .lower_fv_bg::after {
    background: rgba(0, 0, 0, .4);
  }
  .lower_fv_body {
    height: 200px;
  }
  .lower_fv_ttl {
    font-size: 60px;
  }
  .page_ttl02 {
    font-size: 44px;
  }
  .product_list {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  /*--- service ---*/
  .service_list_wrap {
    flex-direction: row;
    gap: 80px;
  }
  /*--- news ---*/
  .page-nav {
    margin-top: 70px;
  }
  .page-nav .wp-pagenavi {
    column-gap: 1rem;
  }
  .page-nav a, .topics-sec .page-nav span, .page-nav span.current {
    width: 40px;
    height: 40px;
  }
}
/* ==========================================
  Contact Form (Mobile First Styles)
========================================== */
.contact_lead {
  margin: -16px 0 20px;
  font-size: 0.9rem;
}
.contact_lead::before {
  content: "*";
  display: inline-block;
  padding: 0 5px; 
  color: #C61313;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.form_wrap label.required::after {
    content: "*";
    display: inline-block;
    padding: 0 5px;
    color: #C61313;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}
.contact_title.confirm{
    display:none;
}

.confirm-mode .contact_title.input{
    display:none;
}

.confirm-mode .contact_title.confirm{
    display:block;
}
.form_wrap .table tr {
  padding: 20px 0 0;
  border: none;
}
.form_wrap .table th {
  margin: 0;
  font-weight: 500;
}
.form_wrap input[type="text"], .form_wrap input[type="email"], .form_wrap input[type="tel"], .form_wrap select, .form_wrap textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ABABAB;
  border-radius: 4px;
  font-family: inherit;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #fff;
  transition: border-color 0.25s ease;
}
/* 入力エリアのフォーカス時（既存のブランドセカンドカラーを流用） */
.form_wrap input:focus, .form_wrap select:focus, .form_wrap textarea:focus {
  outline: none;
  border-color: var(--color_BR_02);
}
.form_wrap select {
  height: 48px;
  cursor: pointer;
}
.form_wrap textarea {
  resize: vertical;
}
/* プライバシーポリシー注記エリア */
.privacy_note_wrap {
  margin-top: 30px;
  text-align: left; /* モバイルでは左寄せ */
  font-size: 14px;
}
.privacy_text {
  line-height: 1.8;
  color: #444;
}
.privacy_text a {
  color: var(--color_BR);
  text-decoration: underline;
  font-weight: bold;
}

.form_submit_btn::after,
.form_submit_btn::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 5;
  transition: right 0.25s ease;
  pointer-events: none;
}
.form_submit_btn::after {
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.form_submit_btn::before {
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.form_submit_btn:hover::after,
.form_submit_btn:hover::before {
  right: 20px;
}
 .form_submit_btn:hover {
  opacity: 0.8;
}
.order_item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  border-bottom: 1px solid #c9b395;
}
.order_calc {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.contact_confirm_table {
  width: 100%;
}

.contact_confirm_table th{
    display: block;
    width: 150px;
    font-weight: 500;
    color: var(--color_BR_02);
    text-align: left;
  margin-top: 30px;  
  }
.contact_form .order_item_list {
  margin-top: -12px;
}
.form_wrap .form_item {
  display: flex;
  flex-direction: column;
/*  gap : 20px;*/
}

.form_wrap .form_item .contact_contens {
  display: flex;
  flex-direction: column;
  gap :0;
/*  margin-top: -20px;  */
}
.form_wrap .form_item label {
/*
  display: inline-block;
  width: 100%;
  margin-top: 20px;
*/
}
.form_wrap .checkbox_list {
  display: flex;
  flex-direction: column;
}
.form_wrap .order_item_qty {
    width: 30px;
    padding: 5px 3px 5px 3px;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  -moz-appearance: textfield;
}
.form_wrap .order_item_qty::-webkit-outer-spin-button,
.form_wrap .order_item_qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form_wrap .order_item_mark {
  padding: 0 10px 0 12px;
}
.check_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.check_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form_btn_wrap {
   margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.form_submit_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 260px;
  padding: 18px;
  background: var(--color_BR_02);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  transition: opacity 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.form_error{
	margin-top:8px;
	color:#d60000;
	font-size:14px;
	line-height:1.6;
	font-weight:500;
}

.form_error::before{
	content:"※ ";
}
.contact_confirm_area .order_item_list li .order_item_name {
  display: block;
  line-height: 1.2;
}
.contact_confirm_area .order_item_list li div {
display: flex;
  flex-direction: row;
}
.contact_confirm_area .order_total {
  margin-top: 10px;
}
 .form_btn_wrap.btn_double {
  flex-direction: column;
   align-items: center;
}
.is-error{
	border:1px solid #e60012 !important;
	background:#fff8f8;
}
.form_error{
	margin-top:6px;
	color:#e60012;
	font-size:14px;
	line-height:1.5;
}
.input_area{
  width: 100%;
    flex:1;
}
.input_area input{
    width:100%;
}
@media (min-width: 768px) {
  .form_wrap .table tr {
    align-items: center;
  }
  .contact_confirm_table th {
    display: block;
    width: 180px;
  }
  .form_wrap .table td {
    width: calc(100% - 140px);
  }
  .form_wrap .form_item label {
  display: flex;
    align-items: center;
  gap : 20px;
}
  .form_wrap .form_item.message label {
    align-items: flex-start;
}
  .form_item.radio {
    flex-direction: row;
/*    gap: 20px;*/
    justify-content: flex-start;
  }
  .form_item.radio > div {
    margin-left: -20px;
    display: flex;
    gap: 20px;
  }
  .form_item.radio > div label {
    gap: 3px;
  }
  .form_wrap tr.order_item_list,
  .form_wrap tr.message {
    align-items: flex-start;
  }
  .form_wrap .form_item.order {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .form_wrap tr.order_item_list th {
    margin-top: 10px;
  }
  .form_wrap .form_item_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }.form_wrap .form_item .contact_contens {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px;
}
  .form_wrap .form_item .contact_contens label {
    gap: 0;
}
  .form_item_block.form_item_block {
    gap: 30px;
  }
  .form_wrap .checkbox_list {
  flex-direction: row;
  gap: 30px;
  }
  .order_item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  .order_item .order_item_name {
    display: inline-blockin;
    width: 90%;
    max-width: 600px;
  }
  .order_item_calc {
    width: 300px;
    display: flex;
    justify-content: flex-end;
  }
  .contact_confirm_area .order_item_list li div {
    justify-content: flex-end;
    width: 400px;
}
  .contact_confirm_area .order_total {
    display: flex;
    justify-content: flex-end;
}
}