@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* body */

body {
	font-family: 'Noto Sans JP', sans-serif;
	}
	
a{
color: #111;
  text-decoration: none;
}
a:hover{
color: #fc0;
}

p{overflow: hidden;}

/* head_menu */
#menu_pc{
  width: 100%;
  border-bottom:solid 1px #ccc;
  position: fixed;
  z-index: 10;
  background: #fff;
    }

#menu_pc menu{
  display: table;
  width: 100%;
  text-align: center;
  height: 80px;
  padding: 0 0 0 40px;

}

#menu_pc li{
display: table-cell;
vertical-align: middle;
line-height: 80px;

}


#menu_pc li.logo{width: 40%;text-align:left;vertical-align: middle;}


#menu_pc li a {

  display: block;
  color: #111;
  text-decoration: none;
  height: 100%;
  width: 100%;

}


#menu_pc li a:hover {

  background: #ccc;

}
#menu_pc li a.entry {

  background: #00468C;
  color: #fff;

}

#menu_pc li.logo a {
	display: block;
  color: #111;
  text-decoration: none;

}

#menu_pc li.logo a:hover {

  background: none;

}
#menu_pc li a.entry:hover {

  background: #336BA3;

}






/* main */
main {
padding-top:80px;


}
#main_bg{
    width: 100%;
    /* background-image: url('img/main_bg.png');  画像のURLを指定してください */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 9; /* アスペクト比を保持してレスポンシブ */
    overflow: hidden;
    color: #fff;
    position: relative;
}

#main_bg .title{
position: absolute;
  bottom: 2.8em;
  left: 10%;
  font-size: 5.5vw;
  padding: 0;
  margin: 0;
}


#main_bg .exc{
position: absolute;
  bottom: 1.5em;
  left: 10%;
    font-size: 3vw;
  padding: 0;
  margin: 0;
  width: 60%;
}



#box01{
  background: #ededed;
  overflow: hidden;
  padding:5em 0 ;
  background-image: url('img/box01_bg.png');
    background-repeat: no-repeat;
  background-position:left top;
}

#box01 .box01_bg{ width: 80%;
margin:0 auto;
overflow: hidden;
}

#box01 p{
 line-height: 1.75em;
}

#box01 h2{
 line-height: 1.75em;
  margin-bottom: 0.7em;
  font-size: 30px;
 font-weight: normal;
}

#box01 .box01_filex{
display: flex;
justify-content: space-between;
margin-bottom:2em;
}

#box01 .exc{
  width: 50%;
}


#box01 .img{
  width: 40%;
}




#box02{

  overflow: hidden;
  padding:5em 0 0 10% ;

  
}


#box02 p{
 line-height: 1.75em;
}

#box02 h2{
 line-height: 1.75em;
  margin-bottom: 0.7em;
  font-size: 30px;
 font-weight: normal;
}

#box02 h3{
 line-height: 1.75em;
  margin-bottom: 0.7em;
  font-size: 18px;
 font-weight: normal;
}

#box02 aside{

margin-bottom:2em;
}

#box02 .box02_filex{
display: flex;
justify-content: space-between;
margin-bottom:2em;
}

#box02 .exc{
  width: 50%;
}

#box02 .exc p{
  color: #444;
}
#box02 .img{
  width: 40%;
    background: #ededed;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
}
#box02 .img h2{
 padding:2em 0 2em 2em;
  margin-bottom: 0;
}


#box03{
  background: #ededed;
  overflow: hidden;
  padding:5em 0 ;
}

#box03 h2{
  text-align: center;
  padding: 1em 0;
  font-size: 60px;
  font-weight: normal;
}

#box03 time{
    color: #777;
    margin-bottom:1em;
    display: block;
}

#box03 .title{
    color: #777;
    margin-bottom:1em;
    display: block;
    line-height: 1.75;
    font-size: 110%;
    
}

#box03 .exc{
    color: #777;
    margin-bottom:1.7em;
    display: block;
    line-height: 1.75;
    
}


#box03 ul{
  width: 80%;
margin:0 auto;
overflow: hidden;
list-style: none;
  padding: 0;
}

