@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #333;
  font-family: "Montserrat","Noto Sans JP",sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.18em;
  box-sizing: border-box;

  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex: 1;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
button {
  background: none;
  display: none;
  border: none;
  outline: none;
}
ul {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
.dsp_s {
  display: none !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt140 {
  margin-top: 140px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}

/*-------------------------------------------
メニューバー
-------------------------------------------*/
.modal-menu {
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 1.25rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;

  /* アニメーション用 */
  transform: translateY(0); /* 初期位置を少し上に */
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease; /* スムーズなアニメーション */
}

.modal-menu.active {
  transform: translateY(0); /* 元の位置に戻る */
  opacity: 1;
  pointer-events: auto;
}
    .modal-menu #burger-menu-close {
        width: 20px;
        height: 20px;
        position: absolute;
        overflow: hidden;
        top: 1.25rem;
        right: 1.25rem;
    }
    .modal-menu #burger-menu-close .burger-line::before,.modal-menu #burger-menu-close .burger-line::after {
      content: "";
      background-color: #333;
      width: 20px;
      height: 2px;
      position: absolute;
      top: 9px;
      left: 0;
      transition: all .2s;
      transform-origin: center center;
    }
    .modal-menu.active #burger-menu-close .burger-line::before {
    transform:  rotate(-45deg);
    }
    .modal-menu #burger-menu-close .burger-line::before {
    transform: translate(0, -4px) rotate(0deg);
    }
    .modal-menu.active #burger-menu-close .burger-line::after{
      transform:  rotate(45deg);
    }
    .modal-menu #burger-menu-close .burger-line::after{
      transform: translate(0, 4px) rotate(0deg);
    }
    .modal-menu__list {
      font-size: 35px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .modal-menu__list .mailicon1 {
      height: auto;
      max-width: 1.4em;
      margin: 20px 0 0;
    }

/*-------------------------------------------
header mv表示用
-------------------------------------------*/
#header {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: auto;
  padding: 1.4rem 1.4641288433382138vw;
  max-width: 1366px;
}
#header > a {
  width: 21.44%;
  max-width: 300px;
  display: none;
}
#header #grobalnav {
  display: flex;
}
#header ul {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#header ul li {
  padding: 0 22px;
}
#header ul li.header__mail {
  display: flex;
  padding: 6px 0 0 22px;
}
#header ul li .mailicon1 {
  height: auto;
  max-width: 1.8em;
}
/*-------------------------------------------
header about以下、下層ページ用
-------------------------------------------*/
.header-nav {
  background-color: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
  border-bottom: 3px solid #333;
  top: 0;
  display: none;
}
.header-nav.scroll {
  display: block;
}
#header-float {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 1.4rem 1rem;
  max-width: 960px;
}
#header-float > a {
  width: 21.44%;
  max-width: 300px;
}
#header-float #grobalnav-float {
  display: flex;
}
#header-float ul {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#header-float ul li {
  padding: 0 22px;
}
#header-float ul li.header__mail {
  display: flex;
  padding: 6px 0 0 22px;
}
#header-float ul li .mailicon1 {
  height: auto;
  max-width: 1.8em;
}


/*-------------------------------------------
mv
-------------------------------------------*/
.wrapper {
  overflow: hidden;
}
#mainvisual {
  position: relative;
  width: 100%;
  height: 35vw;
}
#mainvisual .mainvisual__fukidashi {
  display: block;
  width: 46%;
  height: auto;
  aspect-ratio: 104/75;
  position: absolute;
  top: calc((2.8rem + 2.8em ) * -1);
  left: 7vw;
  background: url(/assets/img/fukidashi1.svg) top center /contain no-repeat;
  z-index: 2;
}
.fukidashi-text {
  width: 41%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40.5%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/* #mainvisual .fukidashi1 {
  height: auto;
  position: absolute;
  top: -9%;
  left: -10%;
  width: 62.51830161054173vw;
  z-index: -10;
} */
#mainvisual .mainimg1 {
  bottom: -14%;
  height: auto;
  max-width: 800px;
  right: 12%;
  position: absolute;
  width: 38%;
  z-index: 2;
}
#mainvisual .logo2 {
  height: auto;
  margin: 0 0 1.4641288433382138vw;
  width: 26.35431918008785vw;
}
#mainvisual p {
  font-size: 2.1961932650073206vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-size: 1.6vw;
}
#mainvisual .bgkumo1 {
  width: 30%;
  bottom: -41%;
  left: -10%;
  height: auto;
  position: absolute;
  z-index: 2;
}

