@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: 6vw;
  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: 8% 6% 15%;
  background: var(--color-white);
}
#drawer__nav .drawer__nav-logo {
  width: 45%;
  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: 8% 0;
  font-size: var(--font-size-19);
  text-align: center;
  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 .drawer__address {
  margin: 10% auto 0;
}
#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;
}

/*
# c-contact__buttons
------------------------*/
.c-contact__buttons .contact__button {
  width: 50%;
}
.c-contact__buttons .contact__button-link {
  width: 100%;
  height: 26vw;
  text-align: center;
  padding: 6% 3%;
  letter-spacing: 0.025em;
  background-repeat: no-repeat;
  background-position: center bottom 4vw;
}
.c-contact__buttons .contact__button-link:hover {
  opacity: 1;
}
.c-contact__buttons .contact__button--form .contact__button-link {
  background-image: url(/img/common/form_ic.png);
  border-bottom: 1vw solid var(--primary-color-dark);
}
.c-contact__buttons .contact__button--form .contact__button-link:hover {
  background-color: var(--primary-color-dark);
}
.c-contact__buttons .contact__button--official .contact__button-link {
  border-bottom: 1vw solid var(--color-gray-dark);
  background: #676767;
}
.c-contact__buttons .contact__button--official .contact__button-link:hover {
  background-color: var(--color-gray-dark);
}
.c-contact__buttons .contact__button--official .contact__button-link::before {
  inset: auto 0 4vw;
  margin: 0 auto;
  font-size: var(--font-size-23);
}

/*
# c-address
------------------------*/
.c-address {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3% 0;
}
.c-address .address__locate {
  font-size: var(--font-size-15);
  letter-spacing: 0.06em;
  line-height: 1.7647058824;
  margin-bottom: 8%;
}
.c-address .address__tel {
  font-size: var(--font-size-22);
  letter-spacing: 0.025em;
  line-height: 0.5;
  position: relative;
  padding-left: 6.5vw;
}
.c-address .address__tel::before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 5vw;
  background: url(../img/common/tel_ic.svg) center/100% no-repeat;
  inset: auto auto 2vw 0;
  margin: auto 0;
  z-index: 1;
}
.c-address .address__worktime {
  font-size: var(--font-size-14);
  letter-spacing: 0.025em;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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
------------------------*/
.has-arrow {
  position: relative;
}
.has-arrow::before {
  position: absolute;
  content: "";
  width: 10vw;
  height: 3vw;
  -webkit-mask: url(../img/common/com_arr.svg) center/100% no-repeat;
          mask: url(../img/common/com_arr.svg) center/100% no-repeat;
  background-color: var(--color-white);
  z-index: 1;
}

/*
# com-button
------------------------*/
.com-button {
  min-height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--primary-color);
  text-align: center;
  font-family: var(--font-tertiary);
  font-weight: var(--font-weight-semibold);
  border: 1px solid var(--color-white);
}
.com-button.has-arrow::before {
  right: 4%;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-family: var(--font-secondary);
  margin-bottom: 12%;
  padding-top: 24%;
  position: relative;
  text-align: center;
}
.section-title::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12vw;
  background: var(--primary-color-dark);
  inset: 0 0 auto;
  margin: 0 auto;
}
.section-title.align-left {
  text-align: left;
}
.section-title.align-left::before {
  inset: 0 auto auto 20px;
}
.section-title .title-en {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-semibold);
  color: var(--primary-color-dark);
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.1428571429;
}
.section-title .title-ja {
  font-size: var(--font-size-19);
  letter-spacing: 0.06em;
  margin-top: 10px;
  display: block;
}

.headline-title {
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  background: var(--primary-color);
  font-family: var(--font-secondary);
  padding: 7px 15px;
  margin-bottom: 15px;
}
.headline-title small {
  font-size: var(--font-size-16);
}

.sub-title {
  font-size: var(--font-size-22);
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color-dark);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-semibold);
  padding-bottom: 2%;
  margin-bottom: 6%;
}

