@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aboreto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif JP", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.cardo {
  font-family: "Cardo", serif !important;
  font-style: normal;
}

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif !important;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.aboreto {
  font-family: "Aboreto", system-ui !important;
  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;
  background-size: cover;
  background-position: center;
  height: 30dvw;
  max-height: 500px;
}

@media screen and (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
    height: 40dvw;
  }
}

main section .page_head .contents_wrap {
  position: absolute;
  top: 60%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 26px;
  font-family: "Aboreto", system-ui !important;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 18px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 24px;
  }
}

#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_ttl {
  border-bottom: dotted 1px #00AB84;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #A42A2A;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}

#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}

#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #00AB84;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

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

/******************************/
/* 当社の特徴 */
/******************************/
.feature .feature_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.feature .feature_flex li .numarea {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  background-color: #1D1D1D;
}

.feature .feature_flex li .numarea span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .txtarea {
    margin-left: 20px;
  }
  .feature .feature_flex li .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:last-child {
  margin-bottom: 0;
}

.feature .feature_flex li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.feature .feature_flex li:nth-child(even) .numarea {
  width: 35%;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background-color: #EDEDE8;
  color: #1D1D1D;
}

.feature .feature_flex li:nth-child(even) .numarea span {
  color: #1D1D1D;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li:nth-child(even) .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .txtarea {
    margin-right: 20px;
  }
  .feature .feature_flex li:nth-child(even) .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:nth-child(3n) .numarea {
  background-color: #979797;
}

.feature .feature_flex li:nth-child(3n) .numarea span {
  color: #fff;
}

/******************************/
/* 会社案内 */
/******************************/
#company_content .greeting_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;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex {
    display: block;
  }
}

#company_content .greeting_flex .imgbox {
  width: 460px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .imgbox {
    width: 100%;
  }
}

#company_content .greeting_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

#company_content .greeting_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .txtbox {
    margin-right: 0;
  }
}

#company_content .greeting_flex .txtbox p {
  line-height: 1.5;
}

#company_content .greeting_flex .txtbox .named {
  margin-top: 30px;
}

#company_content .greeting_flex .txtbox .named .name_ttl {
  font-weight: bold;
  font-size: 20px;
}

#company_content .maker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#company_content .maker_list li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li {
    width: calc((100% - 20px) / 2);
  }
}

#company_content .maker_list li:nth-child(1) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(2) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3) {
    margin-top: 20px;
  }
}

#company_content .maker_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(2n) {
    margin-right: 0;
  }
}

#company_content .maker_list li a {
  display: block;
}

#company_content .maker_list li a:hover {
  opacity: 0.7;
}

#company_content .maker_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320 / 92;
}

#company_content .maker_list li a p {
  margin-top: 3px;
}

/******************************/
/* リンク集 */
/******************************/
.link .link_flex .linkbox {
  margin-bottom: 80px;
}

.link .link_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link .link_contents_flex .contents_flex_li {
  width: calc((100% - 60px)/ 3);
  margin-right: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li {
    width: calc((100% - 20px)/ 2);
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(2n) {
    margin-right: 0;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3n) {
    margin-right: 20px;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(1), .link .link_contents_flex .contents_flex_li:nth-child(2) {
  margin-top: 0;
}

.link .link_contents_flex .contents_flex_li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3) {
    margin-top: 30px;
  }
}

.link .link_contents_flex .contents_flex_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
}

.link .link_contents_flex .contents_flex_li .txtbox p {
  font-size: 13px;
}

/******************************/
/* お問い合わせ共通 */
/******************************/
.contact_infoarea .contact_company_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_infoarea .contact_company_dl dt {
  border-right: solid 1px #333;
  padding-right: 20px;
  margin-right: 20px;
  max-width: 160px;
}

/******************************/
/* 会社案内 */
/******************************/
.company .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}

.company .sec01 .ttl10 {
  border-width: 6px;
}

.company .sec01 .named .name_txt01 {
  font-size: 15px;
  display: block;
}

.company .sec01 .named .name_txt02 {
  font-family: "Noto Serif JP", serif !important;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.company .sec01 .sec01_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .company .sec01 .sec01_list li {
    display: block;
  }
  .company .sec01 .sec01_list li figure {
    margin-bottom: 20px;
  }
}

.company .sec01 .sec01_list li .sec01_company_info {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  border-left: solid 1px #333333;
  margin-left: 20px;
  padding-left: 20px;
}

.company .sec02 {
  position: relative;
  padding: 80px 0;
  background-color: #F3F8F4;
}

@media screen and (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}

.company .sec03 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .company .sec03 {
    padding: 50px 0;
  }
}

