/*TOPPAGE STYLE*/
.video-background {
  position: relative;
  width: 100%;
  height: 80vh; /* 画面いっぱいに表示（必要に応じて変更可） */
  overflow: hidden;
}

.video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* クリックで動画操作されないように */
}

.video-foreground iframe {
  width: 100vw;
  height: 56.25vw; /* 16:9比率 */
  min-height: 80vh;
  min-width: 177.77vh; /* 16:9比率の逆 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* 表示のバランス調整 */
}

/* スマホのときは中央部分を強調 */
@media (max-width: 768px) {
.video-background {
  height: 70vh; /* 画面いっぱいに表示（必要に応じて変更可） */
}
  .video-foreground iframe {
    width: 300vw;   /* 横を広くして中央を切り抜く */
    height: 112.5vw;
  }
}
.columnbox{
	margin-bottom: 30px;
}
.columnbox a{
	color: #383838;
}
.columnbox a .image{
	margin-bottom: 1em;
}
.columnbox a .image img{
	width: 100%;
}
.columnbox a .cate{
	font-size: 1.2rem;
	padding: 4px 12px;
	border: 1px solid #383838;
	margin-bottom: 10px;
	display: inline-block;
}
.columnbox a .title{
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
.columnbox a .date{
	font-size: 1.4rem;
	color: #878787;
}
#inner h2{
	padding: 0;
	border-bottom: none;
}
.catch{
	font-size: 2.4rem;
}
.catch-desc{
	font-size: 1.6rem;
	line-height: 2.4;
	letter-spacing: 0.1em;
	text-align: center;
}
.catch-desc .red{
	color: #cc5356;
}
.catch-desc .blue{
	color: #1987bf;
}
.catch-desc .big{
	font-size: 1.5em;
}
.support{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 10px;
	margin-bottom: 20px;
}
.support li{
	background-color: #e6e6df;
	padding: 5px 25px;
	font-size: 1.4rem;
	border-radius: 100px;
}
.taijin{
	border: 1px dashed #ccc;
	background-color: #f2f2f2;
	padding: 20px;
	text-align: center;
}
.h2bg-img{
	padding: 50px;
	line-height: 1;
	background-size: cover;
	background-position: center top;
	border-bottom: none;
	color: #fff;
	font-weight: 500;
}
.h2bg-img.program{
	background-image: linear-gradient(rgba(0,0,0,0.3)),url(../img/top/h2bg-program.jpg);
}
.h2bg-img.column{
	background-image: linear-gradient(rgba(0,0,0,0.3)),url(../img/top/h2bg-column.jpg);
}
.h2bg-img.profile{
	background-image: linear-gradient(rgba(0,0,0,0.3)),url(../img/top/h2bg-profile.jpg);
}
.sogo-consulting{
	background-color: #fff;;
}
.sogo-consulting img{
	width: 50%;
	display: block;
	margin: 0px auto;
	padding: 40px 0;
}
.cate-head{
	position: relative;
	margin-bottom: 20px;
}
.cate-soshiki-l{
	position: absolute;
	left:0;
	top: 0;
	color: #fff;
	background-color: #1987bf;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	padding: 10px 25px;
}
.cate-genba-l{
	position: absolute;
	left:0;
	top: 0;
	color: #fff;
	background-color: #cc5356;
	font-size: 1.5rem;
	padding: 10px 25px;
}

.programbox{
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 40px 20px 20px 20px;
	display: block;
}
.cate-soshiki-s{
	position: absolute;
	left:0;
	top: 0;
	color: #fff;
	background-color: #1987bf;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	padding: 3px 15px;
}
.cate-genba-s{
	position: absolute;
	left:0;
	top: 0;
	color: #fff;
	background-color: #cc5356;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	padding: 3px 15px;
}
.programbox .read{
	text-align: center;
	letter-spacing: 0.3em;
	font-size: 1.8rem;
	font-weight: 200;
	height: 1.5em;
	line-height: 1.2;
	margin-bottom: 20px;
}
.programbox h4{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.programbox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}
.programbox ul li{
	background-color: #383838;
	color: #fff;
	padding: 3px 8px;
	font-size: 1.2rem;
	display: inline-block;
}
.catch-contact{
	text-align: center;
	font-size: 1.6rem;
}
#program h2{
	border-bottom: none;
	
}
.works{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.works li{
	padding: 0px;
	width: 20%;
}
.profilebox p{
	margin-bottom: 10px!important;
}
.profilebox .president{
	font-weight: 400;
	font-size: 3rem;
	letter-spacing: 0.2em;
}



/*PAGE STYLE*/
.h1-bg{
	background-size: cover;
	background-position: center center;
	padding: 60px 0;
}
#page-program{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/program/h1-bg-program.jpg);
}
#page-profile{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/profile/h1-bg-profile.jpg);
}
#page-contact{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/contact/h1-bg-contact.jpg);
}
#page-privacy{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/contact/h1-bg-contact.jpg);
}
#page-column{
	background-image: linear-gradient(rgba(0,0,0,0.1)),url(../img/contact/h1-bg-contact.jpg);
}
.h1-bg h1{
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
}
.posttitle{
	color: #383838!important;
	}
