/* *,
*:before,
*:after {
  outline: 1px solid red !important;
} */


/*基本設定*/
html {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #414141;
  font-size: 1.6rem;
  padding-top: 0;
}

a {
  text-decoration: none;
  color: #444444;
}

* {
  box-sizing: border-box;
}

h2 {
  font-size: 4.0rem;
  font-weight: bold;
}

h3 {
  font-size: 3.0rem;
  font-weight: bold;
}

ul,
p {
  margin-block-start: 0;
  margin-block-end: 0;
}

section{
  margin-bottom: 5rem;
}
/*基本設定ここまで*/

/*ホバー*/
.h-lite:hover {
  opacity: 0.5;
  transition: 0.4s;
}

/*ホバーここまで*/

/*ヘッダー*/
header {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  padding: 0;
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 100;
}

.oz-rogo {
  height: 40px;
  padding: 0;
  margin: 2rem 0 0 5rem;
}

.a-block {
  display: block;
}

.contact-box {
  margin-right: 5rem;
  margin-top: 3rem;
}

.contact-box:hover {
  letter-spacing: 0.06em;
  /* 字間の設定 */
  opacity: 0.5;
  transition: 0.4s;
}

.header-ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header-li1 {
  width: 80%;
}

.header-li2 {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 5%;
}

.header-li3 {
  height: 100%;
  justify-content: flex-end;
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 0;
}

/* ボタン */
.btn-menu {
  background-color: #414141;
  border: solid 1px #414141;
  padding: 2rem;
  margin: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}


.btn-menu:hover {
  background-color: #fff;
  color: #000;
  transition: 0.4s;
}

/* メニュー */
nav {
  background: #414141;
  margin-top: 80px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  text-align: center;
  width: 0;
  height: 100vh;
  opacity: 0;
  transition: 0.4s;
}

.nav-ul {
  display: flex;
  /* width: 100%; */
  padding: 0;
  margin: 5% 3%;
  list-style-type: none;
}

.nav-ul li {
  margin-right: 5rem;
  text-align: left;
  width: 100%;
}

.nav-ul li:last-child {
  margin-right: 0;
}

.nav-ul a,
.nav-ul p {
  color: #fff;
  line-height: 4rem;
  margin-bottom: 2rem;
}

.nav-ul p {
  border-bottom: solid 1px #fff;
}

.nav-ul a {
  margin-left: 2rem;
}

/* メニューを開いた時 */
nav.open-menu {
  width: 80%;
  height: 100vh;
  opacity: 1;
  overflow: visible;
  opacity: 0.9;
}

nav.open-menu a:hover {
  opacity: 0.4;
  transition: 0.5s;
}

.header-sns img {
  width: 10%;
  margin-top: 4rem;
}

/*ヘッダーここまで*/

/*メインビュー*/
.fixed-image {
  position: fixed;
  top: 65vh;
  left: 1.5vw;
  z-index: 999;
  /* overflow: hidden; */
  transition: opacity 0.5s ease;
}

.fixed-image img {
  width: 70%;
  object-fit: cover;
  animation: floatUpDown 1s linear infinite alternate;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-2vh);
  }
}

/*スライド*/
/* .content {
  width: 300px;
  height: 450px;
}

.content img {
  height: 100%;
  position: relative;
  left: -5rem;
}

.slideshow {
  display: flex;
  list-style-type: none;
  animation: loop-slide 20s infinite linear 0s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(-30);
  }
  to {
    transform: translateX(-110%);
  }
}

.wrap {
  display: flex;
  height: 450px;
  overflow: hidden;
  width: 100%;
} */


.main-view {
  height: 100vh;
  position: relative;
  top: 80px;
}

.gallery-row {
  width: 100%;
  margin: 0;
}

.gallery-row img {
  width: 100%;
  display: block;
}

.intoro-box {
  margin-top: 5rem;
  flex-direction: row-reverse;
}

