.header.-blog {
  min-width: auto;
}
.header.-blog .inner {
  min-width: auto;
}
.header.-blog .header_logo {
  width: 20rem;
}
@media only screen and (max-width: 640px) {
  .header.-blog .header_logo {
    width: 28.125vw;
  }
}
.header.-blog .header_nav_container {
  top: 0;
  right: 0;
  /* height: 100vw; */
  gap: 0;
}
.header.-blog .blog_side {
  height: 100%;
}
.header_corporate {
  margin-right: 2em;
}
@media only screen and (max-width: 640px) {
  .header_corporate {
    margin-right: 1em;
  }
}
.header_corporate span,
.header_corporate a {
  padding-right: 1.75em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  background: #fff url(../img/common/arw_red_s.svg) no-repeat right center;
  background-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .header_corporate span,
  .header_corporate a {
    gap: 1.25vw;
    font-size: 2.5vw;
    background-size: 3.125vw;
  }
}
.header .global_nav_menu {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .header .global_nav_menu {
    margin: 0;
    padding: 1.5625vw;
    height: 12.5vw;
    width: 12.5vw;
  }
}
.header .global_nav_menu::after {
  bottom: 1em;
  width: 100%;
  text-align: center;
}
.header .global_nav_menu-outer {
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .header .global_nav_menu-item {
    width: 70%;
  }
}

.global_nav {
  padding: 0;
  overflow-y: scroll;
  position: fixed;
  top: 8rem;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translateX(45rem);
  z-index: 20;
}
@media only screen and (max-width: 640px) {
  .global_nav {
    top: 0;
  }
}
@media only screen and (max-width: 1170px) {
  .global_nav_menu {
    display: block;
  }
}
.global_nav .blog_side {
  padding: 2rem 2rem 8rem;
  position: static;
  transform: translateX(0);
}

