@charset "UTF-8";

/*共通文字パーツ*/
footer,
.pg_home{
  font-family: "Zen Maru Gothic", serif;
}


/* **********************************
 *  footer
 * ********************************* */

footer{
  position: relative;
  color: #000;
  background: none;
  overflow: hidden;
}
footer .text{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
}


/*footer .ftr1*/
footer .ftr1{
  display: block;
  border: 4.7px solid #ff7300;
  text-align: center;
}
footer .ftr1 .text{
  margin-top: 36px;
}
footer .ftr1 .box_items,
footer .ftr1 .box_items .box1,
footer .ftr1 .box_items .box2 .mail_btn a{
  display: flex;
  flex-wrap: wrap;
}

footer .ftr1 .box_items{
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}

/*footer .ftr1 .box_items .box1*/
footer .ftr1 .box_items .box1{
  width: 48.7%;
}
footer .ftr1 .box_items .tell_img{
  margin-top: 15px;
  text-align: right;
  width: 9%;
}
footer .ftr1 .box_items .tell_items{
  text-align: justify;
  margin-top: -4px;
  padding-left: 28px;
}
footer .ftr1 .box_items .tell{
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.075em
}
footer .ftr1 .box_items .w_time{
  margin-top: -10px;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.08em;
}

/*footer .ftr1 .box_items .box2*/
footer .ftr1 .box_items .mail_btn{
  text-align: center;
}
footer .ftr1 .box_items .mail_btn a{
  justify-content: space-around;
  font-weight: 400;
  letter-spacing: 0.11em;
  border: 1px solid;
  background: #fafae8;
  text-decoration: none;
  transition: 0.2s all;
}
footer .ftr1 .box_items .mail_btn a *{
  transition: 0.2s all;
}
footer .ftr1 .box_items .mail_btn a:hover{
  background: #ff7300;
  /*color: #FFF;*/
}
footer .ftr1 .box_items .mail_btn a:hover img,
footer .ftr1 .box_items .mail_btn a:hover p{
  filter: invert(1);
}
footer .ftr1 .box_items .mail_btn img{
  width: 12%;
  height: 21px;
  margin-top: 9px;
  padding-left: 9px;
}
footer .ftr1 .box_items .mail_btn p{
  width: 84%;
}

