.text-note {
  font-size: clamp(12px, 1.171875vw, 12px);
  letter-spacing: 0.04em;
  color: #596a7d;
}
/* ========================================================================
   Component: Mainvisual
========================================================================== */
.body {
  position: relative;
  background: #f0f0f0;
  padding-bottom: 140px;
  line-height: 1.8em;
}
@media screen and (max-width: 820px) {
  .body {
    padding-bottom: 0;
  }
}
.breadcrumbs {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-top: 10px;
  }
}
.breadcrumbs-inner {
  max-width: 980px;
}
.breadcrumbs-list li {
  font-size: 1.4rem;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0,0,0,0.8);
}
.breadcrumbs-list li a {
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0,0,0,0.8);
}
.section-card {
  margin-top: 0;
  max-width: 100%;
  padding-top: calc(100vh - 360px);
  margin: auto;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .section-card {
    padding-top: 500px;
  }
}
@media screen and (max-width: 767px) {
  .section-card {
    padding-top: 240px;
    margin-bottom: 0;
  }
}
.section-card-img {
  background-size: cover;
  background-position: 50%;
  width: 100vw;
  height: calc(100vh - 150px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.webp .section-card-img {
  background-image: url("/images/csr/contents/taidan/mainvisual.jpg.webp");
}
.no-webp .section-card-img {
  background-image: url("/images/csr/contents/taidan/mainvisual.jpg");
}
@media screen and (max-width: 820px) {
  .section-card-img {
    height: 600px;
  }
  .webp .section-card-img {
    background-image: url("/images/csr/contents/taidan/mainvisual_sp.jpg.webp");
  }
  .no-webp .section-card-img {
    background-image: url("/images/csr/contents/taidan/mainvisual_sp.jpg");
  }
}
@media screen and (max-width: 767px) {
  .section-card-img {
    height: 300px;
  }
}
.section-card-inner {
  width: 90%;
  max-width: 702px;
  padding: 50px 30px;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #000;
  border-top: 7px solid #000;
  background: rgba(240,240,240,0.7);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-card-inner {
    padding: 35px 10px;
  }
}
.section-card-title {
  font-size: 3rem;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.13);
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .section-card-title {
    font-size: 2rem;
  }
}
.section-card-flex {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-card-flex {
    justify-content: space-between;
    align-items: center;
  }
}
.section-card-flex-inner:first-child {
  position: relative;
  padding-right: 130px;
}
@media screen and (max-width: 767px) {
  .section-card-flex-inner:first-child {
    padding-right: 0;
    width: 46%;
  }
}
.section-card-flex-inner:first-child:before,
.section-card-flex-inner:first-child:after {
  content: "";
  width: 1px;
  height: 30px;
  background: #000;
  position: absolute;
  bottom: 30px;
  right: 60px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section-card-flex-inner:first-child:before,
  .section-card-flex-inner:first-child:after {
    height: 24px;
    right: -8%;
    top: 40px;
    bottom: auto;
  }
}
.section-card-flex-inner:first-child:before {
  transform: rotate(45deg);
}
.section-card-flex-inner:first-child:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .section-card-flex-inner:last-child {
    width: 46%;
  }
}
.section-card-ph {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.section-card-name {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .section-card-name {
    font-size: 2.4rem;
  }
}
.section-card-name small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .section-card-name small {
    font-size: 1.2rem;
  }
}
.section-card-text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
.article-content {
  width: 100%;
  max-width: 980px;
  margin: auto;
  background: #fff;
}
.article-inner {
  width: 100%;
  max-width: 642px;
  margin: auto;
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  .article-inner {
    padding: 38px 20px;
  }
}
.article-inner p {
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.article-inner p span {
  font-weight: bold;
}
.article-title {
  font-size: 2.8rem;
  letter-spacing: -0.05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .article-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.article-ph {
  margin-bottom: 40px;
}
.footer-inner {
  max-width: 1280px;
  margin: auto;
}
