@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(--color-black);
  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: 1px;
  background: var(--color-white);
}
.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);
}

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

/*  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: 8% 0;
  font-size: var(--font-size-18);
  border-bottom: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 8% 12% 8% 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 {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item:last-child {
  border-bottom: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 6% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown.active span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
  display: block;
}
#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: 3%;
}
#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.current::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__tel-list {
  text-align: center;
  margin-bottom: 10%;
}
#drawer__nav .drawer__entry-button {
  margin: 0 auto;
}
#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__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-logo__wrap
------------------------*/
.c-logo__wrap {
  width: 50%;
}
.c-logo__wrap .logo-text {
  font-size: var(--font-size-14);
  letter-spacing: 0.16em;
}

/*
# c-entry__button
------------------------*/
.c-entry__button {
  color: var(--color-white);
  font-size: var(--font-size-16);
  background: url(../../img/common/mail_ic.png) left 26% center/6vw no-repeat, var(--accent-color);
  width: 52vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15vw;
  padding: 0 3% 0 10%;
}

/*
# c-tel__list
------------------------*/
.c-tel__list .tel__num small {
  margin-right: 10px;
  color: var(--accent-color);
}
.c-tel__list .c-tel__item {
  line-height: 1.2;
  margin-bottom: 6%;
}
.c-tel__list .c-tel__item:last-child {
  margin-bottom: 0;
}
.c-tel__list .c-tel__item .tel__num {
  font-size: var(--font-size-26);
}
.c-tel__list .c-tel__item .tel__num small {
  font-size: var(--font-size-20);
}
.c-tel__list .c-tel__item .tel__text {
  display: block;
}
.c-tel__list .c-fax__item .tel__num {
  font-size: var(--font-size-18);
}
.c-tel__list .c-fax__item .tel__num small {
  font-size: var(--font-size-18);
}

/*==========================================
テーブルレイアウト
===========================================*/
.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%;
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}

#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
------------------------*/
.com-button {
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--primary-color);
  text-align: center;
  font-size: var(--font-size-16);
  position: relative;
}
.com-button::before, .com-button::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
.com-button::before {
  right: 5%;
}
.com-button::after {
  right: 6.5%;
}
.com-button:hover::before {
  right: 4%;
}
.com-button:hover::after {
  right: 5.5%;
}

/*==========================================
  共通タイトル
  ===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.1em;
}

.section-title {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 12%;
}
.section-title span {
  display: block;
  letter-spacing: 0.1em;
}
.section-title .title-en {
  color: var(--accent-color);
  font-size: var(--font-size-18);
}
.section-title .title-ja {
  font-size: var(--font-size-25);
  line-height: 1.5;
}

.headline-title {
  font-size: var(--font-size-19);
  border-bottom: 1px solid var(--color-gray-dark);
  padding-bottom: 3%;
  margin-bottom: 5%;
  position: relative;
}
.headline-title::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 1px;
  background: var(--accent-color);
  inset: auto auto -1px 0;
}

.second-title {
  font-size: var(--font-size-23);
  padding-bottom: 5%;
  margin-bottom: 10%;
  position: relative;
  text-align: center;
}
.second-title:before {
  position: absolute;
  content: "";
  inset: auto 0 0;
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background: var(--accent-color);
}
.second-title.pc-left {
  text-align: left;
}
.second-title.pc-left::before {
  inset: auto auto 0 0;
}

/*==========================================
  header
  ===========================================*/
#header {
  position: relative;
  padding: 2% 18% 2% 3%;
  background: var(--color-white);
  height: 14.5vw;
}
#header .header__logo-wrap {
  width: 55%;
}
#header .header__logo-wrap .logo {
  line-height: 0.85;
}
#header .header__logo-wrap .logo-text {
  text-align: center;
  font-size: var(--font-size-10);
}
#header .header__right {
  display: none;
}
#header .header__entry-button {
  position: absolute;
  inset: 0 14.5% 0 auto;
  width: 20vw;
  height: 100%;
  color: var(--color-gray);
  padding: 8vw 0 0;
  background-position: 50% 30%;
  background-size: 33%;
  font-size: var(--font-size-13);
}

/*==========================================
  mv
  ===========================================*/
#top-mv {
  height: 70vw;
  position: relative;
  background: url(../../img/top/mv_sample.jpg) center/cover no-repeat;
}
#top-mv .mv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==========================================
  footer
  ===========================================*/
