@charset "shift_jis";

/*==Noto Sans JP==*/

/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*Bold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*Black*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ----------------------------------------
　common
---------------------------------------- */

body {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin: 120px 0 0 0;
  padding: 0;
  font-family:
    "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
    "MS PGothic", sans-serif;
}
.body_top {
  margin: 0 0 0 0;
}

H1 {
  color: #181871;
  font-size: 11px;
  text-align: left;
  width: 100%;
  line-height: 20px;
  padding-left: 10px;
  font-weight: 500;
  float: left;
  position: absolute;
  top: 0;
  z-index: 150;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.head_title {
  color: #181871;
  font-size: 11px;
  text-align: left;
  width: 100%;
  line-height: 25px;
  padding-left: 10px;
  float: left;
  position: absolute;
  top: 0;
  z-index: 150;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  box-sizing: border-box;
}

.login_show {
  display: none;
}

.logout_show {
  display: none;
}

.pc_off {
  display: none !important;
}
.toushi_mode {
  display: none !important;
}
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

p,
ul,
li,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* H1 */
.rhs_title_h1 {
  margin: 50px auto 30px auto;
  padding: 0 0 15px 0;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 3px solid #ddd;
  width: auto !important;
  float: none;
  color: #333 !important;
  z-index: 0;
  overflow: initial;
  white-space: normal;
  text-overflow: clip;
}

.rhs_title_h1:after {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #042455;
  bottom: -3px;
  width: 80px;
  display: block;
  left: 0px;
}
.container {
  width: 1000px;
}
.container .rhs_title_h1 {
  margin-top: 20px;
}
/* H2 */
.rhs_title_h2 {
  margin: 50px auto 30px auto;
  padding: 0 0 15px 0;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 3px solid #ddd;
}

.rhs_title_h2:after {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #042455;
  bottom: -3px;
  width: 80px;
  display: block;
  left: 0px;
}

.container .rhs_title_h2 {
  margin-top: 20px;
}

/* 物件詳細のH3 */
.rhs_title_h3 {
  margin: 0 0 15px 0;
  padding: 0 0 12px 0;
  border-bottom: 2px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-align: left;
  position: relative;
}

.rhs_title_h3:after {
  position: absolute;
  content: " ";
  border-bottom: solid 2px #042455;
  bottom: -2px;
  width: 50px;
  display: block;
  left: 0px;
}

/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
  width: 720px;
  margin: 0 auto;
}

.rental_inq a {
  box-sizing: border-box;
  border: 3px solid #ff7f00;
  background: #ff7f00;
  color: #fff;
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 18px;
  padding: 30px 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.rental_inq a:after {
  position: absolute;
  bottom: -5px;
  content: "";
  vertical-align: middle;
  right: -5px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  transform: rotate(45deg);
}

.rental_inq a:hover {
  background: #fff;
  color: #ff7f00;
}

.rental_inq a:hover:after {
  border-left: 10px solid #ff7f00;
}

/**********
2023.03 マイページ改修
******************************/
/* main_mypage_menu */
.main_mypage_menu {
  margin: 0 0 30px 0;
}
.main_mypage_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 382px;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #181871;
  border-radius: 3px;
  box-shadow: 0px 2px 0px 0px #181871;
  font-weight: bold;
  text-decoration: none;
}
.main_mypage_menu ul li a {
  padding: 26px 12px 24px 20px;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a.mypage_menu_ac {
  padding: 27px 12px 23px 20px;
  background: #181871;
  color: #fff;
}
.main_mypage_menu ul li a {
  color: #181871;
  transition: all 0.2s;
}
.main_mypage_menu ul li p i.mypage_menu_icon,
.main_mypage_menu ul li a i.mypage_menu_icon {
  font-size: 22px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a i.fa-angle-right {
  font-size: 16px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a.mypage_menu_ac i.fa-angle-right {
  color: #181871;
}
.main_mypage_menu ul li p span,
.main_mypage_menu ul li a span {
  padding: 0 20px 0 0;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.8px;
}
.main_mypage_menu ul li a:hover {
  transform: translateY(2px);
  box-shadow: 0px 0px 0px 0px #181871;
  background: #181871;
  color: #fff;
}
.main_mypage_menu ul li a.mypage_menu_ac:hover {
  transform: translateY(0px);
  box-shadow: 0px 2px 0px 0px #181871;
}
h2.mp_title {
  background: #181871;
}
input.member_add_btn {
  background-color: #181871;
  border: 1px solid #181871;
}
input.member_add_btn:hover {
  color: #181871;
}
input.member_add_btn:focus {
  color: #181871;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  .shosai_link_tl:after {
  background: #181871;
}
#mp_bukken .osusume_more a {
  border: 1px solid #181871;
  box-shadow: 0px 2px 0px 0px #181871;
  color: #181871;
}
#mp_bukken .osusume_more a:hover {
  box-shadow: 0px 0px 0px 0px #181871;
  background: #181871;
}
.mem_match_conf .line-bg .selbg-title {
  background-color: #181871;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}
*/

/* ----------------------------------------
　スポット情報　表示・非表示（物件詳細・マンションカタログ）
---------------------------------------- */
/*
.catalog_spot_wrap, .shosai_spot_wrap{
	display:none;
}
*/

/* ----------------------------------------
　来店予約システム
---------------------------------------- */

/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */

.on_raiten {
  display: none !important;
}

/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/

/* ----------------------------------------
2023.05 お気に入り関連項目
---------------------------------------- */
.maincontents .fav_checkbtn input[type="button"] {
  font-family:
    "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* ----------------------------------------
　side
---------------------------------------- */

/*サイドナビ左右入れ替え*/
.l-roomlist {
  width: 780px;
  float: left;
  margin-right: 20px;
}

.l-sidenavi,
.side {
  width: 200px;
  float: right;
}

/* --side-200px用--- */
.container,
.lpo_container,
.lpo_main {
  width: 1000px !important;
}

.l-sidenavi,
.side,
.lpo_m_regist {
  width: 200px !important;
}

.l-sidewaku {
  padding: 15px 5px;
}

.l-sidewaku h4 {
  font-size: 13px;
  text-align: center;
}

.list_side_kensaku input {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin: 10px 0;
}

.l-sidewaku h5 {
  font-size: 14px;
}

.list_side_shubetsu label,
.list_side_area .line_a2 label {
  font-size: 12px;
  padding: 5px;
}

.list_side_shubetsu label input,
.list_side_area .line_a2 label input {
  width: 13px;
  height: 13px;
}

.list_side_area input.pop_btn {
  display: block;
  width: 80%;
}

.side_kakaku select {
  width: 82px;
  font-size: 13px;
}

.list_side_kodawari label {
  font-size: 12px;
}

.shosai_side_wrap {
  width: 194px !important;
  padding: 15px 5px !important;
}

.shosai_side_wrap h3 {
  font-size: 12px !important;
  line-height: 1.4 !important;
  padding: 10px 5px !important;
}

.shosai_side_tel_btn {
  font-size: 20px !important;
}

.shosai_side_tel_btn i {
  font-size: 16px !important;
  margin-right: 5px !important;
}

.shosai_side_cv ul li a {
  padding: 12px 0 !important;
  font-size: 13px !important;
}

.shosai_side_tel p br {
  display: block !important;
}
.shosai_side_con ul {
  display: block !important;
}
.shosai_side_con ul li:first-child {
  margin-right: 0 !important;
}

.shosai_side_con ul li a {
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

/* --side-200px用--- */

/* ----------------------------------------
　header
---------------------------------------- */
.top_on {
  display: none;
}
.top_off {
  display: block;
}
.head_wrap {
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 0 1%;
  transition: 0.5s;
}
.h_logo {
  width: 24%;
  min-width: 200px;
  max-width: 340px;
  & img {
    width: 100%;
  }
}
.h_conts {
}
.h_company_info {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 15px;
  margin: 0px 70px 20px 0;
  & img {
    width: 235px;
  }
}

.h_company_info p {
  font-size: 13px;
  color: #333;
  line-height: 1.4;
  font-weight: 500;
}

.h_menu {
  display: flex;
  gap: 15px;
  & li a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  & li a:hover {
    color: #181871;
  }
}

#inside_navArea nav {
  opacity: 0;
}

.inside_toggle_btn_c span,
.toggle_btn span {
  width: 26px;
  border-radius: 4px;
  transition: 0.5s;
  position: absolute;
}

.toggle_btn {
  display: block;
  position: absolute;
  top: 3px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: 0.5s;
  cursor: pointer;
}

.inside_toggle_btn_c,
.open #inside_mask {
  position: absolute;
  cursor: pointer;
  display: block;
  top: -10px;
  right: 10px;
}

.toggle_btn span {
  display: block;
  left: 0;
  height: 2px;
  background-color: #fff;
}

.toggle_btn span:first-child {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #000;
}

.open .inside_toggle_btn_c span:nth-of-type(1),
.open .toggle_btn span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-315deg);
  transform: translateY(5px) rotate(-315deg);
}

