@charset "UTF-8";

/*===================================
 page --- トップページ
===================================*/
/*----------------------------------
 メインヴィジュアル
----------------------------------*/
.mv {
  background: url("../../images/top/mv_sp.jpg") no-repeat center center/cover;
  padding-top: 140%;
}

@media screen and (min-width: 600px) {
  .mv {
    padding-top: 100%;
  }
}

@media screen and (min-width: 800px) {
  .mv {
    background: url("../../images/top/mv_tab.jpg") no-repeat center center/cover;
    height: 560px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1260px) {
  .mv {
    background: url("../../images/top/mv.jpg") no-repeat center center/cover;
  }
}

@media screen and (min-width: 1600px) {
  .mv {
    background: url("../../images/top/mv_large.jpg") no-repeat center center/cover;
  }
}

@media screen and (min-width: 800px) {
  .mv .l-inner {
    padding: 60px 7%;
  }
}

@media screen and (min-width: 1260px) {
  .mv .l-inner {
    max-width: calc(1000px + 22%);
    padding: 60px 11%;
  }
}

.mv__catch {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .mv__catch {
    position: static;
    -webkit-transform: none;
    transform: none;
    text-align: left;
  }
}

.mv__catch-main {
  display: inline-block;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.07em;
  line-height: 1.3333333333;
}

@media screen and (min-width: 800px) {
  .mv__catch-main {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(rgb(169, 166, 208)), color-stop(98.59%, rgb(238, 155, 137)));
    background: linear-gradient(90deg, rgb(169, 166, 208) 0%, rgb(238, 155, 137) 98.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5.5rem;
    letter-spacing: 0.14em;
    line-height: 1.6;
    text-shadow: none;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 799px) {
  .mv__catch-main {
    display: inline-block;
    color: transparent;
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.6rem;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.1);
    margin-bottom: 14px;
    position: relative;
  }

  .mv__catch-main::before {
    content: "浮気調査で\d\a明るい未来へ\d\a踏み出そう";
    position: absolute;
    left: 0;
    font-size: 3.5rem;
    background: -webkit-gradient(linear, left top, right top, from(rgb(169, 166, 208)), color-stop(98.59%, rgb(238, 155, 137)));
    background: linear-gradient(90deg, rgb(169, 166, 208) 0%, rgb(238, 155, 137) 98.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }
}

.mv__catch-sub {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.3);
  margin-bottom: 18px;
}

@media screen and (min-width: 800px) {
  .mv__catch-sub {
    font-size: 1.9rem;
    line-height: 1.8947368421;
    text-shadow: none;
    margin-top: 37px;
    margin-left: -3px;
  }
}

.mv__catch-sub span {
  display: none;
}

@media screen and (min-width: 800px) {
  .mv__catch-sub span {
    display: block;
  }
}

@media screen and (min-width: 800px) {
  .mv__catch-sub-br {
    display: none;
  }
}

/*----------------------------------
 悩みを解消する第一歩は、真実を明らかにすることです
----------------------------------*/
.truth {
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .truth {
    margin-top: 65px;
  }
}

.truth .c-sec__title::after {
  bottom: -26px;
}

.truth .title--small {
  font-size: 1.5rem;
}

@media screen and (min-width: 600px) {
  .truth .title--small {
    font-size: 3rem;
  }
}

.truth-wrap {
  position: relative;
  margin-top: 60px;
  padding-bottom: 30px;
  /* 背景色 */
}

@media screen and (min-width: 600px) {
  .truth-wrap {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}

.truth-wrap .l-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 19px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 19px 20px;
  padding: 0 24px;
  /* 下向き三角形 */
}

.truth-wrap .l-inner>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.truth-wrap .l-inner>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.truth-wrap .l-inner>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.truth-wrap .l-inner>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

@media screen and (min-width: 600px) {
  .truth-wrap .l-inner {
    -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 20px 0;
    max-width: calc(1000px + 20.8%);
    padding: 0 5%;
  }

  .truth-wrap .l-inner>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .truth-wrap .l-inner>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .truth-wrap .l-inner>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .truth-wrap .l-inner>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}

@media screen and (min-width: 1260px) {
  .truth-wrap .l-inner {
    padding: 0 10.4%;
  }
}

.truth-wrap .l-inner::after {
  position: absolute;
  bottom: -47px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  content: "";
  background: url("../../images/top/truth_arw.svg") no-repeat center center/contain;
  width: 128px;
  height: 51px;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .truth-wrap .l-inner::after {
    bottom: -107px;
    width: 178px;
    height: 70px;
  }
}

.truth-wrap::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  display: block;
  content: "";
  background-color: #e89289;
  width: 100%;
  height: 96%;
}

