/* -HEADER
--------------------------------------------------------------------------------------------- */
#headertop {
  z-index: 55555;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  transition: .6s;
}
#headertop.fixed {
  transform: translateY(0%);
  transition: .3s;
}
#header {
  height: 90px;
  position: relative;
}
#headertop #header.view {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
  /*  transform: translateY(-100%);*/
  transform: translateY(0%);
}
#headertop.fixed #header.view {
  transform: translateY(0%);
  transition: .3s;
}
.scroll_logo {
  /*  position: relative;*/
  margin-bottom: 0;
  line-height: 1;
  display: block;
  width: 180px;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0%, -50%);
}
.scroll_logo::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo_black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#header.view-late .scroll_logo::before {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .scroll_logo::before {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.scroll_logo a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.scroll_logo a:hover {
  text-decoration: none;
}
.scroll_logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scroll_logo a picture {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#header.view-late .scroll_logo a picture {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .scroll_logo a picture {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 576px) {
  .scroll_logo::before {
    background-image: url("../images/logo_black.svg");
  }
}
@media screen and (min-width: 768px) {
  #header {
    height: 80px;
  }
  .scroll_logo {
    width: 200px;
    left: 4%;
  }
}
@media screen and (min-width: 992px) {
  #header {
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    height: 150px;
  }
  .scroll_logo {
    width: 250px;
    left: 3%;
  }
}
/*||トップページ以外ロゴ||*/
@media screen and (min-width: 1300px) {
  .header_page .scroll_logo::after {
    content: "兵庫県たつの市・姫路市で注文住宅・新築戸建は、タツケンホーム";
    display: block;
    font-size: 0.78rem;
    color: #282828;
    position: absolute;
    bottom: -41px;
    left: 0;
    white-space: nowrap;
  }
}
/* -Toggle
--------------------------------------------------------------------------------------------- */
/*Toggle*/
.Toggle {
  display: block;
  cursor: pointer;
  z-index: 6666;
  transition: 0.5s ease-in-out;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 3.8%;
  top: 50%;
  transform: translate(0%, -50%);
}
.Toggle span {
  display: block;
  position: absolute;
  border-bottom: solid 1px rgba(255, 255, 255, 1);
  transition: .3s ease-in-out;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#header.view-late .Toggle span {
  border-bottom: 1px rgba(40, 40, 40, 1) solid;
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .Toggle span {
  border-bottom: solid 1px rgba(255, 255, 255, 1);
  transition: 0.3s ease-in-out;
}
.Toggle span:nth-child(1) {
  top: 16px;
}
.Toggle span:nth-child(2) {
  top: 24px;
}
.Toggle span:nth-child(3) {
  top: 32px;
  position: relative;
}
.Toggle span:nth-child(3)::before {
  content: "MENU";
  font-size: 0.642rem;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: .3s ease-in-out;
}
#header.view-late .Toggle span:nth-child(3)::before {
  color: #282828;
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .Toggle span:nth-child(3)::before {
  color: #fff;
  transition: 0.3s ease-in-out;
}
/*Toggle.tgl-active*/
.Toggle.tgl-active {
  position: absolute;
}
.Toggle.tgl-active span {
  transition: 0.3s ease-in-out;
  border-bottom: solid 1px rgba(255, 255, 255, 1);
}
.Toggle.tgl-active span:nth-child(1) {
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
}
.Toggle.tgl-active span:nth-child(2) {
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
}
.Toggle.tgl-active span:nth-child(3) {
  border-bottom: solid 1px rgba(40, 40, 40, 1);
  z-index: -1;
}
.Toggle.tgl-active span:nth-child(3)::before {
  content: "CLOSE";
  transition: .3s ease-in-out;
}
#header.view-late .Toggle.tgl-active span:nth-child(3) {
  border-bottom: solid 1px rgba(40, 40, 40, 1);
}
@media screen and (min-width: 768px) {
  .Toggle {
    right: 2.6%;
  }
}
@media screen and (min-width: 1200px) {
  .Toggle {
    right: 2%;
  }
  .Toggle span:nth-child(1) {
    top: 14px;
  }
  .Toggle span:nth-child(2) {
    top: 22px;
  }
  .Toggle span:nth-child(3) {
    top: 30px;
  }
  .Toggle span:nth-child(3)::before {
    font-size: 0.6875rem;
    bottom: -27px;
  }
}
/*||トップ以外||*/
.header_page .Toggle span {
  border-bottom: 1px rgba(40, 40, 40, 1) solid;
}
.header_page .Toggle.tgl-active span {
  border-bottom: solid 1px rgba(255, 255, 255, 1);
}
.header_page .Toggle.tgl-active span:nth-child(3) {
  border-bottom: solid 1px rgba(40, 40, 40, 0.5);
}
.header_page .Toggle span:nth-child(3)::before {
  color: #282828;
}
.header_page .Toggle.tgl-active span:nth-child(3)::before {
  color: #fff;
}
/* -NAVI
--------------------------------------------------------------------------------------------- */
.pc_navi_left {
  display: none;
}
.pc_navi_right {
  display: none;
}
.pc_navi_btn_wrap {
  display: flex;
}
.navi_btn {
  font-size: 0.857rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 35px;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.pc_navi_btn_wrap .navi_btn:first-child {
  margin-right: 0.5rem;
}
.navi_btn_white {
  border-radius: 45px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 1);
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.navi_btn_white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  /* border: 1px solid rgba(30, 40, 60, 1);*/
  transition: all 0.5s;
}
#header.view-late .navi_btn_white {
  background-color: #1e283c;
  border: 1px solid rgba(30, 40, 60, 1);
}
#header.view-late .navi_btn_white:hover {
  /*  background-color: #fff;
  color: #1e283c;
  border: 1px solid rgba(30, 40, 60, 1);*/
  opacity: 0.7;
  color: #fff;
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .navi_btn_white {
  color: #fff;
  background-color: inherit;
  border: 1px solid rgba(255, 255, 255, 1);
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .navi_btn_white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  /* border: 1px solid rgba(30, 40, 60, 1);*/
  transition: all 0.5s;
  opacity: 1;
}
.togglewrap .navi_btn_white:hover {
  background-color: #fff;
  color: #282828;
  border: 1px solid rgba(255, 255, 255, 1);
  transition: all 0.5s;
  opacity: 1;
}
#header.view-late.view-late-return .togglewrap .navi_btn_white:hover {
  background-color: #fff;
  color: #282828;
  border: 1px solid rgba(255, 255, 255, 1);
  transition: all 0.5s;
  opacity: 1;
}
/*トップページ以外ヘッダーボタン*/
.header_page .pc_navi_right .navi_btn_white:first-child {
  background-color: #1e283c;
  border: 1px solid rgba(30, 40, 60, 0.5);
  color: #fff;
}
.header_page .pc_navi_right .navi_btn_white:first-child:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.5s;
}
.header_page .pc_navi_right .navi_btn_white:last-child {
  background-color: #e9e1d3;
  border: 1px solid rgba(233, 225, 211, 0.5);
  color: #282828;
}
.header_page .pc_navi_right .navi_btn_white:last-child:hover {
  opacity: 0.7;
  color: #282828;
  transition: all 0.5s;
}
.pc_navi_right .pc_navi_tel_wrap {
  display: none;
}
.pc_navi_tel_item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.pc_navi_tel_img {
  width: 30px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}
