/* color */
/****************/
/* top */
/*--------------*/
.tcontainer {
  min-height: 150vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: red;
  transition-property: transform;
  transition-duration: 1.5s;
}

.viewmorewrap {
  text-align: right;
  margin: 0 auto;
}
.viewmorewrap .viewmore {
  color: #f39800;
  background: -webkit-linear-gradient(135deg, #f39800 0, #ed6c00 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-size: 12px;
  transition: 0.3s ease;
  transition-delay: 0s;
  line-height: 100%;
  text-align: right;
  margin-left: 0;
}
@media screen and (min-width: 896px) {
  .viewmorewrap .viewmore {
    font-size: 14px;
  }
}
.viewmorewrap .viewmore:before {
  content: "";
  width: 64px;
  height: 1px;
  background: linear-gradient(135deg, #ed6c00 0, #f39800 100%);
  display: inline-block;
  margin-top: 16px;
  vertical-align: top;
  margin-right: 16px;
}
@media screen and (min-width: 896px) {
  .viewmorewrap .viewmore:before {
    margin-top: 8px;
    margin-right: 24px;
    width: 320px;
  }
}

.l-main {
  width: 100%;
}
@media screen and (min-width: 896px) {
  .l-main {
    line-height: 1.2;
  }
}

#first {
  background-color: #222;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
#first.open {
  -webkit-animation-name: slideOut;
          animation-name: slideOut;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#first figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 50px;
  -webkit-animation: loadLogo 2s;
          animation: loadLogo 2s;
  background-color: #222;
}
@media screen and (min-width: 896px) {
  #first figure {
    width: 300px;
  }
}
#first figure .first-logo {
  width: 100%;
  height: auto;
}
@-webkit-keyframes loadLogo {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loadLogo {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slideOut {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideOut {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

#topKV {
  position: relative;
  background: #201f26;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 896px) {
  #topKV {
    z-index: 0;
    height: 110vh;
    padding-bottom: 5rem;
  }
}
#topKV:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#topKV .movie {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: -35rem;
  left: -5rem;
}
@media screen and (min-width: 896px) {
  #topKV .movie {
    width: 150%;
    top: -5rem;
    width: 1300px;
    position: absolute;
    right: -17vh;
    left: unset;
  }
}
#topKV .movie picture video {
  width: 160%;
  max-width: unset;
}
@media screen and (min-width: 896px) {
  #topKV .movie picture video {
    width: 90%;
  }
}
#topKV .top-head {
  max-width: 896px;
  margin: 0 auto;
  height: 80%;
  position: relative;
  z-index: 1;
  padding-top: 10rem;
}
@media screen and (min-width: 896px) {
  #topKV .top-head {
    margin: 0 auto;
  }
}
#topKV .top-head .txtwrap {
  width: 100%;
  padding: 0rem 0 2rem 3rem;
}
@media screen and (min-width: 896px) {
  #topKV .top-head .txtwrap {
    padding: 0rem 0 4rem 2rem;
    position: absolute;
    left: 0;
    top: 30%;
  }
}
#topKV .top-head .txtwrap h2 {
  width: calc(100% - 42px);
  font-size: 3.2rem;
  line-height: 200%;
  text-align: justify;
  letter-spacing: 1rem;
  margin-top: 16px;
  color: #ee7400;
  background: -webkit-linear-gradient(135deg, #f39800 0, #ed6c00 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
@media screen and (min-width: 896px) {
  #topKV .top-head .txtwrap h2 {
    font-size: 3.5rem;
    line-height: 100%;
    letter-spacing: 0.24em;
    margin-top: 59px;
  }
}
#topKV .top-head .txtwrap h3 {
  font-size: 12px;
  letter-spacing: 0.3em;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 896px) {
  #topKV .top-head .txtwrap h3 {
    font-size: 14px;
  }
}
#topKV .top-head .txtwrap h3:after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 1px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 40px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 896px) {
  #topKV .top-head .txtwrap h3:after {
    width: 320px;
  }
}
#topKV .top-head .topnews {
  letter-spacing: 0.04em;
  line-height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 896px) {
  #topKV .top-head .topnews {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(15px);
  }
}
#topKV .top-head .topnews ul {
  padding: 0 1rem 0 2rem;
}
#topKV .top-head .topnews ul li a {
  color: #fff;
  display: flex;
  flex-direction: row;
  padding-bottom: 1rem;
  font-size: 14px;
}
@media screen and (min-width: 896px) {
  #topKV .top-head .topnews ul li a {
    padding-bottom: 1.5rem;
  }
}
#topKV .top-head .topnews ul li a .date {
  padding-right: 1rem;
}
#topKV .top-head .topnews ul li a h3 {
  font-size: 14px;
}
#topKV .top-head .topnews ul li a h3:hover {
  color: #ec6c00;
}
#topKV .top-head .topservice {
  color: #fff;
  width: 210px;
  margin-top: 2rem;
}
@media screen and (min-width: 896px) {
  #topKV .top-head .topservice {
    position: absolute;
    margin: 1rem 2rem 0 auto;
    right: 0;
    bottom: 15rem;
  }
}
#topKV .top-head .topservice h4 {
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.04em;
  padding: 1rem 0 0 2rem;
}
@media screen and (min-width: 896px) {
  #topKV .top-head .topservice h4 {
    font-size: 14px;
  }
}
#topKV .top-head .topservice a {
  width: 160px;
  height: 48px;
  display: block;
  border-left: 1px solid #ed6c00;
  border-right: 1px solid #f39800;
  border-bottom: 1px solid #f39800;
  display: block;
  position: relative;
  text-align: left;
  margin-left: 30px;
  color: #f39800;
  padding: 16px 18px;
  font-size: 14px;
  margin-top: 16px;
  transition: 0.3s ease;
}
@media screen and (min-width: 896px) {
  #topKV .top-head .topservice a {
    width: 190px;
    margin-left: 20px;
  }
}
#topKV .top-head .topservice a:hover {
  background: -webkit-linear-gradient(135deg, #f39800 0, #ed6c00 100%);
  color: #fff;
  -webkit-text-fill-color: #fff;
}
#topKV .top-head .topservice a:after {
  bottom: 0;
}
#topKV .top-head .topservice a:before {
  top: 0;
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, #ed6c00 0, #f39800 100%);
  position: absolute;
  width: 100%;
  left: 0;
}
#topKV .top-head .spscrolldown {
  width: 72px;
  height: 72px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  opacity: 1;
  transform: translateY(-95%);
  transition: 0.3s ease;
}
@media screen and (min-width: 896px) {
  #topKV .top-head .pcscrolldown {
    width: 6rem;
    height: 6rem;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 100%;
    position: absolute;
    right: 16px;
    opacity: 1;
    transform: translateY(-95%);
    transition: 0.3s ease;
    top: 50%;
  }
}
#topKV .top-head .arrow {
  position: relative;
  width: 1px;
  height: 13px;
  margin-right: 0;
  color: #fff;
  background: #fff;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