#footer {
  background: var(--color-gray-dark);
  padding: 15% 0 10%;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__headline {
  padding-bottom: 12%;
  margin-bottom: 10%;
  border-bottom: 1px solid #999;
}
#footer .footer__headline-left .footer__logo-wrap {
  width: 75%;
  margin: 0 auto 10%;
}
#footer .footer__headline-left .footer__logo-wrap .logo-text {
  text-align: center;
}
#footer .footer__headline-right .footer__tel-list {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10%;
}
#footer .footer__headline-right .footer__tel-list .c-fax__item .tel__num {
  font-size: var(--font-size-24);
}
#footer .footer__headline-right .footer__tel-list .c-fax__item .tel__num small {
  font-size: var(--font-size-16);
}
#footer .footer__headline-right .footer__entry-button {
  margin: 0 auto;
}
#footer .footer__bottom-wrap .footer__bottom-left {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 8vw;
  margin-bottom: 12%;
}
#footer .footer__bottom-wrap .footer__bottom-left .footer__address {
  width: 100%;
  font-size: var(--font-size-15);
}
#footer .footer__bottom-wrap .footer__bottom-left .footer__banner {
  width: 70%;
}
#footer .footer__bottom-wrap .footer__bottom-right .footer__nav {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 5vw 4%;
}
#footer .footer__bottom-wrap .footer__bottom-right .footer__nav-list {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer__bottom-wrap .footer__bottom-right .footer__nav-item {
  font-size: var(--font-size-13);
  margin-bottom: 16%;
}
#footer .footer__bottom-wrap .footer__bottom-right .footer__nav-link:hover {
  opacity: 1;
  color: var(--accent-color);
}
#footer .footer__bottom-wrap .footer__bottom-right .footer__nav .dropdown-menu.nolink:hover {
  cursor: default;
}
#footer .footer__bottom-wrap .footer__bottom-right .footer__nav .dropdown-menu__list {
  margin-top: 10%;
}
#footer .footer__bottom-wrap .footer__bottom-right .footer__nav .dropdown-menu__list .dropdown-menu__item {
  margin-bottom: 9%;
  font-size: var(--font-size-11);
}
#footer .footer__bottom-wrap .footer__bottom-right .footer__nav .dropdown-menu__list .dropdown-menu__item:last-child {
  margin-bottom: 0;
}
#footer .footer__bottom-wrap .footer__bottom-right .footer__nav .dropdown-menu__list .dropdown-menu__item .dropdown-menu__link {
  padding-left: 4vw;
  position: relative;
}
#footer .footer__bottom-wrap .footer__bottom-right .footer__nav .dropdown-menu__list .dropdown-menu__item .dropdown-menu__link::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 1px;
  background: var(--body-font-color);
  inset: 0 auto 0 0;
  margin: auto 0;
  z-index: 1;
}
#footer .footer__bottom-wrap .footer__bottom-right .footer__nav .dropdown-menu__list .dropdown-menu__item .dropdown-menu__link:hover {
  opacity: 1;
  color: var(--accent-color);
}

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

/*==========================================
  sv
  ===========================================*/
.lower-sv {
  display: flex;
  align-items: center;
  height: 40vw;
}
.lower-sv .sv__title {
  width: 84%;
  margin: 0 auto;
}
.lower-sv .sv__title span {
  font-size: var(--font-size-21);
  letter-spacing: 0.08em;
  background: var(--primary-color);
  color: var(--color-white);
  padding: 1vw 2vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-column
------------------------*/
#top-column {
  padding: 22% 0 18%;
}
#top-column .column__inner {
  border: 1px solid;
  position: relative;
  padding: 19% 8% 11%;
}
#top-column .column__inner .column__title {
  width: 95%;
  position: absolute;
  inset: -16vw auto auto -1px;
  display: flex;
}
#top-column .column__inner .column__title-text {
  width: 80%;
  padding: 5% 3% 5% 5%;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-16);
}
#top-column .column__inner .column__title-text small {
  display: block;
  font-size: var(--font-size-13);
}
#top-column .column__inner .column__title-month {
  width: 20%;
  font-size: var(--font-size-23);
  color: var(--accent-color);
  background: var(--color-gray-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#top-column .column__inner .column__title-month::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 5vw 3vw 0px;
  border-color: transparent var(--color-gray-dark) transparent transparent;
  margin: auto 0;
  inset: 0 auto 0 -3vw;
}
#top-column .column__inner .column__title-month small {
  font-size: var(--font-size-13);
}
#top-column .column__inner .column__subtitle {
  border-bottom: 1px solid var(--color-gray);
  font-size: var(--font-size-22);
  padding-bottom: 4%;
  margin-bottom: 6%;
}
#top-column .column__inner .column__img {
  width: 100%;
  height: 47vw;
  margin-bottom: 10%;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 20% 0;
  background: url(../../img/top/about_bg.jpg) right center/cover no-repeat;
}
#top-about .about__content {
  background: rgba(var(--color-white-rgb), 0.8);
  padding: 12% 6%;
}
#top-about .about__button {
  width: 100%;
  margin-top: 15%;
}

