@charset "UTF-8";
main {
  margin-bottom: 0;
  position: relative;
  background-image: none;
  min-height: auto !important;
}
@media (max-width: 520px) {
  main {
    height: 70vh;
  }
}
main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--background);
}
main .mainImg {
  width: 100%;
  height: 46vh;
  position: relative;
  border-radius: 0 0 200px 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../img/neko/nekoMaimImg.jpg);
}
@media (max-width: 520px) {
  main .mainImg {
    height: 70vh;
    border-radius: 0 0 80px 40px;
  }
}
main .inner {
  padding-top: 100px;
  z-index: 1;
}
@media (max-width: 920px) {
  main .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 520px) {
  main .inner {
    width: 90%;
    padding-top: 110px;
  }
}
main .mainTxt h2 {
  color: #fff;
}
@media (max-width: 520px) {
  main .mainTxt h2 {
    font-size: 7em;
  }
}
main p {
  font-size: 1.5rem;
  margin-top: 4.2rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 520px) {
  main p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 3rem;
  }
}

#assignmentFlow {
  padding-top: 5rem;
  background-color: var(--background);
}
@media (max-width: 920px) {
  #assignmentFlow {
    padding-top: 10rem;
  }
}
@media (max-width: 520px) {
  #assignmentFlow {
    padding-top: 3rem;
  }
}
#assignmentFlow .inner {
  margin: 0 auto;
}
#assignmentFlow .inner .about__linkBtn {
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1080px) {
  #assignmentFlow .inner .about__linkBtn {
    margin-top: 5rem;
  }
}
@media (max-width: 520px) {
  #assignmentFlow .inner .about__linkBtn {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
#assignmentFlow .inner .about__linkBtn a {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: var(--primary);
  background: var(--background);
  border: 2px solid var(--primary);
  border-radius: 3px;
  width: calc((100% - 2rem) / 2);
  padding: 0.5rem 0;
  transition: 0.5s;
  position: relative;
}
#assignmentFlow .inner .about__linkBtn a::after {
  content: "";
  rotate: 45deg;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  position: absolute;
  top: 55%;
  left: 90%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 1;
}
@media (max-width: 520px) {
  #assignmentFlow .inner .about__linkBtn a {
    width: 100%;
  }
}
#assignmentFlow .inner .about__linkBtn a:hover {
  color: #fff;
  background: var(--primary);
}
#assignmentFlow .inner .about__linkBtn a:hover::after {
  border-color: #fff;
}
#assignmentFlow .inner h3 {
  margin: 0 auto;
  font-size: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#assignmentFlow .inner .flow {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#assignmentFlow .inner .flow li {
  width: 12rem;
  height: 12rem;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  margin-top: 1.6rem;
}
#assignmentFlow .inner .flow .ynext {
  rotate: 45deg;
  width: 3rem;
  height: 3rem;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  margin-right: 1.7rem;
  margin-top: 1.7rem;
}
@media (max-width: 920px) {
  #assignmentFlow .inner .flow .ynext {
    margin-top: unset;
    rotate: 135deg;
  }
}
@media (max-width: 920px) {
  #assignmentFlow .inner .flow {
    flex-direction: column;
  }
  #assignmentFlow .inner .flow li {
    width: 70%;
    height: auto;
    border-radius: 50px;
    padding: 1.4rem;
  }
}
@media (max-width: 520px) {
  #assignmentFlow .inner .flow li {
    width: 100%;
  }
}
#assignmentFlow .inner .FlowList {
  width: 100%;
  max-width: 750px;
  margin: 6.6rem auto 6rem;
  border: solid 1px var(--primary);
  padding: 4.5rem 5rem;
}
@media (max-width: 920px) {
  #assignmentFlow .inner .FlowList {
    padding: 2.5rem;
  }
}
#assignmentFlow .inner .FlowList dt {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
#assignmentFlow .inner .FlowList dt em {
  font-size: 2.4rem;
  color: var(--primary);
  display: block;
}
#assignmentFlow .inner .FlowList dd {
  font-weight: 1.6rem;
  color: var(--black);
  padding-left: 4.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 520px) {
  #assignmentFlow .inner .FlowList dd {
    padding-left: 2rem;
  }
}
#assignmentFlow .inner .FlowList dd div {
  padding-left: 2.4rem;
}
@media (max-width: 520px) {
  #assignmentFlow .inner .FlowList dd div {
    padding-left: 1rem;
  }
}
#assignmentFlow .inner .notes {
  font-size: 1.6;
  font-weight: bold;
  text-align: center;
  margin-bottom: 9.7rem;
}
#assignmentFlow .inner .conditions {
  background-color: #fff;
  border: solid 1px var(--primary);
  width: 100%;
  max-width: 750px;
  padding: 4rem 5rem 4.5rem;
  margin: 0 auto;
}
#assignmentFlow .inner .conditions dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--primary);
  padding: 0.8rem 3.4rem;
  margin: -7rem auto 0;
  border: solid 1px var(--primary);
  background-color: #fff;
  border-radius: 3rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#assignmentFlow .inner .conditions dd {
  font-weight: 1.6rem;
  font-weight: bold;
}
#assignmentFlow .inner .conditions dd:nth-of-type(6) {
  margin-top: 2rem;
}
#assignmentFlow .inner small {
  display: block;
  font-size: 1.2rem;
  color: var(--black);
  text-align: left;
  font-weight: normal;
}

