@charset "UTF-8";

.cc-fullbleed #content.l-content,
.cc-fullbleed #content.l-container,
.cc-fullbleed #content .l-mainContent,
.cc-fullbleed #content .l-mainContent__inner,
.cc-fullbleed #content .l-mainContent__main,
.cc-fullbleed #content .l-mainArea,
.cc-fullbleed .l-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cc-fullbleed main#main_content,
.cc-fullbleed .codeclimb,
.cc-fullbleed .cc-header,
.cc-fullbleed .cc-footer {
  display: block;
  max-width: none !important;
  width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.cc-fullbleed .p-breadcrumb,
.cc-fullbleed .c-pageTitle,
.cc-fullbleed .p-topArea,
.cc-fullbleed .p-mainVisual,
.cc-fullbleed .p-postSlider,
.cc-fullbleed #post_slider,
.cc-fullbleed .p-postList,
.cc-fullbleed .p-postListWrap,
.cc-fullbleed .l-mainContent__side,
.cc-fullbleed .l-sidebar,
.cc-fullbleed #sidebar,
.cc-fullbleed .w-afterPost {
  display: none !important;
}

.cc-fullbleed .l-header,
.cc-fullbleed .l-footer {
  color: #111;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.cc-fullbleed .l-header {
  position: relative;
  z-index: 50;
  height: 100px;
  min-height: 100px;
  border-bottom: 1px solid #111;
  background: #fff;
  box-shadow: none !important;
}

.cc-fullbleed .l-header__bar,
.cc-fullbleed .w-header,
.cc-fullbleed .c-catchphrase,
.cc-fullbleed .l-header__spNav,
.cc-fullbleed .l-header__customBtn,
.cc-fullbleed .l-header__menuBtn,
.cc-fullbleed .l-fixHeader,
.cc-fullbleed .p-fixBtnWrap,
.cc-fullbleed #fix_bottom_menu {
  display: none !important;
}

.cc-fullbleed .l-header__inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0 !important;
}

.cc-fullbleed .l-header__logo {
  position: absolute;
  top: -10px;
  left: clamp(34px, 8.055vw, 116px);
  z-index: 3;
  width: 218.564px;
  height: 218.564px;
  padding: 0 !important;
}

.cc-fullbleed .c-headLogo,
.cc-fullbleed .c-headLogo__link,
.cc-fullbleed .c-headLogo__img {
  display: block;
  width: 100%;
  height: 100% !important;
}

.cc-fullbleed .c-headLogo__link {
  padding: 0 !important;
  color: #111;
  line-height: 1;
  text-decoration: none;
}

.cc-fullbleed .c-headLogo__img {
  object-fit: contain;
}

.cc-fullbleed .c-headLogo.-txt .c-headLogo__link {
  display: grid;
  place-items: center;
  border: 2px solid #111;
  background: #fff;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
  color: #111;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.cc-fullbleed .l-header__gnav {
  position: absolute;
  top: 0;
  right: 0;
  display: block !important;
  width: 420px;
  height: 52px;
  background: var(--cc-yellow);
}

.cc-fullbleed .c-gnav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.cc-fullbleed .c-gnav > .menu-item {
  display: block;
  height: 100%;
}

.cc-fullbleed .c-gnav > .menu-item > a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 0 !important;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
  text-decoration: none;
}

.cc-fullbleed .c-gnav > .menu-item > a::after {
  display: none !important;
}

.cc-fullbleed .c-gnav > .current-menu-item > a,
.cc-fullbleed .c-gnav > .current_page_item > a,
.cc-fullbleed .c-gnav > .current_page_parent > a {
  color: #7b7b7b;
}

.cc-fullbleed .l-footer {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 0;
  border: 0;
  background: var(--cc-yellow);
  color: #111;
}

.cc-fullbleed .l-footer__inner {
  position: relative;
  min-height: 300px;
  overflow: visible;
  background: linear-gradient(to bottom, transparent 0 240px, var(--cc-yellow) 240px 100%);
}

.cc-fullbleed .l-footer__inner::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 240px;
  content: "";
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  background: url("../images/tsukushi/footer-bg-provided.png") center center / cover no-repeat;
}

.cc-fullbleed .cc-swell-footer-logo {
  position: absolute;
  top: -77px;
  left: 17.99%;
  z-index: 2;
  width: 153.678px;
  height: 153.678px;
}