/*
# top-data
------------------------*/
#top-data {
  padding: 22% 0;
  background: url(../../img/top/data_bg.jpg) bottom center/cover no-repeat;
}
#top-data .data__title {
  line-height: 1.5;
  font-size: var(--font-size-22);
  margin-bottom: 29%;
}
#top-data .data__title span {
  color: var(--accent-color);
  font-size: var(--font-size-28);
}
#top-data .data__main-list {
  padding-bottom: 18%;
  margin-bottom: 20%;
  gap: 0 4%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  background: url(../../img/top/data_ill.png) right bottom/40% no-repeat;
}
#top-data .data__main-list .data__main-item {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
#top-data .data__main-list .data__main-item:nth-child(odd) {
  margin-top: -22vw;
}
#top-data .data__main-list .data__main-item-title {
  font-size: var(--font-size-21);
}
#top-data .data__main-list .data__main-item-text {
  font-size: var(--font-size-24);
}
#top-data .data__main-list .data__main-item-text span {
  font-size: var(--font-size-30);
  color: var(--accent-color);
}
#top-data .data__sub-list .data__sub-item {
  width: 92%;
  margin-bottom: 15%;
  background: var(--color-white);
  padding: 12% 6%;
}
#top-data .data__sub-list .data__sub-item:last-child {
  margin-bottom: 0;
}
#top-data .data__sub-list .data__sub-item:nth-child(even) {
  margin-left: auto;
}
#top-data .data__sub-list .data__sub-item-title {
  border-left: 1vw solid var(--accent-color);
  font-size: var(--font-size-18);
  margin-bottom: 12%;
  padding-left: 4%;
  line-height: 1.5;
}
#top-data .data__sub-list .data__sub-item-text {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

