@charset "UTF-8";
/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--body-letter-spacing);
}

.section-title {
  background: var(--text-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: var(--font-weight-black);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 3%;
  margin-bottom: 12%;
  position: relative;
  text-align: center;
}
.section-title::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 2px;
  background: var(--primary-color);
  inset: auto 0 -2.5vw;
  margin: 0 auto;
}
.section-title.border-color--white {
  color: var(--color-white);
  background: none;
  border-color: var(--color-white);
  -webkit-text-fill-color: inherit;
}
.section-title.border-color--white::before {
  background: var(--color-white);
}
.section-title span {
  display: block;
  letter-spacing: var(--body-letter-spacing);
}
.section-title .title-en {
  font-size: var(--font-size-18);
  font-style: italic;
}
.section-title .title-ja {
  font-size: var(--font-size-23);
  line-height: 1.4;
}
.section-title .title-ja em {
  font-size: var(--font-size-26);
}

.headline-title {
  text-align: left;
  border-bottom: 2px solid var(--primary-color);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  margin-bottom: 4%;
  padding-bottom: 2%;
}

.sub-title {
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  margin-bottom: 4%;
  padding: 2% 4%;
  background: linear-gradient(135deg, #0f5eb6 0%, #98c9ff 100%);
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.com-content p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-button {
  height: 16vw;
  color: var(--color-white);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-black);
  display: flex;
  align-items: center;
  padding: 0 4vw;
  background: var(--primary-color);
  position: relative;
}
.com-button:hover {
  opacity: 0.85;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}
.com-button::before, .com-button::after {
  position: absolute;
  content: "";
  background: var(--color-white);
  height: 1px;
  z-index: 1;
}
.com-button::before {
  width: 15vw;
  inset: auto 9vw 7vw auto;
}
.com-button::after {
  width: 2.5vw;
  inset: auto 8.5vw 7.6vw auto;
  transform: rotate(40deg);
}

.bg-color--blue {
  background: url(../img/common/com-blue_bg.jpg) center/cover no-repeat;
}

.border-frame {
  background: var(--color-white);
  position: relative;
  z-index: 1;
}
.border-frame::before {
  position: absolute;
  content: "";
  width: calc(100% - 1vw);
  height: calc(100% - 1vw);
  inset: 0;
  margin: auto;
  border: 2px solid var(--primary-color);
  z-index: -1;
}

/*==========================================
コンポーネントファイル
===========================================*/
.c-contact__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5vw 3vw;
}
.c-contact__list .com-tel {
  width: 47vw;
  line-height: 1.3;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-23);
  letter-spacing: 0.02em;
  font-weight: var(--font-weight-bold);
  padding-left: 4vw;
  background: url(../img/common/tel_ic.png) left bottom 1.5vw/3vw no-repeat;
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-15);
}
.c-contact__list .com-tel .tel__text {
  display: block;
  width: 100%;
}
.c-contact__list .com-mail .mail__button {
  width: 34vw;
  text-align: center;
  color: var(--color-white);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-black);
  height: 13vw;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact__list .com-mail .mail__button span {
  padding-left: 7vw;
  background: url(../img/common/mail_ic.png) left center/4.5vw no-repeat;
}

.c-address {
  margin-bottom: 8%;
}
.c-address .address__locate {
  margin-bottom: 8%;
  font-size: var(--font-size-14);
}
.c-address .address__worktime .worktime__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-14);
  margin-bottom: 3%;
  gap: 3vw;
}
.c-address .address__worktime .worktime__item:last-child {
  margin-bottom: 0;
}
.c-address .address__worktime .worktime__item dt {
  width: 65px;
  background: var(--color-white);
  color: var(--primary-color);
  text-align: center;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 1vw;
  right: 3%;
  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: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.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 {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
  background: var(--color-white);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
  background: var(--color-white);
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 15% 6%;
  background: url(../img/common/com-blue_bg.jpg) center/cover no-repeat;
}
#drawer-nav .drawer-nav {
  margin-bottom: 10%;
}
#drawer-nav .drawer-nav .drawer-link {
  padding: 6% 0;
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
  font-size: var(--font-size-17);
}
#drawer-nav .drawer-nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav .drawer-nav .drawer-dropdown span {
  display: block;
}
#drawer-nav .drawer-nav .drawer-dropdown span:before, #drawer-nav .drawer-nav .drawer-dropdown span:after {
  background: var(--color-black);
}
#drawer-nav .drawer-nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
}
#drawer-nav .drawer-nav .current::before, #drawer-nav .drawer-nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav .drawer-nav .current::before {
  left: 0;
}
#drawer-nav .drawer-nav .current::after {
  left: 3%;
}
#drawer-nav .drawer-nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .drawer-info {
  padding: 8% 6%;
}
#drawer-nav .drawer-info .drawer__address {
  text-align: center;
}
#drawer-nav .drawer-info .drawer__address .address__worktime dt {
  background: var(--primary-color);
  color: var(--color-white);
}
#drawer-nav .drawer-info .mail__button {
  width: 65vw;
}
#drawer-nav .drawer__subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 10%;
}
#drawer-nav .drawer__subpage-item a {
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  padding: 3% 4%;
  background: var(--color-white);
}
#header .header__logo {
  width: 40%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 110vw;
  background: url(../img/top/mv/mv_bg.jpg) center left/cover no-repeat;
  position: relative;
}
#top-mv .mv__catch {
  width: 88%;
  margin-left: auto;
  position: absolute;
  inset: 26.7857% 7.552% auto auto;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
