@charset "UTF-8";
.accordion-title {
  font-size: 1.7rem;
  font-weight: 300;
  color: #464646;
  line-height: 65px;
  padding-left: 100px;
  border-top: 1px solid #B1B1B1;
  display: block;
  cursor: pointer;
  position: relative;
}

.accordion-title::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../../images/sc-case/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50px;
  top: 25px;
}

@media screen and (max-width: 767px) {
  .accordion-title {
    font-size: 1.5rem;
    padding-left: 80px;
  }
  .accordion-title::before {
    left: 25px;
  }
}

.accordion-title:last-of-type {
  border-bottom: 1px solid #B1B1B1;
}

.accordion-title:hover {
  background: #B1B1B1;
  color: #fff;
}

.accordion-title:hover::before {
  background-image: url(../../images/sc-case/plus_white.svg);
}

.accordion-title[aria-expanded="true"] {
  background: #B1B1B1;
  color: #fff;
}

.accordion-title[aria-expanded="true"]::before {
  background-image: url(../../images/sc-case/minus.svg);
}

.accordion-content {
  padding: 0;
  /* 閉じている状態 */
  line-height: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  transition: line-height .3s ease-out, max-height .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out, opacity     .1s linear, visibility  .1s linear;
}

.accordion-content[aria-hidden="false"] {
  padding: 50px 0;
  /* 開いている状態 */
  line-height: 1.4;
  max-height: 1000vh;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition: line-height .3s ease-out, max-height .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out, opacity     .1s linear .1s, visibility  .1s linear .1s;
}

.banner {
  width: 500px;
  height: 154px;
  max-width: 100%;
  border: 1px solid #111;
  position: relative;
}

.banner a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .banner {
    width: 340px;
    height: 108px;
  }
}

.banner__image {
  height: 100%;
  width: 33%;
  float: left;
  background-position: center;
  background-size: cover;
}

.banner__text {
  width: 67%;
  height: 100%;
  padding: 3% 4.6%;
  box-sizing: border-box;
  float: left;
}

.banner ._titleWrap {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 10px;
}

.banner ._titleWrap ._imgBox {
  width: 18px;
  margin-top: 3px;
  margin-right: 5px;
}

.banner ._titleWrap ._imgBox img {
  width: 100%;
  height: auto;
}

.banner ._titleWrap ._ttl {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
}

.banner ._titleWrap ._ttl ._small {
  font-size: 17px;
  letter-spacing: 0.029em;
}

.banner ._text {
  font-size: 17px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .banner ._titleWrap ._imgBox {
    margin-top: -1px;
  }
  .banner ._titleWrap ._ttl {
    font-size: 17px;
    line-height: 20px;
  }
  .banner ._titleWrap ._ttl ._small {
    font-size: 13.4px;
  }
  .banner ._text {
    font-size: 12px;
    line-height: 17px;
  }
}

#contentsHeading #naviLowerArea > .naviLower {
  z-index: 99999;
}

@media screen and (min-width: 751px) {
  #contentsHeading #naviLowerArea > .naviLower > ul > li:nth-child(5) {
    padding-right: 5px;
  }
  #contentsHeading #naviLowerArea > .naviLower > ul > li:nth-child(5) a {
    letter-spacing: -0.08em;
  }
  #contentsHeading #naviLowerArea > .naviLower > ul > li:last-child {
    width: 23%;
  }
}

.li_fd li {
  opacity: 0;
}

.li_fd1 li {
  opacity: 0;
}

.li_fd2 li {
  opacity: 0;
}

.li_fd3 li {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .in {
    padding: 0 20px;
  }
}

.scSingle-Tile__caseList {
  max-width: 1200px;
  padding-top: 150px;
  margin: 0 auto 150px;
  border-top: solid 1px #939598;
}

.scSingle-Tile__caseList ._title {
  margin-bottom: 65px;
  font-size: 28px;
  line-height: 39px;
  color: #4d4d4d;
  font-weight: 600;
  text-align: center;
}