.open .inside_toggle_btn_c span:nth-of-type(2),
.open .toggle_btn span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(315deg);
  transform: translateY(-5px) rotate(315deg);
}

.inside_toggle_btn_c {
  width: 60px;
  height: 60px;
  transition: 0.5s;
  z-index: 1;
  background: #181871;
  box-sizing: border-box;
  border-bottom: none;
  border-radius: 5px;
}

.inside_toggle_btn_c span {
  display: block;
  left: 25px;
  height: 3px;
  background-color: #fff;
}

.inside_toggle_btn_c span:nth-of-type(1) {
  top: 20px;
  left: 17px;
}

.inside_toggle_btn_c span:nth-of-type(2) {
  top: 30px;
  left: 17px;
}
.inside_toggle_btn_c span:nth-of-type(3) {
  top: 40px;
  left: 17px;
}

.open .inside_toggle_btn_c span {
  background-color: #fff;
}

.open #inside_mask {
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 99999;
  transition: 0.8s;
  top: 0;
}

/* スクロール後のheader */
.head_wrap_after {
  & .h_company_info {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
    margin: 0px 0px 5px 0;
    position: relative;
    & img {
      width: 235px;
    }
    & p {
      font-size: 13px;
      color: #333;
      font-weight: 500;
      line-height: 1.4;
      position: relative;
      &::before {
        /* content: "";
        width: 235px;
        height: 24px;
        background-image: url(../img/common/tel_number_black.webp);
        position: absolute;
        top: 6px;
        left: -250px;
        background-size: cover;
        background-repeat: no-repeat; */
      }
    }
  }

  & .h_menu {
    display: flex;
    gap: 15px;
    & li a {
      font-size: 14px;
      color: #333;
      font-weight: 500;
      letter-spacing: 0.1em;
    }
    & li a:hover {
      color: #181871;
    }
  }
  & .inside_toggle_btn_c,
  .open #inside_mask {
    top: 13px;
    right: 15px;
  }
}
.head_wrap_after .head_wrap_inner {
  background: #fff;
  width: 90%;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 6% 10px 1%;
  box-sizing: border-box;
  z-index: 888;
  top: 20px !important;
}

/* ----------------------------------------
nav
---------------------------------------- */
#navArea {
  position: fixed;
  top: 0;
  right: 0;
}

#navArea nav {
  display: flex;
  position: fixed;
  top: -700px;
  bottom: 0;
  width: 100%;
  height: 0;
  min-height: 680px;
  background: #181871;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  color: #fff;
}

#navArea nav::-webkit-scrollbar {
  width: 10px;
}

#navArea nav::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: none;
}

#navArea nav::-webkit-scrollbar-thumb {
  background-color: #fff;
  box-shadow: none;
}

#navArea.open nav {
  right: 0;
  opacity: 1;
  z-index: 99;
  position: fixed;
  top: 0;
  padding: 120px 0 0 0;
  box-sizing: border-box;
  height: 100vh;
}

.open .inside_toggle_btn_c span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
  top: 20px;
}

.open .inside_toggle_btn_c span:nth-of-type(2) {
  display: none;
}
.open .inside_toggle_btn_c span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
  top: 40px;
}

