@charset "UTF-8";
/*
    Template: swell
    Theme Name: fourx-r
    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;
  font-feature-settings: "palt" 1;
}

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

.mont {
  font-family: "Montserrat", sans-serif;
}

.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.zenkure {
  font-family: "Zen Kurenaido", sans-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;
}

.l-content {
  margin-bottom: 0;
}

.sp-block {
  display: none;
}

.section-title {
  font-size: 2.5em !important;
  font-weight: 600 !important;
  letter-spacing: 5px;
  margin-bottom: -0.5em !important;
}

.title-border {
  border-bottom: 7px solid rgba(0, 0, 0, 0.1) !important;
}

/*header*/
.l-fixHeader__inner {
  max-width: 100%;
}

.btn-wrap {
  display: flex;
  gap: 0.5em;
}

.btn-wrap a {
  display: inline-block;
  background: var(--color_main);
  color: #fff;
  padding: 0.75em 1em;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 0.95em;
  font-weight: 500;
}

.btn-wrap a:last-child {
  background: #32373c;
}

/*footer*/
.w-beforeFooter {
  margin: 0;
}

.btn-wrap.sp-fix-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  gap: 0;
}

.btn-wrap.sp-fix-btn a {
  border-radius: unset;
  width: 100%;
  text-align: center;
}

.btn-wrap.sp-fix-btn a {
  padding: 1em;
  font-size: 1.15em;
}

/*section-mv*/
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #ffdfdf;
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.circles li:nth-child(11) {
  right: 25%;
  width: 60px;
  height: 60px;
  animation-delay: 2s;
}

.circles li:nth-child(12) {
  right: 10%;
  width: 10px;
  height: 10px;
  animation-delay: 2s;
  animation-duration: 14s;
}

.circles li:nth-child(13) {
  right: 70%;
  width: 40px;
  height: 40px;
  animation-delay: 6s;
}

.circles li:nth-child(14) {
  right: 40%;
  width: 30px;
  height: 30px;
  animation-delay: 0s;
  animation-duration: 20s;
}

.circles li:nth-child(15) {
  right: 65%;
  width: 10px;
  height: 10px;
  animation-delay: 2s;
}

.circles li:nth-child(16) {
  right: 75%;
  width: 100px;
  height: 100px;
  animation-delay: 5s;
}

.circles li:nth-child(17) {
  right: 35%;
  width: 130px;
  height: 130px;
  animation-delay: 9s;
}

.circles li:nth-child(18) {
  right: 50%;
  width: 15px;
  height: 15px;
  animation-delay: 15s;
  animation-duration: 47s;
}

.circles li:nth-child(19) {
  right: 20%;
  width: 35px;
  height: 35px;
  animation-delay: 2s;
  animation-duration: 37s;
}

.circles li:nth-child(20) {
  right: 85%;
  width: 140px;
  height: 140px;
  animation-delay: 0s;
  animation-duration: 13s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.mv-main {
  margin-bottom: 4em;
}

.section-mv .context {
  padding-top: 10em;
}

.mv-main h2 {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 1em;
  letter-spacing: 2px;
}

.mv-main .catch1 {
  font-size: 2em;
}

.mv-main .catch2 {
  font-size: 1.5em;
  position: relative;
  left: 20%;
}

.mv-main .catch1,
.mv-main .catch2 {
  display: flex;
  align-items: baseline;
  gap: 0.15em;
}

.mv-main .box-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color_main);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4em;
  width: 1.3em;
  height: 1.3em;
  font-weight: 500;
  border-radius: 8px;
}

.mv-sub {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-weight: 600;
}

.mv-sub p:first-child {
  font-size: 1.4em;
  border-bottom: 1px solid;
  line-height: 1.5;
  padding-bottom: 0.25em;
}

.section-mv .area {
  padding-bottom: 2em;
}

/*auto-scroll-gallery*/
.auto-scroll-gallery {
  overflow: hidden;
  position: relative;
  width: 100vw;
}

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

.scroll-items {
  display: flex;
}

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

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

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

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

/*section-about*/
.section-about h2 {
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.3;
}

.section-about .wp-block-group {
  border-radius: 20px;
}

.section-about .swell-block-column {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 0.35em;
}

