@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
*/


  /* =========================
     ローディング
  ========================= */
#loading {
  position: fixed;
  inset: 0;
  background: #0065B5;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-logo img {
  width: 120px;
  opacity: 0;
  transform: translateY(10px);
  animation: logoFade 1s ease forwards;
}

@keyframes logoFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 消える時 */
#loading.fadeout {
  opacity: 0;
  transition: opacity 0.6s ease;
}


body {
  font-family: "Noto Sans JP","Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-weight:400;
}
.bold { font-weight:700;}
.fc-red { color: #e04b3a;}
.fc-blue { color: #093695;}
.fc-blue2 { color: #418ccf;;}
.fc-org {color: #EB5B17;}
.fs14 { font-size: 14px;}
.fs20 { font-size: 20px;}
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.hide {display:none;}
.is-style-more_btn {
	margin: 4em auto 2em;
}
.is-style-more_btn a {
    background: #F5D35F;
	font-weight: 700;
    box-shadow: unset;
}

.mb-default {margin-bottom:1em;}
.mr10 {margin-right:10px;}
.webf-m {font-family: 'Noto Serif JP', serif;}

  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
.sp480-only {
    display:none;
  }	
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
.sp-only {
    display: block;
  }
}
@media (max-width: 480px){
.sp480-only {
    display: block;
  }
.is-style-more_btn {
	margin: 2em auto 2em;
}
}

.c-pageExcerpt {
    display: none;
}
.c-searchForm__s, .hov-opacity {
border-radius: 10px;	
}

/*右クリ、長押し、ドラッグで保存不可*/
img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}


/******* 下線グラデ青 *******/
h2.yokoline-h2 {
  font-size: clamp(1.563rem, 1.46rem + 0.51vw, 1.875rem);
  font-weight: bold;
  color:#004a72;
  position: relative;
  padding:0em .5em .2em!important;
	
}
h2.yokoline-h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  border-radius: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#1e60d9), to(#22b0e1));
  background-image: -webkit-linear-gradient(right, #1e60d9 0%, #22b0e1 100%);
  background-image: linear-gradient(to left, #1e60d9 0%, #22b0e1 100%);
}
.c-widget__title.-side, .side-h3 {
  font-size: 16px;
  margin-bottom: 1.5em!important;
  background:linear-gradient(135deg, transparent 25%, #daeaf7 25%, #daeaf7 50%, transparent 50%, transparent 75%, #daeaf7 75%, #daeaf7)!important;
  background-size: 4px 4px!important;
	padding: .5em;
	border-bottom: 1px solid #004A72;
}
.post_content h2 {
	color: #323232;
/*     margin: 4em 0 1em; */
	    margin-bottom: 1.5rem ;
	padding:0em .5em .1em;
	letter-spacing: 0.06em!important;
	font-size: clamp(1.75rem, 1.568rem + 0.91vw, 2.25rem); 
}
.img__rotate15 figure {
transform: rotate(15deg)
}
.img__rotate-15 figure {
transform: rotate(-15deg)
}


/******* 下線グラデ青黄 *******/
.mod-ttl_02 {
    position: relative;
    padding-top: 20px;
	margin-bottom: 2rem !important;
	font-size: clamp(1.5rem, 1.378rem + 0.61vw, 1.875rem) !important;
	letter-spacing: .1em;
}
.mod-ttl_02:before {
    content: "";
    top: 100%;
    left: 0;
    width:70%;
    height: 8px;
	background: linear-gradient(to right, #56b0ff 0%, #f5d35f 100%);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    transform: skewX(-15deg);
	border-radius: 8px;
}

@media screen and (max-width: 820px) {
.mod-ttl_02:before {
width: 100%;
}}

.stripe {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2.5px, rgba(229, 242, 245, 1) 2.5px, rgba(229, 242, 245, 1) 5px );
}

/******* サイドに線 *******/
.cp_h1title {
display: flex;
align-items: center;/* 縦位置の調整 */
}
.cp_h1title::before,
.cp_h1title::after {
content: '';
flex-grow: 1;/* 余白を分け与える */
height: 3px;
background: #dae4ef;
margin: 20px;
}
@media (max-width: 480px){
.cp_h1title::before, .cp_h1title::after {
margin: 10px;
}}

/*******  文頭の縦線（角丸＆縦グラデ） *******/
.mod-ttl_03 {
  /* 調整用カスタムプロパティ */
  --bar-width: 10px;          /* 線の太さ */
  --gap: 12px;                /* 線と文字の間隔 */
  --cap-inset: 0.12em;        /* 角丸の上下見せるための余白 */
  font-size: 1.3em;
  position: relative;
  padding-left: calc(var(--bar-width) + var(--gap))!important;
  line-height: 1.5!important;
  font-weight:600;
 margin-bottom: 1em;
}
/* 縦線本体（疑似要素） */
.mod-ttl_03::before{
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block: var(--cap-inset) var(--cap-inset); /* 上下に少しだけ余白で丸端を見せる */
  width: var(--bar-width);
  border-radius: 9999px;
  background: linear-gradient(180deg, #56b0ff 0%, #f5d35f 100%);
  display: block;
}
/* 文字サイズに応じて余白を微調整したい場合のバリエーション */
.mod-ttl_03.is-tight   { --gap: 8px;  --cap-inset: 0.1em; }
.mod-ttl_03.is-loose   { --gap: 16px; --cap-inset: 0.14em; }
/* モバイルでよりコンパクトにしたい場合 */
@media (max-width: 480px){
 .mod-ttl_03{ --gap: 10px; --cap-inset: 0.1em;
	}
}


/* 点滅 */
@keyframes tenmetsu {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}
/* 要素にアニメーションを適用 */
.ani-flashing   {
    animation-name: tenmetsu;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: 5;
}
/*ふわっと上がる*/
.anime-fuwa-up:hover {
  transform: translateY(-5px);
transition : .6s;
}

.mask-image {
  max-width: 400px;
  object-fit: cover; /* 画像の比率を保ってトリミング */
  border-radius: 30px;
  overflow: hidden;   /* 安全のため */
  display: block;
}
.mask-image2 {
  object-fit: cover; /* 画像の比率を保ってトリミング */
  border-radius: 30px;
  overflow: hidden;   /* 安全のため */
  display: block;
}
@media (max-width: 820px) {
.mask-image, .mask-image2 {
text-align: center;
margin: auto;
}
}


/*********** sp-MENU ***********/
.c-widget__title.-spmenu {
	border-radius:6px;
}
#sp_menu .p-spMenu__nav .menu-item-has-children > a:not([href]):before {
    display: none;
}
#sp_menu .sp-nav-cat > a:not([href]) {
	font-weight:600;
}

#sp_menu .p-spMenu__inner {
width: 78vw;
}


/*********** header ***********/

header {
	font-family:"Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	box-shadow: 0 2px 3px rgb(72 72 72 / 15%);

}
.-parallel .l-header__logo {
    display: flex;
    flex-direction: column-reverse;
	align-items: baseline;
    margin: 0 3%;
	padding: 5px 0 ;
	max-width: 600px; /*ロゴクリック範囲に必要*/
	z-index: 1;　/*ロゴクリック範囲に必要*/
}  

.-parallel .l-header__logo .c-catchphrase {
	margin: 20px 0 15px;
    font-size: 13px;
    font-weight: 600;
} 
.w-header__inner {
	width: 100%;
 	margin: 0 150px;
} 

header .inner {
    margin:  -90px 0 0px;
	width: 100% ;
}
header .up-side {
	    display: flex;
	justify-content: end;
}
header .contact-btn {
	margin-right:14px;
}
header .contact-btn a {
    font-size: 13px;
    color: #86999f;
	font-weight:600;
	padding: 6px 15px;
	border: 1px solid #b9cbd1;
}
header .contact-btn a:hover {
	 background-color: #3E9DDD;
	    color: #fff;
}
header .sns {
	line-height: 2.3;
	margin: 0 10px;
}
.c-gnav {
    display: flex;
    text-align: center;
 	height: 50px;
	color:#000;
	}
.c-gnav>.menu-item:last-child {
	background-color: #f5d35f;
	height: 120px;
    position: relative;
    top: -70px;
	}
.c-gnav>.menu-item:last-child:hover {
	background-color: #f7de86;
	}

.-parallel .l-header__gnav .c-gnav {
     justify-content: flex-end;
	margin-top: -44px;
    }
.-parallel .l-header__gnav .c-gnav>li>a {
     padding: 22px 20px 12px;
    }

.c-gnav>.menu-item>a .ttl {
    font-size: clamp(0.875rem, 0.25rem + 1vw, 1rem);
    font-weight: 700;
	line-height: 1.5;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.c-gnav>.menu-item>a .ttl span {
	font-weight: 400;
	font-size: .9em;
}
.-parallel .l-header__logo .c-catchphrase {
    margin: 10px 0;
	 }

 @media (max-width: 1250px)  {
	.-parallel .l-header__gnav .c-gnav {
	margin-top: -10px;
}}

 @media (min-width: 960px) {
.-parallel .l-header__logo .c-catchphrase {
    margin: 15px 0 ;
	 }
.-parallel-bottom .l-header__inner {
padding-top:0px;
}
.-parallel .w-header {
   margin-bottom: 0px;
   margin-top: 0px;
}
.-parallel-bottom .l-header__gnav {
   margin-top: 0;
   background-color: unset;
  color: unset;
 }
.-parallel .l-header__gnav .c-gnav>li>a:after {/*ホバー時出現ライン色*/
    background-color: #f5d35f;
    }
}
@media screen and (max-width: 959px) {
.l-header__inner {
        height: 50px;
    }

} 
/********** 追従時 **********/
.l-fixHeader__inner {
	max-width:100%;
	align-items: flex-end;
	color: var(--color_header_text);
	display: flex;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 30px;
	padding-right: 0;
	position: relative;
	z-index: 1;
	height: 70px;
	box-shadow: 0 2px 3px rgb(72 72 72 / 15%);
	background: linear-gradient(to bottom, #f3f2f0 0%, #ffffff 100%);
}
.l-fixHeader__inner .c-gnav>.menu-item:last-child {
	padding-top: 55px;
	top: -65px;
}
.l-fixHeader__inner .c-gnav>.menu-item>a {
padding: 16px 22px;
}
.l-fixHeader__inner .c-gnav>.menu-item {
margin-top: -5px;
	}

.l-fixHeader__logo {
padding: 16px 0 8px;
}


/*******---* MEGA *---********/
.my-parent-menu-pc {
position : unset !important;
}
.my-parent-menu-pc .sub-menu {
width: 100%;
background-color:#f0f0f0;
text-align: center;
margin: auto; 
}
.my-parent-menu-pc .sub-menu a {
padding: 0em;
}
.my-parent-menu-pc .sub-menu a:before {
display : none;
}
.mega_menu_wrap {
gap: 40px !important;/*画像見出し説明のレイアウト時は不要*/
}


/*上から下へ表示*/
.mega_menu_wrap {
height: 0;
left: 0; 
overflow: hidden;
position: absolute;
transition: height .5s;
background-color:#f0f0f0;    
padding: 1.5rem 2rem;
}

.c-gnav>.menu-item:hover .mega_menu_wrap {
height: 200px/* メガメニューの高さ  300px　*/
}

@media (min-width: 1350px) {
.mega_menu_wrap {    
padding: 2.5rem 4rem 2rem;
}
}

.mega_menu_first {
text-align:left ;
margin: 0 1rem 0 0;
}
.mega_menu_first span {
color: #f74a4a;
font-size: 14px;
font-weight: 600;
}
.mega_menu_first p,
.mega_menu p {
text-align:left;
font-size: 14px;
line-height: 1.4;
}
.mega_menu {
min-width:270px;
padding-top: 1rem;
}
.mega_menu a:hover {
background-color:#f0f0f0!important;
} 
.mega_menu a:hover > .menu-midasi {
color: #f74a4a;
}
.mega_menu figure {
/* max-width: 260px; */
height: 100%;
}

.menu-midasi {
	font-weight:700;
	font-size:19px;
	text-align:left;
}
.menu-midasi .iconstyle {
	color: #f74a4a;
	font-size: .7rem;
    margin-right: .3rem;
	vertical-align: middle;
}
.border_gray>.wp-block-column-mega {
padding: 1.5em 1.5em 0em;
}


/*****---* midasi2 *---******/
.menu-midasi2{
	display: -webkit-box;     /* Safari 6-8（必要な場合） */
	display: -ms-flexbox;     /* IE10-11（必要なら） */
	display: flex;
	align-items: center;
	text-align:left;
	margin: .5rem 0;
}
@media (max-width: 1260px) {
	.mega_menu_wrap {    
	padding: 2rem 1rem;
}
.menu-midasi2{   
    display: block;
	padding:0 20px;
}}

.menu-midasi2 .iconstyle {
	color: #f74a4a;
	font-size: .7rem;
    margin-right: .3rem;
	vertical-align: middle;
}
.menu-midasi2 span {
	font-weight:bold;
	font-size:clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
}
.circle {
  width: 70px;
  height: 70px;
  overflow: hidden;
  flex-shrink: 0; /* 小さくならないように */
  margin-right:10px;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 縦横比を保って中央に切り取る */
  display: block;
}

/**** midasi2 *****/

/**MEGAメニューhover時、main背景を暗くする**/
main.dark-overlay::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999; /* 他の要素より前面に */
    pointer-events: none; /* クリックをブロックしない */
}



/****** フロントページ *******/
.top-intro {
padding: 6rem 0 3rem!important;
} 
.top-h2 {
font-family: 'Noto Serif JP', serif!important;
line-height: 1.5 !important;
margin: 0 !important;
font-size: 15px;
}
.top-h2 span {
font-size:24px;
}

.top-intro .maf-copy {
	color: #10567b;
	font-size: clamp(20px, 2vw, 24px);
	font-family: 'Noto Serif JP', serif !important;
	margin-bottom: 1rem;
	margin-top: 1rem;
	font-weight:300;
	letter-spacing: .1em;
}
.top-intro .maf-copy2 {
line-height: 2.2em;
font-size: clamp(0.938rem, 0.876rem + 0.31vw, 1.125rem) !important;
font-family: 'Noto Serif JP', serif !important;
letter-spacing: .05em;
padding: 0 2rem;
}
@media (max-width: 768px) {
.top-intro .maf-copy2 {
padding: 0 ;
}
}

/******* 固定共通 *******/
.l-topTitleArea {
	min-height: 150px;
	display: block;
}
.l-content {
    margin: 0 auto;
}
.swell-block-fullWide__inner.l-container {
padding-left:2rem;
padding-right:2rem;
}
.wrap-last-bottom {
    padding-bottom: 8em !important;
}
.post_content h1,
.post_content h2 {
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.mv-bottom {
border-top:6px #418ccf solid;
padding-top:.3em!important;
background-color:#62d7ff;
}

.title-h1 {
max-width: 1100px;
color: #418ccf;
font-size: 7em !important;
margin-bottom: 0;
line-height: .3;
text-align: left;
padding-top: 1em;
}
.title-h1 span{
color:#676767;
font-size:16px;
}

.l-topTitleArea__body {
    position: relative;
    width: 100%;
    text-shadow:none;
}
@media (min-width: 960px) {
.c-pageTitle {
    font-size: 26px;
    padding: .3em .5em .2em 1em;
	animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	text-align: center;
    margin: auto;
 	top: 25px;
}
}
@media (min-width: 600px) {
.l-content {
padding-top: 0em;
}
}
@media (max-width: 820px) {
.title-h1 {
padding-top: .7em;
font-size: 5em !important;
}
}
@media (max-width: 480px) {
.l-content {
padding-top: 0em;
}
.c-pageTitle__subTitle {
display:none;
}
.l-topTitleArea__body {
bottom: 33%;
}
.title-h1 {
line-height:1;
padding-top: 1.2rem;
font-size: 4em !important;
}
.title-h1 span {
display: block;
margin-top:1rem;
}
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro-wrap {
padding: 6em 3em 0em;
gap: 2rem!important;
}
.intro-wrap .txt p {
padding: 0 1em;
}
.intro-wrap .wp-block-columns {
gap: 2rem!important;
}
@media (max-width: 820px) {
.intro-wrap {
    padding: 4em 0em 1em;
}
}

/***---* メディア *---***/
.media_category {
	text-align:right;
	margin-bottom: 1em;
}
.media_category span {
    font-size: clamp(0.813rem, 0.792rem + 0.1vw, 0.875rem);
    background-color: #e1e8ec;
    color: #86999f;
    padding: 5px 6px 4px;
    border: 1px solid #b9cbd1;
}
.book-img {
	max-width:240px;
}


/***---* 投稿共通 *---***/
/* アイキャッチ画像のカスタムサイズ */
.custom-size {
    width: 600px;
    height: 337px;
    object-fit: cover;
}
/* スケジュール,ニュースはカテゴリぱんくずnone、news関連記事none */
.single-maf_schedule .p-articleFoot,
.single-news .p-articleFoot,
.single-news .l-articleBottom__section {
    display: none;
}
/* ニュースのみ */
.single-news .l-mainContent {
	margin-bottom: 6rem;
}
.single-news .l-mainContent__inner > .post_content {
  margin: 2em 0;
}
/* スケジュール投稿のみ */
@media (max-width: 820px) {
.single-maf_schedule .l-mainContent__inner>.post_content {
    margin: 0 ;
	}}




/* サイドバー */
@media (min-width: 960px) {
.w-fixSide, #sidebar .c-widget+.c-widget {
        margin-top: 0;
    }
}
.l-sidebar ul{
	margin-bottom: 3rem;
}
.l-sidebar ul,
.custom-html-widget p {
     padding: 0 10px;
     }
.l-sidebar .c-widget li {
	font-weight: 600;
	margin-bottom: 1em;
}

.custom-html-widget h3{
	padding: .5em;
	border-bottom: 1px solid #004A72;
	margin: 3rem 0 1rem;
}
#sidebar .iconstyle {
	font-size: .7rem;
    margin-right: .3rem;
	vertical-align: middle;
}
/*アーカイブの追従サイドバー非表示　bookにだけ表示させる為
.archive #fix_sidebar{
display:none;
}*/

/* 新着記事リスト */
.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-post-item {
    display: flex;
    align-items: center; /* アイキャッチとタイトルを中央揃え */
    gap: 10px; /* 画像とタイトルの間隔 */
    margin-bottom: 10px; /* 各リストの間隔 */
}

.recent-post-thumbnail {
    width: 60px; /* 画像の幅を固定 */
    height: 60px; /* 画像の高さを固定 */
    flex-shrink: 0; /* タイトルが長くても画像サイズを維持 */
    overflow: hidden; /* 念のため画像のはみ出しを防ぐ */
}

.recent-post-thumbnail img {
    width: 100%; /* サムネイルのコンテナいっぱいに表示 */
    height: 100%;
    object-fit: cover; /* 画像のアスペクト比を維持しつつトリミング */
    border-radius: 5px; /* 角を丸く（任意） */
}

.recent-post-title {
    flex-grow: 1; /* タイトル部分を広がるように */
    font-size: 16px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    line-height: 1.4; /* 読みやすくする */
    max-width: calc(100% - 70px); /* 画像のサイズを考慮して最大幅を設定 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* タイトルが長すぎる場合2行で切る */
    -webkit-box-orient: vertical;
    white-space: normal;
}
#search-2 {
margin-top:1rem!important;
}

/*****---* メンバーの声 *---*****/
.voice-top {
    color: #000;
text-align:left;
}
.voice-top h2 {
	font-size: clamp(1.375rem, 1.251rem + 0.47vw, 1.5rem);
	margin: .5em 0;
}

.taidan_contents {
background: #F7FAFD;
color: #418ccf;
padding: 1.5rem 2rem 1rem;
border-radius: 20px;	
letter-spacing: 0.06em !important;
text-align: left;
}

.taidan_contents h4 {
	margin: 0 0 1rem;
	font-size:1.2rem;
	font-weight:600;
	color:#418ccf;
	border-left:none;
}
.taidan_contents li {
    margin: .5em 0;
}
.voice-chapter {
border-radius: 20px;
background-color: rgba(33,81,122,0.7)!important;
padding: 2rem;
color: #f7f7f7!important;
}

.voice_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1170px;
}

@media screen and (max-width: 768px) {
.voice_cards {
    grid-template-columns: repeat(1, 1fr);
  }}

.voice_in_card h3 span {
font-size:.8rem;
}
.voice_in_card {
width: 100%;
height: auto;
background-color:#21517a;
padding:2rem ;
color: #f7f7f7;
border-radius: 20px;
}
.voice_in_card__title {
font-size: 1.1rem!important;
color: #d1e6f3;
margin:.5em 0!important;
}
.voice_in_card__text {
margin:0;
}
.linkmark {
background-color: #2572a1;
padding: 4px;
margin-left: 10px;
border-radius: 5px;
font-size: .8em;
}
.voice_in_card a {
color:#a9eac4;
}
.flex_voice_card_hp {
display:flex;
justify-content: space-between;
}


/************　サイドバー　メディア・スケジュール　***********/
#body_wrap:not(.page-id-12048) .sidebar-media{
display:none;
}

