@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  padding-top: 0px;
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.pagehead-bg::before{
  content: "";
  background: rgb(106,57,6,.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.city_page_style .pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
}

.city_page_style .pagehead-bg::before{
  content: "";
  background: rgb(106,57,6,0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
  .city_page_style .pagehead-bg{
  height: 700px;
}
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 300px;
  }
  .city_page_style .pagehead-bg{
  height: 500px;
}
}

/******************************
  ページhead
******************************/
.pagehead-ttl {
  padding: 5px 70px;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 0px;
  background: rgb(106,57,6,0.7);
  box-shadow: 10px 10px 0 rgb(255,255,255,0.7);
}
.pagehead-ttl h2 {
  font-size: 26px;
}

.city_page_style .pagehead-ttl h2 {
  font-size: 34px;
}


.pagehead-ttl p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pagehead-ttl {
    top: 150px;
    left: 0px;
    box-shadow: 6px 6px 0 rgb(255, 255, 255, 0.7);
  }
  .city_page_style .pagehead-ttl{
    top: 52%;
    left: 0px;
    box-shadow: 6px 6px 0 rgb(255, 255, 255, 0.7);
  }
  .pagehead-ttl h2 {
    font-size: 20px;
  }
  .pagehead-ttl p {
    font-size: 14px;
  }
  .city_page_style .pagehead-ttl h2 {
  font-size: 20px;
}
}

/*****************************
  top 汎用SECTION
*****************************/
.top_sec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
.top_sec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.top_sec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .top_sec,.top_sec_shot,.top_sec_long {
    margin: 0px 0;
    padding: 30px 0 40px;
  }
}

/*****************************
  下層 汎用SECTION
*****************************/
.pagesec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
.pagesec_zero{
  margin: 0px 0;
  padding: 60px 0 60px;
}
.pagesec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.pagesec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .pagesec,.pagesec_shot,.pagesec_long {
    margin: 0px 0;
    padding: 60px 0 60px;
  }
}

/*****************************
  タイトル
*****************************/
.title_type1 {
    position: relative;
    text-align: center;
    margin: 10px 0 50px;
}
/* .topsec-news .title_type1 {
    position: relative;
    text-align: left;
    margin: 10px 0 30px;
} */
/* .faq_area .title_type1 {
  position: relative;
  text-align: left;
    margin: 10px 0 30px;
}
.faq_area .title_type1 h2{
  text-align: center;
} */

.title_type1 h2 {
    position: relative;
    font-size: 30px;
    display: inline-block;
    letter-spacing: 3px;
    color: #7DCD54;
    line-height: 1;
}
@media screen and (max-width: 767px) {
.title_type1 h2 {
    font-size: 20px;
}
}

.title_type1 h2:before {
  position: absolute;
  content: '';
  background: url(../images/common/title_type1-item01.webp) center / cover;
  width: 170px;
  aspect-ratio: 159 / 98;
  top: 10px;
  right: -160px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
.title_type1 h2:before {
  width: 130px;
  top: 25px;
  right: -120px;
}
}

.title_type1 .subtitle {
font-size: 22px;
display: block;
padding: 0 10px;
letter-spacing: 3px;
line-height: 1;
color: #928573;
}
@media screen and (max-width: 767px) {
.title_type1 .subtitle {
font-size: 16px;
}
}

/*****************************
  テキストエリア
*****************************/