#top-mv .mv__catch span {
  font-weight: var(--font-weight-black);
  background: var(--color-white);
  padding: 0 2vw;
  line-height: 1.6;
}
#top-mv .mv__catch .mv-catch__firstline {
  color: var(--primary-color);
  font-size: var(--font-size-28);
  margin-bottom: 3%;
}
#top-mv .mv__catch .mv-catch__secondline {
  font-size: var(--font-size-18);
}

/*==========================================
top
===========================================*/
/*
# topで共通のスタイル
------------------------*/
.section-en__text {
  position: absolute;
  font-weight: var(--font-weight-black);
  font-style: italic;
  line-height: 1;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 18% 0;
  background: url(../img/top/about_bg.jpg) bottom center/100% no-repeat;
  position: relative;
}
#top-about .about__content .about__button {
  margin-top: 12%;
}
#top-about .about__img {
  margin-top: 15%;
}
#top-about .about-en__text {
  font-size: var(--font-size-40);
  color: var(--color-white);
  width: 70%;
  text-shadow: 1.25vw 0 rgba(var(--primary-color-rgb), 0.7);
  border-bottom: 2px solid var(--primary-color);
  line-height: 0.87;
  padding: 0 4.09%;
  text-align: right;
  font-style: italic;
  inset: auto auto 12vw 0;
}

/*
# top-features
------------------------*/
#top-features {
  padding: 18% 0;
  position: relative;
  z-index: 1;
}
#top-features .features__title .title-ja {
  font-size: var(--font-size-20);
}
#top-features .features__title .title-ja em {
  font-size: var(--font-size-24);
}
#top-features .features__list .features__item {
  margin-bottom: 12%;
  padding: 7% 6% 16%;
  overflow: hidden;
}
#top-features .features__list .features__item:nth-child(1) {
  background: url(../img/top/feature-01_ic.png) right 7% bottom 5vw/9% no-repeat, var(--color-white);
}
#top-features .features__list .features__item:nth-child(2) {
  background: url(../img/top/feature-02_ic.png) right 7% bottom 5vw/21% no-repeat, var(--color-white);
}
#top-features .features__list .features__item:nth-child(3) {
  background: url(../img/top/feature-03_ic.png) right 7% bottom 5vw/17% no-repeat, var(--color-white);
}
#top-features .features__list .features__item:last-child {
  margin-bottom: 0;
}
#top-features .features__list .features__item-title .title-text {
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-black);
  padding-left: 9%;
  background: url(../img/top/features-check_ic.png) left top 3.5vw/5vw no-repeat;
  margin-bottom: 5%;
  display: block;
}
#top-features .features__list .features__item-title .title-num {
  width: 45%;
  position: absolute;
  inset: -2vw auto auto 0;
  z-index: -2;
}
#top-features .features__img {
  margin-top: 15%;
}
#top-features .features-en__text {
  inset: auto 3% 9vw auto;
  font-size: var(--font-size-50);
  color: rgba(var(--color-white-rgb), 0.2);
  z-index: -1;
}

/*
# top-movie
------------------------*/
#top-movie {
  padding: 18% 0;
  background: url(../img/top/movie_bg.jpg) center/cover no-repeat;
}
#top-movie .movie__frame {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#top-movie .movie__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# top-area
------------------------*/
#top-area {
  padding: 18% 0;
  position: relative;
  background: url(../img/top/area-map_ill.png) left -52% top no-repeat, url(../img/top/area_bg.png) left center no-repeat, repeating-linear-gradient(0deg, var(--color-light-blue), var(--color-light-blue) 4px, transparent 4px, transparent);
  background-size: 55%, 100% 100%, 8px 8px;
}
#top-area .area__content .area__text {
  font-size: var(--font-size-17);
}
#top-area .area__content .area__text--main {
  width: 100%;
  -webkit-clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
          clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
  background: linear-gradient(135deg, #0f5eb6 0%, #98c9ff 100%);
  padding: 4% 0;
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  text-align: center;
  line-height: 1.4;
}
#top-area .area-en__text {
  inset: auto 2.8333% 5vw auto;
  font-size: var(--font-size-50);
  color: rgba(var(--color-white-rgb), 0.3);
}

/*
# top-case
------------------------*/
#top-case {
  padding: 18% 0;
}
#top-case .case__title {
  text-align: left;
}
#top-case .case__title::before {
  right: auto;
  left: 0;
}

.case__button,
.news__button {
  width: 100%;
  margin-top: 12%;
}

.c-case__list {
  gap: 4vw 4%;
  display: flex;
  flex-wrap: wrap;
}
.c-case__list .case__item {
  width: 48%;
}
.c-case__list .case__item-link {
  width: 100%;
  display: block;
}
.c-case__list .case__item-img {
  width: 100%;
  height: 42vw;
}
.c-case__list .case__item-caption {
  text-align: left;
  padding: 2% 0;
}

/*
# top-recruit
------------------------*/
#top-recruit {
  padding: 18% 0;
  position: relative;
  z-index: 1;
  background: url(../img/top/recruit_bg.jpg) center/cover no-repeat;
}
#top-recruit .recruit__title .title-ja {
  font-size: var(--font-size-21);
}
#top-recruit .recruit__content {
  color: var(--color-white);
}
#top-recruit .recruit__button {
  width: 100%;
  margin-top: 15%;
}
#top-recruit .recruit__front-img {
  margin-top: 15%;
}
#top-recruit .recruit__back-img {
  display: none;
}
#top-recruit .recruit-en__text {
  font-size: var(--font-size-45);
  inset: auto 3% 5vw auto;
  color: rgba(var(--color-white-rgb), 0.2);
  z-index: -1;
  line-height: 0.87;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 18% 0;
}
#top-news .news__post {
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news__post-link {
  padding: 6% 0;
  gap: 2vw 3vw;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
#top-news .news__post-link:hover {
  opacity: 1;
  background: var(--color-light-blue);
  transform: translateX(15px);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post time {
  width: -moz-fit-content;
  width: fit-content;
}
#top-news .news__post time,
#top-news .news__post .category-label {
  color: var(--primary-color);
}
#top-news .news__post .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}
#top-news .news__post-title {
  width: 100%;
  font-size: var(--font-size-15);
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--color-gray);
  padding: 15% 0;
}
#footer .footer__left {
  text-align: center;
}
#footer .footer__left .footer__logo {
  width: 58%;
  display: inline-block;
  margin-bottom: 8%;
}
#footer .footer__right .footer__nav {
  margin-top: 15%;
}
#footer .footer__right .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__right .footer__nav-item {
  margin-bottom: 11%;
  font-size: var(--font-size-14);
}
#footer .footer__right .footer__nav .nav__link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 10%;
}
#copyright small {
  font-size: var(--font-size-10);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 45vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8%;
}
.lower-sv .sv__title {
  width: 85%;
  text-align: center;
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-black);
  letter-spacing: var(--body-letter-spacing);
  background: var(--color-white);
  line-height: 1.5;
  padding: 2%;
}
.lower-sv .sv__title span {
  background: var(--text-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#business-sv {
  background: url(../img/sv/business-sv_bg.png) center/cover no-repeat;
}

#case-sv {
  background: url(../img/sv/case-sv_bg.png) center/cover no-repeat;
}

#recruit-sv {
  background: url(../img/sv/recruit-sv_bg.png) center/cover no-repeat;
}

#company-sv {
  background: url(../img/sv/company-sv_bg.png) center/cover no-repeat;
}

#news-sv {
  background: url(../img/sv/news-sv_bg.png) center/cover no-repeat;
}

#contact-sv {
  background: url(../img/sv/contact-sv_bg.png) center/cover no-repeat;
}

#complete-sv {
  background: url(../img/sv/complete-sv_bg.png) center/cover no-repeat;
}

#privacy-sv {
  background: url(../img/sv/privacy-sv_bg.png) center/cover no-repeat;
}

#site-sv {
  background: url(../img/sv/site-sv_bg.png) center/cover no-repeat;
}

#e404-sv {
  background: url(../img/sv/e404-sv_bg.png) center/cover no-repeat;
}
#e404-sv .sv__title {
  font-size: var(--font-size-21);
}

