@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slider_top .slick-prev,
.slider_top .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 70;
}

.MV .slick-prev,
.MV .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-repeat:no-repeat;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: "arial",sans-serif;
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slider_top .slick-prev {
    right: auto;
    left: 5%;
}
.slider_top .slick-prev:hover {
}


.slider_top .slick-next {
    right: 5%;
    left: auto;
}
.slider_top .slick-next:hover {
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 5px;
}

.slick-dots
{
    position: absolute;
    bottom: 10px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 9px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .30;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .80;
    color: black;
}

body .wrapper_100 {
    width: 100% !important;
    display: block;
    margin:0 !important;
    padding:0 !important;
    float: none !important;
    clear: both !important;
}
html body .view_pc {
    display: block !important;
}
html body .view_sp {
    display: none !important;
}
body .bg_img {
	position: relative !important;
    padding:0 !important;
}
body .bg_img img {
    width: 100%;
    height: auto;
}
body .bg_img .br_top {
	width: 100%;
	position: absolute;
    top: 48%;
    left: initial;
    right: initial;
    display: block;
}
body .bg_img.p-hero--home {
	height:auto;
}
body .bg_img h1.p-hero__title {
  -webkit-animation: fadeIn 4s ease;
  animation: fadeIn 4s ease;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.view_tabsp{
    display: none !important;
}
.p-hero--home {
    background: none !important;
}
.slider_top img {
	transform: scale(1.0, 1.0);
	transition: 0s;
}
.slider_top .slick-active img {
	transform: scale(1.2, 1.2);
	transition: 16.0s;
}
.slider_top .slick-continue img {
	transform: scale(1.2, 1.2);
	transition: 16.0s;
}
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block;
}
body .bg_img h1.br_top {
	text-align: center;
    font-size: 34px;
    line-height: 1.1;
    text-shadow: 0 0 4px rgba(0,0,0,.6);
}
body .bg_img h1.br_top .small {
    color: #FFFFFF;
    font-size: 22px;
    display: block;
    text-shadow: 0 0 4px rgba(0,0,0,.6);
}
body li .l-header__dropdown{
    display: none !important;
}
.loader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  z-index: 10;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 25em !important;
  height: 25em !important;
}
.loader {
  margin: auto;
}
.loader img{
  margin-top: 8vh;
  width: 100%;
  height: auto;
}

@media only screen
and (max-width: 1079px){
html body .view_pc {
    display: none !important;
}
html body .view_sp {
    display: block !important;
}
.p-hero--home .p-hero__text--primary {
    font-size: 6.8vw !important;
    line-height: 125% !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,.7) !important;
    padding-left: 3% !important;
}
body .bg_img h1.br_top {
	position: absolute !important;
    top: 40% !important;
    left: 0 !important;
    right: initial !important;
    text-align: left !important;
    display: block;
    line-height: 1.1 !important;
}
.view_tabsp {
    display: block !important;
}
body .bg_img h1.br_top .small {
    color: #FFFFFF !important;
    font-size: 4vw !important;
}
body li .l-header__dropdown{
    display: block !important;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 20em !important;
  height: 20em !important;
}
.loader img{
  margin-top: 5vh !important;
}
}

