#header .innerWrap {
  max-width: inherit;
  padding: 0;
}
#header .innerWrap::before {
  left: calc(100% - 50px);
  right: 0;
}
#header .innerWrap h1 {
  padding-left: 16px;
}
@media (min-width: 769px) {
  #header .innerWrap h1 img {
    height: 42px;
  }
  #header .innerWrap h1 span {
    font-size: 1.3rem;
  }
}
@media (max-width: 1600px) {
  #header .innerWrap #gNav {
    font-size: 0.85em;
  }
}
#footer > .innerWrap {
  max-width: inherit;
  padding: 0;
}
#footer > .innerWrap .f_ttl {
  padding: 0 0 0 40px;
}
@media (max-width: 1479px) {
  #footer > .innerWrap .f_ttl {
    display: none;
  }
}
#footer > .innerWrap #fNav {
  margin: 0 auto;
}
#menu {
  padding: 0;
  background: var(--primary-color);
}
#menu .inner {
  align-items: flex-start;
  padding: 60px 0;
}
#menu .inner > ul {
  margin: auto 0;
}
#menu .inner > ul li a {
  color: var(--primary-color);
}
#menu .inner > ul li a:hover {
  color: var(--primary-color);
  opacity: 0.8;
}
:root {
  --primary-color: #0095ff;
  --secondary-color: #fff000;
  --third-color: #00cc77;
  --fourth-color: #f99700;
  --txt-color: #000000;
  --bg-color: #eeeeee;
  --border-color: #e5e5e5;
}
#header #gNav ul li,
#footer,
#menu_btn .menu_icon:before,
#menu_btn .menu_icon:after,
#menu_btn .menu_icon span,
.breadcrumb,
.hd01 div > span {
  background: var(--primary-color);
}
#header h1 span {
  background: var(--secondary-color);
}
#pagetop {
  width: 80px;
  height: 80px;
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
}
@media (max-width: 768px) {
  #pagetop {
    width: 48px;
    height: 48px;
  }
}
#pagetop::before {
  content: '';
  aspect-ratio: 1 / 1;
  width: 12px;
  background: var(--txt-color);
  mask: url(../2025/img/common/arrow01.png) center center / contain no-repeat;
  rotate: -45deg;
}
@media (max-width: 768px) {
  #pagetop::before {
    width: 10px;
  }
}
.lower-kyujin_l .search-toggle,
.lower-kyujin_d .search-toggle,
.lower-whatsnew .search-toggle,
.lower-kyujin_l .custom-form .custom-form_searth_btn .btn_cover input,
.lower-kyujin_d .custom-form .custom-form_searth_btn .btn_cover input,
.lower-whatsnew .custom-form .custom-form_searth_btn .btn_cover input,
.lower-kyujin_l .job_result_total .job_result_total_head,
.lower-kyujin_d .job_result_total .job_result_total_head,
.lower-whatsnew .job_result_total .job_result_total_head,
.lower-kyujin_l .pagination li em,
.lower-kyujin_d .pagination li em,
.lower-whatsnew .pagination li em,
.lower-kyujin_l .pagination li a:hover:before,
.lower-kyujin_d .pagination li a:hover:before,
.lower-whatsnew .pagination li a:hover:before,
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item,
.lower-whatsnew .job_employmenttype_list_item,
.lower-kyujin_l .job_occupations:after,
.lower-kyujin_d .job_occupations:after,
.lower-whatsnew .job_occupations:after,
.lower-kyujin_l .outline_ttl:after,
.lower-kyujin_d .outline_ttl:after,
.lower-whatsnew .outline_ttl:after {
  background: var(--primary-color);
}
.lower-kyujin_l .pull-down:after,
.lower-kyujin_d .pull-down:after,
.lower-whatsnew .pull-down:after,
.lower-kyujin_l .job_workplace_ttl,
.lower-kyujin_d .job_workplace_ttl,
.lower-whatsnew .job_workplace_ttl,
.lower-kyujin_l .gMap_link,
.lower-kyujin_d .gMap_link,
.lower-whatsnew .gMap_link,
.lower-kyujin_l .tel_link,
.lower-kyujin_d .tel_link,
.lower-whatsnew .tel_link,
.lower-kyujin_l .page_back a,
.lower-kyujin_d .page_back a,
.lower-whatsnew .page_back a {
  color: var(--primary-color);
}
.lower-kyujin_l .custom-form .parts_ttl:before,
.lower-kyujin_d .custom-form .parts_ttl:before,
.lower-whatsnew .custom-form .parts_ttl:before,
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item,
.lower-whatsnew .job_employmenttype_list_item {
  border-color: var(--primary-color);
}
.lower-kyujin_l .btn,
.lower-kyujin_d .btn,
.lower-whatsnew .btn,
.lower-kyujin_l .fixed_convertion .convertion .btn_convertion,
.lower-kyujin_d .fixed_convertion .convertion .btn_convertion,
.lower-whatsnew .fixed_convertion .convertion .btn_convertion {
  color: var(--txt-color) !important;
  background: var(--secondary-color);
  border-radius: 500px;
}
.lower-kyujin_l .btn::after,
.lower-kyujin_d .btn::after,
.lower-whatsnew .btn::after,
.lower-kyujin_l .fixed_convertion .convertion .btn_convertion::after,
.lower-kyujin_d .fixed_convertion .convertion .btn_convertion::after,
.lower-whatsnew .fixed_convertion .convertion .btn_convertion::after {
  top: 12px;
  right: 16px;
  background: currentColor;
  mask: url(../images/kyujin/ico_blank_white1.png) no-repeat center center / contain;
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary,
.lower-whatsnew .btn.btn_secondary {
  color: #ffffff !important;
  background: var(--primary-color);
}
.lower-kyujin_l .job_outline_item,
.lower-kyujin_d .job_outline_item,
.lower-whatsnew .job_outline_item {
  border-bottom-color: var(--border-color);
}
#data-page .sec__companyOsaka {
  background: var(--primary-color);
}
#data-page .sec__companyWide,
#data-page .data__date {
  background: url(../2025/img/common/bg_stripe01.png) left top repeat;
}
#data-page .sec__companyWide .data__intro,
#data-page .data__date .data__intro {
  color: var(--primary-color);
}
#data-page .data__intro .txtArea .budge {
  background: var(--secondary-color);
}
#data-page .sections__item__wrap .hd__ttl,
#data-page .sections__item__wrap .annotation {
  color: var(--txt-color);
}
#data-page .sections__item.-item01 .contents__detail__item .data.-man {
  color: var(--primary-color);
}
#data-page .sections__item.-item01 .contents__detail__item .data.-woman {
  color: var(--third-color);
}
#data-page .sections__item.-item02:after {
  background-image: url(../images/data/osaka_item02_map01.png?2506);
}
#data-page .sections__item.-item02 .contents__detail__item .term,
#data-page .sections__item.-item02 .contents__detail__item .desc {
  color: var(--primary-color);
}
#data-page .sections__item.-item03 .contents__visual:after {
  background-image: url(../images/data/osaka_item03_illust01.png?2506);
}
#data-page .sec__companyWide .block01__item .figureArea .contents__visual::before,
#data-page .sections__item.-item03 .contents__visual::before {
  z-index: 1;
}
#data-page .sec__companyWide .block01__item .figureArea .contents__visual::after,
#data-page .sections__item.-item03 .contents__visual::after {
  z-index: 2;
}
#data-page .sections__item.-item06 .contents__detail .data.-newgrad {
  color: var(--primary-color);
}
#data-page .sections__item.-item06 .contents__detail .data.-midcareer {
  color: var(--third-color);
}
#data-page .sections__item.-line .contents__visual .lineChart__item.-bg-color01 {
  background: var(--primary-color);
}
#data-page .sections__item.-line .contents__visual .lineChart__item.-bg-color02 {
  background: var(--third-color);
}
#data-page .sections__item.-item05 .contents__detail__item .jobName {
  color: var(--primary-color);
}
#data-page .sections__item.-item05 .contents__detail__item .numHolder {
  color: var(--fourth-color);
}
#data-page .sections__item.-item08 .contents__detail__item {
  color: var(--primary-color);
}
#data-page .sections__item.-item08 .contents__detail__item .signHolder::before {
  border-top-color: var(--primary-color);
}
#data-page .sections__item.-item08 .contents__detail__item .numHolder {
  color: var(--fourth-color);
}
#data-page .sections__item.-circle .contents__detail__item .txt {
  color: var(--primary-color);
}
#data-page .sec__companyWide .block01__item .figureArea .contents__detail__item:nth-child(6n + 1) .icon,
#data-page .sections__item.-circle .contents__detail__item:nth-child(6n + 1) .icon {
  background: #0095ff;
}
#data-page .sec__companyWide .block01__item .figureArea .contents__detail__item:nth-child(6n + 2) .icon,
#data-page .sections__item.-circle .contents__detail__item:nth-child(6n + 2) .icon {
  background: #00bfff;
}
#data-page .sec__companyWide .block01__item .figureArea .contents__detail__item:nth-child(6n + 3) .icon,
#data-page .sections__item.-circle .contents__detail__item:nth-child(6n + 3) .icon {
  background: #00c5e5;
}
#data-page .sec__companyWide .block01__item .figureArea .contents__detail__item:nth-child(6n + 4) .icon,
#data-page .sections__item.-circle .contents__detail__item:nth-child(6n + 4) .icon {
  background: #00b88e;
}
#data-page .sec__companyWide .block01__item .figureArea .contents__detail__item:nth-child(6n + 5) .icon,
#data-page .sections__item.-circle .contents__detail__item:nth-child(6n + 5) .icon {
  background: #51d245;
}
#data-page .sec__companyWide .block01__item .figureArea .contents__detail__item:nth-child(6n + 6) .icon,
#data-page .sections__item.-circle .contents__detail__item:nth-child(6n + 6) .icon {
  background: #cfcf20;
}
#data-page .sections__item.-tag .contents__visual__item {
  filter: saturate(1.5);
}
#data-page .sec__companyWide .block01__item .txtArea .lead {
  color: var(--primary-color);
}
#data-page .sec__companyWide .block01__item .txtArea .lead .c-orange {
  color: var(--fourth-color);
}
#data-page .sec__companyWide .dataCommonHead01 .txt {
  background: var(--primary-color);
}
#data-page .sec__companyWide .block02__box {
  background: rgba(0, 149, 255, 0.06);
}
#data-page .sec__companyWide .block02__item01 .contents__detail,
#data-page .sec__companyWide .block02__item02 .contents__detail,
#data-page .sec__companyWide .block02__item03 .figureArea .companyRank .contents__detail .numHolder {
  color: var(--primary-color);
}
#data-page .sec__companyWide .block02__item01 .contents__detail .numHolder .num,
#data-page .sec__companyWide .block02__item02 .contents__detail .numHolder .num,
#data-page .sec__companyWide .block02__item03 .figureArea .companyRank .contents__detail .numHolder .num {
  color: var(--fourth-color);
}
#data-page .sec__companyWide .block02__item03 .figureArea .ranking .rankingList__item {
  color: var(--primary-color);
}
#data-page .sec__companyWide .block02__item03 .figureArea .ranking .rankingList__item.-colorStrong {
  color: var(--fourth-color);
}
#data-page .sec__companyWide .block02__item03 .txtArea .lead {
  color: var(--primary-color);
}
#data-page .sec__companyWide .block02__item03 .txtArea .lead strong {
  color: var(--fourth-color);
}
#data-page .sec__companyWide .block02__item03 .figureArea .triangle::before {
  border-color: transparent transparent var(--primary-color) transparent;
}
#data-page .sec__companyWide .block02__item03 .figureArea .triangle::after {
  border-color: transparent transparent var(--fourth-color) transparent;
}
#data-page .sec__companyWide .block03__list__item {
  border: 1px solid var(--border-color);
}
#data-page .sec__companyWide .block03__list__item .contents__detail {
  color: var(--txt-color);
}
#data-page .sec__companyWide .block03__list__item .contents__detail .numHolder {
  color: var(--primary-color);
}
#data-page .sec__companyWide .block03__list__item .contents__detail .numHolder .num {
  color: var(--fourth-color);
}
#data-page .sec__companyWide .block01__item01 .contents__visual:after {
  background-image: url(../images/data/wide_item01_illust01.png?2506);
}
#data-page .sec__companyWide .block01__item02 .contents__visual:after {
  background-image: url(../images/data/wide_item01_illust02.png?2506);
}
#data-page .data__date {
  color: var(--txt-color);
}
.lower-works .works-movie {
  background: url(../2025/img/common/bg_stripe01.png) left top repeat;
}
.lower-works .works-movie_inner {
  padding: 100px 40px;
}
@media (max-width: 768px) {
  .lower-works .works-movie_inner {
    padding: 34px 30px;
  }
}
.lower-works .works-movie_inner::before {
  inset: 40px;
  width: auto;
  height: auto;
  transform: none;
}
@media (max-width: 768px) {
  .lower-works .works-movie_inner::before {
    inset: 10px;
  }
}
@media (max-width: 768px) {
  .lower-works .works-movie_ttl h3 {
    font-size: 2rem;
  }
}
.lower-works .works-movie_ttl h3,
.lower-works #area ul.areaList li .content h3 {
  font-weight: 700;
  color: var(--primary-color);
}
.lower-works #area ul.areaList li .content .btn li a {
  color: #ffffff;
  background: var(--primary-color);
  border: none;
  border-radius: 500px;
}
.lower-works #area ul.areaList li .content .btn li a::after {
  width: 0.6em;
  height: 0.6em;
  inset: 0 30px 0 auto;
  margin: auto 0;
  border-color: currentColor;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .lower-works #area ul.areaList li .content .btn li a:hover {
    filter: saturate(1.5);
  }
  .lower-works #area ul.areaList li .content .btn li a:hover::after {
    translate: 3px 0;
  }
}
#schedule #timeline .copy + .intro {
  color: var(--primary-color);
}
#schedule #timeline .events .block h3 {
  color: var(--primary-color);
}
#schedule #timeline .events .block ul li .content {
  position: relative;
  background: #ffffff;
  border: 2px solid var(--primary-color);
}
#schedule #timeline .events .block ul li .content::before {
  content: '';
  aspect-ratio: 1 / 1;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--primary-color);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