#topKV .top-head .arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -3px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

#message {
  padding-top: 3rem;
  background-color: #201f26;
}
@media screen and (min-width: 896px) {
  #message {
    padding: 10rem 0 15rem;
  }
}
#message .animettl {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem;
  z-index: 0;
}
#message .animettl .scrollRB {
  font-weight: bold;
  font-size: 70px;
  line-height: 100%;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;
  position: relative;
  opacity: 0.5;
}
@media screen and (min-width: 896px) {
  #message .animettl .scrollRB {
    font-size: 192px;
  }
}
#message .animettl .bg-box {
  background-color: #333;
  width: 100%;
  height: 46rem;
}
@media screen and (min-width: 896px) {
  #message .animettl .bg-box {
    height: 12rem;
  }
}
#message .message-head {
  width: 100%;
  padding: 0 2rem;
  color: #fff;
  position: absolute;
  top: 10rem;
  z-index: 10;
}
@media screen and (min-width: 896px) {
  #message .message-head {
    padding: unset;
  }
}
#message .message-head .ttlwrap p {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 1.8rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 896px) {
  #message .message-head .ttlwrap p {
    padding-bottom: unset;
  }
}
#message .message-head .ttlwrap p span {
  color: #ee7400;
}
#message .message,
#message .message2 {
  background-color: #201f26;
  padding: 0 0 7rem;
}
@media screen and (min-width: 896px) {
  #message .message,
#message .message2 {
    padding: 20rem 5rem 10rem 0;
  }
}
#message .message-box h3,
#message .message2-box h3 {
  margin: 0 0 0 auto;
  border: 1px solid #ee7400;
  color: #ee7400;
  font-size: 3rem;
  padding: 0 0 0.5rem 2rem;
  width: 27rem;
}
@media screen and (min-width: 896px) {
  #message .message-box h3,
#message .message2-box h3 {
    padding: 0 2rem 0.5rem;
    letter-spacing: 1rem;
    font-size: 6rem;
    width: 65rem;
  }
}
#message .message-box p,
#message .message2-box p {
  width: 91%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 2.5rem;
  border-bottom: 1px solid #ee7400;
  border-right: 1px solid #ee7400;
}
@media screen and (min-width: 896px) {
  #message .message-box p,
#message .message2-box p {
    font-size: 1.8rem;
    line-height: 2;
    padding: 5rem;
    width: 70%;
  }
}
@media screen and (min-width: 896px) {
  #message .message2 {
    padding: 10rem 0 3rem 5rem;
  }
}
#message .message2 .message-box h3 {
  margin: 0 auto 0 0;
  width: 35rem;
  padding: 0 0 0.5rem 2rem;
}
@media screen and (min-width: 896px) {
  #message .message2 .message-box h3 {
    padding: 0 2rem 0.5rem;
    width: 85rem;
    font-size: 5.7rem;
  }
}
#message .message2 .message-box p {
  margin: 0 0 0 auto;
  width: 91%;
  border-left: 1px solid #ee7400;
  border-right: unset;
}
@media screen and (min-width: 896px) {
  #message .message2 .message-box p {
    width: 70%;
  }
}

