@charset "utf-8";

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{
    margin: auto;
    width: 100%;
}

.box{
  max-width: 100%;
}

.caution{

}

.caution .inner{
  padding: 20px 0;
  background-size: cover;
  background: #fff;
  text-align: center;
}

.caution .box{
  margin: auto;
}


.content01 .inner{
  padding: 30px 0 40px;
  background: url(images/content01_bg_sp.png) center top;
  background-size: cover;
}

.content01 .box{
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 3%;
}

.content02{

}

.content02 .inner{
  background: url(images/content02_bg_sp.png) center top;
  background-size: cover;
  text-align: center;
  padding: 30px 3%;
}

.content03{

}

.content03 .inner{
  background: url(images/content03_bg_sp.png) center top;
  background-size: cover;
  text-align: center;
  padding: 30px 3%;
}

.content03 .inner .box{

}


.content04{

}

.content04 .inner{
  background: url(images/content04_bg_sp.png) center top;
  background-size: cover;
  text-align: center;
  padding: 0 3%;
}

.content04 .inner .box{
  padding-bottom: 6vw;
}


.content05{

}

.content05 .inner{
  background: url(images/content05_bg_sp.png) center top;
  background-size: cover;
  text-align: center;
}

.content05 .inner .box{
  padding: 30px 5%;
}

.content06{

}

.content06 .inner{
  background: url(images/content06_bg_sp.png) center top;
  background-size: cover;
  text-align: center;
  padding: 30px 3%;
}

.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_sp.png) center top;
  background-size: cover;
  text-align: center;
  position: relative;
}

.content_composite .inner .box{

}

.content_composite .pic01{
  padding: 0px 3% 46px;
}

.content_composite .pic02{
  padding: 30px 3%;
}

.content_composite .pic03{
  padding: 30px 3%;
}


.content09{

}

.content09 .inner{
  background: url(images/content09_bg_sp.png) center top;
  background-size: cover;
  text-align: center;
  padding: 30px 3%;
}

.content09 .inner .box{
  margin-bottom:3vw;
}

.content10 .inner{
  background: url(images/content10_bg.png) center top;
  background-size: cover;
  text-align: center;
  padding: 30px 3%;
}

.content10 .inner .box{
}

.content10_sub .inner{
  background: #fff;
  text-align: center;
  padding: 30px 3%;
}

.content10_sub .inner .box{
}

.content11 .inner{
  background: url(images/content11_bg_sp.png) center top;
  background-size: cover;
  text-align: center;
  padding: 4vw 0 3vw;
}

.content11 .inner .box{
}

.content12 .inner{
  padding: 30px 3%;
  background: #fff;
}


.content12 .inner .box{
  background: #E0E9EF;
  padding: 33px 5%;
  border-radius: 6px;
  word-break: auto-phrase;
}

.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;
  font-size: 16px;
}

.content12 .inner .box ul li{
  font-size: 12px;
  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;
  word-break: break-all; /* URLの中で改行されないようにする */
  overflow-wrap: break-word; /* 必要なときにだけ改行 */
}

.content12 .inner .box ul li:last-child{
  margin-bottom: 0;
}

footer{

}

footer .inner{
  background: #414863;
  text-align: center;
  background: url(images/footer_bg_copy_sp.png) center bottom;
  background-size: cover;
}

footer .inner .box{
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 25px 5%;
  background-size: cover;
}

footer .inner .box a{
  display: block;
  line-height: 0;
  width: 40%;
}