@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
*/

/* 親のliで縦中央に配置 */
.c-gnav > .menu-btn {
  display: flex;
  align-items: center;
}

.c-gnav > .menu-btn > a {
  background: #002638;
  color: #fff !important;
  padding: 10px 14px !important;
  height: auto !important; /* 高さ自動に戻す */
  line-height: 1.5 !important;
  border-radius: 4px;
  transition: 0.3s;
  border: 1px solid #002638;
}

/* hover時：反転 */
.c-gnav > .menu-btn > a:hover {
  background: #FFF;
  color: #002638 !important;
}

/* Swellのデフォルトの下線を消す */
.c-gnav > .menu-btn > a::after {
  display: none !important;
}

/* デフォルトのh2スタイルをリセットして適用 */
h2.heading-line-short {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  position: relative;
  padding-bottom: 16px !important;
  text-align: center;
  color: #002638 !important;
}

h2.heading-line-short::before {
  display: none !important; /* Swellのデフォルト装飾を消す */
}

h2.heading-line-short::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #002638;
}

.section-link a {
  font-size: 14px;
  color: #002638;
  text-decoration: none;
  border-bottom: 1px solid #002638;
  padding-bottom: 4px;
  transition: 0.3s;
}

.section-link a:hover {
  opacity: 0.6;
}

.is-style-clmn-shadow > .swell-block-columns__inner > .swell-block-column h2,
.is-style-clmn-shadow > .swell-block-columns__inner > .swell-block-column p{
    padding-left: 15px;
    padding-right: 15px;

}

.recruit-cta-btn a {
  display: inline-block;
  background: #fff;
  color: #002638 !important;
  padding: 16px 48px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  border: 2px solid #fff;
}

.recruit-cta-btn a:hover {
  background: transparent;
  color: #fff !important;
}
.c-pageTitle{
  text-align: center;
  color: #002638 !important;
  text-shadow: 1px 1px 0 rgb(255, 255, 255,0.1);
}

  /* やらないこと */
  .dont-section {
    background: #f9f8f6;
  }
  
  .dont-list {
    max-width: 800px;
    margin: 48px auto 0;
  }
  
  .dont-item {
    background: #fff;
    padding: 32px 40px;
    margin-bottom: 16px;
    border-radius: 8px;
  }
  
  .dont-item-header {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 12px;
  }
  
  .dont-item-number {
    font-size: 14px;
    color: #002638;
    font-weight: 500;
  }
  
  .dont-item-title {
    font-size: 17px;
    color: #002638;
    font-weight: 500;
  }
  
  .dont-item-text {
    font-size: 14px;
    color: #555;
    line-height: 2;
    padding-left: 40px;
  }

.work-card {
  background: #fff;
  padding: 32px 40px;
  margin-bottom: 24px;
  border-radius: 8px;
}
.person-list {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.person-list p {
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 15px;
  color: #333;
}

.person-list p:first-child {
  border-top: 1px solid #e8e8e8;
}

/* カスタムボタンを非表示 */
.l-header__customBtn {
  display: none !important;
}