.kouka{
	background-color: #e6e6df;
	padding: 60px 40px 40px 40px;
	position: relative;
}
.kouka h3{
	width: 30%;
	position: absolute;
	left: 0px;
	top:0px;
}
.kouka h3 img{
	width: 100%;
}
.kouka-list li{
	list-style: '▶︎ ';
	list-style-position: inside;
	margin-bottom: 15px;
	line-height: 1.4;
	font-size: 1.4rem;
}

ul.kouka-tag{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	gap: 10px;
	margin-bottom: 0px;
}
ul.kouka-tag li{
	background-color: #383838;
	color: #fff;
	padding: 3px 8px;
	font-size: 1.2rem;
}

.program-koumoku{
	display: flex;
	flex-wrap: wrap;
	gap:15px 4% ;
}
.program-koumoku li{
	width: 48%;
}
.program-koumoku li a{
width: 100%;
	display: block;
	background-color: #383838;
	padding: 15px;
	text-align: center;
	color:#fff;
	border-radius: 5px;
	font-size: 1.2rem;
	position: relative;
}
.program-koumoku li a::after{
	content: '▶︎';
	position: absolute;
	right:15px;
}
.ser-list .cate-blue{
  color: #fff;
  background-color: #1987bf;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  padding: 5px 15px;
  display: inline-block;
}
.ser-list .cate-red{
  color: #fff;
  background-color: #cc5356;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  padding: 5px 15px;
  display: inline-block;
}
.ser-list .kouka{
	padding: 40px 30px 30px 30px;
}
.ser-list h3{
	color: #383838;
}
.ser-list .kouka h3{
	width: 60%;
}
.president{
	line-height: 2;
}
.president span{
	font-size: 1.8rem;
}
.prolist li{
	padding:25px 2em;
}
.prolist li:nth-child(odd){
	background-color: #e6e6df;
}

.prolist dl{
	padding:25px 15px;
	display: flex;
	flex-wrap: nowrap;
}
.prolist dl:nth-child(odd){
	background-color: #e6e6df;
}
.prolist dt{
	width: 7em;
	text-align: center;
	font-weight: 600;
}

.shikakulist li{
	line-height: 1.8;
}
.shikakulist li::before{
	content: "● ";
}


.normal table {
	width:100%;
	margin:0px 0px 20px 0px;
}
.normal table tr {
	width:100%;
}
.normal table tr th {
	background-color:#f2f2f2;
	vertical-align:middle;
	border:1px solid #c5c5c5;
	font-weight: normal;
	padding:20px 15px;
	text-align: center;
	width: 30%;
}
.normal table tr td{
	line-height:1.4;
	padding:20px 15px;
	border:1px solid #c5c5c5;
	text-align: left;
}

.contact table {
	width:100%;
	margin:0px 0px 40px 0px;
}
.contact table tr {
	width:100%;
}
.contact table tr th {
	background-color:#e6e6df;
	text-align:center;
	vertical-align:middle;
	border:1px solid #878787;
	font-weight: normal;
	padding:20px 15px;
	width: 25%;
}
.contact table tr th p {
	margin-bottom: 0px;
}
.contact table tr td{
	line-height:1.4;
	padding:20px 15px;
	border:1px solid #878787;
	background-color: #fff;
}
.contact table tr td p {
	margin-bottom: 0px;
}


.post-info{
	padding: 30px 0;
}
.post-info a{
	color: rgb(155, 133, 105);
}
section.post h2{
	text-align: left;
	margin-bottom: 20px;
}
section.post h3{
	color: rgb(155, 133, 105);
}
section.post h4{

}

section.post h5{
	color: rgb(155, 133, 105);
}

section.post h6{

}
.nav-next{
	padding: 60px 0;
}
.nav-next a{
	color: #383838;
	display: block;
}
.nav-next a p{
	margin-bottom: 10px;
}
.nav-next a h3{
	font-size: 1.8rem;
	color: #383838;
	text-decoration: underline;
}
.nav-next a h3:hover{
}