/*==========================================
header
===========================================*/
#header {
  inset: 0 0 auto;
  z-index: 100;
}
#header .header__logo {
  width: 40%;
  line-height: 1;
}
#header .header__inner {
  padding: 4%;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 75vw;
  z-index: 1;
  margin: 20% 0 0;
  z-index: 1;
}
#top-mv::before, #top-mv::after {
  position: absolute;
  content: "";
  z-index: -1;
}
#top-mv::before {
  width: 50%;
  height: 73.913%;
  background: var(--color-gray-light);
  inset: auto 0 0 auto;
}
#top-mv::after {
  background: url(../img/top/mv/mv_pc.png) top center/100% no-repeat;
  inset: 0 0 auto auto;
  width: 87.8125%;
  height: 64%;
}
#top-mv .mv__catch {
  width: 55%;
  position: absolute;
  inset: auto auto 0 2.0833%;
  z-index: 2;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 12% 0 8%;
  background: #676767;
}
#footer .footer__left {
  margin-bottom: 10%;
}
#footer .footer__logo {
  width: 55%;
  filter: brightness(0) invert(1);
  display: block;
  margin: 0 auto 8%;
}
#footer .footer__address {
  padding-left: 10%;
  border-left: 2px solid var(--color-white);
}
#footer .address__tel {
  color: var(--color-white);
}
#footer .address__worktime {
  margin-top: 8%;
}
#footer .footer__nav-list {
  justify-content: center;
  gap: 3vw 10vw;
}
#footer .footer__nav-item {
  letter-spacing: 0.025em;
  font-size: var(--font-size-15);
}
#footer .footer__nav-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 4vw;
  inset: 0 -5.5vw 0 auto;
  margin: auto 0;
  background: var(--color-white);
}
#footer .footer__nav-item:nth-child(even)::after {
  background: none;
}

#copyright {
  word-break: normal;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 10%;
}
#copyright small {
  font-size: var(--font-size-13);
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 4%;
  right: 3%;
  z-index: 999;
  font-size: var(--font-size-14);
  writing-mode: vertical-rl;
  border-right: 2px solid;
  padding: 6vw 0 1vw;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 40vw;
  margin-top: 20%;
}
.lower-sv .sv__title {
  width: 85%;
  margin: auto;
  inset: 0;
  text-align: left;
}
.lower-sv .sv__title span {
  font-size: var(--font-size-23);
  background: rgba(var(--primary-color-rgb), 0.9);
  padding: 0.5vw 2vw;
}

#about-sv {
  background: url(../../img/sv/about-sv_bg.jpg) center/91.6666% 100% no-repeat;
}

#works-sv {
  background: url(../../img/sv/works-sv_bg.jpg) center/91.6666% 100% no-repeat;
}

#environment-sv {
  background: url(../../img/sv/environment-sv_bg.jpg) center/91.6666% 100% no-repeat;
}

#recruit-sv {
  background: url(../../img/sv/recruit-sv_bg.jpg) center/91.6666% 100% no-repeat;
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.jpg) center/91.6666% 100% no-repeat;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.jpg) center/91.6666% 100% no-repeat;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.jpg) center/91.6666% 100% no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/91.6666% 100% no-repeat;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.jpg) center/91.6666% 100% no-repeat;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.jpg) center/91.6666% 100% no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-greeting
------------------------*/
.top-greeting {
  padding: 8% 0 15%;
  z-index: 2;
}
.top-greeting::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 50%;
  height: 65vw;
  background: var(--color-gray-light);
  inset: 0 0 auto auto;
}
.top-greeting .greeting__img {
  margin-bottom: 10%;
}

/*
# top-features
------------------------*/
.top-features {
  padding: 15% 4.166% 0;
  position: relative;
}
.top-features .features__content {
  padding: 16% 6% 10%;
  margin-bottom: 12%;
  background: url(../img/top/features-content_bg.jpg) center/cover no-repeat;
}
.top-features .features__inner {
  padding: 12% 4%;
  position: relative;
}
.top-features .features__title {
  position: absolute;
  inset: -29vw auto auto 0;
  margin-bottom: 0;
}
.top-features .features__item {
  margin-bottom: 8%;
}
.top-features .features__item:last-child {
  margin-bottom: 0;
}
.top-features .features__item-title {
  z-index: 1;
}
.top-features .features__item-title span {
  display: block;
}
.top-features .features__item-title .title-ja {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 2%;
  margin-bottom: 5%;
  font-size: var(--font-size-23);
  z-index: 1;
}
.top-features .features__item-title .title-ja small {
  font-size: var(--font-size-12);
  margin-left: 1vw;
}
.top-features .features__item-title .title-en {
  margin-bottom: -6vw;
  font-size: var(--font-size-45);
  text-transform: uppercase;
  line-height: 0.7;
  z-index: -1;
}

