/***** ファーストビュー *****/
.pc-fv {
  width: 90vw;
  display: block;
  margin: 120px auto 100px auto;
  border-radius: 10px;
}

.sp-fv {
  display: none;
}

/***** セクション2 *****/
.second-sec {
  display: flex;
  width: 88vw;
  margin: 0 auto;
}

.second-sec__left-module {
  width: 40%;
}

.second-sec__left-module-img {
  display: block;
  margin: 0 auto;
}

.second-sec__right-module h2 {
  margin-bottom: 40px;
}

.second-sec__right-module p {
  line-height: 40px;
  letter-spacing: 2px;
}

.second-sec__right-module-link {
  margin-top: 30px;
  text-align: right;
}

.second-sec__right-module-link a {
  color: #F47913;
}

.second-sec__module-right__spn,
.second-sec__module-left__spn,
.second-sec__text-br {
  display: none;
}

.services-module_background {
  background-color: #FEF2E8;
}

.services-module {
  height: 100%;
}

.four-services___title {
  width: 100%;
  position: relative;
}

.service___title {
  display: flex;
  position: absolute;
  top: 0px;
  justify-content: center;
  width: 100%;
}

.service___title h2 {
  letter-spacing: 4px;
  margin: 0 10px;
}

.four-services-module___menus {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 100px;
}

.services-module___menus-inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 50%;
}

.services-module___menu {
  display: block;
  width: calc(25% - 28px * 3);
  min-width: calc(284px - 28px * 2);
  margin-top: 100px;
  padding: 30px 28px 35px;
  background-color: #ffffff;
  border-radius: 20px;
  text-decoration: none;
}

.services-module___menu:hover {
  box-shadow: 0px 7px 7px rgba(60, 60, 60, 0.2);
  transition: all .3s ease;
}

.four-services-module___menu__image img {
  width: 100%;
  border-radius: 30px;
}

.four-services-module___menu__title p {
  margin-top: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: bold;
}

.services-module__allow {
  display: none;
}

.fee-list {
  margin: 50px 150px 0;
  text-align: right;
  letter-spacing: 2px;
}

.fee-list a {
  font-weight: bold;
  text-decoration: none;
}

/***** セクション4 *****/

.news-module__background {
  background-color: #EEF6E9;
  margin: 0 auto;
}

.news-module_wrapper {
  width: 60vw;
  margin: 0 auto;
  letter-spacing: 0.08em;
}

.news-module {
  width: 100%;
  position: relative;
}

.news__title {
  display: flex;
  top: 0px;
  justify-content: center;
  width: 100%;
}

.news__title h2 {
  letter-spacing: 4px;
  margin: 0 10px 0 15px;
}

.news-module__contents {
  width: 80%;
  margin: 50px auto 0;
  background-color: #ffffff;
  color: #3b3b3b;
  font-weight: bold;
  border-radius: 30px;
}

.assist_blog {
  height: 100%;
}

.news-module__contents ul {
  height: 100%;
  padding: 24px 80px;
}

.news-module__contents li {
  display: flex;
  padding: 8px 0;
}

.news-module__contents a {
  text-decoration: none;
  margin-right: 16px;
  /* 文章の改行と三点リーダー */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-module__contents p {
  width: 20%;
}

.news-list_title {
  width: 80%;
}

.news-module__link_title {
  margin: 50px 100px 0;
  text-align: right;
  letter-spacing: 2px;
  padding-bottom: 100px;
}

.news-module_link {
  font-weight: bold;
  text-decoration: none;
}

.services-module_background .services-module .four-services-module___menus .services-module___menus-inner .services-module___menu .four-services-module___menu__title p .small {
  font-size: 14px;
}

/* =====================================
            レスポンシブ対応
   ===================================== */
@media screen and (max-width: 1024px) {
  .pc-fv {
    display: none;
  }

  .sp-fv {
    display: block;
    width: 90vw;
    margin: 142px auto 0;
    border-radius: 10px;
  }

  /***** セクション2 *****/
  .second-sec {
    width: 100%;
    display: block;
    background-image: url(/img/top_second_bg_spn.png);
    background-size: cover;
    background-position: top;
    padding-top: 32px;
    margin-top: 72px;
  }

  .second-sec__right-module {
    width: 82vw;
    margin: 20px auto;
  }

  .second-sec__left-module {
    display: none;
  }

  .second-sec__right-module h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .second-sec__right-module-text br {
    display: none;
  }

  .second-sec__module-right__spn {
    display: flex;
    justify-content: flex-end;
    margin-left: 55%;
  }

  .second-sec__module-right__spn img {
    width: 154px;
    margin: -5% 0 -15%;
  }

  .second-sec__text-br {
    display: block !important;
  }

  .second-sec__link {
    display: flex;
    margin: 32px 0;
  }

  .second-sec__module-left__spn {
    display: block;
    width: 30%;
    margin-left: -5vw;
  }

  .second-sec__module-left__spn img {
    width: 140px;
  }

  .second-sec__right-module-link {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 80%;
    text-align: right;
    font-size: 12px;
  }

  /***** セクション3 *****/
  .services-module_background_img {
    height: 150px;
    margin-top: 50px;
    padding-bottom: 40px;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position-y: bottom;
  }

  .four-services___title {
    position: unset;
    margin-bottom: 36px;
  }

  .service___title {
    position: unset;
  }

  .service___title h2 {
    font-size: 20px;
  }

  .service___title img {
    width: 14px;
  }

  .four-services-module___menus {
    display: block;
    margin: 0 auto;
    width: 95vw;
  }

  .services-module___menus-inner {
    display: block;
    width: 100%;
  }

  .services-module___menu {
    display: grid;
    grid-template-columns: 100px 1fr 10px;
    display: -ms-grid;
    -ms-grid-columns: 100px 1fr 10px;
    align-items: center;
    width: calc(100% - 16px * 2);
    min-width: unset;
    margin-top: 0;
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 10px;
  }

  .services-module_background .services-module .four-services-module___menus .services-module___menus-inner .services-module___menu .four-services-module___menu__title p .small {
    font-size: 12px;
  }

  .four-services-module___menu__image img {
    width: 100%;
    border-radius: 10px;
  }

  .four-services-module___menu__title {
    padding-left: 24px;
  }

  .four-services-module___menu__title p {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
  }

  .services-module__allow {
    display: block;
  }

  .top_price-module {
    margin-top: 56px;
    text-align: center;
  }

  /***** セクション4 *****/
  .news-module__background_img {
    height: 150px;
  }

  .news-module_wrapper {
    width: 90vw;
  }

  .news-module {
    position: unset;
  }

  .news__title img {
    width: 14px;
  }

  .news__title h2 {
    font-size: 20px;
  }

  .news-module__contents {
    width: 100%;
    margin: 40px 0 0;
    font-weight: normal;
    border-radius: 16px;
  }

  .news-module__contents ul {
    padding: 16px 0;
    width: 90%;
    margin: 0 auto;
  }

  .news-module__contents a {
    font-size: 14px;
  }

  .news-module__contents p {
    font-size: 12px;
  }

  .news-module__link_title {
    margin: 18px 0 0;
    text-align: right;
    padding-bottom: 0;
  }

  .news-module_link {
    font-size: 14px;
  }

  .news-list_title {
    width: 72%;
  }

}