html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 560px) {
  #page-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

.page-about {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .page-about {
    width: 95%;
    padding: 0 16px;
  }
}

.page-about .entry-header,
.page-about .entry-header::before,
.page-about .entry-header::after {
  background-color: #f0faf7;
  position: relative;
  padding: 10px 24px;
}

@media screen and (max-width: 767px) {
  .page-about .entry-header {
    padding: 10px;
  }
}

.page-about .entry-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(-1 * (100vw - 100%) / 2);
  width: calc((100vw - 100%) / 2);
  height: 100%;
}

.page-about .entry-header::after {
  position: absolute;
  content: "";
  top: 0;
  right: calc(-1 * (100vw - 100%) / 2);
  width: calc((100vw - 100%) / 2);
  height: 100%;
}

@media screen and (max-width: 767px) {
  .page-about .entry-header::before,
  .page-about .entry-header::after {
    padding: 0;
    max-width: 40px;
  }
}

.page-about .entry-header .entry-title {
  padding: 40px 16px;
}

@media screen and (max-width: 1000px) {
  .page-about .entry-header .entry-title {
    padding: 0 16px;
  }
}

@media screen and (max-width: 560px) {
  .page-about .entry-header .entry-title {
    padding: 0;
  }
}

.page-about .entry-header .entry-title .sub-title {
  font-size: 20px;
  color: #4abaa4;
  font-weight: 700;
}

.page-about .entry-header .entry-title .main-title {
  font-size: 36px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .page-about .entry-header .entry-title .main-title {
    font-size: 28px;
    letter-spacing: 2px;
  }
}

.page-about .entry-header .anchor .anchor-list ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0;
  margin: 32px auto;
  list-style: none;
}

@media screen and (max-width: 1000px) {
  .page-about .entry-header .anchor .anchor-list ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.page-about .entry-header .anchor .anchor-list ul li {
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .page-about .entry-header .anchor .anchor-list ul li {
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 560px) {
  .page-about .entry-header .anchor .anchor-list ul li {
    width: 90%;
  }
}

.page-about .entry-header .anchor .anchor-list ul li a {
  text-decoration: none;
}

.page-about .entry-header .anchor .anchor-list ul li a:hover {
  opacity: unset;
}

.page-about .entry-header .anchor .anchor-list ul li .contents-wrapper {
  border: solid 1px #333;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  font-size: 21px;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  display: flex;
  gap: 16px;
  justify-content: space-evenly;
}

.page-about .entry-header .anchor .anchor-list ul li a:hover .contents-wrapper {
  border-color: #4abaa4;
}

.page-about
  .entry-header
  .anchor
  .anchor-list
  ul
  li
  .contents-wrapper
  .number-wrapper {
  background-color: #f0f0f0;
  width: 42px;
  height: 42px;
  border-radius: 26.5px;
  position: relative;
}

.page-about
  .entry-header
  .anchor
  .anchor-list
  ul
  li
  a:hover
  .contents-wrapper
  .number-wrapper {
  background-color: #f0faf7;
}

.page-about
  .entry-header
  .anchor
  .anchor-list
  ul
  li
  .contents-wrapper
  .number-wrapper
  .number {
  position: absolute;
  top: 10%;
  left: 23%;
}

.page-about
  .entry-header
  .anchor
  .anchor-list
  ul
  li
  a:hover
  .contents-wrapper
  .number-wrapper
  .number {
  color: #4abaa4;
}

.page-about .entry-header .anchor .anchor-list ul li .contents-wrapper .text {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
}

.page-about
  .entry-header
  .anchor
  .anchor-list
  ul
  li
  a:hover
  .contents-wrapper
  .text {
  color: #4abaa4;
}

.page-about
  .entry-header
  .anchor
  .anchor-list
  ul
  li
  .contents-wrapper
  .arrow::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 13px;
  height: 13px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}

.page-about
  .entry-header
  .anchor
  .anchor-list
  ul
  li
  a:hover
  .contents-wrapper
  .arrow::after {
  border-color: #4abaa4;
}

.page-about .about-timecrowd #section-1,
.page-about .about-timecrowd #section-2,
.page-about .about-timecrowd #section-3 {
  padding: 60px 24px 30px;
  scroll-margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .page-about .about-timecrowd #section-1,
  .page-about .about-timecrowd #section-2,
  .page-about .about-timecrowd #section-3 {
    padding: 30px 0;
  }
}

