:root {
  --fontEn: "Montserrat", sans-serif;
  --main-color-bk: #111111;
  --color-red: #c90d0d;
  --bg-gradient01: linear-gradient(-45deg, #001a4b 40%, #0042ac);
  --bg-gradient02: linear-gradient(#0c081f, #003a5f);
  --bg-gradient03: linear-gradient(-45deg, #e35700 40%, #ffb236);
  --bg-gradient04: linear-gradient(-45deg, #003a5f 20%, #0c081f);
  --bg-gray: #f5f5f7;
  --border-gray01: #cecece;
  --border-gray02: #606060;
  --box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

/* -----------------------------------------------------------
- Layout
----------------------------------------------------------- */
.l-container {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}

.l-contents {
  margin-top: 40px;
}

.l-contents + .l-contents {
  margin-top: 80px;
}

.l-spacer-primary {
  margin-top: 80px;
}

.l-spacer-secondary {
  margin-top: 100px;
}

.l-breadcrumbs {
  margin: 75px 20px 20px;
}

.l-heroHeading {
  padding-block: 50px;
  background-color: #fff;
}

.l-heroHeading .l-container {
  max-width: 880px;
  padding-inline: 40px;
}

@media screen and (max-width: 1260px) {
  .l-heroHeading {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .l-container {
    padding-inline: 20px;
  }

  .l-contents + .l-contents {
    margin-top: 40px;
  }

  .l-spacer-primary {
    margin-top: 40px;
  }

  .l-spacer-secondary {
    margin-top: 40px;
  }

  .l-breadcrumbs {
    margin: 60px 20px 10px;
  }

  .l-heroHeading {
    padding-block: 40px 40px;
  }

  .l-heroHeading .l-container {
    padding-inline: 20px;
  }
}

/* -----------------------------------------------------------
- Compornent
----------------------------------------------------------- */
.c-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.c-button-corporate {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.error_msg {
  color: #C90D0D;
  font-weight: 300;
  font-size: 16px;
  padding-top: 10px;
}

.input-text.is-error {
  background-color: #FFE8E8;
  border-width: 1px;
  border-color: #C90D0D !important;
}

.select-box.is-error {
  background-color: #FFE8E8;
  border-width: 1px;
  border-color: #C90D0D !important;
}

.select-box.is-error .select-box__input {
  background-color: #FFE8E8;
}

.circle.is-error {
  border: 1px solid #c90d0d !important;
  background: #ffe8e8;
}

.c-button-search {
  width: 100%;
  max-width: 295px;
  padding: 20.5px 25px;
  background: url(/images/company/common/icon_search_w.svg) no-repeat right 32px center /
    11px;
  background-color: var(--main-color-bk);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.c-button-arrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 68px;
  margin: auto;
  padding: 0 25px;
  background-color: var(--main-color-bk);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 100px;
}

.c-button-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background: url(/images/company/common/icon_arrow_w.svg) no-repeat center / cover;
}

.c-button-wrap-primary {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.c-button-wrap-secondary {
  display: flex;
  justify-content: center;
  gap: 50px;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.c-heroHeading__heading {
  text-align: center;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.6;
}

.c-heroHeading__heading + .u-text {
  margin-top: 40px;
}

.u-text + .u-text {
  margin-top: 40px;
}

.c-heading-en {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.625;
}

.c-heading-en span {
  display: inline-block;
}

.c-heading-en span.-en {
  position: relative;
  display: block;
  margin-bottom: 2px;
  padding-left: 28px;
  font-family: var(--fontEn);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.c-heading-en span.-en::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: var(--main-color-bk);
}

.c-heading-en span.-wh::before {
  background-color: #fff;
}

.c-heading-primary {
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.625;
}

.c-heading-secondary {
  margin-bottom: 30px;
  text-align: center;
  font-size: 44px;
  font-weight: 300;
}

.c-heading-tertiary {
  margin-bottom: 30px;
  text-align: left;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.6;
}

.c-heading__read {
  font-size: 16px;
  line-height: 2;
}

.c-attention {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.c-card-col4 {
  display: flex;
  gap: 20px;
}

.c-card {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: var(--box-shadow);
  text-align: center;
}

.c-card__read {
  padding-block: 14px 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.c-card__image {
  width: auto;
  max-width: 100%;
  margin-inline: auto;
}

.c-card__icon {
  margin-top: -30px;
}

.c-icon__point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-inline: auto;
  padding-left: 0.1em;
  border-radius: 60px;
  background-color: var(--main-color-bk);
  color: #fff;
  text-align: center;
  font-family: var(--fontEn);
  font-size: 20px;
  letter-spacing: 0.1em;
}

.c-icon__point span {
  display: block;
  font-size: 12px;
  line-height: 1.25;
}

.c-breadcrumbs__list {
  display: flex;
  width: max-content;
  /* overflow-x: scroll; */
}

.c-breadcrumbs__item + .c-breadcrumbs__item {
  position: relative;
  margin-left: 26px;
}

.c-breadcrumbs__item + .c-breadcrumbs__item::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -18px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid var(--main-color-bk);
  border-right: 1px solid var(--main-color-bk);
  transform: rotate(45deg);
}

.c-breadcrumbs__link {
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .c-button-search {
    padding: 20.5px;
  }

  .c-button-arrow {
    font-size: 16px;
  }

  .c-button-wrap-primary {
    margin-top: 20px;
  }

  .c-button-wrap-secondary {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
  }

  .c-heroHeading__heading {
    font-size: 30px;
  }

  .c-heading-en {
    margin-bottom: 4px;
    font-size: 26px;
  }

  .c-heading-en span.-en {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .c-heading-primary {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.75;
  }

  .c-heading-primary span {
    display: inline-block;
  }

  .c-heading-secondary {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .c-heading-tertiary {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .c-attention {
    display: block;
    font-size: 12px;
    line-height: 1.5;
  }

  .c-card-col4 {
    flex-direction: column;
  }

  .c-card__read {
    padding-block: 22px;
    font-size: 18px;
  }

  .c-card__image {
    width: auto;
    max-width: 100%;
    margin-inline: auto;
  }

  .c-card__icon {
    margin-top: -25px;
  }

  .c-icon__point {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
  }

  .c-icon__point span {
    font-size: 10px;
  }

  .c-breadcrumbs__link {
    font-size: 12px;
  }

  .u-text + .u-text {
    margin-top: 20px;
  }

  .c-heroHeading__heading + .u-text {
    margin-top: 30px;
  }



}

@media screen and (min-width: 1025px) {
  .c-card{
    height: 100%;
  }
  .br_none{
    display: none !important;
  }
}

/* -----------------------------------------------------------
- Project
----------------------------------------------------------- */
/* header
----------------------------------------------------------- */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  z-index: 100;
  background-color: #f5f5f7;
}

.p-header.animation {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
}

.p-header__logo {
  margin-inline: 20px;
  padding-block: 8px;
}

.p-header__logo img {
  width: auto;
  height: 40px;
}

.p-hamburger {
  display: none;
}

.p-header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.p-globalNav {
  order: 1;
  display: flex;
  align-self: center;
  align-items: center;
  gap: 35px;
  height: 100%;
  margin-right: 30px;
}

.p-globalNav__item {
  position: relative;
  padding-block: 10px;
}

.p-globalNav__link {
  font-size: 14px;
  font-weight: 500;
}

.p-globalNavChild {
  position: absolute;
  top: 100%;
  display: none;
  width: max-content;
  padding: 20px;
  background-color: #fff;
  box-shadow: var(--box-shadow);
}

.is-open.p-globalNavChild {
  display: block;
}

.p-globalNavChild__item + .p-globalNavChild__item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border-gray01);
}

.p-globalNavChild__link {
  font-size: 14px;
}

.p-globalNav__grid {
  order: 2;
  display: flex;
  min-width: 380px;
}

.p-globalNav__grid .p-globalNav__entry {
  width: 49.9%;
}

.p-globalNav__grid .p-globalNav__entry + .p-globalNav__entry {
  margin-left: 0.2%;
}

.p-globalNav__entryButton.-left {
  background: var(--bg-gradient04);
}

.p-globalNav__entryButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  padding-inline: 15px 15px;
  background: var(--bg-gradient04);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.p-globalNav__entryButton::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  background: url(/images/company/common/icon_arrow_w.svg) no-repeat center / cover;
}

.p-header__button {
  order: 0;
  align-self: center;
  margin-right: auto;
  padding: 10px 20px;
  border: 1px solid var(--main-color-bk);
  border-radius: 5px;
  font-size: 14px;
}

.p-header__button {
  order: 0;
  align-self: center;
  margin-right: auto;
  padding: 10px 20px;
  border: 1px solid var(--main-color-bk);
  border-radius: 5px;
  font-size: 14px;
}

.p-header__button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url(/images/company/common/icon_blank_b.svg) no-repeat center / cover;
}

.p-fixedButton-wrap {
  display: none;
}

@media screen and (max-width: 1260px) {
  .p-header__logo {
    padding-block: 12.5px;
  }

  .p-header__logo img {
    width: auto;
    height: 35px;
  }

  .p-globalNav {
    gap: 16px;
    margin-right: 20px;
  }

  .p-globalNav__link {
    font-size: 12px;
  }

  .p-globalNavChild {
    padding: 15px;
  }

  .p-globalNavChild__link {
    font-size: 12px;
  }

  .p-globalNav__entryButton {
    display: flex;
    align-items: center;
    height: 60px;
    padding-inline: 20px 14px;
    background: var(--bg-gradient04);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }

  .p-header__button {
    padding: 8px 12px;
    font-size: 12px;
  }

  .p-header__button::after {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 1024px) {
  body.is-active {
    overflow: hidden;
  }

  .p-header {
    box-shadow: none;
  }

  .p-globalNav__grid {
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
  }

  .p-globalNav__grid .p-globalNav__entry {
    width: 100%;
  }

  .p-header__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    background-color: #f5f5f7;
    z-index: 10000;
  }

  .p-header__logo {
    margin-inline: 10px;
    padding-block: 7px;
  }

  .p-header__logo img {
    height: 40px;
  }

  .p-hamburger {
    align-self: center;
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    margin-right: 10px;
  }

  .p-hamburger__line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: var(--main-color-bk);
  }

  .p-hamburger__line::before,
  .p-hamburger__line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--main-color-bk);
  }

  .p-hamburger__line::before {
    top: -7px;
  }

  .p-hamburger__line::after {
    top: 7px;
  }

  .is-active .p-hamburger__line {
    background: transparent;
  }

  .is-active .p-hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }

  .is-active .p-hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .p-header__nav {
    position: fixed;
    /* top: 0; */
    right: -100%;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    height: 100dvh;
    padding: 104px 20px 40px;
    background-color: #fff;
    transition: 0.5s;
    z-index: 1000;
    overflow: scroll;
  }

  .is-active .p-header__nav {
    right: 0;
  }

  .p-globalNav {
    order: 0;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .p-globalNav__item {
    padding: 0;
    border-bottom: 1px solid var(--border-gray01);
  }

  .p-globalNav__item:first-of-type {
    display: block;
  }

  .p-globalNav__item:last-of-type {
    border-bottom: none;
  }

  .p-globalNav__link {
    display: block;
    padding-block: 25px;
    font-size: 16px;
  }

  .is-open.p-globalNavChild {
    display: none;
  }

  .p-globalNav__entry {
    order: 1;
    margin-block: 20px 0;
  }

  .p-globalNav__entryButton {
    justify-content: center;
    font-size: 16px;
  }

  .p-globalNav__entryButton::after {
    position: absolute;
    right: 30px;
  }

  .p-header__button {
    order: 2;
    width: 100%;
    padding: 18px;
    text-align: center;
    font-size: 14px;
  }

  .p-header__button::after {
    position: absolute;
    right: 30px;
    width: 14px;
    height: 14px;
  }

  .p-fixedButton-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 1px;
    width: 100%;
    z-index: 100;
  }

  .p-fixedButton__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: var(--bg-gradient01);
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .p-fixedButton__web {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: var(--bg-gradient03);
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
}

/* footer
----------------------------------------------------------- */
footer {
  position: relative;
  background: var(--main-color-bk);
  padding-block: 50px;
}

.p-footer__pagetop {
  position: absolute;
  right: 20px;
  bottom: 50px;
  color: #fff;
  font-size: 16px;
  font-family: var(--fontEn);
}

.p-footer__pagetop::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -2.5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdt 2s infinite;
  animation: sdt 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdt {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 1;
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(10px, -10px);
    opacity: 0;
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
}
@keyframes sdt {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 1;
  }
  20% {
    transform: rotate(-45deg) translate(10px, -10px);
    opacity: 0;
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
}

footer .l-container {
  display: flex;
  align-items: center;
}

.p-footerMain {
  background-color: var(--main-color-bk);
  color: #fff;
}

.p-footerMain__body {
  display: flex;
}

.p-footerNav {
  margin-right: 40px;
}

.p-footerNavMain {
  display: flex;
  gap: 27px;
}

.p-footerNavMain__link {
  font-size: 12px;
  font-weight: 500;
}

.p-footerNavMain__childItem {
  position: relative;
  margin-top: 15px;
  padding-left: 10px;
}

.p-footerNavMain__childItem::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 1px;
  margin: auto;
  background-color: #fff;
}

.p-footerNavMain__childLink {
  font-size: 14px;
  font-weight: 500;
}

.p-footerNavSub {
  position: relative;
  display: flex;
  gap: 50px;
  margin-top: 50px;
  padding-top: 50px;
}

.p-footerNavSub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.p-footerNavSub__link {
  font-size: 16px;
  font-weight: 500;
}

.p-footerNavSub__link::after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 5px;
  background: url(/images/company/common/icon_arrow_w.svg) no-repeat center / cover;
}

.p-footer__contact {
  position: relative;
  margin-left: auto;
  padding-left: 40px;
  border-left: 1px solid var(--border-gray02);
}

.p-footer__contact::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -1px;
  width: 1px;
  height: 80px;
  background-color: var(--border-gray02);
}

