@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    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
*/
/*----------------------------------------
　　　　　　　　　　  ALL
----------------------------------------*/
#breadcrumb {display: none;}
.l-header__bar{display: none;}

/*----------------------------------------
　　　　　　　　　　共通項目
----------------------------------------*/
.c_white{color: #fff;}
.c_theme{color: #cc007b;}
.c_text{color: #333;}
.bg_white {background-color: #fff;}
.bg_theme{background-color: #cc007b;}
.bg_gray{background-color: #333;}
.pink-underline {
  text-decoration: underline;
  text-decoration-color: #cc007b;
  text-underline-offset: 3px;
}
.textBox{max-width: 600px;}
.text_bold{font-weight: bold;}
.mobile-only {display: none;}
.pc_display {
  display: block;
}
/*.l-header__menuBtn, .l-header__customBtn{
  display: none;
}*/
/*----------------------------------------
　　　　　         RECRUIT
----------------------------------------*/
.page-id-12 .l-header, .page-id-12 .c-pageTitle {
  display: none;
}
.page-id-12 .l-mainContent__inner>.post_content {
  margin: 0;
}
.page-id-12 .l-content {
  padding-top: 0;
  margin: 0 auto;
}
.page-id-12 .sp527-top-fullwrap {
  padding-top: 0 !important;
}
.page-id-12 h1 {
    display: none;
}
.top #content {
    padding-top: 0 !important;
}
.page-id-12 p {
  line-height: 2;
}
.catch-text {
  font-size: 20px;
  font-weight: bold;
}
.voice-card-head-wrap{
  display: flex;
  gap: 0;
}
.voice-card-head,
.voice-card-head-02 {
  color: #fff;
  padding: 12px 32px;
  display: inline-block;
  margin: 0;
}
.voice-card-head {
  font-size: 24px;
}
.diagonal-wrapper {
  position: relative;
  overflow: visible;
}
.diagonal-banner {
  background: #fff;
  transform: skewY(-5deg);
  padding: 10px 16px;
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.diagonal-content {
  text-align: center;
}
.diagonal-content p {
  font-size: 64px;
  font-weight: bold;
  margin: 0;
}
.diagonal-content .highlight {
  color: #d1007d;
}
.white-box {
  background: #fff;
  display: inline;
  padding: 6px 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.list-box li {
  margin: 1.5em 0;
}
.swell-block-fullWide__inner .bottom-img {
  margin-bottom: 0;
}
.skew-text-wrap {
  text-align: left !important;
}
.skew-text-wrap img {
  max-width: 500px;
}
.round-wrap {
  border-radius: 20px;
}
.round-wrap .swell-block-column p {
  margin: 0 auto;
}
.round-wrap p {
  max-width: 600px;
}
.custom-gradient-button {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background: linear-gradient(45deg, #cc007b, #ff6ac4);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  gap: 8px;
}
.custom-gradient-button:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
  opacity: 0.95;
}
.gradient-gray {
  background: linear-gradient(45deg, #cc007b, #333);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .custom-gradient-button {
    right: 50%;
    transform: translateX(50%);
    bottom: 15px;
    width: 95%;
  }
  .custom-gradient-button:hover {
    transform: translateX(50%) translateY(-2px);
  }
}
.footer-visual .wp-block-image {
  margin-bottom: 0;
}
.p-fixBtnWrap {
  display: none;
}
.l-footer {
  background-color: #333;
  color: #fff;
}
.page-id-12 #before_footer_widget {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .wp-block-image.alignfull img {
    width: 100%;
    max-width: 2800px !important;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .section_title .swl-fz{
    font-size: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .diagonal-content p {
    font-size: 40px;
  }
  .skew-text-wrap img {
    width: 100%;
    height: auto;
  }
  .fixed-button {
    right: 50%;
    bottom: 5px;
    transform: translateX(50%);
    width: 100%;
  }
  .mobile-only {
    display: block;
  }

  .pc_display {
    display: none;
  }
  .section_title .swl-fz{
    font-size: 40px !important;
  }
}

/*----------------------------------------
　　　　　　　　　　応募フォーム
----------------------------------------*/
.custom-gradient-button.recruit-info-cv,
.custom-gradient-button.entry-form-cv {
    display: none;
}

.page-id-12 .recruit-info-cv {
    display: inline-flex !important;
}
.page-id-42 .entry-form-cv {
    display: inline-flex !important;
}

/* 入力欄全体の設定 */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}

/* テキストエリアの設定 */
table.CF7_table textarea {
  resize: vertical;
  max-width: 100%;
  min-height: 300px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}

/* 入力欄とテキストエリア共通 */
.CF7_table input,
.CF7_table select,
.CF7_table textarea {
  border: 1px solid #d8d8d8;
}

/* table */
table.CF7_table {
  width: 100%;
  margin: 0 auto;
  border: none !important
}

table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}

table.CF7_table th {
  width: 30%;
  background-color: #F6F8F8;
  font-size: 15px;
  vertical-align: middle;
}

/* 背景を削除 */
table.CF7_table tr,
table.CF7_table th,
table.CF7_table td {
  padding: 0.75rem 0.75rem !important;
  background: none !important;
  border: none !important;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

.CF7_table ::placeholder {
  color: #797979;
}

/*「必須」文字*/
.CF7_req {
  font-size: .9em;
  font-weight: normal;
  padding: 2px 6px;
  background: var(--color_main);
  color: #fff;
  margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: .9em;
  padding: 2px 6px;
  background: #000;
  color: #fff;
  margin-right: 1em;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: var(--color_main);
  border: 1px solid var(--color_mian);
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  margin: 0 auto;
  padding: 16px 60px;
  transition: all 0.5s 0s ease;
}

.wpcf7 input.wpcf7-submit:hover {
  opacity: 0.8;
  box-shadow: 2px 2px 6px #EBEBEB;
}

.CF7_btn {
  text-align: center;
  margin: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}
.birth-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.birth-wrap input,
.birth-wrap select {
  width: 100px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
}
.birth-label {
  font-size: 15px;
  margin-right: 10px;
  color: #333;
}
.wpcf7-radio {
  display: flex;
  gap: 20px;
  margin-top: 5px;
}
.wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  table.CF7_table,
  table.CF7_table tbody,
  table.CF7_table tr,
  table.CF7_table th,
  table.CF7_table td {
    display: block;
    width: 100%;
  }

  table.CF7_table tr {
    margin-bottom: 24px;
  }

  table.CF7_table th {
    font-size: 15px;
    margin-bottom: 6px;
    padding: 0 !important;
  }

  table.CF7_table td {
    padding: 0 !important;
  }

  .birth-wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    flex-direction: row;
  }

  .birth-wrap input,
  .birth-wrap select {
    width: 30%;
    min-width: 70px;
  }

  .birth-label {
    line-height: 2.4;
    margin-right: 8px;
  }

  .wpcf7-radio {
    display: flex;
    gap: 16px;
    margin-top: 8px;
  }

  .CF7_btn-area {
    margin-top: 40px;
  }

  .CF7_privacy label,
  .CF7_privacy a {
    font-size: 14px;
  }
}
.CF7_btn-area {
  text-align: center;
}
/* 応募ボタンをグラデーションに変更 */
.wpcf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background: linear-gradient(45deg, #cc007b, #ff6ac4);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  gap: 8px;
  cursor: pointer;
}

/* ホバー時の効果 */
.wpcf7 .wpcf7-submit:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
  opacity: 0.95;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
}
.page-id-118 .c-pageTitle, .page-id-115 .c-pageTitle, .page-id-160 .c-pageTitle {
  display: none;
}