.page-about .section-content {
  margin: 0 auto;
  padding: 60px 16px;
  background-color: #f0faf7;
  position: relative;
}

.page-about #section-1 .section-content::before,
.page-about #section-3 .section-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(-1 * (100vw - 100%) / 2);
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background-color: #f0faf7;
}

@media screen and (max-width: 767px) {
  .page-about #section-1 .section-content::after,
  .page-about #section-3 .section-content::after {
    position: absolute;
    content: "";
    top: 0;
    right: calc(-1 * (100vw - 100%) / 2);
    width: calc((100vw - 100%) / 2);
    height: 100%;
    background-color: #f0faf7;
  }
}

.page-about #section-2 .section-content::after {
  position: absolute;
  content: "";
  top: 0;
  right: calc(-1 * (100vw - 100%) / 2);
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background-color: #f0faf7;
}

@media screen and (max-width: 767px) {
  .page-about #section-2 .section-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: calc(-1 * (100vw - 100%) / 2);
    width: calc((100vw - 100%) / 2);
    height: 100%;
    background-color: #f0faf7;
  }
}

@media screen and (max-width: 767px) {
  .page-about .section-content::before,
  .page-about .section-content::after {
    padding: 0;
    max-width: 40px;
  }
}

.page-about .section-content .section-title {
  font-size: 64px;
  color: #3ba38c;
  font-weight: bold;
  margin-bottom: 16px;
}

.page-about .section-content .section-subtitle {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
  color: #333;
  border-bottom: unset;
}

.page-about .section-content .section-description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.page-about .section-content .section-description span {
  color: #4abaa4;
}

.page-about .section-content .section-description .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-about .section-content .section-description .sp-only {
    display: block;
  }
}

.page-about .section-image {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
  padding: 0 16px;
}

.page-about .section-image .section-image-item {
  text-align: center;
}

.page-about #section-1 .section-image .section-image-item {
  width: 40%;
}

.page-about #section-2 .section-image {
  flex-direction: column;
  gap: 40px;
}

.page-about #section-2 .section-image .section-image-item {
  display: flex;
  gap: 24px;
  width: 100%;
  text-align: left;
  align-items: flex-start;
}

.page-about #section-2 .section-image .section-image-item .image-wrapper {
  flex-shrink: 0;
  width: 360px;
  height: auto;
}

.page-about #section-2 .section-image .section-image-item .item-text {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .page-about #section-2 .section-image .section-image-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-about #section-2 .section-image .section-image-item .image-wrapper {
    width: 80%;
  }
}

.page-about #section-3 .section-image {
  align-items: flex-end;
}

.page-about #section-3 .section-image .section-image-item.alignment-tools {
  width: 30%;
}

.page-about #section-3 .section-image .section-image-item.alignment-image {
  width: 50%;
}

.page-about
  #section-3
  .section-image
  .section-image-item.alignment-image
  .image-wrapper {
  margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
  .page-about #section-1 .section-image .section-image-item,
  .page-about #section-2 .section-image .section-image-item,
  .page-about #section-3 .section-image .section-image-item,
  .page-about #section-3 .section-image .section-image-item.alignment-tools,
  .page-about #section-3 .section-image .section-image-item.alignment-image {
    width: 90%;
    margin-bottom: 50px;
  }
}

.page-about .section-image .section-image-item img {
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  border-radius: 8px;
  box-shadow: none;
  border: unset;
}

.page-about #section-1 .section-image .section-image-item .image-wrapper,
.page-about #section-2 .section-image .section-image-item .image-wrapper {
  aspect-ratio: 353 / 326;
}

.page-about .section-image .section-image-item p {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
  line-height: 1.6;
  font-weight: 700;
}

.page-about .section-image .section-image-item .item-title {
  color: #fff;
  background-color: #4abaa4;
  width: 200px;
  padding: 4px 2px;
  margin: 0 auto;
}

