@charset "UTF-8";
#mainimage{
position: relative;
}
#mainimage .container{
margin: 0 0 0 0;
width: 100%;
z-index: 0;
max-width: 100%;
display:block;
}

#mainimage .img{
filter: brightness(95%);
flex: none;
height: 100%;
left: 0;
margin: 0 0 0 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
max-width: 100%;
}
#mainimage .img:before {
content: "";
height:100%;
width:100%;
background-image: url("../img/index/main.jpg") ;
background-position:50%;
background-size:cover;
border-radius:inherit;
pointer-events:none;
position:absolute;
top:0;
left:0;
z-index:-2;
}
#mainimage .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 92, 145, 0.5);
  z-index: -1; /* 画像（-2）より手前に配置 */
}

#mainimage .cont{
padding: 150px 0 50px;
max-width: 1280px;
width: 90%;
z-index: 0;
display:block;
margin: 0 auto;
text-align: center;
position: relative;
}

#mainimage .cont h1 {
color: #FFFFFF;
flex: none;
font-size: 50px;
font-weight: 700;
height: auto;
line-height: 1.6;
margin: 0 0 32px 0px;
text-align: center;
justify-content: center;
display:block;
text-shadow: 0 0 10px #06537a;
position: relative;
}


@media screen and (max-width: 840px){
#mainimage .img:before {
content: "";
height:100%;
width:100%;
background-image: url("../img/index/main_sp.jpg") ;
background-position:50%;
background-size:cover;
border-radius:inherit;
pointer-events:none;
position:absolute;
top:0;
left:0;
z-index:-2;
}
#mainimage .cont h1 {
font-size: 36px;
}
#mainimage .cont .copy{
font-size: 16px;
}
}
@media screen and (max-width: 540px){
#mainimage .cont h1 {
font-size: 26px;
}
#mainimage .cont{
padding: 120px 0 30px;
}
}
@media screen and (max-width: 320px){
#mainimage .cont h1  {
font-size: 20px;
}
}

/*------------------------------

--------------------------------*/

#privacy{
clear: both;
overflow: hidden;
width: 90%;
max-width: 1100px;
padding: 60px 0 150px;
margin: 0 auto;
box-sizing: border-box;
}
#privacy .privacy-detail{
clear: both;
overflow: hidden;
margin: 50px 0 0;
}
#privacy .privacy-detail dt{
font-size: 140%;
font-family: "Noto Serif JP", serif;
font-weight: 700;
}
#privacy .privacy-detail dd{
padding: 0.5em 0 0;
}
#privacy .privacy-detail dd ul{
padding: 0.8em 1em;
}
#privacy .privacy-detail dd ul li{
display: list-item;
list-style: disc;
}

#privacy .privacy-detail dd .madoguchi{
padding: 0.8em 0;
}

@media screen and (max-width: 840px) {
#privacy{
clear: both;
overflow: hidden;
width: 90%;
max-width: 1100px;
padding: 40px 0 100px;
margin: 0 auto;
box-sizing: border-box;
}

}



/*------------------------------

--------------------------------*/

