body{
    font-family: "Arial","游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
    font-feature-settings: "pkna" 1;
    color: #BE0014;
    -webkit-font-smoothing: antialiased;
}

.left_area {
  background: url(../images/top_image_02.jpg) no-repeat center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0px;
  width: 50%;
  z-index: 0;
}

#top_area{
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position:  relative;
    z-index: 1;
}

.logo img{
    min-width: 116px;
    height: auto;
    max-height: 100vh;
    padding-top: 30%;
    padding-bottom: 30px;
max-width: 116px;
}




#header{
    width: 50%;
    height: auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position:  relative;
    margin-left: 50%;
    text-align: left;
    position:  absolute;
    top: 0px;
}

.logo{
    text-align: center;
    display: block;
position: fixed;
}

.gnav {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /* position:  absolute; */
  top: 40%;
  /* right: 21%; */
  font-size:18px;
  color:#BE0014;
  /* padding-left: 90px; */
}

.gnav a{
  position: relative;
  z-index: 2;
color: #BE0014;
    text-decoration: none;
    border-top: 2px solid #BE0014;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
overflow: hidden;

}

.gnav a:hover{
color:#fff;

}

.gnav li{
    margin-right: 60px;
}

.gnav li:first-child{
    margin-right: 0px;
}

.gnav a::before,
.gnav a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.gnav a::after {
top: -100%;
    width: 100%;
    height: 100%;
    left: 0px;
    background-color: #BE0014;
}
.gnav a:hover::after {
  top: 0;
background-color:#BE0014;
}

.gnav a,
.gnav a::before,
.gnav a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.arrow{position: absolute;bottom: 40px;
z-index: 1;
}

.arrow img{
    width: 40px;
    text-align: center;
    display: block;
}

.right_contents{
    margin-left: 50%;
    text-align: left;
    padding-left: 80px;
    padding-right: 80px;
padding-bottom:0px;
}

.right_contents_con{
border-bottom:1px solid #BE0014;

}

.right_contents h2{
font-weight:bold;
text-align:center;
font-size:20px;
margin-top:75px;
margin-bottom:80px;
}

.right_contents p{
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
  text-justify:inter-ideograph;
  font-feature-settings: 'pkna';
margin-bottom:40px;
}


p.min{
    font-size: 13px;
margin-bottom:80px;

}

.blog_data{
margin-bottom:40px;

}

.blog_data .date_time{
    font-size: 15px;
    line-height: 28px;
}

.blog_data h3{
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
  text-justify:inter-ideograph;
  font-feature-settings: 'pkna';
font-weight:bold;
}
.blog_data p{
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
  text-justify:inter-ideograph;
  font-feature-settings: 'pkna';
font-weight:normal;
}

.blog_data p a{
text-decoration: none;
color:#BE0014;
}

.blog_data p a:hover{
text-decoration: underline;
color:#BE0014;
}

#section03{
margin-top:80px;
}

.right_contents ul{
display:flex;
justify-content: center;
    list-style-type: none;
}

.right_contents ul li:first-child{
/*margin-right:40px;*/
}

.copyright{
margin-top:80px;
text-align:center !important;
margin-bottom:80px !important;
}

.sp_only{
display:none;
}


/* ie11 */



@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #top_area {
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 1;
    height: 100%;
align-items: center;
	}

  *::-ms-backdrop, .logo {
    text-align: center;
    display: block;
		position: relative;
	}


  *::-ms-backdrop, .gnav {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 40%;
    font-size: 18px;
    color: #be0014;
    position: absolute;
	}


	*::-ms-backdrop, #header {
	    width: auto;
	    height: auto;
	    min-height: 100vh;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	    margin-left: 40%;
	    text-align: left;
	    position: relative;
	    top: 0px;
	}


  *::-ms-backdrop, .arrow {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    margin-left: 10%;
	}

  *::-ms-backdrop, .gnav a {
    position: relative;
    z-index: 2;
    color: #be0014;
    text-decoration: none;
    border-top: 2px solid #BE0014;
    width: 40px;
    display: inline-block;
    line-height: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
	}

}

@media all and (-ms-high-contrast:none) and (max-width: 980px) {


  *::-ms-backdrop, #top_area {
    position: absolute;
    top: 0px;
	}

  *::-ms-backdrop, .logo {
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	}

  *::-ms-backdrop, .logo img {
    min-width: 116px;
    height: auto;
    max-height: 100vh;
    padding-top: 10%;
    padding-bottom: 10%;
		max-width: 100%;
	}


}

/* ie11 */








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

.sp_only{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.gnav,
.arrow {
display:none;

}

#header{
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: #fff url(../images/top_image_sp.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position:  relative;
    margin-left: 0;
    position:  absolute;
}

header{
	padding: 32px 0;
}
header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* position:  absolute; */
	/* top: 0px; */
	/* right:  0px; */
}
header nav.sp_gnav {
	margin-right: -16px;
}
header nav.sp_gnav ul{
	/* display: flex; */
	align-items: center;
}
header nav.sp_gnav ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size:28px;
padding-top: 40px;
padding-bottom: 40px;
}

.logo{
    text-align: center;
    display: block;
position: absolute;
}


#main_img{
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle{
	display: none;
}
.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}

	header{
		padding: 16px 0;
		position: relative;
	}
	.inner{
		    width: 100%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}

	
	/*メニュー部分*/
	nav.sp_gnav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		left: 0;
		background: #BE0014 url(../images/logo_sp.svg) no-repeat center center;
		background-size: 17%;
		z-index:  10;
	}
	header nav.sp_gnav ul{
		display: block;
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 55%;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		z-index:  1000;
	}
	header nav.sp_gnav ul li{
		margin: 0 auto;
		text-align: center;
		width:  100%;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav.sp_gnav ul li a{
		display: block; 
		color: #fff;
	}
	

	/*開閉ボタン*/
	#nav_toggle{display: block;width: 60px;height: 60px;position: absolute;top: 40px;z-index: 100;right: 40px;cursor: pointer;}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 4px;
		background: #BE0014;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		    top: 24px;
	}
	#nav_toggle span:nth-child(3){
		    top: 48px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span{
		background: #fff;
	}
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

.right_contents h2 {
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    margin-top: 135px;
    margin-bottom: 135px;
}

.right_contents p {
    font-size: 24px;
    line-height: 44px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: 'pkna';
    margin-bottom: 70px;
}

	.blog_data .date_time {
	    font-size: 24px;
	    line-height: 44px;
	}

	.blog_data h3 {
	    font-size: 24px;
	    line-height: 44px;
	    text-align: justify;
	    text-justify: inter-ideograph;
	    font-feature-settings: 'pkna';
	    font-weight: bold;
	}
	.blog_data p {
	    font-size: 24px;
	    line-height: 44px;
	    text-align: justify;
	    text-justify: inter-ideograph;
	    font-feature-settings: 'pkna';
	    font-weight: normal;
	}


	.right_contents {
	    margin-left: 0;
	}

	.mc{
	    position: absolute;
	    top: 65px;
	    font-weight: bold;
	    text-align: center;
	    margin: auto;
	    left: 5px;
	    font-size: 18px;
	}
	.mc2{
	    position: absolute;
	    top: 65px;
	    font-weight: bold;
	    text-align: center;
	    margin: auto;
			left: 2px;
    font-size: 16px;
			color:#fff;
display:none;
	}

.left_area{
display:none;
}


}

