@charset "utf-8";
/* CSS column Document */
.toc-js.toc-js-container {
  margin-top:10px;
  margin-bottom:20px;
  box-sizing: border-box;
  padding:15px;
  border-radius: 5px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
div.toc-title.h2{
  font-size:1.8rem;
  font-weight: 600;
}
.column-black{
	background:var(--blue2-color) ;
}
.path-node.page-node-type-column .container.w900.maincontent{
  margin-top:20px;
}
.path-node.page-node-type-column .created{
	text-align: right;
}
.column-black h2.block-title{
	max-width: 1155px;
	margin-left: auto;
	margin-right: auto;
  padding-left:15px;
  padding-right:15px;
	color:var(--white-color);
}
.node--type-column.node--view-mode-full .field--name-field-col-main-visual img{
  width:100%;
  height:auto;
  object-fit: cover;
}
.column-black .node--view-mode-grid .field--name-title a{
	color:var(--white-color);
}
.column-black .node--view-mode-grid .field--name-title a:hover{
	color:var(--white-color);
  text-decoration: underline;
}
.column-black .carousel.view .field--type-image a img{
	border:1px solid var(--navy-color);
}
#column-header{
	min-height: 450px;
	position: relative;
}
#column-header .content-box{
	position: absolute;
	bottom:50px;
	color:var(--white-color);
}
#column-header .content-box .title{
	color:var(--white-color);
	font-weight: 600;
	font-size: 3.2em;
}
body.path-node.page-node-type-column .region.region-content{
	max-width: 980px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 0px;
}
.block-field-blocknodecolumnbody {
	font-size:1.4rem;
}
.block-field-blocknodecolumnbody p{
	line-height: 200%;
	margin-bottom:40px;
}


/* ***********************************************************************
   column-list-page
 *********************************************************************** */
.column-list-page .view-content,
.path-taxonomy .view-content{
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2rem;
}
.column-list-page .view-content .views-row,
.path-taxonomy .view-content .views-row{
  width: calc((100% - 2rem * 2) / 3);
  border-bottom: 1px solid #e7eef2;
  padding-bottom:15px;
}

.column-list-page .view-content .block-field-blocknodecolumnfield-col-eye-catch,
.path-taxonomy .view-content .block-field-blocknodecolumnfield-col-eye-catch{
  margin-bottom: 0.8rem;
}
.column-list-page .view-content .field--type-image a img,
.path-taxonomy .view-content .field--type-image a img{
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.column-list-page .view-content .block-field-blocknodecolumnfield-col-category,
.path-taxonomy .view-content .block-field-blocknodecolumnfield-col-category{
  margin-bottom: 0.8rem;
}
.column-list-page .view-content .block-field-blocknodecolumnfield-col-category .field--name-field-col-category,
.path-taxonomy .view-content .block-field-blocknodecolumnfield-col-category .field--name-field-col-category{
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .column-list-page .view-content .views-row,
  .path-taxonomy .view-content .views-row{
    width: calc((100% - 2rem) / 2);
  }
  #column-header{
    margin-top: -85px;
    background-position: bottom;
    background-size: cover;
    min-height: 350px;
  }
  body.path-node.page-node-type-column .region.region-content{
    padding:0px 0px 30px 0px;
  }
}

@media screen and (max-width: 767px) {
  #column-header .content-box .title{
    font-size:2.1rem;
  }
  .column-list-page .view-content .views-row {
    width: 100%;
  }
}



/* ***********************************************************************
   page-node-type-column
 *********************************************************************** */