@media screen and (min-width: 600px) {
  .truth-wrap::after {
    height: 90%;
  }
}

@media screen and (min-width: 800px) {
  .truth-wrap::after {
    height: 80%;
  }
}

.truth__item {
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .truth__item {
    background-color: transparent;
    height: 100%;
  }
}

@media screen and (min-width: 600px) {
  .truth__item:nth-of-type(n + 2) .truth-content {
    border-left: none;
  }
}

@media screen and (min-width: 600px) {
  .truth__img {
    padding: 0 10px;
  }
}

.truth__img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .truth__img img {
    max-width: 181px;
  }
}

.truth-content {
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .truth-content {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: 20px;
    padding: 20px 10px;
  }
}

.truth__head {
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2121212121;
  text-align: center;
}

.truth__head::before,
.truth__head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.truth__head::before {
  margin-top: calc((1 - 1.2121212121) * 0.5em);
}

.truth__head::after {
  margin-bottom: calc((1 - 1.2121212121) * 0.5em);
}

@media screen and (min-width: 600px) {
  .truth__head {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    line-height: 1.6363636364;
  }
}

.truth__txt {
  position: relative;
  color: #fff;
  font-family: "NotoSans-DemiLight", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  margin-top: 23px;
  /* SP：装飾用の横線 */
}

.truth__txt::before,
.truth__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.truth__txt::before {
  margin-top: calc((1 - 1.3571428571) * 0.5em);
}

.truth__txt::after {
  margin-bottom: calc((1 - 1.3571428571) * 0.5em);
}

@media screen and (min-width: 600px) {
  .truth__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 18px;
  }
}

.truth__txt::before {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  display: block;
  content: "";
  background-color: #fff;
  width: 23px;
  height: 1px;
}

@media screen and (min-width: 600px) {
  .truth__txt::before {
    display: none;
  }
}

/*----------------------------------
 迷いや戸惑いがよぎる瞬間も、静かに寄り添える存在でありたいと願っています。
----------------------------------*/
.wishcatch {
  background-color: #f7f6f6;
  padding: 94px 0 105px;
  position: relative;
}

.wishcatch:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f7f6f6;
  top: 99%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.wishcatch .wishcatch_title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5333333333;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  width: 92%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .wishcatch .wishcatch_title {
    font-size: 3rem;
    line-height: 2.0;
  }
}

.box_jirei {
  font-family: "Noto Serif JP", serif;
  display: block;
  background-color: #fff;
  width: 92%;
  margin: 5% auto 0;
  padding: 5% 0;
}

.box_jirei .left {
  max-width: 598px;
  width: 92%;
  margin: 0 auto;
}

.box_jirei .jirei_mds1 {
  font-size: 20px;
  margin-bottom: 6.8%;
}

.box_jirei .left .img_sp {
  max-width: 520px;
  margin: 0 auto;
}


.box_jirei .txt1,
.box_jirei .txt2 {
  font-size: 16px;
  line-height: 2.0;
  font-weight: 500;
}

.box_jirei .txt1 {
  margin-bottom: 2em;
  margin-top: 1em;
}


.box_jirei .right {
  max-width: 386px;
}

.box_jirei .pc {
  display: none;
}


@media screen and (min-width: 975px) {
  .box_jirei .pc {
    display: block;
  }

  .box_jirei .sp {
    display: none;
  }

  .box_jirei {
    margin: 65px auto 60px;
    padding: 65px 0 50px 50px;
    display: flex;
    font-family: "Noto Serif JP", serif;
    max-width: 1060px;
    position: relative;
    z-index: 1;
    gap: 20px;
    background-color: transparent;

  }


  .box_jirei::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    top: 0;
    left: 0;
  }

  .box_jirei .left {
    width: 100%;
  }

  .box_jirei .jirei_mds1 {
    font-size: 1.74em;
    margin-bottom: 6.8%;
    text-align: left;
    font-weight: 500;
  }

  .box_jirei .jirei_mds1_bot {
    padding-left: 2.5em;
  }

  .box_jirei .txt1 {
    margin-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .box_jirei .jirei_mds1 {
    font-size: 18px;
}
}

.cont_flow {}