.pc_navi_tel_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/dial_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#header.view-late .pc_navi_tel_img::before {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .pc_navi_tel_img::before {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.pc_navi_tel_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/dial_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#header.view-late .pc_navi_tel_img::after {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .pc_navi_tel_img::after {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.pc_navi_tel {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.pc_navi_tel:hover {
  color: #fff;
}
#header.view-late .pc_navi_tel {
  color: #282828;
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .pc_navi_tel {
  color: #fff;
  transition: 0.3s ease-in-out;
}
.pc_navi_tel_txt {
  font-size: 0.785rem;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #fff;
  transition: 0.3s ease-in-out;
}
#header.view-late .pc_navi_tel_txt {
  color: #282828;
  transition: 0.3s ease-in-out;
}
#header.view-late.view-late-return .pc_navi_tel_txt {
  color: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .pc_navi_right {
    display: block;
    position: absolute;
    top: 50%;
    right: 12%;
    transform: translate(0%, -50%);
    transition: .6s;
  }
  #header.view .pc_navi_right {
    transition: 0.6s ease-in-out;
  }
  .pc_navi_right > #gNav {
    display: flex;
    align-items: center;
  }
  .pc_navi_btn_wrap {
    margin-right: 1rem;
  }
  .pc_navi_right .pc_navi_tel_wrap {
    display: block;
  }
  .header_page .pc_navi_right .pc_navi_tel_img::before {
    background-image: url("../images/dial_black.svg");
  }
  .pc_navi_tel {
    font-size: 1.5rem;
  }
  .header_page .pc_navi_right .pc_navi_tel {
    color: #282828;
  }
  .pc_navi_tel_txt {
    /* font-size: 0.625rem;*/
    font-size: 0.5625rem;
  }
  .header_page .pc_navi_right .pc_navi_tel_txt {
    color: #282828;
  }
}
@media screen and (min-width: 992px) {
  .pc_navi_right {
    right: 10%;
  }
  .pc_navi_btn_wrap {
    margin-right: 2rem;
  }
  .navi_btn {
    font-size: 0.875rem;
    width: 150px;
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .pc_navi_right {
    right: 5.8%;
  }
}
@media screen and (min-width: 1300px) {
  .pc_navi_left {
    display: block;
    font-size: 0.75rem;
    color: #fff;
    letter-spacing: 0;
    position: absolute;
    top: 47%;
    left: calc((3% + 250px) + 2.3rem);
    transform: translate(0%, -50%);
    transition: 0.3s ease-in-out;
  }
  #header.view-late .pc_navi_left {
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: -1;
  }
  #header.view-late.view-late-return .pc_navi_left {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
}
/* -toggle
--------------------------------------------------------------------------------------------- */
/*body.fixed*/
body.fixed {
  position: fixed;
  width: 100%;
  /* height: 100%; 標準*/
  height: auto; /*トグルメニューオープンで背景を暗く*/
}
/***************************************
toggle
***************************************/
.scroll_tgl_wrap {
  display: block;
  /*  position: fixed;
  right: 0;
  top: 0;*/
  width: 100%;
  z-index: 999999;
}
.togglewrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1111;
  /*  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);*/
  transition: 0.4s ease-in-out;
  padding-bottom: 11rem;
  /*  display: flex;
  flex-direction: column;
  align-items: center;*/
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background-color: #282828;
}
/*togglewrap.active*/
.togglewrap.active {
  /*  -webkit-transform: translateY(0%);
  transform: translateY(0%);*/
  overflow-y: scroll;
  opacity: 1;
  visibility: visible;
}
/*ttogglewrap_inner*/
.togglewrap_inner {
  width: 100%;
  /*height: 100%;*/
  margin: 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .togglewrap {
    padding-bottom: 0;
  }
  /*  .togglewrap_inner {
    height: 100%;
  }*/
}
/*トグルメニュー*/
.toggle_main_unit02 {
  width: 84%;
  margin: 26px auto 0;
}
.toggle_main_unit01 {
  display: none;
}
.toggle_link_block {
  width: 80%;
  margin-bottom: 5rem;
}
.toggle_link_block .pc_navi_btn_wrap {
  margin-bottom: 2rem;
}
.toggle_block {
  margin-bottom: 6rem;
}
.toggle_block > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.toggle_block > ul > li {
  width: calc((100% - 4%) / 2);
  margin-bottom: 3rem;
}
.toggle_block > ul > li:nth-last-child(2), .toggle_block > ul > li:last-child {
  margin-bottom: 0;
}
.toggle_head span {
  display: block;
  font-size: 0.785rem;
  line-height: 1;
  color: #969696;
  margin-bottom: 0.5rem;
}
.toggle_head {
  font-size: 1.214rem;
  color: #fff;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}
.toggle_item > ul > li {
  margin-bottom: 0.4rem;
}
.toggle_item > ul > li:last-child {
  margin-bottom: 0;
}
.toggle_txt {
  font-size: 0.928rem;
  color: #ffff;
  transition: all 0.5s;
}
.toggle_txt:hover {
  opacity: 0.5;
  color: #fff;
  transition: all 0.5s;
}
.toggle_policy {
  font-size: 0.785rem;
  color: #8f8f8f;
  transition: all 0.5s;
}
.toggle_policy:hover {
  opacity: 0.7;
  color: #8f8f8f;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .toggle_main_unit02 {
    margin: 23px auto 0;
    width: 90.5%;
  }
  .toggle_link_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-right: 8%;
  }
  .toggle_link_block .pc_navi_btn_wrap {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .toggle_main_block {
    display: flex;
    /*   height: 100%;*/
    width: 100%;
    height: 100%;
  }
  .toggle_main_unit01 {
    display: block;
    width: 35%;
  }
  .toggle_main_unit01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .toggle_main_unit02 {
    width: 65%;
    padding: 28px 4% 5rem 5.5%;
    margin: 0;
  }
  .toggle_link_block {
    padding-right: 10.9%;
  }
  .toggle_policy_block {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .toggle_main_unit01 {
    width: 37%;
  }
  .toggle_main_unit02 {
    width: 63%;
    padding: 53px 3% 3rem 5%;
  }
  .toggle_link_block {
    padding-right: 5.1%;
    margin-bottom: 9.3rem;
  }
  .toggle_block {
    margin-bottom: 9.55rem;
  }
  .toggle_block > ul {
    gap: 6%;
  }
  .toggle_block > ul > li {
    width: calc((100% - 12%) / 3);
    margin-bottom: 4.5rem;
  }
  .toggle_block > ul > li:nth-last-child(3) {
    margin-bottom: 0;
  }
  .toggle_head span {
    font-size: 0.6875rem;
    margin-bottom: 0.6rem;
  }
  .toggle_head {
    font-size: 1.3125rem;
    padding-bottom: 1.45rem;
    margin-bottom: 1.4rem;
  }
  .toggle_item > ul > li {
    margin-bottom: 0.56rem;
  }
  .toggle_txt {
    font-size: 0.9375rem;
  }
  .toggle_policy {
    font-size: 0.78rem;
  }
}
/**************************
ページヘッダー
**************************/
.page-head_outer {
  margin-bottom: 4rem;
}
.page-head {
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  padding: 9.3rem 0 3.6rem;
}
.page-head_inner {
  text-align: center;
  width: 84%;
  margin: 0 auto;
}
.head-bfont {
  font-size: 2.71rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.h-page-tit {
  font-size: 0.857rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-head {
    padding: 12.3rem 0 4.6rem;
  }
  .head-bfont {
    font-size: 4rem;
  }
  .h-page-tit {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .page-head {
    padding: 14.3rem 0 6.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_outer {
    margin-bottom: 6rem;
  }
  .page-head {
    padding: 20.3rem 0 4.7rem;
  }
  .page-head_inner {
    width: 94%;
  }
  .head-bfont {
    font-size: 5rem;
    margin-bottom: 0.2rem;
  }
  .h-page-tit {
    font-size: 1.125rem;
  }
}
/*||underlineライン無し||*/
.page-head_noline {
  border-bottom: none;
  padding-bottom: 0;
}
/*||blog-header||*/
.page-head_outer_blog .page-head_inner {
  text-align: left;
}
.head_blog_list {
  width: 84%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.head_blog_list > ul {
  display: flex;
  flex-wrap: wrap;
  /*  justify-content: center;*/
}
.head_blog_list > ul > li {
  width: auto;
  position: relative;
  padding-right: 1rem;
  margin-right: 1rem;
  margin-bottom: 10px;
}
.head_blog_list > ul > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: rgba(191, 191, 191, 0.75);
  position: absolute;
  top: 53%;
  right: 0;
  transform: translate(0%, -50%);
}
.head_blog_list > ul > li:last-child {
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.head_blog_list > ul > li:last-child::before {
  content: none
}
.head_blog_list_txt {
  font-size: 0.928rem;
  color: #282828;
  transition: all 0.5s;
}
.head_blog_list_txt:hover {
  opacity: 0.7;
  color: #282828;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .head_blog_list > ul {
    justify-content: flex-end;
  }
  .head_blog_list > ul > li {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 0;
  }
  .head_blog_list > ul > li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-head_outer_blog .page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page-head_outer_blog .page-head_inner {
    text-align: left;
    width: auto;
    margin: 0;
    padding-left: 8%;
  }
  .head_blog_list {
    width: auto;
    margin: 0;
    padding-right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_outer_blog .page-head_inner {
    padding-left: 6%;
  }
  .head_blog_list {
    padding-right: 6%;
  }
  .head_blog_list > ul > li {
    padding-right: 1.3rem;
    margin-left: 1.2rem;
  }
  .head_blog_list > ul > li::before {
    height: 19px;
    top: 53%;
  }
  .head_blog_list_txt {
    font-size: 0.9375rem;
  }
}
/*||ブログ一覧ページ-タクソノミー一覧で該当以外のカテゴリー文字を薄く||*/
.head_blog_list_archive .head_blog_list_txt {
  color: #bfbfbf;
}
.head_blog_list_archive .head_blog_list_txt:hover {
  color: #282828;
}
.head_blog_list_archive .head_blog_list_txt.is-active {
  color: #282828;
}
.head_blog_list_archive .head_blog_list_txt.is-active:hover {
  color: #282828;
  opacity: 1;
}
/*||スタッフ紹介一覧ページ-ヘッダー||*/
.header_page_white.view .scroll_logo picture {
  opacity: 0;
}
.header_page_white.view .scroll_logo::before {
  opacity: 1;
}
.header_page_white .scroll_logo::after {
  color: #fff;
}
.header_page_white.view .scroll_logo::after {
  color: #282828;
}
.header_page_white .pc_navi_right .navi_btn_white:first-child {
  background-color: inherit;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 1);
}
.header_page_white.view .pc_navi_right .navi_btn_white:first-child {
  background-color: #1e283c;
  border: 1px solid rgba(30, 40, 60, 0.5);
  color: #fff;
}
.header_page_white .pc_navi_right .navi_btn_white:first-child:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.header_page_white.view .pc_navi_right .navi_btn_white:first-child:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.5s;
  background-color: #1e283c;
}
.header_page_white .pc_navi_right .navi_btn_white:last-child {
  background-color: inherit;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 1);
}
.header_page_white.view .pc_navi_right .navi_btn_white:last-child {
  background-color: #e9e1d3;
  border: 1px solid rgba(233, 225, 211, 0.5);
  color: #282828;
}
.header_page_white .pc_navi_right .navi_btn_white:last-child:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.header_page_white.view .pc_navi_right .navi_btn_white:last-child:hover {
  opacity: 0.7;
  color: #282828;
  background-color: #e9e1d3;
  transition: all 0.5s;
}
.header_page_white .pc_navi_right .pc_navi_tel {
  color: #fff;
}
.header_page_white.view .pc_navi_right .pc_navi_tel {
  color: #282828;
}
.header_page_white .pc_navi_right .pc_navi_tel_img::before {
  background-image: url("../images/dial_white.svg");
}
.header_page_white.view .pc_navi_right .pc_navi_tel_img::before {
  background-image: url("../images/dial_black.svg");
}
.header_page_white .pc_navi_right .pc_navi_tel_txt {
  color: #fff;
}
.header_page_white.view .pc_navi_right .pc_navi_tel_txt {
  color: #282828;
}
.header_page_white .Toggle span {
  border-bottom: 1px rgba(255, 255, 255, 1) solid;
}
.header_page_white.view .Toggle span {
  border-bottom: 1px rgba(40, 40, 40, 1) solid;
}
.header_page_white .Toggle span:nth-child(3)::before {
  color: #fff;
}
.header_page_white.view .Toggle span:nth-child(3)::before {
  color: #282828;
}
/*||スタッフ紹介一覧ページ||*/
.page-head_outer_staff {
  position: relative;
}
.page-head_outer_staff::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/page/staff_head_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.page-head_outer_staff::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-head_outer_staff .page-head {
  padding: 11.3rem 0 3.6rem;
}
.page-head_outer_staff .head-bfont {
  color: #fff;
}
.page-head_outer_staff .h-page-tit {
  color: #fff;
}
.page-head_outer_staff .head_blog_list {
  margin-top: 5rem;
}
@media screen and (min-width: 992px) {
  .page-head_outer_staff .page-head {
    padding: 16.3rem 0 6.6rem;
  }
  .page-head_outer_staff .head_blog_list {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_outer_staff {
    margin-bottom: 8rem;
  }
  .page-head_outer_staff .page-head {
    padding: 20.7rem 0 5.6rem;
  }
}
@media screen and (min-width: 1500px) {
  .page-head_outer_staff .page-head {
    padding: 29.7rem 0 5.6rem;
  }
}
@media screen and (min-width: 1800px) {
  .page-head_outer_staff .page-head {
    padding: 36.2rem 0 5.6rem;
  }
}
/*||スタッフ紹介一覧ページ-アンカーリンク||*/
.page-head_outer_staff .head_blog_list_txt {
  color: #fff;
  position: relative;
  padding-right: 10px;
}
.page-head_outer_staff .head_blog_list_txt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 46%;
  right: -8px;
  transform: translate(-50%, -50%) rotate(225deg);
}
.page-head_outer_staff .head_blog_list > ul > li {
  padding-right: 1.3rem;
}
.page-head_outer_staff .head_blog_list > ul > li::before {
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 1200px) {
  .page-head_outer_staff .head_blog_list > ul > li {
    padding-right: 1.6rem;
  }
  .page-head_outer_staff .head_blog_list > ul > li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .page-head_outer_staff .head_blog_list_txt {
    padding-right: 12px;
  }
  .page-head_outer_staff .head_blog_list_txt::before {
    width: 7px;
    height: 7px;
    right: -9px;
  }
}
/**************************
固定ページ-header
**************************/
.page-head_outer_backimg {
  position: relative;
  margin-bottom: 5rem;
}
.page-head_outer_img {
  width: 100%;
  height: 383px;
  position: relative;
  z-index: -2;
}
.page-head_outer_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.page-head_outer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-head_outer_backimg .page-head {
  width: 84%;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, 50%);
  border-bottom: none;
  padding: 0;
}
.page-head_outer_backimg .page-head_inner {
  width: 100%;
  text-align: left;
}
.page-head_outer_backimg .head-bfont {
  color: #fff;
}
.page-head_outer_backimg .h-page-tit {
  color: #fff;
}
.page-head_outer_backimg .head_blog_list {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .page-head_outer_img {
    height: 400px;
  }
  .page-head_outer_backimg .page-head {
    bottom: 10rem;
  }
  .page-head_outer_backimg .page-head_inner {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .page-head_outer_backimg {
    margin-bottom: 6rem;
  }
  .page-head_outer_img {
    height: 100%;
  }
  .page-head_outer_backimg .head_blog_list {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_outer_backimg {
    margin-bottom: 8rem;
  }
  .page-head_outer_backimg .page-head {
    width: 88%;
    bottom: 9.8rem;
  }
}
/**************************
ヘッダーにアンカーリンクあり
**************************/
.page-head_outer_listwrap .head_blog_list_txt {
  color: #fff;
  position: relative;
  padding-right: 10px;
}
.page-head_outer_listwrap .head_blog_list_txt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 46%;
  right: -8px;
  transform: translate(-50%, -50%) rotate(225deg);
}
.page-head_outer_listwrap .head_blog_list > ul > li {
  padding-right: 1.3rem;
}
.page-head_outer_listwrap .head_blog_list > ul > li::before {
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 992px) {
  .page-head_outer_listwrap .page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page-head_outer_backimg.page-head_outer_listwrap .page-head_inner {
    width: auto;
    margin: 0;
  }
  .page-head_outer_listwrap .head_blog_list {
    width: auto;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_outer_listwrap .head_blog_list > ul > li {
    padding-right: 1.6rem;
    margin-left: 1.5rem;
  }
  .page-head_outer_listwrap .head_blog_list > ul > li:first-child {
    margin-left: 0;
  }
  .page-head_outer_listwrap .head_blog_list > ul > li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .page-head_outer_listwrap .head_blog_list_txt {
    padding-right: 12px;
  }
  .page-head_outer_listwrap .head_blog_list_txt::before {
    width: 7px;
    height: 7px;
    right: -9px;
  }
}
/**************************

**************************/
/**************************

**************************/