@charset "utf-8";

/*  base  */
body {
  min-width: max(1100px, calc((1100 / 1366) * 100vw));
  font-size: max(13px, calc((16 / 1366) * 100vw));
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #595959;
}
a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #595959;
}
img {
  max-width: 100%;
}
.inner-wrap {
  margin: 0 auto;
  max-width: max(1100px, calc((1100 / 1366) * 100vw));
}
.inner-l-wrap {
  margin: 0 auto;
  max-width: 1244px;
}
.flex-wrap {
  display: flex;
  justify-content: space-between;
}
.lead {
  color: #191919;
}
.color-accent {
  color: #35B79B;
}
.ttl-h2 {
  font-size: max(52px, calc((64 / 1366) * 100vw));
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: rgba(53, 183, 155, 0.4);
  text-decoration-skip-ink: none;
  color: #191919;
  line-height: 1;
}
.ttl-h3 {
  font-size: max(45px, calc((56 / 1366) * 100vw));
  font-weight: 700;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.num-wrap.color-accent {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  margin-bottom: -8px;
  z-index: 1;
  position: relative;
}
.num-wrap.color-accent .en {
  line-height: 1.5;
}
.num-wrap.color-accent .num {
  display: flex;
  line-height: 1;
  font-size: max(32px, calc((40 / 1366) * 100vw));
  align-items: center;
  gap: 7px;
}
.num-wrap.color-accent .num::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #35B79B;
}
.js-action,
.js-action-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-action.show,
.js-action-child.show {
  opacity: 1;
  transform: translateY(0);
}
.js-load-action-child {
  opacity: 0;
  filter: blur(4px);
  transition: opacity .8s ease, filter .8s ease;
}
.js-load-action-child.show {
  opacity: 1;
  filter: blur(0);
}
.js-action-bird,
.js-action-bird-child {
  opacity: 0;
  transform: translate(-180px, -180px);
  transition: opacity 0.8s cubic-bezier(0.01,-0.01, 0, 0.87) .2s, transform 0.8s cubic-bezier(0.01,-0.01, 0, 0.87) .2s;
}
.js-action-bird.show,
.js-action-bird-child.show {
  opacity: 1;
  transform: translate(0, 0);
}

/*  header  */
header {
  z-index: 999;
  position: fixed;
  background-color: #fff;
  width: 100%;
  padding: 14px 48px;
  top: 0;
  font-weight: 700;
  font-size: 16px;
}
header .link-wrap {
  align-items: center;
}
header .logo-wrap {
  display: flex;
  align-items: center;
}
header .logo-wrap .img-wrap:last-of-type {
  margin-left: 8px;
  padding-left: 16px;
  position: relative;
}
header .logo-wrap .img-wrap:last-of-type:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 60px;
  top: calc(50% - 30px);
  left: 0;
  background-color: #000;
}
header .list-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
}
header .link-list {
  display: flex;
  gap: 32px;
  align-items: center;
}
header .top-link-list {
  display: flex;
  gap: 16px;
}
header .top-link-list .bd-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  border: 1px solid #191919;
  border-radius: 6px;
  padding: 4px 12px;
}
header .top-link-list .bd-btn.blank {
  padding-right: 32px;
  background: url(/assets/images/icn_blank.png) no-repeat right 4px center / 26px auto;
}
header .link-list .btn {
  border-radius: 6px;
  background-color: #35B79B;
  width: 144px;
  height: 44px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: auto;
}

