.main_wrapper p, .main_wrapper a {
    font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    /* font-weight: 600; */
    /* color: #492e1f; */
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: 5.72px;
    color: #003973;
}
.main_wrapper ul {
    margin: 0;
}
.main_wrapper li {
    list-style: none;
}
.main_wrapper a:hover img {
    transform: none;
}
.main_wrapper a:hover {
    text-decoration: none;
}
.main_wrapper {
    background-color: #D6E0E7;
    padding: 45px;
}
.main_innner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1920px;
    margin: 0 auto;
}
.main_left {
    width: 68%;
    position: relative;
    max-width: 1300px;
}
.main_right {
    width: 30%;
    position: relative;
    z-index: 1;
}
.main_left img {
    width: 100%;
    border-radius: 15px;
    min-height: 565px;
    overflow: hidden;
    object-fit: cover;
    object-position: left;
}
.news_wrapper {
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    padding: 15px;
    background: #fff;
    margin-top: 20px;
}
.main_right h2 {
    font-size: 28px;
    letter-spacing: 5.04px;
    color: #34414D;
    font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-weight: 600;
    text-align: left;
    margin: 34px 0;
}
.main_right h2 img {
    width: 12px;
    margin-right: 25px;
}
ul.main_right_link li:not(:first-child) {
    margin-top: 20px;
}
ul.main_right_link li a {
    font-size: 22px;
    letter-spacing: 5.72px;
    color: #003973;
    font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-weight: 600;
    padding: 25px 20px;
    background: linear-gradient(90deg, #fff 0%, #fff 70%, #fff 100%);
    background: #fff;
    border-radius: 10px;
    display: block;
    transition: .3s;
}
ul.main_right_link li img.icon_on {
    display: none;
}
ul.main_right_link li a:hover img.icon_off {
    display: none;
}
ul.main_right_link li a:hover img.icon_on {
    display: inline-block;
}
ul.main_right_link li img {
    width: 50px;
}
ul.main_right_link li img.icon_left {
    margin: 0 30px 0 20px;
}
ul.main_right_link li img.icon_right {
    float: right;
    margin: 0 20px;
}
ul.main_right_link li a:hover {
    /* background: rgb(0, 57, 115); */
    background: linear-gradient(90deg, rgba(0, 57, 115, 1) 0%, rgba(0, 93, 156, 1) 70%, rgba(69, 145, 203, 1) 100%);
    color: #fff;
}
ul.main_right_link li a span.text_lg {
    font-size: 22px;
}

.news_wrapper .es-list-wrapper {
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.news_wrapper .es-list-wrapper .es-list ul {
    height: 70px;
    overflow-y: scroll;
    padding: 0 30px;
    margin-right: 20px;
}
.news_wrapper .es-list-wrapper .es-list ul .list_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.news_wrapper .es-list-wrapper .es-list {
    width: calc(100% - 320px);
}
.news_wrapper .es-list-wrapper .es-list ul .list_content span.date,
.news_wrapper .es-list-wrapper .es-list ul .list_content h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
}
.news_wrapper .es-list-wrapper .es-list ul .list_content h3 {
    width: calc(100% - 110px);
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.7px;
    text-decoration: underline;
    color: #4591CB;
}
.news_wrapper .es-list-wrapper .es-list ul a:hover .list_content h3 {
    color: #333333;
}
.news_wrapper .es-list-wrapper .es-list ul .list_content span.date {
    width: 110px;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1.5px;
    color: #4591CB;
}
.news_wrapper .es-list-wrapper .es-list.list-border-bottom li {
    border-bottom: none;
    margin: 0;
    padding: 4px 0;
}
.news_wrapper .es-list-wrapper h2 {
    font-weight: 600;
    font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    margin-bottom: 0;
    line-height: 1;
    width: 160px;
    font-size: 22px;
    letter-spacing: 3.96px;
    color: #34414D;
    position: relative;
}
.news_wrapper .es-list-wrapper h2:before {
    content: "";
    width: 1px;
    height: 55px;
    background: #d6e0e7;
    display: block;
    position: absolute;
    top: -15px;
    right: 0;
}
.news_wrapper .es-list-wrapper h2::after {
    content: none;
}
.news_wrapper .es-list-wrapper .wp-block-button {
    width: 160px;
}
.news_wrapper .es-list-wrapper a.wp-block-button__link {
    border-radius: 0;
    box-shadow: none;
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
    position: relative;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 3.2px;
    color: #003973;
}
.news_wrapper .es-list-wrapper a.wp-block-button__link:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 11px;
    right: 15px;
    background-image: url(https://asagaya-chintai.jp/app/uploads/sites/387/2024/05/arrow_b_off2x.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    transition: all .3s;
}
.news_wrapper .es-list-wrapper a.wp-block-button__link:hover {
    transform: none;
}
.news_wrapper .es-list-wrapper a.wp-block-button__link:hover:after {
    right: 10px;
}
.news_wrapper ul li a {
    display: inline-block;
}
#topnews ul li {
    font-size: 0;
}

.block_480 {
    display: none;
}

