.contents {
  padding-top: 250px;
}
@media (max-width: 767px) {
  .contents {
    padding-top: 180px;
  }
}

@media (min-width: 768px) {
  br[pc] {
    display: block;
  }
}
@media (max-width: 767px) {
  br[pc] {
    display: none;
  }
}
@media (min-width: 768px) {
  br[sp] {
    display: none;
  }
}
@media (max-width: 767px) {
  br[sp] {
    display: block;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.page_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  width: 93.75%;
  padding-bottom: 100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page_header {
    width: 100%;
    padding: 0 20px 60px;
  }
}

.page_headline {
  padding: 25px 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(54px, 7.4652777778vw + -3.3333333333px, 140px);
  font-weight: 600;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .page_headline {
    padding: 6px 0;
    font-size: 54px;
    line-height: 1;
  }
}

.page_eyeblow {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #DC2F20;
  display: block;
  margin-bottom: 10px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .page_eyeblow {
    font-size: 18px;
    line-height: 26px;
  }
}

.page_lead01 {
  width: 630px;
  padding-bottom: 32px;
  font-size: clamp(18px, 0.5208333333vw + 14px, 24px);
  font-weight: bold;
  line-height: 1.5833333333;
}
@media (max-width: 767px) {
  .page_lead01 {
    width: 100%;
    padding-bottom: 0;
    font-weight: 500;
    line-height: 1.6666666667;
  }
}

.bg_lightgray {
  background-color: #FAFAFA;
}

.section_inn {
  width: 93.75%;
  padding: 120px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section_inn {
    width: 100%;
    padding: 40px 20px;
  }
}

.section_headline {
  margin-left: clamp(0px, 6.9444444444vw + -53.3333333333px, 80px);
  margin-bottom: clamp(40px, 12.1527777778vw + -53.3333333333px, 180px);
  font-family: "Noto Sans JP", sans-serif;
}
.section_headline p {
  height: calc(1em * 95/70);
}
.section_headline .eyeblow {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6666666667;
}
.section_headline .catch {
  font-size: clamp(32px, 3.2986111111vw + 6.6666666667px, 70px);
  font-weight: 500;
  line-height: 1.3571428571;
}
.section_headline .eyelash {
  margin-top: 18px;
  font-size: clamp(26px, 1.2152777778vw + 16.6666666667px, 40px);
  font-weight: 500;
  line-height: 1.4;
}
.section_headline .eyelash + .eyelash {
  margin-top: 0;
}
@media (max-width: 767px) {
  .section_headline .eyelash {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .section_headline p {
    height: calc(1em * 44/32);
  }
  .section_headline .eyeblow {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.5;
  }
  .section_headline .catch {
    font-size: 32px;
    line-height: 1.375;
  }
}

.current-nav {
  position: relative;
  width: min(100% * 410/1800, 410px);
  margin-left: calc(100% * 80/1800);
  color: rgba(0, 0, 0, 0.3);
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 1100px) {
  .current-nav {
    display: none;
  }
}

.current-nav-list {
  position: sticky;
  top: var(--current-nav-top);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  opacity: 1;
  counter-reset: num;
}
.current-nav-list li.active,
.current-nav-list .current-nav_link:hover {
  color: black;
}
.current-nav-list li.active .current-nav_text::before,
.current-nav-list .current-nav_link:hover .current-nav_text::before {
  color: rgba(0, 0, 0, 0.4);
}
.current-nav-list li.active .icon_arr:before,
.current-nav-list .current-nav_link:hover .icon_arr:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.current-nav_link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.current-nav_link .icon_arr {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  overflow: hidden;
  vertical-align: middle;
  left: -8px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.current-nav_link .icon_arr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/img/icon_arrow-24px.svg);
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.current-nav_text {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.current-nav_text::before {
  position: absolute;
  counter-increment: num;
  content: "0" counter(num);
  color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

.fadeout {
  opacity: 0;
}

.company_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 8.8888888889%;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
}
@media (max-width: 1100px) {
  .company_container {
    display: block;
    padding-bottom: 40px;
  }
}

.company_block01 {
  width: calc(100% * 1150/1800);
}
@media (max-width: 1100px) {
  .company_block01 {
    width: 100%;
  }
}

.sec01_headline {
  padding: 0 0 120px;
  margin-top: -20px;
  font-family: "Noto Sans JP", sans-serif;
}
.sec01_headline p {
  height: calc(1em * 95/70);
}
.sec01_headline .catch {
  font-size: clamp(32px, 3.2986111111vw + 6.6666666667px, 70px);
  font-weight: 500;
  line-height: 1.3571428571;
}
@media (max-width: 767px) {
  .sec01_headline {
    padding-bottom: 60px;
    margin-top: 0;
  }
  .sec01_headline p {
    height: calc(1em * 44/32);
  }
  .sec01_headline .catch {
    font-size: 32px;
    line-height: 1.375;
  }
}

.company_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 200px 0;
  width: 100%;
  counter-reset: num;
}
@media (max-width: 1100px) {
  .company_list {
    gap: 60px 0;
  }
}

.company_item {
  width: 100%;
}

.company_item_eyeblow {
  position: relative;
  color: #DC2F20;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.company_item_eyeblow::before {
  position: absolute;
  counter-increment: num;
  content: "0" counter(num);
  top: 0;
  left: -80px;
}
.company_item_eyeblow::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #DC2F20;
  top: calc(1.5em + 4px);
  left: -80px;
}
@media (max-width: 1100px) {
  .company_item_eyeblow {
    padding-left: 36px;
    padding-bottom: 5px;
    margin-bottom: 16px;
  }
  .company_item_eyeblow::before, .company_item_eyeblow::after {
    left: 0;
  }
}

.company_item_header {
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .company_item_header {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.company_item_headline {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}
.company_item_headline p {
  height: calc(1em * 56/40);
}
@media (max-width: 1100px) {
  .company_item_headline {
    font-size: 26px;
    line-height: 1.4615384615;
  }
  .company_item_headline p {
    height: calc(1em * 38/26);
  }
}

.company_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.company_item_list dt {
  width: 25.2173913043%;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 500;
}
.company_item_list dd {
  width: 74.7826086957%;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 400;
}
.company_item_list a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .company_item_list a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .company_item_list {
    margin-top: 0;
  }
  .company_item_list dt {
    width: 31.0447761194%;
    padding: 20px 0;
  }
  .company_item_list dd {
    width: 68.9552238806%;
    padding: 20px 0;
  }
}

.company_item_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  padding-right: 140px;
}
@media (max-width: 767px) {
  .company_item_contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 0;
    padding-right: 0;
  }
}