.-open .global_nav {
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.title-withEn .en {
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .title-withEn .en {
    font-size: 3.125vw;
  }
}
.title-withEn .jp {
  font-size: 4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .title-withEn .jp {
    font-size: 6.25vw;
  }
}

.blog_head .content {
  margin-top: 0;
  margin-bottom: 6rem;
  text-align: center;
  background: url(../img/agt-blog/bg_title.webp) no-repeat center top;
  background-size: auto 100%;
}
@media only screen and (max-width: 640px) {
  .blog_head .content {
    padding-top: 0;
    margin-bottom: 4.6875vw;
    background: url(../img/agt-blog/bg_title_sp.webp) no-repeat center top;
    background-size: 100% auto;
  }
}
.blog_head .content .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 20rem;
}
@media only screen and (max-width: 640px) {
  .blog_head .content .inner {
    align-items: center;
    height: 25.625vw;
  }
}
.blog_head_title {
  margin: 3.2rem auto;
  width: 32rem;
}
@media only screen and (max-width: 640px) {
  .blog_head_title {
    margin: 0 auto;
    width: 43.75vw;
  }
}
.blog_container {
  display: flex;
}
.blog_main {
  width: calc(100% - 32rem);
}
@media only screen and (max-width: 1170px) {
  .blog_main {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .blog_main {
    width: 100%;
  }
}
.blog_main .content {
  margin: 0 auto;
  padding: 0 3rem;
  max-width: 133rem;
}
@media only screen and (max-width: 640px) {
  .blog_main .content {
    padding: 0 5vw;
    width: 100%;
    min-width: 100%;
  }
}
.blog_main .inner {
  max-width: initial;
  min-width: auto;
  padding: 0;
}
.blog_side {
  width: 32rem;
  padding: 20px 40px 90px;
  box-shadow: -2.5rem 0 3rem -2rem rgba(26, 60, 77, 0.05);
}
@media only screen and (max-width: 1170px) {
  .blog_side {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(100%);
    transition: all 0.2s;
    width: 370px;
    height: 100%;
    padding: 0;
    padding: 90px 30px;
    background-color: #fff;
    z-index: 1000;
  }
}
@media only screen and (max-width: 640px) {
  .blog_side {
    width: 100%;
    padding: 14.0625vw 4.6875vw;
  }
}
@media only screen and (max-width: 1170px) {
  .blog_side.open {
    transform: translate(0);
  }
}
.blog_side_item {
  padding-bottom: 3em;
}
.blog_side_item.agent-search .agent-search_form {
  margin-bottom: 0;
  padding: 2.4rem;
  background: rgb(240, 236, 227);
}
@media only screen and (max-width: 640px) {
  .blog_side_item.agent-search .agent-search_form {
    margin-bottom: 1.875vw;
    padding: 3.75vw;
  }
}
.blog_side_item.agent-search .agent-search_fields {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .blog_side_item.agent-search .agent-search_fields {
    gap: 3.75vw;
  }
}
.blog_side_item.agent-search .agent-search_field {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}
@media only screen and (max-width: 640px) {
  .blog_side_item.agent-search .agent-search_field {
    gap: 1.25vw;
  }
}
.blog_side_item.agent-search .agent-search_field.-area .agent-search_select-wrap {
  width: 100%;
}
.blog_side_item.agent-search .agent-search_field.-office .agent-search_select-wrap {
  width: 100%;
}
.blog_side_item.agent-search .agent-search_select-wrap {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.blog_side_item.agent-search .agent-search_select {
  width: 100%;
  padding: 1.2rem 4rem 1.2rem 1.2rem;
  background: transparent;
  border: none;
  appearance: none;
  cursor: pointer;
}
.blog_side_item.agent-search .agent-search_arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
}
.blog_side_item.agent-search .agent-search_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: #e60012;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
.blog_side_item.agent-search .agent-search_submit:hover {
  background: #c40010;
}
.blog_side_title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: 500;
}
.blog_side .category .side_lttl {
  margin-top: 0;
}
.blog_side .category_list li {
  position: relative;
  margin-top: 0.7em;
  padding-left: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .blog_side .category_list li {
    padding-left: 6.25vw;
    font-size: 4.21875vw;
  }
}
.blog_side .category_list li:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 6px;
  height: 6px;
  background: rgb(230, 0, 18);
  border-radius: 4px;
}
@media only screen and (max-width: 640px) {
  .blog_side .category_list li:before {
    top: 1.40625vw;
    left: 1.5625vw;
    width: 2.34375vw;
    height: 2.34375vw;
    border-radius: 1.25vw;
  }
}
.blog_side .keyword .keyword_list li {
  position: relative;
  display: inline-block;
  margin: 0.5em 0.5em 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .blog_side .keyword .keyword_list li {
    font-size: 4.0625vw;
  }
}
.blog_side .keyword .keyword_list li:nth-child(-n+2) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .blog_side .keyword .keyword_list li:nth-child(-n+2) {
    margin: 0.5em 0.5em 0 0;
  }
}
.blog_side .keyword .keyword_list li a {
  background: rgb(240, 236, 227);
  padding: 0.2em 1.2em;
  border-radius: 2em;
  display: inline-block;
  font-weight: 500;
}
.blog_side .list .list_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.blog_side .list .list_list li {
  width: 85px;
  margin: 25px 0 0 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .blog_side .list .list_list li {
    width: 27.03125vw;
    margin: 6.25vw 0 0 4.6875vw;
    font-size: 4.0625vw;
  }
}
.blog_side .list .list_list li:nth-child(3n+1) {
  margin-left: 0;
}
.blog_side .list .list_list li:nth-child(-n+3) {
  margin-top: 0;
}
.blog_side .list .list_list_thumb img {
  width: 85px;
  height: 85px;
  margin-bottom: 10px;
  border-radius: 45px;
}
@media only screen and (max-width: 640px) {
  .blog_side .list .list_list_thumb img {
    width: 27.03125vw;
    height: 27.03125vw;
    margin-bottom: 1.5625vw;
    border-radius: 14.0625vw;
  }
}
.blog_side .ranking .ranking_list li {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .blog_side .ranking .ranking_list li {
    margin-top: 6.25vw;
  }
}
.blog_side .ranking .ranking_list li:nth-child(1) {
  margin-top: 0;
}
.blog_side .ranking .ranking_list li:nth-child(1) .ranking_list_thumb:after {
  background: url("../images/common/side_ranking_num1.png") top left no-repeat;
}
.blog_side .ranking .ranking_list li:nth-child(2) .ranking_list_thumb:after {
  background: url("../images/common/side_ranking_num2.png") top left no-repeat;
}
.blog_side .ranking .ranking_list li:nth-child(3) .ranking_list_thumb:after {
  background: url("../images/common/side_ranking_num3.png") top left no-repeat;
}
.blog_side .ranking .ranking_list li:nth-child(4) .ranking_list_thumb:after {
  background: url("../images/common/side_ranking_num4.png") top left no-repeat;
}
.blog_side .ranking .ranking_list li:nth-child(5) .ranking_list_thumb:after {
  background: url("../images/common/side_ranking_num5.png") top left no-repeat;
}
.blog_side .ranking .ranking_list a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.blog_side .ranking .ranking_list_thumb {
  position: relative;
  width: 100px;
  border-radius: 6px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 640px) {
  .blog_side .ranking .ranking_list_thumb {
    width: 31.71875vw;
    border-radius: 0.9375vw;
    box-shadow: 0px 0px 1.40625vw 0.625vw rgba(0, 0, 0, 0.15);
  }
}
.blog_side .ranking .ranking_list_thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 21px;
  height: 21px;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .blog_side .ranking .ranking_list_thumb:after {
    width: 6.5625vw;
    height: 6.5625vw;
  }
}
.blog_side .ranking .ranking_list_thumb img {
  border-radius: 6px;
}
@media only screen and (max-width: 640px) {
  .blog_side .ranking .ranking_list_thumb img {
    width: 100%;
    border-radius: 0.9375vw;
  }
}
.blog_side .ranking .ranking_list_ttl {
  width: 165px;
  font-size: 13px;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .blog_side .ranking .ranking_list_ttl {
    width: 52.65625vw;
    font-size: 3.75vw;
  }
}
.blog_side .search .search_form {
  position: relative;
}
.blog_side .search .search_form_text {
  width: 100%;
  padding: 1em;
  border: rgb(240, 236, 227) 1px solid;
  border-radius: 3px;
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  .blog_side .search .search_form_text {
    border-radius: 0.9375vw;
    font-size: 3.75vw;
  }
}
.blog_side .search .search_form_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/common/side_srech_ico.png") top center no-repeat;
  background-size: contain;
  border: none;
}
@media only screen and (max-width: 640px) {
  .blog_side .search .search_form_btn {
    right: 3.125vw;
    width: 6.25vw;
    height: 6.25vw;
  }
}
.blog_side .bnr_list {
  margin: 50px 0 0;
}
.blog_side .bnr_list li {
  margin-top: 10px;
}
.blog_side .bnr_list li:first-child {
  margin-top: 0;
}