#box03 li{
  border-bottom:solid 1px #ccc;
  margin-bottom:1.7em;
}





#box04{
  overflow: hidden;
  margin:5em 0 ;
	 background: #eee;
	padding-bottom:2em;
}

#box04 h2{
  text-align: center;
  padding: 1em 0;
  font-size: 60px;
  font-weight: normal;
}

#box04 a{
    display: block;
    height: 100%;
    padding: 1em;
	background: #fff;
	border-radius: 10px;
}
#box04 a:hover{
    border-radius: 10px;
  overflow: hidden;
	opacity: 0.7;
}

}


#box04 img{
    border-radius: 10px;
  overflow: hidden;
    margin-bottom:1em;

}
#box04 .title{
    color: #111;
    margin:0.5em 0;
    display: block;
    line-height: 1.75;
    font-size: 110%;
    
}

#box04 .exc{
    color: #777;
    margin-bottom:1.7em;
    display: block;
    line-height: 1.75;
    
}


#box04 ul{
  width: 80%;
margin:0 auto;
overflow: hidden;
list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

#box04 li{
  margin-bottom:1.7em;
  width: 30%;
}





#box02{

  overflow: hidden;
  padding:5em 0 0 10% ;

  
}

#box05{
overflow: hidden;
    padding: 3em 0 3em 0;
    margin: auto;
    width: 80%;
}

#box05 p{
 line-height: 1.75em;
}

#box05 h2{
 line-height: 1.75em;
  margin-bottom: 0.7em;
  font-size: 30px;
 font-weight: normal;
}

#box05 h3{
 line-height: 1.75em;
  margin-bottom: 0.7em;
  font-size: 18px;
 font-weight: normal;
}

#box05 aside{

margin-bottom:2em;
}

#box05 .box05_filex{
display: flex;
justify-content: space-between;
margin-bottom:2em;
}

#box05 .exc{
  width: 50%;
}

#box05 .exc p{
  color: #444;
}
#box05 .img{
  width: 40%;

}

#box05 .img img{
  width: 300px;
  margin: auto;

}

#box05 .img h2{
 padding:2em 0 2em 2em;
  margin-bottom: 0;
}



/* single */

#single_head{


  background: #ededed;
  overflow: hidden;
  padding:5em 0 ;
  
  }
  
#single_head .box01_filex{
display: flex;
justify-content: space-between;
width: 80%;
  margin: auto;
}
#single_head .exc{
  width: 50%;
	line-height: 1.75em;
}


#single_head .img{
  width: 40%;
}

#single_head h1 {
  line-height: 1.5em;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: normal;
}


#single_main{ width: 60%;
margin:0 auto;
overflow: hidden;
	min-height: 500px;
	font-size: 1.15em;
}

#single_main h1{
  padding: 1em 0;
  font-size: 40px;
  font-weight: normal;
}

#single_main h2{
  padding: 1em 0;
  font-size: 40px;
  font-weight: normal;
}


#single_main h3{
  margin-bottom: 1em;
    line-height: 1.5em;
    padding-bottom: 0.2em;
  font-size: 25px;
  font-weight: normal;
  border-bottom: solid 1px #000066;
    color: #006;
}
#single_main p{
    line-height: 1.75em;
  margin-bottom: 0.75em;
  font-weight: normal;
  
}

footer{
	background: #eee;
	padding:2em 0;
}

footer .footer_bg{
	width:80%;
	margin:0 auto;
	
}
footer h1{
	text-align: center;
  padding: 1em 0;
  font-size: 60px;
  font-weight: normal;
	}



.foot_add{
	width: 60%;
  margin: 0.5em auto 2em auto;	
	line-height: 1.75em;
}

.foot_ex {
  display: flex;
  justify-content: space-around;
	margin:3em auto;
	line-height: 1.75em;
}

.foot_ex dt{
  margin-bottom: 1em;
}

.foot_ex_left , .foot_ex_right{
	width: 35%;
	margin-bottom:1em;
}
/* 共通アクセサリー */

.button01{

text-align: center;
  display: inline-block;
  margin: 1em auto;
  padding: 1em 2em;
  width: auto;
  border: solid 1px #111;
  border-radius: 50px;
	background: #fff;


}
.button01:hover{

  background: #E8446C;
  color: #fff;


}

