@charset "UTF-8";
body {
  font-size: 16px;
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #373737;
  background-color: #f8f8f8;
  line-height: 1.75;
}

p {
  color: #282828;
}

a:link {
  color: #373737;
}

a:visited {
  color: #373737;
}

a:hover {
  color: #373737;
  cursor: pointer;
}

a {
  color: #373737;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.br-nlc {
  display: none;
}

a.link-t,
.single-post article a {
  color: #3176d5;
  border-bottom: solid 1px #3176d5;
}

.yakumono {
  font-feature-settings: "palt";
}

/*==================================================
common
====================================================*/
/* 調整 */

.cc01 {
  color: #ff0020;
  font-weight: bold;
}

.contents-k {
  background: #e0fa7a;
  padding: 0.25em;
}

/* トップのSEC */
.top-sec01 {
  width: 1080px;
  margin: 140px auto;
}

.top-sec02 {
  margin: 140px auto;
}

.top-sec03 {
  width: 900px;
  margin: 140px auto;
}

/* トップのタイトル（ｈ2） */

.top-sec__ttl01 {
  font-size: 36px;
  font-weight: bold;
  border-bottom: solid 2px;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
}

.top-sec__ttl02 {
  font-size: 48px;
  color: #ff0020;
  font-family: "Noto Sans JP", sans-serif;
}

.top-sec__ttl01 p {
  display: inline-block;
  margin-left: -0.75em;
}

.top-sec__ttl03__wrap {
  position: relative;
  text-align: center;
  width: fit-content;
  margin-left: 40%;
}

.top-sec__ttl03__EN {
  content: "";
  font-size: 96px;
  font-family: "Catamaran", sans-serif;
  line-height: 1;
}

.top-sec__ttl03__wrap::before {
  position: absolute;
  content: "";
  width: 38vw;
  border-top: 2px solid;
  top: 38%;
  left: -40vw;
}

.top-sec__ttl03 {
  color: #ff0020;
}

.top-sec__ttl03__unit {
  display: flex;
  justify-content: space-between;
}

.top-sec__text {
  font-size: 18px;
  line-height: 2em;
}

/* ページタイトル */
.page-ttl__unit {
  display: flex;
  justify-content: space-between;
  margin: 120px 0;
}

.page-ttl__wrap {
  position: relative;
  text-align: center;
  width: fit-content;
  margin-left: 24%;
}

.page-ttl__EN {
  content: "";
  font-size: 112px;
  font-family: "Catamaran", sans-serif;
  line-height: 1;
}

.page-ttl__wrap::before {
  position: absolute;
  content: "";
  width: 38vw;
  border-top: 2px solid;
  top: 38%;
  left: -40vw;
}

.page-ttl {
  font-size: 24px;
  color: #ff0020;
  margin-top: 10px;
}

/* ページセクション */
.page-sec {
  width: 1080px;
  margin: 120px auto;
}

.page-sec02 {
  width: 900px;
  margin: 120px auto;
}

.page-sec03 {
  width: 100%;
  background: #fff;
  padding: 80px 0;
}

.page-intro {
  width: 1080px;
  margin: 0 auto;
}

.page-intro02 {
  width: 900px;
  margin: 0 auto;
}

/* 誘導ボタン */
.induce-btn a {
  display: block;
  width: 250px;
  height: 100px;
  padding-top: 38px;
  text-align: center;
  background: #e0fa7a;
  border-radius: 72px 108px 72px 108px;
  position: relative;
  line-height: 1.2;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-right: 1em;
}

.induce-btn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 3px solid;
  border-right: 3px solid;
  position: absolute;
  top: 48%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
  border-radius: 0px;
  transition: 0.3s ease-in-out;
}

.induce-btn a:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

/* ページ見出し */
.page-heading01 {
  font-size: 42px;
  line-height: 1.5;
  margin: 0.5em;
}

.page-heading02 {
  font-weight: bold;
  background: #e0fa7a;
  padding: 0.5em;
  position: relative;
  width: fit-content;
  margin: 0.5em auto;
  font-size: 24px;
}

.page-heading02::after {
  content: "";
  background-color: #ff0020;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}

/* ページボタン */

.induce-btn__page a {
  display: block;
  width: 200px;
  height: 80px;
  padding: 20px 3em;
  background: #e0fa7a;
  border-radius: 72px 108px 72px 108px;
  position: relative;
  line-height: 1.2;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0 0 0 auto;
  text-align: center;
}

.induce-btn__page a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 3px solid;
  border-right: 3px solid;
  position: absolute;
  top: 48%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
  border-radius: 0px;
  transition: 0.3s ease-in-out;
}

.induce-btn__page a:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

/*==================================================
header
====================================================*/
.sp-menu {
  display: none;
}

.header {
  top: 0px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: baseline;
  position: fixed;
  background: #f8f8f8;
  z-index: 100000;
  padding: 10px 0;
}

.header__logo {
  margin-left: 3%;
  position: fixed;
  z-index: 1000;
}

.header__logo-img {
  width: 210px;
  margin-top: 8px;
}

.header__nav {
  position: fixed;
  right: 3vw;
  z-index: 1000;
}

.header__nav-list {
  display: flex;
  align-items: center;
  column-gap: 2.5em;
}

.header__nav-list li {
  font-weight: bold;
}

.header__nav-list li a {
  position: relative;
  cursor: pointer;
}

.header__nav-list li:not(:last-child) a::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  border-radius: 72px 108px 64px 100px;
  background: #ff0020;
  transform: rotate(30deg);
  top: -15px;
  left: calc(50% - 5px);
  opacity: 0;
  transition: all 0.5s ease;
}

.header__nav-list li:not(:last-child) a:hover::after {
  opacity: 1;
}

.header__nav-list li:not(:last-child) a:hover {
  opacity: 0.8;
}

.header-btn a {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 60px;
  text-align: center;
  background: #7ad3fa;
  border-radius: 72px 108px 72px 108px;
  padding-top: 16px;
  padding-right: 0.5em;
}

.header-btn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 29px;
  right: 1em;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}

.header-btn:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

/*==================================================
FV
====================================================*/
.fv-sec {
  position: relative;
  height: calc(100vh - 22vh);
  margin-top: 22vh;
}

.loop-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: -12vh;
}

.loop-wrap p:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop-wrap p:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop-copy {
  font-family: "Catamaran", sans-serif;
  font-weight: bold;
  color: rgba(55, 55, 55, 0.08);
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 24vh;
  overflow: hidden;
  line-height: 1;
}

.fv-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

.fv-copy01 {
  font-size: clamp(65px, 7.4vw, 96px);
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
}

.fv-copy02 {
  font-size: 48px;
  font-weight: bold;
  color: #ff0020;
  margin: 5vh auto;
  margin-left: -68px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
}

.fv-text {
  margin-left: 34px;
}

/* お知らせ */

.getPostDispArea {
  margin-left: 8px;
  width: 90%;
  padding: 1.5em;
  padding-right: 0;
  border-right: solid 20px #ff0020;
  background: #fff;
  display: inline-block;
  position: relative;
}

.getPostDispArea::before {
  position: absolute;
  bottom: -1px;
  right: 9px;
  z-index: -1;
  transform: rotate(5deg);
  width: 70%;
  height: 50%;
  background-color: #d0d0d0;
  content: "";
  filter: blur(4px);
}

.getPostDispArea > .getPost:last-of-type {
  padding-top: 0.5em;
}

.getPostStringArea {
  display: flex;
  align-items: center;
}

.getPostTitle {
  margin-left: 2em;
}

.getPostTitle a {
  text-indent: -2em;
}

.fv-btn a {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 120px;
  background: #e0fa7a;
  text-align: center;
  border-radius: 72px 108px 72px 108px;
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
  padding-right: 1em;
  margin-bottom: 56px;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.fv-btn a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid;
  border-right: 3px solid;
  position: absolute;
  top: 61px;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
}

.fv-contact a {
  background: #7ad3fa;
  text-align: left;
  font-size: 22px;
  padding-left: 77px;
  padding-top: 25px;
  line-height: 1.5;
  margin-bottom: 0;
}

.fv-btn:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

/* スクロール */

.scroll-down {
  position: absolute;
  right: 1%;
  bottom: 133px;
  padding-left: 52px;
  margin-left: 81px;
  z-index: 201;
  transform: rotateZ(-90deg);
  transform-origin: right bottom;
}

@keyframes scroll-down-line {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1, 1);
  }
  20% {
    transform-origin: 0% 50%;
    transform: scale(0.001, 1);
  }
  20.01% {
    transform-origin: 100% 50%;
  }
  38% {
    transform-origin: 100% 50%;
    transform: scale(1, 1);
  }
}

@keyframes bounce {
  0%,
  15%,
  38%,
  60%,
  75% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(10px);
  }
  45% {
    transform: translateX(5px);
  }
}
.scroll-down__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 0px;
  margin-top: -1px;
}
.scroll-down__line:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #373737;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0s linear 0.5s;
  transform-origin: right center;
  transform: scale(0.001, 1);
  opacity: 0;
}
.scroll-down__text {
  color: #373737;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  overflow: hidden;
}
.scroll-down__text span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.scroll-down.is-active.is-inview .scroll-down__text {
  animation: bounce 2.5s infinite;
}
.scroll-down.is-active.is-inview .scroll-down__text span {
  transform: none;
}
.scroll-down.is-active.is-inview .scroll-down__line {
  animation: scroll-down-line 2.5s infinite 851ms;
}
.scroll-down.is-active.is-inview .scroll-down__line:after {
  transform: none;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}
