@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--body-font-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 30px;
}
.c-contact__list .com-tel {
  line-height: 1.2;
}
.c-contact__list .com-tel .tel__num {
  line-height: 1;
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-black);
  color: var(--color-white);
  padding-left: 40px;
  background: url(../../img/common/tel_ic.png) left center/30px no-repeat;
}
.c-contact__list .com-tel .tel__text {
  display: block;
  filter: brightness(0) invert(1);
  padding-left: 15px;
}
.c-contact__list .com-mail .mail__button {
  width: 217px;
  height: 60px;
  justify-content: center;
  font-size: var(--font-size-22);
  position: relative;
}
.c-contact__list .com-mail .mail__button:after {
  position: absolute;
  content: "";
  width: 21px;
  height: 16px;
  inset: 0 auto 0 17%;
  margin: auto 0;
  background: url(../../img/common/mail_ic.png) center/100% no-repeat;
  z-index: 1;
}
.c-contact__list .com-mail .mail__button span {
  position: relative;
}
.c-contact__list .com-mail .mail__button span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent var(--accent-color);
  inset: 0 -30px 0 auto;
  margin: auto 0;
  z-index: 1;
}
.c-contact__list .com-line .sns-icon {
  width: 40px;
  height: 40px;
}

/*
# contact__section
------------------------*/
.c-contact__section {
  padding: 125px 0 115px;
  background: url(../../img/common/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-contact__section .contact__title::before {
  position: absolute;
  content: "";
  width: 203px;
  height: 202px;
  inset: 51px auto auto -40px;
  background: url(../../img/common/contact-ttl_ill.png) center/100% no-repeat;
  z-index: -1;
}
.c-contact__section .contact__title span {
  display: block;
  width: 980px;
  margin: 0 auto 40px;
  background: var(--accent-color);
  border: 4px solid;
  font-size: var(--font-size-55);
  font-weight: var(--font-weight-black);
  line-height: 1.6;
}
.c-contact__section .contact__content {
  padding: 85px 115px 70px;
  margin-top: -45px;
}
.c-contact__section .contact__content::before {
  top: 19px;
  transform: rotate(-1.95deg);
}
.c-contact__section .contact__content::after {
  bottom: 19px;
  transform: rotate(1.95deg);
}
.c-contact__section .contact__content .contact__text {
  text-align: center;
  margin-bottom: 30px;
}
.c-contact__section .contact__content .c-contact__contact-list {
  justify-content: center;
}
.c-contact__section .contact__content .c-contact__contact-list .com-tel {
  text-align: center;
}
.c-contact__section .contact__content .c-contact__contact-list .com-tel .tel__num {
  font-size: var(--font-size-60);
  padding-left: 60px;
  color: var(--color-black);
  background-size: auto;
}
.c-contact__section .contact__content .c-contact__contact-list .com-tel .tel__text {
  filter: brightness(0) invert(0);
}
.c-contact__section .contact__content .c-contact__contact-list .mail__button {
  width: 260px;
}
.c-contact__section .contact__content .c-contact__contact-list .com-line .sns-icon {
  width: 50px;
  height: 50px;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 15px 10px;
  width: 180px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 15px 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 35px;
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: 2.3;
  letter-spacing: 0;
}

#g-map h4 {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 400px;
  /*==========================================
  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 {
  display: flex;
  align-items: center;
  color: var(--color-white);
  border-radius: 35px;
  box-shadow: 4px 4px 9px 0px rgba(255, 255, 255, 0.7) inset, -4px -4px 9px 0px rgba(0, 0, 0, 0.46) inset;
  background: var(--primary-color);
  height: 70px;
  padding: 0 40px;
}
.com-button:hover {
  opacity: 1;
  transform: scale(0.99);
  box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.35) inset, -4px -4px 9px 0px rgba(0, 0, 0, 0.55) inset;
}
.com-button.bs-icon--arrow-right::before {
  right: 5.8823%;
}

.bs-icon--arrow-right::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--primary-color) !important;
  content: "\f138";
  z-index: 1;
  font-size: var(--font-size-20);
}

/*
# 共通のパターン
------------------------*/
.bg-pattern--white {
  background-image: linear-gradient(#e5e5e5 1px, transparent 1px), linear-gradient(to right, #e5e5e5 1px, transparent 1px);
  background-size: 18px 18px;
  background-color: var(--color-white);
}

/*
# drop-shadow
------------------------*/
.drop-shadow {
  filter: drop-shadow(10px 10px 0 var(--color-black));
}
.drop-shadow:has(.clip-path) {
  position: relative;
}
.drop-shadow:has(.clip-path)::after {
  width: 100%;
  height: 3px;
  position: absolute;
  content: "";
  background: var(--color-black);
  inset: auto 0 17px;
  filter: none;
}
.drop-shadow:has(.clip-path--left)::after {
  transform: rotate(2deg);
}
.drop-shadow:has(.clip-path--right)::after {
  height: 6px;
  bottom: 13px;
  transform: rotate(-1.6deg);
}

/*
# clip-path
------------------------*/
.clip-path {
  position: relative;
  border-left: 6px solid var(--color-black);
  border-right: 6px solid var(--color-black);
}
.clip-path::before, .clip-path::after {
  position: absolute;
  content: "";
  background: var(--color-black);
  width: 100%;
  height: 6px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.clip-path::before {
  top: 16px;
}
.clip-path::after {
  bottom: 16px;
}
.clip-path--right {
  -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
          clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
}
.clip-path--right-border::before {
  transform: rotate(1.75deg);
}
.clip-path--right-border::after {
  transform: rotate(-1.75deg);
}
.clip-path--left {
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 92%);
          clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 92%);
}
.clip-path--left-border::before {
  transform: rotate(-1.75deg);
}
.clip-path--left-border::after {
  transform: rotate(1.75deg);
}

/*
# border
------------------------*/
.border-6 {
  border-width: 6px;
}
.border-6.border-solid {
  border-style: solid;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  margin-bottom: 65px;
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-50);
  color: var(--accent-color);
  text-shadow: var(--color-black) 3px 0px, var(--color-black) -3px 0px, var(--color-black) 0px -3px, var(--color-black) 0px 3px, var(--color-black) 3px 3px, var(--color-black) -3px 3px, var(--color-black) 3px -3px, var(--color-black) -3px -3px, var(--color-black) 1px 3px, var(--color-black) -1px 3px, var(--color-black) 1px -3px, var(--color-black) -1px -3px, var(--color-black) 3px 1px, var(--color-black) -3px 1px, var(--color-black) 3px -1px, var(--color-black) -3px -1px;
}

.headline-title {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-black);
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/*==========================================
header
===========================================*/
#header {
  background: var(--color-black);
  padding: 25px 1.5625%;
}
#header .header__right {
  width: 595px;
}
#header .header__contact-list {
  justify-content: flex-end;
}
#header .header__nav {
  margin-top: 15px;
}
#header .header__nav-list {
  gap: 10px 30px;
}
#header .header__nav-link {
  color: var(--color-white);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-black);
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header .header__nav-link::before, #header .header__nav-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--accent-color);
  position: absolute;
  display: block;
}
#header .header__nav-link::before {
  left: 50%;
}
#header .header__nav-link:after {
  right: 50%;
}
#header .header__nav-link:hover {
  color: var(--accent-color);
}
#header .header__nav-link:hover::before, #header .header__nav-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--accent-color);
}
#header .header__nav-link.current {
  color: var(--accent-color);
  border-bottom: 1px solid;
}
#header .header__nav-link.current::before, #header .header__nav-link.current::after {
  border-bottom: none;
}
#header .header__nav-link.current:hover::before, #header .header__nav-link.current:hover::after {
  border-bottom: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  position: relative;
  height: clamp(550px, 41.1456vw, 790px);
  background: url(../../img/top/mv/mv_bg.jpg) top center/96.2025% 96.875% no-repeat, var(--color-black);
}
#top-mv .mv__catch {
  width: 52.9687%;
  position: absolute;
  inset: 10.1265% auto auto 6.514%;
}
#top-mv .mv__illust {
  width: 38.6458%;
  position: absolute;
  inset: 3.1645% 4.42708% auto auto;
}

