@charset "UTF-8";

.c-pages__head {
  line-height: 1.6;
}

/*------------------------------------------------
	p-works
-------------------------------------------------*/
.p-works-project.l-section {
  padding-top: 0;
}

.p-works-project__eyecatch {
  clip-path: inset(0 0 round 40px);
  margin-bottom: var(--space-l);
  position: relative;
}

.p-works-project__eyecatch::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.p-works-project__eyecatch-img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.p-works-project__head {
  margin-bottom: var(--space-m);
}

.p-works-project__info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-works-project__info-logo {
  width: 160px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 50vh;
  box-shadow: rgba(228, 233, 235, 0.8) 0px 5px 15px 0px;
  margin-right: var(--space-m);
  flex-shrink: 0;
}

.p-works-project__info-list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  border: 1px solid var(--color-border-light);
}

.p-works-project__info-item {
  width: 50%;
}

.p-works-project__info-item:not(:last-of-type) {
  margin-bottom: 5px;
}

.p-works-project__info-term {
  font-weight: 700;
  background: rgba(236, 239, 243, .8);
  padding: 8px 16px;
  box-sizing: border-box;
}

.p-works-project__info-description {
  padding: 8px 16px;
  box-sizing: border-box;
}

.p-works-project__info-category {
  font-size: 1.4rem;
  margin-left: 5px;
  padding: 2.5px 10px;
  background: var(--color-orange);
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
}

/*------------------------------------------------
	p-works-overview
-------------------------------------------------*/
.p-works-overview.l-section {
  padding-top: 0;
}

.p-works-overview .l-inner {
  padding: 80px;
  box-sizing: border-box;
  box-shadow: rgba(228, 233, 235, 0.8) 0px 5px 15px 0px;
  background: rgba(255, 255, 255, .5);
}

.p-works-overview__intro {
  width: 100%;
  margin: 0 auto var(--space-m) auto;
  padding: var(--space-s);
  box-sizing: border-box;
  background: rgba(236, 239, 243, .8);
}

.p-works-overview__lead-link {
  font-weight: 700;
}

.p-works-overview__list {
  width: 100%;
}

.p-works-overview__item {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}

.p-works-overview__item:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}

.p-works-overview__term {
  width: 22.5%;
  height: auto;
  padding: 20px 10px;
  box-sizing: border-box;
  font-weight: bold;
}

.p-works-overview__term::before {
  display: inline-block;
  content: '';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f058";
  color: #4EBDEB;
  margin-right: 5px;
}

.p-works-overview__description {
  width: 77.5%;
  height: auto;
  padding: 20px 10px;
  box-sizing: border-box;
}

.p-works-overview__tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.p-works-overview__tags::after {
  display: block;
  content: '';
  width: calc(100%/5 - 5px);
}

.p-works-overview__tag {
  width: calc(100%/5 - 5px);
  opacity: .5;
  background: #eee;
  text-align: center;
  font-size: 1.2rem;
  padding: 2.5px 0;
}

.p-works-overview__tag:nth-of-type(n+6) {
  margin-top: 5px;
}

.p-works-overview__tag--current {
  opacity: 1;
  font-weight: bold;
}

.p-works-seo__result {
  padding: 20px;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 8px;
}

.p-works-seo__title {
  font-weight: bold;
  margin-bottom: 8px;
}

.p-works-seo__title img {
  display: block;
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.seo-rank-title>p i {
  margin-right: 5px;
}

.p-works-seo__date {
  font-size: 1rem;
  font-weight: normal;
}

.p-works-seo__keywords {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  list-style: none;
}

.p-works-seo__keyword {
  background: #4EBDEB;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 2.5px 8px;
  border-radius: 4px;
}

.p-works-seo__keyword:not(:last-child) {
  margin-right: 10px;
}

.p-works-seo__badge {
  font-size: 1.1rem;
  background: #fff;
  color: #4EBDEB;
  padding: 0 3px;
  border-radius: 2px;
  margin-left: 3px;
}

/*------------------------------------------------
	p-works-background
-------------------------------------------------*/
.p-works-background.l-section {
  padding-top: 0;
}

.p-works-background .l-inner {
  padding: 80px;
  box-sizing: border-box;
  box-shadow: rgba(228, 233, 235, 0.8) 0px 5px 15px 0px;
  background: rgba(255, 255, 255, .5);
}

.p-works-background__list {
  display: inline-block;
  width: auto;
  list-style: none;
  margin: 0 auto;
}

.p-works-background__item:not(:last-of-type) {
  padding-bottom: var(--space-s);
  margin-bottom: var(--space-s);
  border-bottom: 1px solid #eee;
}

.p-works-background__item-title {
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 10px;
}

.p-works-background__item-title::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background: url('/assets/img/icon/checkbox--blue.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
  flex-shrink: 0;
}

.p-works-background__item-text {
  line-height: 1.6;
}

/*------------------------------------------------
	p-works-solution
-------------------------------------------------*/
.p-works-solution.l-section {
  padding-top: 0;
}

.p-works-solution__lead {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-l);
}