.is-body-touch .scroll-down {
  display: none;
}

.fv-ttl {
  position: absolute;
  left: 1em;
  bottom: 1vh;
}

/*==================================================
導入
====================================================*/
.top-intro {
  background: #fff;
  width: 100%;
  padding: 120px;
}

.top-intro__wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.top-intro__unit {
  width: 52%;
}

.top-intro__copy01 {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: bold;
}

.top-intro__copy02 {
  color: #ff0020;
  font-weight: bold;
  margin: 0.5em 0;
}

.top-intro__text {
  margin-top: 0.5em;
}

.top-intro__imgf {
  width: 420px;
}

.top-intro__inner {
  margin-top: 1em;
}

/*==================================================
お悩み
====================================================*/
.onayami-unit {
  display: flex;
  justify-content: space-between;
  margin: 40px auto -80px auto;
}

.onayami-unit li {
  background: #fff;
  width: 220px;
  height: 170px;
  border-radius: 50%;
  padding: 1em;
  font-size: 18px;
  font-weight: bold;
  padding-top: 56px;
  border: solid #ccc 1px;
}

.onayami-unit li:nth-child(2) {
  margin-top: 120px;
}

.onayami-unit li:nth-child(4) {
  margin-top: 90px;
}

.onayami-img__unit {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.onayami-img__f {
  width: 350px;
  text-align: center;
}

.onayami-img {
  width: 217px;
}

.onayami-human {
  font-size: 24px;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
  border: solid 2px;
  margin-top: 1em;
  background: #fff;
}

.onayami-human__k {
  color: #ff0020;
}

/*==================================================
HP持つ理由
====================================================*/
.hp-wrap {
  margin: 48px auto;
}

.hp-unit {
  display: flex;
  justify-content: space-between;
  margin: 16px auto 24px auto;
}

.hp-unit__label {
  background: #e0fa7a;
  width: 48%;
  display: flex;
  align-items: center;
  padding: 0.5em 2em;
}

.hp-unit__label p {
  font-size: 24px;
  font-weight: bold;
  margin-left: 1em;
  line-height: 1.5;
}

.hp-unit__number {
  color: #ccc;
  font-weight: bold;
  font-size: 64px;
  font-family: "Noto Sans JP", sans-serif;
}

.hp-text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 1em;
  padding: 0 4em;
}

/*==================================================
つくりっぱなしにしない
====================================================*/
.panashi-wrap {
  padding: 2em 4em;
}

.top-sec__heading {
  font-size: 32px;
  font-weight: bold;
  color: #ff0020;
  text-align: center;
  margin-top: 40px;
}

.top-af__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 48px;
  margin-top: 16px;
}

.top-af__list li {
  background: #fff;
  border: solid 1px #707070;
  color: #373737;
  padding: 0.8em;
  width: 47%;
  height: 120px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  display: grid;
  place-items: center;
}

.induce-hp__btn a {
  margin: 40px auto;
  width: 300px;
  height: 120px;
  padding-top: 40px;
}

/*==================================================
4つの強み
====================================================*/
.features-inner {
  height: 320px;
  background: #fff;
  border-radius: 72px 108px 72px 108px;
  border: solid #7ad3fa 10px;
  padding: 3em 2em;
  margin: 40px 80px;
}

.features-heading {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
}

.features-unit {
  display: flex;
  width: 750px;
  justify-content: space-between;
  margin: 32px auto;
  align-items: center;
}

.features-unit__t {
  margin: 16px auto;
}

.features-img01 {
  width: 189px;
}

.features-img02 {
  width: 200px;
}

.features-img03 {
  width: 200px;
}

.features-img04 {
  width: 142px;
  margin-top: -40px;
}

.features-unit p {
  width: 68%;
}

/*==================================================
私たちの役割
====================================================*/
.position-label {
  background: #e0fa7a;
  font-size: 24px;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  width: fit-content;
  margin: 24px auto;
}

.position-wrap {
  padding: 0 4em;
}

.position-unit {
  display: flex;
  justify-content: space-between;
}

.position-group01,
.position-group03 {
  width: 280px;
}

.position-group02 {
  width: 200px;
}

.position-text__boyaki {
  width: 280px;
  position: relative;
  padding: 1em;
  padding-left: 1.5em;
  height: 116px;
}

.position-text__boyaki:before,
.position-text__boyaki:after {
  position: absolute;
  content: "";
}

.position-text__boyaki:after {
  top: -1em;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: 8px solid #7ad3fa;
  border-left: 8px solid #373737;
}

.position-text__boyaki:before {
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-right: 8px solid #373737;
  border-bottom: 8px solid #7ad3fa;
}

.position-text__human {
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
  border: solid 2px;
  margin-top: 1em;
  background: #fff;
}

.position-human__imgf {
  text-align: center;
}

.position-human__imgf img {
  height: 118px;
  width: auto;
}

.position-logo {
  width: 200px;
}

.kakehashi-img {
  width: 160px;
  display: block;
  margin: 0 auto;
}

.kakehashi-text {
  font-size: 14px;
  text-align: center;
  margin: 1em;
}

.apple-unit {
  margin-top: 50%;
  text-align: center;
}

.apple-img {
  width: 34px;
}

.position-deco {
  position: relative;
  padding: 1em;
  border: 6px solid #d7d7d7;
  background: #f9f9f9;
  width: fit-content;
  margin: 32px auto;
  font-size: 20px;
  font-weight: bold;
}

.position-deco:before {
  position: absolute;
  bottom: -20px;
  left: 48%;
  width: 0;
  height: 0;
  content: "";
  border-width: 18px 10px 0 10px;
  border-style: solid;
  border-color: #d7d7d7 transparent transparent transparent;
}

.position-unit {
  margin: 40px auto;
}

/*==================================================
相談
====================================================*/
.top-sec__soudan {
  margin: 120px auto;
  background: #7ad3fa;
  margin-top: -40px;
  padding: 40px;
}

.soudan-img__f {
  width: 400px;
  margin: 0 auto;
}

.soudan-wrap__ttl {
  font-size: 28px;
  margin-bottom: 0.5em;
}

.soudan-deco {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  background: #7ad3fa;
  border-radius: 50%;
  text-align: center;
  margin-top: 4px;
  margin-right: 1em;
  flex-shrink: 0;
}

.soudan-list {
  width: 900px;
  margin: 0 auto;
}

.soudan-list li {
  background: #fff;
  padding: 1em;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #373737;
  display: flex;
}

.induce-soudan__btn a {
  margin: 40px auto;
  width: 300px;
  height: 120px;
  padding-top: 48px;
}

.induce-soudan__btn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 3px solid;
  border-right: 3px solid;
  position: absolute;
  top: 48%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
  border-radius: 0px;
  transition: 0.3s ease-in-out;
}

.induce-btn a:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

/*==================================================
制作実績
====================================================*/

.top-works {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 40px auto;
}

.top-works li {
  width: min(95%, 580px);
}

.top-works p {
  text-align: center;
}

/*==================================================
ブログ
====================================================*/
.top-blog {
  background: rgba(230, 230, 230, 0.5);
  padding: 80px 0;
}

.top-blog__wrap {
  margin: 40px auto;
}

.top-blog__unit {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.top-blog__unit .postlist-contents {
  background: #fff;
  width: clamp(240px, 27vw, 400px);
  box-shadow: 0 4px 4px #d7d7d7;
  overflow: hidden;
}
/* 
.top-blog__unit .postlist-img {
  aspect-ratio: 6 / 4;
} */

/*==================================================
誘導
====================================================*/
.induce-img__wrap {
  display: flex;
  margin-bottom: 100px;
}

.induce-img__unit {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center;
  justify-content: center;
  width: 50vw;
  height: 50vh;
  position: relative;
}

.induce-img__bg01 {
  background-image: url(../../../uploads/induce-img01);
}

.induce-img__bg02 {
  background-image: url(../../../uploads/induce-img02);
}

.induce-img__bg02 .induce-img__ttl {
  margin-top: 21px;
}

.induce-img__f {
  filter: grayscale(50%);
  object-fit: cover;
}

.induce-img__ttl {
  color: #fff;
  font-size: 36px;
  margin: 0.5em auto;
}

.induce-img__btn a {
  position: relative;
  display: inline-block;
  padding: 0.5em 5em;
  text-align: center;
  color: #fff;
  border: solid 3px #fff;
  font-weight: bold;
  z-index: 1;
}

.induce-img__btn a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}

.induce-img__btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  transition: 0.3s;
  left: 0;
}
.induce-img__btn a:hover {
  color: #373737;
}
.induce-img__btn a:hover:before {
  width: 100%;
  z-index: -1;
}

.induce-ttl__EN {
  font-family: "Catamaran", sans-serif;
  font-size: 96px;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 10px auto;
}

