@charset "UTF-8";
/*
    Template: swell
    Theme Name: kjrecruit
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.yuji {
  font-family: "Yuji Boku", serif;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.op8 {
  opacity: 0.8;
}

.op9 {
  opacity: 0.9;
}

.lead-group {
  display: flex;
  justify-content: center;
}

/* .flex-start {
  justify-content: flex-start;
} */

.lead-group .wp-block-group__inner-container {
  max-width: 500px;
  opacity: 0.9;
}

.w750 .wp-block-group__inner-container {
  max-width: 750px;
}

.center-contents {
  display: flex;
  justify-content: center;
}

/*fadein*/
.fadein {
  position: relative;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.show.fadein {
  opacity: 1;
  transform: translateY(0);
}

/*header*/
.l-header__inner.l-container {
  max-width: 1800px;
}

.l-fixHeader__inner {
  max-width: 1800px;
}

.textwidget.custom-html-widget a.swell-block-button__link {
  width: 220px;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 0.5em 1em;
}

/*auto-scroll-gallery*/
.auto-scroll-gallery {
  overflow: hidden;
  position: relative;
  padding-bottom: 1em !important;
  width: 100vw;
}

.scroll-track {
  display: flex;
  width: fit-content;
  will-change: transform;
  min-width: 3000px;
}

.scroll-items {
  display: flex;
  gap: 1.5em;
}

.scroll-items img {
  aspect-ratio: 16 / 9;
  width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.scroll-items img:nth-of-type(even) {
  position: relative;
  top: 1em;
}

.left-flow .scroll-track {
  animation: scroll-left 60s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-30%);
  }
}

.right-flow .scroll-track {
  transform: translateX(-30%);
  visibility: hidden;
  display: flex;
  width: fit-content;
  min-width: 3000px;
  will-change: transform;
}

.right-flow .scroll-track.start {
  visibility: visible;
  animation: scroll-right 60s linear infinite;
}

@keyframes scroll-right {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0%);
  }
}

/*section-tab-btn*/
.section-tab-btn {
  padding-bottom: 0 !important;
}

.tab-btn-columns {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  border-bottom: 3px solid var(--color_main);
}

.tab-btn-columns a {
  display: block;
  background: var(--color_main);
  color: #fff;
  padding: 1em;
  letter-spacing: 1px;
}

.tab-btn-columns a.part {
  background: #f6f6f6;
  color: #aaa;
}

/*section-benefits*/
.section-benefits .swell-block-column {
  background: #fff;
  padding: 0 1em 1em;
  border-radius: 5px;
}

.section-benefits .benefits-label {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 13px;
}

.section-benefits h4 {
  letter-spacing: 1px;
}

.section-benefits .benefits-label p {
  background: var(--color_main);
  color: #fff;
  padding: 0 0.5em;
}

/*section-info-entry*/
.info-entry-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-entry-columns a {
  width: 50%;
  display: block;
  text-align: center;
  background: #4e93d2;
  color: #fff;
  padding: 3em;
}

.info-entry-columns a:last-child {
  background: #db4756;
}

.info-entry-columns a:hover {
  background: #2a8ae3;
}

.info-entry-columns a:last-child:hover {
  background: var(--color_main);
}

.info-entry-columns h2 {
  margin: 0;
  font-size: 2.2em;
}

.info-entry-columns .link-text {
  letter-spacing: 3px;
}

/*section-interview*/
.section-interview .c-bannerLink__text {
  padding: 1em;
}

.section-interview .c-bannerLink__title {
  color: var(--color_main);
  font-weight: 600;
  font-size: 0.9em;
  background: #fffffff0;
  padding: 1em 0.5em 0;
}

.section-interview .c-bannerLink__description {
  text-align: left;
  font-size: 0.8em;
  background: #fffffff0;
  color: var(--color_text);
  margin-top: 0;
  padding: 1em;
}

/*section-environment*/
.environment-columns .swell-block-column {
  background: #fff;
  padding: 1em;
  border-radius: 10px;
}

.environment-columns .benefits-label {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 28px;
  margin-bottom: -5em;
}

.environment-columns .benefits-label p {
  background: var(--color_main);
  color: #fff;
  padding: 0 0.5em;
}

.environment-columns .swell-block-column h3 {
  margin-bottom: -0.75em;
}

.environment-columns .environment-num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 0;
  font-size: 1.5em;
}

.environment-columns .environment-num span:first-child {
  color: var(--color_main);
  font-size: 2.5em;
  font-weight: 300;
  margin-right: 0.1em;
}

.environment-wrap {
  display: flex;
  align-items: center;
}

.environment-wrap .flex-left,
.environment-wrap .flex-right {
  width: 50%;
}

.environment-wrap .flex-left {
  text-align: center;
}

.environment-wrap .flex-left .oswald {
  color: var(--color_main);
  font-size: 4em;
  font-weight: 300;
  margin-right: 0.1em;
}

.environment-wrap .flex-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.environment-wrap .flex-right svg {
  width: 60px !important;
  height: 70px !important;
}

.environment-wrap .flex-right p {
  font-size: 0.8em;
  opacity: 0.8;
  line-height: 1.5;
}

/*section-flow*/
.section-flow img,
.section-event img {
  border-radius: 5px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.section-flow svg {
  opacity: 0.2;
  transform: scale(0.4);
}

/*section-event*/
.section-event .benefits-label {
  width: fit-content;
  margin-bottom: -3em;
}

.section-event .benefits-label p {
  background: var(--color_main);
  color: #fff;
  padding: 0 0.5em;
}

/*section-message*/
.section-message {
  border-top: 3px solid var(--color_main);
}

/*section-company*/
.section-company th,
.section-company td {
  font-weight: 400;
  padding: 1em;
  font-size: 0.9em;
}

.section-company th {
  color: var(--color_main);
}

/*footer*/
.top #content {
  margin-bottom: 0;
}

