@charset "utf-8";
/* common.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* reset    　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body, div, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
	border: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.row:before,
.doc_set:before,
.inner:before,
.cf:before,
.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	content: "";
	display: table;
}

.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 18px;
	color: #333333;
	line-height: 1.9em;
}
.doc_set {
	padding-bottom: 90px;
}


/* ボックス */
.inner {
	width: 1286px;
	margin-left: auto;
	margin-right: auto;
}
.box_fl_left {
	float: left;	
}
.box_fl_right {
	float: right;	
}
.box_left {
	float: left;
}
.box_right {
	float: right;
}

/* テーブル */
.nomal_tbl  {
}
.nomal_tbl th {
	border-right: 26px solid #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 160px;
	text-align: left;
}
.nomal_tbl td {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.nomal_tbl tr:nth-child(odd) {
	background-color: #F2F2F2;
}

/* TEL リンク */
a[href^="tel:"] { 
	cursor: default;
} 

/* フォント */
.font_sawarabi_mincho {
	font-family: 'Sawarabi Mincho', serif;
}

/* PC・スマホ 表示、非表示 */
.pc_none {
	display: none;	
}
.sp_none {
	
}

/* その他 */
.over {
	
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	height: 100px;
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}
#h_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* -- ロゴ ----------------------------------------------- */
#logo {
	position: absolute;
	left: 20px;
	top: 26px;
}
#logo img {
	width: 320px;
	height: auto;
}

/* -- ナビ ----------------------------------------------- */
#gNav {
	position: absolute;
	right: 0px;
	top: 0px;
}
#gNav ul {
	position: relative;
	display: flex;
}
#gNav li {
	position: relative;
	margin-right: 30px;
}
#gNav li:last-child {
	margin-right: 0;
}
#gNav li a {
	position: relative;
	display: block;
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.3px;
}

/* -- アイコン ----------------------------------------------- */
.nav li a {
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 14px;
}
.nav li a img {
	width: 38px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}

/* -- サブメニュー ----------------------------------------------- */
#gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#gNav .sub-menu a {
	padding: 15px;
	display: block;
	line-height: 1.2em;
	height: auto !important;
}
#gNav .sub-menu a:hover:after {
	content: none;
}
#gNav .sub-menu li {
	display: block;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
#gNav .sub-menu li:last-child {
	border-bottom: none;
}
#gNav ul > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

#gNav li:hover ul.sub-menu {
	top: 100px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
#gNav li ul li:after {
	content: none;
}
#gNav li:hover ul.sub-menu a {
	color: #FFFFFF;
	background-color: #003D5C;
}
#gNav li:hover ul.sub-menu a:hover {
	background-color: #005581;
}

/* -- ボタン英語 ----------------------------------------------- */

/* ローマ字 個別設定 */
#gNav li span::after {
	display: block;
	font-size: 12px !important;
	color: #003D5C;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	left: 0px;
	right: 0px;
	letter-spacing: 0px;
}
#bt_concept span::after {
	content: "CONCEPT";
}
#bt_news span::after {
	content: "NEWS";
}
#bt_works span::after {
	content: "WORKS";
}
#bt_voice span::after {
	content: "VOICE";
}
#bt_company span::after {
	content: "CONPANY";
}
#bt_contact span::after {
	content: "CONTACT";
}

/* -- 電話番号ボタン ----------------------------------------------- */
#bt_tel {
}
#bt_tel a {
	background-color: #006BA2;
	color: #FFFFFF !important;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.2em;
	padding-top: 30px;
}
#bt_tel span {
	display: block;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#bt_tel a img {
	width: 19px;
	height: auto;
	display: inline;
	margin-bottom: 0px;
	vertical-align: baseline;
	margin-right: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* container   　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
	padding-top: 100px;	
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* バナーエリア   　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#banner_area {
	padding-bottom: 130px;
	text-align: center;
	padding-top: 150px;
}
#okage {
	font-size: 50px;
	font-family: 'Sawarabi Mincho', serif;
	margin-bottom: 140px;
}
#okage span {
	font-size: 35px;
}
#bt_area {
	text-align: center;
	font-size: 0px;

}
.banner {
	width: 530px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: bottom;
}
.banner:first-child {
	margin-right: 56px;
}
.banner a {
	height: 120px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
}

