@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 4.5vw;
  right: 4%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7.5vw;
  height: 5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--primary-color);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--primary-color);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 15% 6%;
  background: var(--color-white);
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 7% 0;
  font-size: var(--font-size-17);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .button--primary {
  margin: 0 auto 5rem;
}
#drawer__nav .button--primary.c-recruit__button {
  background-position: left 14% center;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# SNSアイコン
------------------------*/
.c-sns__icons {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 2rem;
}

/*
# c-contact__button
------------------------*/
.button--primary.c-contact__button {
  width: 41rem;
  justify-content: center;
  background: url(../img/common/button-ic_mail.svg) left 14% center/2.5rem 2rem no-repeat, var(--primary-color);
  padding: 0 1.5rem 0 4rem;
}
.button--primary.c-recruit__button {
  width: 41rem;
  justify-content: center;
  background: url(../img/common/button-ic_recruit.png) left 18% center/2.7rem 2.1rem no-repeat, var(--accent-color);
  padding: 0 1.5rem 0 2.7rem;
}
.button--primary.c-recruit__button::before {
  font-size: var(--font-size-14);
  inset: 0 7% 0 auto;
}
.button--primary.c-line__button {
  width: 41rem;
  justify-content: center;
  background: url(../img/common/sns/LINE_logo.svg) left 12% center/3rem no-repeat, #ffffa8;
  color: var(--body-font-color);
  padding: 0 1.5rem 0 3.7rem;
  border: 2px solid #23e097;
}
.button--primary.c-line__button br {
  display: none;
}

/*
# c-card__list
------------------------*/
.c-card__list {
  gap: 5rem 4%;
}
.c-card__list .c-card {
  width: 48%;
}
.c-card__list .c-card__thumb {
  width: 100%;
  height: 24rem;
}
.c-card__list .c-card__thumb .img-eff {
  position: relative;
}
.c-card__list .c-card__thumb .img-eff::before {
  position: absolute;
  content: "";
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  inset: 0;
  margin: auto;
  border: 0.3rem solid var(--primary-color);
  border-radius: 1.6rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.c-card__list .c-card__link:hover .c-card__thumb .img-eff::before {
  opacity: 1;
}
.c-card__list .c-card__date {
  position: absolute;
  inset: 20rem auto auto 0;
  z-index: 1;
  font-size: var(--font-size-13);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border-radius: 0 1rem 0 0;
}
.c-card__list .c-card__text {
  font-size: var(--font-size-15);
  margin-top: 1rem;
}
.c-card__list .c-card__text span {
  border-width: 0.5rem;
}

/*
# c-contact__tel
------------------------*/
.c-contact__tel {
  padding-left: 4rem;
  text-align: center;
}
.c-contact__tel-num {
  font-size: var(--font-size-24);
  line-height: 1;
}
.c-contact__tel-num::before {
  position: absolute;
  content: "";
  width: 3rem;
  background: url(../img/common/icon_tel.svg) center/100% no-repeat;
  inset: 0 auto 0 -4rem;
  margin: auto 0;
}
.c-contact__tel-note {
  width: 21.2rem;
  line-height: 1;
}

/*
# c-contact
------------------------*/
.c-contact {
  padding: 12rem 0;
  background: url(../img/common/contact_bg.jpg) center right/cover no-repeat;
}
.c-contact__wrap {
  padding: 12rem 6rem 10rem;
  box-shadow: 0 0 0.8rem rgba(var(--primary-color-rgb), 0.2);
}
.c-contact .c-contact__title {
  margin-bottom: 5rem;
}
.c-contact__text {
  font-size: var(--font-size-15);
}
.c-contact__headline {
  padding-bottom: 6rem;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 6rem;
}
.c-contact__body {
  row-gap: 4rem;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}

.has-arrow {
  position: relative;
  padding-right: 6rem;
}
.has-arrow::after {
  position: absolute;
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-image: url(../img/common/com_arr.png);
  background-size: 2rem 1.6rem;
  background-position: left center;
  background-repeat: no-repeat;
  inset: 0 0 0 auto;
  margin: auto 0;
  transition: all 0.3s;
}
.has-arrow:hover {
  opacity: 1;
}
.has-arrow:hover::after {
  transform: translateX(1rem);
}
.has-arrow.arrow--primary::after {
  background-color: var(--primary-color);
}
.has-arrow.arrow--primary:hover {
  color: #45ebab;
}
.has-arrow.arrow--primary:hover::after {
  background-color: #45ebab;
}
.has-arrow.arrow--accent::after {
  background-color: #45ebab;
}
.has-arrow.arrow--accent:hover {
  color: var(--primary-color);
}
.has-arrow.arrow--accent:hover::after {
  background-color: var(--primary-color);
}
.has-arrow.arrow--white::after {
  background-image: url(../img/common/com_arr_accent.png);
  background-color: var(--color-white);
}

.button--primary {
  border-radius: var(--button-radius-sp);
  min-height: 8rem;
  text-align: center;
  color: var(--color-white);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-semibold);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 39rem;
}
.button--primary.has-arrow {
  padding: 0 3rem;
}
.button--primary.has-arrow::after {
  right: 6%;
}