#navArea_inner {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
}
#navArea_inner .nav_menu_ti {
  font-size: 22px;
  font-weight: 600;
  margin: 50px 0 18px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #25458f;
  color: #fff;
  & img {
    margin: 0 10px 0 0;
  }
}
#navArea_inner .navArea_in_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#navArea_inner .menu_con {
  width: 24%;
}
#navArea_inner .navArea_in_con_top .menu_con {
  width: 33%;
}
#navArea_inner .menu_about_con {
  width: 100%;
  padding-bottom: 60px;
}
#navArea_inner .menu_con p,
#navArea_inner .menu_con p a {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 10px;
}
#navArea_inner .menu_con ul li a {
  color: rgb(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 13px;
}
#navArea_inner .menu_con ul li a:hover {
  color: rgb(255, 255, 255);
  font-weight: 500;
}

/*============
 #mask
 =============*/
#mask {
  transition: all 0.8s;
  opacity: 0;
  z-index: -1;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 98;
  cursor: pointer;
  transition: all 0.8s;
}

/* 古川主任 */

/* header{
  position: fixed;
  z-index: 1000;
} */
.inside_toggle_btn_c {
  z-index: 999;
}
.head_inner {
  width: 98%;
  min-width: 1100px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 0 1%;
  transition: 0.5s;
}
.head_top_inner {
  background: none;
}
.head_wrap_after,
.head_click {
  background: #fff;
  width: 90%;
  min-width: 1100px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 10px min(7%, 90px) 10px 1%;
  box-sizing: border-box;
  z-index: 888;
  top: 20px !important;
  height: 85px;
}

.head_click .toggle_btn span {
  background-color: #000;
}

.head_click .inside_toggle_btn_c span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
  top: 20px;
}

.head_click .inside_toggle_btn_c span:nth-of-type(2) {
  display: none;
}
.head_click .inside_toggle_btn_c span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
  top: 40px;
}

/* スクロール後のheader */
.head_click {
  background: #fff;
  width: 90%;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 10px min(7%, 90px) 10px 1%;
  box-sizing: border-box;
  z-index: 888;
  top: 20px !important;
  & .h_logo a img {
    width: 100%;
  }
  & .h_company_info {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
    margin: 0px 0px 5px 0;
    position: relative;
    & img {
      width: 235px;
    }
    & p {
      font-size: 13px;
      color: #333;
      font-weight: 500;
      position: relative;
    }
  }

  & .h_menu {
    display: flex;
    gap: 15px;
    & li a {
      font-size: 14px;
      color: #333;
      font-weight: 500;
      letter-spacing: 0.1em;
    }
    & li a:hover {
      color: #181871;
    }
  }
  & .inside_toggle_btn_c,
  .open #inside_mask {
    top: 13px;
    right: 15px;
  }
}