.p-footer__contact::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -1px;
  width: 1px;
  height: 80px;
  background-color: var(--border-gray02);
}

.p-footer__title {
  font-size: 24px;
  font-weight: 500;
}

.p-footer__contactButton {
  width: 100%;
  max-width: 220px;
  padding: 22px 40px 22px 20px;
  background-color: #fff;
  color: var(--main-color-bk);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.p-footer__contactButton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background: url(/images/company/common/icon_arrow_b.svg) no-repeat center / cover;
}

.p-footerSub {
  padding-block: 20px;
  color: #fff;
  margin-left: auto;
}

.p-footerSub__logo {
  position: relative;
  width: 80px;
  margin-bottom: 10px;
}

.p-footerSub__logo a {
  display: inline-block;
}

.p-footerSub__logo a img {
  width: 80px;
}

.p-footerSub__text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.p-footerSub__text span {
  display: block;
  font-size: 16px;
}

.p-footerSub__button {
  position: relative;
  padding-right: 20px;
  background: url(/images/company/common/icon_blank_w.svg) no-repeat right center / 14px;
  font-size: 14px;
  margin-left: 38px;
}

.p-footerSub__copy {
  font-size: 12px;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) {
  footer {
    padding-block: 40px;
  }

  footer .l-container {
    flex-wrap: wrap;
  }

  .p-footerMain__body {
    display: block;
  }

  .p-footerNav {
    margin-right: 0;
  }

  .p-footerMain {
    padding-inline: 30px;
  }

  .p-footerNavMain {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 43% 55%;
    grid-auto-flow: column;
    gap: 40px 2%;
  }

  .p-footerNavMain__item > a {
    font-size: 12px;
  }

  .p-footerNavMain__child > li {
    margin-top: 20px;
  }

  .p-footerNavMain__child > li a {
    font-size: 16px;
  }

  .p-footerNavSub {
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
    padding-top: 40px;
  }

  .p-footer__contact {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 0;
    border-left: none;
  }

  .p-footer__contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 100vw;
    height: 1px;
  }

  .p-footer__contact::after {
    content: none;
  }

  .p-footer__title {
    font-size: 20px;
  }

  .p-footer__contactButton {
    width: 100%;
    max-width: none;
    padding: 25px 40px 25px 20px;
    font-size: 18px;
  }

  .p-footer__contactButton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 11px;
    height: 11px;
    margin: auto;
    background: url(/images/company/common/icon_arrow_b.svg) no-repeat center / cover;
  }

  .p-footerSub {
    padding-block: 40px 0;
    padding-inline: 30px;
  }

  .p-footerSub__body {
    display: flex;
    flex-wrap: wrap;
  }

  .p-footerSub__logo {
    position: relative;
    width: 80px;
    margin-right: 15px;
  }

  .p-footerSub__logo a {
    display: inline-block;
  }

  .p-footerSub__logo a img {
    width: 335px;
    max-width: 100%;
    height: auto;
  }

  .p-footerSub__logo::after {
    content: none;
  }

  .p-footerSub__text {
    width: 55%;
  }
  .p-footerSub__copy {
    margin-left: 0;
    font-size: 12px;
  }
}

