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

.lexend-giga {
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 500px;
  aspect-ratio: 1920/500;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: 16/7;
    max-height: inherit;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
}
main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(24px, 1.136rem + 1.82vw, 40px);
  font-family: "Lexend Giga", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12.5px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(14px, 0.784rem + 0.45vw, 18px);
  font-weight: bold;
  line-height: 1;
}
main section .scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 0px;
  left: 2%;
}
main section .scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
main section .scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 80px;
  background: #eee;
}
main section .scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -5px;
  bottom: 90px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
main section .scrolldown {
  /*下からの距離が変化して丸の全体が上から下に動く*/
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 75px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 75px;
  }
  100% {
    bottom: -5px;
  }
}
main section .scrolldown {
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* サムネイル一覧 */
/******************************/
/******************************/
/* カスタム投稿記事 */
/******************************/
.single-gallery_post .category {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
  margin-top: 10px;
}
.single-gallery_post .category a:first-child {
  margin-top: 0;
}
.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* ABOUT US */
/******************************/
.about .grounp_flex li {
  padding: 0 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-bottom: solid 1px #B20001;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .about .grounp_flex li {
    display: block;
    margin-bottom: 30px;
    padding: 0 20px 30px;
  }
}
.about .grounp_flex li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.about .grounp_flex li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.about .grounp_flex li:nth-child(even) .imgbox {
  max-width: 350px;
  width: 100%;
  margin-left: inherit;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .about .grounp_flex li:nth-child(even) .imgbox {
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
  }
}
.about .grounp_flex li:nth-child(even) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about .grounp_flex li .imgbox {
  max-width: 350px;
  width: 100%;
  aspect-ratio: 1/1;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .about .grounp_flex li .imgbox {
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: 3/2;
  }
}
.about .grounp_flex li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .about .grounp_flex li .imgbox img {
    aspect-ratio: 3/2;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.about .grounp_flex li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about .grounp_flex li .txtbox figure {
  margin-bottom: 30px;
}
.about .grounp_flex li .txtbox h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

/******************************/
/* 会社案内
 */
/******************************/
.company .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}
.company .sec02 {
  position: relative;
  background-color: #FFFEF3;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}
.company .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec03 {
    padding: 50px 0;
  }
}
.company .sec04 {
  position: relative;
  background-color: #FFFEF3;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* コンタクトフォーム */
/******************************/
/******************************/
/* 404 */
/******************************/
/******************************/
/* テンプレート　SERVICE */
/******************************/
.sub_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub_contents_flex li.sub_contents_flex_layout {
  width: calc((100% - 40px) / 2);
  margin-top: 35px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub_contents_flex li.sub_contents_flex_layout:nth-child(2n) {
  margin-right: 0;
}
.sub_contents_flex li.sub_contents_flex_layout:nth-child(1) {
  margin-top: 0;
}
.sub_contents_flex li.sub_contents_flex_layout:nth-child(2) {
  margin-top: 0;
}
.sub_contents_flex li.sub_contents_flex_layout .imgbox {
  width: 48%;
}
@media (max-width: 767px) {
  .sub_contents_flex li.sub_contents_flex_layout .imgbox {
    width: 100%;
  }
}
.sub_contents_flex li.sub_contents_flex_layout .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 280/230;
  border-radius: 10px;
}
.sub_contents_flex li.sub_contents_flex_layout .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .sub_contents_flex li.sub_contents_flex_layout .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}
.sub_contents_flex li.sub_contents_flex_layout .txtbox .ttl08 {
  margin-bottom: 10px;
}
.sub_contents_flex li.sub_contents_flex_layout .txtbox .txt {
  font-size: 14px;
}