/* .intoro-ul {
  display: flex;
  padding: 0;
  margin: 5rem 0 0 0;
  list-style-type: none;
  flex-direction: row-reverse;
}

.intoro-ul li {
  width: 50%;
} */

.intoro-img-box {
  text-align: right;
}

.intoro-img-box img {
  width: 15%;
  position: absolute;
  bottom: 0;
  left: 40%;
}

.intoro-text {
  /* line-height: 2; */
  text-align: left;
}

.intoro-text-p {
  writing-mode: vertical-rl;
  position: absolute;
  right: 35%;
  line-height: 4rem;
}

/*メインビューここまで*/

/* デザインについて */
.design-about {
  background-image: url(../image/design-back.jpg);
  width: 100%;
  padding: 2rem 0 3rem 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: relative;
  top: 100px;
}

.design-about-text {
  width: 800px;
  margin: auto;
}

.design-ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.design-li1 {
  width: 60%;
  line-height: 8rem;
  margin-right: 3rem;
}

.design-li2 {
  width: 40%;
  line-height: 6.5rem;
  font-size: 1.4rem;
}

.design-li2 span {
  background-color: #f0f0f0;
  padding: 0.2rem;
}

.design-about-p {
  font-weight: bold;
  margin: 4rem auto 6rem auto;
}

.design-about-a {
  display: block;
  margin: 0 auto 3rem auto;
  text-align: center;
}

.design-about-a:hover,
.view-all:hover {
  letter-spacing: 0.06em;
  /* 字間の設定 */
  opacity: 0.5;
  transition: 0.4s;
}

/* デザインについて ここまで */

/* GALLERY */
.gallery {
  padding: 0;
  text-align: center;
  margin-bottom: 10rem;
  position: relative;
  top: 100px;
}

.gallery-box {
  background-color: #f0f0f0;
  overflow: hidden;
  margin-bottom: 2rem;
}

.gallery-ul {
  display: flex;
  list-style-type: none;
}

.gallery-box img {
  height: 350px;
  margin-top: 50px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.view-all {
  display: inline-block;
  margin-top: 1rem;
  text-decoration: none;
}


.sliderArea {
  max-width: 92%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: .7;
}

/* GALLERYここまで */

/* SERVICE */
.services {
  padding: 0;
  text-align: center;
  margin-bottom: 10rem;
  position: relative;
  top: 100px;
}

.service-box {
  display: flex;
  margin: 0 5%;
}

.service-h3 {
  line-height: 2.8rem;
  margin-bottom: 1.5rem;
}

.service-h3-sub {
  font-size: 1.8rem;
  font-weight: normal;
}

.service-ul {
  display: flex;
  padding: 0;
  /* margin: 0 0 5rem 0; */
  list-style-type: none;
  width: 100%;
  text-align: left;
  /* border-left: 1px solid #414141;
  border-right: 1px solid #414141;  */
}

.service-li1 {
  border-left: 0.5px solid #414141;
  width: 60%;
  padding-left: 2%;
  line-height: 2.8rem;
}

.service-li2 {
  /* border-right: 0.5px solid #414141; */
  width: 50%;
  /* padding-right: 5%; */
  position: relative;
}

.li2-last {
  border-right: 0.5px solid #414141;
}


.service-li2 img {
  width: 80%;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 3rem;
}

.service-web img {
  width: 100% !important;
}



/* SERVICEここまで */

/* スタッフブログ・ニュース */
.blog {
  padding: 0;
  text-align: center;
  margin-bottom: 10rem;
  position: relative;
  top: 100px;
}

.blog-box {
  background-color: #f0f0f0;
  margin-bottom: 2rem;
  padding: 5rem;
  width: 100%;
  overflow: scroll;
}

.blog-ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: space-between;
  gap: 25px;
}

.blog-li {
  /* margin-right: 20px; */
  max-width: 100%;
}

.blog-items {
  display: block;
  background: #fff;
  padding: 0;
  border-radius: 20px;
  box-shadow: 5px 5px 5px #555;
  width: 150px;
}