#tayori {
  margin-top: 17rem;
}
@media (max-width: 520px) {
  #tayori {
    margin-top: 9rem;
  }
}
#tayori h2 {
  margin-bottom: 4rem;
}
#tayori p {
  margin-bottom: 4rem;
}
#tayori .linkBtn_tayori {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 100%;
  max-width: 460px;
  transition: 0.3s;
  box-sizing: border-box;
  border: var(--primary) 2px solid;
  background-color: #fff;
  color: var(--primary);
  border-radius: 3px;
  margin-bottom: 8rem;
}
#tayori .linkBtn_tayori:hover {
  color: #fff;
  background-color: var(--primary);
}
#tayori .tayoriList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}
#tayori .tayoriList li {
  width: calc(50% - 2.5rem);
}
@media (max-width: 920px) {
  #tayori .tayoriList li {
    width: 100%;
  }
}
#tayori .tayoriList li a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #F9F9F9;
  transition: 0.3s;
  position: relative;
}
#tayori .tayoriList li a::after {
  display: inline-block;
  content: "";
  rotate: 45deg;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
#tayori .tayoriList li a:hover {
  opacity: 0.5;
}
#tayori .tayoriList li a figure {
  width: 40%;
  height: 100%;
  position: relative;
}
@media (max-width: 520px) {
  #tayori .tayoriList li a figure {
    width: 35%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 3/4;
  }
}
#tayori .tayoriList li a figure img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#tayori .tayoriList li a figure span {
  font-weight: bold;
  font-size: 2.5rem;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: solid 4px var(--primary);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 2rem;
  padding: 1.5rem 1rem;
  font-size: 2rem;
  color: #3C73A9;
  line-height: 1.2;
  letter-spacing: 1px;
}
#tayori .tayoriList li a figure span em {
  font-size: 1.5em;
  color: #3C73A9;
  letter-spacing: 1px;
}
#tayori .tayoriList li a .tayoritxt {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 60%;
  height: 300px;
}
@media (max-width: 520px) {
  #tayori .tayoriList li a .tayoritxt {
    padding: 1rem;
    height: 100%;
  }
}
#tayori .tayoriList li a .tayoritxt span {
  display: block;
  font-size: 1.5rem;
  color: #707070;
}
#tayori .tayoriList li a .tayoritxt p {
  margin: 0;
}
#tayori .tayoriList li a .tayoritxt p:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 520px) {
  #tayori .tayoriList li a .tayoritxt p:last-child {
    -webkit-line-clamp: 1;
    /* width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;    */
  }
}

