@charset "UTF-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Object - component
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* article-flame inner-flame */
.article-flame {
  width: 100%;
  padding: 180px 6.4% 80px 6.4%;
}

@media screen and (min-width: 769px) {
  .article-flame {
    padding: 180px 8.3% 136px 8.3%;
  }
}

.article-flame--service {
  width: 100%;
  padding: 180px 6.4% 80px 6.4%;
  @media screen and (min-width: 769px) {
    padding: 180px 8.3% 64px 8.3%;
  }
}

.article-inner-flame {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .article-inner-flame {
    max-width: 800px;
    margin: 0 auto;
  }
}

/* フッターコンタクトボタン */

.cta-button {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 0;
}
.cta-button a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 24px;
}
.cta-button a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.cta-button__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-button__inner:after {
  display: inline-block;
  content: "";
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 10.67px;
  width: 6.6px;
}
.cta-button__inner-inner {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  align-items: center;
}
.cta-button__primary {
  width: 40px;
  height: 40px;
}
.cta-button__primary img {
  width: 100%;
  height: auto;
}
.cta-button__secondary {
  text-align: left;
}
.cta-button__title {
  color: #32282c;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 28px;
  margin-bottom: 0;
}
.cta-button__subtitle {
  color: #32282c;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 21.6px;
  margin-bottom: 0;
}
@media screen and (min-width: 1110px) {
  .cta-button a {
    padding: 32px;
  }
  .cta-button__primary {
    width: 64px;
    height: 64px;
  }
  .cta-button__title {
    font-size: 4rem;
    line-height: 50px;
  }
  .cta-button__subtitle {
    font-size: 1.8rem;
    line-height: 32.4px;
  }
  .cta-button__inner:after {
    height: 20px;
    width: 11.8px;
  }
}
.cta-buttons {
  width: 100%;
  padding: 40px 6.4% 40px 6.4%;
  background: #e73b64;
}
.cta-buttons__inner {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .cta-buttons {
    padding: 40px 8.3% 40px 8.3%;
  }
  .cta-buttons__inner {
    max-width: 1024px;
    margin: 0 auto;
    flex-direction: row;
  }
}

/* WORKS お問い合わせボタン */
.contact-button {
  text-align: center;
  background-color: #e73b64;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding: 40px 6.4%;
}
.contact-button__linefeed {
  display: block;
}
.contact-button__catchphrase > p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.contact-button__button button {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.contact-button__button a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  background-color: #ffffff;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  padding: 24px 16px;
  border-radius: 8px;
}
.contact-button__button a::before {
  content: "";
  background-image: url("../img/contacticon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.contact-button__button a::after {
  content: "";
  background-image: url("../img/arrow-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 769px) {
  .contact-button {
    padding: 40px 0;
  }
  .contact-button__linefeed {
    display: none;
  }
  .contact-button__catchphrase > p {
    font-size: 20px;
  }
  .contact-button__button a {
    width: 422px;
    font-size: 24px;
    font-weight: 700;
    padding: 19px 24px;
    border-radius: 8px;
  }
  .contact-button__button a::before {
    content: "";
    width: 64px;
    height: 64px;
  }
  .contact-button__button a::after {
    content: "";
    width: 24px;
    height: 24px;
  }
}

/* トップページ */

.firstview {
  padding: 306px 27px 40px 27px;
}
.firstview__inner {
  text-align: center;
  width: 100%;
  margin: auto;
}
.firstview__title {
  display: inline-block;
  text-align: left;
}
.firstview__title span {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 51.2px;
  margin-bottom: 56.12px;
  display: inline-block;
  max-width: 330px;
}
.firstview__title span:after {
  content: "";
  margin-top: -20px;
  margin-left: auto;
  display: block;
  width: 203.82px;
  height: 64.89px;
  background-image: url(../img/firstview-title.svg);
  background-size: contain;
}
.firstview__description {
  display: inline-block;
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 28.8px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .firstview {
    padding: 185px 0 38px 0;
  }
  .firstview__inner {
    max-width: 800px;
  }
  .firstview__title span {
    font-size: 6rem;
    line-height: 96px;
    margin-bottom: 21px;
    max-width: 800px;
  }
  .firstview__title span:after {
    width: 377px;
    height: 120px;
    margin-top: -50px;
    margin-right: -70px;
  }
}
@media screen and (min-width: 1030px) {
  .firstview__title span:after {
    margin-top: -120px;
    margin-right: -200px;
  }
}
.firstview-icon {
  margin-bottom: 0;
  text-align: center;
}

/* トップページ 私たちができること */

.business__description {
  display: inline-block;
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 28.8px;
}
.business__description--emph {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 39.6px;
}

@media screen and (min-width: 769px) {
  .business__description {
    text-align: center;
    font-size: 1.8rem;
    line-height: 32.4px;
  }
  .business__description--emph {
    font-size: 2.8rem;
    line-height: 50.4px;
  }
}
.business-cycle {
  margin-top: 50px;
}
.business-cycle__figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .business-cycle {
    margin-top: 80px;
    gap: 87.61px !important;
  }
}

/* トップページ 取引先 */

.clients__logos > div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.clients__logos img {
  width: 156px;
  height: 69.98px;
}
@media screen and (min-width: 769px) {
  .clients__logos > div {
    gap: 32px;
  }
  .clients__logos img {
    width: 214px;
    height: 96px;
  }
}

/* トップページ 実績 */

.slick01 {
  width: 100vw;
  transform: translateX(-6.4%);
}
.slick-slide figure {
  margin: 0 10px;
}
.slick-slide time {
  display: none;
}
.slick-slide h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 24px;
  text-align: center;
}
.slick-slide h2 a {
  text-decoration: none;
  color: #32282c;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: inline-block;
  border-radius: 20px;
  background-color: #32282c;
  width: 48px;
  height: 48px;

  padding: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);

  cursor: pointer;

  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: none;
  outline: none;
  background: #32282c;
}
.slick-next:before {
  content: "";
  background-image: url("../libs/slick/img/carousel-next.svg");
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 16px;
  transform: rotate(-45deg);
}
.slick-prev:before {
  content: "";
  background-image: url("../libs/slick/img/carousel-prev.svg");
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 16px;
  transform: rotate(-45deg);
  z-index: 2;
}
.slick-prev {
  left: 40px;
  z-index: 2;
}
.slick-next {
  right: 40px;
  z-index: 2;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #e73b64;
}
.slick-track {
  margin-left: 0;
  margin-right: 0;
}
/* news */
.news .section-title {
  text-align: left;
}
.news-list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-top: solid 1px #989395;
  padding-top: 27px;
  padding-bottom: 14px;
  position: relative;
  transition: 0.3s;
}
.news-list li:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.news-list li::before {
  position: absolute;
  right: 10px;
  top: 60px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 18px;
  background-image: url("../img/news-arrow.svg");
  background-position: center;
  background-size: cover;
}