/* list style */
.page-node-type-column .node--type-column ul,
.page-node-type-column .node--type-column ol {
  margin-left: 2.2rem;
  margin-bottom: 2rem;
}
.page-node-type-column .node--type-column ul {
  list-style: disc;
  margin-bottom:40px;
}
.page-node-type-column .node--type-column ol {
  list-style: decimal;
}
.page-node-type-column .node--type-column li {
  margin-bottom: 2rem;
  font-size:1.6rem;
  line-height: 180%;
}
.page-node-type-column .node--type-column.node--view-mode-full .field--name-body p{
  font-size:1.6rem;
  line-height: 180%;
  margin-bottom:40px;
  color:#2E4053;
}
.page-node-type-column .node--type-column.node--view-mode-full .field--name-body h2{
  font-size:2.1rem;
}
.page-node-type-column .node--type-column.node--view-mode-full .field--name-body h3{
  font-size:1.8rem;
}
.node--type-column.node--view-mode-full .node__content{
  padding: 20px 25px;
  border-radius: 5px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  margin-bottom:20px;
}
.node--type-column.node--view-mode-full .node__content div.column-title{
    font-size:2.4rem;
    line-height: 140%;
  font-weight: 600;
  margin-bottom:10px;
}
@media screen and (max-width: 767px) {
  .node.node--type-article.node--view-mode-full h2.news-title,
  .node--type-column.node--view-mode-full .node__content div.column-title{
    font-size:1.8rem;
    line-height: 140%;
  }
  .node.node--type-article.node--view-mode-full,
  .node--type-column.node--view-mode-full .node__content{
    padding:0px;
    box-shadow:none;
  }
  .page-node-type-column .node--type-column.node--view-mode-full .field--name-body h2{
    font-size:1.6rem;
  }
  .page-node-type-column .node--type-column.node--view-mode-full .field--name-body h3{
    font-size:1.5rem;
  }
  .page-node-type-column .node--type-column li{
    font-size:1.4rem;
  }
  .page-node-type-column .node--type-column.node--view-mode-full .field--name-body p{
    font-size:1.4rem;
  }
}

/* 基本設定 */


/* H1見出し */
.ck-editor {
  font-size:1.6rem;
}
.ck-editor h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #34495E;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 4px solid #34495E;
}

/* H2見出し */
.ck-editor h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #34495E;
    margin: 60px 0 30px 0;
    padding: 20px;
    background: #EBEDEF ;
    border-bottom: 6px solid #34495E;
    border-radius: 0px;
}

/* H3見出し */
.ck-editor h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
    margin: 40px 0 20px 0;
    padding: 0px 0px 10px 0px;
  border-radius: 0px;
  box-shadow: none;
    border-bottom: 2px solid #34495E;
  background-color:transparent;
}

/* H4見出し */
.ck-editor h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
    margin: 30px 0 15px 0;
}

/* 本文テキスト */
.ck-editor p {
    margin-bottom: 20px;
    line-height: 1.8;
}

/* 強調テキスト */
.ck-editor strong, b {
    font-weight: 700;
    color: #34495E;
}

/* リンクテキスト */
.ck-editor a {
    color: #34495E;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.ck-editor a:hover {
    opacity: 0.7;
    text-decoration: underline;
}




