@charset "utf-8";

/*		Contents
---------------------------------------------------------------------------

	サブページ

------------------------------------------------------------------------ */



/* ヘッダー（サブページ）
-------------------------------------------------------  */

.sub-page .header-wrapper {
  margin-bottom: 80px;
  padding-bottom: 28px;
}


@media screen and (max-width: 768px) {
  .sub-page .header-wrapper {
    margin-bottom: 48px;
    padding-bottom: 20px;
  }
}



/* アーカイブページ（Works）
-------------------------------------------------------  */

#archive .works-wrapper {
  margin-bottom: 20px;
}

#archive .works-content {
  margin-bottom: 0;
}

.blur-point {
  position: relative;
}

.blur-point::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -140px;
  background: url(../../img/common/bg-blur.png) no-repeat center;
  background-size: cover;
  width: 290px;
  height: 379px;
  aspect-ratio: 290 / 379;
}

.works-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}

.works-tag-link {
  display: inline-flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--aqua-green);
  border-radius: 999px;
}

.works-now-tag {
  background-color: var(--aqua-green);
  color: #fff;
}


@media screen and (max-width: 768px) {


  #archive .works-wrapper {
    margin-bottom: 0;
  }

  .blur-point {
    overflow-x: clip;
  }

  .blur-point::before {
      top: -48px;
      right: -15px;
      width: 150px;
      height: auto;
      aspect-ratio: 290 / 379;
  }
}




/* 個別ページ（Works）
-------------------------------------------------------  */

@media screen and (min-width: 769px) {
  .single-works .blur-point::before {
    top: -120px;
    right: -240px;
  }
}