/*==========================================
共通タイトル
===========================================*/
.title--primary {
  position: relative;
  z-index: 1;
  margin: 0 auto 6.5rem;
  text-align: center;
}
.title--primary.align-left {
  text-align: left;
  margin: 0 auto 6.5rem 0;
}
.title--primary.align-left .title-en {
  left: -4rem;
}
.title--primary .title-en,
.title--primary .title-ja {
  display: block;
}
.title--primary .title-en {
  font-size: var(--font-size-30);
  font-family: var(--font-secondary);
  transform: rotate(-13deg);
  color: var(--primary-color);
  line-height: 1;
  position: absolute;
  inset: -6.5rem 0 auto -18rem;
  z-index: 1;
  text-transform: capitalize;
}
.title--primary .title-en::before {
  position: absolute;
  content: "";
  width: 22.1rem;
  height: 3.7rem;
  inset: auto 0 -3.5rem 0;
  margin: 0 auto;
  transform: rotate(10deg);
  background: url(../img/common/primary-ttl_bdr.png) center/100% no-repeat;
  z-index: -1;
}
.title--primary .title-ja {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-semibold);
  position: relative;
  z-index: 1;
}

.title--secondary {
  font-size: var(--font-size-22);
  border-bottom: 1px dashed var(--primary-color);
  padding-bottom: 0.5rem;
  margin-bottom: 4rem;
}
.title--secondary span {
  display: block;
  padding-left: 1.2rem;
  border-left: 1rem solid var(--primary-color);
}

.title--tertiary {
  font-size: var(--font-size-20);
  background: var(--primary-color);
  border-radius: 0.8rem;
  padding: 0.2rem 1.5rem;
  color: var(--color-white);
  margin-bottom: 1.5rem;
}

/*==========================================
header
===========================================*/
.logo {
  width: 27rem;
  display: block;
  line-height: 1;
}

.l-header {
  overflow: hidden;
  padding: 1.5rem 2rem;
  z-index: 1001;
}
.l-header__logo {
  width: 25rem;
  line-height: 1;
}
.l-header__buttons {
  gap: 2rem;
}
.l-header__buttons .button--primary {
  width: 23rem;
  min-height: 5rem;
  font-size: var(--font-size-14);
}
.l-header__buttons .c-line__button {
  min-height: 100%;
  position: absolute;
  inset: 0 0 0 auto;
  width: 11rem;
  border-radius: 0;
  border: none;
  background-color: var(--color-yellow);
  background-position: 50% 20%;
  padding: 5.5rem 1rem 1rem;
  line-height: 1.4285714286;
}
.l-header__buttons .c-line__button br {
  display: block;
}

/*==========================================
mv
===========================================*/
.p-top__mv {
  margin-top: 8rem;
  height: 99vw;
  z-index: 1;
}
.p-top__mv::before {
  height: 40%;
  bottom: 0;
}
.p-top__mv::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/home/mv/mv_bg.jpg) center/cover no-repeat;
  inset: 0 0 auto auto;
  margin-left: auto;
}
.p-top__mv-catch {
  inset: -2rem auto auto 0;
  width: 85%;
}