.breadcrumb{
margin:1em auto;
width: 80%;
}


/* ハンバーガーメニュー */


.menu_open {
  display: none;
}

#menu {

  margin: 0;
  width: 100%;
  border: none;

  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}


@keyframes slideIn {
  0% {
    opacity: 0;
  }

  40%,
  100% {
    opacity: 1;
  }
}


#menu::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}



/*
[popover]:popover-open{
background: #222;
}
*/


.menu_close {
  background: none;
  border: none;
  position: fixed;
      top: 1.2em;
    right: 1.2em;
}

.menu_sp{
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_sp li {

  border-bottom: solid 1px #ccc;


}

.menu_sp li a {

  padding: 1em 0 1em 40px;
  display: block;
  color: #111;
  text-decoration: none;

}

.menu_sp li a:hover {

  background: #eee;

}

.menu_sp li a.entry {

  background: #00468C;
  color: #fff;

}

.menu_sp li a.entry:hover {

  background: #336BA3;

}

.menu_sp li.logo a{
padding: 1.85em 0 1.85em 40px;

}


/* 画面サイズが480pxからはここを読み込む */

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

	#menu_pc menu {
  display: block;
  width: 100%;
  text-align: center;
  height: 80px;
  padding: 0 0 0 40px;
}
	
#menu_pc li{
  display: none;
}
	
  #menu_pc li.logo {
    display: block;
    padding-top: 1.5em;
  }

  #menu_pc li.logo img{
    max-width: none;
  }


  .menu_open {
    background: none;
    border: none;
    position: fixed;
      top: 1.2em;
    right: 1.2em;
    display: block;
    z-index: 15;
  }
  
  
  #box01 .box01_filex{
display: block;
justify-content: space-between;
margin-bottom:2em;
}
#box01 .exc{
  width: 100%;
  margin-bottom:1em;
}


#box01 .img{
  width: 100%;
}

	#box02 {
  overflow: hidden;
  padding: 3em 0 0 0;
  margin: auto;
  width: 80%;
}
	
	#box02 .box02_filex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  flex-direction: column-reverse;
}
	#box02 .img {
  width: 100%;
  background: #ededed;
  border-radius: 50px;
  overflow: hidden;
}
	#box02 .exc {
  width: 100%;
  margin: 2em 0;
}
	
#single_main{ width: 80%;
margin:0 auto;
overflow: hidden;
}
#box03 h2 {
  text-align: center;
  padding: 1em 0;
  font-size: 40px;
  font-weight: normal;
}
	
	#box04 h2 {
  text-align: center;
  padding: 1em 0;
  font-size: 40px;
  font-weight: normal;
}
	
	#box04 ul {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  display: block;
  justify-content: space-around;
}
	
#box04 li {
  margin-bottom: 1.7em;
  width: 100%;
}
	
	
	
	#single_main h1 {
  padding: 1em 0;
  font-size: 30px;
  font-weight: normal;
}
	
	#single_head .box01_filex {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  flex-direction: column-reverse;
}
	
	#single_head .img {
  width: 100%;
  margin: 0 auto 2em auto;
}
	#single_head .exc {
  width: 100%;
  line-height: 1.75em;
}
	
 #box05 .box05_filex {
  display: block;
  justify-content: space-between;
  margin-bottom: 2em;
}
	#box05 .exc {
  width: 100%;
}
#box05 .img {
  width: 100%;
}
	
	#box05 .img {
  max-width: none;
  width: 200px;
  margin: auto;
}
	
	footer h1{
	text-align: center;
  padding: 0.5em 0;
  font-size: 30px;
  font-weight: normal;
	}
	
	
.foot_add{
	width: 100%;
  margin: 1em auto;	
	line-height: 1.75em;
}

.foot_ex {
  display: block;
  justify-content: space-around;
	margin:3em auto;
	line-height: 1.75em;
}

.foot_ex dt{
  margin-bottom: 1em;
}

.foot_ex_left , .foot_ex_right{
	width: 100%;
}
	
}

