@charset "UTF-8";
/* CSS Document */
/* 背景変更 */
body {
	background-image: url("../img/ir/top/top_bg_head_pc.png");
}
#container {
	background-image: url("../img/ir/top/top_bg_bottom_pc.png");
}

/* #container h1 {
	font-weight: normal;
	font-size: 70px;
} */

#head_news {
	margin-top: 50px;
	background-color: #fff;
	padding: 30px 0;
	border-top: 1px solid #000;
}
#head_news .hn_content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#head_news h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 20px;
}
#head_news p {
	font-size: 16px;
	font-weight: normal;
}
#head_news p + p {
	margin-top: 1em;
}
#head_news p a {
	font-weight: bold;
    color: #137CAB;
    text-decoration: underline;
	transition-property: opacity;
	transition-duration:.4s;
	text-decoration: underline;
}
#head_news p a:hover {
	opacity: 0.5;
}

#message {
	background-color: #fff;
	margin-top: 60px;
	padding: 30px 0;
	border-top: 1px solid #000;
}
#message h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 30px;
}
#message .f_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#message h2,
#message .f_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#message .pho01 {
	width: 30%;
}
#message .txt_box01 {
	width: 67%;
}
#message .txt_box01 p {
	font-size: 16px;
	line-height: 2em;
	text-align: justify;
}
#message .txt_box01 p:first-child {
	margin-top: -0.5em;
}
#message .txt_box01 p + p,
#message .txt_box01 #message_more p:first-child {
	margin-top: 1em;
}
#message .txt_box01 #message_more {
	display: none;
}
#message .txt_box01 p.btn01 {
	margin-top: 30px;
}
#message .txt_box01 p.btn01 a,
#message .txt_box01 p.btn01 span {
	display: inline-block;
	font-size: 18px;
	padding: 0.3em 2.5em 0.4em 2em;
	color: #fff;
	background-color: #000;
	background-image: url("../img/ir/common/arrow_r_white.svg");
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: right 18px center;
}
#message .txt_box01 p.btn01 span {
	cursor: pointer;
}

#news_box {
	margin-top: 106px;
}
#news_box .switch_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
#news_box .switch_list li {
	border-top: 1px solid #000;
	width: 50%;
	cursor: pointer;
	padding: 0.9em 0 1.0em;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #999;
	background-color: #000;
}

#news_box .news_bg {
	background-color: #fff;
	padding: 65px 0 68px;

}

#news_box .news_sbox {
	max-width: 800px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#news_box .news_sbox .nothing {
	font-size: 18px;
	text-align: center;
}
#news_box .news_sbox .news_block {
	border-bottom: 1px solid #CCCCCC;
}
#news_box .news_sbox .news_block a,
#news_box .news_sbox .news_block .no_link {
	padding: 36px 0;
	padding-right: 60px;
	display: block;
	position: relative;
}
#news_box .news_sbox .news_block .no_link {
	padding-right: 0px;
}
#news_box .news_sbox .news_block .time {
	font-size: 15px;
	letter-spacing: 0.1em;
}
#news_box .news_sbox .news_block .category {
	display: inline-block;
	width: 135px;
	font-size: 13px;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 0.3em 0 0.4em;
	margin-left: 1em;
	letter-spacing: 0.1em;
}
#news_box .news_sbox .news_block .title {
	display: inline-block;
	font-size: 15px;
	margin-top: 0.5em;
}
#news_box .news_sbox .news_block .icon {
	position: absolute;
	width: 52px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#news_box .news_sbox .news_block .icon.video {
	width: 46px;
}
#news_box .news_sbox .news_block .icon .size {
	display: block;
	width: 180%;
	margin-left: -40%;
	margin-right: -40%;
	margin-top: 0.5em;
	font-size: 12px;
	color: #999;
	text-align: center;
	letter-spacing: 0;
}
#news_box .news_sbox .news_block .icon.video .size {
	margin-top: 0;
	letter-spacing: 0.1em;
}
#news_box .news_sbox .news_block .icon.modal .size {
	margin-top: 0;
}
#news_box .news_sbox .news_block .sp_size {
	display: none;
}
#news_box .news_sbox .news_btn {
	max-width: 392px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 76px;
}
#news_box .news_sbox .news_btn a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000;
	padding: 0.9em 0 1.0em;
	letter-spacing: 0.05em;
}

#news_box.news .switch_list li.news,
#news_box.activity .switch_list li.activity {
	background-color: #fff;
	color: #000;
	padding: 1.3em 0 1.2em;
} 
#news_box.news .news_sbox.news,
#news_box.activity .news_sbox.activity {
	display: block;
} 
#news_box.news .news_sbox.activity,
#news_box.activity .news_sbox.news {
	display: none;
}

/*--- モーダルウィンドウ ---*/
.modal_window {
  display: none;
}
.fancybox-content {
  max-width: 700px;
  width: 100%;
  background-image: url("../img/company/members/bg_01.png"), url("../img/company/members/bg_02.png");
  background-size: 18.5%;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 70px 55px 85px;
}
.fancybox-content .date {
  font-size: 14px;
  text-align: center;
  margin-bottom: 12px;
}
.fancybox-content .date .category {
	padding: 0.2em 1em;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-left: 2em;
}
.fancybox-content h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 35px;
}
.fancybox-content .txt_desc {
  font-size: 14px;
  text-align: justify;
}
.fancybox-content a{
  color:#0082b5;
  text-decoration:underline;
}