/*-------------------------------------------
main
-------------------------------------------*/
.inner1 {
  margin: auto;
  max-width: 960px;
  position: relative;
  width: 100%;
}
.viewbtn_area {
  display: flex;
  justify-content: center;
  margin: 1.875rem 0 0;
}
.viewbtn {
  align-items: center;
  background: #333;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  height: 2.6875rem;
  width: 11.25rem;
}
.viewbtn a {
  color: #fff !important;
}
.viewbtn:hover {
  align-items: center;
  background: none;
  border-radius: 50px;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 43px;
  text-align: center;
  transition: 0.8s;
  outline: 3px solid #333;
  outline-offset: -3px;
  width: 180px;
}
.topbtn_area {
  display: flex;
  justify-content: center;
  padding: 0 0 7.875rem;
}
.topbtn {
  align-items: center;
  background: #333;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  height: 2.6875rem;
  width: 11.25rem;
}
.topbtn a {
  color: #fff !important;
}
.topbtn:hover {
  align-items: center;
  background: none;
  border-radius: 50px;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 43px;
  text-align: center;
  transition: 0.8s;
  outline: 3px solid #333;
  outline-offset: -3px;
  width: 180px;
}
.contactbtn_area {
  display: flex;
  justify-content: center;
}
.contactbtn {
  align-items: center;
  background: #333;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  bottom: 2.1875rem;
  left: 0;
  right: 0;
  height: 2.6875rem;
  margin: 0 auto;
  width: 14.875rem;
}
.contactbtn a {
  color: #fff !important;
}
.contactbtn:hover {
  align-items: center;
  background: none;
  border-radius: 50px;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 43px;
  text-align: center;
  transition: 0.8s;
  position: absolute;
  bottom: 2.1875rem;
  left: 0;
  right: 0;
  outline: 3px solid #333;
  outline-offset: -3px;
  width: 14.875rem;
}