/*//////////////////////////// mobile ////////////////////////////*/
@media only screen and ( max-width : 600px ) {
/*TOPPAGE STYLE*/
.columnbox{
	margin-bottom: 0px;
}
.columnbox a{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.columnbox a .image{
	width: 35%;
	margin-right: 5%;
}
.columnbox a .txt{
	width: 60%;
	line-height: 1;
}
.columnbox a .cate{
	display: none;
}
.columnbox a .title{
	font-size: 1.4rem;
}
.kesu:nth-child(n + 4){
	display: none;
}
.catch{
	font-size: 1.8rem;
}
.catch-desc{
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
}
.catch-desc .red{
	color: #cc5356;
}
.catch-desc .blue{
	color: #1987bf;
}
.catch-desc .big{
	font-size: 1.5em;
}

.cate-head{
	margin-bottom: 0;
}

.program-list{
	margin-bottom: 0;
}
.programbox{
	margin-bottom: 0px;
	padding: 40px 10px 10px 10px;
}
.cate-soshiki-s{
	display: none;
	/*font-size: 1rem;
	letter-spacing: 0.2em;
	padding: 3px 10px;*/
}
.cate-genba-s{
	display: none;
	/*font-size: 1rem;
	letter-spacing: 0.2em;
	padding: 3px 10px;*/
}
.programbox .read{
	letter-spacing: 0.2em;
	font-size: 1.4rem;
	height: 1em;
	margin-bottom: 20px;
}
.programbox h4{
	letter-spacing: 0.1em;
	font-size: 2rem;
	margin-bottom: 20px;
}
.programbox ul{
	margin-bottom: 10px;
}
.programbox ul li{
	padding: 5px 10px;
	font-size: 1.2rem;
}
.slick-dotted.slick-slider{
	margin-bottom: 40px;
}
/* dots の位置 */
.slick-dots {
  bottom: -30px; /* 下に余白を取る */
}
/* 各 dot の間隔 */
.slick-dots li {
  margin: 0 1px; /* 左右マージン */
}
/* dot のボタン（デフォルトは小さな四角に text-indent:-9999px が入っている） */
.slick-dots li button {
  width: 8px;   /* dotのサイズ */
  height: 8px;
  border-radius: 50%; /* 丸にする */
  background: #ccc;   /* 色 */
  text-indent: -9999px; /* 数字を隠す */
  overflow: hidden;
  padding: 0;
  border: none;
}
/* アクティブ時 */
.slick-dots li.slick-active button {
  background: #fff; /* 有効時の色 */
}
.h2bg-img{
	padding: 30px;
}
.program-koumoku{
	gap:10px 4% ;
	margin: 10px 0 20px 0;
}
.program-koumoku li a{
	background-color: #383838;
	padding: 10px;
	text-align: left;
	border-radius: 5px;
	font-size: 1.2rem;
}
.program-koumoku li a::after{
	right:7px;
	top:12px;
	font-size: 0.8rem;
}
.catch-contact{
	text-align: left;
	font-size: 1.6rem;
}
.works{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.works li{
	width: 45%;
}
/*PAGE STYLE*/
.h1-bg{
	padding: 40px 0;
}
.h1-bg h1{
	font-size: 1.8rem;
	font-weight: 600;
}
.kouka{
	background-color: #e6e6df;
	padding: 60px 20px 20px 20px;
	position: relative;
}
.kouka h3{
	width: 70%;
}
.kouka-list{
	font-size: 1.2rem;
}
ul.kouka-tag li{
	padding: 5px 10px;
	font-size: 1.2rem;
}
.ser-list .kouka{
	padding: 50px 20px 20px 20px;
}
.ser-list .kouka h3{
	width: 60%;
}

.stepbox{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.stepbox .stepimg{
	width: 35%;
}
.stepbox .txt{
	width: 60%;
	font-size: 1.4rem;
	line-height: 1.4;
}


.prolist li{
	padding:15px;
	line-height: 1.4;
	font-size: 1.4rem;
}
.prolist li:nth-child(odd){
	background-color: #e6e6df;
}

.prolist dl{
	padding:0px;
	display: block;
	margin-bottom: 10px;
}
.prolist dt{
	width: 100%;
	padding:10px 10px 0px 10px;
	text-align: left;
	font-weight: 600;
}
.prolist dd{
	width: 100%;
	padding:10px;
	text-align: left;
	font-weight: 400;
}
.shikakulist li{
	line-height: 1.8;
}
.shikakulist li::before{
	content: "● ";
}


.contact table tr th {
	text-align:center;
	border:none;
	padding:10px 8px;
	width: 100%;
}
.contact table tr th p {
	margin-bottom: 0px;
}
.contact table tr td{
	line-height:1.4;
	padding:10px 8px;
	border:none
}
.contact table tr td p {
	margin-bottom: 0px;
}


.post-info{
	padding: 20px 0;
	font-size: 1.2rem;
}












}

/*//////////////////////////// PC ////////////////////////////*/
@media print, screen and ( min-width : 1024px ) {


/*TOPPAGE STYLE*/
.support{
	gap: 15px 15px;
	margin-bottom: 30px;
}
.support li{
	padding: 8px 25px;
	font-size: 1.6rem;
}
.programbox ul li{
	padding: 6px 12px;
	font-size: 1.4rem;
}


/*PAGE STYLE*/
ul.kouka-tag li{
	padding: 6px 12px;
	font-size: 1.4rem;
}
.kouka{
	padding: 80px 40px 40px 40px;
}
.ser-list .kouka{
	padding: 80px 40px 40px 40px;
}
.ser-list .kouka h3{
	width: 50%;
}

}