.news-list li > a {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news-list li h2 {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 0px;
}
.news-list li:nth-last-of-type(1) {
  border-bottom: solid 1px #989395;
}
.datetime {
  text-align: left;

  font-family: futura-pt, sans-serif;
}

.datetime > div > div:nth-of-type(1) {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}
.datetime > div > div:nth-of-type(2) {
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: -5px;
}

@media screen and (min-width: 769px) {
  .news-list li {
    flex-direction: row;
    align-items: center;
    padding-top: 24px;
  }
  .news-list li h2 {
    width: 70%;
    margin-right: 7%;
  }
  .news-list li::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .slick01 {
    transform: translateX(-8.3%);
  }
}

/* トップページ プロダクト */

.product figure {
  margin-bottom: 0;
}
.product__items p {
  max-width: 100%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
}
.product__items {
  gap: normal !important;
}
.product__item:nth-child(even) {
  padding-left: 8px;
}
.product__item:nth-child(odd) {
  padding-right: 8px;
}
.product__items > .product__item {
  flex-basis: 100% !important;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product__items {
  gap: 32px !important;
}
.product__item:nth-child(even) {
  padding-left: 0px;
}
.product__item:nth-child(odd) {
  padding-right: 0px;
}
@media (min-width: 768px) {
  .product__items {
    justify-content: center;
  }
  .product__items > .product__item {
    flex-basis: 50% !important;
    flex-grow: 0;
    flex-shrink: 1;
  }
}

/* トップページ LABセクション */

.lab-article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
.lab-article__item {
  width: 320px;
}
.lab-article__date,
.lab-article__job {
  margin-bottom: 0;
}
.lab-article__link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.lab-article__details {
  display: flex;
  justify-content: space-between;
}
.lab-article__title {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.lab-article__img {
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .lab-article {
    flex-direction: row;
    justify-content: center;
    align-items: normal;
    gap: 16px;
  }
}

/* トップページ 採用情報 */

.recruit {
  padding: 0;
  min-height: initial;
}
.recruit > img {
  object-fit: cover;
  object-position: center left;
}
.recruit-text {
  text-align: left;
  font-weight: 700;
}
.recruit-text__br {
  display: none;
}
@media screen and (min-width: 769px) {
  .recruit-text {
    text-align: center;
    font-weight: 400;
  }
  .recruit-text__br {
    display: inline-block;
  }
}

/* 固定ページ */

.foot-buttons {
  margin-bottom: 0;
}

/* 固定ページ 私たちができること */

.article-business__lead {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 39.6px;
  margin-bottom: 18px;
  text-align: left;
}
.article-business__description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 28.8px;
  margin-bottom: 80px;
  text-align: left;
}
.article-business__figure img {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .article-business__lead {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 50.4px;
    margin-bottom: 24px;
  }
  .article-business__description {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 28.8px;
    margin-bottom: 63px;
  }
  .article-business__figure img {
    margin-bottom: 136px;
  }
}
.article-business__item-container {
  gap: 24px !important;
  margin-bottom: 24px !important;
}
@media screen and (min-width: 769px) {
  .article-business__item-container {
    gap: 2em !important;
    margin-bottom: 40px;
  }
}
.article-business__figure-solution a {
  text-decoration: none;
}
.article-business__figure-solution figure:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.article-business__figure-solution figcaption {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 16.8px;
}
.our-business-solutions {
  justify-content: center;
  flex-wrap: nowrap !important;
  gap: 16px;
}
.our-business-solutions__item {
  flex-basis: auto !important;
  flex-grow: 0 !important;
}
@media screen and (min-width: 769px) {
  .our-business-solutions {
    gap: 24px;
  }

  .article-business__figure-solution figcaption {
    text-align: left;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 26.64px;
  }
}

/* 固定ページ　共通パーツ */

.listpage__toptext {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 40px;
  max-width: 532px;
}
@media screen and (min-width: 769px) {
  .listpage__toptext {
    font-size: 2.8rem;
  }
}

.category-list {
  display: flex;
  gap: 8px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.category-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  color: #32282c;
  border: solid 1px #32282c;
  border-radius: 20px;
  background-color: transparent;
}
.category-list li a {
  text-decoration: none;
  color: #32282c;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 8px 24px;
}

.category-list .current {
  background-color: #32282c !important;
}
.category-list .current a {
  color: white !important;
}

/* 固定ページ works */

.nomore {
  display: none;
}

.works-article-title {
  padding-left: 38px;
}

.works-catch {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.works-catch__details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 300px;
}
.works-catch__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
}
.works-catch__text {
  margin: 0;
}

.works-catch__link {
  text-decoration: none;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 12px;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
  max-width: 400px;
  height: 44px;
}
.works-catch__link-text {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.works-catch__link-text::after {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 769px) {
  .works-catch {
    align-items: end;
    flex-direction: row;
  }
  .works-catch__link {
    width: auto;
    margin: 0;
  }
  .works-article-title {
    padding-left: 96px;
  }
}

.page-works__list {
  display: flex;
  gap: 10px;
}
.page-works__list li {
  margin: 0 10px;
  border-radius: 30px;
  border: solid 1px #32282c;
}
.page-works__list li a {
  text-decoration: none;
  padding: 0px 24px 0px 24px;
  color: #32282c;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.page-works__items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5%;
}
.page-works__post {
  width: 100%;
  margin-bottom: 64px;
  position: relative;
}
.page-works__post:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.page-works__post > h2,
.page-works__post > div {
  transition: 0.3s;
}
.page-works__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  animation-name: showpost;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes showpost {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-works__post img {
  width: 100%;
  height: auto;
}
.terms {
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}

.terms a,
.terms > span {
  font-weight: 700;
  font-size: 1.6rem;
  background-color: #ffffff;
  padding: 0 16px;
  border: none;
  line-height: 180%;
  text-decoration: none;
  color: #32282c;
  border-radius: 4px;
}
.page-works__post h2 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 180%;
  position: relative;
}
.page-works__title {
  border-bottom: 1px solid black;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.readmore {
  width: 250px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.readmore:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.readmore {
  opacity: 1;
}
.hidden {
  opacity: 0;
}
.readmore img {
  animation-name: readmore;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.readmore p {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 180%;
  font-family: futura-pt, sans-serif;
  margin-bottom: 0;
}

@keyframes readmore {
  0% {
    opacity: 1;
    transform: translateY(-5px);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

@media screen and (min-width: 769px) {
  .page-works__items {
    flex-direction: row;
  }

  .page-works__post {
    width: 30%;
    margin-bottom: 96px;
  }
  .page-works__post:nth-last-child(-n + 3) {
    margin-bottom: 64px;
  }
  .terms a,
  .terms > span {
    font-size: 1.4rem;
  }
}

/* 固定ページ　ニュース一覧 */
.page-news__post:nth-of-type(1) {
  border-top: 1px #989395 solid;
}
.page-news {
  max-width: 800px;
  margin: 0 auto;
}

.page-news__post {
  position: relative;
  border-bottom: 1px #989395 solid;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  animation-name: showpost;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
}
.page-news__post > div {
  transition: 0.3s;
}
.page-news__post .terms {
  position: relative;
  pointer-events: auto;
}
.page-news__title {
  position: relative;
  flex: 1;
}
.page-news__title > a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s;
  padding: 8px 60px 8px 0;
  text-decoration: none;
}
.page-news__title > a::after {
  position: absolute;
  content: "";
  background-image: url("../img/news-arrow_1.svg");
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 16px;
}
.page-news__title > a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.page-news__year {
  margin: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: -10px;
  margin-left: 2px;
}
.page-news__monthdata {
  margin: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
}
.page-news__items {
  margin-bottom: 35px;
}
.page-news__detail {
  padding: 20px 0 16px;
  z-index: 2;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .page-news__post {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page-news__title > a::after {
    width: 24px;
    height: 24px;
  }
  .page-news__title > a {
    width: 100%;
    height: 100%;
  }
  .page-news__detail {
    min-width: 25%;
  }
}

/* 固定ページ サービス */

.page-service {
  padding-bottom: 160px;

  .page-service__navigation-items {
    margin-bottom: 0;
  }
  .page-service__navigation-items .article-item {
    margin-bottom: 0;
  }
  .page-service .article-item {
    margin-bottom: 0;
  }
  .page-service__top-container {
    gap: 40px;
    margin-bottom: 40px;
    @media screen and (min-width: 769px) {
      gap: 72px;
      margin-bottom: 60px;
    }
  }
}

/* LINE詳細ページ LINEビジネスパートナーセクション */
.service-contents__lbpa > div {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.service-contents__lbpa-img {
  display: flex;
  justify-content: center;
}
.service-contents__lbpa-img > img {
  max-width: 150px;
}

.article-service__figure {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-service__figure figure,
.article-service__figure img {
  margin-bottom: 0;
  width: 100% !important;
}
.article-service__texts {
  display: flex;
  align-items: center;
}
.article-service__lead {
  margin-left: 0;
  text-align: left;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 39.6px;
  margin-bottom: 18px;
}
.article-service__description {
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 28.8px;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  /* LINE詳細ページ LINEビジネスパートナーセクション */
  .service-contents__lbpa > div {
    flex-direction: row;
    align-items: center;
  }
  .service-contents__lbpa-img > img {
    max-width: 160px;
  }

  .article-service__primary-container {
    gap: 0 !important;
    margin-bottom: 110px;
  }
  .article-service__figure {
    order: 0;
  }
  .article-service__lead {
    max-width: 447px;
    margin-left: 0;
    font-size: 2.8rem;
    line-height: 50.4px;
    margin-bottom: 19px;
  }
  .article-service__description {
    line-height: 36px;
  }
}

/* PACKAGE（パッケージプラン）セクション */
.package-section {
  display: grid;
  place-items: center;
  padding: 0 6.4%;
  @media screen and (min-width: 769px) {
    padding: 0 8.3%;
  }
  .package-section__inner {
    display: grid;
    gap: 16px;
    width: 100%;
    max-width: 1024px;
    @media screen and (min-width: 769px) {
      gap: 32px;
    }
  }
  .package-section__content {
    display: grid;
    gap: 16px;
    text-align: center;
  }
  .package-section__title {
    font-family: futura-pt, sans-serif;
    color: #000000;
    font-size: 3.6rem;
    font-style: normal;
    line-height: 1;
    @media screen and (min-width: 769px) {
      font-size: 6rem;
    }
  }
  .package-section__description {
    display: grid;
    gap: 16px;
    text-align: center;
    @media screen and (min-width: 769px) {
      gap: 6px;
    }
  }
  .package-section__sub-title {
    color: #32282c;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    @media screen and (min-width: 769px) {
      font-size: 2rem;
    }
  }
  .package-section__text {
    color: #32282c;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
    @media screen and (min-width: 769px) {
      text-align: center;
    }
  }
  .package-section__card {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #e1dfe0;
    border-radius: 16px;
  }
  .package-section__card-inner {
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 32px;
    @media screen and (min-width: 769px) {
      padding: 40px;
      grid-template-columns: auto minmax(300px, 1fr);
    }
  }
  .package-section__card-img {
    width: 100%;
    border-radius: 8px;
    @media screen and (min-width: 769px) {
      max-width: 320px;
    }
  }

  .package-section__card-content {
    display: grid;
    gap: 16px;
    grid-template-rows: 1fr auto;
    height: 100%;
  }
  .package-section__card-link {
    cursor: pointer;
    text-decoration: none;
    display: grid;
    gap: 16px;
    grid-template-rows: auto 1fr;
  }
  .package-section__card-title {
    display: grid;
    grid-template-columns: auto 1fr;
    place-items: center start;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .package-section__arrow {
    display: grid;
    place-content: center;
    width: 24px;
    height: 24px;
  }
  .package-section__arrow::after {
    content: "";
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 20px;
  }
  .package-section__card-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .package-section__card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
  }
  .package-section__card-item {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #f7f4ef;
    align-self: start;
  }
}
/* カスタム投稿ページ サービス */

.service-contents {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.service-contents__img {
  display: flex;
  justify-content: right;
}

.service-contents__img > img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.service-contents__text-spacer {
  margin-bottom: 40px;
}

.service-contents__content-spacer {
  margin-bottom: 64px;
}

.service-contents__reset {
  margin-bottom: 0;
}

.service-contents__catch {
  font-size: 28px;
  font-weight: 700;
}

.service-contents__description {
  margin: 16px 0 0;
}

.service-contents__footer {
  padding-bottom: 0;
  margin-bottom: 160px;
}

.service-contents__section {
  padding: 64px 0;
}
.service-contents__section .package-section {
  padding: 0;
}

/*  カスタム投稿ページ サービス UXページ */
.service-contents-ux__illust {
  position: relative;
}

.service-contents-ux__column > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-contents-ux__illust > div {
  display: flex;
  flex-direction: column;
}
.service-contents-ux__illust-parent {
  margin: 0;
  width: 100%;
}
.service-contents-ux__illust-child {
  position: absolute;
  top: 100%;
  width: 100%;
  transform: translateY(-110%);
  margin: 0;
}
.service-contents-ux__illust-parent > img {
  width: 100%;
}
.service-contents-ux__illust-child > img {
  width: 100%;
}

.service-contents-ux__allow {
  transform: rotate(90deg);
}

.service-contents-ux__allow-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0;
}

.service-contents-ux__illust-group > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-contents-ux-kpi__img {
  width: 100%;
}
.service-contents-ux-kpi__img > img {
  width: 100%;
}
.service-contents-ux-kpi__img-start > img {
  display: none;
}
.service-contents-ux-kpi__img-end > img {
  display: none;
}

@media screen and (min-width: 769px) {
  .service-contents-ux__column > div {
    flex-direction: row;
  }

  .service-contents-ux__illust > div {
    display: flex;
  }

  .service-contents-ux__illust-group > div {
    display: flex;
    flex-direction: row;
  }

  .service-contents-ux-kpi__img-start > img {
    display: block;
  }
  .service-contents-ux-kpi__img-end > img {
    display: block;
  }

  .service-contents-ux__allow {
    transform: rotate(0);
    transform: translateX(-5px);
  }

  .service-contents-ux__imgs {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .service-contents__paragraph {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28.8px;
  }

  .service-contents__headline {
    font-size: 28px;
    line-height: 50.4px;
  }

  .service-contents {
    flex-direction: row;
  }

  .service-contents__img {
    width: 50%;
  }

  .service-contents__text {
    width: 50%;
  }

  .service-contents__description {
    line-height: 36px;
    font-size: 20px;
  }
}

/* 固定ページ 会社概要 */

.article-company__lead {
  text-align: left;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 39.6px;
  margin-bottom: 18px;
}
.article-company__description {
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 28.8px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .article-company__lead {
    font-size: 2.8rem;
    line-height: 50.4px;
    margin-bottom: 20px;
  }
  .article-company__description {
    font-size: 2rem;
    line-height: 36px;
    margin-bottom: 80px;
  }
}
.article-company__separation {
  width: 100%;
  height: 2px;
  background-color: #989395;
  border: none;
  margin-bottom: 24px;
}
.article-company__item {
  margin-bottom: 24px;
}
.article-company__item-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 32.4px;
  margin-bottom: 0;
}
.article-company__item-description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 32.4px;
  margin-bottom: 0;
}
.article-company__item-title p,
.article-company__item-description p {
  margin-bottom: 0;
}
.article-company__officer {
  gap: 0 !important;
  margin-bottom: 0;
}

/* 固定ページ お問い合わせ & 会社案内ダウンロード & 採用応募*/

.article-contact__lead,
.article-download__lead,
.article-entry__lead {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 39.6px;
  margin-bottom: 20px;
}
.article-contact__description,
.article-download__description,
.article-entry__description {
  color: #6f686b;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 25.2px;
}
@media screen and (min-width: 769px) {
  .article-contact__lead,
  .article-download__lead,
  .article-entry__lead {
    font-size: 2.8rem;
    line-height: 50.4px;
    margin-bottom: 46px;
  }
}
.contact-form {
  height: 343px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .contact-form {
    height: 781px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.privacy-policy p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 28.8px;
  margin-bottom: 24px;
}
.privacy-policy__title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 39.6px;
  margin-bottom: 24px;
}
.privacy-policy__content {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 32.4px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .privacy-policy__title {
    font-size: 2.8rem;
    line-height: 50.4px;
  }
  .privacy-policy__content {
    font-size: 2.2rem;
    line-height: 39.6px;
  }
}

/** バナーリンクのスタイル **/
.banner-image-link {
  display: inline-block;
  height: 100%;
}

/* 募集職種一覧のページ内リンクのスタイル */
.job-anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.article-recruit__firstview {
  height: 200px;
  width: 100%;
  background-image: url("../img/recruit-firstview.jpg");
  background-size: cover;
  background-position: 54% 0;
  text-align: left;
}

.article-recruit__firstview-texts {
  padding-top: 10px;
  padding-left: 10px;
  color: #ffffff;
  text-align: left;
}

.l-article-recruit {
  padding: 180px 8.3% 40px 8.3%;
}

.l-article-recruit__inner {
  margin: 0 auto;
  max-width: 1024px;
}

.l-article-recruit__frame {
  position: relative;
}

.l-article-recruit__link {
  display: block;
  min-width: 240px;
  max-width: 376px;
  height: 200px;
  text-decoration: none;
  color: #32282c;
}

.l-article-recruit__bg {
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
}

.l-article-recruit__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: start;
  padding: 14px;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
  background-color: #fff;
}

.l-article-recruit__bg--newgraduate25 {
  background-image: url("../img/recruitment/newgraduate25.jpg");
}

.l-article-recruit__bg--second-career25 {
  background-image: url("../img/recruitment/second-career25.png");
}

.l-article-recruit__bg--dir01 {
  background-image: url("../img/recruitment/dir01.jpg");
}

.l-article-recruit__bg--app01 {
  background-image: url("../img/recruitment/app01.jpg");
}

.l-article-recruit__bg--backend01 {
  background-image: url("../img/recruitment/backend01.jpg");
}

.l-article-recruit__bg--front01 {
  background-image: url("../img/recruitment/front01.jpg");
}

.l-article-recruit__bg--uiuxdes01 {
  background-image: url("../img/recruitment/uiuxdes01.jpg");
}

.l-article-recruit__bg--uiuxdes_lead01 {
  background-image: url("../img/recruitment/uiuxdes_lead01.jpg");
}

.c-article-recruit__banners > div {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (min-width: 600px) {
  .c-article-recruit__banners > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-recruit__firstview {
    background-position: 40% 0;
  }
  .article-recruit__firstview-texts {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1000px) {
  .article-recruit__firstview-texts {
    padding-top: 40px;
    padding-left: 110px;
  }

  .article-recruit__firstview {
    height: 400px;
    background-position: center;
  }
}

.article-recruit__firstview-title {
  font-family: futura-pt, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 0;
}

.article-recruit__firstview-subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.article-recruit__firstview-lead {
  font-size: 1rem;
  width: 59%;
  max-width: 380px;
}

.article-recruit__firstview-lead span:after {
  content: "";
  background-image: url("../img/ceo-signature.png");
  background-size: contain;
  height: 30px;
  width: 120px;
  display: block;
  margin-left: auto;
  margin-right: 10px;
  margin-top: -11px;
}

@media screen and (min-width: 413px) {
  .article-recruit__firstview-lead span:after {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1000px) {
  .article-recruit__firstview-title {
    font-size: 4.8rem;
  }

  .article-recruit__firstview-subtitle {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }

  .article-recruit__firstview-lead {
    font-size: 1.4rem;
    max-width: 460px;
  }

  .article-recruit__firstview-lead span:after {
    height: 80px;
    width: 320px;
    margin-right: -20px;
  }
}

.article-recruit__menu {
  background-color: #f6f6f6;
}

.article-recruit__menu ul {
  gap: 0;
}

.article-recruit__menu li {
  height: 60px;
  width: 33.33%;
  border-left: solid 1px #dddddd;
}

.article-recruit__menu li:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.article-recruit__menu ul :first-child {
  border-left: none;
}

@media screen and (min-width: 1000px) {
  .article-recruit__menu li {
    height: 100px;
    border-left: none;
  }
}

.article-recruit__menu--top-selected .article-recruit__menu-top,
.article-recruit__menu--flow-selected .article-recruit__menu-flow,
.article-recruit__menu--jobs-selected .article-recruit__menu-jobs {
  color: #ffffff;
  background-color: #f22c7c;
}

.article-recruit__menu--top-selected .article-recruit__menu-top:hover,
.article-recruit__menu--flow-selected .article-recruit__menu-flow:hover,
.article-recruit__menu--jobs-selected .article-recruit__menu-jobs:hover {
  opacity: 1;
}

.article-recruit__menu a {
  font-size: 1.1rem;
  height: 100%;
  width: 100%;
}

.article-recruit__menu a > span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .article-recruit__menu--top-selected .article-recruit__menu-top,
  .article-recruit__menu--flow-selected .article-recruit__menu-flow,
  .article-recruit__menu--jobs-selected .article-recruit__menu-jobs {
    border-bottom: solid 2px #f22c7c;
    color: #f22c7c;
    background-color: inherit;
  }
  .article-recruit__menu a {
    font-size: 1.8rem;
  }
}

.article-recruit__shimane-bnr {
  margin-bottom: 0;
}

.article-recruit__new-grad-bnr {
  margin-bottom: 0;
}

.article-recruit__bnrs {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
  gap: 1em !important;
}

@media screen and (min-width: 769px) {
  .article-recruit__shimane-bnr {
    text-align: right;
  }

  .article-recruit__new-grad-bnr {
    text-align: left;
  }

  .article-recruit__bnrs {
    gap: 2em !important;
  }
}

.article-recruit__section {
  padding-top: 28px;
  padding-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .article-recruit__section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.article-recruit__job-menu {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .article-recruit__job-menu {
    display: flex !important;
    gap: 0 !important;
  }
}

.article-recruit__job-menu > div {
  display: flex;
  align-items: center;
  position: relative;
}

.article-recruit__job-menu > div:before {
  position: absolute;
  left: 0;
  content: "";
  background-color: #dcdcdc;
  height: 24px;
  width: 1px;
}

.article-recruit__job-menu > :first-child:before {
  display: none;
}

.article-recruit__job-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.article-recruit__job-menu a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.article-recruit__job-menu p {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

.article-recruit__member-lead {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: normal;
}

.article-recruit__member-description {
  font-size: 1.3rem;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .article-recruit__member-lead {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }

  .article-recruit__member-description {
    font-size: 1.4rem;
    margin-bottom: 64px;
  }
}

.article-recruit__member-faces {
  justify-content: center;
  margin-bottom: 16px;
  gap: 1em !important;
}

.article-recruit__member-faces > div {
  max-width: 45px;
}

@media screen and (min-width: 769px) {
  .article-recruit__member-faces {
    margin-bottom: 24px;
    gap: 2em !important;
  }

  .article-recruit__member-faces > div {
    max-width: 140px;
  }
}

.article-recruit__member-faces figure {
  margin-bottom: 0;
}

.article-recruit__pictures {
  margin-bottom: 24px;
}

.article-recruit__pictures figcaption {
  font-size: 1.4rem;
  line-height: 22.4px;
  color: #6f686b;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .article-recruit__pictures {
    margin-bottom: 64px;
    padding-left: 1em;
    padding-right: 1em;
  }
  .article-recruit__pictures figcaption {
    line-height: 25.2px;
  }
}

.article-recruit__pictures--caption-center figcaption {
  text-align: center;
}

.article-recruit__entry-btns {
  gap: 1em !important;
  margin-bottom: 0;
}

.article-recruit__entry-info-btn {
  margin-top: 0;
}

.article-recruit__entry-btn {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .article-recruit__entry-btns {
    gap: 2em !important;
  }

  .article-recruit__entry-btn {
    margin-left: 0;
  }
}

.article-recruit__gallery-title {
  color: #f22c7c;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 15px;
}

.article-recruit__gallery-lead {
  font-size: 1.3rem;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .article-recruit__gallery-title {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }

  .article-recruit__gallery-lead {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}

.article-recruit__flow-title {
  color: #f22c7c;
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

.article-recruit__flow-description {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.article-recruit__flow {
  text-align: center;
}

.article-recruit__flow-notes {
  font-size: 1rem;
  margin-bottom: 30px;
  display: inline-block;
  width: 300px;
}

.article-recruit__flow-btn {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .article-recruit__flow-title {
    font-size: 2.2rem;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .article-recruit__flow-description {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 728px) {
  .article-recruit__flow-notes {
    font-size: 1.2rem;
    width: 460px;
  }
}

/* 投稿ページ（実績）*/

.work-default {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  border-bottom: solid #989395 1px;
  padding-bottom: 77px;
  margin-bottom: 80px;
}

.work-default__thumbnail {
  width: 100%;
}
.work-default__detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.work-default__thumbnail img {
  width: 100%;
  max-width: 484px;
  height: auto;
}
.work-default__date {
  color: #1891bc;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 160%;
  font-family: futura-pt, sans-serif;
  margin-bottom: 16px;
}
.work-default__title {
  color: #32282c;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 180%;
}
.work-default__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.work-default__terms a {
  text-decoration: none;
  color: #32282c;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 180%;
  background-color: #ffffff;
  padding: 0 16px;
  transition: 0.3;
  border-radius: 4px;
}
.work-default__terms a:hover {
  opacity: 0.5;
  transition: 0.3;
}
.work-default__work-info {
  display: flex;
  gap: 16px;
}
.work-default__work-info p {
  margin-bottom: 0;
}
.work-default__message1 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 180%;
  color: #32282c;
}
.work-default__message2 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  color: #32282c;
  margin-bottom: 0;
}

.section-title__main {
  margin-bottom: 16px;
  line-height: 60px;
}
.section-title__sub {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
}

.work-single .section-title,
.service-single .section-title {
  text-align: center;
  margin-top: 60px;
}

.work-single .article-item img,
.service-single .article-item img {
  max-width: 100%;
  height: auto;
}
.relative-posts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.relative-posts .article-item {
  max-width: 320px;
}
.relative-posts .article-item__title {
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .work-default {
    flex-direction: row;
    gap: 55px;
    padding-bottom: 96px;
    margin-bottom: 64px;
  }
  .work-default__thumbnail {
    width: 50%;
  }
  .work-default__detail {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .work-default__title {
    font-size: 32px;
    line-height: 57.6px;
  }
  .work-default__terms a {
    font-size: 1.4rem;
  }
  .work-default__message1 {
    font-size: 2.2rem;
  }
  .relative-posts {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 2em;
  }
  .relative-posts .article-item {
    flex: 1;
    margin-bottom: 20px;
  }
}

/* 投稿ページ（ニュース） */

.news-default {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 790px;
}
.news-default__date {
  color: #1891bc;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 160%;
  font-family: futura-pt, sans-serif;
  margin-bottom: 16px;
}
.news-default__title {
  color: #32282c;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 180%;
  margin-bottom: 16px;
}
.work-default__terms {
  display: flex;
  gap: 8px;
}
.news-default__terms a {
  text-decoration: none;
  color: #32282c;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 180%;
  background-color: #ffffff;
  padding: 0 16px;
  border-radius: 4px;
}
.news-default__terms a:hover {
  opacity: 0.5;
  transition: 0.3;
}

@media screen and (min-width: 769px) {
  .news-default__title {
    font-size: 3.2rem;
  }
  .news-default__terms a {
    font-size: 1.4rem;
  }
}

/* プライバシーポリシー */
.article-privacy h2 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 39.6px;
  margin-bottom: 24px;
}
.article-privacy h3 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 32.4px;
  margin-bottom: 8px;
}
.article-privacy h4 {
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 4px;
}
.article-privacy__section {
  margin-bottom: 24px;
}
.article-privacy__subsection {
  margin-bottom: 8px;
}
.article-privacy__notes {
  font-size: 1.4rem !important;
}
.article-privacy p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 28.8px;
  margin-bottom: 8px;
}
.article-privacy ul {
  padding-left: 2em;
  margin-bottom: 4px;
}
.article-privacy li {
  list-style-type: disc;
  list-style-position: outside;
  text-align: left;
  font-size: 1.6rem;
  line-height: 32.4px;
}
.article-privacy ol {
  padding-left: 2em;
  margin-bottom: 4px;
}
.article-privacy li {
  list-style-type: decimal;
  list-style-position: outside;
  text-align: left;
  font-size: 1.6rem;
  line-height: 28.8px;
}
@media screen and (min-width: 769px) {
  .article-privacy h2 {
    font-size: 2.8rem;
    line-height: 50.4px;
  }
  .article-privacy h3 {
    font-size: 2.2rem;
    line-height: 39.6px;
  }
  .article-privacy h4 {
    font-size: 1.8rem;
  }
  .article-privacy__notes {
    font-size: 1.6rem !important;
  }
}
.article-privacy__separation {
  width: 100%;
  height: 2px;
  background-color: #989395;
  border: none;
  margin-bottom: 24px;
}
.article-privacy__separation--start {
  margin-top: 24px;
}
.article-privacy__item {
  margin-bottom: 24px;
}
.article-privacy__item-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 32.4px;
  margin-bottom: 0;
}
.article-privacy__item-description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 32.4px;
  margin-bottom: 0;
}
.article-privacy__item-title p,
.article-privacy__item-description p {
  margin-bottom: 0;
}

/* 記事ページ */
.single-content {
  max-width: 800px;
  margin: 0 auto;
}

.single-content > h2 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 50.4px;
  margin-bottom: 40px;
}
.single-content > h2:not(:first-child) {
  padding-top: 24px;
}
.single-content > h3 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 39.6px;
  margin-bottom: 36px;
}
.single-content > p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 28.8px;
  margin-bottom: 40px;
}
.single-content > ul {
  padding-left: 2em;
  margin-bottom: 40px;
}
.single-content > ul li {
  list-style-type: disc;
  list-style-position: outside;
  text-align: left;
  font-size: 1.6rem;
  line-height: 32.4px;
}
.single-content > ol {
  padding-left: 2em;
  margin-bottom: 40px;
}
.single-content > ol li {
  list-style-type: decimal;
  list-style-position: outside;
  text-align: left;
  font-size: 1.6rem;
  line-height: 28.8px;
}
.single-content figcaption {
  font-size: 1.4rem;
  line-height: 22.4px;
  color: #6f686b;
  margin: 8px 0 0;
}
@media screen and (min-width: 769px) {
  .single-content > ul li,
  .single-content > ol li {
    font-size: 1.8rem;
    line-height: 32.4px;
  }
  .single-content figcaption {
    line-height: 25.2px;
  }
}
.article__catch {
  font-weight: 700 !important;
  font-size: 2.2rem !important;
  line-height: 39.6px !important;
}
.article__lead {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  line-height: 32.4px !important;
}
.article__h3-item-container {
  margin-bottom: 40px;
}
.article__annotation {
  font-size: 1.4rem !important;
  line-height: 25.2px !important;
  color: #6f686b !important;
}
.article__annotation--type2 {
  color: #e73b64 !important;
}
.article__separation {
  background-color: #32282c;
  text-align: left;
  margin-left: 0;
  height: 2px;
  width: 24px;
  border: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .article__catch {
    font-size: 2.8rem !important;
    line-height: 50.4px !important;
  }
  .article__lead {
    font-size: 2.2rem !important;
    line-height: 39.6px !important;
  }
  .article__separation {
    width: 48px;
    margin-top: 0;
    margin-bottom: 14px;
  }
}
.article__table-separation {
  width: 100%;
  height: 2px;
  background-color: #989395;
  border: none;
  margin-bottom: 24px;
}
.article__table-item {
  margin-bottom: 24px;
}
.article__table-item-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 32.4px;
  margin-bottom: 0;
}
.article__table-item-description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 32.4px;
  margin-bottom: 0;
}
.article__table-item-title p,
.article__table-item-description p {
  margin-bottom: 0;
}
.article__button {
  padding-right: 24px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 28.8px;
}
.article__button:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.article__button a {
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #32282c;
}
.article__button a:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url("../img/arrow-btn.svg");
  background-size: cover;
  top: 7px;
  right: -24px;
}
.article__button--blank a:after {
  background-image: url("../img/blank-btn.svg");
}
.article__button--pdf a:after {
  background-image: url("../img/pdf-btn.svg");
}
.article__button--reverse {
  padding-left: 24px;
  padding-right: 0;
}
.article__button--reverse a:after {
  transform: rotateY(180deg);
  left: -24px;
}
@media screen and (min-width: 769px) {
  .article__button {
    padding-right: 40px;
    font-size: 1.8rem;
    line-height: 32.4px;
  }
  .article__button a:after {
    width: 24px;
    height: 24px;
    top: 4.5px;
    right: -40px;
  }
  .article__button--reverse {
    padding-left: 40px;
    padding-right: 0;
  }
  .article__button--reverse a:after {
    left: -40px;
  }
}

/* 採用ページ（募集要項） */
.recruit-job__topmessage {
  margin: 20px 20px;
}
.recruit-job__topmessage p {
  text-align: left;
  font-size: 1.2rem;
}
.recruit-job__imgs figcaption {
  font-size: 1.2rem;
  text-align: center;
}
.recruit-job__topimg {
  margin-bottom: 0;
}
.recruit-job__topimg img {
  width: 100%;
}
.recruit-job__subtitle {
  color: #f22c7c;
  font-size: 1.6rem;
  text-align: left;
  margin: 15px 0;
  font-weight: 200;
}

.recruit-job__detail {
  gap: 0 !important;
  margin-bottom: 0;
  border-bottom: 1px solid white;
}
.recruit-job__detail > div {
  padding: 6px 10px;
  font-size: 1.2rem;
}

.recruit-job__detail > div:nth-child(1) p {
  margin-bottom: 0;
}
.recruit-job__detail > div:nth-child(2) {
  text-align: left;
}
.recruit-job__detail > div:nth-child(2) p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .recruit-job__topmessage {
    margin: 40px 55px 60px;
  }
  .recruit-job__topmessage p {
    font-size: 1.6rem;
  }
  .recruit-job__detail > div {
    padding: 25px 30px;
    font-size: 1.4rem;
  }
  .recruit-job__subtitle {
    font-size: 2.4rem;
    text-align: center;
    margin: 30px 0;
  }
}
/* 採用ページ */
.recruit-page {
  padding: 40px 0;
}

.recruit-page__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit-contact-message {
  font-size: 1.6rem !important;
  margin-bottom: 15px;
  line-height: 1.5;
}
.recruit-contact-buttons {
  margin: 40px 0;
}
.article-recruit__jobs-btn {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .article-recruit__jobs-btn {
    margin-right: 0;
  }
}
.recruit-buttons-flame {
  max-width: 790px;
  margin: 0 auto;
}
.recruit-buttons-flame .button2 {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .recruit-page__title {
    font-size: 2.8rem;
  }
  .recruit-contact-message {
    font-size: 2.4rem !important;
    margin-bottom: 30px;
    line-height: 1.6;
  }
}

/* UXデザイン ワークショップ LP */
.ux-design-workshop {
}
.ux-design-workshop__main {
  width: 100%;
}
.ux-design-workshop__first-view {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  text-align: center;
  margin-top: 142px;
  padding-bottom: 29px;
  @media screen and (min-width: 769px) {
    gap: 16px;
    margin-top: 125px;
    max-width: 1440px;
    padding-bottom: 130px;
  }
}
.ux-design-workshop__first-view::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -5px;
  width: 83px;
  height: 82px;
  display: block;
  background-image: url("../img/ux-design-workshop/first-view/backimg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  @media screen and (min-width: 769px) {
    top: -15px;
    right: 186px;
    width: 123px;
    height: 122px;
  }
}
.ux-design-workshop__first-view-text {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 32px;
    line-height: 1.5;
  }
}
.ux-design-workshop__first-view-title {
  font-family: futura-pt, sans-serif;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.9;
  z-index: 0;
  @media screen and (min-width: 769px) {
    font-size: 120px;
    line-height: 1;
  }
}
.ux-design-workshop__first-view-description {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 50px;
  }
}
.ux-design-workshop__first-view-images {
  max-width: 375px;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: end;
  margin-bottom: 30px;
  @media screen and (min-width: 769px) {
    max-width: 100%;
    position: absolute;
    bottom: 194px;
    margin-bottom: 0;
  }
}
.ux-design-workshop__first-view-images::before,
.ux-design-workshop__first-view-images::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.ux-design-workshop__first-view-images::before {
  width: 11px;
  height: 11px;
  top: -6px;
  left: 51px;
  z-index: -1;
  background-image: url("../img/ux-design-workshop/first-view/small-rectangle.svg");
  @media screen and (min-width: 769px) {
    width: 19px;
    height: 19px;
    top: -45px;
    left: 435px;
  }
}
.ux-design-workshop__first-view-images::after {
  width: 30px;
  height: 30px;
  top: -208px;
  left: -10px;
  background-image: url("../img/ux-design-workshop/first-view/medium-rectangle.svg");
  @media screen and (min-width: 769px) {
    width: 52px;
    height: 52px;
    top: -312px;
    left: 125px;
  }
}
.ux-design-workshop__first-view-image-left {
  width: 149px;
  height: 145px;
  @media screen and (min-width: 769px) {
    position: absolute;
    bottom: -93px;
    left: 33px;
    z-index: -1;
    width: 340px;
    height: 329px;
    transform: scale(0.8);
  }
}
.ux-design-workshop__first-view-image-right {
  width: 206px;
  height: 126px;
  @media screen and (min-width: 769px) {
    position: absolute;
    top: -155px;
    right: 12px;
    z-index: -1;
    width: 412px;
    height: 253px;
    transform: scale(0.8);
  }
}