/*
# top-category
------------------------*/
.top-category {
  padding: 18% 0 52%;
  background: url(../img/top/category_bg.jpg) bottom center/100% no-repeat;
}
.top-category .category__card {
  width: 90%;
  margin: 0 auto 13%;
  border-bottom: 1px solid;
  padding-bottom: 10%;
}
.top-category .category__card:last-child {
  margin-bottom: 0;
}
.top-category .category__card-img {
  margin-bottom: 6%;
}
.top-category .category__card-title {
  text-align: center;
  margin-bottom: 6%;
}
.top-category .category__card-title span {
  display: block;
}
.top-category .category__card-title .title-ja {
  font-size: var(--font-size-25);
}
.top-category .category__card-title .title-en {
  font-size: var(--font-size-14);
}

/*
# top-pages
------------------------*/
.top-pages {
  padding: 15% 0;
  background: linear-gradient(to right, rgb(242, 242, 242) 38%, rgb(255, 255, 255) 38%);
}
.top-pages .pages__item {
  width: 90%;
  margin-bottom: 12%;
}
.top-pages .pages__item:last-child {
  margin-bottom: 0;
}
.top-pages .pages__item:nth-child(even) {
  margin-left: auto;
}
.top-pages .pages__item--about .pages__link::after {
  -webkit-mask: url(../img/top/about_ic.svg) center/100% no-repeat;
          mask: url(../img/top/about_ic.svg) center/100% no-repeat;
}
.top-pages .pages__item--works .pages__link::after {
  -webkit-mask: url(../img/top/works_ic.svg) center/100% no-repeat;
          mask: url(../img/top/works_ic.svg) center/100% no-repeat;
}
.top-pages .pages__item--environment .pages__link::after {
  -webkit-mask: url(../img/top/environment_ic.svg) center/100% no-repeat;
          mask: url(../img/top/environment_ic.svg) center/100% no-repeat;
}
.top-pages .pages__item--recruit .pages__link::after {
  -webkit-mask: url(../img/top/recruit_ic.svg) center/100% no-repeat;
          mask: url(../img/top/recruit_ic.svg) center/100% no-repeat;
}
.top-pages .pages__link {
  min-height: 30vw;
  padding: 0 5% 0 19%;
  border-right: 1.5vw solid var(--primary-color-dark);
}
.top-pages .pages__link::before {
  inset: auto 2vw 4vw auto;
}
.top-pages .pages__link::after {
  position: absolute;
  content: "";
  width: 7vw;
  height: 7vw;
  inset: 0 auto 0 6%;
  margin: auto 0;
  background-color: var(--color-white);
  z-index: 1;
}
.top-pages .pages__link:hover {
  opacity: 1;
  background: var(--primary-color-dark);
}
.top-pages .pages__text {
  width: 100%;
}
.top-pages .pages__text span {
  display: block;
}
.top-pages .pages__text .text-ja {
  font-size: var(--font-size-22);
}
.top-pages .pages__text .text-en {
  font-size: var(--font-size-14);
}

/*
# top-entry
------------------------*/
.top-entry {
  position: relative;
  z-index: 1;
  padding: 15% 0 0;
  background: var(--body-font-color);
}
.top-entry .entry__title:before {
  background-color: var(--color-white);
}
.top-entry .entry__title .title-en {
  color: var(--color-white);
}
.top-entry .entry__address {
  margin: 0 auto;
}
.top-entry .entry__address .address__tel {
  font-size: var(--font-size-30);
  color: var(--color-white);
}
.top-entry .entry__address .address__tel::before {
  filter: brightness(0) invert(1);
}
.top-entry .entry__address .address__worktime {
  margin-top: 25px;
}
.top-entry .entry__button {
  width: 100%;
  margin: 15% auto 0;
}
.top-entry .entry__img {
  margin-top: 18%;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 16% 0;
  border-bottom: 1px solid var(--primary-color);
}
#top-news .news__post-list {
  overflow-x: scroll;
  padding-bottom: 8%;
  flex-wrap: nowrap;
  gap: 6vw;
}
#top-news .news__post {
  width: 65%;
}
#top-news .news__post-link {
  row-gap: 10px;
}
#top-news .news__post-link:hover {
  transform: translateY(-10px);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-thumb {
  width: 100%;
  height: 54vw;
}
#top-news .news__post-date {
  text-align: right;
}
#top-news .news__post-tags {
  gap: 1.5vw;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  padding: 0 2vw;
}
#top-news .news__post-title {
  font-size: var(--font-size-16);
}
#top-news .news__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 12% 0 0 auto;
  display: block;
}
#top-news .news__button::before {
  inset: auto auto -6vw 0;
  background-color: var(--primary-color);
}
#top-news .news__button:hover {
  text-decoration: underline;
}
#top-news .news__button:hover::before {
  left: 15px;
}

