@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/
body {
  -webkit-text-size-adjust: 100% !important;
}
body, #header {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/*コンテンツ幅設定用（依頼指示の幅+20px）*/
#main .content {
  max-width: 1020px;
}
/*404エラー画面（依頼指示の幅+20px）*/
#errorContent {
  max-width: 1020px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px){
  #errorContent {
    padding: 0 15px;
  }
}
/*for Android copyrightマークの色 */
footer span.copy {
  font-family: Verdana, "Droid Sans" !important;
}

footer ul {
  line-height: normal;
}

footer img {
  display: inline;
}

/*******************************
 スクリーンリーダー
*******************************/
.screen-reader-wrap{position:relative;}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
/*******************************
 スキップリンク
 *******************************/
.skip-hidden-text{
  position: relative;
}
.skip-hidden-text a,
.skip-hidden-text span{
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.skip-hidden-text a:focus,
.skip-hidden-text a:active {
  display: block;
  width: 15em;
  height: auto;
  top: 10px;
  left: 10px;
  clip: auto;
  z-index: 1000;
  font-size: 1rem;
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #999;
  border-radius: 10px;
  text-align: center;
}
/*******************************
 loading=lazy画像
 *******************************/
img {
  height: auto;
}
img[loading="lazy"] {
  width:auto;
  max-width:100%;
  height:auto;
}


/*******************************
 ヘッダー
*******************************/

/* 固定ヘッダ */

#header .content div.regular
{
	background-color:#ffffff; /* 背景 */
	color:#000000; /* 文字色 */
	height:69px; /* 高さ */
}

#header .content div.regular div.logo
{
	padding-top:10px; /* 企業ロゴ表示開始位置 上 */
	padding-left:20px; /* 企業ロゴ表示開始位置 左 */
}

#header .content div.regular .note
{
	bottom:5px; /* フリーコメント開始位置 下 */
	right:10px; /* フリーコメント開始位置 右 */
}

/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
	height:80px;/* ★1 自由フッタの高さ */
}
#footer .content .regular
{
	height:100px; /* ★2 固定フッタの高さ */
}
#footer {
	height: 180px;  /* footerの高さ（ ★1＋★2 ）分指定する*/
}
#main .space
{
	padding-bottom:180px; /* footerの高さ（★1＋★2）分指定する */
}
/* 固定フッタ */
#footer .content .regular
{
	background-color:#d50000; /* 背景 */
	color: #ffffff; /* 文字色 */
}

/*******************************
 自由ヘッダー
*******************************/
#header .content .free {
}

/*******************************
 自由コンテンツ上
*******************************/
#headContent .free {
}

/*******************************
 自由サイドコンテンツ
*******************************/
#sideContent .free {
}

/*******************************
 自由コンテンツ中
*******************************/
#bottomContent .freeHead {
}

/*******************************
 自由コンテンツ下
*******************************/
#bottomContent .freeBottom {
}

/*******************************
 自由フッター
*******************************/
#footer .content .free {
}


