@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*brandHaco*/
/*brandHaco*/
/*grid settings*/
/* media query */
#project main,
#favorite main,
#history main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #project main,
  #favorite main,
  #history main {
    padding-top: 0;
  }
}

.p-cont-bg {
  background-color: #fff;
}

.p-search {
  padding: 1px 0 2rem;
}
@media only screen and (max-width: 768px) {
  .p-search {
    padding: 1px 0 0;
  }
}
.p-search__ttl {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-search__ttl {
    margin-top: 8rem;
  }
}
.p-search__keyword {
  margin: 4rem auto 3rem;
  border: solid 1px #D7D7D7;
  display: flex;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-search__keyword {
    display: block;
    margin: 4rem auto 1.6rem;
  }
}
.p-search__keyword .keywordTtl {
  width: 20%;
  max-width: 200px;
  background: #F1EDEF;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-search__keyword .keywordTtl {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-search__keyword .keywordTtl {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-search__keyword .keywordTtl {
    width: 100%;
    max-width: 100%;
    padding: 1.1rem;
  }
}
.p-search__keyword .keywordBox {
  width: 80%;
  padding: 1.2rem 2rem;
}
@media only screen and (max-width: 768px) {
  .p-search__keyword .keywordBox {
    width: 100%;
    padding: 1.2rem 1.4rem;
  }
}
.p-search__keyword .keywordBox dl {
  line-height: 1.57;
}
.p-search__keyword .keywordBox dl:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-search__keyword .keywordBox dl:not(:first-of-type) {
    margin-top: 1.2rem;
  }
}
.p-search__keyword .keywordBox dl dd {
  display: inline-block;
  color: #6E356B;
  font-weight: 700;
}
.p-search__keyword .keywordBox dl dd:not(:last-child)::after {
  content: ",";
}
.p-search__btnlist {
  border: 1px solid #222B3C;
  background: #fff;
}
.p-search__btnlist__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222B3C;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-search__btnlist__btn {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-search__btnlist__btn {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-search__btnlist__btn {
    padding: 1.15rem;
  }
}
.p-search__btnlist__con {
  display: none;
}
.p-search__btnlist__con .p-search__btn .u-btn-tog {
  font-weight: 500;
  cursor: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-search__btnlist__con .p-search__btn .u-btn-tog {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-search__btnlist__con .p-search__btn .u-btn-tog {
    font-size: 1.5rem;
  }
}
.p-search__btnlist__con .p-search-area .c-s-area__btnlist {
  margin-bottom: 0;
}
.p-search__btnlist__con .p-search-type {
  border-top: solid 1px #D7D7D7;
}
@media only screen and (max-width: 768px) {
  .p-search__btnlist__con .p-search-type {
    border-top: none;
  }
}
.p-search__btnlist__con .p-search-type .obj--topsb .c-s-area__cont__check {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-search__btnlist__con .p-search-type .obj--topsb .c-s-area__cont__check {
    padding-bottom: 1.4rem;
  }
}
.p-search__btnlist__con .p-search-submitBtn {
  padding: 2rem;
  border-top: solid 1px #D7D7D7;
  background: #fff;
}
.p-search__btnlist__con .p-search-submitBtn a {
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-search__btnlist__con .p-search-submitBtn a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-search__btnlist__con .p-search-submitBtn a {
    font-size: 1.5rem;
  }
}
.p-search .c-s-area {
  border: none;
}

.p-sarea {
  margin: 5rem auto;
}
@media only screen and (max-width: 768px) {
  .p-sarea {
    max-width: 49rem;
  }
}
.p-sarea__option {
  display: flex;
  align-items: end;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-sarea__option-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-sarea__option {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-sarea__option {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sarea__option {
    font-size: min(3.6vw, 1.3rem);
  }
}
.p-sarea__option form {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: -8px;
}
@media only screen and (max-width: 768px) {
  .p-sarea__option form {
    gap: 0.6rem;
  }
}
.p-sarea__option form select {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  background-color: #f8f8f8;
  border: 1px solid #D7D7D7;
  padding: 2px 4px;
}
@media (max-width: 768px) {
  .p-sarea__option form select {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-sarea__option form select {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sarea__option form select {
    font-size: min(3.6vw, 1.3rem);
    padding: 2px;
  }
}
.p-sarea__count {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: end;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-sarea__count {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-sarea__count {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sarea__count {
    font-size: min(3.6vw, 1.3rem);
  }
}
.p-sarea__count em {
  font-size: 30px;
  font-size: 3rem;
  color: #6E356B;
  font-weight: 700;
  margin-right: 2px;
  margin-bottom: -4px;
}
@media (max-width: 768px) {
  .p-sarea__count em {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-sarea__count em {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-sarea__count em {
    margin-bottom: -2px;
  }
}
.p-sarea__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-fav-area legend {
  display: none;
}
.p-fav-area__siryo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}
.p-fav-area__btn {
  max-width: 26rem;
}
.p-fav-area__btn .u-btn-next {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
}
@media (max-width: 768px) {
  .p-fav-area__btn .u-btn-next {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-fav-area__btn .u-btn-next {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-fav-area__btn .u-btn-next {
    line-height: 1.5rem;
    text-align: center;
  }
}
.p-fav-area__btn__last {
  display: flex;
  justify-content: flex-end;
}
.p-fav-area__btn--last {
  margin-top: 1.6rem;
}
.p-fav-area input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-fav-area .checkmark {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 8px;
  position: relative;
  transition: background-color 0.2s ease;
}
.p-fav-area .checkmark:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0; /* 非チェック時は非表示 */
  transition: opacity 0.2s ease;
}
.p-fav-area .checkmark-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1lh;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-fav-area .checkmark-wrap {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-fav-area .checkmark-wrap {
    font-size: 1.3rem;
  }
}
.p-fav-area input:checked + .checkmark {
  background-color: #6E356B; /* チェック時の色 */
  border-color: #6E356B;
}
.p-fav-area input:checked + .checkmark:after {
  opacity: 1;
}
.p-fav-area input:checked ~ .checkmark-wrap .checkmark {
  background-color: #6E356B; /* チェック時の色 */
  border-color: #6E356B;
}
.p-fav-area input:checked ~ .checkmark-wrap .checkmark:after {
  opacity: 1;
}
.p-fav-area__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-fav-area__list__item {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: 1fr;
}
@media only screen and (max-width: 768px) {
  .p-fav-area__list__item {
    grid-template-columns: 1fr;
  }
}
.p-fav-area__list__item label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  width: 3.6rem;
  background-color: rgba(34, 43, 60, 0.09);
}
@media only screen and (max-width: 768px) {
  .p-fav-area__list__item label {
    width: 100%;
    padding: 0.9rem;
    justify-content: start;
  }
}

.p-msg {
  display: none;
}

@media only screen and (max-width: 768px) {
  .noList .p-sarea {
    max-width: 100%;
  }
}
.noList .p-sarea__listWrap {
  display: none;
}
.noList .p-msg {
  display: block;
  background-color: #f8f8f8;
  text-align: center;
  padding: 7rem 4rem;
  margin-bottom: 10rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .noList .p-msg {
    padding: 5rem 2rem;
    margin-bottom: 8rem;
  }
}
.noList .p-msg__notice {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .noList .p-msg__notice {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .noList .p-msg__notice {
    font-size: 1.6rem;
  }
}
.noList .p-msg__txt {
  margin-top: 2rem;
}
.noList .p-msg__btn {
  width: 100%;
  max-width: 640px;
  margin: 5rem auto 0;
}
.noList .p-msg__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9C4998;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .noList .p-msg__btn a:hover {
    opacity: 0.7;
  }
}

.p-map-search {
  margin: 4rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .p-map-search {
    margin: 3rem 0 8rem;
  }
}
.p-map-search__nav {
  padding: 0;
  background-color: #fff;
  border-bottom: 4px solid #6E356B;
}
.p-map-search__nav__list {
  margin-bottom: -1px;
  gap: 0;
}
.p-map-search__wrap {
  background-color: #f4f4f4;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-map-search__wrap {
    padding: 2rem 5%;
  }
}
.p-map-search__inner {
  display: grid;
  grid-template-columns: auto 35rem;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-map-search__inner {
    display: block;
  }
}
.p-map-search__mapArea {
  position: relative;
  height: 680px;
}
@media only screen and (max-width: 768px) {
  .p-map-search__mapArea {
    height: 580px;
  }
}
.p-map-search__mapArea__gmap {
  width: 100%;
  height: 100%;
}
.p-map-search__itemArea {
  height: 680px;
  overflow-y: auto;
  padding: 2rem;
  background-color: #fff;
}
.p-map-search__itemArea .gmap-trigger {
  cursor: pointer;
}
.p-map-search__cap {
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-map-search__cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-map-search__cap {
    font-size: 1rem;
  }
}

#case main,
#case-det main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #case main,
  #case-det main {
    padding-top: 0;
  }
}

.p-cont-bg {
  background-color: #fff;
}

.p-mv {
  position: relative;
}
.p-mv__img {
  width: 100%;
  aspect-ratio: 800/300;
  max-height: 70rem;
}
@media only screen and (max-width: 768px) {
  .p-mv__img {
    aspect-ratio: 1/1;
  }
}
.p-mv__img picture,
.p-mv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case {
  padding: 1px 0 8rem;
}
@media only screen and (max-width: 768px) {
  .p-case {
    padding: 1px 0 4rem;
  }
}
.p-case__ttl {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-case__ttl {
    margin-top: 4rem;
  }
}
.p-case__subttl {
  margin: 4rem auto 2rem;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  padding-left: 2rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .p-case__subttl {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-case__subttl {
    font-size: 1.7rem;
  }
}
.p-case__subttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.35rem;
  background-color: #6E356B;
}
@media only screen and (max-width: 768px) {
  .p-case__subttl {
    margin: 4rem auto 0;
  }
}
.p-case__subttl .icon {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
.p-case__subttl .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: invert(43%) sepia(15%) saturate(1161%) hue-rotate(249deg) brightness(89%) contrast(89%);
}
.p-case__taglist {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding-left: 2rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-case__taglist {
    margin-bottom: 5rem;
    margin-top: 3rem;
    padding-left: 0;
  }
}
.p-case__tag {
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #F1EDEE;
  color: #333;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 3rem;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-case__tag {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-case__tag {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-case__tag {
    padding: 0.8rem 1rem;
  }
}
.p-case__tag input {
  display: none;
}
.p-case__tag::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #9C4998;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.p-case__tag::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10px;
  z-index: -2;
}
.p-case__tag:hover {
  color: #fff;
  transition: 0.3s;
}
.p-case__tag:hover::before {
  width: 100%;
  transition: all 0.3s;
}
.p-case__tag.is-checked {
  color: #fff;
  background-color: #9C4998;
  transition: 0.3s;
}
.p-case__listttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-case__listttl {
    position: relative;
    margin-block: 1rem;
  }
}
.p-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 3rem 2%;
}
@media only screen and (max-width: 768px) {
  .p-case__list {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
.p-case__li {
  height: 100%;
}
.p-case__box {
  height: 100%;
}
.p-case__box .a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.p-case__boxttl {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .p-case__boxttl {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-case__boxttl {
    font-size: 1.5rem;
  }
}
.p-case__boxlist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.p-case__boxlist input {
  display: none;
}
.p-case__boxtag {
  padding: 0.3rem 1.3rem;
  border-radius: 1000px;
  background-color: #fdecf5;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-case__boxtag {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-case__boxtag {
    font-size: 1.2rem;
  }
}
.p-case__boxtag:hover {
  background-color: #ead7e1;
  transition: 0.3s;
}
.p-case__boxbtn {
  background-color: #fff;
  border: 2px solid #6E356B;
  color: #6E356B;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
}
.p-case__boxbtn:hover, .p-case__boxbtn.is-hovered {
  background-color: #6E356B;
  color: #fff;
  transition: 0.3s;
}
.p-case__img {
  aspect-ratio: 340/220;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.p-case__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-case__ret {
  max-width: 40rem;
  width: 90%;
  margin: 5rem auto;
}
.p-case .p-sarea__option-wrap {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-case .p-sarea__option-wrap {
    display: block;
    margin-bottom: 2rem;
  }
}
.p-case .c-pagination {
  padding-bottom: 4rem;
}

.p-casecont {
  padding: 4rem 0;
}
.p-casecont__ttl {
  font-size: 30px;
  font-size: 3rem;
  color: #6E356B;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-casecont__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-casecont__ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-casecont__ttl {
    text-align: center;
  }
}
.p-casecont__ttltxt {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  .p-casecont__ttltxt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-casecont__ttltxt {
    font-size: 1.4rem;
  }
}
.p-casecont__subttl {
  font-size: 20px;
  font-size: 2rem;
  color: #6E356B;
  margin-block: 1rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-casecont__subttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-casecont__subttl {
    font-size: 1.6rem;
  }
}
.p-casecont__subtxt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-casecont__subtxt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-casecont__subtxt {
    font-size: 1.4rem;
  }
}
.p-casecont__img {
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 1325/830;
}
@media only screen and (max-width: 768px) {
  .p-casecont__img {
    border-radius: 1rem;
  }
}
.sec-twin .p-casecont__img, .sec-left-tee .p-casecont__img {
  aspect-ratio: 662/830;
}
.p-casecont__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-casecont .sec-ttl {
  margin: 0rem auto 6rem;
}
.p-casecont .sec-def,
.p-casecont .sec-twin,
.p-casecont .sec-left-tee {
  margin: 8rem auto;
}
@media only screen and (max-width: 768px) {
  .p-casecont .sec-def,
  .p-casecont .sec-twin,
  .p-casecont .sec-left-tee {
    margin: 4rem auto;
  }
}
.p-casecont__twin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-casecont__twin {
    gap: 0.5rem;
  }
}
.p-casecont__tee {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-casecont__tee {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-casecont__txtwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-caseoth {
  padding-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .p-caseoth {
    padding-bottom: 6rem;
  }
}
.p-caseoth__ttl {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-caseoth__ttl {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.p-caseoth__ttl p {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 1rem auto 0;
  border-bottom: 3px solid #6E356B;
}
@media (max-width: 768px) {
  .p-caseoth__ttl p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-caseoth__ttl p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-caseoth__ttl p {
    line-height: 1.4;
    margin: 2rem 0 0 5%;
    border-bottom: none;
    border-left: 4px solid #6E356B;
    padding-left: 0.8rem;
  }
}

.p-caseinfo__ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #6E356B;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #9C4998;
}
@media (max-width: 768px) {
  .p-caseinfo__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-caseinfo__ttl {
    font-size: 1.8rem;
  }
}
.p-caseinfo__list {
  margin-block: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-caseinfo__item {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-caseinfo__item {
    grid-template-columns: 7rem 1fr;
  }
}
.p-caseinfo__dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-caseinfo__dt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-caseinfo__dt {
    font-size: 1.4rem;
  }
}
.p-caseinfo__dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-caseinfo__dt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-caseinfo__dt {
    font-size: 1.4rem;
  }
}
.p-caseinfo__dt .small {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-caseinfo__dt .small {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-caseinfo__dt .small {
    font-size: 1.2rem;
  }
}
.p-caseinfo__tags {
  margin-block: 6rem;
}
.p-caseinfo__subttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-block: 4rem;
}
@media (max-width: 768px) {
  .p-caseinfo__subttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-caseinfo__subttl {
    font-size: 1.8rem;
  }
}
.p-caseinfo__taglist {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding-left: 2rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-caseinfo__taglist {
    margin-bottom: 5rem;
    padding-left: 0;
    gap: 1rem 0.4rem;
  }
}
.p-caseinfo__tag {
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #F1EDEE;
  color: #333;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 3rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-caseinfo__tag {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-caseinfo__tag {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-caseinfo__tag {
    padding: 0.3rem 1rem;
  }
}
.p-caseinfo__tag::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #9C4998;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.p-caseinfo__tag::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10px;
  z-index: -2;
}
.p-caseinfo__tag.is-checked {
  color: #fff;
  background-color: #9C4998;
  transition: 0.3s;
}

.obj--scrolldown {
  width: 1px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.obj--scrolldown-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -80px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}
#hacoslider .inner {
  width: 95%;
}
@media only screen and (max-width: 768px) {
  #hacoslider .slides {
    left: -100%;
  }
}/*# sourceMappingURL=case.css.map */