#tayori_detail {
  margin-top: 17rem;
  z-index: 100;
}
@media (max-width: 520px) {
  #tayori_detail {
    margin-top: 9rem;
  }
}
#tayori_detail h2 {
  margin-bottom: 4rem;
}
#tayori_detail .tayoriBox {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
#tayori_detail .tayoriBox p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5rem;
}
@media (max-width: 520px) {
  #tayori_detail .tayoriBox p {
    font-size: 2rem;
  }
}
#tayori_detail .tayoriBox p span {
  display: block;
  font-size: 1.5rem;
}
#tayori_detail .tayoriBox figure {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
#tayori_detail .tayoriBox figure img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #eee;
}
#tayori_detail .tayoriBox .txt {
  font-size: 1.6rem;
  margin: 5rem 0;
}

#neko_list {
  margin: 5rem auto 0;
}
#neko_list .inner {
  position: relative;
  width: 80%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  #neko_list .inner {
    width: 95%;
  }
}
#neko_list .ttlBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 8.6rem;
}
@media (max-width: 520px) {
  #neko_list .ttlBox {
    margin-bottom: 5rem;
  }
}
#neko_list .ttlBox h3 {
  font-size: 3.4rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  #neko_list .ttlBox h3 {
    font-size: 3rem;
  }
}
#neko_list .ttlBox h3 span {
  font-size: 0.5em;
  display: block;
  line-height: 1;
}
#neko_list .ttlBox h3 em {
  color: var(--primary);
}
#neko_list .ttlBox a.moreBtn {
  width: 100px;
  height: 40px;
  font-size: 1.2rem;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#neko_list .ttlBox a.moreBtn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../img/common/more.svg");
  background-size: cover auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 0.3s;
}
#neko_list .ttlBox a.moreBtn:hover {
  color: var(--primary);
}
#neko_list .ttlBox a.moreBtn:hover::after {
  background-image: url("../../img/common/more_hover.svg");
}
#neko_list .container {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 10rem 0;
}
@media (max-width: 920px) {
  #neko_list .container {
    width: 95%;
    margin: 0 auto;
  }
}
#neko_list .container div.area {
  position: relative;
  width: calc(33.3333333333% - 3rem);
}
@media (max-width: 920px) {
  #neko_list .container div.area {
    width: calc(50% - 1rem);
  }
  #neko_list .container div.area a figure {
    border: #E2F0F2 solid 8px !important;
  }
  #neko_list .container div.area:nth-child(4n+2) a figure, #neko_list .container div.area:nth-child(4n+3) a figure {
    border: #F9EC93 solid 8px !important;
  }
}
#neko_list .container div.area.in::before {
  content: "入居\aNEKO";
  position: absolute;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  top: 1rem;
  right: 2rem;
  line-height: 1.2;
  z-index: 2;
  background-color: #FDB35D;
  border-radius: 50%;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#neko_list .container div.area a figure {
  box-sizing: border-box;
  border: #F9EC93 solid 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