.toc-js-container{
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
    margin: 40px 0;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
div.toc-title.h2{
  font-size: 20px;
    margin: 0 0 0px 0;
    padding: 0 0 10px 0;
    background: none;
    border-left: none;
    color: #333333;
}
.page-node-type-column .node--type-column .toc-js-container li{
  margin-bottom: 12px;
    padding-left: 5px;
    line-height: 1.8;
}
.page-node-type-column .node--type-column .toc-js-container ul{
  list-style: decimal;
    padding-left: 20px;
    margin: 0;
    counter-reset: item;
}
.page-node-type-column .node--type-column .toc-js-container li a{
  color: #333333;
    font-weight: 400;
    text-decoration: none;
}
.page-node-type-column .node--type-column .toc-js-container li a:hover{
  color: #34495E;
    text-decoration: underline;
}








/* リスト */
.ck-editor ul {
    margin: 20px 0;
    padding-left: 30px;
}

.ck-editor ul li {
    margin-bottom: 10px;
    line-height: 1.8;
    list-style-type: disc;
}

.ck-editor ol {
    margin: 20px 0;
    padding-left: 30px;
}

.ck-editor ol li {
    margin-bottom: 10px;
    line-height: 1.8;
}

/* テーブル */
.ck-editor table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.ck-editor thead {
    background-color: #34495E;
    color: #FFFFFF;
}

.ck-editor thead th {
    padding: 18px 15px;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
}

.ck-editor tbody tr {
    border-bottom: 1px solid #E9ECEF;
    transition: background-color 0.2s ease;
}

.ck-editor tbody tr:hover {
    background-color: #F8F9FA;
}

.ck-editor tbody tr:last-child {
    border-bottom: none;
}

.ck-editor tbody td {
    padding: 18px 15px;
    color: #333333;
}

.ck-editor tbody td strong {
    color: #34495E;
    font-weight: 700;
    font-size: 18px;
}

/* 情報ボックス */
.ck-editor .info-box {
    background-color: #EBEDEF;
    border: 2px solid #34495E;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
}

.ck-editor .info-box h3 {
    margin-top: 0;
    color: #34495E;
    border-bottom: none;
    background-color: transparent;
    text-shadow: none;
    box-shadow:none;
}

/* ハイライトボックス */
.ck-editor .highlight-box {
    background: linear-gradient(135deg, #34495E 0%, #0054A6 100%);
    color: #FFFFFF;
    border-radius: 8px;
    padding: 30px;
    margin: 40px 0;
    box-shadow: 0 4px 12px rgba(0, 107, 205, 0.2);
}

.ck-editor .highlight-box h2,
.ck-editor .highlight-box h3 {
    color: #FFFFFF;
    border: none;
    background: none;
    padding: 0;
    margin-top: 0;
}

.ck-editor .highlight-box p {
    color: #FFFFFF;
}

.ck-editor .highlight-box strong {
    color: #FFFFFF;
    text-decoration: underline;
}

/* 注意ボックス */
.ck-editor .warning-box {
    background-color: #FFF8E1;
    border-left: 6px solid #FFC107;
    border-radius: 4px;
    padding: 20px;
    margin: 30px 0;
}

.ck-editor .warning-box h4 {
    color: #F57C00;
    margin-top: 0;
}

/* Tipボックス */
.ck-editor .tip-box {
    background-color: #E8F5E9;
    border-left: 6px solid #4CAF50;
    border-radius: 4px;
    padding: 20px;
    margin: 30px 0;
}

.ck-editor .tip-box h4 {
    color: #2E7D32;
    margin-top: 0;
}

/* ボタン */
.ck-editor .btn {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    margin: 0 10px 10px 0;
}

.ck-editor .btn-primary {
    background: linear-gradient(135deg, #34495E 0%, #0054A6 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 107, 205, 0.3);
}

.ck-editor .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 107, 205, 0.4);
    opacity: 1;
    text-decoration: none;
}

.ck-editor .btn-secondary {
    background-color: #FFFFFF;
    color: #34495E;
    border: 2px solid #34495E;
}

.ck-editor .btn-secondary:hover {
    background-color: #34495E;
    color: #FFFFFF;
    text-decoration: none;
}

/* CTAセクション */
.ck-editor .cta-section {
    background: linear-gradient(135deg, #34495E 0%, #0054A6 100%);
    color: #FFFFFF;
    text-align: center;
    padding: 60px 30px;
    margin: 60px 0;
    border-radius: 12px;
}

.ck-editor .cta-section h2 {
    color: #FFFFFF;
    background: none;
    border: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.ck-editor .cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
}

.ck-editor .cta-section .btn-primary {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C00 100%);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

.ck-editor .cta-section .btn-primary:hover {
    background: linear-gradient(135deg, #FF8C00 0%, #FF6B35 100%);
    box-shadow: 0 6px 16px rgba(255, 107, 53, 0.5);
}

/* FAQ */
.ck-editor .faq-container {
    margin: 40px 0;
}

.ck-editor .faq-item {
    background-color: #FFFFFF;
    border: 2px solid #E9ECEF;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.ck-editor .faq-question {
    background-color: #F8F9FA;
    padding: 20px;
    font-weight: 700;
    color: #34495E;
    cursor: pointer;
    position: relative;
    padding-left: 50px;
}

.ck-editor .faq-question::before {
    content: "Q";
    position: absolute;
    left: 18px;
    top: 12px;
    font-size: 24px;
    font-weight: 700;
    color: #34495E;
}

.ck-editor .faq-question:hover {
    background-color: #E9ECEF;
}

.ck-editor .faq-answer {
    padding: 20px;
    padding-left: 50px;
    background-color: #FFFFFF;
    position: relative;
}

.ck-editor .faq-answer::before {
    content: "A";
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #FF6B35;
}

/* バッジ */
.ck-editor .badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 20px;
    margin-right: 8px;
}

.ck-editor .badge-primary {
    background-color: #34495E;
    color: #FFFFFF;
}

.ck-editor .badge-success {
    background-color: #4CAF50;
    color: #FFFFFF;
}

.ck-editor .badge-warning {
    background-color: #FFC107;
    color: #333333;
}

.ck-editor .badge-info {
    background-color: #00BCD4;
    color: #FFFFFF;
}

/* 画像 */
.ck-editor img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.ck-editor .featured-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

.ck-editor figure {
    margin: 30px 0;
    text-align: center;
}

.ck-editor figcaption {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    font-style: italic;
}

/* 強調線 */
.ck-editor .emphasis-line {
    background: linear-gradient(transparent 60%, #FFD700 60%);
    font-weight: 700;
}

/* テーブルスクロール */
.ck-editor .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 30px 0;
}

.ck-editor .table-scroll table {
    margin: 0;
    min-width: 600px;
}

/* 編集部表記 */
.ck-editor .editor-info {
    background-color: #F8F9FA;
    border: 2px solid #E9ECEF;
    border-radius: 8px;
    padding: 30px;
    margin: 60px 0 40px 0;
}

.ck-editor .editor-info h3 {
    font-size: 20px;
    color: #34495E;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #34495E;
}

.ck-editor .editor-profile {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.ck-editor .editor-image {
    flex-shrink: 0;
}

.ck-editor .editor-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #34495E;
}

.ck-editor .editor-details {
    flex: 1;
}

.ck-editor .editor-details h4 {
    font-size: 18px;
    color: #333333;
    margin: 0 0 5px 0;
}

.ck-editor .editor-title {
    font-size: 14px;
    color: #666666;
    margin: 0 0 10px 0;
}

.ck-editor .editor-qualification,
.ck-editor .editor-specialty {
    font-size: 14px;
    color: #333333;
    margin: 5px 0;
}

.ck-editor .editor-bio {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin: 10px 0 0 0;
}
.ck-editor .ck-widget.html-object-embed{
  background-color: transparent;
}

/* レスポンシブ */
@media (max-width: 768px) {

    .ck-editor h1 { font-size: 26px; }
   .ck-editor  h2 { font-size: 22px; padding: 15px; margin: 40px 0 20px 0; }
   .ck-editor  h3 { font-size: 19px; }
   .ck-editor  h4 { font-size: 17px; }
    .ck-editor .table-of-contents { padding: 20px; }
    .ck-editor .btn { padding: 14px 30px; font-size: 15px; }
    .ck-editor .cta-section { padding: 40px 20px; }
    .ck-editor .info-box, .highlight-box, .warning-box, .tip-box { padding: 20px; }
   .ck-editor  table { font-size: 14px; }
    .ck-editor thead th, tbody td { padding: 12px 8px; }
   .ck-editor  .faq-question, .faq-answer { padding: 15px; padding-left: 45px; }
   .ck-editor  .faq-question::before, .faq-answer::before { top: 15px; }
   .ck-editor  .editor-profile { flex-direction: column; }
    .ck-editor .editor-image img { width: 80px; height: 80px; }
    .ck-editor .editor-info { padding: 20px; }
}
/****** コラムトップ ******/
.path-column .hero-area{
    padding: 20px;
    background: url(../img/company/bg-company-register-2.webp) no-repeat center;
    background-size: cover;
}
.path-column .hero-area .slick__slide {
  height: 100%;
}
.path-column .hero-area .node.node--type-column.node--view-mode-grid{
  height:100%;
}
.path-column .hero-area .node.node--type-column.node--view-mode-grid .node__content{
  padding:25px;
  background:#fff;
  border-radius: 8px;
  height:max-content;
}
.slick-slide .node--type-column.node--view-mode-grid .field--name-field-col-eye-catch img{
  width:100%;
  height:auto;
}
@media (max-width: 768px) {
  .path-column .hero-area{
    padding:20px 0px;
  }
}