.scSingle-Tile__caseList ._flexWrap {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

.scSingle-Tile__caseList ._flexWrap ._flexItem {
  width: 23%;
  margin-right: 2.66667%;
  margin-bottom: 90px;
  transition: opacity 0.3s;
}

.scSingle-Tile__caseList ._flexWrap ._flexItem:nth-child(4n) {
  margin-right: 0;
}

.scSingle-Tile__caseList ._flexWrap ._flexItem:hover {
  opacity: 0.5;
}

.scSingle-Tile__caseList ._flexWrap ._flexItem img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.scSingle-Tile__caseList ._flexWrap ._flexItem ._after {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: 300;
  color: #000;
  display: block;
  line-height: 1.4;
}

.scSingle-Tile__caseList ._flexWrap ._flexItem ._num {
  font-size: 2.8rem;
  display: inline;
}

.scSingle-Tile__caseList ._flexWrap ._flexItem ._place {
  color: #464646;
  font-weight: 600;
  font-size: 1.7rem;
  display: block;
  line-height: 1.4;
}

@media screen and (max-width: 1250px) {
  .scSingle-Tile__caseList {
    padding: 0 20px;
    border-top: none;
  }
  .scSingle-Tile__caseList ._title {
    padding-top: 150px;
    border-top: solid 1px #939598;
  }
}

@media screen and (max-width: 960px) {
  .scSingle-Tile__caseList ._flexWrap ._flexItem {
    width: 48.0597%;
    margin-right: 3.8806%;
    margin-bottom: 30px;
  }
  .scSingle-Tile__caseList ._flexWrap ._flexItem:nth-child(2n) {
    margin-right: 0;
  }
  .scSingle-Tile__caseList ._flexWrap ._flexItem ._after {
    font-size: 1.5rem;
  }
  .scSingle-Tile__caseList ._flexWrap ._flexItem ._num {
    font-size: 2.3rem;
  }
  .scSingle-Tile__caseList ._flexWrap ._flexItem ._place {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .scSingle-Tile__caseList {
    margin: 0 auto 140px;
  }
  .scSingle-Tile__caseList ._title {
    padding-top: 40px;
    margin-bottom: 35px;
    font-size: 17px;
  }
}

.scTop-Tile__caseTop .in {
  max-width: 1200px;
}

.scTop-Tile__caseTop__mainImg {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 2px !important;
}

.scTop-Tile__caseTop__mainImg img {
  width: 100%;
  height: auto;
}

.scTop-Tile__caseTop__mainImg ._sp-Img {
  display: none;
}

@media screen and (max-width: 767px) {
  .scTop-Tile__caseTop__mainImg {
    margin-top: 0px !important;
  }
  .scTop-Tile__caseTop__mainImg ._pc-Img {
    display: none;
  }
  .scTop-Tile__caseTop__mainImg ._sp-Img {
    display: block;
  }
}

.scTop-Tile__caseTop .in {
  margin-top: 140px;
}

.scTop-Tile__caseTop__mainText {
  margin-bottom: 70px;
}

.scTop-Tile__caseTop__mainText ._title {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 59px;
  color: #4d4d4d;
  text-align: center;
  font-weight: 300;
}

.scTop-Tile__caseTop__mainText ._text {
  font-size: 17px;
  line-height: 36px;
  color: #4d4d4d;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .scTop-Tile__caseTop .in {
    margin-top: 29px;
  }
  .scTop-Tile__caseTop__mainText {
    margin-bottom: 50px;
  }
  .scTop-Tile__caseTop__mainText ._title {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 35px;
  }
  .scTop-Tile__caseTop__mainText ._text {
    font-size: 14px;
    line-height: 25px;
    color: #4d4d4d;
    text-align: center;
  }
}

.scTop-Tile__caseTop__caseList {
  max-width: 1200px;
  padding-top: 200px;
  margin: 0 auto 150px;
}

.scTop-Tile__caseTop__caseList p {
  font-size: 17px;
  font-weight: bold;
  color: #464646;
}

.scTop-Tile__caseTop__caseList ._title {
  font-size: 28px;
  line-height: 39px;
  color: #4d4d4d;
  font-weight: 600;
  text-align: center;
}

.scTop-Tile__caseTop__caseList ._flexWrap {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

.scTop-Tile__caseTop__caseList ._flexWrap ._flexItem {
  width: 23%;
  margin-right: 2.66667%;
  margin-bottom: 50px;
  transition: opacity 0.3s;
}

.scTop-Tile__caseTop__caseList ._flexWrap ._flexItem:nth-child(4n) {
  margin-right: 0;
}

.scTop-Tile__caseTop__caseList ._flexWrap ._flexItem:hover {
  opacity: 0.5;
}

.scTop-Tile__caseTop__caseList ._flexWrap ._flexItem img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.scTop-Tile__caseTop__caseList ._flexWrap ._flexItem ._after {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: 300;
  color: #000;
  display: block;
  line-height: 1.4;
}

.scTop-Tile__caseTop__caseList ._flexWrap ._flexItem ._num {
  font-size: 2.8rem;
  display: inline;
}

.scTop-Tile__caseTop__caseList ._flexWrap ._flexItem ._place {
  color: #464646;
  font-weight: 600;
  font-size: 1.7rem;
  display: block;
  line-height: 1.4;
}

.scTop-Tile__caseTop__case {
  border-top: solid 1px #939598;
  padding-top: 50px;
}

.scTop-Tile__caseTop__case p {
  padding-bottom: 28px;
}

.scTop-Tile__caseTop__case:first-of-type {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .scTop-Tile__caseTop__case {
    padding: 0;
  }
}

@media screen and (max-width: 1250px) {
  .scTop-Tile__caseTop__caseList {
    padding: 150px 20px 0;
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .scTop-Tile__caseTop__caseList ._title {
    padding-top: 150px;
    border-top: solid 1px #939598;
  }
}

@media screen and (max-width: 960px) {
  .scTop-Tile__caseTop__caseList ._flexWrap ._flexItem {
    width: 48.0597%;
    margin-right: 3.8806%;
    margin-bottom: 30px;
  }
  .scTop-Tile__caseTop__caseList ._flexWrap ._flexItem:nth-child(2n) {
    margin-right: 0;
  }
  .scTop-Tile__caseTop__caseList ._flexWrap ._flexItem ._after {
    font-size: 1.5rem;
  }
  .scTop-Tile__caseTop__caseList ._flexWrap ._flexItem ._num {
    font-size: 2.3rem;
  }
  .scTop-Tile__caseTop__caseList ._flexWrap ._flexItem ._place {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .scTop-Tile__caseTop__caseList {
    padding: 0;
    margin: 0 auto 20px;
  }
  .scTop-Tile__caseTop__caseList ._title {
    padding-top: 40px;
    margin-bottom: 30px;
    font-size: 17px;
    margin-top: 45px;
    line-height: 2;
  }
  .scTop-Tile__caseTop__caseList p {
    margin-top: 35px;
    padding-bottom: 15px;
    font-size: 15px;
  }
}

.banner-bg {
  background-color: #f5f5f5;
  padding: 80px;
}

.hikariceraTop-LinkBanner1 ._bg {
  background-color: #fff;
}

.scTop-Tile__caseTop__toVoice {
  max-width: 1200px;
  margin: 0 auto 300px;
}

.scTop-Tile__caseTop__toVoice ._title {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  color: #E29223;
  border-left: 5px solid #E29223;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .scTop-Tile__caseTop__toVoice ._title {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .banner-bg {
    padding: 50px 18px;
  }
  .scTop-Tile__caseTop__toVoice {
    margin: 0 auto 150px;
  }
  .scTop-Tile__caseTop__toVoice ._title {
    font-size: 18px;
  }
}

.scSingle-Tile__columnUnderText {
  margin-top: 100px;
  font-size: 14px;
  line-height: 25px;
  color: #4d4d4d;
}

.scSingle-Tile__data {
  margin-top: 100px;
}

.scSingle-Tile__data ._title {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1em;
  font-weight: 600;
}

.scSingle-Tile__data ._data {
  font-size: 1.2rem;
  display: block;
  font-weight: 300;
}

.scSingle-Tile__data ._dataList {
  font-size: 1.2rem;
  list-style-type: disc;
  font-weight: 300;
}

#contentsArea .scSingle-Tile__data img {
  display: inherit;
  width: 185px;
  margin-right: 35px;
  margin-bottom: 13px;
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  .scSingle-Tile__data {
    margin-top: 48px;
  }
  #contentsArea .scSingle-Tile__data img {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.scSingle-Tile__description {
  margin-top: 80px;
  margin-bottom: 50px;
}

.scSingle-Tile__description ._title {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 53px;
  letter-spacing: 0.04em;
  font-family: 'Noto Serif JP', serif;
  color: #000000;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .scSingle-Tile__description {
    margin-top: 65px;
    margin-bottom: 30px;
  }
  .scSingle-Tile__description ._title {
    font-size: 23px;
    line-height: 34px;
  }
}

.scSingle-Tile__mainContentWrap {
  max-width: 860px;
  padding-bottom: 90px;
  margin: 0 auto;
}

@media screen and (max-width: 920px) {
  .scSingle-Tile__mainContentWrap {
    padding: 0 20px 135px;
  }
}

@media screen and (max-width: 767px) {
  .scSingle-Tile__mainContentWrap {
    padding: 0 0 50px;
  }
}

.scSingle-Tile__subInfo {
  margin-bottom: 50px;
}

.scSingle-Tile__subInfo ._subImgWrap {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 30px;
}

.scSingle-Tile__subInfo ._subImgWrap ._imgBox:first-child {
  width: 54.4186%;
  margin-right: 0.69767%;
}

.scSingle-Tile__subInfo ._subImgWrap ._imgBox:last-child {
  width: 44.88372%;
}

.scSingle-Tile__subInfo ._subImgWrap ._imgBox img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.scSingle-Tile__subInfo ._subText {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 25px;
  color: #4d4d4d;
}

.scSingle-Tile__subInfo ._subText ._icon img {
  width: 100%;
  max-width: 13px;
  margin-right: 2px;
  height: auto;
  vertical-align: baseline;
}

.scSingle-Tile__subInfo ._subText:last-child {
  margin-bottom: 0;
}

.scSingle-Tile__subInfo._voice02 ._subImgWrap ._imgBox:first-child {
  width: 57.44186%;
  margin-right: 0.69767%;
}

.scSingle-Tile__subInfo._voice02 ._subImgWrap ._imgBox:last-child {
  width: 41.86047%;
}

.scSingle-Tile__subInfo._voice03 ._subImgWrap ._imgBox:first-child {
  width: 43.95349%;
  margin-right: 0.5814%;
}

.scSingle-Tile__subInfo._voice03 ._subImgWrap ._imgBox:last-child {
  width: 55.46512%;
}

.scSingle-Tile__subInfo._voice04 ._subImgWrap ._imgBox:first-child {
  width: 40.11628%;
  margin-right: 0.5814%;
}

.scSingle-Tile__subInfo._voice04 ._subImgWrap ._imgBox:last-child {
  width: 59.30233%;
}

.scSingle-Tile__subInfo._voice05-1 ._subImgWrap ._imgBox:first-child {
  width: 100%;
  margin-right: 0;
}

.scSingle-Tile__subInfo._voice05-1 ._subImgWrap ._imgBox:last-child {
  width: 100%;
}

.scSingle-Tile__subInfo._voice05-2 ._subImgWrap ._imgBox:first-child {
  width: 53.83721%;
  margin-right: 0.5814%;
}

.scSingle-Tile__subInfo._voice05-2 ._subImgWrap ._imgBox:last-child {
  width: 45.5814%;
}

.scSingle-Tile__subInfo._voice06-1 ._subImgWrap ._imgBox:first-child {
  width: 100%;
  margin-right: 0;
}

.scSingle-Tile__subInfo._voice06-1 ._subImgWrap ._imgBox:last-child {
  width: 100%;
}

.scSingle-Tile__subInfo._voice06-2 ._subImgWrap ._imgBox:first-child {
  width: 100%;
  margin-right: 0;
}

.scSingle-Tile__subInfo._voice06-2 ._subImgWrap ._imgBox:last-child {
  width: 100%;
}

.scSingle-Tile__subInfo._voice07 ._subImgWrap ._imgBox:first-child {
  width: 57.32558%;
  margin-right: 0.5814%;
}

.scSingle-Tile__subInfo._voice07 ._subImgWrap ._imgBox:last-child {
  width: 42.09302%;
}

.scSingle-Tile__subInfo._voice10 ._subImgWrap ._imgBox:first-child {
  width: 54.88372%;
  margin-right: 0.5814%;
}

.scSingle-Tile__subInfo._voice10 ._subImgWrap ._imgBox:last-child {
  width: 44.53488%;
}

.scSingle-Tile__subInfo._voice11-1 ._subImgWrap ._imgBox:first-child {
  width: 71.62791%;
  margin-right: 0;
}

.scSingle-Tile__subInfo._voice11-1 ._subImgWrap ._imgBox:last-child {
  width: 71.62791%;
}

.scSingle-Tile__subInfo._voice11-2 {
  margin-bottom: 0;
}

.scSingle-Tile__subInfo._voice11-2 ._subImgWrap ._imgBox:first-child {
  width: 49.53488%;
  margin-right: 0.93023%;
}

.scSingle-Tile__subInfo._voice11-2 ._subImgWrap ._imgBox:last-child {
  width: 49.53488%;
}

.scSingle-Tile__subInfo._voice12-1 ._subImgWrap ._imgBox:first-child {
  width: 100%;
  margin-right: 0;
}

.scSingle-Tile__subInfo._voice12-1 ._subImgWrap ._imgBox:last-child {
  width: 100%;
}

.scSingle-Tile__subInfo._voice12-2 {
  margin-bottom: 0;
}

.scSingle-Tile__subInfo._voice12-2 ._subImgWrap ._imgBox:first-child {
  width: 49.53488%;
  margin-right: 0.93023%;
}

.scSingle-Tile__subInfo._voice12-2 ._subImgWrap ._imgBox:last-child {
  width: 49.53488%;
}

@media screen and (max-width: 767px) {
  .scSingle-Tile__subInfo {
    margin-bottom: 48px;
  }
  .scSingle-Tile__subInfo ._subImgWrap {
    display: block;
    margin-bottom: 20px;
  }
  .scSingle-Tile__subInfo ._subImgWrap ._imgBox:first-child {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .scSingle-Tile__subInfo ._subImgWrap ._imgBox:last-child {
    width: 100% !important;
  }
}

.scSingle-Tile__title {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 61px;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 50px;
  background-color: #edebea;
  font-size: 25px;
  font-weight: 600;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .scSingle-Tile__title {
    margin-bottom: 18px;
    padding-left: 12px;
    font-size: 17px;
  }
}

.scSingle-Tile__top {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 5;
}

.scSingle-Tile__top img {
  vertical-align: bottom;
}

.scSingle-Tile__top ._beforeText {
  position: absolute;
  top: 26px;
  left: 32px;
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #000000;
}

.scSingle-Tile__top ._beforeText._white {
  color: #fff;
}

.scSingle-Tile__top ._beforeText ._small {
  font-size: 16px;
}

.scSingle-Tile__top ._afterText {
  position: absolute;
  top: 26px;
  left: 32px;
  font-family: 'Noto Serif JP', serif;
  font-size: 19px;
  line-height: 32px;
  font-weight: 600;
  color: #000000;
}

.scSingle-Tile__top ._afterText._white {
  color: #fff;
}

.scSingle-Tile__top ._afterText ._big {
  font-size: 30px;
}

.scSingle-Tile__top ._afterText ._small {
  font-size: 16px;
}

.scSingle-Tile__top ._bottomText {
  margin-top: 5px;
  font-size: 14px;
  line-height: 25px;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .scSingle-Tile__top ._beforeText {
    top: 10px;
    left: 10px;
    font-size: 19px;
    line-height: 22px;
  }
  .scSingle-Tile__top ._beforeText ._small {
    font-size: 12px;
  }
  .scSingle-Tile__top ._afterText {
    top: 10px;
    left: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .scSingle-Tile__top ._afterText ._big {
    font-size: 22px;
  }
  .scSingle-Tile__top ._afterText ._small {
    font-size: 12px;
  }
}

.scSingle-Tile__toVoice {
  margin-top: 150px;
}

.scSingle-Tile__toVoice ._title {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  color: #E29223;
  border-left: 5px solid #E29223;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 15px;
}

.scSingle-Tile__toVoice ._image {
  max-width: 500px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .scSingle-Tile__toVoice {
    margin-top: 80px;
  }
  .scSingle-Tile__toVoice ._title {
    font-size: 1.8rem;
  }
}

#scTop-Tile__caseTop {
  max-width: 1200px;
}

.scTop-Tile__caseTop__mapBox {
  position: relative;
}

.scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map a {
  width: 118px;
  background-size: 100% 155%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/sc-case/sc-case_brackets01.svg);
  text-align: center;
}

.scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural01 {
  position: absolute;
  top: 14.6%;
  left: 44%;
}

.scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural02 {
  position: absolute;
  top: 41.4%;
  left: 61.7%;
}

.scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural03 {
  position: absolute;
  top: 65.8%;
  left: 57.5%;
}

.scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural04 {
  position: absolute;
  top: 48.4%;
  left: 38.1%;
}

.scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural05 {
  position: absolute;
  top: 79%;
  left: 45.7%;
}

.scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural06 {
  position: absolute;
  top: 59.7%;
  left: 21.9%;
}

.scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural07 {
  position: absolute;
  top: 84%;
  left: 33.7%;
}

.scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural08 {
  width: 140px;
  background-size: 100% 170%;
  position: absolute;
  top: 74.18%;
  left: 8.6%;
}

@media screen and (max-width: 1000px) {
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map ._text {
    font-size: 1.7vw;
  }
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map a {
    width: calc(118/1000 * 100vw);
    background-size: 100% 130%;
  }
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural08 {
    width: calc(140/1000 * 100vw);
    background-size: 100% 155%;
  }
}

@media screen and (max-width: 767px) {
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map ul {
    margin-top: 32px;
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    margin-bottom: 45px;
  }
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map a {
    position: static;
    width: 96px;
    background-image: url(../../images/sc-case/sc-case_brackets02.svg);
    background-size: 100% 60px;
  }
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural08 {
    background-size: 100% 72px;
  }
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map ._text {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 13px;
  }
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map li:nth-of-type(6) ._text {
    margin-right: 0;
  }
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural01, .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural02, .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural03, .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural04, .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural05, .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural06, .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural07, .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural08 {
    position: static;
    padding: 5px 5px;
  }
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map #rural08 {
    width: 127px;
  }
}

