@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #545454;
  font-size: 15px;
  line-height: 3;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
body.open {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

a {
  color: #545454;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #acacac;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
project
------------------------------------------------- */
#project .contents .block:hover:not(.a)::before, #project .contents .block a:hover::before {
  opacity: 0;
}
#project .contents .block:hover:not(.a)::after, #project .contents .block a:hover::after {
  opacity: 1;
}
#project .contents .block:not(.a)::before, #project .contents .block a::before {
  content: "";
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-out;
}
#project .contents .block:not(.a)::after, #project .contents .block a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(226, 82, 82, 0.7);
  transition: all 0.5s ease-out;
}

#project {
  margin-bottom: 170px;
}
#project .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 0.0625%;
}
#project .contents .block {
  position: relative;
}
#project .contents .block a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
#project .contents .block a:hover {
  opacity: 1;
}
#project .contents .block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#project .contents .block .titles {
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 11px;
  left: 22px;
  gap: 5px 15px;
  padding-right: 10px;
  z-index: 1;
  text-shadow: rgba(84, 84, 84, 0.5) 0px 0px 2px, rgba(84, 84, 84, 0.5) 1px 1px 0px;
}
#project .contents .block .titles .title {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}
#project .contents .block .titles .cate {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#project .contents .block .titles .cate::before {
  content: "";
  width: 27px;
  height: 1px;
  background-color: #fff;
}
#project .contents .block:nth-child(3n-2) {
  width: 33.1875%;
  aspect-ratio: 531/300;
}
#project .contents .block:nth-child(3n-2)::before {
  aspect-ratio: 531/69;
  background-image: url(../images/project-bg1.webp);
}
#project .contents .block:nth-child(3n-1) {
  width: 33.375%;
  aspect-ratio: 534/300;
}
#project .contents .block:nth-child(3n-1)::before {
  aspect-ratio: 534/69;
  background-image: url(../images/project-bg2.webp);
}
#project .contents .block:nth-child(3n) {
  width: 33.3125%;
  aspect-ratio: 533/300;
}
#project .contents .block:nth-child(3n)::before {
  aspect-ratio: 533/69;
  background-image: url(../images/project-bg3.webp);
}
@media (max-width: 999px) {
  #project {
    margin-bottom: 130px;
  }
  #project .contents .block .titles {
    left: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #project .contents .block .titles .cate {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #project .contents .block .titles .cate::before {
    width: 20px;
  }
}
@media (max-width: 767px) {
  #project {
    margin-bottom: 90px;
  }
  #project .contents {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  #project .contents .block {
    width: calc(50% - 0.5px) !important;
    min-height: 100px;
  }
  #project .contents .block .titles {
    left: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
    padding-right: 5px;
    bottom: 0px;
    gap: 0px 15px;
  }
  #project .contents .block .titles .title {
    font-size: 13px;
  }
  #project .contents .block .titles .cate {
    font-size: 11px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #project .contents .block .titles .cate::before {
    width: 15px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
}
#header .logo {
  max-width: 121px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
}
#header .buger_fixed {
  position: fixed;
  z-index: 5;
  top: 41px;
  right: 43px;
  display: flex;
  -moz-column-gap: 51px;
       column-gap: 51px;
}
#header .buger_fixed a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
#header .buger_fixed .btn {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  position: relative;
  width: 130px;
  cursor: pointer;
}
#header .buger_fixed .btn::before, #header .buger_fixed .btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s ease-out;
}
#header .buger_fixed.open a {
  color: #545454;
}
#header .buger_fixed.open .btn {
  justify-content: center;
}
#header .buger_fixed.open .btn::before, #header .buger_fixed.open .btn::after {
  position: absolute;
  background-color: #545454;
}
#header .buger_fixed.open .btn::before {
  transform: rotate(20deg);
}
#header .buger_fixed.open .btn::after {
  transform: rotate(-20deg);
}
#header .buger_fixed.close a {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4);
}
#header .buger_fixed.close .btn::before, #header .buger_fixed.close .btn::after {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0.4);
}
#header .buger {
  background-color: #f4f4f4;
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 186px;
  width: calc(100% - 131px);
  max-width: 840px;
  padding-right: calc((100% - 1180px) / 2);
  padding-left: 8%;
  padding-bottom: 111px;
  overflow-y: auto;
  height: 100vh;
  z-index: 4;
}
#header .buger #gnav {
  margin-bottom: 100px;
}
#header .buger #gnav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 102px;
}
#header .buger #gnav > ul > li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #545454;
  text-decoration: none;
}
#header .buger #gnav > ul > li ul li a {
  font-size: 12px;
  color: #acacac;
}
#header .buger #gnav > ul > li ul li a::before {
  content: "-";
}
#header .buger #gnav > ul > li ul li:not(:last-child) {
  margin-bottom: -4px;
}
#header .buger #gnav > ul > li ul li ul {
  margin-bottom: 7px;
}
#header .buger #gnav > ul > li ul li ul li {
  padding-left: 10px;
  line-height: 1.5;
}
#header .buger #gnav > ul > li ul li ul li a {
  line-height: 1.2;
}
#header .buger #gnav > ul > li ul li ul li:not(:last-child) {
  margin-bottom: 0;
}
#header .buger .buger-logo {
  max-width: 164px;
  margin-bottom: 27px;
}
#header .buger .data {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #545454;
  padding-left: 10px;
  margin-bottom: 78px;
}
#header .buger .data p:not(:last-child) {
  margin-bottom: 32px;
}
#header .buger .data .title {
  display: block;
  margin-left: -10px;
}
#header .buger .data .title span {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-right: 10px;
}
#header .buger .data a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #545454;
}
#header .buger .privacy {
  text-align: end;
}
#header .buger .privacy a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #545454;
}
#header .buger.close {
  display: none;
}
@media (max-width: 1200px) {
  #header .buger {
    padding-right: 10px;
  }
}
@media (max-width: 999px) {
  #header .buger_fixed {
    right: 30px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  #header .buger_fixed .btn {
    width: 100px;
  }
  #header .buger {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  #header .buger #gnav {
    margin-bottom: 80px;
  }
  #header .buger #gnav > ul {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  #header .buger .buger-logo {
    margin-bottom: 20px;
  }
  #header .buger .data {
    margin-bottom: 50px;
  }
  #header .buger .data p:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #header .logo {
    margin-top: 20px;
    max-width: 90px;
  }
  #header .buger_fixed {
    top: 20px;
    right: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #header .buger_fixed a {
    font-size: 11px;
  }
  #header .buger_fixed .btn {
    width: 80px;
  }
  #header .buger {
    padding-top: 90px;
    padding-bottom: 70px;
    width: calc(100% - 100px);
  }
  #header .buger #gnav {
    margin-bottom: 50px;
  }
  #header .buger #gnav > ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #header .buger .buger-logo {
    margin-bottom: 15px;
  }
  #header .buger .data {
    font-size: 11px;
    padding-left: 5px;
    margin-bottom: 30px;
  }
  #header .buger .data .title {
    margin-left: -5px;
  }
  #header .buger .data .title span {
    font-size: 12px;
    display: block;
  }
  #header .buger .privacy a {
    font-size: 11px;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