.page-template-tmpl_service .main_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-template-tmpl_service .main_contents_flex {
    display: block;
  }
}
.page-template-tmpl_service .main_contents_flex .imgbox {
  width: 55%;
}
@media (max-width: 767px) {
  .page-template-tmpl_service .main_contents_flex .imgbox {
    width: 100%;
  }
}
.page-template-tmpl_service .main_contents_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 720/470;
  border-radius: 10px;
}
.page-template-tmpl_service .main_contents_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .page-template-tmpl_service .main_contents_flex .txtbox {
    margin-right: 0;
    margin-top: 30px;
  }
}
.page-template-tmpl_service .main_contents_flex .txtbox .ttl02 {
  margin-bottom: 35px;
}
.page-template-tmpl_service .main_contents_flex .txtbox .ttl02 .jp_ttl {
  font-size: 26px;
}
@media (max-width: 767px) {
  .page-template-tmpl_service .main_contents_flex .txtbox .ttl02 .jp_ttl {
    font-size: 18px;
  }
}
.page-template-tmpl_service .main_contents_flex .txtbox p {
  line-height: 1.8;
}
.page-template-tmpl_service .service-sp_slider .swiper-slide .imgbox figure {
  margin-bottom: 10px;
  padding: 0 15px;
}
.page-template-tmpl_service .service-sp_slider .swiper-slide .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 280/230;
  border-radius: 10px;
}
.page-template-tmpl_service .service-sp_slider .swiper-slide .txtbox {
  padding: 0 15px;
}
.page-template-tmpl_service .service-sp_slider .swiper-slide .txtbox .sub_contents_flex_layout_pickup_ttl {
  background-color: #CB9925;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 3px 10px;
  margin: 5px 0 10px;
}
.page-template-tmpl_service .service-sp_slider .swiper-slide .txtbox .sub_contents_flex_layout_pickup_body {
  font-family: "Aoboshi One", "Noto Sans JP", serif;
  font-weight: normal;
}
.page-template-tmpl_service .swiper-button {
  background-color: #333;
  width: 25px;
  height: 60px;
  border: 0;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-template-tmpl_service .swiper-button.swiper-prev {
  left: 0;
}
.page-template-tmpl_service .swiper-button.swiper-prev:before {
  background: url("../images/common/sl-prev.svg") no-repeat center/12px auto;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-tmpl_service .swiper-button.swiper-next {
  right: 0;
}
.page-template-tmpl_service .swiper-button.swiper-next:before {
  background: url("../images/common/sl-next.svg") no-repeat center/12px auto;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-tmpl_service .swiper-button .swiper-button-lock {
  display: block;
}

/******************************/
/* message 企業様へ */
/******************************/
.message .chk_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}
.message .chk_list li {
  width: calc(50% - 15px);
}
.message .chk_list li:nth-child(1) {
  margin-top: 0;
}
.message .chk_list li:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .message .layout_b {
    display: block;
  }
}
.message .layout_b .imgbox {
  width: 52%;
}
@media (max-width: 1024px) {
  .message .layout_b .imgbox {
    width: 100%;
  }
}

/******************************/
/* 下層 */
/******************************/
.consulting .sec00.line01 .contents_wrap.w1000,
.machinery .sec00.line01 .contents_wrap.w1000,
.cowshed-construction .sec00.line01 .contents_wrap.w1000,
.cowshed-maintenance .sec00.line01 .contents_wrap.w1000,
.feature .sec00.line01 .contents_wrap.w1000,
.visitors .sec00.line01 .contents_wrap.w1000,
.facility .sec00.line01 .contents_wrap.w1000,
.development .sec00.line01 .contents_wrap.w1000,
.original .sec00.line01 .contents_wrap.w1000 {
  border-bottom: solid 2px #009B00;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
.consulting .sec01,
.machinery .sec01,
.cowshed-construction .sec01,
.cowshed-maintenance .sec01,
.feature .sec01,
.visitors .sec01,
.facility .sec01,
.development .sec01,
.original .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .consulting .sec01,
  .machinery .sec01,
  .cowshed-construction .sec01,
  .cowshed-maintenance .sec01,
  .feature .sec01,
  .visitors .sec01,
  .facility .sec01,
  .development .sec01,
  .original .sec01 {
    padding: 0 0 50px;
  }
}

.visitors .sec02 {
  position: relative;
  background-color: #FFFEF3;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .visitors .sec02 {
    padding: 50px 0;
  }
}

.contact .sec00.line01 .contents_wrap.w1000 {
  border-bottom: solid 2px #009B00;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.feature .sec02 .contents_wrap.w1000 .line01 {
  border-bottom: solid 2px #009B00;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.page-template-tmpl_works_post .sec00.line01 .contents_wrap.w1000,
.tax-works_c .sec00.line01 .contents_wrap.w1000 {
  border-bottom: solid 2px #009B00;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
/*# sourceMappingURL=css_map/style_page.css.map */