.page-about #section-2 .section-image .section-image-item .item-title {
  margin: 0;
}

.page-about .section-image .section-image-item .item-detail {
  text-align: left;
  margin-top: 16px;
}

.page-about .section-image .section-image-item .item-detail-heading {
  font-size: 14px;
  font-weight: 700;
  color: #3ba38c;
  margin: 16px 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #4abaa4;
}

.page-about .section-image .section-image-item .item-detail ul {
  padding-left: 40px;
  margin: 0;
  list-style: disc;
}

.page-about .section-image .section-image-item .item-detail ul li {
  font-size: 13px;
  color: #333;
  font-weight: normal;
  line-height: 1.8;
}

.page-about .section-image .section-image-item .item-detail ul.user-voices {
  list-style: none;
  padding-left: 20px;
}

.page-about .section-image .section-image-item .item-detail ul.user-voices li {
  font-size: 13px;
  color: #555;
  font-style: italic;
  line-height: 1.8;
}

.page-about .section-image .section-image-item .item-detail-summary {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin: 16px 0 0;
  padding: 16px 20px;
  background-color: #f0faf7;
  border-radius: 4px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .page-about .section-image .section-image-item .item-title {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page-about .section-image,
  .page-about #section-3 .section-image {
    flex-direction: column;
    align-items: center;
  }
  .page-about .section-image {
    padding: 0;
  }
}

/* =====================================================
   便利な機能セクション
   ===================================================== */
.page-about .convenient-features {
  background-color: #f0faf7;
  padding: 60px 0;
  margin-top: 60px;
  position: relative;
}

.page-about .convenient-features::before,
.page-about .convenient-features::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background-color: #f0faf7;
}

.page-about .convenient-features::before {
  left: calc(-1 * (100vw - 100%) / 2);
}

.page-about .convenient-features::after {
  right: calc(-1 * (100vw - 100%) / 2);
}

