@charset "UTF-8";
@media screen and (max-width: 770px) {
  #support_box04 .top_trunkroomlist_top .trunkroom-image-wrapper,
  #support_box04_02 .top_trunkroomlist_top .trunkroom-image-wrapper {
    width: 37%;
  }
  #support_box04 .top_trunkroomlist_top .trunkroom-image-wrapper figure,
  #support_box04_02 .top_trunkroomlist_top .trunkroom-image-wrapper figure {
    width: 100%;
  }
}

.slick-dots {
  display: flex;
  gap: 8px;
  margin: 8px;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .slick-dots {
    margin-bottom: 30px;
  }
  .slick-dots button {
    height: 12px;
  }
}
header h1 {
  max-width: 49vw;
}
@media screen and (min-width: 851px) {
  header h1 {
    max-width: 21vw;
  }
  header ul li a {
    font-size: clamp(10.5px, 1.05vw, 23px);
  }
}

#trunkroomlist_headermenu {
  padding: 0 0.9em 0 0;
}
#trunkroomlist_headermenu a {
  font-size: clamp(10.5px, 1.05vw, 23px);
  padding: 0 2em 0 1em !important;
  justify-content: center;
}
#trunkroomlist_headermenu a figure {
  width: 24%;
  max-width: 38px;
}

#header_contact_box2 {
  padding: 0;
  overflow: scroll;
}

.header_contact_box_wrapper {
  padding: 84px 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 851px) {
  .header_contact_box_wrapper {
    padding: 8% 0;
    justify-content: center;
  }
}

@media screen and (min-width: 851px) {
  .header_contact_box2_bottom__inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3vw;
  }
}

#header_contact_box2_main li a,
#header_contact_box2_bottom p a {
  font-size: clamp(12px, 1.4vw, 22px);
}

#support_box08 {
  background: white;
  width: 100%;
  padding: 50px 0;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 750px) {
  #support_box08 #support_box07 {
    width: 100%;
    background: #EEEEEE;
    padding: 34px 0 33px 0;
    margin: 0 0 50px 0;
  }
}

.support__blog_inner {
  margin: 0 auto;
  width: 1000px;
}
.support__blog_inner h2 {
  text-align: center;
  margin: 0 0 10px 0;
}
.support__blog_inner h2 img {
  height: 39px;
  width: auto;
}
.support__blog_inner > p {
  margin: 0 0 40px 0;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .support__blog_inner {
    margin: 0 auto;
    width: 337px;
  }
  .support__blog_inner h2 {
    text-align: center;
    margin: 0 0 10px 0;
  }
  .support__blog_inner h2 img {
    height: 26px;
    width: auto;
  }
  .support__blog_inner > p {
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: 400;
  }
}

#utilization_fv_wrapper {
  position: relative;
}
#utilization_fv_wrapper .utilization_breadcrumb {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#utilization_fv_wrapper .utilization_breadcrumb .p-breadcrumb {
  width: 85%;
}
@media screen and (max-width: 850px) {
  #utilization_fv_wrapper .utilization_breadcrumb {
    position: static;
  }
  #utilization_fv_wrapper .utilization_breadcrumb .p-breadcrumb {
    width: 100%;
  }
}

#utilization_kodawari01 {
  background-image: url(images_talent/utilization/utilization_box03_bg.png) !important;
}
@media screen and (max-width: 850px) {
  #utilization_kodawari01 {
    padding: 4.5% 0 47% !important;
    background-image: url(images_talent/utilization/sp_utilization_box03_bg.png) !important;
  }
}

#sub_top div.w100 {
  max-width: none;
}

.support_point02 div {
  background-image: url(./images/support/investment_box04_bg02.png);
  height: 300px;
}

#top_box04 {
  padding: 5% 0 31%;
  margin: 0px 0 7vw;
}
@media screen and (max-width: 850px) {
  #top_box04 {
    padding: 5% 0 53%;
    margin: 0px 0 7vw;
  }
}

#top_box04_bg_photo {
  bottom: 0;
}
@media screen and (max-width: 1300px) {
  #top_box04_bg_photo {
    bottom: 0;
  }
}

#footer_contact {
  padding: 0 0 5% 0;
}
#footer_contact h2 {
  margin: 0 auto;
  width: 80%;
  background: url(images_talent/img_footer_kazushige.png) no-repeat left bottom/11% auto;
  padding-top: 5vw;
  padding-bottom: 2vw;
  margin-bottom: -1.5vw;
  font-size: clamp(20px, 2.2vw, 39px);
}
@media screen and (max-width: 850px) {
  #footer_contact h2 {
    width: 95%;
    font-size: 15px;
    text-align: left;
    padding-left: 110px;
    padding-top: 30px;
    box-sizing: border-box;
    min-height: 120px;
    background: url(images_talent/sp_img_footer_kazushige.png) no-repeat left bottom/100px auto;
  }
}
@media screen and (min-width: 1800px) {
  #footer_contact h2 {
    background: url(images_talent/img_footer_kazushige.png) no-repeat left bottom/160px auto;
  }
}

#top_trunkroomlist_wrapper article {
  background: white url(../assets/images_talent/support/supportlist_kazushige.png) no-repeat right 25px bottom/100px auto;
}
#top_trunkroomlist_wrapper .top_trunkroomlist_contact {
  padding-right: 80px;
  width: 330px;
}
@media screen and (max-width: 770px) {
  #top_trunkroomlist_wrapper article {
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
    background: white url(../assets/images_talent/support/sp_supportlist_kazushige.png) no-repeat right 2px bottom/clamp(60px, 25vw, 130px) auto;
  }
  #top_trunkroomlist_wrapper .top_trunkroomlist_top {
    display: block;
  }
  #top_trunkroomlist_wrapper .trunkroom-image-wrapper {
    width: 100% !important;
    margin: 0 auto;
  }
  #top_trunkroomlist_wrapper .top_trunkroomlist_top_right {
    width: 100%;
  }
  #top_trunkroomlist_wrapper .top_trunkroomlist_top_right h3 {
    text-align: center !important;
  }
  #top_trunkroomlist_wrapper .top_trunkroomlist_top_right h3 span {
    display: inline;
  }
  #top_trunkroomlist_wrapper .top_trunkroomlist_top_right h3 span::before {
    content: " / ";
  }
  #top_trunkroomlist_wrapper .top_trunkroomlist_top_right p {
    font-size: 16px !important;
    padding-right: 70px;
    display: block;
  }
  #top_trunkroomlist_wrapper .top_trunkroomlist_top_right p span {
    font-size: 23px;
  }
  #top_trunkroomlist_wrapper .top_trunkroomlist_contact {
    padding-right: 0;
    box-sizing: border-box;
    width: 225px;
  }
  #top_trunkroomlist_wrapper .top_trunkroomlist_wrapper_btn a {
    width: auto;
  }
  #top_trunkroomlist_wrapper .trunkroomlist_tel a {
    width: auto !important;
  }
}

#trunkroomlist_box01 article {
  background: white url(../assets/images_talent/trunkroomlist/trunkroomlist_kazushige.png) no-repeat right 40px bottom 10px/130px auto;
}
#trunkroomlist_box01 .trunkroomlist_contact {
  width: 460px;
}
#trunkroomlist_box01 .trunkroomlist_contact .trunkroomlist_btn a {
  width: auto;
}
@media screen and (max-width: 770px) {
  #trunkroomlist_box01 article {
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
    background: white url(../assets/images_talent/trunkroomlist/sp_trunkroomlist_kazushige.png) no-repeat right 2% bottom/clamp(60px, 25vw, 130px) auto;
  }
  #trunkroomlist_box01 .trunkroomlist_top {
    display: block;
  }
  #trunkroomlist_box01 .trunkroomlist_right ul {
    text-align: left;
  }
  #trunkroomlist_box01 .trunkroomlist_contact {
    padding-right: 0;
    box-sizing: border-box;
    width: 225px;
  }
  #trunkroomlist_box01 .trunkroomlist_wrapper_btn a {
    width: auto;
  }
  #trunkroomlist_box01 .trunkroomlist_tel a {
    width: auto !important;
  }
}

