@charset "UTF-8";
/*page.css*/
/* 下層ページ共通設定
------------------------------------------ */
.page.format {
  max-width: 860px;
  margin: auto;
}

.page_head {
  width: 100%;
  height: 110px;
  position: relative;
}
.page_head::before, .page_head::after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  transform: translate(-50%, 0);
}
.page_head::before {
  width: 155px;
  height: 100px;
  background-image: url("../img/common/pig02.png");
  left: 34%;
  bottom: 4px;
  z-index: 1;
}
.page_head::after {
  width: 78px;
  height: 74px;
  background-image: url("../img/index/mv/tree.png");
  left: 68%;
  bottom: 0;
}
.page_ttl {
  margin-bottom: 34px;
}
.page_ttl .page_ttl_JP {
  font-size: 28px;
}
.page_ttl .page_ttl_EN {
  color: #8D8B8B;
  font-weight: 600;
}
.page_sc_ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.page_flex {
  max-width: 470px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page_flex li {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact_box {
  background-color: #fff1ed;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  width: 90%;
  margin: 0 auto 100px;
  ;
  font-weight: 500;
}
.contact_title {
  color: #7ab2cc;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.company_name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.company_tel {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0;
  display: block;
  text-decoration: none;
  color: inherit;
}
.contact_icon {
  display: block;
  margin-top: 15px;
}
.contact_icon img {
  width: 50px;
}
.grecaptcha-badge {
  bottom: 50px!important;
  z-index: 5;
}
/* works
------------------------------------------ */
.works .format {
  max-width: 600px;
  margin: auto;
}
.works .pc {
  display: none;
}
.works .works_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.works .works_content li {
  border: 1px solid #FF8E79;
  border-radius: 20px;
}
.works .works_content .works_content_ttl {
  margin: 26px 16px 16px 16px;
  padding: 6px 0 8px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  background-color: #FF8E79;
  border-radius: 5px;
}
.works .works_content p {
  padding: 0 16px 26px;
}
.works li.works_content_pic, .works .works_content_pic img {
  border: none;
  border-radius: 20px;
}
.works .works_comment_01 {
  margin-top: 46px;
  position: relative;
}
.works .works_comment_01 p:first-child {
  width: 290px;
  position: absolute;
  top: -8px;
  left: -16px;
}
.works .works_comment_01 p:last-child {
  width: 272px;
  position: absolute;
  bottom: -35px;
  right: -4px;
}
.works .works_comment_voice {
  padding: 20px;
  background-color: #FFEFEC;
  border-radius: 20px;
  position: relative;
}
.works .works_comment_voice::after, .works .works_comment_voice::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
}
.works .works_comment_voice::after, .works .works_comment_voice::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/page/works/arrow01.png");
  bottom: -20px;
}
.works .works_comment_voice01::before {
  left: 24px;
  transform: rotate(90deg);
}
.works .works_comment_voice01::after {
  width: 25px;
  height: 25px;
  right: 16px
}
.works .works_comment_voice02::before {
  width: 40px;
  height: 40px;
  top: -26px;
  right: 50px;
  transform: rotate(-100deg);
}
.works .works_comment_voice02::after {
  background-image: none;
}
.works .works_comment_02 {
  margin-top: 84px;
}
.works .works_comment_02 figure {
  width: 340px;
  margin: 8px auto 0;
  ;
}
.works .works_comment_03 {
  margin-top: 40px;
}
.works .works_comment_03:last-child {
  margin-top: 20px;
}
.works .works_comment_03 figure {
  width: 170px;
  margin: 0 auto 10px;
}
.works .works_comment .works_comment_voice .works_comment_voice_head {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
}
.works .works_comment .works_comment_pic {
  margin-top: 20px;
}
.works_bottom_pic::before {
  content: '';
  display: inline-block;
  width: 190px;
  height: 125px;
  background-image: url(../img/index/about_works/pig02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.works_bottom_pic figure {
  margin: 10px auto 50px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.works .icon, .faq .icon {
  margin-top: 6px;
}
/* faq
------------------------------------------ */
.faq .faq_head .format {
  padding-bottom: 100px;
}
.faq .faq_list {
  position: relative;
}
.faq .faq_list::before, .faq .faq_list::after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
}
.faq .faq_list::before {
  width: 126px;
  height: 89px;
  background-image: url("../img/index/about_us/pig04.png");
  top: -16px;
  left: 16px;
}
.faq .faq_list::after {
  width: 123px;
  height: 106px;
  background-image: url(../img/common/page_foot03.png);
  top: -50px;
  right: 40px;
}
.faq ul {
  max-width: 700px;
  margin: 30px auto 0;
}
.faq ul li {
  margin: 20px 0px 0;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}
.faq ul li div {
  padding: 16px 32px 16px 34px;
  background-color: #FFF;
  position: relative;
}
.faq ul li div::before {
  content: 'Q';
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FF8E79;
  border-radius: 50px;
  position: absolute;
  top: 19px;
  left: 10px;
}
.faq ul li div.answer {
  display: none;
  padding-top: 0;
  padding-bottom: 23px;
}
.faq ul li div.answer p {
  padding-top: 23px;
  border-top: 1px solid #DDD;
}
.faq ul li div.answer::before {
  content: 'A.';
  color: #5A97B5;
  top: 27px;
}
.faq ul li div.question p {
  font-weight: 600;
}
.faq ul li div.question::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/page/faq/open.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.faq ul li div.question.active::after {
  background-image: url("../img/page/faq/close.png");
}
.faq .works.format {
  margin-top: -20px;
  padding-top: 0;
}
.faq .works.format {
  padding-top: 0;
}
.faq .works.format .works_comment_03 {
  margin-top: 0;
  padding-top: 0;
}
.faq .icon {
  margin-bottom: 16px;
}
.faq .icon::before {
  margin-right: 10px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/page/works/icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 3px;
}
.faq .bottom_pic {
  max-width: 500px;
  margin: auto;
}
/*about
------------------------------------------ */
.about_head {
  font-weight: 600;
}
.about_head_ttl {
  margin-bottom: 22px;
  font-size: 26px;
  color: #444;
}
.about_head_subttl {
  margin-bottom: 12px;
  font-size: 22px;
}
.compost_section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}
/* company
------------------------------------------ */
.company .map {
  margin: 60px auto 100px;
  max-width: 600px;
}
table.table_format {
  width: 100%;
  border-top: 1px solid #AC9D98;
  font-size: 14px;
}
table.table_format tr:first-child {
  padding-top: 20px;
}
table.table_format tr {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px solid #AC9D98;
}
table.table_format tr th, table.table_format tr td {
  display: block;
  width: 100%;
  text-align: left;
}
table.table_format tr th {
  width: 100%;
  font-size: 110%;
  text-align: left;
}
table.table_format tr td {
  width: 100%;
}
table.table_format tr td .circle {
  position: relative;
}
table.table_format tr td .circle::before {
  content: '・';
  position: absolute;
  left: -16px;
  top: 0px;
}
table.table_format tr td.table_flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
}
/* History
------------------------------------------ */
.history_container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.history_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  position: relative;
  padding-left: 30px;
}
.history_item:last-child {
  margin-bottom: 0;
}
.history_item::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: -55px;
  width: 1px;
  background-color: #e6edf3;
  z-index: 0;
}
.history_item:last-child::before {
  display: none;
}
.history_marker {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 12px;
  height: 12px;
  background-color: #5A97B5;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 1;
  flex-shrink: 0;
}
.history_year {
  color: #5A97B5;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.history_content {
  font-size: 1rem;
  line-height: 1.6;
}
/* page contact
------------------------------------------ */
.contact form {
  margin-top: 30px;
}
.contact form dl {
/*  margin-bottom: 30px;*/
  padding: 20px 0;
  border-bottom: 1px solid #AC9D98;
}
.contact form dl:first-child {
  border-top: 1px solid #AC9D98;
}
.contact form .txt_area {
  border-bottom: 1px solid #AC9D98;
  padding: 20px 0;
}
.contact form dl dt, .contact form .txt_area span {
  font-weight: 600;
  color: #5A97B5;
  font-size: 14px;
}
.contact form dl dd {
  height: 30px;
  margin-top: 4px;
}
.contact form dl dd input {
  width: 100%;
  height: 20px;
  padding: 15px;
  font-weight: 600;
  background-color: transparent;
  border: none;
}
.contact .txt_area textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
  font-weight: 500;
  line-height: 1.5;
  border: 0;
}
.contact .form_btn {
  width: 80%;
  max-width: 180px;
  margin: 50px auto 0;
}
.contact .form_btn input {
  display: block;
  width: 100%;
  padding: 15px 10px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.5px;
  background-color: #5A97B5;
  border: none;
  border-radius: 50px;
}
.contact .form_btn input:hover {
  opacity: 0.7;
}
.submit_p p{
	padding-top:30px;
}
/* privacy policy
------------------------------------------ */
.privacy-policy .container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.privacy-policy ol{
	padding: 20px;
}
.privacy-policy ol>li {
    list-style: inherit;
    margin-bottom: 1em;
}
.privacy-policy ol>li span{
display: block;
}
.privacy-policy ol>li ul{
	padding: 10px 20px;
}
.privacy-policy ol>li ul li{
	    list-style: disc;
}