.ux-design-workshop__content-inner {
  width: 100%;
  max-width: calc(960px + 32px);
  margin: 0 auto;
  padding: 40px 21px;
}

/* TOP */
.ux-design-workshop__top {
  display: grid;
  place-items: center;
}
.ux-design-workshop__top-content-inner {
  width: 100%;
  max-width: calc(1120px + 42px);
  padding: 40px 21px;
  display: grid;
  place-items: center;
  gap: 32px;
  @media screen and (min-width: 769px) {
    gap: 16px;
  }
}
.ux-design-workshop__top-inner {
  position: relative;
  z-index: 0;
  width: 100%;
  display: grid;
  gap: 24px;
  background-color: #ffffff;
  padding: 56px 16px 24px;
  border-radius: 24px;
  @media screen and (min-width: 769px) {
    gap: 32px;
    padding: 64px 80px;
    border-radius: 48px;
  }
}
.ux-design-workshop__top-inner--narrow {
  padding: 32px 16px;
  @media screen and (min-width: 769px) {
    padding: 64px 80px;
  }
}
.ux-design-workshop__top-blowing {
  max-width: max-content;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  background-color: #e73b64;
  border-radius: 200px;
  padding-block: 8px;
  padding-inline: 24px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 10px;
  white-space: nowrap;
  text-align: center;
  @media screen and (min-width: 769px) {
    padding-block: 12px;
    font-size: 24px;
    line-height: 1;
  }
}
.ux-design-workshop__top-blowing::after {
  content: "";
  position: absolute;
  top: 40px;
  z-index: -1;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translateX(-50%);
  display: block;
  background-image: url("../img/ux-design-workshop/blowing-triangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  @media screen and (min-width: 769px) {
    top: 28px;
  }
}
.ux-design-workshop__top-inner-triangle {
  display: grid;
  gap: 8px;
  @media screen and (min-width: 769px) {
    gap: 16px;
  }
}
.ux-design-workshop__top-inner-triangle::before,
.ux-design-workshop__top-inner-triangle::after {
  content: "";
  display: block;
  width: 41px;
  height: 26px;
  background-image: url("../img/ux-design-workshop/triangle02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  @media screen and (min-width: 769px) {
    width: 83px;
    height: 53px;
  }
}
.ux-design-workshop__top-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  @media screen and (min-width: 769px) {
    gap: 24px;
  }
}
.ux-design-workshop__top-text-wrapper::before,
.ux-design-workshop__top-text-wrapper::after {
  content: "";
  display: block;
  width: 3px;
  height: 86px;
  background-color: #32282c;
  @media screen and (min-width: 769px) {
    height: 121px;
  }
}
.ux-design-workshop__top-text-wrapper::after {
  rotate: 15deg;
  transform: translateY(8px);
  @media screen and (min-width: 769px) {
    transform: translateY(0);
  }
}
.ux-design-workshop__top-text-wrapper::before {
  rotate: -15deg;
  transform: translateY(8px);
  @media screen and (min-width: 769px) {
    transform: translateY(0);
  }
}
.ux-design-workshop__top-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 40px;
    line-height: 1.4;
  }
}
.ux-design-workshop__top-sub-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 24px;
    line-height: 1.6;
  }
}
.ux-design-workshop__top-text--small {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  @media screen and (min-width: 769px) {
    font-size: 24px;
    line-height: 2;
  }
}
.ux-design-workshop__top-cause {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 32px;
    line-height: 1.5;
  }
}
.ux-design-workshop__top-list,
.ux-design-workshop__top-solution-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.ux-design-workshop__top-item {
  display: grid;
  gap: 8px;
  padding: 24px 16px;
  background-color: #f7f4ef;
  border-radius: 24px;
}
.ux-design-workshop__top-solution-item {
  display: grid;
  gap: 8px;
  padding: 24px 16px;
  background-color: #ffebe1;
  border-radius: 24px;
  @media screen and (min-width: 769px) {
    max-width: 304px;
  }
}
.ux-design-workshop__top-case-number {
  display: grid;
  gap: 4px;
  place-items: center;
}
.ux-design-workshop__top-number {
  font-family: futura-pt, sans-serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: 5.6px;
  margin-bottom: 0;
}
.ux-design-workshop__top-case {
  font-size: 26px;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 24px;
    line-height: 1;
  }
}
.ux-design-workshop__top-case-image {
  width: 240px;
  height: 180px;
  margin: 0 auto;
}
.ux-design-workshop__top-solution-item:last-child
  > .ux-design-workshop__top-case-image {
  width: 247px;
  height: 180px;
}