.p-works-solution__content {
  display: flex;
  align-items: start;
  position: relative;
}

.p-works-solution__mascot {
  width: 120px;
  margin-right: var(--space-l);
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}

.p-works-solution__mascot::after {
  content: "";
  position: absolute;
  top: 70px;
  left: calc(100% + 27px);
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 17px solid rgba(239, 250, 255, .8);
}

.p-works-solution__list {
  flex: 1;
  padding: var(--space-l);
  background: rgba(239, 250, 255, .8);
  box-sizing: border-box;
  border-radius: 20px;
  list-style: none;
  position: relative;
}

.p-works-solution__item:not(:last-of-type) {
  padding-bottom: var(--space-s);
  margin-bottom: var(--space-m);
  border-bottom: 1px solid #D0DFE7;
}

.p-works-solution__item-head {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-xs);
}

.p-works-solution__number {
  display: inline-block;
  background: var(--color-yellow);
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  margin-right: var(--space-xs);
}

.p-works-solution__item-text {
  line-height: 1.8;
}

/*------------------------------------------------
	p-works-design
-------------------------------------------------*/

.p-works-design__lead {
  text-align: center;
  margin-bottom: var(--space-s);
}

.p-works-design__nav {
  margin-bottom: var(--space-l);
}

.p-works-design__nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
}

.p-works-design__nav-item {
  width: 240px;
}

.p-works-design__nav-item:not(:last-of-type) {
  margin-right: var(--space-xs);
}

.p-works-design__nav-link {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a1a1a;
  color: #fff;
  border-radius: 8px;
}

.p-works-design__nav-item:nth-of-type(2n) .p-works-design__nav-link {
  background: #7e7e7e;
}

.p-works-design__nav-link::after {
  display: inline-block;
  content: '';
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  background: url('/assets/img/icon/arrow-bottom-w.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  flex-shrink: 0;
}

.p-works-design__item {
  width: 100%;
  height: auto;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: rgba(228, 233, 235, 0.8) 0px 5px 15px 0px;
}

.p-works-design__item:not(:last-of-type) {
  margin-bottom: var(--space-l);
}

.p-works-design__item-title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: var(--space-xs);
}

.p-works-design__item-title::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 4px solid #84C3EE;
  margin-right: 8px;
  flex-shrink: 0;
}

.p-works-design__item-text {
  line-height: 1.8;
  margin-bottom: var(--space-s);
}

.p-works-design__sp-list {
  display: flex;
  justify-content: space-between;
}

.p-works-design__sp-image {
  width: 49%;
}

/*------------------------------------------------
	works-seo-content
-------------------------------------------------*/
.p-works-seo-content.l-section {
  padding-top: 0;
}

.p-works-seo-content__lead {
  width: 85%;
  margin: 0 auto var(--space-m) auto;
}

.p-works-seo-content__content {
  display: flex;
  justify-content: space-between;
}

.p-works-seo-content__item {
  width: 49%;
  padding: var(--space-l);
  box-sizing: border-box;
  border: 2px solid var(--color-border-light);
  border-radius: 20px;
}

.p-works-seo-content__item-title {
  border-bottom: 1px solid var(--color-border-light);
  margin-bottom: var(--space-xs);
}

/*------------------------------------------------
	p-works-result
-------------------------------------------------*/
.p-works-result {
  background: var(--color-bg-coolwhite);
}

.p-works-result__lead {
  width: 85%;
  margin: 0 auto var(--space-m) auto;
  text-align: center;
}

.p-works-result__content {
  padding: var(--space-l);
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
}

.p-works-result__content-head {
  margin-bottom: var(--space-s);
}

.p-works-result__content-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}

.p-works-result__content-title::before,
.p-works-result__content-title::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid var(--color-border);
}

.p-works-result__content-title::before {
  margin-right: 10px;
}

.p-works-result__content-title::after {
  margin-left: 10px;
}

.p-works-result__keywords {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
  margin-bottom: var(--space-s);
}

.p-works-result__keyword {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 10px;
  background: #f0f7f9;
}

.p-works-result__note {
  font-size: 1rem;
  text-align: right;
}

/*--------------------------------------------------
  .p-works-related
 --------------------------------------------------*/
.p-works-related__head {
  padding-left: 20px;
  margin-bottom: var(--space-m);
  position: relative;
}

.p-works-related__head::before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  background: #74D3FF;
  position: absolute;
  top: 0;
  left: 0;
}