/*
# top-company
------------------------*/
.top-company .company__table tr {
  width: 100%;
  display: block;
  border-bottom: none;
  padding: 5%;
}
.top-company .company__table tr:nth-child(odd) {
  background: var(--color-gray-light);
}
.top-company .company__table tr th,
.top-company .company__table tr td {
  display: block;
  width: 100%;
  padding: 0;
}
.top-company .company__table tr th {
  font-weight: var(--font-weight-bold);
}
.top-company .company__table-img {
  margin-top: 10%;
}
.top-company #g-map {
  margin-top: 15%;
}

/*==========================================
about
===========================================*/
/*
# about-value
------------------------*/
.about-value {
  z-index: 1;
}
.about-value::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30vw;
  background: var(--color-gray-light);
  inset: auto 0 0;
  z-index: -1;
}
.about-value .value__title {
  margin-bottom: 19%;
}
.about-value .value__item {
  margin-bottom: 18%;
}
.about-value .value__item:last-child {
  margin-bottom: 0;
}
.about-value .value__item::before {
  position: absolute;
  content: counter(number, decimal-leading-zero) "／";
  color: var(--primary-color-dark);
  font-size: var(--font-size-25);
  inset: -8vw auto auto 0;
  line-height: 1;
  font-family: var(--font-secondary);
}
.about-value .value__item-title {
  font-size: var(--font-size-20);
  text-align: center;
  margin-bottom: 0;
}
.about-value .value__item-content {
  padding: 7% 6%;
}
.about-value .value__item-dl-item {
  margin-bottom: 6%;
}
.about-value .value__item-dl-item:last-child {
  margin-bottom: 0;
}
.about-value .value__item-dl dt {
  font-size: var(--font-size-18);
  margin-bottom: 3%;
  padding: 1% 4%;
}

/*
# about-msg
------------------------*/
.about-msg {
  background: linear-gradient(to bottom, var(--color-gray-light) 89%, var(--color-white) 89%);
}
.about-msg .msg__inner {
  position: relative;
}
.about-msg .msg__img {
  margin-bottom: 8%;
}

/*
# about-staff
------------------------*/
.about-staff {
  padding-bottom: 18%;
}
.about-staff .staff__item {
  margin-bottom: 15%;
}
.about-staff .staff__item:last-child {
  margin-bottom: 0;
}
.about-staff .staff__item-img {
  width: 100%;
  height: 84vw;
  margin-bottom: 6%;
}
.about-staff .staff__item-profile {
  margin-bottom: 6%;
}
.about-staff .staff__item-profile:last-child {
  margin-bottom: 0;
}
.about-staff .staff__item-profile dt {
  font-size: var(--font-size-20);
  z-index: 1;
}
.about-staff .staff__item-profile dt::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  z-index: -1;
  inset: 0;
  margin: auto;
}
.about-staff .staff__item-profile dt span {
  padding-right: 3vw;
}

/*==========================================
works
===========================================*/
.works-part {
  z-index: 1;
  padding-bottom: 15%;
}
.works-part::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 65vw;
  background: var(--color-gray-light);
  bottom: 0;
  z-index: -1;
}
.works-part__img {
  margin-bottom: 8%;
}
.works-part__title {
  padding-top: 0;
}
.works-part__title::before {
  background: none;
}

