@media (min-width: 2060px){
    .top2 {
        padding-bottom: 45px !important;
    }
  }
  a.scroll_a {
      padding-top: 60px;
      font-size: 15px;
      position: absolute;
      bottom: 10px;
      color: #fff;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      text-shadow: 2px 2px 10px #333;
  }
  a.scroll_a:hover {
      text-decoration: none;
  }
  a.scroll_a span {
      position: absolute;
      top: 0;
      left: 50%;
      width: 30px;
      height: 50px;
      margin-left: -15px;
      border: 2px solid #fff;
      border-radius: 50px;
      box-sizing: border-box;
      box-shadow: 2px 2px 10px rgb(51 51 51 / 20%);
  }
  a.scroll_a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px #333;
  }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  .main_wrapper {
      font-size: 0;
      letter-spacing: 0;
      position: relative;
  }
  .main_wrapper>div {
      display: inline-block;
      vertical-align: middle;
  }
  .main_left {
      width: 100px;
      text-align: center;
  }
  .main_right {
      width: calc(100% - 100px);
  }
  .main_left a {
      width: 20px;
      display: block;
      margin: 25px auto;
  }
  .main_left a:hover {
      opacity: .8;
  }
  .main_left p {
      display: block;
      padding-top: 60%;
  }
  .main_right .item {
      position: relative;
  }
  .main_right .item img {
      min-height: 750px;
      object-fit: cover;
  }
  .main_right .item img.block_480 {
      display: none;
  }
  .main_right .item .slide_text {
      position: absolute;
      /* z-index: 1; */
      left: calc(50% - 615px);
      top: 20%;
      /* transform: translateY(-50%); */
      min-width: 1120px;
  }
  .main_right .item02 .slide_text {
      top: 28%;
  }
  .main_right .item p {
      margin-bottom: 0;
      color: #fff;
  }
  .main_right .item p.mon {
      font-size: 70px;
      line-height: 1.4;
      mix-blend-mode: overlay;
      font-weight: 800;
      letter-spacing: 0.2em;
      margin-bottom: 15px;
  }
  .main_right .item p.noto {
      font-size: 26px;
      font-weight: 600;
      line-height: 1.6;
      padding-top: 30px;
      position: relative;
      letter-spacing: 0.2em;
  }
  span.kazari_slide {
      display: block;
      width: 480px;
      height: 1px;
      background: #fff;
      position: relative;
  }
  span.kazari_slide:before, span.kazari_slide:after {
      content: "";
      position: absolute;
      top: -2px;
      width: 5px;
      height: 5px;
      background-color: #fff;
      display: block;
      border-radius: 3px;
  }
  span.kazari_slide:after {
      right: 0;
  }
  span.kazari_slide:before {
      left: 0;
  }
  .main_right .owl-carousel .owl-nav.disabled {
      display: block;
      margin: 0;
      font-size: 20px;
      position: absolute;
      bottom: 20px;
      left: 70px;
  }
  .main_right .owl-carousel .owl-nav.disabled button {
      width: 40px;
      height: 40px;
      color: #fff;
      border: 1px solid;
      border-radius: 20px;
      transition: .3s;
  }
  .main_right .owl-theme .owl-nav [class*=owl-]:hover {
      background: #003d75;
      border-color: #003d75;
      color: #FFF;
  }
  .main_right .owl-carousel .owl-nav.disabled button span {
      font-size: 28px;
      line-height: 1;
      letter-spacing: 0;
  }
  .main_right .owl-theme .owl-dots {
      display: none;
  }
  
  .top_tatemono .es-building-search-parts__button span {
      color: #fff;
  }
  .top1:before {
      content: "";
      width: 100%;
      height: 40%;
      display: block;
      background: #dfe0e1;
      position: absolute;
      bottom: 0;
      left: 0;
  }
  
  .top1 .flex {
      justify-content: space-between;
      align-items: flex-start;
  }
  .top1 .flex a.flex_item {
      width: calc(100% / 2 - 20px);
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgb(51 51 51 / 30%);
      text-align: center;
      padding: 40px 40px 25px;
      transition: .3s;
  }
  .top1 .flex a.flex_item:hover {
      background-color: #003d75;
  }
  .top1 .flex a.flex_item img.on {
      display: none;
  }
  .top1 .flex a.flex_item:hover img.on {
      display: block;
      margin: 0 auto;
  }
  .top1 .flex a.flex_item:hover img.def {
      display: none;
  }
  .top1 .flex a.flex_item .top1_text {
      border-top: 1px solid;
      margin-top: 30px;
      padding-top: 25px;
  }
  .top1 .flex a.flex_item:hover .top1_text {
      border-color: #fff;
  }
  .top1 .flex a.flex_item .top1_text p {
      margin-bottom: 0;
      color: #003d75;
  }
  .top1 .flex a.flex_item:hover .top1_text p {
      color: #fff;
  }
  .top1 .flex a.flex_item .top1_text p.noto {
      line-height: 1;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0.15em;
  }
  .top1 .flex a.flex_item .top1_text p.pop {
      line-height: 1;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.15em;
  }
  .top2 {
      background-color: #dfe0e1;
      background-size: 50% !important;
  }
  .top2_left {
      background: #fff;
      width: 66%;
      padding: 50px 80px 55px 0;
      position: relative;
      margin-top: 55px;
      border-radius: 0 30px 30px 0;
  }
  .top2_left .title1 {
      margin-bottom: 30px;
  }
  .top2_left:before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background: #fff;
      position: absolute;
      left: -100%;
      top: 0;
  }
  .top2 .uagb-column__wrap {
      overflow: visible;
  }
  .top2_left span.bg_text1 {
      position: absolute;
      line-height: 1;
      top: -101px;
      left: -35%;
  }
  .top2_left p.gry {
      letter-spacing: 0.18em;
  }
  img.bg_icon1 {
      position: absolute;
      bottom: 40px;
      right: 75px;
  }
  
  .top3 .flex {
      justify-content: space-between;
      align-items: center;
  }
  .top3_item_left {
      width: 46%;
  }
  .top3_item_right {
      width: 54%;
  }
  .top3_item_right>p.gry {
      letter-spacing: 0.2em;
      margin-bottom: 25px;
  }
  .top3_item_right ul {
      margin: 0;
      margin-bottom: 40px;
  }
  .top3_item_right ul li {
      list-style: none;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      border-bottom: 1px solid #b7b7b7;
      margin-bottom: 15px;
      padding-bottom: 15px;
  }
  .top3_item_right ul li:last-child {
      margin-bottom: 0;
  }
  .top3_item_right ul li p {
      margin-bottom: 0;
  }
  .top3_item_right ul li p.right {
      width: 70%;
      line-height: 1.6;
  }
  .top3_item_right ul li p.left {
      width: 30%;
  }
  .top3_item_right ul li p span {
      display: block;
      line-height: 1.4;
  }
  .top3_item_right ul li p span.noto {
      font-weight: 600;
      letter-spacing: 0.05em;
      font-size: 11px;
  }
  .top3_item_right ul li p span.pop {
      font-weight: 600;
      letter-spacing: 0.1em;
      font-size: 20px;
  }
  .top3_item_left_2, .top3_item_right_2 {
      width: calc(50% - 20px);
      margin-top: 30px;
  }
  .top3_item_left_2 p.gry {
      margin: 0;
      letter-spacing: 0.14em;
  }
  .top3_item_left_2 .title1 {
      margin-bottom: 25px;
  }
  .news_sec {
      align-items: center;
      justify-content: flex-start;
      border-top: 1px solid #003d75;
      border-bottom: 1px solid #003d75;
      position: relative;
      padding-bottom: 30px;
      padding-top: 30px;
  }
  .news_sec:before, .news_sec:after,
  span.kazari:before, span.kazari:after {
      content: "";
      width: 5px;
      height: 5px;
      display: block;
      background: #333;
      position: absolute;
      top: -3px;
      border-radius: 3px;
  }
  .news_sec:after,
  span.kazari:after {
      right: 0;
  }
  .news_sec:before,
  span.kazari:before {
      left: 0;
  }
  span.kazari {
      position: relative;
      display: block;
      width: 100%;
  }
  .news_sec h2 {
      width: 25%;
      margin: 0;
      font-family: 'Noto Sans JP', sans-serif;
      line-height: 1;
      font-size: 35px;
      font-weight: 800;
      letter-spacing: 0.15em;
  }
  .news_sec h2:after {
      content: none;
  }
  .news_sec .es-list {
      width: 75%;
      border-left: 1px solid #003d75;
      padding-left: 60px;
  }
  .news_sec .es-list ul {
      height: 200px;
      overflow-y: scroll;
      padding-right: 40px;
  }
  .news_sec .es-list ul li {
      margin-bottom: 0 !important;
      border: none;
  }
  .news_sec .es-list ul li a:hover {
      opacity: .8;
  }
  .news_sec .es-list ul .list_content {
      position: relative;
      padding-left: 100px;
  }
  .news_sec .es-list ul .list_content * {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      letter-spacing: 0.05em;
      font-size: 14px;
      line-height: 2;
      color: #666666;
  }
  .news_sec .es-list ul .list_content span.date {
      position: absolute;
      top: 0;
      left: 0;
  }
  .news_sec .es-list ul .list_content h3.ellipsis {
      color: #003d75;
  }

  .top5 a img{
    transition: .3s;
  }
  .top5 a:hover img{
    transform: scale(1);
    opacity: 0.8;
  }
  .top5 .flex {
      justify-content: space-between;
  }
  .top5 .flex .top5_item {
      width: calc(50% - 30px);
  }
  .top5 .flex .top5_item .top_shop {
      box-shadow: 0 0 10px rgb(52 52 52 / 30%);
      border-radius: 10px;
      overflow: hidden;
      height: 100%;
  }
  .top5 .flex .top5_item .top_shop .shop_d {
      padding: 30px;
  }
  .top5 .flex .top5_item .top_shop ul.shop_list1 {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
  }
  .top5 .flex .top5_item .top_shop ul.shop_list1 {
      border-bottom: 1px solid #ddd;
      margin-bottom: 15px;
  }
  .top5 .flex .top5_item .top_shop ul li {
      list-style: none;
      position: relative;
  }
  .top_shop ul li.shop_ad {
      width: 100%;
      background-image: url(/wp-content/uploads/sites/775/2022/07/shop_address_2x.png);
      background-repeat: no-repeat;
      background-position: center left;
      background-size: 23px;
      padding-left: 30px;
      line-height: 1.6;
      font-size: 14px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 500;
      margin-bottom: 10px;
      letter-spacing: 0.1em;
  }
  .top_shop ul li.shop_tel, .top_shop ul li.shop_fax {
      width: calc(50% - 10px);
      background-repeat: no-repeat;
      background-position: center left;
      background-size: 23px;
      padding-left: 30px;
      line-height: 1.6;
      font-size: 20px;
      margin-bottom: 15px;
      letter-spacing: 0.1em;
      font-weight: 500;
  }
  .top_shop ul li.shop_tel{
      background-image: url(/wp-content/uploads/sites/775/2022/07/shop_tel_2x.png);
  }
  .top_shop ul li.shop_fax {
      background-image: url(/wp-content/uploads/sites/775/2022/07/shop_fax_2x.png);
  }
  .top5 .flex .top5_item .top_shop ul.shop_list2 {
      margin: 0;
      margin-bottom: 20px;
      width: calc(50% - 10px);
  }
  .top5 .flex .top5_item .top_shop ul.shop_list2 .shop_ac:not(:last-child) {
      margin-bottom: 10px;
  }
  .top5 .flex .top5_item .top_shop ul.shop_list2 .shop_ac span {
      display: block;
      line-height: 1.6;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.1em;
  }
  .top5 .flex .top5_item .top_shop ul.shop_list2 .shop_ac span.gry {
      color: #666;
  }
  .top5 .flex .top5_item .top_shop a.btn2 {
      width: calc(50% - 10px);
  }
  .top5 .flex.border_ao {
      border: 1px solid #003d75;
      border-radius: 10px;
      margin-top: 60px;
      padding: 40px 0;
  }
  .top5 .flex.border_ao>div {
      width: 50%;
      position: relative;
      padding: 0 60px;
  }
  .top5 .flex.border_ao>div:first-child {
      border-right: 1px solid #003d75;
  }
  .top5 .flex.border_ao img.top5_icon {
      position: absolute;
      top: 0;
      left: 60px;
  }
  .top5 .flex.border_ao h3, .top5 .flex.border_ao p {
      padding-left: 140px;
  }
  .top5 .flex.border_ao h3 {
      color: #003d75;
      font-weight: 600;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 20px;
      letter-spacing: 0.1em;
      margin-bottom: 15px;
  }
  .top5 .flex.border_ao p {
      margin-bottom: 0;
      font-weight: 500;
      font-size: 15px;
      letter-spacing: 0.15em;
      line-height: 1.6;
  }
  div#target01 {
      display: block;
      position: absolute;
      margin-top: -100px;
  }
  
  @media (max-width: 1700px){
    .top2_left span.bg_text1 {
        top: -89px;
        left: -20%;
        width: 650px;
    }
  }
  
  @media (max-width: 1600px){
    .top2 {
        background-size: 55% !important;
    }
    .top2_left span.bg_text1 {
        top: -80px;
        left: -25%;
        width: 600px;
    }
    .top2_left {
        width: 65%;
        margin-top: 30px;
    }
  }
  
  @media (max-width: 1500px){
    .main_right .item .slide_text {
        padding-left: 45px;
    }
    .top2_left {
        padding: 50px 65px 55px 0;
        margin-top: 0;
    }
    .top2_left span.bg_text1 {
        top: -75px;
        left: -15%;
        width: 550px;
    }
  }
  
  @media (max-width: 1359px){
    .main_right .item .slide_text {
        padding-left: 110px;
    }
    .main_right .owl-carousel .owl-nav.disabled {
        left: 30px;
    }
    .top2 {
        background-size: 60% !important;
    }
    .top2_left span.bg_text1 {
        top: -60px;
        left: -10%;
        width: 450px;
    }
  }
  
  @media (max-width: 1300px){
    .top2 {
        background-size: 65% !important;
        background-position: top right -30% !important;
    }
    .top2_left span.bg_text1 {
        top: -57px;
        left: 0;
        width: 420px;
    }
    img.bg_icon1 {
        width: 180px;
    }
  }
  
  @media (max-width: 1200px){
    .top2 {
        background-size: 70% !important;
        background-position: top right -45% !important;
    }
  }
  
  @media (max-width: 480px){
    .main_wrapper {
        padding: 0;
    }
    .main_wrapper>div.main_left {
        display: none;
    }
    .main_wrapper>div.main_right {
        width: 100%;
    }
    .main_right .item img {
        min-height: 500px;
    }
    .main_right .item img.block_480 {
        display: block;
    }
    .main_right .item img.none_480 {
        display: none;
    }
    .main_right .item .slide_text {
        padding: 0 20px;
        min-width: 0;
        width: 100%;
        left: 0;
        top: 25%;
    }
    .main_right .item02 .slide_text {
        top: 30%;
    }
    .main_right .item p.mon {
        font-size: 32px;
        letter-spacing: 0.15em;
    }
    span.kazari_slide {
        width: 80%;
    }
    .main_right .item p.noto {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.15em;
        padding-top: 20px;
    }
    .main_right .owl-carousel .owl-nav.disabled {
        left: 15px;
        bottom: 10px;
    }
    .main_right .owl-carousel .owl-nav.disabled button {
        width: 35px;
        height: 35px;
        line-height: 34px;
    }
    .main_right .owl-carousel .owl-nav.disabled button span {
        font-size: 26px;
    }
    a.scroll_a {
        padding-top: 40px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    a.scroll_a span {
        width: 26px;
        height: 40px;
        margin-left: -13px;
        border: 1px solid #fff;
    }
    a.scroll_a span::before {
        width: 4px;
        height: 4px;
        margin-left: -2px;
    }
    div#target01 {
        margin-top: -50px;
    }
    .spacer1 {
        height: 40px !important;
    }
    .top_tatemono {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top1:before {
        height: 55%;
    }
    .top1 .flex a.flex_item {
        width: 100%;
        padding: 20px;
        position: relative;
        border-radius: 5px;
    }
    .top1 .flex a.flex_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .top1 .flex a.flex_item img {
        width: 40px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) !important;
        left: 30px;
    }
    .top1 .flex a.flex_item .top1_text {
        border-top: none;
        margin-top: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        border-left: 1px solid;
        margin-left: 75px;
        padding-left: 25px;
    }
    .top1 .flex a.flex_item .top1_text p.noto {
        font-size: 16px;
        text-align: left;
    }
    .top1 .flex a.flex_item .top1_text p.pop {
        font-size: 12px;
        text-align: left;
    }
    .top2 {
        background-color: #fff;
    }
    .top2_left span.bg_text1 {
        display: none;
    }
    .top2_left {
        padding: 0;
        margin-top: 0;
        width: 100%;
        border-radius: 0 20px 20px 0;
    }
    .top2_left:before {
        content: none;
    }
    .top2_left .title1,
    .top3_item_left_2 .title1 {
        margin-bottom: 15px;
    }
    .top2_left p.gry {
        letter-spacing: 0.1em;
    }
    .top2 {
        background-image: none !important;
    }
    img.bg_icon1 {
        display: none;
    }
    img.top2_left_img {
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .top3_item_left, .top3_item_right {
        width: 100%;
    }
    .top3_item_left img.block_480 {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;
    }
    .top3_item_right>p.gry {
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }
    .top3_item_right ul li p span.pop {
        letter-spacing: 0.05em;
        font-size: 17px;
    }
    .top3_item_right ul li p span.noto {
        font-size: 10px;
    }
    .top3_item_right ul li p.left {
        width: 120px;
    }
    .top3_item_right ul li p.right {
        width: calc(100% - 120px);
        line-height: 1.6;
        padding-left: 15px;
        font-size: 12px;
        letter-spacing: 0.05em;
    }
    .top3_item_right ul li p.right br,
    .top3_item_left_2 p.gry br {
        display: none;
    }
    .top3_item_right ul li {
        margin-bottom: 13px;
        padding-bottom: 13px;
    }
    .top3_item_right ul li:last-child {
        margin-bottom: 0;
    }
    .top3_item_left_2, .top3_item_right_2 {
        width: 100%;
        margin-top: 10px;
    }
    .top3_item_left_2 {
        order: 1;
        margin-top: 20px;
    }
    .top3_item_left_2 p.gry {
        letter-spacing: 0.1em;
    }
    .news_sec {
        padding-bottom: 20px;
        padding-top: 25px;
    }
    .news_sec h2 {
        width: 100%;
        margin-bottom: 25px;
        font-size: 28px;
        letter-spacing: 0.1em;
    }
    .news_sec .es-list {
        width: 100%;
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #003d75;
        padding-top: 15px;
    }
    .news_sec .es-list ul {
        height: 190px;
        padding-right: 10px;
    }
    .news_sec .es-list ul .list_content {
        padding-left: 90px;
    }
    .news_sec .es-list ul li {
        padding: 8px 0;
    }
    .news_sec .es-list ul .list_content * {
        letter-spacing: 0.01em;
        font-size: 13px;
        line-height: 1.8;
        font-weight: 500;
    }
    .top5 .flex .top5_item {
        width: 100%;
    }
    .top5 .flex .top5_item .top_shop {
        height: auto;
        background-color: #fff;
    }
    .top5 .flex .top5_item .top_shop .shop_d {
        padding: 20px;
    }
    .top_shop ul li.shop_ad {
        background-size: 18px;
        padding-left: 25px;
        font-size: 13px;
        letter-spacing: 0.05em;
    }
    .top_shop ul li.shop_tel, .top_shop ul li.shop_fax {
        width: 100%;
        background-size: 18px;
        padding-left: 25px;
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: 0.05em;
    }
    .top5 .flex .top5_item .top_shop ul.shop_list2 .shop_ac:not(:last-child) {
        margin-bottom: 8px;
    }
    .top5 .flex .top5_item .top_shop ul.shop_list2 {
        margin-bottom: 8px;
        width: 100%;
    }
    .top5 .flex .top5_item .top_shop ul.shop_list2 .shop_ac span {
        font-size: 13px;
        letter-spacing: 0.05em;
    }
    .top5 .flex .top5_item .top_shop ul.shop_list2:last-child {
        margin-bottom: 20px;
    }
    .top5 .flex .top5_item .top_shop a.btn2 {
        width: calc(50% - 5px);
    }
    .top5 .flex:nth-child(2) .top5_item:last-child {
        margin-top: 35px;
    }
    .top5 .flex.border_ao {
        margin-top: 50px;
        padding: 20px 0;
        justify-content: center;
    }
    .top5 .flex.border_ao>div {
        width: 90%;
        position: relative;
        padding: 0;
    }
    .top5 .flex.border_ao img.top5_icon {
        top: 15px;
        left: 0;
        width: 50px;
    }
    .top5 .flex.border_ao h3, .top5 .flex.border_ao p {
        padding-left: 75px;
    }
    .top5 .flex.border_ao h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .top5 .flex.border_ao p {
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    .top5 .flex.border_ao>div:first-child {
        border-right: none;
        border-bottom: 1px solid #003d75;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
  }
  
  @media (max-width: 374px){
    .top5 .flex.border_ao p {
        letter-spacing: 0.01em;
    }
  }
  
  @media (max-width: 359px){
    .top5 .flex.border_ao p {
        letter-spacing: 0.05em;
    }
    .top5 .flex.border_ao p br {
        display: none;
    }
  }