#body_wrap:not(.page-id-12382):not(.single-maf_schedule) .sidebar-sche {
display: none;
}

/* 検索結果ページのサイドバーを消して横幅を広げる */
.search-results #sidebar {
    display: none;
}
.search-results #main_content {
    width: 100%; /* メインコンテンツを全幅にする */
}


.single-maf_schedule #sidebar,
.post-type-archive-maf_schedule #sidebar {
  width: 240px !important;
}
.schedule-table.wp-block-table td:nth-child(3) a {
    color: #EB5B17;
}


/************　投稿スケジュール　***********/
.schedule-table.wp-block-table th {
width:160px!important;
}
.schedule-table.wp-block-table td:nth-child(2) {
width:350px;
padding: .8rem;
}
.schedule-table.wp-block-table td:nth-child(3) {
font-size: clamp(13px, 0.284vw + 12.09px, 15px);
line-height: 1.7;
padding: .8rem;
}

@media (max-width: 960px) {
.schedule-table.wp-block-table td, .schedule-table.wp-block-table th {
	padding: .7rem 1rem;
	}
.schedule-table.wp-block-table th {
    width: 100% !important;
}
}



/************　FOOT　***********/
.w-beforeFooter {
    margin: 0em auto 0em;
}

.l-footer__nav {
color:#FFF;
}
.l-footer__nav a {
color:#d1e0ed;
	padding: 0;
}
.footer_mid {
	text-align: center;
}
.l-footer__nav ul {
--the-gap: .4em!important;
}
.l-footer__nav .midashi {
    margin-bottom: .3em;
    margin-top: 1.5em !important;	
}
.l-footer__nav svg{
vertical-align: bottom;
margin-right: 5px;
color:#739fe7!important;
}