/* contactBox
----------------------------------------------------------- */
.p-contactBox__body {
  display: flex;
  margin-top: 100px;
  padding-block: 60px;
  align-items: center;
}

.p-contactBox__textBox {
  width: 50%;
  padding-inline: 1.78555vw;
}

.p-contactBox__textBox h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7;
}

.p-contactBox__button {
  width: 50%;
}

.p-contactBox__body .c-button-wrap-primary {
  margin-top: 0;
}

.p-linkBox {
  display: flex;
}

.p-linkBox__item {
  position: relative;
}

.p-linkBox__title {
  position: absolute;
  left: 50%;
  /* top: 50%; */
  top: 80%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.146vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 10;
}

.p-linkBox__title::after {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-left: 5px;
  background: url(/images/company/common/icon_arrow_w.svg) no-repeat center / cover;
}

.img_logo {
  position: absolute;
  left: 50%;
  top: 60%;
  color: #fff;
  font-size: 2.146vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 10;
}

.p-linkBox__item picture {
  position: relative;
  display: block;
  overflow: hidden;
}

.p-linkBox__item picture img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s;
}

.p-linkBox__item picture::before {
  content: "";
  background: #000;
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .p-linkBox__item a:hover picture img {
    transform: scale(1.1);
  }

  .img_logo {
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1081px) {
  .img_logo {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1082px) and (max-width: 1600px) {
  .img_logo {
    top: 55%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-linkBox .p-linkBox__item:nth-child(2) .p-linkBox__title {
    left: 48%;
  }

  .img_logo {
    top: 46%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 769px) and (max-width: 870px) {
  .p-contactBox__textBox h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .p-contactBox__body {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-block: 40px;
  }

  .p-contactBox__textBox {
    width: 100%;
    padding-inline: 0;
  }

  .p-contactBox__textBox h2 {
    text-align: center;
    font-size: 7vw;
  }

  .p-contactBox__button {
    width: 100%;
  }

  .p-contactBox__textBox .c-heading__read {
    text-align: center;
    margin-bottom: 40px;
  }

  .p-contactBox__body .c-button-arrow {
    margin-top: 0;
    max-width: 260px;
    padding: 0;
  }

  .p-linkBox {
    flex-wrap: wrap;
  }

  .p-linkBox__title {
    width: 90%;
    text-align: center;
    font-size: 6.146vw;
  }

  .img_logo {
    left: 72%;
    top: 5%;
    right: 3%;
  }
}

/* index
----------------------------------------------------------- */

/* hero --------------------------------------------------- */
.p-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 57px);
  overflow: hidden;
  display: flex;
  margin-top: 57px;
}

.p-hero__img {
  width: 50%;
  background: url(/images/company/top/hero.jpg) no-repeat center center/cover;
}

.p-hero__textbox {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-hero__copy {
  /*font-size: 2.34260615vw;*/
  font-weight: 500;
  line-height: 1.9375;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
}

.p-hero__copy .p-hero__text img {
  width: 30.55556667778vw;
}

.p-hero__copy .p-hero__logo {
  width: 13.55556667778vw;
  display: block;
  margin-right: auto;
  margin-bottom: 4vw;
}

.p-hero__copy .p-hero__logo img {
  width: 13.55556667778vw;
}

.p-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 45px;
  height: 45px;
  z-index: 1;
  transform: translateX(-50%);
}

.p-hero__scroll::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -2.5px;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 1;
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 1;
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
}

.p-hero__scroll a {
  position: absolute;
  top: 10px;
  left: 2px;
  font-family: var(--fontEn);
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .p-hero {
    height: calc(100vh - 54px);
    height: calc(100dvh - 54px);
    flex-wrap: wrap;
    margin-top: 54px;
  }

  .p-hero__img {
    width: 100%;
    height: 50%;
  }

  .p-hero__textbox {
    width: 100%;
    height: 50%;
    padding-block: 0 40px;
  }
  /*
  .p-hero__copy span {
    width: 42.3333556vw;
    margin-left: auto;
    margin-bottom: 3vw;
  }
  */

  .p-hero__copy .p-hero__text {
    width: 78.55556667778vw;
    display: block;
  }

  .p-hero__copy .p-hero__text img {
    width: 78.55556667778vw;
  }

  .p-hero__copy .p-hero__logo {
    width: 38.55556667778vw;
    margin-bottom: 8vw;
    margin-right: auto;
    margin-left: auto;
  }

  .p-hero__copy .p-hero__logo img {
    width: 38.55556667778vw;
  }

  .p-hero__scroll {
    left: 50%;
    bottom: 10px;
    width: 45px;
    height: 40px;
    z-index: 1;
  }

  .p-hero__scroll a {
    top: 8px;
    left: 2px;
    font-size: 16px;
  }
}

@media screen and (min-width: 590px) and (max-width: 1024px) {
  .p-hero__img {
    width: 100%;
    background: url(/images/company/top/hero.jpg) no-repeat;
    object-fit: cover !important;
    background-position: top !important;
    background-size: cover !important;
  }

  .p-hero__copy .p-hero__text {
    width: 78.55556667778vw;
    display: block;
    text-align: center;
  }

  .p-hero__copy .p-hero__text img {
    /* width: 78.55556667778vw; */
    width: 37vw;
  }

  .p-hero__copy .p-hero__logo {
    /* width: 38.55556667778vw; */
    width: 61vw;
    /* margin-bottom: 8vw; */
    margin-bottom: 5vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .p-hero__copy .p-hero__logo img {
    /* width: 38.55556667778vw; */
    width: 28vw;
  }
}

@media screen and (max-width: 589px) {
  /* .p-hero__textbox {
    top: -5%;
  } */

  .p-hero__copy .p-hero__text {
    width: 78.55556667778vw;
    display: block;
    text-align: center;
  }

  .p-hero__copy .p-hero__text img {
    /* width: 78.55556667778vw; */
    width: 60vw;
  }

  .p-hero__copy .p-hero__logo {
    width: 38.55556667778vw;
    margin-bottom: 8vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .p-hero__copy .p-hero__logo img {
    /* width: 38.55556667778vw; */
    width: 27vw;
  }

  .p-hero__scroll {
    bottom: 25px !important;
  }

}

@media screen and (max-width: 820px) {
  .p-hero__copy {
    top: 50.9852217vh;
    top: 50.9852217dvh;
    right: 0;
    /*font-size: 8.333vw;*/
    transform: translateY(0);
    z-index: 1;
    text-align: center;
  }
}

/* indexAbout ------------------------------------------------ */
.p-indexAbout {
  padding-top: 100px;
}
.p-indexAbout .l-contents {
  padding: 60px 100px;
  margin-bottom: 100px;
}

.p-about__item {
  padding-bottom: 40px;
  text-align: left;
  display: flex;
}

.p-about__item + .p-about__item {
  padding-top: 40px;
  border-top: 1px solid #cecece;
}

.p-about__item dt {
  width: 190px;
  padding-inline: 25px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.p-about__item dd {
  padding-inline: 60px 0;
  font-size: 16px;
  line-height: 1.9;
}

.p-about__ul li {
  display: flex;
}

.p-about__ul span {
  display: flex;
  width: 335px;
  padding-right: 60px;
}

.p-gmap__box {
  width: 100%;
}

.p-gmap__box iframe {
  width: 100%;
  height: 274px;
}

@media screen and (max-width: 1024px) {
  .p-indexAbout {
    padding-top: 60px;
  }
  .p-indexAbout .l-contents {
    padding: 30px 20px;
    margin-bottom: 60px;
  }

  .p-about__item {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }

  .p-about__item + .p-about__item {
    padding-top: 30px;
  }

  .p-about__item dt {
    width: 100%;
    padding-inline: 0;
  }

  .p-about__item dd {
    padding-inline: 0;
  }

  .p-about__ul li {
    font-size: 15px;
  }
  .p-about__ul span {
    width: 200px;
    padding-right: 10px;
    font-size: 15px;
  }

  .p-gmap__box iframe {
    width: 100%;
    height: 160px;
  }
}

/* indexHistory ------------------------------------------------ */

.p-indexHistory .l-contents {
  padding: 60px 100px;
}

.p-history__item {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-left: 30px;
  padding-bottom: 40px;
}

.p-history__item::after {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  background: #fa4e16;
  position: absolute;
  bottom: -4px;
  left: -1px;
}

.p-history__item::before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #fa4e16;
  position: absolute;
  top: 4px;
  left: -4px;
}

.p-history__item:last-child {
  padding-bottom: 0;
}

.p-history__item:last-child::after {
  display: none;
}

.p-history__ym {
  width: 150px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.p-history__title {
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-indexHistory .l-contents {
    padding: 30px 25px;
    margin-top: 0;
  }

  .p-history__item {
    padding-left: 20px;
    padding-bottom: 25px;
  }

  .p-history__ym {
    width: 40%;
    line-height: 1.6;
  }

  .p-history__title {
    width: 60%;
    padding-left: 15px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 800px) {
  .p-history__ym {
    width: 38%;
    font-size: 14px;
  }
  .p-history__title {
    width: 62%;
    font-size: 14px;
  }
}

/* reward ------------------------------------------------- */
.p-indexReward {
  padding-block: 80px 100px;
}

.p-indexReward__card {
  margin-top: 30px;
  padding: 0 15px 30px 15px;
}

@media screen and (max-width: 1024px) {
  .p-indexReward {
    padding-block: 40px;
  }

  .p-indexReward__card {
    margin-top: 25px;
    padding: 0 20px 20px;
  }

  .p-indexReward__cardInner {
    display: flex;
    gap: 10px;
    max-width: max-content;
    min-width: 295px;
    margin: auto;
  }

  .p-indexReward__cardInner .c-card__read {
    text-align: left;
  }

  .p-indexReward__cardInner .c-card__image.-point3 {
    max-width: 120px;
  }

  .p-indexReward__cardInner .c-card__image.-point4 {
    max-width: 140px;
  }
}

/* recruit
----------------------------------------------------------- */
.p-flow__card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
}

.p-flow__card + .p-flow__card::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -40%;
  width: 70%;
  height: 1px;
  background-color: var(--main-color-bk);
}

.p-flow__num {
  position: absolute;
  top: -44px;
  left: 50%;
  font-family: var(--fontEn);
  font-size: 32px;
  letter-spacing: 0.1em;
  transform: translateX(-50%);
}

.p-flow__text {
  padding: 20px 20px 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.p-jobDesc__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-inline: auto;
  border-top: 1px solid var(--border-gray01);
}

.p-jobDesc__item {
  display: flex;
  width: 100%;
  padding-block: 30px;
  border-bottom: 1px solid var(--border-gray01);
}

.p-jobDesc__item:last-of-type {
  margin-bottom: 20px;
}

.p-jobDesc__title {
  flex-shrink: 0;
  width: 172px;
  font-size: 18px;
  font-weight: 500;
}

.p-jobDesc__text {
  margin-block: -8px;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-flow__card {
    width: calc(100% - 56px);
    height: 78px;
    margin-top: 0;
    margin-left: auto;
  }

  .p-flow__card + .p-flow__card::after {
    top: -35px;
    left: -36px;
    width: 1px;
    height: 50px;
  }

  .p-flow__num {
    top: 50%;
    left: -60px;
    width: 46px;
    text-align: center;
    transform: translate(0, -50%);
  }

  .p-flow__text {
    padding: 10px 20px;
    font-size: 18px;
  }

  .p-jobDesc__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
  }

  .p-jobDesc__item {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding-block: 30px;
    border-bottom: 1px solid var(--border-gray01);
  }

  .p-jobDesc__item:last-of-type {
    margin-bottom: 30px;
  }
}

/* about
----------------------------------------------------------- */
.p-aboutEntry__cardBox {
  display: flex;
  gap: 30px;
  max-width: 800px;
  margin: auto;
}

.p-aboutEntry__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  padding: 40px 20px;
  background-color: #fff;
  color: var(--main-color-bk);
  box-shadow: var(--box-shadow);
  text-align: center;
}

.p-aboutEntry__label {
  font-size: 24px;
  font-weight: 500;
}

.p-aboutEntry__tel {
  margin-block: 21px 23px;
  font-size: 40px;
  font-weight: 500;
}

.p-aboutEntry__reception {
  font-size: 14px;
}

.p-aboutEntry__card .c-button-arrow {
  max-width: 295px;
  margin-bottom: 17px;
}

.p-aboutFlow {
  padding-block: 60px;
}

.p-aboutJobDesc {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .p-aboutEntry__cardBox {
    flex-direction: column;
    gap: 20px;
  }

  .p-aboutEntry__card {
    padding: 30px 17px;
  }

  .p-aboutEntry__label {
    font-size: 20px;
  }

  .p-aboutEntry__tel {
    margin-block: 21px 20px;
    font-size: 39px;
  }

  .p-aboutEntry__card .c-button-arrow {
    margin-bottom: 13px;
  }

  .p-aboutEntry__card .c-attention {
    font-size: 10px;
  }

  .p-aboutFlow {
    padding-block: 40px;
  }

  .p-aboutJobDesc {
    margin-top: 40px;
  }
}

/* form
----------------------------------------------------------- */
.p-form {
  padding-block: 80px 20px;
}
.p-form__select {
  position: relative;
  border: 1px solid var(--border-gray01);
}

.p-form__select + .p-form__select {
  margin-top: 20px;
}

.p-form__select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-bottom: 1px solid var(--main-color-bk);
  border-right: 1px solid var(--main-color-bk);
  transform: rotate(45deg);
  pointer-events: none;
  cursor: pointer;
}

