body * {
	/*
	word-break: normal;
	overflow-wrap: anywhere;
	*/
	
	/*
	word-break: auto-phrase !important;
	hyphens: auto !important;
	*/
}

.zen_waku{
    margin:2em auto;
    position: fixed;
    padding: 0.5em 1.5em;
    border-top: solid 1px #0b2846;
    border-bottom: solid 1px #0b2846;
    width: calc(100% - 50px);
    height: calc(100% - 60px);
    z-index:1;
}
.zen_waku:before, .zen_waku:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #0b2846;
    z-index: 1;
}
.zen_waku:before {left: 10px;}
.zen_waku:after {right: 10px;}
.zen_waku p {
    margin: 0;
    padding: 0;
}
.logo_img{
  padding:2em;
}
h1{
  font-size:3em;
  line-height:200%;
  font-weight:500;
  padding-bottom:1em;
}
h2{
  font-size:2em;
  font-weight:bold;
  padding-top:2em;
}
.gy_h2{
  font-size:1.5em;
  font-weight:bold;
  padding-top:5em;
  padding-bottom:6em;
  line-height:200%;
}
.img_space{
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding-top:3em;
}
.img_space2{
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
}

.img_full{
  position: absolute;
  width:100%;
  height:500px;
  object-fit: cover;
  z-index:0;
}
.honbun{
  max-width: 980px;
  margin:0em auto 3em auto;
  padding:0 3em;
  position: relative;
}
.honbun2{
  max-width: 500px;
  margin:0em auto;
  padding:3em 3em 0 3em;
  position: relative;
}
.honbun3{
  max-width: 780px;
  margin:3em auto 0 auto;
  padding:0 3em;
  position: relative;
}
.img_tit{
  position: absolute;
  width:auto;
  height:600px;
  top:-50px;
  left:0px;
  z-index: 2;
  padding:0 2em ;
}
.back_gy{
  background-color:#f1f1f1;
  text-align: center;
}
.img_iti{
  width:100%;
  max-width: 980px;
}
.img_main_pd{
  padding-bottom:630px;
}
.img_ni{
  width:100%;
  max-width:500px;
  padding:3em 0;
  text-align: center;
}
.img_san{
  width:100%;
  max-width:200px;
  padding:3em 0;
  text-align: center;
}
.img_shi{
  width:100%;
  max-width:300px;
  padding:2em 0;
  text-align: center;
}

.ham_img{
  position: fixed;
  top:1em;
  right:1em;
  width:50px;
  cursor: pointer;
}
/* 水平バー */
.bar_suihei{
  display: flex;  /* 横並びにする */
  align-items: center;  /* 垂直方向に中央 */
  text-align: center;  /* 文字のセンタリング(複数行になったとき用) */
  font-size:2em;
  /* font-weight:bold; */
}
.span_tit {
font-weight:bold;
font-size:1.2em;
color:#0b2846;
line-height:200%;
display : block;
padding:1em 0;
}
/* 共通部分はまとめる */
.bar_suihei::before,
.bar_suihei::after{
  content:"";
  flex-grow: 1;  /* 線の伸び率 */
  border-bottom: 1px solid #333;
}
/* 左側の線 */
.bar_suihei::before{
  margin-right: 20px;  /* 線と文字の間のスペース */
  padding-left: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}
/* 右側の線 */
.bar_suihei::after{
  margin-left: 20px;  /* 線と文字の間のスペース */
  padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}
/*
ーーーーーーー
float解除
ーーーーーーー
 */
/* micro clearfx */
.cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* IE 6/7用。不要なら削除可。 */

/*
ーーーーーー
縁取り
ーーーーーー
*/
.fuchidori {
  color: #000;
  text-shadow:1px 1px 0 #0b2846, -1px -1px 0 #0b2846,
              -1px 1px 0 #0b2846, 1px -1px 0 #0b2846,
              0px 1px 0 #0b2846,  0-1px 0 #0b2846,
              -1px 0 0 #0b2846, 1px 0 0 #0b2846;
}
/*
ーーーーーー
数字　大
ーーーーーー
*/
.suuji{
  font-size:15em;
  font-weight:bold;
  float: left;
  color:white;
  line-height:100%;
  padding-right:20px;
}



/* mbだけのCSS */
@media screen and (max-width: 480px) {
  .honbun{
    padding:0em 3em 0em 3em;
    margin:0 auto;
  }
  .honbun3{
    margin:0em auto 0 auto;
    padding:3em 3em 5em 3em;
    position: relative;
  }
  .img_full{
    height:300px;
  }
  .img_tit{
    height:350px;
    padding:0;
    top:-25px;
  }
  .img_main_pd{
    /*padding-bottom:330px;*/
    padding-bottom:365px;
  }
  h1{
    font-size:2em;
  }
  .gy_h2{
    font-size:1.5em;
    font-weight:bold;
    padding-top:2em;
    padding-bottom:3em;
    line-height:200%;
  }
  /*
  ーーーーーー
  数字　大
  ーーーーーー
  */
  .suuji{
    font-size:4em;
    font-weight:bold;
    color:white;
    float:none;
    line-height:100%;
    padding-bottom:0px;
    /* padding-right:20px; */
  }
  .span_tit {
  line-height:100%;
  }
  .img_shi{
    padding:2em 0 0 0;
  }
  #en_footer{
    background:url("img/footer/back1.png");
    background-size:cover;
    margin-top:3em 0 1em 0 ;
    padding:1em 0;
    font-size:1em;
    color:#111;
    /* border-top:1px solid #ccc; */
    height:200px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    text-align:center;
    line-height:140%;
  }
  .foot_div{
    padding-top:3em;
  }
}



/*サブタイトル
--------------------------------------------------*/
.subttle{
	position: relative;	
}
.subttle h2{
	font-family: 'Shippori Mincho', serif;
	color: #fff;
	 background:rgba(9,32,56,0.7);
	padding: 20px;
	font-size: 1.6em;
	line-height: 1.2;
	
	position: absolute;
	bottom: 90px;
	left: 0;
}
.subttle .subcatch_b{
}
.subttle .subcatch_i{
	font-weight: 500;
	font-style: italic;
}

@media screen and (max-width: 480px) {
	.subttle{
		position: relative;	
	}
	.subttle h2{
		font-family: 'Shippori Mincho', serif;
		color: #fff;
		 background:rgba(9,32,56,0.7);
		padding: 20px;
		font-size: 1.2em;
		line-height: 1.2;

		position: absolute;
		bottom: 0;
		left: 0;
	}
}