.ux-design-workshop__top-description {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}
.ux-design-workshop__top-solution-description {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}
.ux-design-workshop__top-image {
  width: 100%;
  margin: 0 auto;
  @media screen and (min-width: 769px) {
    max-width: 640px;
    height: 240px;
  }
}
.ux-design-workshop__top-solution-image {
  width: 100%;
  margin: 0 auto;
  @media screen and (min-width: 769px) {
    width: 640px;
    height: 360px;
  }
}

/* PLAN */
.ux-design-workshop__plan {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  display: block;
  justify-items: center;
}
.ux-design-workshop__plan-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: calc(960px + 42px);
  margin: 0 auto;
  padding: 40px 21px;
  @media screen and (min-width: 769px) {
    gap: 56px;
    padding-block: 80px;
  }
}
.ux-design-workshop__plan-blowing {
  max-width: max-content;
  position: relative;
  color: #ffffff;
  background-color: #e73b64;
  border-radius: 200px;
  padding-block: 8px;
  padding-inline: 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 10px;
  @media screen and (min-width: 769px) {
    padding-block: 12px;
    font-size: 24px;
  }
}
.ux-design-workshop__plan-blowing::after {
  content: "";
  position: absolute;
  top: 12px;
  z-index: -1;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translateX(-50%);
  display: block;
  background-image: url("../img/ux-design-workshop/blowing-triangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  @media screen and (min-width: 769px) {
    top: 28px;
  }
}
.ux-design-workshop__plan-question {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  @media screen and (min-width: 769px) {
    margin-bottom: 24px;
  }
}
.ux-design-workshop__plan-question::before,
.ux-design-workshop__plan-question::after {
  content: "";
  display: block;
  width: 3px;
  height: 79px;
  background-color: #32282c;
  @media screen and (min-width: 769px) {
    height: 51px;
  }
}
.ux-design-workshop__plan-question::after {
  rotate: 17deg;
}
.ux-design-workshop__plan-question::before {
  rotate: -17deg;
}
.ux-design-workshop__plan-question-text {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    flex-direction: row;
    font-size: 32px;
    line-height: 1.5;
  }
}

