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

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

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #101010;
  font-size: 16px;
  line-height: 1.875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
body.open #header .top {
  z-index: unset;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

strong {
  color: #474848;
  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;
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  background: url(../images/contact-bg.webp) no-repeat center/cover;
  padding: 83px 0 152px;
}
#contact h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 10px;
}
#contact .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#contact .contents .block {
  width: 50%;
  text-align: center;
  padding: 0 10px;
}
#contact .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#contact .contents .block a:hover {
  opacity: 0.6;
}
#contact .contents .block .title {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W4);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 22px;
}
#contact .contents .block.tel a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#contact .contents .block.tel a span {
  font-size: 24px;
}
#contact .contents .block.mail a {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W4);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0 26px 18px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
#contact .contents .block.mail a::after {
  content: "";
  width: 28px;
  aspect-ratio: 28/6;
  background: url(../images/arow-white.webp) no-repeat center/cover;
}
#contact .contents .block:nth-child(even) {
  position: relative;
}
#contact .contents .block:nth-child(even)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  background-color: #fff;
}
@media (max-width: 999px) {
  #contact {
    padding: 70px 0 110px;
  }
  #contact h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  #contact .contents .block .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #contact .contents .block.tel a {
    font-size: 28px;
  }
  #contact .contents .block.tel a span {
    font-size: 20px;
  }
  #contact .contents .block.mail a {
    font-size: 20px;
    padding: 0 15px 10px;
  }
  #contact .contents .block:nth-child(even)::before {
    height: 90px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding: 40px 0 70px;
  }
  #contact h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #contact .contents {
    flex-direction: column;
    row-gap: 30px;
  }
  #contact .contents .block {
    width: 100%;
    padding: 0;
  }
  #contact .contents .block .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #contact .contents .block.tel a {
    font-size: 22px;
  }
  #contact .contents .block.tel a span {
    font-size: 18px;
  }
  #contact .contents .block.mail a {
    font-size: 18px;
    padding: 0 10px 5px;
  }
  #contact .contents .block:nth-child(even)::before {
    display: none;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 53px 2.9661016949%;
}
#works .contents .block {
  width: 31.3559322034%;
  overflow-x: clip;
}
#works .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#works .contents .block a:hover {
  opacity: 0.6;
}
#works .contents .block .image {
  aspect-ratio: 370/260;
  margin-bottom: 13px;
}
#works .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .contents .block .cates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 10px;
  margin-left: -19px;
  /* &:not(.wrap){
    .cate{
      &:not(:first-child){
        display: flex;
        align-items: center;
        &::before{
          content: " / ";
          margin-right: 12px;
        }
      }
    }
  } */
}
#works .contents .block .cates .cate {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #474848;
  display: flex;
  align-items: center;
}
#works .contents .block .cates .cate::before {
  content: " / ";
  margin-right: 12px;
}
#works .contents .block .cates .cate a {
  color: #474848;
  font-weight: 400;
}
#works .contents .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
@media (max-width: 999px) {
  #works .contents {
    row-gap: 40px;
  }
  #works .contents .block .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #works .contents {
    gap: 30px 6%;
  }
  #works .contents .block {
    width: 47%;
  }
  #works .contents .block .cates {
    gap: 5px;
    margin-left: -11px;
  }
  #works .contents .block .cates .cate {
    font-size: 12px;
  }
  #works .contents .block .cates .cate::before {
    margin-right: 5px;
  }
  #works .contents .block .title {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  #works .contents .block .title {
    font-size: 15px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 112px;
}
#news .contents article {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 13px 23px 10px;
}
#news .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article time {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #474848;
  margin-bottom: 5px;
}
#news .contents article .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
#news .contents article .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #474848;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  max-height: 3.75em;
}
#news .contents article:not(:last-child) {
  margin-bottom: 37px;
}
@media (max-width: 999px) {
  #news {
    margin-bottom: 90px;
  }
  #news .contents article {
    padding: 0 10px 15px;
  }
  #news .contents article .title {
    font-size: 16px;
  }
  #news .contents article .text {
    font-size: 14px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 80px;
  }
  #news .contents article {
    padding-bottom: 10px;
  }
  #news .contents article time {
    font-size: 12px;
  }
  #news .contents article .title {
    font-size: 15px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  padding: 31px 5.9375% 27px 2.5%;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header .top.m_fixed {
  position: fixed;
  background-color: #fff;
  padding: 10px 5.9375% 10px 2.5%;
}
#header .top.m_fixed .logo:nth-child(1) {
  display: none;
}
#header .top.m_fixed .logo:nth-child(2) {
  display: block;
}
#header .top.m_fixed .right .tel a {
  color: #101010;
  border-color: #474848;
}
#header .top.m_fixed #gnav ul li a {
  color: #101010;
}
#header .logo {
  margin-top: 5px;
}
#header .logo:nth-child(2) {
  display: none;
}
#header .right {
  flex: 1;
}
#header .right .tel {
  text-align: end;
  margin-bottom: 18px;
}
#header .right .tel a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  border: 0.5px solid #fff;
  padding: 5.5px 11px;
}
#header .right .tel a span {
  font-size: 14px;
}
#header #gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px 45px;
}
#header #gnav ul li a {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W5);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 1599px) {
  #header .top {
    padding: 15px 10px;
  }
  #header .right .tel {
    margin-bottom: 10px;
  }
  #header #gnav ul {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  #header #gnav ul li a {
    font-size: 15px;
  }
}
@media (max-width: 999px) {
  #header .top {
    padding: 10px;
  }
  #header .logo {
    margin-top: 0;
  }
  #header .right .tel a {
    font-size: 14px;
  }
  #header #gnav ul {
    gap: 5px 10px;
  }
  #header #gnav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 60px 10px 10px;
  }
  #header .right .tel {
    display: none;
  }
  #header #gnav ul {
    justify-content: flex-start;
  }
}