#about {
  background: #e5e5e5;
  padding: 17.75rem 1.25rem 6.25rem;
  position: relative;
}
#about .inner1 {
  display: flex;
}
#about .aboutimg1 {
  width: 33%;
}
#about .right {
  padding: 0 0 0 3.75rem;
}
#about .right p {
  font-size: 0.9375rem;
  margin: 1.875rem 0 0;
  line-height: 1.867;
  letter-spacing: 0.18em;
}
#about .heading_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
#about .heading1 {
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  font-size: 4.0625rem;
  font-weight: 800;
  padding: 0.3125rem 0.9375rem;
  line-height: 1;
}
#about .heading1 .logo1 {
  height: 1em;
}
#about .bgkumo2 {
  bottom: -14%;
  right: -9%;
  height: auto;
  position: absolute;
  width: 30%;
  z-index: 2;
}
#profile {
  padding: 7.5rem 1.25rem;
  position: relative;
}
#profile .heading2 {
  background: #fff;
  border: 5px solid #333;
  border-radius: 10px;
  color: #333;
  display: inline-block;
  font-size: 4.0625rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.3125rem 0.9375rem;
  position: absolute;
  /* top: -2.9282576866764276vw;
  left: 2.9282576866764276vw; */
  top: -40px;
  left: 70px;
}
#profile .profile_box {
  background-color: #fff;
  border: 5px solid #333;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 5rem 6.875rem 3.125rem;
}
#profile .profile_box .left .name {
  font-size: 1.875rem;
  font-weight: 700;
  margin: -0.3125rem 0 0.625rem;
}
#profile .profile_box .right .profileimg1 {
  height: auto;
  width: 12.75rem;
}
#profile .bgkumo3 {
  bottom: -18%;
  left: -22%;
  height: auto;
  position: absolute;
  width: 33%;
  z-index: 1;
}
#service {
  background: #e5e5e5;
  border-top: 5px solid #333;
  border-bottom: 5px solid #333;
  padding: 5rem 1.25rem 4.375rem;
  position: relative;
}
#service .heading2 {
  background: #fff;
  border: 5px solid #333;
  border-radius: 10px;
  color: #333;
  display: inline-block;
  font-size: 4.0625rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.3125rem 0.9375rem;
  position: absolute;
  top: -125px;
  right: 40px;
}
#service .heading3 {
  font-size: 2.625rem;
  font-weight: 800;
  margin: 0 0 -2.5rem;
  text-align: center;
}
#service .service_box {
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 2.1875rem;
  padding: 4.0625rem 3.75rem 2.8125rem;
}
#service .service_box p {
  text-align: left !important;
}
#service .service_box .border1 {
  border: 2px solid #333;
  height: 285px;
  margin: 0 0.9375rem 0;
  width: 0;
}
#service .service_box .left {
  text-align: center;
  width: 40%;
}
#service .service_box .right {
  text-align: center;
  width: 40%;
}
#service .service_box .servicetitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.125rem 0 0.625rem;
  text-align: center;
}
.icon_pc {
  height: auto;
  width: 8.25rem;
}
.icon_bunner {
  height: auto;
  width: 8rem;
}
.icon_chirashi {
  height: auto;
  width: 5.125rem;
}
.icon_illust {
  height: auto;
  width: 7.188rem;
}
#service .bgkumo4 {
  bottom: -5%;
  right: -17%;
  height: auto;
  position: absolute;
  width: 25%;
  z-index: 2;
}
#works {
  padding: 7.5rem 1.25rem;
  position: relative;
}
#works .heading2 {
  background: #fff;
  border: 5px solid #333;
  border-radius: 10px;
  color: #333;
  display: inline-block;
  font-size: 4.0625rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.3125rem 0.9375rem;
  position: absolute;
  top: -40px;
  left: 70px;
}
#works .works_contents_box {
  display: flex;
  justify-content: center;
}
#works .works_box {
  background: #fff;
  border: 5px solid #333;
  border-radius: 20px;
  padding: 5rem 6.875rem 3.125rem;
}
#works .works_box .works_contents .works_img {
  border: 5px solid #333;
  border-radius: 15px;
  height: 23.9375rem;
  width: 35.95rem;
  overflow: hidden;
}
#works .works_box .works_contents .works_img img {
  border-radius: 10px;
}
#works .works_box .works_contents .works_img img:hover {
  transform: scale(1.1);
  transition-duration: .8s;
}
#works .works_box .works_contents .workstitle {
  font-size: 1.125rem;
  margin: 0.75rem 0 0;
}
.works_contents2 .works_contents_box .works_category,
.works_contents2 .works_contents_box .date {
  font-size: 12px;
  margin: 10px 0 0 10px;
}
.works_contents2 .works_contents_box .works_title {
  font-size: 14px;
  margin: 0 0 0 10px;
}
#works .bgkumo5 {
  bottom: -23%;
  left: -19%;
  height: auto;
  position: absolute;
  width: 31%;
  z-index: -1;
}
.swiper-button-next, .swiper-button-prev {
  color: #333;
}
#contact {
  padding: 0 1.25rem 6.25rem;
  position: relative;
}
#contact .inner1 {
  margin: auto;
  max-width: 580px !important;
  position: relative;
  width: 100%;
}
#contact .contactbg {
  height: auto;
  margin: 0 auto;
  width: 36.25rem;
}
#contact .heading4 {
  font-size: 4.0625rem;
  font-weight: 800;
  text-align: center;
  position: absolute;
  bottom: 4.0625rem;
  left: 0;
  right: 0;
}
#contact .viewbtn_area {
  margin: 0;
}
#contact .bgkumo6 {
  bottom: -14%;
  right: -14%;
  height: auto;
  position: absolute;
  width: 34%;
  z-index: -1;
}


/*-------------------------------------------
Footer
-------------------------------------------*/
footer {
  background-color: #333;
  width: 100%;
}
#footer {
  max-width: 960px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem 0 .5rem;
}
#footer .footerbox {
  display: flex;
  justify-content: space-between;
}
.footerbox > a {
  width: 30.52%;
}
#footer .logo3 {
  height: auto;
  width: 21.44948755490483vw;
}
#footer #grobalnav {
  display: flex;
  font-size: 1rem;
}
#footer #grobalnav ul {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#footer #grobalnav ul li {
  padding: 0 22px;
}
#footer #grobalnav ul li:last-child {
  display: flex;
}
#footer #grobalnav ul li a {
  color: #fff;
}
#footer ul li .mailicon2 {
  width: 2.25rem;
}
#footer .copy {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
}