.ux-design-workshop__plan-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  @media screen and (min-width: 769px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.ux-design-workshop__plan-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline: 12px;
  @media screen and (min-width: 769px) {
    padding-inline: 0;
  }
}
.ux-design-workshop__plan-item-description {
  min-height: 126px;
  text-align: center;
  padding: 20px 14px;
  border-radius: 16px;
  background-color: #f7f4ef;
}
.ux-design-workshop__plan-item-description--normal {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}
.ux-design-workshop__plan-item-description--bold {
  color: #e73b64;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}
.ux-design-workshop__plan-recommend {
  display: grid;
  place-items: center;
}
.ux-design-workshop__plan-recommend::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("../img/ux-design-workshop/triangle01.svg");
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.ux-design-workshop__plan-recommend-persona-image {
  width: 175px;
}
.ux-design-workshop__plan-recommend-usecase-image {
  width: 155px;
}
.ux-design-workshop__plan-recommend-set-image {
  width: 174px;
}
.ux-design-workshop__plan-recommend-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
  margin-top: 8px;
}
.ux-design-workshop__plan-recommend-text--small {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

.ux-design-workshop__plan-detail {
  display: grid;
  gap: 32px;
  @media screen and (min-width: 769px) {
    gap: 56px;
  }
}
.ux-design-workshop__plan-detail-wrapper {
  display: grid;
  gap: 24px;
  border-radius: 24px;
  background-color: #f7f4ef;
  padding: 20px;
  @media screen and (min-width: 769px) {
    padding: 48px;
  }
}
.ux-design-workshop__plan-detail-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  @media screen and (min-width: 769px) {
    grid-template-columns: 1fr auto;
  }
}
.ux-design-workshop__plan-detail-content-inner {
  display: grid;
  gap: 24px;
}
.ux-design-workshop__plan-detail-content-top {
  display: grid;
  gap: 16px;
}
.ux-design-workshop__plan-detail-persona-image {
  width: 100%;
  min-width: 243px;
  margin: 0 auto;
  @media screen and (min-width: 769px) {
    width: 350px;
    height: 220px;
  }
}
.ux-design-workshop__plan-detail-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 40px;
  }
}
.ux-design-workshop__plan-detail-tag {
  max-width: max-content;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 0;
}
.ux-design-workshop__plan-detail-amount {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}
.ux-design-workshop__plan-detail-amount > span {
  font-size: 40px;
  line-height: 0.9;
  margin-right: 4px;
}
.ux-design-workshop__plan-detail-text {
  margin-bottom: 0;
}