.cc-fullbleed .cc-swell-footer-logo .c-headLogo,
.cc-fullbleed .cc-swell-footer-logo .c-headLogo__link,
.cc-fullbleed .cc-swell-footer-logo .c-headLogo__img {
  width: 100%;
  height: 100% !important;
}

.cc-fullbleed .l-footer__foot {
  position: static;
  padding: 0;
  background: transparent;
  color: #111;
}

.cc-fullbleed .l-footer__foot .l-container {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.cc-fullbleed .l-footer__nav,
.cc-fullbleed .l-footer .c-iconList {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}

.cc-fullbleed .l-footer__nav {
  top: 165px;
  gap: 32px;
}

.cc-fullbleed .l-footer__nav a {
  color: #111;
  border: 0 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 !important;
  text-decoration: none;
}

.cc-fullbleed .l-footer__nav li::before,
.cc-fullbleed .l-footer__nav li::after {
  display: none !important;
  content: none !important;
}

.cc-fullbleed .l-footer__nav .current-menu-item > a,
.cc-fullbleed .l-footer__nav .current_page_item > a,
.cc-fullbleed .l-footer__nav .current_page_parent > a {
  color: #111;
}

.cc-fullbleed .l-footer .c-iconList {
  top: 196px;
  gap: 24px;
}

.cc-fullbleed .l-footer .c-iconList__item {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
}

.cc-fullbleed .l-footer .c-iconList__item.-youtube { order: 1; }
.cc-fullbleed .l-footer .c-iconList__item.-instagram { order: 2; }
.cc-fullbleed .l-footer .c-iconList__item.-line { order: 3; }

.cc-fullbleed .l-footer .c-iconList__link {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #111;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}

.cc-fullbleed .l-footer .c-iconList__item.-youtube .c-iconList__link {
  font-size: 24px;
}

.cc-fullbleed .l-footer .copyright {
  position: absolute;
  top: 240px;
  left: 0;
  display: grid;
  width: 100%;
  height: 60px;
  min-height: 60px;
  margin: 0;
  place-items: center;
  background: var(--cc-yellow);
  color: #111;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.cc-site {
  --cc-yellow: #f8be0a;
  --cc-blue-bg: rgba(11, 139, 141, 0.1);
  --cc-blue-line: rgba(11, 139, 141, 0.3);
  --cc-ink: #111;
  --cc-muted: #555;
  --cc-container: 900px;
  --cc-wide: 1440px;
  background: #fff;
  color: var(--cc-ink);
}

.cc-site *,
.cc-site *::before,
.cc-site *::after {
  box-sizing: border-box;
}

.codeclimb,
.cc-header,
.cc-footer {
  color: var(--cc-ink);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.75;
}

.codeclimb img,
.cc-footer img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cc-header {
  position: relative;
  z-index: 20;
  height: 100px;
  border-bottom: 1px solid #111;
  background: #fff;
}

.cc-logo {
  position: absolute;
  display: block;
  width: 168px;
  height: 168px;
  text-decoration: none;
  color: #111;
}

.cc-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cc-header__logo {
  left: clamp(30px, 8.055vw, 116px);
  top: -10px;
  width: 219px;
  height: 219px;
}

.cc-logo__hex {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
}

.cc-logo__hex::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #111;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%, 25% 6%, 25.9% 7.8%, 2.2% 50%, 25.9% 92.2%, 74.1% 92.2%, 97.8% 50%, 74.1% 7.8%, 25.9% 7.8%);
  pointer-events: none;
}

.cc-logo__en {
  display: block;
  margin-top: 18px;
  color: #7b7b7b;
  font-family: cursive;
  font-size: 22px;
  font-style: italic;
  line-height: 1.1;
}

.cc-logo__ja {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.cc-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 420px;
  height: 52px;
  background: var(--cc-yellow);
}

.cc-nav__link {
  display: grid;
  place-items: center;
  color: #111;
  font-size: 15px;
  text-decoration: none;
}

.cc-nav__link.is-active {
  color: #7b7b7b;
}

.codeclimb {
  overflow: hidden;
  background: #fff;
}

.cc-section {
  padding: 100px 0;
}

.cc-section-heading {
  margin: 0 auto 58px;
  text-align: center;
}

.cc-section-heading p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.cc-section-heading h2,
.cc-section > h2,
.cc-sns-section h2,
.cc-scroll-gallery h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.cc-section-lead {
  width: min(var(--cc-container), calc(100% - 40px));
  margin: 0 auto 56px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

.cc-body-text {
  font-size: 16px;
  line-height: 1.75;
}

.cc-body-text p,
.cc-home-hero__lead p {
  margin: 0;
}

.cc-body-text p + p,
.cc-home-hero__lead p + p {
  margin-top: 0;
}

.cc-script {
  margin: 0;
  color: #7b7b7b;
  font-family: cursive;
  font-size: 20px;
  font-style: italic;
  line-height: 1.75;
}

.cc-page-hero {
  display: grid;
  place-items: center;
  min-height: 240px;
  border-bottom: 1px solid #111;
  background-image: linear-gradient(rgba(255,255,255,.52), rgba(255,255,255,.52)), var(--cc-page-hero-image);
  background-position: center;
  background-size: cover;
}

.cc-page-hero h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}

.cc-home-hero {
  position: relative;
  min-height: 680px;
  border-bottom: 1px solid #111;
  background-image: linear-gradient(rgba(220, 251, 255, .35), rgba(220, 251, 255, .35)), var(--cc-home-hero-bg);
  background-position: center;
  background-size: cover;
}

.cc-home-hero__person {
  position: absolute;
  left: calc(50% - 437px);
  bottom: 0;
  width: 360px;
  height: 639px;
  overflow: hidden;
}

.cc-home-hero__person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.cc-home-hero__copy {
  position: absolute;
  top: 100px;
  left: calc(50% - 48px);
  width: 532px;
}

.cc-home-hero__copy h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.cc-home-hero__copy h1 span {
  font-size: 60px;
  font-weight: 400;
}

.cc-home-hero__copy h1 strong {
  color: var(--cc-yellow);
  font-size: 60px;
}

.cc-home-hero__lead {
  margin: 26px 0 0 29px;
  font-size: 24px;
  font-weight: 500;
}

.cc-line-cta {
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-template-rows: auto auto;
  gap: 8px 20px;
  align-items: center;
  width: 412px;
  min-height: 140px;
  margin: 42px 0 0 33px;
  padding: 13px 28px;
  border: 8px solid #06c755;
  background: #fff;
  color: #111;
  text-align: center;
  text-decoration: none;
}

.cc-line-cta img {
  grid-column: 2;
  grid-row: 1;
  width: 60px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 0;
}

.cc-line-cta__text {
  grid-column: 1;
  grid-row: 1;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.cc-line-cta__button {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  margin-top: 0;
  border: 1px solid #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
}

.cc-line-cta__button i {
  justify-self: center;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #111;
}

.cc-concept {
  padding-bottom: 98px;
}

.cc-concept__list {
  display: grid;
  gap: 24px;
  width: min(var(--cc-container), calc(100% - 40px));
  margin: 0 auto;
}

.cc-concept-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  min-height: 200px;
  padding: 29px 36px;
  border: 1px solid #111;
}

.cc-concept-card--mission { background: rgba(255, 113, 113, .1); }
.cc-concept-card--vision { background: var(--cc-blue-bg); }
.cc-concept-card--value { background: rgba(248, 190, 10, .1); }

.cc-concept-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 0;
  object-fit: contain;
}