/*  mv  */
.mv {
  position: relative;
  margin-top: 120px;
  overflow: hidden;
}
.mv .ttl-h1 {
  min-width: max(365px, calc((454 / 1366) * 100vw));
  position: absolute;
  z-index: 1;
  background-color: #fff;
  height: 100%;
  top: 0;
  left: calc(50% - max(442px, calc((550 / 1366) * 100vw)));
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mv .ttl-h1 .txt {
  font-size: max(16px, calc((18 / 1366) * 100vw)); /* 0908modified */
  line-height: 2.6;
  font-weight: 700;
  margin-top: max(24px, calc((32 / 1366) * 100vw)); /* 0908modified */
  margin-right: max(-13px, calc((16 / 1366) * 100vw));
}
.mv .ttl-h1 .lead-wrap {
  display: flex;
  flex-direction: column;
}
.mv .ttl-h1 .lead {
  font-size: max(40px, calc((50 / 1366) * 100vw));  /* 0908modified */
  line-height: 1.35;
  letter-spacing: 0.24em;
  font-weight: 500;
  border-left: 6px solid rgba(53, 183, 155, 0.4);
}
.img-loop {
  overflow: hidden;
  width: 100%;
}
.img-loop.last {
  margin-top: 16px;
}
.img-loop-inner {
  width: 100%;
}
.img-loop-content {
  display: flex;
  width: fit-content;
  animation: img-loop-scroll-left 80s linear infinite;
}
.img-loop-content.to-right {
  animation: img-loop-scroll-right 80s linear infinite;
}
.img-loop-content img {
  width: max(360px, calc((400 / 1366) * 100vw)); /* 250908modified */
  aspect-ratio: 544/306;
  flex-shrink: 0;
  display: block;
  padding-left: 16px;
}
@keyframes img-loop-scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes img-loop-scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/*  about  */
.section-about {
  background-image: url(/assets/images/bg_about.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 144px 0 128px;
  margin-top: 54px;
}
.section-about .ttl-h2 {
  text-align: left;
  text-decoration: none;
  margin-top: 16px;
}
.section-about .lead {
  font-size: max(30px, calc((36 / 1366) * 100vw));
  margin-top: max(48px, calc((60 / 1366) * 100vw));
}
.section-about .txt {
  margin-top: 60px;
}

/*  feature  */
.section-feature {
  margin-top: max(105px, calc((130 / 1366) * 100vw));
}
.section-feature .img-wrap img {
  border-radius: 10px;
}
.section-feature .feature-list {
  margin-top: max(64px, calc((120 / 1366) * 100vw));
  gap: max(76px, calc((96 / 1366) * 100vw));
  display: flex;
  flex-direction: column;
}
.section-feature .feature-list > li {
  align-items: center;
  max-width: 100%;
  position: relative;
}
.section-feature .feature-list > li:nth-child(even) {
  flex-direction: row-reverse;
}
.section-feature .txt-wrap {
  background-color: #F7F7F7;
  border-radius: 10px;
  max-width: max(496px, calc((617 / 1366) * 100vw));
  min-width: max(496px, calc((617 / 1366) * 100vw));
  min-height: max(290px, calc((360 / 1366) * 100vw));
  position: absolute;
  right: 0;
  padding: max(25px, calc((32 / 1366) * 100vw)) max(48px, calc((60 / 1366) * 100vw)) max(25px, calc((32 / 1366) * 100vw)) max(72px, calc((90 / 1366) * 100vw));
}
.section-feature .feature-list>li:nth-child(even) .txt-wrap {
  right: unset;
  left: 0;
  padding: max(25px, calc((32 / 1366) * 100vw)) max(72px, calc((90 / 1366) * 100vw)) max(25px, calc((32 / 1366) * 100vw)) max(35px, calc((44 / 1366) * 100vw));
}
.section-feature .img-wrap {
  z-index: 1;
}
.section-feature .lead {
  font-size: max(26px, calc((32 / 1366) * 100vw));
  margin-top: 20px;
}
.section-feature .txt {
  margin-top: 6px;
}

/*  problem  */
.section-problem {
  margin-top: max(116px, calc((144 / 1366) * 100vw));
  padding: max(116px, calc((144 / 1366) * 100vw)) 0;
  background-color: #F7F7F7;
}
.section-problem .problem-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  grid-auto-rows: 1fr;
  max-width: max(748px, calc((930 / 1366) * 100vw));
  margin: auto;
  margin-top: max(64px, calc((80 / 1366) * 100vw));
}
.section-problem .problem-list > li {
  line-height: 1.5;
  font-weight: 700;
  background-color: #fff;
  color: #191919;
  border: 1px solid #191919;
  border-radius: 10px;
  padding: max(20px, calc((24 / 1366) * 100vw));
  display: flex;
  align-items: center;
  justify-content: start;
}
.section-problem .problem-list .txt {
  display: flex;
  align-items: center;
  gap: 24px;
}
.section-problem .problem-list .txt::before {
  content: "";
  background-image: url(/assets/images/icn_check.svg);
  background-size: cover;
  width: max(25px, calc((32 / 1366) * 100vw));
  aspect-ratio: 1/1;
  min-width: max(25px, calc((32 / 1366) * 100vw));
}

/*  inquiry  */
.section-inquiry {
  background: url(/assets/images/bg_inquiry.jpg);
  background-size: cover;
  width: 100%;
  aspect-ratio: 20 / 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-inquiry .inquiry-box , .section-inquiry .inquiry-wrap {
  background-color: #35B79B;
  border-radius: 10px;
}
.section-inquiry .inquiry-box {
  padding: 8px;
  color: #fff;
  width: max(572px, calc((710 / 1366) * 100vw));
}
.section-inquiry .inquiry-wrap {
  border: 1px solid #fff;
  text-align: center;
  padding: max(34px, calc((42 / 1366) * 100vw)) max(16px, calc((20 / 1366) * 100vw));
}
.section-inquiry .inquiry-box .lead {
  color: #fff;
  font-size: max(26px, calc((32 / 1366) * 100vw));
  line-height: 1;
}
.section-inquiry .inquiry-box .txt {
  margin-top: 24px;
}
.section-inquiry .inquiry-box .btn-wrap {
  margin-top: 24px;
}
.section-inquiry .inquiry-box .btn.inquiry {
  border-radius: 10px;
  background-color: #fff;
  width: max(270px, calc((336 / 1366) * 100vw));
  height: max(45px, calc((56 / 1366) * 100vw));
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #35B79B;
  margin: auto;
}

/*  service  */
.section-service {
  margin-top: max(105px, calc((130 / 1366) * 100vw));
  margin-bottom: max(88px, calc((110 / 1366) * 100vw));
}
.section-service .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(26px, calc((32 / 1366) * 100vw));
  margin-top: max(64px, calc((80 / 1366) * 100vw));
}
.section-service .service-list > li img {
  border-radius: 10px;
}
.section-service .service-list > li .lead {
  text-align: center;
  font-size: max(20px, calc((24 / 1366) * 100vw));
  line-height: 1;
  margin-top: max(20px, calc((24 / 1366) * 100vw));
}
.section-service .service-list > li .txt {
  margin-top: max(20px, calc((24 / 1366) * 100vw));
}
.section-service .service-list > li .btn.service {
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #191919;
  width: 100%;
  height: max(38px, calc((48 / 1366) * 100vw));
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  gap: 16px;
  font-size: max(12px, calc((14 / 1366) * 100vw));
}
.section-service .service-list>li .btn.service::after {
  content: "";
  border-radius: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: max(8px, calc((8 / 1366) * 100vw)) solid transparent;
  border-left: max(8px, calc((8 / 1366) * 100vw)) solid transparent;
  border-top: max(8px, calc((8 / 1366) * 100vw)) solid #191919;
  border-bottom: 0;
}

/*  service-head  */
.section-service-head {
  background-size: cover !important;
  width: 100%;
  aspect-ratio: 3 / 2;
  position: relative;
}
.section-service-head.photograph {
  background: url(/assets/images/bg_photograph.jpg);
}
.section-service-head.writing {
  background: url(/assets/images/bg_writing.jpg);
}
.section-service-head.design {
  background: url(/assets/images/bg_design.jpg);
}
.section-service-head .ttl-h3 {
  position: absolute;
  right: max(80px, calc((100 / 1366) * 100vw));
  top: max(38px, calc((48 / 1366) * 100vw));
  background-color: #35B79B;
  display: flex;
  border-radius: 6px;
  padding: max(24px, calc((30 / 1366) * 100vw)) max(14px, calc((18 / 1366) * 100vw));
}
.section-service-head .ttl-h3 > img {
  position: absolute;
  top: max(-27px, calc((-34 / 1366) * 100vw));
  right: max(-30px, calc((-37 / 1366) * 100vw));
}
.section-service-head .ttl-h3 .lead {
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: max(20px, calc((30 / 1366) * 100vw));
  padding-top: max(20px, calc((24 / 1366) * 100vw));
  border-top: 1px;
  border-top: 1px solid #fff;
}
.section-service-head .ttl-h3 .num-wrap {
  writing-mode: initial;
  text-orientation: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-service-head .ttl-h3 .num-wrap .en {
  font-size: max(12px, calc((14 / 1366) * 100vw));
  font-weight: 500;
}
.section-service-head .ttl-h3 .num-wrap .num {
  font-size: max(25px, calc((32 / 1366) * 100vw));
  line-height: 1;
}
.section-service-head .txt-wrap {
  position: absolute;
  bottom: max(38px, calc((48 / 1366) * 100vw));
  left: max(80px, calc((100 / 1366) * 100vw));
  color: #fff;
  max-width: max(740px, calc((920 / 1366) * 100vw));
}
.section-service-head .txt-wrap .lead {
  color: #fff;
  font-size: max(26px, calc((32 / 1366) * 100vw));
  line-height: 1.3;
  border-bottom: 1px solid #fff;
  padding-bottom: max(20px, calc((24 / 1366) * 100vw));
  margin-bottom: max(20px, calc((24 / 1366) * 100vw));
}
.section-service-head.writing,
.section-service-head.design {
  margin-top: 0;
}

/*  service-detail  */
.section-service-detail {
  padding: max(88px, calc((110 / 1366) * 100vw)) 0;
  background-color: #F7F7F7;
}
.section-service-detail .feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(20px, calc((24 / 1366) * 100vw));
}
.section-service-detail .feature-list > li {
  border: 1px solid #191919;
  border-radius: 10px;
  padding: max(26px, calc((32 / 1366) * 100vw)) max(16px, calc((20 / 1366) * 100vw));
  position: relative;
  background-color: #fff;
}
.section-service-detail .feature-list > li .num-wrap {
  position: absolute;
  top: -54px;
  left: 0;
}
.section-service-detail .feature-list > li .img-wrap {
  text-align: center;
}
.section-service-detail .feature-list > li .lead {
  font-size: max(20px, calc((24 / 1366) * 100vw));
  line-height: 1.3;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: max(74px, calc((93 / 1366) * 100vw));
  margin-top: max(20px, calc((24 / 1366) * 100vw));
}
.section-service-detail .feature-list>li .txt {
  margin-top: max(20px, calc((24 / 1366) * 100vw));
}
.section-service-detail .feature-img-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(20px, calc((24 / 1366) * 100vw));
  margin-top: max(64px, calc((80 / 1366) * 100vw));
}
.section-service-detail .feature-img-list > li .img-wrap {
  position: relative;
}
.section-service-detail .feature-img-list > li img {
  border-radius: 10px;
}
.section-service-detail .feature-img-list > li .txt {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #35B79B;
  color: #fff;
  font-size: max(20px, calc((24 / 1366) * 100vw));
  font-weight: 500;
  line-height: max(45px, calc((56 / 1366) * 100vw));
  letter-spacing: 0.2em;
  padding: max(20px, calc((24 / 1366) * 100vw)) 0;
  border-top-left-radius: 10px;
}
.section-service-detail .txt-wrap.note {
  background-color: #fff;
  font-size: max(20px, calc((24 / 1366) * 100vw));
  line-height: 1.3;
  color: #191919;
  text-align: center;
  border: 1px solid #191919;
  border-radius: 6px;
  padding: max(22px, calc((28 / 1366) * 100vw)) 0;
  margin-top: max(20px, calc((24 / 1366) * 100vw));
}
.section-service-detail .qa-wrap {
  margin-top: max(64px, calc((80 / 1366) * 100vw));
  justify-content: start;
  gap: max(64px, calc((80 / 1366) * 100vw));
}
.section-service-detail .qa-wrap .ttl-h4 {
  font-size: max(32px, calc((40 / 1366) * 100vw));
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #fff;
  border: 1px solid #191919;
  display: flex;
  color: #191919;
  border-radius: 6px;
  align-items: center;
  line-height: max(60px, calc((76 / 1366) * 100vw));
  letter-spacing: 0.2em;
  gap: 14px;
  justify-content: center;
  height: max(312px, calc((388 / 1366) * 100vw));
}
.section-service-detail .qa-wrap .ttl-h4:before {
  content: "";
  background-image: url(/assets/images/icn_hash.svg);
  background-size: cover;
  width: max(25px, calc((32 / 1366) * 100vw));
  height: max(25px, calc((32 / 1366) * 100vw));
}
.section-service-detail .qa-wrap .qa-list > li {
  justify-content: start;
  gap: max(25px, calc((32 / 1366) * 100vw));
  padding: max(20px, calc((24 / 1366) * 100vw)) 0;
  border-top: 1px solid #E9E9E9;
}
.section-service-detail .qa-wrap .qa-list > li .img-wrap {
  min-width: max(32px, calc((40 / 1366) * 100vw));
}
.section-service-detail .qa-wrap .qa-list > li .img-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
}
.section-service-detail .qa-wrap .qa-list > li:last-child {
  border-bottom: 1px solid #E9E9E9;
}
.section-service-detail .qa-wrap .qa-list > li .txt-wrap {
  padding-top: 0;
}
.section-service-detail .qa-wrap .qa-list > li .lead {
  font-size: max(16px, calc((20 / 1366) * 100vw));
}
.section-service-detail .qa-wrap .qa-list > li .txt {
  margin-top: 4px;
}
.section-service-head.writing .ttl-h3 > img {
  right: unset;
  left: max(3px, calc((3 / 1366) * 100vw));
  top: max(-30px, calc((-38 / 1366) * 100vw));
}
.section-service-detail.writing .feature-list > li .lead {
  min-height: max(100px, calc((125 / 1366) * 100vw));
}