.company .sec03 .ttl05 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .company .sec03 .ttl05 img {
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .company .sec03 .sub_images_ul.cul2 li {
    margin-bottom: 5px;
  }
}

.company .sec03 .mind_list {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E6F6F2;
  padding: 5px 10px;
  font-size: clamp(16px, 0.83rem + 0.73vw, 22px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .company .sec03 .mind_list {
    margin-bottom: 5px;
  }
}

.company .sec03 .mind_list:last-child {
  margin-bottom: 0;
}

.company .sec03 .mind_list dt {
  border-right: solid 1px #333;
  padding-right: 10px;
  margin-right: 10px;
  width: 1.3em;
}

.company .sec03 .mind_list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company .sec04 {
  position: relative;
  padding: 80px 0;
  background-color: #F3F8F4;
}

@media screen and (max-width: 1024px) {
  .company .sec04 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .company .sec04 .f30 {
    font-size: 20px;
  }
}

.company .sec05 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .company .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}

.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/******************************/
/* スタッフ */
/******************************/
.single-staff_post .news_text_block .category_c a {
  background-color: #FF0000;
}

.single-staff_post .layout_b.staff_interview .imgbox,
.single-staff_post .layout_a.staff_interview .imgbox {
  width: 47%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .single-staff_post .layout_b.staff_interview .imgbox,
  .single-staff_post .layout_a.staff_interview .imgbox {
    width: 100%;
  }
}

.single-staff_post .layout_b.staff_interview .imgbox .jp_ttl,
.single-staff_post .layout_a.staff_interview .imgbox .jp_ttl {
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  font-weight: bold;
  color: #007056;
  position: absolute;
  top: -10px;
  left: 50px;
}

@media screen and (max-width: 767px) {
  .single-staff_post .layout_b.staff_interview .imgbox .jp_ttl,
  .single-staff_post .layout_a.staff_interview .imgbox .jp_ttl {
    margin-top: 20px;
    position: inherit;
    font-size: 20px;
    left: 0;
  }
}

.single-staff_post .layout_b.staff_interview .txtbox,
.single-staff_post .layout_a.staff_interview .txtbox {
  padding: 0;
}

.staff .thum_list li .category_c a,
.tax-staff_c .thum_list li .category_c a {
  background-color: #FF0000;
}

.staff .thum_list li figure,
.tax-staff_c .thum_list li figure {
  aspect-ratio: 32/40;
}

.staff .thum_list li figure img,
.tax-staff_c .thum_list li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 32/40;
}

/******************************/
/* こだわり */
/******************************/
.hokkaido .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .hokkaido .sec01 {
    padding: 0 0 50px;
  }
}

@media screen and (max-width: 1024px) {
  .hokkaido .sec02 .f36.bg02 {
    font-size: 20px;
  }
}

/******************************/
/* 安心安全 */
/******************************/
.safety .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .safety .sec01 {
    padding: 0 0 50px;
  }
}

.safety .sec02 {
  position: relative;
  background-color: #F3F8F4;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .safety .sec02 {
    padding: 50px 0;
  }
}

.safety .sec03 {
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .safety .sec03 {
    padding: 50px 0 0;
  }
}

/******************************/
/* おいしさ */
/******************************/
@media screen and (max-width: 1024px) {
  .taste .sec00 .txt_area01 .bg01 {
    font-size: 16px;
  }
}

.taste .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .taste .sec01 {
    padding: 0 0 50px;
  }
}

.taste .sec02 {
  position: relative;
  background-color: #F3F8F4;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .taste .sec02 {
    padding: 50px 0;
  }
}

.taste .sec03 {
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .taste .sec03 {
    padding: 50px 0;
  }
}

.taste .sec05 {
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .taste .sec05 {
    padding: 50px 0 0;
  }
}

/******************************/
/* 働く環境について  */
/******************************/
.work-environment .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .work-environment .sec01 {
    padding: 0 0 50px;
  }
}

.work-environment .sec01 .layout_b .imgbox {
  width: 53%;
}

.work-environment .sec01 .layout_b .imgbox figure img {
  aspect-ratio: 68/42;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0px 100px 0px 0px;
}

.work-environment .sec01 .layout_a .imgbox {
  width: 53%;
}

.work-environment .sec01 .layout_a .imgbox figure img {
  aspect-ratio: 68/42;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0px 100px 0px 0px;
}

.work-environment .sec02 {
  position: relative;
  background-color: #F3F8F4;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .work-environment .sec02 {
    padding: 50px 0;
  }
}

.work-environment .sec03 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .work-environment .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 404 */
/******************************/

/*# sourceMappingURL=css_map/style_page.css.map */