.blog-img {
  width: 150px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.blog-img img {
  width: 100%;
  margin: 0;
}

.blog-img img:hover {
  transform: scale(1.2);
  /* 拡大 */
  transition: 0.6s;
}

.blog-text {
  display: block;
  overflow: hidden;
  /* margin-top: 1rem; */
  padding: 0 1.5rem;
  text-align: left;
  font-size: 10px;
}

.blog-time {
  text-align: right;
  font-size: 1rem;
  /* margin-top: 0.5rem; */
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
}

/* スタッフブログここまで */

/*インフォメーション*/
.info-box {
  padding: 0;
  text-align: center;
  position: relative;
  top: 100px;
}

.info-ul,
.service-rogo-ul,
.footer-ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.info-li1,
.info-li2 {
  width: 50%;
}

.info-li1 {
  text-align: right;
}

.info-li1 img {
  width: 45%;
  margin-right: 5rem;
}

.info-li2 {
  text-align: left;
  position: relative;
}

.info-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.info-li2 p,
a {
  margin-bottom: 2rem;
}

.service-rogo {
  display: flex;
  margin-top: 5rem;
  margin-bottom: 0;
  justify-content: center;
}

.service-rogo-ul img {
  width: 15rem;
}

.service-rogo-ul img:hover {
  transform: scale(1.1);
  /* 拡大 */
  transition: 0.6s;
  opacity: 0.8;
}

/*インフォメーションここまで*/

/* FOOTER */
footer {
  background: #414141;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  position: relative;
  top: 100px;
}

.footer-box {
  position: relative;
}

.footer-menu {
  display: block;
  padding-right: 5% 0;
  margin: 2rem 0 5rem 0;
}

.footer-ul {
  text-align: left;
  justify-content: flex-end;
}

.footer-ul li {
  margin-right: 5rem;
}

.footer-ul li:last-child {
  margin-right: 0;
}

.footer-ul a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 3rem;
  margin-left: 1rem;
}

.footer-ul a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.footer-ul p {
  border-bottom: solid 1px #fff;
  margin-bottom: 1rem;
}

