@charset "UTF-8";
main {
  position: relative;
  padding: 82px 0 0 0;
  margin: 0;
  display: block;
  /* メインビジュアル
  ---------------------------- */
}
main #main-visual {
  position: relative;
  width: 100%;
  height: 688px;
  display: flex;
  /* 高さは必要に応じて設定 */
  background-image: url("../img/top/main_v.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  /* 全面フィット */
}
main #main-visual .cp {
  width: 100%;
  margin: 0;
  max-width: 1200px;
}
main #main-visual .cp img {
  max-width: 100%;
  /* 画面からはみ出さない */
  height: auto;
}
main {
  /* ニュース
  ---------------------------- */
}
main .news_box {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 90px auto 100px;
  padding: 0;
}
main .news_box .title_box {
  width: 18%;
}
main .news_box .title_box h2 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 34px;
  font-weight: 600;
}
main .news_box .title_box .btn {
  background-color: #fff;
  color: #003686;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 0.75em 0;
  font-weight: 600;
  width: 9em;
  text-align: center;
  border: 1px solid #003686;
}
main .news_box .title_box .btn:hover {
  background-color: #003686;
  color: #fff;
  border: 1px solid #003686;
  cursor: pointer;
}
main .news_box .news-list_box {
  width: 81%;
}
main .news_box .news-list_box .news-list {
  width: 100%;
}
main .news_box .news-list_box .news-list li {
  border-bottom: 1px solid #d1d1d1;
  padding: 32px 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
main .news_box .news-list_box .news-list li .data_box {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
main .news_box .news-list_box .news-list li .data_box .data {
  font-size: 1.6rem;
  margin-left: 20px;
  color: #323232;
  width: 8.5em;
}
main .news_box .news-list_box .news-list li .data_box .type {
  background-color: #efeff2;
  color: #013686;
  text-align: center;
  margin-right: 9%;
  font-size: 1.4rem;
  padding: 0.25em 0 0.45em;
  font-weight: 600;
  width: 6.1em;
}
main .news_box .news-list_box .news-list li .text {
  margin-right: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #323232;
  width: 75%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}
main .news_box .news-list_box .news-list li .text .iconNew {
  color: #013686;
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
main .news_box .news-list_box .news-list li .unit {
  font-size: 1.6rem;
  color: #323232;
}
main .news_box .news-list_box .news-list li:hover {
  cursor: pointer;
}
main .news_box .news-list_box .news-list li.first {
  border-top: 1px solid #707070;
}
main .wide_box {
  width: 100%;
  background-color: #efeff2;
  margin: 0;
  /* トピックス
  ---------------------------- */
}
main .wide_box .topics_box {
  width: 90%;
  max-width: 1200px;
  min-width: 1180px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
main .wide_box .topics_box h2 {
  font-size: 3rem;
  margin-bottom: 45px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
main .wide_box .topics_box .topics-list_box {
  width: 100%;
  display: flex;
}
main .wide_box .topics_box .topics-list_box .topics-list {
  background-color: #fff;
  width: 25%;
  margin-right: 40px;
  box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease, opacity 0.3s ease;
}
main .wide_box .topics_box .topics-list_box .topics-list:nth-child(4n) {
  margin-right: 0;
}
main .wide_box .topics_box .topics-list_box .topics-list .img_box {
  width: 100%;
  margin-bottom: 10px;
}
main .wide_box .topics_box .topics-list_box .topics-list .img_box img {
  width: 100%;
  height: auto;
  min-height: 155px;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box {
  position: relative;
  width: 100%;
  height: 155px;
  margin: 0 0 10px 0;
  padding: 0;
  background-color: #003686;
  color: #fff;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .title {
  width: 15em;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 20px 0;
  font-weight: 500;
  margin-left: 20px;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 20px;
  margin-bottom: 5px;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price {
  display: flex;
  align-items: flex-end;
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 20px;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dt {
  font-size: 1.8rem;
  font-weight: 500;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dt span {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-right: 0.25em;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dd {
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dd span {
  font-size: 1.6rem;
  margin-left: 0;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dd span.yoy {
  font-size: 1.4rem;
  font-weight: 400;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price span {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-right: 0.5em;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 5px;
  font-size: 1.6rem;
  font-weight: 700;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dt {
  margin-bottom: 4px;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd {
  margin: 0;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd span {
  margin: 0;
  font-size: 2.7rem;
  display: inline-block;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd.yoy {
  margin-bottom: 3px;
}
main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .last-updated {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
main .wide_box .topics_box .topics-list_box .topics-list .text_box {
  position: relative;
  padding: 5px 20px 20px 20px;
}
main .wide_box .topics_box .topics-list_box .topics-list .text_box .type {
  background-color: #efeff2;
  color: #013686;
  text-align: center;
  width: 6em;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.2em 0;
  margin-bottom: 5px;
}
main .wide_box .topics_box .topics-list_box .topics-list .text_box .title {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  color: #013686;
}
main .wide_box .topics_box .topics-list_box .topics-list .text_box .icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 28px;
}
main .wide_box .topics_box .topics-list_box .topics-list .text_box .icon img {
  width: 100%;
  height: auto;
}
main .wide_box .topics_box .topics-list_box .topics-list:hover {
  cursor: pointer;
  opacity: 0.7;
  border-bottom: 2px solid #003686;
  transition: border-bottom-color 0.3s ease;
}
main {
  /* 志ある人が、闘える環境をつくること
  ---------------------------- */
}
main .hd-work_box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 200px;
  padding: 0;
}
main .hd-work_box .environment_box {
  width: 65%;
  margin: 0;
  padding: 110px 0 0 0;
}
main .hd-work_box .environment_box .title_box h2 {
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
main .hd-work_box .environment_box .title_box .sub_text {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #323232;
  margin-bottom: 40px;
  font-weight: 600;
}
main .hd-work_box .environment_box .title_box .btn {
  background-color: #fff;
  color: #003686;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 1em 0;
  margin-bottom: 50px;
  font-weight: 600;
  width: 13em;
  text-align: center;
  border: 1px solid #003686;
}
main .hd-work_box .environment_box .title_box .btn:hover {
  background-color: #003686;
  color: #fff;
  border: 1px solid #003686;
  cursor: pointer;
}
main .hd-work_box .environment_box .text_box {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-feature-settings: "palt" 1;
  color: #323232;
}
main .hd-work_box .business-image_box {
  width: 30%;
  margin: 0;
  padding-top: 150px;
}
main .hd-work_box .business-image_box img {
  width: 100%;
}
main {
  /* 保有不動産
  ---------------------------- */
}
main .wide_box {
  position: relative;
  width: 100%;
  background-color: #efeff2;
  margin: 0;
  padding-bottom: 0;
  overflow: hidden;
}
main .wide_box .facility_box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
main .wide_box .facility_box h2 {
  display: flex;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  align-items: flex-end;
}
main .wide_box .facility_box h2 span {
  border-left: 2px solid #000;
  margin-left: 1.5em;
  padding-left: 1em;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  font-weight: 600;
}
main .wide_box .facility_box .image_box {
  margin-top: 20px;
  width: 100%;
  max-width: 1200px;
}
main .wide_box .facility_box .image_box img {
  width: 100%;
  height: auto;
}
main .wide_box {
  /* タブメニュー */
}
main .wide_box .btn_box_w {
  z-index: 99;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
main .wide_box .btn_box_w .btn_box_pc {
  position: absolute;
  display: block;
  justify-content: center;
  padding-top: 27%;
  left: 0;
  clear: both;
  overflow: hidden;
}
main .wide_box .btn_box_w .btn_box_pc li {
  background-color: #fff;
  color: #113586;
  border: 1px solid #113586;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  width: 14em;
  padding: 1em 0;
  margin-bottom: 1.5em;
  cursor: pointer;
}
main .wide_box .btn_box_w .btn_box_pc li.on {
  background-color: #113586;
  color: #fff;
  border: 1px solid #113586;
  cursor: default;
}
main .wide_box .btn_box_w .btn_box_pc li:hover {
  background-color: #113586;
  color: #fff;
  border: 1px solid #113586;
  cursor: pointer;
}
main .wide_box .btn_box_sp {
  display: none;
}
main .wide_box .tab_box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  /* レイアウトが崩れないように重ねる */
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.6s ease;
}
main .wide_box {
  /* 表示させたいとき */
}
main .wide_box .tab_box.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
main {
  /* コンサルティング（無料相談）はこちらから
  ---------------------------- */
}
main .consulting-free_box {
  width: 100%;
  max-width: 1200px;
  margin: 120px auto 40px;
}
main .consulting-free_box .consulting-free {
  width: 81.5%;
  transition: all 0.3s ease;
  background-color: #113586;
  border: 2px solid #113586;
  color: #fff;
  padding: 25px 0;
  margin: 0 auto;
}
main .consulting-free_box .consulting-free h2 {
  color: #113586;
  background-color: #fff;
  padding: 0.5em 1em;
  font-size: 2.5rem;
  width: 16em;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 30px;
}
main .consulting-free_box .consulting-free h3 {
  text-align: center;
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-feature-settings: "palt" 1;
}
main .consulting-free_box .consulting-free .text {
  text-align: center;
  font-size: 1.9em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
main .consulting-free_box .consulting-free.on {
  background-color: #fff;
  border: 2px solid #113586;
  /* ホバー時の例 */
  transform: translateY(0);
  /* 少し浮かせる例 */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
main .consulting-free_box .consulting-free.on h2 {
  background-color: #113586;
  color: #fff;
}
main .consulting-free_box .consulting-free.on h3 {
  color: #113586;
}
main .consulting-free_box .consulting-free.on .text {
  color: #113586;
}
main .consulting-free_box .consulting-free.on:hover {
  cursor: pointer;
}
main .support-message_box {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
  align-items: center;
}
main .support-message_box .btn {
  background-color: #fff;
  color: #003686;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 1.25em 0;
  font-weight: 600;
  min-width: 340px;
  width: 21em;
  text-align: center;
  border: 1px solid #003686;
  margin: 0 3% 0 0;
}
main .support-message_box .btn:hover {
  background-color: #003686;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}
main .support-message_box .support-message {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #323232;
}
main {
  /* 事業内容
  ---------------------------- */
}
main .our-services_box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 140px;
  padding: 0;
}
main .our-services_box h2 {
  display: flex;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
main .our-services_box .list_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .our-services_box .list_box .list {
  position: relative;
  cursor: pointer;
  width: 31.75%;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
  overflow: hidden;
}
main .our-services_box .list_box .list .photo {
  width: 100%;
}
main .our-services_box .list_box .list .photo img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease; /* ふわっと */
}
main .our-services_box .list_box .list h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(15px, 1.3vw, 20px);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  list-style: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  max-width: 90%;
}
main .our-services_box .list_box .list h3.moji {
  margin: 0 0 0 0.5em;
}
main .our-services_box .list_box .list:hover .photo img {
  opacity: 0.7;
}

/* 狭間の記述
========================================================= */
@media screen and (min-width: 961px) and (max-width: 1720px) {
  main #main-visual .cp {
    width: 90%;
    margin: 0 auto;
  }
  main .news_box {
    display: flex;
    width: 90%;
    margin: 90px auto 100px;
    padding: 0;
  }
  main .news_box .title_box {
    width: 18%;
  }
  main .wide_box {
    width: 100%;
    background-color: #efeff2;
    margin: 0;
    /* トピックス
    ---------------------------- */
  }
  main .wide_box .topics_box {
    width: 90%;
    max-width: 1200px;
    min-width: 90%;
    margin: 0 auto;
    padding: 80px 0 120px;
  }
  main .wide_box .topics_box h2 {
    font-size: 3rem;
    margin-bottom: 45px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  main .wide_box .topics_box .topics-list_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main .wide_box .topics_box .topics-list_box .topics-list {
    background-color: #fff;
    width: 22%;
    margin-right: 4%;
    box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.3s ease, opacity 0.3s ease;
  }
  main .wide_box .topics_box .topics-list_box .topics-list:nth-child(4n) {
    margin-right: 0;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .img_box {
    width: 100%;
    margin-bottom: 10px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .img_box img {
    width: 100%;
    height: auto;
    min-height: 155px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box {
    position: relative;
    width: 100%;
    height: 155px;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #003686;
    color: #fff;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .title {
    width: 15em;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    padding: 20px 0;
    font-weight: 500;
    margin-left: 20px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price {
    display: flex;
    align-items: flex-end;
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 20px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dt {
    font-size: 1.8rem;
    font-weight: 500;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dt span {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-right: 0.25em;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dd {
    margin-left: 15px;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dd span {
    font-size: 1.6rem;
    margin-left: 0;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dd span.yoy {
    font-size: 1.4rem;
    font-weight: 400;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price span {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-right: 0.5em;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: 5px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dt {
    margin-bottom: 4px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd {
    margin: 0;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd span {
    margin: 0;
    font-size: 2.7rem;
    display: inline-block;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd.yoy {
    margin-bottom: 3px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .last-updated {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box {
    position: relative;
    padding: 5px 20px 20px 20px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .type {
    background-color: #efeff2;
    color: #013686;
    text-align: center;
    width: 6em;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0.2em 0;
    margin-bottom: 5px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .title {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 500;
    color: #013686;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 28px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .icon img {
    width: 100%;
    height: auto;
  }
  main .wide_box .topics_box .topics-list_box .topics-list:hover {
    cursor: pointer;
    opacity: 0.7;
    border-bottom: 2px solid #003686;
    transition: border-bottom-color 0.3s ease;
  }
  main .hd-work_box {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0;
  }
  main .hd-work_box .environment_box {
    width: 65%;
    margin: 0;
    padding: 110px 0 0 0;
  }
  main .hd-work_box .environment_box .title_box h2 {
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  main .hd-work_box .environment_box .title_box .sub_text {
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #323232;
    margin-bottom: 40px;
    font-weight: 600;
  }
  main .hd-work_box .environment_box .title_box .btn {
    background-color: #fff;
    color: #003686;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding: 1em 0;
    margin-bottom: 50px;
    font-weight: 600;
    width: 13em;
    text-align: center;
    border: 1px solid #003686;
  }
  main .hd-work_box .environment_box .title_box .btn:hover {
    background-color: #003686;
    color: #fff;
    border: 1px solid #003686;
  }
  main .hd-work_box .environment_box .text_box {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    font-feature-settings: "palt" 1;
    color: #323232;
  }
  main .hd-work_box .business-image_box {
    width: 30%;
    margin: 0;
    padding-top: 150px;
  }
  main .hd-work_box .business-image_box img {
    width: 100%;
  }
  main .wide_box .facility_box {
    width: 90%;
  }
  main .our-services_box {
    width: 90%;
    margin-bottom: 150px;
  }
}
/* タブレット用）の記述
========================================================= */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  main {
    padding: 45px 0 0 0;
    /* メインビジュアル
    ---------------------------- */
  }
  main #main-visual {
    position: relative;
    width: 100%;
    height: 688px;
    display: flex;
    /* 高さは必要に応じて設定 */
    background-image: url("../img/top/main_v.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    /* 全面フィット */
  }
  main #main-visual .cp {
    width: 90%;
    margin: 0 auto;
    padding-left: 1%;
  }
  main #main-visual .cp img {
    max-width: 100%;
    /* 画面からはみ出さない */
    height: auto;
  }
  main {
    /* ニュース
    ---------------------------- */
  }
  main .news_box {
    display: block;
    width: 90%;
    margin: 50px auto 80px;
    padding: 0;
  }
  main .news_box .title_box {
    width: 100%;
  }
  main .news_box .title_box h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    font-weight: 600;
  }
  main .news_box .news-list_box {
    width: 100%;
  }
  main .news_box .news-list_box .news-list {
    width: 100%;
  }
  main .news_box .news-list_box .news-list li {
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 0;
    display: block;
    align-items: center;
    width: 100%;
  }
  main .news_box .news-list_box .news-list li .data_box {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  main .news_box .news-list_box .news-list li .data_box .data {
    font-size: 1.8rem;
    margin-right: 24px;
    margin-left: 0;
    color: #323232;
    width: 5em;
  }
  main .news_box .news-list_box .news-list li .data_box .type {
    background-color: #efeff2;
    color: #013686;
    text-align: center;
    width: 5.5em;
    margin-right: 15px;
    font-size: 1.6rem;
    padding: 0.5em 0;
    font-weight: 600;
  }
  main .news_box .news-list_box .news-list li .text {
    display: block;
    margin-right: 20px;
    font-size: 1.8rem;
    line-height: 1.75;
    color: #323232;
    width: 100%;
  }
  main .news_box .news-list_box .news-list li.first {
    border-top: 1px solid #707070;
  }
  main .news_box .btn {
    background-color: #fff;
    color: #003686;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding: 1em 0;
    margin-top: 30px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border: 1px solid #003686;
  }
  main {
    /* トピックス
    ---------------------------- */
  }
  main .wide_box .topics_box {
    max-width: 90%;
    min-width: 90%;
    margin: 0 auto;
    padding: 80px 0 60px;
  }
  main .wide_box .topics_box h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  main .wide_box .topics_box .topics-list_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main .wide_box .topics_box .topics-list_box .topics-list {
    background-color: #fff;
    margin: 0 0 50px 0;
    width: 47%;
    box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
  }
  main .wide_box .topics_box .topics-list_box .topics-list .img_box {
    width: 100%;
    min-height: 220px;
    margin-bottom: 10px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .img_box img {
    width: 100%;
    height: auto;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box {
    position: relative;
    width: 100%;
    min-height: 220px;
    margin: 0 0 10px 0;
    padding: 20px 0 0 0;
    background-color: #003686;
    color: #fff;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .title {
    width: 15em;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding: 5px 0;
    font-weight: 500;
    margin: 0 0 20px 20px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 5px 10px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dt {
    margin-bottom: 7px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dd {
    margin-bottom: 11px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price span {
    font-size: 4rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: 0 10px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: 5px;
    font-size: 2.4rem;
    font-weight: 700;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dt {
    margin-bottom: 4px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd {
    margin: 0;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd span {
    margin: 0 0.5em -5px 0.5em;
    font-size: 3.5rem;
    display: inline-block;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd.yoy {
    margin-bottom: 3px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .last-updated {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box {
    position: relative;
    padding: 5px 20px 20px 20px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .type {
    background-color: #efeff2;
    color: #013686;
    text-align: center;
    width: 6em;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0.2em 0;
    margin-bottom: 5px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .title {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #013686;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 28px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .icon img {
    width: 100%;
    height: auto;
  }
  main .wide_box .topics_box .topics-list_box .topics-list.fR {
    margin-right: 0;
  }
  main {
    /* 志ある人が、闘える環境をつくること
    ---------------------------- */
  }
  main .hd-work_box {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto 100px;
    padding: 0;
  }
  main .hd-work_box .environment_box {
    width: 60%;
    margin: 0;
    padding: 110px 0 0 0;
  }
  main .hd-work_box .environment_box .title_box h2 {
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  main .hd-work_box .environment_box .title_box .sub_text {
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #323232;
    margin-bottom: 40px;
    font-weight: 600;
  }
  main .hd-work_box .environment_box .title_box .btn {
    background-color: #fff;
    color: #003686;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding: 1em 0;
    margin-bottom: 50px;
    font-weight: 600;
    width: 13em;
    text-align: center;
    border: 1px solid #003686;
  }
  main .hd-work_box .environment_box .title_box .btn:hover {
    background-color: #003686;
    color: #fff;
    border: 1px solid #003686;
  }
  main .hd-work_box .environment_box .text_box {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    font-feature-settings: "palt" 1;
    color: #323232;
  }
  main .hd-work_box .business-image_box {
    width: 40%;
    margin: 0;
    padding-top: 100px;
  }
  main .hd-work_box .business-image_box img {
    width: 100%;
  }
  main .business-image_box {
    max-width: 70%;
    margin: 0 auto 30px;
  }
  main .business-image_box img {
    width: 100%;
  }
  main {
    /* 保有不動産
    ---------------------------- */
  }
  main .wide_box {
    width: 100%;
    background-color: #efeff2;
    margin: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  main .wide_box .facility_box {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px 0 50px;
  }
  main .wide_box .facility_box h2 {
    display: flex;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    align-items: flex-end;
  }
  main .wide_box .facility_box h2 span {
    border-left: 2px solid #000;
    margin-left: 1.5em;
    padding-left: 1em;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    font-weight: 600;
  }
  main .wide_box .facility_box .image_box {
    margin: 20px auto 0;
    width: 80%;
  }
  main .wide_box .facility_box .image_box img {
    width: 100%;
    height: auto;
  }
  main .wide_box {
    /* タブメニュー */
  }
  main .wide_box .btn_box_sp {
    display: flex;
    justify-content: center;
    margin: 30px auto 30px;
    clear: both;
    overflow: hidden;
  }
  main .wide_box .btn_box_sp li {
    background-color: #fff;
    color: #113586;
    border: 1px solid #113586;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 600;
    width: 12em;
    padding: 1em 0;
    margin: 5px;
    cursor: pointer;
  }
  main .wide_box .btn_box_sp li.on {
    background-color: #113586;
    color: #fff;
    border: 1px solid #113586;
    cursor: default;
  }
  main .wide_box .btn_box_pc {
    display: none;
  }
  main .wide_box .title_sp {
    display: block;
    font-size: 2.5rem;
    width: 86%;
    margin: 70px auto 0;
  }
  main .wide_box .tab_box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /* レイアウトが崩れないように重ねる */
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.6s ease;
  }
  main .wide_box .tab_box h2 {
    display: none;
  }
  main .wide_box {
    /* 表示させたいとき */
  }
  main .wide_box .tab_box.active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  main {
    /* コンサルティング（無料相談）はこちらから
    ---------------------------- */
  }
  main .consulting-free_box {
    width: 100%;
    max-width: 1200px;
    margin: 120px auto 40px;
  }
  main .consulting-free_box .consulting-free {
    width: 90%;
    transition: all 0.3s ease;
    background-color: #113586;
    border: 2px solid #113586;
    color: #fff;
    padding: 25px 0;
    margin: 0 auto;
  }
  main .consulting-free_box .consulting-free h2 {
    color: #113586;
    background-color: #fff;
    padding: 0.5em 1em;
    font-size: 2.5rem;
    width: 16em;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto 20px;
    border-radius: 30px;
  }
  main .consulting-free_box .consulting-free h3 {
    text-align: center;
    font-size: 2.9rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-feature-settings: "palt" 1;
  }
  main .consulting-free_box .consulting-free .text {
    text-align: center;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  main .consulting-free_box .consulting-free.on {
    background-color: #fff;
    border: 2px solid #113586;
    /* ホバー時の例 */
    transform: translateY(0);
    /* 少し浮かせる例 */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  main .consulting-free_box .consulting-free.on h2 {
    background-color: #113586;
    color: #fff;
  }
  main .consulting-free_box .consulting-free.on h3 {
    color: #113586;
  }
  main .consulting-free_box .consulting-free.on .text {
    color: #113586;
  }
  main .support-message_box {
    justify-content: space-between;
  }
  main .support-message_box .btn {
    margin: 0;
  }
  main .support-message_box .support-message {
    font-size: 1.5rem;
    margin-right: 20px;
  }
  main {
    /* 事業内容
    ---------------------------- */
  }
  main .our-services_box {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  main .our-services_box h2 {
    display: flex;
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  main .our-services_box .btn {
    background-color: #fff;
    color: #003686;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    padding: 1em 0;
    font-weight: 600;
    width: 90%;
    text-align: center;
    border: 1px solid #003686;
    margin: 0 auto 40px;
  }
  main .our-services_box .btn:hover {
    background-color: #003686;
    color: #fff;
    font-size: 2.6rem;
    cursor: pointer;
  }
  main .our-services_box .list_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main .our-services_box .list_box .list {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
    overflow: hidden;
  }
  main .our-services_box .list_box .list .photo {
    width: 100%;
  }
  main .our-services_box .list_box .list .photo img {
    width: 100%;
    height: auto;
  }
  main .our-services_box .list_box .list h3 {
    padding: 1em 0;
    text-align: center;
    color: #fff;
    font-size: 2.6rem;
    vertical-align: middle;
    letter-spacing: 0.05em;
  }
  main .our-services_box .list_box .list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003686;
    opacity: 0;
    transform: scaleY(0.5);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  main .our-services_box .list_box .list:hover {
    opacity: 0.7;
    box-shadow: 0px 8px 30px 0px rgba(17, 54, 134, 0.2);
    cursor: pointer;
  }
  main .our-services_box .list_box .list:hover::after {
    opacity: 1;
    transform: scaleY(1);
  }
  #footer_wrapper .btn_top {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1336px) {
  main .wide_box .btn_box_w {
    width: 90%;
  }
  main .wide_box .btn_box_w .btn_box_pc {
    left: 0;
  }
  main .wide_box .btn_box_w .btn_box_pc li {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
  }
}
/* スマホ用）の記述
========================================================= */
@media screen and (max-width: 767px) {
  /* 479px以下用（スマートフォン用）の記述 */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  main {
    padding: 45px 0 0 0;
    /* メインビジュアル
    ---------------------------- */
  }
  main #main-visual {
    position: relative;
    width: 100%;
    height: 274px;
    display: flex;
    /* 高さは必要に応じて設定 */
    background-image: url("../img/top/main_v_sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    /* 全面フィット */
  }
  main #main-visual .cp {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
  main #main-visual .cp img {
    width: 100%;
    /* 画面からはみ出さない */
    height: auto;
  }
  main #main-visual .cp img.sp {
    width: 100%;
  }
  main {
    /* ニュース
    ---------------------------- */
  }
  main .news_box {
    display: block;
    width: 90%;
    margin: 50px auto 40px;
    padding: 0;
  }
  main .news_box .title_box {
    width: 100%;
  }
  main .news_box .title_box h2 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    font-weight: 800;
  }
  main .news_box .news-list_box {
    width: 100%;
  }
  main .news_box .news-list_box .news-list {
    width: 100%;
  }
  main .news_box .news-list_box .news-list li {
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 0;
    display: block;
    align-items: center;
    width: 100%;
  }
  main .news_box .news-list_box .news-list li .data_box {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  main .news_box .news-list_box .news-list li .data_box .data {
    font-size: 1.3rem;
    margin-right: 24px;
    margin-left: 0;
    color: #323232;
    width: 5em;
  }
  main .news_box .news-list_box .news-list li .data_box .type {
    background-color: #efeff2;
    color: #013686;
    text-align: center;
    width: 5.5em;
    margin-right: 15px;
    font-size: 1.1rem;
    padding: 0.5em 0;
    font-weight: 600;
  }
  main .news_box .news-list_box .news-list li .text {
    margin-right: 20px;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #323232;
    width: 100%;
  }
  main .news_box .news-list_box .news-list li .text .iconNew {
    font-size: 1.3rem;
  }
  main .news_box .news-list_box .news-list li .text span {
    font-size: 1.4rem;
  }
  main .news_box .news-list_box .news-list li.first {
    border-top: 1px solid #707070;
  }
  main .news_box .news-list_box .news-list li.unit {
    font-size: 1.4rem;
  }
  main .news_box .btn {
    background-color: #fff;
    color: #003686;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 0.75em 0;
    margin-top: 30px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border: 1px solid #003686;
  }
  main {
    /* トピックス
    ---------------------------- */
  }
  main .wide_box .topics_box {
    max-width: 90%;
    min-width: 90%;
    margin: 0 auto;
    padding: 40px 0 20px;
  }
  main .wide_box .topics_box h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  main .wide_box .topics_box .topics-list_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main .wide_box .topics_box .topics-list_box .topics-list {
    background-color: #fff;
    margin: 0 0 40px 0;
    width: 48%;
    box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
  }
  main .wide_box .topics_box .topics-list_box .topics-list .img_box {
    width: 100%;
    margin-bottom: 10px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .img_box img {
    width: 100%;
    height: auto;
    min-height: 100px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box {
    position: relative;
    width: 100%;
    min-height: 100px;
    height: 100px;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #003686;
    color: #fff;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .title {
    width: 98%;
    font-size: 1rem;
    letter-spacing: 0.1em;
    padding: 10px 0;
    font-weight: 500;
    margin-left: 10px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 5px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price {
    display: flex;
    align-items: flex-end;
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 10px;
    margin-top: -2px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dt {
    font-size: 1.2rem;
    font-weight: 500;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dt span {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-right: 0.1em;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dd {
    margin-left: 10px;
    margin-bottom: 2px;
    font-size: 1.2rem;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dd span {
    font-size: 1.4rem;
    margin-left: 0;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price dd span.yoy {
    font-size: 1rem;
    font-weight: 400;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .current-price span {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-right: 0.1em;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: 5px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dt {
    margin-bottom: 4px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd {
    margin: 0;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd span {
    margin: 0;
    font-size: 2.7rem;
    display: inline-block;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .price-change dd.yoy {
    margin-bottom: 3px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .stock-price-box .last-updated {
    position: absolute;
    right: 10px;
    bottom: 7px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box {
    position: relative;
    padding: 5px 10px 20px 10px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .type {
    background-color: #efeff2;
    color: #013686;
    text-align: center;
    width: 5.5em;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0.2em 0;
    margin-bottom: 5px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .title {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
    font-weight: 500;
    color: #013686;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 28px;
  }
  main .wide_box .topics_box .topics-list_box .topics-list .text_box .icon img {
    width: 100%;
    height: auto;
  }
  main .wide_box .topics_box .topics-list_box .topics-list.fR {
    margin-right: 0;
  }
  main {
    /* 志ある人が、闘える環境をつくること
    ---------------------------- */
  }
  main .hd-work_box {
    display: block;
    max-width: 90%;
    margin: 0 auto 50px;
    padding: 0;
  }
  main .hd-work_box .environment_box {
    width: 100%;
    margin: 0;
    padding: 40px 0 0 0;
  }
  main .hd-work_box .environment_box .title_box h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  main .hd-work_box .environment_box .title_box .sub_text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #323232;
    margin-bottom: 20px;
    font-weight: 600;
  }
  main .hd-work_box .environment_box .title_box .btn {
    background-color: #fff;
    color: #003686;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 1em 0;
    margin: 0 auto 20px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border: 1px solid #003686;
  }
  main .hd-work_box .environment_box .title_box .btn:hover {
    background-color: #003686;
    color: #fff;
    border: 1px solid #003686;
  }
  main .hd-work_box .environment_box .text_box {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2;
    font-feature-settings: "palt" 1;
    color: #323232;
  }
  main .hd-work_box .business-image_box {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  main .hd-work_box .business-image_box img {
    width: 100%;
  }
  main .business-image_box {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  main .business-image_box img {
    width: 100%;
  }
  main .support-message_box {
    display: block;
    max-width: 90%;
    margin: 25px auto;
    align-items: center;
  }
  main .support-message_box .btn {
    background-color: #fff;
    color: #003686;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 1em 0;
    font-weight: 600;
    width: 90%;
    text-align: center;
    border: 1px solid #003686;
    margin: 0 auto 0;
  }
  main .support-message_box .btn:hover {
    background-color: #003686;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
  }
  main .support-message_box .support-message {
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    font-weight: 700;
    line-height: 1.5;
    color: #323232;
  }
  main {
    /* 保有不動産
    ---------------------------- */
  }
  main .wide_box {
    width: 100%;
    background-color: #efeff2;
    margin: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  main .wide_box .facility_box {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px 0 50px;
  }
  main .wide_box .facility_box h2 {
    display: flex;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    align-items: flex-end;
  }
  main .wide_box .facility_box h2 span {
    border-left: 2px solid #000;
    margin-left: 1.5em;
    padding-left: 1em;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    font-weight: 600;
  }
  main .wide_box .facility_box .image_box {
    margin-top: 20px;
    width: 100%;
  }
  main .wide_box .facility_box .image_box img {
    width: 100%;
    height: auto;
  }
  main .wide_box {
    /* タブメニュー */
  }
  main .wide_box .btn_box_sp {
    display: flex;
    justify-content: center;
    margin: 30px auto 30px;
    clear: both;
    overflow: hidden;
  }
  main .wide_box .btn_box_sp li {
    background-color: #fff;
    color: #113586;
    border: 1px solid #113586;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    width: 12em;
    padding: 1em 0;
    margin: 5px;
    cursor: pointer;
  }
  main .wide_box .btn_box_sp li.on {
    background-color: #113586;
    color: #fff;
    border: 1px solid #113586;
    cursor: default;
  }
  main .wide_box .btn_box_pc {
    display: none;
  }
  main .wide_box .title_sp {
    display: block;
    font-size: 1.8rem;
    width: 86%;
    margin: 70px auto 0;
  }
  main .wide_box .tab_box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /* レイアウトが崩れないように重ねる */
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.6s ease;
  }
  main .wide_box .tab_box h2 {
    display: none;
  }
  main .wide_box {
    /* 表示させたいとき */
  }
  main .wide_box .tab_box.active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  main {
    /* コンサルティング（無料相談）はこちらから
    ---------------------------- */
  }
  main .consulting-free_box {
    width: 90%;
    margin: 40px auto 20px;
  }
  main .consulting-free_box .consulting-free {
    width: 100%;
    transition: all 0.3s ease;
    background-color: #113586;
    border: 2px solid #113586;
    color: #fff;
    padding: 10px 0;
  }
  main .consulting-free_box .consulting-free h2 {
    color: #113586;
    background-color: #fff;
    padding: 0.5em 1em;
    font-size: 1.4rem;
    width: 16em;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 30px;
  }
  main .consulting-free_box .consulting-free h3 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-feature-settings: "palt" 1;
  }
  main .consulting-free_box .consulting-free .text {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0;
  }
  main .consulting-free_box .consulting-free.on {
    background-color: #fff;
    border: 2px solid #113586;
    /* ホバー時の例 */
    transform: translateY(0);
    /* 少し浮かせる例 */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  main .consulting-free_box .consulting-free.on h2 {
    background-color: #113586;
    color: #fff;
  }
  main .consulting-free_box .consulting-free.on h3 {
    color: #113586;
  }
  main .consulting-free_box .consulting-free.on .text {
    color: #113586;
  }
  main .consulting-free_box .support-message {
    padding-top: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #323232;
  }
  main {
    /* 事業内容
    ---------------------------- */
  }
  main .our-services_box {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  main .our-services_box h2 {
    display: flex;
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  main .our-services_box .btn {
    background-color: #fff;
    color: #003686;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 1em 0;
    font-weight: 600;
    width: 90%;
    text-align: center;
    margin: 0 auto 40px;
  }
  main .our-services_box .btn:hover {
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
  }
  main .our-services_box .list_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main .our-services_box .list_box .list {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
    overflow: hidden;
  }
  main .our-services_box .list_box .list .photo {
    width: 100%;
  }
  main .our-services_box .list_box .list .photo img {
    width: 100%;
    height: auto;
  }
  main .our-services_box .list_box .list h3 {
    padding: 1em 0;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    vertical-align: middle;
    letter-spacing: 0.05em;
  }
  main .our-services_box .list_box .list:hover {
    opacity: 0.7;
    box-shadow: 0px 8px 30px 0px rgba(17, 54, 134, 0.2);
    cursor: pointer;
  }
  main .our-services_box .list_box .list:hover::after {
    opacity: 1;
    transform: scaleY(1);
  }
}