/*
Theme Name: ePARA AFFINGER Child-new
Template: affinger
Description: AFFINGER6以上対応
Version: 20260628
*/

@media print, screen and (min-width: 960px) {
  #header-l {
    max-width: 450px;
  }
  #header-r {
    max-width: calc(100% - 450px);
  }
}

#footer .footerlogo {
  margin-bottom: 5px !important;
}
#footer .footerlogo img {
  margin-bottom: 0px !important;
}

.footer-description {
  margin: 5px !important;
}

.footer-links {
  margin: 5px;
  color: #fff;
  font-size: 12px;
}

.footer-links a {
  display: inline-block;
  margin: 4px;
  color: #fff !important;
  text-decoration: underline !important;
}

.footer-links a:link {
  color: #fff !important;
}

.footer-links a:visited {
  color: #fff !important;
}

.footer-links a:hover {
  color: #fff !important;
}

.footer-links a:active {
  color: #fff !important;
}

/* Contact Form */
.form-must {
  background: #ff1a00;
}

.form-free {
  background: #999;
}

.form-public {
  background: #1add00;
}

.form-private {
  background: #999;
}

.form-must,
.form-free,
.form-public,
.form-private {
  color: #fff;
  border-radius: 3px;
  font-size: 70%;
  margin: 0 5px;
  padding: 3px 5px;
  letter-spacing: 0.1em;
}

form.sent :not(.wpcf7-response-output) {
  display: none;
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  /*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
  /*-- ここまで --*/
}

/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
  /*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
  /*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
  /*-- ここまで --*/
}

/* VR就職フェス 資料請求フォーム用 */

.epara-vr-fes-submit {
  text-align: center;
}

.epara-vr-fes-form .wpcf7-submit {
  --font-family-sans-serif:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";

  --font-family-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #00bbf4 !important;
  border: none;
  border-radius: 4rem;
  width: 400px;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  border-radius: 60px !important;
  border: 0px !important;
  padding: 16px !important;
}

.epara-vr-fes-form .wpcf7-form-control {
}

.epara-vr-fes-form .form-label {
  height: 100%;
  padding: 12px 16px 12px 0;
  display: inline-block;
  width: 18%;
  margin: auto;
  font-weight: 600;
  vertical-align: top;
  font-size: 0.86em;
}

.epara-vr-fes-form .form-input-area {
  display: inline-block;
  margin: auto;
  width: 69%;
}

.epara-vr-fes-form .form-row-inner {
  width: 36%;
  display: inline-block;
  margin: auto;
}

.epara-vr-fes-form .form-inner-label {
  width: 18%;
  display: inline-block;
  margin: auto;
  font-size: 0.86em;
}

.epara-vr-fes-form .form-row {
  height: auto;
  position: relative;
  top: 0;
  margin-bottom: 16px;
  vertical-align: top;
  padding-left: 30px;
}

.epara-vr-fes-form input.wpcf7-form-control {
  background-color: #ffffff;
}

.epara-vr-fes-form .required:after {
  content: " *";
  color: red;
  display: inline-block;
}

.epara-vr-fes-form .required-text {
  color: red;
  font-size: 0.8em;
  text-align: center;
}

.epara-vr-fes-form input.wpcf7-form-control {
  display: inline-block;
}

.epara-vr-fes-form input.wpcf7-submit {
  display: inline-block;
  background: url(https://epara.jp/sys/wp-content/uploads/2020/11/cta-cursor.png);
  background-repeat: no-repeat;
  z-index: 100;
  background-position: right 10% bottom 50%;
  background-size: 0.9rem 1rem;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 799px) {
  #contentInner > main {
    padding: 10px !important;
    width: 90%;
    margin: auto;
    display: block;
  }
  .form-row {
    padding: 10px !important;
    margin-bottom: 0;
  }

  .form-label {
    display: block;
    width: 100% !important;
    padding-right: 0;
  }

  .form-input-area {
    width: 100% !important;
  }

  .form-inner-label {
    width: 100% !important;
  }

  .form-row-inner {
    width: 48% !important;
  }

  .epara-vr-fes-form .wpcf7-submit {
    width: 100% !important;
  }
}

/* ここまでVRフェスのフォーム用 */

.st-tab-content-type-button.st-tab-content-tab-4 label {
  width: 50%;
}

.fit-table table {
  width: auto; /* テーブル全体の幅を自動 */
  border-collapse: collapse;
  table-layout: auto !important;
}

.fit-table td:first-child {
  width: 1%; /* 内容に応じて最小限の幅に */
  white-space: nowrap; /* 折り返さず、文字列の幅で固定 */
}

.fit-table {
  width: 100%;
  overflow-x: auto;
  /*   -webkit-overflow-scrolling: touch; */
  @media only screen and (max-width: 767px) {
    width: 100% !important;
    display: block !important;
  }
}

.fit-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* 表の最小幅を指定（必要に応じて調整） */
}

.fit-table::-webkit-scrollbar {
  height: 8px;
}
.fit-table::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.th-table {
  td.has-text-align-left {
    min-width: 80px;
  }
}
.s-th2 {
  td {
    min-width: 230px;
    word-break: keep-all;
  }
}

.tbig {
  td {
    min-width: 80px;
  }
  tr td:nth-child(2) {
    min-width: 370px;
  }
}