body header.l-header {
    background: rgba(255,255,255,.6); !important;
    position: sticky; !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 9999;
}
body header.l-header.top {
    background: rgba(255,255,255,.6); !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
body header.l-header.not-animation {
  background: rgba(255,255,255,.6); !important;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0) !important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0) !important;
  transition: 0.4s;
}
body header.l-header.is-animation {
  background: rgba(255,255,255,1); !important;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15) !important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.15) !important;
  transition: 0.4s;
}
@media all and (-ms-high-contrast: none){
.slider_top .slick-active img {
	transform: scale(1.0, 1.0) !important;
	transition: 16.0s;
}
.slider_top .slick-continue img {
	transform: scale(1.0, 1.0) !important;
	transition: 16.0s;
}
.loader {
  display: none !important;
}
}
.p-card--philosophy .p-card__text{
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.p-card--philosophy .p-card__text.is-animation{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	transition: 2.0s;
}
.p-card--philosophy .p-card__text.not-animation{
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
	transition: 1.0s;
}
.p-hero--business {
    margin-bottom: 40px;
    min-height: 32.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-hero--business .u-container {
    width: auto;
    text-align: center !important;
}
.p-hero--business .u-container h1 {
    color: #000000 !important;
    line-height: 1.1 !important;
}
.p-hero--business .u-container p {
    color: #000000 !important;
}
.p-hero--philosophy {
    background: url(../img/22565065.jpg) no-repeat center bottom/cover #d5dce7 !important;
    margin-bottom: 40px;
    min-height: 32.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-hero--philosophy .u-container {
    width: auto;
    text-align: center !important;
}
.p-hero--philosophy .u-container h1 {
    color: #000000 !important;
    line-height: 1.1 !important;
}
.p-hero--philosophy .u-container p {
    color: #000000 !important;
}
.p-card--philosophy {
	background: none;
}
.p-card--philosophy .p-card__text{
	color: #000 !important;
	padding: 65px 20px !important;
}
.p-hero--top-message {
    background: url(../img/img_topmessage_hero.jpg) no-repeat center bottom/cover #d5dce7 !important;
    margin-bottom: 40px;
    min-height: 32.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-hero--top-message .u-container {
    width: auto;
    text-align: center !important;
}
.p-hero--top-message .u-container h1 {
    color: #000000 !important;
    line-height: 1.1 !important;
}
.p-hero--top-message .u-container p {
    color: #000000 !important;
}
.p-hero--ir-info {
    background: url(../img/img_ir_hero.jpg) no-repeat center bottom/cover #d5dce7 !important;
    margin-bottom: 40px;
    min-height: 32.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-hero--ir-info .u-container {
    width: auto;
    text-align: center !important;
}
.p-hero--ir-info .u-container h1 {
    color: #000000 !important;
    line-height: 1.1 !important;
}
.p-hero--ir-info .u-container p {
    color: #000000 !important;
}

@media all and (-ms-high-contrast: none){
.p-hero--business {
  position: relative;
}
.p-hero--business .u-container {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.p-hero--philosophy {
  position: relative;
}
.p-hero--philosophy .u-container {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.p-hero--top-message {
  position: relative;
}
.p-hero--top-message .u-container {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.p-hero--ir-info {
  position: relative;
}
.p-hero--ir-info .u-container {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
}

/* For HTML Template */
.eirItem{
	display:table;
	margin:0;
	width:100%;
	border-bottom:1px solid #e5e5e5;
}
.eirItem_head,
.eirItem_body {
    display: table-cell;
    vertical-align: top;
    padding: 1em 0;
	margin:0;
}
.eirItem_head{
	padding-right:1em;
	width:1px;
	white-space:nowrap;
}
.eirItem_date_teisei{
	visibility:hidden;	
}
.eirItem_category{
	display:inline-block;
	width:100px;
	background-color:#333;
	margin-left:1em;
	padding:0.3em 0;
	color:#FFF;
	font-size:80%;
	text-align:center;
}
.eirItem_thumb_image{
	width:●px;
	height:auto;
	margin:0;
	border:1px solid #ccc;
}
.eirItem_type{
	display:inline;
	margin:0;
}
.eirItem_type .eirItem_type_icon{
	width:16px;
	height:auto;
	vertical-align:middle;
}
.eirItem_new{
	display:inline-block;
	background-color:#F90;
	margin-left:0.5em;
	padding:3px 6px;
	color:#FFF;
	font-size:80%;
	text-align:center;
}
.eirItem_comment{
	font-size:80%;
}

/*  */
.irGroup{
	margin-bottom:40px;
}

/* もっとみるボタン ---------------------------- */
.eirMoreBtn{
	text-align:center;
}
.eirMoreBtn a{
	border: 1px solid #333;
	color: #333;
	padding:13px 50px;
	text-decoration: none;
}
.eirMoreBtn a:hover{
	border: 1px solid #333;
	color: #fff;
	background-color: #333;
}

/* RSS ---------------------------- */
.irRSS{
	margin-bottom:3px;
	margin-top:5px;
	text-align:right;
}
.irRSS img{
	margin-right:1em;
	width:16px;
	height:auto;
	vertical-align:middle;
}

/* タブ ---------------------------- */
#irTab{
	width:100%;
	margin-bottom:30px;
	padding:0;
	list-style:none;
}
#irTab li{
	margin:0 10px 0 0;
	padding:0;
	display:inline-block;
}
#irTab li:last-child{
	margin-right:0;
}
#irTab li a{
	font-weight:bold;
	width:100px;
	display:block;
	position:relative;
	background-color:#FFF;
	padding:15px;
	color:#333;
	text-align:center;
	text-decoration:none;
	border-bottom:6px solid #333;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
#irTab li a.selected,
#irTab li a:hover{
	color:#FFF;
	background-color:#333333;
	text-decoration:none;
	border-bottom:6px solid #00bffe;
}


/* メニュー・プルダウン */
#ancList,
#yearList{
	margin-bottom:40px;	
}
.yearSelect{
	padding:10px 20px;;
}
#ancList ul,
.yearMenu{
	padding:0;
}
div#ancList ul li,
.yearMenu li{
	display:inline-block;
	padding:0;
	margin-right:20px;
}
div#ancList li:last-child,
.yearMenu li:last-child{
	margin-right:0;
}
/*三角アイコン*/
#ancList ul li a:before,
.yearMenu li a:before {
    display:inline-block;
    content: "";
    border: 5px solid transparent;
    border-left: 5px solid #333;
	margin-right:5px;
}


/* 財務データDLボタン */
#irCSV a{
	width:200px;
	display:block;
	position:relative;
	background-color:#FFF;
	padding:15px;
	color:#333;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:2px solid #000;
	border-radius:15px;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;	
}
#irCSV a:hover{
	color:#FFF;
	background-color:#000;
	text-decoration:none;
}

/* フッター ---------------------------- */
#irPdfNote{
	padding-top:20px;
	padding-bottom:10px;
}
#irPdfNote img{
	max-width:100%;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
#irPnexNote{
	margin-top:15px;
	margin-bottom:15px;
	clear:both;
	border-top:#CCCCCC solid 1px;
	padding-top:10px;
}
#irPnexNote:after{
    content: "";
    clear: both;
    display: block;
}
#irPnexNote img{
	max-width:100%;
	float:right;
}

