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

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

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

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

strong {
  color: #a55d35;
  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 h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #a55d35;
  text-align: center;
  padding: 0 10px;
}
#contact h2 small {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f08c00;
  margin-bottom: 13px;
}
#contact h2 span {
  display: block;
}
#contact .inner {
  background-color: #f7f2e0;
  padding-bottom: 124px;
}
#contact .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #121212;
  text-align: center;
  margin-bottom: 63px;
  padding: 0 10px;
}
#contact .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -moz-column-gap: 3.3898305085%;
       column-gap: 3.3898305085%;
}
#contact .contents .block {
  width: 48.3050847458%;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 86px 10px 72px;
}
#contact .contents .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #121212;
}
#contact .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f08c00;
}
#contact .contents .block a:hover {
  opacity: 0.6;
}
#contact .contents .block.tel a {
  font-size: 50px;
}
#contact .contents .block.tel a span {
  font-size: 30px;
}
#contact .contents .block.mail a {
  font-size: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 5px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#contact .contents .block.mail a::before {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 10px));
  position: absolute;
  width: 21px;
  aspect-ratio: 21/22;
  background: url(../images/arow2.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #contact h2 {
    font-size: 38px;
  }
  #contact h2 small {
    font-size: 18px;
  }
  #contact .inner {
    padding-bottom: 100px;
  }
  #contact .catch {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #contact .contents .block {
    padding: 50px 10px;
  }
  #contact .contents .block .title {
    font-size: 18px;
  }
  #contact .contents .block.tel a {
    font-size: 36px;
  }
  #contact .contents .block.tel a span {
    font-size: 24px;
  }
  #contact .contents .block.mail a {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #contact h2 {
    font-size: 20px;
  }
  #contact h2 small {
    font-size: 16px;
  }
  #contact .inner {
    padding-bottom: 70px;
  }
  #contact .catch {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #contact .contents {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  #contact .contents .block {
    padding: 40px 10px;
    min-width: 250px;
  }
  #contact .contents .block .title {
    font-size: 16px;
  }
  #contact .contents .block.tel a {
    font-size: 24px;
  }
  #contact .contents .block.tel a span {
    font-size: 20px;
  }
  #contact .contents .block.mail a {
    font-size: 22px;
  }
  #contact .contents .block.mail a img {
    max-width: 25px;
  }
  #contact .contents .block.mail a::before {
    width: 16px;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
.works-category {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
.works-category ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 1.6949152542%;
}
.works-category ul li {
  min-width: 16.1016949153%;
}
.works-category ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11.21px 10px;
  width: 100%;
  text-decoration: none;
  transition: all 0.5s ease-out;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #f08c00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f08c00;
}
.works-category ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  .works-category {
    margin-bottom: 50px;
  }
  .works-category ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .works-category {
    margin-bottom: 30px;
  }
  .works-category ul li a {
    padding: 5px 10px;
  }
}

#works {
  margin-bottom: 111px;
}
#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: 62px 2.9661016949%;
}
#works .contents .block {
  width: 31.3559322034%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
#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 {
  margin-bottom: 22px;
  width: 100%;
}
#works .contents .block .image a {
  display: block;
}
#works .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
  aspect-ratio: 370/280;
}
#works .contents .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #a55d35;
  margin-bottom: 24px;
}
#works .contents .block .cates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
#works .contents .block .cate {
  min-width: 34.0540540541%;
  margin-top: auto;
}
#works .contents .block .cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.8px 10px;
  width: 100%;
  background-color: #f7f2e0;
  border: 1px solid #f08c00;
  border-radius: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f08c00;
}
@media (max-width: 999px) {
  #works {
    margin-bottom: 90px;
  }
  #works .contents {
    row-gap: 40px;
  }
  #works .contents .block .image {
    margin-bottom: 15px;
  }
  #works .contents .block .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #works {
    margin-bottom: 80px;
  }
  #works .contents {
    gap: 30px 4%;
  }
  #works .contents .block {
    width: 48%;
  }
  #works .contents .block .image {
    margin-bottom: 10px;
  }
  #works .contents .block .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #works .contents .block .cate a {
    font-size: 12px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 21px 1.25% 0px 3.125%;
}
#header .logo {
  max-width: 341px;
}
#header .right {
  flex: 1;
  padding-bottom: 33px;
}
#header .right .links {
  padding-right: 37px;
  margin-bottom: 20px;
}
#header .right .links ul {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
#header .right .links ul li a {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#header .right .links ul li.tel a {
  font-size: 24px;
  color: #f08c00;
}
#header .right .links ul li.tel a span {
  font-size: 18px;
}
#header .right .links ul li.insta a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 16px;
  color: #121212;
}
#header .right .links ul li.insta a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  aspect-ratio: 1/1;
  position: relative;
  padding: 8px;
}
#header .right .links ul li.insta a .icon::before, #header .right .links ul li.insta a .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
#header .right .links ul li.insta a .icon::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(230, 23, 149) 0%, rgb(247, 155, 57) 100%);
}
#header .right .links ul li.insta a .icon::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
}
#header .right #gnav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 35px;
  justify-content: end;
}
#header .right #gnav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #121212;
}
#header .right #gnav ul li.contact {
  margin-left: -7px;
}
#header .right #gnav ul li.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  width: 190px;
  height: 42px;
  border: 1px solid #f08c00;
  border-radius: 6px;
  color: #f08c00;
}
#header .right #gnav ul li.contact a::before {
  content: "";
  width: 19px;
  aspect-ratio: 19/15;
  background: url(../images/mail-icon.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #header .top {
    padding: 10px 10px 0;
  }
  #header .logo {
    max-width: 280px;
  }
  #header .right {
    padding-bottom: 10px;
  }
  #header .right .links {
    padding-right: 10px;
    margin-bottom: 10px;
  }
  #header .right .links ul li.tel a {
    font-size: 20px;
  }
  #header .right .links ul li.tel a span {
    font-size: 16px;
  }
  #header .right .links ul li.insta a {
    font-size: 14px;
  }
  #header .right .links ul li.insta a .icon {
    width: 30px;
  }
  #header .right #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header .right #gnav ul li a {
    font-size: 16px;
  }
  #header .right #gnav ul li.contact a {
    width: 160px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 70px 10px 10px;
  }
  #header .right {
    padding-bottom: 0;
  }
  #header .right .links {
    display: none;
  }
  #header .right #gnav ul {
    justify-content: flex-start;
  }
  #header .right #gnav ul li a {
    color: #fff;
  }
  #header .right #gnav ul li a img {
    display: none;
  }
  #header .right #gnav ul li.contact a {
    width: unset;
    height: unset;
    border-radius: unset;
    justify-content: start;
    border: unset;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  #header .right #gnav ul li.contact a::before {
    display: none;
  }
}

/* ----------------------------------------------
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 {
  position: relative;
  padding: 82px max((100% - 1180px) / 2, 10px);
}
#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 .pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #f08c00;
}
#footer .contents {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 38px;
}
#footer .contents .logo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
  color: #121212;
  margin-bottom: 36px;
}
#footer .contents .logo .tx {
  margin-bottom: 23px;
}
#footer .contents .logo img {
  max-width: 250px;
}
#footer .contents .data {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
  color: #121212;
}
#footer .contents .data a {
  font-weight: 500;
  color: #121212;
}
#footer .contents #fnav {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 5px;
  margin-bottom: 3px;
}
#footer .contents #fnav ul {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px 35px;
}
#footer .contents #fnav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #121212;
}
#footer .contents #fnav ul li.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 190px;
  height: 42px;
  border: 1px solid #f08c00;
  border-radius: 6px;
  color: #f08c00;
}
#footer .contents #fnav ul li.contact a::before {
  content: "";
  width: 19px;
  aspect-ratio: 19/15;
  background: url(../images/mail-icon.webp) no-repeat center/cover;
}
#footer .contents #fnav ul li.insta a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
#footer .contents #fnav ul li.insta a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  aspect-ratio: 1/1;
  position: relative;
  padding: 8px;
}
#footer .contents #fnav ul li.insta a .icon::before, #footer .contents #fnav ul li.insta a .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
}
#footer .contents #fnav ul li.insta a .icon::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(230, 23, 149) 0%, rgb(247, 155, 57) 100%);
}
#footer .contents #fnav ul li.insta a .icon::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
}
#footer .contents #fnav ul:not(:last-child) {
  margin-bottom: 48px;
}
#footer .contents #fnav ul:last-child {
  margin-top: auto;
}
#footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #121212;
}
@media (max-width: 999px) {
  #footer {
    padding: 60px max((100% - 1180px) / 2, 10px);
  }
  #footer .pagetop {
    right: 20px;
  }
  #footer .contents .logo {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #footer .contents .data {
    font-size: 16px;
  }
  #footer .contents #fnav ul {
    gap: 20px 10px;
  }
  #footer .contents #fnav ul li a {
    font-size: 16px;
  }
  #footer .contents #fnav ul li.contact a {
    width: 170px;
    height: 35px;
  }
  #footer .contents #fnav ul li.insta a {
    font-size: 14px;
  }
  #footer .contents #fnav ul li.insta a .icon {
    width: 30px;
  }
  #footer .contents #fnav ul:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 50px max((100% - 1180px) / 2, 10px);
  }
  #footer .pagetop {
    top: -20px;
  }
  #footer .pagetop a {
    width: 40px;
  }
  #footer .contents {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .contents .logo {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #footer .contents .logo .tx {
    margin-bottom: 10px;
  }
  #footer .contents .data {
    font-size: 14px;
  }
  #footer .contents #fnav ul {
    row-gap: 10px;
    justify-content: center;
  }
  #footer .contents #fnav ul li a {
    font-size: 14px;
  }
  #footer .contents #fnav ul li.contact a {
    width: 150px;
    height: 30px;
  }
  #footer .contents #fnav ul li.insta a {
    font-size: 12px;
  }
  #footer .contents #fnav ul:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .copyright {
    font-size: 11px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */