@charset "UTF-8";
/**
 * 社長個別ページ（single president）専用スタイル
 * single-president.php 用
 */
.president-detail-page {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  background-color: #EAEBEF;
}
.president-detail-page a {
  text-decoration: underline;
}
.president-detail-page .president-page-nav {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.president-detail-page .president-page-nav .breadcrumb {
  font-size: 12px;
  line-height: 1.5;
  color: #0F1A45;
}
.president-detail-page .president-page-nav .breadcrumb a {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}
.president-detail-page .president-page-nav .breadcrumb a:hover {
  opacity: 1;
}
.president-detail-page .president-page-nav .breadcrumb .sep {
  margin: 0 6px;
  opacity: 0.6;
}
.president-detail-page .president-page-nav .breadcrumb .current {
  font-weight: 700;
}
.president-detail-page .president-page-nav .back-to-list {
  margin: 0;
  font-size: 13px;
}
.president-detail-page .president-page-nav .back-to-list a {
  text-decoration: none;
  color: #0F1A45;
  font-weight: 500;
}
.president-detail-page .president-page-nav .back-to-list a:hover {
  opacity: 0.8;
}
.president-detail-page .container {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.president-detail-page section.president-section {
  padding: 40px 0 0;
}
.president-detail-page section.president-section h2.section-title {
  font-family: Avenir, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  color: #0F1A45;
}
.president-detail-page section.president-section h2.section-title::after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 1px;
  background-color: #0F1A45;
  margin-left: 11px;
  vertical-align: middle;
}
.president-detail-page section.president-section.president-header .president-header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-image {
  width: 370px;
  flex-shrink: 0;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-image img {
  width: 100%;
  height: auto;
  display: block;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info {
  flex: 1;
  min-width: 0;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-info-top {
  margin-bottom: 35px;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-meta-wrapper {
  margin-bottom: 8px;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info p.president-company {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  color: #0F1A45;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info p.president-role {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  opacity: 0.6;
  color: #0F1A45;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info h1.president-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  color: #0F1A45;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info h1.president-name .president-reading {
  font-size: 20px;
  font-weight: 500;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-sns .sns-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0F1A45;
  transition: opacity 0.2s;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-sns .sns-link:hover {
  opacity: 0.7;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-sns .sns-link .sns-icon {
  width: 28px;
  height: 28px;
  display: block;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-tags li a {
  display: inline-block;
  padding: 4px 12px;
  font-size: 13px;
  color: #0F1A45;
  background: rgba(15, 26, 69, 0.08);
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-tags li a:hover {
  background: rgba(15, 26, 69, 0.15);
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-biography {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  color: #0F1A45;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-biography p {
  margin-bottom: 1em;
}
.president-detail-page section.president-section.president-header .president-header-inner .president-info .president-biography a {
  text-decoration: underline;
}
.president-detail-page section.president-section.profile-section .profile-content dl.profile-list {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
}
.president-detail-page section.president-section.profile-section .profile-content dl.profile-list dt {
  border-bottom: 1px solid #0F1A45;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  color: #0F1A45;
}
.president-detail-page section.president-section.profile-section .profile-content dl.profile-list dd {
  border-bottom: 1px solid #0F1A45;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  color: #0F1A45;
}
.president-detail-page section.president-section.profile-section .profile-content dl.profile-list dd a {
  text-decoration: underline;
}
.president-detail-page section.president-section.works-section .works-content .works-description {
  font-weight: 500;
  font-size: 15px;
  line-height: 2.3;
  text-align: justify;
  color: #0F1A45;
  margin-bottom: 20px;
}
.president-detail-page section.president-section.works-section .works-content .works-description p {
  margin-bottom: 1em;
}
.president-detail-page section.president-section.works-section .works-content .works-youtube-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.president-detail-page section.president-section.works-section .works-content .works-youtube-grid .works-youtube-item {
  border-radius: 10px;
  overflow: hidden;
  width: calc((100% - 30px) / 3);
}
.president-detail-page section.president-section.works-section .works-content .works-youtube-grid .works-youtube-item a {
  display: block;
  text-decoration: none;
}
.president-detail-page section.president-section.works-section .works-content .works-youtube-grid .works-youtube-item img {
  width: 100%;
  height: auto;
  display: block;
}
.president-detail-page section.president-section.article-section .article-content > p {
  color: #0F1A45;
}
.president-detail-page section.president-section.article-section .article-content .related-articles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.president-detail-page section.president-section.article-section .article-content .related-articles-grid .related-article-item {
  width: calc((100% - 30px) / 3);
}
.president-detail-page section.president-section.article-section .article-content .related-articles-grid .related-article-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.president-detail-page section.president-section.article-section .article-content .related-articles-grid .related-article-item .related-article-thumb {
  aspect-ratio: 280/158;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.president-detail-page section.president-section.article-section .article-content .related-articles-grid .related-article-item .related-article-thumb.no-thumb {
  background-color: #B3B3B3;
}
.president-detail-page section.president-section.article-section .article-content .related-articles-grid .related-article-item .related-article-thumb .no-image {
  color: #fff;
  font-size: 14px;
}
.president-detail-page section.president-section.article-section .article-content .related-articles-grid .related-article-item .related-article-date {
  display: block;
  font-family: Avenir, sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #0F1A45;
}
.president-detail-page section.president-section.article-section .article-content .related-articles-grid .related-article-item .related-article-title {
  font-family: Avenir, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.4;
  color: #0F1A45;
}
.president-detail-page .president-cta {
  padding: 80px 0 100px;
  text-align: center;
}
.president-detail-page .president-cta .cta-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}
.president-detail-page .president-cta .cta-inner h3 {
  font-family: Avenir, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F1A45;
}
.president-detail-page .president-cta .cta-inner h3::after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 1px;
  background-color: #0F1A45;
  margin-left: 11px;
  vertical-align: middle;
}
.president-detail-page .president-cta .cta-inner p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  color: #0F1A45;
  margin-bottom: 30px;
}
.president-detail-page .president-cta .cta-inner .btn-cta {
  display: inline-block;
  background-color: #0F1A45;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 18px 50px 18px 40px;
  border-radius: 30px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.president-detail-page .president-cta .cta-inner .btn-cta:hover {
  opacity: 0.9;
}

/* 社長ページ専用：レスポンシブ */
@media (max-width: 900px) {
  .president-detail-page section.president-section.president-header .president-header-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .president-detail-page section.president-section.president-header .president-header-inner .president-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .president-detail-page section.president-section.profile-section .profile-content dl.profile-list {
    grid-template-columns: 120px 1fr;
  }
  .president-detail-page section.president-section.works-section .works-content .works-youtube-grid .works-youtube-item {
    width: calc((100% - 15px) / 2);
  }
  .president-detail-page section.president-section.article-section .article-content .related-articles-grid .related-article-item {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 600px) {
  .president-detail-page section.president-section.profile-section .profile-content dl.profile-list {
    grid-template-columns: 80px 1fr;
  }
  .president-detail-page section.president-section.president-header .president-header-inner .president-info h1.president-name {
    font-size: 24px;
  }
  .president-detail-page section.president-section.president-header .president-header-inner .president-info h1.president-name .president-reading {
    font-size: 16px;
  }
  .president-detail-page section.president-section.works-section .works-content .works-youtube-grid .works-youtube-item {
    width: 100%;
  }
  .president-detail-page section.president-section.article-section .article-content .related-articles-grid .related-article-item {
    width: 100%;
  }
}
.single-interview .post-header {
  background-image: url(../../img/under/header-president.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 200px 0 110px;
  color: white;
}
.single-interview .post-header .center {
  padding: 0 20px;
}
.single-interview .post-header .page-title {
  font-size: 64px;
  margin-bottom: 8px;
  padding-bottom: 5px;
  position: relative;
  width: fit-content;
}
.single-interview .post-header .page-title::before {
  position: absolute;
  content: "";
  left: -100%;
  bottom: 0;
  height: 1px;
  right: 0;
  background-color: white;
}
.single-interview .post-header .en-title {
  font-size: 24px;
  font-weight: 700;
  font-family: Avenir, sans-serif;
  margin-bottom: 0;
}

a.return-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 40px;
}
a.return-btn .circle {
  width: 33px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #0F1A45;
  border-radius: 50%;
  display: block;
  position: relative;
}
a.return-btn .circle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #0F1A45;
  border-bottom: 2px solid #0F1A45;
  transform: translate(-55%, -50%) rotate(45deg);
  top: 50%;
  left: 18px;
}

footer {
  background-color: #EAEBEF;
  margin-top: 0;
}
footer::before {
  background-color: #EAEBEF;
}

main {
  padding-bottom: 300px;
}
@media (max-width: 870px) {
  main {
    padding-bottom: 120px;
  }
}