@media (max-width: 768px) {
  #schedule #timeline .events .block ul li .content::before {
    width: 15px;
  }
}
#schedule #timeline .events .block ul li .content .ttl {
  color: var(--primary-color);
}
#schedule #timeline .events .block ul li .content .ttl::after {
  background: var(--primary-color);
}
.lower-interview_l #staff .staffList a .data,
.lower-interview_d #staff .staffList a .data {
  background: var(--primary-color);
}
.lower-interview_l #staff .staffList a .data .name,
.lower-interview_d #staff .staffList a .data .name {
  color: var(--secondary-color);
}
@media (any-hover: hover) {
  .lower-interview_l #staff .staffList a:hover .data,
  .lower-interview_d #staff .staffList a:hover .data {
    background: var(--primary-color);
    filter: saturate(1.5);
  }
}
.lower-interview_l #detail .ttlArea,
.lower-interview_d #detail .ttlArea {
  justify-content: center;
}
.lower-interview_l #detail .ttlArea .profile,
.lower-interview_d #detail .ttlArea .profile {
  background: var(--primary-color);
}
.lower-interview_l #detail .ttlArea .profile::before,
.lower-interview_d #detail .ttlArea .profile::before {
  background: var(--primary-color);
}
.lower-interview_l #detail .ttlArea .profile h3,
.lower-interview_d #detail .ttlArea .profile h3 {
  color: var(--secondary-color);
}
.lower-interview_l #detail .ttlArea .profile .txt:before,
.lower-interview_d #detail .ttlArea .profile .txt:before {
  background: var(--secondary-color);
}
.lower-interview_l #detail .ttlArea .img,
.lower-interview_d #detail .ttlArea .img {
  width: fit-content;
}
.lower-interview_l #detail .ttlArea .img,
.lower-interview_d #detail .ttlArea .img,
.lower-interview_l #detail .ttlArea .ttl-movie .movie,
.lower-interview_d #detail .ttlArea .ttl-movie .movie {
  position: relative;
}
.lower-interview_l #detail .ttlArea .img::before,
.lower-interview_d #detail .ttlArea .img::before,
.lower-interview_l #detail .ttlArea .ttl-movie .movie::before,
.lower-interview_d #detail .ttlArea .ttl-movie .movie::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 40px -40px -40px 40px;
  background: var(--secondary-color);
}
.lower-interview_l #detail .ttlArea .ttl-movie::before,
.lower-interview_d #detail .ttlArea .ttl-movie::before {
  display: none;
}
.lower-interview_l #detail .ttlArea .copy,
.lower-interview_d #detail .ttlArea .copy {
  margin-right: auto;
  padding: 0;
  background: none;
}
.lower-interview_l #detail .ttlArea .copy span,
.lower-interview_d #detail .ttlArea .copy span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.5em 0.8em;
  line-height: 2.6;
  background-color: var(--txt-color);
}
.lower-interview_l #detail .block .content h4 span,
.lower-interview_d #detail .block .content h4 span {
  box-shadow: inset 0 -14px var(--secondary-color);
}
.lower-interview_l #detail .block .img::before,
.lower-interview_d #detail .block .img::before,
.lower-interview_l #detail .block .img::after,
.lower-interview_d #detail .block .img::after {
  background: var(--primary-color);
}
.lower-interview_l .backBtn a,
.lower-interview_d .backBtn a {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .lower-interview_l .backBtn a,
  .lower-interview_d .backBtn a {
    font-size: 1.6rem;
  }
}
.lower-interview_l .backBtn a::before,
.lower-interview_d .backBtn a::before {
  width: 0.5em;
  height: 0.5em;
}
#gallery-page .gallery__body .movieArea {
  background: var(--primary-color);
}
#gallery-page .gallery__body .movieArea::before {
  border-left-color: #26a5ff;
}
#gallery-page .gallery__body .movieArea::after {
  border-right-color: #26a5ff;
}
#gallery-page .gallery__body .movieArea__item::before {
  z-index: -1;
  opacity: 1;
  background: url(../2025/img/common/bg_stripe01.png) left top repeat;
}
#gallery-page .gallery__body .movieArea__item__title {
  color: var(--primary-color);
  background: linear-gradient(transparent 60%, var(--secondary-color) 60%);
}
#about #outline table tr {
  border-bottom-color: var(--border-color);
}
#about #outline table th {
  color: var(--primary-color);
}
#about #manner h3::before {
  background: var(--primary-color);
}
#about #manner h3::after {
  background: var(--secondary-color);
}
#about #manner h3 span {
  color: #ffffff;
  background: var(--primary-color);
}
#works #mainImg {
  background-image: url(../images/works/mainimg.jpg?250709);
}
#jyosei-page #jyosei .float .float-container .float__tel-btn .float__pic {
  max-width: 126px;
}
@media (max-width: 768px) {
  #jyosei-page #jyosei .float .float-container .float__tel-btn .float__pic {
    max-width: 58px;
    right: -35px;
  }
}