/* お問い合わせ */
#bnr_contact  {
	background-color: #08BCCB;
}
#bnr_contact img {
	width: 40px;
	height: auto;
	margin-right: 30px;
	vertical-align: middle;
}
#bnr_contact span {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	display: block;
	margin-left: 70px;
	line-height: 1em;
}

/* 電話番号 */
#bnr_tel {
	background-color: #006BA2;
}
#bnr_tel img {
	width: 35px;
	height: auto;
	vertical-align: middle;
	margin-right: 15px;
}
#bnr_tel span {
	font-size: 22px;
	display: block;
	line-height: 1em;
	font-weight: normal;
}

/* インスタ */
#bnr_insta {
	border: 2px solid #043D5C;
}
#bnr_insta a {
	height: 150px;
	padding-top: 30px;
}
#bnr_insta img {
	height: 88px;
	width: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer   　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	background-color: #006BA2;
	padding-top: 70px;
	padding-bottom: 60px;
	color: #FFFFFF;
}

/* ロゴ */
#ft_logo {
	width: 530px;
}
#ft_logo img {
	width: 100%;
	height: auto;
}

/* about */
#ft_about {
	width: 580px;
	font-size: 22px;
	line-height: 40px;
}
#ft_honen {
	float: left;
}
#ft_adrs {
	float: left;

}

/* 営業時間 */
#ft_eigyo li {
	display: inline-block;
	margin-right: 25px;
}
#ft_eigyo li:last-child {
	margin-right: 0px;
}

/* 許可番号 */
#ft_kyoka {
	font-size: 0px;
	text-align: center;
	margin-top: 50px;
}
#ft_kyoka li {
	font-size: 18px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

/* リンク */
#ft_link {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #FFFFFF;
}
#ft_link ul {
	text-align: center;
	font-size: 0px;
}
#ft_link ul li {
	font-size: 20px;
	display: inline-block;
	margin-left: 35px;
	margin-right: 35px;
}
#ft_link ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

/* copy */
#copy {
	text-align: center;
	font-size: 15px;
	margin-top: 70px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* CMS　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.cms_area {
}
.list_box{
	display: flex;
	flex-wrap: wrap;
}
.list_box li {
	width: 402px;
	margin-right: 40px;
	margin-bottom: 85px;
}
.list_box li:nth-child(3n) {
	margin-right: 0px;
}

/* サムネイル */
.thumb {
	width: 402px;
	height: 284px;
	margin-bottom: 20px;
	background-image: url(../images/cms_thumb_non.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.thumb img {
	width: 100%;
	height: auto;
}

/* テキスト */
.date {
	font-size: 20px;
	margin-bottom: 17px;
	font-weight: bold;
}
.text {
	font-size: 20px;
}
.list_box a {
	text-decoration: none;
	color: #333333;
}
.list_box span {
	background-color: #FFFE80;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-weight: normal;
}
.date span {
	margin-left: 15px;
}
.text span {
	margin-right: 5px;
}

/* 動画用サムネイル */
#movie_area .thumb {
	height: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 99;
}
#page_top img {
	width: 50px;
	height: auto;
}


















/* ↓↓↓↓↓↓↓↓↓↓ ---以下ヘッダースマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 1080px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* PC・スマホ 表示、非表示 */
.pc_none {
	display: inherit;
}
.sp_none {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
#header {
	height: 60px;
	z-index: 998;
}
	
/* -- ロゴ ----------------------------------------------- */
#logo {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 999;
}
#logo img {
	width: auto;
	height: 30px;
}

/* -- ナビ ----------------------------------------------- */
#gNav .nav {
	overflow-y: auto;
	height: 100vh;
}
.mean-nav .container {
	padding: 0;
}
#gNav li {
	position: relative;
	margin-right: 0px;
}
#gNav li a {
	/* [disabled]font-size: 16px; */
}
	
/* -- アイコン ----------------------------------------------- */
.nav li a {
	height: auto;
	padding-top: auto;
}
.nav li a img {
	display: none;
}

/* -- ボタン英語 ----------------------------------------------- */

/* ローマ字 個別設定 */
#bt_concept span::after,
#bt_news span::after,
#bt_works span::after,
#bt_voice span::after,
#bt_company span::after,
#bt_contact span::after {
width: 60px;
font-size: 10px;
color: rgba(255,255,255,0.50);
position: absolute;
left: auto;
right: 70px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

