@charset "UTF-8";
html,
body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin: 0 auto;
  font-weight: 400;
  color: #4a4a4a;
  background: url(../../images/background.jpg) repeat-y;
  background-size: contain;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
  cursor: default;
}

button {
  cursor: default;
}

#js-mouse {
  pointer-events: none;
  position: fixed;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background-color: #c2bcb2;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.sidebar {
  background-color: #b2bfc1;
  width: 3vw;
  height: auto;
  position: relative;
}
.sidebar P {
  position: relative;
  writing-mode: vertical-rl;
  margin: 5vh auto 0 auto;
  font-size: clamp(13px, 20px, 1.2vw);
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  background-color: #b2bfc1;
  z-index: 20;
  padding: 12% 0;
}
.sidebar P::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin-top: 5px;
}
.sidebar-welcome {
  margin-top: 55vh !important;
}

.header {
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
}
.header__inner {
  display: flex;
  font-size: clamp(16px, 18px, 1.1vw);
  justify-content: space-between;
}
.header__inner-right {
  font-weight: bolder;
  display: flex;
  justify-content: end;
  flex-direction: row;
  align-items: center;
  gap: 3vw;
  padding-top: 3%;
  padding-bottom: 1%;
  border-bottom: 2px solid #b2bfc1;
  width: 66.5vw;
}
.header__inner-right-contact {
  margin-left: 14vw;
  margin-right: 4vw;
  border: 1px solid #b2bfc1;
  padding: 3% 4%;
  border-radius: 2px;
  font-size: 1.1em;
  transition: all 0.5s;
}
.header__inner-right-contact:hover {
  background-color: #b2bfc1;
}

.rotate {
  perspective: 300px;
  text-decoration: none;
  display: inline-block;
}
.rotate > span {
  backface-visibility: hidden;
  transition: transform 0.5s;
  display: block;
  height: 20px;
  text-align: center;
}
.rotate > span:first-child {
  transform: translateY(10px) rotateX(0deg);
}
.rotate > span:last-child {
  transform: rotateX(-90deg);
}

.rotate:hover > span:first-child {
  transform: rotateX(90deg);
}

.rotate:hover > span:last-child {
  transform: translateY(-10px) rotateX(0deg);
}