.l-footer__nav .f-btn-contact a {
	padding:.5rem 1.4rem;
	color: #FFF;
}
.l-footer__nav .wp-block-social-links .wp-social-link svg {
    height: 2em;
    width: 2em;
}
.l-footer__nav .f-left-col svg {
	color:#fff!important;
}

@media (min-width: 600px) {
.l-footer__nav li:first-child a {
border-left: none;
}
.l-footer__nav a {
border-right: none;
}
}

/* ===================================
   M V
=================================== */
.mv-wrap {
  padding-top: .5em !important;
}

/* ===================================
   基本レイアウト（PC）
=================================== */

.mv-wrap #js-slider3 {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.mv-wrap #js-slider3 .slick-slide {
  max-width: 830px;
  height: 350px;
  opacity: 0.3;
}

/* 中央スライドだけ強調 */
.mv-wrap #js-slider3 .slick-slide.slick-center {
  opacity: 1;
  z-index: 2;
}

.mv-wrap #js-slider3 .slide {
  display: flex !important;
  margin: 0 5px;

  overflow: hidden;
  transition: all 0.3s ease;
  height: 350px;
}

 .mv-wrap #js-slider3 .pr {
background: linear-gradient(
  135deg,
  #2f6fa8 0%,
  #418ccf 30%,
  #6fb3e6 60%,
  #a8d4f5 100%
);
}
.mv-wrap #js-slider3 .report {
background:linear-gradient(135deg, #daeaf7 0%, #f7fcff 30%, #fff9e6 60%, #fffefc 100%)
}
.mv-wrap #js-slider3 .page {
    background: linear-gradient(135deg, #daeaf7 0%, #f7fcff 30%, #e6f4ff 60%, #eefbff 100%);
}


