@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 65px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
}
a:hover {
	color: #ed0000;			/*マウスオン時の文字色*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	max-width: 960px;	/*最大幅*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 100px;	/*高さ*/
	/* -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	/* box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
	/* border-radius: 0px 0px 20px 20px;	/*角丸のサイズ。左上、右上、右下、左下への順番。*/
	margin-bottom: 60px;	/*下のコンテンツとの間にあけるスペース*/
	/* background: #ed0000;	/*背景色（古いブラウザ用）*/
	/* background: -webkit-linear-gradient(#ed0000, #cb0000);	/*グラデーション*/
	/* background: linear-gradient(#ed0000, #cb0000);			/*同上*/
}
/*ロゴ画像*/
#logo img {
	width: 250px;	/*画像幅*/
	padding: 33px 0px 0px 0px;	/*ロゴの余白。上、右、下、左の順。*/
	float: left;	/*左に回り込み*/
}
/*電話ボタン*/
#tel img {
	width: 361px;	/*画像幅*/
	padding: 33px 0px 0px 0px;	/*ロゴの余白。上、右、下、左の順。*/
}


/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
    text-align: center;
	width: auto;
	margin: 0px 0px 20px 0px;	/*メニューの外側にとる余白。上、右、下、左の順。*/
}
#menubar ul {
	overflow: hidden;
	border-left: 1px solid #fff;			/*メニューの一番左の線の幅、線種、色（古いブラウザ用）*/
	border-left: 1px solid rgba(255,255,255,0.2);	/*メニューの一番左の線の幅、線種、色。255,255,255は白の事で0.2は透明度20%の事。*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	text-align: center;	/*内容をセンタリング*/
}
#menubar a {
	display: block;
	text-decoration: none;
	padding: 0 50px;	/*上下、左右にあけるメニュー内の余白*/
	line-height: 60px;	/*高さ*/
	border-right: 1px solid #fff;				/*各メニューの右側の線の幅、線種、色（古いブラウザ用）*/
	border-right: 1px solid rgba(255,255,255,0.2);	/*各メニューの右側の線の幅、線種、色。255,255,255は白の事で0.2は透明度20%の事。*/
	color: #999;	/*文字色*/
}
/*マウスオン時の設定*/
#menubar a:hover {
	color: #000;	/*文字色*/
}
/*ドロップダウンの親メニュー設定*/
#menubar li.arrow1:hover {
	background: url(../images/arrow1.png) no-repeat center bottom;	/*マウスオン時に三角マークを出す*/
}
/*小さな端末用メニューを表示させない*/
#menubar-s {
	display: none;
}

/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

#top,#topbnr {
	display: none;
}


.weekmv_pc{
	display: none;
}

/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンメニュー全体の設定*/
#menubar .ddmenu {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	border: none;
	border-radius: 4px;	/*角丸のサイズ*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒の事で最後の0.7は透明度70%の事。*/
}
/*メニュー１個あたりの設定*/
#menubar .ddmenu li a {
	line-height: 40px;	/*高さ*/
}
/*最後のメニューの右側の線を消す設定*/
#menubar .ddmenu li:last-child a {
	border: none;
}
/*マウスオン時の背景色*/
#menubar .ddmenu li a:hover {
	background: #000;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#contents {
    margin: 0 auto;
}

/*１カラム時のメインコンテンツ*/
.c1 #main {
    text-align: center;
	float: none;
    margin: 0 auto;
    margin-bottom: 15px;
}

#main img {
   padding: 30px 35px 30px 35px;
}

#concept {
    padding: 35px;
    background-color: #EAEBEB;
}

#concept_title {
    padding: 13px 10px 10px 10px;
    background-color: #C63043;
    margin-bottom: 15px;
    border-radius: 6px 6px 6px 6px;	/*角丸のサイズ。左上、右上、右下、左下の順。*/
}

#concept_title p {
    color: white;
    text-align: center;
    font-size: 180%;
	line-height: 1.2;		/*行間*/
}

.bar {
   padding: 40px 0px 20px 0px;
    display: none;
}


/*メインコンテンツ事業内容
---------------------------------------------------------------------------*/
#contents {
    margin: 0 auto;
}

/*１カラム時のメインコンテンツ*/
.c1 #main_outline {
    text-align: center;
	float: none;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 240px;
}