/*-------------------------------------------
# 下層ページ PROFILE
-------------------------------------------*/
#page_contents {
  padding: 4.375rem 0 7.5rem;
}
#page_contents .page_title_box {
  border: 5px solid #333;
  border-radius: 10px;
  margin: 0 0 4.375rem;
  padding: 1.375rem 3.75rem;
  max-width: 960px;
  line-height: 1;
}
#page_contents .page_title_box div {
  align-items: center;
  display: flex;
}
#page_contents .page_title_box .page_title {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1;
}
#page_contents .page_title_box .page_title_sub {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0 1.875rem;
  line-height: 1;
}
#page_contents .profile_contents1 {
  display: flex;
  justify-content: space-between;
  /* padding: 0 40px; */
  position: relative;
}
#page_contents .profile_contents2 {
  /* padding: 0 40px; */
  position: relative;
}
#page_contents .profile_contents1 .left .name_box {
  align-items: center;
  display: flex;
  margin: 0 0 1.5625rem;
}
#page_contents .profile_contents1 .left .name_box .name {
  font-size: 2.1875rem;
  font-weight: 800;
  margin: 0 1.875rem 0 0;
  letter-spacing: 0.18em;
}
#page_contents .profile_contents1 .left .name_box .sns_box {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
#page_contents .profile_contents1 .left .name_box .Instagram {
  height: 100%;
  width: 1.5625rem;
}
#page_contents .profile_contents1 .left .name_box .X {
  height: 100%;
  width: 1.4375rem;
}
#page_contents .profile_contents1 .right {
  width: 21%;
}
.border1 {
  border: 3px solid #333;
  margin: 2.8125rem 0;
  width: 100%;
}
#page_contents .profile_contents2 .heading3 {
  font-size: 2.625rem;
  font-weight: 800;
  margin: 0 0 1.5625rem;
}
#page_contents .profile_contents2 .bgglay_box {
  background: #efefef;
  border-radius: 10px;
  margin: 4.5rem 0 0;
  padding: 40px 30px;
  position: relative;
}
#page_contents .profile_contents2 .bgglay_box .heading3 {
  margin: 0;
  position: absolute;
  top: -2.375rem;
}

/*-------------------------------------------
# 下層ページ SERVICE
-------------------------------------------*/
#page_contents .service .heading3 {
  align-items: center;
  display: flex;
  font-size: 2.625rem;
  font-weight: 800;
  margin: 3.75rem 0 0;
  text-align: center;
}
#page_contents .service .heading3:before,
#page_contents .service .heading3:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #333;
}
#page_contents .service .heading3:before {
  margin-right: 1rem;
}
#page_contents .service .heading3:after {
  margin-left: 1rem;
}
#page_contents .service_contents1 {
  display: flex;
  margin: 2.2rem 0 3.75rem;
  justify-content: space-between;
  padding: 0 0 0 1.5rem;
}
#page_contents .service_contents1 .left {
  width: 13.4375rem;
}
#page_contents .service_contents1 .right {
  padding: 0 0 0 15px;
  width: 78%;
}
#page_contents .service_contents1 .left img {
  height: auto;
  max-width: 8.25rem;
}
#page_contents .service_contents1 .right .servicetitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
}
#page_contents .service_contents2 {
  position: relative;
}
#page_contents .service_contents2 .heading3 {
  background: #fff;
  color: #333;
  display: inline-block;
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -22px;
  left: 30px;
  }
#page_contents .service_contents2 .service_box {
  border: 5px solid #333;
  border-radius: 15px;
  margin: 0 0 2.1875rem;
  padding: 2.188rem 2.5rem 1.875rem;
  line-height: 1.8;
}
#page_contents .service_contents2 .service_box tr th {
  text-align: left;
  padding: 0 3.125rem 0 0;
}
#page_contents .service_contents2 .service_box tr td .emphasis {
  font-size: 1.375rem;
}
#page_contents .service_contents2 .service_box tr td .small {
  font-size: .75rem;
}
#page_contents .service_contents2 .bgglay_box {
  background: #efefef;
  border-radius: 10px;
  margin: 0 0 4rem;
  padding: 1.563rem 2.5rem;
}
#page_contents .service_contents2 .bgglay_box ul li {
  padding-left: 1.4rem;
  position: relative;
}
#page_contents .service_contents2 .bgglay_box ul li:before {
  background: url('/assets/img/list_icon1.svg');
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 57 / 50;
  position: absolute;
  width: .9375rem;
  top: 0.5rem;
  left: 0;
}
/*-------------------------------------------
# 下層ページ WORKS
-------------------------------------------*/
#page_contents .works_contents1 .bgglay_box {
  background: #efefef;
  border-radius: 10px;
  margin: 4.5rem 0 0;
  padding: 2.5rem 1.875rem;
  position: relative;
}
#page_contents .works_contents1 .bgglay_box .heading3 {
  margin: 0;
  position: absolute;
  top: -2.375rem;
}
#page_contents .works_contents1 .bgglay_box .heading3 {
  font-size: 2.625rem;
  font-weight: 800;
  margin: 0;
  position: absolute;
  top: -2.8rem;
}
#page_contents .works_contents1 .bgglay_box ul {
  font-size: 1.125rem;
  max-width: 25.875rem;
  margin: 0 auto;
  display: flex;
  gap: 2.5rem;
}
#page_contents .works_contents1 .bgglay_box ul li {
  display: inline-block;
  gap: 2.75rem;
}
#page_contents .works_contents2 {
  display: flex;
  flex-wrap: wrap;
  gap: 6.25rem;
  margin: 3.75rem 0 0;
}
#page_contents .works_contents2 .works_contents_box {
  height: auto;
  width: 26.875rem;
}
#page_contents .works_contents2 .works_box {
  border: 5px solid #333;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