.p-form__select select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  font-weight: 300;
  cursor: pointer;
  background: #fff;
}

.p-form__select select:invalid {
  color: #959595;
  font-weight: 300;
}

input:is([type="text"], [type="tel"], [type="email"], [type="number"]),
textarea {
  width: 100%;
  padding: 10.5px 20px;
  border: 1px solid var(--border-gray01);
  font-weight: 300;
  background: #fff;
}

.p-form__item.error
input:is([type="text"], [type="tel"], [type="email"], [type="number"]),
.p-form__item.error textarea,
.p-form__item.error select {
  border: 1px solid #c90d0d;
  background: #ffe8e8;
}

.p-form__item.error .p-form__select select {
  background: #ffe8e8;
}

input:is([type="text"], [type="tel"], [type="email"], [type="number"]):is(
    :valid
  ),
textarea:valid {
  border: 1px solid var(--border-gray01);
}

input:is([type="text"], [type="tel"], [type="email"], [type="number"]):is(
    :invalid,
    :required
  ),
textarea:is(:invalid, :required) {
  border: 1px solid var(--color-red);
  background-color: #ffe8e8;
}

::placeholder {
  color: #959595;
  font-weight: 300;
}

.p-form {
  max-width: 880px;
  margin-inline: auto;
  padding-inline: 40px;
}