.top #before_footer_widget {
  margin-top: 0;
}

/*page-part-time*/
.tab-btn-columns.part-tab a {
  background: #f6f6f6;
  color: #aaa;
}

.tab-btn-columns.part-tab a.part {
  display: block;
  background: var(--color_main);
  color: #fff;
  padding: 1em;
  letter-spacing: 1px;
}

.tutor-list a:focus {
  outline: none;
}

.tutor-list img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 100vmax;
  max-width: 150px;
}

/*modaal*/
.hide-area {
  display: none;
}

.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.modaal-container {
  max-width: 800px !important;
  color: unset !important;
}

#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*page-interview*/
.interview-wrap h2,
.interview-wrap h3 {
  font-weight: 500;
}

.interview-wrap h2 {
  font-size: x-large;
}

.interview-wrap h3 {
  color: var(--color_main);
  margin: 1em auto 0.5em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.5em 0;
}

.interview-contents a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: unset;
}

.interview-name {
  text-align: center;
  margin-bottom: 0.5em;
  color: var(--color_main);
}

.interview-text {
  opacity: 0.8;
  font-size: 0.9em;
}

/*page-entry*/
.contact-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3em;
}

table.contact-table {
  max-width: 800px;
}

.contact-table th {
  font-weight: 400;
  font-size: 0.9em;
  width: 30%;
}

.contact-table th,
.contact-table td {
  border-left: none;
  border-right: none;
  background: unset;
  letter-spacing: 1px;
  padding: 1.5em 1em;
}

.contact-table td input,
.contact-table td textarea {
  width: 100%;
  padding: 0.75em 0.5em;
  border: none;
  background: #f2f6fa;
  border-radius: 5px;
  font-size: 16px;
}

.contact-table .width-s input {
  width: 70px !important;
  margin-right: 0.25em;
}

.contact-table td input[type="checkbox"],
.contact-table td input[type="radio"] {
  width: unset;
}

.contact-table th p {
  display: flex;
  flex-direction: column;
}

.contact-table th span {
  display: inline-block;
  background: var(--color_main);
  width: fit-content;
  color: #fff;
  font-size: 0.75em;
  padding: 0 0.25em;
  margin-bottom: -0.25em;
  border-radius: 2px;
}

.contact-table th span.any {
  background: #cbcbcb;
}

.contact-table td input::placeholder,
.contact-table td textarea::placeholder {
  opacity: 0.6;
}

.contact-table td .wpcf7-checkbox,
.contact-table td .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.contact-table td .wpcf7-list-item {
  margin: 0;
  font-weight: 300;
  padding: 0.25em 0.5em;
  display: inline-block;
  border: 1px solid #999;
  border-radius: 5px;
}

.contact-table td .wpcf7-list-item:has(input:checked) {
  background: #d2e7ff;
  font-weight: 500;
}

.contact-table td .td-text {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.contact-table td .wpcf7-not-valid-tip {
  color: #f77b7b;
  font-size: 0.9em;
}

.submit-btn {
  border: none;
  padding: 0.5em 3em;
  font-size: 1.1em;
  letter-spacing: 2px;
  background: #f77b7b;
  color: #fff;
}

.submit-btn:disabled {
  background: #ddd;
}

.wpcf7-spinner {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-message {
  font-size: 0.75em;
  margin-top: 2em;
}

@media not all and (min-width: 960px) {
  .w-header.pc_ {
    display: block !important;
  }

  .l-header__customBtn {
    display: none;
  }

  .interview-list-columns {
    margin-right: -4vw;
  }

  .interview-list-columns .swell-block-columns__inner {
    display: block;
    scroll-snap-type: x mandatory;
    max-width: 800px;
    white-space: nowrap;
    overflow-x: scroll;
    padding-right: 4vw;
  }

  .interview-list-columns .swell-block-columns__inner .swell-block-column {
    scroll-snap-align: center;
    display: inline-block;
    width: 250px;
    white-space: normal;
    overflow: hidden;
    vertical-align: top;
  }

  .interview-list-columns .swell-block-columns__inner .c-bannerLink__figure {
    aspect-ratio: 10 / 16;
  }

  .environment-wrap .flex-left .oswald {
    font-size: 3em;
  }
}

@media not all and (min-width: 600px) {
  .post_content h3 {
    font-size: 1.4em;
  }

  .post_content h4 {
    font-size: 1.3em;
  }

  .textwidget.custom-html-widget a.swell-block-button__link {
    width: 130px;
  }

  .scroll-items img {
    width: 200px;
  }

  .info-entry-columns {
    flex-direction: column;
  }

  .info-entry-columns a {
    width: 100%;
    padding: 2em;
  }

  .section-flow .swell-block-column:nth-child(even) {
    display: none;
  }

  .modaal-content-container {
    padding: 0 !important;
  }

  .modaal-container
    .wp-block-media-text.is-image-fill-element
    > .wp-block-media-text__media {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  /*page-entry*/
  .contact-table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e9e9e9;
    gap: 0.5em;
  }

  .contact-table tr:first-child {
    border-top: 1px solid #e9e9e9;
  }

  .contact-table th {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }

  .contact-table th p {
    display: unset;
  }

  .contact-table th span {
    margin-right: 0.5em;
    position: relative;
    bottom: 1px;
  }

  .contact-table td {
    border: none;
    padding-top: 0;
  }
}