.cc-concept-card__label {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
}

.cc-concept-card--mission .cc-concept-card__label { color: #e27536; }
.cc-concept-card--vision .cc-concept-card__label { color: #0b8b8d; }
.cc-concept-card--value .cc-concept-card__label { color: var(--cc-yellow); }

.cc-concept-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.cc-concept-card p {
  margin: 0;
  font-size: 16px;
}

.cc-home-profile {
  background: var(--cc-blue-bg);
}

.cc-home-profile__card {
  display: grid;
  grid-template-columns: 280px 420px;
  gap: 70px;
  align-items: start;
  width: min(var(--cc-container), calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 80px 58px;
  border: 6px solid var(--cc-blue-line);
  background: #fff;
}

.cc-home-profile__photo {
  width: 280px;
  height: 346px;
  object-fit: cover;
}

.cc-home-profile__body {
  margin-top: 66px;
}

.cc-home-profile__body h3 {
  margin: 0 0 24px;
  font-size: 24px;
}

.cc-arrow-link {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 28px;
  color: #111;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.cc-arrow-link i {
  position: relative;
  width: 55px;
  height: 30px;
  border: 1px solid #aaa;
  border-left: 0;
  border-radius: 999px;
}

.cc-arrow-link i::before {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 38px;
  height: 1px;
  content: "";
  background: #aaa;
}

.cc-arrow-link i::after {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: rotate(45deg);
}

.cc-home-media {
  padding-bottom: 134px;
}

.cc-media-card-grid,
.cc-media-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  gap: 30px;
  width: min(var(--cc-container), calc(100% - 40px));
  margin: 0 auto;
}

.cc-media-feature-grid {
  grid-template-columns: repeat(2, 280px);
  justify-content: center;
  margin-top: 72px;
}

.cc-media-card {
  min-width: 280px;
}

.cc-media-card img {
  width: 280px;
  height: 200px;
  border: 1px solid #111;
  object-fit: cover;
}

.cc-media-card:nth-child(2) img,
.cc-media-card:nth-child(3) img {
  object-fit: contain;
}

.cc-corner-title {
  position: relative;
  width: 280px;
  height: 38px;
  margin-bottom: 16px;
  text-align: center;
}

.cc-corner-title::before,
.cc-corner-title::after,
.cc-corner-title span::before,
.cc-corner-title span::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
}

.cc-corner-title::before { top: 0; left: 0; border-top: 1px solid #555; border-left: 1px solid #555; }
.cc-corner-title::after { top: 0; right: 0; border-top: 1px solid #555; border-right: 1px solid #555; }
.cc-corner-title span::before { bottom: 0; left: 0; border-bottom: 1px solid #555; border-left: 1px solid #555; }
.cc-corner-title span::after { right: 0; bottom: 0; border-right: 1px solid #555; border-bottom: 1px solid #555; }

.cc-corner-title span {
  display: grid;
  height: 100%;
  place-items: center;
  font-size: 20px;
  font-weight: 500;
}

.cc-home-media__link {
  width: min(var(--cc-container), calc(100% - 40px));
  margin: 72px auto 0;
}

.cc-home-profile__body .cc-arrow-link,
.cc-home-media__link .cc-arrow-link {
  gap: 29px;
  line-height: 1.75;
}

.cc-home-profile__body .cc-arrow-link i,
.cc-home-media__link .cc-arrow-link i {
  width: 30px;
  height: 30px;
  border: 1px solid #aaa;
  border-radius: 50%;
  transition: transform .28s ease;
}

.cc-home-profile__body .cc-arrow-link i::before,
.cc-home-media__link .cc-arrow-link i::before {
  right: 15px;
  width: 40px;
  background: #aaa;
}

.cc-home-profile__body .cc-arrow-link i::after,
.cc-home-media__link .cc-arrow-link i::after {
  top: 10px;
  right: 10px;
  border-color: #aaa;
}

.cc-home-profile__body .cc-arrow-link:hover i,
.cc-home-profile__body .cc-arrow-link:focus-visible i,
.cc-home-media__link .cc-arrow-link:hover i,
.cc-home-media__link .cc-arrow-link:focus-visible i {
  transform: translateX(8px);
}

.cc-sns-section {
  background: var(--cc-blue-bg);
  text-align: center;
}

.cc-sns-links {
  display: grid;
  grid-template-columns: repeat(3, 285px);
  gap: 22px;
  justify-content: center;
  margin-top: 54px;
}

.cc-sns-card {
  position: relative;
  display: block;
  width: 285px;
  overflow: hidden;
  color: #111;
  text-decoration: none;
}

.cc-sns-card::before {
  display: none;
}

.cc-sns-card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.cc-profile-history {
  background: linear-gradient(to bottom, #fff 0 316px, var(--cc-blue-bg) 316px 100%);
  padding-bottom: 110px;
}

.cc-activity {
  background: var(--cc-blue-bg);
}

.cc-thoughts h2,
.cc-service-list h2 {
  margin-bottom: 72px;
}

.cc-profile-history h2 {
  margin-bottom: 52px;
}

.cc-history {
  position: relative;
  display: flow-root;
  width: min(var(--cc-container), calc(100% - 40px));
  margin: 0 auto;
  min-height: 996px;
}

img.cc-history__person {
  position: absolute;
  top: 0;
  left: 98px;
  width: 280px;
  height: 346px;
  max-width: none;
  object-fit: cover;
  object-position: top center;
}

.cc-history__mark {
  position: absolute;
  display: block;
  top: 67px;
  left: 378px;
  width: 178px;
  height: 178px;
  max-width: none;
  object-fit: contain;
}

.cc-history__list {
  display: grid;
  gap: 0;
  width: 675px;
  margin: 346px 0 0 98px;
  padding: 0;
  list-style: none;
}

.cc-history__list li {
  position: relative;
  display: block;
}

.cc-history__list li:not(:last-child) {
  margin-bottom: 30px;
}

.cc-history__list li:not(:last-child)::after {
  position: absolute;
  left: 19px;
  top: 50px;
  width: 11px;
  height: 60px;
  content: "";
  background: url("../images/tsukushi/timeline-arrow.png") center / contain no-repeat;
}

.cc-history__list li:not(:last-child)::before {
  display: none;
}

.cc-history__list strong {
  display: block;
  width: 280px;
  height: 38px;
  padding: 8px 23px;
  border: 1px solid #111;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
}

.cc-history__list p {
  width: 576px;
  margin: 20px 0 0 99px;
  font-size: 16px;
  line-height: 1.75;
}

.cc-thoughts__list {
  display: grid;
  gap: 68px;
  width: min(var(--cc-container), calc(100% - 40px));
  margin: 0 auto;
}

.cc-thought {
  position: relative;
  height: 250px;
  min-height: 0;
  padding: 0;
  background: rgba(248, 190, 10, .1);
}

.cc-thought__text {
  position: absolute;
  top: 60px;
  left: 50px;
  width: 500px;
}

img.cc-thought__num {
  position: absolute;
  top: -30px;
  left: 58px;
  width: auto;
  height: 68px;
  max-width: none;
  object-fit: contain;
}

.cc-thought h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.cc-thought p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

img.cc-thought__image {
  position: absolute;
  top: -35px;
  right: 35px;
  width: 282px;
  height: 285px;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
}

.cc-thought:nth-child(2) .cc-thought__text {
  left: 350px;
}

.cc-thought:nth-child(2) img.cc-thought__num {
  left: 350px;
  height: 66px;
}

.cc-thought:nth-child(2) img.cc-thought__image {
  left: 23px;
  right: auto;
  width: 258px;
}

.cc-thought:nth-child(3) img.cc-thought__num {
  height: 68px;
}

.cc-thought:nth-child(3) img.cc-thought__image {
  right: 35px;
  width: 258px;
}

.cc-activity {
  padding-top: 90px;
  padding-bottom: 0;
  text-align: center;
}

.cc-activity > h2 {
  margin-bottom: 55px;
}

.cc-activity .cc-section-lead {
  width: min(664px, calc(100% - 40px));
  margin-bottom: 70px;
  font-size: 18px;
}

.cc-activity__list {
  display: grid;
  gap: 20px;
  width: min(782px, calc(100% - 40px));
  margin: 0 auto;
  text-align: left;
}

.cc-activity__list article {
  position: relative;
  padding-left: 40px;
}

.cc-activity__list article::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 31px;
  height: 31px;
  content: "";
  background: url("../images/tsukushi/icon-check-yellow.png") center / contain no-repeat;
}

.cc-activity__list article::after {
  display: none;
}

.cc-activity__list h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
}

.cc-activity__list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

img.cc-activity__person {
  width: 286px;
  height: 316px;
  margin: 52px auto 0;
  object-fit: cover;
  object-position: top center;
}

.cc-service-list {
  padding-bottom: 100px;
}

.cc-service-cards {
  display: grid;
  grid-template-columns: repeat(2, 435px);
  gap: 30px;
  justify-content: center;
}

.cc-service-card {
  min-height: 500px;
  padding: 60px 30px 40px;
  border: 1px solid #111;
  background: #fff;
}

.cc-service-card img {
  width: 200px;
  height: 188px;
  margin: 0 auto 34px;
  object-fit: contain;
}

.cc-service-card h3 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.75;
}

.cc-service-card p {
  margin: 0;
  font-size: 16px;
}

.cc-service-photo {
  margin: 0;
  height: 500px;
  overflow: hidden;
  background-image: var(--cc-service-photo-image);
  background-repeat: no-repeat;
  background-position: center 38%;
  background-size: cover;
  background-attachment: fixed;
}

.cc-service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  opacity: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .cc-service-photo {
    background-attachment: scroll;
  }
}

.cc-award {
  display: grid;
  grid-template-columns: 340px 340px;
  column-gap: 70px;
  row-gap: 26px;
  justify-content: center;
  padding: 100px 0 189px;
  background: var(--cc-blue-bg);
}

.cc-award__visual {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 470px;
}

img.cc-award__visual-image {
  width: 313px;
  height: auto;
  max-width: none;
  object-fit: contain;
}

img.cc-award__certificate {
  width: 340px;
  height: 470px;
  margin-top: 5px;
  max-width: none;
  object-fit: contain;
}

.cc-award__notes {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(900px, calc(100vw - 40px));
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.75;
}

.cc-award__notes li::before {
  content: "・";
}

.cc-media-page {
  padding-top: 140px;
}

.cc-release {
  width: min(var(--cc-container), calc(100% - 40px));
  margin: 0 auto;
}

.cc-release .cc-corner-title {
  margin-inline: auto;
}

.cc-release__list {
  display: grid;
  gap: 28px;
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.5;
}

.cc-release__list time {
  display: block;
}

.cc-release__list a {
  color: #111;
  text-decoration: underline;
}

.cc-scroll-gallery {
  margin: 96px 0 0;
  text-align: center;
}

.cc-scroll-gallery .cc-corner-title {
  margin-inline: auto;
}

.cc-scroll-gallery__track {
  width: 100vw;
  margin-top: 42px;
  margin-left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
}

.cc-scroll-gallery__rail {
  display: flex;
  width: max-content;
  will-change: transform;
}

.cc-scroll-gallery__set {
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  padding-right: 20px;
}

.cc-scroll-gallery--books .cc-scroll-gallery__rail {
  animation: cc-marquee-left 70s linear infinite;
}

.cc-scroll-gallery--web .cc-scroll-gallery__rail {
  animation: cc-marquee-right 86s linear infinite;
}

.cc-scroll-gallery__set img {
  flex: 0 0 280px;
  width: 280px;
  height: 200px;
  border: 1px solid #111;
  object-fit: cover;
}

@keyframes cc-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes cc-marquee-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-scroll-gallery__rail {
    animation: none;
  }
}

.cc-sns-section--media {
  padding-top: 100px;
}

.cc-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #fff;
}