.p-form__attention {
  margin-top: 10px;
  font-size: 12px;
}

.p-form__item + .p-form__item {
  margin-top: 40px;
}

.p-form__label {
  display: flex;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.p-form__eq {
  align-self: center;
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  background-color: var(--color-red);
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
}

.p-form__error {
  margin-top: 10px;
  color: var(--color-red);
}

.p-agree__block.error .deco-radio input + .circle {
  border: 1px solid #c90d0d;
  background: #ffe8e8;
}

.deco-radio {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.deco-radio:hover {
  cursor: pointer;
}
.deco-radio input {
  display: none;
}
.deco-radio input + .circle {
  width: 22px;
  height: 22px;
  border: 1px solid #cecece;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: text-top;
}
.deco-radio input:checked + .circle:after {
  content: "";
  width: 70%;
  height: 70%;
  background-color: #fa4e16;
  border-radius: 50%;
}

.p-agree__block.error .deco-radio input:checked + .circle {
  border: 1px solid #cecece;
  background: #fff;
}

.p-form__sendButton {
  position: relative;
  width: 100%;
  max-width: 320px;
  background-color: var(--main-color-bk);
  color: #fff;
  text-align: center;
  border-radius: 100px;
}

.p-form__sendButton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  background: url(/images/company/common/icon_arrow_w.svg) no-repeat center / cover;
}

.p-form__sendButton > input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.p-form__item + .u-text {
  margin-top: 30px;
}

.c-button[disabled] {
  cursor: not-allowed; /* ã‚¯ãƒªãƒƒã‚¯ä¸å¯ã®ã‚«ãƒ¼ã‚½ãƒ«ã‚’è¡¨ç¤º */
}

.p-form__topButton {
  width: 100%;
  max-width: 320px;
  padding: 25px;
  background-color: var(--main-color-bk);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
}

.p-form__confirm {
  border-top: 1px solid var(--border-gray01);
}

.p-form__confirm .p-form__item p {
  line-height: 1.6;
}

.p-form__confirm .p-form__item {
  display: flex;
  padding-block: 30px;
  border-bottom: 1px solid var(--border-gray01);
}

.p-form__confirm .p-form__item + .p-form__item {
  margin: 0;
}

.p-form__confirm .p-form__label {
  flex-shrink: 0;
  width: 206px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.p-form__backButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  background-color: #959595;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
}

@media screen and (max-width: 1024px) {
  .p-form {
    padding-inline: 20px;
    padding-block: 50px 10px;
  }

  .p-form__label {
    font-size: 16px;
  }

  .p-form__eq {
    font-size: 10px;
  }

  .p-form__error {
    font-size: 14px;
  }

  input:is([type="text"], [type="tel"], [type="email"]),
  textarea {
    padding: 13.5px 20px;
    font-size: 14px;
  }

  .p-form__select select {
    padding: 17px 20px;
    font-size: 14px;
  }

  .p-form__confirm .p-form__item {
    flex-direction: column;
    padding-block: 20px;
  }

  .p-form__confirm .p-form__label {
    width: auto;
    margin-bottom: 10px;
  }

  .p-form__backButton {
    width: 100%;
    max-width: 260px;
    padding: 25px;
    font-size: 16px;
  }

  .p-form__sendButton {
    max-width: 260px;
  }

  .p-form__sendButton > input {
    font-size: 16px;
  }

  .p-form__item + .p-form__item {
    margin-top: 30px;
  }

  .p-form__item p {
    line-height: 1.5;
  }
}

/* policy
----------------------------------------------------------- */

.p-policy {
  padding-block: 80px 0px;
}

.p-policy__item + .p-policy__item {
  margin-top: 80px;
}

.p-policy__item h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 15px;
}