.induce-contact {
  background: #7ad3fa;
  padding: 4em 0;
}

.induce-contact__unit {
  width: 845px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
  color: #000;
}

.induce-contact__btn a {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 1em 0;
  text-align: center;
  width: 280px;
  font-size: 18px;
  color: #000;
  z-index: 0;
}

.induce-contact__btn a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid;
  border-right: 3px solid;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}

.induce-contact__btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #373737;
  transition: 0.3s;
  left: 0;
}
.induce-contact__btn a:hover {
  color: #fff;
}
.induce-contact__btn a:hover:before {
  width: 100%;
  z-index: -1;
}

.induce-wrap {
  display: flex;
}

.induce-unit01,
.induce-unit02 {
  width: 50%;
  padding: 4em 0;
}

.induce-unit01 {
  background: #d7d7d7;
}

.induce-unit02 {
  background: #e0fa7a;
}

.induce-btn__s {
  text-align: center;
}

.induce-btn__s a {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0.5em 5em;
  text-align: center;
  z-index: 0;
}

.induce-btn__s a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid;
  border-right: 3px solid;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.induce-btn__s a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #282828;
  transition: 0.3s;
  left: 0;
}
.induce-btn__s a:hover {
  color: #fff;
}
.induce-btn__s a:hover:before {
  width: 100%;
  z-index: -1;
}

/*==================================================
フッター
====================================================*/

.footer {
  margin: 140px auto 0 auto;
  border-top: solid 1px #707070;
}

.footer__wrap {
  width: 1080px;
  margin: 0 auto;
}

.footer__wrap-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}

.footer__logo {
  width: 232px;
  margin-right: 120px;
}

.footer__insta-img {
  width: 30px;
  height: 30px;
  vertical-align: 10px;
  margin-left: 120px;
}

.footer__nav {
  width: 721px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8em 2em;
  margin: 0 auto;
}

.footer__nav li {
  display: inline-block;
}

.footer__nav li a {
  color: #000;
}

.footer__nav li a:hover {
  opacity: 0.5;
}

.footer__copyright {
  font-size: 14px;
  text-align: center;
  margin: 24px 0;
}

.for-sp {
  display: none;
}

/* フッターボタン（PC） */
.footer-btn__pc {
  position: fixed;
  right: 2vw;
  bottom: 50px;
}

.footer-btn__pc a {
  position: relative;
  display: block;
  width: 36px;
  height: 40px;
}

.footer-btn__pc a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  content: "";
  transform: rotate(-45deg);
  border-top: 3px solid #373737;
  border-right: 3px solid #373737;
}

.footer-btn__pc a::after {
  position: absolute;
  content: "TOP";
  color: #373737;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
}

/*==================================================

サービス紹介

====================================================*/
.service01-wrap {
  display: grid;
  grid-template-columns: 280px 280px 280px;
  gap: 30px;
}

.service01-box {
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.s-01 {
  width: 28px;
}

.s-02 {
  width: 42px;
}

.s-03 {
  width: 52px;
}

.s-04 {
  width: 40px;
}

.s-05 {
  width: 40px;
}

.s-06 {
  width: 58px;
}

.s-07 {
  width: 40px;
}

.s-08 {
  width: 60px;
}

.service01-box h3 {
  width: 162px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

/* オプション */

.service02-box__wrap {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

.service02-box {
  width: 45%;
  background-color: #fff;
  padding: 2em;
  box-shadow: 0px 8px 10px #d7d7d7;
}

.service02-box__unit {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.service02-box__unit h3 {
  font-size: 22px;
  font-weight: bold;
}

.service-box__text {
  font-weight: normal;
  margin-top: 2em;
}
.s-op-01 {
  width: 60px;
}

.s-op-02,
.s-op-03,
.s-op-04 {
  width: 45px;
}

/* アフターフォロー */
.s-af__wrap {
  background: #fff;
  padding: 2em 2em 3.5em 2em;
  margin: 40px auto;
  box-shadow: 0px 8px 10px #d7d7d7;
}

.s-af__wrap__t {
  padding-bottom: 1em;
  margin-top: 1em;
}

.s-af__ttl {
  font-size: 28px;
  color: #ff0020;
}

.s-af__unit {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 24px;
}

.s-af__number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 96px;
  color: #ccc;
  line-height: 0;
  margin-top: -62px;
}

.s-af__number__t {
  margin-top: 0;
}

.s-af__text {
  width: 80%;
}

.af-imgf {
  width: 286px;
  margin: 40px auto;
}

.af-omoi {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0 1em;
  border-bottom: 3px solid #373737;
  width: fit-content;
  margin: 1em;
}

.af-omoi:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #373737 transparent transparent transparent;
}

.af-omoi:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f8f8f8 transparent transparent transparent;
  /* ↑吹き出し部分かぶせ */
}

.af-list {
  width: fit-content;
  margin: 24px;
}

.af-list li {
  margin-bottom: 0.5em;
}

.af-list__check::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  border-radius: 72px 108px 64px 100px;
  background: #ff0020;
  transform: rotate(30deg);
  margin-right: 10px;
}

/* .af-list__check {
  padding-left: 2em;
  padding-bottom: 2em;
  position: relative;
}

.af-list__check:before,
.af-list__check:after {
  content: "";
  display: block;
  position: absolute;
}
.af-list__check:before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #373737;
  left: -2px;
  top: 8px;
}
.af-list__check:after {
  border-left: 4px solid #ff0020;
  border-bottom: 2px solid #ff0020;
  width: 16px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 2px;
  top: 8px;
} */

/* 解析ボタン */

.induce-btn__kaiseki a {
  margin: 1em 0 0 auto;
}

/* 実のなる木 */

.minonaruki-intro {
  margin-bottom: 2em;
}

.minonaruki-ttl {
  font-size: 18px;
  padding: 0.5em;
  background: #fff;
  border: solid 1px #707070;
  font-weight: bold;
}

.minonaruki-unit {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 24px auto 0 auto;
}

.minonaruki-img__f {
  width: 200px;
}

.minonaruki-img__f02 {
  width: 180px;
}

.minonaruki-text {
  width: 580px;
}

.minonaruki-wrap .arrow-down {
  display: block;
  color: #ccc;
  position: relative;
  width: 4px;
  height: 32px;
  background: #ccc;
  margin: 0 auto 32px auto;
}

.minonaruki-wrap .arrow-down::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 4px solid #ccc;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -2px;
  box-sizing: border-box;
}

.minonaruki-unit__t {
  margin-top: 10px;
}

.minonaruki-wrap .arrow-down__t {
  margin-top: 10px;
}

/* アフターフォロー */
.page-heading__af {
  line-height: 1.2;
}

.af-heading {
  font-size: 18px;
  padding: 0.5em;
  background: #e0fa7a;
}

.af-text {
  padding: 1em;
  line-height: 2;
}

.service-page__t {
  margin-top: -20px;
}

/*==================================================

料金

====================================================*/
/* 料金ケース */
.price-case__wrap {
  display: flex;
  justify-content: space-between;
}

.price-case__group01 {
  padding: 2em;
  text-align: center;
  width: 48%;
  background: #fff;
  box-shadow: 0px 8px 10px #d7d7d7;
}

.price-case__group02 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-case__group02 .case {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
}

.price-case__text {
  margin: 40px 0;
  height: 3em;
  text-align: left;
}

.price-case__unit {
  margin-bottom: 40px;
}

.price-case__unit .price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 80px;
  color: #ff0020;
  line-height: 1;
  display: inline-block;
  margin-left: 40px;
  margin-top: 8px;
}

.price-case__unit .price-h {
  font-size: 24px;
  margin-left: 0.5em;
}

.price-case__unit .page {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  line-height: 1;
  display: inline-block;
}

.price-case__unit .page-h {
  font-size: 24px;
  margin-left: 0.5em;
}

.price-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 24px auto;
  width: 100%;
}

.price-case__list li {
  background: #e0fa7a;
  padding: 0.5em;
  font-size: 14px;
}

/* 料金表 */
.price-table__wrap {
  background: #fff;
  padding: 4em;
  margin: 40px auto;
  box-shadow: 0px 8px 10px #d7d7d7;
}

.price-table {
  width: 100%;
  margin: 12px auto 32px auto;
  border-bottom: solid 2px #e6e6e6;
}

.price-table td {
  padding-left: 20px;
  padding-bottom: 1em;
  font-weight: normal;
}

.price-table td:first-child {
  padding-left: 40px;
  width: 72%;
}

.price-table td:last-child {
  padding-right: 40px;
  font-weight: bold;
}

.price__table-spacer:last-child {
  padding-bottom: 100px;
}

.price__table-th02 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-left: 40px;
}

.price-text {
  margin-left: 54px;
  line-height: 1.8;
  font-weight: normal;
}
.price-text p {
  padding-left: 2em;
}

.price-notes {
  margin-left: 1em;
}

/*==================================================

制作の流れ

====================================================*/
.flow-wrap {
  position: relative;
}

.flow-step {
  background: #e0fa7a;
  position: relative;
  z-index: 50;
}

.flow-ttl {
  font-size: 36px;
  text-align: center;
  padding: 1em;
}