.mv-wrap #js-slider3 .pr .mod-ttl_03 {
	    color: #FFF;
}
.mv-wrap #js-slider3 .pr .text-box.day {
	color: #ffe281;
}
.mv-wrap #js-slider3 .pr .text-box.theme {
	color: #ffffff;
}
.mv-wrap #js-slider3 .pr .text-box.slide-cat {
	    color: #c5edff;
}

.mv-wrap #js-slider3 .slide-text {
  width: 48%;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}

.mv-wrap #js-slider3 .slide-image {
  width: 52%;
}

.mv-wrap #js-slider3 .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
.mv-wrap #js-slider3 .report {
background: linear-gradient(135deg, #daeaf7 0%, #f7fcff 30%, #e7f1f9 60%, #fffdee 100%);
	}
}


/* ===================================
   テキスト装飾
=================================== */

.mv-wrap #js-slider3 .mod-ttl_03 {
  font-size: 1em;
}

.mv-wrap #js-slider3 .mod-ttl_02 {
  margin-bottom: 1rem!important;
  padding-top: 8px;
}

.mv-wrap #js-slider3 .text-box.day {
  color: #0b72a9;
  letter-spacing: .1em;
  font-weight: 600;
}

.mv-wrap #js-slider3 .text-box.day span {
  font-size: .8em;
}