@media screen and (max-width: 730px) {
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map li:nth-of-type(5) ._text {
    margin-right: 0;
  }
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map li:nth-of-type(6) ._text {
    margin-right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map li:nth-of-type(4n) ._text {
    margin-right: 0;
  }
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map li:nth-of-type(5) ._text {
    margin-right: 20px;
  }
}

@media screen and (max-width: 483px) {
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map li:nth-of-type(3n) ._text {
    margin-right: 0;
  }
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map li:nth-of-type(4n) ._text {
    margin-right: 20px;
  }
}

@media screen and (max-width: 367px) {
  .scTop-Tile__caseTop__mapBox .scTop-Tile__caseTop__map li:nth-of-type(3n) ._text {
    margin-right: 20px;
  }
}

.main_image_box img {
  z-index: 10;
  width: 100%;
}

.scTop-Tile__caseTop__map {
  height: 0;
}

.scTop-Tile__caseTop__map li {
  display: inline-block;
}

.scTop-Tile__caseTop__map li:hover {
  cursor: pointer;
}

.scTop-Tile__caseTop__map li:hover a {
  background-image: none;
}

.scTop-Tile__caseTop__map li:hover ._text {
  background-color: #ef8337;
  color: #fff;
  border-radius: 15px;
}

.scTop-Tile__caseTop__map ._text {
  color: #ef8337;
  font-size: 17px;
  padding: 5px 0;
  position: relative;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .scTop-Tile__caseTop__map {
    height: auto;
  }
}

._sp-adjustment {
  display: none;
}

@media screen and (max-width: 767px) {
  ._pc-adjustment {
    display: none;
  }
  ._sp-adjustment {
    display: inline;
  }
}

._sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  ._pc-br {
    display: none;
  }
  ._sp-br {
    display: inline;
  }
}