/*==========================================
business
===========================================*/
/*
# business-equipment
------------------------*/
#business-equipment .equipment__list .equipment__item {
  margin-bottom: 15%;
  position: relative;
}
#business-equipment .equipment__list .equipment__item:last-child {
  margin-bottom: 0;
}
#business-equipment .equipment__list .equipment__item-title {
  font-size: var(--font-size-22);
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
  margin-bottom: 15px;
}
#business-equipment .equipment__list .equipment__item .equipment__item-img {
  margin-bottom: 5%;
}

/*
# business-system
------------------------*/
#business-system .system__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#business-system .system__list .system__item {
  width: 48%;
}
#business-system .system__list .system__item-caption {
  color: var(--color-white);
  text-align: center;
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-15);
  padding: 3% 0;
}

/*==========================================
case
===========================================*/
#case-archive .case__item-caption {
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-black);
  padding: 2% 0;
}

#case-single .case__single-title {
  margin-bottom: 10%;
}
#case-single .case__thumbnail {
  margin-bottom: 4vw;
}
#case-single .case__gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10%;
  gap: 4vw 4%;
}
#case-single .case__gallery .gallery__item {
  width: 48%;
  height: 42vw;
}
#case-single .case__period {
  text-align: center;
}

/*==========================================
recruit
===========================================*/
/*
# recruit-person
------------------------*/
#recruit-person .person__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 5vw 4%;
}
#recruit-person .person__list .person__item {
  width: 48%;
  display: flex;
  flex-direction: column;
}
#recruit-person .person__list .person__item-text {
  text-align: center;
  font-size: var(--font-size-18);
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
  line-height: 1.5;
  padding: 3% 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
# recruit__recreation
------------------------*/
#recruit-recreation .recreation__title .title-ja {
  font-size: var(--font-size-21);
}
#recruit-recreation .recreation__content {
  background: var(--color-white);
  padding: 8% 6%;
  margin-bottom: 12%;
}
#recruit-recreation .recreation__content span {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
}
#recruit-recreation .recreation__img-list .recreation__img-item {
  margin-bottom: 8%;
}
#recruit-recreation .recreation__img-list .recreation__img-item:last-child {
  margin-bottom: 0;
}
#recruit-recreation .recreation__button {
  width: 100%;
  margin: 15% auto 0;
}

/*
# recreation-voice
------------------------*/
#recruit-voice .voice__item {
  margin-bottom: 15%;
}
#recruit-voice .voice__item:last-child {
  margin-bottom: 0;
}
#recruit-voice .voice__item-title {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-black);
  padding-left: 6%;
  position: relative;
  margin-bottom: 4%;
}
#recruit-voice .voice__item-title::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  background: var(--primary-color);
  inset: 3.5vw auto auto 0;
}
#recruit-voice .voice__item .voice__field-item {
  margin-bottom: 10%;
  background: rgba(var(--color-light-blue-rgb), 0.4);
  padding: 8% 6%;
}
#recruit-voice .voice__item .voice__field-item:last-child {
  margin-bottom: 0;
}
#recruit-voice .voice__item .voice__field-item-title {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-black);
  color: var(--primary-color);
  margin-bottom: 4%;
}

/*
# recruit-number
------------------------*/
#recruit-number {
  background: url(../img/recruit/number_bg.jpg) center/cover no-repeat;
}
#recruit-number .number__content {
  margin-bottom: 15%;
  padding: 10% 5%;
}
#recruit-number .number__content:last-child {
  margin-bottom: 0;
}
#recruit-number .number__content-title {
  text-align: center;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-black);
  color: var(--primary-color);
  margin-bottom: 4%;
}
#recruit-number .number__content .number__list {
  gap: 4vw 4%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#recruit-number .number__content .number__list .number__item {
  width: 48%;
  padding: 8% 3%;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: rgba(var(--color-light-blue-rgb), 0.4);
}
#recruit-number .number__content .number__list .number__item dt {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-black);
  margin-bottom: 7%;
}
#recruit-number .number__content .number__list .number__item dd {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#recruit-number .number__content .number__list .number__item-illust {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  margin: 0 auto 5%;
}
#recruit-number .number__content .number__list .number__item-text {
  color: var(--primary-color);
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-18);
  line-height: 1.4;
}
#recruit-number .number__content .number__list .number__item-text em {
  font-size: var(--font-size-34);
  line-height: 1;
  display: inline-block;
}

/*==========================================
company
===========================================*/
#company-info .info__table {
  margin-bottom: 15%;
}

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

/*==========================================
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%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.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;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  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 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  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 {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  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 .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フレーム時)
===========================================*/