.mv__frame {
  padding: 0 1.5625% 30px;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--color-black);
}
#footer:has(.footer__inbox) {
  padding: 85px 0 100px;
  text-align: center;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 15px;
}
#footer .footer__address {
  color: var(--color-white);
  text-align: center;
  font-size: var(--font-size-16);
  margin-bottom: 35px;
}
#footer .footer__nav {
  margin-bottom: 35px;
}
#footer .footer__nav .footer__nav-list {
  gap: 15px 20px;
}
#footer .footer__nav .footer__nav-list .footer__nav-link {
  color: var(--color-white);
  font-size: var(--font-size-14);
}
#footer .footer__nav .footer__nav-list .footer__nav-link:hover {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 520px;
  background-color: var(--color-black);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 96.875% 94.2307%;
}
.lower-sv .sv__title {
  width: 820px;
  margin: 0 auto;
  background: url(../../img/sv/sv-ttl_bg.jpg) center/cover no-repeat;
  text-align: center;
  padding: 20px 0;
}

#service-sv {
  background-image: url(../../img/sv/service-sv_bg.jpg);
}

#about-sv {
  background-image: url(../../img/sv/about-sv_bg.jpg);
}

#recruit-sv {
  background-image: url(../../img/sv/recruit-sv_bg.jpg);
}

