@import url(common.css);
.eachTextAnime span {
  opacity: 0;
}

/* sugawara 2022-05-09 change */
.eachTextAnime.appeartext span {
  display: inline-block;
  animation: text_anime_on 0.1s ease-out forwards, color_change 3.1s 1.565s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes text_fadein {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes color_change {
  0% {
    color: #333;
  }
  100% {
    color: #fff;
  }
}
/* End sugawara change */
/* sugawara 2022-05-09 add
/* loading
---------------------------------------------------------------------------- */
.loading {
  position: fixed;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 30%;
  min-width: 250px;
}

.loading svg path.b {
  fill: none;
  stroke: #fff;
  stroke-width: 90;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}

.loading svg path {
  fill: none;
  stroke: #333;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  stroke-width: 1;
  animation: handwriting 3s ease-in forwards;
}

@keyframes handwriting {
  0% {
    fill: transparent;
    stroke-dashoffset: 1500;
  }
  50% {
    fill: transparent;
  }
  100% {
    fill: #333;
    stroke-dashoffset: 0;
  }
}
/* End sugawara add */
.mainvisual {
  margin: 0 auto 4em;
  width: 95%;
  height: 95vh;
}

.mainvisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catch {
  position: absolute;
  bottom: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(20%);
}

.catch h1 {
  margin-bottom: 0;
  display: block;
}

.catch h1 em {
  font-size: 4em;
  line-height: 1em;
  padding: 0.25em 0.5em;
  display: inline;
}

.catch p {
  font-size: 1.625em;
  text-align: center;
}

.sub-t {
  position: relative;
  font-size: 2.5em;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  padding-top: 80px;
}
.sub-t::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  top: 0;
  right: 50%;
  background-color: #333;
}

.sub-t span {
  display: block;
  font-size: 0.4em;
  color: #595959;
  letter-spacing: 0em;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about {
  margin: 0 auto 6em;
  /* padding: 4em 2em 2em 0; */
  padding: 0 2em;
  width: 90%;
}

.about .flexbox {
  flex-flow: row-reverse;
}

.about .txt-area {
  width: 48%;
  max-width: 500px;
  margin: 0 auto 0 0;
  position: relative;
}

.about .txt-area p {
  margin-bottom: 2em;
  line-height: 2.2em;
}

.about .txt-area p span {
  display: block;
}

.about .txt-area p.btn-base {
  margin-top: 2em;
  margin-bottom: 0;
  text-align: center;
}

.about .box-img {
  margin-right: 60px;
}

.service {
  margin: 0 auto 6em;
  /* padding: 4em 2em 2em 0; */
  padding: 4em 0 2em 0;
  width: 90%;
}
.service .txt-area {
  width: 48%;
  max-width: 500px;
  margin: 0 auto 0 0;
  position: relative;
}
.service .txt-area .box-other {
  padding: 1em 1.5em;
  background-color: #f8f8f8;
}
.service .txt-area .box-other h4 {
  font-size: 1.5em;
  font-family: 'Jost', sans-serif;
}
.service .txt-area .box-other p {
  margin-bottom: 1em;
}
.service .txt-area .box-other p span {
  margin-right: 1em;
  white-space: pre;
}
.service .txt-area h3 {
  font-size: 2em;
}
.service .txt-area p {
  margin-bottom: 2em;
  line-height: 2.2em;
}
.service .btn-base {
  margin-top: 2em;
  text-align: center;
}
.service .box-img {
  margin-left: 60px;
}

.insta {
  margin-bottom: 6em;
}

.insta ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.insta ul li {
  padding: 1%;
  width: 25%;
}
.insta ul li img {
  width: 235px;
  height: 235px;
  object-fit: cover;
}

.blog {
  margin-bottom: 6em;
}
.blog .btn-base {
  text-align: center;
}
.blog .kiji-inner {
  margin-bottom: 2em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog .kiji {
  width: 23%;
  margin: 1%;
  position: relative;
  margin-bottom: 2em;
}
.blog .kiji a:hover {
  text-decoration: none;
}
.blog .kiji a .thumbnail {
  position: relative;
  margin: 0;
}
.blog .kiji a .thumbnail span {
  position: absolute;
  top: -10px;
  right: 18px;
  background: #f5f5f5;
  font-size: 0.8em;
  padding: 0.25em;
}
.blog .kiji a .thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.blog .txt h2 {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.433;
  word-break: break-all;
  font-size: 0.9em;
}
.blog .txt p.date {
  margin: 0 0 0.5em 0;
  font-size: 0.8em;
  color: #909090;
}
.blog p.category {
  color: #555;
  font-size: 0.8em;
}

/*===========================================================================*/
/*  media quary:1200px  */
/*===========================================================================*/
@media screen and (max-width: 1200px) {
  video {
    position: absolute;
    left: -100px;
    top: 0;
  }
}
/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .flexbox {
    align-items: flex-start;
  }

  .box {
    display: none;
  }

  .about {
    margin: 0 auto;
    padding: 0 0 2.5em 0;
    display: block;
  }

  .about .txt-area {
    width: 50%;
    margin: 0 auto;
    position: relative;
  }

  .about .txt-area h2 {
    margin-bottom: 1em;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.5em;
  }

  .about .txt-area p {
    line-height: 2em;
    text-align: left;
  }
  .about .txt-area p span {
    display: inline;
  }
  .about .txt-area p.btn-base {
    margin-bottom: 0;
  }

  .about .box-img {
    width: calc(50% - 30px);
    margin-right: 30px;
  }

  .sub-t {
    margin-bottom: 1em;
    text-align: center;
    line-height: 1em;
    font-size: 2.2em;
  }

  .service {
    margin-bottom: 4em;
  }

  .service .txt-area {
    width: 50%;
    margin: 0 auto;
    position: relative;
  }
  .service .txt-area h3 {
    font-size: 1.85em;
  }
  .service .txt-area .box-other {
    font-size: 0.925em;
  }

  .service .box-img {
    width: calc(50% - 30px);
    margin-left: 30px;
  }

  .service .inblock-s h2 {
    margin-bottom: 1em;
    text-align: center;
    line-height: 1em;
    font-size: 2.2em;
  }

  .service .inblock-s p {
    margin-bottom: 2em;
    text-align: center;
  }
  .service .inblock-s p span {
    display: block;
  }

  .service .inblock-s ul {
    width: 95%;
    margin: 0 auto 4em;
  }

  .service .inblock-s ul li {
    width: 33.3%;
    text-align: center;
  }

  .service .inblock-s ul li span {
    font-size: 0.8em;
    font-feature-settings: "palt";
  }

  .service .inblock-s .btn-base {
    text-align: center;
    margin: 0 auto;
  }

  .center-line {
    margin-bottom: 4em;
  }

  h2 img {
    max-width: 250px;
  }

  .insta {
    margin: 0 auto 6em;
  }

  .insta h2 {
    text-align: center;
    margin-bottom: 1em;
    font-size: 2.2em;
  }

  .insta h2 span {
    display: block;
  }

  .insta ul li.sp-none {
    display: none;
  }

  .blog .kiji-inner {
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .blog .kiji {
    width: 48%;
    margin: 1%;
    position: relative;
    margin-bottom: 2em;
  }
  .blog .kiji a .thumbnail img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .main-contener {
    position: relative;
    visibility: visible;
  }

  .mainvisual {
    width: 100%;
    height: 550px;
  }
  .mainvisual img {
    object-position: 0% 80%;
  }

  .catch {
    width: 95%;
    bottom: 39%;
  }

  .catch p {
    font-size: 1.2em;
  }

  .about .flexbox {
    flex-flow: column-reverse;
  }

  .about .txt-area {
    width: 100%;
  }

  .about .box-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .service .flexbox {
    flex-flow: column-reverse;
  }

  .service .txt-area {
    width: 100%;
  }

  .service .box-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .sub-t {
    padding-top: 60px;
  }
  .sub-t::before {
    height: 50px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .blog .kiji-inner {
    display: block;
  }
  .blog .kiji {
    width: 100%;
  }
  .blog .kiji a {
    display: flex;
    justify-content: space-between;
  }
  .blog .kiji a .txt {
    width: calc(100% - 130px);
  }
  .blog .kiji a .txt h2 {
    margin-bottom: 0em;
    border: none;
    font-size: 0.9em;
  }
  .blog .kiji a .thumbnail span {
    top: 0;
    right: 0;
    font-size: 0.6em;
  }
  .blog .kiji a .thumbnail img {
    width: 120px;
    height: 90px;
  }

  .insta ul li {
    padding: 1%;
    width: 48%;
  }
  .insta ul li img {
    width: 160px;
    height: 160px;
    object-fit: cover;
  }
}
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
