.tdCompanyTopBg {
  width: 100%;
  margin: 0;
  padding: 0 0 50px 0;
  background-image: url("/library/td2026/images/company/company_top/bg_circle_sp.png"), url("/library/td2026/images/company/company_top/bg_sp.png");
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: 0 291px, 0 0;
  background-color: var(--brandPrimaryDarken);
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopBg {
    width: 1440px;
    padding-bottom: 125px;
    background: url("/library/td2026/images/company/company_top/bg_circle.png"), url("/library/td2026/images/company/company_top/bg.png");
    background-size: 1900px 2157px, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center 396px, left top;
  }
}
@media print, screen and (min-width: 1280px) {
  .tdCompanyTopBg {
    width: 100%;
  }
}

#tdHeadTitleArea,
.pbHeaderArea .breadcrumb-td {
  display: none;
}

.breadcrumb-td {
  margin-top: 85px;
  position: relative;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .breadcrumb-td .breadcrumb-td-wrap {
    margin-left: auto;
  }
}
.breadcrumb-td a {
  color: var(--borderOnColorAccent);
  background-image: var(--chevronRightBoldWhite);
}

.pbMainArea {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.tdTopContentsHead {
  background-image: var(--pattern20), url(/library/td2026/images/company/company_top/title_bg_sp.jpg);
}
@media print, screen and (min-width: 769px) {
  .tdTopContentsHead {
    background-image: var(--pattern20), url(/library/td2026/images/company/company_top/title_bg.jpg);
  }
}
@media print, screen and (min-width: 769px) {
  .tdTopContentsHead .tdTopContentsHead__inner {
    height: 396px;
  }
}
@media print, screen and (min-width: 769px) {
  .tdTopContentsHead .tdTopContentsHead__inner .tdTopContentsHead__lead {
    width: 568px;
  }
}
.tdTopContentsHead .tdTopContentsHead__titleEn {
  font-size: 50px;
  font-size: 3.125rem;
}
@media print, screen and (min-width: 769px) {
  .tdTopContentsHead .tdTopContentsHead__titleEn {
    font-size: 130px;
    font-size: 8.125rem;
  }
}

.tdCompanyTopMenu {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  padding: 215px 0 0 0;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu {
    width: 1220px;
    max-width: initial;
    margin-left: 110px;
    padding: 90px 40px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1280px) {
  .tdCompanyTopMenu {
    margin-left: auto;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block {
  width: 100%;
  margin: 0 0 24px 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block {
    margin-bottom: 12px;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--management {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--management.is-active {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.4s;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--management .tdCompanyTopMenu__titleEn {
    font-size: 80px;
    font-size: 5rem;
    top: -88px;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--president {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--president.is-active {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.4s;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--president .tdCompanyTopMenu__titleEn {
    font-size: 80px;
    font-size: 5rem;
    top: -78px;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--president a .tdCompanyTopMenu__box {
  padding-top: 7px;
  padding-bottom: 8px;
  background-position: right 0 bottom 1px;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--president a .tdCompanyTopMenu__title {
    position: relative;
    top: 8px;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--overview {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--overview.is-active {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.6s;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--overview {
    width: 543px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--overview .tdCompanyTopMenu__titleEn {
    top: -58px;
    left: 18px;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--overview a {
  height: 280px;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--overview a {
    height: 413px;
  }
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--overview a .tdCompanyTopMenu__box {
    bottom: 109px;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--branch {
  margin-bottom: 0;
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--branch.is-active {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.6s;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--branch.is-active {
    transition-delay: 0.8s;
  }
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--branch {
    width: 543px;
  }
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--branch .tdCompanyTopMenu__titleEn {
    top: -58px;
    left: 18px;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--branch a {
  height: 280px;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--branch a {
    height: 413px;
  }
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block.tdCompanyTopMenu__block--branch a .tdCompanyTopMenu__box {
    bottom: 109px;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block .tdCompanyTopMenu__titleEn {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: Roboto, sans-serif;
  color: var(--white);
  letter-spacing: -0.02rem;
  line-height: 0.8;
  opacity: 0.3;
  position: absolute;
  left: 10px;
  top: -55px;
  position: relative;
  z-index: 30;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block .tdCompanyTopMenu__titleEn {
    font-size: 50px;
    font-size: 3.125rem;
    left: 23px;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block a {
  width: 100%;
  height: 320px;
  margin: 0;
  padding: 0;
  color: var(--white);
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block a {
    height: 413px;
    transition: color 0.2s;
  }
  .tdCompanyTopMenu .tdCompanyTopMenu__block a:hover {
    color: var(--textOnColorAccent);
  }
  .tdCompanyTopMenu .tdCompanyTopMenu__block a:hover .tdCompanyTopMenu__image img {
    transform: scale(1.1);
  }
  .tdCompanyTopMenu .tdCompanyTopMenu__block a:hover .tdCompanyTopMenu__box {
    background-image: var(--arrowRightBoldOnAccent);
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block a .tdCompanyTopMenu__image {
  width: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block a .tdCompanyTopMenu__image img {
    transition: transform 0.2s;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block a .tdCompanyTopMenu__box {
  width: calc(100% - 32px);
  margin: 0;
  padding: 0;
  background-image: var(--arrowRightBoldWhite);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: right 0 bottom 0;
  position: absolute;
  left: 16px;
  bottom: 82px;
  z-index: 20;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block a .tdCompanyTopMenu__box {
    width: calc(100% - 60px);
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-position: right -5px bottom 1px;
    background-size: 60px 60px;
    left: 30px;
    bottom: 156px;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block a .tdCompanyTopMenu__box .tdCompanyTopMenu__title {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: var(--fontWeightBlack);
  text-shadow: var(--shadowEffectsStyle01);
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block a .tdCompanyTopMenu__box .tdCompanyTopMenu__title {
    margin-bottom: 20px;
    font-size: 32px;
    font-size: 2rem;
  }
}
.tdCompanyTopMenu .tdCompanyTopMenu__block a .tdCompanyTopMenu__box .tdCompanyTopMenu__lead {
  margin: 0;
  padding: 0 60px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: var(--fontWeightBlack);
  text-shadow: var(--shadowEffectsStyle01);
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopMenu .tdCompanyTopMenu__block a .tdCompanyTopMenu__box .tdCompanyTopMenu__lead {
    font-size: 16px;
    font-size: 1rem;
  }
}

.tdCompanyTopList {
  width: 100%;
  margin: 0;
  padding: 56px 20px;
  background-color: var(--brandPrimaryDarken);
  background-image: url(/library/td2026/images/company/company_top/menu_bg_sp.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopList {
    width: 1440px;
    padding: 56px 0 56px 110px;
  }
}
@media print, screen and (min-width: 1280px) {
  .tdCompanyTopList {
    width: 100%;
    padding-left: 0;
  }
}
.tdCompanyTopList ul {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid var(--white);
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.tdCompanyTopList ul.is-active {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.4s;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopList ul {
    max-width: initial;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
    border-bottom-width: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .tdCompanyTopList ul {
    width: 1220px;
    margin: 0 auto;
  }
}
.tdCompanyTopList ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--white);
  border-top: 1px solid var(--white);
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopList ul li {
    width: 364px;
  }
  .tdCompanyTopList ul li:nth-last-child(-n+3) {
    border-bottom: 1px solid var(--white);
  }
}
.tdCompanyTopList ul li a {
  width: 100%;
  min-height: 78px;
  margin: 0;
  padding: 10px 60px 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--white);
  text-decoration: none;
  font-weight: var(--fontWeightBold);
  background-image: var(--arrowRightBoldWhite);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 16px center;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopList ul li a {
    min-height: 88px;
    padding: 20px 40px 20px 0;
    transition: color 0.2s;
  }
  .tdCompanyTopList ul li a:hover {
    color: var(--textOnColorAccent);
    background-image: var(--arrowRightBoldOnAccent);
  }
}

/*=====================================================
  tdCompanyTopFocus
=====================================================*/
.tdCompanyTopFocus {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  padding: 48px 0 64px 0;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopFocus {
    width: 1440px;
    max-width: initial;
    padding: 120px 40px 180px 150px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 18px;
  }
}
@media print, screen and (min-width: 1280px) {
  .tdCompanyTopFocus {
    width: 1220px;
    padding: 120px 40px 180px 40px;
  }
}
.tdCompanyTopFocus .tdCompanyTopFocus__block {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  background-color: #999;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopFocus .tdCompanyTopFocus__block {
    width: 561px;
    height: 320px;
  }
}
.tdCompanyTopFocus .tdCompanyTopFocus__block.tdCompanyTopFocus__block--recruit {
  background-image: url(/library/td2026/images/company/company_top/focus_recruit_sp.jpg);
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.tdCompanyTopFocus .tdCompanyTopFocus__block.tdCompanyTopFocus__block--recruit.is-active {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.4s;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopFocus .tdCompanyTopFocus__block.tdCompanyTopFocus__block--recruit {
    background-image: url(/library/td2026/images/company/company_top/focus_recruit.jpg);
  }
}
.tdCompanyTopFocus .tdCompanyTopFocus__block.tdCompanyTopFocus__block--sustainability {
  background-image: url(/library/td2026/images/company/company_top/focus_sustainability_sp.jpg);
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.tdCompanyTopFocus .tdCompanyTopFocus__block.tdCompanyTopFocus__block--sustainability.is-active {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.4s;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopFocus .tdCompanyTopFocus__block.tdCompanyTopFocus__block--sustainability.is-active {
    transition-delay: 0.6s;
  }
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopFocus .tdCompanyTopFocus__block.tdCompanyTopFocus__block--sustainability {
    background-image: url(/library/td2026/images/company/company_top/focus_sustainability.jpg);
  }
}
.tdCompanyTopFocus .tdCompanyTopFocus__block a {
  width: 100%;
  height: 220px;
  padding: 24px 20px 20px 20px;
  display: block;
  color: var(--white);
  position: relative;
  text-decoration: none;
  background-image: var(--arrowRightBoldWhite);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: right 20px bottom 20px;
  text-shadow: var(--shadowEffectsStyle01);
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopFocus .tdCompanyTopFocus__block a {
    height: 320px;
    background-size: 60px 60px;
    background-position: right 25px bottom 16px;
    transition: color 0.2s;
  }
  .tdCompanyTopFocus .tdCompanyTopFocus__block a:hover {
    color: var(--textOnColorAccent);
    background-image: var(--arrowRightBoldOnAccent);
  }
}
.tdCompanyTopFocus .tdCompanyTopFocus__block a.tdCompanyTopFocus__win {
  background-image: var(--iconWindowWhite);
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopFocus .tdCompanyTopFocus__block a.tdCompanyTopFocus__win:hover {
    background-image: url(/library/td2026/images/icon_window_accent.svg);
  }
}
.tdCompanyTopFocus .tdCompanyTopFocus__block a .tdCompanyTopFocus__title {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: var(--fontWeightBlack);
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopFocus .tdCompanyTopFocus__block a .tdCompanyTopFocus__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.tdCompanyTopFocus .tdCompanyTopFocus__block a .tdCompanyTopFocus__lead {
  width: calc(100% - 40px);
  margin: 0;
  padding: 0 60px 0 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .tdCompanyTopFocus .tdCompanyTopFocus__block a .tdCompanyTopFocus__lead {
    font-size: 16px;
    font-size: 1rem;
  }
}

.tdPickUpSlide {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .tdPickUpSlide {
    padding-bottom: 190px;
  }
}

.tdFooter {
  background-color: var(--backGroundSubtle);
}
@media print, screen and (min-width: 769px) {
  .tdFooter {
    padding-top: 50px;
  }
}

.tdFooterServiceBanner::after {
  background-color: var(--backGroundSubtle);
}