.page-about .convenient-features .section-inner,
.page-about .timecrowd-basics .section-inner,
.page-about .team-time-management .section-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-about .convenient-features h3,
.page-about .timecrowd-basics h3,
.page-about .team-time-management h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.page-about .convenient-features .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media screen and (max-width: 900px) {
  .page-about .convenient-features .features-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .page-about .convenient-features .features-list {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

.page-about .convenient-features .features-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .page-about .convenient-features .features-list li {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
}

.page-about .convenient-features .features-list .m-image {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .page-about .convenient-features .features-list .m-image {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

.page-about .convenient-features .features-list .m-image img {
  width: 100%;
  height: auto;
}

.page-about .convenient-features .features-list .m-text {
  flex: 1;
}

.page-about .convenient-features .features-list .m-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .page-about .convenient-features .features-list .m-title {
    text-align: left;
  }
}

.page-about .convenient-features .features-list .m-description {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.page-about .convenient-features .features-list .m-description a {
  color: #4abaa4;
}

/* =====================================================
   TimeCrowdの基本セクション
   ===================================================== */
.page-about .timecrowd-basics {
  padding: 60px 0;
}

.page-about .timecrowd-basics .basics-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-about .timecrowd-basics .basics-list li {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

.page-about .timecrowd-basics .basics-list li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .page-about .timecrowd-basics .basics-list li {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .page-about .timecrowd-basics .basics-list .m-text {
    width: 100%;
  }

  .page-about .timecrowd-basics .basics-list .m-step,
  .page-about .timecrowd-basics .basics-list .m-title {
    text-align: center;
  }

  .page-about .timecrowd-basics .basics-list .m-description {
    text-align: left;
  }
}

.page-about .timecrowd-basics .basics-list .m-image {
  flex-shrink: 0;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .page-about .timecrowd-basics .basics-list .m-image {
    width: 80%;
    max-width: 250px;
  }
}

.page-about .timecrowd-basics .basics-list .m-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-about .timecrowd-basics .basics-list .m-text {
  flex: 1;
}

.page-about .timecrowd-basics .basics-list .m-step {
  font-size: 14px;
  color: #4abaa4;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-about .timecrowd-basics .basics-list .m-step em {
  font-size: 24px;
  font-style: normal;
}

.page-about .timecrowd-basics .basics-list .m-title {
  font-size: 20px;
  font-weight: 700;
  color: #4abaa4;
  margin-bottom: 12px;
}

.page-about .timecrowd-basics .basics-list .m-description {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

/* =====================================================
   チーム全員で時間管理しようセクション
   ===================================================== */
.page-about .team-time-management {
  background-color: #f0faf7;
  padding: 60px 0;
  position: relative;
}

.page-about .team-time-management::before,
.page-about .team-time-management::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background-color: #f0faf7;
}

.page-about .team-time-management::before {
  left: calc(-1 * (100vw - 100%) / 2);
}

.page-about .team-time-management::after {
  right: calc(-1 * (100vw - 100%) / 2);
}

.page-about .team-time-management .section-description {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.page-about .team-time-management .qa-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.page-about .team-time-management .qa-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
}

.page-about .team-time-management .qa-item .m-icon {
  flex-shrink: 0;
  width: 80px;
}

.page-about .team-time-management .qa-item .m-icon img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .page-about .team-time-management .qa-item {
    align-items: flex-start;
  }

  .page-about .team-time-management .qa-item .m-icon {
    width: 28px;
  }

  .page-about .team-time-management .qa-item.q .m-bubbles {
    flex: 1;
  }

  .page-about .team-time-management .qa-item.a .m-bubbles {
    width: calc(100% - 70px);
  }
}

.page-about .team-time-management .qa-item .m-bubbles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.page-about .team-time-management .qa-item.a .m-bubbles {
  align-items: flex-end;
}

/* 質問（左側・白吹き出し） */
.page-about .team-time-management .qa-item.q .bubble-heading,
.page-about .team-time-management .qa-item.q .bubble-body {
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
  padding: 16px 20px;
  color: #333;
  line-height: 1.8;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .page-about .team-time-management .qa-item.q .bubble-heading,
  .page-about .team-time-management .qa-item.q .bubble-body {
    padding: 8px 12px;
  }

  .page-about .team-time-management .qa-item.q .bubble-heading em {
    font-size: 15px;
  }

  .page-about .team-time-management .qa-item.q .bubble-body {
    font-size: 13px;
  }
}

.page-about .team-time-management .qa-item.q .bubble-heading em {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

.page-about .team-time-management .qa-item.q .bubble-body {
  font-size: 14px;
  color: #666;
}

/* 回答（右側・緑吹き出し） */
.page-about .team-time-management .qa-item.a {
  justify-content: flex-end;
}

.page-about .team-time-management .qa-item.a .m-bubbles {
  width: 500px;
  max-width: 100%;
}

.page-about .team-time-management .qa-item.a .bubble-heading,
.page-about .team-time-management .qa-item.a .bubble-body {
  background-color: #4abaa4;
  border-radius: 20px 0 20px 20px;
  padding: 16px 20px;
  color: #fff;
  line-height: 1.8;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .page-about .team-time-management .qa-item.a .bubble-heading,
  .page-about .team-time-management .qa-item.a .bubble-body {
    padding: 8px 12px;
  }

  .page-about .team-time-management .qa-item.a .bubble-heading em {
    font-size: 15px;
  }

  .page-about .team-time-management .qa-item.a .bubble-body {
    font-size: 13px;
  }
}

.page-about .team-time-management .qa-item.a .bubble-heading em {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

.page-about .team-time-management .qa-item.a .bubble-body {
  font-size: 14px;
}

/* マーカー */
.page-about .team-time-management .qa-item mark {
  background: linear-gradient(transparent 60%, #ffeb3b 60%);
}

.page-about .team-time-management .qa-item.q mark span {
  color: #333;
}

.page-about .team-time-management .qa-item.a mark {
  background: linear-gradient(transparent 60%, rgba(255, 100, 100, 0.7) 60%);
}

.page-about .team-time-management .qa-item.a mark span {
  color: #fff;
}

.page-about .team-time-management .qa-item.q {
  margin-top: 20px;
}