#page_contents .works_contents2 .works_box img {
  border-radius: 5px;
}
#page_contents .works_contents2 .works_box img:hover {
  transform: scale(1.1);
  transition-duration: .8s;
}

#page_contents .works_page_contents2 .works_box {
  border: 5px solid #333;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 0 0 3.125rem 0;
}
#page_contents .works_page_contents2 .works_box img {
  border-radius: 10px;
}
#page_contents .works_page_contents2 .works_contents_box {
  margin: 0 auto;
  height: auto;
}
#page_contents .works_page_contents2 .works_contents_box .works_category {
  font-size: 18px;
  margin: 0 0 0 10px;
}
#page_contents .works_page_contents2 .works_contents_box .works_title {
  font-size: 30px;
  margin: 0 0 10px 10px;
}
#page_contents .works_page_contents2 .works_contents_box .date {
  font-size: 18px;
  margin: 0 0 0 10px;
}
#page_contents .works_page_contents2 .caption{
  color: #999;
  font-weight: 500;
}
#page_contents .works_page_contents2 .caption a {
  color: #999;
  text-decoration: underline;
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*----------------------------
scroll_upのタイミングをずらす
----------------------------*/
.timing02 {transition-delay: .1s;}
.timing03 {transition-delay: .2s;}
.timing04 {transition-delay: .3s;}
.timing05 {transition-delay: .4s;}
.timing06 {transition-delay: .5s;}
.timing07 {transition-delay: .6s;}
.timing08 {transition-delay: .7s;}
.timing09 {transition-delay: .8s;}