/*section-cta*/
.section-cta h2 {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-cta .swell-block-column {
  max-width: 330px;
  border-radius: 15px;
  padding-bottom: 2em;
}

.section-cta .swell-block-column:last-child a {
  background: #32373c;
}

.section-cta .swell-block-columns__inner {
  justify-content: center;
}

.section-cta h3 {
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 3px;
}

.section-cta .is-style-btn_normal a {
  font-weight: 500;
  padding: 0.75em;
}

/*section-work*/
.work-columns .swell-block-column {
  border: 2px solid var(--color_main);
  border-radius: 15px;
  padding: 1em;
}

.work-columns .swell-block-column h3 {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.5em;
  margin-bottom: 0.5em !important;
}

.work-columns .swell-block-column p {
  line-height: 1.4;
  letter-spacing: 1px;
  opacity: 0.8;
}

.section-work h4 {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 4px;
}

.section-work .why-img img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.strength-columns figure {
  margin-bottom: 0.25em;
}

.strength-wrap {
  background: var(--color_main);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em 0.5em;
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: 500;
  border-radius: 15px;
}

.strength1 {
  position: relative;
  bottom: 1em;
  margin-bottom: -3em;
}

.strength1 .roboto {
  font-size: 4em;
}

/*section-result*/
.section-result .wp-block-group {
  border-radius: 20px;
  padding: 3em;
}

.section-result h3 {
  position: relative;
  bottom: 3em;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: -1.5em;
  font-family: "Zen Maru Gothic", sans-serif;
}

.section-result ul {
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
  font-size: 1.2em;
}

.section-result a {
  color: var(--color_main);
}

.result-columns h4 {
  font-size: 1.3em;
  letter-spacing: 2px;
  font-weight: 500;
}

.section-result .challenge-message {
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 0;
}

.section-result h5 {
  font-size: 1.4em;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 0.5em;
}

/*section-voice*/
.staff-columns {
  display: flex;
  justify-content: center;
  gap: 1.5em;
}

.staff-column {
  background: #fff4f4;
  padding: 1.5em;
  border-radius: 20px;
  width: 100%;
}

.staff-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.staff-column h3 {
  margin: 0.25em auto 1em;
  font-weight: 500;
  font-size: 1.3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 2px;
}

.staff-column h3 span {
  font-size: 0.75em;
}

.staff-column h4 {
  margin: 0 auto 0.5em;
  color: var(--color_main);
  font-weight: 600;
  font-size: 1.3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 3px;
}

.staff-column h4 span {
  font-size: 0.75em;
}

.staff-column p {
  font-size: 0.95em;
  margin-bottom: 1.5em;
  opacity: 0.8;
}

.staff-column .clamp-text {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.staff-btn a {
  display: block;
  background: var(--color_main);
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 100vmax;
  letter-spacing: 2px;
}

/*modal*/
html.modal-open,
body.modal-open {
  overflow: hidden;
  height: 100%;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal.is-open {
  display: flex !important;
}

.modal-content {
  background: #fff;
  width: min(430px, 100%);
  max-height: calc(75vh - 48px);
  overflow: auto;
  padding: 28px 22px;
  border-radius: 12px;
  position: relative;
  top: 1em;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.modal-close-wrap {
  position: sticky;
  top: 0;
  z-index: 1;
}

.modal-close {
  position: absolute;
  top: -1em;
  right: -0.5em;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  background: var(--color_main);
  color: #fff;
}

.modal-close:hover {
  background-color: #f2f2f2;
  color: #000;
}

.modal-content h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.modal-content p {
  line-height: 1.8;
  margin-bottom: 0;
}

.modal-info {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.modal-info img {
  width: 100px;
}

.modal-info h3 {
  align-items: unset;
}

.modal-interview h5 {
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
  color: var(--color_main);
  display: flex;
  gap: 0.5em;
  line-height: 1.3;
}

.modal-interview h5 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.modal-interview p {
  font-size: 0.9em;
  line-height: 1.5;
}

/*section-company*/
.section-company {
  z-index: 0;
}

.section-company th {
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 3px;
}

.section-company th,
.section-company td {
  padding: 1em;
}

/*page*/
.c-pageTitle {
  display: none;
}

.post_content {
  margin-top: 0 !important;
}

/*page-privacy*/
.privacy-wrap h1,
.privacy-wrap h2 {
  font-weight: 500;
}

.privacy-wrap,
.privacy-wrap li {
  letter-spacing: 2px;
  line-height: 2;
}

/*section-tab-btn*/
.section-tab-btn {
  padding-top: 0 !important;
  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 1.5em;
  letter-spacing: 1px;
  border-radius: 10px 10px 0 0;
}

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

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

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

/*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) {
  /*section-voice*/
  .staff-columns {
    display: block;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .staff-column {
    scroll-snap-align: center;
    display: inline-block;
    margin: 0 0.5em;
    width: 300px;
    white-space: normal;
    overflow: hidden;
  }

  /*footer*/
  .l-footer {
    margin-bottom: 4em;
  }
}

@media not all and (min-width: 600px) {
  .sp-block {
    display: block;
  }

  .sp-left {
    text-align: left;
  }

  .section-notation {
    font-size: 3em !important;
    line-height: 1;
    margin-bottom: 0.25em !important;
  }

  .section-title {
    font-size: 1.65em !important;
    letter-spacing: 1px;
  }

  /*section-mv*/
  .mv-main h2 {
    align-items: center;
    position: relative;
    left: 0.25em;
    letter-spacing: 0;
  }

  .mv-main .catch1 {
    font-size: 1.6em;
  }

  .mv-main .catch2 {
    font-size: 1.2em;
    left: unset;
  }

  .mv-sub p:first-child {
    font-size: 1.3em;
  }

  /*section-about*/
  .section-about h2 {
    font-size: 1.35em;
    letter-spacing: -1px;
  }

  .section-about .swell-block-column {
    height: 60px;
  }

  .section-about .swell-block-column:nth-child(7) figure {
    height: stretch;
  }

  /*section-cta*/
  .section-cta h2 {
    font-size: 1.6em;
  }

  /*section-result*/
  .section-result .wp-block-group {
    padding: 1.5em;
  }

  .section-result .wp-block-group .mont {
    font-size: 2.6em !important;
    margin-bottom: 1em !important;
  }

  .section-result .challenge-message {
    font-size: 1.35em;
    letter-spacing: -1px;
  }

  .section-result h5 {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 0;
  }

  /*section-work*/
  .work-columns .swell-block-column h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em !important;
  }

  .section-work h4 {
    font-size: 1.2em;
  }

  .strength-wrap {
    padding-top: 0.25em;
  }

  .strength1 {
    margin-bottom: -2.8em;
  }

  .strength1 .roboto {
    font-size: 3.5em;
  }

  .strengt2 {
    font-size: 0.9em;
  }

  /*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;
  }
}