.jp-nav {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.fv {
  margin-right: 0;
  display: grid;
  grid-template-columns: 3vw auto;
}
.fv__inner {
  position: relative;
  margin-left: auto;
  width: 100%;
}
.fv__inner-img {
  position: relative;
  width: 66.5vw;
  margin-top: 4%;
  margin-left: auto;
}
.fv__inner-txt {
  position: absolute;
  top: 10%;
  display: block;
  margin-left: 0.4vw;
}
.fv__inner-txt h1 {
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  font-size: clamp(36px, 122px, 6.3vw);
  color: #000;
  text-align: right;
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  margin-left: 12%;
}
.fv__inner-txt h1 span {
  display: block;
  font-size: 1rem;
}
.fv__inner-txt h2,
.fv__inner-txt h3 {
  white-space: nowrap;
  line-height: 2.2;
  font-size: clamp(14px, 20px, 1.1vw);
  margin-left: 12%;
}
.fv__inner-txt h2 {
  margin-top: 8%;
  font-weight: 600;
}
.fv__inner-txt h3 {
  margin-top: 6%;
}

.fv-author {
  margin-top: 3.5%;
  font-size: 0.8rem;
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
}
.fv-author::before {
  content: "";
  background: #b2bfc1;
  width: 66.5vw;
  height: 2px;
  display: inline-block;
  margin-right: 8%;
}

.work {
  width: 100%;
  display: grid;
  grid-template-columns: 3vw auto;
  position: relative;
}
.work__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 5.5%;
  margin: 8% 0;
}
.work__inner-left {
  position: relative;
}
.work__inner-right {
  width: auto;
}
.work__inner-right p {
  font-size: clamp(14px, 20px, 1.1vw);
  margin-bottom: 5%;
  line-height: 1.7;
}
.work__inner-right p:first-child {
  font-size: clamp(35px, 100px, 4.9vw);
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
}
.work__inner-right a {
  border: 1px solid #b2bfc1;
  padding: 3% 0;
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  color: #4a4a4a;
  border-radius: 2px;
  font-size: clamp(14px, 18px, 1.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  margin-top: 12%;
  transition: all 0.5s;
}
.work__inner-right a:hover {
  background-color: #b2bfc1;
}
.work__inner-right a::after {
  content: url(../../images/arrow.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 3%;
  margin-top: -2%;
}

.swiper {
  width: 425px;
  height: 385px;
  position: relative;
}
.swiper-bg {
  position: relative;
  width: 425px;
  height: 370px;
}
.swiper-wrapper {
  position: absolute;
  margin-top: -81%;
  left: 5%;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  width: 384px;
  height: 241px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1800px) {
  .swiper {
    width: 600px;
    height: 540px;
  }
  .swiper-bg {
    width: 600px;
    height: 520px;
  }
  .swiper-wrapper {
    margin-top: -81%;
    left: 5%;
  }
  .swiper-slide img {
    width: 540px;
    height: 338px;
  }
}
.swiper-scrollbar-drag {
  background-color: #c2bcb2 !important;
}

.separator-right {
  border-top: 2px solid #b2bfc1;
  width: 66.5vw;
  margin-left: auto;
}

.service-grid {
  display: grid;
  grid-template-columns: 3vw auto;
}
.service-ttl {
  font-size: clamp(40px, 100px, 4.9vw);
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
  margin-top: 8%;
}
.service-ttl span {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  display: block;
}
.service__inner {
  display: flex;
  width: 80%;
  margin: 0 auto;
  gap: 1.5%;
  margin-top: 4.5%;
}
.service__inner-box {
  width: 100%;
}
.service__inner-top {
  position: relative;
}
.service__inner-top img {
  height: 18vh;
  display: block;
}
.service__inner-top p {
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 35px, 2.3vw);
  white-space: nowrap;
}
.service__inner-top p span {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.1rem;
}
.service__inner-top p span::before {
  content: "";
  display: block;
  width: 3vw;
  height: 1px;
  background: #fff;
  margin: 4% auto 7% auto;
}
.service__inner-bottom {
  padding: 13% 3%;
  line-height: 1.5;
  background-color: rgba(194, 188, 178, 0.8);
  font-size: clamp(14px, 18px, 1.1vw);
}
.service__inner-bottom h5 {
  margin-top: 5%;
}
.service__inner-bottom.s-lp {
  background-color: rgba(237, 235, 231, 0.8);
}

.accordion {
  position: relative;
}

.accordion-btn {
  bottom: 0;
  color: #8e8672;
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.accordion-btn::after {
  content: "Read More ⇂";
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block;
}

.accordion-text {
  overflow: hidden;
  position: relative;
}

/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 15vh;
}

.accordion-btn.is-show::after {
  content: "Close ↾";
}

.flow {
  display: grid;
  grid-template-columns: 3vw auto;
}
.flow-ttl {
  text-align: center;
  font-size: clamp(16px, 20px, 1.25vw);
  margin: 8% 0 3% 0;
}
.flow-list {
  text-align: center;
  width: 36%;
  margin: 0 auto;
}
.flow-list li {
  margin-bottom: 40px;
  text-align: left;
  position: relative;
  white-space: nowrap;
}
.flow-list span {
  font-size: clamp(18px, 20px, 1.3vw);
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1%;
}
.flow-list p {
  font-size: clamp(14px, 18px, 1.1vw);
}
.flow-list-01::before {
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  color: #b2bfc1;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  content: "01";
  left: -60px;
  top: -16%;
}
.flow-list-01::after {
  content: url(../../images/contact.png);
  position: absolute;
  display: inline-block;
  left: -140px;
  top: -11%;
  transform: scale(0.7);
}
.flow-list-02::before {
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  color: #b2bfc1;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  content: "02";
  left: -60px;
  top: -16%;
}
.flow-list-02::after {
  content: url(../../images/hearing.png);
  position: absolute;
  display: inline-block;
  left: -140px;
  top: -40%;
  transform: scale(0.7);
}
.flow-list-03::before {
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  color: #b2bfc1;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  content: "03";
  left: -60px;
  top: -15%;
}
.flow-list-03::after {
  content: url(../../images/contract.png);
  position: absolute;
  display: inline-block;
  left: -153px;
  top: -22%;
  transform: scale(0.6);
}
.flow-list-04::before {
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  color: #b2bfc1;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  content: "04";
  left: -60px;
  top: -8%;
}
.flow-list-04::after {
  content: url(../../images/design.png);
  position: absolute;
  display: inline-block;
  left: -140px;
  top: -20%;
  transform: scale(0.7);
}
.flow-list-05::before {
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  color: #b2bfc1;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  content: "05";
  left: -60px;
  top: -15%;
}
.flow-list-05::after {
  content: url(../../images/coding.png);
  position: absolute;
  display: inline-block;
  left: -140px;
  top: -40%;
  transform: scale(0.7);
}
.flow-list-06::before {
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  color: #b2bfc1;
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  content: "06";
  left: -60px;
  top: -15%;
}
.flow-list-06::after {
  content: url(../../images/complete.png);
  position: absolute;
  display: inline-block;
  left: -140px;
  top: -40%;
  transform: scale(0.7);
}
.flow-border::after {
  content: "";
  background: #b2bfc1;
  position: absolute;
  width: 48vw;
  height: 1px;
  display: block;
  left: -62px;
  top: 50px;
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .flow-border::after {
    width: 55vw !important;
  }
}
@media (min-width: 1800px) and (max-width: 1920px) {
  .flow-border::after {
    width: 42vw !important;
    top: 60px;
  }
}
.flow a {
  border: 1px solid #b2bfc1;
  margin: 0 auto;
  padding: 1% 0;
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  color: #4a4a4a;
  border-radius: 2px;
  font-size: clamp(14px, 18px, 1.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  margin-top: 5%;
  transition: all 0.5s;
}
.flow a:hover {
  background-color: #b2bfc1;
}
.flow a::after {
  content: url(../../images/arrow.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 3%;
  margin-top: -2%;
}

.separator-left {
  border-top: 2px solid #b2bfc1;
  width: 66.5vw;
  margin-right: auto;
  margin-top: 8%;
}

.about {
  display: grid;
  grid-template-columns: 3vw auto;
}
.about-ttl {
  font-size: clamp(40px, 100px, 4.9vw);
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
  margin-bottom: 4%;
  padding-top: 8%;
}
.about__top {
  width: 60%;
  margin: 0 auto;
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: center;
}
.about__top p {
  margin-bottom: 2%;
  line-height: 1.5;
  font-size: clamp(14px, 20px, 1.1vw);
}
.about__top p:first-child {
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  font-size: clamp(16px, 22px, 1.3vw);
  font-weight: bold;
}
.about__top-left {
  width: 22%;
}
.about__top-right {
  width: 78%;
}
.about__bottom {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 5%;
  font-size: clamp(14px, 18px, 1.1vw);
  margin-top: 3%;
  padding-bottom: 8%;
}
.about__bottom-time::before {
  content: url(../../images/time.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.6);
}
.about__bottom-schedule {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.about__bottom-schedule::before {
  content: url(../../images/schedule.png);
  display: inline-block;
  transform: scale(0.6);
  margin-top: 1%;
}
.about__bottom-schedule span {
  display: block;
  font-size: 0.8rem;
}
.about__bottom-skill {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.about__bottom-skill::before {
  content: url(../../images/skill.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.6);
}
.about__bottom-skill span {
  margin-left: 4rem;
  display: block;
}

/* フッター */
.footer {
  background-color: #c2bcb2;
  color: #fff;
  font-size: clamp(12px, 1vw, 18px);
  text-align: center;
  padding-top: 4%;
  padding-bottom: 2%;
  position: relative;
  z-index: 30;
}
.footer small {
  display: inline-block;
  margin-top: 4%;
}
.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
}
.footer__inner-left {
  text-align: left;
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
  color: #fff;
  font-size: clamp(30px, 40px, 3vw);
  border-right: 1px solid #fff;
  padding-right: 3%;
}
.footer__inner-left a {
  margin-bottom: 3%;
}
.footer__inner-right {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 15%;
}
.footer__inner-right a {
  padding-bottom: 10%;
}
.footer a {
  transition: all 0.3s;
}
.footer a:hover {
  color: #edebe7;
}

/* レスポンシブfor SP */
@media screen and (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
  .sidebar {
    width: 4vw;
  }
  .sidebar-welcome {
    margin-top: 39vh !important;
  }
  /* スマホ用メニュー */
  .logo-hidden {
    opacity: 0;
  }
  .transparent-bg {
    background-color: rgba(194, 188, 178, 0.5);
    border-radius: 3px;
  }
  .sp-header {
    background-color: transparent;
    position: fixed;
    width: 100%;
    height: 16vh;
    z-index: 9999;
    transition: all 0.3s;
    display: grid;
    grid-template-columns: 4vw auto;
  }
  /* Nav items */
  .sp-menu {
    list-style: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: 0;
    padding: 25px 0 10px 0;
    clear: both;
    background-color: #b2bfc1;
    transition: transform 0.5s ease-in-out;
    transform: translateX(100%); /* 元の位置を画面外に設定 */
    text-align: center;
  }
  /* Hamburger menu button */
  .sp-menu-btn:checked ~ .sp-menu {
    transform: translateX(0);
  }
  /* Hamburger menbu text */
  .sp-menu a {
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 15px;
    text-transform: capitalize;
    color: rgb(114, 114, 114);
    opacity: 0;
    transition: opacity 0.3s 0.3s;
  }
  .sp-menu li {
    border-top: 1px solid rgb(157, 158, 160);
    padding: 25px 0;
    margin: 0 54px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0.5s;
  }
  .sp-menu li:last-child {
    border-bottom: 1px solid rgb(157, 158, 160);
  }
  .sp-menu-btn {
    display: none;
  }
  .sp-menu-btn:checked ~ .sp-menu a,
  .sp-menu-btn:checked ~ .sp-menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  .sp-menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-left: 82%;
    transition: all 0.3s;
    margin-top: 20px;
  }
  .navicon {
    background: transparent;
    display: block;
    height: 2px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navicon:before, .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(145, 145, 145);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navicon:before {
    top: 5px;
  }
  .navicon:after {
    bottom: 5px;
  }
  /* Hamburger Menu Animation Start */
  .sp-menu-btn:checked ~ .sp-menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  .sp-menu-btn:checked ~ .sp-menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  .sp-menu-btn:checked ~ .sp-menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .sp-menu-btn:checked ~ .sp-menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  /* Hamburger Menu Animation End */
  .navtext {
    position: absolute;
    text-align: center;
  }
  .navtext-container {
    width: 100%;
    height: 55px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    transition: all 0.3s;
    padding-top: 20px;
  }
  .navtext a {
    font-family: "Times New Roman", sans-serif;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: bold;
    font-size: 36px;
    text-align: left;
  }
  .navtext span {
    display: block;
    font-size: 14px;
    margin-top: -5px;
    margin-left: 10px;
  }
  .sp-menu li:first-child {
    margin-top: 18px;
  }
  /* スマホメニュー完 */
  .fv {
    width: 100%;
    margin-top: 24%;
  }
  .fv__inner {
    width: 96vw;
  }
  .fv__inner-img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .fv__inner-txt h2 {
    margin-left: 2%;
    margin-top: 20%;
  }
  .fv__inner-txt h3 {
    position: inherit;
    background-color: rgba(194, 188, 178, 0.2);
    padding: 13% 10% 13% 20%;
    line-height: 1.7;
    display: block;
    margin-left: 31%;
    margin-top: 46%;
    border-radius: 2px;
    width: 90vw;
  }
  .separator-fv {
    border-top: 1px solid #b2bfc1;
    width: 90vw;
    margin: 0 3vw;
    margin-top: 20vh;
  }
  .work {
    width: 100%;
    margin: 0 auto;
  }
  .work__inner {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 14%;
  }
  .work__inner-left p {
    font-size: clamp(40px, 100px, 4.9vw);
    font-family: "Times New Roman", sans-serif;
    letter-spacing: 0.5px;
    color: #000;
    text-align: center;
    padding-top: 12%;
  }
  .work__inner-right {
    width: 90%;
    margin: 0 auto;
    margin-top: 8%;
  }
  .work__inner-right a {
    margin: 0 auto;
    padding: 3% 0;
    color: #4a4a4a;
    width: 40vw;
    margin-top: 10%;
    background-color: #b2bfc1;
  }
  .work__inner-right br {
    display: none;
  }
  .swiper {
    width: 350px;
    height: 320px;
    margin: 0 auto;
  }
  .swiper-bg {
    width: 350px;
    height: 305px;
    margin: 0 auto;
  }
  .swiper-slide img {
    width: 315px;
    height: 197px;
  }
  .separator-right,
  .separator-left {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #b2bfc1;
  }
  .service-ttl {
    margin-top: 14%;
  }
  .service__inner {
    display: block;
    width: 90%;
  }
  .service__inner-box {
    margin-bottom: 6%;
  }
  .flow-ttl {
    margin-top: 12%;
  }
  .flow-list {
    width: 90%;
    margin-top: 25%;
    text-align: center;
    display: block;
  }
  .flow-list span {
    display: block;
    text-align: center;
  }
  .flow-list p {
    width: 100%;
    white-space: normal;
    line-height: 1.3;
    margin-top: 4%;
  }
  .flow-list li {
    margin-bottom: 0;
  }
  .flow-list-01::after {
    position: inherit;
    display: flex;
    left: 0;
    top: -120px;
    justify-content: center;
    transform: scale(0.7);
  }
  .flow-list-01::before {
    font-size: 2.5rem;
    left: 60px;
    top: -12%;
    justify-content: flex-start;
  }
  .flow-list-02::after, .flow-list-03::after, .flow-list-04::after, .flow-list-05::after, .flow-list-06::after {
    position: inherit;
    display: flex;
    left: 0;
    top: -145px;
    justify-content: center;
    transform: scale(0.7);
  }
  .flow-list-02::before, .flow-list-03::before, .flow-list-04::before, .flow-list-05::before, .flow-list-06::before {
    font-size: 2.5rem;
    left: 60px;
    top: -12%;
    justify-content: flex-start;
  }
  .flow-list-02 {
    margin-top: 30px;
  }
  .flow-list-02::after {
    top: -150px;
  }
  .flow-border {
    display: none;
  }
  .flow a {
    margin: 0 auto;
    padding: 3% 0;
    color: #4a4a4a;
    width: 40vw;
    margin-top: -5%;
    background-color: #b2bfc1;
    margin-bottom: 12%;
  }
  .about-ttl {
    padding-top: 12%;
  }
  .about__top {
    display: block;
    width: 90%;
  }
  .about__top-left {
    width: 60%;
    margin: 0 auto;
  }
  .about__top-right {
    width: 100%;
    margin-top: 3%;
  }
  .about__top-right br {
    display: none;
  }
  .about__top-right p:first-child {
    margin-bottom: 2%;
  }
  .about__bottom {
    width: 98%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .about__bottom-skill {
    margin-top: 10%;
    margin-bottom: 8%;
  }
  .about__bottom span {
    margin-left: 0;
    display: inline-block;
  }
  .footer__inner {
    gap: 5%;
  }
  .footer__inner-left {
    padding-right: 5%;
  }
  .footer__inner-right {
    width: 40%;
  }
}
/* レスポンシブPCのみの設定 */
@media screen and (min-width: 769px) {
  .for-sp {
    display: none !important;
  }
  /* ワードプレス投稿画面で文字や画像などの配置をしたときにページに効かせるために入れておくCSS */
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignright {
    float: right;
    margin-left: 1.5em;
  }
  .alignleft {
    float: left;
    margin-right: 1.5em;
  }
  /*  */
}
@media (min-width: 768px) and (max-width: 1190px) {
  .flow-list {
    margin-top: 15%;
  }
  .flow-list li {
    margin-bottom: 10%;
  }
  .fv {
    width: 100%;
    margin-top: 12%;
  }
  .fv__inner-txt h2 {
    margin-left: 32%;
    margin-top: 20%;
  }
  .fv__inner-txt h3 {
    background-color: transparent;
    margin-left: 17%;
    margin-top: 5%;
  }
  .service__inner-bottom {
    padding: 5% 3%;
    line-height: 1.5;
    background-color: rgba(194, 188, 178, 0.8);
    font-size: clamp(14px, 18px, 1.1vw);
  }
  .flow-list p {
    text-align: center;
    margin-top: 2%;
  }
  .flow-list-01::before {
    font-size: 2.5rem;
    left: 235px;
    top: -12%;
    justify-content: flex-start;
  }
  .flow-list-02::before, .flow-list-03::before, .flow-list-04::before, .flow-list-05::before, .flow-list-06::before {
    font-size: 2.5rem;
    left: 236px;
    top: -12%;
    justify-content: flex-start;
  }
  .flow-list-02::after {
    top: -140px;
  }
  .flow-list-02::after, .flow-list-03::after, .flow-list-04::after, .flow-list-05::after, .flow-list-06::after {
    top: -125px;
  }
  .about__bottom {
    width: 90%;
  }
  .about__bottom-skill {
    margin-top: 0;
  }
  .about__top-left {
    width: 45%;
    margin-bottom: 5%;
  }
  .about__top-right {
    width: 95%;
    margin: 0 auto;
  }
  .footer__inner-right {
    width: 20%;
  }
}/*# sourceMappingURL=main.css.map */