/* よこすかビジネスサポートチャンネル用 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"),
       url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"),
       url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
:root {
  --ch_font: 18px;
  --ch_font_s: 16px;
}
#channel { font-size: var(--ch_font); background: #fff; font-family: 'Noto Sans JP', sans-serif; }
#channel .inner {
	max-width: 1200px;
	margin: auto;
}
#channel #mainvisual { position: relative; height: 640px;
	background: url(../images/kv.png) no-repeat right center / cover;
	margin-right: 27%; border-radius: 0 0 50px 0; }
#channel #mainvisual .pic { position: absolute; bottom: 0;}
#channel #mainvisual .title { position: absolute; width: 517px; bottom: 110px; left: 70px; transition: .3s;}
#channel #mainvisual .title img { width: 100%; height: auto; }
#channel #mainvisual .description { position: absolute; bottom: 36px; left: 70px; color: #fff; text-align: left; font-weight: bold; text-shadow: 1px 2px 3px #000; transition: .3s; }

#channel #new { position: absolute; margin-top: -610px; right: 0; padding: 30px; background: #DE9548; border-radius: 20px 0 0 20px; overflow:hidden; transition: .3s; }
#channel #new .inner { position: relative; width: 480px; background: #fff; border-radius: 0 0 20px 20px; padding: 0 0 30px; }
#channel #new .title {
	position: absolute; top: -30px; left: 0; z-index: 2;
	color: #fff; background: #DE9548; font-weight: 600;
	width: 180px; height: 50px; line-height: 50px; border-radius: 0 50px 50px 0;
	text-align: left; text-indent: 20px; font-size: var(--ch_font); }

#channel #new .inner > a { position: relative; display: block; transition: .3s; }
#channel #new .inner > a:after {
	position: absolute; inset: 0; z-index: 2;
	display: block; width: 58px; height: 44px; margin: auto;
	background: url(../images/channel_icon_video.png) no-repeat 0 0 / 100% auto;
	content: ""; }
#channel #new a:hover { opacity: .6; }
#channel #new p { text-align: left; }
#channel #new p.video_title { margin: 30px 0 0; padding: 0 20px; font-weight: bold;}
#channel #new p.video_title span.date { display: block; font-weight: normal;}
#channel #new p.video_description { padding: 0 20px; font-size: var(--ch_font_s);}
#channel #new p.button { text-align: center;}
#channel #new p.button a { text-align: center; display: block; color: #fff; background: #000; line-height: 50px; font-weight: bold; text-decoration: none; border-radius: 50px; margin: 30px auto 0; width: 16em; box-shadow: 0 3px 6px rgba(0,0,0,0.2); transition: .3s; }

@media screen and (max-width: 1150px) {
	#channel #mainvisual .title { width: 61.5%;}
	#channel #new { width: 40%;}
	#channel #new .inner { width: auto;}
	#channel #new figure { width: 100%; }
	#channel #new img { width: 100%; max-width: 480px; }
}
@media screen and (max-width: 1050px) {
	#channel #new { width: 38%; padding: }
}

#channel h2 { text-align: center; position: relative; font-size: 36px; font-weight: bold; margin: 60px 0 20px; padding-bottom: 15px;}
#channel h2:after {
	position: absolute; left: 0; right: 0; bottom: 0; margin: auto; content: "";
	width: 80px; height: 4px; background: #DE9548;}
#channel h2 + p { text-align: center; font-weight: bold;}

#channel #archives { padding: 0 0 60px;}
#channel #archives ul.list-video_archives { display: flex; justify-content: space-between; flex-wrap: wrap;}
#channel #archives ul.list-video_archives:after { content: ""; display: block; width: calc(33.33% - 20px);}
#channel #archives ul.list-video_archives li { width: calc(33.33% - 20px); background: #FFFAE5; margin-top: 40px; }
#channel #archives ul.list-video_archives li a { position: relative; display: block; background: #fff; transition: .3s; }
#channel #archives ul.list-video_archives li a:after {
	position: absolute; inset: 0; z-index: 2;
	display: block; width: 58px; height: 44px; margin: auto;
	background: url(../images/channel_icon_video.png) no-repeat 0 0 / 100% auto;
	content: ""; }
#channel #archives ul.list-video_archives li a:hover { opacity: 0.6; }


#channel #archives ul.list-video_archives li a figure {}
#channel #archives ul.list-video_archives li a figure img {}
#channel #archives ul.list-video_archives li p.video_title { border-left: 4px solid #DE9548; margin: 20px; padding-left: 20px; text-align: left; font-weight: bold; font-size: var(--ch_font); }
#channel #archives ul.list-video_archives li p.video_title span.date { display: block; font-weight: normal; font-size: var(--ch_font_s);}
#channel #archives ul.list-video_archives li p.video_description { padding: 0 20px 20px; font-size: var(--ch_font_s); text-align: left;}

/* coming soon */
#channel #archives ul.list-video_archives li.yet a { pointer-events: none; }
#channel #archives ul.list-video_archives li.yet a:after {
	background: url(../images/channel_icon_video_yet.png) no-repeat 0 0 / 100% auto; }
#channel #archives ul.list-video_archives li.yet a figure { width: 100%; height: 205.967px background: #E3E3E3; }
#channel #archives ul.list-video_archives li.yet p.video_title { line-height: 3.2em; }


#channel #yokosuka_hp { background: #F5F5F5; padding: 1px 0 40px;}
#channel #yokosuka_hp ul.linklist-horizont { display: flex; justify-content: space-between; flex-wrap: wrap; }
#channel #yokosuka_hp ul.linklist-horizont li { width: calc(33.33% - 20px); text-align: left; margin-top: 40px; padding: 20px; box-sizing: border-box;}
#channel #yokosuka_hp ul.linklist-horizont li p.title { font-size: var(--ch_font); font-weight: bold; position: relative; margin-bottom: 12px; padding-bottom: 12px;}
#channel #yokosuka_hp ul.linklist-horizont li p.title:before {
	position: absolute; left: 0; bottom: 0; margin: auto; content: "";
	width: 30px; height: 2px; background: #DE9548;}
#channel #yokosuka_hp ul.linklist-horizont li p.title a { color: #030303; text-decoration: none; transition: .3s;}
#channel #yokosuka_hp ul.linklist-horizont li p.title a span {
	padding-right: 2em;
	background: url(../images/icon-arrow-r.png) no-repeat right 0.45em / 7px auto; }