.top_link_box {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_link_box .top_link_block .link_title .no_link,
.top_link_box .top_link_block .link_title a {
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 1em;
}
.top_link_box .top_link_block .link_title a {
	background-image: url("../img/ir/common/arrow_r_white.svg");
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: right 10px center;
}
.top_link_box .top_link_block .link_list li {
	background-color: #fff;
}
.top_link_box .top_link_block .link_list li + li {
	border-top: 1px solid #000;
}
.top_link_box .top_link_block .link_list li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 1em;
	background-image: url("../img/ir/common/arrow_r_black.svg");
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: right 10px center;
}

.top_link_box01 .top_link_block {
	width: 32%;
}
.top_link_box02 .top_link_block {
	width: 32%;
}



@media screen and (max-width: 768px) {
	/* 背景変更 */
	body {
		background-image: url("../img/ir/top/top_bg_head_sp.png");
	}
	#container {
		background-image: url("../img/ir/top/top_bg_bottom_sp.png");
	}

	/* #container h1 {
		font-size: 9.3vw;
	} */

	#head_news {
		margin-top: 14vw;
		padding: 6vw 0;
	}
	#head_news .hn_content {
		width: 86%;
	}
	#head_news h2 {
		font-size: 4.5vw;
		margin-bottom: 3vw;
	}
	#head_news p {
		font-size: 3.2vw;
	}


	#message {
		margin-top: 14vw;
		padding: 6vw 0;
	}
	#message h2 {
		font-size: 4.5vw;
		margin-bottom: 2.5vw;
	}
	#message .f_box {
	}
	#message h2,
	#message .f_box {
		width: 86%;
	}
	#message .pho01 {
		order: 2;
		width: 100%;
		margin-top: 5vw;
	}
	#message .txt_box01 {
		order: 1;
		width: 100%;
	}
	#message .txt_box01 p {
		font-size: 3.2vw;
		line-height: 1.5em;
		text-align: justify;
	}
	#message .txt_box01 p:first-child {
		margin-top: 0em;
	}
	#message .txt_box01 p.btn01 {
		margin-top: 4vw;
		text-align: center;
	}
	#message .txt_box01 p.btn01 a,
	#message .txt_box01 p.btn01 span {
		font-size: 3.5vw;
		padding: 0.3em 2.5em 0.4em 2em;
		background-size: 1.3vw auto;
		background-position: right 3vw center;
	}


	#news_box {
		margin-top: 14.1vw;
	}
	#news_box .switch_list {
	}
	#news_box .switch_list li {
		font-size: 4.5vw;
		padding: 0.3em 0 0.4em;
	}

	#news_box .news_bg {
		background-color: #fff;
		padding: 0 0 11.2vw;

	}

	#news_box .news_sbox {
		max-width: none;
		width: 84.6%;
	}
	#news_box .news_sbox .nothing {
		font-size: 3.5vw;
		padding-top: 2.5em;
	}
	#news_box .news_sbox .news_block a,
	#news_box .news_sbox .news_block .no_link {
		padding: 6.7vw 0 2.3vw;
	}
	#news_box .news_sbox .news_block .time {
		font-size: 2.8vw;
	}
	#news_box .news_sbox .news_block .category {
		width: 30.9vw;
		font-size: 2.9vw;
		padding: 0.1em 0 0.2em;
	}
	#news_box .news_sbox .news_block .title {
		font-size: 3.2vw;
		line-height: 1.5em;
		margin-top: 0.8em;
	}
	#news_box .news_sbox .news_block .icon {
		display: none;
	}
	#news_box .news_sbox .news_block .sp_size {
		display: block;
		font-size: 2.8vw;
		text-align: right;
		padding-bottom: 0.6vw;
		padding-right: 2.0vw;
		background-image: url("../img/ir/common/arrow_sp_link.svg");
		background-repeat: no-repeat;
		background-size: 1.6vw auto;
		background-position: right center;
	}
	#news_box .news_sbox .news_block .no_link .sp_size {
		background: none;
	}
	#news_box .news_sbox .news_btn {
		max-width: none;
		width: 61.5%;
		margin-top: 8vw;
	}
	#news_box .news_sbox .news_btn a {
		font-size: 3.2vw;
		padding: 0.9em 0 1.0em;
	}

	#news_box.news .switch_list li.news,
	#news_box.activity .switch_list li.activity {
		padding: 0.6em 0 0.7em;
	}

 
	/*--- モーダルウィンドウ ---*/
	.fancybox-content .date .category {
		margin-left: 0em;
		margin-top: 1em;
	}


	.top_link_box {
		display: block;
	}
	.top_link_box,
	.top_link_box .top_link_block + .top_link_block {
		margin-top: 10.7vw;
	}
	.top_link_box .top_link_block .link_title .no_link,
	.top_link_box .top_link_block .link_title a {
		font-size: 3.2vw;
		padding: 1em 1.2em;
	}
	.top_link_box .top_link_block .link_title a {
		background-size: 1.3vw auto;
		background-position: right 3vw center;
	}
	.top_link_box .top_link_block .link_list li a {
		font-size: 3.2vw;
		padding: 1em 1.2em;
		background-size: 1.3vw auto;
		background-position: right 3vw center;
	}

	.top_link_box01 .top_link_block {
		width: 100%;
	}
	.top_link_box02 .top_link_block {
		width: 100%;
	}


}

