/*
Theme Name: TwentyTwenty-child
Template: twentytwenty
Theme URI: https://wordpress.org/themes/twentytwentyone/
*/
main { margin-top: 50px;}
/* swiper */ /*animationのみscss*/
.swiper {
}
/* swiper フェードモード 共通調整 */
.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}
.mv01 div.slide {position:relative;}
.mv01 .slide-title {
  position: absolute;
	top: 0;
	width: 100%;
   height: 100%;
   background-color: #1a313133;
}
.mv01 .slide-title a, .mv01 .slide-title p {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  text-align:center;
  color: #fff;
   padding: 2rem 0 1rem;
	width:100%;
	text-decoration:none;
	filter:drop-shadow(2px 2px 1px rgba(0,0,0,0.9));
}
.mv01 .slide-title p span {
	font-size:120%;
	text-decoration:underline;
}
.mv01 .slide-title a:hover {
	filter:drop-shadow(2px 2px 1px rgba(255,255,255,0.5));
}
@media screen and (max-width: 999px){
	.mv01 .slide-title {
		top: 60%;
		width:100%;
	}
}
@media screen and (max-width: 699px){
	.slide-title p {
		font-size: 1.4rem;
	}
}
.mv01 .slide-title a.arrow {}
.mv01 .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}
@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.swiper-slide-duplicate-active .zoom-1 img, .swiper-slide-active .zoom-1 img {
      width: 100%;
      height: auto;
      animation: animationZoom1 15s ease-in-out forwards;
    }
.zoom-2 img {
      width: 100%;
      height: auto;
      animation: animationZoom2 15s ease-in-out infinite;
    }
    @keyframes animationZoom1 {
      100% { transform:scale(1.1)} 
    }
    @keyframes animationZoom2 {
      50% { transform:scale(1.1)} 
    }
 
