@charset "UTF-8";
.top-view {
  padding-left: 0.2rem !important;
}

@media screen and (max-width: 640px) {
  .top-view {
    padding-left: 0rem !important;
  }
}

.top-view .title {
  letter-spacing: 0 !important;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

.pankuzuWrap {
  background-color: #f3efec;
}

.content {
  position: relative;
  width: 100%;
  color: #473933;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 0.15rem;
}

.content .top {
  padding: 0.15rem 0 0.8rem 0rem;
  background-color: #f3efec;
}

@media screen and (max-width: 640px) {
  .content .top {
    padding: 0.18rem 0.2rem 0;
  }
}

.content .top .catch {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  font-size: 0.22rem;
  letter-spacing: 0.16em;
  line-height: 0.4rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .content .top .catch {
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    letter-spacing: 0.13em;
    line-height: 1.87;
    font-size: 0.16rem;
    padding-bottom: 0.35rem;
  }
  .content .top .catch br {
    display: none;
  }
}

.content .top .catch::before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  left: calc(50% - 0.4rem);
  top: calc(50% - 0.32rem);
  width: 0.8rem;
  height: 0.64rem;
  background-image: url(../img/sectit_bg_deco.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}

@media screen and (max-width: 640px) {
  .content .top .catch::before {
    top: calc(50% - 0.48rem);
  }
}

.content .top .catch::after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
}

.content .in {
  position: relative;
  display: block;
  padding: 0.8rem 0 1.3rem;
  margin: 0 auto;
  max-width: 10.8rem;
}

@media screen and (max-width: 640px) {
  .content .in {
    padding: 0.4rem 0.2rem 0;
  }
}

.content .in .refine {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 640px) {
  .content .in .refine {
    display: none;
  }
}

.content .in .refine .aside-category-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .in .refine .aside-category-links .aside-heading {
  font-size: 0.19rem;
  letter-spacing: 0.08em;
  line-height: 1.89;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  position: relative;
}

.content .in .refine .aside-category-links .aside-heading::before {
  content: '';
  background-image: url(../img/ico_search.svg);
  background-repeat: no-repeat;
  width: 0.18rem;
  height: 0.2rem;
  position: absolute;
  top: 10px;
  left: -23px;
}

.content .in .refine .aside-category-links .link {
  margin-left: 0.16rem;
  position: relative;
  cursor: pointer;
}

.content .in .refine .aside-category-links .link a {
  overflow: inherit;
  font-weight: 500;
  background-color: #f3efec;
  display: block;
  padding: 0.1rem 0.23rem 0.09rem;
  border-radius: 0.2rem;
}

.content .in .refine .aside-category-links .link a:hover {
  color: #fff;
  background-color: #78a98c;
}

.content .in .inteviewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-size: 0.15rem;
}

@media screen and (max-width: 640px) {
  .content .in .inteviewList {
    display: block;
  }
}

.content .in .inteviewList .list {
  position: relative;
  display: block;
  width: 3.4rem;
  cursor: pointer;
  margin: 0 0.1rem 0.2rem;
}

@media screen and (max-width: 640px) {
  .content .in .inteviewList .list {
    margin-left: 0;
    margin-bottom: 0.2rem;
    width: 100%;

  }
}

.content .in .inteviewList .list .Box {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(176, 176, 176, 0.3);
          box-shadow: 0 0 20px rgba(176, 176, 176, 0.3);
  background-color: #fff;
  border-radius: 0.2rem;
}

.content .in .inteviewList .list .Box .image {
  position: relative;
  height: 230px;
}

@media screen and (max-width: 640px) {
  .content .in .inteviewList .list .Box .image {
    height: 180px;
  }
}

.content .in .inteviewList .list .Box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.2rem 0.2rem 0 0;
}

.content .in .inteviewList .list .Box .image span {
  display: block;
  background-color: #f3efec;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  font-size: 0.14rem;
  padding: 0.06rem 0.15rem;
  border-radius: 0 0.05rem 0 0;
}

.content .in .inteviewList .list .Box .image span::before {
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  background-color: #78a98c;
  position: absolute;
  right: -0.04rem;
  top: -0.04rem;
  border-radius: 0.11rem;
}

.content .in .inteviewList .list .Box .txt {
  padding: 0.18rem;
  font-size: 0.15rem;
}

.content .in .inteviewList .list .Box .txt .title {
  font-family: "Noto Serif JP", serif;
  font-size: 0.19rem;
  line-height: 0.3rem;
  margin-bottom: 0.14rem;
}

@media screen and (max-width: 640px) {
  .content .in .inteviewList .list .Box .txt .title {
    font-size: 0.17rem;
    line-height: 0.26rem;
    margin-bottom: 0.12rem;
  }
}

.content .in .inteviewList .list .Box .txt .detail {
  font-size: 0.16rem;
  line-height: 0.2rem;
  margin-bottom: 0.05rem;
}

@media screen and (max-width: 640px) {
  .content .in .inteviewList .list .Box .txt .detail {
    font-size: 0.15rem;
    line-height: 0.18rem;
  }
}

.content .in .inteviewList .list .Box .txt .detail .name {
  margin-right: 0.2rem;
}

.content .in .inteviewList .list .Box .txt .date {
  font-size: 0.13rem;
  line-height: 0.2rem;
}