#creative {
  background-color: #333;
  padding: 5rem 1.5rem 1rem;
}
@media screen and (min-width: 896px) {
  #creative {
    padding: 10rem 0;
  }
}
#creative .creative-head p {
  font-size: 1.2rem;
  text-align: center;
  color: #ee7400;
  letter-spacing: 3px;
}
@media screen and (min-width: 896px) {
  #creative .creative-head p {
    font-size: 1.4rem;
  }
}
#creative .creative-head .title-box {
  display: flex;
  gap: 2rem 1rem;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 896px) {
  #creative .creative-head .title-box {
    width: 80%;
  }
}
#creative .creative-head .title-box .bou {
  width: 15%;
  border-top: 1px solid #999;
}
@media screen and (min-width: 896px) {
  #creative .creative-head .title-box .bou {
    width: 33%;
  }
}
#creative .creative-head .title-box h2 {
  text-align: center;
  color: #fff;
  width: 70%;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 896px) {
  #creative .creative-head .title-box h2 {
    width: 50%;
    font-size: 3rem;
  }
}
#creative .creative-box {
  padding: 1.5rem 0 0;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  #creative .creative-box {
    padding: 1.5rem 0;
    width: 80%;
  }
}
#creative .creative-box ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 896px) {
  #creative .creative-box ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
#creative .creative-box ul .open {
  display: none;
}
#creative .creative-box ul li {
  margin-bottom: 2rem;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 896px) {
  #creative .creative-box ul li {
    margin-bottom: unset;
    height: 27.8rem;
    width: 48%;
  }
}
#creative .creative-box ul li figure {
  border-radius: 1rem;
  position: relative;
}
#creative .creative-box ul li figure figcaption {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.3em;
  color: #fff;
  text-shadow: 1px 1px 3px #222;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 896px) {
  #creative .creative-box ul li figure figcaption {
    font-size: 2.7rem;
  }
}
#creative .creative-box ul li .text-box {
  padding: 1.5rem 1.5rem 0;
}
@media screen and (min-width: 896px) {
  #creative .creative-box ul li .text-box {
    padding: 5rem 4rem;
  }
}
#creative .creative-box ul li .text-box h4 {
  text-align: center;
  border-bottom: 2px solid #fff;
  line-height: 1.3;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 896px) {
  #creative .creative-box ul li .text-box h4 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
#creative .creative-box ul li:nth-child(odd) .icon {
  color: #ee7400;
  cursor: pointer;
}
#creative .creative-box ul li:nth-child(even) {
  border-radius: 1rem;
  background-color: #ee7400;
  min-height: 20.3rem;
}
@media screen and (min-width: 896px) {
  #creative .creative-box ul li:nth-child(even) {
    min-height: unset;
  }
}
#creative .creative-box ul li .btn {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
@media screen and (min-width: 896px) {
  #creative .creative-box ul li .btn {
    right: 2rem;
    bottom: 1rem;
  }
}
#creative .creative-box ul li .btn .icon {
  background-color: #fff;
}
#creative .creative-box ul li .btn .icon i:before {
  font-size: 4rem;
}
#creative .creative-box ul .close .btn .icon {
  transform: rotate(45deg);
  background-color: unset;
}