/*** common ***/
html{ 
	margin-top: 0 !important;
}
@media screen and (max-width: 999px){
	html {
		margin-top: 0 !important;
	}
}
#wpadminbar{display:none;}
/* is-pc is-sp  */
.is-pc {    display:none;}
.is-sp {    display:block;}
@media only screen and (min-width: 1000px){
.is-pc {    display:block;}
.is-sp {    display:none;}
}
body {
}
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a {
    color: #4a6161;
}
/*** transition ***/
*{
 transition : 0.2s;　
}
*:hover{
 transition : 0.2s;　
}
a, button, img {
 transition : 0.5s;　
}
a:hover, button:hover, img:hover {
 transition : 0.5s;　
}
/*** parent 調整 ***/
.site-description, body:not(.overlay-header) .toggle-inner .toggle-text, .widget .post-date, .widget .rss-date, .widget_archive li, .widget_categories li, .widget cite, .widget_pages li, .widget_meta li, .widget_nav_menu li, .powered-by-wordpress, .to-the-top, .singular .entry-header .post-meta, .singular:not(.overlay-header) .entry-header .post-meta a {
    color: #6f7777;
}
.site-title a, .site-description, .footer-copyright {
	color: #1a3131; /* #4a6161; */
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 90rem;
    width: calc(100% - 4rem);
}
/* sp table */
@media screen and (max-width: 699px){
	.wp-block-flexible-table-block-table{
		overflow-x: scroll;
		position:relative;
	}
	h3.wp-block-heading.kouzaTtl{position:relative;}
	h3.wp-block-heading.kouzaTtl::after{
		content:"← スクロールします →";
		position: absolute;
    right: 2%;
    bottom: -25px;
    color: #c00;
    font-size: 10px;
    filter: drop-shadow(2px 2px 1px #999);
	}
	table {
		white-space: nowrap;
		}
}
table {
	margin: 0 0 8rem;
}
h3, .heading-size-3 {
	font-size: 2rem;
}
@media (min-width: 700px){
	h3, .heading-size-3 {
    font-size: 2.4rem;
	}
	.footer-widgets {
    display: flex;
    justify-content: space-between;
    width: 100%;
	}
	.footer-widgets .widget {
    margin-top: 0;
	}
}

h1.entry-title , h2.entry-title {
		font-size: 3.6rem;
		color: #4a6161;
}
.entry-content h1, .entry-content h2, .entry-content h3 {
    margin: 4rem auto 3rem;
}
.singular .entry-header,
.reduced-spacing .archive-header {
		padding: 25rem 0 7rem;
		background: none;
}
@media screen and (max-width: 699px){
	.singular .post-1 .entry-header {
		padding: 16rem 0 0;
		background: none;
	} /*post-1のみ固定ヘッダー分調整*/
	.singular .entry-header,
	.reduced-spacing .archive-header {
		padding: 8rem 0 2rem;
		background: none;
	}
	h1.entry-title , h2.entry-title {
		font-size: 2.0rem;
	}
}
.pagination-single {
    font-size: 1.4rem;
}
.primary-menu ul {
	background: #4a6161;
}
h4, .heading-size-4 {
    font-size: 2.2rem;
}
body:not(.singular) main > article:first-of-type {
    padding: 0;
}

/*** 追加 ***/
.post-inner {
    padding-top: 0;
}
.footer-widgets-wrapper .wp-block-group__inner-container li{
    font-size: 1.8rem;
}
.footer-widgets ul {
	list-style:none;
}
.widget li:first-child, .widget li > ul, .widget li > ol {
    margin-top: 2rem;
}
.category h2.entry-title {
	font-size: 2.6rem;
	margin-bottom: 4rem;
}
.category .archive-title, 
.category .entry-title a {
    color: #4a6161;
}
figure.noborder table td {
	border: none;
}

/* top */
.page-id-13 header.entry-header {
	display:none;
}
.page-id-13 p.top-bnr{
	line-height:inherit;
	background: url(./img/bnr-bg_1200.jpg) no-repeat left center;
	background-size: contain;
	padding: 0 0 0 36px;
	margin-bottom: 0;
    overflow-x: scroll;
    white-space: nowrap;
    height: 141.75px;
}
.page-id-13 p.top-bnr:hover{
	background: url(./img/bnr-bg_hover.jpg) no-repeat left center;
	color:#b1540e;
}
@media screen and (max-width: 1000px){.page-id-13 p.top-bnr{
	background-size: cover;
	}
}
.page-id-13 p.top-bnr a{
	color:#ffffff;
	text-decoration:none;
	display: block;
}
.page-id-13 p.top-bnr a:hover{
	color:#b1540e;
}
.page-id-13 .top-bnr span{
	    font-size: 24px;
}
.page-id-13 .wp-block-columns.about-ord{
	margin-top: 0;
	padding: 0 20px;
}
.page-id-13 .wp-block-columns.circle3{
	margin-top: 0;
	padding: 0 4%;
}
/* header 外枠 幅100% TOPに固定 */
#site-header {
    position: fixed;
    width: 100%;
    z-index: 3;
    height: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header-outer {
	height: 200px;
    width: 100%;
    background: #fff;
}
#site-header div.header-inner{
	background: rgb(255 255 255 / 100%) url(./img/ork_footer_bg.png) no-repeat border-box center top/1200px fixed content-box;
    padding: 0;
    height: 100%;
}
.wp-block-search__inside-wrapper {
	margin-top: 4rem;
}

/* sp header */
@media screen and (max-width: 999px){
	.header-titles {
		position: absolute;
		top: 30%;
	}
}
@media screen and (max-width: 699px){
	.header-outer {
		height: 100px;
	}
	#site-header div.header-inner {
		background-size: cover;
	}
	.site-description {
		display: inherit;
		font-size: 1.6rem;
	}
}