/*footer .ftr2*/
footer .ftr2{
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
footer .ftr2:before{
  content: "";
  position: absolute;
  right: -15px;
  left: -15px;
  top: 0;
  bottom: 0;
  background: #e7dec4;
  z-index: -1;
}
footer .ftr2 .ftr_logo{

}
footer .ftr2 .ftr_adr{
  margin-top: 45px;
}
footer .ftr2 .ftr_acsess{
  margin-top: 10px;
  letter-spacing: 0.065em;
  line-height: 1.5;
}

/*footer .ftr2 map*/
footer .ftr2 .ftr_map iframe{
  width: 100%;
}

/*footer .ftr2 .ftr_link*/
footer .ftr2 .ftr_link{
  margin-top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .ftr2 .ftr_link.l2{
  margin-top: 18px;
}
footer .ftr2 .ftr_link .link{
  border-right: 1px solid;
  line-height: 1;
  padding: 0 13.5px;
}
footer .ftr2 .ftr_link.l2 .link:last-child{
  border: none;
}

/*footer .copy*/
footer .copy{
  font-weight: 400;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  letter-spacing: 0.075em;
  color: #fff;
  background: #00264c;
  padding: 10px 0;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  text-align: center;
  background: #ff7300;
  border-radius: 20px;
  position: relative;
}
.pagetop a i,
.pagetop a i:before,
.pagetop a i:after{
  position: absolute;
}
.pagetop a i{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  white-space: nowrap;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.pagetop a i:before{
  content: "";
  border-top: 3px solid #fff;
}
.pagetop a i:after{
  content: "＞";
  left: 50%;
  transform: rotate(-90deg) translateY(-50%);
}

.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  /*display: inline;*/
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*.footer_fix*/
.footer_fix{
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e7dec4;
  z-index: 10;
}
.footer_fix ul{
  width: 100%;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #ff7300;
  color: #FFF;
  text-decoration: none;
}


@media(max-width:767px){

  /*footer .ftr1*/
  footer .ftr1{
    padding: 0 25px 25px;
  }
  footer .ftr1 .box_items .box1,
  footer .ftr1 .box_items .box2{
    width: 100%;
    border: none;
  }
  footer .ftr1 .box_items .box1{
    justify-content: center;
  }
  footer .ftr1 .box_items .mail_btn img{
    margin-top: 3px;
  }
  
  footer .ftr1 .box_items .mail_btn a{
    margin-top: 20px;
    font-size: 17px;
    width: 100%;
    padding: 9px 5px 7px;
  }
  footer .ftr2{
    margin-top: 50px;
  }
  footer .ftr2:before{
    /*top: 40.3%;*/
  }
  footer .ftr2 .ftr_logo{
    line-height: 5;
  }
  footer .ftr2 .ftr_adr{
    margin-top: 15px;
    margin-bottom: 25px;
  }
  footer .ftr2 .app{
    padding-left: 0;
    margin-right: 0;
  }
  

  /*footer .ftr2 map*/
  footer .ftr2 .ftr_map{
    margin-top: 20px;
  }
  footer .ftr2 .ftr_map iframe{
    height: 200px;
  }
  /*footer .ftr2 .ftr_link*/
  footer .ftr2 .ftr_link{
    display: none;
  }

  /*footer .copy*/
  footer .copy{
    /*margin-top: 25px;*/
  }

  /* ページTOPに戻る */
  .pagetop{
    bottom: 20%;
  }
  .pagetop a{
    width: 60px;
    height: 60px;
  }
  .pagetop a i{
    font-size: 12px;
    bottom: 15px;
  }
  .pagetop a i:before{
    top: -27px;
    left: 15px;
    right: 15px;
  }
  .pagetop a i:after{
    bottom: 20px;
  }



}
@media(min-width:768px){

  /*footer .ftr1*/
  footer .ftr1{
    padding: 29px 2.5% 7.3%;
  }
  
  

  /*footer .ftr1 .box_items .box2*/
  footer .ftr1 .box_items .box2{
    width: 51.3%;
    padding-left: 2.7%;
    border-left: 1px solid;
  }
  footer .ftr1 .box_items .mail_btn a{
    font-size: 22px;
    width: 341px;
    padding: 7px 0px 9px 13px;
  }

  /*footer .ftr2*/
  footer .ftr2{
    margin-top: 150px;
    padding-bottom: 75px;
  }
  footer .ftr2:before{
    /*top: 39.7%;*/
  }
  footer .ftr2 .app{
    padding-left: 31px;
    margin-right: -89px;
  }

  /*footer .ftr2 map*/
  footer .ftr2 .ftr_map{
    margin-top: 47px;
  }
  footer .ftr2 .ftr_map iframe{
    height: 391px;
  }

  /*footer .copy*/
  footer .copy{
    /*margin-top: 75px;*/
  }

  /* ページTOPに戻る */
  .pagetop{
    right: 1.7%;
    bottom: 4%;
  }
  .pagetop a{
    width: 84px;
    height: 82px;
  }
  .pagetop a i{
    font-size: 15px;
    bottom: 19px;
  }
  .pagetop a i:before{
    top: -32px;
    left: 10px;
    right: 10px;
  }
  .pagetop a i:after{
    bottom: 23px;
  }

  .footer_fix{
    display: none;
  }


}
@media(min-width:1024px){
  /*footer .ftr1*/
  footer .ftr1{
    padding: 29px 11.5% 7.3%;
  }

  /*footer .ftr1 .box_items .box2*/
  footer .ftr1 .box_items .box2{
    padding-left: 4.2%;
  }

}
@media(min-width:1200px){

  /*footer .ftr1 .box_items .box2*/
  footer .ftr1 .box_items .box2{
    padding-left: 11.2%;
  }
  footer .ftr2:before{
    left: -1000px;
    right: -1000px;
  }

  /* ページTOPに戻る */
  .pagetop{
    right: 5.7%;
  }
}



/* **********************************
 *  home
 * ********************************* */

/*共通文字パーツ*/
.pg_home{
  font-family: "Zen Maru Gothic", serif;
}
.home_title,
.business_items .item h3,
.post_items .item .date,
.post_items .item .title{
  font-weight: 400;
  letter-spacing: 0.08em;
}

.business_items .item h3{
  font-size: 18px;
  font-weight: 500;
}

.home_title .ja,
.pg_home .text,
.office_box .title,
.post_items .item .date,
.post_items .item .title{
  font-weight: 400;
  font-size: 16px;
}

.home_title .en{
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_title .en:first-letter{
  /*font-size: 54px;*/
  font-size: 1.5882em;;
  color: #ff9843;
}

.home_title .ja{
  margin-top: -11px;
  font-size: 24px;
}

.pg_home .text{
  font-size: 16px;
  letter-spacing: 0.075em;
}

/*hover*/
.home_btn a:hover{
  background: #fff;
  color: #ff7300;
  border: solid 1px #ff7300;
}
.post_items .item a{
  text-decoration: none;
}
.post_items .item a:hover{
  color: #e7dec4;
  
}

/*背景*/
.home_business,
.home_office{
  background: #e7dec4;
}

/*共通btn*/
.home_btn a{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ff7300;
  display: inline-block;
  width: 293px;
  border-radius: 15px;
  padding: 8px 0 10px;
  border: 1px solid transparent;
  transition: all .3s;
}
.home_btn a:after{
  content: ">>"
}

/*共通中央よせ*/
.home_business,
.home_infomation{
  text-align: center;
}

/*about*/
.home_about .home_title .ja{
  letter-spacing: 0.09em;
}
.about_box{
  margin-top: 43px;
}
.about_box .text{
  /*font-weight: 500;*/
  letter-spacing: 0.06em;
  line-height: 2.17;
}


/*business*/
.home_business .text{
  margin-top: 31px;
  /*font-weight: 500;*/
  line-height: 2.15;
}

/*infomation*/
.home_infomation .text{
  margin-top: 33px;
  /*font-weight: 500;*/
  line-height: 2;
}

/*office*/
.office_box .title{
  /*font-weight: 500;*/
  letter-spacing: 0.08em;
  /*width: 100%;*/
  /*padding: 0 1em;*/
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.office_box .title:before,
.office_box .title:after{
  content: "～";
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);*/
}
.office_box .title:before{
  left: 0;
}
.office_box .title:after{
  right: 0;
}
.office_box .text{
  margin-top: 40px;
  line-height: 2;
  /*font-weight: 500;*/
}
.office_box .text2{
  margin-top: 32px;
}

/*news*/
.post_box{
  margin-top: 40px;
  box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  overflow: auto;
}
.post_items .item{
  border: none;
}
.post_items .item:nth-child(n+2){
  margin-top: 7px;
}

.post_items .item a,
.post_items .item .inner{
  padding: 0 0 25px;
  line-height: 1.55;
  border-top: none;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.post_items .item .date{
  margin-top: 7px;
  padding: 0 0 3px;
  color: #fff;
  background: #ff7300;
  width: 125px;
  border-radius: 30px;
  text-align: center;
  margin-right: 45px;
}
.post_items .item .title{
  width: calc(100% - 125px - 45px);
  letter-spacing: 0.06em;
}
.post_items .item:after{
  display: none;
}
.post_items a{

}

/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}
/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}




@media(max-width:767px){
  /*共通*/
  .pg_home .section#sec2,
  .pg_home .section#sec3,
  .pg_home .section#sec4,
  .pg_home .section#sec5{
    margin-top: 50px;
  }
  .pg_home .text{
    text-align: justify;
  }
  .pg_home .box2{
    margin-top: 20px;
  }

  /*背景*/
  .home_business,
  .home_office{
    padding: 0 15px 50px;
  }

  /*共通btn*/
  .home_btn{
    text-align: center;
    margin-top: 20px;
  }
  .home_btn a{
    font-size: 14px;
  }
  /*tt*/
  .home_title .ja{
    margin-top: -15px;
    font-size: 18px;
  }

  .home_business .text{
    margin-top: 10px;
  }

  .business_items{
    margin-top: 30px;
  }
  .business_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  .business_items .item h3{
    margin-bottom: 5px;
  }
  
  .office_box .title{
    text-align: center;
    line-height: 1.5;
    padding: 0 1em;
  }
  .office_box .title:before,
  .office_box .title:after{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .office_box .title:before{
    left: 0;
  }
  .office_box .title:after{
    right: 0;
  }
  

  /*news*/
  .post_box{
    padding: 25px 15px 0;
    height: 200px;
  }
  .post_items .item .title{
    width: 100px;
  }
}




@media(min-width:768px){

  .pg_home .section#sec2{
    margin-top: 100px;
  }
  .pg_home .section#sec3{
    margin-top: 100px;
  }
  .pg_home .section#sec4{
    margin-top: 100px;
  }
  .pg_home .section#sec5{
    margin-top: 100px;
  }

  .home_business .text,
  .home_infomation .text{
    text-align: justify;
  }

  /*横並び*/
  .pg_home .box_items,
  .business_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  /*about*/
  .home_about .home_title .en{
    padding-left: 11px;
  }
  .home_about .home_title .ja{
    letter-spacing: 0.09em;
    padding-left: 6px;
  }

  /*about box*/
  .about_box .box1{
    width: 43%;
  }
  .about_box .box2{
    width: 51.1%;
  }
  .about_box .box2 .text2,
  .about_box .box2 .text3{
    margin-top: 29px;
  }
  .about_box .home_btn{
    margin: 41px 90px 0px;
  }

  /*business*/
  .home_business{
    padding: 34px 15px 75px;
  }
  .home_business .text{

  }
  .business_items{
    margin-top: 32px;
  }
  .business_items .item{
    width: 25%;
    padding: 0 19px;
  }
  .business_items .img_fit{
    margin-top: 15px;
  }
  .business_items .text{
    margin-top: 17px;
    letter-spacing: 0.075em;
    line-height: 1.55;
  }
  .home_btn_items{
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
  .home_btn_items .home_btn{
    padding: 0 13px;
  }

  /*infomation*/
  .home_infomation .home_btn{
    margin-top: 42px;
  }

  /*office*/
  .home_office {
    padding: 35px 75px 75px 70px;
  }
  .home_office .home_title{
    padding-left: 30px;
  }
  .office_box{
    margin-top: 43px;
  }
  .office_box .box1{
    width: 39%;
  }
  .office_box .box2{
    width: 58.3%;
  }
  .office_box .title{
    line-height: 1.5;
  }
  .office_box .title:after{
    /*right: 17%;*/
  }

  /*news*/
  .post_box{
    padding: 25px 25px 0;
    height: 200px;
  }
}

