@charset "UTF-8";

/*--------------------------------
    下層
  ---------------------------------*/
.article {
  padding: 50px 0;
}

.article-body h3 {
  font-size: 16px;
  padding-left: 0.8em;
}

.article-body h3:not(:first-child) {
  margin-top: 30px;
}

.article-body p {
  font-size: var(--main-font-size);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* 下部の全体画像表示 */
.img-box {
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
}

.pc-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.7);
}

.sp-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 500px;
}

.sp-image {
  flex: 1 1 45%;
  max-width: 240px;
}

.sp-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.7);
}

.sns-list {
  width: 10%;
}

/*--------------------------------
  トップへ戻るボタン
---------------------------------*/
.footer .page-top-link {
  font-size: 0.6rem;
}
/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 80px 0;
}

.article-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  margin-bottom: 30px;
  text-align: center;
}

.article-body {
  max-width: 750px;
  margin: 20px auto 80px;
}

.article-body h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 1em;
}

.article-body img {
  width: 100%;
  height: auto;
}

.article-body h3:not(:first-child) {
  margin-top: 50px;
}

.article-body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  border-radius: 3px;
  background-color: #333;
}

.article-body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.home-link {
  text-align: center;
}

.img-box {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: center;
  padding: 10% 0;
}

.pc-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.7);
}

.sp-images {
  width: 30%;
}

.sp-image {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  flex: 1;
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.7);
}

.sp-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

table td {
  padding: 5px 20px;
}

.page-top-link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/* 下層ページフッター用*/
.footer-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0 1rem 1rem;
  width: 80%;
  margin: 0 auto;
}

.sns-list {
  width: 5%;
}

.footer-block a {
  color: #fff;
  font-size: 0.8rem;
}

/* 下層: aboutページ */

.lower-title {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 0 7% 0;
  line-height: 1;
}

table.hobby-text {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table.hobby-text td {
  padding: 10px 15px;
  vertical-align: top;
}

.scroll-box {
  height: 65vh;
  overflow: auto;
}

/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #00b0bd;
  z-index: 1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  padding: 27px 25px;
}

.timeline-article p {
  margin: 0 0 0 20px;
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 15px;
  top: -14px;
  left: -36px;
  color: #00b0bd;
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}

.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}

.timeline-article .timeline-dot {
  position: absolute;
  top: 0;
  left: 52.25%;
  width: 20px;
  height: 20px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #00b0bd;
  z-index: 2;
}

.timeline-article .timeline-dot .date,
.timeline-article .timeline-dot .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .timeline-dot .date {
  font-size: 30px;
  line-height: 40px;
}

.timeline-article .timeline-dot .month {
  font-size: 18px;
  line-height: 10px;
}

.values__wrapper {
  padding-inline: 20px;
}

#values ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 45px 20px;
  border-top: solid 1px #e5e5e5;
}

#values ul li:last-child {
  border-bottom: solid 1px #e5e5e5;
}

#values ul li h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-top: 20px;
  padding-left: 30px;
}

#values ul li p {
  padding: 20px 0 32px 115px;
  line-height: 2em;
  font-size: 14px;
  flex: 1;
}
