@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium");
}

/* =================================
reset
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body{ margin:0px; padding:0px;color:#333;overflow:hidden;}
p{ margin:0px; padding:0px}
a{color:#333;}

img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
*a:hover{
	text-decoration: none;
}
a img{
	transition : all 0.5s ease 0s;
}
a img:hover{
	opacity: 0.6;
}

/* 電話番号リンク禁止
---------------------------------------------------- */
@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
@media (max-width: 750px){
	a[href*="tel:"]{
		text-decoration: none;
		color: inherit;
	}
}

/* ----------------------------------------------------------------------
inner
---------------------------------------------------------------------- */
.innerOrigin{
	width:calc(100% - 30px);
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.inner960{
	max-width:960px;
	width:calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}
.inner768{
	max-width:768px;
	width:calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
角丸
---------------------------------------------------------------------- */
.radius10{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.radius15{
	border-radius: 15px;		/* CSS3草案 */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;	/* Firefox用 */
}
.radius20{
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}

/* ----------------------------------------------------------------------
flexbox
---------------------------------------------------------------------- */
.flexOrigin{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.flex-start{
	justify-content: flex-start;/*要素を左寄せ*/
}
.flex-wrap{
	flex-wrap: wrap; /*flex繰り返し*/
}
.row-reverse{
	flex-direction:row-reverse;	/*flex逆順*/
}
@media screen and (max-width:767px)  {
	.flex-block{
		display: block; /*スマホ時フレックス解除*/
	}
}

@media print, screen and (min-width:768px)  {
	.flexBox02{
		width:48%;
	}
	.flexBox03{
		width:30%;
	}
	.flexBox04{
		width:23%;
	}
}
@media screen and (max-width:767px)  {
	.flexBox02{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox03{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox02:last-child,.flexBox03:last-child{
		margin-bottom: 0;
	}
	.flexBox04{
		width:48%;
		margin-bottom: 20px;
	}
	.flexBox04:nth-child(3),.flexBox04:nth-child(4){
		margin-bottom: 0;
	}
}

/* ----------------------------------------------------------------------
float
---------------------------------------------------------------------- */
.left,.leftPc{
	float:left;
}
.right,.rightPc{
	float:right;
}

@media screen and (max-width:750px)  {
	.leftPc,.rightPc{
		width:100%;
	}
}

/*クリアフィックス*/
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

/* ----------------------------------------------------------------------
タブレット以上のみ表示
---------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
	.pc_only{
		display:none !important;
	}
}

/* ----------------------------------------------------------------------
スマホ以下のみ表示
---------------------------------------------------------------------- */
@media screen and (min-width: 768px),print {
	.sp_only{
		display:none !important;
	}
}

* ----------------------------------------------------------------------
フォント（%）
---------------------------------------------------------------------- */
.font50 {
	font-size: 50% ;
}
.font60 {
	font-size: 60% ;
}
.font70 {
	font-size: 70% ;
}
.font80 {
	font-size: 80% ;
}
.font90 {
	font-size: 90% ;
}
.font100 {
	font-size: 100% ;
}
.font110 {
	font-size: 110% ;
}
.font120 {
	font-size: 120% ;
}
.font130 {
	font-size: 130% ;
}
.font150 {
	font-size: 150% ;
}
.font180 {
	font-size: 180% ;
}
.font200 {
	font-size: 200% ;
}
.font230 {
	font-size: 230% ;
}
.font250 {
	font-size: 250% ;
}

/* ----------------------------------------------------------------------
フォント（px）
---------------------------------------------------------------------- */
.font12px{
	font-size: 12px ;
}
.font14px{
	font-size: 14px ;
}
.font16px{
	font-size: 16px ;
}
.font18px{
	font-size: 18px ;
}
.font20px{
	font-size: 20px ;
}
.font25px{
	font-size: 25px ;
}
.font30px{
	font-size: 30px ;
}
.font35px{
	font-size: 35px ;
}
.font40px{
	font-size: 40px ;
}
.font45px{
	font-size: 45px ;
}
@media screen and (min-width: 768px) {
	.font12-14px{
		font-size: 14px ;
	}
	.font14-16px{
		font-size: 16px ;
	}
	.font15-20px{
		font-size: 20px ;
	}
	.font15-18px{
		font-size: 18px ;
	}
	.font16-18px{
		font-size: 18px ;
	}
	.font16-20px{
		font-size: 20px ;
	}
	.font18-20px{
		font-size: 20px ;
	}
	.font18-25px{
		font-size: 25px ;
	}
	.font20-22px{
		font-size: 22px ;
	}
	.font20-25px{
		font-size: 25px ;
	}
	.font20-30px{
		font-size: 30px ;
	}
	.font22-25px{
		font-size: 25px ;
	}
	.font22-30px{
		font-size: 30px ;
	}
	.font25-30px{
		font-size: 30px ;
	}
	.font28-32px{
		font-size: 32px ;
	}
	.font30-35px{
		font-size: 35px ;
	}
	.font30-40px{
		font-size: 40px ;
	}
}
@media screen and (max-width: 767px) {
	.font12-14px{
		font-size: 12px ;
	}
	.font14-16px{
		font-size: 14px ;
	}
	.font15-20px{
		font-size: 15px ;
	}
	.font15-18px{
		font-size: 15px ;
	}
	.font16-18px{
		font-size: 16px ;
	}
	.font16-20px{
		font-size: 16px ;
	}
	.font18-20px{
		font-size: 18px ;
	}
	.font18-25px{
		font-size: 18px ;
	}
	.font20-22px{
		font-size: 20px ;
	}
	.font20-25px{
		font-size: 20px ;
	}
	.font22-25px{
		font-size: 22px ;
	}
	.font20-30px{
		font-size: 20px ;
	}
	.font22-30px{
		font-size: 22px ;
	}
	.font25-30px{
		font-size: 25px ;
	}
	.font28-32px{
		font-size: 28px ;
	}
	.font30-35px{
		font-size: 30px ;
	}
	.font30-40px{
		font-size: 30px ;
	}
}

/* ----------------------------------------------------------------------
フォントファミリー
---------------------------------------------------------------------- */

.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

/* ----------------------------------------------------------------------
文字詰め
---------------------------------------------------------------------- */
.palt {
	font-feature-settings: "palt";
}

/* ----------------------------------------------------------------------
Adobe Font
---------------------------------------------------------------------- */
.dinR_font{
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.dinD_font{
	font-family: din-2014, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.dinB_font{
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.notoR_font{
	font-family: "noto-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.notoM_font{
	font-family: "noto-sans", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.notoB_font{
	font-family: "noto-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.notoBlk_font{
	font-family: "noto-sans", sans-serif;
	font-weight: 900;
	font-style: normal;
}

/* ----------------------------------------------------------------------
行間調整
---------------------------------------------------------------------- */
.lh10{
	line-height:1.0em;
}
.lh12{
	line-height:1.2em;
}
.lh15{
	line-height:1.5em;
}
.lh18{
	line-height:1.8em;
}
.lh20{
	line-height:2em;
}
.lh24{
	line-height:2.4em;
}

/* ----------------------------------------------------------------------
文字揃え
---------------------------------------------------------------------- */
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtJustify{
	text-align:justify;
}


.txtCenterPc{
	text-align:center;
}
@media screen and (max-width: 767px) {
	.txtCenterPc{
		text-align:left;
	}
}

/* ----------------------------------------------------------------------
文字色
---------------------------------------------------------------------- */
.white{
	color:#fff;
}
.blk{
	color:#333;
}
.gray{
	color:#808080;
}
.blue{
	color:#4678c8;
}

/* ----------------------------------------------------------------------
文字スタイル（ウエイト）
---------------------------------------------------------------------- */
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}

/* ----------------------------------------------------------------------
文字間
---------------------------------------------------------------------- */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* ----------------------------------------------------------------------
PC・スマホ・タブレットのみ改行
---------------------------------------------------------------------- */

@media print, screen and (min-width: 768px) {
	.kaigyouTab {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 767px) and (min-width : 641px){
	.kaigyouPc {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 640px){
	.kaigyouPc {
		display: none;
	}
}
@media screen and (min-width: 480px),print{
	.kaigyouSpMini {
		display: none;
	}
}

/* ----------------------------------------------------------------------
マーカーアニメーション
---------------------------------------------------------------------- */ 

.marker-animation.active{
	background-position: -100% .5em;
}
.marker-animation {
	background-repeat: repeat-x;
	background-size: 200% .8em;
	background-position: 0 .5em;
	transition: all 2s ease;
	font-weight:bold;
}
.marker-animation01{/*黄色*/
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
}

/* ----------------------------------------------------------------------
margin・padding
---------------------------------------------------------------------- */
/*margin top*/
.mt00 {
	margin-top: 0px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
/*margin bottom*/
.mb00 {
	margin-bottom: 0px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
/*margin left*/
.ml05{
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
/*margin right*/
.mr30 {
	margin-right: 30px;
}
/*padding top*/
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}
/*padding bottom*/
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb35 {
	padding-bottom: 35px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb45 {
	padding-bottom: 45px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
.pd10{
	padding: 10px;
}
.pd15{
	padding: 15px;
}
.pd20{
	padding: 20px;
}
.pd25{
	padding: 25px;
}
.pd30{
	padding: 30px;
}

/* ----------------------------------------------------------------------
画像
---------------------------------------------------------------------- */
img.img100{
	width:100%;
	display:block;
}
img.imgCenter{
	max-width: 100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.imgLeft{
	max-width: 100%;
	display:block;
	margin-right:auto;
}
img.imgRight{
	max-width: 100%;
	display:block;
	margin-left:auto;
}

/* ----------------------------------------------------------------------
背景色
---------------------------------------------------------------------- */
.bgWhite{
	background:#fff;
}
.bgGray{
	background:#EBEBEB;
}

/* ----------------------------------------------------------------------
 ボタン
---------------------------------------------------------------------- */
.btn {
	position: relative;
	border: none;
	border-bottom: 1px solid #b3b3b3;
	width: 300px;
	max-width: 90%;
	text-align:center;
	padding-bottom:10px;
}
.btn::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #b3b3b3;
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}
.btn a{
	color:#b3b3b3;
}
.btnCenter{
	margin-left:auto;
	margin-right:auto;
}


/* ----------------------------------------------------------------------
 ページ内リンク
---------------------------------------------------------------------- */
@media screen and (min-width: 1201px){
	a.scroll_point {
	 height: 1px;
	 /*margin-top: -100px;
	 padding-top: 100px;*/
	 display: block;
	}
}
@media screen and (max-width: 1200px){
	 a.scroll_point {
	 height: 1px;
	 display: block;
	 /*margin-top: -60px;
	 padding-top: 60px;*/
	}
}

/* ----------------------------------------------------------------------
 スクロールフェード
---------------------------------------------------------------------- */
.fade {
	opacity: 0;
	transform: translateY(50px);
}
.fade01 {
	transition: opacity 1.5s, transform 1s;	
}
.fade02 {
	transition: opacity 1.5s, transform 1s;
	transition-delay: 0.1s;
}
.fade03 {
	transition: opacity 1.5s, transform 1s;	
	transition-delay: 0.2s;
}
.fade04 {
	transition: opacity 1.5s, transform 1s;		
	transition-delay: 0.3s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/* ----------------------------------------------------------------------
 デフォルトCSSの解除
---------------------------------------------------------------------- */
@media screen and (min-width: 1201px),print {
	/*ヘッダー部分*/
	.header-bar{
		height:100px;
		background:rgba(255,255,255,0.8);
	}
	.header-bar-fixed{
		box-shadow:none;
	}
	.header-bar-fixed ~ .signage{
		margin-top:100px;
	}
	/*ロゴ*/
	.logo-image{
		position:absolute;
		display:block;
		top:30px;
	}
	.logo{
		width:200px;
		height:38px;
		left:15px;
	}
	.logo-image img{
		display:block;
		width:200px;
	}
	/*グローバルメニュー */
	.global-nav  ul  li a{
		font-family: "din-2014", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	.global-nav .sub-menu a{
		color:#fff;
	}
	.global-nav .sub-menu a:hover{
		background:#666;
	}
	/*キービジュアル*/
	.header-bar-fixed ~ .top-slider-wrapper{
		margin-top:100px;
	}
}
@media screen and (max-width: 1200px) {
	/*ヘッダー部分*/
	.header-bar{
		background:rgba(255,255,255,0.8);
		border-bottom:none;
		box-shadow:none;
	}
	/*ロゴ*/
	.logo{
		top:12.5px;
		width:150px;
		line-height:24px;
	}
	.logo img{
		display:block;
		width:150px;
	}
	.logo-image{
		display:block;
	}
	/*グローバルナビ*/
	.global-nav-button{
		border-left:none;
		cursor:pointer;
	}
	.global-nav a{
		background:#4678c8;
	}
	.global-nav a:hover,
	.global-nav .current-menu-item > a{
		background:#3264b4;
	}
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
.innerHead{
	width:calc(100% - 30px);
	max-width:1920px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1200px) {
	.innerHead{
		width:100%;
	}
}

/* ----------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------- */
.mv{
	position:relative;
}
.mvInner{
	position:relative;
	width:100%;
	max-width:1920px;
	display:flex;
	align-items:stretch;
}
.mvMovie{
	width:calc(100% - 400px);
}
.mvTxt{
	width:400px;
	writing-mode: vertical-rl;
	display:flex;
	align-items:center;
}
.mvTxtInner{
	padding-top:50px;
	box-sizing:border-box;
}
.mvTxt h2{
	font-size:80px;
	line-height:1.2em;
}
.mvTxt p{
	font-size:25px;
}

@media screen and (max-width: 1200px){
	.mvMovie{
		width:calc(100% - 300px);
	}
	.mvTxt{
		width:300px;
	}
	.mvTxt h2{
		font-size:70px;
		line-height:1.2em;
	}
	.mvTxt p{
		font-size:23px;
	}
}
@media screen and (max-width: 960px){
	.mvMovie{
		width:calc(100% - 250px);
	}
	.mvTxt{
		width:250px;
	}
	.mvTxt h2{
		font-size:65px;
		line-height:1.2em;
	}
	.mvTxt p{
		font-size:20px;
	}
}
@media screen and (max-width: 767px){
	.mvMovie{
		width:calc(100% - 180px);
	}
	.mvTxt{
		width:180px;
	}
	.mvTxt h2{
		font-size:45px;
		line-height:1.2em;
	}
	.mvTxt p{
		font-size:20px;
	}
}
@media screen and (max-width: 600px){
	.mvMovie{
		width:calc(100% - 100px);
	}
	.mvTxt{
		width:100px;
	}
	.mvTxtInner{
		padding-top:25px;
	}
	.mvTxt h2{
		font-size:35px;
		line-height:1.2em;
	}
	.mvTxt h2 br{
		display:none;
	}
	.mvTxt p{
		font-size:18px;
	}
}


video.headVideo{
	display: block;
	max-width: 100%;
	width: 100%;
	object-fit:cover;
	border-radius:0 30px 30px 0;
}
@media screen and (min-width: 1201px), print {
    video.headVideo{
        height: calc(100svh - 100px);
    }
}
@media screen and (max-width: 1200px){
	video.headVideo{
        height: calc(100svh - 55px);
    }
}
@media screen and (max-width: 767px){
	video.headVideo{
		object-position:55% center;
	}
}

/* ----------------------------------------------------------------------
 signage
---------------------------------------------------------------------- */
.signage{
	background-color: #ffffff;
	background-image: linear-gradient(45deg, #f2f2f2 25%, transparent 25%, transparent 75%, #f2f2f2 75%), linear-gradient(45deg, #f2f2f2 25%, transparent 25%, transparent 75%, #f2f2f2 75%);
	background-position: 10px 10px, 20px 20px;
	background-size: 20px 20px;
	background-repeat:repeat;
	height:200px;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
	display:flex;
	align-items:center;
	justify-content:center;
}
@media screen and (max-width: 1200px){
	.signage{
		height:180px;
	}
}
.signage-content{
	width:calc(100% - 20px);
	max-width:1200px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
	text-align:left;
}
.signage-contentInner{
	width:calc(100% - 20px);
	max-width:1200px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:100%;
}
.signage-contentTag{
	width:40px;
	height:100%;
	display:flex;
	align-items:center;
	background:#fff;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
}
.signage-contentTag p{
	writing-mode: vertical-rl;
	letter-spacing:0.1em;
	line-height:40px;
	font-size:16px;
}
.signage-contentTit{
	width:calc(100% - 55px);
}
.signage-contentTit p{
	font-size:80px;
	line-height:90px;
}
.signage-contentTit p:first-letter{
	color:#4678c8;
}
.signage-contentTit h1{
	font-size:16px;
	letter-spacing:0.1em;
}
@media screen and (max-width: 1200px){
	.signage-contentInner{
		width:100%;
	}
	.signage-contentTag{
		width:30px;
	}
	.signage-contentTag p{
		line-height:30px;
		font-size:13px;
	}
	.signage-contentTit{
		width:calc(100% - 45px);
	}
	.signage-contentTit p{
		font-size:55px;
		line-height:70px;
	}
	.signage-contentTit h1{
		font-size:14px;
		letter-spacing:0.1em;
	}
}

/* ----------------------------------------------------------------------
 パンくずリスト
---------------------------------------------------------------------- */
.breadcrumb-wrapper{
	position:relative;
	border-bottom:1px #333 solid;
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */

/*news*/
.topNews .innerOrigin{
	display:flex;
	align-items:stretch;
}
.topNewsTit,.topNewsContent{
	padding:50px 0;
}
.topNewsTit{
	width:200px;
}
.topNewsContent{
	width:calc(100% - 200px);
	border-left:1px #333 solid;
}
.topNewsContent ul{
	margin-left:30px;
}
.topNewsContent ul li{
	position:relative;
}
.topNewsContent ul li a{
	display:flex;
	justify-content:space-between;
	position:relative;
	background:#f2f2f2;
	padding:20px 20px 20px 20px;
	box-sizing:border-box;
	transition : all 0.5s ease 0s;
	margin-bottom:5px;
}
.topNewsContent ul li a span.newsTit{
	display: -webkit-box; /* 必須 */
	-webkit-box-orient: vertical; /* 必須 */
	-webkit-line-clamp: 1; /* 行数を制限 */
	overflow: hidden; /* はみ出た部分を非表示 */
}
.topNewsContent ul li a:hover{
	background:#fafafa;
}
ul.topNewsListUl li a::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
ul.topNewsListUl li a:hover::after{
	right: 10px;
}
.newsDate{
	display:inline-block;
	margin-right:15px;
	width:85px;
	vertical-align: top;
}
.newsTit{
    width: calc(100% - 125px);
	display: -webkit-box; /* 必須 */
	-webkit-box-orient: vertical; /* 必須 */
	-webkit-line-clamp: 2; /* 行数を制限 */
	overflow: hidden; /* はみ出た部分を非表示 */
}

@media screen and (max-width: 767px){
	.topNews .innerOrigin,
	.topNewsContent ul li a{
		display:block;
	}
	.topNewsTit{
		width:100%;
		padding:40px 0 10px;
	}
	.topNewsContent{
		width:100%;
		border-left:none;
		padding:10px 0 40px;
	}
	.topNewsContent ul{
		margin-left:0;
	}
}

/*concept*/
.topConceptTit{
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
}
.topConceptTit .innerOrigin{
	display:flex;
	align-items:center;
	padding:15px 0;
}
.topConceptTit p{
	margin-right:0.5em;
}
.topConceptTit p,
.topConceptTit h3{
	display:inline-block;
}

.topConceptTxt,.topConceptImg{
	width:50%;
	display:flex;
	align-items:center;
}
.topConceptImg img{
	display:block;
	width:100%;
	object-fit:cover;
	height:850px;
}
.topConceptTxtInner h4{
	font-size:30px;
	margin-bottom:40px;
}
@media only screen and (min-width: 961px), print {
    .topConceptTxtInner{
        max-width: 600px;
        width: calc(100% - 20px);
        margin-left: auto;
        padding: 0 40px 0 0;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 960px){
	.topConceptTit .innerOrigin{
		display:block;
		text-align:center;
	}
	.topConceptTit p, .topConceptTit h3{
		display:block;
		text-align:center;
	}
	.topConceptTit p{
		margin-right:0;
	}
	.topConceptImg{
		width:100%;
	}
	.topConceptImg img{
		height:400px;
	}
	.topConceptTxt{
		width:calc(100% - 30px);
		margin:40px auto;
	}
}

@media only screen and (max-width: 767px){
	.topConceptImg img{
		height:250px;
	}
	.topConceptTxtInner h4{
		font-size:25px;
		margin-bottom:25px;
	}
}

/*works*/
.topWorksTit{
	text-align:center;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
}
.topWorksTit .innerOrigin{
	padding:15px 0;
}
.topWorksBox{
	width:50%;
}
.topWorksImg{
	position:relative;
}
.topWorksImg::before,
.topWorksImg::after{
	position:absolute;
	z-index:2;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	opacity:0.8;
}
.topWorksImg::before{
	top:0;
	right:10px;
	font-size:150px;
	color:#fff;
}
.topWorksImg::after{
	bottom:0;
	left:10px;
	content:"WORKS";
	font-size:100px;
	color:#fff;
}
.topWorksBox:nth-child(1) .topWorksImg::before{
	content:"01";
}
.topWorksBox:nth-child(2) .topWorksImg::before{
	content:"02";
}
.topWorksBox:nth-child(3) .topWorksImg::before{
	content:"03";
}
.topWorksBox:nth-child(4) .topWorksImg::before{
	content:"04";
}
.topWorksTxt{
	max-width:400px;
	width:calc(100% - 30px);
	margin-left:auto;
	margin-right:auto;
	padding:30px 0 50px;
}


@media only screen and (max-width: 960px){
	.topWorksImg::before{
		font-size:100px;
	}
	.topWorksImg::after{
		font-size:65px;
	}
}
@media only screen and (max-width: 800px){
	.topWorksBox{
		width:100%;
	}
	.topWorksImg img{
		width:100%;
		object-fit:cover;
		height:350px;
	}
}
@media only screen and (max-width: 600px){
	.topWorksImg img{
		height:250px;
	}
}

/* ----------------------------------------------------------------------
 下層ページ全体
---------------------------------------------------------------------- */
.contentWrap{
	margin-bottom:120px;
}

/* ----------------------------------------------------------------------
 事業内容
---------------------------------------------------------------------- */
.worksWrap{
	margin-bottom:50px;
}
.worksImg,.worksTxt{
	width:50%;
	display: flex;
    align-items: center;
}
.worksImg{
	position:relative;
}
.worksImg img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 850px;
}
.worksImg p{
	position:absolute;
	color:#fff;
	opacity:0.8;
	font-size:100px;
	bottom:0;
	line-height:1.1em;
}
.worksTxtInner{
	max-width: 600px;
	width: calc(100% - 20px);
	box-sizing: border-box;
}
.worksWrap:nth-child(odd) .worksContent{
	flex-direction:row-reverse;
}
.worksWrap:nth-child(odd) .worksTxtInner{
	margin-left: auto;
	padding: 0 40px 0 0;
}
.worksWrap:nth-child(odd) .worksImg img{
	border-radius:30px 0 0 30px;
}
.worksWrap:nth-child(odd) .worksImg p{
	right:10px;
}
.worksWrap:nth-child(even) .worksTxtInner{
	margin-right: auto;
	padding: 0 0 0 40px;
}
.worksWrap:nth-child(even) .worksImg img{
	border-radius:0 30px 30px 0;
}
.worksWrap:nth-child(even) .worksImg p{
	left:10px;
}

.worksTxt h3{
	font-size:40px;
	margin-bottom:15px;
}
.worksTxt h3 small{
	font-size:75%;
}
.worksTxt h4{
	font-size:35px;
	line-height:1.5em;
	margin-bottom:20px;
}
@media only screen and (max-width: 1200px){
	.worksImg p{
		font-size:80px;
	}
}
@media only screen and (max-width: 960px){
	.worksContent{
		display:block;
	}
	.worksImg{
		width:100%;
	}
	.worksTxt{
		width:calc(100% - 30px);
		max-width:768px;
		margin-top:30px;
		margin-left:auto;
		margin-right:auto;
	}
	.worksWrap:nth-child(odd) .worksTxtInner,
	.worksWrap:nth-child(even) .worksTxtInner{
		padding:0;
		max-width: 100%;
		width: 100%;
	}
	.worksWrap:nth-child(odd) .worksImg img,
	.worksWrap:nth-child(even) .worksImg img{
		border-radius:0 0 30px 30px;
		height:400px;
	}
}
@media only screen and (max-width: 767px){
	.worksWrap:nth-child(odd) .worksImg img,
	.worksWrap:nth-child(even) .worksImg img{
		border-radius:0 0 30px 30px;
		height:250px;
	}
	.worksImg p{
		font-size:60px;
	}
	.worksTxt h3{
		font-size:35px;
	}
	.worksTxt h4{
		font-size:30px;
	}
}
@media only screen and (max-width: 480px){
	.worksImg p{
		font-size:50px;
	}
	.worksTxt h3{
		font-size:30px;
	}
	.worksTxt h4{
		font-size:25px;
	}
}

/* ----------------------------------------------------------------------
 会社概要
---------------------------------------------------------------------- */
/*コーポレートメッセージ*/
.companyMessage{
	background:#f2f2f2;
	padding:80px 0 80px;
}
.companyMessageHead{
	margin-bottom:30px;
}
p.compTitEn{
	font-size:60px;
	line-height:1.1em;
	color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-color: #4678c8;
    -webkit-text-stroke-width: 1px;
}
.companyMessageTit h4{
	font-size:30px;
}
.companyMessageImg img{
	display:block;
	width:100%;
}
@media only screen and (max-width: 767px){
	.companyMessage{
		padding:60px 0;
	}
	p.compTitEn{
		font-size:45px;
	}
}

@media only screen and (min-width: 1201px),print{
	.companyMessageTit h4{
		font-size:35px;
	}
	.companyMessageImg img{
		max-width:440px;
	}
}
@media only screen and (max-width: 1200px){
	.companyMessageTit h4{
		font-size:30px;
	}
	.companyMessageImg img{
		max-width:400px;
	}
}
@media only screen and (max-width: 960px){
	.companyMessageHead{
		display:block;
	}
	.companyMessageTit h4{
		font-size:28px;
	}
	.companyMessageImg img{
		max-width:440px;
	}
}

/*会社概要*/
.companyProf{
	padding-top:80px;
}
@media only screen and (max-width: 767px){
	.companyProf{
		padding-top:60px;
	}
}
.companyProfTit{
	width:350px;
}
.companyProfTxt{
	width:calc(100% - 390px);
}
.companyProfTxt table{
	width:100%;
}
.companyProfTxt table th,.companyProfTxt table td{
	padding:10px 15px;
	box-sizing:border-box;
}
.companyProfTxt table ul{
	list-style:disc;
	padding-left:1.3em;
}
@media only screen and (max-width: 960px){
	.companyProf .flexOrigin{
		display:block;
	}
	.companyProfTit,.companyProfTxt{
		width:100%;
	}
}

@media only screen and (min-width: 768px),print{
	.companyProfTxt table tr:nth-child(odd){
		background:#f2f2f2;
	}
	.companyProfTxt table th,.companyProfTxt table td{
		font-size:18px;
	}
}
@media only screen and (max-width: 767px){
	.companyProfTxt table,.companyProfTxt table tbody,.companyProfTxt table tr,
	.companyProfTxt table th,.companyProfTxt table td{
		display:block;
		text-align:left;
	}
	.companyProfTxt table th,.companyProfTxt table td{
		font-size:16px;
	}
	.companyProfTxt table th{
		background:#f2f2f2;
	}
}

/* ----------------------------------------------------------------------
 お問い合わせ
---------------------------------------------------------------------- */
.contact .wpcf7{
	background:none;
	margin: 0 !important;
	font-size: inherit;
	border:none;
}
.contact .wpcf7 form{
	margin: 0 !important;
}
table.contactTb,table.contactTb tbody,table.contactTb tr,
table.contactTb th,table.contactTb td{
	display:block;
}
table.contactTb tr{
	margin-bottom:40px;
}
table.contactTb th{
	text-align:left;
	line-height:1.5em;
	margin-bottom:10px;
}
table.contactTb th span{
	display:inline-block;
}
table.contactTb th span.hissu{
	position:relative;
}
table.contactTb th span.hissu::after{
	position:relative;
	top:-5px;
	content:"必須";
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#4678c8;
	border-radius:5px;
	padding:3px 10px;
	margin-left:0.5em;
}
@media only screen and (max-width: 767px){
	table.contactTb th span.hissu::after{
		font-size:12px;
	}
}
.contact .wpcf7 input[type="text"],
.contact .wpcf7 input[type="tel"],
.contact .wpcf7 input[type="email"],
.contact .wpcf7 textarea{
	background:#f2f2f2;
	border:none;
	padding:10px;
	line-height:1.8em;
	border-radius:5px;
	font-family:'NotoSansJP-Medium';
	font-size:18px;
}
.contact .wpcf7 input::placeholder{
	color:#808080;
}
.contact .wpcf7 input[type="radio"]{
	
}
.contact .wpcf7 .wpcf7-list-item{
	display:inline-block;
}
.contact .wpcf7 .wpcf7-list-item:first-child{
	margin-left:0;
}
.contact .wpcf7 .wpcf7-list-item-label{
	font-family:'NotoSansJP-Medium';
	font-size:18px;
}
.contact .wpcf7-not-valid-tip{
	margin-top:10px;
}
.contact .wpcf7 input.wpcf7-submit{
	background:#4678c8;
	border-radius:10px;
	height:60px;
	font-family:'NotoSansJP-Bold';
	font-size:18px;
	transition : all 0.5s ease 0s;
}
.contact .wpcf7 input.wpcf7-submit:hover{
	background:#333;
}

/* ----------------------------------------------------------------------
 個人情報保護法
---------------------------------------------------------------------- */
.pribacyTit{
	background:#4678c8;
	padding:10px 0;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
}
.pribacyBox{
	margin-bottom:40px;
}
@media only screen and (max-width: 767px){
	.pribacyBox{
		margin-bottom:30px;
	}
}
.pribacyBox ul{
	list-style:disc;
	padding-left:1.3em;
}

/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
/*一覧ページ*/
.newsArchive .article04{
	background:#fff;
	padding: 10px;
    border: 1px #333 solid;
	box-sizing:border-box;
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
.footerContents{
	border-top:1px #333 solid;
	padding:60px 0;
}
img.footerLogo{
	width:200px;
}
.footerContents ul{
	list-style:none;
	text-align:center;
}
.footerContents ul li{
	display:inline-block;
	padding:0 10px;
}
.footerContents ul li a{
	color:#333;
	transition : all 0.5s ease 0s;
}
.footerContents ul li a:hover{
	color:#4678c8;
}

.footer-bar01{
	border-top:1px #333 solid;
}
.footer-bar01,.copyright{
	background:#fff;	
}


/* ----------------------------------------------------------------------
 reCAPTCHA
---------------------------------------------------------------------- */
.grecaptcha-badge { visibility: hidden; }