html{
    font-size: 62.5%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body{
    font-size:1.6rem;/* 16px*/
    line-height: 2;
}
h1 {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
}
@media screen and (max-width: 640px) {/* 640px以下*/
    body{
    line-height: 2;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2rem;/* 20px*/
    }
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}
.bgclr{background-color: #0A3161;}
.box{
    background-image: linear-gradient(to right top,#0a3161 10%,#0a3b7a 70%,#104593);
    width:100%;
    height:100%;
}
.kbgcol{background-color: #03113A;}
.bgkv {
    background-repeat: no-repeat;
    background: url("../assets/kv.jpg");
    background-size: cover;
		background-color: #03113A;
		min-height: 375px;
		 background-repeat: no-repeat;
}
.kvtxt{
  font-style: normal;
  font-weight: bold;
  color: #eee;
  font-size: 4.6vmin;
  line-height: 1.2;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
/*  margin-bottom: 40px;*/
}
.ktx1{position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1;}
.ktx2{position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 1;}

@media screen and (max-width: 991.98px) {
.bgkv {background: url("../assets/kv.jpg");
		 background-size: cover;
		 background-position: center;
		 background-repeat: no-repeat;}
}

@media screen and (max-width: 640px) {
.bgkv {
    background: url("../assets/kv_sp.jpg");
		 background-size: cover;
    background-repeat: no-repeat;

}
}

.container2{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
.container2{
    max-width: 540px;
}
}
@media (min-width: 768px){
.container2{
    max-width: 720px;
}
}
@media (min-width: 992px){
.container2{
    max-width: 960px;
}
}
@media (min-width: 1200px){
.container2 {
    max-width: 1480px;}
}
@media (min-width: 1520px){
.container2 {
    max-width: 1500px;}
}







@media screen and (max-width:576px){
img.nvlogo{width:50%;}
}
.prgp{line-height: 1.5;}

section h1 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
/*	margin-bottom:4rem;*/
	margin-top:2rem !important;
}
section h1::before {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
  height: 0.5rem;
  content: "";
  background-color: #0A3161;
}
section h1 span {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}
p.bun{padding:2rem 2rem 1rem;}
@media screen and (max-width: 768px){
p.bun{padding:1rem;}
}
table.tbl{background: white;}
table.tbl th{vertical-align: middle;background-color:#0A3161;text-align: center;color:#FFFFFF;white-space: nowrap;}
table.tbl p{padding:1rem 0 0 1rem}
table.tbl ul{margin:1rem}
button.btnpk {
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  background: #000;
  border: solid 2px #000;
  transition: 0.3s;
						font-size:2rem;
          }
button.btnpk > span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

button.btnpk:hover {
  color: #000;
  background: #fff;
  border: solid 2px #000;
          }
.tblpgm{
padding:1.5rem;
width: 80%;
}
@media screen and (max-width: 576px){
.tblpgm{padding:0.5rem;
width: 100%;}
}
					
.fs-s{font-size:0.9rem;}
#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}
#pagetop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: rgba(0, 0, 0,1);
    transition: opacity .6s ease;
}
#pagetop a:hover {
    opacity: .3;
}
#pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}
#pagetop a::before {
    top: 5px;
    width: 10px;
    height: 10px;
}
}
.koshi{padding:1rem 2rem 1rem;margin:4rem auto 0;}
.koshi table{width:90%;}
.bghdg{color:#414141;}
.border-nav{border-bottom-color: #0A3161 !important;}
.disabled2{color:white;
    pointer-events: none;
    background-color: #ccc;
    opacity: 0.5;}
		
.kvsec {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kvsec img {
  width: 100%;
  height: auto;
  display: block;
}

.kvtx {
  position: absolute;
  top: 50%;
  left: 68%; /* ← 中央よりやや右に配置 */
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: left;
  padding: 1rem 2rem;
  max-width: 680px;
  width: 90%;
  box-sizing: border-box;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.kvtx h1 {
  font-size: 4.9rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.5rem 0 0;
}

.kvtx h2 {
  font-size: 2.5rem;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .kvtx {
    left: 50%;
    top: 70%; /* ちょい下げ */
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 1rem;
    width: 90%;
  }

  .kvtx h1 {
    font-size: 2.6rem;     /* ← 明確に大きく！ */
    line-height: 1.5;
    font-weight: bold;
  }

  .kvtx h2 {
    font-size: 1.4rem;     /* ← サブタイトルも目に入るように */
    font-weight: normal;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 600px){
 p, img {
  display: block;
 }
}

.flex {
  display: flex;
  align-items: center;
}

.flexp {
	margin-left: 20px;
	line-height:normal;
}

.flexbtn {
	  display: flex;
justify-content:  space-evenly;
margin: 5% 0 0 0
}

.filebtn {
	width:45%;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 600px) { 
  .flex {
    flex-direction: column;
  }
	.flexp {
		margin: 15px 0 0 0;
		line-height:normal;
		text-align:center;
	}


.flexbtn {
	flex-direction: column;
	align-items: center;
	margin: 10% 0 0 0;
		}
	
.filebtn {
	width: 100%;
}

}

@media only screen and (max-width: 991px) { 
	
	.wufoo-form-container {
		height:600px;
	}
	
}
.dpelative {
  position: relative;
}

.kvimglog {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.kvtext-400 {
  position: absolute;
  top: 50%;
  left: 60%; /* ← 中央から右より */
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: left;
  max-width: 90%;
  padding: 1rem;
}

.kvtext-400 h1 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

.kvtext-400 h2 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

/* スマホ対応 */
@media (max-width: 767px) {
  .kvtext-400 {
    top: 60%;                /* 既存 */
    left: 50%;               /* 既存 */
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: none;         /* 横幅制限を解除 */
    width: 90vw;             /* 画面幅の90%くらいに拡げる（任意調整可能） */
  }

  .kvtext-400 h1 {
    font-size: 2rem;
  }

  .kvtext-400 h2 {
    font-size: 1rem;
  }
	  .kvimglog {
    object-position: center; /* 画像中央を表示 */
    height: auto;            /* 高さは自動にして画像全体を表示 */
    max-width: 100%;         /* 横幅は100% */
  }
	
	
	
}