.cc-footer__photo {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 240px;
  border-top: 1px solid #111;
  background-image: var(--cc-footer-bg);
  background-position: center top;
  background-size: cover;
}

.cc-footer__logo {
  top: -76px;
  left: clamp(34px, 14vw, 278px);
  width: 154px;
  height: 154px;
}

.cc-footer__nav,
.cc-footer__social {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.cc-footer__nav {
  margin-bottom: 12px;
}

.cc-footer__nav a,
.cc-footer__social a {
  color: #111;
  font-size: 14px;
  text-decoration: none;
}

.cc-footer__nav a.is-active {
  color: #7b7b7b;
}

.cc-footer__social {
  gap: 18px;
  margin-bottom: 18px;
}

.cc-footer__social a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  color: #111;
}

.cc-footer__social img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cc-footer__copyright {
  display: grid;
  min-height: 60px;
  margin: 0;
  place-items: center;
  background: var(--cc-yellow);
  color: #111;
  font-size: 10px;
  text-align: center;
}

@media (max-width: 1024px) {
  .cc-fullbleed .l-header__logo {
    left: 30px;
  }

  .cc-fullbleed .l-header__gnav {
    width: min(420px, calc(100vw - 180px));
  }

  .cc-nav {
    width: min(420px, calc(100vw - 180px));
  }

  .cc-home-hero__person {
    left: 8vw;
  }

  .cc-home-hero__copy {
    left: 48vw;
    width: min(48vw, 532px);
  }

  .cc-home-profile__card,
  .cc-service-cards {
    grid-template-columns: 1fr;
    width: min(620px, calc(100% - 40px));
  }

  .cc-service-cards {
    justify-items: center;
    margin-inline: auto;
  }

  .cc-service-card {
    width: 100%;
    box-sizing: border-box;
  }

  .cc-award {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-inline: 20px;
  }

  .cc-home-profile__photo,
  .cc-home-profile__body,
  .cc-award__visual,
  .cc-award__certificate {
    margin-top: 0;
    margin-inline: auto;
  }

  .cc-media-card-grid {
    grid-template-columns: repeat(2, 280px);
    justify-content: center;
  }

  .cc-sns-links {
    grid-template-columns: 1fr;
    width: min(285px, calc(100% - 40px));
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .cc-fullbleed .l-header {
    height: 92px;
    min-height: 92px;
  }

  .cc-fullbleed .l-header__logo {
    top: 50px;
    left: 24px;
    width: 82px;
    height: 82px;
  }

  .cc-fullbleed .l-header__gnav {
    top: 0;
    right: 0;
    width: calc(100% - 98px);
    height: 52px;
  }

  .cc-fullbleed .c-gnav > .menu-item > a {
    font-size: 12px;
  }

  .cc-fullbleed .l-footer__inner {
    min-height: 244px;
    background: linear-gradient(to bottom, transparent 0 184px, var(--cc-yellow) 184px 100%);
  }

  .cc-fullbleed .l-footer__inner::before {
    top: 0;
    height: 184px;
  }

  .cc-fullbleed .cc-swell-footer-logo {
    top: -49px;
    left: 18px;
    width: 98px;
    height: 98px;
  }

  .cc-fullbleed .l-footer__nav {
    top: 110px;
    gap: 18px;
  }

  .cc-fullbleed .l-footer__nav a {
    font-size: 12px;
  }

  .cc-fullbleed .l-footer .c-iconList {
    top: 142px;
    gap: 20px;
  }

  .cc-fullbleed .l-footer .copyright {
    top: 184px;
  }

  .cc-header {
    height: 92px;
  }

  .cc-header__logo {
    left: 24px;
    top: 50px;
    width: 82px;
    height: 82px;
  }

  .cc-logo__en {
    margin-top: 8px;
    font-size: 15px;
  }

  .cc-logo__ja {
    font-size: 10px;
  }

  .cc-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 98px);
    height: 52px;
  }

  .cc-nav__link {
    font-size: 12px;
  }

  .cc-section {
    padding: 70px 0;
  }

  .cc-section-heading {
    margin-bottom: 34px;
  }

  .cc-section-heading p {
    font-size: 14px;
  }

  .cc-section-heading h2,
  .cc-section > h2,
  .cc-sns-section h2,
  .cc-scroll-gallery h2 {
    font-size: 24px;
  }

  .cc-section-lead {
    margin-bottom: 34px;
    font-size: 15px;
    text-align: left;
  }

  .cc-activity {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .cc-activity > h2 {
    margin-bottom: 34px;
  }

  .cc-activity .cc-section-lead {
    width: min(664px, calc(100% - 40px));
    margin-bottom: 42px;
    font-size: 15px;
    text-align: center;
  }

  .cc-page-hero {
    min-height: 180px;
  }

  .cc-page-hero h1 {
    font-size: 30px;
  }

  .cc-home-hero {
    display: grid;
    min-height: 0;
    padding: 28px 20px 0px;
  }

  .cc-home-hero__person,
  .cc-home-hero__copy {
    position: static;
    width: 100%;
  }

  .cc-home-hero__person {
    order: 2;
    height: 390px;
    display: flex;
    justify-content: center;
  }

  .cc-home-hero__person img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }

  .cc-home-hero__copy {
    order: 1;
    margin-top: 0;
  }

  .cc-home-hero__copy h1 {
    font-size: 30px;
  }

  .cc-home-hero__copy h1 span,
  .cc-home-hero__copy h1 strong {
    font-size: 38px;
  }

  .cc-home-hero__lead {
    margin: 18px 0 0;
    font-size: 17px;
  }

  .cc-line-cta {
    width: 100%;
    min-height: 118px;
    margin: 26px 0 0;
    padding: 12px;
    border-width: 5px;
    grid-template-columns: 1fr 54px;
  }

  .cc-line-cta img {
    width: 54px;
  }

  .cc-line-cta__text {
    font-size: 12px;
  }

  .cc-line-cta__button {
    font-size: 15px;
    line-height: 32px;
  }

  .cc-concept-card {
    grid-template-columns: 36px 1fr;
    min-height: 0;
    padding: 22px 18px;
  }

  .cc-concept-card__icon {
    width: 36px;
    height: 36px;
  }

  .cc-concept-card__label {
    font-size: 18px;
  }

  .cc-concept-card h3 {
    font-size: 16px;
  }

  .cc-concept-card p,
  .cc-body-text,
  .cc-history__list p,
  .cc-thought p,
  .cc-service-card p,
  .cc-award__notes,
  .cc-activity__list p {
    font-size: 14px;
  }

  .cc-home-profile__card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 20px;
  }

  .cc-home-profile__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .cc-media-feature-grid,
  .cc-media-card-grid {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0 20px 12px;
    overflow-x: auto;
  }

  .cc-media-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(320px, calc(100% - 40px));
    margin-inline: auto;
    padding: 0;
    overflow: visible;
  }

  .cc-media-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(320px, calc(100% - 40px));
    margin-inline: auto;
    padding: 0;
    overflow: visible;
  }

  .cc-sns-links {
    display: grid;
    grid-template-columns: 1fr;
    width: min(285px, calc(100% - 40px));
    margin-top: 32px;
    padding: 0;
    overflow: visible;
  }

  .cc-history {
    display: grid;
    grid-template-columns: minmax(0, 210px) 92px;
    gap: 0 14px;
    justify-content: center;
    align-items: center;
    width: min(340px, calc(100% - 24px));
    min-height: 0;
  }

  img.cc-history__person,
  .cc-history__mark {
    position: static;
    margin-inline: 0;
  }

  img.cc-history__person {
    width: 210px;
    height: 248px;
    object-fit: contain;
    object-position: bottom center;
  }

  .cc-history__mark {
    width: 92px;
    height: 92px;
    margin-top: 34px;
    margin-bottom: 0;
  }

  .cc-history__list {
    grid-column: 1 / -1;
    width: 100%;
    margin: 24px 0 0;
    gap: 18px;
  }

  .cc-history__list li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cc-history__list li:not(:last-child)::after {
    display: none;
  }

  .cc-history__list strong {
    width: fit-content;
    max-width: 100%;
    font-size: 14px;
  }

  .cc-history__list p {
    width: auto;
    margin: 10px 0 0;
  }

  .cc-thoughts__list {
    gap: 28px;
  }

  .cc-thought,
  .cc-thought.is-reverse {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 26px 20px 0;
    overflow: hidden;
  }

  .cc-thought__text,
  .cc-thought:nth-child(2) .cc-thought__text {
    position: static;
    width: auto;
    order: 1;
  }

  img.cc-thought__num,
  .cc-thought:nth-child(2) img.cc-thought__num,
  .cc-thought:nth-child(3) img.cc-thought__num {
    position: static;
    width: auto;
    height: 50px;
    margin: -8px 0 12px;
    order: 0;
    align-self: flex-start;
  }

  img.cc-thought__image,
  .cc-thought:nth-child(2) img.cc-thought__image,
  .cc-thought:nth-child(3) img.cc-thought__image {
    position: static;
    width: 220px;
    height: auto;
    margin: 18px auto 0;
    order: 2;
  }

  .cc-activity__list article {
    padding-left: 42px;
  }

  .cc-activity__list article::before {
    top: 2px;
    width: 30px;
    height: 30px;
  }

  .cc-activity__list h3 {
    font-size: 16px;
    line-height: 1.75;
  }

  img.cc-activity__person {
    width: 220px;
    height: 244px;
    margin-top: 40px;
  }

  .cc-service-cards {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(435px, calc(100% - 40px));
    margin-inline: auto;
  }

  .cc-service-card {
    min-height: 0;
    padding: 34px 24px;
  }

  .cc-service-photo {
    height: 280px;
    background-attachment: scroll;
  }

  .cc-award {
    gap: 28px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cc-award__visual {
    min-height: 0;
    text-align: center;
    justify-content: center;
    width: min(313px, 100%);
  }

  img.cc-award__visual-image {
    width: min(313px, 100%);
  }

  img.cc-award__certificate {
    width: min(280px, 100%);
    height: auto;
  }

  .cc-media-page {
    padding-top: 70px;
  }

  .cc-release__list {
    font-size: 15px;
  }

  .cc-scroll-gallery {
    margin-top: 70px;
  }

  .cc-footer__photo {
    min-height: 190px;
  }

  .cc-footer__logo {
    top: -46px;
    left: 18px;
    width: 98px;
    height: 98px;
  }

  .cc-footer__nav {
    gap: 18px;
  }
}