#relations {
  border-top: 1px solid #222;
}
#relations .inner .viewmorewrap {
  padding-top: 1rem;
}
@media screen and (min-width: 896px) {
  #relations .inner .viewmorewrap {
    padding-top: 2rem;
  }
}
#relations .inner .relations {
  background-color: #201f26;
  padding: 5rem 0;
}
@media screen and (min-width: 896px) {
  #relations .inner .relations {
    padding: 0 0 5rem;
  }
}
#relations .inner .relations-bg {
  padding-bottom: 3rem 0;
}
@media screen and (min-width: 896px) {
  #relations .inner .relations-bg {
    padding: 5rem 0;
  }
}
#relations .inner .relations-bg-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2rem 1rem;
}
@media screen and (min-width: 896px) {
  #relations .inner .relations-bg-head {
    padding: 3rem 0 0;
    margin: 0 auto;
  }
}
#relations .inner .relations-bg-head-box {
  width: 50%;
  order: 1;
}
#relations .inner .relations-bg-head-box h3 {
  font-size: 16px;
  color: #999;
  padding-bottom: 1rem;
}
#relations .inner .relations-bg-head-box h2 {
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 1rem;
}
#relations .inner .relations-bg-head-box p {
  color: #fff;
  font-size: 12px;
  padding-bottom: 1rem;
}
#relations .inner .relations-bg-head-icon {
  display: none;
}
@media screen and (min-width: 896px) {
  #relations .inner .relations-bg-head-icon {
    display: block;
    position: absolute;
    right: 0;
    bottom: 3rem;
    text-align: right;
  }
}
#relations .inner .relations-bg-head-icon p {
  color: #7f7f7f;
  font-size: 10rem;
  width: auto;
  height: 100px;
}
@media screen and (min-width: 896px) {
  #relations .inner .relations ul {
    max-width: 1024px;
  }
}
#relations .inner .relations ul li {
  width: 100%;
  padding-bottom: 2rem;
}
#relations .inner .relations ul li img {
  border-radius: 1rem;
}
#relations .inner .relations .swiper-pagination-horizontal {
  bottom: 0;
}