.ux-design-workshop__plan-detail-tips {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  @media screen and (min-width: 769px) {
    gap: 16px;
    flex-direction: row;
  }
}
.ux-design-workshop__plan-detail-tips-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}
.ux-design-workshop__plan-detail-tips-title::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/ux-design-workshop/icon-hint01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.ux-design-workshop__plan-detail-tips-list {
  margin-bottom: 0;
}
.ux-design-workshop__plan-detail-description {
  display: grid;
  gap: 16px;
}
.ux-design-workshop__plan-detail-description-list {
  display: flex;
  flex-wrap: wrap;
  word-break: auto-phrase;
  gap: 8px;
  margin-bottom: 0;
}
.ux-design-workshop__plan-detail-description-list:nth-child(-n + 4)
  .ux-design-workshop__plan-detail-description-term::before {
  content: "";
  display: block;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ux-design-workshop__plan-detail-description-list:nth-child(1)
  .ux-design-workshop__plan-detail-description-term::before {
  background-image: url("../img/ux-design-workshop/plan/plan-icon01.svg");
}
.ux-design-workshop__plan-detail-description-list:nth-child(2)
  .ux-design-workshop__plan-detail-description-term::before {
  background-image: url("../img/ux-design-workshop/plan/plan-icon02.svg");
}
.ux-design-workshop__plan-detail-description-list:nth-child(3)
  .ux-design-workshop__plan-detail-description-term::before {
  background-image: url("../img/ux-design-workshop/plan/plan-icon03.svg");
}
.ux-design-workshop__plan-detail-description-list:nth-child(4)
  .ux-design-workshop__plan-detail-description-term::before {
  background-image: url("../img/ux-design-workshop/plan/plan-icon04.svg");
}
.ux-design-workshop__plan-detail-description-term {
  display: flex;
  gap: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.ux-design-workshop__plan-detail-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ux-design-workshop__plan-detail-image {
  width: 132px;
  height: 100px;
  @media screen and (min-width: 769px) {
    width: 204px;
    height: 145px;
  }
}
.ux-design-workshop__plan-detail-caption {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 4px;
}
.ux-design-workshop__plan-comparison-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
  @media screen and (min-width: 769px) {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
.ux-design-workshop__plan-comparison-table-wrapper {
  overflow-x: scroll;
}
.ux-design-workshop__plan-comparison-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 960px;
  @media screen and (min-width: 769px) {
    min-width: 100%;
  }
}
.ux-design-workshop__plan-comparison-thead-tr,
.ux-design-workshop__plan-comparison-tbody-tr {
  display: grid;
  grid-template-columns: 104px repeat(3, 1fr);
}
.ux-design-workshop__plan-comparison-th {
  background-color: #ffebe1;
  padding: 12px;
  margin: 0;
}
.ux-design-workshop__plan-comparison-td {
  padding: 24px 40px;
}
.ux-design-workshop__plan-comparison-th,
.ux-design-workshop__plan-comparison-td {
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  display: grid;
  place-content: center;
}
.ux-design-workshop__plan-comparison-tbody-tr:nth-child(3)
  > .ux-design-workshop__plan-comparison-td {
  color: #32282c;
  font-size: 20px;
  line-height: 1.4;
}
.ux-design-workshop__plan-comparison-tbody-tr:nth-child(4)
  > .ux-design-workshop__plan-comparison-td {
  place-content: baseline;
  padding: 16px;
}
.ux-design-workshop__plan-comparison-thead-tr
  > .ux-design-workshop__plan-comparison-th {
  border-bottom: none;
}
.ux-design-workshop__plan-comparison-thead
  .ux-design-workshop__plan-comparison-th {
  color: #32282c;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 48px;
  text-align: center;
  border-top: 1px solid #bebebe;
}
.ux-design-workshop__plan-comparison-th:nth-child(2) {
  border-left: 1px solid #bebebe;
}
.ux-design-workshop__plan-comparison-tbody-tr
  > .ux-design-workshop__plan-comparison-th {
  color: #32282c;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  padding: 24px 18px;
  border-left: 1px solid #bebebe;
}
.ux-design-workshop__plan-comparison-tbody-tr:first-child {
  border-top: 1px solid #bebebe;
}

/* DELIVERABLE */
.ux-design-workshop__deliverable-content-inner {
  width: 100%;
  max-width: calc(1120px + 32px);
  margin: 0 auto;
  padding: 40px 16px;
  @media screen and (min-width: 769px) {
    padding-block: 80px;
  }
}
.ux-design-workshop__deliverable-inner {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 40px 19px;
  margin-top: 32px;
  @media screen and (min-width: 769px) {
    border-radius: 48px;
    padding: 64px 20px;
    margin-top: 52px;
  }
}
.ux-design-workshop__deliverable-list {
  display: grid;
  gap: 32px;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    gap: 40px;
  }
}
.ux-design-workshop__deliverable-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  @media screen and (min-width: 769px) {
    padding-inline: 60px;
    grid-template-columns: 304px 1fr;
  }
}
.ux-design-workshop__deliverable-image {
  width: 100%;
}
.ux-design-workshop__deliverable-item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  @media screen and (min-width: 769px) {
    gap: 16px;
  }
}
.ux-design-workshop__deliverable-item-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.ux-design-workshop__deliverable-item-description {
}
.ux-design-workshop__deliverable-item-description > p {
  margin-bottom: 0;
}
.ux-design-workshop__deliverable-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ux-design-workshop__deliverable-item-tag {
  color: #ffffff;
  background-color: #6f686b;
  height: max-content;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.24px;
  margin-bottom: 0;
}

/* お問い合わせ導線 */
.ux-design-workshop__contact-cta {
  background-color: #ffffff;
  padding-block: 56px;
  display: flex;
  justify-content: center;
}
.ux-design-workshop__contact-cta__inner {
  width: 100%;
  max-width: calc(327px + 16px);
  display: grid;
  gap: 24px;
  padding-inline: 8px;
  @media screen and (min-width: 769px) {
    max-width: calc(840px + 16px);
  }
}
.ux-design-workshop__contact-cta__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
  @media screen and (min-width: 769px) {
    font-size: 24px;
    line-height: 1.5;
  }
}
.ux-design-workshop__contact-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  @media screen and (min-width: 769px) {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ux-design-workshop__contact-button,
.ux-design-workshop__contact-dl-button {
  width: 100%;
  max-width: 327px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 8px;
  background-color: #32282c;
  color: #ffffff;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 16px;
  padding-block: 16px;
  @media screen and (min-width: 769px) {
    max-width: 408px;
    padding: 8px 24px;
  }
}
.ux-design-workshop__contact-button-text,
.ux-design-workshop__contact-dl-button-text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  @media screen and (min-width: 769px) {
    gap: 16px;
    font-size: 24px;
  }
}
.ux-design-workshop__contact-button-text::before,
.ux-design-workshop__contact-dl-button-text::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.ux-design-workshop__contact-button-text::before {
  width: 36px;
  height: 36px;
  background-image: url("../img/contacticon02.svg");
  @media screen and (min-width: 769px) {
    width: 64px;
    height: 64px;
  }
}
.ux-design-workshop__contact-dl-button-text::before {
  width: 36px;
  height: 36px;
  background-image: url("../img/downloadicon02.svg");
  @media screen and (min-width: 769px) {
    width: 60px;
    height: 60px;
  }
}
.ux-design-workshop__contact-button::after,
.ux-design-workshop__contact-dl-button::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/arrow-white-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  @media screen and (min-width: 769px) {
    width: 24px;
    height: 24px;
  }
}

/* FLOW */

.ux-design-workshop__flow-content-inner {
  width: 100%;
  max-width: calc(960px + 32px);
  margin: 0 auto;
  padding: 40px 16px;
  @media screen and (min-width: 769px) {
    padding-block: 64px;
  }
}
.ux-design-workshop__flow-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  @media screen and (min-width: 769px) {
    flex-direction: row;
    margin-top: 40px;
  }
}
.ux-design-workshop__flow-item {
  width: 100%;
  padding: 24px 16px;
  border-radius: 16px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  @media screen and (min-width: 769px) {
    height: 355px;
    max-width: 217px;
    gap: 18px;
  }
}
.ux-design-workshop__flow-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  @media screen and (min-width: 769px) {
    flex-direction: column;
    gap: 18px;
  }
}
.ux-design-workshop__flow-body {
  display: flex;
  flex-direction: row;
  gap: 16px;
  @media screen and (min-width: 769px) {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}
.ux-design-workshop__flow-item-triangle {
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #e73b64;
  rotate: 90deg;
  @media screen and (min-width: 769px) {
    rotate: none;
  }
}
.ux-design-workshop__flow-number {
  font-family: futura-pt, sans-serif;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.68px;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 34px;
    line-height: 1;
    font-size: 48px;
  }
}
.ux-design-workshop__flow-image {
  width: 64px;
  height: 64px;
  @media screen and (min-width: 769px) {
    width: 84px;
    height: 84px;
  }
}
.ux-design-workshop__flow-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}
.ux-design-workshop__flow-description-text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* CASE */
.ux-design-workshop__case {
  background-color: #ffebe1;
}
.ux-design-workshop__case-content-inner {
  width: 100%;
  max-width: calc(960px + 32px);
  margin: 0 auto;
  padding: 40px 16px;
  @media screen and (min-width: 769px) {
    padding-block: 64px;
  }
}
.ux-design-workshop__case-top {
  position: relative;
  height: 160px;
  @media screen and (min-width: 769px) {
    height: 144px;
  }
}
.ux-design-workshop__case-top::before,
.ux-design-workshop__case-top::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.ux-design-workshop__case-top::before {
  position: absolute;
  bottom: 0;
  left: -8px;
  background-image: url("../img/ux-design-workshop/case/human-image01.png");
  width: 134px;
  height: 73px;
  @media screen and (min-width: 769px) {
    width: 205px;
    height: 121px;
  }
}
.ux-design-workshop__case-top::after {
  position: absolute;
  bottom: 0;
  right: 8px;
  background-image: url("../img/ux-design-workshop/case/human-image02.png");
  width: 85px;
  height: 78px;
  @media screen and (min-width: 769px) {
    width: 131px;
    height: 130px;
  }
}

