@charset "shift_jis";

.sticky {
  z-index: 100;
}

[class*="NC"] {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


/* メインビジュアル ------------------------------------------ */
.NC-MainVisual {
  position: relative;
  min-height: 280px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 67%, rgba(26,175,223,1) 67%);
  border-top: 10px solid #3f810b;
  overflow: hidden;
}
.mv-inner{
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}

/* メインビジュアル背景画像 */
.mv-image {
  right: 0;
  bottom: 0;
}
.mv-image img {
  max-width: none;
  height: auto;
}

.mv-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; /* ← 前に出す */
  margin-left: 30px;
}

.NC-MainVisual .logo img {
  display: block;
  max-width: 100%;
}

.NC-MainVisual h2{
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 50px;
  text-align: left;
  top: 50%;
  transform: none;
}

.mv-image-tb{
  display: none;
}

/* コンテンツ ------------------------------------------ */
.NC-cont_inner {
  padding: 58px 0 0 15px;
  max-width: 1000px;
  width: 100%;

}

.NC-warning_inner {
  padding: 40px 0 ;
}
.NC-warning_note_body {
  border: solid 1px #ccc;
  text-align: left;
  padding: 20px 26px;
  width: 100%;
  box-sizing: border-box;
}
.NC-warning_note_body i {
  font-size: 6px;
  vertical-align: 3px;
  padding: 0 4px 0 2px;
}
.NC-warning_note_body p {
  font-size: 14px;
  max-width: 600px;
}

.NC-contents{
  padding-top: 60px;
  margin-top: -60px;
}


.NC-contents .subttl {
  margin-top: 0;
  padding-top: 0;
}


.NC-document_list {
  margin: 35px 0 40px;
}
.NC-document_list li {
  color: #1c568a;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 55px;
  margin-left: 22px;
  position: relative;
}
.NC-document_list li a {
  padding: 10px 0;
  font-size: 16px;
  position: relative;
}

body .NC-document_list li a:link,
body .NC-document_list li a:visited {
  color: #1c568a;
  text-decoration: none;
}
body .NC-document_list li a:hover {
  opacity: 0.8;
}
.NC-document_list li a::after {
  content: 'PDF';
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background: #1c568a;
  padding: 3px 5.5px 3px 6px;
  line-height: 1;
  margin: 0px 0 0 6px;
  position: absolute;
  top: 15px;
  border-radius: 30px;
  letter-spacing: 1px;
 
}

.alpha{
  display: flex;
  align-items: center;
}

.btn_item.NC-back {
  display: inline-block;
  margin: 0 auto;
  color: #e9793a !important;
  background: #fff;
  padding: 10px;
  font-weight: 600;
  border: 4px solid #e9793a;
}
.btn_item.NC-back:hover {
  background: #f38243!important;
  color: #fff !important;
  border-color: #ffc2a0!important;
}


/* ==============================
タブレット
============================== */

@media screen and (max-width:950px){


  .NC-MainVisual{
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
  }

  .mv-inner{
    height: 100%;
  }

  .mv-image {
    position: absolute;
  }

  .mv-image img {
    width: auto;
  }

  .mv-text{
    max-width: 200px;
  }
  .NC-MainVisual h2{
    font-size: 36px;
  }
  .NC-cont_inner{
    padding-left: 0;
  }

  }

@media screen and (max-width:768px){
  .NC-MainVisual {
    height: 350px;
    background: none;
  }

  .mv-image-pc{
  display: none;
  }
  
  .mv-image-tb{
  display: block;
  }

  .btn_item{
    width: 300px;
  }


}

@media screen and (max-width:500px){
  .NC-MainVisual h2 {
  font-size: 32px;
  }

  .NC-MainVisual .logo img{
    max-width: 90%;
  }

  .mv-text {
  top: 40%;
  }
  
  .NC-MainVisual h2{
    margin-top:-15px;
  }

}

/* ==============================
スマホ
============================== */

@media screen and (max-width:420px){
   .mv-image img {
  transform: scale(0.8);
  transform-origin: bottom right;
  }

}