@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
#sakudaira #project .detail .container .left a, #process #project .detail .container .left a, #farm #item article section ul img, #karumai #project .detail .left a, .page_nav li, .site_link li, .link_list2 li img, .link_list li img, #process #project .detail .container .right ul li img, #farm #factory .item_list li img, #farm #factory .area .left ul li img, #farm #item article section:nth-of-type(3) ul li img, #farm #item article section:nth-of-type(2) ul li img, #farm #item article section:first-of-type .feature:nth-of-type(3) ul li img, #farm #item article section:first-of-type .feature:nth-of-type(2) ul li img, #farm #item article section:first-of-type .feature:nth-of-type(1) ul li img, #farm #project .detail .right ul li, #karumai #factory aside .item_list li img, #karumai #factory .area .left ul li img, #karumai #project .detail .right ul li img {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}

#process #project .detail .container .right ul li img, #farm #factory .item_list li img, #farm #factory .area .left ul li img, #farm #item article section:nth-of-type(3) ul li img, #farm #item article section:nth-of-type(2) ul li img, #farm #item article section:first-of-type .feature:nth-of-type(3) ul li img, #farm #item article section:first-of-type .feature:nth-of-type(2) ul li img, #farm #item article section:first-of-type .feature:nth-of-type(1) ul li img, #farm #project .detail .right ul li, #karumai #factory aside .item_list li img, #karumai #factory .area .left ul li img, #karumai #project .detail .right ul li img {
  border-radius: 11px;
  overflow: hidden;
}

#mv button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.sub_page .title_wrap {
  overflow: hidden;
}

#process #project .flow::after, #farm #item article section:first-of-type .feature:nth-of-type(1)::after, #maruichi #item section .factory:nth-of-type(2)::after, .sub_page .title_wrap::after {
  display: block;
  content: "";
  width: 84vw;
  height: 6vw;
  float: right;
  background-size: 100% 100% !important;
}
@media only screen and (max-width: 812px) {
  #process #project .flow::after, #farm #item article section:first-of-type .feature:nth-of-type(1)::after, #maruichi #item section .factory:nth-of-type(2)::after, .sub_page .title_wrap::after {
    margin-top: 30px;
  }
}

#process #project .detail::after, #farm #item article section:first-of-type .feature:nth-of-type(2)::after, #farm #company .company_map::after, #karumai #company .company_map::after, #maruichi #item section .factory:nth-of-type(1)::after {
  display: block;
  content: "";
  width: 84vw;
  height: 6vw;
  background-size: 100% 100% !important;
}
@media only screen and (max-width: 812px) {
  #process #project .detail::after, #farm #item article section:first-of-type .feature:nth-of-type(2)::after, #farm #company .company_map::after, #karumai #company .company_map::after, #maruichi #item section .factory:nth-of-type(1)::after {
    margin-top: 30px;
  }
}

header h1 {
  color: #FFF;
  letter-spacing: 2.5px;
  text-align: center;
  padding: 20px 4vw;
}
@media only screen and (max-width: 812px) {
  header h1 {
    font-size: 1.4rem !important;
  }
}

header#common_header h1, header #gNavi ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 812px) {
  header#common_header h1, header #gNavi ul {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #FFF;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 812px) {
  header#common_header h1 a, header #gNavi ul a {
    display: block;
    padding: 10px 30px;
  }
}
header#common_header h1 > *, header #gNavi ul > * {
  position: relative;
}
@media print, screen and (min-width: 813px) {
  header#common_header h1 > *, header #gNavi ul > * {
    transform: skewX(-45deg);
  }
}
header#common_header h1 > * > *, header #gNavi ul > * > * {
  display: block;
  padding: 0 60px;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  header#common_header h1 > * > *, header #gNavi ul > * > * {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 813px) {
  header#common_header h1 > * > *, header #gNavi ul > * > * {
    transform: skewX(45deg);
    border-bottom: none;
  }
}
@media print, screen and (min-width: 813px) {
  header#common_header h1 > *:not(:first-of-type), header #gNavi ul > *:not(:first-of-type) {
    border-left: 1px solid #000000;
  }
}

.title {
  text-align: center;
}
.title span {
  display: inline-block;
  padding: 0 20px;
}
.title + p {
  text-align: center;
}

.title_w {
  width: 100%;
  position: relative;
}
.title_w::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 4px;
}
.title_w span {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 70vw;
  margin: auto;
  padding: 0 20px;
  background: #FFF;
  border-radius: 40px;
  text-align: center;
}
@media print, screen and (min-width: 813px) {
  .title_w span {
    max-width: 480px;
  }
}

.title_sub span {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: auto;
  padding: 0 20px;
  color: #FFF;
  background: #FFF;
  border-radius: 40px;
  text-align: center;
}

.title_sub2 {
  text-align: center;
}
.title_sub2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 0 20px;
  color: #FFF;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
}

.dl_01 {
  display: flex;
  flex-wrap: wrap;
}
.dl_01 * {
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.dl_01 dt {
  width: 32%;
  padding-left: 15px;
}
.dl_01 dd {
  width: 68%;
}

#process #item .list_detail .list dl {
  display: flex;
  flex-wrap: wrap;
}
#process #item .list_detail .list dl * {
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
  border-bottom: 2px solid #adadad;
}
#process #item .list_detail .list dl dt {
  width: 24%;
  padding-left: 2em;
  text-align: right;
}
#process #item .list_detail .list dl dd {
  width: 76%;
  padding-left: 1em;
}

.box {
  padding: 20px 30px;
}
.box p {
  box-sizing: border-box;
  letter-spacing: 0.6px;
}
.box p.contact_link {
  text-align: center;
}

.table01 {
  width: 100%;
}
.table01 tbody tr * {
  vertical-align: middle;
  padding: 10px;
  text-align: left;
}
@media only screen and (max-width: 812px) {
  .table01 tbody tr * {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.table01 tbody tr th {
  background: #fff9ce;
  white-space: nowrap;
}
@media print, screen and (min-width: 813px) {
  .table01 tbody tr th {
    padding-right: 100px;
  }
}
@media print, screen and (min-width: 813px) {
  .table01 tbody tr td {
    border-top: none;
  }
}
.table01 tfoot tr {
  border-top: none;
}
.table01 tfoot tr th {
  text-align: center;
  padding: 40px;
}
@media only screen and (max-width: 812px) {
  .table01 tfoot tr th {
    padding: 10px;
  }
}
.table01 tfoot tr th P {
  max-width: 578px;
  margin: auto;
  text-align: left;
}

#sakudaira #factory .link_list2, #sakudaira #item .link_list2, #process #item .list_detail ul, #process #project .detail .container .right ul, #farm #factory .item_list, #farm #factory .area .left ul, #farm #item article section ul, #karumai #factory aside .item_list, #karumai #factory .area .left ul, .link_list {
  margin: auto;
}
#sakudaira #factory .link_list2 li span, #sakudaira #item .link_list2 li span, #process #item .list_detail ul li span, #process #project .detail .container .right ul li span, #farm #factory .item_list li span, #farm #factory .area .left ul li span, #farm #item article section ul li span, #karumai #factory aside .item_list li span, #karumai #factory .area .left ul li span, .link_list li span {
  line-height: 1;
}
#sakudaira #factory .link_list2 li span::before, #sakudaira #item .link_list2 li span::before, #process #item .list_detail ul li span::before, #process #project .detail .container .right ul li span::before, #farm #factory .item_list li span::before, #farm #factory .area .left ul li span::before, #farm #item article section ul li span::before, #karumai #factory aside .item_list li span::before, #karumai #factory .area .left ul li span::before, .link_list li span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-right: 0.5em;
  vertical-align: -1.8px;
}