.main_text_area_center{
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.main_text_area_center p{
  font-size: 16px;
  margin-bottom: 5px;
}
.greeting_area .main_text_area_center p{
  font-size: 18px;
}

@media screen and (max-width: 767px) {
.main_text_area_center{
  text-align: left;
}
.main_text_area_center p{
  font-size: 16px;
}
.greeting_area .main_text_area_center p{
  font-size: 16px;
}
}

.main_text_area{
  margin-top: 10px;
  margin-bottom: 20px;
text-align: left;
}
.main_text_area p{
  font-size: 16px;
  margin-bottom: 10px;
}

.main_text_area_800{
  width: 800px;
  max-width: 100%;
  margin: 10px auto 20px;
}
.main_text_area p{
  font-size: 16px;
  margin-bottom: 10px;
}

/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 60px;
  margin-bottom: 60px;
}
.pagebox{
  width: 100%;
  margin: 10px auto 10px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
  border-left: 5px solid #565656;
  color: #565656;
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0 1rem;
  padding: .8rem 1.5rem;
}
.page-privacy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy p,
.page-privacy .pplist .content{
  line-height: 1.8;
}
.page-privacy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy .pplist .content li{
  list-style: "・";
}
@media only screen and (max-width: 767px) {
  .page-privacy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
margin-bottom: 60px;
}
.sitemaplist {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 50px;
}
.sitemaplist li {
width: 47%;
list-style: none;
margin: 10px;
}
@media screen and (max-width: 767px) {
.sitemaplist li {
width: 100%;
list-style: none;
}
}
.sitemaplist li a{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #565656;
color: #565656;
opacity: 1;
}
.sitemaplist li a:hover{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
background: #565656;
color: #fff;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #565656;
}
.sitemaplist li a:hover::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff;
}
.sitemap-current a{
color: #fff !important;
border: 1px solid;
background: #565656;
}
.sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
}


