/* -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: 60px;
  background-color: #fff;
}
#headertop #header.view {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
  /*  transform: translateY(-100%);*/
  transform: translateY(0%);
  background-color: rgba(255, 255, 255, 1);
}
#headertop.fixed #header.view {
  transform: translateY(0%);
  transition: .3s;
}
.scroll_logo {
  /*  position: relative;*/
  top: 50%;
  left: 6%;
  margin-bottom: 0;
  line-height: 1;
  display: block;
  width: 230px;
  transition: 0.6s ease-in-out;
  position: absolute;
  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.6s ease-in-out;
}
#header.view .scroll_logo::before {
  opacity: 1;
}*/
.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: cover;
}
/*#header.view .scroll_logo a img {
  opacity: 0;
  transition: .6s;
}*/
@media screen and (min-width: 768px) {
  .scroll_logo {
    width: 320px;
    left: 2.8%;
  }
  #header {
    height: 80px;
  }
  #header.view {
    height: 80px;
  }
}
@media screen and (min-width: 992px) {
  #header.view .scroll_logo {}
}
@media screen and (min-width: 1200px) {
  #header {
    height: 120px;
  }
  .scroll_logo {
    width: 420px;
  }
}
/* -Toggle
--------------------------------------------------------------------------------------------- */
/*Toggle*/
.Toggle {
  display: block;
  cursor: pointer;
  z-index: 6666;
  transition: 0.5s ease-in-out;
  width: 100px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3a6432;
}
#header.view .Toggle {
  top: 0px;
}
.Toggle span {
  display: block;
  position: absolute;
  border-bottom: solid 1px #fff;
  transition: .3s ease-in-out;
  width: 36px;
  left: 50%;
  transform: translateX(-50%);
}
/*#header.view .Toggle span {
  border-bottom: 1px #000 solid;
}*/
.Toggle span:nth-child(1) {
  top: 26px;
}
.Toggle span:nth-child(2) {
  top: 34px;
}
.Toggle span:nth-child(3) {
  display: none;
}
/*Toggle.tgl-active*/
.Toggle.tgl-active {
  position: absolute;
  top: 0;
}
.Toggle.tgl-active span {
  transition: 0.3s ease-in-out;
  border-bottom: solid 1px #fff;
}
.Toggle.tgl-active span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(142deg);
  -webkit-transform: translate(-50%, -50%) rotate(142deg);
}
.Toggle.tgl-active span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-142deg);
  -webkit-transform: translate(-50%, -50%) rotate(-142deg);
}
@media screen and (min-width: 768px) {
  .Toggle {
    width: 150px;
    height: 80px;
  }
  .Toggle span {
    width: 40px;
  }
  .Toggle span:nth-child(1) {
    top: 35px;
  }
  .Toggle span:nth-child(2) {
    top: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .Toggle {
    width: 150px;
    height: 150px;
  }
  .Toggle span {
    width: 45px;
  }
  .Toggle span:nth-child(1) {
    top: 56px;
  }
  #header.view .Toggle span:nth-child(1) {
    top: 28px;
  }
  .Toggle span:nth-child(2) {
    top: 66px;
  }
  #header.view .Toggle span:nth-child(2) {
    top: 40px;
  }
  .Toggle span:nth-child(3) {
    display: block;
    border-bottom: none;
    top: 70px;
  }
  #header.view .Toggle span:nth-child(3) {
    top: 36px;
  }
  .Toggle span:nth-child(3)::before {
    content: "MENU";
    font-size: 0.875rem;
    color: #fff;
    display: block;
    font-family: "Cinzel", serif;
    font-weight: 400;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .Toggle.tgl-active span:nth-child(1) {
    top: 40%;
  }
  .Toggle.tgl-active span:nth-child(2) {
    top: 40%;
  }
  #header.view .Toggle {
    height: 80px;
  }
}
/*||トップ以外||*/
@media screen and (min-width: 1200px) {
  .header_page .Toggle {
    width: 150px;
    height: 120px;
  }
  .header_page .Toggle span:nth-child(1) {
    top: 46px;
  }
  .header_page .Toggle span:nth-child(2) {
    top: 56px;
  }
  .header_page .Toggle span:nth-child(3) {
    top: 60px;
  }
  .header_page .Toggle.tgl-active span:nth-child(1) {
    top: 40%;
  }
  .header_page .Toggle.tgl-active span:nth-child(2) {
    top: 40%;
  }
}
/* -NAVI
--------------------------------------------------------------------------------------------- */
.pc_navi_right {
  display: none;
}
.pc_navi_right .navi {
  display: none;
}
/*.navi_btn_block {
  display: none;
}*/
.navi_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 180px;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
  font-size: 0.9375rem;
}
.navi_btn_white {
  border-radius: 16px;
  color: #333333;
  background-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: #333333;
  transition: all 0.5s;
}
#header.view .navi_btn_white {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  transition: all 0.5s;
}
#header.view .navi_btn_white:hover {
  background-color: #fff;
  color: #333;
  transition: all 0.5s;
}
.header_page .navi_btn_white {
  border: 1px solid #333333;
}
@media screen and (min-width: 992px) {
  .pc_navi_right {
    position: absolute;
    top: 50%;
    right: 180px;
    transform: translate(0%, -50%);
    transition: .6s;
    display: flex;
    justify-content: flex-end;
  }
  #header.view .pc_navi_right {
    transition: 0.6s ease-in-out;
  }
  .pc_navi_right #gNav {
    display: flex;
    align-items: center;
  }
  .pc_navi_right .navi {
    display: none;
  }
  .navi_btn_block {
    display: flex;
    align-items: center;
  }
  .navi_sns_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 1.8rem;
  }
  .navi_sns_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .navi_btn_box > ul {
    display: flex;
  }
  .navi_btn_box > ul > li {
    margin-right: 0.7rem;
  }
  .navi_btn_box > ul > li:last-child {
    margin-right: 0;
  }
  .navi_btn {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 35px;
    border-radius: 20px;
    color: #fff;
  }
  .navi_btn_gray {
    background-color: #646464;
    border: 1px solid rgba(100, 100, 100, 0.5);
    transition: all 0.5s;
  }
  .navi_btn_gray:hover {
    background-color: #fff;
    color: #646464;
    transition: all 0.5s;
  }
  .navi_btn_black {
    background-color: #000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
  }
  .navi_btn_black:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1500px) {
  .pc_navi_right .navi {
    display: flex;
    padding-bottom: 3px;
    margin-right: 2rem;
  }
  .pc_navi_right .navi > li {
    margin-right: 1.2rem;
  }
  .pc_navi_right .navi > li:last-child {
    margin-right: 0;
  }
  .pc_navi_right .navi > li > a {
    font-size: 0.875rem;
    letter-spacing: 0;
    color: #000;
    position: relative;
    transition: all 0.5s;
  }
  .header_page .pc_navi_right .navi > li > a {
    color: #000;
  }
  .header_page .pc_navi_right .navi > li > a:hover {
    color: #000;
  }
  .pc_navi_right .navi > li > a:hover {
    color: #3a6432;
    transition: all 0.5s;
  }
  .pc_navi_right .navi > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left bottom;
    transition: 0.5s transform ease-in-out 0s, 0.5s bottom ease-in-out 0s;
    background-color: rgba(58, 100, 50, 0.5);
    z-index: 2;
  }
  .pc_navi_right .navi > li > a:hover::after {
    transform: scale(1, 1);
  }
  #header.view .pc_navi_right .navi > li > a {
    color: #333;
    transition: all 0.5s;
  }
  #header.view .pc_navi_right .navi > li > a:hover {
    color: #333;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1700px) {
  .pc_navi_right .navi > li {
    margin-right: 1.8rem;
  }
  .navi_btn {
    width: 170px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-menu_box {
    position: relative;
  }
  .sub-menu_box > a {
    cursor: pointer;
  }
  .sub-menu_box .sub-menu {
    position: absolute;
    left: 51%;
    top: 23px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 180px;
    padding-top: 21px;
    transform: translateX(-50%);
  }
  .sub-menu_box:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .sub-menu_box .sub-menu > ul {
    background-color: #3a6432;
    padding: 2.3rem 1rem 2.8rem 1.3rem;
  }
  #header.view .sub-menu_box .sub-menu {
    padding-top: 31px;
  }
  .header_page .sub-menu_box .sub-menu {
    top: 22px;
  }
  .sub-menu_box .sub-menu > ul > li {
    margin-bottom: 0.7rem;
  }
  .sub-menu_box .sub-menu > ul > li:last-child {
    margin-bottom: 0;
  }
  .sub-menu_box .sub-menu a {
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 19px;
    transition: all 0.5s;
    position: relative;
  }
  .sub-menu_box .sub-menu a:hover {
    opacity: 1;
    color: #fff;
    transition: all 0.5s;
  }
  .sub-menu_icon {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 51%;
    left: 0;
    transform: translate(0%, -50%);
  }
  .sub-menu_icon::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-image: url("../images/arrow_green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* -toggle
--------------------------------------------------------------------------------------------- */
/*body.fixed*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/***************************************
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: 100vw;
  height: 100vh;
  z-index: 1111;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background-color: #f0f1f4;
  /*  padding-bottom: 9rem;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*togglewrap.active*/
.togglewrap.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  overflow-y: scroll;
}
/*ttogglewrap_inner*/
.togglewrap_inner {
  width: 100%;
  height: auto;
  margin: 0;
  /*  min-height: 100%;*/
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .togglewrap_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/*トグルメニュー*/
.toggle_main_area {
  background-color: #f0f1f4;
  padding: 0px 0 10rem;
  height: 100%;
  width: 100%;
}
/*.toggle_main_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}*/
.toggle_main_inner {
  padding-top: 5.1rem;
  width: 87%;
  margin: 0 auto;
  max-width: 790px;
}
.toggle_block {
  margin-bottom: 3.8rem;
}
.toggle_unit01 {
  margin-bottom: 3.6rem;
}
.toggle_logo {
  display: flex;
  width: 230px;
}
.toggle_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.toggle_logo_sp_outer {
  background-color: #fff;
  height: 60px;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5555;
}
.toggle_logo.toggle_logo_sp {
  position: absolute;
  top: 17px;
  left: 6%;
  z-index: 2;
}
.toggle_tel {
  font-size: 1.85rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.2rem;
}
.toggle_tel a {
  color: #000;
}
.toggle_time {
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2.5rem;
}
.toggle_logo.toggle_logo_pc {
  display: none;
}
/*トグルメニュー-ボタン*/
.toggle_btn_box > ul {
  display: flex;
  justify-content: center;
  gap: 2%;
}
.toggle_btn_box > ul > li {
  width: calc((100% - 2%) / 2);
}
.toggle_btn_item {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 45px;
}
.toggle_btn_gray {
  background-color: #646464;
  color: #fff;
  border: 1px solid rgba(100, 100, 100, 0.5);
  transition: all 0.5s;
}
.toggle_btn_gray:hover {
  background-color: #fff;
  color: #646464;
  transition: all 0.5s;
}
.toggle_btn_black {
  background-color: #000;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.toggle_btn_black:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.5s;
}
.toggle_bottom_block {
  padding: 0 1.4rem;
}
.toggle_policy {
  display: inline-block;
  font-size: 0.928rem;
  color: #a3a3a3;
  letter-spacing: 0.02em;
  margin-bottom: 2.6rem;
  transition: all 0.5s;
}
.toggle_policy:hover {
  color: #a3a3a3;
  opacity: 0.7;
  transition: all 0.5s;
}
/*SNS*/
.toggle_sns_block {
  margin-bottom: 4rem;
}
.toggle_sns_block > ul {
  display: flex;
  align-items: center;
}
.toggle_sns_block > ul > li {
  margin-right: 20px;
}
.toggle_sns_block > ul > li:last-child {
  margin-right: 0;
}
.toggle_sns_item {
  display: block;
}
.toggle_sns_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle_sns_img01 {
  width: 20px;
  height: 20px;
}
.toggle_sns_img02 {
  width: 26px;
  height: 18px;
}
.toggle_sns_img.toggle_sns_img_pc {
  display: none;
}
.toggle_sns_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.toggle_copy {
  font-size: 0.928rem;
  color: #a3a3a3;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .toggle_main_area {
    padding: 6rem 0;
  }
  /*  .toggle_main_area::before {
    content: none;
  }*/
  .toggle_logo_sp_outer {
    display: none;
  }
  .toggle_logo.toggle_logo_pc {
    display: block;
    width: 380px;
    margin: 0 auto 3rem;
  }
  .toggle_sns_img.toggle_sns_img_sp {
    display: none;
  }
  .toggle_sns_img.toggle_sns_img_pc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .toggle_btn_box {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .toggle_bottom_block {
    text-align: center;
    padding: 0;
  }
  .toggle_sns_block {
    margin-bottom: 5rem;
  }
  .toggle_sns_block > ul {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .toggle_main_area {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .toggle_main_area {
    padding: 11.2rem 0 7.5rem;
  }
  .toggle_main_inner {
    padding-top: 0;
  }
  .toggle_block {
    margin-bottom: 5.4rem;
  }
  .toggle_unit01 {
    margin-bottom: 4.2rem;
  }
  .toggle_logo.toggle_logo_pc {
    width: 460px;
  }
  .toggle_tel {
    font-size: 1.875rem;
  }
  .toggle_time {
    margin-bottom: 2.8rem;
  }
  .toggle_btn_item {
    font-size: 0.875rem;
  }
  .toggle_policy {
    margin-bottom: 1.8rem;
  }
  .toggle_copy {
    font-size: 0.875rem;
  }
}
/*+++++++++++++++++
accordion
******************/
.toggle_list_pc {
  display: none;
}
.toggle_list {
  margin-bottom: 3.5rem;
}
.toggle_list > ul > li {
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
}
.toggle_list > ul > li:first-child {
  border-top: 1px solid rgba(180, 180, 180, 0.25);
}
.accordion {
  position: relative;
}
.accordion-title {
  font-size: 1.14rem;
  color: #000;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 1.18rem 10px;
  margin-bottom: 0;
}
.toggle_list_arrow {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
}
.toggle_list_arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/arrow_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*アコーディオン-矢印*/
.toggle_list_arrow_down {
  transform: translate(-50%, -50%) rotate(90deg);
  right: 6px;
  transition: all 0.5s;
}
.accordion-title.open .toggle_list_arrow {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all 0.5s;
}
.accordion-content {
  display: none;
  margin-top: -6px;
  padding: 0 10px 2.6rem;
}
.toggle_list_row > ul > li {
  margin-bottom: 0.38rem;
}
.toggle_list_row > ul > li:last-child {
  margin-bottom: 0;
}
.accordion-content > ul {
  position: relative;
  margin-top: -9px;
}
.accordion-content > ul > li {
  margin-bottom: 0.53rem;
}
.accordion-content > ul > li:last-child {
  margin-bottom: 0;
}
.toggle_list_inner_title {
  font-size: 1.14rem;
  color: #787878;
}
/*+++++++++++++++++
accordion-end
******************/
@media screen and (min-width: 768px) {
  .toggle_list {
    display: none;
  }
  .toggle_list_pc {
    display: block;
  }
  .toggle_list_pc > ul {
    display: flex;
    justify-content: center;
    gap: 6%;
  }
  .toggle_list_pc > ul > li {
    /*width: calc((100% - 9%) / 4);*/
    width: auto;
  }
  .toggle_list_pc_item > ul > li {
    margin-bottom: 0.3rem;
  }
  .toggle_list_pc_item > ul > li:last-child {
    margin-bottom: 0;
  }
  .toggle_list_pc_txt {
    letter-spacing: 0.02em;
    color: #000;
    position: relative;
    padding-left: 15px;
    transition: all 0.5s;
  }
  a.toggle_list_pc_txt:hover {
    color: #000;
    opacity: 0.7;
    transition: all 0.5s;
  }
  .toggle_list_arrow_pc {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
  .toggle_list_arrow_pc::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/arrow_green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .toggle_list_pc_txt_head {
    margin-bottom: 0.3rem;
  }
  .toggle_list_pc_row {
    padding-left: 15px;
  }
  .toggle_list_pc_row > ul > li {
    margin-bottom: 0.3rem;
  }
  .toggle_list_pc_row > ul > li:last-child {
    margin-bottom: 0;
  }
  .toggle_list_pc_row_txt {
    color: #787878;
    transition: all 0.5s;
  }
  a.toggle_list_pc_row_txt:hover {
    color: #787878;
    opacity: 0.5;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 992px) {
  .toggle_list_pc > ul {
    gap: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .toggle_list_pc > ul {
    gap: 0;
    justify-content: space-between;
  }
  .toggle_list_pc_txt {
    padding-left: 20px;
  }
  .toggle_list_pc_item > ul > li {
    margin-bottom: 0.75rem;
  }
  .toggle_list_pc_txt_head {
    margin-bottom: 0.75rem;
  }
  .toggle_list_pc_row {
    padding-left: 20px;
  }
  .toggle_list_pc_row > ul > li {
    margin-bottom: 0.75rem;
  }
}
/**************************
ページヘッダー
**************************/
.page-head_outer {
  margin-bottom: 5rem;
}
.page-head {
  width: 87%;
  margin: 0 auto;
  padding: 8rem 0 4rem;
}
.head-bfont {
  font-size: 2.8rem;
  font-family: "Cinzel", serif;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
}
.h-page-tit {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-head_outer {
    margin-bottom: 5.5rem;
  }
  .page-head {
    padding: 9rem 0 6rem;
  }
}
@media screen and (min-width: 992px) {
  .page-head_outer {
    margin-bottom: 6.5rem;
  }
  .page-head {
    padding: 9rem 0 6.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_outer {
    margin-bottom: 7.4rem;
  }
  .page-head {
    width: 85.5%;
    padding: 10rem 0 7.4rem;
  }
  .head-bfont {
    font-size: 3.5625rem;
    margin-bottom: 1rem;
  }
  .h-page-tit {
    font-size: 1rem;
  }
}
/*||ライン有||*/
.page-head_outer_line {
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
}
/*||センター||*/
.page-head_outer_center {
  background-color: #F0F1F4;
}
.page-head_outer_center .page-head_inner {
  text-align: center;
}
/*||スタッフ紹介||*/
.page_short_list {
  margin-top: 4rem;
}
.page_short_list > ul {
  display: flex;
}
.page_short_list > ul > li {
  width: auto;
  margin-left: 1rem;
}
.page_short_list > ul > li:first-child {
  margin-left: 0;
}
.page_short_item {
  font-size: 0.928rem;
  display: flex;
  align-items: first baseline;
  color: #000;
  transition: all 0.5s;
}
.page_short_item:hover {
  color: #000;
  opacity: 0.7;
  transition: all 0.5s;
}
.page_short_icon {
  display: block;
  width: 9px;
  height: 9px;
  position: relative;
  margin-right: 0.4rem;
}
.page_short_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/arrow_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .page_short_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page_short_list {
    width: 40%;
    margin-top: 0;
  }
  .page_short_list > ul {
    justify-content: flex-end;
  }
  .page_short_list > ul > li {
    margin-left: 1.4rem;
  }
  .page_short_icon {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page_short_wrap {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*||商品ラインナップ||*/
.page-head_outer_lineup .page_short_list > ul {
  flex-wrap: wrap;
}
.page-head_outer_lineup .page_short_list > ul > li {
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 0.3rem;
}
.page-head_outer_lineup .page_short_list > ul > li:nth-child(3) {
  margin-bottom: 0;
}
.page-head_outer_lineup .page_short_list > ul > li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-head_outer_lineup .page_short_list {
    width: 65%;
  }
  .page-head_outer_lineup .page_short_list > ul > li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_outer_lineup .page_short_wrap {
    width: 100%;
  }
  .page-head_outer_lineup .page_short_list > ul > li {
    margin-right: 1.3rem;
  }
}
/*||2col-モデルハウス||*/
.pg2col_head_outer {
  width: 87%;
  margin: 0 auto 4rem;
  padding-top: 8rem;
}
.pg2col_head_unit01 {
  margin-bottom: 3.5rem;
}
.pg2col_head_outer .page-head_inner {
  margin-bottom: 3rem;
}
.pg2col_head_txt_wrap tr {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(180, 180, 180, 0.25);
  padding: 1rem 0;
}
.pg2col_head_txt_wrap th {
  width: 30%;
  font-weight: 200;
}
.pg2col_head_txt_wrap td {
  width: 70%;
}
.pg2col_head_unit02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .pg2col_head_outer {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 6.3rem;
  }
  .pg2col_head_item {
    display: flex;
  }
  .pg2col_head_unit01 {
    width: 50%;
    /*padding-left: 7.25%;*/
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pg2col_head_unit01_inner {
    width: 74%;
    padding-top: 2.6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .pg2col_head_unit02 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .pg2col_head_outer {
    padding-top: 120px;
    margin-bottom: 8.3rem;
  }
  .pg2col_head_unit01 {
    width: 44.5%;
  }
  .pg2col_head_unit01_inner {
    width: 68%;
  }
  .pg2col_head_outer .page-head_inner {
    margin-bottom: 5.5rem;
  }
  .pg2col_head_txt_wrap th {
    width: 26.5%;
  }
  .pg2col_head_txt_wrap td {
    width: 73.5%;
  }
  .pg2col_head_unit02 {
    width: 55.5%;
  }
}
@media screen and (min-width: 1500px) {
  .pg2col_head_txt_wrap tr {
    font-size: 1rem;
    padding: 1.3rem 0.8rem;
  }
}
/*||2col-サイエンスホーム||*/
.pg2col_head_subtitle {
  font-size: 1.35rem;
  margin-bottom: 1.6rem;
}
.pg2col_head_subtxt {
  font-size: 0.928rem;
}
.pg2col_head_outer_lineup .pg2col_head_unit02 {
  position: relative;
}
.pg2col_head_unit02_lineup {
  height: 100%;
}
.pg2col_head_unit02_lineup_logo {
  position: absolute;
  bottom: -1px;
  right: 0;
  background-color: #fff;
}
.pg2col_head_unit02_lineup_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pg2col_head_unit02_lineup_logo01 {
  width: 70px;
  height: 70px;
}
.pg2col_head_unit02_lineup_logo02 {
  width: 70px;
  height: 70px;
}
.pg2col_head_unit02_lineup_logo03 {
  width: 90px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .pg2col_head_unit02_lineup_logo01 {
    width: 100px;
    height: 100px;
  }
  .pg2col_head_unit02_lineup_logo02 {
    width: 100px;
    height: 100px;
  }
  .pg2col_head_unit02_lineup_logo03 {
    width: 120px;
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .pg2col_head_outer.pg2col_head_outer_lineup .page-head_inner {
    margin-bottom: 4.8rem;
  }
  .pg2col_head_subtitle {
    font-size: 1.6875rem;
    letter-spacing: 0.08em;
    margin-bottom: 2.2rem;
  }
  .pg2col_head_subtxt {
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
    line-height: 1.75;
    margin-bottom: 0.5rem;
  }
  .pg2col_head_unit02_lineup_logo01 {
    width: 150px;
    height: 150px;
  }
  .pg2col_head_unit02_lineup_logo02 {
    width: 150px;
    height: 150px;
  }
  .pg2col_head_unit02_lineup_logo03 {
    width: 200px;
    height: 142px;
  }
}
/*||2col-リフォーム||*/
@media screen and (min-width: 1500px) {
  .pg2col_head_subtxt_reform {
    margin-bottom: 4rem;
  }
}
/*||サイエンスホームページロゴ表示||*/
.head_sciencehome_logo {
  width: 120px;
  margin-left: -1rem;
  margin-bottom: 2.4rem;
}
.head_sciencehome_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .head_sciencehome_logo {
    width: 130px;
    margin-left: -0.9rem;
    margin-bottom: 3rem;
  }
}
/**************************
施工事例一覧-検索
**************************/
.page-head_works_wrap .page-head_inner {
  margin-bottom: 3rem;
}
.search_list > ul > li {
  margin-bottom: 1.5rem;
}
.search_list > ul > li:last-child {
  margin-bottom: 0;
}
.search_list .search-filter-label {
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 1rem;
}
.search_list .search-filter-component-combobox {
  border-radius: 0;
  padding: 4px 0 4px 10px;
  border: none;
}
.search_list .search-filter-component-combobox .search-filter-component-combobox__selection, .search_list .search-filter-component-combobox input[type="text"] {
  font-size: 0.857rem !important;
  color: #969696;
}
.search_list .search-filter-component-combobox input[type="text"]::placeholder {
  font-size: 0.857rem !important;
  color: #969696 !important; /* プレースホルダーの色も変える場合 */
}
.search_list .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input {
  cursor: pointer;
  caret-color: rgb(49, 49, 49, 0);
}
.search_list .search-filter-component-combobox-base__listbox-option--selected {
  cursor: pointer;
}
.search_list .search-filter-component-combobox__listbox-toggle::before {
  content: none;
}
.search-filter-field__popup.search-filter-field__popup--id-1, .search-filter-field__popup.search-filter-field__popup--id-2, .search-filter-field__popup.search-filter-field__popup--id-3 {
  border: none !important;
  border-radius: 0;
}
.search_list .search-filter-component-combobox__listbox-toggle .search-filter-icon__svg {
  display: none !important;
}
.search_list .search-filter-component-combobox__listbox-toggle .search-filter-icon {
  position: relative;
  width: 6px;
  height: 18px;
}
.search_list .search-filter-component-combobox__listbox-toggle .search-filter-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/search_arrow_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-filter-component-combobox-base__listbox-option {
  font-size: 0.857rem;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .search_list > ul {
    display: flex;
    gap: 3%;
  }
  .search_list > ul > li {
    width: calc((100% - 6%) / 3);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_works_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page-head_works_wrap .page-head_inner {
    width: 30%;
    margin-bottom: 0;
  }
  .search_list {
    width: 70%;
    max-width: 960px;
  }
  .search_list .search-filter-component-combobox {
    padding: 7px 0 7px 1rem;
  }
  .search-filter-component-combobox-base__listbox-option {
    font-size: 0.75rem !important;
    padding-left: 1rem !important;
  }
  .search_list .search-filter-component-combobox .search-filter-component-combobox__selection, .search_list .search-filter-component-combobox input[type="text"] {
    font-size: 0.75rem !important;
  }
  .search_list .search-filter-component-combobox input[type="text"]::placeholder {
    font-size: 0.75rem !important;
  }
}
/*||||*/
/*||||*/
/**************************

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