/* 最新資料 ---------------------------- */
#eirNewRelease ul{
	padding-left:0;
}
#eirNewRelease li{
	list-style-type:none;
	list-style-position:inside;
	padding:0.5em 0;
}
#eirNewRelease li .nrHead{
	font-weight:bold;
}
#eirNewRelease li img{
	margin:0 0.5em;
	vertical-align:middle;
	width:16px;
	height:auto;
}

/* IRカレンダー */
#irCalendar{
	margin-bottom:40px;
}
#irCalendar img{
	width:100%;	
}
#irCalendar .irCalendar_pc{
	display:block;
}
#irCalendar .irCalendar_sp{
	display:none;
}


/* その他 ---------------------------- */

.nodata{
	margin-bottom:40px;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.eir_governance{
	text-align:right;
}


@media screen and (max-width:768px) {
	.eirItem_head,
	.eirItem_body {
		display:block;
		padding:0.5em;
	}
	.eirItem_head{
		padding-bottom:0;
	}
	.eirItem_date_teisei{
		display:none;
	}

	#irTab li{
		width:49%;
		margin:0 0 8px 0;
		float:left;
	}
	#irTab li:nth-child(2n){
		float:right;
	}
	#irTab li a{
		width:99%;
		padding-left:0;
		padding-right:0;
	}

	#irCalendar img{
		max-width:100%;
	}
	#irCalendar .irCalendar_pc{
		display:none;
	}
	#irCalendar .irCalendar_sp{
		display:block;
	}
	
	#irCSV{
		display:none;
	}

	#irPdfNote img{
		display:block;
		float:none;
	}
	
}