.p-works-related__title {
  border-bottom: 1px solid #eee;
}

.p-works-related__text {
  margin-bottom: var(--space-xs);
}

.p-works-related__list {
  display: block;
  margin-left: 20px;
}

.p-works-related__link {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.p-works-related__link-label {
  min-width: 80px;
  font-size: 1.3rem;
  text-align: center;
  padding: 0 8px;
  background: #AFE5FF;
  color: #fff;
  border-radius: 4px;
  margin-right: 5px;
}


@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {
  .p-works-result__lead {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }

  .p-works-design__lead {
    width: 85%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
  }

  .p-works-design__lead .u-pc-only {
    display: none;
  }
}

@media screen and (max-width: 787px) {

  /* ====NewStandard Page css==== */
  .p-works-project__info {
    flex-direction: column;
  }

  .p-works-project__info-logo {
    margin-right: 0;
    margin-bottom: var(--space-s);
  }

  .p-works-overview .l-inner {
    padding: 40px;
  }

  .p-works-overview__term {
    width: 100%;
    padding-bottom: 0;
  }

  .p-works-overview__description {
    width: 100%;
    padding-top: 10px;
  }

  .p-works-background .l-inner {
    padding: 40px;
  }

  .p-works-solution__content {
    flex-direction: column;
    align-items: center;
  }

  .p-works-solution__mascot {
    position: relative;
    top: initial;
    margin-right: 0;
    margin-bottom: var(--space-m);
  }

  .p-works-solution__mascot::after {
    top: initial;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-bottom: 20px solid rgba(239, 250, 255, .8);
  }

  .p-works-seo-content__content {
    flex-direction: column;
  }

  .p-works-seo-content__item {
    width: 100%;
  }

  .p-works-seo-content__item:nth-of-type(n+2) {
    margin-top: var(--space-s);
  }

  .p-works-result__keywords {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-works-design__lead {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
  }

  .p-works-design__nav-item {
    width: 100%;
  }

  .p-works-design__item {
    padding: 40px;
  }

  .p-works-solution__list {
    padding: 40px;
  }
}

@media screen and (max-width:680px) {

  /* ===Standard Page CSS=== */
  .p-works-solution__lead {
    margin-bottom: var(--space-s);
  }

  .p-works-solution__mascot {
    width: 80px;
  }

  .p-works-solution__item-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-works-solution__number {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .p-works-result__lead,
  .p-works-seo-content__lead,
  .p-works-design__lead {
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  .l-section {
    padding-bottom: 80px;
  }

  /* ===Standard Page CSS=== */
  .p-page-fv__lead {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: normal;
  }

  .p-page-fv__lead .u-sp-only {
    display: block;
  }

  .p-works-project__eyecatch {
    clip-path: inset(0 0 round 20px);
  }

  .p-works-project__info-logo {
    width: 100px;
  }

  .p-works-project__info-list {
    font-size: 1.4rem;
  }

  .p-works-project__info-item {
    width: 100%;
  }

  .p-works-overview .l-inner {
    padding: 40px 20px;
  }

  .p-works-overview__tags::after {
    display: block;
    content: '';
    width: calc(100% / 3 - 5px);
  }

  .p-works-overview__tag {
    width: calc(100% / 3 - 5px);
  }

  .p-works-overview__term {
    padding: 20px 0 5px 0;
  }

  .p-works-overview__description {
    font-size: 1.3rem;
    padding: 0 0 20px 0;
  }

  .p-works-seo__keyword {
    font-size: 1.2rem;
  }

  .p-works-background .l-inner {
    padding: 40px 20px;
  }

  .p-works-background__item-title {
    font-size: 1.6rem;
  }

  .p-works-background__item-title::before {
    width: 16px;
  }

  .p-works-solution__lead {
    width: 95%;
    text-align: justify;
  }

  .p-works-solution__list {
    padding: 40px 20px;
  }

  .p-works-solution__item-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .p-works-seo-content__item {
    padding: var(--space-m) var(--space-s);
  }

  .p-works-result__content {
    padding: var(--space-m) var(--space-s);
  }

  .p-works-result__content-head {
    margin-bottom: var(--space-xs);
  }

  .p-works-result__content-title {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .p-works-result__keywords {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-works-result__keyword {
    height: 56px;
    font-size: 1.6rem;
  }

  .p-works-design__item {
    padding: 40px 20px;
  }

  .p-works-design__item-title {
    font-size: 1.6rem;
  }

  .p-works-design__item-text {
    font-size: 1.2rem;
  }

  .p-works-related__head {
    margin-bottom: var(--space-s);
  }

  .p-works-related__title {
    font-size: 1.8rem;
  }
}