/*****************************
  フォーム コンタクトフォーム
*****************************/
.firsttxt{
  max-width: 800px;
  margin: 10px auto 30px;
}
.ppbox{
  max-width: 800px;
  margin: 10px auto 10px;
}
.formbox{
  max-width: 800px;
  margin: 0 auto;
}
.formbox .fomin{
  background: #F5F5F5;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl span{
  background: #cd5454;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: .2rem .5rem .3rem;
  width: 35px;
}
.formbox .fomcontent{
  background: #fff;
  padding: 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  display: block;
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

/* .formbox input,
.formbox textarea,
.formbox select,
.input-submit input{
} */
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-bottom: -1rem;
  text-align: right;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .ttlbox1{
  margin-bottom: 2rem;
}
.pagesec-contact .firsttxt{
  margin: 0 auto ;
  max-width: 800px;
  padding: 1rem;
}
.pagesec-contact .firsttxt p{
  color: #282828;
  font-size: 1.8rem;
  font-weight: bold;
}
.pagesec-contact .txtbox{
  margin: 2rem auto ;
  max-width: 800px;
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .attention{
  color: #A42020;
  font-weight: bold;
  margin-top: -1rem;
}
.pagesec-contact .txtbox .telbox{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbox a{
  color: #003da5;
  font-size: 2.4rem;
  font-weight: bold;
}
.pagesec-contact .txtbox .telbox a i{
  margin-right: .3rem;
}
.pagesec-contact .txtbox .telbox p{
  font-weight: bold;
  margin: 0;
}

.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 800px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
  background: #6a3906;
  border: 1px solid #6a3906;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 0%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 2rem ;
  position: relative;
  transition: .3s;
}
.fomb:hover input{
  background-color: #fff;
  color: #333;
}
.fomb input:disabled{
  background: #b5b5b5 !important;
  color: #ebebeb;
  border: 1px solid #b5b5b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-contact .formlinks li{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-contact .formlinks li a{
    border: 1px solid #0F2453;
    border-bottom: 0;
  }
  .pagesec-contact .formlinks li:last-of-type{
    border-bottom: 1px solid #0F2453;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}


/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-01s {animation-delay: calc(var(--animate-delay) * 0.1);}
.animate__delay-02s {animation-delay: calc(var(--animate-delay) * 0.2);}
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-04s {animation-delay: calc(var(--animate-delay) * 0.4);}
.animate__delay-05s {animation-delay: calc(var(--animate-delay) * 0.5);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-07s {animation-delay: calc(var(--animate-delay) * 0.7);}
.animate__delay-08s {animation-delay: calc(var(--animate-delay) * 0.8);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-10s {animation-delay: calc(var(--animate-delay) * 1.0);}
.animate__delay-11s {animation-delay: calc(var(--animate-delay) * 1.1);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-13s {animation-delay: calc(var(--animate-delay) * 1.3);}
.animate__delay-14s {animation-delay: calc(var(--animate-delay) * 1.4);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-16s {animation-delay: calc(var(--animate-delay) * 1.6);}
.animate__delay-17s {animation-delay: calc(var(--animate-delay) * 1.7);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-19s {animation-delay: calc(var(--animate-delay) * 1.9);}
.animate__delay-20s {animation-delay: calc(var(--animate-delay) * 2);}

.top_flex_3col{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.top_flex_3col li{
  width: calc(100% / 3);
  padding: 10px;
}
@media screen and (max-width: 820px) {
.top_flex_3col li{
  width: calc(100% / 2);
  padding: 10px;
}
}
@media screen and (max-width: 767px) {
.top_flex_3col li{
  width: calc(100% / 1);
  padding: 10px;
}
}
.top_flex_3col li img{
  margin-bottom: 5px;
  width: 100%;
}


/*****************************
  scroll to TOP
*****************************/
.page_top {
  margin-top: 0px;
  text-align: center;
  background: url(../images/common/dotdot.png) repeat;
}
.page_top a{
  background-color: #F7F1EC;
  border-top: 1px solid #fff3e3;
  z-index: 1000;
  color: #6a3906;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
}

.page_top a::before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  position: relative;
  transition: 0.5s;
  top: 0;
  padding-right: 10px;
  vertical-align: top;
}
.page_top a:hover{
  opacity: 1;
  color: #7dcd54;
transition: 0.5s;
}
.page_top a:hover:before {
  color: #7dcd54;
  top: -3px;
}


/*****************************
よくある質問
*****************************/
.qa_box{
  margin: 50px 0;
}

.qa dl {
  cursor: pointer;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #A29787;
  margin-bottom: 10px;
}
.qa dl.open {
  border-radius: 5px;
  background: #736a5d;
}
.qa dt {
  margin: 0;
  position: relative;
}
.qa dl dt::before,
.qa dl dt::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  width: 23px;
  height: 2px;
  background: #fff;
}
.qa dl.open dt::before,
.qa dl.open dt::after{
  background: #fff;
}
.qa dl dt::after{
  transform:rotate(90deg);
  -moz-transition: -moz-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
}
.qa .open dt::after{
  transform:rotate(360deg);
}
.qa dt p {
  font-size: 18px;
width: calc(100% - 60px);
display: inline-block;
padding-left: 10px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1px;
}

.qa .open dt p {
  font-size: 18px;
width: calc(100% - 60px);
  display: inline-block;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.qa .open dt p {
  font-size: 14px;
}
}


.qa dt span,
.qa dd span{
  color: #fff;
  font-size: 30px;
  line-height: 0.8;
}
.qa .open dt span,
.qa .open dd span{
  color: #ffffff;
  font-size: 30px;
  line-height: 0.8;
  left: 0;
}
@media screen and (max-width: 767px) {
  .qa dt span,
  .qa dd span{
    vertical-align: top;
  }
  .qa .open dt span,
.qa .open dd span{
  display: none;
}
}

.qa dd span{
  position: absolute;
}
.qa dd {
  height: auto;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}
.qa dd .answer_area {
  width: calc(100% - 50px);
  margin-left: 50px;
  margin-right: 0px;
  padding: 10px 15px;
  background: #fbfbfb;
  min-height: 100px;
  border-radius: 5px;
}
.qa dd p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.qa dd p:first-child{
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .qa dd .answer_area {
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 15px;
  background: #fbfbfb;
  min-height: 100px;
  border-radius: 5px;
}
  .qa dd{
    padding: 0 0 2rem ;
  }
  .qa dt p,
  .qa dd p{
font-size: 14px;
  }
  .qa dl dt::before,
  .qa dl dt::after{
    top: 1.5rem;
    right: 0;
}
}

/*****************************
会社概要
*****************************/
.company_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.company_flex .left_area{
  width: 45%;
  padding: 20px;
}
.company_flex .right_area{
  width: 55%;
  padding: 20px;
}
@media screen and (max-width: 820px) {
.company_flex{
flex-direction: column-reverse;
}
.company_flex .left_area{
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.company_flex .right_area{
  width: 100%;
  padding: 20px;
}
}
@media screen and (max-width: 767px) {
.company_flex .left_area{
  padding: 10px 0;
}
.company_flex .right_area{
  padding: 10px 0
}
}


/*****************************
flow
*****************************/

.flow_info .catch_title{
  position: relative;
  display: inline-block;
}

.flow_info .catch_title:before {
  position: absolute;
  content: '';
  background: url(../images/common/title_type1-item01.webp) center / cover;
  width: 400px;
  aspect-ratio: 159 / 98;
  top: 50px;
  right: -250px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
.flow_info .catch_title:before {
  width: 300px;
  top: 70px;
  right: -120px;
  transform: translateY(-50%) translateX(-50%);
}
}

.flow_info h3{
  margin: 10px 0 30px;
  font-size: 24px;
  color: #555;
}
@media screen and (max-width: 767px) {
.flow_info h3{
  font-size: 18px;
}
}
.flow_info p{
  margin: 10px 0 30px;
  font-size: 16px;
}
.flow_gallery_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.flow_gallery_flex li{
  width: calc(100% / 4);
  padding: 10px;
}
@media screen and (max-width: 820px) {
.flow_gallery_flex li{
  width: calc(100% / 2);
  padding: 10px;
}
}
@media screen and (max-width: 767px) {
.flow_gallery_flex li{
  padding: 5px;
}
}

.bg_glay{
  background: #F9F8F4;
  margin: 0px 0;
}
.white_bg{
    padding: 60px 80px;
    border: 2px solid #dbdbdb;
    border-radius: 10px;
    background: #fff;
}
@media screen and (max-width: 1024px) {
.white_bg{
    padding: 60px 40px;
}
}
@media screen and (max-width: 820px) {
.white_bg{
    padding: 60px 20px;
}
}
.step_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
margin-top: 50px;
position: relative;
}
.step_flex .icon_area{
  width: 20%;
  margin-right: 3%;
  padding: 15px;
}
.step_flex .text_area{
  width: 77%;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
.step_flex .icon_area{
  width: 25%;
  margin-right: 0%;
  padding: 10px;
}
.step_flex .text_area{
  width: 75%;
  padding: 10px;
}
}
@media screen and (max-width: 767px) {
.step_flex .icon_area{
width: 70px;
margin-right: 0%;
padding: 0px;
position: absolute;
top: -10px;
}
.step_flex .text_area{
  width: 100%;
  padding: 10px 0px;
}
}

.step_flex h3{
  position: relative;
  display: block;
  color: #928573;
  font-size: 20px;
    z-index: 1;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
.step_flex h3{
  padding-left: 75px;
  font-size: 18px;
}
}

.step_flex h3 span{
  position: absolute;
  display: block;
  color: #f0f0f0;
  letter-spacing: 2px;
  font-size: 55px;
  top: -30px;
  left: -5px;
  line-height: 1;
  z-index: -1;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
.step_flex h3 span{
  font-size: 40px;
  left: 80px;
}
}
.step_flex ul {
  margin-top: 10px;
}
.step_flex ul li {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
}
.step_flex ul li::before {
    position: absolute;
    content: "";
    background: url(../images/common/sikaku.png) no-repeat center / contain;
    width: 10px;
    height: 10px;
    top: 9px;
    left: 0;
    transition: .5s;
}

/* banner_area banner_area banner_area */

.banner_area{
  position: relative;
  margin-bottom: 30px;
}
.banner_img_area img{
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .banner_area{
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.banner_img_area img{
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
  .banner_area{
  margin-bottom: 0px;
}
.banner_img_area{
  display: none ;
}
}
.banner_text_area{
  position: absolute;
  top: 36%;
  left: 13%;
}
@media screen and (max-width: 1024px) {
.banner_text_area{
  position: absolute;
  top: 23%;
  left: 6%;
}
}
@media screen and (max-width: 767px) {
.banner_text_area{
  position: relative;
  top: 0%;
  left: 0%;
  background: #a29789;
  padding: 20px 20px 30px;
  border-radius: 15px;
  text-align: center;
}
}

.banner_text_area h3{
  color: #fff;
  font-size: 38px;
  font-weight: 100;
}
@media screen and (max-width: 1024px) {
.banner_text_area h3{
font-size: 24px;
margin-bottom: 30px;
font-weight: bold;
line-height: 1.4;
}
}
@media screen and (max-width: 767px) {
.banner_text_area h3{
font-size: 16px;
margin-bottom: 15px;
}
}

.banner_text_area .banner_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
align-items: flex-start;
}
.banner_text_area .banner_flex .left_area{
width: 48%;
max-width: 280px;
border: 2px solid #876537;
background: #fff;
padding: 8px 10px;
border-radius: 15px;
text-align: center;
min-height: 90px;
}
.banner_text_area .banner_flex .right_area{
width: 48%;
max-width: 280px;
border: 2px solid #876537;
background: #F5EFE3;
padding: 8px 10px;
border-radius: 15px;
text-align: center;
min-height: 90px;
}

@media screen and (max-width: 1024px) {
.banner_text_area .banner_flex{
    flex-direction: column;
    align-content: flex-start;
}
.banner_text_area .banner_flex .left_area{
  width: 100%;
  margin-bottom: 20px;
}
.banner_text_area .banner_flex .right_area{
width: 100%;
}
}
@media screen and (max-width: 767px) {
.banner_text_area .banner_flex .left_area{
  max-width: 100%;
}
.banner_text_area .banner_flex .right_area{
  max-width: 100%;
}
}

/* left_area */
.banner_text_area .banner_flex .left_area .btn_title{
  font-size: 16px;
  color: #5f9d3f;
  line-height: 1;
}
.banner_text_area .banner_flex .left_area .btn_tell{
  font-size: 23px;
  color: #5f9d3f;
  padding-left: 10px;
  position: relative;
  display: unset;
}
.banner_text_area .banner_flex .left_area .btn_tell::before{
position: absolute;
content: "";
background: url(../images/common/tel_icon.png) no-repeat center / contain;
width: 26px;
height: 26px;
top: -2px;
left: -20px;
transition: .5s;
}

.banner_text_area .banner_flex .left_area .btn_text{
  font-size: 13px;
  color: #753700;
  line-height: 1;
}
/* right_area */

.banner_text_area .banner_flex .right_area .btn_text{
  font-size: 18px;
  color: #753700;
  line-height: 1;
  margin-top: 7px;
  margin-bottom: 10px;
}

.banner_text_area .banner_flex .right_area .btn_title{
font-size: 24px;
color: #753700;
font-weight: bold;
line-height: 1;
padding-left: 18px;
position: relative;
display: unset;
}
.banner_text_area .banner_flex .right_area .btn_title::before{
position: absolute;
content: "";
background: url(../images/common/mail_icon.png) no-repeat center / contain;
width: 30px;
height: 30px;
top: -2px;
left: -13px;
transition: .5s;
}

.pcimg { display: block !important; }
.spimg { display: none !important; }
 
@media only screen and (max-width: 1024px) {
    .pcimg { display: none !important; }
    .spimg { display: block !important; }
}
/* banner_area banner_area banner_area END*/


/*****************************
Service
*****************************/

.service_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  padding-right: 10px;
}
.service_flex li{
width: calc(100% / 3);
padding: 10px;
margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
.service_flex{
justify-content: flex-start;
}
.service_flex li{
width: calc(100% / 2);
}
}
@media screen and (max-width: 767px) {
.service_flex li{
width: calc(100% / 1);
}
}

.service_flex li h3{
color: #928573;
font-size: 18px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
.service_flex li p{
font-size: 16px;
}

.case_banner_area{
  width: 800px;
  max-width: 100%;
  margin: 30px auto;
  padding-right: 20px;
}

.pcbanner { display: block !important; }
.spbanner { display: none !important; }
 
@media only screen and (max-width: 767px) {
    .pcbanner { display: none !important; }
    .spbanner { display: block !important; }
}
.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*****************************
  サービスページ　対応エリア
*****************************/
.service_area_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.service_area_flex .left_area{
  width: 50%;
  padding: 20px;
}
.service_area_flex .right_area{
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
.service_area_flex .left_area{
  width: 65%;
  padding: 20px;
}
.service_area_flex .right_area{
  width: 35%;
  padding: 20px;
}
}
@media screen and (max-width: 820px) {
.service_area_flex .left_area{
  width: 100%;
  padding: 10px;
}
.service_area_flex .right_area{
  width: 100%;
  padding: 10px;
}
}


.service_area_flex h3{
color: #181818;
  padding: 5px 0;
  border-top: solid 2px #555555;
  border-bottom: solid 2px #555555;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 3px;
}

.area_area{
  margin-top: 0;
margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
.area_area{
margin-top: 0;
margin-bottom: 50px;
}
}

.area_link{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.area_link li{
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 5px;
}
.area_link li a{
  text-decoration: underline;
  transition: 1s;
}
.area_link li a:hover{
  text-decoration: underline;
  transition: 1s;
  color: #1a0dab;
}

.area_link02{
  display: flex;
}
.area_link02 li{
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 20px;
}
.area_link02 li a{
  text-decoration: underline;
  transition: 1s;
}
.area_link02 li a:hover{
  text-decoration: underline;
  transition: 1s;
  color: #1a0dab;
}

.illustration_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.illustration_flex img{
width: 100%;
}
@media screen and (max-width: 820px) {
.illustration_flex img{
width: 50%;
}
}
@media screen and (max-width: 600px) {
.illustration_flex img{
width: 80%;
margin:  0 auto;
}
}

/*****************************
  case archive select
*****************************/
.select_case{
  text-align: center;
}

.select-wrap {
  position: relative;
}
.select-wrap::before,
.select-wrap::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.select-wrap::before {
  display: inline-block;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 3px 3px 0;
  background-color: #070707;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.select-wrap select {
  width: 100%;
  max-width: 300px;
  appearance: none;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: none;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #333;
  font-size: 1em;
  cursor: pointer;
}
.select-wrap select:focus {
  outline: 2px solid #070707;
}
.thumb__img img{
  width: 400px;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 4 /3;
}



/*****************************
  singleスタイル
*****************************/
.text_item_area{
  margin-top: 30px;
  margin-bottom: 30px;
}

.text_item_area .title{
  color: #928573;
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.text_item_area .title::before, .text_item_area .title::after {
    content: "□";
    position: absolute;
}

.text_item_area .title::before {
    left: 0;
    top: -3px;
    color: #005735;
}

.text_item_area .title::after {
    left: 5px;
    top: 3px;
    color: #7dcd54;
}

.text_item_area .text_style p{
  margin-bottom: 10px;
}

.cat-case {
background: #6a3906;
color: #fff;
display: inline-block;
font-size: 14px;
padding: 8px 15px 5px;
line-height: 1;
letter-spacing: 2px;
}

.book_slide_img{
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.book_slider img{
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}

.book_single_slider_box .slick-slide img {
    display: block;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

/*****************************
  archive-caseスタイル
*****************************/
.thumb__img{
  position: relative;
}

.newslist .top_flex_3col a .cat{
background: #005735;
color: #fff;
display: inline-block;
font-size: 14px;
padding: 8px 15px 5px;
line-height: 1;
letter-spacing: 2px;
position: absolute;
top: 0;
right: 0;
margin-right: 0rem;
}