/* -- 電話番号ボタン ----------------------------------------------- */
#bt_tel {
	}
#bt_tel a {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 24px;
	text-align: center !important;
}
#bt_tel span {
	display: block !important;
	font-size: 11px;
}
#bt_tel a img {
	width: 19px;
	height: auto;
	display: inline;
	margin-bottom: 0px;
	vertical-align: baseline;
	margin-right: 5px;
}

}	
	
	







	
	
/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	font-size: 18px;
	line-height: 1.8em;
}

/* ボックス */
.doc_set {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
}
.inner {
	width: 100%;
}
.box_fl_left {
	float: none;	
}
.box_fl_right {
	float: none;	
}
.box_left {
	float: none;
}
.box_right {
	float: none;
}
	
/* テーブル */
.nomal_tbl {

}
.nomal_tbl th {
	border-right-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	display: block;
	background-color: #F0F0F0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nomal_tbl td {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nomal_tbl tr:nth-child(odd) {
	background-color: #FFFFF !important;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* container   　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
	padding-top: 60px;	
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* バナーエリア   　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#banner_area {
	padding-top: 100px;
	padding-bottom: 80px;
}
#okage {
	font-size: 32px;
	margin-bottom: 60px;
	line-height: 1.4em;
}
#okage span {
	font-size: 24px;
	display: block;
	line-height: 1em;
}
.banner {
	width: 100%;
	margin-bottom: 10px;
	display: inherit;
	font-size: 24px;
}
.banner:first-child {
	margin-right: 0px;
}
.banner a {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
/* お問い合わせ */
#bnr_contact img {
	width: 30px;
	margin-right: 10px;
}
#bnr_contact span {
	font-size: 14px;
	line-height: 1em;
	margin-left: 50px;
}

/* 電話番号 */
#bnr_tel img {
	width: 25px;
	margin-right: 15px;
}
#bnr_tel span {
	font-size: 14px;
	line-height: 1em;
}

/* インスタ */
#bnr_insta {
}
#bnr_insta a {
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#bnr_insta img {
	height: auto;
	width: 200px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer   　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	background-color: #006BA2;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #FFFFFF;
}

/* ロゴ */
#ft_logo {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#ft_logo img {
	width: 280px;
}

/* about */
#ft_about {
	width: 100%;
	font-size: 16px;
	line-height: 1.6em;
	text-align: center;
}
#ft_honen {
	float: none;
}
#ft_honen span {
	display: none;
}
#ft_adrs {
	float: none;
}

/* 営業時間 */
#ft_eigyo li {
	display: inherit;
	margin-right: 0px;
	text-align: center;
}

/* 許可番号 */
#ft_kyoka {
	margin-top: 40px;
}
#ft_kyoka li {
	font-size: 14px;
	display: inherit;
	margin-left: 0px;
	margin-right: 0px;
}

/* リンク */
#ft_link {
	margin-top: 30px;
	padding-top: 0px;
}
#ft_link ul li {
	font-size: 16px;
	display: inherit;
	margin-left: 0px;
	margin-right: 0px;
}
#ft_link ul li a {
	border-bottom: 1px solid #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* copy */
#copy {
	font-size: 10px;
	margin-top: 50px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* CMS　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.cms_area {
}
.list_box li {
	width: 50%;
	margin-right: 0px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list_box li:nth-child(odd)  {
	padding-right: 5px;
}
.list_box li:nth-child(even)  {
	padding-left: 5px;
}

/* サムネイル */
.thumb {
	width: 100%;
	height: auto;
	aspect-ratio: 1.414 / 1;
	margin-bottom: 10px;
}

/* テキスト */
.date {
	font-size: 14px;
	margin-bottom: 5px;
}
.text {
	font-size: 18px;
	line-height: 1.6em;
	padding-left: 5px;
	padding-right: 5px;
}

.list_box span {
	font-size: 10px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.date span {
	margin-left: 10px;
}
.title span {
	margin-right: 5px;	
}
	
/* 動画用サムネイル */
#movie_area .thumb {
	aspect-ratio: auto;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_top {
	bottom: 20px;
	right: 10px;
}

}