.cont_flow .boxflow {
  width: 92%;
  max-width: 1064px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 48px;
  border: 2px solid transparent;
  border-image: linear-gradient(to right, #a9a6d0, #ee9b89) 1;
  display: flex;
  gap: 20px;
  padding: 25px 10px 33px 10px;
  position: relative;
  z-index: 1;
}

.cont_flow .boxflow:nth-child(2),
.cont_flow .boxflow:nth-child(3) {
  padding: 28px 10px 36px 10px;
}


.cont_flow .boxflow:last-child {
  margin-bottom: 0;
}

.cont_flow .boxflow::before {
  content: '';
  position: absolute;
  background-image: url(../../images/top/flow_arw.svg);
  transform: translateY(0) translateX(-50%);
  top: 100%;
  left: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position-x: center;
  width: 95px;
  height: 95px;
  z-index: -1;
}


.cont_flow .boxflow .left {
  width: 25%;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cont_flow .boxflow .left .ttl {
  font-size: 1.3em;
  font-weight: 500;
}

.cont_flow .boxflow .left img {
  width: 100%;
}

.cont_flow .boxflow .flowno {
  max-width: 48px;
}


.cont_flow .boxflow .right {
  width: 75%;
  max-width: 727px;
}

.cont_flow .boxflow .right .mds1 {
  font-size: 1.73em;
  color: #e89289;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #a9a6d0, #ee9b89) 1;
}

.cont_flow .boxflow .sp {
  display: none;
}

.cont_flow .boxflow .right .mdstxt {
  padding-left: 15px;
}

@media screen and (max-width: 975px) {
 .cont_flow {
    margin-top: 54px;
  }

}

@media screen and (max-width: 600px) {

  .wishcatch {
    padding: 45px 0 48px;
  }

 
  .cont_flow .boxflow {
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 67px;
    width: 92%;
    gap: 0;
  }

  .cont_flow .boxflow:nth-child(2),
  .cont_flow .boxflow:nth-child(3) {
    padding: 25px 10px 33px 10px;
  }

  .cont_flow .boxflow::before {
    top: 100%;
    left: 50%;
  }

  .cont_flow .boxflow:last-child::before {
    content: none;
  }

  .cont_flow .boxflow .left {
    margin: -49px auto 15px;
    width: 92%;
  }

  .cont_flow .boxflow .right {
    width: 100%;
    width: 92%;
    margin: 0 auto;
  }

  .cont_flow .boxflow .right .mds1 {
    flex-direction: column;
    gap: 15px;
  }

  .cont_flow .boxflow .right .txt {
    line-height: 1.6;
  }


  .cont_flow .boxflow .sp {
    display: block;
  }

  .cont_flow .boxflow .right .mdstxt {
    padding-left: 0;
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
  }
}


/*----------------------------------
 動画で紹介
----------------------------------*/
.c-movie {
  padding-top: 75px;
}

.c-movie .c-sec__title_mini {
  font-size: 27px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.c-movie .c-sec__title {
  font-weight: 600;
}

.c-movie .c-sec__title .pink {
  font-size: 40px;
  color: #e89289;
}

.c-movie .c-sec__title .num {
  font-size: 60px;
}


.movie-list {
  max-width: 858px;
  margin: 58px auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.movie-list .movie-box {
  width: 32%;
  margin-bottom: 20px;
  text-align: center;
}

.movie-list .movie-box:first-child,
.movie-list .movie-box:nth-child(2) {
  width: 48.5%;
  margin-bottom: 30px;

}

.movie-list .movie-box p {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: bold;
}

.movie_txt {
  line-height: 2.0;
}

@media screen and (max-width: 750px) {

  .c-movie {
    padding-bottom: 40px;
  }

  .c-movie .c-sec__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 35px;
  }

  .c-movie .c-sec__title::after {
    content: none;
  }

  .movie-list {
    flex-wrap: wrap;
    max-width: 608px;
    margin: 0 auto;
    width: 88%;
  }

  .movie-list .movie-box,
  .movie-list .movie-box:first-child,
  .movie-list .movie-box:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }

  .movie-list .movie-box video {
    width: 100%;
    border-top: solid 1px #333;
  }

  .movie-list .movie-box iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .movie_txt {
    margin-top: 15px;
  }
}


/*----------------------------------
 トピックス、ブログ
----------------------------------*/
.post-area {
  margin-top: 36px;
}

@media screen and (min-width: 600px) {
  .post-area {
    margin-top: 79px;
  }
}


.post-area .l-inner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 19px;
}

@media screen and (min-width: 600px) {
  .post-area .l-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: calc(965px + (40px * 2));
  }
}