.mv-wrap #js-slider3 .text-box.theme {
  font-size: clamp(17px, 15.3px + 0.46vw, 20px)!important;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

.mv-wrap #js-slider3 .text-box.theme span {
  font-size: clamp(0.875rem, 0.744rem + 0.6vw, 1.063rem);
}

.mv-wrap #js-slider3 .text-box.slide-cat {
  font-size: clamp(13.5px, 2.5vw, 14px);
  line-height: 1.5;
  color: #2a2a2a;
  letter-spacing: .1em;
    font-weight: 500;
}
.mv-wrap #js-slider3 .btn-wrap {
	text-align: right;
	padding-top: 10px;
}

.mv-wrap #js-slider3 .observe-btn {
	padding: 3px 12px;
	border-radius: 12px;
	letter-spacing: normal;
	font-weight: 400;
    color: #4f4f4f;
	font-size: 13px;
	background: linear-gradient(90deg, #ffe483 0%, #fff59a 50%, #ffdf63 100%);
}


/* ===================================
   ナビゲーション
=================================== */

.mv-wrap #js-slider3 .slick-dots {
  bottom: -32px;
  padding: 0;
}

.mv-wrap #js-slider3 .slick-dots li.slick-active button:before {
  color: #007bd5;
}

.mv-wrap #js-slider3 .slick-arrow {
  width: 30px;
  height: 20%;
  background-color: #418ccf;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  z-index: 5;
  transform: translateY(-50%);
}