.p-policy p a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .p-policy__item h2 {
    font-size: 28px;
    line-height: 1.6;
  }

  .p-policy__item + .p-policy__item {
    margin-top: 40px;
  }
}

/* service
----------------------------------------------------------- */

.p-service {
  padding-block: 80px 20px;
}

.p-service__block.c-card {
  padding: 50px 100px;
}

.p-service__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-service__grid picture {
  width: 380px;
}

.p-service__grid img {
  width: 100%;
}

.p-service__textblock {
  width: 374px;
  margin-left: auto;
  text-align: left;
}

.p-service__textblock p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.p-service__point {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.p-service__point.col2 {
  grid-template-columns: repeat(2, 1fr);
}

.p-service__pointItem {
  padding: 28px 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.p-service__pointItem .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 0.1em;
  border-radius: 40px;
  background-color: var(--main-color-bk);
  color: #fff;
  text-align: center;
  font-family: var(--fontEn);
  font-size: 16px;
  letter-spacing: 0.1em;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.p-service__pointItem p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.p-service__block .c-button-wrap-secondary {
  margin-top: 40px;
  margin-bottom: 15px;
}

.p-service__borderblock {
  border: 1px solid #cecece;
  padding: 20px 10px;
  margin-top: 20px;
}

.p-service__borderblock dl {
  overflow: hidden;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  align-items: flex-start;
}

.p-service__borderblock dl dt {
  color: #fa4e16;
  font-weight: 500;
  width: 10%;
  margin-right: 2%;
  line-height: 1.6;
}

.p-service__borderblock dl dd {
  font-weight: 500;
  width: 88%;
  font-weight: 300;
  line-height: 1.6;
}

.p-service__block h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .p-service {
    padding-block: 40px 0;
  }

  .p-service .l-contents {
    margin-top: 20px;
  }

  .l-heroHeading + .p-service {
    padding-block: 80px 0;
  }

  .p-service__block.c-card {
    padding: 40px 20px;
  }

  .p-service__point {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 60px;
  }

  .p-service__point.col2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-service__grid picture {
    margin-bottom: 30px;
    width: 100%;
  }

  .p-service__textblock {
    width: 100%;
  }

  .p-service__point {
    margin-top: 50px;
  }

  .p-service__pointItem {
    padding: 28px 20px 25px;
  }

  .p-service__borderblock dl dt {
    color: #fa4e16;
    font-weight: 500;
    width: 15%;
    margin-right: 2%;
    line-height: 1.6;
  }

  .p-service__borderblock dl dd {
    font-weight: 500;
    width: 83%;
    font-weight: 300;
    line-height: 1.6;
  }

  .p-service__block h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .p-service__block .c-button-arrow {
    max-width: 260px;
  }
}

@media screen and (max-width: 800px) {
  .p-service__pointItem p span {
    display: inline-block;
  }
}

@media screen and (max-width: 320px) {
  .p-service__pointItem p span {
    display: unset;
  }
}

/* csr
----------------------------------------------------------- */
.l-heroHeading + .p-csr {
  margin-top: 80px;
}

.p-csr__item {
  padding: 60px 100px;
}

.p-csr__date {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-csr__date::before {
  content: "";
  background: #fa4e16;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.p-csr__grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-csr__grid picture {
  width: 350px;
}

.p-csr__grid img {
  width: 100%;
}

.p-csr__grid img + img {
  margin-top: 20px;
}

.p-csr__grid .p-csr_textblock {
  width: 100%;
}

.p-csr__grid picture + .p-csr_textblock {
  width: 400px;
  margin-left: auto;
}

.p-csr__grid .p-csr_textblock .u-text {
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .l-heroHeading + .p-csr {
    margin-top: 70px;
  }
  .p-csr__item {
    padding: 30px 20px 40px;
  }

  .p-csr__grid picture {
    width: 100%;
    order: 1;
  }

  .p-csr__grid picture + .p-csr_textblock {
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    order: 0;
  }

  .p-csr .l-contents {
    margin-top: 30px;
  }

  .p-csr .c-button-arrow {
    max-width: 260px;
  }

  .p-csr__grid .p-csr_textblock .u-text {
    line-height: 1.7;
  }
}

/* seek
----------------------------------------------------------- */

.p-seek .l-contents {
  margin-top: 80px;
}
.p-seek__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 30px;
}

.p-seek__title {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.p-seek__inner {
  padding: 30px;
}

picture + .p-seek__textblock {
  margin-top: 25px;
}

.p-seek__textblock dl {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  padding-block: 25px;
}

.p-seek__textblock dl + dl {
  border-top: 1px solid#CECECE;
}

.p-seek__textblock dl dt {
  font-weight: 500;
  width: 110px;
  padding-left: 10px;
}

.p-seek__textblock dl dd {
  font-weight: 300;
}

.p-seek__textblock dl:first-child {
  padding-top: 0;
}

.p-seek__textblock dl:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .p-seek .l-contents {
    margin-top: 40px;
  }

  .p-seek__title {
    font-size: 30px;
    line-height: 1.6;
  }

  .p-seek__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }

  .p-seek__inner {
    padding: 30px 20px;
  }

  .p-seek__textblock dl dt {
    width: 100px;
    padding-left: 0;
  }
}

