@charset "UTF-8";
/* CSS Document */

/*****************共通*****************/
body {
	font-size: 16px;
	line-height: 2;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
	color: #333;
	overflow: hidden;
}
	/*
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", serif;
	*/


.wrapper {
	width: 1024px;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
	/*font-weight: bold;*/
}

strong {
	color: #●;
}

a {
	color: #●;
	text-decoration: none;
	transition: 0.2s;
}

a:hover {
	opacity: 0.7;
}

.bgcl {
	background: #●;
	color: #●;
}

.txtcl {
	color: #●;
}

.txtw {
	color: #fff;
}

/*基本色一覧
本文:		#333;
リンク：	#;
●色:		#;
●色:		#;
●色:		#;
*/

.pcdn {
	display: none;
}

@media screen and (max-width: 750px) {
body {
	font-size: 13px;
}
	
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 1em;
}	

.pcdn {
	display: block;
}

} /*レスポンシブ*/


/*****************header*****************/
header {
	height:  100px;
	background: #d9d9d9;
}

header .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}

header h1 img {
	width: 50%;
}

header .g_nav li:before {
	content: "｜";
	padding: 0 10px;
}

header .g_nav li:first-child:before {
	content: none;
}

header .g_nav a {
	color: #333;display: flex;align-items: center;
}

header .g_nav{display: flex;justify-content:space-between;width: 280px; }
header .g_nav a:before{	display: inline-block;
	content: "";
	width: 18px;
  	height: 18px;
margin-right: 3px;
	}
header .g_nav a.info:before {
	background: url(../img/icon_info.png);
		background-size: contain;
  	background-position:center bottom;

}
header .g_nav a.mail:before {
	background: url(../img/icon_mail.png) no-repeat;
	background-size: 92%;
  	background-position: 60%;


}

/*infoリンクがついたら削除*/
a.info {
	transition:none;
}

a.info:hover {
	opacity: 1;
}


@media screen and (max-width: 750px) {
header {
	height:  75px;
}
	
header .wrapper{
		padding: 5px 1em;
}
	
header h1 img {
	width: 50%;
}

} /*レスポンシブ*/

/*****************article*****************/
article {
	color: #fff;
}

article h2,
article h3 {
	text-align: center;
	text-shadow: 0 0 10px #000;
	font-size: 30px;	
	line-height: 1.5;
}

article h2 {
	background: #262626;
	padding: 1em 0;
}
article .wrapper-top {
	width:  750px;
	margin: 0 auto;
}


#main_visual .lead {
    padding: 0 0 2em;
    position: static;
    background: #000;
}

@media screen and (max-width: 750px) {
article h2,
article h3{
	font-size: 16px;
}

} /*レスポンシブ*/

#main_visual {
	position: relative;
	background-color: rgba(0,0,0,0.45);
}

#main_visual .mv_title {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	text-align: center;
}

#main_visual .mv_title .pc  ,
#main_visual .mv_title .sp  {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: -10;
}

#main_visual .mv_title .sp {
	z-index: -20;
}

#main_visual h2 {
	font-size:   30px;
	font-weight: bold;
	width: 100%;
	background: none;
}

#main_visual h2 strong {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0 0;
	display: inline-block;
}

@media screen and (max-width: 750px) {

#main_visual h2 {
	font-size: 18px;
}
	
#main_visual .mv_title {
	min-height: 200px;
}
	
#main_visual .mv_title .pc {
	display: none;
}

#main_visual .mv_title .sp {
	display: block;
	min-height: 200px;
	object-fit: cover;
}

} /*レスポンシブ*/


article .h3_title {
	height: 450px; 
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}


article .h3_title .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}


article .h3_body {
	background: #000;
	padding: 3.5em 0;
}

article .wrapper {
	width:  600px;
	margin: 0 auto;
}


@media screen and (max-width: 750px) {

article .h3_title {
	height: 200px; 
}
	
article .wrapper ,article .wrapper-top{
	width: 100%;
	margin: 0 auto;
	padding: 0 2.5em;
}

article .h3_body {
	padding: 2em 0;
}

} /*レスポンシブ*/

#profile .h3_body {
	background: #d9d9d9;
	color: #333;
	height:  auto;
}

#profile .wrapper {
	width:  auto;
}

#profile tr {
	padding: 0 0 0.5em;
	display: block;
}

#profile th:after {
	content: "：";
	margin: 0 1em 0 0;
}

#profile ol li {
	list-style-type: upper-roman;
	margin: 0 0 0 1.5em;
}

#profile dl {
	display: flex;
	flex-wrap: wrap;
}

#profile dt {
	width: 30%;
}

#profile dd {
	width:  70%;
}

/*****************footer*****************/
footer {
	padding: 1em 0;
	text-align: center;
}

/*pagetop*/
.pagetop {
	position: fixed;
	bottom: -90px;
	right: 50px;
	margin: auto;
}

.pagetop a {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: rgba(255,255,255,0.7);
	border-radius: 10px 10px 0 0;
	display: block;
	text-align: center;
	font-size: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