.mv-wrap #js-slider3 .slick-prev { left: 0; }
.mv-wrap #js-slider3 .slick-next { right: 0; }

.mv-wrap #js-slider3 .slick-arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 45%;
  left: 9px;
}

.mv-wrap #js-slider3 .slick-prev::before { transform: rotate(-135deg); }
.mv-wrap #js-slider3 .slick-next::before { transform: rotate(45deg); }

/* ===================================
   1024px以下
=================================== */

/* ===================================
   820px以下
=================================== */

@media (max-width: 820px) {
  .mv-wrap #js-slider3 .slick-slide {
    max-width: 768px;
  }

  .mv-wrap #js-slider3 .slide-text { width: 55%; }
  .mv-wrap #js-slider3 .slide-image { width: 45%; }
  .mv-wrap #js-slider3 .slick-arrow { top: 105%; height: 30px;}
  .mv-wrap #js-slider3 .slick-arrow::before{top: 10px;}
}

/* ===================================
   600px以下（縦1列）
=================================== */

@media (max-width: 600px) {

  /* ★高さ固定を解除 */
  .mv-wrap #js-slider3 .slick-slide {
    height: 480px;
    opacity: 1;
  }

  .mv-wrap #js-slider3 .slide {
	height: 100%;
    flex-direction: column;
    flex-direction: column-reverse;
  }
	
  .mv-wrap #js-slider3 .mod-ttl_02 {
	margin-bottom: 10px!important;
	padding-top: 5px;
	}
	
  .mv-wrap #js-slider3 .slide-image {
    width: 100%;
    height: 200px;
  }

  .mv-wrap #js-slider3 .slide-text {
	  height: calc(100% - 200px);
    overflow: hidden; /* はみ出し防止 */
    width: 100%;
    padding: 1.5rem 1.2rem 1rem;
  }

  .mv-wrap #js-slider3 .slide-image img {
    height: 100%;
  }
	
	.mv-wrap #js-slider3 .btn-wrap {
	padding-top: 8px;
}
}