#service {
  position: relative;
  padding: 64px 0 42px;
}
@media screen and (min-width: 896px) {
  #service {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
#service:before {
  height: 65%;
  content: "";
  background-color: #19191d;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 896px) {
  #service:before {
    height: 50%;
  }
}
#service .animettl {
  width: 100%;
  overflow: hidden;
  margin-top: -64px;
  position: relative;
  z-index: 0;
}
#service .animettl p {
  font-weight: 700;
  font-size: 192px;
  line-height: 100%;
  text-transform: uppercase;
  color: #666;
  white-space: nowrap;
  position: relative;
  opacity: 0.5;
}
#service .inner {
  width: 100%;
  padding: 0 16px;
  max-width: 1024px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 896px) {
  #service .inner {
    padding: unset;
    width: 80%;
  }
}
#service .inner .ttlwrap {
  display: block;
}
@media screen and (min-width: 896px) {
  #service .inner .ttlwrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 896px) {
  #service .inner .ttlwrap .left {
    margin-top: -3rem;
  }
}
#service .inner .ttlwrap .left h2 {
  line-height: 100%;
  letter-spacing: 0.16em;
  color: #fff;
  margin-bottom: 24px;
  opacity: 0.5;
  font-size: 16px;
}
#service .inner .ttlwrap .left p {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media screen and (min-width: 896px) {
  #service .inner .ttlwrap .left p {
    line-height: 160%;
  }
}
#service .inner .ttlwrap .right {
  display: none;
}
@media screen and (min-width: 896px) {
  #service .inner .ttlwrap .right {
    margin-left: auto;
    display: block;
  }
}
#service .inner .ttlwrap .right h3 {
  margin-right: -200px;
  color: #28282c;
  font-size: 88px;
  line-height: 100%;
  text-align: right;
  letter-spacing: 0.48em;
}
#service .inner ul.servicelist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (min-width: 896px) {
  #service .inner ul.servicelist {
    justify-content: center;
    margin-top: 1rem;
  }
}
#service .inner ul.servicelist li {
  width: calc(50% - 8px);
  margin-right: 16px;
  margin-bottom: 16px;
  padding-top: 61.963190184%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 0;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 896px) {
  #service .inner ul.servicelist li {
    width: calc(25% - 18px);
    margin-right: 24px;
    padding-top: 34.5588235294%;
  }
}
#service .inner ul.servicelist li a {
  color: #fff;
}
#service .inner ul.servicelist li:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 896px) {
  #service .inner ul.servicelist li:nth-child(even) {
    margin-right: 24px;
  }
}
#service .inner ul.servicelist li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}
#service .inner ul.servicelist li:first-child .img {
  background-image: url("https://liber-japan.com/wp-content/themes/liber_site_renew/images/top/service1.jpg");
}
#service .inner ul.servicelist li:nth-child(2) .img {
  background-image: url("https://liber-japan.com/wp-content/themes/liber_site_renew/images/top/service2.jpg");
}
#service .inner ul.servicelist li:nth-child(3) .img {
  background-image: url("https://liber-japan.com/wp-content/themes/liber_site_renew/images/top/service3.jpg");
}
#service .inner ul.servicelist li:nth-child(4) .img {
  background-image: url("https://liber-japan.com/wp-content/themes/liber_site_renew/images/top/service4.jpg");
}
#service .inner ul.servicelist li h3 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.08em;
  margin: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 896px) {
  #service .inner ul.servicelist li h3 {
    font-size: 24px;
  }
}
#service .inner ul.servicelist li h3 span {
  display: block;
  letter-spacing: 0.16em;
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (min-width: 896px) {
  #service .inner ul.servicelist li h3 span {
    font-size: 1rem;
    margin-top: 16px;
  }
}
#service .inner ul.servicelist li p {
  position: absolute;
  width: 95%;
  margin: 0 auto;
  bottom: 16px;
  left: 0;
  right: 0;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-size: 12px;
}
@media screen and (min-width: 896px) {
  #service .inner ul.servicelist li p {
    width: 90%;
  }
}
#service .inner .flexwrap {
  display: flex;
  flex-wrap: wrap;
}

