@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用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;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.bg_color_area {
  background-color: #1F4002;
  color: #fff;
  padding: 40px 0;
}

.bg_color_area .breadcrumbs {
  color: #fff;
}

.bg_color_area .breadcrumbs a {
  color: #fff;
}

main section .page_head {
  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;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 35dvw;
  max-height: 520px;
  /*&:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #00000066;
    }*/
}

main section .page_head.non_b_img {
  height: 400px;
  display: block;
  padding-top: 0;
  max-height: inherit;
  background-color: #fff;
  color: #fff;
}

main section .page_head.non_b_img .page_title {
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #333;
  position: absolute;
  top: calc(35% + 50px);
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  z-index: 1;
}

main section .page_head.non_b_img .page_title .sv_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section .page_head.non_b_img .page_title .sv_ttl:before {
  background-image: url(../images/common/sv_logo01.svg);
  position: absolute;
  top: calc(50% - (300px / 2));
  left: calc(50% - (342px / 2));
  width: 342px;
  height: 300px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

main section .page_head.non_b_img .page_title .sv_ttl .eng_ttl {
  font-size: 60px;
  letter-spacing: 3px;
  font-family: "Cormorant", serif;
  text-transform: capitalize;
  color: #333;
}

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

main section .page_head.non_b_img .page_title .sv_ttl .jp_ttl {
  font-size: 42px;
}

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

main section .page_head .page_title {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 5%;
}

main section .page_head .page_title .sv_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Cormorant", serif;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

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

main section .page_head .page_title .sv_ttl .jp_ttl {
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
  font-weight: bold;
}

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

@media screen and (max-width: 767px) {
  main section .page_head {
    height: 250px;
  }
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 2px #ccc;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

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

.news_text_block .category_c a {
  background-color: #333333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
.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;
}

/******************************/
/* コンタクトフォーム */
/******************************/
/******************************/
/* SERVICE */
/******************************/
.bucket .sec01,
.snow-removal .sec01,
.repair .sec01,
.purchase-and-sell-used-cars .sec01 {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  .bucket .sec01,
  .snow-removal .sec01,
  .repair .sec01,
  .purchase-and-sell-used-cars .sec01 {
    padding: 0 0 50px;
  }
}

.bucket .sec02,
.snow-removal .sec02,
.repair .sec02,
.purchase-and-sell-used-cars .sec02 {
  position: relative;
  background-color: #F3F3F3;
  color: #333;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .bucket .sec02,
  .snow-removal .sec02,
  .repair .sec02,
  .purchase-and-sell-used-cars .sec02 {
    padding: 50px 0;
  }
}

.bucket .sec02 .h3,
.snow-removal .sec02 .h3,
.repair .sec02 .h3,
.purchase-and-sell-used-cars .sec02 .h3 {
  color: #1070A8;
  font-weight: 500;
  font-size: 32px;
}

@media screen and (max-width: 1024px) {
  .bucket .sec02 .h3,
  .snow-removal .sec02 .h3,
  .repair .sec02 .h3,
  .purchase-and-sell-used-cars .sec02 .h3 {
    font-size: 24px;
  }
}

.bucket .sec02 .sub_images_ul li,
.snow-removal .sec02 .sub_images_ul li,
.repair .sec02 .sub_images_ul li,
.purchase-and-sell-used-cars .sec02 .sub_images_ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  border: solid 2px #1070A8;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

.bucket .sec02 .sub_images_ul li span,
.snow-removal .sec02 .sub_images_ul li span,
.repair .sec02 .sub_images_ul li span,
.purchase-and-sell-used-cars .sec02 .sub_images_ul li span {
  color: #1070A8;
}

.bucket .sec03,
.snow-removal .sec03,
.repair .sec03,
.purchase-and-sell-used-cars .sec03 {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .bucket .sec03,
  .snow-removal .sec03,
  .repair .sec03,
  .purchase-and-sell-used-cars .sec03 {
    padding: 50px 0;
  }
}

.bucket .sec04,
.snow-removal .sec04,
.repair .sec04,
.purchase-and-sell-used-cars .sec04 {
  position: relative;
  background-color: #fff;
  color: #333;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .bucket .sec04,
  .snow-removal .sec04,
  .repair .sec04,
  .purchase-and-sell-used-cars .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* ranch */
/******************************/
.ranch .sec02 {
  position: relative;
  padding: 80px 0;
}

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

@media screen and (max-width: 1024px) {
  .ranch .sec02 .sp_risize01 {
    width: 70%;
  }
}

/******************************/
/* 404 */
/******************************/
.error404 main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 42px;
}

/******************************/
/*  求人情報　ページ */
/******************************/
.recruit .sec02 {
  position: relative;
  padding: 100px 0;
}

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

/******************************/
/* CONTACT　ページ */
/******************************/
/******************************/
/* 特徴 */
/******************************/
.features .sec01,
.escrow .sec01,
.produce .sec01,
.recruit .sec01,
.ranch .sec01 {
  position: relative;
  padding: 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .features .sec01,
  .escrow .sec01,
  .produce .sec01,
  .recruit .sec01,
  .ranch .sec01 {
    padding: 0 0 20px;
  }
}

.features .layout_a .imgbox figure img,
.features .layout_b .imgbox figure img,
.escrow .layout_a .imgbox figure img,
.escrow .layout_b .imgbox figure img,
.produce .layout_a .imgbox figure img,
.produce .layout_b .imgbox figure img,
.recruit .layout_a .imgbox figure img,
.recruit .layout_b .imgbox figure img,
.ranch .layout_a .imgbox figure img,
.ranch .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 66/56;
}

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