@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "./common.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*==================================================================*/
/* style css　*/
/*==================================================================*/
header {
  display: none;
}

#contents {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #111;
}

.outblock {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

.inblock {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.min {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

/*アニメーション設定
---------------------------------------------------------------------------- */
.boxSlide {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.boxSlide .rect {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fadeIn {
  opacity: 0;
}

.blurIn {
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.slideIn {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.slideIndown, .boxslideIndown {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.boxSlide {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

/* h2 */
.tense-head {
  position: relative;
  margin: 0 0 54px;
  text-align: center;
}
.tense-head p {
  position: absolute;
  top: -58px;
  left: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.05);
  font-size: clamp(4.2rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
.tense-head h2 {
  z-index: 1;
  position: relative;
  font-size: clamp(2.2rem, 3.125vw, 3.125rem);
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 0.08em;
}

/* mainvisual */
.mv {
  position: relative;
  z-index: 3;
  height: 100vh;
  min-height: 640px;
  max-height: 1000px;
  background: #020321 url("/tensegrity/image/mainvisual.jpg") no-repeat center bottom/cover;
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 65%;
  height: 140%;
  background: #f7f7f7 url("/tensegrity/image/main_abst.svg") no-repeat left top/cover;
  -webkit-clip-path: polygon(0 0, 82% 0, 0 100%);
  clip-path: polygon(0 0, 82% 0, 0 100%);
}
.mv .mv-inner {
  position: relative;
  z-index: 2;
  height: 100%;
}
.mv .mv-inner .logo {
  position: absolute;
  top: 4.1%;
  left: 6.25%;
  width: 240px;
  height: 36px;
  margin: 0;
  background: url("/tensegrity/image/logo.svg") no-repeat left top/contain;
}
.mv .mv-inner .logo span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.mv .mv-inner .catch {
  position: absolute;
  top: 27.6%;
  left: 9.4%;
  text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 24px #fff, 0 0 24px #fff;
}
.mv .mv-inner .catch h1 {
  margin: 0 0 44px;
  font-size: clamp(4.2rem, 5.25vw, 5.25rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.12em;
}
.mv .mv-inner .catch h1.catch-ttl span {
  --line-scale:0;
}
.mv .mv-inner .catch h1.catch-ttl span .char {
  display: inline-block;
  opacity: 0;
}
.mv .mv-inner .catch h1.catch-ttl span::after {
  -webkit-transform: scaleX(var(--line-scale));
  transform: scaleX(var(--line-scale));
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mv .mv-inner .catch h1 span {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.mv .mv-inner .catch h1 span::after {
  content: "";
  position: absolute;
  left: 0.02em;
  bottom: 10px;
  height: 1px;
  background: #111;
}
.mv .mv-inner .catch h1 span:nth-child(1)::after {
  width: 1em;
}
.mv .mv-inner .catch h1 span:nth-child(2)::after {
  width: 4.1em;
}
.mv .mv-inner .catch h1 span:nth-child(3)::after {
  width: 2em;
}
.mv .mv-inner .catch p {
  margin: 0;
  font-size: clamp(1.2rem, 1.625vw, 1.625rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
.mv .mv-inner .catch p.catch-lead {
  opacity: 0;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
}

/* intro */
.intro {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 92px 0 0;
  background: transparent;
  text-align: center;
  text-shadow: 0 0 10px #fff;
}
.intro::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -4%;
  z-index: 0;
  width: 55%;
  height: auto;
  aspect-ratio: 1031/811;
  background: url("/tensegrity/image/intro_bg.png") no-repeat right top/contain;
}
.intro > .inblock {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.intro .read {
  margin: 0 0 14px;
  font-size: clamp(2rem, 2.875vw, 2.875rem);
  font-weight: 500;
  line-height: 1.78;
}
.intro .ttl {
  margin: 0 0 8px;
  font-size: clamp(3rem, 4.25vw, 4.25rem);
  font-weight: 500;
  line-height: 1.32;
}
.intro .ttl span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 1px solid #777;
  font-size: clamp(3.8rem, 4.5vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0;
}
.intro .ttl span + span {
  margin-left: -1px;
}
.intro .ttl em {
  font-style: normal;
  font-size: clamp(2rem, 2.875vw, 2.875rem);
}
.intro .txt {
  margin: 0;
  font-size: clamp(2rem, 2.875vw, 2.875rem);
  font-weight: 500;
  line-height: 1.96;
}
.intro .nav {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 3em;
  padding: 50px 0;
  text-shadow: none;
}
.intro .nav .nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.intro .nav ul {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px 48px;
  padding: 0;
  list-style: none;
}
.intro .nav ul li {
  margin: 0;
}
.intro .nav ul li a {
  display: block;
  padding: 0 18px 0 0;
  color: #646464;
  font-size: 0.875rem;
  line-height: 1.72;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.intro .nav ul li a::after {
  content: "\f078";
  color: #111;
  font-family: "Font Awesome 5 Free";
  font-size: 0.625rem;
  font-weight: 900;
  padding-left: 8px;
}

/* value */
.value {
  position: relative;
  overflow: visible;
  padding: 76px 0 150px;
  background: #fff;
  text-align: center;
}
.value::after {
  content: "";
  position: absolute;
  bottom: clamp(-260px, -13vw, -120px);
  left: 0;
  z-index: 0;
  width: 72%;
  height: clamp(280px, 20vw, 460px);
  background: #e9e9e9;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.value .inblock {
  position: relative;
  z-index: 1;
}
.value .lead {
  margin: 0 0 54px;
}
.value .box {
  position: relative;
  margin: 0 0 50px;
  padding: 58px 40px 52px;
  background: rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.07);
}
.value .box .deco-line {
  position: absolute;
  display: block;
  width: 130px;
  height: 1px;
  background: #111;
  -webkit-transform: rotate(-45deg) scaleX(0);
  transform: rotate(-45deg) scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.value .box .deco-line.is-tl {
  top: 30px;
  left: -30px;
}
.value .box .deco-line.is-br {
  right: -30px;
  bottom: 30px;
}
.value .box p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.38;
}
.value .box p strong {
  color: #385084;
  font-weight: 600;
}
.value .txt p strong {
  color: #385084;
  font-weight: 600;
}

/* 価値セクション下の写真 */
.value-photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 8em;
  margin-top: -70px;
  height: 45vw;
  min-height: 360px;
  -webkit-clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%);
  clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%);
}
.value-photo::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/tensegrity/image/intro_photo.jpg") no-repeat center center/cover;
}

/* structure */
.structure {
  margin-bottom: 8em;
}
.structure .inblock {
  position: relative;
  z-index: 1;
}
.structure .tense-head {
  margin: 0 0 64px;
}
.structure .lead {
  margin: 0 0 38px;
}
.structure .lead p {
  margin: 0;
  letter-spacing: 0.08em;
}
.structure .structure-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.structure .structure-body .fig {
  width: 50.6%;
}
.structure .structure-body .fig .fig-img {
  margin: 0 0 8px;
}
.structure .structure-body .fig p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.structure .structure-body .txt {
  width: 44.8%;
}
.structure .structure-body .txt p {
  margin: 0 0 18px;
  letter-spacing: 0.08em;
}
.structure .structure-body .txt p:last-child {
  margin: 0;
}
.structure .structure-body .txt p strong {
  font-weight: 600;
}

/* story */
.story {
  position: relative;
  padding: 150px 0 50px;
  background: #e9e9e9;
}
.story::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 45%;
  height: 260px;
  background: rgba(255, 255, 255, 0.45);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%);
  clip-path: polygon(0 0, 100% 0, 100% 65%);
}
.story .inblock {
  position: relative;
  z-index: 1;
}
.story .tense-head {
  margin: 0 0 70px;
}
.story .tense-head p {
  color: rgba(255, 255, 255, 0.45);
}
.story .story-list .story-item {
  margin: 0 0 70px;
  position: relative;
}
.story .story-list .story-item::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -3.5em;
  width: 72%;
  height: 90%;
  background: rgba(255, 255, 255, 0.6);
}
.story .story-list .story-item:nth-child(odd)::before {
  display: none;
}
.story .story-list .story-item:nth-child(2n) {
  margin-bottom: 120px;
}
.story .story-list .story-item:nth-child(2n) .outblock {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.story .story-list .story-item:nth-child(2n) .outblock .txt .num {
  color: rgba(0, 0, 0, 0.025);
}
.story .story-list .story-item .outblock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.story .story-list .story-item .outblock .photo-box {
  width: 58%;
}
.story .story-list .story-item .outblock .photo-box img {
  width: 100%;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}
.story .story-list .story-item .outblock .photo-box p {
  margin: 14px 0 0;
  color: #777;
  font-size: 0.875rem;
}
.story .story-list .story-item .outblock .txt {
  position: relative;
  width: 37%;
  margin-top: 10%;
}
.story .story-list .story-item .outblock .txt .num {
  position: absolute;
  top: -5rem;
  left: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: clamp(9rem, 15.625vw, 15.625rem);
  line-height: 0.4;
  letter-spacing: 0;
}
.story .story-list .story-item .outblock .txt p {
  position: relative;
}
.story .story-list .story-item.item03 .photo-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 60px 60px;
}
.story .story-list .story-item.item03 .photo-box .photo-item img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.story .story-list .story-item.item03 .photo-box .photo-item.photo01 {
  grid-row: 1/3;
  margin-top: 40%;
}
.story .story-list .story-item.item03 .photo-box .photo-item.photo03 {
  width: 76%;
}

/* メッセージ */
.message {
  padding: 106px 0 100px;
  background: #fff;
}
.message .message-box {
  position: relative;
  padding: 75px 50px;
  border-top: 5px solid #111;
  border-bottom: 5px solid #111;
}
.message .message-box .quote {
  position: absolute;
  top: -42px;
  right: 76px;
  z-index: 2;
  margin: 0;
  font-size: 12.5rem;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0.08em;
}
.message .message-box .message-head {
  position: relative;
  z-index: 1;
  margin: 0 0 34px;
}
.message .message-box .message-head p {
  margin: 0 0 -8px;
  color: rgba(0, 0, 0, 0.08);
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
.message .message-box .message-head h2 {
  margin: 0;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
.message .message-box .message-head h2 span {
  font-size: 1.5rem;
}
.message .message-box .message-txt {
  position: relative;
  z-index: 1;
  padding: 38px 42px 22px;
  background: #e9e9e9;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 16%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 96% 0, 100% 16%, 100% 100%, 0 100%);
}
.message .message-box .message-txt p {
  margin: 0;
}
.message .message-box .message-txt .name {
  margin: 18px 0 0;
  color: #777;
  font-size: 0.875rem;
  text-align: right;
}

/* 完成までの歩み */
.history {
  padding: 150px 0 108px;
  background: #9A9A9A;
  color: #fff;
}
.history .inblock {
  display: grid;
  grid-template-columns: 38% 55%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.history .tense-head {
  position: sticky;
  top: 80px;
  text-align: left;
}
.history .tense-head p {
  color: rgba(255, 255, 255, 0.15);
}
.history .timeline {
  position: relative;
}
.history .timeline .timeline-line {
  position: absolute;
  top: 48px;
  left: 10px;
  width: 1px;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.history .timeline .phase {
  position: relative;
  padding: 0 0 46px 0;
}
.history .timeline .phase:last-child {
  padding-bottom: 0;
}
.history .timeline .phase .phase-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px -12px;
}
.history .timeline .phase .phase-head .phase-num {
  width: 130px;
  margin: 0 22px 0 0;
  padding: 0 14px;
  background: #fff;
  color: #252525;
  font-weight: 600;
  line-height: 1.7;
}
.history .timeline .phase .phase-head .phase-num span {
  font-size: 1.75rem;
}
.history .timeline .phase .phase-head h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}
.history .timeline .phase ul.tl-list {
  padding-left: 42px;
}
.history .timeline .phase ul.tl-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 16px;
}
.history .timeline .phase ul.tl-list > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -38px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #9a9a9a;
}
.history .timeline .phase ul.tl-list > li:last-child {
  margin: 0;
}
.history .timeline .phase ul.tl-list > li .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
  margin: 0 24px 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.history .timeline .phase ul.tl-list > li .date span {
  font-size: 0.8em;
}
.history .timeline .phase ul.tl-list > li .txt {
  margin: 0;
  line-height: 1.6;
}
.history .timeline .phase ul.tl-list > li .txt strong {
  font-weight: 600;
}
.history .timeline .phase ul.tl-list > li .t-box dl {
  padding-left: 1em;
  font-size: 0.8em;
  font-weight: 300;
}
.history .timeline .phase ul.tl-list > li .t-box dl dd ul {
  list-style: disc;
  padding-left: 1.5em;
}

/* 産学連携の記録 */
.record-grad {
  overflow: hidden;
  padding: 96px 0 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12.02%, #9A9A9A), color-stop(66.35%, #B8B8B8), to(rgba(233, 233, 233, 0.69)));
  background: linear-gradient(180deg, #9A9A9A 12.02%, #B8B8B8 66.35%, rgba(233, 233, 233, 0.69) 100%);
}
.record-grad .tense-head {
  margin: 0 0 48px;
}
.record-grad .tense-head p {
  color: rgba(255, 255, 255, 0.15);
}
.record-grad .lead {
  margin: 0 0 58px;
  line-height: 1.875;
}
.record-grad .record-slider {
  position: relative;
  width: 100vw;
  margin: 0 0 120px 50%;
  overflow: visible;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.record-grad .record-slider .record-track.slick-dotted {
  margin-bottom: 40px;
}
.record-grad .record-slider .record-track .slick-dots {
  bottom: -36px;
}
.record-grad .record-slider .record-track .slick-dots li button:before {
  color: #000;
  opacity: 0.1;
  font-size: 30px;
}
.record-grad .record-slider .record-track .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}
.record-grad .record-slider .record-track .slick-prev, .record-grad .record-slider .record-track .slick-next {
  top: 42%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 99px;
  z-index: 3;
}
.record-grad .record-slider .record-track .slick-prev::before, .record-grad .record-slider .record-track .slick-next::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  opacity: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.record-grad .record-slider .record-track .slick-prev {
  left: 5.5%;
}
.record-grad .record-slider .record-track .slick-prev::before {
  border-left: 2px solid #fff;
  -webkit-transform: translate(-35%, -50%) rotate(-45deg);
  transform: translate(-35%, -50%) rotate(-45deg);
}
.record-grad .record-slider .record-track .slick-next {
  right: 5.5%;
}
.record-grad .record-slider .record-track .slick-next::before {
  border-right: 2px solid #fff;
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
  transform: translate(-65%, -50%) rotate(45deg);
}
.record-grad .record-slider .record-track .record-slide {
  margin: 0 20px;
}
.record-grad .record-slider .record-track .record-slide a {
  text-decoration: none;
}
.record-grad .record-slider .record-track .record-slide img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}
.record-grad .record-slider .record-track .record-slide p {
  margin: 14px 0 0;
  color: #252525;
  font-size: 0.875rem;
  line-height: 1.875;
  min-height: 3.75em;
}

.record-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1600/980;
  background: url("/tensegrity/image/collabo_photo.jpg") no-repeat center center/cover;
}
.record-photo .rect {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.record-info {
  padding: 30px 0 80px;
  background: #646464;
}
.record-info .read {
  margin-bottom: 5em;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.875;
  text-align: center;
}
.record-info .info-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.record-info .info-box {
  width: 48.5%;
  padding: 24px 25px;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.record-info .info-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0 0 10px;
}
.record-info .info-box dl:last-child {
  margin: 0;
}
.record-info .info-box dl dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 18px 0 0;
  padding: 4px 10px;
  border: 1px solid rgba(56, 80, 132, 0.5);
  color: #385084;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.1429;
}
.record-info .info-box dl dd {
  margin: 0;
  line-height: 1.875;
}
.record-info .info-box dl dd ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.record-info .info-box dl dd ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.record-info .info-box dl dd ul li span {
  padding-left: 0.6rem;
}

/* 私たちのチームと未来 */
.team {
  padding: 128px 0;
  background: #e9e9e9;
  text-align: center;
}
.team .tense-head p {
  color: rgba(255, 255, 255, 0.8);
}
.team .lead {
  margin: 0 0 42px;
  line-height: 1.875;
}
.team .team-photo {
  margin-bottom: 5em;
}
.team .team-photo img {
  -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}
.team .team-photo .caption {
  margin-top: 1em;
  font-size: 0.85rem;
}
.team .message-area {
  margin: 0 0 48px;
}
.team .message-area .m-big {
  margin-bottom: 1em;
  font-size: clamp(3rem, 4.25vw, 4.25rem);
  font-weight: 500;
  line-height: 1.3235;
  letter-spacing: 0.08em;
}
.team .message-area .m-small {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
.team .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
}
.team .btn-wrap p {
  margin: 0;
}
.team .btn-wrap p .btn {
  display: block;
  width: 100%;
  min-width: 300px;
  padding: 1em;
  text-align: center;
  color: #254fa9;
  background: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}
.team .btn-wrap p .btn::after {
  content: "\f35d";
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.8em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.team .btn-wrap p .btn.recruit {
  color: #fff;
  background: #254fa9;
}

/* フッター */
.lp-footer {
  padding: 42px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #cdcdcd;
  text-align: center;
}
.lp-footer .logo {
  width: 240px;
  margin: 0 auto 26px;
}
.lp-footer .logo img {
  max-width: 100%;
  height: auto;
}
.lp-footer .address {
  margin: 0 0 28px;
  font-size: 0.875rem;
  line-height: 1.7143;
  letter-spacing: 0.03em;
}
.lp-footer .copy {
  margin: 0;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  header {
    display: block;
    padding: 0;
  }
  #sp-menu {
    padding: 0;
    height: 0;
    border-bottom: none;
    background: none;
  }
  #sp-menu .fat-nav {
    background: #f5f5f5 !important;
  }
  #sp-menu .fat-nav .fat-nav__wrapper {
    overflow-y: auto;
    max-height: 100vh;
    padding: 80px 5% 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp-menu .fat-nav .fat-nav__wrapper .menu-gnav ul li a {
    color: #111;
    padding: 12px 5px;
    text-align: center;
    font-weight: 500;
  }
  .hamburger {
    background: #111 !important;
  }
  .tense-head {
    margin: 0 0 46px;
  }
  .tense-head p {
    top: -46px;
  }
  /* メインビジュアル */
  .mv {
    height: 75vh;
  }
  .mv::before {
    width: 70%;
    height: 120%;
  }
  .mv .mv-inner .logo {
    width: 210px;
    height: 32px;
  }
  .mv .mv-inner .catch {
    left: 5.5%;
  }
  .mv .mv-inner .catch h1 {
    margin: 0 0 20px;
    font-size: clamp(3em, 6.4vw, 4.2rem);
  }
  /* intro */
  .intro {
    padding: 76px 0 0;
  }
  .intro::after {
    top: -45px;
    width: 56%;
  }
  .intro .ttl span {
    width: 80px;
    height: 80px;
  }
  .intro .nav {
    padding: 35px 0;
  }
  .intro .nav ul {
    gap: 15px 34px;
  }
  /* このオブジェが伝えること */
  .value {
    padding: 66px 0 130px;
  }
  .value::after {
    bottom: -45px;
    width: 58%;
    height: 116px;
  }
  .value .box {
    padding: 40px 30px;
  }
  .value .box p {
    font-size: 1rem;
    line-height: 2;
  }
  .value .box .deco-line {
    width: 100px;
  }
  .value-photo {
    margin-bottom: 6em;
    margin-top: -58px;
    height: 50vw;
    min-height: 320px;
  }
  /* テンセグリティ構造とは */
  .structure {
    margin-bottom: 5em;
  }
  .structure .tense-head {
    margin: 0 0 54px;
  }
  /* プロジェクト発足の背景 */
  .story {
    padding: 110px 0 30px;
  }
  .story::after {
    width: 45%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 42%);
    clip-path: polygon(0 0, 100% 0, 100% 42%);
  }
  .story .tense-head {
    margin: 0 0 54px;
  }
  .story .story-list .story-item .outblock .txt .num {
    top: -2rem;
    font-size: clamp(7rem, 12vw, 14rem);
  }
  .story .story-list .story-item::before {
    width: 85%;
    height: 100%;
  }
  .story .story-list .story-item.item03 .photo-box {
    gap: 34px;
  }
  /* 慶応義塾大学SFC 鳴川肇准教授より */
  .message {
    padding: 82px 0;
  }
  .message .message-box {
    padding: 60px 0px;
  }
  .message .message-box .quote {
    top: -35px;
    right: 20px;
    font-size: 10.5rem;
  }
  .message .message-box .message-txt {
    padding: 34px 36px 22px;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 12%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 12%, 100% 100%, 0 100%);
  }
  /* 完成までの歩み */
  .history {
    padding: 110px 0 80px;
  }
  .history .tense-head {
    text-align: center;
  }
  .history .tense-head h2 br {
    display: none;
  }
  .history .inblock {
    display: block;
  }
  .history .timeline .timeline-line {
    top: 40px;
  }
  .history .timeline .phase .phase-head {
    margin: 0 0 26px -8px;
  }
  .history .timeline .phase .phase-head .phase-num {
    margin: 0 18px 0 0;
    width: auto;
  }
  .history .timeline .phase .phase-head .phase-num span {
    font-size: 1.55rem;
  }
  .history .timeline .phase .phase-head h3 {
    font-size: 1.35rem;
  }
  .history .timeline .phase ul.tl-list li .date {
    width: 142px;
    margin: 0 18px 0 0;
    font-size: 1.125rem;
  }
  .history .timeline .phase ul.tl-list li .txt {
    font-size: 0.9rem;
  }
  /* 産学連携の記録 */
  .record-grad {
    padding: 78px 0 0;
  }
  .record-grad .record-slider .record-track .slick-prev, .record-grad .record-slider .record-track .slick-next {
    top: 35%;
    width: 50px;
    height: 50px;
  }
  .record-grad .record-slider .record-track .slick-prev::before, .record-grad .record-slider .record-track .slick-next::before {
    width: 10px;
    height: 10px;
  }
  .record-grad .record-slider .record-track .record-slide {
    margin: 0 10px;
  }
  /* 私たちのチームと未来 */
  .team {
    padding: 110px 0;
  }
  .team .team-photo img {
    max-width: 78%;
  }
  .team .message-area {
    margin: 0 0 42px;
  }
  .team .message-area .m-small {
    font-size: 1.125rem;
  }
  /* フッター */
  .lp-footer {
    padding: 40px 0 32px;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .tense-head p {
    font-size: clamp(3.2rem, 12vw, 4rem);
  }
  .tense-head h2 {
    font-size: clamp(1.8rem, 6vw, 2.2rem);
  }
  /* メインビジュアル */
  .mv {
    height: 70vh;
    min-height: auto;
    background-position: center bottom;
  }
  .mv::before {
    width: 70%;
    height: 120%;
  }
  .mv::after {
    right: -22%;
    width: 88%;
  }
  .mv .mv-inner .logo {
    top: 4.5%;
    left: 5%;
    width: 180px;
    height: 27px;
  }
  .mv .mv-inner .catch {
    top: 24%;
    left: 5%;
  }
  .mv .mv-inner .catch h1 {
    font-size: clamp(2.4rem, 6.4vw, 2.8rem);
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .mv .mv-inner .catch p {
    font-size: clamp(1rem, 2.8vw, 1.3rem);
    letter-spacing: 0.08em;
  }
  /* intro */
  .intro {
    padding: 60px 0 0;
  }
  .intro::after {
    width: 72%;
  }
  .intro > .inblock {
    padding-bottom: 46px;
  }
  .intro .read, .intro .txt {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 5.2vw, 2rem);
    line-height: 1.6;
  }
  .intro .ttl {
    font-size: clamp(2.2rem, 8vw, 3rem);
  }
  .intro .ttl span {
    width: 65px;
    height: 65px;
    font-size: clamp(2.8rem, 7.2vw, 3rem);
  }
  .intro .ttl em {
    display: inline-block;
    font-size: clamp(1.5rem, 5.2vw, 2rem);
  }
  .intro .nav ul {
    gap: 14px 24px;
  }
  /* このオブジェが伝えること */
  .value {
    padding: 40px 0 120px;
  }
  .value::after {
    bottom: -48px;
    width: 68%;
    height: 96px;
  }
  .value .tense-head {
    margin: 0 0 36px;
  }
  .value .tense-head p {
    top: -32px;
    font-size: clamp(3rem, 12vw, 4.5rem);
  }
  .value .tense-head h2 {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .value .lead {
    margin: 0 0 42px;
  }
  .value .lead p {
    font-size: 0.9375rem;
    text-align: left;
  }
  .value .box {
    margin: 0 0 42px;
    padding: 38px 28px 34px;
  }
  .value .box .deco-line {
    width: 72px;
  }
  .value .box .deco-line.is-tl {
    top: 20px;
    left: -20px;
  }
  .value .box .deco-line.is-br {
    right: -20px;
    bottom: 20px;
  }
  .value .box p {
    line-height: 2;
    font-size: 0.9375rem;
  }
  .value .txt p {
    font-size: 0.9375rem;
    text-align: left;
  }
  /* テンセグリティ構造とは */
  .structure::after {
    height: 20vw;
  }
  .structure .tense-head {
    margin: 0 0 42px;
  }
  .structure .lead p {
    font-size: 0.9375rem;
    text-align: left;
  }
  .structure .structure-body {
    display: block;
  }
  .structure .structure-body .fig {
    width: 90%;
    margin: 0 auto 34px;
    text-align: center;
  }
  .structure .structure-body .fig .fig-img {
    margin-bottom: 0;
  }
  .structure .structure-body .txt {
    width: 100%;
  }
  .structure .structure-body .txt p {
    font-size: 0.9375rem;
  }
  /* プロジェクト発足の背景 */
  .story::after {
    height: 190px;
  }
  .story .story-list .story-item::before {
    bottom: -2.5em;
  }
  .story .story-list .story-item:nth-child(2n) .outblock .photo-box {
    margin: 0 0 0 auto;
  }
  .story .story-list .story-item:nth-child(2n) .outblock .txt .num {
    right: auto;
    left: -10px;
    color: rgba(0, 0, 0, 0.065);
  }
  .story .story-list .story-item.item03 .outblock .photo-box {
    width: 100%;
  }
  .story .story-list .story-item .outblock {
    display: block;
  }
  .story .story-list .story-item .outblock .photo-box {
    width: 90%;
  }
  .story .story-list .story-item .outblock .photo-box p {
    margin-top: 3px;
    font-size: 0.8rem;
    line-height: 1.8;
  }
  .story .story-list .story-item .outblock .txt {
    width: 100%;
    margin-top: 8%;
  }
  .story .story-list .story-item .outblock .txt .num {
    top: -1.5rem;
    right: -10px;
    left: auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(5rem, 16vw, 14rem);
  }
  .story .story-list .story-item .outblock .txt p {
    font-size: 0.9375rem;
    text-align: left;
  }
  /* 慶応義塾大学SFC 鳴川肇准教授より */
  .message {
    padding: 70px 0;
  }
  .message .message-box {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .message .message-box .quote {
    top: -28px;
    right: 28px;
    font-size: 9rem;
  }
  .message .message-box .message-head {
    margin: 0 0 28px;
  }
  .message .message-box .message-head p {
    margin: 0 0 -4px;
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }
  .message .message-box .message-head h2 {
    font-size: clamp(1.8rem, 6vw, 2rem);
  }
  .message .message-box .message-head h2 span {
    display: block;
    font-size: 1.2rem;
  }
  .message .message-box .message-txt {
    padding: 30px 28px 20px;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 10%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 93% 0, 100% 10%, 100% 100%, 0 100%);
  }
  .message .message-box .message-txt p {
    font-size: 0.9rem;
  }
  /* 完成までの歩み */
  .history .inblock {
    display: block;
  }
  .history .timeline .phase ul.tl-list > li {
    display: block;
    margin: 0 0 20px;
  }
  .history .timeline .phase ul.tl-list > li .date {
    width: auto;
    margin: 0 0 4px;
    font-size: 1.125rem;
  }
  .history .timeline .phase ul.tl-list > li .txt {
    line-height: 1.8;
  }
  /* 産学連携の記録 */
  .record-grad {
    padding: 66px 0 0;
  }
  .record-grad .tense-head {
    margin: 0 0 38px;
  }
  .record-grad .lead {
    margin: 0 0 44px;
    font-size: 0.9375rem;
    text-align: left;
  }
  .record-grad .record-slider .record-track .slick-prev, .record-grad .record-slider .record-track .slick-next {
    top: 40%;
  }
  .record-grad .record-slider .record-track .record-slide {
    width: clamp(280px, 56vw, 440px);
  }
  .record-grad .record-slider .record-track .record-slide p {
    font-size: 0.8125rem;
    line-height: 1.8;
    min-height: 3.6em;
  }
  .record-info {
    padding: 30px 0 50px;
  }
  .record-info .read {
    margin-bottom: 3em;
  }
  .record-info .info-box-wrap {
    display: block;
  }
  .record-info .info-box {
    width: 100%;
    margin: 0 0 24px;
  }
  .record-info .info-box:last-child {
    margin: 0;
  }
  .record-info .info-box dl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .record-info .info-box dl dt {
    margin: 0 14px 0 0;
  }
  /* 私たちのチームと未来 */
  .team {
    padding: 110px 0 70px;
  }
  .team .tense-head {
    margin: 0 0 38px;
  }
  .team .lead {
    margin: 0 0 34px;
    font-size: 0.9375rem;
    text-align: left;
  }
  .team .team-photo {
    margin-bottom: 3em;
  }
  .team .message-area {
    margin: 0 0 36px;
  }
  .team .message-area .m-big {
    font-size: clamp(1.8rem, 6.2vw, 2.8rem);
    line-height: 1.45;
  }
  .team .message-area .m-small {
    font-size: 1rem;
    line-height: 1.9;
  }
  .team .btn-wrap {
    gap: 0 20px;
  }
  .team .btn-wrap p {
    width: 50%;
  }
  .team .btn-wrap p .btn {
    min-width: auto;
    font-size: 1rem;
  }
  /* フッター */
  .lp-footer {
    padding: 36px 0 30px;
  }
  .lp-footer .address {
    font-size: 0.8125rem;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .tense-head p {
    top: -32px !important;
    font-size: clamp(2.6rem, 12vw, 4.5rem) !important;
  }
  .tense-head h2 {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
  }
  /* メインビジュアル */
  .mv {
    background-position: 65% bottom;
  }
  .mv::before {
    width: 105%;
    height: 85%;
  }
  .mv::after {
    right: -42%;
    bottom: -25%;
    width: 110%;
  }
  .mv .mv-inner .logo {
    height: 23px;
  }
  .mv .mv-inner .catch {
    top: 20%;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 12px #fff, 0 0 12px #fff;
  }
  .mv .mv-inner .catch h1 {
    font-size: clamp(1.6rem, 7vw, 1.8rem);
    line-height: 1.65;
  }
  .mv .mv-inner .catch h1 span::after {
    bottom: 5px;
  }
  .mv .mv-inner .catch p span {
    display: block;
  }
  /* intro */
  .intro {
    padding: 46px 0 0;
  }
  .intro::after {
    width: 92%;
  }
  .intro > .inblock {
    padding-bottom: 36px;
  }
  .intro .read {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 6vw, 1.65rem);
  }
  .intro .ttl {
    margin: 0 0 8px;
    font-size: clamp(1.9rem, 10vw, 2.5rem);
  }
  .intro .ttl span {
    max-width: 74px;
    max-height: 74px;
    font-size: clamp(2.2rem, 11vw, 3rem);
    line-height: 1;
  }
  .intro .ttl em {
    display: block;
    margin: 15px 0 0;
    font-size: clamp(1.25rem, 6vw, 1.65rem);
  }
  .intro .txt {
    font-size: clamp(1.25rem, 6vw, 1.65rem);
  }
  .intro .nav {
    padding: 32px 0 24px;
  }
  .intro .nav ul {
    display: block;
  }
  .intro .nav ul li {
    margin: 0 0 12px;
  }
  .intro .nav ul li:last-child {
    margin: 0;
  }
  /* このオブジェが伝えること */
  .value {
    padding: 40px 0 90px;
  }
  .value .lead {
    margin: 0 0 32px;
  }
  .value .lead p {
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .value .box {
    margin: 0 0 32px;
    padding: 30px 18px 28px;
  }
  .value .box .deco-line {
    width: 60px;
  }
  .value .box .deco-line.is-tl {
    top: 18px;
    left: -16px;
  }
  .value .box .deco-line.is-br {
    right: -16px;
    bottom: 18px;
  }
  .value .box p {
    text-align: left;
    letter-spacing: 0.025em;
  }
  .value .txt p {
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .value-photo {
    margin-top: -36px;
    margin-bottom: 2em;
    height: 58vw;
    min-height: 230px;
    -webkit-clip-path: polygon(0 14%, 100% 0, 100% 88%, 0 100%);
    clip-path: polygon(0 14%, 100% 0, 100% 88%, 0 100%);
  }
  /* テンセグリティ構造とは */
  .structure {
    padding: 50px 0 0;
  }
  .structure::after {
    height: 26vw;
    min-height: 90px;
  }
  .structure .tense-head {
    margin: 0 0 34px;
  }
  .structure .lead {
    margin: 0 0 30px;
  }
  .structure .lead p {
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .structure .structure-body .fig p {
    font-size: 0.75rem;
    line-height: 1.7;
  }
  .structure .structure-body .txt p {
    font-size: 0.875rem;
    line-height: 1.85;
  }
  /* プロジェクト発足の背景 */
  .story {
    padding: 90px 0 30px;
  }
  .story::after {
    height: 130px;
  }
  .story .tense-head {
    margin: 0 0 40px;
  }
  .story .story-list .story-item .outblock .photo-box p {
    margin: 10px 0 0;
    font-size: 0.75rem;
    line-height: 1.7;
  }
  .story .story-list .story-item.item03 .photo-box {
    gap: 40px 20px;
  }
  .message {
    padding: 54px 0;
  }
  .message .message-box {
    padding: 40px 0 30px;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .message .message-box .quote {
    top: -18px;
    right: 10px;
    font-size: 6.5rem;
  }
  .message .message-box .message-head {
    margin: 0 0 22px;
  }
  .message .message-box .message-head p {
    font-size: clamp(1.6rem, 7.5vw, 2rem);
  }
  .message .message-box .message-head h2 {
    font-size: clamp(1.5rem, 7.2vw, 2rem);
  }
  .message .message-box .message-head h2 span {
    font-size: 1rem;
  }
  .message .message-box .message-txt {
    padding: 26px 18px 18px;
    -webkit-clip-path: polygon(0 0, 92% 0, 100% 7%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 92% 0, 100% 7%, 100% 100%, 0 100%);
  }
  .message .message-box .message-txt p {
    font-size: 0.875rem;
    line-height: 1.85;
  }
  /* 完成までの歩み */
  .history {
    padding: 80px 0 60px;
  }
  .history .tense-head {
    margin: 0 0 34px;
  }
  .history .tense-head p {
    font-size: clamp(2.6rem, 14vw, 3.4rem);
  }
  .history .tense-head h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }
  .history .timeline .timeline-line {
    left: 22px;
    top: 37px;
  }
  .history .timeline .phase .phase-head {
    margin: 0 0 20px -4px;
  }
  .history .timeline .phase .phase-head .phase-num {
    font-size: 0.875rem;
  }
  .history .timeline .phase .phase-head .phase-num span {
    font-size: 1.35rem;
  }
  .history .timeline .phase .phase-head h3 {
    font-size: 1.25rem;
  }
  .history .timeline .phase ul.tl-list li::before {
    left: -26px;
  }
  .history .timeline .phase ul.tl-list li .date {
    font-size: 1rem;
  }
  .history .timeline .phase ul.tl-list li .txt {
    font-size: 0.875rem;
    line-height: 1.85;
  }
  /* 産学連携の記録 */
  .record-grad {
    padding: 52px 0 0;
  }
  .record-grad .tense-head {
    margin: 0 0 32px;
  }
  .record-grad .lead {
    margin: 0 0 34px;
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .record-grad .record-slider .record-track .slick-prev, .record-grad .record-slider .record-track .slick-next {
    width: 38px;
    height: 38px;
  }
  .record-grad .record-slider .record-track .slick-prev::before, .record-grad .record-slider .record-track .slick-next::before {
    width: 8px;
    height: 8px;
  }
  .record-grad .record-slider .record-track .slick-prev {
    left: 3px;
  }
  .record-grad .record-slider .record-track .slick-next {
    right: 3px;
  }
  .record-grad .record-slider .record-track .record-slide {
    margin: 0 15px;
  }
  .record-grad .record-slider .record-track .record-slide p {
    font-size: 0.75rem;
    line-height: 1.7;
    min-height: 3.4em;
  }
  .record-info {
    padding: 20px 0 40px;
  }
  .record-info .read {
    text-align: left;
  }
  .record-info .info-box {
    padding: 20px 18px;
    height: auto;
  }
  .record-info .info-box dl {
    display: block;
    margin: 0 0 16px;
  }
  .record-info .info-box dl dt {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 8px;
    font-size: 0.8125rem;
    line-height: 1.8;
  }
  .record-info .info-box dl dd {
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .record-info .info-box dl dd ul li span {
    padding-left: 0.55rem;
  }
  /* 私たちのチームと未来 */
  .team {
    padding: 80px 0 60px;
  }
  .team .lead {
    margin: 0 0 28px;
    font-size: 0.9rem;
  }
  .team .team-photo img {
    max-width: 95%;
  }
  .team .message-area {
    margin: 0 0 30px;
  }
  .team .message-area .m-big {
    font-size: clamp(1.5rem, 6.5vw, 2.4rem);
    letter-spacing: 0.025em;
  }
  .team .message-area .m-small {
    font-size: 0.875rem;
  }
  .team .btn-wrap {
    display: block;
  }
  .team .btn-wrap p {
    width: 100%;
    margin: 0 0 14px;
  }
  .team .btn-wrap p:last-child {
    margin: 0;
  }
  .team .btn-wrap p .btn {
    width: 100%;
    height: 62px;
    font-size: 0.9375rem;
  }
  .lp-footer {
    padding: 30px 0 26px;
  }
  .lp-footer .logo {
    width: 210px;
    margin: 0 auto 22px;
  }
  .lp-footer .address {
    margin: 0 0 22px;
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .lp-footer .copy {
    font-size: 0.6875rem;
    line-height: 1.7;
  }
}