/*-------------------------------------------
# SP 1280 > 769
-------------------------------------------*/
@media screen and (max-width:1280px) and (min-width:769px) {
  .inner1 {
    padding: 0 20px;
    max-width: 960px;
    position: relative;
    width: auto !important;
  }
}
/*-------------------------------------------
# SP 1020 > 769
-------------------------------------------*/
@media screen and (max-width:1020px) and (min-width:769px) {
  button {
    display: block;
  }
  #page_contents .works_contents2 .works_contents_box {
    width: calc((100% - 2.5rem) / 2);
  }
  #page_contents .works_contents2 {
    gap: 2.5rem;
  }
}
/*-------------------------------------------
# iPad 834 >
-------------------------------------------*/
@media screen and (max-width:834px) and (min-width:769px) {
  #mainvisual .mainvisual__fukidashi {
    left: -9vw;
  }
  #about {
    padding: 10.75rem 1.25rem 6.25rem;
  }
  #profile .profile_box {
    padding: 5rem 4.875rem 3.125rem;
  }
  #works .works_box {
    padding: 5rem 0.875rem 3.125rem;
  }
}
/*-------------------------------------------
# SP 768 >
-------------------------------------------*/
@media screen and (max-width: 768px) {
  button {
    display: block;
  }
  .header-nav {
    height: 60px;
  }
  .inner1 {
    padding: 0 20px;
    max-width: 100%;
    position: relative;
    width: auto !important;
  }
  .viewbtn {
    font-size: 0.8125rem;
    height: 2.1875rem;
    width: 9.375rem;
  }
  .contactbtn {
    font-size: 0.8125rem;
    bottom: 0.9375rem;
    left: 0;
    right: 0;
    height: 1.875rem;
    margin: 0 auto;
    width: 13.125rem;
  }
  .contactbtn:hover {
    align-items: center;
    background: none;
    border-radius: 50px;
    color: #333;
    font-size: 0.8125rem;
    height: 1.875rem;
    text-align: center;
    transition: 0.8s;
    outline: 3px solid #333;
    outline-offset: -3px;
    bottom: 0.9375rem;
    left: 0;
    right: 0;
    height: 1.875rem;
    margin: 0 auto;
    width: 12.125rem;
  }
  .dsp_w {
    display: none !important;
  }
  .dsp_s {
    display: block !important;
  }
  .smb0 {
    margin-bottom: 0 !important;
  }
  /*-------------------------------------------
  Header
  -------------------------------------------*/
  #header {
    padding: 1.25rem;
    max-width: 100%;
  }
  #header #grobalnav {
    display: none;
  }
  #header-float {
    padding: 1.25rem;
    max-width: 100%;
  }
  #header-float > a {
    width: 10.313rem;
    max-width: 300px;
  }

  #header-float #grobalnav-float {
    display: flex;
  }
  #header-float ul {
    display: none;
  }
  #header #burger-menu,
  #header-float #grobalnav-float #burger-menu {
    position: relative;
  }
  #header #burger-menu .burger-line::before,
  #header #burger-menu .burger-line::after,
  #header-float #grobalnav-float #burger-menu .burger-line::before,
  #header-float #grobalnav-float #burger-menu .burger-line::after {
    content: "";
    background-color: #333;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 0;
    transition: all .2s;
    transform-origin: center center;
  }
  #header #burger-menu {
    align-items: center;
    width: 20px;
    height: 20px;
    padding-top: 4px;
    position: relative;
    overflow: hidden;
  }
  #header-float #grobalnav-float #burger-menu {
    align-items: center;
    width: 20px;
    height: 20px;
    padding-top: 4px;
    position: relative;
    overflow: hidden;
  }
  #header #burger-menu .burger-line::before,
  #header-float #grobalnav-float #burger-menu .burger-line::before {
    transform: translate(0, -4px);
  }
  #header #burger-menu .burger-line::after,
  #header-float #grobalnav-float #burger-menu .burger-line::after {
    transform: translate(0, 4px);
  }

  #burger-menu.open span {
    background-color: transparent;
  }
  #burger-menu.open span::before {
    top: 0;
    transform: rotate(45deg);
  }
  #burger-menu.open span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  /*-------------------------------------------
  mv
  -------------------------------------------*/
  #mainvisual {
    height: 100vw;
  }
  #mainvisual .mainimg1 {
    bottom: -14%;
    right: 0;
    width: 85%;
    z-index: 2;
  }
  #mainvisual .mainvisual__fukidashi {
    width: 90%;
    left: -16%;
  }
  #mainvisual .mainvisual__fukidashi {
    width: 100%;
    aspect-ratio: 104 / 75;
    top: calc((0.8rem + 2.8em)* -1.3);
    left: -11%;
    background: url(/assets/img/fukidashi1_sp.svg) top center / contain no-repeat;
    z-index: 2;
  }
  #mainvisual .fukidashi1 {
    top: -7%;
    left: -23%;
    width: 96vw;
  }
  #mainvisual .fukidashi-text {
    padding: 3.125rem 0 0 2.5rem;
    width: 41%;
    top: 31.5%;
    left: 36%;
  }
  #mainvisual .logo2 {
    height: auto;
    margin: 0 0 0.625rem;
    width: 10rem;
  }
  #mainvisual p {
    font-size: 0.84375rem;
  }
  #mainvisual .bgkumo1 {
    width: 40%;
    bottom: -49%;
    left: -13%;
    z-index: -1;
  }
  #about {
    padding: 9.8125rem 0 3.75rem;
  }
  #about .inner1 {
    display: block;
  }
  #about .heading1 {
    border-radius: 5px;
    font-size: 1.875rem;
    padding: 0.2125rem 0.5375rem;
    width: fit-content;
  }
  #about .heading1 .logo1 {
    width: 13.875rem;
  }
  #about .aboutimg1 {
    width: 70%;
  }
  #about .right {
    padding: 0;
  }
  #about .heading_box {
    gap: 0.4rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  #about .bgkumo2 {
    bottom: -9%;
    right: -24%;
    height: auto;
    position: absolute;
    width: 46%;
    z-index: 0;
  }
  #profile {
    padding: 4.75rem 0;
  }
  #profile .heading2 {
    border: 4px solid #333;
    font-size: 2.1875rem;
    top: -25px;
    left: 50px;
    /* top: -5.928258vw;
    left: 9.928258vw; */
  }
  #profile .profile_box {
    border: 4px solid #333;
    border-radius: 15px;
    padding: 3.4375rem 1.25rem 2.25rem;
  }
  #profile .profile_box .left {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1.5625rem;
    width: 100%;
    gap: 2.5rem;
  }
  #profile .profile_box .left .name {
    font-size: 1.5625rem;
    margin: 3.5rem 0;
    line-height: 1.6;
    white-space: nowrap;
}
  #profile .profile_box .left .profileimg1 {
    width: calc((100% - 2.5rem) * 0.5);
    aspect-ratio: 209/284;
    max-width: 200px;
    margin: 0;
    height: 100%;
  }
  #profile .bgkumo3 {
    bottom: -2%;
    left: -23%;
    width: 44%;
    z-index: -1;
  }
  #service {
    border-top: 4px solid #333;
    border-bottom: 4px solid #333;
    padding: 3.125rem 0 2.125rem;
  }
  #service .heading2 {
    border: 4px solid #333;
    font-size: 2.1875rem;
    top: -80px;
  }
  #service .heading3 {
    font-size: 1.75rem;
    margin: 0 0 -28px;
  }
  #service .service_box {
    border-radius: 15px;
    display: block;
    margin: 0 0 1.25rem;
    padding: 3.4375rem 1.25rem 2.1875rem;
  }
  #service .service_box .border1 {
    border: 2px solid #333;
    height: 0;
    margin: 1.875rem 0;
    width: 100%;
  }
  #service .service_box .left,
  #service .service_box .right {
    width: 100%;
  }
  #service .bgkumo4 {
    bottom: -3%;
    right: -19%;
    width: 38%;
    z-index: 2;
  }
  #works {
    padding: 4.6875rem 0 3rem;
  }
  #works .heading2 {
    border: 4px solid #333;
    font-size: 2.1875rem;
    top: -25px !important;
    left: 50px !important;
  }
  #works .works_box {
    border: 4px solid #333;
    border-radius: 15px;
    padding: 3.125rem 0 2.125rem;
  }
  #works .works_box .works_contents {
    /* margin: 1.4641288433382138vw 3.464129vw; */
    width: 16.25rem;
  }
  #works .works_box .works_contents .works_img {
    height: 10.5rem;
    width: 15.75rem;
  }
  #works .works_box .works_contents .workstitle {
    line-height: 1.8rem;
  }
  #works .bgkumo5 {
    bottom: -4%;
    left: -11%;
    width: 35%;
    z-index: -1;
  }
  #page_contents .works_contents2 .works_contents_box {
    width: 100%;
  }
  #page_contents .works_contents2 {
    gap: 1.5rem;
  }
  #page_contents .works_contents1 .bgglay_box ul {
    font-size: 1.125rem;
    max-width: 25.875rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 1rem;
  }

  #contact {
    padding: 0 1.25rem 2.125rem;
  }
  #contact .heading4 {
    font-size: 1.875rem;
    bottom: 2.375rem;
    left: 0;
    right: 0;
  }
  #contact .contactbg {
    max-width: 350px;
    width: 100%;
  }
  #contact .inner1 {
    padding: 0;
    width: 100% !important;
  }
  #contact .bgkumo6 {
    bottom: -16%;
    right: -19%;
    width: 42%;
    z-index: -1;
  }
  .footerbox > a {
    width: 11.875rem;
    margin: 0 auto;
  }
  #footer {
    gap: 1.5rem;
    padding: 2.5rem 0 .5rem;
  }
  #footer .logo3 {
    height: auto;
    width: 11.875rem;
  }
  #footer #grobalnav {
    display: none;
  }