.step-k {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 96px;
  line-height: 0;
  color: #fff;
  position: absolute;
  top: 53px;
  left: 40px;
}

.step-k::before {
  content: "STEP";
  font-size: 64px;
  margin-right: 8px;
}

.flow-unit {
  display: flex;
  justify-content: center;
  padding: 56px 0;
  gap: 24px;
  margin-left: 8%;
  border-left: 18px solid #e6e6e6;
}

#flow-unit__t {
  border-left: 0;
}

.flow-img {
  width: 330px;
  flex-shrink: 0;
  border-radius: 20px;
}

.induce-btn__flow a {
  margin: 40px 0 0 auto;
  background: #7ad3fa;
  padding: 28px 2em;
}

.flow-text {
  width: 56%;
  padding-top: 1em;
  font-size: 18px;
}

/*==================================================

私たちについて

====================================================*/
.about-heading {
  font-size: 42px;
  margin-bottom: 80px;
}

.about-img__f {
  margin: 80px auto;
  width: clamp(280px, 48%, 520px);
}

.page-about01 {
  background: #fff;
  height: 60%;
}

.about-copy__wrap {
  width: 68%;
  padding: 4% 0;
  margin: 0 auto;
  position: relative;
}

.bg-window {
  width: 400px;
  aspect-ratio: 4 / 3;
  border-radius: 72px 108px 64px 100px;
  background: linear-gradient(
    to right,
    rgba(122, 211, 250, 0.1),
    rgba(122, 211, 250, 0.25),
    rgba(122, 211, 250, 0.5)
  );
  position: absolute;
  bottom: 72px;
  right: -50px;
  animation: fuwafuwa 10s ease-in-out infinite alternate;
}

@keyframes fuwafuwa {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

.about-copy__unit {
  display: flex;
  align-items: center;
  gap: 24px;
}

.about-deco {
  width: 44px;
  height: 34px;
  border-radius: 72px 108px 64px 100px;
  background: #7ad3fa;
  transform: rotate(30deg);
  flex-shrink: 0;
}

.about-copy {
  font-size: 20px;
}

.about-copy__en {
  font-size: 14px;
  margin-top: 0.5em;
  margin-left: 69px;
}

.about-text {
  line-height: 2;
  padding: 24px 4em;
}

/* プロフィール */

.prof-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.prof-box {
  width: 35%;
  text-align: center;
  margin: 40px auto;
}

.prof-img {
  border-radius: 50%;
  width: 90px;
}

.prof-name {
  font-size: 20px;
  margin-top: 0.5em;
}

.prof-post {
  font-weight: normal;
}

.prof-contents__wrap {
  width: 60%;
}

.prof-contents__unit {
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: dashed 1px #ccc;
}

.prof-contents__unit dt {
  width: 30%;
  padding-left: 1em;
}

.prof-contents__unit dt::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  border-radius: 72px 108px 64px 100px;
  background: #7ad3fa;
  transform: rotate(30deg);
  margin-right: 10px;
}

.prof-contents__unit dd {
  width: 70%;
}

.page-sec > .prof-wrap:last-of-type {
  margin-top: 80px;
}

/* コンセプト */

.concept-inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}

.concept {
  margin-top: 120px;
}

.concept-text {
  margin-top: 40px;
  font-weight: normal;
}

.concept-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}

.concept-unit {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.concept-moji {
  font-size: 220px;
  color: #ccc;
  font-weight: bold;
  line-height: 1.2;
  opacity: 0.25;
}

.concept-number {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.concept-right h3 {
  font-size: 28px;
  font-weight: bold;
}

.concept-right p {
  margin-top: 1em;
}

.page-heading01__t {
  margin-bottom: 0;
}

/* 事業概要 */

.gaiyou {
  width: min(80%, 900px);
  margin: 0 auto;
}

.gaiyou__box {
  display: flex;
  border-bottom: dashed 1px #d7d7d7;
  padding: 20px;
}

.gaiyou__box02 {
  display: flex;
  padding: 20px;
}

.gaiyou dt {
  width: 25%;
}

.gaiyou dd {
  width: 75%;
  margin-left: 2em;
  line-height: 1.8;
}

/*==================================================

ブログ：投稿一覧

====================================================*/
.page-sec__blog {
  width: 90%;
  margin: 120px auto;
  max-width: 1400px;
}

/* 投稿一覧 */

.postlist-unit {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
}

.postlist-contents__wrap {
  display: grid;
/*   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
grid-template-columns: 1fr 1fr 1fr;	
  gap: 32px;
}
.category .postlist-contents,
.category-blog .postlist-contents {
  box-shadow: 0 4px 4px #d7d7d7;
}

.postlist-group {
  padding: 0.5em 1em;
  padding-bottom: 1em;
}

.postlist-contents__wrap .postlist-contents {
  background: #fff;
  position: relative;
  overflow: hidden;
max-height: 420px;	
}

.postlist-date {
  display: flex;
  align-items: center;
  gap: 1em;
  padding-bottom: 16px;
}

.postlist-img {
  transition: transform 0.5s ease-in-out;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.postlist-img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.post-time {
  font-size: 14px;
}

.post-categories li a {
  color: #ff0020;
  font-size: 14px;
  font-weight: bold;
  box-shadow: initial;
}

.post-categories {
  display: flex;
  gap: 0.5em;
}

.postlist-ttl {
  font-weight: bold;
}

.post-categories a:hover,
.postlist-ttl a:hover {
  transition: transform 0.2s ease-in-out;
  opacity: 0.8;
}

/* サイドバー
======================================== */

.sidebar {
  width: 280px;
}

.sidebar-ttl {
  font-size: 14px;
  padding: 0.5em;
  border-bottom: solid 2px #7ad3fa;
}

.sidebar-ttl__c::before {
  content: "Category";
  font-size: 32px;
  font-weight: bold;
  font-family: "Catamaran", sans-serif;
  margin-right: 0.5em;
}

.sidebar-ttl__n {
  margin-top: 40px;
}

.sidebar-ttl__n::before {
  content: "Related";
  font-size: 32px;
  font-weight: bold;
  font-family: "Catamaran", sans-serif;
  margin-right: 0.5em;
}

.sidebar-date__time {
  font-size: 14px;
}

.sidebar-news__list li a {
  display: block;
  padding: 0.5em;
  padding-bottom: 1em;
  border-bottom: solid 1px #ccc;
}

.cat-all a,
.cat-item a {
  display: block;
  padding: 1em;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  transition: transform 0.2s ease-in-out;
}

.cat-all a:hover,
.cat-item a:hover {
  color: #ff0020;
}

/* ページネーション*/

.nav-links {
  margin: 56px 0;
}

.page-numbers {
  margin-top: 80px;
  text-align: center;
}

.page-numbers.current {
  color: #ff0020;
}

.page-numbers li {
  display: inline-block;
  padding-right: 2em;
  font-size: 18px;
  font-weight: bold;
}

.page-numbers li:last-child {
  padding-right: 0;
}

.page-numbers li a {
  position: relative;
}

.page-numbers li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #373737;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.page-numbers a:hover::after {
  transform: scale(1, 1);
}

/*==================================================

ブログ：記事投稿

====================================================*/
/* パンくずリスト */
.aioseo-breadcrumbs {
  margin-top: 120px;
  margin-left: 3%;
  font-size: 13px;
}

.single .page-sec {
  margin: 80px auto;
}
.post-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
}

article-wrap {
  background: #fff;
  padding: 3em;
}

.article-ttl {
  font-size: clamp(20px, 1.875vw, 24px);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: solid 2px #7ad3fa;
}

article h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
}

article > p:first-of-type {
  margin-top: 1em;
}

.article-imgf {
  margin: 24px auto;
  text-align: center;
}

/* .article-imgf img {
  object-fit: cover;
	aspect-ratio: 4 / 3;
} */

.article-img {
  object-fit: cover;
}

.post-date {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 0.5em;
}

.post-time {
  font-size: 14px;
}
article p {
  margin-top: 1em;
  padding: 0 0.5em;
  font-size: 18px;
  line-height: 2;
}

article h2 {
  font-size: 24px;
  margin: 70px 0 32px 0;
}

article h2::before {
  content: "";
  border-left: solid 10px #ff0020;
  margin-right: 8px;
}

article h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 47px 0 10px 0;
}

article li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #f44336;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

article li {
  padding-left: 1em;
  text-indent: -1em;
}

/* SNSシェアボタン
  ======================================== */

.sns-share__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
  margin: 80px auto;
}

.sns-share__wrap li a {
  display: inline-block;
  width: 100%;
  height: 48px;
  text-align: center;
  padding: 10px 0px;
  transition: transform 0.3s;
}

.sns-share__wrap li a:hover {
  opacity: 0.8;
}

.sns-share__wrap li a::before {
  content: "";
  display: inline-block;
}

.sns-share__text {
  color: #fff;
  font-size: 13px;
}

/* X */

.sns-share__x a {
  background-color: #000;
}