.contact_area {
  max-width: 830px;
  margin: auto;
  border: 3px solid #aeaeae;
  border-radius: 10px;
  box-shadow: 6px 6px 5px rgba(174, 174, 174, 0.4);
  box-sizing: border-box;
}
@media only screen and (max-width: 812px) {
  .contact_area {
    max-width: 92vw;
  }
}
.contact_area ul {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
@media only screen and (max-width: 812px) {
  .contact_area ul li {
    width: 100%;
  }
  .contact_area ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .contact_area ul li:not(:nth-of-type(1n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  .contact_area ul li {
    width: 45.3257790368 %;
    max-width: 320px;
  }
  .contact_area ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .contact_area ul li {
    margin-left: 9.3484419263 %;
  }
  .contact_area ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

.topic {
  display: flex;
  justify-content: space-between;
  max-width: 1062px;
  margin: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 812px) {
  .topic {
    flex-direction: column;
    padding: 0 4vw;
  }
}
.topic .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 10px 0;
}
@media print, screen and (min-width: 813px) {
  .topic .left {
    width: 23%;
    max-width: 242px;
    padding: 0;
  }
}
.topic .left a {
  font-size: 60%;
  border: 1px solid #FFF;
  display: inline-block;
  padding: 6px 20px;
  line-height: 1;
}
@media only screen and (max-width: 812px) {
  .topic .left a {
    position: absolute;
    right: 10px;
  }
}
.topic .left * {
  color: #FFF;
}
.topic .right {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 813px) {
  .topic .right {
    width: 77%;
  }
}
.topic .right ul {
  width: 86%;
  margin: auto;
}
@media print, screen and (min-width: 813px) {
  .topic .right ul {
    display: flex;
    justify-content: space-between;
    width: 86%;
  }
}
.topic .right ul li {
  margin-top: 20px;
}
@media print, screen and (min-width: 813px) {
  .topic .right ul li {
    width: 48%;
    margin-top: 0;
  }
}
.topic .right ul li a {
  display: block;
  border: 2px solid;
  text-align: center;
  padding: 6px 10px;
  box-sizing: border-box;
  border-radius: 12px;
}
.topic .right ul li:first-of-type a {
  color: #005A32;
  border-color: #005A32;
}
.topic .right ul li:last-of-type a {
  color: #ED6C00;
  border-color: #ED6C00;
}
.topic .right dl {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
}
@media print, screen and (min-width: 813px) {
  .topic .right dl {
    width: 77%;
    max-width: 632px;
  }
}
.topic .right dl > * {
  border-bottom: 1px dashed #aeaeae;
  padding: 30px 10px;
  box-sizing: border-box;
}
.topic .right dl dt {
  width: 30%;
}
.topic .right dl dd {
  width: 70%;
}
.topic .right dl dd.indent a {
  text-indent: -4em;
  padding-left: 4em;
}
.topic .right dl dd a {
  display: block;
  padding-right: 30px;
}
.topic .right dl dd a[target=blank] {
  background: url(../../assets/images/arrow_blank.svg) no-repeat right center;
  background-size: 11px;
}

#topics .topics_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}
@media only screen and (max-width: 812px) {
  #topics .topics_nav {
    margin-top: 40px;
  }
}
#topics .topics_nav li {
  margin: 0 30px;
}
#topics article {
  margin-top: 100px;
}
@media only screen and (max-width: 812px) {
  #topics article {
    margin-top: 60px;
  }
}
#topics article:nth-of-type(odd) h3 {
  background: url("../../farm/images/line_bg_03.svg") no-repeat bottom left;
  background-size: 100%;
  padding: 26px 240px 12px 20px;
  right: -100px;
}
@media only screen and (max-width: 812px) {
  #topics article:nth-of-type(odd) h3 {
    padding: 26px 18px 12px 20px;
    right: 0;
    box-sizing: border-box;
  }
}
#topics article:nth-of-type(even) h3 {
  background: url("../../farm/images/line_bg_04.svg") no-repeat bottom left;
  background-size: 100%;
  padding: 26px 20px 12px 240px;
  left: -100px;
}
@media only screen and (max-width: 812px) {
  #topics article:nth-of-type(even) h3 {
    padding: 26px 20px 12px 18px;
    left: 0;
    box-sizing: border-box;
  }
}
#topics article h3 {
  position: relative;
  max-width: 1040px;
  margin: auto;
  display: flex;
  align-items: center;
  padding-left: 1.5em;
  box-sizing: border-box;
}
#topics article h3 span {
  display: inline-block;
  font-size: 80%;
  margin-right: 1.5em;
}
#topics article h3 + * {
  margin-top: 66px;
}
@media only screen and (max-width: 812px) {
  #topics article h3 + * {
    margin-top: 30px;
  }
}
#topics article h4 {
  text-align: center;
  margin-top: 90px;
}
@media only screen and (max-width: 812px) {
  #topics article h4 {
    margin-top: 40px;
  }
}
#topics article h4 span {
  display: inline-block;
  text-align: center;
  padding: 1px 40px;
  border-radius: 20px;
}
#topics article h4 + ul {
  margin-top: 30px;
}
#topics article ul {
  display: flex;
  justify-content: space-between;
  max-width: 762px;
  margin: auto;
}
@media only screen and (max-width: 812px) {
  #topics article ul li {
    width: calc(100% / 3 - 2vw);
  }
  #topics article ul li:nth-of-type(n+4) {
    margin-top: 20px;
  }
  #topics article ul li:not(:nth-of-type(3n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #topics article ul li {
    width: 32.0209973753 %;
    max-width: 244px;
  }
  #topics article ul li:nth-of-type(n+4) {
    margin-top: 0;
  }
}
#topics article p + .image {
  margin-top: 70px;
}
@media only screen and (max-width: 812px) {
  #topics article p + .image {
    margin-top: 40px;
  }
}
#topics article p + ul {
  margin-top: 60px;
}
#topics article p + #topics article p {
  margin-top: 2em;
}

#maruichi header h1, header #maruichi h1 {
  background: #0073B9;
}
#maruichi .title span {
  border-bottom: 4px solid #0073B9;
}
#maruichi .title_w::before {
  background: #0073B9;
}
#maruichi .title_w span {
  color: #0073B9;
  border: 4px solid #0073B9;
}
#maruichi .title_sub span {
  background: #0073B9;
}
#maruichi .title_sub2 span {
  color: #0073B9;
  border: 2px solid #0073B9;
}
#maruichi .dl_01 * {
  border-bottom: 2px solid #0073B9;
}
#maruichi .dl_01 dt {
  color: #0073B9;
}
#maruichi .box {
  box-shadow: 2px 2px 4px rgba(0, 115, 185, 0.3);
  border: 2px solid #0073B9;
  border-radius: 2px;
}
#maruichi .box p * {
  color: #0073B9;
}
#maruichi .table01 tbody tr {
  border: 2px solid #0073B9;
}
#maruichi .table01 tbody tr td {
  border-top: 2px solid #0073B9;
}
@media print, screen and (min-width: 813px) {
  #maruichi .table01 tbody tr td {
    border-left: 2px solid #0073B9;
  }
}
#maruichi .table01 tfoot tr {
  border: 2px solid #0073B9;
}
#maruichi .topic .left {
  background: #0073B9;
}
#maruichi .topic .right dl dd a {
  color: #0073B9;
}
#maruichi #topics h3 span {
  color: #0073B9;
}
#maruichi #topics h4 span {
  border: 2px solid #0073B9;
  border-radius: 20px;
}
#maruichi #ft {
  background: #0073B9;
}
#maruichi #pagetop {
  background: #0073B9;
}

