@charset "UTF-8";
main {
  position: relative;
}

br.tab, br.sp {
  display: none;
}
br.pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  br.pc, br.sp {
    display: none;
  }
  br.tab {
    display: inline;
  }
}
@media screen and (max-width: 450px) {
  br.pc, br.tab {
    display: none;
  }
  br.sp {
    display: inline;
  }
}

.header-page--title-illust {
  height: min(23.4375vw, 300px);
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .header-page--title-illust {
    height: min(26.0416666667vw, 200px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .header-page--title-illust {
    height: min(35.5555555556vw, 160px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-page--title-illust > .header-page-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-page > .header-page-inner {
  container-type: inline-size;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-page .header-page__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3cqw;
  padding-top: 1.6666666667cqw;
  flex: 1;
}
.header-page .header-page__title > .page-title {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  font-size: 5.4166666667cqw;
  font-weight: 400;
  line-height: 1;
}
.header-page .header-page__title > .page-title > span {
  color: #F6730F;
}
.header-page .header-page__title > .page-title-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5cqw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header-page .header-page__title {
    gap: 2.5423728814cqw;
    padding-top: 0;
  }
  .header-page .header-page__title > .page-title {
    font-size: 6.7796610169cqw;
  }
  .header-page .header-page__title > .page-title-jp {
    font-size: 3.3898305085cqw;
  }
}
@media screen and (max-width: 450px) {
  .header-page .header-page__title {
    gap: 2.4390243902cqw;
    padding-top: 0;
  }
  .header-page .header-page__title > .page-title {
    font-size: 8.7804878049cqw;
  }
  .header-page .header-page__title > .page-title-jp {
    font-size: 4.3902439024cqw;
  }
}
.header-page .header-page__illust > img {
  display: block;
  max-width: 100%;
}

.sec-page {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .sec-page {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .sec-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sec-page-inner {
  container-type: inline-size;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.sec-page-inner .fz-l {
  font-size: 1.9166666667cqw;
}
.sec-page-inner .fz-m {
  font-size: 1.6666666667cqw;
}
.sec-page-inner .fz-s {
  font-size: 1.5cqw;
}
.sec-page-inner .fz-ss {
  font-size: 1.3333333333cqw;
}
@media screen and (max-width: 768px) {
  .sec-page-inner .fz-l {
    font-size: 2.8248587571cqw;
  }
  .sec-page-inner .fz-m {
    font-size: 2.5423728814cqw;
  }
  .sec-page-inner .fz-s {
    font-size: 2.2598870056cqw;
  }
  .sec-page-inner .fz-ss {
    font-size: 1.9774011299cqw;
  }
}
@media screen and (max-width: 450px) {
  .sec-page-inner .fz-l {
    font-size: max(4.3902439024cqw, 14px);
  }
  .sec-page-inner .fz-m {
    font-size: max(3.9024390244cqw, 13px);
  }
  .sec-page-inner .fz-s {
    font-size: max(3.4146341463cqw, 12px);
  }
  .sec-page-inner .fz-ss {
    font-size: max(3.1707317073cqw, 10px);
  }
}

.bakudan {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32cqw;
  aspect-ratio: 384/178;
  letter-spacing: 0.05em;
  font-size: 3.0833333333cqw;
  font-weight: 900;
  line-height: 1;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0.05em #000;
  text-shadow: 0.12em 0.12em 0 #000;
}
.bakudan > span {
  position: relative;
  z-index: 2;
}
.bakudan::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bakudan-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: drop-shadow(0 0.12em 0 #000);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bakudan {
    width: 48.813559322cqw;
    font-size: 4.7033898305cqw;
    text-shadow: 0.08em 0.08em 0 #000;
  }
}
@media screen and (max-width: 450px) {
  .bakudan {
    width: 70.243902439cqw;
    font-size: 6.7682926829cqw;
  }
}

.t-link {
  transition: none;
}
.t-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
.t-link--ext::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-left: 0.75em;
  aspect-ratio: 1/1;
  background-image: url(../img/common/ext-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/***
  アコーディオン用
**********************/
.acOuter {
  height: 0;
  overflow: hidden;
}
.acOuter.loaded {
  height: auto;
}

.acInner {
  transition: margin-top 0.4s ease 0s;
}
.acInner.onOpen {
  margin-top: 0 !important;
}

/***
  下層用フッター共通
*****************************/
/*** 無料相談 ***/
@keyframes start-btn-char {
  0% {
    transform: skewX(0);
  }
  25% {
    transform: skewX(-4deg);
  }
  75% {
    transform: skewX(4deg);
  }
  100% {
    transform: skewX(0);
  }
}
.footer-contact-sec {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  background-color: #ABFCFF;
  padding-top: min(7.8125vw, 100px);
  padding-bottom: min(7.8125vw, 100px);
}
.footer-contact-sec p:not([class]) {
  font-size: 1.6666666667cqw;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.footer-contact-sec + .footer-service-sec {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .footer-contact-sec {
    border-top-width: 2px;
    border-bottom-width: 2px;
    padding-top: min(7.8125vw, 60px);
    padding-bottom: min(7.8125vw, 60px);
  }
  .footer-contact-sec p:not([class]) {
    font-size: 2.2598870056cqw;
  }
}
@media screen and (max-width: 450px) {
  .footer-contact-sec {
    padding-top: min(8.8888888889vw, 40px);
    padding-bottom: min(8.8888888889vw, 40px);
  }
  .footer-contact-sec p:not([class]) {
    font-size: 3.6585365854cqw;
  }
}

.footer-contact-btn {
  margin-bottom: 4.1666666667cqw;
  position: relative;
}
.footer-contact-btn:has(.footer-contact-btn__link:hover) > .footer-contact-btn__deco02 {
  animation: start-btn-char 0.5s linear 0s infinite;
}
.footer-contact-btn:has(.footer-contact-btn__link:hover) > .footer-contact-btn__deco03 {
  animation: start-btn-char 0.5s linear 0s infinite;
}

.footer-contact-btn__deco01 {
  position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -8.3333333333cqw;
  z-index: 1;
}
.footer-contact-btn__deco01 > img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 450px) {
  .footer-contact-btn__deco01 {
    width: 66%;
    margin-bottom: -9.756097561cqw;
  }
}

.footer-contact-btn__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14.8333333333cqw;
  font-size: 4.5833333333cqw;
  font-weight: 900;
  line-height: 1;
  padding-right: 1em;
  -webkit-text-fill-color: #00D8FF;
  -webkit-text-stroke: 2px #000;
  text-shadow: 0.08em 0.08em #000;
  border: max(2px, 0.25cqw) solid #000;
  background-color: #E2FF00;
  border-radius: 1000px;
  z-index: 2;
  transition: background-color 0.2s ease 0s;
}
.footer-contact-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0.8em;
  margin-top: -0.5em;
  background-image: url(../img/common/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform 0.2s ease 0s;
}
.footer-contact-btn__link:hover {
  background-color: #F6730F;
}
.footer-contact-btn__link:hover::after {
  transform: translateX(10%);
}
@media screen and (max-width: 768px) {
  .footer-contact-btn__link {
    -webkit-text-stroke: 1px #000;
    text-shadow: 0.05em 0.05em #000;
  }
}
@media screen and (max-width: 450px) {
  .footer-contact-btn__link {
    height: 17.5609756098cqw;
    font-size: 5.8536585366cqw;
  }
}

.footer-contact-btn__deco02 {
  position: absolute;
  width: 16cqw;
  aspect-ratio: 209/245;
  z-index: 3;
  pointer-events: none;
  transform-origin: center bottom;
  left: 4.4166666667cqw;
  bottom: -1.5cqw;
}
.footer-contact-btn__deco02 > img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 450px) {
  .footer-contact-btn__deco02 {
    width: 15.4536585366cqw;
    left: 2.4390243902cqw;
    bottom: 12.1951219512cqw;
  }
}

.footer-contact-btn__deco03 {
  position: absolute;
  width: 18.1666666667cqw;
  aspect-ratio: 265/288;
  z-index: 3;
  pointer-events: none;
  transform-origin: center bottom;
  right: 8.6666666667cqw;
  bottom: -2.75cqw;
}
.footer-contact-btn__deco03 > img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 450px) {
  .footer-contact-btn__deco03 {
    width: 17.5463414634cqw;
    right: 0cqw;
    bottom: 12.1951219512cqw;
  }
}

/*** サービス ***/
@keyframes service-link-animation {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.footer-service-sec {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding-top: min(10.9375vw, 140px);
  padding-bottom: min(10.9375vw, 140px);
}
@media screen and (max-width: 768px) {
  .footer-service-sec {
    border-top-width: 2px;
    border-bottom-width: 2px;
    padding-top: min(7.8125vw, 60px);
    padding-bottom: min(7.8125vw, 60px);
  }
}

.footer-service-h {
  font-family: "Knewave", sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 5cqw;
  line-height: 1;
  letter-spacing: 0.05em;
}
.footer-service-h > span {
  color: #F6730F;
}
@media screen and (max-width: 768px) {
  .footer-service-h {
    font-size: 5.593220339cqw;
  }
}
@media screen and (max-width: 450px) {
  .footer-service-h {
    font-size: 5.5609756098cqw;
  }
}

.footer-service-h-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 1.1em;
  font-size: 3.3333333333cqw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-service-h-ja {
    font-size: 3.7288135593cqw;
  }
}
@media screen and (max-width: 450px) {
  .footer-service-h-ja {
    font-size: 3.7073170732cqw;
  }
}

.footer-service-list {
  display: flex;
  gap: 1.25cqw;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-service-list + .footer-service-list {
  margin-top: 1.25cqw;
}
@media screen and (max-width: 450px) {
  .footer-service-list {
    flex-direction: column;
  }
}

.footer-service-item {
  flex: 1;
  border: 0.25cqw solid #000;
  border-radius: 1.6666666667cqw;
  overflow: hidden;
}
.footer-service-item--ad-creative .footer-service-item__image {
  background-color: #FF9067;
}
.footer-service-item--ad .footer-service-item__image {
  background-color: #E8FF67;
}
.footer-service-item--creative .footer-service-item__image {
  background-color: #6DFF67;
}
@media screen and (max-width: 768px) {
  .footer-service-item {
    border-width: 1px;
  }
}
@media screen and (max-width: 450px) {
  .footer-service-item {
    width: 100%;
  }
}

.footer-service-item__link {
  position: relative;
  display: block;
}
.footer-service-item__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 3.5cqw;
  aspect-ratio: 1/1;
  bottom: 1.9166666667cqw;
  right: 1.6666666667cqw;
  background-image: url(../img/common/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform 0.2s ease 0s;
}
.footer-service-item__link:hover::after {
  transform: translateX(10%);
}
.footer-service-item__link:hover .footer-service-item__image > img {
  animation: service-link-animation 0.5s linear 0s infinite;
}
@media screen and (max-width: 768px) {
  .footer-service-item__link::after {
    width: 4.2372881356cqw;
    bottom: 1.6949152542cqw;
    right: 1.1299435028cqw;
  }
}
@media screen and (max-width: 450px) {
  .footer-service-item__link::after {
    width: 6.8292682927cqw;
    bottom: 2.4390243902cqw;
    right: 3.9024390244cqw;
  }
}

.footer-service-item__image {
  aspect-ratio: 390/300;
  overflow: hidden;
}
.footer-service-item__image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transform-origin: center center;
  transition: transform 0.2s ease 0s;
}
@media screen and (max-width: 450px) {
  .footer-service-item__image {
    aspect-ratio: 2/1;
  }
  .footer-service-item__image > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.footer-service-item__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 7.3333333333cqw;
  background-color: #fff;
  padding: 0 2.0833333333cqw;
}
.footer-service-item__title > p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  font-size: 1.5cqw;
  font-weight: 700;
  line-height: 1.2222222222;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer-service-item__title {
    height: 7.6271186441cqw;
    padding: 0 1.4124293785cqw;
  }
  .footer-service-item__title > p {
    font-size: 1.9774011299cqw;
  }
}
@media screen and (max-width: 450px) {
  .footer-service-item__title {
    height: 11.7073170732cqw;
    padding: 0 4.8780487805cqw;
  }
  .footer-service-item__title > p {
    font-size: 3.9024390244cqw;
  }
}

.float-contact-banner-wrapper {
  position: absolute;
  top: calc(100dvh - var(--header-height) - max(min(15vw, 240px), 96px) - 20px);
  bottom: 0;
  right: 0;
  width: max(min(15vw, 240px), 96px);
  height: auto;
  pointer-events: none;
  z-index: 10;
  /*@media screen and (max-width: $breakTab){
    top: setMin(220px, $breakTab);
  }
  @media screen and (max-width: $breakSp){
    top: setMin(180px, $breakSp);
  }*/
}
@media screen and (max-width: 450px) {
  .float-contact-banner-wrapper {
    width: clamp(105.6px, 29.3333333333vw, 132px);
    top: calc(100dvh - var(--header-height) - clamp(105.6px, 29.3333333333vw, 132px) - 20px);
  }
}

.float-contact-banner {
  position: sticky;
  top: calc(100dvh - max(min(15vw, 240px), 96px) - 20px);
  right: 0;
  display: block;
  width: max(min(15vw, 240px), 96px);
  aspect-ratio: 240/210;
  padding-top: max(min(1.875vw, 30px), 12px);
  background-color: #FFF726;
  border: 2px solid #000;
  border-right: none;
  border-radius: max(min(4.125vw, 66px), 26.4px) 0 0 max(min(4.125vw, 66px), 26.4px);
  box-shadow: 0 max(min(0.4375vw, 7px), 3px) 0 #000;
  text-decoration: none;
  color: inherit;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.2s ease 0s !important;
}
.float-contact-banner:hover {
  text-decoration: none;
}
.float-contact-banner:hover .float-contact-banner__text::after {
  transform: translateX(10%);
}
.float-contact-banner:hover .float-contact-banner__fig > img.normal {
  display: none;
}
.float-contact-banner:hover .float-contact-banner__fig > img.hover {
  display: block;
}
.float-contact-banner.onScroll {
  opacity: 0;
}
@media screen and (max-width: 450px) {
  .float-contact-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: clamp(105.6px, 29.3333333333vw, 132px);
    top: calc(100dvh - clamp(105.6px, 29.3333333333vw, 132px) - 20px);
  }
}

.float-contact-banner__text {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-left: 2.3em;
  font-size: max(min(1.375vw, 22px), 8.8px);
  font-weight: 900;
  line-height: 1.2727272727;
}
.float-contact-banner__text::after {
  content: "";
  display: block;
  width: max(min(2.4375vw, 39px), 15.6px);
  aspect-ratio: 1/1;
  background-image: url(../img/common/arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform 0.2s ease 0s;
}
@media screen and (max-width: 768px) {
  .float-contact-banner__text {
    font-weight: 700;
  }
}
@media screen and (max-width: 450px) {
  .float-contact-banner__text {
    font-size: clamp(11.2px, 3.1111111111vw, 14px);
    margin-left: 1.2em;
  }
  .float-contact-banner__text::after {
    width: clamp(22.4px, 5.3333333333vw, 24px);
  }
}

.float-contact-banner__fig {
  margin-left: max(min(2.5vw, 40px), 16px);
  margin-top: max(min(0.875vw, 14px), 5.6px);
}
.float-contact-banner__fig > img {
  height: auto;
}
.float-contact-banner__fig > img.normal {
  display: block;
  width: max(min(7.0625vw, 113px), 45.2px);
}
.float-contact-banner__fig > img.hover {
  display: none;
  width: max(min(10.1875vw, 163px), 65.2px);
  margin-left: max(min(0.75vw, 12px), 4.8px);
}
@media screen and (max-width: 450px) {
  .float-contact-banner__fig {
    margin-left: clamp(16px, 4.4444444444vw, 20px);
    margin-top: auto;
  }
  .float-contact-banner__fig > img {
    height: auto;
  }
  .float-contact-banner__fig > img.normal {
    display: block;
    width: clamp(45.2px, 12.5555555556vw, 56.5px);
  }
  .float-contact-banner__fig > img.hover {
    display: none;
    width: clamp(65.2px, 18.1111111111vw, 81.5px);
    margin-left: clamp(4.8px, 1.3333333333vw, 6px);
  }
}

/***
パンくず
*****************/
.breadcrumb {
  padding: 1.5em 40px;
  font-size: clamp(14px, 1.4814814815vw, 16px);
  line-height: 1.4;
}
.breadcrumb > .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
}
.breadcrumb > .inner > span {
  display: block;
}
.breadcrumb > .inner > span a {
  text-decoration: none;
  color: inherit;
  transition: color 0.4s ease 0s;
}
.breadcrumb > .inner > span a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}
.breadcrumb > .inner > span a[href$="/service/"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-left: 30px;
    padding-right: 30px;
    font-size: clamp(12px, 1.8229166667vw, 14px);
  }
}
@media screen and (max-width: 450px) {
  .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
}