.sns-share__x a::before {
  width: 16px;
  height: 16px;
  background-image: url(../../../uploads/x-w.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  margin-top: -4px;
}

.sns-share__x a {
  background-color: #000;
}

/* FB */
.sns-share__fb a::before {
  width: 20px;
  height: 20px;
  background-image: url(../../../uploads/fb-w.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  margin-top: -4px;
}

.sns-share__fb a {
  background-color: #35629a;
}

/* はてブ */
.sns-share__hateb a::before {
  width: 20px;
  height: 20px;
  background-image: url(../../../uploads//hateb-w.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

.sns-share__hateb a {
  background-color: #00a4de;
}

/* Pocket */
.sns-share__pocket a::before {
  width: 20px;
  height: 20px;
  background-image: url(../../../uploads//pocket-w.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

.sns-share__pocket a {
  background-color: #f43b53;
}

/* LINE */
.sns-share__line a::before {
  width: 20px;
  height: 20px;
  background-image: url(../../../uploads/line-w.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

.sns-share__line a {
  background-color: #00b903;
}

/* ページネーション
======================================== */
.pagena {
  display: flex;
  gap: 4%;
  justify-content: space-between;
  margin-top: 80px;
}

.pagena-prew,
.pagena-next {
  width: 48%;
  border: solid 2px #d7d7d7;
  padding: 1em 0;
  position: relative;
  line-height: 1.3;
}

.pagena-prew a {
  display: inline-block;
  padding-left: 3em;
  padding-right: 1em;
  color: #373737;
}

.pagena-next a {
  display: inline-block;
  padding-right: 3em;
  padding-left: 1em;
  color: #373737;
}

.pagena-prew a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #373737;
  border-left: 2px solid #373737;
  transform: rotate(-45deg);
  position: absolute;
  top: 40%;
  left: 1em;
}

.pagena-next a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #373737;
  border-right: 2px solid #373737;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1em;
}

.pagena-next a:hover,
.pagena-prew a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.pagena-cat__list {
  display: block;
  width: 100%;
  background: #d7d7d7;
  padding: 1em;
  text-align: center;
  margin-top: 2em;
}

.pagena-cat__list:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/* ブログカード（下にSP用記述もあり） */
.blogcard-wrap {
  width: 100%;
  padding: 1em;
  margin: 40px 0;
  background: #fff;
  border: solid 3px #ddd;
  box-shadow: 0px 0px 0px 20px #fff;
}

.blogcard-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

.blogcard-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.blogcard-img {
  width: 30%;
  min-width: 200px;
  object-fit: cover;
  flex-shrink: 0;
}

.blogcard-unit {
  width: 70%;
}
.blogcard-lead {
  line-height: 1.5;
  margin: 0 0 1em 0;
}

.blogcard-induce a {
  background: #373737;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 300px;
  padding: 0.5em;
  color: #fff !important;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 10px;
  margin: 0 auto;
  border-bottom: none;
}

.blogcard-induce a:hover {
  background: #035397;
  color: #fff;
}

.blogcard-induce a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(45deg) translateY(-50%);
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.blogcard-induce a:hover:after {
  border-color: #fff;
}

.blogcard-induce a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.blogcard-induce a:hover:before {
  border-color: #fff;
}

.blogcard-wrap02 {
  margin-top: 80px;
}

/*==================================================

アクセス解析

====================================================*/
.page-ana {
  margin: 40px auto;
  padding: 4em 2em;
  background: #fff;
}

.page-ttl__ana {
  position: relative;
  font-size: 24px !important;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: left !important;
  font-weight: bold;
  line-height: 1.2;
}

.page-ttl__ana::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 24px;
  background: #ff0020;
  margin-right: 1em;
  top: 1px;
  left: -20px;
}

.ana-list li {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ana-content__wrap p {
  line-height: 2em;
  margin-bottom: 2em;
}

.ana-action__left p {
  margin-bottom: 0.5em;
  font-weight: bold;
  text-align: center;
}

.ana-content__k02 {
  font-weight: bold;
}

.ana-list {
  margin: 1em 0;
}

.ana-list__t02 {
  margin: 1em 0;
}

.ana-content__box h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 2em;
  border: solid 1px;
  margin-bottom: 0.5em;
}

.ana-action__wrap {
  width: 80%;
  margin: 0 auto;
}

.ana-action__text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 20px !important;
}

.ana-action__btn {
  margin: 0 auto;
  text-align: center;
}

.ana-action__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #282828;
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 0;
  color: #fff;
  width: 100%;
  padding: 1em;
  margin: 24px auto;
}

.ana-action__btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #707070;
  transition: 0.3s;
  left: 0;
}

.ana-action__btn:hover {
  color: #fff;
}

.ana-action__btn :hover:before {
  width: 100%;
  z-index: -1;
}

.normal-btn__arrow {
  margin-left: 1em;
}

.ana-price {
  border: solid 1px #282828;
  padding: 1em;
}

.ana-price p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
}

.ana-price__h {
  font-size: 14px;
  font-weight: normal;
}

.ana-price__unit {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.ana-price__wrap p {
  line-height: 1.5;
  margin: 1em auto;
}

/*==================================================

解決策

====================================================*/
.page-solution {
  width: 1080px;
  margin: 0 auto;
}

.teian-wrap {
  background-color: #fff;
  padding: 3em;
}

#teian01 {
  padding-top: 80px;
  margin-top: -80px;
}

#teian02 {
  padding-top: 80px;
  margin-top: -80px;
}

.teian-unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: solid 4px #7ad3fa;
}

.teian-unit::before,
.teian-unit::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.teian-unit::before {
  border: solid 24px transparent;
  border-top: 24px solid #7ad3fa;
}

.teian-unit h2 {
  font-size: 24px;
  font-weight: bold;
}

.teian01-img {
  width: 195px;
}

.teian03-img {
  width: 180px;
  margin: 0.5em;
}

.teian-headline {
  position: relative;
  padding-left: 1em;
  margin-left: 10px;
  margin-top: 40px;
  font-weight: bold;
  font-size: 13px;
}

.teian-headline:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #282828;
  top: 38%;
  left: 0;
}

.teian-wrap h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff0020;
  margin-top: 0.5em;
}

.teian-text {
  font-weight: normal;
  margin-top: 20px;
  padding: 0 1em;
}

.teian-text p {
  margin-bottom: 20px;
}

.teian-wrap02 {
  margin-top: 80px;
}

.teian-text__list {
  margin-bottom: 20px;
}

.teian-text__list li {
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

/*==================================================

FAQ

====================================================*/
.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}

.faq-list li {
  padding: 0.5em;
  border: solid 1px;
  background: #fff;
}

.faq-ttl {
  font-size: 32px;
  margin-bottom: 2em;
}

.faq-wrap {
  margin-bottom: 80px;
  background: #fff;
  padding: 64px;
  box-shadow: 0px 8px 10px #d7d7d7;
}

.faq-wrap dt {
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 20px;
  text-indent: -3em;
  padding-left: 3em;
}

.faq-wrap dt::before {
  content: "Q";
  font-family: "Catamaran", sans-serif;
  font-size: 24px;
  margin-right: 2em;
}

.faq-wrap dd::before {
  content: "A";
  font-family: "Catamaran", sans-serif;
  margin-left: -6px;
  margin-right: 3em;
  color: #ff0020;
}

.faq-a__t {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 1em !important;
}

.faq-wrap dd {
  text-indent: -3.3em;
  padding-left: 4em;
  padding-bottom: 2em;
  border-bottom: solid 1px #ccc;
  margin-bottom: 48px;
  line-height: 1.8;
}

/*==================================================

Works

====================================================*/
.works-wrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 120px;
  padding-bottom: 40px;
  /* border-bottom: 1px solid #ccc; */
}

.works-img__f {
  width: 45%;
}

.works-unit {
  width: 47%;
}

.works-unit__t {
  margin-top: 20px;
}

.works-ttl {
  font-size: 32px;
}

.works-group {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 1em 0;
}

.works-label {
  border: solid 1px #ff0020;
  padding: 0.25em;
}

.works-desc {
  margin: 1em auto;
}

.works-url::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../../uploads/tb-link.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1em;
  margin-top: -5px;
}

.works-url:hover {
  opacity: 0.5;
  transition: 0.3s;
}

/*==================================================

お問い合わせ

====================================================*/
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[valu="url"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}