#farm header h1, header #farm h1 {
  background: #00643C;
}
#farm .title span {
  border-bottom: 4px solid #00643C;
}
#farm .title_w::before {
  background: #00643C;
}
#farm .title_w span {
  color: #00643C;
  border: 4px solid #00643C;
}
#farm .title_sub span {
  background: #00643C;
}
#farm .title_sub2 span {
  color: #00643C;
  border: 2px solid #00643C;
}
#farm .dl_01 * {
  border-bottom: 2px solid #00643C;
}
#farm .dl_01 dt {
  color: #00643C;
}
#farm .box {
  box-shadow: 2px 2px 4px rgba(0, 100, 60, 0.3);
  border: 2px solid #00643C;
  border-radius: 2px;
}
#farm .box p * {
  color: #00643C;
}
#farm .table01 tbody tr {
  border: 2px solid #00643C;
}
#farm .table01 tbody tr td {
  border-top: 2px solid #00643C;
}
@media print, screen and (min-width: 813px) {
  #farm .table01 tbody tr td {
    border-left: 2px solid #00643C;
  }
}
#farm .table01 tfoot tr {
  border: 2px solid #00643C;
}
#farm .topic .left {
  background: #00643C;
}
#farm .topic .right dl dd a {
  color: #00643C;
}
#farm #topics h3 span {
  color: #00643C;
}
#farm #topics h4 span {
  border: 2px solid #00643C;
  border-radius: 20px;
}
#farm #ft {
  background: #00643C;
}
#farm #pagetop {
  background: #00643C;
}
#farm.common header h1, header #farm.common h1 {
  background: #A60E1E;
}
#farm.common .title span {
  border-bottom: 4px solid #A60E1E;
}
#farm.common .title_w::before {
  background: #A60E1E;
}
#farm.common .title_w span {
  color: #A60E1E;
  border: 4px solid #A60E1E;
}
#farm.common .title_sub span {
  background: #A60E1E;
}
#farm.common .title_sub2 span {
  color: #A60E1E;
  border: 2px solid #A60E1E;
}
#farm.common .dl_01 * {
  border-bottom: 2px solid #A60E1E;
}
#farm.common .dl_01 dt {
  color: #A60E1E;
}
#farm.common .box {
  box-shadow: 2px 2px 4px rgba(166, 14, 30, 0.3);
  border: 2px solid #A60E1E;
  border-radius: 2px;
}
#farm.common .box p * {
  color: #A60E1E;
}
#farm.common .table01 tbody tr {
  border: 2px solid #A60E1E;
}
#farm.common .table01 tbody tr td {
  border-top: 2px solid #A60E1E;
}
@media print, screen and (min-width: 813px) {
  #farm.common .table01 tbody tr td {
    border-left: 2px solid #A60E1E;
  }
}
#farm.common .table01 tfoot tr {
  border: 2px solid #A60E1E;
}
#farm.common .topic .left {
  background: #A60E1E;
}
#farm.common .topic .right dl dd a {
  color: #A60E1E;
}
#farm.common #topics h3 span {
  color: #A60E1E;
}
#farm.common #topics h4 span {
  border: 2px solid #A60E1E;
  border-radius: 20px;
}
#farm.common #ft {
  background: #A60E1E;
}
#farm.common #pagetop {
  background: #A60E1E;
}

#karumai header h1, header #karumai h1 {
  background: #ED6C00;
}
#karumai .title span {
  border-bottom: 4px solid #ED6C00;
}
#karumai .title_w::before {
  background: #ED6C00;
}
#karumai .title_w span {
  color: #ED6C00;
  border: 4px solid #ED6C00;
}
#karumai .title_sub span {
  background: #ED6C00;
}
#karumai .title_sub2 span {
  color: #ED6C00;
  border: 2px solid #ED6C00;
}
#karumai .dl_01 * {
  border-bottom: 2px solid #ED6C00;
}
#karumai .dl_01 dt {
  color: #ED6C00;
}
#karumai .box {
  box-shadow: 2px 2px 4px rgba(237, 108, 0, 0.3);
  border: 2px solid #ED6C00;
  border-radius: 2px;
}
#karumai .box p * {
  color: #ED6C00;
}
#karumai .table01 tbody tr {
  border: 2px solid #ED6C00;
}
#karumai .table01 tbody tr td {
  border-top: 2px solid #ED6C00;
}
@media print, screen and (min-width: 813px) {
  #karumai .table01 tbody tr td {
    border-left: 2px solid #ED6C00;
  }
}
#karumai .table01 tfoot tr {
  border: 2px solid #ED6C00;
}
#karumai .topic .left {
  background: #ED6C00;
}
#karumai .topic .right dl dd a {
  color: #ED6C00;
}
#karumai #topics h3 span {
  color: #ED6C00;
}
#karumai #topics h4 span {
  border: 2px solid #ED6C00;
  border-radius: 20px;
}
#karumai #ft {
  background: #ED6C00;
}
#karumai #pagetop {
  background: #ED6C00;
}
#karumai.common header h1, header #karumai.common h1 {
  background: #A60E1E;
}
#karumai.common .title span {
  border-bottom: 4px solid #A60E1E;
}
#karumai.common .title_w::before {
  background: #A60E1E;
}
#karumai.common .title_w span {
  color: #A60E1E;
  border: 4px solid #A60E1E;
}
#karumai.common .title_sub span {
  background: #A60E1E;
}
#karumai.common .title_sub2 span {
  color: #A60E1E;
  border: 2px solid #A60E1E;
}
#karumai.common .dl_01 * {
  border-bottom: 2px solid #A60E1E;
}
#karumai.common .dl_01 dt {
  color: #A60E1E;
}
#karumai.common .box {
  box-shadow: 2px 2px 4px rgba(166, 14, 30, 0.3);
  border: 2px solid #A60E1E;
  border-radius: 2px;
}
#karumai.common .box p * {
  color: #A60E1E;
}
#karumai.common .table01 tbody tr {
  border: 2px solid #A60E1E;
}
#karumai.common .table01 tbody tr td {
  border-top: 2px solid #A60E1E;
}
@media print, screen and (min-width: 813px) {
  #karumai.common .table01 tbody tr td {
    border-left: 2px solid #A60E1E;
  }
}
#karumai.common .table01 tfoot tr {
  border: 2px solid #A60E1E;
}
#karumai.common .topic .left {
  background: #A60E1E;
}
#karumai.common .topic .right dl dd a {
  color: #A60E1E;
}
#karumai.common #topics h3 span {
  color: #A60E1E;
}
#karumai.common #topics h4 span {
  border: 2px solid #A60E1E;
  border-radius: 20px;
}
#karumai.common #ft {
  background: #A60E1E;
}
#karumai.common #pagetop {
  background: #A60E1E;
}

#process header h1, header #process h1 {
  background: #FF8A00;
}
#process .title span {
  border-bottom: 4px solid #FF8A00;
}
#process .title_w::before {
  background: #FF8A00;
}
#process .title_w span {
  color: #FF8A00;
  border: 4px solid #FF8A00;
}
#process .title_sub span {
  background: #FF8A00;
}
#process .title_sub2 span {
  color: #FF8A00;
  border: 2px solid #FF8A00;
}
#process .dl_01 * {
  border-bottom: 2px solid #FF8A00;
}
#process .dl_01 dt {
  color: #FF8A00;
}
#process .box {
  box-shadow: 2px 2px 4px rgba(255, 138, 0, 0.3);
  border: 2px solid #FF8A00;
  border-radius: 2px;
}
#process .box p * {
  color: #FF8A00;
}
#process .table01 tbody tr {
  border: 2px solid #FF8A00;
}
#process .table01 tbody tr td {
  border-top: 2px solid #FF8A00;
}
@media print, screen and (min-width: 813px) {
  #process .table01 tbody tr td {
    border-left: 2px solid #FF8A00;
  }
}
#process .table01 tfoot tr {
  border: 2px solid #FF8A00;
}
#process .topic .left {
  background: #FF8A00;
}
#process .topic .right dl dd a {
  color: #FF8A00;
}
#process #topics h3 span {
  color: #FF8A00;
}
#process #topics h4 span {
  border: 2px solid #FF8A00;
  border-radius: 20px;
}
#process #ft {
  background: #FF8A00;
}
#process #pagetop {
  background: #FF8A00;
}

#sakudaira header h1, header #sakudaira h1 {
  background: #00913C;
}
#sakudaira .title span {
  border-bottom: 4px solid #00913C;
}
#sakudaira .title_w::before {
  background: #00913C;
}
#sakudaira .title_w span {
  color: #00913C;
  border: 4px solid #00913C;
}
#sakudaira .title_sub span {
  background: #00913C;
}
#sakudaira .title_sub2 span {
  color: #00913C;
  border: 2px solid #00913C;
}
#sakudaira .dl_01 * {
  border-bottom: 2px solid #00913C;
}
#sakudaira .dl_01 dt {
  color: #00913C;
}
#sakudaira .box {
  box-shadow: 2px 2px 4px rgba(0, 145, 60, 0.3);
  border: 2px solid #00913C;
  border-radius: 2px;
}
#sakudaira .box p * {
  color: #00913C;
}
#sakudaira .table01 tbody tr {
  border: 2px solid #00913C;
}
#sakudaira .table01 tbody tr td {
  border-top: 2px solid #00913C;
}
@media print, screen and (min-width: 813px) {
  #sakudaira .table01 tbody tr td {
    border-left: 2px solid #00913C;
  }
}
#sakudaira .table01 tfoot tr {
  border: 2px solid #00913C;
}
#sakudaira .topic .left {
  background: #00913C;
}
#sakudaira .topic .right dl dd a {
  color: #00913C;
}
#sakudaira #topics h3 span {
  color: #00913C;
}
#sakudaira #topics h4 span {
  border: 2px solid #00913C;
  border-radius: 20px;
}
#sakudaira #ft {
  background: #00913C;
}
#sakudaira #pagetop {
  background: #00913C;
}