/*==========================================
footer
===========================================*/
.l-footer:has(.l-footer__wrap) {
  padding: 8rem 3rem 0;
  background: var(--primary-color);
}
.l-footer:has(.l-footer__wrap) #copyright {
  padding: 3rem 0;
  color: var(--color-white);
}
.l-footer:has(.l-footer__wrap) #copyright a {
  color: var(--color-white);
}
.l-footer__inbox {
  padding: 0 5%;
}
.l-footer__wrap {
  padding: 8rem 0;
}
.l-footer__logo {
  margin: 0 auto;
}
.l-footer__left {
  margin-bottom: 8rem;
}
.l-footer__address {
  font-size: var(--font-size-14);
  padding-left: 3rem;
  margin-top: 4rem;
}
.l-footer__address::before {
  inset: 1rem auto auto 0;
  color: var(--accent-color);
}
.l-footer__actions {
  gap: 3rem 2rem;
  margin-top: 4rem;
}
.l-footer__actions .c-recruit__button {
  width: 37rem;
}
.l-footer__nav-list {
  padding-left: 2rem;
  border-left: 2px solid var(--primary-color);
}
.l-footer__nav-item {
  margin-bottom: 3.5rem;
  line-height: 1;
}
.l-footer__nav-item:last-child {
  margin-bottom: 0;
}
.l-footer__nav-link {
  font-size: var(--font-size-12);
}
.l-footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  padding: 5rem 0;
  color: var(--primary-color);
}
#copyright a {
  color: var(--primary-color);
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.sv {
  height: 50vw;
  margin-top: 8rem;
  z-index: 1;
}
.sv::before {
  height: 60%;
  inset: auto 0 0;
}
.sv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}
.sv__title {
  width: 83.3333%;
  margin: 0 auto;
}
.sv__title span {
  font-size: var(--font-size-20);
  padding: 0.5rem 2rem;
  letter-spacing: 0.12em;
}

.p-about__sv::after {
  background: url(../../img/sv/about-sv_bg.jpg) center/cover no-repeat;
}

.p-recruit__sv::after {
  background: url(../../img/sv/recruit-sv_bg.jpg) center/cover no-repeat;
}

.p-work__sv::after {
  background: url(../../img/sv/work-sv_bg.jpg) center/cover no-repeat;
}

.p-staff__sv::after {
  background: url(../../img/sv/staff-sv_bg.jpg) center/cover no-repeat;
}

.p-company__sv::after {
  background: url(../../img/sv/company-sv_bg.jpg) center/cover no-repeat;
}