/*-------------------------------------------
# 下層ページ PROFILE
-------------------------------------------*/
  .border1 {
    margin: 1.875rem 0;
  }
  #page_contents {
    padding: 2.5rem 0 3.75rem;
  }
  #page_contents .page_title_box div {
    display: block;
    text-align: center;
  }
  #page_contents .page_title_box {
    border: 5px solid #333;
    border-radius: 10px;
    margin: 0 0 2.5rem;
    padding: 1.25rem 2.25rem;
    max-width: 100%;
  }
  #page_contents .page_title_box .page_title {
    font-size: 2.1875rem;
    margin: 0 0 0.4rem 0;
  }
  #page_contents .page_title_box .page_title_sub {
    margin: 0;
  }
  #page_contents .profile_contents1 {
    display: block;
    padding: 0;
  }
  #page_contents .profile_contents1 .left {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1.5625rem;
  }
  #page_contents .profile_contents1 .left .profileimg1 {
    max-width: 7.6875rem;
    margin: 0;
  }
  #page_contents .profile_contents1 .left .name_box {
    display: block;
    margin: 0;
  }
  #page_contents .profile_contents1 .left .name_box .name {
    font-size: 1.5625rem;
    margin: 0 0 1.875rem 0;
    line-height: 1.6;
}
  #page_contents .profile_contents1 .left .profileimg1 {
    height: 100%;
    max-width: 7.6875rem;
  }
  #page_contents .profile_contents1 .left .name_box .sns_box {
    gap: .1rem;
  }
  #page_contents .profile_contents1 .left .name_box .Instagram {
    height: auto;
    margin: 0 15px 0 0;
    width: 1.5625rem;
  }
  #page_contents .profile_contents1 .left .name_box .X {
    height: auto;
    width: 1.4375rem;
  }
  #page_contents .profile_contents1 .right {
    width: 100%;
  }
  #page_contents .profile_contents2 {
    padding: 0;
  }
  #page_contents .profile_contents2 .bgglay_box {
    margin: 3.5rem 0 0;
    padding: 2.188rem 1.5rem 1.5rem;
  }
  #page_contents .profile_contents2 .bgglay_box .heading3 {
    margin: 0;
    position: absolute;
    top: -1.8rem;
  }
  #page_contents .profile_contents2 .heading3 {
    font-size: 1.875rem;
    font-weight: 800;
    margin: 0 0 0.5625rem;
    top: -2.375rem;
  }