.ux-design-workshop__case-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  @media screen and (min-width: 769px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.ux-design-workshop__case-item {
  display: grid;
  gap: 24px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 17px;
  padding: 24px;
  @media screen and (min-width: 769px) {
    padding: 32px;
  }
}
.ux-design-workshop__case-head-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}
.ux-design-workshop__case-head-title {
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: normal;
  @media screen and (min-width: 769px) {
    font-size: 32px;
  }
}
.ux-design-workshop__case-head-description {
  display: grid;
  gap: 0;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    gap: 8px;
  }
}
.ux-design-workshop__case-head-term {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  @media screen and (min-width: 769px) {
    font-size: 20px;
  }
}
.ux-design-workshop__case-head-text {
  font-size: 12px;
  line-height: 1.5;
  @media screen and (min-width: 769px) {
    font-size: 16px;
  }
}
.ux-design-workshop__case-head-detail {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  @media screen and (min-width: 769px) {
    font-size: 16px;
  }
}
.ux-design-workshop__case-image {
  width: 100%;
  @media screen and (min-width: 769px) {
    max-width: 400px;
    object-fit: cover;
    height: 280px;
  }
}
.ux-design-workshop__case-item-description {
  display: grid;
  gap: 8px;
}
.ux-design-workshop__case-item-description-inner {
  display: grid;
  gap: 8px;
}
.ux-design-workshop__case-item-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 16px;
  }
}
.ux-design-workshop__case-item-title::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/ux-design-workshop/icon-bug.svg");
  background-repeat: no-repeat;
  background-size: contain;
  @media screen and (min-width: 769px) {
    width: 24px;
    height: 24px;
  }
}
.ux-design-workshop__case-item-text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 14px;
  }
}
.ux-design-workshop__case-hint {
  display: grid;
  align-items: center;
  grid-template-columns: 24px auto;
  gap: 8px;
  border-radius: 2px;
  background-color: #f7f4ef;
  margin-bottom: 0;
  padding: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  @media screen and (min-width: 769px) {
    grid-template-columns: 32px auto;
    font-size: 16px;
    padding: 16px;
  }
}
.ux-design-workshop__case-hint::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/ux-design-workshop/icon-hint02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  @media screen and (min-width: 769px) {
    width: 32px;
    height: 32px;
  }
}

/* お問い合わせ */
.ux-design-workshop__contact {
  background-color: #ffffff;
}
.ux-design-workshop__contact-content-inner {
  width: 100%;
  max-width: calc(960px + 32px);
  margin: 0 auto;
  padding: 40px 16px;
  @media screen and (min-width: 769px) {
    padding-block: 71px;
  }
}
.ux-design-workshop__contact-wrapper {
  margin-top: 40px;
  width: 100%;
  height: 800px;
}

/* FAQ */
.ux-design-workshop__faq {
  background-color: #f7f4ef;
}
.ux-design-workshop__faq-content-inner {
  width: 100%;
  max-width: calc(960px + 42px);
  margin: 0 auto;
  padding: 40px 21px;
  @media screen and (min-width: 769px) {
    padding-block: 64px;
  }
}
.ux-design-workshop__faq-list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    margin-top: 40px;
  }
}
.ux-design-workshop__faq-item {
  display: grid;
  gap: 8px;
  padding: 24px;
  border-radius: 16px;
  background-color: #ffffff;
  @media screen and (min-width: 769px) {
    padding: 32px;
  }
}
.ux-design-workshop__faq-question,
.ux-design-workshop__faq-answer {
  font-family: futura-pt, sans-serif;
  display: flex;
  gap: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  @media screen and (min-width: 769px) {
    font-size: 24px;
    line-height: 1;
  }
}
.ux-design-workshop__faq-question > span,
.ux-design-workshop__faq-answer > span {
  white-space: nowrap;
}
.ux-design-workshop__faq-answer-content {
  display: grid;
}
.ux-design-workshop__answer {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 16px;
  }
}
.ux-design-workshop__question {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    line-height: 1.4;
    font-size: 20px;
  }
}

/* UX MENU */
.ux-design-workshop__menu {
  background-color: #ffffff;
}
.ux-design-workshop__menu-top-text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  @media screen and (min-width: 769px) {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.ux-design-workshop__menu-content-inner {
  width: 100%;
  max-width: calc(960px + 32px);
  margin: 0 auto;
  padding: 40px 21px;
  @media screen and (min-width: 769px) {
    padding-block: 71px;
  }
}
.ux-design-workshop__menu-inner {
  display: grid;
}
.ux-design-workshop__menu-top-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    flex-direction: row;
    font-size: 20px;
    line-height: 1.5;
  }
}
.ux-design-workshop__menu-top-text-wrapper::before,
.ux-design-workshop__menu-top-text-wrapper::after {
  content: "";
  display: block;
  width: 1px;
  height: 55px;
  background-color: #32282c;
  @media screen and (min-width: 769px) {
    height: 32px;
  }
}
.ux-design-workshop__menu-top-text-wrapper::after {
  rotate: 13deg;
}
.ux-design-workshop__menu-top-text-wrapper::before {
  rotate: -13deg;
}
.ux-design-workshop__menu-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  margin-top: 48px;
  margin-bottom: 24px;
  @media screen and (min-width: 769px) {
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
    margin-block: 40px;
  }
}
.ux-design-workshop__menu-item-content {
  display: flex;
  gap: 8px;
  @media screen and (min-width: 769px) {
    flex-direction: column;
  }
}
.ux-design-workshop__menu-image {
  width: 80px;
  height: 80px;
  @media screen and (min-width: 769px) {
    margin: 0 auto;
    width: 120px;
    height: 120px;
  }
}
.ux-design-workshop__menu-divider--pc,
.ux-design-workshop__menu-divider--sp {
  width: 100%;
  height: 1px;
  background-color: #989395;
}
.ux-design-workshop__menu-divider--pc {
  display: none;
  @media screen and (min-width: 769px) {
    display: block;
  }
}
.ux-design-workshop__menu-divider--sp {
  display: block;
  margin-bottom: 8px;
  @media screen and (min-width: 769px) {
    display: none;
  }
}

.ux-design-workshop__menu-content {
  display: grid;
  gap: 4px;
  @media screen and (min-width: 769px) {
    gap: 8px;
  }
}
.ux-design-workshop__menu-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 0;
}
.ux-design-workshop__menu-description-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
  }
}
.ux-design-workshop__menu-work-button {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  place-items: center;
  gap: 16px;
  border-radius: 8px;
  background-color: #32282c;
  color: #ffffff;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 16px;
  padding-block: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  @media screen and (min-width: 769px) {
    width: 408px;
    font-size: 24px;
    padding: 19px 24px;
  }
}
.ux-design-workshop__menu-work-button::after {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.ux-design-workshop__menu-work-button::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/icon-external.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* その他 */
.ux-design-workshop__other-content-inner {
  width: 100%;
  max-width: calc(1120px + 42px);
  margin: 0 auto;
  padding: 40px 21px;
  @media screen and (min-width: 769px) {
    padding-block: 71px;
  }
}
.ux-design-workshop__other-top-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
  margin-bottom: 16px;
  @media screen and (min-width: 769px) {
    gap: 32px;
    margin-bottom: 54px;
  }
}
.ux-design-workshop__other-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 32px;
    line-height: 1.5;
  }
}
.ux-design-workshop__other-top > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  @media screen and (min-width: 769px) {
    flex-direction: row;
  }
}
.ux-design-workshop__other-top-wrapper::before,
.ux-design-workshop__other-top-wrapper::after {
  content: "";
  display: block;
  width: 3px;
  height: 105px;
  background-color: #32282c;
  @media screen and (min-width: 769px) {
    height: 86px;
  }
}
.ux-design-workshop__other-top-wrapper::after {
  rotate: 30deg;
}
.ux-design-workshop__other-top-wrapper::before {
  rotate: -30deg;
}
.ux-design-workshop__other-inner {
  display: grid;
  gap: 32px;
  background-color: #ffffff;
  padding: 32px 16px;
  border-radius: 16px;
  @media screen and (min-width: 769px) {
    gap: 64px;
    padding: 64px 80px;
    border-radius: 48px;
  }
}
.ux-design-workshop__other-content {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  gap: 22px;
  @media screen and (min-width: 1024px) {
    grid-template-columns: 1fr 1fr;
  }
}
.ux-design-workshop__other-image {
  order: 2;
  width: 100%;
  @media screen and (min-width: 769px) {
    order: 1;
    width: 453px;
    height: 317px;
  }
}
.ux-design-workshop__other-text-wrapper {
  width: 100%;
  order: 1;
  @media screen and (min-width: 769px) {
    order: 2;
  }
}
.ux-design-workshop__other-subtext {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 16px;
  }
}
.ux-design-workshop__other-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 22px;
  @media screen and (min-width: 769px) {
    font-size: 24px;
    line-height: 1.6;
  }
}
.ux-design-workshop__other-services-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  @media screen and (min-width: 769px) {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.ux-design-workshop__other-services-image {
  width: 100%;
  @media screen and (min-width: 769px) {
    width: 248px;
    height: 190px;
  }
}
.ux-design-workshop__other-services {
  background-color: #f7f4ef;
  padding: 16px;
  border-radius: 24px;
  @media screen and (min-width: 769px) {
    padding: 32px;
  }
}
.ux-design-workshop__other-services-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
  @media screen and (min-width: 769px) {
    font-size: 24px;
    line-height: 1;
  }
}
.ux-design-workshop__other-services-list-wrapper {
  display: flex;
  flex-direction: column;
  @media screen and (min-width: 1024px) {
    flex-direction: row;
    gap: 40px;
  }
}
.ux-design-workshop__other-services-list {
  margin-bottom: 0;
}