/* ===================================
/* 検索結果ページのみ、リスト型の横並びスタイルを強制する
=================================== */
.search-results .p-postList {
    display: block !important;
}

.search-results .p-postList__item {
    width: 100% !important;
    margin-bottom: 20px;
}

.search-results .p-postList__link {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}

.search-results .p-postList__thumb {
    display: none;
}

.search-results .p-postList__body {
    width: 70% !important;
}




/* ===================================
/* MVスライド　セミナー告知用
=================================== */

#js-slider3 .seminar-card {
  width: 830px;
  height: 350px;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}

#js-slider3 .seminar-left,
#js-slider3 .seminar-right {
  flex: 0 0 50%;
}
/* 左 */
#js-slider3 .seminar-left {
  padding: 2rem 1.5rem 1.5rem;
  color: #fff;
  box-sizing: border-box;
  background:
	  linear-gradient(135deg, #2f6fa8 0%, #418ccf 30%, #4ca0df 60%, #70d2f7 100%);
}
/* 右 */
#js-slider3 .seminar-right {
  position: relative;
}

/* 画像（完全フィット） */
#js-slider3 .seminar-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ボタン */
#js-slider3 .cta {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #ffdf63;
  color: #333;
  padding: 10px 18px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(90deg, #ffe483 0%, #fff59a 50%, #ffdf63 100%); 
}