.latest-post .content {
  margin-top: 0;
}

.post_list.-pickup {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 640px) {
  .post_list.-pickup {
    margin-bottom: 7.5vw;
  }
}
.post_list.-pickup .post .swiper-slide {
  width: 73rem;
}
@media only screen and (max-width: 640px) {
  .post_list.-pickup .post .swiper-slide {
    width: 75vw;
  }
}
.post_list.-pickup .post_item {
  padding: 0 2.4rem;
  width: 64rem;
}
@media only screen and (max-width: 640px) {
  .post_list.-pickup .post_item {
    padding: 0 2.8125vw;
    width: 75vw;
  }
}
.post_list.-pickup .post_img {
  border-radius: 2.8rem;
  overflow: hidden;
  aspect-ratio: 3/2;
}
@media only screen and (max-width: 640px) {
  .post_list.-pickup .post_img {
    border-radius: 4.375vw;
  }
}
.post_list.-pickup .post_meta {
  margin-top: -5rem;
  margin-bottom: 2.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .post_list.-pickup .post_meta {
    margin-top: -9.375vw;
    margin-bottom: 4.375vw;
  }
}
.post_list.-pickup .post_author {
  margin: 0 auto 0 1em;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.post_list.-pickup .post_role {
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .post_list.-pickup .post_role {
    font-size: 2.5vw;
  }
}
.post_list.-pickup .post_name {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .post_list.-pickup .post_name {
    font-size: 3.125vw;
  }
}
.post_list.-pickup .post_date {
  color: rgb(139, 152, 158);
}
@media only screen and (max-width: 640px) {
  .post_list.-pickup .post_date {
    font-size: 2.5vw;
  }
}
.post_list.-pickup .post_avatar {
  border: solid 2px #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12.187px 38.998px 0 rgba(0, 0, 0, 0.16);
  width: 12rem;
  background: #fff;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 640px) {
  .post_list.-pickup .post_avatar {
    width: 18.75vw;
  }
}
.post_list.-pickup .post_title {
  margin-bottom: 1em;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .post_list.-pickup .post_title {
    font-size: 4.375vw;
  }
}
.post_list.-pickup .post_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media only screen and (max-width: 640px) {
  .post_list.-pickup .post_tags {
    gap: 1.25vw;
  }
}
.post_list.-pickup .post_tag {
  padding: 0.25em 1em;
  background: rgb(240, 236, 227);
}
.post_list.-index, .post_list.-latest {
  display: flex;
  flex-wrap: wrap;
  gap: 7.6rem 5.1006711409%;
}
@media only screen and (max-width: 640px) {
  .post_list.-index, .post_list.-latest {
    flex-direction: column;
    gap: 11.875vw;
  }
}
.post_list.-index .post_item, .post_list.-latest .post_item {
  width: 29.932885906%;
}
@media only screen and (max-width: 640px) {
  .post_list.-index .post_item, .post_list.-latest .post_item {
    width: 100%;
  }
}
.post_list.-index .post_item > a, .post_list.-latest .post_item > a {
  display: block;
}
.post_list.-index .post_img, .post_list.-latest .post_img {
  border-radius: 2.8rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 640px) {
  .post_list.-index .post_img, .post_list.-latest .post_img {
    margin-bottom: 4.375vw;
  }
}
.post_list.-index .post_img img, .post_list.-latest .post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_list.-index .post_meta, .post_list.-latest .post_meta {
  margin-bottom: 2.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .post_list.-index .post_meta, .post_list.-latest .post_meta {
    margin-bottom: 4.375vw;
  }
}
.post_list.-index .post_meta_wrapper, .post_list.-latest .post_meta_wrapper {
  margin-top: -4rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .post_list.-index .post_meta_wrapper, .post_list.-latest .post_meta_wrapper {
    margin-top: -11.71875vw;
  }
}
.post_list.-index .post_author, .post_list.-latest .post_author {
  margin: 0 auto 0 1em;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.post_list.-index .post_name, .post_list.-latest .post_name {
  font-size: 2rem;
  font-weight: 700;
}
.post_list.-index .post_date, .post_list.-latest .post_date {
  color: rgb(139, 152, 158);
}
.post_list.-index .post_avatar, .post_list.-latest .post_avatar {
  border: solid 2px #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12.187px 38.998px 0 rgba(0, 0, 0, 0.16);
  width: 10rem;
  background: #fff;
  aspect-ratio: 1/1;
}
.post_list.-index .post_title, .post_list.-latest .post_title {
  margin-bottom: 1em;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .post_list.-index .post_title, .post_list.-latest .post_title {
    margin-bottom: 0.75em;
  }
}
.post_list.-index .post_tags, .post_list.-latest .post_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.post_list.-index .post_tag, .post_list.-latest .post_tag {
  padding: 0.25em 1em;
  background: rgb(240, 236, 227);
  font-size: 1.4rem;
}
.post_list.-small {
  gap: 4.8rem 3.2214765101%;
}
.post_list.-small .post_item {
  width: 29.932885906%;
}
@media only screen and (max-width: 640px) {
  .post_list.-small .post_item {
    width: 100%;
  }
}
.post_list.-small .post_item > a {
  display: block;
}
.post_list.-small .post_img {
  border-radius: 2.8rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.post_list.-small .post_meta {
  margin-bottom: 2.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.post_list.-small .post_meta_wrapper {
  margin-top: 1em;
  position: relative;
  z-index: 1;
}
.post_list.-small .post_author {
  margin: 0 auto 0 1em;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.post_list.-small .post_name {
  font-size: 2rem;
  font-weight: 700;
}
.post_list.-small .post_date {
  color: rgb(139, 152, 158);
}
.post_list.-small .post_avatar {
  border: solid 2px #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12.187px 38.998px 0 rgba(0, 0, 0, 0.16);
  width: 10rem;
  background: #fff;
  aspect-ratio: 1/1;
}
.post_list.-small .post_title {
  font-size: 2rem;
}
.post_link {
  position: relative;
  z-index: 0;
}
.post_category_body {
  padding: 4.8rem;
  background: rgb(240, 236, 227);
}
@media only screen and (max-width: 640px) {
  .post_category_body {
    padding: 5.625vw;
  }
}
.post_category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
@media only screen and (max-width: 640px) {
  .post_category_list {
    justify-content: flex-start;
  }
}
.post_category_btn {
  padding: 0.15em 0.5em;
  font-size: 2rem;
  background: #fff;
  display: block;
}
@media only screen and (max-width: 640px) {
  .post_category_btn {
    font-size: 3.125vw;
  }
}
.post_hash_slider {
  padding: 0.5em 0;
  background: linear-gradient(to right, rgb(29, 80, 162) 0%, rgb(29, 80, 162) 33%, rgb(139, 152, 158) 33%, rgb(139, 152, 158) 66%, rgb(255, 0, 0) 66%);
}
.post_hash_slider .swiper-wrapper {
  transition-timing-function: linear;
  gap: 2em;
}
.post_hash_slider .swiper-slide {
  width: auto;
}
.post_hash_slider a {
  color: #fff;
  font-size: 2.8rem;
}
@media only screen and (max-width: 640px) {
  .post_hash_slider a {
    font-size: 4.375vw;
  }
}

.agent-search .content {
  margin: 0;
  padding: 10rem 0;
  background: rgb(240, 236, 227);
}
@media only screen and (max-width: 640px) {
  .agent-search .content {
    padding: 15.625vw 0;
  }
}
.agent-search_list-wrap {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 640px) {
  .agent-search_list-wrap {
    margin-bottom: 11.25vw;
  }
}
.agent-search_list .swiper-wrapper {
  transition-timing-function: linear;
}
.agent-search_list .swiper-slide {
  width: auto !important;
}
.agent-search_form {
  margin-bottom: 3.6rem;
  padding: 3.6rem;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 640px) {
  .agent-search_form {
    margin-bottom: 5.625vw;
    padding: 5.625vw;
  }
}
.agent-search_form.-beige {
  background: rgb(240, 236, 227);
}
.agent-search_fields {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4.2rem;
}
@media only screen and (max-width: 640px) {
  .agent-search_fields {
    flex-direction: column;
    gap: 3.75vw;
  }
}
.agent-search_field {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media only screen and (max-width: 1550px) {
  .agent-search_field {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .agent-search_field {
    gap: 1.25vw;
    width: 100%;
  }
}
.agent-search_field.-area .agent-search_select-wrap {
  width: 19.3rem;
}
@media only screen and (max-width: 640px) {
  .agent-search_field.-area .agent-search_select-wrap {
    width: 100%;
  }
}
.agent-search_field.-office .agent-search_select-wrap {
  width: 36rem;
}
@media only screen and (max-width: 640px) {
  .agent-search_field.-office .agent-search_select-wrap {
    width: 100%;
  }
}
.agent-search_select-wrap {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.agent-search_select {
  width: 100%;
  padding: 1.2rem 4rem 1.2rem 1.2rem;
  background: transparent;
  border: none;
  appearance: none;
  cursor: pointer;
}
.agent-search_arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
}
.agent-search_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: #e60012;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .agent-search_submit {
    margin: 0 auto;
    width: 100%;
  }
}
.agent-search_submit:hover {
  background: #c40010;
}

.agent-card {
  padding: 3.2rem 3.2rem 0;
  width: 28.4rem !important;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .agent-card {
    padding: 3.75vw 3.75vw 0;
    width: 37.5vw !important;
  }
}
.agent-card_img {
  margin-bottom: 2rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12.187px 38.998px 0 rgba(0, 0, 0, 0.16);
  aspect-ratio: 1/1;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .agent-card_img {
    margin-bottom: 6.25vw;
  }
}
.agent-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agent-card span {
  display: block;
}
.agent-card_role {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .agent-card_role {
    font-size: 1.6rem;
  }
}
.agent-card_name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .agent-card_name {
    font-size: 2rem;
  }
}

.slick-arrow_box.swiper-nav-pickup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.slick-arrow_box.swiper-nav-pickup .swiper-button-prev,
.slick-arrow_box.swiper-nav-pickup .swiper-button-next {
  position: static;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0;
  background: url(../img/common/arrow_c_left.svg) no-repeat center center;
  background-size: 100% auto;
  transition: opacity 0.3s ease;
}
.slick-arrow_box.swiper-nav-pickup .swiper-button-prev::after,
.slick-arrow_box.swiper-nav-pickup .swiper-button-next::after {
  content: none;
}
.slick-arrow_box.swiper-nav-pickup .swiper-button-prev:hover,
.slick-arrow_box.swiper-nav-pickup .swiper-button-next:hover {
  opacity: 0.6;
}
.slick-arrow_box.swiper-nav-pickup .swiper-button-next {
  transform: scaleX(-1);
}
.slick-arrow_box.swiper-nav-pickup .swiper-num {
  font-size: 1.6rem;
}
.slick-arrow_box.swiper-nav-pickup .swiper-num .now-count,
.slick-arrow_box.swiper-nav-pickup .swiper-num .all-count {
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .slick-arrow_box.swiper-nav-pickup .swiper-button-prev,
  .slick-arrow_box.swiper-nav-pickup .swiper-button-next {
    width: 7.5vw;
    height: 7.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .slick-arrow_box.swiper-nav-pickup .swiper-num {
    font-size: 3.125vw;
  }
}/*# sourceMappingURL=agt-blog.css.map */