/*
# top-links
------------------------*/
#top-links {
  padding: 22% 0;
}
#top-links .links__title {
  font-size: var(--font-size-22);
  line-height: 1.5;
  background: url(../../img/top/links-ttl_ill.png) right bottom/30% no-repeat;
  padding-bottom: 25%;
  text-align: center;
}
#top-links .links__title span {
  color: var(--accent-color);
}
#top-links .links__list .links__item {
  width: 80%;
  margin: 0 auto 12%;
}
#top-links .links__list .links__item:last-child {
  margin-bottom: 0;
}
#top-links .links__list .links__item:first-child {
  width: 100%;
}
#top-links .links__list .links__item-link {
  padding: 1vw;
  border: 0.5vw solid;
  display: block;
  height: 45vw;
  background: var(--color-white);
  position: relative;
  z-index: 1;
}
#top-links .links__list .links__item-link::before, #top-links .links__list .links__item-link::after {
  position: absolute;
  content: "";
  width: calc(100% - 1.5vw);
  height: calc(100% - 1.5vw);
  inset: 0;
  margin: auto;
  z-index: -1;
}
#top-links .links__list .links__item-link::after {
  background: rgba(var(--color-black-rgb), 0.65);
}
#top-links .links__list .links__item-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5% 0 8%;
  position: relative;
}
#top-links .links__list .links__item-jobs .links__item-link::before {
  background: url(../../img/top/links-jobs_img.jpg) center/cover no-repeat;
}
#top-links .links__list .links__item-education .links__item-link::before {
  background: url(../../img/top/links-education_img.jpg) center/cover no-repeat;
}
#top-links .links__list .links__item-welfare .links__item-inner {
  position: relative;
}
#top-links .links__list .links__item-welfare .links__item-inner::before {
  position: absolute;
  content: "";
  width: 63%;
  height: 45vw;
  inset: -2vw -2% auto auto;
  background: url(../../img/top/links-staff_women.png) bottom center/100% no-repeat;
  z-index: 2;
}
#top-links .links__list .links__item-welfare .links__item-link::before {
  background: url(../../img/top/links-welfare_img.jpg) center/cover no-repeat;
}
#top-links .links__list .links__item-staff .links__item-inner {
  position: relative;
}
#top-links .links__list .links__item-staff .links__item-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 56.5vw;
  inset: -14vw auto auto 0%;
  background: url(../../img/top/links-staff_man.png) center top/100% no-repeat;
  z-index: 2;
}
#top-links .links__list .links__item-staff .links__item-link::before {
  background: url(../../img/top/links-staff_img.jpg) center/cover no-repeat;
}
#top-links .links__list .links__item-faq .links__item-link::before {
  background: url(../../img/top/links-faq_img.jpg) center/cover no-repeat;
}
#top-links .links__list .links__item-recruit .links__item-link::before {
  background: url(../../img/top/links-recruit_img.jpg) center/cover no-repeat;
}
#top-links .links__list .links__item-text {
  line-height: 1.5;
  font-size: var(--font-size-22);
  position: relative;
  z-index: 3;
}
#top-links .links__list .links__item-text .links__item-num {
  display: block;
  letter-spacing: 0.2em;
  color: var(--accent-color);
}
#top-links .links__list .links__item-text .links__item-name {
  letter-spacing: 0.1em;
  color: var(--color-white);
}
#top-links .links__list .links__item-more {
  width: 17vw;
  height: 14vw;
  position: absolute;
  inset: auto 0 -1px auto;
  color: var(--color-white);
  font-size: var(--font-size-16);
  display: flex;
  align-items: center;
  z-index: 2;
}
#top-links .links__list .links__item-more::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  background: var(--accent-color);
  z-index: -1;
  inset: 0 0 0 auto;
}

/*
# top-entry
------------------------*/
#top-entry {
  padding: 22% 0;
  background: url(../../img/top/entry_bg.jpg) center/cover no-repeat;
}
#top-entry .entry__tel-list {
  text-align: center;
  margin-bottom: 12%;
}
#top-entry .entry__button {
  width: 100%;
  margin: 0 auto;
}
#top-entry .entry__button span {
  padding-left: 9vw;
  background: url(../../img/common/mail_ic.png) left center/5vw no-repeat;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 22% 0;
}
#top-news .news__post {
  margin-bottom: 10%;
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-link {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5vw;
  padding: 8% 0;
}
#top-news .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-link:hover .news__post-tag {
  background: var(--accent-color);
  color: var(--color-white);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-date {
  width: 26%;
  font-size: var(--font-size-14);
}
#top-news .news__post-tags {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}
#top-news .news__post-tags .news__post-tag {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  font-size: var(--font-size-14);
  padding: 0 6vw;
  border-radius: 8vw;
  transition: all 0.3s;
}
#top-news .news__post-title {
  width: 100%;
}
#top-news .news__button {
  font-size: var(--font-size-17);
  padding-right: 10vw;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15% 0 0 auto;
  position: relative;
}
#top-news .news__button::before, #top-news .news__button::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#top-news .news__button::before {
  right: 0;
}
#top-news .news__button::after {
  right: 10px;
}
#top-news .news__button:hover {
  text-decoration: underline;
}
#top-news .news__button:hover::before {
  right: -10px;
}
#top-news .news__button:hover::after {
  right: 0;
}

/*==========================================
about
===========================================*/
/*
# about-philosophy
------------------------*/
#about-philosophy .philosophy__text {
  text-align: center;
  margin-bottom: 12%;
}
#about-philosophy .philosophy__item {
  margin-bottom: 7%;
  padding: 12% 6%;
}
#about-philosophy .philosophy__item:last-child {
  margin-bottom: 0;
}
#about-philosophy .philosophy__item-title {
  margin-bottom: 7%;
}
#about-philosophy .philosophy__item-title-num {
  font-size: var(--font-size-28);
  color: var(--accent-color);
  padding-right: 3vw;
  margin-right: 3vw;
  position: relative;
}
#about-philosophy .philosophy__item-title-num::after {
  width: 1px;
  height: 50%;
  position: absolute;
  content: "";
  background: var(--accent-color);
  inset: 0 0 0 auto;
  margin: auto 0;
}
#about-philosophy .philosophy__item-title-text {
  font-size: var(--font-size-21);
  vertical-align: baseline;
}