/*-------------------------------------------
# 下層ページ SERVICE
-------------------------------------------*/
  #page_contents .service .heading3 {
    font-size: 1.75rem;
    margin: 2.5rem 0 1.8125rem;
  }
  #page_contents .service .heading3:before {
    margin-right: .5rem;
  }
  #page_contents .service .heading3:after {
    margin-left: .5rem;
  }
  #page_contents .service_contents1 {
    display: block;
    margin: 0 0 2.4rem;
    padding: 0;
  }
  #page_contents .service_contents1 .right {
    padding: 0;
    width: 100%;
  }
  #page_contents .service_contents1 .right .servicetitle {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.625rem;
    text-align: center;
  }
  #page_contents .service_contents1 .left {
    width: 100%;
  }
  #page_contents .service_contents1 .right .servicetitle {
    margin: .625rem 0 0;
    text-align: center;
  }
  #page_contents .service_contents2 .heading3 {
    margin: 0;
    padding: 0;
    top: -16px;
    left: 22px;
  }
  #page_contents .service_contents2 .service_box {
    margin: 0 0 1.75rem;
    padding: 1.875rem 1.5rem 1.2rem;
  }
  #page_contents .service_contents2 .bgglay_box {
    padding: 1.563rem 1.5rem;
  }
  #page_contents .service_contents2 .service_box th,   #page_contents .service_contents2 .service_box td {
    display: inline-block;
  }
  #page_contents .service_contents2 .service_box tr th {
    display: block;
    padding: 0;
  }

/*-------------------------------------------
# 下層ページ WORKS
-------------------------------------------*/
  #page_contents .works_contents1 .bgglay_box {
    margin: 2.5rem 0 0;
    padding: 2.188rem 1.5rem 1.5rem;
  }
  #page_contents .works_contents1 .bgglay_box .heading3 {
    margin: 0;
    position: absolute;
    top: -1.8rem;
  }
  #page_contents .works_contents2 {
    margin: 2.75rem 0 0;
  }
  #page_contents .works_contents1 .bgglay_box .heading3 {
    font-size: 1.875rem;
    font-weight: 800;
    top: -1.8rem;
  }
  #page_contents .works_page_contents2 .works_contents_box {
    margin: 0;
    height: auto;
    width: 100%;
  }
  #page_contents .works_page_contents2 .works_contents_box .works_category {
    font-size: 14px;
    margin: 0 0 0 10px;
  }
  #page_contents .works_page_contents2 .works_contents_box .works_title {
    font-size: 20px;
    margin: 0 0 5px 10px;
  }
  #page_contents .works_page_contents2 .works_box {
    margin: 0 0 1.875rem 0;
  }
}
/*-------------------------------------------
# SP 375 >
-------------------------------------------*/
@media screen and (max-width:375px) and (min-width:344px) {
  .works_contents_box .swiper-slide {
    width: 327px;
  }
  #works .works_box .works_contents .works_img {
    border: 4px solid #333;
  }
}