@media(min-width:1024px){

  .pg_home .section#sec2{
    margin-top: 147px;
  }
  .pg_home .section#sec3{
    margin-top: 110px;
  }
  .pg_home .section#sec4{
    margin-top: 149px;
  }
  .pg_home .section#sec5{
    margin-top: 110px;
  }
  
  /*office*/
  .office_box .title:after{
    /*right: 3%;*/
  }

}
@media(min-width:1200px){
  .home_business .text,
  .home_infomation .text{
    text-align: center;
  }

  /*office*/
  .home_office .home_btn_items{
    margin-top: 49px;
    justify-content: flex-start;
    padding-left: 125px;
  }
  .home_office .home_btn{
    padding-left: 64px;
  }
  .home_office .home_btn a{
    width: 287px;
  }
  .office_box .title{
    line-height: 1;
  }
  .office_box .title:after{
    /*right: 10%;*/
  }

  /*news*/
  .post_box{
    padding: 17px 87px 0 60px;
    height: 246px;
  }
}
@media(min-width:1920px){

  /*business*/
  .home_business{
    padding: 34px 0 75px;
  }
  .business_items .text{
    text-align: justify;
  }

  /*office*/
  .office_box .title:after{
    /*right: 12%;*/
  }
}


/* **********************************
 *  
 * ********************************* */
.link_1 .txt:after{
  font-size: 14px;
    content: ">>";
    /* position: absolute; */
    right: 27px;
    top: 47%;
    /* transform: translateY(-50%); */
    transition: 0.2s;
}
.inheri_thought_consult_wrap .link_1 .txt:after,
.fp_damage_wrap .link_1 .txt:after{
  display: none;
}
@media(max-width:767px){
  .staff_title_wrap .title_text{
    font-size: 16px;
    text-align: justify;
  }
}
@media(min-width:768px){

}
@media(min-width:1024px){

}
@media(min-width:1200px){

}