/* ----------------------------------------
　footer
---------------------------------------- */
.foot_wrap {
  background: #181871;
}
.foot_in {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 80px 0;
}
.f_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.f_logo {
  width: 670px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  & .logo {
    margin: 0 50px 0 0;
  }
}
.f_tel {
  & a img {
    width: 235px;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
  }
  & p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 0 0;
  }
}
.f_top_btn ul {
  width: 430px;
  display: flex;
  justify-content: space-between;
  & li a {
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 3px;
    gap: 0 10px;
    box-shadow: 2px 2px 3px rgb(0, 0, 0, 0.2);
    position: relative;
  }
  & li:nth-child(1) a {
    background: #9a1616;
    border: solid 1px #9a1616;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    &:hover {
      background: #fff;
      color: #9a1616;
      &::before {
        content: url(../img/top/kaiin_icon_off.webp);
        position: absolute;
        top: 14px;
        left: 37px;
      }
    }
  }
  & li:nth-child(2) a {
    background: #9a1616;
    border: solid 1px #9a1616;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    &:hover {
      background: #fff;
      color: #9a1616;
      &::before {
        content: url(../img/top/kaiin_icon_off.webp);
        position: absolute;
        top: 14px;
        left: 45px;
      }
    }
  }
  & li:nth-child(3) a {
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #fff;
    &:hover {
      background: #181871;
      color: #fff;
      &::before {
        content: url(../img/common/f_logout_on.webp);
        position: absolute;
        top: 20px;
        left: 55px;
      }
    }
  }
  & li:nth-child(4) a {
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #fff;
    &:hover {
      background: #181871;
      color: #fff;
      &::before {
        content: url(../img/common/f_logout_on.webp);
        position: absolute;
        top: 22px;
        left: 46px;
      }
    }
  }
}
.f_menu {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.menu_buy {
  width: 465px;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 40px;
  background: #fff;
  & .menu_ti {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px 0;
    & img {
      margin: 0 10px 0 0;
    }
  }
}
.menu_sale {
  width: 690px;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 40px;
  background: #fff;
  & .menu_ti {
    font-size: 22px;
    font-weight: 600;
    & img {
      margin: 0 10px 0 0;
    }
  }
}
.menu_con {
  & p {
    font-size: 16px;
    font-weight: 600;
    color: #181871;
    letter-spacing: 0.05em;
    margin: 20px 0 0 0;
    & img {
      margin: 0 0 4px 5px;
    }
    & a {
      color: #181871;
    }
  }
  & ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 10px 0 30px;
    & li {
      position: relative;
      &:not(:last-child)::after {
        content: "";
        width: 1px;
        height: 10px;
        background: rgb(255, 255, 255, 0.5);
        display: inline-block;
        margin-left: 8px;
      }
    }
    & li a {
      padding-left: 3px;
      font-size: 14px;
      font-weight: 500;
      position: relative;
      &::after {
        position: absolute;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        background: #181871;
        bottom: 0px;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform 0.3s;
      }
      &:hover {
        color: #181871;
      }
      &:hover::after {
        transform: scale(1, 1);
      }
    }
  }
}
.f_about {
  margin: 50px 0 0 0;
  width: 100%;
  border-radius: 7px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f_about_te {
  width: 670px;
  & .about_ti {
    font-size: 22px;
    font-weight: 600;
    & img {
      margin: 0 10px 0 0;
    }
  }
  & ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-top: 20px;
    & li {
      position: relative;
      &::before {
        content: "";
        width: 1px;
        height: 10px;
        background: #333;
        position: absolute;
        top: 5px;
        right: -7px;
      }
    }
    & li a {
      font-size: 15px;
      font-weight: 500;
      position: relative;
      &::after {
        position: absolute;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        background: #181871;
        bottom: 0px;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform 0.3s;
      }
      &:hover {
        color: #181871;
      }
      &:hover::after {
        transform: scale(1, 1);
      }
    }
  }
}
.f_sns ul {
  width: 260px;
  margin: 0 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.f_sns ul li a:hover {
  opacity: 0.7;
}
.f_sns ul li a img {
  width: 50px;
}
.f_copy {
  background: #05053f;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  padding: 30px 0;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* fix_side */
.fix_side_bnr a {
  position: fixed;
  bottom: 130px;
  left: 0;
  width: 165px;
  height: 335px;
  background-image: url(../img/top/fix_side_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 200;
  padding: 20px 14px 0 14px;
  box-sizing: border-box;
  animation: move-y 1.2s infinite alternate ease-in-out;
  &:hover {
    transform: translateY(-5px);
  }
  &:hover .fix_kaiin_btn {
    background: #fff;
    color: #9a1616;
    &::before {
      content: "";
      width: 14px;
      height: 16px;
      background-image: url(../img/top/main_kaiin_red.webp);
      background-repeat: no-repeat;
      position: absolute;
      top: 15px;
      left: 28px;
      background-size: contain;
    }
  }
}
.fix_side_te {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  & span {
    color: #fff600;
  }
  & .big {
    font-size: 23px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.fix_reg_count {
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px;
  align-items: center;
  margin: 10px 0 0 0;
}
.fix_reg_koukai {
  width: 100%;
  text-align: center;
  & .ti {
    font-size: 13px;
    font-weight: 600;
    color: #181871;
    text-align: center;
    padding: 5px 0;
    background: rgb(24, 24, 113, 0.1);
    border-radius: 15px;
    margin: 0 0 5px 0;
  }
  & .count {
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    color: #333;
    margin: 7px 0 5px 0;
    & span {
      font-size: 12px;
    }
  }
}
.fix_reg_kaiin {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  & .ti {
    font-size: 13px;
    font-weight: 600;
    color: #9a1616;
    text-align: center;
    padding: 5px 0;
    background: rgb(154, 22, 22, 0.1);
    border-radius: 15px;
    margin: 0 0 5px 0;
  }
  & .count {
    font-size: 25px;
    font-weight: 600;
    color: #9a1616;
    margin: 7px 0 5px 0;
    line-height: 1;
    & span {
      font-size: 17px;
    }
  }
}
.fix_kaiin_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background: #9a1616;
  box-sizing: border-box;
  border: solid 1px #9a1616;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  gap: 0 8px;
  margin: 10px 0 0 0;
  letter-spacing: 0.02em;
  transition: 0.3s;
  position: relative;
  & img {
    width: 14px;
  }
}

/* ----------------------------------------
list,list_map
---------------------------------------- */
.list_top_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px;
  background: #fafaf9;
}
.list_top_flex .pager {
  margin: 0;
  display: flex;
  align-items: center;
}
.list_top_flex .pager li {
  margin-bottom: 0;
}
.list_tab_menu ul {
  display: flex;
  border-bottom: 2px solid #181871;
  align-items: center;
  margin: 15px 0 0;
}
.list_tab_menu ul .list_tab_on,
.list_tab_menu ul .list_tab_off {
  width: 20%;
  margin-right: 20%;
}
.list_tab_menu ul .list_tab_on,
.list_tab_menu ul .list_tab_off a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #000;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ccc;
  transition: 0.3s all;
}

.list_tab_menu ul .list_tab_on {
  background: #181871;
  border: 1px solid #181871;
  color: #fff;
  margin-right: 1%;
}

.list_tab_menu ul .list_tab_off i {
  color: #181871;
}

.list_tab_menu ul li i {
  margin-right: 10px;
  font-size: 18px;
  transition: 0.3s all;
  color: #fff;
}

.list_tab_menu ul .list_tab_off a:hover {
  background: #181871;
  border: 1px solid #181871;
  color: #fff;
}
.list_tab_menu ul .list_tab_off a:hover {
  color: #fff;
}
.list_tab_menu ul .list_tab_off a:hover i {
  color: #fff;
}

li.map-side-more {
  display: none;
}

.map_tab_menu ul {
  margin: 0;
  position: relative;
}
.map_tab_menu ul .list_tab_on,
.map_tab_menu ul .list_tab_off {
  margin-right: 1%;
}
.map_tab_menu ul li:last-child {
  position: absolute;
  right: 0;
}
.map_tab_menu ul li:last-child a {
  display: block;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #ccdae4;
  cursor: pointer;
  background: #f5f9fc;
}
.map_tab_menu ul li:last-child a i {
  margin-right: 5px;
  font-size: 12px;
  color: #000;
}

.map-side-name {
  height: 21px;
  font-size: 13px;
}
.map-side-name .bukken_new {
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  padding: 1px 3px;
  border-radius: 2px;
  margin-right: 3px;
  background: #ff9900;
  border: 1px solid #ff9900;
  color: #fff;
}
.map-side-name .bukken_icon_only {
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  padding: 1px 3px;
  border-radius: 2px;
  margin-right: 3px;
}
.list_map_caution {
  position: relative;
}
.list_map_caution ul {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}

.list_map_caution ul li {
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-size: 12px;
}

.list_map_caution ul li img {
  width: 30px;
  margin-right: 5px;
}

.list_row_h2 h2 a p {
  width: 495px;
  left: 8px;
}
.list_check {
  display: none;
}

/* sidebar */
.s_member_wrap a {
  display: block;
  height: 340px;
  width: 100%;
  background-image: url(../img/common/s_member_bg.webp);
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: 0 0 25px 0;
  &:hover .mem_btn {
    background: #fff;
    color: #9a1616;
  }
  &:hover {
    &::after {
      content: "";
      width: 16px;
      height: 18px;
      background-image: url(../img/top/main_kaiin_red.webp);
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 27px;
      left: 55px;
    }
  }
  & .mem_coment {
    position: absolute;
    top: 37px;
    right: 12px;
    font-size: 11px;
    z-index: 2;
    line-height: 14px;
  }
  &::before {
    content: "";
    width: 84px;
    height: 84px;
    border-radius: 40px;
    background: #171771;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
  }
  & .mem_ti {
    font-size: 30px;
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 100px 0 10px 0;
    border-bottom: solid 3px #fff;
  }
  & .mem_te {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.02em;
    margin: 20px 0 25px 0;
  }
  & .mem_btn {
    width: 170px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9a1616;
    border: solid 1px #9a1616;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0 auto;
    transition: 0.3s;
    gap: 0 5px;
    & img {
      width: 16px;
    }
  }
}
.s_buy {
  background: #181871;
  padding: 20px 15px;
  margin: 0 0 25px 0;
  & .s_ti {
    text-align: center;
    margin-bottom: 15px;
    & p {
      font-size: 25px;
      font-weight: 600;
      color: #fff;
      line-height: 1;
      margin-bottom: 7px;
    }
    & span {
      color: rgb(255, 255, 255, 0.5);
      font-size: 12px;
      font-weight: 500;
    }
  }
  & .s_buy_shop {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    & li a {
      height: 50px;
      background: #fff;
      border: solid 1px #fff;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px 0 40px;
      font-size: 15px;
      font-weight: 600;
      color: #181871;
      position: relative;
      & img {
        width: 23px;
      }
      &:hover {
        background: #181871;
        color: #fff;
      }
      &:hover::after {
        content: "";
        width: 23px;
        height: 23px;
        background-image: url(../img/top/arrow_white.webp);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 12px;
        right: 20px;
      }
    }
  }
  & .s_buy_search {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    & li a {
      height: 60px;
      border: solid 1px #fff;
      display: flex;
      align-items: center;
      padding: 0 0 0 12px;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      gap: 0 9px;
      &:hover {
        background: #fff;
        color: #181871;
      }
    }
  }
}

.s_sale {
  background: #9a1616;
  padding: 20px 15px;
  margin: 0 0 25px 0;
  & .s_ti {
    text-align: center;
    margin-bottom: 15px;
    & p {
      font-size: 25px;
      font-weight: 600;
      color: #fff;
      line-height: 1;
      margin-bottom: 7px;
    }
    & span {
      color: rgb(255, 255, 255, 0.5);
      font-size: 12px;
      font-weight: 500;
    }
  }
}
.s_sale ul {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  & li a {
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    font-size: 15px;
    font-weight: 600;
    color: #9a1616;
    border: solid 1px #fff;
    box-sizing: border-box;
    position: relative;
    &:hover {
      background: #9a1616;
      color: #fff;
    }
    &:hover::after {
      content: "";
      width: 23px;
      height: 23px;
      background-image: url(../img/top/arrow_white.webp);
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 12px;
      right: 10px;
    }
  }
  & li:nth-child(1) a {
    padding: 0 25px 0 20px;
    &:hover::after {
      content: none;
    }
  }
}
.s_info {
}
.s_info_ti {
  text-align: center;
  margin: 0 0 20px 0;
  & .s_info_te {
    font-size: 25px;
    margin: 0 0 10px 0;
    line-height: 1;
  }
  & .s_info_p {
    font-size: 15px;
    color: #181871;
    font-weight: 600;
  }
  & img {
    margin: 0 6px 0 0;
    width: 20px;
  }
}

.s_info iframe {
  width: 100%;
  height: 280px;
}

.s_info_con {
  border: solid 1px #ccc;
  padding: 0 10px 15px 10px;
  margin-bottom: 25px;
}
.s_info_iframe ul {
  display: flex;
  flex-direction: column;
  & li {
    border-bottom: dotted 1px #ccc;
    & a {
      padding: 12px 0;
      margin: 5px 0;
      display: block;
    }
    & a:hover {
      background: #ccc;
    }
  }
}
.s_info_tl {
  font-size: 13px;
  font-weight: 600;
  margin-top: 7px;
  & span {
    font-size: 12px;
    color: #181871;
    font-weight: 600;
    padding: 1px 10px;
    border: solid 1px #181871;
    margin: 0 0 0 10px;
  }
}
.s_info_te {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.s_all_more_btn {
  position: relative;
  margin: 15px 0 0 0;
  & a {
    width: 100%;
    height: 45px;
    background: #181871;
    display: flex;
    align-items: center;
    border-radius: 25px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    position: relative;
    &::before {
      content: "";
      width: 17px;
      height: 1px;
      background: #181871;
      position: absolute;
      top: 23px;
      right: 29px;
      z-index: 2;
    }
    &::after {
      content: "";
      display: block;
      width: 4px;
      height: 4px;
      transform: rotate(-45deg);
      border-right: 1px solid #181871;
      border-bottom: 1px solid #181871;
      position: absolute;
      top: 21px;
      right: 28px;
      z-index: 2;
    }
    & span {
      width: 50px;
      height: 25px;
      border-radius: 14px;
      background: #fff;
      position: absolute;
      top: 10px;
      right: 13px;
      z-index: 1;
      transition: 0.3s;
    }
    &:hover span {
      width: 97.5%;
      height: 41px;
      border-radius: 28px;
      background: #fff;
      position: absolute;
      top: 2px;
      right: 2px;
      z-index: -1;
    }
    &:hover {
      color: #181871;
      z-index: 1;
    }
  }
}

.s_staff {
  margin: 0 0 25px 0;
  transition: 0.3s;
  position: relative;
  &::before {
    content: url(../img/common/s_staff_dec.webp);
    position: absolute;
    bottom: 37px;
    left: 35px;
  }
  &::after {
    content: url(../img/common/s_more_white.webp);
    position: absolute;
    bottom: 6px;
    right: 10px;
  }
}
.s_staff:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.s_staff_ti {
  background: #181871;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  font-weight: 600;
}
.s_staff_te {
  font-size: 10px;
  & span {
    font-size: 30px;
    display: block;
    margin: 5px 0 0px 0;
  }
}

.s_voice {
  margin: 0 0 25px 0;
  position: relative;
  transition: 0.3s;
  border: solid 1px #c5c5c8;
  &::before {
    content: url(../img/common/s_more.webp);
    position: absolute;
    bottom: 6px;
    right: 10px;
  }
}
.s_voice:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.s_voice_ti {
  text-align: center;
  padding: 30px 0 37px 0;
  font-weight: 600;
}
.s_voice_te {
  font-size: 25px;
  margin: 0 0 10px 0;
}
.s_voice_p {
  font-size: 15px;
  color: #181871;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
  & img {
    width: 18px;
  }
}

.s_company {
  margin: 0 0 25px 0;
}
.s_com_ti {
  font-size: 25px;
  background: #181871;
  font-weight: 600;
  color: #fff;
  padding: 18px 0 17px 25px;
  position: relative;
  line-height: 1;
  margin: 0 0 15px 0;
  &::before {
    content: "";
    width: 10px;
    height: 60px;
    background: #0b0b4e;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.s_com_tel {
  margin: 12px 0 20px 0;
  display: block;
}
.s_company ul {
  background: #eeeef5;
  padding: 5px 20px 20px 20px;
  & li {
    border-bottom: solid 1px #181871;
    & a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 15px;
      font-weight: 600;
      color: #181871;
      padding: 10px 0;
      margin: 5px 0;
    }
    & a:hover {
      background: #fff;
    }
  }
}

.s_strong a {
  display: flex;
  align-items: center;
  border: solid 1px #c5c5c8;
  margin: 0 0 25px 0;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 16px 16px; /* 上 右 下 左 */
    border-color: transparent transparent #181871 transparent;
  }
  & p {
    padding: 0 0 0 12px;
    font-weight: 600;
    font-size: 15px;
  }
  &:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  }
}

.s_recruit {
  background-image: url(../img/common/s_recruit_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 25px 0;
  height: 300px;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  & span {
    background: #fff;
    color: #181871;
    border: solid 1px #fff;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    gap: 0 6px;
    height: 50px;
    width: 170px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
}
.s_recruit a {
  padding: 140px 0 15px 0;
  display: block;
  &:hover span {
    color: #fff;
    background: #001389;
  }
}
.s_rec_te {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}
.s_rec_ti {
  font-size: 28px;
  margin: 10px 0 20px 0;
  color: #fff;
}

.s_shop {
  margin: 0 0 25px 0;
  padding: 15px;
  background: #eeeef5;
}
.s_shop_ti {
  color: #181871;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #181871;
}
.s_shop_te {
  padding: 10px 0 0 0;
  font-size: 13px;
  font-weight: 500;
}
/* /sidebar */

/* recruit_header */
.recruit_head_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 15px 1%;
  transition: 0.5s;
}

#recruit_head_wrap {
  & .head_wrap_after {
    background: #fff;
    width: 86%;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 10px 1% 10px 1%;
    box-sizing: border-box;
    z-index: 888;
    top: 20px !important;
    height: 65px;
    & .h_menu {
      padding-right: 20px;
    }
  }
  .h_menu {
    display: flex;
    gap: min(2.4vw, 40px);
    padding-right: 100px;
    & li {
      position: relative;
    }
    & li a {
      font-size: 16px;
      color: #333;
      font-weight: 500;
      letter-spacing: 0.1em;
      position: relative;
      cursor: pointer;
      &:hover {
        color: #001389;
      }
      &:hover::after {
        transform: scale(1, 1);
      }
      &:not(:last-child)::before {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        border-bottom: solid 1px #001389;
        border-right: solid 1px #001389;
        transform: rotate(45deg);
        position: absolute;
        top: 8px;
        right: -10px;
      }
      &::after {
        position: absolute;
        left: 0;
        content: "";
        width: 100%;
        height: 2px;
        background: #001389;
        bottom: -5px;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform 0.3s;
      }
    }
    & li:hover .menu_contents {
      max-height: 9999px;
      opacity: 1;
      padding: 20px;
    }
  }
  .menu_contents {
    transition: all 0.1s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 260px;
    top: 34px;
    left: -60px;
    /* right: 0;
    margin: 0 auto; */
    position: absolute;
    z-index: 600;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px 0px rgba(170, 170, 170, 0.3);
    background: #e5f2e5;
    text-align: center;
    border: solid 3px #001389;
    border-radius: 10px;
    background: #fff;
    text-align: left;
  }
  .fh_menu_li li a {
    font-size: min(1.3vw, 16px);
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.1em;
    display: inline-block;
    & img {
      width: 12px;
      margin: 0 0 7px 6px;
    }
    &::before {
      border-bottom: none;
      border-right: none;
    }
    &::after {
      bottom: 1px;
    }
  }

  #inside_navArea nav {
    opacity: 0;
  }

  .recruit_inside_toggle_btn_c span,
  .toggle_btn span {
    width: 26px;
    border-radius: 4px;
    transition: 0.5s;
    position: absolute;
  }

  .toggle_btn {
    display: block;
    position: absolute;
    top: 3px;
    right: 15px;
    width: 30px;
    height: 30px;
    transition: 0.5s;
    cursor: pointer;
  }

  .recruit_inside_toggle_btn_c,
  .open #inside_mask {
    position: fixed;
    top: 0%;
    cursor: pointer;
    display: block;
    right: 0%;
  }

  .toggle_btn span {
    display: block;
    left: 0;
    height: 2px;
    background-color: #fff;
  }

  .toggle_btn span:first-child {
    top: 4px;
  }

  .toggle_btn span:nth-child(2) {
    top: 14px;
  }

  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }

  .open .toggle_btn span {
    background-color: #000;
  }

  .open .recruit_inside_toggle_btn_c span:nth-of-type(1),
  .open .toggle_btn span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-315deg);
    transform: translateY(5px) rotate(-315deg);
  }

  .open .recruit_inside_toggle_btn_c span:nth-of-type(2),
  .open .toggle_btn span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) rotate(315deg);
    transform: translateY(-5px) rotate(315deg);
  }

  .recruit_inside_toggle_btn_c {
    width: 75px;
    height: 75px;
    transition: 0.5s;
    z-index: 1;
    background: #001389;
    box-sizing: border-box;
    border-bottom: none;
    border-radius: 0px;
  }

  .recruit_inside_toggle_btn_c span {
    display: block;
    left: 25px;
    height: 3px;
    background-color: #fff;
  }

  .recruit_inside_toggle_btn_c span:nth-of-type(1) {
    top: 25px;
    left: 25px;
  }

  .recruit_inside_toggle_btn_c span:nth-of-type(2) {
    top: 35px;
    left: 25px;
  }
  .recruit_inside_toggle_btn_c span:nth-of-type(3) {
    top: 45px;
    left: 25px;
  }

  .open .recruit_inside_toggle_btn_c span {
    background-color: #fff;
  }
  .head_click .recruit_inside_toggle_btn_c span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
    top: 25px;
  }

  .head_click .recruit_inside_toggle_btn_c span:nth-of-type(2) {
    display: none;
  }
  .head_click .recruit_inside_toggle_btn_c span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
    top: 45px;
  }
  .head_inner.head_click {
    background: none;
    box-shadow: none;
    & .h_logo {
      display: none;
    }
    & .h_conts {
      display: none;
    }
  }

  .open #inside_mask {
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 99999;
    transition: 0.8s;
    top: 0;
  }

  /* ----------------------------------------
nav
---------------------------------------- */
  #navArea {
    position: fixed;
    top: 0;
  }

  #navArea nav {
    display: flex;
    position: fixed;
    top: -700px;
    /* right: -300px; */
    bottom: 0;
    width: 100%;
    height: 85vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(
      180deg,
      rgb(0, 45, 127, 0.99),
      rgb(13, 162, 217, 0.85) 99%
    );
    backdrop-filter: blur(10px); /* これを追加 */
    -webkit-backdrop-filter: blur(10px);
  }

  #navArea nav::-webkit-scrollbar {
    width: 10px;
  }

  #navArea nav::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: none;
  }

  #navArea nav::-webkit-scrollbar-thumb {
    background-color: #fff;
    box-shadow: none;
  }

  #navArea.open nav {
    right: 0;
    opacity: 1;
    z-index: 99;
    position: fixed;
    top: 0;
    padding: 120px 0 0 0;
    box-sizing: border-box;
    height: 100vh;
  }

  #recruit_navArea_inner {
    width: 1100px;
    margin: 0 auto;
    .recruit_nav_in {
      display: flex;
      justify-content: space-between;
    }
    .recruit_nav_le {
      width: 700px;
    }
    .recruit_nav_le ul {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: space-between;
    }
    .recruit_nav_le ul li a {
      width: 330px;
      border-bottom: solid 1px #fff;
      font-size: 30px;
      font-weight: 600;
      color: #fff;
      display: block;
      letter-spacing: 0.05em;
      & p {
        font-size: 13px;
        padding: 20px 0 20px 20px;
        position: relative;
        font-weight: 400;
        color: rgb(255, 255, 255, 0.9);
        letter-spacing: 0em;
        &::before {
          content: "";
          width: 10px;
          height: 1px;
          display: block;
          background: #fff;
          position: absolute;
          top: 28px;
          left: 0;
        }
      }
      &:hover {
        opacity: 0.6;
      }
    }

    .recruit_nav_ri {
      width: 300px;
      margin: 0 30px 0 0;
    }
    .recruit_nav_ri .entry_btn {
      margin: 0;
      flex-direction: column;
      gap: 20px 0;
      width: 100%;
    }
    .recruit_nav_ri .foot_entry_new {
      width: 100%;
      height: 80px;
      border-radius: 40px;
      & img {
        top: 30px;
      }
      &:hover span {
        width: 98%;
        max-width: 236px;
        height: 75px;
        border-radius: 40px;
      }
    }
    .recruit_nav_ri ul {
      display: flex;
      flex-wrap: wrap;
      gap: 30px 20px;
      margin: 50px 0 0 0;
      max-width: 300px;
      width: 24vw;
      & li a {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 0 5px;
        &:hover {
          opacity: 0.6;
        }
      }
    }
  }
  .recruit_side_ber {
    display: none;
  }

  /*============
 #mask
 =============*/
  #mask {
    transition: all 0.8s;
    opacity: 0;
    z-index: -1;
  }

  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 98;
    cursor: pointer;
    transition: all 0.8s;
  }

  .recruit_side_ber {
    position: fixed;
    right: 0;
    height: calc(100vh - 75px);
    top: 75px;
    width: 75px;
    display: flex;
    writing-mode: vertical-rl;
    align-items: center;
    background: #001389;
  }
  .side_entry_new {
    color: #fff;
    background: linear-gradient(0deg, #e61735, #f3af41 99%);
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600;
    height: 25vh;
    min-height: 200px;
    & span {
      writing-mode: horizontal-tb;
      width: 55px;
      height: 55px;
      border-radius: 30px;
      background: #fff;
      color: #f17e3d;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      margin-bottom: 5px;
    }
    & i {
      margin: 10px 0 0 0;
    }
    &:hover {
      background: linear-gradient(0deg, #c60b27, #e09010 99%);
    }
  }

  .side_entry_old {
    color: #fff;
    background: linear-gradient(0deg, #002d7f, #0da2d9 99%);
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600;
    height: 25vh;
    min-height: 200px;
    & span {
      writing-mode: horizontal-tb;
      width: 55px;
      height: 55px;
      border-radius: 30px;
      background: #fff;
      color: #0081c0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      margin-bottom: 5px;
    }
    & i {
      margin: 10px 0 0 0;
    }
    &:hover {
      background: linear-gradient(0deg, #062f7c, #088dbd 99%);
    }
  }
}

/* recruit_footer */
.recruit_foot_entry {
  background-image: url(../recruit/img/common/f_recruit_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.foot_entry_in {
  width: 85vw;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 140px 0 110px 0;
}
.entry_mess {
  font-size: min(2.4vw, 40px);
  line-height: min(4vw, 65px);
  font-weight: 600;
  color: #fff;
}
.entry_area {
  padding: 2.8vw 2.6vw;
  background: #fff;
  border-radius: 10px;
  & p {
    font-size: min(1.3vw, 20px);
    line-height: 2vw;
    font-weight: 600;
    text-align: center;
  }
}
.entry_btn {
  width: 90%;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: space-between;
  /* gap: 0 30px; */
}
.foot_entry_new {
  width: 18.2vw;
  max-width: 280px;
  height: 70px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px 0 2.4vw;
  border-radius: 35px;
  background: linear-gradient(90deg, #e61735, #f3af41 99%);
  color: #fff;
  position: relative;
  z-index: 5;
  & p {
    color: #f17e3d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    position: absolute;
    top: 17px;
    left: min(1.5vw, 27px);
    z-index: 10;
    line-height: 1.2;
  }
  & span {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    left: min(1vw, 18px);
    top: 10px;
    transition: 0.3s;
  }
  & img {
    position: absolute;
    top: 24px;
    right: 1.4vw;
    width: 23px;
  }
  &:hover {
    color: #f17e3d;
    z-index: 5;
  }
  &:hover span {
    width: 17.9vw;
    max-width: 276px;
    height: 66px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 35px;
    z-index: -1;
  }
  &:hover::before {
    content: url(../recruit/img/recruit_entry_more_red.webp);
    position: absolute;
    top: 24px;
    right: 1.4vw;
    z-index: 20;
  }
}
.foot_entry_old {
  background: linear-gradient(90deg, #002d7f, #0da2d9 99%);
  & p {
    color: #0081c0;
  }
  &:hover {
    color: #0081c0;
  }
  &:hover::before {
    content: url(../recruit/img/recruit_entry_more_blue.webp);
    position: absolute;
    top: 24px;
    right: 1.4vw;
    z-index: 20;
  }
}
.entry_min {
  width: 16vw;
  max-width: 260px;
  padding: 0 20px 0 40px;
  font-size: min(1.3vw, 20px);
  &:hover span {
    width: 15.65vw;
    max-width: 256px;
  }
}
.entry_nav {
  width: 16vw;
  max-width: 240px;
  padding: 0 20px 0 40px;
  & p {
    top: 21px;
    left: 1.6vw;
  }
  & span {
    top: 15px;
  }
  &:hover span {
    width: 15.65vw;
    max-width: 256px;
    height: 75px;
    border-radius: 40px;
  }
  &:hover::before {
    top: 30px;
  }
}

.recruit_foot_wrap {
  background: #001389;
}
.recruit_foot_in {
  width: 85vw;
  max-width: 1500px;
  margin: 0 auto;
  padding: 90px 0 130px 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
  & ul li a {
    color: #fff;
  }
}
.rec_foot_le {
  width: 38%;
  max-width: 590px;
  margin-top: 40px;
  & .entry_btn {
    width: 100%;
  }
}
.foot_le_tel {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin: 20px 0 40px 0;
  & p {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.02em;
  }
}
.rec_foot_le Ul {
  display: flex;
  gap: 10px 30px;
  margin: 30px 0 0 0;
  flex-wrap: wrap;
  & li a {
    font-size: min(1.2vw, 15px);
    display: inline-flex;
    align-items: center;
    gap: 0 5px;
    position: relative;
    &::before {
      content: "";
      width: 1px;
      height: 13px;
      background: #fff;
      position: absolute;
      top: 3px;
      right: -20px;
    }
    &::after {
      position: absolute;
      left: 0;
      content: "";
      width: 100%;
      height: 1px;
      background: #fff;
      bottom: -2px;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform 0.3s;
    }
    &:hover {
      color: #fff;
    }
    &:hover::after {
      transform: scale(1, 1);
    }
  }
}

.rec_foot_ri {
  width: 58%;
  max-width: 875px;
  display: flex;
  justify-content: space-between;
}
.rec_foot_link {
  width: 15.5vw;
  max-width: 240px;
  & p {
    padding: 10px 0 20px 0;
    border-bottom: solid 1px #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
  }
  & ul {
    margin: 15px 0 0 0;
    & li a {
      margin: 5px 0 5px 15px;
      font-size: 15px;
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 0 3px;
      &::before {
        content: "";
        display: block;
        position: absolute;
        top: 6px;
        left: -14px;
        /* 1. サイズと線の太さの指定 */
        width: 5px;
        height: 5px;
        border-top: 1px solid #fff; /* 上の線 */
        border-right: 1px solid #fff; /* 右の線 */
        /* 2. 45度回転させて「>」にする */
        transform: rotate(45deg);
      }
      &::after {
        position: absolute;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        bottom: -2px;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform 0.3s;
      }
      &:hover {
        color: #fff;
      }
      &:hover::after {
        transform: scale(1, 1);
      }
    }
  }
}
.recruit_copy {
  background: #02106b;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
}

/* /recruit_footer */

/* sale_contact */
.contact_wrap {
  background: #171771;
  padding: 40px 0;
  margin-top: 80px;
}

.contact_inner {
  width: 1000px;
  margin: 0 auto;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 25px 30px;
  text-align: center;
  background: #fff;
}

.contact_inner P {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
}

.contact_inner ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.contact_inner ul li a {
  display: block;
  width: 460px;
  line-height: 76px;
  border: 2px solid #b3111c;
  background: #b3111c;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 8px rgb(0 0 0 / 15%);
  position: relative;
  transition: 0.3s;
}

.contact_inner ul li a span {
  display: inline-block;
  background: #fff;
  color: #b3111c;
  border-radius: 3px;
  width: 45px;
  line-height: 25px;
  margin-right: 10px;
  transition: 0.3s;
}

.contact_inner ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 34px;
  transition: 0.3s;
}

.contact_inner ul li:last-child a::before {
  border-top: 2px solid #b3111c;
  border-right: 2px solid #b3111c;
}

.contact_inner ul li:last-child a {
  background: #fff;
  color: #b3111c;
}

.contact_inner ul li a:hover {
  background: #fff;
  color: #b3111c;
}

.contact_inner ul li a:hover span {
  transition: 0.3s;
  background: #b3111c;
  color: #fff;
}

.contact_inner ul li:last-child a:hover {
  background: #b3111c;
  color: #fff;
}

.contact_inner ul li a:hover::before {
  border-top: 2px solid #b3111c;
  border-right: 2px solid #b3111c;
  transition: 0.3s;
}

.contact_inner ul li:last-child a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.contact_tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_tel img {
  width: 303px;
}

.contact_tel span {
  margin-left: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #171771;
}
/* /sale_contact */

/* パンくず調整 */
.pan_wrap {
  margin: 10px 0 20px 0 !important;
}
/* /パンくず調整 */

/* こだわり条件表示 */
#zokusei_all_wrap .zokusei_all_inner {
  height: calc(100vh - 250px);
}
.list_side_kodawari_btn_list {
  bottom: 130px;
}
#zokusei_all_wrap .zokusei_all_inner h5 {
  padding: 10px 0 10px 0;
}
/* /こだわり条件表示 */

/* 地図検索時の画像修正 */
.map-side-img {
  height: 55px;
  & img {
    height: 100% !important;
    object-fit: cover;
  }
}
.maps-sear-komoku .list_school_box {
  height: auto;
}
.search_check_list li label:hover {
  outline: 1px solid #d6eaba !important;
  border: none !important;
}
/* /地図検索時の画像修正 */