.footer-box img {
  width: 20%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.footer-menu img {
  width: 30%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.footer-info {
  margin: 0.5rem 0 2rem 0;
}

.footer-copy {
  font-size: 1.2rem;
}

.footer-sns {
  width: 8%;
}

/* FOOTERここまで */





/*スマホ
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

  /*基本設定*/
  body {
    font-size: 1.4rem;
  }

  h2 {
    font-size: 3.0rem;
  }

  h3 {
    font-size: 2.0rem;
  }

  .top-h2 {
    display: block;
    padding: 0 5%;
  }

  /*基本設定ここまで*/

  /*ヘッダー*/
  header {
    display: flex;
    justify-content: space-between;
    padding: 0;
    height: 80px;
    width: 100%;
  }

  .oz-rogo {
    height: auto;
    margin: 1rem;
    width: 100%;
  }

  .contact-box {
    display: none;
  }

  .btn-menu {
    width: 100%;
  }

  .header-li2 {
    width: 5%;
  }

  .header-li3 {
    width: 15%;
  }

  .nav-box,
  .nav-ul,
  .nav-ul li {
    display: block;
    width: 100%;
  }

  nav {
    height: auto;
    padding-right: 5%;
  }

  .nav.open-menu {
    height: auto;
  }

  .nav-ul {
    padding-right: 5%;
    line-height: 2rem;
    margin-bottom: 1rem;
  }

  .nav-ul li {
    margin-bottom: 1rem;
  }

  .nav-ul a {
    line-height: 3rem;
  }

  /*ヘッダーここまで*/

  /*メインビュー*/
  .main-view-box {
    width: 100%;
    height: 350px;
    overflow: scroll;
  }

  .main-view-box img {
    height: 100%;
  }

  .intoro-box {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }

  .intoro-ul {
    display: block;
    padding: 0;
    margin: 0 0 0 0;
    list-style-type: none;
  }

  .intoro-ul li {
    width: 100%;
  }

  .intoro-img-box {
    text-align: center;
  }

  .intoro-img-box img {
    width: 50%;
    position: static;
    bottom: 0;
    left: 0;
    margin-top: 2rem;
  }

  .intoro-text {
    line-height: 2;
    text-align: center;
  }

  .intoro-text-p {
    display: inline-block;
    writing-mode: vertical-rl;
    position: static;
    right: 0;
    text-align: left;
  }

  /*メインビューここまで*/

  /* デザインについて */
  .design-about {
    background-image: url(../image/design-back.jpg);
    padding: 5%;
    margin-top: 8rem;
  }

  .design-about-text {
    width: 100%;
  }

  .design-ul {
    display: block;
  }

  .design-li1 {
    width: 100%;
    line-height: 4rem;
    margin-right: 0;
  }

  .design-li2 {
    width: 100%;
    line-height: 4rem;
    font-size: 1.2rem;
  }

  .design-li2 span {
    padding: 0.2rem;
  }

  /* デザインについて ここまで */

  /* GALLERY */
  .gallery {
    padding: 0;
    text-align: left;
    margin-bottom: 5rem;
  }

  .gallery-box {
    height: 450px;
    overflow: scroll;
    margin-bottom: 2rem;
  }

  .gallery-ul {
    display: flex;
    list-style-type: none;
  }

  .gallery-box img {
    height: 350px;
    margin-top: 50px;
    margin-right: 30px;
  }

  .view-all {
    display: block;
    margin-top: 1rem;
    text-align: center;
  }

  /* GALLERYここまで */

  /* SERVICE */
  .services {
    text-align: left;
  }

  .service-h3 {
    line-height: 2.0rem;
    margin-bottom: 1.0rem;
  }

  .service-h3-sub {
    font-size: 1.2rem;
  }

  .service-ul {
    display: block;
    width: 100%;
    text-align: left;
  }

  .service-li1 {
    border-left: none;
    width: 100%;
    padding-left: 5%;
  }

  .service-li2 {
    border-right: none;
    width: 100%;
    padding-right: 5%;
    position: static;
    border-bottom: solid 1px #414141;
    text-align: right;
  }

  .service-li2 img {
    width: 40%;
    object-fit: contain;
    position: static;
    bottom: 0;
    right: 0;
  }

  /* SERVICEここまで */

  /* スタッフブログ */
  .blog {
    margin-bottom: 5rem;
  }

  /* スタッフブログここまで */

  /*インフォメーション*/
  .info-box {
    padding: 0;
    text-align: center;
  }

  .info-ul,
  .footer-ul {
    display: block;
  }

  .info-ul {
    margin: 0 auto;
    width: 100%;
  }

  .info-li1,
  .info-li2 {
    width: 100%;
    text-align: center
  }

  .info-li1 img {
    width: 50%;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .info-text {
    position: static;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }

  .service-rogo {
    display: block;
    margin-top: 1rem;
  }

  .service-rogo-ul {
    display: flex;
  }

  /*インフォメーションここまで*/

  /* FOOTER */
  footer {
    text-align: center;
    padding: 5%;
  }

  .footer-box {
    position: static;
  }

  .footer-menu {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .footer-ul {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }

  .footer-ul li {
    margin-right: 0;
    margin-bottom: 4rem;
    width: 100%;
  }

  .footer-ul li:last-child {
    margin-right: 0;
  }

  .footer-ul a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 3rem;
    margin-left: 1rem;
  }

  .footer-box img {
    width: 70%;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .footer-menu img {
    width: 15%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 3rem;
  }

  .footer-info {
    margin: 0.5rem 0 2rem 0;
  }

  .footer-copy {
    font-size: 1.2rem;
  }

  .footer-sns {
    width: 10%;
  }

  /* FOOTERここまで */
}