/* ----------------------------------------------
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: #fafafa;
  position: relative;
  padding: 104px 0;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .pagetop {
  position: absolute;
  top: -30px;
  right: 90px;
}
#footer .top {
  padding-bottom: 55px;
  border-bottom: 1px solid #474848;
  margin-bottom: 52px;
}
#footer .top #fnav {
  padding: 0 10px;
}
#footer .top #fnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 45px;
}
#footer .top #fnav ul li a {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W5);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
#footer .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -moz-column-gap: 3.3050847458%;
       column-gap: 3.3050847458%;
  margin-bottom: 52px;
}
#footer .contents .logo {
  margin-top: 10px;
}
#footer .contents .data {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #101010;
}
#footer .contents .data a {
  font-weight: 500;
  color: #101010;
}
#footer .bottom {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .bottom .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
}
#footer .bottom .privacy {
  margin-left: auto;
}
#footer .bottom .privacy a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  border-bottom: 1px solid #101010;
  padding-bottom: 5px;
}
@media (max-width: 999px) {
  #footer {
    padding: 85px 0;
  }
  #footer .pagetop {
    right: 20px;
  }
  #footer .top {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #footer .top #fnav ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #footer .top #fnav ul li a {
    font-size: 16px;
  }
  #footer .contents {
    margin-bottom: 40px;
  }
  #footer .contents .logo {
    margin-top: 0;
  }
  #footer .contents .data {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 70px 0;
  }
  #footer .pagetop {
    width: 40px;
    top: -20px;
  }
  #footer .top {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #footer .top #fnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #footer .top #fnav ul li a {
    font-size: 14px;
  }
  #footer .contents {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  #footer .bottom {
    flex-direction: column;
    row-gap: 10px;
  }
  #footer .bottom .copyright {
    order: 1;
    text-align: center;
    font-size: 12px;
  }
  #footer .bottom .privacy {
    margin-left: unset;
  }
  #footer .bottom .privacy a {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */