@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
a,
button,
div,
span {
  -webkit-tap-highlight-color: transparent;
}

img {
  height: auto !important;
}

body:before, body:after {
  content: none;
}

.main-border {
  background-color: #F0F0F0;
  background-image: none;
}

.fpSingle .c-breadcrumb {
  margin: 0 auto;
  padding: 0;
}
.sectionBase {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1100px;
  width: 100%;
}

.sectionTitle {
  align-items: center;
  background-image: url("../images/findproperty/single/bg-section_title.svg");
  background-position: center bottom;
  background-size: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "BIZ UDGothic", serif;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.sectionTitle:before {
  background-size: 100%;
  content: "";
  display: inline-block;
  left: 50%;
  margin-bottom: 12px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.sectionTitle.introduction_title:before {
  background-image: url("../images/findproperty/single/icon-anchor_introduction.svg");
}
.sectionTitle.management_title:before {
  background-image: url("../images/findproperty/single/icon-anchor_management.svg");
}
.sectionTitle.role_title:before {
  background-image: url("../images/findproperty/single/icon-anchor_role.svg");
}
.sectionTitle.interview_title:before {
  background-image: url("../images/findproperty/single/icon-anchor_interview.svg");
}
.sectionTitle.message_title:before {
  background-image: url("../images/findproperty/single/icon-anchor_message.svg");
}

.sectionLede {
  line-height: 2;
}

.fpSingle {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding-top: 30px;
  position: relative;
}
.fpSingle:before {
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.fpSingle_inner {
  margin: 0 auto;
}

.fpSingle_contents {
  position: relative;
}
.intro {
  position: relative;
}
.intro:after {
  background-image: url("../images/findproperty/single/intro_title.png");
  background-size: 100%;
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 100;
}

.intro_content {
  background-color: #fff;
  position: relative;
  transition: padding 0.3s ease;
  width: 100%;
  z-index: 20;
}

.intro_content_inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.introDetail_title {
  background-image: linear-gradient(to right, #414141, #414141 2px, transparent 2px, transparent 8px), linear-gradient(to left, #414141, #414141 2px, transparent 2px, transparent 8px);
  background-position: left top, right bottom;
  background-repeat: repeat-x, repeat-x;
  font-family: "BIZ UDGothic", serif;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: normal;
  text-align: center;
  word-break: keep-all;
}

.introDetail_main {
  display: flex;
}

.introDetailTitle {
  font-weight: 700;
}

.introDetailCats {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: 20px;
}

.introDetailCats_node {
  border: 1px solid #48A63F;
  border-radius: 3px 15px 3px 3px;
  color: #48A63F;
  font-size: 0.875rem;
  padding: 5px 15px;
}
.introDetailCats_node.place {
  background-color: #48A63F;
  color: #fff;
}

.introDetailText {
  line-height: 2;
  margin-top: 10px;
}
.introDetail_image img {
  display: block;
  height: auto;
  width: 100%;
}

.introDetailAnn {
  margin-top: 5px;
}

.introDetailAnn_text {
  font-size: 11px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.introDetail_image_ann {
  display: block;
  font-size: 11px;
  margin-top: 3px;
  text-align: right;
}

.anchorList {
  display: flex;
  gap: 10px;
  max-width: 1100px;
}

.anchorList_node {
  background-color: #fff;
  flex: 1;
  transition: background 0.3s ease;
}
.anchorList_node:hover {
  background-color: #D7E6C3;
}

.anchorList_node_link {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "BIZ UDGothic", serif;
  font-weight: 700;
  justify-content: center;
}
.anchorList_node_link:before {
  background-size: 100%;
  content: "";
  display: inline-block;
}
.anchorList_node_link:after {
  background-image: url("../images/findproperty/modal_slide_arrow.png");
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 10px;
  transform: rotate(-90deg) translateX(0px);
  transition: transform 0.3s ease;
  width: 5px;
}
.anchorList_node_link.introduction:before {
  background-image: url("../images/findproperty/single/icon-anchor_introduction.svg");
}
.anchorList_node_link.management:before {
  background-image: url("../images/findproperty/single/icon-anchor_management.svg");
}
.anchorList_node_link.role:before {
  background-image: url("../images/findproperty/single/icon-anchor_role.svg");
}
.anchorList_node_link.interview:before {
  background-image: url("../images/findproperty/single/icon-anchor_interview.svg");
}
.anchorList_node_link.message:before {
  background-image: url("../images/findproperty/single/icon-anchor_message.svg");
}
.anchorList_node:hover .anchorList_node_link:after {
  transform: rotate(-90deg) translateX(-5px);
}

.introductionPost {
  width: 100%;
}

.introductionSlide {
  width: 100%;
}

.introductionSlide_lists {
  position: relative;
}

.introductionSlide_lists_node {
  display: inline-block;
  position: relative;
  transition: opacity 0.2s ease;
}
.introductionSlide_lists_node.slick-slide {
  opacity: 0;
}
.introductionSlide_lists_node.is-current {
  opacity: 1;
  z-index: 2;
}
.introductionSlide_lists_node.is-prev, .introductionSlide_lists_node.is-next {
  opacity: 1;
  z-index: 1;
}

.introductionSlideImage {
  border-radius: 20px;
  opacity: 0.4;
  transform: scale(0.74);
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 100%;
}
.is-current .introductionSlideImage {
  opacity: 1;
  transform: scale(1);
}
.introductionSlideImage img {
  width: 100%;
}

.introductionSlideTextarea {
  transition: opacity 0.1s ease;
}
.slick-slide .introductionSlideTextarea {
  opacity: 0;
}
.is-current .introductionSlideTextarea {
  opacity: 1;
}

.introductionSlideTextarea_title {
  font-family: "BIZ UDGothic", serif;
  font-weight: 700;
  margin-top: 18px;
}

.introductionSlideTextarea_text {
  margin-top: 8px;
}

.slick-track {
  align-items: stretch;
  display: flex;
}

.slick-prev,
.slick-next {
  align-items: center;
  border: 1px solid #48A63F;
  display: flex;
  justify-content: center;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.3s ease, border 0.3s ease;
}
.slick-prev:before,
.slick-next:before {
  background-image: url("../images/findproperty/modal_slide_arrow.png");
  background-position: center;
  background-size: 6px 12px;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease, background 0.3s ease;
  width: 100%;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slick-dots {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  position: absolute;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button {
  background-color: #E6E6E6;
  border-radius: 50%;
  height: 10px;
  padding: 0;
  width: 10px;
}

.slick-dots .slick-active button {
  background-color: #48A63F;
}

.interview_jobs {
  margin-top: 40px;
}

.sale {
  --main-color: #FAFADC;
  --sub-color: #DCE100;
  --quotation-icon: url("../images/findproperty/single/icon-interview_quotation_01.svg");
}

.equipment {
  --main-color: #EBF5E6;
  --sub-color: #48A63F;
  --quotation-icon: url("../images/findproperty/single/icon-interview_quotation_02.svg");
}

.architecture {
  --main-color: #E1F0F5;
  --sub-color: #00AFD4;
  --quotation-icon: url("../images/findproperty/single/icon-interview_quotation_03.svg");
}

.interview_jobs_node {
  position: relative;
}

.interviewJob {
  background-color: var(--main-color);
}

.interviewJob_occupation {
  align-items: center;
  background-color: var(--main-color);
  border-radius: 20px 20px 0 0;
  display: flex;
  font-weight: 500;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.interviewJob_occupation:before, .interviewJob_occupation:after {
  background-color: var(--sub-color);
  border-radius: 50%;
  content: "";
  display: inline-block;
}

.interviewJobTitle {
  font-family: "BIZ UDGothic", serif;
  font-weight: 700;
  line-height: 1.6;
}

.interviewJobProf {
  align-items: end;
  display: flex;
  margin-top: 16px;
}

.interviewJobProf_name {
  font-family: "BIZ UDGothic", serif;
  font-weight: 700;
  line-height: 1.6;
}

.interviewJobProf_background {
  font-weight: 700;
}

.interviewJobTags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.interviewJobTags_node {
  background-color: #fff;
  border: 1px solid var(--sub-color);
}
.interviewJob_intro_image img {
  width: 100%;
}

.interviewJobContents {
  background-color: #fff;
}
.twoR .interviewJobContentsDeatal {
  margin-top: 20px;
}
.twoL .interviewJobContentsDeatal {
  margin-top: 20px;
}

.interviewJobContentsTitle {
  font-family: "BIZ UDGothic", serif;
  font-weight: 700;
  position: relative;
}
.interviewJobContentsTitle:before, .interviewJobContentsTitle:after {
  background-image: var(--quotation-icon);
  background-size: 100%;
  content: "";
  display: inline-block;
  position: absolute;
}
.interviewJobContentsTitle:before {
  left: 0;
  top: 0;
}
.interviewJobContentsTitle:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.interviewJobContentsText {
  line-height: 2;
}

.interviewJobContentsImage {
  overflow: hidden;
}
.one .interviewJobContentsImage {
  margin: 20px 0;
}
.one .interviewJobContentsImage:last-child() {
  margin: 20px 0 0 0;
}
.twoR .interviewJobContentsImage, .twoL .interviewJobContentsImage {
  margin-bottom: 20px;
}
.interviewJobContentsImage img {
  width: 100%;
}
.role_image img {
  width: 100%;
}

.message_image {
  margin-top: 40px;
}
.message_image img {
  width: 100%;
}

.message_ann {
  line-height: 1.6;
  margin-top: 20px;
}

.message_textArea {
  background-size: cover;
}

.message_textArea_inner {
  background-color: #fff;
}

.messageTitle {
  font-family: "BIZ UDGothic", serif;
  font-weight: 700;
  line-height: 1.6;
}

.messageText {
  line-height: 2;
}

.recruitment {
  background-color: #D7E6C3;
  border: 1px solid #414141;
  max-width: 1100px;
  position: relative;
  width: 100%;
}
.recruitment:before {
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 192px;
  left: 0;
  position: absolute;
  width: 145px;
  z-index: 1;
}
.recruitment:after {
  background-size: 100%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 185px;
  position: absolute;
  right: 0;
  width: 145px;
  z-index: 1;
}

.recruitment_inner {
  background-color: #fff;
  border: 1px solid #414141;
  position: relative;
}

.recruitmentTitle {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.recruitmentTitle img {
  width: 100%;
}

.recruitmentLede {
  font-family: "BIZ UDGothic", serif;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.recruitmentText {
  line-height: 2;
}

.recruitmentButtons {
  align-items: center;
  display: flex;
  justify-content: center;
}

.recruitmentButton {
  align-items: center;
  border: 1px solid #48A63F;
  border-radius: 10px;
  display: flex;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  transition: color 0.3s ease, background 0.3s ease;
  width: 260px;
}
.recruitmentButton.entry {
  background-color: #48A63F;
  color: #fff;
}
.recruitmentButton.mypage {
  background-color: #fff;
  color: #48A63F;
}
.recruitmentButton:hover.entry {
  background-color: #fff;
  color: #48A63F;
}
.recruitmentButton:hover.mypage {
  background-color: #48A63F;
  color: #fff;
}

.other {
  max-width: 1100px;
  position: relative;
  width: 100%;
}

.other_title {
  font-family: "BIZ UDGothic", serif;
  font-weight: 700;
  padding-left: 35px;
  position: relative;
}
.other_title:before {
  background-color: #48A63F;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.other_articles {
  display: flex;
}

.other_articles_node {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
}

.otherArticle_image {
  margin-top: -60px;
  position: relative;
  width: 100%;
}
.otherArticle_image img {
  width: 100%;
}
.otherArticle_image:after {
  background-image: url("../images/findproperty/modal_obj.png");
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 72px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 87px;
}

.otherArticle_title {
  background-image: linear-gradient(to right, #414141, #414141 2px, transparent 2px, transparent 8px), linear-gradient(to left, #414141, #414141 2px, transparent 2px, transparent 8px);
  background-position: left top, right bottom;
  background-repeat: repeat-x, repeat-x;
  font-family: "BIZ UDGothic", serif;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.otherArticle_text {
  line-height: 1.5;
  margin-top: 15px;
}

.otherArticle_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}

.otherArticle_tags_node {
  border: 1px solid #48A63F;
  border-radius: 3px 15px 3px 3px;
  color: #48A63F;
  font-size: 0.875rem;
  padding: 5px 15px;
}
.otherArticle_tags_node.place {
  background-color: #48A63F;
  color: #fff;
}

.sns {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  max-width: 1100px;
  position: relative;
  width: 100%;
}

.sns_lists {
  align-items: center;
  display: flex;
  gap: 20px;
}

.snsLink {
  transition: opacity 0.3s ease;
}
.snsLink img {
  width: 100%;
}
.snsLink:hover {
  opacity: 0.7;
}
@media (hover: hover){
  .slick-prev:hover:before,
  .slick-next:hover:before {
    background-color: #48A63F;
    background-image: url("../images/findproperty/modal_slide_arrow_wht.png");
  }
}
@media print, screen and (max-width: 1024px){
  .l-main {
    margin-top: 60px;
  }
  .bottomEntry {
    margin-top: 0;
  }
  .sectionBase {
    margin: 40px auto 0;
    padding: 20px 20px 30px;
  }
  .sectionTitle {
    padding: 110px 0 17px;
    width: 215px;
  }
  .sectionTitle:before {
    height: 90px;
    width: 140px;
  }
  .sectionLede {
    font-size: 0.875rem;
    margin-top: 34px;
  }
  .sectionAnchor {
    margin-top: -80px;
    padding-top: 80px;
  }
  .fpSingle {
    padding-bottom: 80px;
  }
  .fpSingle:before {
    background-image: url("../images/findproperty/single/bg-mv_obj_sp.png");
    height: 169px;
    width: 620px;
  }
  .fpSingle_inner {
    padding: 10px 20px 0;
  }
  .fpSingle_contents {
    padding-bottom: 80px;
  }
  .intro {
    padding-top: 65px;
  }
  .intro:after {
    height: 129px;
    width: 235px;
  }
  .intro_content {
    border-radius: 40px;
    padding: 80px 0 30px;
  }
  .introDetail {
    padding: 0 20px;
  }
  .introDetail_title {
    background-size: 8px 2px, 8px 2px;
    font-size: 1.5rem;
    padding: 12px 0;
  }
  .introDetail_main {
    flex-direction: column;
    gap: 30px;
    margin-top: 15px;
  }
  .introDetailTitle {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .introDetailText {
    font-size: 0.875rem;
  }
  .introDetail_image {
    margin: 22px auto 0;
    width: 100%;
  }
  .anchorList {
    flex-wrap: wrap;
    margin: 40px auto 0;
  }
  .anchorList_node {
    border-radius: 10px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    flex: 0 0 calc((100% - 20px) / 2);
  }
  .anchorList_node_link {
    font-size: 0.875rem;
    padding: 6px 5px 6px;
  }
  .anchorList_node_link:before {
    height: 27px;
    margin-bottom: 7px;
    width: 40px;
  }
  .anchorList_node_link:after {
    margin-top: 8px;
  }
  .interview_jobs_node {
    padding-top: 30px;
  }
  .interview_jobs_node + .interview_jobs_node {
    margin-top: 30px;
  }
  .interviewJob {
    border-radius: 0 20px 20px 20px;
    padding: 30px 20px;
  }
  .interviewJob_occupation {
    font-size: 0.875rem;
    gap: 10px;
    height: 30px;
    padding-top: 10px;
    width: 158px;
  }
  .interviewJob_occupation:before, .interviewJob_occupation:after {
    height: 4px;
    width: 4px;
  }
  .interviewJob_intro_detail {
    width: 100%;
  }
  .interviewJobTitle {
    font-size: 1.375rem;
  }
  .interviewJobProf {
    gap: 20px;
  }
  .interviewJobProf_name {
    font-size: 1.125rem;
  }
  .interviewJobProf_background {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
  .interviewJobTags {
    gap: 5px;
    margin-top: 15px;
  }
  .interviewJobTags_node {
    font-size: 0.8125rem;
    padding: 4px 9px;
  }
  .interviewJob_intro_image {
    margin-top: 10px;
  }
  .interviewJobContents {
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
  }
  .interviewJobContents_node + .interviewJobContents_node {
    margin-top: 30px;
  }
  .interviewJobContentsTitle {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    padding: 16px 0;
  }
  .interviewJobContentsTitle:before, .interviewJobContentsTitle:after {
    height: 12px;
    width: 16px;
  }
  .interviewJobContentsText {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
  .interviewJobContentsImage {
    border-radius: 10px;
  }
  .role_image {
    margin-top: 30px;
  }
  .message_ann {
    font-size: 0.6875rem;
  }
  .message_textArea {
    background-image: url("../images/findproperty/single/bg-message_sp.png");
    margin-top: 20px;
    padding: 20px;
  }
  .message_textArea_inner {
    padding: 30px 13px;
  }
  .messageTitle {
    font-size: 1.375rem;
    letter-spacing: 0.04em;
  }
  .messageText {
    font-size: 0.875rem;
  }
  .messageTitle + .messageText {
    margin-top: 14px;
  }
  .recruitment {
    border-radius: 20px;
    margin: 52px auto 0;
    padding: 30px 20px 20px;
  }
  .recruitment:before {
    background-image: url("../images/findproperty/single/obj-recruitment_before_sp.png");
    bottom: 0;
    height: 136px;
    width: 125px;
  }
  .recruitment:after {
    background-image: url("../images/findproperty/single/obj-recruitment_after_sp.png");
    height: 136px;
    width: 125px;
  }
  .recruitment_inner {
    padding: 55px 18px 136px;
  }
  .recruitmentTitle {
    top: -42px;
    width: 200px;
  }
  .recruitmentLede {
    font-size: 1.375rem;
    letter-spacing: 0.04em;
  }
  .recruitmentText {
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .recruitmentButtons {
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }
  .recruitmentButton {
    font-size: 0.875rem;
  }
  .other {
    margin: 80px auto 0;
  }
  .other_title {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
  .other_title:before {
    width: 15px;
  }
  .other_articles {
    flex-wrap: wrap;
    gap: 80px;
    margin-top: 40px;
    padding-top: 60px;
  }
  .otherArticle {
    padding: 0 27px 30px;
  }
  .otherArticle_image {
    padding-bottom: 51px;
  }
  .otherArticle_image:after {
    bottom: 15px;
  }
  .otherArticle_title {
    background-size: 4px 1px, 4px 1px;
    font-size: 1rem;
    padding: 12px 0;
  }
  .otherArticle_text {
    font-size: 0.875rem;
  }
  .sns {
    border-radius: 10px;
    gap: 30px;
    height: 60px;
    margin: 80px auto 0;
  }
  .sns_text {
    font-size: 0.875rem;
  }
  .snsLink {
    width: 35px;
  }
}
@media print, screen and (max-width: 767px){
  .introductionPost {
    padding: 0 10px;
  }
  .introductionSlide {
    margin: 40px auto 0;
  }
  .introductionSlide_lists {
    padding-bottom: 40px;
  }
  .introductionSlideTextarea_title {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .introductionSlideTextarea_text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .slick-prev,
  .slick-next {
    background-color: #fff;
    border-radius: 15px 0 0 15px;
    height: 80px;
    top: 30%;
    width: 40px;
  }
  .slick-prev {
    left: -50px;
    transform: translateY(-50%);
  }
  .slick-next {
    right: -50px;
    transform: translateY(-50%) rotate(180deg);
  }
  .slick-dots {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px){
  .l-main {
    margin-top: 86px;
  }
  .sectionBase {
    margin: 80px auto 0;
    padding: 30px 60px 60px;
  }
  .sectionTitle {
    padding: 142px 0 22px;
    width: 260px;
  }
  .sectionTitle:before {
    height: 114px;
    width: 172px;
  }
  .sectionLede {
    font-size: 1rem;
    margin-top: 36px;
  }
  .sectionAnchor {
    margin-top: -120px;
    padding-top: 120px;
  }
  .fpSingle {
    padding-bottom: 200px;
  }
  .fpSingle:before {
    background-image: url("../images/findproperty/single/bg-mv_obj_pc.png");
    height: 387px;
    width: 1650px;
  }
  .fpSingle_inner {
    max-width: 1240px;
    padding: 30px 20px 0;
  }
  .intro {
    padding-top: 110px;
  }
  .intro:after {
    height: 220px;
    width: 400px;
  }
  .intro_content {
    border-radius: 40px;
    padding: 136px 0 60px;
  }
  .introDetail {
    padding: 0 110px;
  }
  .introDetail_title {
    background-size: 8px 2px, 8px 2px;
    font-size: 2.375rem;
    padding: 12px 0;
  }
  .introDetail_main {
    gap: 40px;
    justify-content: space-between;
    margin-top: 40px;
  }
  .introDetail_main_contens {
    flex: 0 1 580px;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .introDetailTitle {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .introDetailText {
    font-size: 1rem;
  }
  .introDetail_image {
    flex: 1 1 0;
    min-width: 0;
  }
  .anchorList {
    justify-content: center;
    margin: 80px auto 0;
  }
  .anchorList_node {
    border-radius: 20px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .anchorList_node_link {
    font-size: 1rem;
    padding: 6px 5px 8px;
  }
  .anchorList_node_link:before {
    height: 38px;
    margin-bottom: 12px;
    width: 58px;
  }
  .anchorList_node_link:after {
    margin-top: 10px;
  }
  .interview_jobs_node {
    padding-top: 40px;
  }
  .interview_jobs_node + .interview_jobs_node {
    margin-top: 60px;
  }
  .interviewJob {
    border-radius: 0 40px 40px 40px;
    padding: 40px;
  }
  .interviewJob_occupation {
    font-size: 1rem;
    gap: 15px;
    height: 40px;
    padding-top: 15px;
    width: 218px;
  }
  .interviewJob_occupation:before, .interviewJob_occupation:after {
    height: 6px;
    width: 6px;
  }
  .interviewJob_intro {
    display: flex;
    gap: 40px;
    justify-content: space-between;
  }
  .interviewJob_intro_detail {
    flex: 0 1 550px;
  }
  .interviewJobTitle {
    font-size: 1.875rem;
  }
  .interviewJobProf {
    gap: 10px;
  }
  .interviewJobProf_name {
    font-size: 1.875rem;
  }
  .interviewJobProf_background {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .interviewJobTags {
    gap: 5px;
    margin-top: 20px;
  }
  .interviewJobTags_node {
    font-size: 0.875rem;
    padding: 3px 10px;
  }
  .interviewJob_intro_image {
    margin-top: -80px;
    max-width: 310px;
  }
  .interviewJobContents {
    border-radius: 40px;
    margin-top: 40px;
    padding: 40px;
  }
  .interviewJobContents_node + .interviewJobContents_node {
    margin-top: 40px;
  }
  .one .interviewJobContentsDeatal {
    display: flex;
    flex-direction: column-reverse;
  }
  .twoR .interviewJobContentsDeatal {
    display: flex;
    flex-direction: row-reverse;
    gap: 70px;
  }
  .twoL .interviewJobContentsDeatal {
    display: flex;
    flex-direction: row;
    gap: 70px;
  }
  .interviewJobContentsTitle {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 2;
    padding: 20px 0;
  }
  .interviewJobContentsTitle:before, .interviewJobContentsTitle:after {
    height: 22px;
    width: 30px;
  }
  .interviewJobContentsText {
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
  .twoR .interviewJobContentsText, .twoL .interviewJobContentsText {
    flex: 0 1 430px;
  }
  .interviewJobContentsImage {
    border-radius: 20px;
  }
  .twoR .interviewJobContentsImage, .twoL .interviewJobContentsImage {
    flex: 0 1 320px;
  }
  .role_image {
    margin-top: 40px;
  }
  .message_ann {
    font-size: 0.8125rem;
  }
  .message_textArea {
    background-image: url("../images/findproperty/single/bg-message_pc.png");
    border-radius: 20px;
    margin-top: 40px;
    padding: 30px 40px;
  }
  .message_textArea_inner {
    padding: 53px 60px;
  }
  .messageTitle {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
  }
  .messageText {
    font-size: 1rem;
  }
  .messageTitle + .messageText {
    margin-top: 28px;
  }
  .recruitment {
    border-radius: 40px;
    margin: 80px auto 0;
    padding: 40px 60px;
  }
  .recruitment:before {
    background-image: url("../images/findproperty/single/obj-recruitment_before_pc.png");
    height: 192px;
    left: 0;
    top: 0;
    width: 145px;
  }
  .recruitment:after {
    background-image: url("../images/findproperty/single/obj-recruitment_after_pc.png");
    height: 185px;
    width: 145px;
  }
  .recruitment_inner {
    padding: 82px 105px 60px;
  }
  .recruitmentTitle {
    top: -58px;
    width: 270px;
  }
  .recruitmentLede {
    font-size: 1.875rem;
    letter-spacing: 0.06em;
  }
  .recruitmentText {
    font-size: 1rem;
    margin-top: 28px;
  }
  .recruitmentButtons {
    gap: 15px;
    margin-top: 28px;
  }
  .recruitmentButton {
    font-size: 1.125rem;
  }
  .other {
    margin: 120px auto 0;
  }
  .other_title {
    font-size: 1.375rem;
    letter-spacing: 0.06em;
  }
  .other_title:before {
    width: 20px;
  }
  .other_articles {
    gap: 40px;
    margin-top: 60px;
    padding-top: 60px;
  }
  .otherArticle {
    padding: 0 29px 30px;
  }
  .otherArticle_image {
    max-width: 280px;
    padding-bottom: 46px;
  }
  .otherArticle_image:after {
    bottom: 10px;
  }
  .otherArticle_title {
    background-size: 5px 1px, 5px 1px;
    font-size: 1.25rem;
    padding: 12px 0;
  }
  .otherArticle_text {
    font-size: 0.9375rem;
  }
  .sns {
    border-radius: 20px;
    gap: 40px;
    height: 100px;
    margin: 120px auto 0;
  }
  .sns_text {
    font-size: 1rem;
  }
  .snsLink {
    width: 40px;
  }
}
@media print, screen and (min-width: 768px){
  .introductionPost {
    overflow: hidden;
  }
  .introductionSlide {
    margin: 40px auto 0;
    max-width: 300px;
  }
  .introductionSlide_lists {
    padding-bottom: 100px;
  }
  .introductionSlide_lists_node {
    margin: 0 -70px;
  }
  .introductionSlideTextarea_title {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 2;
  }
  .introductionSlideTextarea_text {
    font-size: 1rem;
    line-height: 1.6;
  }
  #js-introductionSlider .slick-list {
    overflow: visible !important;
  }
  .slick-prev,
  .slick-next {
    border-radius: 100%;
    bottom: 0;
    height: 70px;
    top: auto;
    width: 70px;
  }
  .slick-prev {
    left: calc(0% - 35px);
    transform: translateX(-50%);
  }
  .slick-next {
    left: calc(0% + 55px);
    transform: translateX(-50%) rotate(180deg);
  }
  .slick-dots {
    bottom: 35px;
    left: 115px;
    transform: translateY(50%);
    width: calc(100% - 45px);
  }
}