/*  process  */
.section-process {
  padding: max(88px, calc((110 / 1366) * 100vw)) max(16px, calc((20 / 1366) * 100vw));
  background: url(/assets/images/bg_process.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
.section-process .step-wrap {
  justify-content: start;
  gap: max(64px, calc((80 / 1366) * 100vw));
}
.section-process .step-wrap .ttl-h4 {
  font-size: max(20px, calc((24 / 1366) * 100vw));
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #fff;
  border: 1px solid #191919;
  display: flex;
  color: #191919;
  border-radius: 6px;
  align-items: center;
  line-height: max(60px, calc((76 / 1366) * 100vw));
  letter-spacing: 0.2em;
  gap: 14px;
  justify-content: center;
  height: max(274px, calc((340 / 1366) * 100vw));
}
.section-process .step-wrap .ttl-h4:before {
  content: "";
  background-image: url(/assets/images/icn_hash.svg);
  background-size: cover;
  width: 32px;
  height: 32px;
}
.section-process .step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(48px, calc((60 / 1366) * 100vw)) max(25px, calc((32 / 1366) * 100vw));
}
.section-process .step-list > li {
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}
.section-process .step-list > li .img-wrap {
  margin-top: max(24px, calc((30 / 1366) * 100vw));
}
.section-process .step-list > li .lead {
  font-size: max(16px, calc((20 / 1366) * 100vw));
  margin-top: max(32px, calc((40 / 1366) * 100vw));
  margin-bottom: 14px;
}
.section-process .step-list > li .lead .min {
  font-size: max(13px, calc((16 / 1366) * 100vw));
}
.section-process .step-list > li .txt {
  margin-top: auto;
  min-height: max(50px, calc((64 / 1366) * 100vw));
}
.section-process .step-list > li .num-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #191919;
  text-align: left;
}
.section-process .step-list > li .num-wrap::after {
  content: "";
  width: max(185px, calc((230 / 1366) * 100vw));
  height: 1px;
  background-color: #191919;
  position: absolute;
  right: 0;
  top: 58%;
}
.section-process .step-list > li .num-wrap .en {
  font-size: max(12px, calc((14 / 1366) * 100vw));
  padding-left: 2px;
}
.section-process .step-list > li .num-wrap .num {
  font-size: max(32px, calc((40 / 1366) * 100vw));
  font-weight: 900;
  line-height: 0.8;
}

