/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  header.css
------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
body {
  /* padding-top: 152px; */
  position: relative;
}

body::before {
  background: rgba(0, 0, 0, .26);
  content: '';
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

body.overlay::before {
  opacity: 1;
}

header.re2023 {
  /* height: 152px; */
  height: 102px;
  margin-bottom: 50px !important;
}

.re2023 .pc_header {
  background-color: #fff;
  height: 152px;
  padding: 10px 0 15px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.re2023 .sp_header {
  display: none;
}

.re2023 .pc_header .head_menu {
  display: flex;
  justify-content: space-between;
}

.re2023 .pc_header .head_menu a {
  transition: .2s;
}

.re2023 .pc_header .head_menu a:hover {
  opacity: .8;
}

@media (any-hover:hover) {
  .re2023 .pc_header .head_menu a:hover {
    opacity: .8;
  }
}

.re2023 .pc_header .head_menu .logo {
  width: 283px;
}

.re2023 .pc_header .head_menu .head_nav {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 802px;
}

.re2023 .pc_header .head_menu .head_nav .link {
  color: #101010;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
  padding-right: 23px;
  position: relative;
}

.re2023 .pc_header .head_menu .head_nav .link::after {
  background-image: url(../img/common/header_arrow02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 15px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}

.re2023 .pc_header .head_menu .head_nav .btn_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.re2023 .pc_header .head_menu .head_nav .btn_wrap.btn_new2025_pc {
  justify-content: flex-end;
  align-items: center;
}

.re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(1) {
  width: 144.28px;
}
.re2023 .pc_header .head_menu .head_nav .btn_wrap.btn_new2025_pc .BTN:nth-of-type(1) {
  width: 367px;
}

.re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(2) {
  width: 426px;
}
.re2023 .pc_header .head_menu .head_nav .btn_wrap.btn_new2025_pc .BTN:nth-of-type(2) {
  width: 159px;
  margin-left: 10px;
}

.re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(3) {
  width: 211.37px;
}
.re2023 .pc_header .head_menu .head_nav .btn_wrap.btn_new2025_pc .BTN:nth-of-type(3) {
  width: 159px;
  margin-left: 10px;
}

.re2023 .pc_header .main_menu {
  margin-top: 14px;
}

.re2023 .pc_header .main_menu .main_nav {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.re2023 .pc_header .main_menu .main_nav > li {
  width: calc((100% - 42px) / 8);
}

/* .re2023 .pc_header .main_menu .main_nav > li:nth-of-type(1) {
  width: calc(((100% - 42px) / 8) + 12px);
}

.re2023 .pc_header .main_menu .main_nav > li:nth-of-type(2) {
  width: calc(((100% - 42px) / 8) + 12px);
}

.re2023 .pc_header .main_menu .main_nav > li:nth-of-type(3) {
  width: calc(((100% - 42px) / 8) + 12px);
}

.re2023 .pc_header .main_menu .main_nav > li:nth-of-type(4) {
  width: calc(((100% - 42px) / 8) + 12px);
}

.re2023 .pc_header .main_menu .main_nav > li:nth-of-type(5) {
  width: calc(((100% - 42px) / 8) - 20px);
}

.re2023 .pc_header .main_menu .main_nav > li:nth-of-type(6) {
  width: calc(((100% - 42px) / 8) - 20px);
}

.re2023 .pc_header .main_menu .main_nav > li:nth-of-type(7) {
  width: calc(((100% - 42px) / 8) - 20px);
}

.re2023 .pc_header .main_menu .main_nav > li:nth-of-type(8) {
  width: calc(((100% - 42px) / 8) + 12px);
} */

.re2023 .pc_header .main_menu .main_nav > li.mega_btn > a {
  padding-right: 23px;
  position: relative;
}

.re2023 .pc_header .main_menu .main_nav > li.mega_btn > a::after {
  background-image: url(../img/common/header_arrow01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 14px;
  margin: auto;
  position: absolute;
  right: 6px;
  top: 0;
  width: 14px;
}

.re2023 .pc_header .main_menu .main_nav > li > a {
  align-items: center;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .26);
  color: #333;
  display: flex;
  font-size: 12.2px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  line-height: calc(16.9 / 13);
  text-align: center;
  transition: .2s;
  width: 100%;
  ;
}

@media (any-hover:hover) {
  .re2023 .pc_header .main_menu .main_nav > li > a:hover {
    opacity: .8;
  }
}

.re2023 .pc_header .main_menu .main_nav .mega_menu {
  box-sizing: border-box;
  /* display: none; */
  left: 0;
  opacity: 0;
  padding: 14px 0 25.5px;
  pointer-events: none;
  position: absolute;
  top: 137px;
  transition: .2s;
  width: 100%;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu.active {
  opacity: 1;
  pointer-events: all;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu::after {
  backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, .85);
  bottom: 0;
  content: '';
  height: calc(100% - 14px);
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu .BTN {
  border: solid 1px;
  color: #0068b7;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 14px 20px;
  padding: 5px 41.5px 5px 18.5px;
  position: relative;
  transition: .2s;
  z-index: 2;
}

@media (any-hover:hover) {
  .re2023 .pc_header .main_menu .main_nav .mega_menu .BTN:hover {
    opacity: .8;
  }
}

.re2023 .pc_header .main_menu .main_nav .mega_menu .BTN::after {
  background-image: url(../img/common/header_arrow02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 15px;
  margin: auto;
  position: absolute;
  right: 18.5px;
  top: 2px;
  width: 15px;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu .ttl {
  align-items: center;
  background: #0068b7;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  margin-bottom: 14px;
  padding: 5px 20px;
  position: relative;
  z-index: 2;
}

.re2023 .pc_header .main_menu .main_nav .mega_menu .ttl:nth-of-type(2) {
  background: #1c98d0;
  margin-top: 18px;
}

.re2023 .pc_header .main_menu .main_nav .child {
  display: flex;
  flex-wrap: wrap;
  margin-top: -18px;
  position: relative;
  z-index: 2;
}

.re2023 .pc_header .main_menu .main_nav .child li {
  border-left: solid 1px #d8d8d8;
  margin-top: 18px;
  padding: 0 45px;
  white-space: nowrap;
  width: calc(100% / 7);
}

.re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(1), .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(5), .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(9), .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(13) {
  border-left: none;
  padding-left: 20px;
}

.re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(4), .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(8), .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(12) {
  padding-right: 20px;
}

.re2023 .pc_header .main_menu .main_nav .child01 li {
  padding: 0 29.5px;
}

.re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(1), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(5), .pc_header .main_menu .main_nav .child01 li:nth-of-type(9), .pc_header .main_menu .main_nav .child01 li:nth-of-type(13) {
  width: 370px;
}

.re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(2), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(6), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(10) {
  width: 250px;
}

.re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(3), .pc_header .main_menu .main_nav .child01 li:nth-of-type(7), .pc_header .main_menu .main_nav .child01 li:nth-of-type(11) {
  width: 250px;
}

.re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(4), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(8), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(12) {
  width: calc(100% - 870px);
}

.re2023 .pc_header .main_menu .main_nav .child02 li {
  padding: 0 45px;
  width: calc(100% / 4);
}

.re2023 .pc_header .main_menu .main_nav .child li a {
  cursor: pointer !important;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  transition: .2s;
}

@media (any-hover:hover) {
  .re2023 .pc_header .main_menu .main_nav .child li a:hover {
    opacity: .7;
  }
}

/* 追従 */
.re2023 .pc_header.fix {
  backdrop-filter: blur(11px);
  background-color: rgba(255, 255, 255, .85);
  height: 102px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: .2s;
  z-index: 9;
}

.re2023 .pc_header.fix.active {
  opacity: 1;
  pointer-events: all;
}

.re2023 .pc_header.fix .head_menu .logo {
  bottom: -40px;
  position: relative;
  width: 140px;
}

.re2023 .pc_header.fix .main_menu {
  margin-top: 0;
}

.re2023 .pc_header.fix .main_menu .main_nav .mega_menu {
  top: 87px;
}

.re2023 .pc_header.fix .main_menu .main_nav {
  padding-left: 150px;
}

.re2023 .pc_header.fix .main_menu .main_nav > li {
  width: 142px;
}

.re2023 .pc_header.fix .main_menu .main_nav > li.mega_btn {
  width: 142px;
}

.re2023 .pc_header.fix .main_menu .main_nav > li.mega_btn > a::after {
  right: 8px;
}

@media screen and (min-width:767.1px) and (max-width:1200px) {
  body {
    /* padding-top: 12.67vw; */
  }

  header.re2023 {
    /* height: 12.67vw; */
    height: 8.5vw;
    margin-bottom: 4.17vw !important;
  }

  .re2023 .pc_header {
    height: 12.67vw;
    padding: .83vw 0 1.25vw;
  }

  .re2023 .pc_header .head_menu .logo {
    width: 23.58vw;
  }

  .re2023 .pc_header .head_menu .head_nav {
    width: 66.83vw;
  }

  .re2023 .pc_header .head_menu .head_nav .link {
    font-size: 1.17vw;
    margin-bottom: .58vw;
    padding-right: 1.92vw;
  }

  .re2023 .pc_header .head_menu .head_nav .link::after {
    height: 1.25vw;
    width: 1.25vw;
  }

  .re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(1) {
    width: 12.02vw;
  }

  .re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(2) {
    width: 35.5vw;
  }

  .re2023 .pc_header .head_menu .head_nav .btn_wrap .BTN:nth-of-type(3) {
    width: 17.61vw;
  }

  .re2023 .pc_header .main_menu {
    margin-top: 1.17vw;
  }

  .re2023 .pc_header .main_menu .main_nav > li {
    width: calc((100% - 3.5vw) / 7);
  }

  .re2023 .pc_header .main_menu .main_nav > li.mega_btn > a {
    padding-right: 1.92vw;
  }

  .re2023 .pc_header .main_menu .main_nav > li.mega_btn > a::after {
    height: 1.17vw;
    right: 0.6vw;
    width: 1.17vw;
  }

  .re2023 .pc_header .main_menu .main_nav > li > a {
    font-size: 0.95vw;
    height: 4.17vw;
  }

  .re2023 .pc_header .main_menu .main_nav .mega_menu {
    padding: 1.17vw 0 2.13vw;
    top: 11.42vw;
  }

  .re2023 .pc_header .main_menu .main_nav .mega_menu::after {
    height: calc(100% - 1.17vw);
  }

  .re2023 .pc_header .main_menu .main_nav .mega_menu .BTN {
    font-size: 1.33vw;
    margin: 1.17vw 1.67vw;
    padding: .42vw 3.46vw .42vw 1.54vw;
  }

  .re2023 .pc_header .main_menu .main_nav .mega_menu .BTN::after {
    height: 1.25vw;
    right: 1.54vw;
    top: .17vw;
    width: 1.25vw;
  }

  .re2023 .pc_header .main_menu .main_nav .mega_menu .ttl {
    font-size: 1.33vw;
    height: 2.92vw;
    margin-bottom: 1.17vw;
    padding: .42vw 1.67vw;
  }

  .re2023 .pc_header .main_menu .main_nav .mega_menu .ttl:nth-of-type(2) {
    margin-top: 1.5vw;
  }

  .re2023 .pc_header .main_menu .main_nav .child {
    margin-top: -1.5vw;
  }

  .re2023 .pc_header .main_menu .main_nav .child li {
    margin-top: 1.5vw;
    padding: 0 3.75vw;
  }

  .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(1), .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(5), .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(9), .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(13) {
    padding-left: 1.67vw;
  }

  .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(4), .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(8), .re2023 .pc_header .main_menu .main_nav .child li:nth-of-type(12) {
    padding-right: 1.67vw;
  }

  .re2023 .pc_header .main_menu .main_nav .child01 li {
    padding: 0 2.46vw;
  }

  /* .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(1), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(5), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(9), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(13) {
    width: 30.83vw;
  }

  .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(2), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(6), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(10) {
    width: 20.83vw;
  }

  .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(3), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(7), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(11) {
    width: 20.83vw;
  }

  .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(4), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(8), .re2023 .pc_header .main_menu .main_nav .child01 li:nth-of-type(12) {
    width: calc(100% - 72.5vw);
  } */

  .re2023 .pc_header .main_menu .main_nav .child02 li {
    padding: 0 3.75vw;
  }

  .re2023 .pc_header .main_menu .main_nav .child li a {
    font-size: 1.33vw;
  }

  /* 追従 */
  .re2023 .pc_header.fix {
    height: 8.5vw;
  }

  .re2023 .pc_header.fix .head_menu .logo {
    bottom: -3.33vw;
    width: 13vw;
  }

  .re2023 .pc_header.fix .main_menu .main_nav .mega_menu {
    top: 7.25vw;
  }

  .re2023 .pc_header.fix .main_menu .main_nav {
    padding-left: 13.85vw;
  }

  .re2023 .pc_header.fix .main_menu .main_nav > li {
    width: 11.5vw;
  }

 .re2023 .pc_header.fix .main_menu .main_nav > li.mega_btn {
    width: 11.5vw;
  }

  .re2023 .pc_header.fix .main_menu .main_nav > li.mega_btn > a::after {
    right: .47vw;
  }
}

@media screen and (min-width:767.1px) and (max-width:880px) {
  .re2023 .pc_header .main_menu .main_nav > li.mega_btn > a::after {
    height: 1.25vw;
    right: .5vw;
    width: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding: 0 !important;
  }

  header.re2023 {
    height: 15.47vw;
    margin-bottom: 0 !important;
  }

  .re2023 .pc_header {
    display: none;
  }

  .re2023 .sp_header {
    background: #fff;
    display: block;
    height: 15.47vw;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 10;
  }

  .re2023 .sp_header.fix {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: .2s;
    z-index: 9;
  }

  .re2023 .sp_header.fix.active {
    opacity: 1;
    pointer-events: all;
  }

  .re2023 .sp_header .head_menu {
    align-items: center;
    display: flex;
  }

  .re2023 .sp_header .head_menu .logo {
    margin-right: auto;
    padding-left: 2.93vw;
    width: 32.53vw;
  }

  .re2023 .sp_header .head_menu .BTN {
    height: 15.47vw;
    overflow: hidden;
    transition: .2s;
    width: 15.47vw;
  }
  .re2023 .sp_header .head_menu .BTN.btn_new2025_sp {
    align-items: center;
    color: #0068B7;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    height: 15.47vw;
    justify-content: center;
    position: relative;
    transition: .2s;
  }
  .re2023 .sp_header .head_menu .BTN.btn_new2025_sp.btn_new2025_area::before {
    background-image: url(../img/common/nav-ico_area.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    height: 6.5vw;
    left: 0;
    position: relative;
    top: 0px;
    width: 6.5vw;
  }
  .re2023 .sp_header .head_menu .BTN.btn_new2025_sp.btn_new2025_tel::before {
    background-image: url(../img/common/nav-ico_tel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    height: 6.5vw;
    left: 0;
    position: relative;
    top: 0px;
    width: 6.5vw;
  }
  .re2023 .sp_header .head_menu .BTN.btn_new2025_sp.btn_new2025_form::before {
    background-image: url(../img/common/nav-ico_mail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    height: 6.5vw;
    left: 0;
    position: relative;
    top: 0px;
    width: 6.5vw;
  }
  .re2023 .sp_header .head_menu .BTN.btn_new2025_sp p.text {
    margin-top: 1.4vw;
    font-weight: normal;
    font-size: 2.4vw;
  }

  .re2023 .sp_header .open .head_menu .btn02, .sp_header .open .head_menu .btn03 {
    opacity: 0;
    width: 0;
  }

  .re2023 .sp_header .hamburger {
    cursor: pointer;
    height: 15.47vw;
    overflow: hidden;
    position: relative;
    width: 15.47vw;
  }

  .re2023 .sp_header .hamburger::before {
    background-image: url(../img/common/hamburger02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 15.47vw;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .2s;
    width: 15.47vw;
    z-index: 2;
  }

  .re2023 .sp_header .hamburger.open::before {
    opacity: 1;
  }
  .re2023 .sp_header .hamburger.hamburger_new2025.open::before {
    opacity: 0;
  }

  .hamburger.hamburger_new2025 {
    background: none;
    border: none;
    box-shadow: none;
    height: 55px;
    width: 55px;
  }
  .hamburger.hamburger_new2025 .hamburger_border {
    background: #0068B7;
    border-radius: 1px;
    box-shadow: none;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: .2s;
    width: 5vw;
  }
  .hamburger.hamburger_new2025 .hamburger_border_top {
    top: 3.7vw;
  }
  .hamburger.hamburger_new2025 .hamburger_border_center {
    top: 5.5vw;
  }
  .hamburger.hamburger_new2025 .hamburger_border_bottom {
    top: 7.3vw;
  }
  .hamburger.hamburger_new2025.open .hamburger_border_top {
    top: 5.7vw;
    transform: rotate(45deg);
  }
  .hamburger.hamburger_new2025.open .hamburger_border_center {
    top: 5.7vw;
    transform: rotate(-45deg);
  }
  .hamburger.hamburger_new2025.open .hamburger_border_bottom {
    display: none;
  }

  .hamburger.hamburger_new2025 .hamburger_text {
    transition: .2s;
  }
  .hamburger.hamburger_new2025 .hamburger_text::before {
    bottom: 2.4vw;
    color: #0068B7;
    font-weight: normal;
    content: 'MENU';
    font-size: 2.4vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
  }

  .re2023 .main_menu {
    background: #fff;
    height: calc(100vh - 15.47vw);
    margin: auto;
    overflow: auto;
    padding-bottom: 26.67vw;
    pointer-events: none;
    position: fixed;
    right: 100%;
    top: 15.47vw;
    transition: .2s all;
    width: 100%;
    z-index: 100;
  }

  .re2023 .open .main_menu {
    pointer-events: all;
    right: 0;
  }

  .re2023 .main_menu .btn_wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4vw 5.6vw;
  }

  .re2023 .main_menu .btn_wrap .BTN:nth-of-type(1) {
    width: 44.8vw;
  }

  .re2023 .main_menu .btn_wrap .BTN:nth-of-type(2) {
    width: 21.07vw;
  }

  .re2023 .main_menu .btn_wrap .BTN:nth-of-type(3) {
    width: 21.07vw;
  }

  .re2023 .main_menu .hamburger_bnr {
    padding-bottom: 3vw;
  }

  .re2023 .main_nav > li > a {
    border-bottom: solid 1px #d8d8d8;
    display: block;
    font-size: 3.73vw;
    font-weight: bold;
    padding: 3.8vw 8vw;
    position: relative;
  }

  .re2023 .main_nav > li.ac > .ac_ttl::after {
    background-image: url(../img/common/plus01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    height: 5.87vw;
    margin: auto;
    position: absolute;
    right: 10.93vw;
    top: 0;
    width: 5.87vw;
  }

  .re2023 .main_nav > li.ac > .ac_ttl.open::after {
    background-image: url(../img/common/minus01.png);
  }

  .re2023 .main_nav > li.ac .ac_menu {
    background: #eee;
    display: none;
    /* padding: 0 5.33vw 3.2vw; */
    padding: 0 5.33vw 0;
  }

  .re2023 .main_nav > li.ac .ac_menu > * {
    border-bottom: solid 1px #d8d8d8;
    display: block;
    font-size: 3.73vw;
    font-weight: bold;
    padding: 3.8vw 5.33vw;
    position: relative;
  }

  .re2023 .main_nav > li.ac .ac_menu .ac_ttl {
    position: relative;
  }

  .re2023 .main_nav > li.ac .ac_menu .ac_ttl::after {
    background-image: url(../img/common/plus02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    height: 5.87vw;
    margin: auto;
    position: absolute;
    right: 5.6vw;
    top: 0;
    width: 5.87vw;
  }

  .re2023 .main_nav > li.ac .ac_menu .ac_ttl.open::after {
    background-image: url(../img/common/minus02.png);
  }

  .re2023 .main_nav > li.ac .ac_menu .child {
    display: none;
    padding: 0;
  }

  .re2023 .main_nav > li.ac .ac_menu .child li a {
    border-bottom: solid 1px #d8d8d8;
    display: block;
    font-size: 3.73vw;
    font-weight: 400;
    padding: 3.8vw 5.33vw;
    position: relative;
  }

  .re2023 .main_nav > li.ac .ac_menu .child li:last-of-type a {
    border: none;
  }
}