#info-sv {
  background-image: url(../../img/sv/info-sv_bg.jpg);
}

#contact-sv {
  background-image: url(../../img/sv/contact-sv_bg.jpg);
}

#complete-sv {
  background-image: url(../../img/sv/complete-sv_bg.jpg);
}

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

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

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

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

/*==========================================
entrance
===========================================*/
.entrance__list {
  background: var(--color-black);
  padding: 0 1.5625%;
  gap: 30px 1.613%;
  position: relative;
}
.entrance__list::before {
  position: absolute;
  content: "";
  width: 321px;
  height: 324px;
  background: url(../../img/entrance/ent_ill.png) center/100% no-repeat;
  inset: 0;
  margin: auto;
}
.entrance__list .entrance__item {
  width: 49.1935%;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 6px solid var(--color-white);
  border: 1px solid var(--color-black);
}
.entrance__list .entrance__item-official {
  background: url(../../img/entrance/ent-ofc_bg.jpg) center/cover no-repeat;
}
.entrance__list .entrance__item-official img {
  width: 42%;
}
.entrance__list .entrance__item-special {
  background: url(../../img/entrance/ent-special_bg.jpg) center/cover no-repeat;
}
.entrance__list .entrance__item-special img {
  width: 42%;
}
.entrance__list .entrance__item-kaimyou {
  background: url(../../img/entrance/ent-kaimyou_bg.jpg) center/cover no-repeat;
}
.entrance__list .entrance__item-kaimyou img {
  width: 66.616%;
}
.entrance__list .entrance__item-recruit {
  background: url(../../img/entrance/ent-recruit_bg.jpg) center/cover no-repeat;
}
.entrance__list .entrance__item-recruit img {
  width: 66.616%;
}
.entrance__list .entrance__item-button {
  width: 74.3169%;
  margin: 0 auto;
  height: 120px;
  border-radius: 60px;
  justify-content: center;
}
.entrance__list .entrance__item-button::before {
  width: 37px;
  height: 37px;
  right: 5.8823%;
}

/*==========================================
top
===========================================*/
/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 215px 0 135px;
  background: url(../../img/top/greeting_bg.jpg) top center/cover no-repeat;
}
#top-greeting .greeting__inbox {
  width: 1100px;
  position: relative;
}
#top-greeting .greeting__title {
  position: absolute;
  inset: -135px auto auto 50px;
  z-index: 1;
}
#top-greeting .greeting__content {
  padding: 180px 35px 105px 50px;
  margin-bottom: 95px;
}
#top-greeting .greeting__content .greeting__text span {
  background: linear-gradient(to bottom, transparent 60%, rgba(var(--accent-color-rgb), 1) 60%);
}
#top-greeting .greeting__page-item {
  margin-bottom: 25px;
}
#top-greeting .greeting__page-item:last-child {
  margin-bottom: 0;
}
#top-greeting .greeting__page-item .greeting__page-content {
  width: 540px;
  padding: 45px 35px 60px 35px;
}
#top-greeting .greeting__page-item .greeting__page-title {
  margin-bottom: 25px;
}
#top-greeting .greeting__page-item.greeting__page-item-service .greeting__page-content {
  box-shadow: 7px 7px var(--color-green);
}
#top-greeting .greeting__page-item.greeting__page-item-flow .greeting__page-content {
  box-shadow: -7px 7px var(--color-purple);
}