/* --------------------------------------------

FileName    :    初期

-------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  color: #231815;
  text-decoration: none;
}
a:focus {
  outline: none;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

:root {
  font-size: 62.5%;
}

body {
  font-weight: 600;
  line-height: 1.8;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

a:hover {
  opacity: 0.6;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.title span, .title_w span, .topic .left *:not(a), #topics article h3 {
  font-family: "Noto Serif JP";
  font-style: normal;
}

#sakudaira #factory .link_list2 li span, #sakudaira #item .link_list2 li span, #process #item .list_detail ul li span, #process #project .detail .container .right ul li span, #farm #factory .item_list li span, #farm #factory .area .left ul li span, #farm #item article section ul li span, #karumai #factory aside .item_list li span, #karumai #factory .area .left ul li span, .link_list li span {
  font-size: 1.3rem;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  #sakudaira #factory .link_list2 li span, #sakudaira #item .link_list2 li span, #process #item .list_detail ul li span, #process #project .detail .container .right ul li span, #farm #factory .item_list li span, #farm #factory .area .left ul li span, #farm #item article section ul li span, #karumai #factory aside .item_list li span, #karumai #factory .area .left ul li span, .link_list li span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 812px) {
  #sakudaira #factory .link_list2 li span, #sakudaira #item .link_list2 li span, #process #item .list_detail ul li span, #process #project .detail .container .right ul li span, #farm #factory .item_list li span, #farm #factory .area .left ul li span, #farm #item article section ul li span, #karumai #factory aside .item_list li span, #karumai #factory .area .left ul li span, .link_list li span {
    font-size: 1.2rem;
  }
}

#sakudaira #item section:last-of-type aside .container p, .box p {
  font-size: 1.5rem;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  #sakudaira #item section:last-of-type aside .container p, .box p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 812px) {
  #sakudaira #item section:last-of-type aside .container p, .box p {
    font-size: 1.3rem;
  }
}

body {
  font-size: 1.6rem;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  body {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 812px) {
  body {
    font-size: 1.3rem;
  }
}

#maruichi #project .container p {
  font-size: 1.8rem;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  #maruichi #project .container p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 812px) {
  #maruichi #project .container p {
    font-size: 1.4rem;
  }
}

#sakudaira #item .link span, .box p strong {
  font-size: 1.9rem;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  #sakudaira #item .link span, .box p strong {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 812px) {
  #sakudaira #item .link span, .box p strong {
    font-size: 1.4rem;
  }
}

#sakudaira #item section:last-of-type aside .container .title, .title_sub2 span, #topics article h3 {
  font-size: 2rem;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  #sakudaira #item section:last-of-type aside .container .title, .title_sub2 span, #topics article h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 812px) {
  #sakudaira #item section:last-of-type aside .container .title, .title_sub2 span, #topics article h3 {
    font-size: 1.6rem;
  }
}

.title + p {
  font-size: 2.3rem;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  .title + p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 812px) {
  .title + p {
    font-size: 1.6rem;
  }
}

header h1 {
  font-size: 2.4rem;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  header h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 812px) {
  header h1 {
    font-size: 1.8rem;
  }
}

.title_sub span {
  font-size: 2.5rem;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  .title_sub span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 812px) {
  .title_sub span {
    font-size: 1.8rem;
  }
}

.topic .left, #topics .topics_nav li {
  font-size: 2.6rem;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  .topic .left, #topics .topics_nav li {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 812px) {
  .topic .left, #topics .topics_nav li {
    font-size: 1.8rem;
  }
}

.title span, .title_w span {
  font-size: 3.1rem;
}
@media only screen and (min-width: 813px) and (max-width: 1279px) {
  .title span, .title_w span {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 812px) {
  .title span, .title_w span {
    font-size: 2.1rem;
  }
}

.container {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 812px) {
  .container {
    padding: 0 4vw;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 813px) {
  .tel {
    pointer-events: none;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 812px) {
  .sp {
    display: block;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.center {
  justify-content: center;
}
.flex.bt {
  justify-content: space-between;
}
.flex.alc {
  align-items: center;
}
.flex.als {
  align-items: flex-start;
}
@media only screen and (max-width: 812px) {
  .flex.break {
    flex-direction: column;
  }
}
@media only screen and (max-width: 812px) {
  .flex.break_reverse {
    flex-direction: column-reverse;
  }
}

/* --------------------------------------------

FileName    :    レイアウト

-------------------------------------------- */
header #gNavi {
  display: none;
  max-width: 1280px;
  margin: auto;
}
@media print, screen and (min-width: 813px) {
  header #gNavi {
    display: block;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 812px) {
  header#common_header h1 {
    position: static;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
  }
}
header#common_header h1 > *:not(:first-of-type) {
  border: none !important;
}
@media print, screen and (min-width: 813px) {
  header#common_header h1 > *:not(:first-of-type) {
    border-left: 1px solid #FFF !important;
  }
}
@media only screen and (max-width: 812px) {
  header#common_header h1 > * * {
    border: none !important;
    padding: 0;
  }
}

#privacy {
  margin-top: 100px;
  background-color: #ccc;
}
#privacy p {
  margin: auto;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#privacy p.is-ready {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 812px) {
  #privacy p {
    text-align: center;
  }
}

#ft p {
  text-align: center;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 812px) {
  #ft p {
    font-size: 1.1rem;
  }
}

.navToggle {
  display: none;
  position: fixed;
  top: 25px;
  right: 10px;
  cursor: pointer;
  z-index: 9999;
  width: 28px;
  height: 8px;
}
@media only screen and (max-width: 812px) {
  .navToggle {
    display: block;
  }
}
.navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #FFF;
  border-radius: 20px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navToggle span:nth-of-type(1) {
  top: 0;
}
.navToggle span:nth-of-type(2) {
  top: 100%;
}
.navToggle.active span {
  top: 50%;
  background: #000;
}
.navToggle.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navToggle.active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media print, screen and (min-width: 813px) {
  #pagetop {
    width: 94px;
    height: 94px;
  }
}
#pagetop img {
  max-width: 22px;
}

#mv button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 28px;
  z-index: 1;
  color: transparent;
}
#mv .slick-prev {
  background: url(../../assets/images/prev.svg) no-repeat;
  left: 20px;
}
#mv .slick-next {
  background: url(../../assets/images/next.svg) no-repeat;
  right: 20px;
}

.topic {
  margin-top: 57px;
}

@media only screen and (max-width: 812px) {
  .link_list li {
    width: 100%;
  }
  .link_list li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .link_list li:not(:nth-of-type(1n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  .link_list li {
    width: 50 %;
    max-width: 380px;
  }
  .link_list li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
.link_list li img {
  border-radius: 12px;
}

.link_list2 li img {
  border-radius: 12px;
}

.site_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 54px;
}
@media only screen and (max-width: 812px) {
  .site_link li {
    width: 100%;
  }
  .site_link li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .site_link li:not(:nth-of-type(1n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  .site_link li {
    width: 48.3992467043 %;
    max-width: 514px;
  }
  .site_link li:nth-of-type(n+3) {
    margin-top: 0;
  }
}

.contents {
  margin-top: 96px;
}

.page_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 54px;
}
@media only screen and (max-width: 812px) {
  .page_nav li {
    width: calc(100% / 2 - 2vw);
  }
  .page_nav li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .page_nav li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  .page_nav li {
    width: 22.9755178908 %;
    max-width: 244px;
  }
  .page_nav li:nth-of-type(n+5) {
    margin-top: 0;
  }
}

.contents_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 42px;
}
@media only screen and (max-width: 812px) {
  .contents_nav li {
    width: 100%;
  }
  .contents_nav li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .contents_nav li:not(:nth-of-type(1n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  .contents_nav li {
    width: 48.9642184557 %;
    max-width: 520px;
  }
  .contents_nav li:nth-of-type(n+3) {
    margin-top: 15px;
  }
}

.contact_area {
  padding: 20px 50px;
}

.sub_page .title_wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sub_page .title_wrap p {
  margin-top: 22px;
}

#company .title_wrap + .container {
  margin-top: 50px;
}
#company .title_w {
  margin-top: 75px;
}
#company .title_w + .company_map {
  margin-top: 50px;
}

#topics .container {
  max-width: 760px;
}