select {
  border-radius: 0;
  font-size: 16px;
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

textarea::placeholder {
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

input::placeholder {
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

.form-wrap {
  width: 900px;
  margin: 0 auto;
}

.form {
  margin: 80px auto;
}

.form-box {
  display: flex;
  align-items: center;
  margin: 3em 0;
  padding-bottom: 2em;
  border-bottom: solid 0.5px #707070;
}
form .must::after {
  content: "※必須";
  display: inline-block;
  font-size: 70%;
  color: #ff0020;
  padding-left: 1em;
}

.form-box dt {
  width: 35%;
  margin-right: 2em;
}

.form-box dd {
  width: 100%;
}

input {
  outline: none;
}

.form-input {
  box-sizing: border-box;
  border: solid 1px #707070;
  width: 100%;
  background: #fff;
  height: 3.5em;
  padding-left: 0.5em;
}

.form-select {
  box-sizing: border-box;
  border: solid 1px #707070;
  width: 100%;
  background: #fff;
  height: 3.2em;
}

.form-box__select dd {
  position: relative;
}

.form-box__select dd::after {
  content: "";
  position: absolute;
  right: 3%;
  top: 24px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #373737;
  border-left: 1px solid #373737;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 16px;
  pointer-events: none;
}

select {
  position: relative;
  padding: 10px;
  width: 100%;
}

.form-comment {
  box-sizing: border-box;
  border: solid 1px #707070;
  width: 100%;
  background: #fff;
  height: 12em;
  padding: 0.5em;
}

#comment {
  height: 400px;
}

/* 確認ボタン */
.form-btn__wrap {
  margin-top: 40px;
  text-align: center;
}

.confirm-btn {
  cursor: pointer;
  width: 280px;
  height: 50px;
  border: 0;
  background-color: #282828;
  color: #fff;
  transition: 0.3s;
}

.confirm-btn:hover {
  opacity: 0.7;
}

/* 戻る・送信ボタン */

.form-btn02__wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 40px auto;
  width: 100%;
  height: 50px;
}

.back-btn {
  cursor: pointer;
  border: solid 1px#282828;
  width: 50px;
  background: #fff;
  transition: 0.3s;
}

.submit-btn {
  cursor: pointer;
  width: 200px;
  border: 0;
  background-color: #282828;
  color: #fff;
  transition: 0.3s;
}

.back-btn:hover,
.submit-btn:hover {
  opacity: 0.7;
}

/* TOPへ戻るボタン */

.totop-btn a {
  position: relative;
  display: inline-block;
  background: #373737;
  padding: 0.5em;
  text-align: center;
  width: 230px;
  font-size: 16px;
  color: #fff;
  z-index: 0;
  margin-top: 2em;
}

.totop-btn a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid;
  border-right: 3px solid;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}

.totop-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  transition: 0.3s;
  left: 0;
}

.totop-btn a:hover {
  color: #373737;
}

.totop-btn a:hover:before {
  width: 100%;
  z-index: -1;
}

.form-btn__wrap .wpcf7-spinner {
  display: none !important;
}

/*==================================================

プライバシーポリシー

====================================================*/

.privacy01 {
  margin: 80px auto;
}

.privacy01 h2 {
  font-size: 24px;
  margin-bottom: 1em;
}

.privacy01 p {
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: normal;
}

.privacy02 h2 {
  font-size: 24px;
  margin-bottom: 1em;
}

.privacy02 h3 {
  font-size: 20px;
  margin-bottom: 0.25em;
}

.privacy02 p {
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 3em;
  font-weight: normal;
}

.privacy02 p:nth-child(9) {
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
}

.privacy02__list {
  margin-bottom: 3em;
}

.privacy02__list li {
  padding-top: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}

/*==================================================

大家さん向け資料ダウンロードページ

====================================================*/

.ooyasann-dl-wrap {
  margin-top: 150px;
  padding: 0px min(5%, 50px);
}

.ooyasann-dl-wrap h1 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 100px;
}

.ooyasann-dl-wrap p {
  margin-bottom: 10px;
}

.ooyasann-dl__btn a {
  display: block;
  width: 90%;
  max-width: 400px;
  color: #fff;
  text-align: center;
  background-color: #ffaa4c;
  padding: 18px;
  font-size: 18px;
  font-weight: bold;
  margin: 100px auto 0 auto;
  border: solid 2px #ffaa4c;
}

.ooyasann-dl__btn a:hover {
  color: #ffaa4c;
  background-color: #fff;
  transition: 0.25s;
}

/*==================================================

404ページ

====================================================*/

.error404-ttl {
  text-align: center;
  margin-top: 160px;
}

.error404-ttl h1 {
  font-weight: bold;
  font-size: 65px;
}

.error404-wrap {
  margin: 80px;
}

/*==================================================

tablet 1239px〜 ハンバーガー

====================================================*/

@media screen and (max-width: 1239px) {
  .header-pc {
    display: none;
  }

  .sp-menu {
    display: block;
  }

  .header-logo {
    z-index: 1000;
    position: fixed;
  }

  /* hambager */
  #sp__nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.3s;
  }

  #sp__nav.clicked {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }

  #sp__nav.clicked .sp__nav-wrap {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #e0fa7a;
  }

  /* PCと同じclass名 */
  .header__nav-list {
    position: absolute;
    z-index: 999;
    top: calc(10vh + 32%);
    left: 160px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1em;
    column-gap: 0;
  }

  #header__ham {
    position: fixed;
    z-index: 1000;
    top: 10px;
    right: 3%;
    width: 50px;
    height: 50px;
    background: #7ad3fa;
  }

  .ham-line {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #373737;
    transition: all 0.3s;
    border-radius: 2px;
  }

  .line1 {
    top: 18px;
    left: 10px;
  }

  .line2 {
    top: 28px;
    left: 10px;
  }

  .clicked .line1 {
    transform: rotate(40deg);
    top: 25px;
  }

  .clicked .line2 {
    transform: rotate(-40deg);
    top: 25px;
  }

  #header__ham.clicked {
    background: none;
  }

  .header__nav-list li a {
    color: #373737;
    font-size: 18px;
  }

  .header-btn a {
    width: 170px;
    height: 68px;
    margin-top: 2em;
    padding-top: 18px;
  }

  .header-btn a:after {
    top: 33px;
  }
}

/*==================================================

tablet 1080px〜

====================================================*/

