@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
#container {
	margin-top: 0;
	padding-bottom: 0;
	font-family: "Noto Sans JP", sans-serif;	
}
.fnFade:hover {
	opacity: .6;
}
.semIn{
	max-width:1020px;
	margin:0 auto;
	padding:0 10px;
	box-sizing: border-box;
	color:#333;
}

/* ビジュアル
------------------------------------------------------------------------------- */
.semVisual01 {
	position: relative;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 417px;
	background: url(../images/visual_bg01.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}
.semVisual01_tit {
	color: #fff;
	font-size: 334%;
	font-weight: 500;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}
.semVisual01_txt{
	font-size:12px;
	color:#fff;
	position: absolute;
	bottom:10px;
	left:10px;
	opacity: 0.7;
}

/* お申し込み受付中・開催予定のセミナー
------------------------------------------------------------------------------- */
#container{
	overflow: hidden;
}
.semLead{
	position: relative;
	padding:70px 0 80px;
}
.semLead_Img{
	position: absolute;
	bottom:40px;
	left:-190px;
	width:210px;
	height:140px;
	transition: left 0.4s ease;
}
.semLead_txt{
	font-weight:700;
	font-size:146%;
	text-align:center;
	margin-bottom:20px;
	color:#333;
}
.semBtn01{
	text-align: center;
}
.semBtn01 a{
	position: relative;
	display:inline-block;
	padding:5px 45px 5px 20px;
	color:#fff;
	font-weight:600;
	font-size:136%;
	text-align:center;
	text-decoration: none;
	box-sizing: border-box;
	background:#4FB0AE;
	border-radius: 5px;
	opacity: 1;
  transition: opacity 0.3s ease;	
}
.semBtn01 a::before{
	position: absolute;
	content: " ";
	top:50%;
	right:20px;
	margin-top:-6px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.semBtn01 a:hover{
	opacity: 0.7;
}
.semRecep{
	padding-bottom:100px;
}
.semRecep_tit{
	border-bottom:1px solid #707070;
	font-size:36px;
	font-weight:700;
	font-family: 'Noto Serif JP', serif;
	color:#000;
	margin-bottom:32px;
}
.semRecep_ico{
	color:#fff;
	line-height:1;
	padding:10px 15px;
	background:#333;
	margin-bottom:15px;
	display:inline-block;
	border-radius: 5px;
	font-weight:700;
}
.semRecep_box{
	display: flex;
	gap:20px;
	flex-wrap: wrap;	
}
.semRecep_item{
	flex: 0 0 calc((100% - 40px) / 2);
}
.semRecep_tit2{
	font-weight: 700;
	color:#000;
	font-size:167%;
}
.semRecep_txt{
	padding-top:15px;
	font-size:125%;
}
.semRecep_time{
	padding-top:10px;
	font-size:125%;
}
.semRecep_data{
	margin-top:30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.semRecep_data dt{
	width:5em;
	margin-bottom:10px;
}
.semRecep_data dt span{
	font-size:14px;
	border:1px solid #333;
	display:block;
	text-align:center;
}
.semRecep_data dd{
	width: calc(100% - 5.5em);
	margin-bottom:10px;	
}
.semBtn02{
	margin-top:15px;
}
.semBtn02 a{
	display:inline-block;
	border-radius: 5px;
	background:#F4673A;
	text-decoration: none;
	color:#fff;
	max-width:300px;
	width:100%;
	text-align: center;
	opacity: 1;
  transition: opacity 0.3s ease;	
}
.semBtn02 a:hover{
	color:#fff;
	opacity: 0.7;
}
.semBtn02 span{
	position: relative;
	display: inline-block;
	padding:5px 20px 5px 10px;
	font-size:22px;
}
.semBtn02 span::before{
	position: absolute;
	content: " ";
	top:50%;
	right:0;
	margin-top:-4px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
   transform: translateX(-25%) rotate(45deg);
}
/* アーカイブ配信
------------------------------------------------------------------------------- */
#semArchive{
	background:#F0F2F5;
	padding:80px 0 50px;
	margin-bottom:100px;
}
#semArchive .semIn{
	position: relative;	
}
#semArchive .semInW{
	max-width:1120px;
	margin:30px auto 40px;
	padding:50px 60px;
	box-sizing: border-box; 
	background:#fff;
}
.semArchive_Img{
	position: absolute;
	top:-170px;
	right:-150px;
	width:230px;
	height:160px;
  transition: opacity 0.3s ease;	
}
.semArchive_cap span{
  position: relative;
	display: inline-block;
  color:#2c8f86;
	font-size:14px;
	font-weight:700;
	padding:0 20px 0 25px;
}
.semArchive_cap span::before,
.semArchive_cap span::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px; 
  background: currentColor;
  border-radius: 2px;
}
.semArchive_cap span::before{
  right:0;
  transform:rotate(-66deg);
}
.semArchive_cap span::after{
  left:0;
  transform:rotate(66deg);
}
.semArchive_tit{
	border-bottom:1px solid #707070;
	font-size:36px;
	font-weight:700;
	font-family: 'Noto Serif JP', serif;
	color:#000;
	margin-bottom:32px;
}
.semArchive_txt{
	font-size:150%;
}
.semArchive_txt > span{
	font-weight:700;
  background-image: linear-gradient(#FABBC7, #FABBC7);
  background-repeat: no-repeat;
  background-size: 100% 0.4em; 
  background-position: left calc(100% - 0.1em); 
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
	padding: 0 .15em; 	
}
/*.semArchive_txt > span::before{
	display:inline;
	width:100%;
	height:10px;
	background:#FABBC7;
	position: absolute;
	bottom:0;
	left:0;
	content:" ";
	z-index: -1;	
}*/
.semArchive_note{
	text-align:center;
	font-size:100%;
	margin-top:10px;	
}
.semBtn03{
	margin-top:30px;
	text-align: center;
}
.semBtn03 a{
	display:inline-block;
	border-radius: 5px;
	background:#EB1551;
	font-size:22px;
	text-decoration: none;
	color:#fff;
	max-width:680px;
	width:100%;	
	text-align: center;
	opacity: 1;
  transition: opacity 0.3s ease;	
}
.semBtn03 a:hover{
	color:#fff;
	opacity: 0.7;
}
.semBtn03 span{
	position: relative;
	display: inline-block;
	padding:5px 20px 5px 10px;
	font-size:22px;
}
.semBtn03 span::before{
	position: absolute;
	content: " ";
	top:50%;
	right:0;
	margin-top:-4px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
.semArchive_tit2{
	text-align:center;
	font-size:190%;
}
.semArchive_txt2{
	text-align:center;
	font-size:124%;
	margin-top:10px;
}
.semArchivelist{
	margin-top:30px;
	display:flex;
	gap:32px;
	flex-wrap: wrap;
	justify-content: flex-start;	
}
.semArchivelist_item{
	flex: 0 0 calc((100% - 64px) / 3);
	max-width:624px;
	margin:0 auto;
}
.semArchivelist_item a{
	text-decoration: none;
	color:#000;
	opacity: 1;
  transition: opacity 0.3s ease;		
}
.semArchivelist_item a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.semArchivelist_tit{
	font-weight:700;
	color:#000;
	margin-top:10px;
}
.semArchivelist_data{
	font-size:15px;
	margin-top:10px;
	color:#333;
}
.semArchivelist_data span{
	font-size:14px;
	display:inline-block;
	border:1px solid #333;
	text-align:center;
	padding:5px 10px;
	margin-right:10px;
	line-height:1;
}
.semArchivelist_img{
	text-align:center;
}
@media (max-width: 1024px) {
  .semLead_Img {left: -100px;	bottom:20px;}
	.semArchive_Img{right:-70px;}	
}