.content .in .inteviewList .list .Box::before {
  position: absolute;
  content: "";
  display: block;
  right: 0.18rem;
  bottom: 0.18rem;
  width: 0.28rem;
  height: 0.28rem;
  background-image: url(../img/house/post_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.content .in .inteviewList .list:first-child {
}

.content .in .inteviewList .list:hover {
  opacity: 0.7;
}

.in_contentWrap {
  color: #473933;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 0.16rem;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.9rem;
}

@media screen and (max-width: 640px) {
  .in_contentWrap {
    padding-bottom: 0rem;
  }
}

.in_contentWrap .in_contents_main {
  width: 100%;
}

.in_contentWrap .in_contents_main .detail {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail {
    padding-bottom: 0.15rem;
  }
}

.in_contentWrap .in_contents_main .detail .top {
  background-color: #fff;
  width: 100%;
}

.in_contentWrap .in_contents_main .detail .top .inner {
  margin: 0 auto;
  padding: 0.55rem 0;
  max-width: 10rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .top .inner {
    padding: 0.2rem;
    display: block;
  }
}

.in_contentWrap .in_contents_main .detail .top .inner .left {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .top .inner .left {
    width: 100%;
  }
}

.in_contentWrap .in_contents_main .detail .top .inner .left .title {
  margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .top .inner .left .title {
    margin-bottom: 0.2rem;
  }
}

.in_contentWrap .in_contents_main .detail .top .inner .left .title p {
  position: relative;
  padding-left: 0.18rem;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .top .inner .left .title p {
    font-size: 0.15rem;
  }
}

.in_contentWrap .in_contents_main .detail .top .inner .left .title p::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.07rem;
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #78a98c;
  opacity: 0.7;
}

.in_contentWrap .in_contents_main .detail .top .inner .left .title h2 {
  margin-top: 0.2rem;
  padding: 0.15rem 0rem 0;
  font-family: "hannari";
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 0.26rem;
  line-height: 1.7;
  border-top: 1px solid rgba(122, 113, 110, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .top .inner .left .title h2 {
    margin-top: 0.1rem;
    padding: 0.1rem 0rem 0rem;
    font-size: 0.2rem;
  }
}

.in_contentWrap .in_contents_main .detail .top .inner .left .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .top .inner .left .info {
    display: block;
  }
}

.in_contentWrap .in_contents_main .detail .top .inner .left .info .cat {
  background-color: #78a98c;
  font-size: 0.2rem;
  padding: 0.12rem 0.24rem;
  color: #fff;
  border-radius: 0.06rem;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .top .inner .left .info .cat {
    padding: 0.07rem 0.24rem;
    font-size: 0.18rem;
    text-align: center;
  }
}

.in_contentWrap .in_contents_main .detail .top .inner .left .info .i_right {
  margin-left: 0.2rem;
  font-size: 0.15rem;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .top .inner .left .info .i_right {
    margin: 0.12rem 0;
  }
}

.in_contentWrap .in_contents_main .detail .top .inner .left .info .i_right p:first-child {
  margin-bottom: 0.03rem;
}

.in_contentWrap .in_contents_main .detail .top .inner .left .info .i_right p .first {
  width: 94px;
  display: inline-block;
  margin-right: 0.04rem;
}

.in_contentWrap .in_contents_main .detail .top .inner .right {
  width: 44%;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .top .inner .right {
    width: 100%;
  }
}

.in_contentWrap .in_contents_main .detail .top .inner .right img {
  width: 100%;
  height: 340px;
  border-radius: 0.16rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .top .inner .right img {
    height: 240px;
    border-radius: 0.06rem;
  }
}

.in_contentWrap .in_contents_main .detail .down {
  width: 100%;
  padding: 0.55rem 0 1.5rem;
  margin: 0 auto;
  max-width: 10rem;
  width: 100%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .down {
    padding: 0.2rem;
  }
}

.in_contentWrap .in_contents_main .detail .down .body {
  margin-bottom: 0.55rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(122, 113, 110, 0.2);
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .down .body {
    margin-bottom: 0.25rem;
    padding-bottom: 0.2rem;
  }
}

.in_contentWrap .in_contents_main .detail .down .body:last-child {
  border-bottom: none;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
}

.in_contentWrap .in_contents_main .detail .down .body h3 {
  font-weight: 400;
  font-size: 0.26rem;
  line-height: 1.7;
  letter-spacing: 0.12em;
  margin-bottom: 0.3rem;
  border-left: 4px solid #78a98c;
  padding: 0.02rem 0 0.02rem 0.2rem;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .down .body h3 {
    font-size: 0.18rem;
    padding: 0.01rem 0 0.01rem 0.15rem;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
}

.in_contentWrap .in_contents_main .detail .down .body p {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 400;
  font-size: 0.17rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.1;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .down .body p {
    font-size: 0.15rem;
    line-height: 1.8;
  }
}

.in_contentWrap .in_contents_main .detail .down .body .b_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .down .body .b_in {
    display: block;
  }
}

.in_contentWrap .in_contents_main .detail .down .body .b_in .b_image {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .down .body .b_in .b_image {
    width: 100%;
    margin-bottom: 0.15rem;
  }
}

.in_contentWrap .in_contents_main .detail .down .body .b_in .b_image img {
  width: 100%;
  height: 400px;
  border-radius: 0.16rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .down .body .b_in .b_image img {
    height: 200px;
  }
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .down .body .b_in .b_pc {
    display: none;
  }
}

.in_contentWrap .in_contents_main .detail .down .body .b_in .b_smt {
  display: none;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .down .body .b_in .b_smt {
    display: block;
  }
}

.in_contentWrap .in_contents_main .detail .down .body .b_in .b_text {
  width: 54%;
}

@media screen and (max-width: 640px) {
  .in_contentWrap .in_contents_main .detail .down .body .b_in .b_text {
    width: 100%;
  }
}

.mod_inquiry {
  margin-top: 0;
}
/*# sourceMappingURL=interview.css.map */