/* レスポンシブ設定
------------------------------------------ */
@media (min-width:440px) {
  .faq ul li div {
    padding: 16px 42px 16px 44px;
  }
  .faq ul li div::before {
    left: 18px;
  }
  .faq ul li div.question::after {
    right: 18px;
  }
}
@media (min-width:620px) {
  .faq .bottom_pic {
    max-width: inherit;
    background-color: #B5D6C5;
    margin: 0;
    padding-bottom: 100px;
  }
  .faq .bottom_pic .format {
    padding-top: 0;
  }
  .faq .bottom_pic_wrap {
    display: flex;
    gap: 16px;
  }
  .faq .icon {
    display: none;
  }
  .youtube.youtube02 {
    padding-top: 0;
  }
  .youtube.youtube02::before {
    width: 110%;
    height: 200px;
    background-image: url("../img/page/faq/youtube_bg.svg");
    top: 0;
    left: -5%;
  }
  .youtube.youtube02::after {
    content: '';
    display: inline-block;
    width: 70%;
    max-width: 420px;
    height: 576px;
    background-image: url(../img/common/pig_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
  }
  table.table_format tr {
    display: flex;
    flex-wrap: nowrap;
  }
  table.table_format tr th {
    width: 150px;
  }
  #contact form dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
  }
  #contact form dl dt {
    width: 150px;
    padding: 15px 0;
    border-bottom: 2px solid #ACA08F;
  }
  #contact form dl dd {
    width: calc(100% - 170px);
    height: 56px;
  }
  #contact form dl dd input {
    height: 56px;
  }
  #contact form dl:first-of-type dd input {
    top: 0;
  }
  #contact form dl:first-of-type .wpcf7-form-control-wrap {
    position: relative;
    top: -23px;
  }
  #contact form dl dd input {
    outline: none;
  }
}
@media (min-width:768px) {
  .page_sc_ttl {
    text-align: left;
  }
  .foot {
    position: relative;
  }
  .foot::before {
    content: '';
    display: inline-block;
    width: 167px;
    height: 194px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -30px;
    right: -40px;
  }
  .foot_bg01::before {
    background-image: url("../img/common/page_foot.png");
  }
  .foot_bg02::before {
    background-image: url("../img/common/page_foot02.png");
  }
  .works .format {
    max-width: 1128px;
  }
  .works .works_wrap {
    display: flex;
    gap: 40px;
  }
  .works .works_wrap .works_content_wrap {
    width: 50%;
  }
  .works .works_comment {
    width: 50%;
  }
  .works .sp {
    display: none;
  }
  .works .pc {
    display: block;
  }
  .works_bottom_pic figure {
    flex-direction: row;
  }
  .works_bottom_pic figure img {
    display: block;
    width: calc(33% - 13px);
  }
  .works_bottom_pic::before {
    width: 332px;
    height: 211px;
  }
    .works .works_comment_voice01::before {
  left: 75px;
}
.works .works_comment_voice01::after {
  right: 70px
}
  .works_comment_03_PC .works_comment_03 div, .works_comment_03 div {
    display: flex;
  }
  .works .works_comment_03_PC .works_comment_voice02::before, .works_comment_03 .works_comment_voice02::before {
    width: 24px;
    height: 24px;
    top: 60px;
    left: -7px;
    transform: rotate(-45deg);
  }
  .works .icon {
    margin-bottom: 16px;
  }
  .works .icon::before {
    margin-right: 10px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/page/works/icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 3px;
  }
  .works .works_comment_03_PC figure {
    margin-left: 0;
    margin-right: 0;
  }
  .works .works_comment_03_PC {
    max-width: 810px;
  }
  .works_bottom_pic figure {
    padding-top: 50px;
  }
  .works_bottom_pic .foot02::before {
    width: 155px;
    height: 180px;
    top: -60px;
    left: 80px;
  }
  .works_bottom_pic .foot03::before {
    width: 190px;
    height: 205px;
    top: inherit;
    bottom: 40px;
    right: -10px;
  }
  .faq .works.format {
    max-width: 900px;
    margin: auto;
  }
  .faq .works .works_comment_03 .works_comment_voice {
    width: calc(100% - 170px);
    margin-left: 30px;
  }
  .compost_section {
    padding: 80px 20px;
  }
  .compost_intro, .notice_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 100px;
  }
  .intro_text, .notice_text {
    flex: 1;
  }
  .intro_image, .notice_image {
    flex: 1;
    margin-bottom: 0;
  }
  .intro_image img, .notice_image img {
    margin-bottom: 0;
  }
  .intro_title {
    font-size: 1.6rem;
  }
  .price_flex {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  .price_table {
    width: 55%;
    margin-bottom: 0;
  }
  .price_notes {
    width: 50%;
  }
  .history_container {
    padding: 0;
  }
  .history_item {
    flex-direction: row;
    padding-left: 0;
  }
  .history_item::before {
    left: 125.4px;
  }
  .history_marker {
    position: relative;
    left: 0;
    top: 10px;
    transform: none;
  }
  .history_year {
    width: 120px;
    text-align: left;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .history_content {
    padding-left: 14px;
  }
  .contact_box {
    padding: 50px;
    width: 70%;
    max-width: 700px;
    margin: 30px auto 120px;
  }
}
@media (min-width:980px) {
  .page_ttl {
    margin: 30px 0 70px;
  }
  .page_head {
    height: 160px;
  }
  .page_head::before {
    width: 243px;
    height: 159px;
    left: 54%;
    bottom: -19px;
  }
  .page_head::after {
    width: 122px;
    height: 116px;
    left: 20%;
  }
  .faq .faq_head .format {
    padding-bottom: 160px;
  }
  .faq ul {
    max-width: 900px;
    position: relative;
    z-index: 1;
  }
  .faq ul li div::before {
    top: 26px;
    left: 34px;
  }
  .faq ul li div.question::after {
    right: 30px;
  }
  .faq ul li div {
    padding: 24px 62px 24px 64px;
  }
  .faq .faq_list::before {
    width: 160px;
    height: 100px;
    top: -122px;
    left: 162px;
  }
  .faq .faq_head {
    position: relative;
  }
  .faq .faq_head::after {
    content: '';
    display: inline-block;
    width: 104px;
    height: 100px;
    background-image: url(../img/index/mv/tree.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    bottom: 72px;
    right: 160px;
    z-index: 1;
  }
  .faq .faq_list::after {
    width: 200px;
    height: 160px;
    background-image: url(../img/common/page_foot02.png);
    top: -5px;
    right: -10px;
    z-index: 0;
  }
  .page_flex {
    max-width: inherit;
    gap: 80px;
  }
  .page_flex li {
    flex-direction: row;
    gap: 40px;
  }
  .page_flex li.about_head div {
    width: 45%;
  }
  .page_flex li.about_head figure {
    width: 55%;
  }
  .page_flex li div {
    width: 52%;
  }
  .page_flex li figure {
    width: 48%;
  }
  table.table_format tr th {
    width: 245px;
  }
  .faq article::after {
    content: '';
    display: inline-block;
    width: 70%;
    max-width: 420px;
    height: 576px;
    background-image: url(../img/common/pig_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
  }
  .faq .bottom_pic {
    padding-bottom: 140px;
  }
  .youtube.youtube02::before {
    height: 600px;
    top: 20px;
  }
  .youtube.youtube02::after {
    max-width: 820px;
    background-image: url(../img/common/pig_line_PC.png);
    top: -200px;
  }
  #contact form dl {
    margin-bottom: 35px;
  }
  #contact form dl dt {
    width: 206px;
  }
  #contact form dl dd {
    height: 64px;
  }
  #contact form dl dd input {
    font-size: 2rem;
  }
  #contact form dl:first-of-type .wpcf7-form-control-wrap {
    top: -31px;
  }
  #contact .txt_area textarea {
    height: 230px;
    font-size: 1.8rem;
  }
  #contact .wpcf7-not-valid-tip {
    margin-top: 10px;
  }
  .grecaptcha-badge {
    bottom: 100px !important;
  }
}
@media (min-width:1240px) {
  .page_ttl .page_ttl_JP {
    font-size: 34px;
  }
  .page_sc_ttl {
    font-size: 30px;
  }
  .faq .works.format {
    position: relative;
    z-index: 1;
  }
  .faq .works.format::before, .faq .works.format::after {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    z-index: -1;
  }
  .faq .works.format::before {
    width: 120px;
    height: 140px;
    background-image: url(../img/common/page_foot02.png);
    top: 180px;
    left: -60px;
  }
  .faq .works.format::after {
    width: 200px;
    height: 130px;
    background-image: url(../img/common/pig02.png);
    bottom: -30px;
    right: -190px;
  }
  .youtube.youtube02 {
    padding-top: 36px;
  }
}
@media (min-width:1400px) {
  .faq .faq_head .format {
    padding-bottom: 210px;
  }
  .faq .faq_list::before {
    top: -190px;
    left: 20%;
  }
  .faq .faq_head::after {
    bottom: 90px;
    right: 20%;
  }
  .youtube.youtube02::before {
    top: 0;
  }
}