.p-news__sv::after {
  background: url(../../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

.p-contact__sv::after {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

.p-complete__sv::after {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

.p-privacy__sv::after {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

.p-site__sv::after {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

.p-e404__sv::after {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
entrance
===========================================*/
.p-entrance {
  padding: 0 2rem;
}
.p-entrance__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
.p-entrance__logo {
  width: 25rem;
}
.p-entrance .c-sns__icons {
  justify-content: flex-end;
  margin: 0 0 0 auto;
  gap: 4rem;
}
.p-entrance .c-sns__icons .sns-icon {
  width: 4.5rem;
}
.p-entrance__pages {
  gap: 1rem;
  padding: 2rem 0;
}
.p-entrance__page {
  margin-bottom: 5rem;
}
.p-entrance__page:last-child {
  margin-bottom: 0;
}
.p-entrance__page.entrance__page--official {
  width: 100%;
  height: 41rem;
}
.p-entrance__page.entrance__page--official .p-entrance__page-link {
  background: url(../img/entrance/ofc_bg.jpg) center right -14rem/cover no-repeat;
}
.p-entrance__page.entrance__page--official .p-entrance__page-link-text {
  position: absolute;
}
.p-entrance__page.entrance__page--recruit, .p-entrance__page.entrance__page--special {
  height: 30rem;
}
.p-entrance__page.entrance__page--recruit .p-entrance__page-link {
  background: url(../img/entrance/recruit_bg.jpg) center/cover no-repeat;
}
.p-entrance__page.entrance__page--special .p-entrance__page-link {
  background: url(../img/entrance/special-recruit_bg.jpg) center/cover no-repeat;
}
.p-entrance__page-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-entrance__page-link-text {
  z-index: 1;
  width: 44rem;
  height: 8rem;
  margin: auto 0;
  position: absolute;
  inset: auto 5rem 10rem auto;
  background: var(--color-white);
  border-radius: 1.6rem;
  box-shadow: 0 0.8rem 3rem rgba(var(--body-font-color-rgb), 0.12);
}
.p-entrance__page-link-text .text-ja {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.05em;
  color: var(--body-font-color);
}
.p-entrance__page-link-text .text-en {
  position: absolute;
  inset: auto -1rem -4rem auto;
  font-size: var(--font-size-30);
  line-height: 1;
  color: var(--color-yellow);
  transform: rotate(-15deg);
  pointer-events: none;
}
.p-entrance__page-link-text::after {
  right: 5%;
}

/*==========================================
home
===========================================*/
/*
# p-home-news
------------------------*/
.p-home-news {
  padding: 13.5rem 0 18rem;
  background-image: url(../img/home/news-rb_deco.png);
  background-position: 100% 95%;
  background-repeat: no-repeat;
  background-size: 26.6rem;
}
.p-home-news__headline {
  margin-bottom: 8rem;
}
.p-home-news .p-home-news__title {
  margin-bottom: 0;
}
.p-home-news .p-home-news__title::before {
  position: absolute;
  content: "";
  width: 21.9rem;
  height: 6.9rem;
  inset: -10rem -34rem auto auto;
  background: url(../img/home/news_deco.png) center/100% no-repeat;
}
.p-home-news__more {
  font-size: var(--font-size-14);
}
.p-home-news__more::after {
  width: 4rem;
  height: 4rem;
}
.p-home-news__post-list {
  gap: 4rem;
  overflow-x: scroll;
  padding-bottom: 2rem;
  flex-wrap: nowrap;
}
.p-home-news__post {
  width: 27rem;
}
.p-home-news__post-link {
  row-gap: 1rem;
}
.p-home-news__post-link:hover {
  transform: translateY(-1rem);
}
.p-home-news__post-link:hover .news__post-title {
  text-decoration: underline;
}
.p-home-news__post-thumb {
  width: 100%;
  height: 24rem;
}
.p-home-news__post-date {
  font-size: var(--font-size-14);
}
.p-home-news__post-tags {
  gap: 0.7rem;
}
.p-home-news__post-tag {
  font-size: var(--font-size-12);
  padding: 0 1rem;
}
.p-home-news__post-tag::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.3rem;
  background: var(--accent-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
.p-home-news__post-tag:last-child {
  padding-right: 0;
}
.p-home-news__post-title {
  font-size: var(--font-size-14);
  border-bottom: 1px dashed var(--primary-color);
  padding-bottom: 1.5rem;
}

/*
# p-home-about
------------------------*/
.p-home-about {
  padding: 0 2rem;
}
.p-home-about::before {
  height: 73.8758%;
  top: 0;
}
.p-home-about__wrap {
  padding: 15rem 0 26rem;
  background: url(../img/home/about_deco.png) right top 3.8rem/25rem no-repeat, url(../img/home/about_bg.jpg) center/cover no-repeat;
}
.p-home-about__title .title-en {
  color: var(--color-yellow);
  top: -5.5rem;
}
.p-home-about__title .title-en::before {
  background: none;
}
.p-home-about__title .title-ja {
  text-align: center;
  font-size: var(--font-size-20);
}
.p-home-about__text {
  font-size: var(--font-size-15);
  line-height: 2.3333333333;
  text-shadow: 0 0 8px rgba(var(--color-primary-rgb), 1);
}
.p-home-about__button {
  margin: 6rem auto 0;
  color: var(--body-font-color);
  box-shadow: 0 0 8px rgba(var(--color-primary-rgb), 1);
}

/*
# p-home-work
------------------------*/
.p-home-work {
  padding: 16rem 0 12rem;
  background: url(../img/home/works_deco.png) right -15rem bottom 1rem/40rem no-repeat;
}
.p-home-work__button {
  margin: 8rem auto 0;
}

/*
# p-home-recruit
------------------------*/
.p-home-recruit__headline {
  background: url(../img/home/recruit_bg.jpg) center/cover no-repeat;
}
.p-home-recruit__inbox {
  padding: 16rem 5rem 12rem;
  text-shadow: 0 0 8px rgba(var(--primary-color-rgb), 0.85);
}
.p-home-recruit__inbox::before, .p-home-recruit__inbox::after {
  position: absolute;
  content: "";
}
.p-home-recruit__inbox::before {
  width: 36.3rem;
  height: 10.1rem;
  background: url(../img/home/recruit-lb_deco.png) center/100% no-repeat;
  inset: auto auto 4.3rem -25.5rem;
}
.p-home-recruit__inbox::after {
  width: 22rem;
  height: 10.3rem;
  background: url(../img/home/recruit-ttl_deco.png) center/100% no-repeat;
  inset: 4.5rem 2.9rem auto auto;
}
.p-home-recruit__title .title-en {
  color: rgba(var(--color-white-rgb), 0.5);
  left: -42rem;
}
.p-home-recruit__title .title-en::before {
  background: none;
}
.p-home-recruit__title .title-ja {
  text-align: center;
}
.p-home-recruit__title .title-ja::before {
  background: none;
}
.p-home-recruit__card-list {
  padding: 6rem 0;
}
.p-home-recruit__card {
  width: 85%;
  margin: 0 auto 6rem;
}
.p-home-recruit__card:last-child {
  margin-bottom: 0;
}
.p-home-recruit__card-link {
  height: 45rem;
  overflow: hidden;
  border-bottom: 3px solid;
  border-radius: 3rem;
}
.p-home-recruit__card-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
}
.p-home-recruit__card-link:hover {
  opacity: 1;
}
.p-home-recruit__card-link:hover::before {
  transform: scale(1.1);
}
.p-home-recruit__card-link:hover .p-home-recruit__card-title::after {
  transform: translateX(1rem);
  background-color: var(--primary-color);
}
.p-home-recruit__card.recruit__card--features .p-home-recruit__card-link {
  border-color: var(--accent-color);
}
.p-home-recruit__card.recruit__card--features .p-home-recruit__card-link::before {
  background: url(../img/home/recruit-bg_features.jpg) center/cover no-repeat;
}
.p-home-recruit__card.recruit__card--schedule .p-home-recruit__card-link {
  border-color: var(--primary-color);
}
.p-home-recruit__card.recruit__card--schedule .p-home-recruit__card-link::before {
  background: url(../img/home/recruit-bg_schedule.jpg) center/cover no-repeat;
}
.p-home-recruit__card.recruit__card--description .p-home-recruit__card-link {
  border-color: var(--color-yellow);
}
.p-home-recruit__card.recruit__card--description .p-home-recruit__card-link::before {
  background: url(../img/home/recruit-bg_description.jpg) center/cover no-repeat;
}
.p-home-recruit__card-title {
  width: 93.75%;
  margin: 0 auto;
  inset: auto 0 2rem;
  text-align: center;
  font-size: var(--font-size-22);
  padding: 2rem;
  position: absolute;
  background-image: repeating-linear-gradient(-45deg, rgba(var(--color-white-rgb), 0.9), rgba(var(--color-white-rgb), 0.9) 2px, rgba(var(--color-white-rgb), 0.8) 2px, rgba(var(--color-white-rgb), 0.8) 4px);
}
.p-home-recruit__card-title::after {
  right: 5%;
  transition: all 0.3s;
}

/*
# p-home-pages
------------------------*/
.p-home-pages {
  background: url(../img/home/pages-deco_bottom.png) right bottom/100% no-repeat;
}
.p-home-pages__inbox {
  padding: 5rem 0 23rem;
}
.p-home-pages__card {
  width: 48rem;
  margin: 0 auto 9rem;
}
.p-home-pages__card:last-child {
  margin-bottom: 0;
}
.p-home-pages__card-link {
  height: 32rem;
  z-index: 1;
}
.p-home-pages__card-link::before {
  position: absolute;
  content: "";
  width: 33.5rem;
  height: 22.9rem;
  inset: auto -12rem -9.5rem auto;
  z-index: -1;
}
.p-home-pages__card-link:hover .p-home-pages__card-title::after {
  transform: translateX(1rem);
}
.p-home-pages__card.pages__card--staff .p-home-pages__card-link::before {
  background: url(../img/home/pages-deco_staff.png) center/cover no-repeat;
}
.p-home-pages__card.pages__card--company .p-home-pages__card-link::before {
  background: url(../img/home/pages-deco_company.png) center/cover no-repeat;
}
.p-home-pages__card-thumb {
  width: 100%;
  height: 32rem;
}
.p-home-pages__card .p-home-pages__card-title {
  width: 30rem;
  min-height: 16rem;
  inset: auto -3rem -5rem auto;
  margin: 0 0 0 auto;
  position: absolute;
  padding-right: 0;
}
.p-home-pages__card .p-home-pages__card-title .title-en {
  color: var(--color-yellow);
  inset: -1rem auto auto -2.5rem;
}
.p-home-pages__card .p-home-pages__card-title .title-en::before {
  background: none;
}
.p-home-pages__card .p-home-pages__card-title .title-ja {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: var(--font-size-20);
}
.p-home-pages__card .p-home-pages__card-title::after {
  inset: auto 1rem 1rem auto;
  background-image: url(../img/common/com_arr_primary.png);
}

/*==========================================
about
===========================================*/
/*
# p-about-concept
------------------------*/
.p-about-concept {
  padding: 19rem 0 19rem;
  background: url(../img/about/concept-bg_rt.png) right top/75.9375% no-repeat, var(--primary-color-light);
}
.p-about-concept__inbox {
  position: relative;
}
.p-about-concept__inbox::before {
  position: absolute;
  content: "";
  width: 46rem;
  height: 22.6rem;
  inset: auto -10rem -18rem auto;
  background: url(../img/about/concept-deco_rb.png) center/100% no-repeat;
}
.p-about-concept__title .title-ja::before {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(var(--primary-color-rgb), 0.4) 2px, rgba(var(--primary-color-rgb), 0.4) 4px);
}
.p-about-concept__title .title-en {
  left: -38rem;
}
.p-about-concept__img {
  margin-bottom: 6rem;
  text-align: center;
}

/*
# p-about-strengths
------------------------*/
.p-about-strengths {
  padding: 14rem 0 11rem;
}
.p-about-strengths__inbox {
  position: relative;
  padding-top: 5rem;
  background: url(../img/about/strength-ttl_deco.png) right 2rem top/20.9rem no-repeat;
}
.p-about-strengths__part {
  margin-bottom: 10.5rem;
  position: relative;
}
.p-about-strengths__part:last-child {
  margin-bottom: 0;
}
.p-about-strengths__part-content-subtitle {
  font-size: var(--font-size-20);
  margin-bottom: 3rem;
  text-align: center;
}
.p-about-strengths__part .p-about-strengths__part-img {
  margin-bottom: 6rem;
  text-align: center;
}
.p-about-strengths__part .p-about-strengths__part-img::before {
  position: absolute;
  font-size: 9.2rem;
  color: var(--color-yellow);
  font-family: var(--font-secondary);
  inset: auto 2.5rem 0 auto;
  line-height: 0;
}

/*
# p-about-service
------------------------*/
.p-about-service {
  padding: 17rem 0 12rem;
  background: url(../img/about/service-deco_bottom.png) bottom 3rem center/100% no-repeat, linear-gradient(to right, rgb(69, 193, 235) 0%, rgb(5, 176, 248) 100%);
}
.p-about-service__inbox {
  position: relative;
}
.p-about-service__title .title-en {
  color: rgba(var(--color-white-rgb), 0.5);
}
.p-about-service__images {
  position: relative;
  margin-bottom: 10rem;
  text-align: center;
}
.p-about-service__images .absolute {
  width: 33.6rem;
  inset: auto -4rem -6.5rem auto;
}
.p-about-service__button {
  width: 100%;
  min-height: 10rem;
  background: url(../img/about/service-button_bg.png) left -8.5rem top -2.5rem/28.6rem no-repeat, var(--color-white);
  padding: 0 8.5rem;
  margin-top: 6rem;
}
.p-about-service__button::after {
  right: 4%;
}

/*
# p-about-faq
------------------------*/
.p-about-faq {
  padding: 14rem 0 11rem;
}
.p-about-faq__part {
  margin-bottom: 5.5rem;
}
.p-about-faq__part:last-child {
  margin-bottom: 0;
}
.p-about-faq__part-item {
  margin-bottom: 5rem;
  padding: 4rem;
}
.p-about-faq__part-item:last-child {
  margin-bottom: 0;
}
.p-about-faq__part-item-question::before, .p-about-faq__part-item-answer::before {
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  font-size: var(--font-size-19);
}
.p-about-faq__part-item-question {
  font-size: var(--font-size-20);
  border-bottom: 1px solid var(--primary-color);
  padding: 0 1rem 1rem 6rem;
  margin-bottom: 2rem;
}
.p-about-faq__part-item-question::before {
  content: "Q";
  background: var(--color-yellow);
  top: 0;
}
.p-about-faq__part-item-answer {
  padding-left: 6rem;
}
.p-about-faq__part-item-answer::before {
  content: "A";
  background: var(--accent-color);
  color: var(--color-white);
  inset: 0 auto auto 0;
}

/*==========================================
work
===========================================*/
/*
# p-work-detail
------------------------*/
.p-work-detail__content {
  padding: 6rem;
}
.p-work-detail__title {
  margin-bottom: 2rem;
}
.p-work-detail__date {
  text-align: right;
}
.p-work-detail__gallery {
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 2rem;
  margin-top: 4rem;
}
.p-work-detail__gallery-item {
  display: inline-block;
  width: 37rem;
  height: 35rem;
  margin-right: 2rem;
}
.p-work-detail__gallery-item:last-child {
  margin-right: 0;
}
.p-work-detail__text {
  margin-top: 4.5rem;
}

/*==========================================
recruit
===========================================*/
/*
# p-recruit-msg
------------------------*/
.p-recruit-msg {
  padding: 16rem 0 17rem;
  background: url(../img/recruit/msg-deco_rb.png) right 1.3rem bottom/26rem no-repeat, var(--primary-color-light);
}
.p-recruit-msg__inbox {
  position: relative;
}
.p-recruit-msg__title .title-ja {
  text-align: center;
}
.p-recruit-msg__title .title-ja span::before {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(var(--primary-color-rgb), 0.4) 2px, rgba(var(--primary-color-rgb), 0.4) 4px);
}
.p-recruit-msg__images {
  margin-bottom: 6rem;
}
.p-recruit-msg__images .p-recruit-msg__image {
  margin-bottom: 4rem;
}
.p-recruit-msg__images .p-recruit-msg__image:last-child {
  margin-bottom: 0;
}
.p-recruit-msg__images .p-recruit-msg__image.msg__image-small {
  width: 40rem;
  margin-left: auto;
}

/*
# p-recruit-features
------------------------*/
.p-recruit-features {
  padding: 13.5rem 0 11rem;
}
.p-recruit-features__card {
  margin-bottom: 6rem;
}
.p-recruit-features__card:last-child {
  margin-bottom: 0;
}
.p-recruit-features__card-title {
  font-size: var(--font-size-21);
  text-align: center;
  padding: 3.5rem 0 1rem;
  border-bottom: 1px dashed var(--primary-color);
  margin-bottom: 2rem;
}
.p-recruit-features__card-title::before {
  position: absolute;
  inset: -8.5rem auto auto 2.5rem;
  color: var(--color-yellow);
  font-size: var(--font-size-52);
  font-family: var(--font-secondary);
}
.p-recruit-features__card-image {
  text-align: center;
}

/*
# p-recruit-candidate
------------------------*/
.p-recruit-candidate {
  padding: 0 2rem;
}
.p-recruit-candidate::before {
  inset: auto 0 0;
  height: 29.0322%;
}
.p-recruit-candidate__title .title-en {
  color: rgba(var(--color-white-rgb), 0.5);
  inset: -10.5rem auto auto 2.3rem;
  text-indent: -3em;
  line-height: 1.2;
}
.p-recruit-candidate__title .title-en::before {
  bottom: -3rem;
  left: 6rem;
}
.p-recruit-candidate__text {
  font-size: var(--font-size-15);
}
.p-recruit-candidate__wrap {
  padding: 17.5rem 3rem 28rem;
  background: url(../img/recruit/ideal-candidate-ttl_deco.png) top 8rem right calc(50% - 17rem)/20.7rem no-repeat, url(../img/recruit/ideal-candidate_bg.jpg) center/cover no-repeat;
}
.p-recruit-candidate__list {
  margin: 0 auto 4.5rem;
  padding: 3.5rem 4rem;
}
.p-recruit-candidate__list-item {
  font-size: var(--font-size-16);
  border-bottom: 1px dashed;
  padding: 2rem 1rem 2rem 5rem;
}
.p-recruit-candidate__list-item::before {
  position: absolute;
  inset: 2.5rem auto auto 0;
  width: 2.8rem;
  height: 2.8rem;
  font-weight: var(--font-weight-bold);
  background: var(--accent-color);
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
# p-recruit-schedule
------------------------*/
.p-recruit-schedule {
  padding: 14rem 0 12rem;
}
.p-recruit-schedule__inner {
  margin-top: 5rem;
}
.p-recruit-schedule__img {
  text-align: center;
  margin-bottom: 6rem;
}
.p-recruit-schedule__list-item {
  margin-bottom: 2rem;
}
.p-recruit-schedule__list-item:last-child {
  margin-bottom: 0;
}
.p-recruit-schedule__list-item-time, .p-recruit-schedule__list-item-content {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 2rem;
}
.p-recruit-schedule__list-item-time {
  width: 14rem;
  font-size: var(--font-size-15);
}
.p-recruit-schedule__list-item-time::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.85rem 0rem 2.85rem 2.2rem;
  border-color: transparent transparent transparent var(--primary-color);
  inset: 0 -1.9rem 0 auto;
  margin: auto 0;
}
.p-recruit-schedule__list-item-content {
  width: calc(100% - 14rem);
  padding-left: 4rem;
}

/*
# p-recruit-description
------------------------*/
.p-recruit-description {
  padding: 14rem 0 12rem;
}
.p-recruit-description__inbox {
  padding-top: 5.5rem;
  background: url(../img/recruit/description-ttl-deco_l.png) left top/24.5rem no-repeat, url(../img/recruit/description-ttl-deco_r.png) right top/23.4rem no-repeat;
}

/*==========================================
staff
===========================================*/
/*
# p-staff-detail
------------------------*/
.p-staff-detail__content {
  padding: 6rem;
}
.p-staff-detail__thumb {
  width: 40rem;
  height: 40rem;
  margin: 0 auto 6rem;
}
.p-staff-detail__info-item {
  margin-bottom: 2.5rem;
}
.p-staff-detail__info-item:last-child {
  margin-bottom: 0;
}
.p-staff-detail__info-item-title {
  font-size: var(--font-size-18);
  margin-bottom: 1rem;
  padding: 0.5rem 1.5rem;
}
.p-staff-detail__text {
  margin-top: 3rem;
}

/*==========================================
company
===========================================*/
/*
# p-company-greeting
------------------------*/
.p-company-greeting {
  padding: 16rem 0 14.5rem;
  background-image: url(../img/company/greeting-deco_rb.png), url(../img/company/greeting-bg_rt.png);
  background-repeat: no-repeat;
  background-size: 35rem, 81.8rem;
  background-position: left bottom, right top;
}
.p-company-greeting__inbox {
  position: relative;
}
.p-company-greeting__content .name {
  text-align: right;
}
.p-company-greeting__img {
  text-align: center;
  margin-bottom: 8rem;
}

/*
# p-company-interview
------------------------*/
.p-company-interview__item {
  margin-bottom: 7.5rem;
}
.p-company-interview__item:last-child {
  margin-bottom: 0;
}
.p-company-interview__item-title {
  border-bottom: 1px solid var(--primary-color);
  font-size: var(--font-size-20);
  padding: 0 1rem 1rem 6.5rem;
  margin-bottom: 2.5rem;
}
.p-company-interview__item-title::before {
  position: absolute;
  content: "Q";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--color-yellow);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.5;
  inset: 0 auto auto 0;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
}
.p-company-interview__item-inner {
  align-items: flex-start;
}
.p-company-interview__item-thumb {
  width: 12rem;
  height: 12rem;
}
.p-company-interview__item-content {
  width: 39rem;
  padding: 3rem;
}

/*
# p-company-info
------------------------*/
.p-company-info__table {
  margin-bottom: 6rem;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  width: 70%;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
.p-contact__form {
  margin-bottom: 15%;
}
.p-contact__form-item .p-contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
.p-contact__form-item .p-contact__form-input {
  padding: 3% 0;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list li {
  margin-bottom: 5%;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list li:last-child {
  margin-bottom: 0;
}
.p-contact__form-item .p-contact__form-input textarea {
  height: 37vw;
}
.p-contact__form-item.p-contact__form-privacy .p-contact__form-label {
  text-align: left;
}
.p-contact__form-value {
  padding: 3%;
}
.p-contact__form-select {
  width: 50%;
  position: relative;
}
.p-contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
.p-contact__form-select select {
  padding: 6% 7% 6% 4%;
}
.p-contact__form #pc01,
.p-contact__form #pc02 {
  width: 95px;
}
.p-contact__form #date1,
.p-contact__form #date2,
.p-contact__form #date3 {
  width: 73%;
}
.p-contact__form #address {
  margin-top: 4%;
}
.p-contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
.p-contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
.p-contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
.p-contact .p-contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-check {
  width: 75%;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-back {
  width: 52%;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-send {
  width: 40%;
}
.p-contact input[type=button],
.p-contact input[type=submit],
.p-contact .contact-submits-wrap button {
  padding: 6% 2%;
}
.p-contact input[type=submit],
.p-contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
.p-privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
.p-privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
.p-sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/