@charset "utf-8";

.pc_none{
  display: none;
}

main{
background: #416099;
}

header{

}

header .inner{

}

.fv{

}

.fv_bottom{
  display: flex;
  gap:1vw 1.5vw;
  flex-wrap: wrap;
  width:100%;
  margin: auto;
  padding:0 1.5vw 1.5vw;
  background: url(images/FV_bottom.png) center top;
  background-size: cover;
}

.fv_bottom .bnr{
  width: calc((100% - 5.8%) / 2);
}

.inner{
    width: 1366px;
    margin: auto;
    max-width: 100%;
}

.box{
  width: 880px;
  margin: auto;
  max-width: 100%;
}

.caution{

}

.caution .inner{
  padding: 3vw 0;
  background-size: cover;
  background: #fff;
  text-align: center;
}

.caution .box{
  margin: auto;
}


.content01 .inner{
  padding: 3vw 0;
  background: url(images/content01_bg.png) center top;
  background-size: cover;
}

.content01 .box{
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content02{

}

.content02 .inner{
  background: url(images/content02_bg.png) center top;
  background-size: cover;
  text-align: center;
  padding: 6vw 0;
}

.content03{

}

.content03 .inner{
  background: url(images/content03_bg.png) center top;
  background-size: cover;
  text-align: center;
  padding: 3vw 0 4.5vw;
}

.content03 .inner .box{

}


.content04{

}

.content04 .inner{
  background: url(images/content04_bg.png) center top;
  background-size: cover;
  text-align: center;
}

.content04 .inner .box{
  padding-bottom: 6vw;
}


.content05{

}

.content05 .inner{
  background: url(images/content05_bg.png) center top;
  background-size: cover;
  text-align: center;
}

.content05 .inner .box{
  padding: 3vw 0;
}

.content06{

}

.content06 .inner{
  background: url(images/content06_bg.png) center top;
  background-size: cover;
  text-align: center;
  padding: 5.5vw 0 4.0vw;
}

.content06 .inner .box{
  margin-bottom:1.0vw;
}

.content06 .inner .box:last-child{
  margin-bottom:0; 
}


.content_composite{

}

.content_composite .inner{
  background: url(images/content08_bg.png) center top;
  background-size: cover;
  text-align: center;
  position: relative;
}

.content_composite .inner .box{

}

.content_composite .pic01{
  padding: 3vw 0 9.5vw;
}

.content_composite .pic02{
  padding: 8.5vw 0 3vw;
}

.content_composite .pic03{
  padding: 8.5vw 0 6vw;
}


.content09{

}

.content09 .inner{
  background: url(images/content09_bg.png) center top;
  background-size: cover;
  text-align: center;
  padding: 4vw 0 3vw;
}

.content09 .inner .box{
  margin-bottom:3vw;
}

.content10 .inner{
  background: url(images/content10_bg.png) center top;
  background-size: cover;
  text-align: center;
  padding: 4vw 0 5vw;
}

.content10 .inner .box{
}

.content11 .inner{
  background: url(images/content11_bg.png) center top;
  background-size: cover;
  text-align: center;
  padding: 4vw 0 3vw;
}

.content11 .inner .box{
}

.content12 .inner{
  padding: 4vw 0 6vw;
  background: #fff;
}

.content12 .inner .box{
  background: #E0E9EF;
  padding: 41px 145px 45px;
  border-radius: 6px;
}

.content12 .inner .box h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color: #394A62;
  text-align: center;
}

.content12 .inner .box ul li{
  font-size: 14px;
  font-weight: bold;
  color: #394A62;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.content12 .inner .box ul li a{
  font-weight: normal;
  color: #394A62;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.content12 .inner .box ul li:last-child{
  margin-bottom: 0;
}

footer{

}

footer .inner{
  background: #414863;
  text-align: center;
}

footer .inner .box{
  width: 967px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  padding: 0 0 2vw 0;
  background: url(images/footer_text.png) center bottom;
  background-size: cover;
  padding-left: 2%;
}

footer .inner .box a{
  display: block;
  line-height: 0;
}