@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: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: var(--primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 13.33vw;
  height: 13.33vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.3vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 8.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.3vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 25%;
  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: 6% 0;
  font-size: var(--font-size-18);
  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: 3vw;
  height: 3vw;
  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__nav-address {
  margin: 10% auto;
}
#drawer__nav .drawer__nav-address li {
  margin-bottom: 6%;
}
#drawer__nav .drawer__nav-address li:last-child {
  margin-bottom: 0;
}
#drawer__nav .drawer__tel {
  text-align: center;
}
#drawer__nav .drawer__sns-list {
  justify-content: center;
  margin: 10% 0 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-tel
------------------------*/
.c-tel {
  line-height: 0;
}
.c-tel .tel__num {
  font-size: var(--font-size-30);
}
.c-tel .tel__num small {
  font-size: var(--font-size-20);
}

/*
# sns-list
------------------------*/
.c-sns__list {
  gap: 3vw 6vw;
}

/*
# c-requirements__section
------------------------*/
.c-requirements__section .requirements__button-list {
  margin-top: 15%;
}
.c-requirements__section .requirements__button-list .requirements__button {
  margin-bottom: 10%;
}
.c-requirements__section .requirements__button-list .requirements__button:last-child {
  margin-bottom: 0;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  margin-bottom: 7%;
  border-bottom: none;
}
.com-table tr th,
.com-table tr td {
  display: block;
  padding: 3%;
}
.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%;
}

/*
# com-button
------------------------*/
.com-button {
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--body-font-color);
  border-radius: 8vw;
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-bold);
}
.com-button::before {
  right: 7%;
}
.com-button:hover {
  opacity: 1;
  background: var(--primary-color);
}
.com-button:hover::before {
  right: 5%;
}

/*
# com-part
------------------------*/
.com-part {
  padding: 10% 6% 13%;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  margin-bottom: 12%;
}
.section-title.align-center {
  text-align: center;
}
.section-title .title-en {
  display: block;
  font-size: var(--font-size-14);
  letter-spacing: 0.15em;
  margin-bottom: 2%;
  font-weight: var(--font-weight-regular);
}
.section-title .title-ja {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 1.8;
}

.headline-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 2%;
  margin-bottom: 4%;
  line-height: 1.6;
}

.sub-title {
  background: var(--accent-color);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
  padding: 1% 4%;
  text-align: center;
  line-height: 1.7;
}

/*==========================================
header
===========================================*/
#header {
  padding: 2.8% 4% 0;
}
#header .header__logo {
  width: 40%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  position: relative;
  height: 105vw;
  background: url(../img/top/mv/mv_img.png) bottom center/100% no-repeat;
}
#top-mv .mv__catch {
  width: 96%;
  position: absolute;
  inset: 10vw 0 auto auto;
  margin-left: auto;
}
#top-mv .mv__catch-img {
  width: 85%;
  margin: 0 auto 5%;
}
#top-mv .mv__catch-list {
  gap: 1.5vw 1vw;
}
#top-mv .mv__catch-list .catch-list__item {
  font-size: var(--font-size-11);
  padding: 0 0.5vw;
  line-height: 1.7;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0;
}
#footer:has(.side-button) {
  padding-bottom: 25%;
}
#footer .side-button {
  inset: auto 0 0;
  width: 100%;
  height: 15vw;
  z-index: 1001;
  font-size: var(--font-size-18);
}
#footer .side-button::before {
  position: absolute;
  content: "";
  width: 15vw;
  height: 15vw;
  background: url(../img/common/side-btn_ill.png) bottom center/100% no-repeat;
  inset: 0 0 0 auto;
  transform: rotate(-90deg);
}
#footer .footer__left {
  text-align: center;
  margin-bottom: 15%;
}
#footer .footer__logo {
  width: 55%;
  display: block;
  margin: 0 auto 15%;
}
#footer .footer__tel {
  margin-bottom: 15%;
}
#footer .footer__sns-list {
  justify-content: center;
  margin-bottom: 10%;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 3vw;
}
#footer .footer__nav-link {
  font-size: var(--font-size-13);
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

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

.pagetop {
  width: 11vw;
  height: 11vw;
  bottom: 12%;
}
.pagetop::before {
  width: 4vw;
  height: 4vw;
  inset: 2vw 0 0;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 65vw;
  position: relative;
  z-index: 1;
  background: url(../img/sv/sv-base_bg.png) bottom center/100% no-repeat;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 85%;
  height: 96.5217%;
  inset: 0 0 auto auto;
  margin-left: auto;
}
.lower-sv .sv__title {
  position: absolute;
  inset: auto 3% 6% auto;
  font-size: var(--font-size-23);
  text-align: center;
  border-bottom: 1px solid var(--color-gray);
}