/* 軽く整形 */
#js-slider3 .date-wrap {
  display: flex;
  align-items: center;
   margin: 0 0 1rem;
  line-height: 1.4;
}
/* 左エリア */
.date-wrap > div:first-child {
  flex: .8;
  padding-left:1rem;
}
/* 右エリア */
.date-wrap > div:last-child {
  flex: 1;
padding-left:1rem;
}
#js-slider3 .divider {
  width: 2px;
  height: 60px;
  background: rgba(255,255,255,0.5);
  margin: 0 20px;
  flex: 0 0 auto;
}
#js-slider3 .theme {
	font-size: clamp(17px, 15.3px + 0.46vw, 22px);
    color: #fff1c2;
	letter-spacing: .1em;
}
#js-slider3 .theme span {
	font-size: clamp(13.5px, 2.5vw, 14px);
}
#js-slider3 .date {
  font-size: clamp(24px, 2vw, 30px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight:300;
  color: #d3feff;
}
#js-slider3 .date span {
  font-size: clamp(15px, 2vw, 17px);
}
#js-slider3 .place {
  font-size: clamp(15px, 2vw, 17px);
  color: #d3feff;
}

#js-slider3 .desc {
  margin: 0 0 1.5rem;
  line-height: 1.5;
  color: #fff1c2;
  letter-spacing: .1em;
}
#js-slider3 .guest {
  font-size: clamp(13px, 2.5vw, 14px);
  color: #fff;
}

/* ===================================
   820px以下（縦1列）
=================================== */
@media (max-width: 820px) {
#js-slider3 .seminar-card {
    width: 100%;
}
	}
/* ===================================
   600px以下（縦1列）
=================================== */
@media (max-width: 600px) {
	.mv-wrap #js-slider3 .mod-ttl_03{
	    margin-bottom: .5rem;	
	}
  #js-slider3 .seminar-card {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }

  #js-slider3 .seminar-left,
  #js-slider3 .seminar-right {
    flex: none;
    width: 100%;
  }
#js-slider3 .seminar-left {
	padding: 1.5rem 1.5rem;
	}
  #js-slider3 .seminar-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #js-slider3 .seminar-right {
    height: 200px; 
  }
	#js-slider3 .date-wrap {
    margin: 0 0 .5rem;
}
	#js-slider3 .desc {
    margin: 0 0 1rem;
}
	#js-slider3 .divider {
  height: 50px;
}
}