@media screen and (min-width: 851px) {
  .talent .utilization_kodawari01_contact {
    display: flex;
    gap: 10px;
    padding: 2% 1% 0 2% !important;
  }
  .talent .utilization_kodawari01_contact__inner {
    display: block !important;
    flex-basis: 80%;
  }
  .talent .utilization_kodawari01_contact__inner > div {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .talent .utilization_kodawari01_contact__heading {
    display: block !important;
  }
  .talent .utilization_kodawari01_contact__heading h2 {
    padding-left: 132px;
  }
  .talent .utilization_kodawari01_contact .utilization_contact_tel {
    width: 49%;
  }
  .talent .utilization_kodawari01_contact .utilization_contact_tel p:first-of-type {
    font-size: clamp(14px, 1.4vw, 24px);
  }
  .talent .utilization_kodawari01_contact .utilization_contact_tel p:last-of-type {
    font-size: clamp(16px, 2vw, 34px);
  }
  .talent .utilization_kodawari01_contact .utilization_contact_mail {
    width: 49%;
  }
  .talent .utilization_kodawari01_contact .utilization_contact_mail a {
    padding: 5% 0;
  }
  .talent .utilization_kodawari01_contact .utilization_contact_mail a figure {
    flex-basis: 12%;
  }
  .talent .utilization_kodawari01_contact .utilization_contact_mail div {
    flex-basis: 72%;
    max-width: 387px;
  }
  .talent .utilization_kodawari01_contact .utilization_contact_mail p {
    font-size: clamp(16px, 1.9vw, 34px);
  }
  .talent .utilization_kodawari01_contact__image {
    flex-basis: 18%;
    flex-shrink: 1;
  }
  .talent .utilization_kodawari01_contact__image img {
    margin-top: -5vw;
    width: 100%;
    height: auto;
    max-width: none;
  }
}
@media screen and (max-width: 850px) {
  .talent .utilization_kodawari01_contact__heading {
    display: flex;
    justify-content: space-between;
  }
  .talent .utilization_kodawari01_contact h2 {
    text-align: left;
    font-size: clamp(12px, 3.7vw, 34px) !important;
  }
  .talent .utilization_kodawari01_contact__image {
    flex-basis: 17vw;
  }
  .talent .utilization_kodawari01_contact__image img {
    margin-top: -12vw;
  }
  .talent .utilization_kodawari01_contact__image.pc {
    display: none;
  }
  .talent .utilization_kodawari01_contact .utilization_contact_mail div {
    flex-basis: 80%;
    max-width: 218px;
  }
}

.contact-property {
  display: flex;
  justify-content: center;
  margin: 25px 0;
  gap: 20px;
  text-decoration: none;
  color: #333333;
}
.contact-property__image {
  position: relative;
  flex-basis: 37%;
  flex-shrink: 0;
}
.contact-property__name {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
}
.contact-property__name span {
  display: block;
}
.contact-property__price {
  border-bottom: #ffd903 5px solid;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
  display: inline-block;
}
.contact-property__price span {
  color: red;
  font-size: 21px;
}
@media screen and (min-width: 771px) {
  .contact-property {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    gap: 40px;
    text-decoration: none;
    color: #333333;
  }
  .contact-property__image {
    position: relative;
    flex-basis: 240px;
  }
  .contact-property__name {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
  }
  .contact-property__name span {
    display: block;
  }
  .contact-property__price {
    border-bottom: #ffd903 5px solid;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
  }
  .contact-property__price span {
    color: red;
    font-size: 32px;
  }
}

.trunkroom-contact .contact-hidden {
  display: none;
}
.trunkroom-contact.has-post .property-contact-only {
  display: table-row;
}

.trunkroom-image {
  position: relative;
}
.trunkroom-image.pending::after, .trunkroom-image.contracted::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trunkroom-image.pending::after {
  background: rgba(0, 0, 0, 0.5) url(images/trunkroom_image_pending.svg) no-repeat center center/35% auto;
}
.trunkroom-image.contracted::after {
  background: rgba(0, 0, 0, 0.5) url(images/trunkroom_image_contracted.svg) no-repeat center center/35% auto;
}

.header__navi-blog a {
  border: solid 1px #737373;
  border-radius: 40px;
  font-size: clamp(10.5px, 1.05vw, 23px);
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  padding: 8% 4.5rem 8% 1.5rem;
  white-space: nowrap;
  transition: color 0.3s ease;
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: center;
  margin-right: 7%;
}
.header__navi-blog a img {
  margin-right: 12%;
  width: 1.5vw;
  max-width: 39px;
}
.header__navi {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: stretch !important;
}
.header__navi * {
  box-sizing: border-box;
}
@media screen and (min-width: 851px) {
  .header__navi {
    gap: 0.5vw;
  }
}
.header__navi-item {
  margin: 0 !important;
  padding: 0 !important;
}
.header__navi-item a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: clamp(10.5px, 1.05vw, 23px);
  padding: 0 1em;
  margin: 0 !important;
}
.header__navi-item.support a.support {
  padding: 0 2em !important;
}
.header__navi-item.utilization a:hover {
  color: #a69225;
}
.header__navi-item.utilization a.utilization {
  padding: 0 2em !important;
}
.header__navi-item.utilization a.utilization:hover {
  color: white;
}
.header__navi-item.blog a {
  transition: all 0.2s ease-in;
  position: relative;
  border: solid 1px #737373;
  padding: 0 2em 0 1em !important;
  border-radius: 40px;
  color: #333333;
  overflow: hidden;
}
.header__navi-item.blog a img {
  transition: all 0.2s ease-in;
  margin-right: 12%;
  width: 1.5vw;
  max-width: 39px;
}
.header__navi-item.blog a:hover {
  color: white;
  z-index: 2;
  border-color: #858585;
}
.header__navi-item.blog a:hover img {
  filter: brightness(4);
}
.header__navi-item.blog a:hover:after {
  top: -45%;
  background-color: #858585;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  z-index: -1;
}
.header__navi-item.blog a:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #858585;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.header__navi-item.header_contact, .header__navi-item.header_menu {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1020;
}
@media screen and (min-width: 851px) {
  .header__navi-item.header_contact, .header__navi-item.header_menu {
    width: clamp(35px, 4vw, 78px);
    height: clamp(35px, 4vw, 78px);
  }
}