/* -----------------------------------------------------------
- Utility
----------------------------------------------------------- */
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-bg-gy {
  background-color: var(--bg-gray);
}

.u-bg-wh {
  background-color: #fff;
}

.u-text {
  font-size: 16px;
  line-height: 2;
}

.u-link {
  text-decoration: underline;
  color: #fa4e16;
}

.u-small {
  font-size: 12px;
}

.u-red {
  color: #c90d0d;
}

.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

/* -----------------------------------------------------------
- animation
----------------------------------------------------------- */
@media screen and (min-width: 1023px) {
  .c-button-arrow:hover::after,
  .p-globalNav__entryButton:hover::after,
  .p-footer__contactButton:hover::after,
  .p-form__sendButton:hover::after,
  .p-footerNavSub__link:hover::after,
  .p-linkBox__item a:hover .p-linkBox__title::after {
    animation: arrowFadeAnime 0.5s;
  }

  :is(
      .p-globalNav__link,
      .p-globalNavChild__link,
      .p-footerNavMain__link,
      .p-footerNavMain__childLink,
      .p-footerNavSub__link,
      .p-footerSub__button,
      .p-footerNav__link,
      .c-breadcrumbs__link
    ) {
    transition: opacity 0.3s;
  }

  .p-header__logo a:hover,
  :is(
      .p-globalNav__link,
      .p-globalNavChild__link,
      .p-footerNavMain__link,
      .p-footerNavMain__childLink,
      .p-footerNavSub__link,
      .p-footerSub__button,
      .p-footerNav__link,
      .c-breadcrumbs__link
    ):is(:hover) {
    opacity: 0.7;
  }
}

@-webkit-keyframes line {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@keyframes line {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

@keyframes arrowFadeAnime {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  40% {
    opacity: 0;
    transform: translateX(80%);
  }
  60% {
    opacity: 0;
    transform: translateX(-60%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

@media screen and (max-width: 1024px) {
  .ul-widget-hide {
    bottom: -468px !important;
    z-index: 10 !important;
  }
}

@media screen and (max-width: 600px) {
  .mobile-layout {
    right: 10px !important;
    bottom: 60px !important;
  }
}

/* HP_VER2_170 */
.u-text p {
  padding-left: 5%;
}

/* HP_VER2_170 */
.u-text span p{
  padding-left: 10%;
}