/*
# top-about
------------------------*/
#top-about {
  padding: 115px 0 130px;
  background: url(../../img/top/about_bg.jpg) center/cover no-repeat;
}
#top-about .about__title {
  margin-bottom: 15px;
}
#top-about .about__headline {
  position: relative;
  margin-bottom: 65px;
}
#top-about .about__headline-content {
  width: 572px;
  height: 407px;
  background: url(../../img/top/about-markup_bg.png) center/100% no-repeat;
  padding: 75px 65px 0 60px;
  position: absolute;
  inset: 0 auto auto 0;
}
#top-about .about__headline-content .about__headline-text {
  line-height: 1.8;
}
#top-about .about__headline-content strong {
  color: var(--primary-color);
  font-size: var(--font-size-26);
}
#top-about .about__headline-img {
  text-align: right;
}
#top-about .about__list {
  gap: 30px;
}
#top-about .about__list .about__item {
  width: 525px;
}
#top-about .about__list .about__item-text {
  text-align: center;
  padding: 20px 0;
  border-top: none;
  background-image: repeating-linear-gradient(-45deg, #f0f0f0 0, #f0f0f0 8px, transparent 0, transparent 50%);
  background-size: 26px 26px;
  background-color: var(--color-white);
}
#top-about .about__button {
  width: 460px;
  margin: 80px auto 0;
}

/*
# top-recruit
------------------------*/
#top-recruit {
  padding: 110px 0 215px;
  background: url(../../img/top/recruit_bg.jpg) center/cover no-repeat;
}
#top-recruit .recruit__title {
  position: relative;
  z-index: 1;
}
#top-recruit .recruit__content {
  position: relative;
  padding: 55px 55px 60px;
  text-align: center;
  margin-top: -30px;
}
#top-recruit .recruit__content::before, #top-recruit .recruit__content::after {
  position: absolute;
  content: "";
  z-index: 2;
}
#top-recruit .recruit__content::before {
  width: 295px;
  height: 554px;
  background: url(../../img/top/recruit-l_ill.png) center/100% no-repeat;
  inset: -90px auto auto -115px;
}
#top-recruit .recruit__content::after {
  width: 293px;
  height: 548px;
  background: url(../../img/top/recruit-r_ill.png) center/100% no-repeat;
  inset: -90px -85px auto auto;
}
#top-recruit .recruit__button {
  width: 460px;
  margin: 0 auto;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 155px 0 135px;
  background: url(../../img/top/news_bg.jpg) center/cover no-repeat;
}
#top-news .news__wrap {
  padding: 55px 35px;
  position: relative;
}
#top-news .news__title {
  position: absolute;
  inset: -45px 0 auto;
  text-align: center;
}
#top-news .news__post {
  border-bottom: 2px solid;
}
#top-news .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post-link {
  padding: 20px;
  gap: 10px;
  font-size: var(--font-size-16);
}
#top-news .news__post-link:hover {
  opacity: 1;
}
#top-news .news__post-link:hover .news__post-title {
  color: var(--primary-color);
  text-decoration: underline;
}
#top-news .news__post-date {
  width: 90px;
}
#top-news .news__post-tags {
  width: calc(100% - 100px);
  gap: 5px;
}
#top-news .news__post-tags .news__post-tag {
  color: var(--color-white);
  background: var(--color-blue);
  border-radius: 15px;
  padding: 0 7px;
}
#top-news .news__post-title {
  width: 100%;
  transition: all 0.3s;
}
#top-news .news__button {
  width: 460px;
  margin: 25px auto 0;
}