.post-area .c-sec__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.3333333333;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}

@media screen and (min-width: 600px) {
  .post-area .c-sec__title {
    font-size: 3rem;
    line-height: 1.5333333333;
  }
}

.post-area .c-sec__title::after {
  bottom: -13px;
}

.post-block {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .post-block {
    padding-top: 29px;
    padding-bottom: 31px;
  }
}

.post-block__link-wrap {
  text-align: center;
}

.post-block__link {
  position: relative;
  display: inline-block;
  color: #d89990;
  font-family: "NotoSans-DemiLight", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  /* 矢印 */
}

@media screen and (min-width: 600px) {
  .post-block__link {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 2;
  }
}

.post-block__link::before {
  position: absolute;
  top: 50%;
  right: -29px;
  -webkit-transform: translateY(-50%) translateX(0) rotate(45deg);
  transform: translateY(-50%) translateX(0) rotate(45deg);
  content: "";
  border-top: 2px solid #d89990;
  border-right: 2px solid #d89990;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (min-width: 600px) {
  .post-block__link::before {
    right: -21px;
    width: 9px;
    height: 9px;
  }
}

.post-block__link:hover {
  color: #cd534c;
  opacity: 1;
  /* 矢印 */
}

.post-block__link:hover::before {
  border-top-color: #cd534c;
  border-right-color: #cd534c;
}

/* ------ トピックス ------ */
@media screen and (min-width: 600px) {
  .post-block-topics {
    max-width: 441px;
    margin-right: 6.2%;
  }
}

.post-block-topics .post-block__link {
  margin-top: 18px;
  margin-left: -34px;
}

@media screen and (min-width: 600px) {
  .post-block-topics .post-block__link {
    margin-top: 41px;
    margin-left: -20px;
  }
}

.c-topics {
  margin-top: 36px;
}

@media screen and (min-width: 600px) {
  .c-topics {
    margin-top: 0;
  }
}

@media screen and (min-width: 600px) {
  .c-topics__item {
    padding-left: 12px;
  }
}

.c-topics__item:nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
}

@media screen and (min-width: 600px) {
  .c-topics__item:nth-child(n+2) {
    margin-top: 17px;
    padding-top: 15px;
  }
}

.c-topics__item:last-child {
  border-bottom: 1px dotted #595757;
  padding-bottom: 19px;
}

@media screen and (min-width: 600px) {
  .c-topics__item:last-child {
    padding-bottom: 21px;
  }
}

/* ------ ブログ ------ */
.post-block-blog {
  margin-top: 65px;
}

@media screen and (min-width: 600px) {
  .post-block-blog {
    border-left: 1px solid #bfbfbf;
    max-width: 505px;
    margin-top: 0;
    padding-left: 4.7%;
  }
}

.post-block-blog .post-block__link {
  margin-top: 23px;
  margin-left: -33px;
}

@media screen and (min-width: 600px) {
  .post-block-blog .post-block__link {
    margin-top: 36px;
    margin-left: -20px;
  }
}

.post-block-blog .c-blog {
  width: 93.17%;
  margin: 41px auto 0;
}

@media screen and (min-width: 600px) {
  .post-block-blog .c-blog {
    width: auto;
    margin-top: 0;
  }
}

.post-block-blog .c-blog-list {
  gap: 10px 10px;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .post-block-blog .c-blog-list {
    gap: 0 5%;
    margin-top: 54px;
  }
}

.post-block-blog .c-blog__item {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .post-block-blog .c-blog__item {
    max-width: 219px;
    margin: 0;
  }
}

.post-block-blog .c-blog__item:nth-child(n+2) {
  margin-top: 36px;
}