/** post 記事page **/
.post-meta-wrapper, .entry-categories {display:none;}
.attn {
	border: 1px solid #4a6161;
   padding: 1em;
}
.attn p {
	font-size: 1.6rem;
   padding-left: 1em;
   text-indent: -1em;
	margin-bottom:0;
	color:#4a6161;
}
.post a {
	color: #4a6161;
}

/*** 投稿post 追従nav外枠 ***//* .stickyNavの領域確保用 */
.stickyNavWrap {
      /* height: 100px; *** 230127swiper追加後、sticky jsが動作しない為、ナビをヘッダーに固定（講座記事ページでstickyNav Tableに.stickyを追記） ***/
    margin: 0 auto 80px;
	position:relative;
}
/*** 投稿post 追従nav ***/
.wp-block-table.is-style-stripes.stickyNav, .wp-block-table.is-style-stripes.stickyNav thead {
	border:none;
}
.stickyNav {
  width: 100%;
  position: absolute;
	top:-70px;
    left: 0;
    right: 0; 
    margin: 0px auto 0;
	transition: top 1s;
}
.stickyNav table {
    background: none;
}
/* スティッキー時に.stickyクラスを追加 （SPは230127 swiper追加でナビを固定にしたため復活 */
/*pc*/
.stickyNav.sticky {
		position: fixed;
		top: 200px;
		z-index: 2;
		margin-top: 0;
}
.stickyNav.sticky table{	/*background: #d5e5e5e6;   border: none;  固定時＝追従時　同じ色に↓ */
	background: #ffffffdd;
   border: 1px solid #dbdbdb;
}
@media only screen and (max-width: 999px){ /*sp*/
.stickyNav, .stickyNav.sticky {
	position: fixed;
	top: 200px;
	height:auto;
	margin-top: 0;
	}
	.stickyNav table, .stickyNav.sticky table{
		background: #d5e5e5e6;
		border: none;
	}
	.stickyNav th{
		font-size: 12px;
	}
}
@media only screen and (max-width: 699px){ /*sp*/
	.stickyNav, .stickyNav.sticky {
	top: 100px;
	}
}
/* 追従nav分TTLにMt（Pt） **/
.kouzaTtl{
	padding-top:75px;
}
/* 追従nav分TTLにMt（Pt） header分調整　*/
.entry-content h3.kouzaTtl {
	 padding-top: 290px;
    margin-top: -290px;
}
@media only screen and (max-width: 699px){
	.entry-content h3.kouzaTtl {
	 padding-top: 160px;
    margin-top: -160px;
	}
}
/* 追従nav停止位置調整用↑↓ */
.kouzaTbl{
	margin-bottom:80px;
}
/* 追従nav SP **/
@media only screen and (max-width: 481px) {
	.stickyNav th{
		padding: 10px 2.4px;
		vertical-align: middle;
	}
	.kouzaTtl{
		padding-top:15px;
	}
}
body .is-layout-flex .fukidashi {
	background: #d5e5e5;
	border-radius: 16px;
	margin: 1.8em 0;
	padding: 1.25em;
	max-height: 168px;
	position:relative;
}
body .is-layout-flex .fukidashi::after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	left: -24px;
	top: calc(50% - 12px);
	border-right: 24px solid #d5e5e5;
}
body .is-layout-flex .fukidashi p{
	font-size: 1.8rem;
}
.wp-block-image .aligncenter>figcaption{
	text-align:center;
}
@media only screen and (max-width: 699px) {
	body .is-layout-flex.wp-block-columns.reverse{
		flex-direction: column-reverse;
	}
	body .is-layout-flex.wp-block-columns.reverse .wp-block-image.persona{
		margin-top:0;
	}
	body .is-layout-flex .fukidashi {
		max-height: fit-content;
		margin: auto;
	}
	body .is-layout-flex .fukidashi::after {
		top: unset;
		bottom: -20px;
		left: calc(50% - 20px);
		border-style: solid;
		border-color: #d5e5e5 transparent transparent transparent;
		border-width: 20px 20px 0 20px;
	}
}
div.wp-block-image.figkome{position:relative;}
div.wp-block-image.figkome::after{
	content:"(※)一括受講の方で、要件に該当する方";
	font-size:12px;
	display: block;
	margin: 1rem auto 0;
	text-align: center;
}