/*  footer  */
footer {
  padding: 80px 20px;
  font-size: 16px;
  font-weight: 700;
}
footer .link-wrap {
  align-items: center;
}
footer .link-list {
  display: flex;
  gap: 32px;
  align-items: center;
}
footer .txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}
footer .txt-wrap .txt {
  color: #595959;
}

/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 768px){
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
  a:hover {
    opacity: .7;
  }
  .fs,
  .mn {
    display: none;
  }
  .section-service-head .ttl-h3 > img {
    width: max(58px, calc((72 / 1366) * 100vw));
    aspect-ratio: 72/66;
  }
  .section-service-detail .feature-list > li .img-wrap img {
    aspect-ratio: 1/1;
    width: max(64px, calc((80 / 1366) * 100vw));
  }
  .section-feature .img-wrap {
    aspect-ratio: 526/296;
    max-width: max(96px, calc((526 / 1366) * 100vw));
  }
  .section-feature .img-wrap img {
    width: 100%;
    height: auto;
  }
  .section-process .step-list > li .img-wrap img {
    width: max(58px, calc((72 / 1366) * 100vw));
    aspect-ratio: 1/1;
  }
}

/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 767px){

  /*  base  */
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  body {
    min-width: unset;
    font-size: 14px;
  }
  img {
    max-width: 100%;
  }
  .img-wrap {
    max-width: 100%;
  }
  .inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ttl-h2 {
    font-size: 30px;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 6px solid rgba(53, 183, 155, 0.4);
    display: table;
    margin: auto;
  }
  .num-wrap.color-accent {
    margin-bottom: -10px;
  }
  .num-wrap.color-accent .en {
    font-size: 12px;
  }
  .num-wrap.color-accent .num {
    font-size: 28px;
    gap: 5px;
  }

  /*  header  */
  header {
    padding: 16px;
  }
  header .list-wrap {
    display: none;
  }
  header .logo-wrap .img-wrap:first-of-type img {
    width: 126px;
  }
  header .logo-wrap .img-wrap:last-of-type img {
    width: 64px;
  }
  header .logo-wrap .img-wrap:last-of-type:before {
    height: 36px;
    top: calc(50% - 18px);
  }
  body.fs-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .fs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #fff;
    min-width: 100vw;
    overflow-y: scroll;
    opacity: 0;
    z-index: -1;
    transition: 0.2s;
    pointer-events: none;
  }
  .fs.fs-active {
    opacity: 1;
    pointer-events: auto;
  }
  .fs-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
  }
  .fs-inner .top-link-list {
    margin-top: 32px;
  }
  .mn {
    color: #1A1A1A;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
  }
  .mn-bar {
    width: 34px;
    height: 3px;
    background: #1A1A1A;
    margin: 6px 0 0;
    transition: 0.2s;
    border-radius: 2px;
  }
  .mn-bar:nth-child(1) {
    margin-top: 0;
  }
  .mn-bar.fs-active {
    margin-right: -3px;
  }
  .mn-bar:nth-child(1).fs-active {
    transform: translateY(9px) rotate(-45deg);
  }
  .mn-bar:nth-child(2).fs-active {
    opacity: 0;
  }
  .mn-bar:nth-child(3).fs-active {
    transform: translateY(-9px) rotate(45deg);
  }
  .mn-text {
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    margin: 8px 0 0;
  }
  .mn-text::before {
    content: "MENU";
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .mn-text.fs-active {
    margin-right: -3px;
  }
  .mn-text.fs-active::before {
    content: "CLOSE";
  }
  .menu-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .menu-list a {
    line-height: 1.5;
    font-size: 16px;
    color: #161616;
  }
  .menu-list .btn {
    line-height: 1;
    font-size: 14px !important;
    height: 44px;
    max-width: 335px;
    width: 335px;
    font-size: 16px;
    color: #161616;
    background-color: #35B79B;
    border-radius: 10px;
    color: #fff;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*  mv  */
  .mv {
    display: flex;
    flex-direction: column;

  }
  .mv .ttl-h1 {
    position: initial;
    min-width: unset;
    width: 100%;
    height: auto;
    align-items: flex-start;
    margin: 24px auto;
    order: 2;
  }
  .mv .ttl-h1 .lead-wrap {
    display: flex;
    flex-direction: column;
  }
  .mv .ttl-h1 .lead {
    font-size: 30px;
    line-height: 2;
  }
  .mv .ttl-h1 .lead:first-child {
    margin-left: 10px;
  }
  .mv .ttl-h1 .txt {
    font-size: 16px;
  }
  .img-loop-content img {
    width: 164px;
    height: 92px;
    padding-left: 8px;
  }
  .mv .ttl-h1 .txt {
    margin-top: 0;
    margin-right: 20px;
  }
  .img-loop {
    order: 1;
  }
  .img-loop.last {
    order: 3;
  }
  .img-loop-content {
    animation: img-loop-scroll-left 40s linear infinite;
  }
  .img-loop-content.to-right {
    animation: img-loop-scroll-right 40s linear infinite;
  }

  /*  feature  */
  .section-feature {
    margin-top: 50px;
  }
  .section-feature .feature-list > li {
    flex-direction: column !important;
  }
  .section-feature .txt-wrap {
    min-width: unset;
    position: initial;
    padding: 26px 16px 16px !important;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
    min-height: unset;
  }
  .section-feature .lead {
    font-size: 20px;
    margin-top: 16px;
    line-height: 1.3;
  }
  .section-feature .txt {
    margin-top: 16px
  }
  .section-feature .feature-list {
    margin-top: 46px;
    gap: 32px;
  }

  /*  about  */
  .section-about {
    margin-top: 24px;
    padding: 80px 0 90px;
    background-size: 271px 248px;
    background-position: bottom right;
  }
  .section-about .ttl-h2 {
    letter-spacing: 0;
    margin: unset;
    margin-top: 24px;
    border: none;
    margin-top: 14px;
  }
  .section-about .lead {
    font-size: 20px;  /* 250908modified */
    margin-top: 30px;
  }
  .section-about .txt {
    margin-top: 24px;
  }
  .section-about img {
    width: 64px;
  }

  /*  problem  */
  .section-problem {
    margin-top: 48px;
    padding: 48px 0;
  }
  .section-problem .problem-list {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .section-problem .problem-list > li {
    padding: 24px;
    line-height: 2;
  }
  .section-problem .problem-list .txt::before {
    width: 32px;
  }

  /*  inquiry  */
  .section-inquiry {
    background: unset;
    aspect-ratio: unset;
    display: block;
  }
  .section-inquiry .inquiry-box {
    width: 100%;
    border-radius: 0;
  }
  .section-inquiry .inquiry-box .lead {
    font-size: 20px;
  }
  .section-inquiry .inquiry-box .txt {
    margin-top: 14px;
  }
  .section-inquiry .inquiry-box .btn-wrap {
    max-width: 350px;
    margin: auto;
    margin-top: 12px;
  }
  .section-inquiry .inquiry-wrap {
    padding: 18px 16px 12px;
  }
  .section-inquiry .inquiry-box .btn.inquiry {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
  }

  /*  service  */
  .section-service {
    margin: 48px auto;
  }
  .section-service .service-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
  .section-service .service-list > li .lead {
    font-size: 20px;
    margin-top: 20px;
  }
  .section-service .service-list > li .txt {
    margin-top: 20px;
  }
  .section-service .service-list > li .btn.service {
    margin-top: 16px;
    height: 40px;
  }

  /*  service-head  */
  .section-service-head {
    aspect-ratio: 1 / 1;
  }
  .section-service-head.photograph {
    background: url(/assets/images/bg_photograph_sp.jpg);
  }
  .section-service-head.writing {
    background: url(/assets/images/bg_writing_sp.jpg);
  }
  .section-service-head.design {
    background: url(/assets/images/bg_design_sp.jpg);
  }

  /*  service-detail  */
  .section-service-detail {
    padding-top: 0;
    padding-bottom: 48px;
  }
  .section-service-detail .feature-img-list > li .txt {
    font-size: 18px;
    padding: 8px 0 4px;
    line-height: 42px;
    border-top-left-radius: 6px;
  }
  .section-service-detail .inner-wrap.sp-only {
    background-color: #fff;
    padding-bottom: 24px;
  }
  .section-service-detail .inner-wrap.sp-only .ttl-wrap .ttl-h3 {
    position: relative;
    background-color: #35B79B;
    display: flex;
    border-radius: 6px;
    padding: 12px;
    width: 100%;
    margin-top: -72px;
  }
  .section-service-detail .inner-wrap.sp-only .ttl-wrap .ttl-h3 > img {
    position: absolute;
    top: -32px;
    right: 18px;
  }
  .section-service-detail .inner-wrap.sp-only .ttl-wrap .ttl-h3 .lead {
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px;
    border-top: 1px solid #fff;
    writing-mode: initial;
    text-orientation: initial;
    font-size: 24px;
    text-align: center;
  }
  .section-service-detail .inner-wrap.sp-only .ttl-wrap .ttl-h3 .num-wrap {
    writing-mode: initial;
    text-orientation: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-service-detail .inner-wrap.sp-only .ttl-wrap .ttl-h3 .num-wrap .en {
    font-size: 12px;
    font-weight: 500;
  }
  .section-service-detail .inner-wrap.sp-only .ttl-wrap .ttl-h3 .num-wrap .num {
    font-size: 24px;
    line-height: 1;
  }
  .section-service-detail .inner-wrap.sp-only .ttl-wrap .txt-wrap {
    margin-top: 24px;
  }
  .section-service-detail .inner-wrap.sp-only .ttl-wrap .txt-wrap .lead {
    color: #191919;
    font-size: 20px;
    line-height: 2;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .section-service-detail .inner-wrap.sp-only .ttl-wrap .txt-wrap .txt {
    color: #595959;
  }
  .section-service-detail .ttl-wrap .txt-wrap {
    bottom: 48px;
    left: 100px;
    color: #fff;
    max-width: 920px;
  }
  .section-service-detail .ttl-wrap .txt-wrap .lead {
    color: #fff;
    font-size: 32px;
    line-height: 1.3;
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .section-service-detail .feature-list {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .section-service-detail .feature-list > li .num-wrap {
    top: -38px;
  }
  .section-service-detail .feature-list > li .lead {
    font-size: 20px;
    min-height: unset;
  }
  .section-service-detail .feature-list > li {
    padding: 24px 20px;
  }
  .section-service-detail .feature-img-list {
    margin-top: 48px;
    gap: 8px;
  }
  .section-service-detail .feature-img-list > li img {
    border-radius: 6px;
  }
  .section-service-detail .txt-wrap.note {
    margin-top: 16px;
    font-size: 18px;
    padding: 16px;
  }
  .section-service-detail .qa-wrap {
    margin-top: 48px;
    flex-direction: column;
  }
  .section-service-detail .qa-wrap .ttl-h4 {
    writing-mode: initial;
    text-orientation: initial;
    height: unset;
    font-size: 24px;
    line-height: 52px;
    width: 204px;
    letter-spacing: 0.04em;
    gap: 2px;
  }
  .section-service-detail .qa-wrap {
    gap: 16px;
  }
  .section-service-detail .qa-wrap .qa-list > li {
    gap: 12px;
    padding: 16px 0;
    border-top: 2px solid #E9E9E9;
  }
  .section-service-detail .qa-wrap .qa-list > li .img-wrap {
    min-width: 32px;
  }
  .section-service-detail .qa-wrap .qa-list > li .img-wrap > img {
    width: 32px;
  }
  .section-service-detail .qa-wrap .qa-list > li .lead {
    font-size: 18px;
  }
  .section-service-detail .qa-wrap .qa-list > li .txt {
    margin-top: 16px;
  }
  .section-service-detail.writing .feature-list > li .lead,
  .section-service-detail.design .feature-list > li .lead {
    min-height: unset;
  }
  .section-service-detail .qa-wrap .qa-list > li:last-child {
    border-bottom: 2px solid #E9E9E9;
  }
  .section-service-detail .qa-wrap .ttl-h4:before {
    width: 24px;
    height: 24px;
  }

  /*  process  */
  .section-process {
    padding: 50px 0;
  }
  .section-process .step-wrap {
    flex-direction: column;
    gap: 16px;
  }
  .section-process .step-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .section-process .step-wrap .ttl-h4 {
    writing-mode: initial;
    text-orientation: initial;
    height: unset;
    font-size: 24px;
    line-height: 52px;
    width: 180px;
    letter-spacing: 0.04em;
    gap: 2px;
  }
  .section-process .step-wrap .ttl-h4::before {
    width: 24px;
    height: 24px;
  }
  .section-process .step-list > li .num-wrap .num {
    z-index: 1;
    font-size: 28px;
  }
  .section-process .step-list > li .num-wrap::after {
    width: 100%;
    z-index: 0;
  }
  .section-process .step-list > li .num-wrap::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 58%;
    z-index: 1;
  }
  .section-process .step-list > li .img-wrap > img {
    width: 56px;
  }
  .section-process .step-list > li .img-wrap {
    margin-top: 8px;
  }
  .section-process .step-list > li .lead {
    font-size: 18px;
    margin-top: 18px;
  }
  .section-process .step-list > li .txt {
    margin-top: 10px;
  }
  .section-process .step-list > li .num-wrap .en {
    font-size: 12px;
    padding-left: 0;
  }

  /*  footer  */
  footer {
    padding: 48px 0;
    font-weight: 700;
  }
  footer .link-wrap {
    flex-direction: column;
    align-items: start;
  }
  footer .txt-wrap {
    align-items: start;
  }
  footer .link-list {
    flex-direction: column;
    align-items: start;
    margin-top: 32px;
    gap: 14px;
  }
  footer .link-wrap .img-wrap > img {
    width: 168px;
  }
}