@charset "UTF-8";
/*
Theme Name: blankslate1.01
Description: blankslate1.01　全ページカスタマイズテーマです。
*/
/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$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;
}
*/
/*************************/
/*　　FONT　　*/
/**************************/
.zenmaru {
  font-family: 'Zen Maru Gothic', serif;
}

.aoboshi {
  font-family: 'Aoboshi One', serif;
  font-weight: 100;
}

.noto_sans {
  font-family: 'Noto Sans JP', sans-serif;
}

/******************************/
/* 共通 */
/******************************/
.contents_wrap {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  .contents_wrap {
    padding: 0 30px;
  }
}

.img_radius {
  border: 6px solid #B4CB3C;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.img_border_btm01 {
  border-bottom: double 25px #FACA0B;
}

.img_shadow01 {
  -webkit-box-shadow: 10px 10px 0 #F1EB53;
          box-shadow: 10px 10px 0 #F1EB53;
}

.box-note {
  border: 4px solid #000;
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px 50px;
}

.price-list {
  width: 496px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 4px solid #CC0001;
  border-radius: 10px;
  margin-top: 35px;
  padding: 28px 46px 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .price-list {
    width: 100%;
  }
}

.price-list h4 {
  display: inline-block;
  background-color: #CC0001;
  color: #fff;
  border-radius: 50px;
  padding: 3px 23px;
  position: absolute;
  top: -20px;
  left: 10px;
}

.price-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-list dl dt {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.price-list dl dd {
  color: #CC0001;
}

.price-list dl dd small {
  font-size: 13px;
}

/******************************/
/* header */
/******************************/
/******************************/
/* footer */
/******************************/
/******************************/
/* #アンカーリンク */
/******************************/
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/******************************/
/* TOP */
/******************************/
#top__reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #top__reason ul {
    display: block;
  }
}

#top__reason ul li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #top__reason ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  #top__reason ul li:first-child {
    margin-top: 0;
  }
}

#top__reason ul li:last-child {
  margin-right: 0;
}

#top__reason ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

#top__reason ul li:nth-child(1):before {
  background-image: url("../assets/img/common/reasons-no1.png");
  width: calc(129px / 2);
  height: calc(138px / 2);
}

@media screen and (max-width: 767px) {
  #top__reason ul li:nth-child(1):before {
    width: calc(129px / 3);
    height: calc(138px / 3);
  }
}

#top__reason ul li:nth-child(2):before {
  background-image: url("../assets/img/common/reasons-no2.png");
  width: calc(129px / 2);
  height: calc(138px / 2);
}

@media screen and (max-width: 767px) {
  #top__reason ul li:nth-child(2):before {
    width: calc(129px / 3);
    height: calc(138px / 3);
  }
}

#top__reason ul li:nth-child(3):before {
  background-image: url("../assets/img/common/reasons-no3.png");
  width: calc(129px / 2);
  height: calc(138px / 2);
}

@media screen and (max-width: 767px) {
  #top__reason ul li:nth-child(3):before {
    width: calc(129px / 3);
    height: calc(138px / 3);
  }
}

#top__reason ul li figure {
  margin-bottom: 20px;
}

#top__reason ul li p {
  padding: 10px 15px 0;
  color: #AA6B24;
}

#top__reason dl dt {
  position: relative;
}

#top__reason dl dt:nth-child(1):before {
  background-image: url("../assets/img/common/reasons-no1.png");
  width: 100px;
  height: 100px;
}

#top__reason dl dt:nth-child(2):before {
  background-image: url("../assets/img/common/reasons-no2.png");
  width: 100px;
  height: 100px;
}

#top__reason dl dt:nth-child(3):before {
  background-image: url("../assets/img/common/reasons-no3.png");
  width: 100px;
  height: 100px;
}

#top__reason dl dt:before {
  content: "";
  position: absolute;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

/******************************/
/* インナー */
/******************************/
#about__collected .txt-18 {
  margin-top: 30px;
}

#about__collected .box {
  margin-top: 30px;
  margin-bottom: 30px;
}

#about__collected .cont_list {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about__collected .cont_list.img_a li figure {
  -webkit-box-shadow: 20px 0 0 #FFD700;
          box-shadow: 20px 0 0 #FFD700;
}

#about__collected .cont_list.img_b li figure {
  -webkit-box-shadow: 20px 0 0 #E81C1C;
          box-shadow: 20px 0 0 #E81C1C;
}

#about__collected .cont_list li {
  width: calc((100% - 132px)/ 4);
  margin-right: 44px;
  margin-bottom: 63px;
}

@media screen and (max-width: 767px) {
  #about__collected .cont_list li {
    width: calc((100% - 22px)/ 2);
    margin-right: 11px;
  }
  #about__collected .cont_list li:nth-child(2n) {
    margin-right: 0;
  }
}

#about__collected .cont_list li:nth-child(4n) {
  margin-right: 0;
}

#about__collected .cont_list li:last-child(1), #about__collected .cont_list li:last-child(2), #about__collected .cont_list li:last-child(3), #about__collected .cont_list li:last-child(4) {
  margin-bottom: 0;
}

#about__collected .cont_list li figure {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

#about__collected .cont_list li figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#about__collected .cont_list li figure img:before {
  content: "";
}

#case__study .case_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

#case__study .case_list li {
  width: calc((100% - 48px) / 3);
  margin-right: 15px;
  margin-bottom: 30px;
  border: solid 3px #B4CB3C;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  #case__study .case_list li {
    width: 100%;
    margin-right: 0;
  }
}

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

#case__study .case_list li:last-child(1), #case__study .case_list li:last-child(2), #case__study .case_list li:last-child(3) {
  margin-bottom: 0;
}

#case__study .case_list li .cont {
  padding: 20px;
}

#case__study .case_list li figure {
  margin-bottom: 20px;
}

#case__study .case_list li h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#case__study .case_list li .price_box {
  margin-top: 45px;
  padding: 15px;
  font-weight: bold;
  color: #E81C1C;
  font-size: 20px;
  border: solid 1px #000;
  background-color: #FAF5EC;
  border-radius: 4px;
}

#guide-price h2 {
  margin-bottom: 30px;
}

#guide-price .txt-18 {
  margin-bottom: 30px;
}

#guide-price .box {
  border-bottom: 2px solid #044D19;
  padding: 30px 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #cpt-record .work_type {
    padding: 4px 12px;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  #contact__other ul li a {
    width: 100% !important;
    padding: inherit !important;
    line-height: 32px !important;
  }
}

/******************************/
/* 背景 */
/******************************/
/*パターン背景*/
/******************************/
/* 見出しタイトル */
/******************************/
.ttl01 {
  background-color: #AA6B24;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 8px 20px;
  margin-bottom: 14px;
  position: relative;
}

.ttl01:after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 10px solid #E57200;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
}

/******************************/
/* リンク　ボタン（BTN） */
/******************************/
/*ボタン（BTN）*/

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