@media only screen and (max-width: 1650px) {
    ul.main_right_link li img.icon_left {
        margin: 0 20px;
    }
    ul.main_right_link li a {
        padding: 25px 10px;
    }
}

@media only screen and (max-width: 1560px) {
  .main_wrapper {
      padding: 45px 30px;
  }
  ul.main_right_link li a {
    font-size: 20px;
    letter-spacing: 3.72px;
    padding: 22px;
}
  ul.main_right_link li img.icon_left {
    margin: 0 20px;
}
ul.main_right_link li img.icon_right {
    margin: 0 15px;
}
.main_right h2 {
    font-size: 26px;
    margin: 30px 0;
}
.main_left img {
    min-height: 510px;
}
ul.main_right_link li img {
    width: 45px;
}
.news_wrapper .es-list-wrapper .es-list.list-border-bottom li {
    padding: 2px 0;
}
.news_wrapper {
    padding: 10px;
}
}

@media (max-width: 1400px) {
    .main_left img {
        min-height: 468px;
    }
    .main_right h2 {
        margin: 15px 0 20px;
    }
    ul.main_right_link li a {
        padding: 20px;
    }
    .news_wrapper {
        padding: 8px;
    }
}

@media (max-width: 1365px) {
    ul.main_right_link li a {
        letter-spacing: 0.15em;
        padding: 20px 10px;
    }
    ul.main_right_link li img.icon_left {
        margin: 0 20px 0 15px;
    }
}

@media only screen and (max-width: 1280px) {
  .main_wrapper {
      padding: 40px 20px;
  }
  ul.main_right_link li a {
      font-size: 18px;
  }
  ul.main_right_link li img.icon_right {
    margin: 0 5px 0 15px;
}
ul.main_right_link li img.icon_left {
    margin: 0 15px 0 10px;
}
.main_left img {
    min-height: 429px;
}
ul.main_right_link li img {
    width: 38px;
}
.main_right h2 {
    font-size: 24px;
    letter-spacing: 4px;
    margin: 10px 0 15px;
}
.news_wrapper .es-list-wrapper .es-list ul .list_content span.date {
    font-size: 14px;
}
.news_wrapper .es-list-wrapper .es-list ul .list_content h3 {
    font-size: 13px;
}
.news_wrapper .es-list-wrapper .es-list ul {
    max-height: 65px;
}
.news_wrapper {
    padding: 6px;
}
}

@media only screen and (max-width: 480px) {
    .none_480 {
        display: none;
    }
    .block_480 {
        display: block;
    }
  .main_wrapper {
      padding: 20px;
      margin: 0;
  }
  .main_left img {
    min-height: 0;
    border-radius: 10px;
}
  .main_left, .main_right {
      width: 100%;
  }
  .main_left {
      margin-bottom: 35px;
  }
  .main_right h2 {
    font-size: 20px;
    letter-spacing: 3px;
    margin: 0;
}
.main_right h2 img {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 4px;
}
  ul.main_right_link {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 5px;
  }
  ul.main_right_link li {
    padding-top: 15px;
    width: calc(50% - 7.5px);
}
  ul.main_right_link li:not(:first-child) {
      margin-top: 0;
  }
  ul.main_right_link li a img {
      width: 43px;
      position: relative;
      left: auto;
      top: auto;
      display: block;
      margin: 0 auto 5px;
  }
  ul.main_right_link li a {
    padding: 15px 10px 10px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
}
ul.main_right_link li img.icon_left {
    margin: 0 auto 5px auto;
    width: 35px;
}
ul.main_right_link li img.icon_right {
    display: none !important;
}
ul.main_right_link li a:hover img.icon_on {
    display: block;
    }
.news_wrapper {
    padding: 25px 10px 15px;
    border-radius: 10px;
}
  .news_wrapper .es-list-wrapper {
      flex-wrap: wrap;
  }
  .news_wrapper .es-list-wrapper h2 {
      letter-spacing: 0.15em;
      width: 100%;
      font-size: 20px;
      margin-bottom: 20px;
  }
  .news_wrapper .es-list-wrapper h2:before {
      content: none;
  }
  .news_wrapper .es-list-wrapper .es-list {
      width: 100%;
  }
  .news_wrapper .es-list-wrapper .es-list ul {
      max-height: 100px;
      padding: 0 10px;
      margin-right: 0;
  }
  .news_wrapper .es-list-wrapper .wp-block-button {
      margin-top: 15px;
      width: 130px;
  }
  .news_wrapper .es-list-wrapper .es-list ul .list_content span.date {
      width: 95px;
      letter-spacing: 0.02em;
  }
  .news_wrapper .es-list-wrapper .es-list ul .list_content h3 {
      width: calc(100% - 95px);
  }
  .news_wrapper .es-list-wrapper .es-list ul .list_content span.date, .news_wrapper .es-list-wrapper .es-list ul .list_content h3 {
      font-size: 13px;
  }
  .news_wrapper .es-list-wrapper a.wp-block-button__link {
    font-size: 15px;
}
.news_wrapper .es-list-wrapper a.wp-block-button__link:after {
    top: 10px;
}
}