@media screen and (min-width: 600px) {
  .post-block-blog .c-blog__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.post-block-blog .c-blog-content {
  margin-top: 9px;
}

/*----------------------------------
 メディア
----------------------------------*/
.sec_media {
  display: flex;
  width: 96%;
  max-width: 1028px;
  margin: 65px auto 0;
  padding: 60px 0 0 0;
  border-top: 1px solid #bfbfbf;
  align-items: center;
}

.sec_media .left {
  width: 27%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 50px;
}

.sec_media .left .c-sec__title {
  font-weight: 500;
}

.sec_media .left .ttl_box .post-block__link-wrap {
  text-align: left;
}

.sec_media .left .ttl_box .post-block__link {
  color: #cd534c;
}

.sec_media .right {
  width: 70%;
}

.media-slider {
  width: 100%;
  max-width: 708px;
  margin: 0 auto;
  position: relative;
}

.media-slick-slider .img {
  max-width: 219px;
  width: 100%;
  padding-bottom: 64.666666666666667%;
  height: 0;
  position: relative;
}

.media-slick-slider img {
  /* width: 100%;
  height: auto;
  max-height: 142px;
  object-fit: cover;
  display: block;
  box-sizing: border-box; */
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slick-list {
  margin: 0 -12.5px;
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0 12.5px;
}

.slick-next:before {
  content: none !important;
}

.slick-prev:before {
  content: none !important;
}

.slick-prev {
  background: url(../../images/top/slick-prev.svg) no-repeat center center !important;
  background-size: 100% auto;
  left: -7%;
  top: 39%;

}


.slick-next {
  background: url(../../images/top/slick-next.svg) no-repeat center center !important;
  background-size: 100% auto;
  right: -7%;
  top: 39%;
}

.c-media__date {
  color: #595757;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  margin-left: 0.5em;
}

.c-media__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 6px;
  margin-left: 0.5em;

}

.sec_media .sp {
  display: none;
}

@media screen and (min-width: 600px) {

  .c-media__date {
    font-size: 1.1rem;
    line-height: 1.9090909091;
  }

  .c-media__title {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-top: 0px;
  }
}

@media screen and (max-width: 750px) {
  .sec_media {
    display: block;
  }

  .sec_media .left {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }

  .sec_media .left .pc {
    display: none;
  }


  .sec_media .right {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec_media .sp {
    display: block;
  }

  .media-slider {
    width: 70.4%;
    margin-top: 20px;
  }

  .media-slick-slider .img {
    max-width: 527px;
  }
/* 
  .media-slick-slider img {
    max-height: 342px;
    object-fit: cover;
  } */


  .slick-initialized .slick-slide {
    margin: 0 auto;
    /* display: flex; */
    justify-content: center;
  }

  .slick-next {
    right: -50px;
    width: 24px;
    height: 48px;
    top: 43%;
  }

  .slick-prev {
    left: -50px;
    width: 24px;
    height: 48px;
    top: 43%;
  }
}

@media screen and (max-width: 410px) {
  .slick-next {
    width: 18px;
    top: 37%;
    right: -45px;
  }

  .slick-prev {
    width: 18px;
    top: 37%;
    left: -45px;
  }

}

/*----------------------------------
 中播地域・姫路市の探偵調査得意地域
----------------------------------*/
.area-map {
  background-color: #fcf0ee;
  margin-top: 51px;
  padding-top: 28px;
  padding-bottom: 37px;
}

@media screen and (min-width: 1025px) {
  .area-map {
    margin-top: 75px;
    padding-top: 74px;
    padding-bottom: 69px;
  }
}

.area-map .l-inner {
  max-width: 638px;
  padding: 0 19px;
}

@media screen and (min-width: 1025px) {
  .area-map .l-inner {
    max-width: calc(1042px + (40px * 2));
    padding: 0 40px;
  }
}

.area-map .c-sec__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.6607142857;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /* SP：装飾用の横線 */
}

@media screen and (min-width: 1025px) {
  .area-map .c-sec__title {
    font-size: 4rem;
    line-height: 1.5333333333;
  }
}

.area-map .c-sec__title::after {
  display: none;
}

.area-map .title--small {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1.5789473684;
  margin-bottom: 14px;
}

@media screen and (min-width: 1025px) {
  .area-map .title--small {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .area-map-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1102px;
    margin: 82px auto 0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1025px) {
  .area-map-wrap .l-inner {
    padding: 0 0;
  }
}

.area-map__img {
  position: relative;
  left: 25px;
  width: 100.28%;
  max-width: 427px;
  margin: -80px auto 0;
}

@media screen and (min-width: 1025px) {
  .area-map__img {
    position: static;
    margin: 0 auto;
  }
}

.area-map-detail {
  margin-top: 28px;
}

@media screen and (min-width: 1025px) {
  .area-map-detail {
    max-width: 559px;
    margin-top: -13px;
    margin-left: 8%;
  }
}

.area-map__head {
  color: #e89289;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .area-map__head {
    font-size: 3rem;
    line-height: 1.5333333333;
    text-align: left;
  }
}

.area-map__intro {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 13px;
}

@media screen and (min-width: 1025px) {
  .area-map__intro {
    font-size: 1.7rem;
    line-height: 1.7647058824;
    text-align: left;
    margin-top: 13px;
  }
}

.area-map-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto 14px auto 14px auto 14px auto 14px auto;
  grid-template-rows: repeat(5, auto);
  gap: 14px 0;
  margin-top: 23px;
}