/*==========================================
service
===========================================*/
/*
# service-intro
------------------------*/
#service-intro {
  background: url(../../img/service/intro_bg.jpg) top center/cover no-repeat;
}
#service-intro .intro__title {
  margin-bottom: 50px;
}
#service-intro .intro__part {
  margin-bottom: 60px;
}
#service-intro .intro__part:last-child {
  margin-bottom: 0;
}
#service-intro .intro__part-content {
  width: 604px;
  min-height: 500px;
  padding: 45px 30px 45px 35px;
}
#service-intro .intro__part-title {
  margin-bottom: 25px;
}
#service-intro .intro__part-text {
  line-height: 2;
}
#service-intro .intro__part:nth-of-type(odd) .intro__part-img {
  margin-right: -100px;
}
#service-intro .intro__part:nth-of-type(even) .intro__part-img {
  margin-left: -100px;
}
#service-intro .intro__part:nth-of-type(3) .intro__part-img {
  position: relative;
}
#service-intro .intro__part:nth-of-type(3) .intro__part-img::before {
  position: absolute;
  content: "";
  width: 228px;
  height: 419px;
  background: url(../../img/service/intro-item03_ill.png) center/100% no-repeat;
  inset: -180px 62px auto auto;
}
#service-intro .intro__part:nth-of-type(6) .intro__part-img {
  position: relative;
}
#service-intro .intro__part:nth-of-type(6) .intro__part-img::before {
  position: absolute;
  content: "";
  width: 237px;
  height: 438px;
  background: url(../../img/service/intro-item06_ill.png) center/100% no-repeat;
  inset: -165px auto auto 25px;
}

/*
# service-flow
------------------------*/
#service-flow {
  background: url(../../img/service/flow_bg.jpg) center/cover no-repeat;
}
#service-flow .flow__wrap {
  position: relative;
  padding: 75px 45px 55px;
}
#service-flow .flow__title {
  position: absolute;
  inset: -45px 0 auto;
  text-align: center;
}
#service-flow .flow__list .flow__item {
  border-bottom: 2px solid;
  padding: 15px 15px 15px 275px;
  line-height: 2.4;
}
#service-flow .flow__list .flow__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#service-flow .flow__list .flow__item span::before {
  position: absolute;
  inset: 0 auto 0 -73px;
  margin: auto 0;
  width: 58px;
  height: 58px;
  background: var(--color-blue);
  color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-30);
  font-weight: var(--color-black);
}

/*==========================================
about
===========================================*/
/*
# about-greeting
------------------------*/
#about-greeting {
  background: url(../../img/about/greeting_bg.jpg) center/cover no-repeat;
}
#about-greeting .greeting__inbox {
  position: relative;
}
#about-greeting .greeting__inbox::before {
  position: absolute;
  content: "";
  width: 255px;
  height: 342px;
  inset: auto 125px -135px auto;
  background: url(../../img/about/greeting_ill.png) center/100% no-repeat;
  z-index: 1;
}
#about-greeting .greeting__title {
  position: absolute;
  inset: -40px 0 auto;
  text-align: center;
  z-index: 1;
}
#about-greeting .greeting__content {
  padding: 180px 50px 70px 45px;
}

/*
# about-case
------------------------*/
#about-case .case__title {
  text-align: center;
  margin-bottom: 65px;
}
#about-case .case__tag-list {
  width: 1025px;
  margin: 0 auto 100px;
  gap: 25px 32.5px;
}
#about-case .case__tag-list .case__tag {
  width: 320px;
}
#about-case .case__tag-list .case__tag .tag__link.current {
  transform: scale(0.99);
  box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.35) inset, -4px -4px 9px 0px rgba(0, 0, 0, 0.55) inset;
}
#about-case .case__post-list {
  gap: 45px 30px;
}
#about-case .case__post-list .case__post {
  width: 340px;
}
#about-case .case__post-list .case__post-link {
  display: block;
}
#about-case .case__post-list .case__post-link:hover {
  transform: translateY(-10px);
}
#about-case .case__post-list .case__post-link:hover .case__post-title {
  color: var(--color-blue);
}
#about-case .case__post-list .case__post-link:hover .case__post-img {
  border-color: var(--color-blue);
}
#about-case .case__post-list .case__post-img {
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
#about-case .case__post-list .case__post-title {
  margin-bottom: 0;
  font-size: var(--font-size-18);
  transition: all 0.3s;
}

.case__post-tags {
  gap: 7px;
  margin-bottom: 5px;
}
.case__post-tags .case__post-tag {
  background: var(--color-blue);
  color: var(--color-white);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-bold);
  border-radius: 32px;
  padding: 1px 10px;
}