/*
# about-greeting
------------------------*/
#about-greeting .greeting__img {
  width: 65%;
  margin: 0 auto 10%;
}
#about-greeting .greeting__content .name {
  text-align: right;
  font-size: var(--font-size-20);
}

/*
# about-history
------------------------*/
#about-history .history__table tr {
  display: flex;
}
#about-history .history__table th,
#about-history .history__table td {
  padding: 7% 0;
}
#about-history .history__table th {
  width: 34%;
  border-bottom: 1px solid var(--accent-color);
}
#about-history .history__table td {
  width: 66%;
  padding-left: 7%;
  border-bottom: 1px solid var(--color-gray-dark);
}

/*
# about-company
------------------------*/
#about-company .company__table {
  margin-bottom: 15%;
}

/*==========================================
jobs
===========================================*/
/*
# jobs-intro
------------------------*/
#jobs-intro .intro__card {
  position: relative;
  margin-bottom: 15%;
}
#jobs-intro .intro__card:last-child {
  margin-bottom: 0;
}
#jobs-intro .intro__card-img {
  margin-bottom: 10%;
}

/*==========================================
education
===========================================*/
/*
# education-personality
------------------------*/
#education-personality .personality__headline {
  margin-bottom: 12%;
}
#education-personality .personality__headline-img {
  margin-bottom: 8%;
}
#education-personality .personality__headline-list .personality__headline-item {
  padding-left: 7%;
  background: url(../../img/education/personality-item_ic.png) left top 1vw/5% no-repeat;
  margin-bottom: 5%;
}
#education-personality .personality__headline-list .personality__headline-item:last-child {
  margin-bottom: 0;
}
#education-personality .personality__bottom .personality__bottom-img {
  text-align: center;
  margin-bottom: 12%;
}
#education-personality .personality__bottom .personality__bottom-text {
  text-align: center;
  font-size: var(--font-size-17);
}

/*
# education-policy
------------------------*/
#education-policy .policy__title {
  font-size: var(--font-size-21);
}
#education-policy .policy__text {
  margin-bottom: 12%;
}
#education-policy .policy__text:last-child {
  margin-bottom: 0;
}
#education-policy .policy__text:nth-of-type(1) {
  font-size: var(--font-size-18);
}
#education-policy .policy__text span {
  color: var(--accent-color);
}

/*
# education-training
------------------------*/
#education-training .training__img {
  margin-bottom: 8%;
}

/*
# education-qualification
------------------------*/
#education-qualification .qualification__img {
  margin-bottom: 8%;
}

/*==========================================
welfare
===========================================*/
#welfare-section .welfare__title {
  font-size: var(--font-size-21);
}
#welfare-section .welfare__text {
  margin-bottom: 12%;
}
#welfare-section .welfare__list .welfare__card {
  margin-bottom: 12%;
}
#welfare-section .welfare__list .welfare__card:last-child {
  margin-bottom: 0;
}
#welfare-section .welfare__list .welfare__card-title {
  font-size: var(--font-size-18);
  text-align: center;
  border-bottom: 1px solid var(--accent-color);
  margin-bottom: 5%;
  padding: 5% 0;
  width: 100%;
  line-height: 1.6;
}
#welfare-section .welfare__list .welfare__card-title small {
  display: block;
  font-size: var(--font-size-15);
}

/*==========================================
staff
===========================================*/
/*
# staff-archive
------------------------*/
#staff-archive .staff__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 5vw 4%;
}
#staff-archive .staff__list .staff__card {
  width: 48%;
}
#staff-archive .staff__list .staff__card-img {
  width: 100%;
  height: 40vw;
}
#staff-archive .staff__list .staff__card-title {
  padding: 4% 0;
  border-bottom: 1px solid var(--accent-color);
  font-size: var(--font-size-17);
  text-align: center;
}