#works-sv::before {
  background: url(../../img/sv/works-sv_img.jpg) top 2vw center/100% no-repeat;
}

#environment-sv::before {
  background: url(../../img/sv/environment-sv_img.jpg) top 2vw center/100% no-repeat;
}

#recruit-sv::before {
  background: url(../../img/sv/recruit-sv_img.jpg) top 2vw center/100% no-repeat;
}

#info-sv::before {
  background: url(../../img/sv/info-sv_img.jpg) top 2vw center/100% no-repeat;
}

#news-sv::before {
  background: url(../../img/sv/news-sv_img.jpg) top 2vw center/100% no-repeat;
}

#contact-sv::before {
  background: url(../../img/sv/contact-sv_img.jpg) top 2vw center/100% no-repeat;
}

#complete-sv::before {
  background: url(../../img/sv/complete-sv_img.jpg) top 2vw center/100% no-repeat;
}

#privacy-sv::before {
  background: url(../../img/sv/privacy-sv_img.jpg) top 2vw center/100% no-repeat;
}

#site-sv::before {
  background: url(../../img/sv/site-sv_img.jpg) top 2vw center/100% no-repeat;
}

#e404-sv::before {
  background: url(../../img/sv/e404-sv_img.jpg) top 2vw center/100% no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-msg
------------------------*/
#top-msg {
  padding: 18% 0 0;
}
#top-msg .msg__title {
  text-align: center;
  font-size: var(--font-size-26);
  line-height: 2;
  letter-spacing: 0.22em;
  margin-bottom: 12%;
}
#top-msg .msg__button {
  margin: 15% auto 0;
}
#top-msg .msg__movie-wrap {
  margin-top: 18%;
  padding: 0 8%;
  background: linear-gradient(to bottom, var(--color-white) 27%, var(--accent-color) 27%);
}
#top-msg .msg__movie-wrap .inbox {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#top-msg .msg__movie-wrap .inbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# top-environment
------------------------*/
#top-environment {
  position: relative;
  padding: 8.8541% 0 11.9791%;
  z-index: 1;
}
#top-environment .environment__title .title-en {
  position: absolute;
  inset: 9.35% auto auto 2%;
  font-size: var(--font-size-21);
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  z-index: -2;
}
#top-environment .environment__title .title-ja {
  display: grid;
  margin-left: auto;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-end;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: var(--font-size-24);
  letter-spacing: 0.12em;
}
#top-environment .environment__title .title-ja span {
  height: -moz-fit-content;
  height: fit-content;
  padding: 2vw 0;
  margin-left: 2vw;
}
#top-environment .environment__img {
  position: absolute;
  inset: auto 0 -9.75%;
  width: 86%;
  height: 60vw;
  margin-left: auto;
  z-index: -1;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
#top-environment .environment__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*
# top-about
------------------------*/
#top-about {
  position: relative;
  background: linear-gradient(to right, var(--primary-color) 93.75%, var(--color-white) 93.75%);
  padding: 22% 0 18%;
}
#top-about::before {
  position: absolute;
  content: "";
  width: 6.25%;
  height: 45vw;
  background: var(--accent-color);
  inset: 0 0 auto auto;
}
#top-about .about__list .about__list-item {
  width: 95%;
  padding: 10% 3% 12%;
  margin-bottom: 14%;
}
#top-about .about__list .about__list-item:last-child {
  margin-bottom: 0;
}
#top-about .about__list .about__list-item--phone .about__item-title {
  background: url(../img/top/about-sp_ic.png) left center/16% no-repeat;
}
#top-about .about__list .about__list-item--welfare .about__item-title {
  background: url(../img/top/about-welfare_ic.png) left center/15% no-repeat;
}
#top-about .about__list .about__list-item--support .about__item-title {
  background: url(../img/top/about-support_ic.png) left center/14% no-repeat;
}
#top-about .about__list .about__list-item--allowance .about__item-title {
  line-height: 1.3;
  background: url(../img/top/about-allowance_ic.png) left center/15% no-repeat;
}
#top-about .about__list .about__item-title {
  font-size: var(--font-size-18);
  border-bottom: 1px solid var(--color-gray);
  line-height: 1.4666666667;
  padding: 2% 0 4% 19%;
  margin-bottom: 4%;
}
#top-about .about__list .about__item-title .color-primary {
  font-size: var(--font-size-22);
}
#top-about .about__list .about__item-title small {
  font-size: var(--font-size-15);
}
#top-about .about__list .about__item-title small .color-primary {
  font-size: var(--font-size-16);
}
#top-about .about__list .about__item-text {
  padding: 0 4%;
}