/*フッター部分に固定
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  @include opacity();
  @media (max-width: 1250px){
    right: 20px;
  }
  @include sp {
    //display: none !important;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #545454;
  padding: 112px 0 81px;
}
#footer a {
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .logo {
  max-width: 90px;
  margin: 0 auto 82px;
}
#footer .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .contents #fnav {
  padding-bottom: 28px;
}
#footer .contents #fnav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 88px;
}
#footer .contents #fnav > ul li a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
#footer .contents #fnav > ul li ul li a {
  font-size: 12px;
  color: #acacac;
}
#footer .contents #fnav > ul li ul li a::before {
  content: "-";
}
#footer .contents #fnav > ul li ul li:not(:last-child) {
  margin-bottom: -4px;
}
#footer .contents #fnav > ul li ul li ul {
  margin-bottom: 7px;
}
#footer .contents #fnav > ul li ul li ul li {
  padding-left: 10px;
  line-height: 1.5;
}
#footer .contents #fnav > ul li ul li ul li a {
  line-height: 1.2;
}
#footer .contents #fnav > ul li ul li ul li:not(:last-child) {
  margin-bottom: 0;
}
#footer .contents .right {
  margin-left: auto;
  margin-top: auto;
  text-align: end;
}
#footer .contents .right .links {
  margin-bottom: 15px;
}
#footer .contents .right .links ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
#footer .contents .right .links ul li:not(:last-child) {
  margin-bottom: 10px;
}
#footer .contents .right .copyright {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #acacac;
}
@media (max-width: 999px) {
  #footer {
    padding: 80px 0 60px;
  }
  #footer .logo {
    margin-bottom: 60px;
  }
  #footer .contents #fnav > ul {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 60px 0 40px;
  }
  #footer .logo {
    margin-bottom: 40px;
  }
  #footer .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .contents #fnav > ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: center;
  }
  #footer .contents #fnav > ul li a {
    font-size: 11px;
  }
  #footer .contents #fnav > ul li ul li a {
    font-size: 10px;
  }
  #footer .contents .right {
    margin-left: unset;
    text-align: center;
  }
  #footer .contents .right .links {
    margin-bottom: 10px;
  }
  #footer .contents .right .links ul li a {
    font-size: 11px;
  }
  #footer .contents .right .links ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  #footer .contents .right .copyright {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */