@charset "UTF-8";

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

main {
  overflow: hidden;
  overflow: clip;
}

/*---------------------------------------
	TOP専用 header
----------------------------------------*/
.c-logo__img-scroll {
  display: none;
}

.scroll .c-logo__img-default {
  display: none;
}

.scroll .c-logo__img-scroll {
  display: block;
}

.c-gnav__link {
  color: #fff;
}

.scroll .c-gnav__link {
  color: inherit;
}

.u-pc-only.c-nav__cta-link {
  background: #fff;
  color: var(--color-orange);
}

.scroll .u-pc-only.c-nav__cta-link {
  background: var(--color-gradi-orange);
  color: #fff;
}

.c-nav__cta-icon {
  fill: var(--color-orange);
}

.scroll .c-nav__cta-icon {
  fill: #fff;
}

/*---------------------------------------
	p-fv
----------------------------------------*/
.p-top-fv {
  width: 100%;
  height: calc(var(--vh, 1vh) * 110);
  margin: 0 auto;
  position: relative;
  background: #fabe00;
  color: #423B24;
}

.iPad .p-top-fv {
  height: 60vh;
}

@media (orientation:landscape) {
  .p-top-fv {
    width: 100%;
    height: calc(var(--vh, 1vh) * 110);
  }
}

.p-top-fv__inner {
  width: 85%;
  max-width: 1920px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 5%;
}

.p-top-fv__content {
  width: 39.5%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.p-top-fv__title {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 14px;
  box-sizing: border-box;
  order: 1;
}

.p-top-fv__logo {
  width: 97.5%;
  height: auto;
  margin: 0 auto;
  order: 2;
}

.p-top-fv__catch {
  width: 100%;
  height: auto;
  padding: 30px 0;
  position: relative;
  order: 3;
}

.c-lead--fv {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 1.2rem;
  padding: 20px;
  line-height: 1.8;
  box-sizing: border-box;
  margin: 0 auto;
  border: 4px solid #fff;
  background: rgba(0, 0, 0, .1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  order: 4;
}

.c-lead--strong {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2.5px;
}

.c-lead--strong .ui--sp {
  display: none;
}

.main-img-webdesign {
  width: 55%;
  height: auto;
  position: relative;
}

.p-top-fv__lead {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.6rem;
}

.p-top-fv__lead br {
  display: none;
}

.nyancos-robo {
  width: 15%;
  position: absolute;
  top: -10%;
  left: 35%;
  transform: translate(-50%, 0);
  z-index: 2;
}

.nyancos-robo-close {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: eyes_blink_anime 2s infinite;
  animation: eyes_blink_anime 2s infinite;
  opacity: 0;
}

.nyancos-robo__bubble {
  width: 50%;
  height: auto;
  position: absolute;
  top: 15%;
  right: -52.5%;
  -webkit-animation: fuwafuwa2 3s infinite 1s linear alternate;
  animation: fuwafuwa2 3s infinite 1s ease-in-out alternate;
}

@keyframes eyes_blink_anime {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  11% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  21% {
    opacity: 0;
  }

  79% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  91% {
    opacity: 0;
  }
}

@-webkit-keyframes eyes_blink_anime {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  11% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  21% {
    opacity: 0;
  }

  79% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  91% {
    opacity: 0;
  }
}

.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite ease-in-out alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -7.5px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -7.5px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -7.5px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -7.5px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/*--------------------------------------------------------------------------
	about
--------------------------------------------------------------------------*/
#about {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.about {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-img {
  width: 50%;
  height: auto;
  position: relative;
}

.about-img-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.about-img::after,
.about-img-bg::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 81.5%;
}

.about-img>img,
.about-img-bg>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.about-sp {
  display: none;
}

.about-inner {
  width: 46%;
  height: auto;
}

.about-title {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}

.about-title h2 {
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 5px;
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.about-title h2::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 4px solid #ffd700;
  margin-right: 8px;
  flex-shrink: 0;
}

.about-title>img {
  display: block;
  width: 80%;
  height: auto;
}

.about-lead {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}

.about-text {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.about-text>p {
  margin-bottom: 10px;
}

.about-link {
  width: 100%;
  max-width: 240px;
  height: 48px;
  border-bottom: 3px solid #1a1a1a;
}

.about-link>a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.about-link>a>img {
  display: block;
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.under {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}

/*--------------------------------------------------------------------------
	works
--------------------------------------------------------------------------*/
.p-works {
  position: relative;
  z-index: 1;
  background: rgba(236, 239, 243, .4);
}

.p-works .l-inner {
  width: 95%;
  max-width: 1440px;
}

.p-works__lead {
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--space-l);
}

.p-works__list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.p-works__item {
  width: calc(100%/3);
  height: auto;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, .4);
  box-sizing: border-box;
  transition: 1s cubic-bezier(0.23, 1, 0.320, 1);
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

.p-work-card__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.p-works__item:nth-of-type(3n) {
  border-right: 1px solid #eee;
}

.p-works__item:nth-of-type(n+4) {
  border-bottom: 1px solid #eee;
}

.p-works__item:hover {
  background: #fafafa;
}

.p-work-card__figure {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.p-work-card__body {
  width: 100%;
  height: auto;
  padding: 30px 30px 50px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.p-work-card__head {
  width: 100%;
  height: auto;
  margin-bottom: var(--space-xs);
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-work-card__title {
  font-size: 1.6rem;
  margin-bottom: 5px;
  position: relative;
}

.p-work-card__title::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 4px solid #A8D7ED;
  margin-right: 8px;
  flex-shrink: 0;
  position: absolute;
  top: -4px;
  left: -15px;
}

.p-work-card__category {
  font-size: 1rem;
  background: #b7a35c;
  color: #fff;
  padding: 0 10px;
}

.p-work-card__meta {
  display: flex;
  font-weight: 700;
  margin-bottom: var(--space-xs);
}

.p-work-card__meta-item {
  font-size: 1.5rem;
  line-height: 1.2;
}

.p-work-card__meta-item:not(:last-of-type) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.p-work-card__text {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
  font-size: 1.2rem;
  color: #666;
  text-align: justify;
}

.p-works__more {
  width: 100%;
  margin: 0 auto;
}

.p-works__more-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  max-width: 300px;
  line-height: 1.6;
  padding: 0 20px;
  border-bottom: 2px solid #1a1a1a;
  box-sizing: border-box;
  margin-left: auto;
}

.p-works__more-icon {
  display: block;
  width: 20px;
  margin-right: 14px;
}

.p-works__more-body {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-works__more-sub {
  font-size: 1rem;
}

/*---ループ画像---*/
.works-cols {
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
  display: flex;
  justify-content: space-between;
}

.works-cols-wrap {
  display: flex;
  overflow: hidden;
}

.works-cols-list {
  display: flex;
  list-style: none;
}

.works-list-left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.works-list-right {
  animation: infinity-scroll-right 60s infinite linear 0.5s both;
  margin-top: 30px;
}

.works-cols-item {
  width: calc(100vw/4);
  margin-right: 20px;
}

.works-cols-item>img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

/*--------------------------------------------------------
 service
--------------------------------------------------------*/
.service {
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.service__body {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
}

.service .project-title {
  justify-content: center;
  align-items: center;
}

.service-lead {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 60px;
}

.service-lead>p {
  text-align: center;
  font-weight: bold;
}

.service-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.service-item {
  width: 48%;
  display: flex;
  flex-direction: column;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.service-item:nth-of-type(n+3) {
  margin-top: 60px;
}

.service-item__img {
  width: 100%;
  margin-bottom: 20px;
}

.service-item__img>img {
  width: 80px;
  margin: 0 auto;
}

.servie-item__inner {
  width: 100%;
  flex: 1;
}

.service-item__ttl {
  width: 100%;
  line-height: 1.6;
  margin-bottom: 10px;
}

.service-item__ttl>h3 {
  font-size: 2.4rem;
  text-align: center;
}

.service-item__ttl>p {
  color: #ffd700;
  text-align: center;
}

.service-item__txt {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.service-lead__sub {
  width: 85%;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: space-between;
}

.service-lead__sub>img {
  width: 140px;
  height: 140px;
  border-radius: 50vh;
}

.service-lead__sub>p {
  display: block;
  width: calc(100% - 170px);
  padding: 20px 30px;
  box-sizing: border-box;
  background: #f7f7f7;
  position: relative;
}

.service-lead__sub>p::before {
  display: block;
  content: "";
  position: absolute;
  top: 20%;
  left: -24px;
  border: 12px solid transparent;
  border-right: 24px solid #f7f7f7;
}

.service-lead__sub a {
  text-decoration: underline;
}

.service-item__link {
  width: 80%;
  height: auto;
  margin: auto auto 0 auto;
}

.service-item__link>a {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #1a1a1a;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.service-item__link>a::after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url('../../icon/arrow-right.svg');
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.service-link {
  text-align: right;
}

.service-link>a {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------
	plan
--------------------------------------------------------------------------*/
#plan {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.plan {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

.plan-title {
  width: 80%;
  height: auto;
  margin: 0 auto 50px auto;
}

.plan-title-headline {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 10px;
}

.plan-title-headline h2 {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}

.plan-title-headline span {
  font-size: 7rem;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  font-weight: bold;
}

.plan-title-text {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

.plan-cols {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.plan-category {
  width: 49%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.plan-category:nth-child(n+3) {
  margin-top: 80px;
}

.plan-category-title {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  background: #eee;
  line-height: 1.2;
  border-radius: 6px;
}

.plan-category-title h3 {
  font-size: 2rem;
}

.plan-inner-sub {
  font-size: 1.2rem;
}

.plan-category-in {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 20px;
}

.plan-img {
  width: 40%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}

.plan-img img {
  width: 100%;
  height: auto;
}

.plan-inner {
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.plan-inner-lead {
  font-size: 2rem;
  font-weight: bold;
  color: #1ABD98;
}

.plan-inner-link {
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-top: auto;
}

.plan-inner-link a {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #1ABD98;
  font-weight: bold;
  border: 2px solid #1ABD98;
  border-radius: 4px;
}

.plan-inner-link a i {
  margin-left: 5px;
}

/*--------------------------------------------------------------------------
	#skill
--------------------------------------------------------------------------*/
#skill {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: rgba(236, 239, 243, .2);
  position: relative;
  z-index: 1;
}

.skill {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.skill-cols {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.skill-img {
  width: 47.5%;
  height: auto;
}

.skill-img-inner {
  width: 100%;
  height: auto;
  position: relative;
}

.skill-img-inner>img {
  position: relative;
  z-index: 1;
}

.skill-img-inner-bg {
  width: 80%;
  height: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: 8s anim_s infinite;
}

@keyframes anim_s {

  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-15deg);
  }

  50% {
    transform: translate(-50%, -50%) rotate(15deg);
  }
}

.skill-txt {
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 30px;
  box-sizing: border-box;
  text-align: justify;
  font-size: 1.5rem;
  position: relative;
  background: rgba(255, 255, 255, .6);
  border-radius: 20px;
  z-index: 1;
}

.skill-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 5px solid transparent;
  background: linear-gradient(135deg, rgba(151, 207, 223, .6), rgba(186, 188, 215, .6), rgba(200, 156, 192, .6), rgba(243, 204, 136, .6)) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}

.skill-inner {
  width: 50%;
  height: auto;
}

.skill-inner>ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.skill-inner>ul>li {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  background: #fff;
  padding: 30px 10px;
  box-sizing: border-box;
  box-shadow: rgba(228, 233, 235, 0.8) 0px 5px 15px 0px;
  position: relative;
}

.skill-inner>ul>li:nth-of-type(n+4) {
  margin-top: 5px;
}

.skill-ribbon {
  width: 22.5%;
  height: auto;
  position: absolute;
  top: -2.5%;
  left: 5%;
}

.skill-inner>ul>li>img {
  display: block;
  width: 40%;
  height: auto;
  margin: 0 auto 14px auto;
}

.skill-inner>ul>li>p {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------------------
	#point
--------------------------------------------------------------------------*/
#point {
  width: 100%;
  height: auto;
  padding: 100px 0;
  color: #fff;
  position: relative;
}

#point::before {
  display: block;
  content: '';
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(59, 67, 82, 1);
}

#point::after {
  display: block;
  content: '';
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(59, 67, 82, .9);
  z-index: 1;
}

.point__body {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.point__ttl>h2 {
  font-size: 2.4rem;
}

.point__col {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.point__img {
  width: 35%;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

.point__ttl {
  text-align: center;
  line-height: 1.8;
}

.point-col-img {
  width: 100%;
  height: auto;
  position: relative;
}

.point-col-img::after {
  display: block;
  content: '';
  width: 100%;
  height: auto;
  padding-top: 75%;
}

.point-col-img1 {
  width: 45%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 5%;
  animation: point-anima 2s cubic-bezier(.4, 0, .2, 1) infinite alternate;
}

@keyframes point-anima {
  0% {
    transform: scale(1) rotate(7deg);
  }

  100% {
    transform: scale(.975) rotate(-7deg);
  }
}

.point-col-img2 {
  width: 25%;
  height: auto;
  position: absolute;
  top: 55%;
  right: 10%;
  transform: rotate(7deg);
  animation: point-anima2 2s linear 1s infinite alternate;
}

@keyframes point-anima2 {
  0% {
    transform: rotate(7deg);
  }

  100% {
    transform: rotate(-7deg);
  }
}

.point-col-img4 {
  width: 20%;
  height: auto;
  position: absolute;
  top: 60%;
  left: 25%;
  filter: blur(3px);
  opacity: .15;
}

.point-col-img5 {
  width: 15%;
  height: auto;
  position: absolute;
  top: 25%;
  right: 20%;
  filter: blur(3px);
  opacity: .2;
}

.point__inner {
  width: 60%;
}

.point__lead {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.point__txt {
  font-size: 1.6rem;
}

.osaka-web__link {
  margin-top: 24px;
}

.osaka-web__link a {
  color: #fff;
  text-decoration: underline;
  padding: 0 3px;
}

/*--------------------------------------------------------------------------
	#blog
--------------------------------------------------------------------------*/
#blog {
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background: rgba(236, 239, 243, .4);
}

.blog {
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin: 0 auto;
}

.blog-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 50px;
}

.blog-title h2 {
  font-size: 1.2rem;
}

.blog-title>span {
  font-size: 7rem;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  font-weight: bold;
}

#blog-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-article {
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}

.blog-article:nth-child(n+2) {
  border-left: 1px solid #ccc;
}

.blog-article-link {
  width: 100%;
}

.blog-article-link>a {
  display: block;
  width: 100%;
  height: auto;
}

.blog-article-eyecatch {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 10px;
}

.blog-article-eyecatch::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 62.5%;
}

.blog-article-eyecatch>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-article h3 {
  font-size: 1.4rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 10px;
}

.blog-article-text {
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 10px;
}

.blog-taxonomy {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  margin-top: auto;
}

.blog-category {
  background: #fabe00;
  padding: 0 8px;
  color: #fff;
}

/*--------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------*/

.footer-address {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 50px 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCD0D0;
}

.footer-map {
  width: 45%;
  height: auto;
  position: relative;
}

.footer-map::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.footer-map>iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(100%);
}

.footer-address-inner {
  width: 50%;
  height: auto;
}

.footer-address-inner>ul {
  width: 100%;
  height: auto;
  list-style: none;
}

.footer-address-inner>ul>li i {
  opacity: .7;
  margin-right: 5px;
}

.footer-address-inner>p {
  margin-top: 10px;
}

@media screen and (max-width:1360px) {

  .about,
  .plan {
    width: 90%;
    max-width: initial;
  }

  .about-text h3 br {
    display: none;
  }
}

@media screen and (max-width:1280px) {

  /*---p-top-fv---*/
  .p-top-fv__inner {
    width: 90%;
  }

  .p-top-fv__content {
    width: 40%;
    height: auto;
  }

  .c-lead--fv {
    width: 100%;
    padding: 20px;
  }

  /*---works---*/
  .works-cols-item {
    width: calc(100vw/3);
    margin-right: 20px;
  }

  .skill {
    width: 90%;
  }
}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {

  /*---top専用header---*/
  .c-nav-toggle>span {
    background: #fff;
  }

  .c-toggle-text::after {
    color: #fff;
  }

  .scroll .c-nav-toggle>span {
    background: var(--color-yellow-deep);
  }

  .scroll .c-toggle-text::after {
    color: var(--color-yellow-deep);
  }

  .c-gnav__link,
  .scroll .c-gnav__link {
    color: #fff;
  }

  /*---about---*/
  .about {
    width: 70%;
    max-width: initial;
    flex-direction: column;
  }

  .about-pc {
    display: none;
  }

  .about-sp {
    display: block;
  }

  .about-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-inner {
    width: 100%;
  }

  /*---work---*/
  .p-works__lead {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
  }

  .p-works__list {
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }

  .p-works__item {
    width: 50%;
    display: block;
  }

  .p-works__more-link {
    margin: 0 auto;
  }

  /*---plan---*/
  .plan-category-in {
    flex-direction: column;
  }

  .plan-img {
    width: 60%;
    margin: 0 auto;
  }

  .plan-inner {
    width: 100%;
  }

  .plan-inner-link {
    width: 100%;
  }

  .homepage-attention {
    width: 95%;
    max-width: 95%;
  }

  .demo-category-text {
    width: 45%;
  }

  /*---service---*/
  .service-lead {
    width: 90%;
    margin: 0 auto 40px auto;
  }

  .service-lead>p {
    text-align: left;
  }

  .service-lead>p br:nth-of-type(1),
  .service-lead>p br:nth-of-type(3) {
    display: none;
  }

  .service-item {
    width: 49%;
    padding: 50px 30px;
  }

  .service-item:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .service-lead__sub {
    width: 100%;
  }

  /*---skill---*/
  .skill {
    width: 75%;
  }

  .skill-cols {
    flex-direction: column;
  }

  .skill-img {
    width: 80%;
    margin: 0 auto 80px auto;
  }

  .skill-img-inner-bg {
    top: -10%;
    left: 5%;
    transform: translate(0, 0);
  }

  @keyframes anim_s {

    0%,
    100% {
      transform: translate(0, 0) rotate(-15deg);
    }

    50% {
      transform: translate(0, 0) rotate(15deg);
    }
  }

  .skill-inner {
    width: 100%;
  }

  /*--- point ---*/
  .point__body {
    width: 65%;
  }

  .point__col {
    flex-direction: column;
  }

  .point__img {
    width: 100%;
    flex-direction: column;
  }

  .point-col-img {
    width: 85%;
    margin: 30px auto 0 auto;
  }

  .point__inner {
    width: 100%;
  }
}

@media screen and (max-width:896px) {

  /*---p-fv-top---*/
  .p-top-fv {
    height: calc(var(--vh, 1vh) * 150);
    min-height: 896px;
  }

  .iPad .p-top-fv {
    height: 100vh;
  }

  .p-top-fv__inner {
    width: 50%;
    height: auto;
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: initial;
  }

  .p-top-fv__content {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    order: 2;
  }

  .main-img-webdesign {
    width: 100%;
    height: auto;
    position: relative;
    top: initial;
    right: initial;
    transform: initial;
    margin-bottom: 30px;
    order: 1;
  }

  .p-top-fv__lead {
    width: 70%;
    line-height: 1.6;
    position: relative;
    bottom: initial;
    left: initial;
    transform: initial;
    order: 3;
  }

  .p-top-fv__lead br {
    display: block;
  }

  .main-img-applism {
    width: 100%;
  }

  .p-top-fv__catch {
    padding: 20px 0;
  }

  .c-lead--fv {
    white-space: normal;
  }

  /*---about---*/

  .about-container {
    flex-direction: column;
    align-items: center;
  }

  .about-img {
    width: 70%;
    text-align: center;
  }

  .about-text {
    margin: 20px auto 0 auto;
  }

  .p-work-card__meta-item {
    font-size: 1.4rem;
  }

  /*---plan---*/
  .plan-category {
    padding: 20px;
  }

  .skill-inner>ul>li>img {
    width: 35%;
  }

  /*--- point ---*/
  .point__body {
    width: 75%;
  }

  .works {
    margin: 0 auto;
  }

  .blog-article {
    width: 50%;
  }

  .blog-article:nth-of-type(n+3) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 786px) {
  .p-top-fv {
    height: calc(var(--vh, 1vh) * 170);
  }

  .iPad .p-top-fv {
    height: 100vh;
  }

  /*---service---*/
  .service__body {
    width: 80%;
  }

  .service-item {
    width: 100%;
    padding: 50px;
  }

  .service-item:nth-of-type(n+2) {
    margin-top: 40px;
  }

  /*---plan---*/
  .plan {
    width: 80%;
  }

  .plan-category {
    width: 100%;
  }

  .plan-title {
    width: 90%;
  }
}

@media screen and (max-width:680px) {
  .p-top-fv__inner {
    width: 65%;
  }

  /*---work---*/
  .p-works__item {
    width: 100%;
  }

  /*---service---*/
  .service__body {
    width: 85%;
  }

  .service-col {
    margin-bottom: 40px;
  }

  .service-lead__sub {
    flex-direction: column;
  }

  .service-lead__sub>img {
    width: 80px;
    height: 80px;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .service-lead__sub>p {
    width: 100%;
  }

  .service-lead__sub>p::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 60px;
    border: 12px solid transparent;
    border-bottom: 12px solid #f7f7f7;
    margin-left: -6px;
  }

  /*---plan---*/
  .plan {
    width: 85%;
  }

  .plan-title-text {
    text-align: justify;
  }

  /*--- skill ---*/
  .skill-img {
    width: 90%;
  }

  .skill-inner>ul>li {
    width: 48%;
  }

  .skill-inner>ul>li:nth-of-type(n+3) {
    margin-top: 20px;
  }

  /*---top専用footer---*/
  .footer-address {
    flex-direction: column;
    padding: 0 var(--space-s) var(--space-m) var(--space-s);
  }

  .footer-map {
    display: none;
  }

  .footer-address-inner {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .p-top-fv {
    height: auto;
  }

  .p-top-fv::before {
    display: block;
    content: "";
    display: block;
    padding-top: 260%;
  }

  .p-top-fv__inner {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .p-top-fv__title {
    font-size: 1rem;
  }

  .p-top-fv__catch {
    padding: 20px 0;
  }

  .p-top-fv__logo {
    margin-left: initial;
  }

  .c-lead--fv {
    white-space: normal;
    font-size: 1.2rem;
    border: 2px solid #fff;
    text-align: center;
  }

  .c-lead--strong {
    text-align: center;
    line-height: 1.5;
    font-size: 1.4rem;
    margin: 0 auto;
  }

  .c-lead--strong .ui--sp {
    display: block;
  }

  .c-lead--fv>p:nth-of-type(2) {
    text-align: justify;
  }

  .main-img-webdesign {
    width: 100%;
    margin-left: 20px;
  }

  .nyancos-robo {
    width: 25%;
    top: -25%;
  }

  .p-top-fv__lead {
    width: 100%;
  }

  /*---about---*/
  .about,
  .plan {
    width: 90%;
  }

  #about {
    padding: 100px 0 80px 0;
  }

  .about-title {
    width: 100%;
    padding: 0;
  }

  .about-title>img {
    width: 90%;
  }

  .about-img {
    width: 100%;
  }

  .about-lead {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .about-text {
    width: 100%;
  }

  .about-text>p {
    font-size: 1.2rem;
  }

  .about-text h3 {
    font-size: 1.6rem;
  }

  .about-text h3 br {
    display: none;
  }

  .about-detail {
    text-align: center;
  }

  .about-detail img {
    width: 100%;
    height: auto;
  }

  .about-link {
    width: 80%;
    max-width: initial;
    margin: 40px auto 0 auto;
  }

  #plan {
    padding: 80px 0;
  }

  .plan-category:nth-child(n+2) {
    margin-top: 40px;
  }

  /*--- work ---*/

  .p-works__lead {
    width: 95%;
    font-weight: normal;
  }

  .p-work-card__body {
    width: 100%;
    height: auto;
    padding: 24px 24px 30px 24px;
  }

  .p-work-card__title {
    font-size: 1.5rem;
  }

  .p-work-card__meta {
    flex-wrap: wrap;
  }

  .p-work-card__meta-item {
    font-size: 1.2rem;
  }

  .p-work-card__meta-item:not(:last-of-type) {
    margin-right: 5px;
    padding-right: 5px;
  }

  .p-works__more {
    width: 100%;
  }

  .p-works__more-link {
    width: 80%;
    max-width: initial;
  }

  /*---ループ画像---*/
  .works-cols-item {
    width: calc(100vw/1.5);
    margin-right: 10px;
  }

  .plan-title-headline h2 {
    font-size: 1.2rem;
  }

  .plan-title-headline span {
    font-size: 5.6rem;
    letter-spacing: .05em;
  }

  .plan-title-text {
    font-weight: normal;
  }

  .plan-category {
    padding: 20px;
  }

  .plan-inner {
    padding: 20px 0;
  }

  .plan-inner-lead {
    text-align: center;
  }

  /*---service---*/
  .service {
    padding: 80px 0;
  }

  .service .project-title {
    margin-bottom: 30px;
  }

  .service .project-title>span {
    font-size: 5rem;
  }

  .service-lead {
    width: 100%;
  }

  .service-lead>p {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .service-item {
    padding: 20px;
  }

  .service-item__ttl>h3 {
    font-size: 2rem;
    letter-spacing: 0;
  }

  .service-item__txt {
    font-size: 1.4rem;
    text-align: justify;
  }

  /*--- skill ---*/
  #skill {
    padding: 80px 0;
  }

  .skill {
    width: 85%;
  }

  .skill-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .skill-txt {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .skill-inner>ul>li {
    width: 49%;
  }

  .skill-inner>ul>li:nth-of-type(n+3) {
    margin-top: 5px;
  }

  .skill-inner>ul>li:last-child {
    display: none;
  }

  .skill-inner>ul>li>img {
    width: 40%;
  }

  /*--- point ---*/
  #point {
    padding: 80px 0;
  }

  .point__body {
    width: 82.5%;
  }

  .point__ttl>h2 {
    font-size: 2rem;
  }

  .point__lead {
    font-size: 1.6rem;
  }

  .point__txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .point-col-img1 {
    width: 57%;
    top: -5%;
    left: 0%;
  }

  .point-col-img2 {
    width: 30%;
    height: auto;
    top: 54%;
    right: 10%;
  }

  .osaka-web__link {
    font-size: 1.2rem;
    text-align: justify;
  }

  /*--- blog ---*/
  #blog {
    padding: 80px 0;
  }

  .blog {
    width: 85%;
  }

  .blog-title>span {
    font-size: 5.6rem;
    letter-spacing: .05em;
  }

  .blog-article {
    padding: 0;
  }

  .contact-title>span {
    font-size: 4rem;
  }

  .blog-article {
    width: 100%;
  }

  .blog-article:nth-child(n+2) {
    border: none;
    margin-top: 40px;
  }

  /*---top専用footer---*/
  .footer-address-inner {
    font-size: 1.2rem;
  }

  .footer-address-inner>p br {
    display: none;
  }
}