/*
# top-links
------------------------*/
#top-links {
  padding: 18% 0;
}
#top-links .links__list-item {
  position: relative;
  margin-bottom: 18%;
}
#top-links .links__list-item:last-child {
  margin-bottom: 0;
}
#top-links .links__item-title {
  font-size: var(--font-size-23);
  position: absolute;
  inset: -5vw 6% auto auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 2vw 0;
  letter-spacing: 0.22em;
}
#top-links .links__item-sections {
  margin-top: 7%;
}
#top-links .links__item-sections .links__item-section {
  border-bottom: 1px solid var(--color-gray);
}
#top-links .links__item-sections .links__item-section:first-child {
  border-top: 1px solid var(--color-gray);
}
#top-links .links__item-sections .links__section-link {
  display: block;
  padding: 3% 6%;
  font-size: var(--font-size-16);
}
#top-links .links__item-sections .links__section-link span::before {
  transition: all 0.3s;
  right: -7vw;
}
#top-links .links__item-sections .links__section-link:hover span::before {
  right: -8vw;
}

/*
# top-voices
------------------------*/
#top-voices {
  padding: 18% 0;
}
#top-voices .voice__card {
  width: 90%;
  margin: 0 auto 15%;
}
#top-voices .voice__card:last-child {
  margin-bottom: 0;
}
#top-voices .voice__card-link {
  display: block;
}
#top-voices .voice__card-link:hover .voice__card-img::before {
  opacity: 1;
}
#top-voices .voice__card-img {
  width: 100%;
  height: 54vw;
  margin-bottom: 3%;
  position: relative;
}
#top-voices .voice__card-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid;
  inset: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
#top-voices .voice__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-voices .voice__card-join {
  font-size: var(--font-size-15);
}
#top-voices .voice__card-join span {
  padding: 0 2vw;
}
#top-voices .voice__card-title {
  border-bottom: 1px solid var(--color-gray);
  font-size: var(--font-size-20);
  padding-bottom: 2%;
}
#top-voices .voices__button {
  margin: 15% auto 0;
}

/*
# top-recruit
------------------------*/
#top-requirements {
  padding: 18% 0 0;
}
#top-requirements .requirements__movie {
  margin-top: 15%;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#top-requirements .requirements__movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 40% 0 15%;
  margin-top: -30vw;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__post {
  border-bottom: 1px solid var(--color-white);
}
#top-news .news__post:first-child {
  border-top: 1px solid var(--color-white);
}
#top-news .news__post-link {
  padding: 7% 0;
}
#top-news .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-date {
  width: 28%;
}
#top-news .news__post-tags {
  width: 72%;
}
#top-news .news__post-tags .news__post-tag {
  padding: 0 2.5vw;
  position: relative;
}
#top-news .news__post-tags .news__post-tag::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 4vw;
  background: var(--color-white);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-news .news__post-title {
  font-size: var(--font-size-16);
}
#top-news .news__button {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 12% 0 0 auto;
  font-size: var(--font-size-16);
}
#top-news .news__button:hover span::before {
  right: 0;
}
#top-news .news__button span {
  padding-right: 8vw;
}
#top-news .news__button span::before {
  right: 0;
  transition: all 0.3s;
}

/*
# top-access
------------------------*/
#top-access {
  padding: 18% 0;
}
#top-access .access__table {
  margin-bottom: 15%;
}
#top-access .info__blocks #g-map {
  margin-top: 15%;
}

/*==========================================
works
===========================================*/
/*
# works-description
------------------------*/
#works-description .description__part {
  margin-bottom: 15%;
}
#works-description .description__part:last-child {
  margin-bottom: 0;
}
#works-description .description__part-inner {
  margin-top: 12%;
}
#works-description .description__part-img {
  margin-bottom: 10%;
}
#works-description .description__part-jobs {
  padding: 8% 5%;
}
#works-description .description__part .description__jobs-item {
  font-size: var(--font-size-14);
  padding-left: 5%;
  position: relative;
  margin-bottom: 2%;
}
#works-description .description__part .description__jobs-item:last-child {
  margin-bottom: 0;
}
#works-description .description__part .description__jobs-item::before {
  position: absolute;
  content: "";
  width: 0.75vw;
  height: 0.75vw;
  border-radius: 50%;
  background: var(--body-font-color);
  inset: 3.75vw auto auto 0;
}