/*
# staff-single
------------------------*/
#staff-single .staff__post-wrap {
  background: var(--color-white);
  padding: 12% 6%;
}
#staff-single .staff__post-headline {
  margin-bottom: 12%;
}
#staff-single .staff__post-headline .staff__post-title {
  border-bottom: 1px solid var(--accent-color);
  padding-bottom: 5%;
  margin-bottom: 10%;
}
#staff-single .staff__post-headline .staff__post-title-belong {
  display: block;
  font-size: var(--font-size-15);
}
#staff-single .staff__post-headline .staff__post-title-name {
  font-size: var(--font-size-22);
}
#staff-single .staff__post-headline .staff__post-title-name small {
  font-size: var(--font-size-15);
}
#staff-single .staff__post-headline .staff__post-thumb {
  width: 100%;
  height: 55vw;
}
#staff-single .staff__post-interview .interview__text {
  margin-bottom: 15%;
}
#staff-single .staff__post-interview .interview__item {
  margin-bottom: 13%;
}
#staff-single .staff__post-interview .interview__item:last-child {
  margin-bottom: 0;
}
#staff-single .staff__post-interview .interview__item .flex {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-direction: row-reverse;
}
#staff-single .staff__post-interview .interview__item-icon {
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
}
#staff-single .staff__post-interview .interview__item-content {
  width: 75%;
}
#staff-single .staff__post-interview .interview__item-title {
  padding-left: 13%;
  margin-bottom: 8%;
  position: relative;
  font-size: var(--font-size-17);
}
#staff-single .staff__post-interview .interview__item-title::before {
  position: absolute;
  content: "Q";
  width: 7vw;
  height: 7vw;
  background: var(--accent-color);
  color: var(--color-white);
  inset: 0 auto auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-16);
}
#staff-single .staff__post-interview .interview__item-text {
  background: var(--color-gray-dark);
  border-radius: 10px;
  padding: 12% 5%;
  position: relative;
  font-size: var(--font-size-14);
}
#staff-single .staff__post-interview .interview__item-text:before {
  position: absolute;
  content: "";
  width: 12%;
  height: 5vw;
  background: url(../../img/staff/interview-ans_arr.png) center/100% no-repeat;
  inset: 13vw -8% auto auto;
}
#staff-single:has(.staff__post-schedule) .staff__post-interview {
  margin-bottom: 15%;
}
#staff-single .staff__post-schedule .schedule__item {
  margin-bottom: 5%;
  background: var(--color-gray-dark);
  border-radius: 3vw;
  padding: 5%;
  font-size: var(--font-size-16);
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#staff-single .staff__post-schedule .schedule__item:last-child {
  margin-bottom: 0;
}
#staff-single .staff__post-schedule .schedule__item-time {
  width: 25%;
  color: var(--accent-color);
  text-align: center;
}
#staff-single .staff__post-schedule .schedule__item-text {
  width: 70%;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__item {
  margin-bottom: 12%;
}
#faq-archive .faq__item:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__item-title, #faq-archive .faq__item-body {
  position: relative;
  padding-left: 13%;
}
#faq-archive .faq__item-title::before, #faq-archive .faq__item-body::before {
  position: absolute;
  width: 8vw;
  height: 8vw;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  inset: 0 auto auto 0;
  font-size: var(--font-size-14);
}
#faq-archive .faq__item-title {
  font-size: var(--font-size-17);
  border-bottom: 1px solid;
  margin-bottom: 8%;
  padding-bottom: 3%;
}
#faq-archive .faq__item-title:before {
  background: var(--primary-color);
  content: "Q";
}
#faq-archive .faq__item-body:before {
  background: var(--accent-color);
  content: "A";
}

/*==========================================
recruit
===========================================*/
.recruit__page-list {
  gap: 4vw 4%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 84%;
  margin: 0 auto;
}
.recruit__page-list .recruit__page-item {
  width: 48%;
}
.recruit__page-list .recruit__page-link::before, .recruit__page-list .recruit__page-link::after {
  transform: rotate(135deg);
  right: 6%;
}
.recruit__page-list .recruit__page-link::before {
  bottom: -2vw;
}
.recruit__page-list .recruit__page-link::after {
  top: -2vw;
}
.recruit__page-list .recruit__page-link:hover::before {
  bottom: -1.5vw;
}
.recruit__page-list .recruit__page-link:hover::after {
  top: -1vw;
}

.recruit__section:nth-of-type(odd) {
  background: var(--color-gray-light);
}

/*==========================================
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.flex {
  display: flex;
  align-items: center;
  gap: 2vw;
}
#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フレーム時)
  ===========================================*/