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;
  word-break: break-all;
}

.kvsec img {
  width: 100%;
}
*/

.kvtx {
  width: 100%;
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* 上下左右中央寄せ */
  text-align: center; /* テキストを中央寄せ */
}
.kvtx h2{display:inline-block;background-color: black;padding:1rem;}
.kvtx h1{font-size:4rem;font-weight:bold;text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.kvtx h1{font-size:4rem;font-weight:bold;text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.kvtx h1.eve{font-size:3rem;font-weight:bold;text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.kvtx h1.eve.evekbtxt{font-size:3rem;font-weight:bold;color:black;text-shadow:none;} 
.kvtx h1 span.subh1{font-size:80%;}
@media (max-width: 767px) {
  .kvtx {
    font-size: 18px; /* 適切なフォントサイズに調整 */
  }
.kvtx h1,.kvtx h1.eve,.kvtx h1.eve.evekbtxt{font-size:2rem;}
}

.dpelative{position: relative;}

@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;
	}
	
}
.kvimglog{
  width: 100%;
  height: 400px;
  object-fit: cover;
}


/* キービジュアル全体 */
.kvsec {
  position: relative;
  overflow: hidden;
  height: 480px;
}

/* 画像 */
.kvimglog {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキストエリア */
.kv-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  z-index: 2;
  text-align: center;
}

/* 共通 */
.kv-sub {
  letter-spacing: 0.06em;
  margin-bottom: 1.2rem;
  opacity: 0.95;
font-weight: 700;
text-shadow: 0 2px 7px rgba(0,0,0,0.65);
}

.kv-title {
  font-weight: 700;
  text-shadow: 0 4px 14px rgba(0,0,0,0.65);
  margin: 0;
}

/* ===== スマホ ===== */
@media (max-width: 575.98px) {
  .kvsec {
    height: 260px;
  }

  .kv-sub {
    font-size: 0.85rem;
  }

  .kv-title {
    font-size: 1.4rem;
    line-height: 1.35;
  }
}

/* ===== タブレット ===== */
@media (min-width: 576px) and (max-width: 991.98px) {
  .kvsec {
    height: 360px;
  }

  .kv-sub {
    font-size: 1rem;
  }

  .kv-title {
    font-size: 2rem;
    line-height: 1.35;
  }
}

/* ===== PC（ここを大きく） ===== */
@media (min-width: 992px) {
  .kvsec {
    height: 480px;
  }

  .kv-sub {
    font-size: 1.7rem;     /* ← 約1.5倍 */
  }

  .kv-title {
    font-size: 4.2rem;     /* ← 約1.5倍 */
    line-height: 1.25;
  }
}