/*
# works-schedule
------------------------*/
#works-schedule .schedule__part {
  margin-bottom: 15%;
}
#works-schedule .schedule__part:last-child {
  margin-bottom: 0;
}
#works-schedule .schedule__part-title {
  font-size: var(--font-size-20);
  text-align: center;
  margin-bottom: 5%;
}
#works-schedule .schedule__part-item {
  margin-bottom: 5%;
}
#works-schedule .schedule__part-item:last-child {
  margin-bottom: 0;
}

/*==========================================
environment
===========================================*/
/*
# environment-faq
------------------------*/
#environment-faq .faq__part {
  margin-bottom: 15%;
}
#environment-faq .faq__part:last-child {
  margin-bottom: 0;
}
#environment-faq .faq__part-list {
  margin-bottom: 3%;
}
#environment-faq .faq__part-item {
  font-size: var(--font-size-15);
  margin-bottom: 3%;
  border: none;
  position: relative;
  padding-left: 6%;
}
#environment-faq .faq__part-item::before {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  inset: 3.5vw auto auto 0;
  background: var(--body-font-color);
}
#environment-faq .faq__part-item:last-child {
  margin-bottom: 0;
}
#environment-faq .faq__part .faq__sub-title {
  font-size: var(--font-size-18);
}
#environment-faq .faq__part .faq__schedule-item {
  margin-bottom: 12%;
}
#environment-faq .faq__part .faq__schedule-item:last-child {
  margin-bottom: 0;
}

/*
# environment-benefits
------------------------*/
#environment-benefits .benefits__item {
  margin-bottom: 12%;
  padding: 10% 5%;
}
#environment-benefits .benefits__item:last-child {
  margin-bottom: 0;
}
#environment-benefits .benefits__item-title {
  font-size: var(--font-size-20);
}

/*
# environment-staff
------------------------*/
#environment-staff .staff__post {
  margin-bottom: 15%;
  position: relative;
}
#environment-staff .staff__post:last-child {
  margin-bottom: 0;
}
#environment-staff .staff__post-img {
  width: 85%;
  margin: 0 auto 6%;
  height: 52vw;
}
#environment-staff .staff__post-title .title-join {
  font-size: var(--font-size-15);
  display: inline-block;
  line-height: 1.6;
  padding: 0 2vw;
}
#environment-staff .staff__post-title .title-name {
  display: block;
}
#environment-staff .staff__post-career {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 5%;
  margin-bottom: 5%;
}

/*==========================================
recruit
===========================================*/
#recruit-details .details__post {
  margin-bottom: 15%;
}
#recruit-details .details__post:last-child {
  margin-bottom: 0;
}
#recruit-details .details__post-title {
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-20);
}
#recruit-details .details__table tr {
  border-bottom: 1px solid var(--color-gray);
  padding: 5% 0;
  margin-bottom: 0;
}

/*
# recruit-apply
------------------------*/
#recruit-apply .apply__item {
  margin-bottom: 10%;
}
#recruit-apply .apply__item:last-child {
  margin-bottom: 0;
}
#recruit-apply .apply__item--tel {
  width: 100%;
  text-align: center;
}
#recruit-apply .apply__item--tel .c-tel {
  line-height: 1.5;
}
#recruit-apply .apply__item--tel .tel__num {
  letter-spacing: var(--body-letter-spacing);
  font-size: var(--font-size-30);
}
#recruit-apply .apply__item--tel .tel__num small {
  font-size: var(--font-size-23);
}
#recruit-apply .apply__item .apply__button {
  width: 100%;
}
#recruit-apply .apply__item--line .apply__button {
  background: var(--color-line-color);
}
#recruit-apply .apply__item--line .apply__button:hover {
  background: var(--primary-color);
}

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

/*==========================================
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-way .way__address {
  padding: 13% 6% 10%;
  text-align: center;
  margin-top: 12%;
}
#contact-way .way__address .way__tel {
  margin-bottom: 7%;
}
#contact-way .way__address .way__tel .tel__num {
  font-size: var(--font-size-30);
}
#contact-way .way__address .way__tel .tel__num small {
  font-size: var(--font-size-19);
}
#contact-way .way__address .worktime__item dt {
  padding-right: 2vw;
  margin-right: 2vw;
  position: relative;
}
#contact-way .way__address .worktime__item dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 2.5vw;
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--body-font-color);
}

#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フレーム時)
  ===========================================*/