#works {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #eee;
}
@media screen and (min-width: 896px) {
  #works {
    padding-top: 65px;
  }
}
#works .border-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 240px;
}
@media screen and (min-width: 896px) {
  #works .border-bg {
    width: 95%;
    height: 253px;
  }
}
#works .inner {
  max-width: 1024px;
  margin: 0 auto;
  color: #fff;
  padding: 0 16px;
}
@media screen and (min-width: 896px) {
  #works .inner {
    padding: unset;
  }
}
#works .inner .ttlwrap {
  display: block;
  text-align: right;
  margin-bottom: 28px;
}
@media screen and (min-width: 896px) {
  #works .inner .ttlwrap {
    display: flex;
  }
}
#works .inner .left {
  display: none;
}
@media screen and (min-width: 896px) {
  #works .inner .left {
    display: block;
  }
}
#works .inner .left h3 {
  font-weight: 400;
  font-size: 88px;
  line-height: 100%;
  letter-spacing: 0.48em;
}
#works .inner .right {
  margin-left: auto;
}
@media screen and (min-width: 896px) {
  #works .inner .right {
    margin-top: -3rem;
  }
}
#works .inner h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  letter-spacing: 0.16em;
  color: #000;
  opacity: 0.5;
  margin-bottom: 24px;
}
#works .inner p {
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.08em;
  color: #000;
  line-height: 160%;
  margin-bottom: 8px;
}
#works .swiper {
  overflow: hidden;
  padding: 1rem 0 3rem;
}
@media screen and (min-width: 896px) {
  #works .swiper {
    margin-left: 9%;
    color: #222;
  }
}
#works .swiper .swiper-wrapper .swiper-slide {
  text-align: right;
  padding: 0 0.5rem;
}
@media screen and (min-width: 896px) {
  #works .swiper .swiper-wrapper .swiper-slide {
    padding: 0 1rem;
  }
}
#works .swiper .swiper-wrapper .swiper-slide .imghidden {
  overflow: hidden;
}
#works .swiper .swiper-wrapper .swiper-slide a {
  color: #222;
}
#works .swiper .swiper-wrapper .swiper-slide a .img img {
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 0.5rem;
  min-height: 8.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 896px) {
  #works .swiper .swiper-wrapper .swiper-slide a .img img {
    height: 190px;
  }
}
#works .swiper .swiper-wrapper .swiper-slide p {
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (min-width: 896px) {
  #works .swiper .swiper-wrapper .swiper-slide p {
    margin-top: 16px;
  }
}
#works .swiper .swiper-wrapper .swiper-slide h3 {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 896px) {
  #works .swiper .swiper-wrapper .swiper-slide h3 {
    margin-top: 8px;
  }
}
#works .viewmorewrap {
  padding-right: 1rem;
}

#blog {
  border-top: 1px solid #222;
}
#blog .inner .viewmorewrap {
  padding-top: 1rem;
}
@media screen and (min-width: 896px) {
  #blog .inner .viewmorewrap {
    padding-top: 2rem;
  }
}
#blog .inner .sns {
  padding: 0 0 2rem;
}
@media screen and (min-width: 896px) {
  #blog .inner .sns {
    padding: 0 0 5rem;
  }
}
#blog .inner .sns-bg {
  background-color: #eee;
  padding-bottom: 120px;
}
@media screen and (min-width: 896px) {
  #blog .inner .sns-bg {
    padding-bottom: 220px;
  }
}
#blog .inner .sns-bg-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1rem;
}
@media screen and (min-width: 896px) {
  #blog .inner .sns-bg-head {
    padding: 3rem 0;
    margin: 0 auto;
  }
}
#blog .inner .sns-bg-head-box {
  width: 50%;
  order: 1;
}
#blog .inner .sns-bg-head-box h3 {
  font-size: 16px;
  color: #999;
  padding-bottom: 1rem;
}
#blog .inner .sns-bg-head-box h2 {
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 1rem;
}
#blog .inner .sns-bg-head-box p {
  color: #222;
  font-size: 12px;
  padding-bottom: 1rem;
}
#blog .inner .sns-bg-head-icon {
  order: 2;
  text-align: right;
}
#blog .inner .sns-bg-head-icon img {
  height: 50px;
  width: auto;
}
@media screen and (min-width: 896px) {
  #blog .inner .sns-bg-head-icon img {
    height: 100px;
    width: auto;
  }
}
#blog .inner .sns ul {
  display: flex;
  flex-wrap: wrap;
  margin: -120px auto 0;
  justify-content: space-between;
}
@media screen and (min-width: 896px) {
  #blog .inner .sns ul {
    margin: -220px auto 0;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1024px;
  }
}
#blog .inner .sns ul li {
  width: 100%;
  background-color: #666;
  padding-bottom: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 896px) {
  #blog .inner .sns ul li {
    width: 24%;
    margin-bottom: unset;
  }
}
@media screen and (min-width: 896px) {
  #blog .inner .sns ul li a figure {
    height: 24.5rem;
  }
}
#blog .inner .sns ul li a figure img {
  height: auto;
  width: 100%;
  max-height: 25rem;
  border-radius: 0.5rem 0.5rem 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 896px) {
  #blog .inner .sns ul li a figure img {
    height: 100%;
    width: auto;
  }
}
#blog .inner .sns ul li a h3 {
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 1rem 0 1rem;
}/*# sourceMappingURL=top.css.map */