@charset "UTF-8";
/*

base.css

*/

@media screen and (max-width: 1920px) {
}
@media screen and (max-width: 1800px) {
}
@media screen and (max-width: 1700px) {
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 768px) {
}




.header .header_flexbox {
  align-items: normal;
}
.header .header_flexbox .flexitem_left {
  /* position */
  /* display */
  /* box */
  width: 300px;
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
  @media screen and (max-width: 768px) {
    width: 250px;
  }
}
.header .header_flexbox .flexitem_left a {
  /* position */
  /* display */
  display: block;
  /* box */
  width: 300px;
  padding: 20px 0 20px 20px;
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
  picture {
    display: block;
  }
  @media screen and (max-width: 768px) {
    width: 250px;
    padding: 0;
    picture {
      height: auto;
    }
  }
}

.header .header_flexbox .flexitem_right_pc .nav {
  margin-right: 0;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi {
  /* position */
  /* display */
  align-items: center;
  /* box */
  width: 450px;
  height: 100%;
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
  gap: 0;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li {
  /* position */
  /* display */
  display: flex;
  justify-content: center;
  align-items: center;
  /* box */
  width: 20%;
  height: 100%;
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li:nth-of-type(2) {
  /* position */
  /* display */
  /* box */
  width: 40%;
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li:last-of-type {
  /* position */
  /* display */
  /* box */
  width: 40%;
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li > a {
  /* position */
  /* display */
  /* box */
  height: auto;
  padding-bottom: 10px;
  /* font */
  text-underline-offset: 10px;
  /* border */
  border-bottom: 1px solid transparent;
  /* background */
  /* animation */
  /* etc */
}
.header.header.bg_white .header_flexbox .flexitem_right_pc .nav ul.gNavi > li > a {
    color:#000;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li > a:hover {
    color: #004e9d;
    border-bottom: 1px solid #003686;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li > a::before {
    content: none;
}

.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu {
    /* position */
    position: absolute;
    top: 80px;
    left: 0;
    /* display */
    display: none;
    justify-content: center;
    align-items: flex-start;
    /* box */
    width: 100%;
    min-height: 414px;
    padding: 70px 0;
    /* font */
    /* border */
    /* background */
    background-image: url( '/yaesupj/asset/img/common/header/bg__megamenu.png' );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover:hover .megamenu {
    display: flex;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .image {
    /* position */
    position: relative;
    /* display */
    /* box */
    width: 280px;
    padding: 15px 0 0 0;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu.district_a > .link {
    /* position */
    position: relative;
    /* display */
    /* box */
    width: 400px;
    width: 680px;
    margin: 0 0 0 100px;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu.district_b .link {
    /* position */
    position: relative;
    /* display */
    /* box */
    width: 680px;
    margin: 0 0 0 100px;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}



.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi {
    /* position */
    position: relative;
    /* display */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    /* box */
    width: 100%;
    margin: 0;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
    gap: 0;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > li {
    /* position */
    /* display */
    /* box */
    width: 100%;
    max-width: 191px;
    margin: 0 0 35px 0;
    padding: 0;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > li.col_w20 {
    /* position */
    /* display */
    /* box */
    width: 20%;
    max-width: none;
    margin: 0 0 35px 0;
    padding: 0;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu.district_b > .link > .subNavi > li.col_w20 {
    margin: 0 0 15px 0;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > li.col_w25 {
    /* position */
    /* display */
    /* box */
    width: 25%;
    max-width: none;
    margin: 0 0 35px 0;
    padding: 0;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu.district_b > .link > .subNavi > li.col_w25 {
    margin: 0 0 15px 0;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > li.col_w30 {
    /* position */
    /* display */
    /* box */
    width: 30%;
    max-width: none;
    margin: 0 0 35px 0;
    padding: 0;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu.district_b > .link > .subNavi > li.col_w30 {
    margin: 0 0 15px 0;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > li.col_w35 {
    /* position */
    /* display */
    /* box */
    width: 35%;
    max-width: none;
    margin: 0 0 35px 0;
    padding: 0;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu.district_b > .link > .subNavi > li.col_w35 {
    margin: 0 0 15px 0;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > li.col_w40 {
    /* position */
    /* display */
    /* box */
    width: 40%;
    max-width: none;
    margin: 0 0 35px 0;
    padding: 0;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu.district_b > .link > .subNavi > li.col_w40 {
    margin: 0 0 15px 0;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > li.col_w100 {
    /* position */
    /* display */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box */
    width: 100%;
    max-width: none;
    margin: 0 0 35px 0;
    padding: 0 0 10px 0;
    /* font */
    /* border */
    border-bottom: 1px solid rgba( 255, 255, 255, 0.2 );
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > .col_w100 .box_wrap {
    /* position */
    position: relative;
    /* display */
    display: flex;
    justify-content: space-between;
    /* box */
    width: 450px;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > .col_w100 a::before {
    content: none;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > .col_w100 a.button {
    /* position */
    position: relative;
    /* display */
    display: flex;
    justify-content: center;
    align-items: center;
    /* box */
    width: 150px;
    height: auto;
    padding: 1em 0;
    /* font */
    font-family: "Murecho", sans-serif;
    font-size: 2.0rem;
    font-size: 1.55rem;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #0068b5;
    /* border */
    border-bottom: none;
    /* background */
    background-color: #fff;
    /* animation */
    /* etc */
    &:nth-of-type(2) {
      width: 280px;
    }
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > .col_w100 a.button:hover {
    border-bottom: none;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > .col_w100 a.button.pamphlet img {
    /* position */
    /* display */
    display: inline-block;
    /* box */
    width: 14px;
    height: 18px;
    margin: -2px 0 0 8px;
    padding: 0;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}



.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > li > a {
    /* position */
    position: relative;
    /* display */
    display: inline-block;
    /* box */
    width: auto;
    height: auto;
    padding: 0 1em 0 0;
    /* font */
    font-family: "Murecho", sans-serif;
    font-size: 2.0rem;
    font-size: 1.55rem;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #fff;
    /* border */
    border-bottom: 1px solid transparent;
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > li > a > span {
    /* position */
    position: absolute;
    top: calc( 50% - 5.5px );
    right: 0;
    /* display */
    /* box */
    margin: 0;
    padding: 0;
    /* font */
    font-family: "Murecho", sans-serif;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > li > a:hover {
    border-bottom: 1px solid #fff;
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > li > a::before {
    content: none;
}



.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > .col_buildingplan {
    /* position */
    /* display */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box */
    width: 100%;
    max-width: none;
    margin: 20px 0 20px 0;
    padding: 0;
    /* font */
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > .col_buildingplan span {
    /* position */
    /* display */
    display: inline-block;
    /* box */
    /* font */
    font-family: "Murecho", sans-serif;
    font-size: 2.0rem;
    font-size: 1.55rem;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #fff;
    /* border */
    /* background */
    /* animation */
    /* etc */
}
.header .header_flexbox .flexitem_right_pc .nav ul.gNavi > li.gNavi_hover .megamenu > .link > .subNavi > .col_buildingplan span.line {
    /* position */
    /* display */
    display: inline-block;
    /* box */
    width: 517px;
    height: 1px;
    /* font */
    /* border */
    /* background */
    background-color: rgba( 255, 255, 255, 0.2 );
    /* animation */
    /* etc */
}

.header .header_flexbox .flexitem_right_pc .contact {
  /* position */
  /* display */
  display: flex;
  align-items: center;
  /* box */
  margin: 0 20px 0 0;
  padding: 16px 0;
  width: 550px;
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
}
.header .header_flexbox .flexitem_right_pc .contact .contact_flexbox {
  /* position */
  /* display */
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  /* box */
  width: 100%;
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
}

.header .header_flexbox .flexitem_right_pc .contact .contact_flexbox a {
  height: 45px;
  &:nth-of-type(1) {
    width: 100px;
  }
  &:nth-of-type(2),
  &:nth-of-type(3) {
    width: 200px;
    padding-top: 2px;
    line-height: 1.5;
  }
}
.header .header_flexbox .flexitem_right_pc .contact .contact_flexbox .btn_white {
  /* position */
  /* display */
  /* box */
  margin: 0;
  padding: 15px 0 0 0;
  /* font */
  color: #003989;
  /* border */
  border: solid 1px #003686;
  /* background */
  background-color: #fff;
  /* animation */
  transition: all 0.3s linear;
  /* etc */
}






.drawer_container .gNavi .gNavi-label p a {
    position: relative;
}
.drawer_container span.gt {
    position: absolute;
    top: calc( 50% - 6px );
    right: -20px;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: "Murecho", sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
}

.drawer_container .drawer_header .logo a {
    display: inline-block;
    width: 234px;
    img {
      width: 100%;
      max-width: auto;
      filter: brightness(0) invert(1);
    }
}

.drawer_container .gNavi_container {
    width: 100%;
    padding: 1em 35px;
}

.drawer_container .gNavi_container .gNavi_container-label {
  /* position */
  position: relative;
  /* display */
  /* box */
  width: 100%;
  margin: 0;
  padding: 1.5em 0 0.5em 0;
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
}
.drawer_container .gNavi_container .gNavi_container-label > .box_flex {
  /* position */
  /* display */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  /* box */
  /* font */
  /* border */
  border-bottom: dotted 1px #fff;
  /* background */
  /* animation */
  /* etc */
}
.drawer_container .gNavi_container .gNavi_container-label > .box_flex > p {
  /* position */
  position: relative;
  /* display */
  /* box */
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
}
.drawer_container .gNavi_container .gNavi_container-label > .box_flex > p > a {
  /* position */
  /* display */
  display: block;
  /* box */
  padding-bottom: 10px;
  /* font */
  font-family: "Murecho", sans-serif;
  font-size: 2.6rem;
  color: #fff;
  /* border */
  /* background */
  /* animation */
  /* etc */
}

.drawer_container .gNavi_container .gNavi_container-label .box_flex .icon-wrap {
  /* position */
  /* display */
  /* box */
  width: 24px;
  height: 24px;
  /* font */
  /* border */
  border: solid 1px #fff;
  border-radius: 50%;
  /* background */
  /* animation */
  /* etc */
}
.drawer_container .gNavi_container .gNavi_container-label .box_flex .icon {
  /* position */
  position: relative;
  /* display */
  display: inline-block;
  /* box */
  width: 100%;
  height: 100%;
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
}
.drawer_container .gNavi_container .gNavi_container-label .box_flex .icon:before,
.drawer_container .gNavi_container .gNavi_container-label .box_flex .icon:after {
  /* position */
  position: absolute;
  top: 50%;
  left: 50%;
  /* display */
  content: "";
  display: block;
  transform: translate(-50%, -50%);
  /* box */
  width: 50%;
  height: 2px;
  /* font */
  /* border */
  /* background */
  background: #fff;
  /* animation */
  transition: all 0.4s;
  /* etc */
}
.drawer_container .gNavi_container .gNavi_container-label .box_flex .icon.close:before {
  /* position */
  /* display */
  transform: translate(-50%, -50%) rotate(90deg);
  /* box */
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
}
/*＋、－切り替え*/
.drawer_container .gNavi_container .gNavi_container-label .box_flex .icon:before {
  /* position */
  /* display */
  transform: translate(-50%, -50%) rotate(0deg);
  /* box */
  /* font */
  /* border */
  /* background */
  /* animation */
  /* etc */
}


.drawer_container .gNavi {
    width: 100%;
    padding: 0 0 1em 20px;
}



.fixed_contact .contact_flexbox a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5em 0;
    font-size: 0.8rem;
    border-style: none;
    border-top: solid 1px #003686;
}
.fixed_contact .contact_flexbox a img {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
}
.fixed_contact .contact_flexbox .btn_blue {
    border-style: none;
    border-top: solid 1px #003686;
}
.fixed_contact .contact_flexbox .btn_white {
    border-style: none;
    border-top: solid 1px #003686;
}
.fixed_contact .contact_flexbox a:nth-of-type(2) {
    border-left: solid 1px #fff;
}
.fixed_contact .contact_flexbox a:nth-of-type(4) {
    border-left: solid 1px #003686;
}

.footer .footer_contact .contact_flexbox {
  width: 60%;
  gap: 10px;
}
.footer .footer_contact .contact_flexbox a {
  /* position */
  /* display */
  /* box */
  width: 100%;
  max-width: 50%;
  margin: 0 0 20px;
  padding: 0;
  /* font */
  line-height: 1.5;
  /* border */
  /* background */
  /* animation */
  /* etc */
  @media screen and (max-width: 768px) {
    max-width: 80%;
    margin: 0 auto 20px;
  }
}

footer.footer .footer_contact .contact_flexbox a.vr-btn{
  display: none;
}

.footer .footer_copyright {
  .logo {
    margin: 50px 0;
    text-align: center;
    img {
      width: 100%;
      max-width: 260px;
    }
  }
}

@media screen and (max-width: 768px) {
  .footer .footer_contact .contact_flexbox {
    width: 100%;
  }  
}

/* main_visual */
#main_visual {
  margin-top: 0;
  padding-top: 80px;
  @media (width <= 768px) {
    padding-top: 61px;
  }
}