@media screen and (max-width: 1080px) {
  /* common */
  .top-sec01,
  .top-sec03 {
    width: 95%;
  }

  .top-sec__ttl01 {
    text-align: center;
  }

  .page-sec,
  .page-sec02 {
    width: 90%;
  }

  .page-intro,
  .page-intro02 {
    width: 90%;
  }

  .induce-btn a {
    width: 200px;
    height: 80px;
    font-size: 16px;
    padding-top: 30px;
  }

  .top-sec__ttl03__wrap {
    margin-left: 25%;
  }

  .fv-sec {
    height: 100vh;
    height: 100svh;
    padding-top: calc(0.67 * 100vh - 400px);
    padding-top: calc(0.67 * 100lvh - 400px);
    margin-top: 0;
  }

  .fv-wrap {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: max(76vw, 720px);
  }

  .loop-wrap {
    top: 12vh;
  }

  .fv-copy01 {
    margin-left: 0.5em;
  }

  .fv-copy02 {
    margin: 0.5em auto;
  }

  .fv-unit__btn {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 40px auto 0 auto;
  }

  .fv-btn {
    width: 30%;
  }

  .fv-btn a {
    font-size: 16px;
    width: 200px;
    height: 80px;
    margin-bottom: 0;
    padding-top: 23px;
  }

  .fv-btn a:after {
    top: 38px;
  }

  .fv-contact a {
    padding-left: 47px;
    padding-top: 16px;
  }

  .getPostDispArea {
    display: block;
    margin: 0 auto;
    padding: 1em;
    width: 100%;
  }

  .top-intro__wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .top-intro__unit {
    width: 100%;
  }

  /* 相談 */

  .soudan-list {
    width: 90%;
  }

  .induce-soudan__btn a {
    width: 240px;
    height: 96px;
    margin: 40px auto;
    padding: 30px 3em;
  }

  /* 役割 */
  .position-text__boyaki {
    width: 256px;
    height: 140px;
  }

  .position-text__human {
    font-size: 16px;
  }

  .position-logo {
    width: 168px;
  }

  .apple-unit {
    margin-top: 64%;
  }

  .kakehashi-img {
    width: 140px;
  }

  /* 強み */
  .features-unit {
    width: 100%;
  }

  .features-heading {
    font-size: 28px;
  }

  .features-inner {
    margin: 40px 0;
  }

  /* つくりぱなしにしない */
  .induce-hp__btn a {
    width: 240px;
    height: 96px;
    margin: 40px auto;
    padding: 30px 3em;
  }

  /* hpが必要な理由  */
  .hp-unit {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .hp-unit__label {
    width: 85%;
  }

  /* 制作実績 */
  .top-works {
    flex-direction: column;
    align-items: center;
  }

  /* 誘導 */
  .induce-contact__unit {
    flex-direction: column;
    width: 450px;
  }

  .footer__wrap {
    width: 80%;
  }

  .footer__nav {
    width: 100%;
  }

  /* サービス
======================================== */

  .service-page {
    width: 90%;
  }

  .service01-wrap {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  /* 料金
======================================== */
  .price-case__unit .price {
    font-size: 56px;
    margin-left: 0;
  }

  .price-case__group01 {
    padding: 1em;
  }

  .price-table__wrap {
    padding: 2em;
  }

  .price-table td {
    padding-left: 10px;
  }

  .price-table td:last-child {
    padding-right: 10px;
  }

  /* 制作の流れ
======================================== */

  .flow-unit {
    margin-left: 3%;
    border-left: 10px solid #e6e6e6;
  }

  .flow-ttl {
    font-size: 24px;
  }

  .flow-img {
    width: 260px;
    height: 238px;
    object-fit: cover;
  }

  .step-k {
    top: 36px;
    font-size: 80px;
  }

  .step-k::before {
    font-size: 56px;
  }

  .induce-btn__flow a {
    margin: 40px auto;
  }

  /* 私たちについて
======================================== */

  .about-copy__wrap {
    width: 36em;
  }

  .concept-inner {
    width: 100%;
  }

  .concept-moji {
    font-size: 180px;
  }

  /* 制作実績
======================================== */
  .works-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }

  .works-img__f {
    width: 600px;
  }

  .works-unit {
    width: 560px;
  }

  /* アクセス解析
======================================== */
  .ana-action__wrap {
    width: 100%;
  }

  /* ブログ
======================================== */
  .sidebar {
    width: 230px;
  }
		
	.postlist-contents__wrap {
grid-template-columns: 1fr 1fr;	
}

  /* お問い合わせ
======================================== */
  .form-wrap {
    width: 90%;
  }
  /* end   */
}

/*==================================================

Tablet 900px〜 ブログのみ

====================================================*/

@media screen and (max-width: 900px) {
  /* ブログ
======================================== */
  .post-wrap,
  .postlist-unit {
    display: flex;
    flex-wrap: wrap;
  }

  .cat-wrap,
  .news-wrap {
    width: 45%;
  }

  .sidebar {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: flex-start;
  }

  .page-ttl__EN__privacy {
    font-size: 90px;
  }

  .category .postlist-contents,
  .category-blog .postlist-contents {
    max-height: none;
    max-width: none;
    width: 100%;
  }
	
	.sidebar-ttl__n {
  margin-top: 0px;
}

  /* end   */
}

/*==================================================

SP 767px〜

====================================================*/

@media screen and (max-width: 767px) {
  /* common
======================================== */
  .top-sec01,
  .top-sec03,
  .top-sec02 {
    margin: 80px auto;
  }

  .top-sec__ttl01 {
    font-size: 5.86vw;
    line-height: 1.5;
    padding: 6px;
  }

  .top-sec__ttl02 {
    font-size: 7.46vw;
  }

  .top-sec__ttl03__EN {
    font-size: 72px;
  }

  .top-sec__ttl03__unit {
    display: block;
  }

  .top-sec__text {
    font-size: 16px;
    line-height: 1.75;
  }

  .page-ttl__EN {
    font-size: 72px;
  }

  .page-ttl {
    font-size: 18px;
    margin-top: 2px;
  }

  .page-ttl__wrap::before {
    top: 34%;
  }

  .page-heading01 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .page-heading02 {
    font-size: 18px;
  }

  .page-ttl__unit {
    margin: 96px auto 40px auto;
  }

  .page-sec,
  .page-sec02 {
    margin: 56px auto;
  }

  .br-nlc {
    display: block;
  }

  /* 誘導 */

  .induce-btn a {
    width: 170px;
    height: 68px;
    padding-top: 26px;
    font-size: 14px;
margin: 24px auto;	  
  }

  .induce-btn a:after {
    right: 1em;
  }

  .induce-img__wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .induce-img__unit {
    width: 100vw;
    height: 32vh;
  }

  .induce-img__ttl {
    font-size: 32px;
  }

  .induce-ttl__EN {
    font-size: 65px;
  }

  .induce-contact__unit {
    width: 350px;
    padding: 0 0.5em;
  }

  .induce-wrap {
    flex-direction: column;
  }

  .induce-unit01,
  .induce-unit02 {
    width: 100%;
    padding: 2em 0;
  }

  .induce-btn__s {
    margin-top: 0;
  }

  /* フッター */
  .induce-img__wrap {
    margin-bottom: 40px;
  }

  .footer__wrap-logo {
    justify-content: space-around;
  }

  .footer__logo {
    margin-right: 0;
    width: 188px;
  }

  .footer__insta-img {
    vertical-align: 0;
    margin-left: 0;
  }

  .footer__nav li {
    font-size: 14px;
  }

  /* フッターボタン */
  .footer-btn__pc,
  .footerbtn02 {
    display: none !important;
    position: static !important;
  }

  .for-sp {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    opacity: 0.9;
    z-index: 100;
  }

  .footer-btn__wrap {
    display: flex;
    margin: 0;
    padding: 0;
  }

  .footer-btn__wrap li {
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
  }

  .footer-btn01 a {
    color: #373737;
  }

  .footer-btn02 a {
    color: #fff;
    position: relative;
    display: block;
  }

  .footer-btn02 a::before {
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    transform: rotate(-45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .footer-btn02 a::after {
    position: absolute;
    content: "TOP";
    color: #fff;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-btn01 {
    background: #7ad3fa;
    width: 75%;
  }

  .footer-btn02 {
    background: #373737;
    width: 25%;
  }

  /*== スクロール後にフッターボタンを表示させる（ここから） ==*/
  /*　下に下がる動き　*/
  #footer-btn-js.DownMove {
    position: fixed;
    width: 100%;
    animation: DownAnime 0.5s forwards;
  }

  @keyframes DownAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(100px);
    }
  }

  /*上に上がる動き　*/
  #footer-btn-js.UpMove {
    position: fixed;
    width: 100%;
    animation: UpAnime 0.5s forwards;
  }

  @keyframes UpAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* TOP