#main_outline .bar_s {
   padding: 40px 0px 20px 0px;
    margin-bottom: 15px;
}

#main_outline h3{
    font-size: 130%;
}

#main_outline .box{
    margin-bottom: 20px;
}

.outline_img {
    float: left;
    margin-bottom: 10px;
}

#main_outline .boxtext {
    text-align: left;
    width: 240px;
}

#outlinefooter {
    padding: 25px;
    background-color: #EAEBEB;
    margin: 30px 0 0 0;
}

/*メインコンテンツバナー
---------------------------------------------------------------------------*/
.banner{
	margin: 0 0 1em;
	text-decoration: none;
}

.banner:hover{
	opacity: 0.7;
	color: #fff;
}

.weekmv_sp{
	font-size: 1.2rem;
	font-style: italic;
	font-weight: bold;
	letter-spacing: .1em;
	color: #fff;
	text-shadow: -3px 2px 0 #000;
	background: #03ADA9;
	text-align: center;
}

/*メインコンテンツ事務所移転
---------------------------------------------------------------------------*/
#contents {
    margin: 0 auto;
}

/*１カラム時のメインコンテンツ*/
.c1 #main_moving {
	float: none;
    margin: 2em auto;
	padding: 2em;
    width: 79vw;
	border: 1px solid #e5e5e5;
}

#main_moving .bar {
   padding: 40px 0px 20px 0px;
}

#main_moving h3{
    font-size: 130%;
	margin: 0 0 1em 0;
}

#main_moving .company_pic {
    margin: 2em 0;
	text-align: center;
}

#main_moving .company_pic img {
    width: 80%;
	height: auto;
}

#main_moving .company_pic p {
    text-align: center;
	margin-top: 1em;
}

#main_moving iframe{
    margin: 1em 0 2em 0;
}

#main_moving .box{
}

#main_moving .boxtext {
    width: 770px;
    margin-top: 20px;
}

#movingfooter {
    padding: 25px;
    background-color: #EAEBEB;
    margin: 30px 0 0 0;
}

/*メインコンテンツスタッフ紹介
---------------------------------------------------------------------------*/
#contents {
    margin: 0 auto;
}

/*１カラム時のメインコンテンツ*/
.c1 #main_staff {
    text-align: center;
	float: none;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 240px;
}

#main_staff .bar_s {
   padding: 40px 0px 0px 0px;
    margin-bottom: 15px;
}

#main_staff h3{
    font-size: 220%;
}

#main_staff h4{
    font-size: 160%;
}

#main_staff .box{
    margin-bottom: 20px;
}

#main_staff .box p {
    font-size: 150%;
}
#main_staff dt, #main_staff dd{
	font-size: 150%;
}

.staff_img1 {
    float: left;
    margin-bottom: 10px;
	width: 240px;
}

.staff_img2 {
    margin: 20px 42.5px;
}

#main_staff .boxtext1 {
    text-align: left;
    height: 100%;
    width: 240px;
}

#main_staff .boxtext2 {
    text-align: left;
    height: 100%;
    width: 240px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop a {
	clear: both;
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	padding: 0px 30px;	/*上下、左右へのボックス内余白*/
	background: #ccc;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 4px;	/*角丸のサイズ*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 50px 0px;
}
footer a {
	text-decoration: none;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*top
---------------------------------------------------------------------------*/


.youtube{
	width: 100%;
	height: 300px;
}

.youbnr2_sp img{
	width: 100%;
	margin-top: 10px;
}

.youbnr2{
	display: none;
}

/*会社概要
---------------------------------------------------------------------------*/
.companyList {
	height: auto;
	width: 100%;
	float:left;
	display:block;
    text-align: left;
    margin: 20px 0 20px 0;
}
.companyList dl{
	height: auto;
	width: 100%;
	float:left;
	display:block;
	margin-bottom:24px;
}
.companyList dt{
	height: auto;
	width: 20%;
	float:left;
	display:block;
	font-size:14px;
	line-height:28px;
}
.companyList dd{
	height: auto;
	width: 76%;
	float:left;
	display:block;
	font-size:15px;
	line-height:28px;
	padding-left:4%;
}

.companyList img{
	float:right;
}

.cntLineGrey{
	width:100%;
	height:1px;
	float:left;
	display:inline-block;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	line-height:1px;
}

.cntLineGrey span{
	width:100%;
	height:1px;
	background-color:#d2d2d2;
	display:inline-block;
}

/*採用情報
---------------------------------------------------------------------------*/
.jobList {
	height: auto;
	width: 90%;
	display:block;
  text-align: left;
  margin: 20px 0 20px 0;
}
.jobList dl{
	height: auto;
	width: 100%;
	float:left;
	display:block;
	margin-bottom:24px;
}
.jobList dt{
	height: auto;
	width: 30%;
	float:left;
	display:block;
	font-size:14px;
	line-height:28px;
}
.jobList dd{
	height: auto;
	width: 100%;
	float:left;
	display:block;
	font-size:15px;
	line-height:28px;
	padding-left:4%;
}

.cntLineGrey{
	width:100%;
	height:1px;
	float:left;
	display:inline-block;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	line-height:1px;
}

#main_job img {
    
}