#factory .title_w {
  margin-top: 80px;
}
#factory .title_w + .container {
  margin-top: 75px;
}
#factory .table01 {
  margin-top: 50px;
}

/* --------------------------------------------

FileName    :    ページ

-------------------------------------------- */
#maruichi .front .container {
  max-width: 1062px;
}
#maruichi .sub_page .title_wrap::after {
  background: url("../../maruichi/images/line_bg_01.png") no-repeat;
  background-size: 100% 100%;
}
#maruichi #company .container {
  max-width: 750px;
}
#maruichi #company .company_map .container {
  max-width: 684px;
}
#maruichi #project .container {
  max-width: 900px;
}
#maruichi #project .container img {
  display: block;
  max-width: 900px;
  margin: 20px auto 0;
}
#maruichi #item section .container {
  max-width: 836px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .container .left,
  #maruichi #item section .container .right {
    text-align: center;
  }
}
#maruichi #item section .factory {
  margin-top: 75px;
  overflow: hidden;
}
#maruichi #item section .factory h3 {
  display: inline-block;
  background: #0073b9;
  padding: 3px 20px;
  border-radius: 20px;
  text-align: center;
  color: #FFF;
}
#maruichi #item section .factory h3 span {
  color: #FFF9CE;
}
#maruichi #item section .factory dl dt {
  text-align: center;
  border-radius: 20px;
  background: #FFF9CE;
  border: 2px solid #0073b9;
  color: #0073b9;
  margin: 0 0 10px;
}
#maruichi #item section .factory dl dd {
  padding: 0 2em;
}
@media print, screen and (min-width: 813px) {
  #maruichi #item section .factory dl dd {
    white-space: nowrap;
  }
}
#maruichi #item section .factory dl dd:not(:last-of-type) {
  border-bottom: 2px solid #AEAEAE;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory dl dd {
    text-align: left;
  }
}
#maruichi #item section .factory:nth-of-type(1)::after {
  background: url("../../maruichi/images/line_bg_02.png") no-repeat;
}
#maruichi #item section .factory:nth-of-type(1) .container {
  max-width: 836px;
}
#maruichi #item section .factory:nth-of-type(1) h3 {
  margin: 0 auto 20px;
}
#maruichi #item section .factory:nth-of-type(1) .flex dl {
  margin-top: 20px;
  width: 19.7368421053 %;
  max-width: 165px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(1) .flex dl {
    width: 50%;
  }
}
#maruichi #item section .factory:nth-of-type(1) .flex .image {
  width: 78.5885167464 %;
  max-width: 657px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(1) .flex .image {
    width: 48%;
    max-width: 100%;
  }
}
#maruichi #item section .factory:nth-of-type(1) .left {
  width: 28.4688995215 %;
  max-width: 238px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(1) .left {
    margin: auto;
  }
}
#maruichi #item section .factory:nth-of-type(1) .right {
  width: 61.7224880383 %;
  max-width: 516px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(1) .right {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
#maruichi #item section .factory:nth-of-type(1) .right .flex {
  margin-top: 36px;
}
#maruichi #item section .factory:nth-of-type(1) .right .flex dl {
  width: 32.416502947 %;
  max-width: 165px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(1) .right .flex dl {
    width: 50%;
  }
}
#maruichi #item section .factory:nth-of-type(1) .right .flex .image {
  width: 63.2612966601 %;
  max-width: 322px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(1) .right .flex .image {
    width: 48%;
    max-width: 100%;
  }
}
#maruichi #item section .factory:nth-of-type(2)::after {
  background: url("../../maruichi/images/line_bg_01.png") no-repeat;
}
#maruichi #item section .factory:nth-of-type(2) .container {
  max-width: 836px;
}
#maruichi #item section .factory:nth-of-type(2) .left {
  width: 68.5406698565 %;
  max-width: 573px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(2) .left {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
#maruichi #item section .factory:nth-of-type(2) .left h3 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 813px) {
  #maruichi #item section .factory:nth-of-type(2) .left h3 {
    float: right;
  }
}
#maruichi #item section .factory:nth-of-type(2) .left .flex {
  clear: both;
}
#maruichi #item section .factory:nth-of-type(2) .left .flex dl {
  margin-top: 20px;
  width: 28.7958115183 %;
  max-width: 165px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(2) .left .flex dl {
    width: 50%;
  }
}
#maruichi #item section .factory:nth-of-type(2) .left .flex .image {
  width: 68.9354275742 %;
  max-width: 395px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(2) .left .flex .image {
    width: 48%;
    max-width: 100%;
  }
}
#maruichi #item section .factory:nth-of-type(2) .right {
  width: 28.4688995215 %;
  max-width: 238px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(2) .right {
    margin: auto;
  }
}
#maruichi #item section .factory:nth-of-type(3) .container {
  max-width: 720px;
}
#maruichi #item section .factory:nth-of-type(3) .left {
  width: 33.0555555556 %;
  max-width: 238px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(3) .left {
    margin: auto;
  }
}
#maruichi #item section .factory:nth-of-type(3) .right {
  width: 64.1666666667 %;
  max-width: 462px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(3) .right {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
#maruichi #item section .factory:nth-of-type(3) .right .flex {
  margin-top: 30px;
}
#maruichi #item section .factory:nth-of-type(3) .right .flex dl {
  width: 32.416502947 %;
  max-width: 165px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(3) .right .flex dl {
    width: 50%;
  }
}
#maruichi #item section .factory:nth-of-type(3) .right .flex .image {
  width: 57.9567779961 %;
  max-width: 295px;
}
@media only screen and (max-width: 812px) {
  #maruichi #item section .factory:nth-of-type(3) .right .flex .image {
    width: 48%;
    max-width: 100%;
  }
}
#maruichi #factory .link_list {
  max-width: 734px;
}
@media only screen and (max-width: 812px) {
  #maruichi #factory .link_list li {
    width: 100%;
  }
  #maruichi #factory .link_list li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #maruichi #factory .link_list li:not(:nth-of-type(1n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #maruichi #factory .link_list li {
    width: 47.4114441417 %;
    max-width: 348px;
  }
  #maruichi #factory .link_list li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
#maruichi #factory .link_list2 {
  margin: 0 auto;
  display: table;
}
#maruichi #factory .link_list2 li {
  width: 100%;
}
#maruichi #factory .table01 tfoot tr th p {
  width: 100%;
}
#maruichi #factory .table01 tfoot tr th p iframe {
  width: 100%;
}
@media only screen and (max-width: 812px) {
  #maruichi #factory .table01 tfoot tr th p iframe {
    height: 200px;
  }
}