/* contactform7 */
.page-id-359 p {
	font-size: 1.6rem;
}
.dantai .wpcf7-form-control-wrap {
    display: inline-block;
}
.dantai p {
	margin: -2em 0 1em 1em;
}

/* 組織図 */
.tree{
list-style-type: none;
margin: 2em auto;
}
.tree ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.tree ul {
position: relative;
/* margin-top: 1rem; */
margin-left: 15px;
}
.tree ul:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 0;
border-left: 1px solid #4a6161;
}
.tree ul li {
position: relative;
margin: 0;
padding: 7px 15px;
/* padding: 0; */
font-size: 16px;
}
.tree ul li:first-child {
/* margin: 2em auto; *ぜんぶにかかるのでNG**/
}
.tree ul li:before {
content: "";
display: block;
position: absolute;
top: 15px;
left: 0;
width: 15px;
height: 0;
border-top: 1px solid #4a6161;
}
.tree ul li:last-child:before {
top: 15px;
bottom: 0;
height: auto;
background-color: #fff;
}
.tree span {font-size: 85%;
    display: inline-block;
    margin-left: 0.5em;}
.tree p{margin: 0 0 0.25em 0.25em;}
.tree ul.fkblock{
    position: absolute;
    top: 0;
    right: 25%;
}
.tree ul.fkblock:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}
.tree ul.fkblock li:first-child::before {
    content: "";
    display: block;
    position: absolute;
    left: -45px;
    width: 60px;
}

@media only screen and (max-width: 999px) {
	.tree ul.fkblock{
		position: absolute;
		right: 50%;
	}
}
@media only screen and (max-width: 790px) {
	.tree ul.fkblock{
		position: absolute;
		right: 40%;
	}
}
@media only screen and (max-width: 699px) {
	.tree ul.fkblock{
		position: absolute;
		right: 30%;
	}
}
@media only screen and (max-width: 640px) {
	.tree ul.fkblock{
		position: absolute;
		right: 20%;
	}
}
@media only screen and (max-width: 540px) {
	.tree ul.fkblock{
		position: absolute;
		right: 0;
	}
}
@media only screen and (max-width: 460px) {
	.tree ul.fkblock{
		position: absolute;
		right: -20%;
	}
}
@media only screen and (max-width: 400px) {
	.tree ul.fkblock{
		position: absolute;
		right: -30%;
	}
	.tree p {
    font-size: 0.9em;
	}
}
@media only screen and (max-width: 375px) {
	.tree p {
    font-size: 0.8em;
	}
}

span.nav-next-text, span.nav-prev-text, span.nav-short {
	display:none;
}
@media (min-width: 700px){
.search-modal .search-field {
    border: none;
    font-size: 2.2rem;
    height: 6rem;
	color: #4a6161;
	}
}
/* category 抜粋を非表示*/
.category .entry-content p{
	display:none;
}

/* scroll to top*/
.to-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background: rgb(255, 255, 255, .5);
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 150px;
    transition: background .3s, box-shadow .3s;
}
.to-top:hover,
a.to-the-top:hover {
    background: rgb(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 8px;
    text-decoration: none;
    background: #4a6161;
    color: #ffffff;
}
.to-top img {
    opacity: .5;
    transform: rotate(-90deg);
    width: 13px;
    transition: .3s;
}
.to-top:hover img {
    opacity: 1;
}
.fa-angle-up:before {
    font-size: xx-large;
}
a.to-the-top {
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background: rgb(255, 255, 255, .5);
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
    width: 70px;
    height: 70px;
    /* position: absolute; */
    /* right: 0; */
}
#site-footer a:hover {
    text-decoration: none;
    background: #4a6161;
    color: #ffffff;
}
/* //scroll to top*/