.cntLineGrey span{
	width:100%;
	height:1px;
	background-color:#d2d2d2;
	display:inline-block;
}

/*一覧ページのボックス右下のオプションマーク
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
}

/*その他
---------------------------------------------------------------------------*/
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #ed0000;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh {display: none;}



/*画面幅1150px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1150px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 0px 2%;
}

#contents {
    margin: 0 auto;
}
    
}



/*画面幅1000px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar a {
	padding: 0 10px;	/*上下、左右にあけるメニュー内の余白*/
}

#contents {
    margin: 0 auto;
}
   
}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar-s {
	margin-bottom: 30px;
	overflow: hidden;
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: left;	/*左に回り込み*/
	text-align: center;	/*内容をセンタリング*/
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
}
#menubar-s a {
	display: block;
	text-decoration: none;
	line-height: 60px;	/*高さ*/
	text-align: center;
	background: -webkit-linear-gradient(#fff, #cacaca);	/*グラデーション*/
	background: linear-gradient(#fff, #cacaca);			/*同上*/
	border-radius: 20px;
	border: 1px solid #999;
}
#menubar-s li:nth-child(even) {
	margin-right: 0;
}
/*小さな端末用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
}
    
/*大きな端末用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 24px;	/*上から24pxの場所に配置*/
	right: 30px;	/*右から5%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #777;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #777;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #main_outline, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {
	display: none;
}

#contents {
    margin: 0 auto;
}
    
}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*コンテンツ内のボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.list {
	float: none;
	width: auto;
	height: auto;
}
.list a {
	height: auto;
}
/*ボックス内の画像設定*/
.list .img {
	height: auto;	/*画像の高さ*/
}

#contents {
    margin: 0 auto;
}
   
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.6;	/*行間*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 150px;	/*高さ*/
	/*border-radius: 0px 0px 10px 10px;	/*角丸のサイズ。左上、右上、右下、左下への順番。*/
	margin-bottom: 30px;	/*下のコンテンツとの間にあけるスペース*/
}
/*ロゴ画像*/
#logo img {
	width: 200px;	/*画像幅*/
	padding: 28px 0px 0px 20px;	/*ロゴの余白。上、右、下、左の順。*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar-s {
	margin-bottom: 20px;
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: none;
	width: 100%;
	margin-right: 0;
}
#menubar-s a {
	border-radius: 10px;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
/*#menubar_hdr {
	top: 15px;
}*/

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu li a {
	padding: 10px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display: block;}
.pc {display: none;}

#contents {
    margin: 0 auto;
}
    
}



/*画面幅360px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:360px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
#logo img {
	padding: 26px 0px 0px 10px;	/*ロゴの余白。上、右、下、左の順。*/
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	right: 15px;	/*右から15pxの場所に配置*/
}

#contents {
    margin: 0 auto;
}
    
}

/* 230428_msp追記 */
figcaption{
	text-align: left;
}
.c-new {
	color: #fff;
	background: #dc143c;
	border-radius: 8px;
	margin-right: 16px;
	padding: 4px 16px;
	font-size: 1rem;
}

.banner {
	background: #03ADA9;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.2rem;
	padding: 1rem 0.5rem;
	text-align: center;
}

.click{
	font-weight: bold;
	display: contents;
}