#karumai .front .container {
  max-width: 1062px;
}
#karumai .sub_page .title_wrap::after {
  background: url("../../karumai/images/line_bg_01.png") no-repeat;
  background-size: 100% 100%;
}
#karumai #company .container {
  max-width: 750px;
}
#karumai #company .company_map::after {
  background: url("../../karumai/images/line_bg_02.png") no-repeat;
}
#karumai #company .company_map .container {
  max-width: 684px;
}
#karumai #company .contact_area {
  margin-top: 80px;
}
#karumai #project .detail {
  max-width: 764px;
  margin-top: 74px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 812px) {
  #karumai #project .detail {
    flex-direction: column-reverse;
  }
}
#karumai #project .detail .left {
  width: 66.4921465969 %;
  max-width: 508px;
}
@media only screen and (max-width: 812px) {
  #karumai #project .detail .left {
    width: 100%;
    max-width: 100%;
  }
}
#karumai #project .detail .left a {
  display: block;
  border: 2px solid #ED6C00;
  color: #ED6C00;
  text-align: center;
  margin-top: 5em;
  padding: 6px 10px;
  box-sizing: border-box;
  border-radius: 12px;
}
#karumai #project .detail .left a small {
  font-size: 80%;
  color: #231815;
  margin-left: 1em;
}
#karumai #project .detail .right {
  width: 28.5340314136 %;
  max-width: 218px;
}
@media only screen and (max-width: 812px) {
  #karumai #project .detail .right {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  #karumai #project .detail .right ul {
    display: flex;
    justify-content: space-between;
  }
}
#karumai #project .detail .right ul li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 812px) {
  #karumai #project .detail .right ul li {
    width: 31%;
  }
}
#karumai #factory .title_w {
  margin-top: 80px;
}
#karumai #factory .table01 {
  margin-top: 50px;
}
#karumai #factory .area {
  max-width: 683px;
  margin: auto;
}
#karumai #factory .area .left {
  width: 53.5871156662 %;
  max-width: 366px;
}
@media only screen and (max-width: 812px) {
  #karumai #factory .area .left {
    width: 60%;
  }
}
@media only screen and (max-width: 812px) {
  #karumai #factory .area .left ul li {
    width: calc(100% / 2 - 2vw);
  }
  #karumai #factory .area .left ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #karumai #factory .area .left ul li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #karumai #factory .area .left ul li {
    width: 48.087431694 %;
    max-width: 176px;
  }
  #karumai #factory .area .left ul li:nth-of-type(n+3) {
    margin-top: 35px;
  }
}
#karumai #factory .area .right {
  width: 40.4099560761 %;
  max-width: 276px;
}
@media only screen and (max-width: 812px) {
  #karumai #factory .area .right {
    width: 38%;
  }
}
#karumai #factory aside h3 {
  max-width: 472px;
  margin: 75px auto 0;
}
#karumai #factory aside h3 span {
  display: block;
  color: #ed6c00;
  border: 2px solid #ed6c00;
  border-radius: 12px;
  padding: 3px 12px;
  text-align: center;
}
#karumai #factory aside .item_list {
  margin-top: 37px;
}
@media only screen and (max-width: 812px) {
  #karumai #factory aside .item_list li {
    width: calc(100% / 2 - 2vw);
  }
  #karumai #factory aside .item_list li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #karumai #factory aside .item_list li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #karumai #factory aside .item_list li {
    width: 22.2784810127 %;
    max-width: 176px;
  }
  #karumai #factory aside .item_list li:nth-of-type(n+5) {
    margin-top: 0;
  }
}
#karumai #topics article:nth-of-type(odd) h3 {
  background: url("../../karumai/images/line_bg_03.svg") no-repeat bottom left;
  background-size: 100%;
}
#karumai #topics article:nth-of-type(even) h3 {
  background: url("../../karumai/images/line_bg_04.svg") no-repeat bottom left;
  background-size: 100%;
}

#farm .front .container {
  max-width: 1062px;
}
#farm .sub_page .title_wrap::after {
  background: url("../../farm/images/line_bg_01.png") no-repeat;
}
#farm #company .container {
  max-width: 750px;
}
#farm #company .company_map::after {
  background: url("../../farm/images/line_bg_02.png") no-repeat;
}
#farm #company .company_map .container {
  max-width: 736px;
}
#farm #company .contact_area {
  margin-top: 80px;
}
#farm #project .detail {
  max-width: 764px;
  margin: 74px auto 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 812px) {
  #farm #project .detail {
    flex-direction: column-reverse;
  }
}
#farm #project .detail .left {
  width: 66.4921465969 %;
  max-width: 508px;
}
@media only screen and (max-width: 812px) {
  #farm #project .detail .left {
    width: 100%;
    max-width: 100%;
  }
}
#farm #project .detail .right {
  width: 28.5340314136 %;
  max-width: 218px;
}
@media only screen and (max-width: 812px) {
  #farm #project .detail .right {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  #farm #project .detail .right ul {
    display: flex;
    justify-content: space-between;
  }
}
#farm #project .detail .right ul li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 812px) {
  #farm #project .detail .right ul li {
    width: 31%;
  }
}
#farm #item article .title_wrap::after {
  content: none;
}
#farm #item article .container {
  max-width: 790px;
}
#farm #item article .title_w {
  margin-top: 76px;
}
@media only screen and (max-width: 812px) {
  #farm #item article .title_w {
    margin-top: 40px;
  }
}
#farm #item article section {
  margin-top: 84px;
}
@media only screen and (max-width: 812px) {
  #farm #item article section {
    margin-top: 40px;
  }
}
#farm #item article section .title_sub + p {
  margin-top: 30px !important;
}
#farm #item article section h4 span {
  width: 100%;
  max-width: 472px;
}
#farm #item article section .box {
  max-width: 508px;
  margin: 33px auto 0;
}
#farm #item article section .box img {
  max-width: 272px;
  margin: auto;
}
#farm #item article section:first-of-type .feature {
  overflow: hidden;
}
#farm #item article section:first-of-type .feature:not(:first-of-type) {
  margin-top: 75px;
}
#farm #item article section:first-of-type .feature:nth-of-type(1)::after {
  background: url("../../farm/images/line_bg_01.png") no-repeat;
}
#farm #item article section:first-of-type .feature:nth-of-type(1) p {
  max-width: 460px;
  margin: auto;
}
#farm #item article section:first-of-type .feature:nth-of-type(1) ul {
  max-width: 704px;
  margin: 42px auto 0;
}
@media only screen and (max-width: 812px) {
  #farm #item article section:first-of-type .feature:nth-of-type(1) ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 812px) {
  #farm #item article section:first-of-type .feature:nth-of-type(1) ul li {
    width: calc(100% / 2 - 2vw);
  }
  #farm #item article section:first-of-type .feature:nth-of-type(1) ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #farm #item article section:first-of-type .feature:nth-of-type(1) ul li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #farm #item article section:first-of-type .feature:nth-of-type(1) ul li {
    width: 47.1590909091 %;
    max-width: 332px;
  }
  #farm #item article section:first-of-type .feature:nth-of-type(1) ul li:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#farm #item article section:first-of-type .feature:nth-of-type(2)::after {
  background: url("../../farm/images/line_bg_02.png") no-repeat;
}
#farm #item article section:first-of-type .feature:nth-of-type(2) p {
  max-width: 460px;
  margin: auto;
}
#farm #item article section:first-of-type .feature:nth-of-type(2) p + ul {
  margin-top: 20px;
}
#farm #item article section:first-of-type .feature:nth-of-type(2) .title_sub2 {
  margin-top: 48px;
}
#farm #item article section:first-of-type .feature:nth-of-type(2) .title_sub2 + ul {
  margin-top: 30px;
}
#farm #item article section:first-of-type .feature:nth-of-type(2) ul {
  max-width: 704px;
  margin: auto;
}
@media only screen and (max-width: 812px) {
  #farm #item article section:first-of-type .feature:nth-of-type(2) ul li {
    width: calc(100% / 2 - 2vw);
  }
  #farm #item article section:first-of-type .feature:nth-of-type(2) ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #farm #item article section:first-of-type .feature:nth-of-type(2) ul li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #farm #item article section:first-of-type .feature:nth-of-type(2) ul li {
    width: 23.2189973615 %;
    max-width: 176px;
  }
  #farm #item article section:first-of-type .feature:nth-of-type(2) ul li:nth-of-type(n+5) {
    margin-top: 40px;
  }
  #farm #item article section:first-of-type .feature:nth-of-type(2) ul li {
    margin-left: 2.3746701847 %;
  }
  #farm #item article section:first-of-type .feature:nth-of-type(2) ul li:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
#farm #item article section:first-of-type .feature:nth-of-type(3) .detail {
  max-width: 738px;
  margin: 44px auto 0;
}
#farm #item article section:first-of-type .feature:nth-of-type(3) .detail p {
  width: 62.3306233062 %;
  max-width: 460px;
}
#farm #item article section:first-of-type .feature:nth-of-type(3) .detail .image {
  width: 33.8753387534 %;
  max-width: 250px;
}
#farm #item article section:first-of-type .feature:nth-of-type(3) .title_sub2 {
  margin-top: 36px;
}
#farm #item article section:first-of-type .feature:nth-of-type(3) ul {
  max-width: 790px;
  margin: 36px auto 0;
}
@media only screen and (max-width: 812px) {
  #farm #item article section:first-of-type .feature:nth-of-type(3) ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 812px) {
  #farm #item article section:first-of-type .feature:nth-of-type(3) ul li {
    width: calc(100% / 2 - 2vw);
  }
  #farm #item article section:first-of-type .feature:nth-of-type(3) ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #farm #item article section:first-of-type .feature:nth-of-type(3) ul li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #farm #item article section:first-of-type .feature:nth-of-type(3) ul li {
    width: 22.2784810127 %;
    max-width: 176px;
  }
  #farm #item article section:first-of-type .feature:nth-of-type(3) ul li:nth-of-type(n+5) {
    margin-top: 40px;
  }
  #farm #item article section:first-of-type .feature:nth-of-type(3) ul li {
    margin-left: 3.6286919831 %;
  }
  #farm #item article section:first-of-type .feature:nth-of-type(3) ul li:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