.works-single-title {
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.works-single-type-txt {
  margin-bottom: 40px;
}

.works-single-thumb {
  margin-bottom: 100px;
}

.works-single-thumb img {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 768px) {
  .works-single-title {
    font-size: 3.2rem;
  }
}



/* Overview 案件概要
--------------------------*/

.overview-wrapper {
  margin-bottom: 120px;
}


@media screen and (max-width: 768px) {
  .overview-wrapper {
    margin-bottom: 100px;
  }
}



/* Point デザインのポイント
--------------------------*/

.point-wrapper {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .point-wrapper {
    margin-bottom: 100px;
  }
}




/* PC バソコン
--------------------------*/

.works-single-pc-wrapper {
  margin-bottom: 100px;
}

.works-title-content {
  position: relative;
}

.works-single-design {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  padding: 24px 40px 40px 40px;
  background-color: var(--right-gray);
}

.works-img-block {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  overflow: hidden;
  max-height: 740px;
  overflow-y: scroll;
}

.works-scroll-txt {
  position: relative;
  padding-inline: 24px;
  font-size: 1.8rem;
}

.works-scroll-txt::before {
  content: '';
  position: absolute;
  top: 24%;
  right: 0px;
  transform: rotate(90deg);
  background: url(../../img/common/icon-black-arrow.png) no-repeat center;
  background-size: cover;
  width: 17px;
  height: 14px;
  /* animation: arrowDown 2.5s infinite; */
}

/* 下方向にループするkeyframes */
/* @keyframes arrowDown {
  0% {
    transform: translateY(0) rotate(90deg);
    opacity: 1;
  }
  50% {
    transform: translateY(10px) rotate(90deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(90deg);
    opacity: 0;
  }
} */

.works-single-design img {
  height: auto;
}

.works-link-block {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.before-link,
.next-link {
  max-width: 160px;
  min-width: 160px;
}


@media screen and (max-width: 767px) {
  .works-single-design {
    flex-direction: column;
    height: 532px;
    padding: 12px 20px 20px 20px;
    gap: 12px;
  }

  .works-scroll-txt {
    font-size: 1.6rem;
    padding-inline: 20px;
  }

  .works-scroll-txt::before {
    width: 14px;
    height: 11px;
  }

  .works-img-block {
    flex-direction: column;
    gap: 72px;
  }

  .works-link-block {
    display: grid;
    flex-direction: column;
  }

  .before-next-link {
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .back-works-link-block {
    text-align: center;
  }

  .before-link,
  .next-link {
    max-width: 160px;
    min-width: 160px;
  }
}


@media screen and (max-width: 350px) {
  .before-next-link {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}



/* SP スマートフォン
--------------------------*/

.works-single-sp-wrapper {
  margin-bottom: 80px;
}



/* 個別ページ（About）
-------------------------------------------------------  */

.about-details-wrapper {
  margin-bottom: 132px;
}

.introduction-content {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.introduction-block {
  display: grid;
  gap: 32px;
}


.table {
  width: 100%;
}

.table tr {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 20px 0;
  border-bottom: 1px solid var(--gray);
}

.table tr:first-of-type {
  border-top: 1px solid var(--gray);
}

.table td:first-of-type {
  min-width: 128px;
  font-weight: 700;
}

.table ul li {
  position: relative;
  padding-left: 16px;
}

.table ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
}

.overview-table ul li::before {
  background-color: var(--aqua-green);
}

.overview-table td a {
  color: var(--aqua-green);
}

.point-table ul li::before {
  background-color: var(--orange);
}

.point-table td a {
  color: var(--orange);
}

/* .overview-table ul li a {
  border-bottom: 1px solid var(--aqua-green);
}

.point-table ul li a {
  color: var(--orange);
} */


@media screen and (max-width: 768px) {

  .about-details-wrapper {
    margin-bottom: 100px;
  }

  .introduction-content {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    flex-direction: column;
  }

  .table tr {
    flex-direction: column;
    align-items: baseline;
    gap: 12px;
  }
}



/* History 沿革
-------------------*/

.history-wrapper {
  margin-bottom: 132px;
}

.history-item {
  position: relative;
  border-left: 2px solid var(--gray);
  padding: 0 0 32px 80px;
  margin-left: 8px;
}

.history-item:last-of-type {
  padding-bottom: 0;
}

.history-item::before {
  position: absolute;
  content: '';
  top: 8px;
  left: -8px;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background-color: var(--aqua-green);
}

.history-item::after {
  position: absolute;
  content: '';
  top: 13px;
  left: 10px;
  width: 32px;
  height: 4px;
  background-image: radial-gradient(circle, var(--aqua-green) 2px, transparent 2px);
  background-size: 8px 4px;
  background-repeat: repeat-x;
  background-position: left center;
}

.history-title {
  font-size: 2.0rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}


@media screen and (max-width: 767px) {

  .history-wrapper {
    margin-bottom: 100px;
  }

  .history-txt-block {
    display: grid;
    gap: 20px;
  }

  .history-item {
    padding: 0 0 32px 60px;
  }
}



/* Strength 強み
-------------------*/

.strength-wrapper {
  margin-bottom: 132px;
}

.strength-outer {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 32px;
}

.strength-outer:last-of-type {
  margin-bottom: 0;
}

.strength-content {
  width: 220px;
  height: 220px;
  border: 3px solid var(--orange);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-shrink: 0;
}

.strength-block {
  text-align: center;
}

.strength-title {
  font-size: 2.0rem;
  font-weight: 700;
}

.strength-txt-block {
  display: grid;
  gap: 28px;
}


@media screen and (max-width: 768px) {

  .strength-wrapper {
    margin-bottom: 100px;
  }

  .strength-outer {
    flex-direction: column;
    margin-bottom: 68px;
  }

  .strength-txt-block {
    gap: 20px;
  }
}



/* Skills 今のスキル
-------------------*/

.skills-title {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.skills-outer {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.skills-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.skills-img {
  min-width: 108px;
  text-align: center;
}

.skills-txt-block {
  display: grid;
  gap: 8px;
}

.skills-code-txt {
  margin-bottom: 60px;
}

.skills-item {
  position: relative;
  padding-left: 16px;
}

.skills-item::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background-color: var(--aqua-green);
}


@media screen and (max-width: 768px) {
  .skills-outer {
    flex-direction: column;
    align-items: flex-start;
  }
}



/* 個別ページ（Disease）
-------------------------------------------------------  */

.disease-txt {
  margin-bottom: 48px;
}



/* 404ページ
-------------------------------------------------------  */

.not-found-wrapper {
  padding: 120px 0;
}

.not-found-txt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}