.company_item_content {
  width: 540px;
}
@media (max-width: 767px) {
  .company_item_content {
    width: 100%;
  }
}

.company_item_title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company_item_title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.company_item_text {
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
}
.company_item_text + .company_item_text {
  position: relative;
  padding-top: 40px;
  margin-top: 40px;
}
.company_item_text + .company_item_text::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 1px;
  background-color: black;
  left: 0;
  top: 0;
}

.company_item_img01 {
  width: 636px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .company_item_img01 {
    width: 100%;
  }
}

.company_item_img02 {
  width: 500px;
  height: 300px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .company_item_img02 {
    width: 100%;
    margin-top: 0;
  }
}

.company_item_custom [side-scroll] {
  position: relative;
}
.company_item_custom [side-scroll]::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f4f4f4;
  top: 0;
  left: calc(100% - 96.875vw);
  z-index: -1;
}
@media (max-width: 767px) {
  .company_item_custom [side-scroll]::before {
    left: -20px;
  }
}

.campany_scroller {
  position: relative;
  width: calc(100% + 3.125vw + 10.4166666667vw);
  margin-left: -10.4166666667vw;
}
@media (max-width: 767px) {
  .campany_scroller {
    width: 100%;
    margin-left: 0;
  }
}

.campany_scroller_content {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 10.4166666667vw;
  padding-bottom: 80px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .campany_scroller_content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.campany_scroller_content::before {
  position: absolute;
  content: "";
  width: 58%;
  height: 100%;
  background-color: #FAFAFA;
  right: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .campany_scroller_content::before {
    top: 0;
  }
}
@media (max-width: 767px) {
  .campany_scroller_content::before {
    width: calc(100% + 40px);
    height: 48%;
    bottom: 0;
    right: -20px;
  }
}

.current-nav {
  z-index: 1;
}

[data-reveal_img_gsap] {
  position: relative;
  visibility: hidden;
  width: 100%;
}
[data-reveal_img_gsap] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-reveal_text_gsap] p {
  position: relative;
  visibility: hidden;
  overflow: hidden;
}
[data-reveal_text_gsap] span {
  position: absolute;
}