#neko_list .container div.area a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#neko_list .container div.area a .txtBox {
  position: relative;
}
#neko_list .container div.area a .txtBox .catName {
  text-align: left;
  margin: 0;
  padding: 10px 0 5px;
  font-weight: 600;
}
#neko_list .container div.area a .txtBox .detail {
  font-size: 1.3rem;
  text-align: left;
  margin: 0;
  padding: 0;
}
#neko_list .container div.area a .txtBox .rightWrap {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-50%);
}
#neko_list .container div.area a .txtBox .rightWrap .right {
  font-size: 1rem;
  position: relative;
  width: 4em;
  height: 4em;
  border: solid 2px #f9ec93;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 520px) {
  #neko_list .container div.area a .txtBox .rightWrap .right {
    font-size: 0.7rem;
  }
}
#neko_list .container div.area a .txtBox .rightWrap .right:before {
  content: "";
  position: absolute;
  display: inline-flex;
  width: 25%;
  height: 25%;
  top: 50%;
  right: -9%;
}
#neko_list .container div.area a .txtBox .rightWrap .right::after {
  content: "";
  position: absolute;
  display: inline-flex;
  top: 50%;
  right: -10%;
  transform: translate(-50%, -50%);
  width: 66%;
  border-top: solid 2px #f9ec93;
}
#neko_list .container div.area a .txtBox .rightWrap .right.right:before {
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #f9ec93;
  border-right: 2px solid #f9ec93;
}
#neko_list .container div.area a:hover .right {
  background-color: var(--secondary);
}
#neko_list .container div.area:nth-child(2n) a figure {
  border: #E2F0F2 solid 8px;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
#neko_list .container div.area:nth-child(2n) a .txtBox .right {
  border: solid 2px #e2f0f2 !important;
}
#neko_list .container div.area:nth-child(2n) a .txtBox .right::after, #neko_list .container div.area:nth-child(2n) a .txtBox .right::before {
  border-color: #e2f0f2 !important;
}
#neko_list .container div.area:nth-child(2n) a .txtBox .right:hover::after {
  border-color: #fff;
}
#neko_list .container div.area:nth-child(2n) a:hover .right {
  background-color: #e2f0f2;
}
#neko_list .container div.area:nth-child(2n) a:hover .right::before, #neko_list .container div.area:nth-child(2n) a:hover .right::after {
  border-color: #fff !important;
}
#neko_list .container .slick-prev,
#neko_list .container .slick-next {
  z-index: 2;
  position: absolute;
  width: 4rem;
  height: 4rem;
  border: #666 solid 1px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 920px) {
  #neko_list .container .slick-prev,
#neko_list .container .slick-next {
    width: 3rem;
    height: 3rem;
  }
}
#neko_list .container .slick-prev::before,
#neko_list .container .slick-next::before {
  content: "";
  display: inline-block;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}
#neko_list .container .slick-prev {
  left: 8.5%;
  top: 50%;
}
@media (max-width: 520px) {
  #neko_list .container .slick-prev {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-55%) translateY(150%);
  }
}
#neko_list .container .slick-next {
  right: 8.5%;
  transform: rotate(180deg);
  top: 50%;
}
@media (max-width: 520px) {
  #neko_list .container .slick-next {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(55%) translateY(150%) rotate(180deg);
  }
}
@media (max-width: 520px) {
  #neko_list .container .slick-list {
    padding: 0 15% 0 0 !important;
  }
}
#neko_list .paginationWrap {
  width: 100%;
  margin: 8rem auto 0;
  display: flex;
  align-items: center;
}
#neko_list .paginationWrap p {
  font-size: 1.5rem;
  width: 100%;
  display: none;
}
@media (max-width: 920px) {
  #neko_list .paginationWrap p {
    display: block;
  }
}
#neko_list .pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media (max-width: 920px) {
  #neko_list .pagination {
    width: 100%;
    margin: 0;
    justify-content: flex-end;
  }
  #neko_list .pagination li:not(:first-of-type):not(:last-of-type) {
    display: none;
  }
}
#neko_list .pagination li {
  width: 4.8rem;
  height: 4.8rem;
}
#neko_list .pagination li:nth-of-type(7) a {
  border: none;
  pointer-events: none;
}
#neko_list .pagination a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 2.8;
  letter-spacing: 0;
  color: #7C7B7B;
  border: solid 1px #c3c3c3;
  transition: 0.3s;
}
#neko_list .pagination a:hover {
  color: #fff;
  background-color: var(--primary);
}
#neko_list .pagination a.active {
  color: #fff;
  background-color: var(--primary);
}/*# sourceMappingURL=style.css.map */