.ux-design-workshop__other-bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  @media screen and (min-width: 769px) {
    gap: 32px;
  }
}
.ux-design-workshop__menu-inner {
  display: grid;
}
.ux-design-workshop__other-bottom-content {
  display: grid;
  gap: 16px;
  place-content: center;
}
.ux-design-workshop__other-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 24px;
    line-height: 1.5;
  }
}
.ux-design-workshop__other-bottom-wrapper::before,
.ux-design-workshop__other-bottom-wrapper::after {
  content: "";
  display: block;
  width: 2px;
  height: 57px;
  background-color: #32282c;
  @media screen and (min-width: 769px) {
  }
}
.ux-design-workshop__other-bottom-wrapper::after {
  rotate: 30deg;
}
.ux-design-workshop__other-bottom-wrapper::before {
  rotate: -30deg;
}
.ux-design-workshop__site-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  @media screen and (min-width: 769px) {
    flex-direction: row;
  }
}
.ux-design-workshop__site-link {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
  @media screen and (min-width: 769px) {
  }
}
.ux-design-workshop__site-link::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-black-external.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* お問い合わせ導線 */
.ux-design-workshop__workshop-contact {
  padding-top: 40px;
  background-color: #e73b64;
}
.ux-design-workshop__workshop-contact-inner {
  width: 100%;
  max-width: 782px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 12px;
  margin: 0 auto;
  @media screen and (min-width: 769px) {
    grid-template-columns: auto 1fr;
  }
}
.ux-design-workshop__workshop-contact-image {
  width: 350px;
  height: 191px;
  order: 2;
  margin: 0 auto;
  @media screen and (min-width: 769px) {
    order: 1;
    width: 100%;
    height: auto;
    max-width: 350px;
    aspect-ratio: 350 / 239;
  }
}
.ux-design-workshop__workshop-contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 1;
  @media screen and (min-width: 769px) {
    order: 2;
  }
}
.ux-design-workshop__workshop-contact-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 8px;
  background-color: #ffffff;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 16px;
  padding-block: 16px;
  max-width: 343px;
  @media screen and (min-width: 769px) {
    max-width: 408px;
    padding: 6px 24px;
  }
}
.ux-design-workshop__workshop-contact-button-text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  @media screen and (min-width: 769px) {
    gap: 16px;
    font-size: 24px;
    word-break: keep-all;
  }
}
.ux-design-workshop__workshop-contact-button-text::before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.ux-design-workshop__workshop-contact-button-text::before {
  width: 36px;
  height: 36px;
  background-image: url("../img/contacticon.svg");
  @media screen and (min-width: 769px) {
    width: 64px;
    height: 64px;
  }
}
.ux-design-workshop__workshop-contact-button::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/arrow-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  @media screen and (min-width: 769px) {
    width: 24px;
    height: 24px;
  }
}
.ux-design-workshop__workshop-contact-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
  @media screen and (min-width: 769px) {
    text-align: left;
  }
}

.ux-design-workshop--break {
  display: block;
}
.ux-design-workshop--sp-break {
  display: block;
  @media screen and (min-width: 769px) {
    display: inline;
  }
}
.ux-design-workshop--underline {
  position: relative;
  z-index: 0;
}
.ux-design-workshop--underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 8px;
  display: inline-block;
  background-color: #ffdc78;
  z-index: -1;
  @media screen and (min-width: 769px) {
    height: 12px;
  }
}

/* UXデザイン ワークショップ DLフォーム */
.ux-design-workshop-dl {
}
.ux-design-workshop-dl__inner {
  padding: 180px 0 105px;
  @media screen and (min-width: 1024px) {
    padding: 180px 100px 105px;
  }
}

.ux-design-workshop-dl__title {
  padding-left: calc(38px + 24px);
  @media screen and (min-width: 769px) {
    padding-left: calc(96px + 24px);
  }
  @media screen and (min-width: 1024px) {
    padding-left: 96px;
    padding-bottom: 70px;
  }
}

.ux-design-workshop-dl__content {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1240px;
  gap: 32px;
  margin: 0 auto;
  @media screen and (min-width: 1024px) {
    grid-template-columns: auto minmax(400px, 1fr);
  }
}

.ux-design-workshop-dl__description {
  display: grid;
  gap: 40px;
  grid-template-rows: auto 1fr;
  padding-inline: 24px;
  @media screen and (min-width: 1024px) {
    padding: 0;
  }
}

.ux-design-workshop-dl__images {
  display: flex;
  gap: 12px;
  justify-content: center;
  @media screen and (min-width: 1024px) {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.ux-design-workshop-dl__image-suggestion,
.ux-design-workshop-dl__image-plan {
  width: 100%;
  height: 100%;
  min-width: 157px;
  min-height: 112px;
  @media screen and (min-width: 1024px) {
    width: 298px;
    height: 213px;
  }
}
.ux-design-workshop-dl__form {
  width: 100%;
  display: grid;
  gap: 24px;
  padding: 48px 24px;
  background-color: #ffffff;
  @media screen and (min-width: 1024px) {
    border-radius: 16px;
    padding: 48px 56px;
  }
}
.ux-design-workshop-dl__form-item {
  display: grid;
  gap: 8px;
}
.ux-design-workshop-dl__form-info {
  text-align: center;
  display: grid;
  gap: 16px;
}
.ux-design-workshop-dl__form-label {
  font-size: 16px;
  font-weight: 700;
}
.ux-design-workshop-dl__form-input {
  width: 100%;
  height: 48px;
  padding: 16px 24px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  border: none;
  background-color: #f5f5f5;
}

.ux-design-workshop-dl__form-input:focus,
.ux-design-workshop-dl__form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #1891bc;
}
.ux-design-workshop-dl__form-input.is-error,
.ux-design-workshop-dl__form-textarea.is-error {
  outline: none;
  box-shadow: 0 0 0 2px #f20;
}
.ux-design-workshop-dl__form-input::placeholder,
.ux-design-workshop-dl__form-textarea::placeholder {
  color: #989395;
}
.error-message {
  color: #f20;
}

.ux-design-workshop-dl__form-textarea {
  width: 100%;
  height: 140px;
  min-height: 50px;
  padding: 16px 24px;
  border: none;
  font-size: 16px;
  line-height: 1;
  border: none;
  background-color: #f5f5f5;
  resize: vertical;
}
.ux-design-workshop-dl__form-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background-color: #f5f5f5;
  margin: 0;
}
.ux-design-workshop-dl__form-radio:has(
    .ux-design-workshop-dl__form-radio-button:checked
  ) {
  background-color: #fdecf0;
}
.ux-design-workshop-dl__form-radio-button {
  position: relative;
  min-width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  cursor: pointer;
  border: 1px solid #989395;
  border-radius: 50%;
}
.ux-design-workshop-dl__form-radio-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #e73b64;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.ux-design-workshop-dl__form-radio-button:checked::after {
  opacity: 1;
}
.ux-design-workshop-dl__form-radio-label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
}
.ux-design-workshop-dl__form-agree-checkbox {
  background-color: #eae9ea;
}

.ux-design-workshop-dl__info {
  display: grid;
  gap: 32px;
}
.ux-design-workshop-dl__info {
  display: grid;
  gap: 32px;
  grid-template-rows: auto 1fr;
}
.ux-design-workshop-dl__info-content {
  grid-template-rows: auto 1fr;
  display: grid;
  gap: 10px;
}
.ux-design-workshop-dl__info-title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
.ux-design-workshop-dl__info-list {
  margin: 0;
}
.ux-design-workshop-dl__info-item {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
}

.ux-design-workshop-dl__policy-link {
  color: #1891bc;
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  word-break: auto-phrase;
}

.ux-design-workshop-dl__form-agree {
  display: grid;
}
.ux-design-workshop-dl__form-agree-check {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
}
.ux-design-workshop-dl__form-agree-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #eae9ea;
}
.ux-design-workshop-dl__form-agree-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ux-design-workshop-dl__form-submit {
  max-width: 200px;
  width: 100%;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 16px 40px;
  background-color: #32282c;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}
.ux-design-workshop-dl__form-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: inline-block;
  background-image: url("../img/arrow-white-btn.svg");
  width: 24px;
  height: 24px;
}
.ux-design-workshop-dl__form-submit:hover {
  opacity: 0.5;
  transition: 0.3s;
}

/* サンクスページ（UX DLフォーム） */
.ux-design-workshop-thanks {
  padding: 180px 24px 105px;
  @media screen and (min-width: 769px) {
    padding-inline: 100px;
  }
  .ux-design-workshop-thanks__text {
    margin-bottom: 0;
  }
  .ux-design-workshop-thanks__images {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
    @media screen and (min-width: 769px) {
      margin-top: 40px;
    }
  }
  .ux-design-workshop-thanks__image-suggestion,
  .ux-design-workshop-thanks__image-plan {
    width: 157px;
    height: 112px;
    @media screen and (min-width: 769px) {
      width: 279px;
      height: 198px;
    }
  }
  .ux-design-workshop-thanks__download-link {
    max-width: 192px;
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: flex-end;
    text-decoration: none;
    color: #ffffff;
    background-color: #32282c;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    @media screen and (min-width: 769px) {
      max-width: 280px;
      font-size: 24px;
      padding: 19px 24px;
    }
  }
  .ux-design-workshop-thanks__download-link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/arrow-white-btn.svg");
    background-size: cover;
    @media screen and (min-width: 769px) {
      width: 24px;
      height: 24px;
    }
  }
}

/* セクションごとのタイトルとサブタイトル */
.ux-section-title {
  font-family: futura-pt, sans-serif;
  display: grid;
  gap: 8px;
  text-align: center;
  margin-bottom: 0;
}
.ux-section-title__headline {
  color: #000000;
}
.ux-section-title__sub-title {
  color: #32282c;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
  @media screen and (min-width: 769px) {
    font-size: 24px;
    line-height: 1;
  }
}
.ux-section-title--sm {
  font-size: 48px;
  line-height: 1;
}
.ux-section-title--md {
  font-size: 60px;
  line-height: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Object - utility
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.sp-hide {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
  .sp-hide {
    display: initial !important;
  }
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.side-padding {
  padding: 1em;
  text-align: center;
}
.mt-40 {
  margin-top: 40px;
}