/*
# case-single
------------------------*/
#case-single .case__hero-img {
  text-align: center;
  margin-bottom: 20px;
}
#case-single .case__post-gallery {
  margin-top: 70px;
  gap: 30px;
}
#case-single .case__post-gallery .gallery__item {
  width: 340px;
  height: 220px;
}

/*==========================================
recruit
===========================================*/
/*
# recruit-job
------------------------*/
#recruit-job {
  background: url(../../img/recruit/job_bg.jpg) center/cover no-repeat;
}
#recruit-job .job__title {
  text-align: center;
  margin-bottom: 40px;
}
#recruit-job .job__list {
  gap: 34.5px;
}
#recruit-job .job__list .job__item {
  width: 337px;
  display: flex;
  flex-direction: column;
}
#recruit-job .job__list .job__item-img {
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
}
#recruit-job .job__list .job__item-title {
  margin-bottom: 10px;
}
#recruit-job .job__list .job__item-content {
  flex-grow: 1;
  padding: 20px 10px;
}

/*
# recruit-feature
------------------------*/
#recruit-feature {
  background: url(../../img/recruit/feature_bg.jpg) center/cover no-repeat;
}
#recruit-feature .feature__title {
  text-align: center;
  margin-bottom: 70px;
}
#recruit-feature .feature__list {
  gap: 50px 30px;
}

/*
# recruit-desc
------------------------*/
#recruit-desc .desc__title {
  text-align: center;
  margin-bottom: 60px;
}
#recruit-desc .desc__item {
  background: var(--color-white);
  padding: 25px 30px;
  margin-bottom: 50px;
}
#recruit-desc .desc__item:last-child {
  margin-bottom: 0;
  position: relative;
}
#recruit-desc .desc__item:last-child::before {
  position: absolute;
  content: "";
  width: 218px;
  height: 400px;
  background: url(../../img/recruit/description_ill.png) center/100% no-repeat;
  inset: auto 45px -105px auto;
}
#recruit-desc .desc__item-title {
  text-align: center;
  font-size: var(--font-size-30);
  margin-bottom: 15px;
  color: var(--accent-color);
  font-weight: var(--font-weight-black);
  text-shadow: var(--color-black) 3px 0px, var(--color-black) -3px 0px, var(--color-black) 0px -3px, var(--color-black) 0px 3px, var(--color-black) 3px 3px, var(--color-black) -3px 3px, var(--color-black) 3px -3px, var(--color-black) -3px -3px, var(--color-black) 1px 3px, var(--color-black) -1px 3px, var(--color-black) 1px -3px, var(--color-black) -1px -3px, var(--color-black) 3px 1px, var(--color-black) -3px 1px, var(--color-black) 3px -1px, var(--color-black) -3px -1px;
}
#recruit-desc .desc__item-title span {
  padding: 0 55px;
  background: url(../../img/recruit/desc-item-ttl_deco.png) left center no-repeat, url(../../img/recruit/desc-item-ttl_deco.png) right center no-repeat;
}
#recruit-desc .desc__item-table th {
  text-align: center;
}

/*==========================================
info
===========================================*/
/*
# info-greeting
------------------------*/
#info-greeting {
  padding: 205px 0 240px;
  background: url(../../img/info/greeting_bg.jpg) center/cover no-repeat;
}
#info-greeting .greeting__inbox {
  position: relative;
}
#info-greeting .greeting__inbox::before {
  position: absolute;
  content: "";
  width: 597px;
  height: 633px;
  background: url(../../img/info/greeting_ill.png) center/100% no-repeat;
  inset: auto 25px -121px auto;
  z-index: 1;
}
#info-greeting .greeting__title {
  position: absolute;
  inset: -15px 0 auto;
  text-align: center;
  z-index: 1;
}
#info-greeting .greeting__content {
  padding: 85px 350px 100px 45px;
}
#info-greeting .greeting__content::before {
  transform: rotate(-2.3deg);
  top: 22px;
}
#info-greeting .greeting__content::after {
  transform: rotate(2.3deg);
  bottom: 22px;
}

/*
# info-section
------------------------*/
#info-section .info__title {
  text-align: center;
  margin-bottom: 45px;
}
#info-section .info__table {
  background: var(--color-white);
  padding: 15px 30px;
  margin-bottom: 130px;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  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: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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 input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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