/*==========================================
environment
===========================================*/
/*
# environment-recommend
------------------------*/
.environment-recommend {
  padding-top: 12%;
}
.environment-recommend .recommend__inbox {
  padding: 12% 8%;
  background: url(../img/environment/recommend-content_bg.jpg) center/cover no-repeat;
}
.environment-recommend .recommend__list {
  margin-bottom: 15%;
}
.environment-recommend .recommend__item {
  font-size: var(--font-size-17);
  margin-bottom: 6%;
  padding-left: 9%;
}
.environment-recommend .recommend__item::before {
  inset: 1.75vw auto auto 0;
  color: var(--primary-color);
  font-size: var(--font-size-19);
}
.environment-recommend .recommend__item:last-child {
  margin-bottom: 0;
}

/*
# environment-number
------------------------*/
.environment-number .number__item {
  min-height: 32vw;
  gap: 0 5vw;
  border-top: 1vw solid var(--primary-color-dark);
  margin-bottom: 12%;
}
.environment-number .number__item:last-child {
  margin-bottom: 0;
}
.environment-number .number__item-title {
  font-size: var(--font-size-23);
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.environment-number .number__item-text {
  font-size: var(--font-size-50);
  line-height: 0;
}
.environment-number .number__item-text small {
  font-size: var(--font-size-25);
}
.environment-number .number__item-note {
  padding: 0 5%;
  margin-top: -3vw;
  font-size: var(--font-size-13);
}

/*
# environment-career
------------------------*/
.environment-career .career__part {
  margin-bottom: 15%;
}
.environment-career .career__part:last-child {
  margin-bottom: 0;
}
.environment-career .career__part-title {
  margin-bottom: 6%;
  font-size: var(--font-size-22);
  z-index: 1;
}
.environment-career .career__part-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary-color-dark);
  inset: 0 0 0 auto;
  margin: auto 0;
}
.environment-career .career__part-title span {
  padding-right: 4vw;
  position: relative;
  z-index: 1;
}
.environment-career .career__part-item {
  margin-bottom: 15%;
}
.environment-career .career__part-item:last-child {
  margin-bottom: 0;
}
.environment-career .career__part-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 4.5vw 0px 4.5vw;
  border-color: var(--body-font-color) transparent transparent transparent;
  inset: auto 0 -8.5vw;
  margin: 0 auto;
}
.environment-career .career__part-item:last-child::after {
  border: none;
}
.environment-career .career__part-item-title {
  font-size: var(--font-size-20);
  text-align: center;
  padding: 2%;
}
.environment-career .career__part-item:nth-child(1) .career__part-item-title {
  background: #4f95db;
}
.environment-career .career__part-item:nth-child(2) .career__part-item-title {
  background: var(--primary-color);
}
.environment-career .career__part-item:nth-child(3) .career__part-item-title {
  background: var(--primary-color-dark);
}
.environment-career .career__part-item-text {
  padding: 6%;
}

/*
# environment-benefit
------------------------*/
.environment-benefit {
  background: url(../img/environment/benefits_bg.jpg) center/cover no-repeat;
}
.environment-benefit .benefit__item {
  padding: 10% 6%;
  margin-bottom: 12%;
}
.environment-benefit .benefit__item:last-child {
  margin-bottom: 0;
}
.environment-benefit .benefit__item-title {
  text-align: center;
  font-size: var(--font-size-21);
  margin-bottom: 6%;
}

/*==========================================
recruit
===========================================*/
/*
# recruit-description
------------------------*/
.recruit-description .description__part {
  margin-bottom: 18%;
}
.recruit-description .description__part:last-child {
  margin-bottom: 0;
}
.recruit-description .description__part-title {
  font-size: var(--font-size-22);
  color: var(--primary-color);
  font-family: var(--font-secondary);
  z-index: 1;
  margin-bottom: 6%;
}
.recruit-description .description__part-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary-color-dark);
  inset: 0 0 0 auto;
  margin: auto 0;
}
.recruit-description .description__part-title span {
  padding-right: 4vw;
  position: relative;
  z-index: 1;
}
.recruit-description .description__part-item {
  margin-bottom: 3%;
  padding: 5%;
}
.recruit-description .description__part-item:last-child {
  margin-bottom: 0;
}
.recruit-description .description__part-item dt {
  font-size: var(--font-size-17);
  margin-bottom: 3%;
}

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

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

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

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