.mb0 {margin-bottom:0;}
.pagination-single {display: none;}
article h1.entry-title,
article h2.entry-title.heading-size-1{
	display:flex;
	justify-content: center;
	    align-items: center;
}
article.tag-12 h1.entry-title::before,
article.tag-12 h2.entry-title.heading-size-1::before,
article.tag-15 h1.entry-title::before,
article.tag-15 h2.entry-title.heading-size-1::before,
article.tag-16 h1.entry-title::before,
article.tag-16 h2.entry-title.heading-size-1::before,
article.tag-18 h1.entry-title::before,
article.tag-18 h2.entry-title.heading-size-1::before
{
	content: '';
	font-size: 12px;
   color: #4b6161;
   border: solid 1px #4b6161;
   border-radius: 4px;
   padding: 5px 6px;
   margin: 0 10px 0 0;
	max-height: 55px;
}
article.tag-12 h1.entry-title::before,
article.tag-12 h2.entry-title.heading-size-1::before{
	content: '歴史セミナー';
}
article.tag-15 h1.entry-title::before,
article.tag-15 h2.entry-title.heading-size-1::before{
	content: '文化芸術サロン';
}
article.tag-16 h1.entry-title::before,
article.tag-16 h2.entry-title.heading-size-1::before{
	content: '労働関係講座';
	letter-spacing: normal;
}
article.tag-18 h1.entry-title::before,
article.tag-18 h2.entry-title.heading-size-1::before{
	content: '大阪労働大学';
}

/* footer */
.footer-widgets-wrapper .wp-block-group__inner-container li {
   font-size: 1.4rem;
	letter-spacing: 0.025em;
}
@media (max-width: 479px){
ul, ol {
    margin: 0 0 1rem 0;
}}
@media (min-width: 700px){
.footer-copyright {
   font-weight: 600;
	font-size: 0.7em;
	}
	article h1.entry-title::before,
	article h2.entry-title.heading-size-1::before{
	font-size: 14px;
	max-height: 27px;
	}
}

/* 231005 TOP 記事一覧 */
.top-spacer.test{
	position:relative;
}
.mv01 .slide-title p::before,  
.top-spacer.test::after{
	content:"このページはテスト運用中です。";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	color:#000;
	font-size:6rem;
	font-weight:bold;
	text-align:center;
}
@media only screen and (max-width: 999px) {
	.mv01 .slide-title p::before,
	.top-spacer.test::after{
	content:none;
	}
}
.mv01 .slide-title p::before{
	color:#fff;
	bottom:inherit;
	top: -16rem;
}
.top-list ul{
	list-style:none;
}
.top-list ul li {margin-left: calc(1vw + 24px);
	font-size: 2.8rem;
	font-weight: bold;}
.top-list ul li:last-child{font-weight: normal;}
.top-list ul li span.cat-icon a{
	 color: #fff;
    background: #4a6161;
    font-size: 60%;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid;
    border-radius: 4px;
    padding: 4px 6px;
    margin-right: 0.5em;
}
/*カテゴリアイコンの色を変える　cat=7 労働大学講座*/
.top-list ul li span.cat-icon a[href*="cat=7"] {
	  background-color: #b1540e;
}
/*カテゴリアイコンの色を変える　cat=9 文化歴史講座*/
.top-list ul li span.cat-icon a[href*="cat=9"] {
	  background-color: #88568c;
}
/*カテゴリアイコンの色を変える　cat=14 過去の講座*/
.top-list ul li span.cat-icon a[href*="cat=14"] {
	  background-color: #888;
}

.wp-block-table td:first-child {
	min-width:110px;
}

.red{
	color:#ff0000;
}

@media (min-width: 1000px){
	.entry-content > .alignwide:not(.wp-block-group.has-background){
		margin-top: 12rem;
	}
}
@media only screen and (max-width: 400px) {}