.b-th {
  td {
    font-size: 14px !important;
  }
  td:first-child {
    width: 120px;
  }
}

.epara-more-button-wrap {
  display: block;
  text-align: center;
  margin: 20px 0;
}

.epara-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #2d89ef;
  color: #ffffff !important;
  border: 1px solid #1f6fd1;
  border-radius: 4px;
  padding: 7px 15px;
  min-width: 120px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.epara-more-button:hover {
  background: #2478d4;
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0.95;
}

.epara-more-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  flex: 0 0 14px;
}

.epara-more-icon::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #ffffff;
  right: -4px;
  top: -4px;
  transform: rotate(-45deg);
  transform-origin: right center;
}

.epara-more-icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  right: -6px;
  top: -5px;
  box-sizing: border-box;
}

body[class*="elementor-page"] {
  background: inherit;
}

body[class*="elementor-page"] section {
  margin-bottom: 0;
}

body[class*="elementor-page"] a {
  color: inherit;
}

body[class*="elementor-page"] [class*="copy"] {
  display: none;
}

.fc-title {
  font-size: 12px;
}

.h3modoki,
.post
  h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(
    #reply-title
  ) {
  border-top: 0px solid #29b6f6;
  border-bottom: 0px solid #29b6f6;
}

.contentA {
  width: 90%;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
.contentB {
  width: 100%;
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  background-color: #ffffff;
}

.main {
  width: 90%;
  margin-left: 20%;
  margin-top: 6%;
}

.mobile_main {
  margin-top: -13px;
  position: relative;
  left: 0%;
  background-color: #000000;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-notice {
  margin: 2em 0;
}

.recaptcha-notice p {
  font-size: 90%;
}

.descr.sitenametop {
  color: #444444;
  font-weight: bold;
}
.media-list > li {
  list-style: none;
  margin-bottom: 1em;
}

/* SNS一覧 */
ul.sns_account {
  display: table;
}
ul.sns_account li {
  margin-bottom: 2rem;
  list-style: none;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
}
ul.sns_account li a {
  font-size: 1rem;
  font-weight: bold;
}
ul.sns_account p {
  margin-bottom: 0;
}
ul.sns_account li :before {
  font-size: 1.5rem;
  margin-left: -2rem;
  padding-right: 0.5rem;
}

/* Accessible Carousel - WordPress版 */
:root {
  --carousel-gap: 12px;
  --carousel-radius: 14px;
  --carousel-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  --focus-ring: 0 0 0 3px rgba(0, 120, 255, 0.35);
}

.carousel__scroller:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.carousel {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--carousel-radius);
  box-shadow: var(--carousel-shadow);
  overflow: hidden;
}

.carousel .btn {
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #111;
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.carousel .btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.carousel .btn__icon {
  width: 18px;
  height: auto;
  display: inline-block;
}

.carousel__viewport {
  position: relative;
  padding: 4px 0;
}

.carousel__scroller {
  margin: 0;
  padding: 14px 0;
  width: 100%;
}

.carousel__scroller .slick-list {
  margin: 0 calc(var(--carousel-gap) / -2);
  padding: 0 52px;
  cursor: grab;
}

.carousel__scroller.dragging .slick-list {
  cursor: grabbing;
}

.carousel__scroller .slick-slide {
  padding: 0 calc(var(--carousel-gap) / 2);
  margin: 5px;
  height: auto;
}

.carousel__scroller .slick-slide > div {
  height: 100%;
}

.carousel__slide {
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  border: 0;
  min-height: 0;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: 5px;
}

.carousel__link {
  display: block;
  color: inherit;
  text-decoration: none;
  width: 246px;
  height: 123px;
  min-height: 0;
  gap: 10px;
}

.carousel__image {
  display: block;
  width: 100%;
  height: 130px;
  min-height: 0;
  object-fit: cover;
}

@media (min-width: 720px) {
  .carousel__scroller .slick-list {
    padding: 0 64px;
  }
}

.carousel .btn--nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 38px;
  height: 38px;
  padding: 0;
  justify-content: center;
}

.carousel .btn--nav[data-action="prev"] {
  left: 8px;
}

.carousel .btn--nav[data-action="next"] {
  right: 8px;
}

.carousel .btn--compact {
  padding: 8px 10px;
  font-size: 13px;
}

.carousel__footer {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 10px 14px 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.carousel__playback {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.carousel .dots {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.carousel .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.carousel .dot[aria-current="true"] {
  background: rgba(0, 0, 0, 0.65);
  border-color: rgba(0, 0, 0, 0.65);
}
.carousel .btn:focus-visible,
.carousel .btn--compact:focus-visible,
.carousel__link:focus-visible {
  border: 2px black solid;
  outline: 2px white solid;
}

.carousel .dot:focus-visible {
  border: 2px black solid;
  outline: 2px #ffffff solid;
  border-radius: 999px;
}

.carousel__meta {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  margin-left: auto;
}

#headbox-bg.st-header-fixed,
#headbox-bg {
background: #ffffff!important;
background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%)!important;
background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%)!important;
}

#s-navi dt.trigger .op {
    color: #ffffff;
    background-color: #3dc2ff;
}

#s-navi dd.acordion_tree, #s-navi dd.acordion_search {
    background-color: #ffffff;
}