======================================== */
  .loop-copy {
    font-size: 96px;
  }

  .fv-copy01 {
    font-size: 62px;
    margin-left: 0;
	  margin-bottom: 0.5em;
  }

  .fv-copy02 {
    font-size: 28px;
  }

  .fv-sec {
    height: calc(100svh - 11vh);
    margin-top: 11vh;
    padding-top: 0;
  }

  .loop-wrap {
    top: 4vh;
  }

  .fv-wrap {
    width: 100%;
    gap: 1em;
  }

  .fv-btn {
    width: 100%;
  }

  .fv-btn a {
    font-size: 14px;
    width: 150px;
    height: 60px;
    padding-top: 15px;
  }

  .fv-btn a:after {
    top: 37px;
  }

  .fv-contact {
    display: none;
  }

  .fv-btn a:after {
    top: 28px;
  }

  .fv-unit__btn {
    margin-top: 0;
  }

  .fv-btn a:after {
    width: 4px;
    height: 4px;
    right: 1em;
    border-top: 2px solid;
    border-right: 2px solid;
  }

  .getPostStringArea {
    flex-direction: column;
    align-items: flex-start;
  }

  .getPostTitle {
    margin-left: 1em;
    line-height: 1.2;
  }

  .getPostStringArea__date,
  .getPostTitle a {
    font-size: 13px;
  }

  .getPostDispArea {
    padding: 0.5em 1em;
    width: 95%;
    border-right: solid 12px #ff0020;
    margin: 0 auto;
  }

  .fv-ttl {
    font-size: 14px;
    bottom: 1vh;
  }

  /* intro */
  .top-intro__imgf {
    width: 272px;
  }

  .top-intro__copy01 {
    font-size: 22px;
  }

  .top-intro {
    padding: 48px 0;
  }

  .top-intro__unit {
    width: 90%;
  }

  /* 相談 */
  .top-sec__soudan {
    margin-top: 0;
    padding: 48px 0;
  }

  .soudan-img__f {
    width: 250px;
  }

  .soudan-wrap__ttl {
    font-size: 24px;
  }

  .soudan-deco {
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }

  .soudan-list li {
    font-size: 16px;
  }

  .induce-soudan__btn a {
    width: 200px;
    height: 80px;
    padding-top: 24px;
  }

  /* 強み */
  .features-unit {
    flex-direction: column;
    align-items: center;
    margin: 24px auto;
  }

  .features-heading {
    font-size: 20px;
  }

  .features-inner {
    height: auto;
    padding: 2em;
    padding-bottom: 0.5em;
    margin: 24px 8px;
  }

  .top-sec01 > .features-inner:first-of-type {
    margin: 24px 8px;
  }

  .features-img04 {
    margin-top: 0;
  }

  .features-unit p {
    width: 100%;
    margin-top: 1em;
    font-size: 14px;
  }

  .features-img01 {
    width: 160px;
  }

  .features-img02 {
    width: 180px;
  }

  .features-img03 {
    width: 180px;
  }

  .features-img04 {
    width: 120px;
    margin-top: 0px;
  }

  /* 役割 */
  .position-text {
    font-size: 16px;
    line-height: 1.75em;
  }

  .position-deco {
    font-size: 18px;
  }

  .position-group01,
  .position-group03 {
    width: 160px;
  }

  .position-text__boyaki {
    width: 150px;
    height: 140px;
    font-size: 14px;
    padding: 0 10px;
  }

  .position-group01 .position-text__boyaki {
    padding-top: 1em;
  }

  .position-human__imgf img {
    height: 80px;
  }

  .position-text__human {
    font-size: 14px;
    line-height: 1.2;
    padding: 2px 0;
  }

  .position-text__boyaki:after {
    width: 12px;
    height: 12px;
  }

  .position-text__boyaki:before {
    width: 12px;
    height: 12px;
  }

  .position-wrap {
    padding: 0 1em;
  }

  .position-label {
    font-size: 18px;
    margin-top: 1em;
  }

  .position-unit {
    position: relative;
    justify-content: center;
    gap: 24px;
    margin-top: 268px;
  }

  .position-group02 {
    width: 168px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -140px;
  }

  .kakehashi-text {
    margin: 0.5em;
  }

  .apple-unit {
    margin-top: 2em;
  }

  .position-line__wrap {
    position: relative;
  }

  .position-line1,
  .position-line2 {
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 5px;
    background: #373737;
    left: 54%;
  }

  .position-line1 {
    top: 200px;
    transform: rotate(35deg);
  }

  .position-line2 {
    top: 530px;
    transform: rotate(-35deg);
  }

  .position-logo {
    width: 156px;
  }

  .position-line1::before {
    position: absolute;
    content: "";
    border: solid 12px transparent;
    border-left: solid 12px #373737;
    top: -9px;
    left: -23px;
    transform: rotate(180deg);
  }

  .position-line2::before {
    position: absolute;
    content: "";
    border: solid 12px transparent;
    border-left: solid 12px #373737;
    top: -9px;
    left: -23px;
    transform: rotate(180deg);
  }

  /* HP必要 */
  .hp-wrap p {
    font-size: 16px;
    line-height: 1.75em;
  }

  .hp-text {
    padding: 0 1em;
    margin-bottom: 1em;
  }

  .hp-wrap {
    margin: 16px auto;
  }

  .hp-unit__label {
    width: 100%;
    padding: 0.5em 1em;
  }

  .hp-unit__number {
    font-size: 48px;
  }

  .hp-unit__label p {
    font-size: 18px;
  }

  .hp-unit {
    gap: 16px;
    margin-top: 10px;
  }

  /* アフタフォロー */

  .panashi-wrap {
    padding: 1em;
    padding-bottom: 0;
  }

  .panashi-text {
    font-size: 16px;
    line-height: 1.75em;
  }

  .top-sec__heading {
    font-size: 24px;
    line-height: 1.25;
  }

  .top-af__list {
    flex-direction: column;
    row-gap: 20px;
  }

  .top-af__list li {
    width: 100%;
    font-size: 16px;
    height: 80px;
  }

  .induce-hp__btn a {
    width: 200px;
    height: 80px;
    padding: 0;
    padding-top: 22px;
    font-size: 15px;
  }

  /* 制作実績 */

  .induce-btn__topworks a {
    margin: 24px 1em 0 auto;
  }

  /* ブログ */
  .induce-btn__blog a {
    margin: 24px 1em 0 auto;
  }

  .top-blog__unit {
    flex-direction: column;
    align-items: center;
    position: static;
    transform: none;
  }

  .top-blog__unit .postlist-contents {
    width: 75%;
    min-width: 340px;
  }

  /* service
======================================== */
  .service01-wrap {
    gap: 20px;
  }

  .service02-box__wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .service02-box {
    width: 100%;
  }

  .s-op-03 {
    width: 40px;
  }

  .page-sec02 > .service02-box__wrap:first-of-type {
    margin-top: 0;
  }

  .s-af__wrap {
    padding: 2.5em 1em;
  }

  .s-af__ttl {
    font-size: 20px;
    line-height: 1.5;
  }

  .s-af__number {
    font-size: 64px;
  }

  .s-af__unit {
    margin-top: 1em;
    gap: 24px;
  }

  .induce-btn__kaiseki a {
    margin: 24px auto 0 auto;
  }

  .af-imgf {
    width: 230px;
  }

  .af-list {
    margin: 1em;
  }

  .af-list li {
    text-indent: -1em;
    padding-left: 1em;
  }

  /* price
======================================== */

  .price-case__wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .price-case__group01 {
    width: 100%;
  }

  .price-case__list {
    margin-top: 0;
    margin-bottom: 1em;
	  gap: 0.5em;
  }

  .price-case__list li {
    font-size: 12px;
  }

  .price-table__wrap {
    padding: 2em 1em;
  }

  .price-table td:first-child {
    padding-left: 0;
  }

  .price-table td:last-child {
    padding-right: 0;
  }

  .price-table__wrap {
    margin: 0;
  }

  .price-table td {
    font-size: 14px;
  }

  .price-notes {
    margin-left: 0;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
  }

  /* flow
======================================== */
  .step-k {
    left: 20px;
    opacity: 0.5;
    z-index: -1;
    font-size: 108px;
  }

  .step-k::before {
    font-size: 93px;
  }

  .flow-unit {
    flex-direction: column;
    align-items: center;
    margin-left: 5%;
  }

  .flow-img,
  .flow-text {
    width: 90%;
    height: auto;
  }

  .flow-text {
    padding-top: 0;
    font-size: 16px;
  }

  /* ABOUT
======================================== */
  .about-img__f {
    margin: 40px auto;
  }

  .about-text {
    padding: 1em 0;
  }

  .about-copy__wrap {
    width: 90%;
    padding: 10% 0;
  }

  .bg-window {
    bottom: 0;
    width: 350px;
  }

  .prof-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
  }

  .prof-wrap > .prof-box:first-of-type {
    margin-top: 0;
  }

  .prof-box,
  .prof-contents__wrap {
    width: 100%;
  }

  .prof-contents__unit dt {
    width: 45%;
  }

  .concept-wrap {
    flex-direction: column;
    align-items: center;
  }

  .concept-moji {
    font-size: 120px;
  }

  .concept-right h3 {
    font-size: 20px;
    text-align: center;
  }

  .concept-right p {
    margin-top: 0.5em;
  }

  .gaiyou__box,
  .gaiyou__box02 {
    flex-direction: column;
    padding: 0.5em;
  }

  .gaiyou dt,
  .gaiyou dd {
    width: 100%;
    margin: 0;
    margin-top: 1em;
  }

  /* Works
======================================== */
  .works-wrap {
    margin-bottom: 56px;
  }

  .works-img__f,
  .works-unit {
    width: 100%;
  }

  .works-ttl {
    font-size: 24px;
  }

  .works-label {
    font-size: 13px;
  }

  .works-name,
  .works-url a {
    font-size: 14px;
  }

  .works-group {
    gap: 0.5em;
  }

  /* FAQ
======================================== */
  .faq-list li {
    font-size: 14px;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-wrap {
    padding: 40px 1em;
  }

  .faq-ttl {
    font-size: 20px;
  }

  .faq-wrap dt {
    font-size: 18px;
    line-height: 1.5;
    text-indent: -2em;
    padding-left: 2em;
  }

  .faq-wrap dt::before {
    font-size: 20px;
    margin-right: 1em;
  }

  .faq-wrap dd::before {
    margin-right: 22px;
    margin-left: -7px;
  }

  .faq-wrap dd {
    text-indent: -1.5em;
    padding-left: 2em;
  }

  /* ブログ
======================================== */
  .single .page-sec {
    margin: 40px auto;
  }

  .page-sec__blog {
    margin: 40px auto;
  }

  .sidebar {
    flex-direction: column;
  }

  .sidebar-ttl__c::before,
  .sidebar-ttl__n::before {
    font-size: 24px;
  }

  .cat-wrap,
  .news-wrap {
    width: 100%;
  }

  article-wrap {
    padding: 2em 1em;
  }

  article p {
    font-size: 16px;
    line-height: 1.75;
  }

  .pagena {
    flex-direction: column;
    gap: 1em;
    margin-top: 48px;
  }

  .pagena-prew,
  .pagena-next {
    width: 100%;
  }

  .sns-share__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px auto;
  }

  .sns-share__wrap li {
    width: calc((100% - 10px) / 2);
  }
	
.postlist-contents__wrap {
grid-template-columns: 1fr;	
}
	
.sidebar-ttl__n {
  margin-top: 40px;
}	

  /* ブログカード（SP） */
  .blogcard-inner {
    display: block;
  }

  .blogcard-ttl {
    font-size: 18px;
  }

  .blogcard-img,
  .blogcard-unit {
    width: 100%;
  }

  .blogcard-lead {
    margin-top: 1em;
  }

  .blogcard-induce a {
    margin: 0 auto;
  }

  .page-sec__af {
    margin-top: 56px;
  }

  .page-heading01__af {
    font-size: 7.19vw;
  }

  .page-heading01__af02 {
    font-size: 6.65vw;
  }

  .minonaruki-unit {
    flex-direction: column;
  }

  .minonaruki-img__f {
    width: 180px;
  }

  .minonaruki-img__f02 {
    width: 160px;
  }

  .minonaruki-text {
    width: 90%;
    margin-top: 1em;
  }

  .page-ttl__en__af {
    font-size: 12.5vw;
  }

  .page-ttl__af::before {
    top: 19%;
  }

  .page-ana {
    padding: 3em 1.5em;
    margin-top: 56px;
  }

  .page-ttl__ana {
    font-size: 20px !important;
  }

  .page-ttl__ana::before {
    height: 20px;
  }

  /* 解決策
======================================== */
  .teian-unit {
    flex-direction: column-reverse;
  }

  .teian-wrap {
    padding: 2em 1em;
  }

  .teian-unit h2 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0.5em;
  }

  .teian-wrap h3 {
    font-size: 20px;
  }

  .teian-text {
    padding: 0;
  }

  .teian01-img {
    width: 175px;
  }

  /* お問い合わせ
======================================== */
  .form {
    margin: 56px auto;
  }

  .form-box {
    flex-direction: column;
    align-items: flex-start;
    margin: 2em 0;
  }

  .form-box dt {
    width: 80%;
  }
  /* end   */
}