#channel #yokosuka_hp ul.linklist-horizont li p.description { font-size: var(--ch_font_s);}
#channel #yokosuka_hp ul.linklist-horizont li p.title a:hover { opacity: 0.6;}

#channel #post { padding: 60px 0; }
#channel #post .balloon {
	position: relative;
	width: 27em; margin: auto; border-radius: 50px;
	line-height: 44px; background:#FFFAE5; font-size: var(--ch_font); font-weight: bold; }
#channel #post .balloon:before {
	position: absolute; top: -4px; left: -6px; box-sizing: border-box;
	content: ""; display: block; width: 100%; height: 44px; border: 2px solid #000; border-radius: 50px; }
#channel #post .balloon:after {
	position: absolute; bottom: 0; left: 0; right: 0; background:#FFFAE5;
	content: ""; display: block; width: 10px; height: 10px; margin: 0 auto; border-right: 2px solid #000;
	transform: rotate(45deg);}

#channel #post .balloon span { text-align: center; position: relative; display: block; top: -6px; left: -6px;}
#channel #post .balloon span:before,
#channel #post .balloon span:after { position: absolute; display: block; width: 2px; height: 28px; content: ""; background-color: #000; }
#channel #post .balloon span:before { top: 11px; left: calc(50% - 12em); transform: rotate(-40deg); }
#channel #post .balloon span:after  { top: 11px; right: calc(50% - 12em); transform: rotate(40deg); }


#channel #post .button {}
#channel #post .button a {
	text-align: center;
	position: relative;
	display: block; width: 24em; margin: 20px auto 0; border-radius: 50px;
	font-size: 24px; font-weight: bold; background: #DE9548; color: #fff; text-decoration: none; line-height: 70px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16); transition: .3s; }
#channel #post .button a:after {
	position: absolute; top: 0; bottom: 0; right: 20px;
	content: ""; display: block; width: 10px; height: 10px; margin: auto; border-top: 1px solid #fff; border-right: 1px solid #fff;
	transform: rotate(45deg);}
#channel #post .button a:hover { opacity: 0.6;}


#channel .pc { display: block; }
#channel .sp { display: none; }


/* sp style */
@media screen and (max-width: 768px) {
#channel * {
	box-sizing: content-box;
	line-height: 1.7;
}
#channel .pc { display: none; }
#channel .sp { display: block; }
#channel h2 { font-size: 27px; font-weight: normal; margin: 40px 0 20px; padding-bottom: 15px;}

#channel .inner { max-width: 100%; }

#channel #mainvisual {
	margin-right: 0; height: calc(20vw + 5em); padding-top: 66vw;
	background: url(../images/kv.png) no-repeat center top / 100% auto;
	border-radius: 0; }

#channel #mainvisual figure { width: 100%; }
#channel #mainvisual figure img { width: 100%; height: auto; }
#channel #mainvisual .title { position: relative; top: 0; left: 20px; width: 80%; margin-top: -18%; }
#channel #mainvisual .description {
	position: relative; bottom: initial; left: 0;
	color: #000; font-weight: normal; font-size: var(--ch_font_s); text-shadow: none; padding: 20px; }
#channel #new { position: static; margin-top: 10px; border-radius: 0; width: 100%; box-sizing: border-box; }
#channel #new img { max-width: 100%; }
#channel #new .inner { width: 100%; }
#channel #new p.video_title span.date { font-size: var(--ch_font_s); }
#channel #new p.button a { width: calc(100% - 40px); margin-top: 20px; }
#channel #archives { padding: 0 20px 20px; }
#channel #archives ul.list-video_archives { display: block; }
#channel #archives ul.list-video_archives li { display: block; width: 100%; margin-top: 20px; }
#channel #archives ul.list-video_archives li.yet { padding-bottom: 5em;}

#channel #yokosuka_hp { padding: 1px 20px 30px;}
#channel #yokosuka_hp ul.linklist-horizont { display: block; }
#channel #yokosuka_hp ul.linklist-horizont li { width: 100%; padding: 0; }

#channel #post { padding: 30px 20px; }
#channel #post .balloon { width: 100%; transform: translateX(6px); line-height: 26px; padding: 14px 0; font-size: var(--ch_font_s); }
#channel #post .balloon:before { height: 80px;}
#channel #post .balloon span:before,
#channel #post .balloon span:after { height: 70%; }
#channel #post .balloon span:before { top: 15%; left:  calc(50% - 7em); transform: rotate(-35deg); }
#channel #post .balloon span:after  { top: 15%; right: calc(50% - 7em); transform: rotate(35deg); }
#channel #post .button a { width: 100%; font-size: var(--ch_font_s); }
}