.p-breadcrumb {
  box-sizing: border-box;
  max-width: 1548px;
  width: 80%;
  padding: 30px 0;
  margin: 0 auto;
  font-size: clamp(10px, 1vw, 20px);
  color: #333;
}
.p-breadcrumb a {
  color: #333;
}
.p-breadcrumb a:link, .p-breadcrumb a:visited {
  color: #333;
}
.p-breadcrumb__item {
  display: inline-block;
  color: #333;
}
.p-breadcrumb__item a {
  text-decoration: none;
}
.p-breadcrumb__item a:link, .p-breadcrumb__item a:visited {
  color: #10386e !important;
}
.p-breadcrumb__item a::after {
  content: ">";
  margin: 0 5px 0 10px;
}
.p-breadcrumb.white .p-breadcrumb__item {
  color: white !important;
}
.p-breadcrumb.white .p-breadcrumb__item a:link, .p-breadcrumb.white .p-breadcrumb__item a:visited {
  color: white !important;
}
.p-breadcrumb.black .p-breadcrumb__item {
  color: #333 !important;
}
.p-breadcrumb.black .p-breadcrumb__item a:link, .p-breadcrumb.black .p-breadcrumb__item a:visited {
  color: #333 !important;
}
@media screen and (max-width: 1024px) {
  .p-breadcrumb {
    padding: 10px 50px;
    width: auto;
    margin: 0 auto 20px auto;
    font-size: 14px;
  }
  .p-breadcrumb__item a::after {
    margin: 0 3px 0 5px;
  }
}
@media screen and (max-width: 850px) {
  .p-breadcrumb {
    background: #e6eaf0;
    border-top: solid 1px #c3c3c3;
    border-bottom: solid 1px #c3c3c3;
    width: auto;
    padding: 0;
    font-size: 10px;
    display: flex;
    overflow: scroll;
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    margin-bottom: 0;
  }
  .p-breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .p-breadcrumb__item {
    flex-shrink: 0;
    color: #333 !important;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 15px;
    background-color: #dddddd;
    background-image: url(images/breadcrumb_arrow_l.gif);
    background-repeat: no-repeat;
    background-size: 10px 100%;
    background-position: left center;
  }
  .p-breadcrumb__item a {
    color: #333 !important;
  }
  .p-breadcrumb__item a:link, .p-breadcrumb__item a:visited {
    color: #333 !important;
  }
  .p-breadcrumb__item a::after {
    content: none;
  }
  .p-breadcrumb__item:first-of-type {
    background-image: none;
    padding: 0 5px 0 10px;
  }
  .p-breadcrumb__item:first-of-type a {
    width: 14px;
    height: 100%;
    display: block;
    content: "";
    background-color: #dddddd;
    background-image: url(images/breadcrumb_home.gif);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: center center;
  }
  .p-breadcrumb__item:first-of-type a span {
    display: none;
  }
  .p-breadcrumb__item:last-of-type {
    padding: 5px 15px 5px 15px;
    flex-shrink: 0;
    background-color: #fdf8b8;
    background-image: url(images/breadcrumb_arrow_l_on.gif), url(images/breadcrumb_arrow_r_on.gif);
    background-repeat: no-repeat, no-repeat;
    background-size: 10px 100%, 10px 100%;
    background-position: left center, right center;
  }
  .p-breadcrumb.white .p-breadcrumb__item {
    color: #333 !important;
  }
  .p-breadcrumb.white .p-breadcrumb__item a:link, .p-breadcrumb.white .p-breadcrumb__item a:visited {
    color: #333 !important;
  }
}