#farm #item article section:nth-of-type(2) ul {
  max-width: 790px;
  margin: 70px auto 0;
}
@media only screen and (max-width: 812px) {
  #farm #item article section:nth-of-type(2) ul {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 812px) {
  #farm #item article section:nth-of-type(2) ul li {
    width: calc(100% / 2 - 2vw);
  }
  #farm #item article section:nth-of-type(2) ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #farm #item article section:nth-of-type(2) ul li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #farm #item article section:nth-of-type(2) ul li {
    width: 22.2784810127 %;
    max-width: 176px;
  }
  #farm #item article section:nth-of-type(2) ul li:nth-of-type(n+5) {
    margin-top: 40px;
  }
  #farm #item article section:nth-of-type(2) ul li {
    margin-left: 3.6286919831 %;
  }
  #farm #item article section:nth-of-type(2) ul li:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
#farm #item article section:nth-of-type(3) ul {
  max-width: 547px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 812px) {
  #farm #item article section:nth-of-type(3) ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 812px) {
  #farm #item article section:nth-of-type(3) ul li {
    width: calc(100% / 2 - 2vw);
  }
  #farm #item article section:nth-of-type(3) ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #farm #item article section:nth-of-type(3) ul li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #farm #item article section:nth-of-type(3) ul li {
    width: 46.252285192 %;
    max-width: 253px;
  }
  #farm #item article section:nth-of-type(3) ul li:nth-of-type(n+3) {
    margin-top: 40px;
  }
  #farm #item article section:nth-of-type(3) ul li {
    margin-left: 7.4954296161 %;
  }
  #farm #item article section:nth-of-type(3) ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
#farm #factory .title_w {
  margin-top: 80px;
}
#farm #factory .table01 {
  margin-top: 50px;
}
#farm #factory .area {
  max-width: 683px;
  margin: auto;
}
#farm #factory .area .left {
  width: 53.5871156662 %;
  max-width: 366px;
}
@media only screen and (max-width: 812px) {
  #farm #factory .area .left {
    width: 60%;
  }
}
@media only screen and (max-width: 812px) {
  #farm #factory .area .left ul li {
    width: calc(100% / 2 - 2vw);
  }
  #farm #factory .area .left ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #farm #factory .area .left ul li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #farm #factory .area .left ul li {
    width: 48.087431694 %;
    max-width: 176px;
  }
  #farm #factory .area .left ul li:nth-of-type(n+3) {
    margin-top: 35px;
  }
}
#farm #factory .area .right {
  width: 40.4099560761 %;
  max-width: 276px;
}
@media only screen and (max-width: 812px) {
  #farm #factory .area .right {
    width: 38%;
  }
}
@media only screen and (max-width: 812px) {
  #farm #factory .item_list li {
    width: calc(100% / 2 - 2vw);
  }
  #farm #factory .item_list li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #farm #factory .item_list li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #farm #factory .item_list li {
    width: 22.2784810127 %;
    max-width: 176px;
  }
  #farm #factory .item_list li:nth-of-type(n+5) {
    margin-top: 0;
  }
}
#farm #topics article:nth-of-type(odd) h3 {
  background: url("../../farm/images/line_bg_03.svg") no-repeat bottom left;
  background-size: 100%;
}
#farm #topics article:nth-of-type(even) h3 {
  background: url("../../farm/images/line_bg_04.svg") no-repeat bottom left;
  background-size: 100%;
}

#process #front .container {
  max-width: 1062px;
}
#process #front .contents aside {
  margin-top: 85px;
}
#process .sub_page .title_wrap::after {
  background: url("../../images/line_bg_01.png") no-repeat;
  background-size: 100% 100%;
}
#process #company .container {
  max-width: 750px;
}
#process #company .company_map .container {
  max-width: 756px;
}
#process #project .detail::after {
  background: url("../../images/line_bg_02.png") no-repeat;
}
#process #project .detail .container {
  max-width: 777px;
  margin-top: 74px;
}
#process #project .detail .container .left {
  width: 67.5675675676 %;
  max-width: 525px;
}
@media only screen and (max-width: 812px) {
  #process #project .detail .container .left {
    width: 100%;
    max-width: 100%;
  }
}
#process #project .detail .container .left a {
  display: block;
  border: 2px solid #ED6C00;
  color: #ED6C00;
  text-align: center;
  margin-top: 5em;
  padding: 6px 10px;
  box-sizing: border-box;
  border-radius: 12px;
}
#process #project .detail .container .left a small {
  font-size: 80%;
  color: #231815;
  margin-left: 1em;
}
#process #project .detail .container .right {
  width: 27.7992277992 %;
  max-width: 216px;
}
@media only screen and (max-width: 812px) {
  #process #project .detail .container .right {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  #process #project .detail .container .right ul {
    display: flex;
    justify-content: space-between;
  }
}
#process #project .detail .container .right ul li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 812px) {
  #process #project .detail .container .right ul li {
    width: 48%;
  }
}
#process #project .flow {
  margin-top: 80px;
}
@media only screen and (max-width: 812px) {
  #process #project .flow {
    margin-top: 40px;
  }
}
#process #project .flow::after {
  background: url("../../images/line_bg_01.png") no-repeat;
  margin-bottom: 80px;
}
@media only screen and (max-width: 812px) {
  #process #project .flow::after {
    margin-bottom: 40px;
  }
}
#process #project .flow .title_sub + img {
  margin-top: 38px;
}
#process #item .list_detail {
  max-width: 770px;
  margin: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 812px) {
  #process #item .list_detail {
    padding: 0 4vw;
  }
}
#process #item .list_detail .list {
  max-width: 460px;
  margin: auto;
}
#process #item .list_detail .list h3 {
  margin-top: 50px;
}
#process #item .list_detail .list p {
  margin-top: 15px;
  text-align: center;
}
#process #item .list_detail .list p span {
  display: inline-block;
  text-align: left;
}
#process #item .list_detail h4 {
  margin-top: 30px;
}
@media only screen and (max-width: 812px) {
  #process #item .list_detail ul li {
    width: calc(100% / 2 - 2vw);
  }
  #process #item .list_detail ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #process #item .list_detail ul li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #process #item .list_detail ul li {
    width: 23.5064935065 %;
    max-width: 181px;
  }
  #process #item .list_detail ul li:nth-of-type(n+5) {
    margin-top: 20px;
  }
  #process #item .list_detail ul li {
    margin-left: 1.9913419913 %;
  }
  #process #item .list_detail ul li:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
#process #factory .title_w {
  margin-top: 80px;
}
#process #factory .table01 {
  margin-top: 50px;
}
#process #factory .link_list2 {
  max-width: 761px;
  margin: auto;
}
@media only screen and (max-width: 812px) {
  #process #factory .link_list2 li {
    width: calc(100% / 3 - 2vw);
  }
  #process #factory .link_list2 li:nth-of-type(n+4) {
    margin-top: 20px;
  }
  #process #factory .link_list2 li:not(:nth-of-type(3n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #process #factory .link_list2 li {
    width: 29.4349540079 %;
    max-width: 224px;
  }
  #process #factory .link_list2 li:nth-of-type(n+4) {
    margin-top: 20px;
  }
  #process #factory .link_list2 li {
    margin-left: 5.8475689882 %;
  }
  #process #factory .link_list2 li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
#process #topics article:nth-of-type(odd) h3 {
  background: url("../../images/line_bg_03.svg") no-repeat bottom left;
  background-size: 100%;
}
#process #topics article:nth-of-type(even) h3 {
  background: url("../../images/line_bg_04.svg") no-repeat bottom left;
  background-size: 100%;
}

