body {
  color: #111;
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic,
    "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0.02em;
}

.page-top-icon {
  width: 55px;
  height: 55px;
  background-color: var(--main-color);
  position: relative;
}

.page-top-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-30%) rotate(45deg);
  border-top: 0.16em solid #fff;
  border-left: 0.16em solid #fff;
  border-radius: 2px;
  display: inline-block;
  margin: auto;
  height: 0.95em;
  width: 0.95em;
}

.contents-wrap-bottom {
  padding-bottom: 60px;
}

.side-banner {
  position: fixed;
  right: 0px;
  top: 35%;
  display: none;
  z-index: 2;
}

@media (max-width: 767px) {
  body {
    position: relative;
    left: 0;
    overflow-x: hidden;
    font-size: 13px;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  #page-top {
    width: 40px;
    right: 0;
    left: initial !important;
  }
}

@media (max-width: 767px) {
  .page-top-icon {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 767px) {
  .contents-wrap-bottom {
    padding-bottom: 40px;
  }
}

#breadcrumb ol li {
  display: inline-block;
  list-style: none;
  line-height: 17px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
}

.main-ttl {
  font-size: 1.5em;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .main-ttl {
    font-size: 1.5em;
  }
}

.main-ttl span {
  font-size: 0.7725rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.archive-list-ttl {
  line-height: initial;
}

.archive-list-ttl span {
  line-height: 1.5em;
}

.sub-ttl {
  font-size: 1.4em;
}

.lh-p {
  line-height: 1.4em;
}

@media (max-width: 575px) {
  .main-ttl span {
    font-size: 0.7725rem;
    letter-spacing: 0.01625rem;
  }
}

@media (min-width: 768px) {
  .main-ttl {
    font-size: 1.4em;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .main-ttl span {
    font-size: 1.5em;
    line-height: 1.4;
  }
}

.link-btn-area {
  margin-top: 20px;
}

.link-btn {
  padding: 5px 70px 5px 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 2;
  font-weight: 500;
}

@media (max-width: 767px) {
  .link-btn {
    padding: 5px 40px 5px 40px;
  }
}

@media (max-width: 767px) {
  .link-btn-area {
    text-align: center;
    margin-top: 20px;
  }
}

html,
body {
  height: 100%;
  margin: 0;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper-content {
  flex: 1;
}

.documents,
.sp-mt20 {
  margin-top: 20px;
}

.ttl-mt-p {
  margin-top: 1rem;
}

.sp-mt-minus {
  margin-top: -20px;
}

@media (min-width: 768px) {
  .documents {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .ttl-mt-p {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .sp-mt20 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .sp-mt-minus {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .c-header {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .gnav-header {
    height: auto;
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .gnav-header ul {
    font-size: 1.1em;
    height: auto;
    height: initial !important;
  }
}

@media (max-width: 767px) {
  .gnav-header ul li + li {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .gnav-header ul li + li::before {
    left: 15px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

.c-footer-logo img {
  height: 40px;
}

.c-footer-under {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .c-footer-under {
    align-items: flex-end;
    flex-direction: column;
  }
}

.footer-web-link {
  position: absolute;
  right: 30px;
  top: 0;
}

.footer-copy {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  #footer .footer-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  #footert-menu ul li {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  #footert-menu ul li + li {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  #footert-menu ul li {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .footer-copy {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .c-footer-logo img {
    height: 30px;
  }
}

.tabBox .tabArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 0 15px;
}

.tabBox .tabArea .one_tab {
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  color: #fff;
  cursor: pointer;
  width: calc(100% / 3);
  padding: 0;
  margin-top: 20px;
}

.tabBox .tabArea.bottom {
  align-items: stretch;
}

.tabBox .tabArea.bottom .one_tab .tab_inner {
  border: 1px solid var(--main-color);
  display: flex;
  flex-direction: column;
  height: 100%;
  font-weight: 500;
}

.tab-btn-bottom,
.tabArea.bottom .tab_inner,
.tab-btn-bottom-box,
.tab-btn-bottom-content {
  position: relative;
}

.tab-btn-bottom {
  padding: 10px 15px;
}

.tab-btn-bottom-ttl {
  background-color: var(--main-color);
  font-size: 10px;
  padding: 0.3em 0.25em 0.55em;
  line-height: 1;
}

.tabArea.bottom .tab-btn-bottom {
  text-align: center;
  padding: 0;
  display: contents;
  height: 100%;
}

.tab-btn-bottom-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tab-btn-bottom-content {
  background-color: #ffffff;
  color: #111111;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  gap: 0 10px;
  padding: 10px 20px 10px 15px;
}

.tab-btn-bottom-content::before {
  content: "";
  position: absolute;
  top: 48%;
  right: -10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #111111;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.tab-btn-bottom-content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  border-bottom: solid 1px #111111;
}

.tabArea.bottom .tab_inner .tab-btn-bottom-box::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  border-bottom: solid 1px #111111;
}

.tab-btn-bottom-content span {
  line-height: 1.2;
}

@media (min-width: 576px) {
  .tabBox .tabArea {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .tabBox .tabArea {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .tabBox .tabArea .one_tab {
    padding: 0 15px;
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .tabBox .tabArea.bottom .one_tab .tab_inner {
    border: 2px solid var(--main-color);
  }
}

@media (min-width: 992px) {
  .tab-btn-bottom-ttl {
    font-size: 0.9em;
    padding: 0.7em 0.25em 0.8em;
  }
}

.faq-accordion dt {
  display: block;
  cursor: pointer;
  background-color: var(--sub-bg-color);
  padding: 10px 50px 10px 65px;
  position: relative;
  font-size: 1.2em;
  font-weight: 500;
}

.faq-accordion dt::before {
  content: "Q";
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 43%;
  transform: translateY(-50%);
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic,
    "Hiragino Sans", sans-serif;
  z-index: 2;
}

.faq-accordion dd {
  padding: 10px 15px 0 65px;
  display: none;
  position: relative;
  border-bottom: initial !important;
}

.faq-accordion dd::before {
  content: "A";
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 22px;
  top: 8px;
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic,
    "Hiragino Sans", sans-serif;
  z-index: 2;
  color: var(--main-color);
}

.faq-accordion dd p {
  margin-bottom: 0;
}

.accordion_icon {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
}

@media (max-width: 767px) {
  .faq-accordion dt {
    padding: 10px 50px 10px 50px;
  }
}

@media (max-width: 767px) {
  .faq-accordion dt::before {
    font-size: 22px;
    left: 15px;
  }
}

@media (max-width: 767px) {
  .faq-accordion dd {
    padding: 10px 45px 0 50px;
  }
}

@media (max-width: 767px) {
  .faq-accordion dd::before {
    font-size: 22px;
    left: 17px;
  }
}

@media (max-width: 767px) {
  .accordion_icon {
    width: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .accordion_icon span {
    width: 15px;
  }
}

.swiper {
  padding: 20px 0 50px;
}

.swiper-slide {
  display: flex;
  height: auto;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  font-size: 1rem;
}

.swiper-pagination-bullet {
  width: calc(100% / 12);
  height: auto;
  position: relative;
}

.swiper-pagination-bullet {
  background: none;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.6);
  font-weight: bolder;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  position: relative;
  color: var(--main-color);
}

.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--main-color);
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  top: calc(50%);
  transform: translateY(-50%);
}

.swiper-button-next {
  right: -6px;
}

.swiper-button-prev {
  left: -6px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2em;
  font-weight: bolder;
  color: var(--main-color);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.location-box {
  padding: 20px;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 12%);
}

.swiper .location-box {
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

.location-box-col {
  padding-left: 15px;
  padding-right: 15px;
}

@media print, screen and (min-width: 768px) {
  .swiper {
    padding: 15px;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper-slide {
    width: calc(100% / 2 - 10px);
  }
}

@media print, screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .location-box {
    padding: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .location .swiper-wrapper {
    justify-content: center;
    gap: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .location .swiper-slide {
    width: calc(100% / 2 - 15px);
  }
}

@media print, screen and (min-width: 768px) {
  .swiper .location-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media print, screen and (min-width: 768px) {
  .location-box-row {
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .location-box-col {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .location .swiper-wrapper {
    justify-content: flex-start;
    gap: 60px;
  }
}

@media (min-width: 992px) {
  .location .swiper-slide {
    width: calc(100% / 2 - 30px);
  }
}

@media (min-width: 992px) {
  .location-box-row {
    justify-content: space-between;
    gap: 30px;
  }
}

@media (min-width: 992px) {
  .location-box-col {
    width: calc(100% / 2 - 15px);
  }
}

.news-area ul li + li {
  padding-left: 40px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .news-area ul li + li {
    padding-left: 0;
  }
}

.about-job-image-area .layered-image,
.interview-image-area .layered-image,
.pr-point-image-area .layered-image {
  width: 100%;
  -webkit-mask-image: linear-gradient(black 60%, transparent);
  mask-image: linear-gradient(black 60%, transparent);
}

.appeal-point-area h3 {
  padding-right: 100px;
}

.interview-image-area .profile .profile-name {
  display: none;
  font-size: initial !important;
}

.flow-area {
  background-color: #ffffff;
  border: none;
  position: relative;
  min-height: 100px;
  text-align: center;
  padding-top: 35px;
}

.flow-area::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 15px;
  border-color: transparent transparent transparent var(--main-color);
  content: "";
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

.flow-step {
  background-color: var(--main-color);
  color: #ffffff;
  position: absolute;
  width: 40%;
  display: inline-block;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 8px 20px;
}

.flow-ttl {
  font-size: 1em;
  line-height: 1;
}

.location-text-area {
  background-color: #ffffff;
  padding: 15px 10px 0;
}

.location-box-list .location-text-area {
  padding: 20px 20px 0;
}

.location-img img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.location-text-area p {
  font-size: 0.8em;
  margin-top: 1em;
}

.location-ttl {
  font-size: 1.125em;
  position: relative;
  padding-bottom: 10px;
}

.location-box-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.location-box-list {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sub-bg-color);
}

.location-box-list:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--sub-bg-color);
}

.location-box-list:nth-child(-n + 3) .location-text-area {
  padding-top: 0;
}

.location-box-list:nth-child(3n + 1) {
  border-left: none;
}

.location-box-list:nth-child(3n + 2),
.location-box-list:nth-child(3n + 3) {
  border-left: 1px solid var(--sub-bg-color);
}

.location-text-area {
  padding: 20px 10px 0;
}

.border-radius {
  border-radius: 10px;
}

.daihyou-name {
  font-size: 1.125em;
  font-weight: bold;
  padding: 10px 15px;
}

.greeting-ttl {
  font-size: 1.6em;
  line-height: 1.5em;
  position: relative;
  padding-top: 5px;
}

.company-info-area {
  padding: 40px 30px;
}

table.company tr th {
  color: var(--main-color);
  width: 250px;
  text-align: left;
  font-size: 18px;
  padding-left: 0;
}

@media (max-width: 991px) {
  table.company tr th {
    min-width: 120px;
    width: 160px;
  }
}

@media (max-width: 767px) {
  table.company tr th {
    font-size: 16px;
    width: 120px;
  }
}

@media (max-width: 575px) {
  table.company tr th {
    font-size: 15px;
    border-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    padding-right: 0;
  }
}

.location-list-area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}

.location-text-area {
  margin-top: 0px;
}

.location .swiper {
  padding-top: 40px;
  margin-bottom: -15px;
}

@media (max-width: 1199px) {
  .location-box-list {
    width: calc(100% / 2);
    padding-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .location-box-list .location-text-area {
    padding: 15px 10px 0;
  }
}

@media (max-width: 1199px) {
  .location-box-list:nth-child(-n + 2) .location-text-area {
    padding-top: 0;
  }
}

@media (max-width: 1199px) {
  .location-box-list:nth-child(-n + 3) .location-text-area {
    padding-top: 15px;
  }
}

@media (max-width: 1199px) {
  .location-box-list:nth-child(2n + 1) {
    border-left: none;
  }
}

@media (max-width: 1199px) {
  .location-box-list:nth-child(2n + 2) {
    border-left: 1px solid var(--sub-bg-color);
  }
}

@media (max-width: 1199px) {
  .daihyou-name {
    font-size: 1.05em;
  }
}

@media (max-width: 991px) {
  .daihyou-name {
    font-size: 1em;
  }
}

@media (max-width: 1199px) {
  .greeting-ttl {
    font-size: 1.5em;
  }
}

@media (max-width: 991px) {
  .appeal-point-area h3 {
    padding-right: 60px;
  }
}

@media (max-width: 991px) {
  .interview-image-area .profile .profile-ttl {
    font-size: 1em;
  }
}

@media (max-width: 991px) {
  .interview-image-area .profile .profile-ttl::after {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}

@media (max-width: 991px) {
  .greeting-ttl {
    font-size: 1.3em;
    line-height: 1.4em;
  }
}

@media (max-width: 767px) {
  .news-area {
    margin: 20px auto 0;
  }
}

@media (max-width: 767px) {
  .appeal-point-area h3 {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .interview-image-area .profile .profile-name {
    font-size: 1em;
    font-weight: bold;
    display: block;
  }
}

@media (max-width: 767px) {
  .blue-band-area {
    font-size: 1.17em;
    padding: 5px 15px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .tab-btn-bottom-content {
    padding: 4px 18px 4px 10px;
  }
}

@media (max-width: 767px) {
  .location-text-area p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .location-ttl::after {
    width: 1em;
  }
}

@media (max-width: 767px) {
  .flow-area {
    min-height: 64px;
    margin-left: 13%;
    padding-top: 15px;
    padding-left: 20%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .flow-area::after {
    border-width: 12px 0 12px 15px;
    right: auto;
    left: 48%;
    top: auto;
    bottom: -38px;
    transform: rotate(90deg) translateX(-50%) translateY(0%);
    right: initial !important;
  }
}

@media (max-width: 767px) {
  .flow-step {
    width: 26%;
    top: 50%;
    left: -15%;
    transform: translateY(-50%);
    padding: 8px 10px 10px;
  }
}

@media (max-width: 767px) {
  .side-banner {
    z-index: 10;
    top: inherit;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    text-align: center;
    top: initial !important;
  }
}

@media (max-width: 767px) {
  .side-banner .entry-btn-side {
    background-color: #ffffff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 8px 20px;
    font-weight: 500;
    width: auto;
  }
}

@media (max-width: 767px) {
  .side-banner .entry-btn-side::before,
  .side-banner .entry-btn-side::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .location .swiper {
    padding-top: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .appeal-no-area {
    min-width: 50px;
    font-size: 1.75em;
    padding: 20px 20px 0;
    position: absolute;
  }
}

@media (max-width: 575px) {
  .appeal-no-area::before {
    top: 30px;
    left: 42px;
    height: 50%;
  }
}

@media (max-width: 575px) {
  .appeal-point-area {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .appeal-point-area h3 {
    padding-left: 40px;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .document-right-100 {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .tabBox .tabArea.bottom .one_tab {
    width: 80%;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .interview-image-area .profile .profile-name {
    font-size: 10px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .interview-image-area .profile .profile-text {
    line-height: 1;
    font-size: 10px;
    text-align: left;
    padding: 0 5px;
  }
}

@media (max-width: 575px) {
  .faq-accordion dt {
    font-size: 1em;
    padding: 10px 45px 10px 50px;
  }
}

@media (max-width: 575px) {
  .faq-accordion dd {
    font-size: 1em;
    letter-spacing: 0;
  }
}

@media (max-width: 575px) {
  .company-info-area {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .job-type-area {
    padding: 40px 15px;
  }
}

@media (max-width: 575px) {
  .wrapper-content .location-list-area {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .location-ttl {
    font-size: 1em;
  }
}

@media (max-width: 575px) {
  .wrapper-content .location-ttl {
    font-size: 1.125em;
  }
}

@media (max-width: 575px) {
  .location-box-list-wrap {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .location-box-list {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .entry-table tr td h5 {
    margin-bottom: 4px;
  }
}

@media (max-width: 575px) {
  .location-box-list:nth-child(-n + 2) .location-text-area {
    padding-top: 15px;
  }
}

@media (max-width: 575px) {
  .location-box-list:nth-child(2n + 2) {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .entry-table input[type="checkbox"]::after {
    top: calc(50% - 4px);
  }
}

.entry-table tr td p {
  margin: 0 0 8px;
  line-height: 1.5;
}

.base .swiper-button-next {
  right: -6px;
}

.base .swiper-button-prev {
  left: -6px;
}

#pc-menu {
  margin-top: 0px;
}

.tab-btn-bottom::before {
  content: none;
}

.tabArea.bottom .tab_inner::after {
  content: none;
}

@media (max-width: 991px) {
  .header-sns-link ul li a img {
    height: 29px;
    width: 29px;
  }
}

/* 20250723 九州商運様分の最新スタイルを適用 */
.flow-container {
  width: calc(100% - 30px);
  margin: 10px auto 0;
}
.flow-container img {
  width: 32%;
  display: block;
  margin: 0 auto;
}
.flow-box {
  padding-bottom: 10px;
  position: relative;
}
.flow-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.75em;
  display: inline-block;
  vertical-align: middle;
  color: #9f9f9f;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) translateX(-50%) rotate(135deg);
}
.flow-box.last::after {
  content: none;
}
.flow-box-inner {
  border-radius: 40px;
  border: solid 2.5px var(--main-color);
  background-color: #fff;
  margin: 0 auto;
  padding: 8px 20px;
  position: relative;
}
.flow-box-inner h3 {
  font-size: 1.5em;
}
.flow-box.last .flow-box-inner {
  background-color: var(--main-color);
  color: #fff;
}
.flow-circle {
  border-radius: 50px;
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10%;
  top: -28%;
}
.flow-circle.last {
  background-color: #fff;
  border: solid 2.5px var(--main-color);
}
.flow-number {
  position: absolute;
  top: 48%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.flow-number.last {
  color: var(--main-color);
}
@media (max-width: 767px) {
  body {
    font-weight: 400;
  }
  .interview-image-area .profile .profile-name {
    display: none;
  }
}
@media (min-width: 768px) {
  .interview-image-area .profile .profile-text {
    font-size: 100%;
  }
  .flow-container {
    width: 80%;
    margin-top: 40px;
  }
  .flow-box {
    padding-bottom: 20px;
    padding-right: 28px;
  }
  .flow-box::after {
    left: inherit;
    bottom: calc(50% - 5px);
    right: 0;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: translateX(-25%) translateY(-50%) rotate(45deg);
  }
  .flow-circle {
    top: -18%;
  }
}
@media (min-width: 992px) {
  .flow-container {
    width: 70%;
  }
  .flow-box-inner {
    border-radius: 15px;
  }
  .flow-circle {
    border-radius: 50px;
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 1%;
    top: -25%;
  }
  .flow-circle-last {
    border-radius: 50px;
    background-color: #fff;
    border: solid 2px var(--main-color);
    width: 50px;
    height: 50px;
    position: absolute;
    left: -1%;
    top: -16%;
  }
}