.area-map-list>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.area-map-list>*:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.area-map-list>*:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.area-map-list>*:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.area-map-list>*:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

@media screen and (min-width: 1025px) {
  .area-map-list {
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "area-01 area-01" "area-02 area-03" "area-04 area-04" "area-05 area-05";
    gap: 12px 14px;
    margin-top: 30px;
  }
}

.area-map-list__item {
  border-radius: 7px;
  color: #fff;
  padding: 8px 21px 15px;
}

@media screen and (min-width: 1025px) {
  .area-map-list__item {
    border-radius: 6px;
    padding-top: 8px;
    padding-right: 7px;
    padding-bottom: 10px;
    padding-left: 17px;
  }
}

.area-map-list__item a {
  color: #fff;
  text-decoration: underline;
}

.area-map-list__item a:hover {
  text-decoration: none;
}

.area-map-list__head {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.86;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 1025px) {
  .area-map-list__head {
    font-size: 2.1rem;
    line-height: 1.9047619048;
  }
}

.area-map-list__txt {
  font-family: "NotoSans-Light", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.9333333333;
  margin-top: -6px;
}

@media screen and (min-width: 1025px) {
  .area-map-list__txt {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    margin-top: 0;
  }
}

/* ------ 各エリア ------ */
/* 姫路市 */
.area-himeji {
  background: linear-gradient(135deg, rgb(151, 177, 199) 0%, rgb(118, 152, 183) 100%);
}

@media screen and (min-width: 1025px) {
  .area-himeji {
    grid-area: area-01;
  }
}

/* 東播地域 */
.area-toban {
  background: linear-gradient(135deg, rgb(152, 189, 182) 0%, rgb(104, 163, 151) 100%);
}

@media screen and (min-width: 1025px) {
  .area-toban {
    grid-area: area-02;
  }
}

/* 北播地域 */
.area-hokuban {
  background: linear-gradient(135deg, rgb(211, 162, 187) 0%, rgb(189, 115, 152) 100%);
}

@media screen and (min-width: 1025px) {
  .area-hokuban {
    grid-area: area-03;
  }
}

/* 西播地域 */
.area-seiban {
  background: linear-gradient(135deg, rgb(197, 174, 136) 0%, rgb(174, 142, 86) 100%);
}

@media screen and (min-width: 1025px) {
  .area-seiban {
    grid-area: area-04;
  }
}

/* 神戸市 */
.area-kobe {
  background: linear-gradient(135deg, rgb(168, 161, 199) 0%, rgb(139, 127, 183) 100%);
}

@media screen and (min-width: 1025px) {
  .area-kobe {
    grid-area: area-05;
  }
}

@media screen and (min-width: 1025px) {
  .area-himeji {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .area-toban {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .area-hokuban {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .area-seiban {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .area-kobe {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

/*----------------------------------
 感染症防止策
----------------------------------*/
.safety {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  padding-top: 35px;
  padding-bottom: 65px;
}

@media screen and (min-width: 600px) {
  .safety {
    padding-top: 65px;
    padding-bottom: 82px;
  }
}

@media screen and (min-width: 600px) {
  .safety .l-inner {
    max-width: calc(728px + (40px * 2));
  }
}

.safety__intro {
  font-size: 1.7rem;
  line-height: 1.5757575758;
}

@media screen and (min-width: 600px) {
  .safety__intro {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

.safety__intro-sub {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  margin-top: 9px;
}

@media screen and (min-width: 600px) {
  .safety__intro-sub {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 9px;
  }
}

.safety-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8% 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 11% 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 11% 8%;
  margin-top: 27px;
}

.safety-wrap>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.safety-wrap>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.safety-wrap>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.safety-wrap>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

@media screen and (min-width: 600px) {
  .safety-wrap {
    -ms-grid-columns: 1fr 8% 1fr 8% 1fr 8% 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 0 8%;
    margin-top: 35px;
  }

  .safety-wrap>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .safety-wrap>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .safety-wrap>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .safety-wrap>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}

.safety__item {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .safety__item {
    max-width: 136px;
  }
}

.safety__img figcaption {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

@media screen and (min-width: 600px) {
  .safety__img figcaption {
    font-size: 1.7rem;
    line-height: 1.4117647059;
  }
}

.safety__img img {
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=top.css.map */