#sakudaira #front .container {
  max-width: 1062px;
}
#sakudaira #front .contents aside {
  margin-top: 85px;
}
#sakudaira .sub_page .title_wrap::after {
  background: url("../../sakudaira/images/line_bg_01.png") no-repeat;
  background-size: 100% 100%;
}
#sakudaira #company .container {
  max-width: 750px;
}
#sakudaira #company .company_map .container {
  max-width: 941px;
  margin: auto;
}
#sakudaira #project .detail .container {
  max-width: 960px;
  margin-top: 74px;
}
#sakudaira #project .detail .container .left {
  width: 62.5 %;
  max-width: 600px;
}
#sakudaira #project .detail .container .left a {
  display: block;
  border: 2px solid #ED6C00;
  color: #ED6C00;
  text-align: center;
  margin-top: 5em;
  padding: 6px 10px;
  box-sizing: border-box;
  border-radius: 12px;
}
#sakudaira #project .detail .container .left a small {
  font-size: 80%;
  color: #231815;
  margin-left: 1em;
}
#sakudaira #project .detail .container .right {
  width: 29.1666666667 %;
  max-width: 280px;
}
#sakudaira #project .detail .title_w {
  margin-top: 50px;
}
@media only screen and (max-width: 812px) {
  #sakudaira #project .detail .title_w {
    margin-top: 20px;
  }
}
#sakudaira #project .detail .container.project02 ol {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  counter-reset: count;
  list-style: none;
}
@media only screen and (max-width: 812px) {
  #sakudaira #project .detail .container.project02 ol {
    padding: 0;
  }
}
#sakudaira #project .detail .container.project02 ol li {
  line-height: 3;
  margin: 0 0 10px;
  padding: 0 0 0 70px;
  position: relative;
}
@media only screen and (max-width: 812px) {
  #sakudaira #project .detail .container.project02 ol li {
    line-height: 1.8;
  }
}
#sakudaira #project .detail .container.project02 ol li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  line-height: 1.5;
  margin: -20px 0 0;
  text-align: center;
  content: counter(count);
  counter-increment: count 1;
  color: #fff;
  font-size: 2.4rem;
  z-index: 2;
}
#sakudaira #project .detail .container.project02 ol li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  display: block;
  background: #00913c;
  border-radius: 100%;
  z-index: 1;
}
#sakudaira #project .detail .container.project02 ul {
  display: flex;
}
#sakudaira #item .link {
  width: 90%;
  display: block;
  margin: 28px auto 0;
  border: 2px solid #00913C;
  border-radius: 4px;
  text-align: center;
  box-shadow: 2px 2px 4px rgba(0, 145, 60, 0.3);
}
#sakudaira #item .link span {
  color: #00913C;
  background: url("../../sakudaira/images/item/arrow.svg") no-repeat right center;
  background-size: 8px;
  padding: 0 1.5em;
}
#sakudaira #item section:nth-of-type(1) {
  margin-top: 80px;
}
@media only screen and (max-width: 812px) {
  #sakudaira #item section:nth-of-type(1) {
    margin-top: 50px;
  }
}
#sakudaira #item section:nth-of-type(1) h4 {
  max-width: 630px;
  margin: 24px auto 0;
}
#sakudaira #item section:nth-of-type(1) h4 .left {
  width: 46.0317460317 %;
  max-width: 290px;
}
#sakudaira #item section:nth-of-type(1) h4 .right {
  width: 47.619047619 %;
  max-width: 300px;
}
#sakudaira #item section:nth-of-type(1) .detail {
  max-width: 818px;
  margin-top: 20px;
}
@media only screen and (max-width: 812px) {
  #sakudaira #item section:nth-of-type(1) .detail {
    flex-direction: column-reverse;
  }
}
#sakudaira #item section:nth-of-type(1) .detail .left {
  width: 65.2811735941 %;
  max-width: 534px;
}
@media only screen and (max-width: 812px) {
  #sakudaira #item section:nth-of-type(1) .detail .left {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
#sakudaira #item section:nth-of-type(1) .detail .right {
  width: 31.173594132 %;
  max-width: 255px;
}
@media only screen and (max-width: 812px) {
  #sakudaira #item section:nth-of-type(1) .detail .right {
    width: 100%;
    max-width: 100%;
  }
}
#sakudaira #item section:last-of-type {
  margin-top: 85px;
}
@media only screen and (max-width: 812px) {
  #sakudaira #item section:last-of-type {
    margin-top: 50px;
  }
}
#sakudaira #item section:last-of-type .detail {
  max-width: 830px;
  margin-top: 38px;
}
@media only screen and (max-width: 812px) {
  #sakudaira #item section:last-of-type .detail {
    flex-direction: column-reverse;
  }
}
#sakudaira #item section:last-of-type .detail .left {
  width: 50 %;
  max-width: 415px;
}
@media only screen and (max-width: 812px) {
  #sakudaira #item section:last-of-type .detail .left {
    width: 100%;
    max-width: 100%;
  }
}
#sakudaira #item section:last-of-type .detail .right {
  width: 48.4337349398 %;
  max-width: 402px;
}
@media only screen and (max-width: 812px) {
  #sakudaira #item section:last-of-type .detail .right {
    width: 100%;
    max-width: 100%;
  }
}
#sakudaira #item section:last-of-type .detail .right p {
  margin-top: 34px;
}
#sakudaira #item section:last-of-type aside {
  margin-top: 85px;
}
@media only screen and (max-width: 812px) {
  #sakudaira #item section:last-of-type aside {
    margin-top: 50px;
  }
}
#sakudaira #item section:last-of-type aside .container {
  max-width: 850px;
}
#sakudaira #item section:last-of-type aside .container .title {
  margin-top: 52px;
}
#sakudaira #item section:last-of-type aside .container p {
  margin-top: 20px;
}
#sakudaira #item .link_list2 {
  max-width: 706px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 812px) {
  #sakudaira #item .link_list2 {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 812px) {
  #sakudaira #item .link_list2 li {
    width: calc(100% / 2 - 2vw);
  }
  #sakudaira #item .link_list2 li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  #sakudaira #item .link_list2 li:not(:nth-of-type(2n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #sakudaira #item .link_list2 li {
    width: 31.7280453258 %;
    max-width: 224px;
  }
  #sakudaira #item .link_list2 li:nth-of-type(n+4) {
    margin-top: 0;
  }
  #sakudaira #item .link_list2 li {
    margin-left: 2.4079320113 %;
  }
  #sakudaira #item .link_list2 li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
#sakudaira #item .link_list2 li:first-of-type {
  width: 44%;
}
@media print, screen and (min-width: 813px) {
  #sakudaira #item .link_list2 li:first-of-type {
    width: 26%;
    margin: 0;
  }
}
@media only screen and (max-width: 812px) {
  #sakudaira #item .link_list2 li:last-of-type {
    margin: 30px auto 0;
  }
}
#sakudaira #item sub {
  line-height: 0.8;
  display: inline-block;
  vertical-align: bottom;
}
#sakudaira #factory .title_w {
  margin-top: 80px;
}
#sakudaira #factory .title_sub {
  margin: 30px 0;
}
#sakudaira #factory .table01 {
  margin-top: 50px;
}
@media only screen and (max-width: 812px) {
  #sakudaira #factory .link_list2 li {
    width: calc(100% / 3 - 2vw);
  }
  #sakudaira #factory .link_list2 li:nth-of-type(n+4) {
    margin-top: 0px;
  }
  #sakudaira #factory .link_list2 li:not(:nth-of-type(3n+1)) {
    margin-left: 2vw;
  }
}
@media print, screen and (min-width: 813px) {
  #sakudaira #factory .link_list2 li {
    width: 30.4295942721 %;
    max-width: 255px;
  }
  #sakudaira #factory .link_list2 li:nth-of-type(n+4) {
    margin-top: 0px;
  }
}
#sakudaira #factory .link_list2 li:nth-child(3), #sakudaira #factory .link_list2 li:nth-child(4) {
  margin-top: 50px;
}
#sakudaira #topics article:nth-of-type(odd) h3 {
  background: url("../../sakudaira/images/line_bg_03.svg") no-repeat bottom left;
  background-size: 100%;
}
#sakudaira #topics article:nth-of-type(even) h3 {
  background: url("../../sakudaira/images/line_bg_04.svg") no-repeat bottom left;
  background-size: 100%;
}/*# sourceMappingURL=style.css.map */