body {
  font-feature-settings: "palt" 1;
  font-family: 'YakuHanJPs', 'Roboto', 'Noto Sans JP', sans-serif;
  //background: #f2f0f1;
  //background-image: url("images/Artboard 18.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 130px;
  overflow-x: hidden;
}

/*色情報
  #232323;　キーカラー黒
  #C80315;　キーカラー赤
  #EEEFEF;　MVグレー
  #F9FAFA;　背景グレー
  #EDEFEF;　ボタングレー
}*/
.text_center{
  text-align: center;
}
.text_wh{
  color: #fff;
}
.futoji{
  font-weight: 700;
}
.text_18{
  font-size: 18px;
}
.text_16{
  font-size: 16px;
}
.mgn_40{
  margin-bottom: 40px;
}
.mgn_80{
  margin-bottom: 80px;
}

img{
	max-width: 100%;
	width: 100%;
	margin: 0px auto;
}
img.waku{
	border: solid 1px #ccc;
}
h2{
  font-size: 30px;
  font-weight: 700;
  line-height: 58px;
  color: #7f7fff;
}
h2:first-letter {
  font-size: 1.6em;
  //color: #7f7fff;
}

section {
	margin: -100px auto 0px;
  padding: 100px 0 0px;
	text-align: center;
}
.inner_a{
  border-top: solid 4px;
  border-image: linear-gradient(to right, #7f7fff, #99ffff) 1;
}
.inner_ab{
  border-top: solid 4px;
  border-image: linear-gradient(to right, #7f7fff, #99ffff) 1;
  background-color: #F1F4F7;
}
section .inner{
  padding: 50px 30px 70px;
  max-width: 1200px;
  text-align: center;
}

section img{
  width: auto;
  max-width: 100%;
}
section p{
  font-size: 16px;
  text-align: justify;
	margin: 0 auto;
  letter-spacing: 1.1px;
  line-height: 1.5em;
  text-align: left;
}
.kome{
  font-size: 0.8em;
}
.inner {
	margin: 0 auto;
  max-width: 1200px;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

.fix_btn{
  display: none;
}
.fix_btn{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  bottom: 60px;
  right: -1000px;
  z-index: 100;
  cursor: pointer;
}
.fix_button{
  display: flex;
  justify-content: flex-start;
  text-align: center;
  overflow: hidden;
  height: 100px;
  width: 100px;
  background-color: #ff8000;
  color: #fff;
  line-height: 80px;
  padding: 0px 20px;
  margin: 0px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  transition: all .3s;
}
.fix_button a{
  color: #fff;
}
.fix_btn_c {
  position: relative;
  width: 100px;
}
.fix_btn_c i.fa {
  position: absolute;
  left: 0px;
  width: 100px;
  font-size: 40px;
  line-height: 100px;
}
.fix_btn_c span {
  position: absolute;
  left: 100px;
  //width: 100px;
  font-size: 24px;
  line-height: 100px;
}
.fix_button:hover{
  width: 300px;
}
#top_btn{
  margin-top: 20px;
  margin-right: 20px;
}
.btn_circle {
  border: none;
  background: transparent;
  width: 60px;
  height: 60px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  text-align: center;
  cursor: pointer;
}
.btn_circle i {
  font-size: 150%;
  line-height: 60px;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0;
}
.btn_circle:hover i {
  font-size: 200%;
}
.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  padding: 0 3px;
  color: #4682b4;
  text-decoration:underline;
}

/* header
-------------------------------------------------------------- */
header {
	width: 100%;
  text-align: center;
  color: #000;
	text-decoration: none;
  background-color: #fff;
  position: fixed;
  top: 0px;
  z-index: 1000000;
  box-shadow: 0 0px 15px #00000022;
}
header .inner {
	max-width: 1200px;
  position: relative;
}
.header_top{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}
.nswlogo {
	width: 92px;
	float: left;
}
.nswlogo img{
	height: 24px;
}
.logo {
	float: left;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-align: left;
  margin-left: 20px;
}
.h_buttons{
  position: absolute;
  right: 0;
  display: flex;
}
.h_button{
  height: 80px;
  background-color: #ff8000;
  color: #fff;
  line-height: 80px;
  padding: 0px 20px;
  margin-left: 1px;
  cursor: pointer;
}
.h_button a{
  color: #fff;
}
.btn_c {
  //font-size: 2rem;
  position: relative;
  //padding: 1.5rem 3rem 1.5rem 2rem;
}
.btn_c i.fa {
  margin-right: 1rem;
}
.btn_hover {
  //width: 100%;
  vertical-align: bottom;
}
.btn_hover:hover {
  filter: opacity(96%);
  cursor: pointer;
  text-shadow: 0 0px 10px #fff;
}

#global_nav{
  background-color: #fff;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}
#global_nav ul {
  width: auto;
  max-width: 1200px;
  color: #000;
	padding: 0px;
	background-color: #fff;
	list-style: none;
	font-size: 13px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  border: solid #000;
  border-width: 1px 0 0 1px;
}
#global_nav ul li{
  width: auto;
  flex-grow: 1;
  border: solid #000;
  border-width: 0 1px 1px 0;
}
#global_nav ul li a{
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
  z-index: 1;
  padding: 6px 16px;
  font-weight: 500;
  width: 100%;
}
.is-fixed  {
  position:  fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  background-color: rgba(240,240,246,0.2);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  box-shadow: 0px 0px 20px #00000022;
}

/* Btn Hover */
#global_nav ul li a:hover {
  padding: 4px 16px 8px;
  color: #4444e7;
  font-weight: 700px;
}

/* TOP
-------------------------------------------------------------- */
/* ここから */
.mv{
  background-image: url("images/mv_bg.jpg");
  background-size: cover;
  background-position: center;
  //background: #E3E3E3;
  //background: linear-gradient(#ededed, #cdccd0); 
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 650px;  /* 高さ固定 */
  margin: auto;
}
.mv_inner{
  width: 100%;
  height: 100%;
  max-width: 1100px;
  background-image: url("images/mv.png");
  background-repeat: no-repeat, no-repeat; /*それぞれの画像に対して繰り返しをキャンセル*/
  background-position: center top -5%;
  margin: 0 auto;
}
.mv_text{
  text-align: center;
  position: relative;
  width: 70%;
  min-width: 550px;
  margin: 0px auto;
  padding: 30px;
  margin-bottom: 40px;
}
.mv_text img{
  width: auto;
  max-width: 480px;
  //margin-bottom: 20px;
}
.mv_title{
  //margin-bottom: 30px;
}
.mv_copy{
  font-size: 36px;
  line-height: 1.7em;
  margin-top: 0.5em;
  font-weight: bold;
}
.mv_cta{
  max-width: 440px;
  min-width: 300px;
  margin: 0px auto;
}

.c-button._shiny {
    position: relative;  
  padding: 5px 25px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  cursor: pointer;
  margin: auto;
  text-align: center;
  border-radius: 500px;
  transition: .3s;
  z-index: 1;
}
.c-button._shiny::before {
    content: '';
      position: absolute;
      top: -4px;
      left: -4px;
      right: -4px;
      bottom: -4px;
      border-radius: 50px; /* 角丸設定 */
      background: linear-gradient(45deg, #8d020b, #ff0016, #ac020e);
      z-index: -1;
      background-size: 300% 300%;
      animation: gradient-border 2s ease infinite;
}
@keyframes gradient-border {
      0% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }

.c-button._shiny:hover {
  -webkit-transform: translateY(3px);
  
  filter: opacity(96%);
  cursor: pointer;
  box-shadow: 0 6px 15px #00409833;
  text-shadow: 0 0px 10px #ffffff,0 0px 1px #ffffff;
  transform: scale(1.1);
}
.c-button._shiny .fa{
  margin-right: 20px;
}

/* ページ内リンクボタンパーツ
-------------------------------------------------------------- */
#page_button{
  //background-color: #F2F0F1;
  overflow: hidden;
  margin-top: 0px;
  text-align: center;
	line-height: 1.9;
	padding: 40px 20px;
}
#page_button .inner{
  //background-color: #fff;
}
.page_button{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4,1fr);
}
.page_button li {
  //font-size: 16px;
  font-weight: 500;
  background: #EDEFEF;
  line-height: 1em;

  padding: 15px 5px 10px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
}
.page_button a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #4444e7;
  border-radius: 6px;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
.page_button a:hover {
  color: #4444e7;
  background: transparent;
}
.page_button a:hover::before {
  transform: scale(1);
  opacity: 1;
}

/* gaiyo
-------------------------------------------------------------- */
#gaiyo .inner{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.gaiyo_txt{
}
#gaiyo img{
  //width: 530px;
}

/* tokucho
-------------------------------------------------------------- */
.tokucho_base{
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.tokucho_base::before{
  content:"";
  display: block;
  width:300px;
  order:1;
}
.tokucho_base::after{
  content:"";
  display: block;
  width:300px;
}
.tokucho_box{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px;
  height: 290px;
  background: #fff;
  align-items: center;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  margin-bottom: 20px;
}
.tokucho_box_img{
  width: 70px;
  max-width: 100%;
  flex-shrink: 0;
}
.tokucho_box_txt{
  width: 100%;
  text-align: left;
  flex-grow: 1;
  gap: 10px;
}
.tokucho_box_txt_tl{
  font-weight: bold;
  color: #0D2640;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.tokucho_box_txt p{
  font-size: 0.9em;
}
.tokucho_box_txt_erp{
  font-size: 0.9em;
    color: #0D2640;
  font-weight: bold;
  margin-top: 15px;
}
.tokucho_AnchorLins{
  background: #EDEFEF;
  border-radius: 100px;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  font-size: 13px;
}
.tokucho_AnchorLins i{
  margin-left: 5px;
}

.tokucho_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.tokucho_box {
  //transition: 0.3s ease;
  border: #fff solid 2px;
}
.tokucho_link:hover .tokucho_box {
  box-shadow: rgba(100, 100, 111, 0.35) 0px 12px 24px 0px;
  border: #4444e7 solid 2px;
}
.tokucho_link:hover .tokucho_AnchorLins {
  background: #4444e7;
  color: #fff;
}

.detail{
  text-align: center;
}
.pu{
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #7f7fff;
  margin: 0 auto;
  gap: 3px;
  font-weight: bold;
  margin-bottom: 20px;
}
h3{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 30px;
  color: #232323;
}
.detail_sub{
  text-align: center;
  margin-bottom: 30px;
  max-width: 800px;
}
.detail_box{
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.detail_box4{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #0C263F;
  font-weight: bold;
  font-size: 1.1em;
}
.detail_box5{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.detail_box5_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background-color: #bec4cb;
  padding: 15px 30px;
  border-radius: 20px 20px 0 0px;
  color: #0C263F;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.3em;
  font-size: 1.5em;
  //line-height: 5em;
}
.detail_box5_title_sub{
  display: flex;
  gap: 10px;
}
.detail_box5_title_sub p{
  background-color: #fff;
  padding: 2px 15px;
  border-radius: 100px;
}
.detail_box5_detail{
  background-color: #edefef;
  border-radius: 0px 0px 20px 20px;
  padding: 30px;
  text-align: left;
}
.detail_box5_detail p{
  font-weight: bold;
  font-size: 1.2em;
}
.detail_box5_detail p span{
  font-size: 1.2em;
  color: #4444e7;
}
.detail_box5_detail2{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  font-weight: normal;
  gap: 20px;
}
.detail_box5_detail2_box{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 30%;
  background: #fff;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  min-width: 200px;
}
.detail_box5_detail2_img{
  width: 70px;
  max-width: 100%;
  flex-shrink: 0;
}
.detail_box5_detail2_txt{
  width: 100%;
  text-align: left;
  flex-grow: 1;
  gap: 10px;
}
.detail_box5_detail2_txt_tl{
  font-weight: bold;
  color: #0D2640;
  font-size: 1.2em;
  margin-bottom: 10px;
  text-align: center;
}
.detail_box5_detail2_txt p{
  font-weight: normal;
  font-size: 0.9em;
}
.detail_box5_detail3{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: normal;
  gap: 20px;
}
.detail_box5_detail3_box{
  display: flex;
  flex-direction: column;
  gap: 10px;
  //width: 30%;
  background: #fff;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
}
.detail_box5_detail3_img{
  //width: 70px;
  max-width: 100%;
  flex-shrink: 0;
}
.detail_box5_detail3_txt{
  width: 100%;
  text-align: left;
  flex-grow: 1;
  gap: 10px;
}
.detail_box5_detail3_txt_tl{
  font-weight: bold;
  color: #0D2640;
  font-size: 1.2em;
  margin-bottom: 10px;
  //text-align: center;
}
.detail_box5_detail3_txt p{
  font-weight: normal;
  font-size: 0.9em;
}
.detail_box6{
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
}
.detail_box8{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 50px;
}
.detail_box8_l{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 30px;
}
.detail_box8_base{
  display: flex;
  flex-direction: column;
  //width: 300px;
  max-width: 400px;
}
.detail_box8_title{
  color: #0C263F;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.3em;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 20px;
  background-color: #edefef;
  padding: 5px 20px;
  border-radius: 100px;
}

.table-scroll{
  //overflow-x: scroll;
}
.table1 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
  border-radius: 10px;
  margin-top: 40px;
  //white-space: nowrap;
  border: solid 1px #BEC4CB;
}
.table1 th {
 padding: 10px;
 border-bottom: solid 3px #0D2640;
  font-weight: 500;
  font-size: 1.2em;
}
.lite{
  background-color: #BEC4CB;
  color: #0D2640;
}
.std{
  background-color: #8593A0;
  color: #fff;
}
.table1 td {
 padding: 10px;
 border-bottom: solid 1px #BEC4CB;
vertical-align: middle;
  line-height: 1.4em;
  //font-size: 0.9em;
  border-right: solid 1px #BEC4CB;
  letter-spacing: 0.1em;
  min-width: 170px;
}
.first{
  font-weight: 500;
  background: #EDEFEF;
  font-size: 0.9em;
  letter-spacing: 0em;
  min-width: 164px;
}
.table1 .num{
  font-size: 2em;
  line-height: 1.2em;
}
.table1 .kome{
  text-align: center;
  font-size: 0.8em;
}
.setumei{
  background: #DCDFDF;
  font-size: 0.9em;
  letter-spacing: 0em;
  text-align: left;
}
.tokucho{
  background: #0D2640;
  padding: 0 5px;
  color: #fff;
  //border-radius: 100px;
  margin-right: 5px;
}

/* qa
-------------------------------------------------------------- */
#qa{
}
.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    //border: 1px solid #DDD;
  text-align: left;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #EDEFEF;
  border-radius: 5px;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 17px;
    left: 20px;
    display: block;
    content: 'Q';
    color: #00a0e9;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A';
    font-weight: bold;
    color: #FF7110;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
 .qa-list dl {
    margin: 10px 0 0;
}
.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

/* CTAパーツ
-------------------------------------------------------------- */
#cta{
  overflow: hidden;
}
.inner_b{
  max-width: 904px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}
.banner{
  text-align: center;
  color: #000;
  max-width: 400px;
  margin: 0 auto;
  transition: .3s;
  //margin-bottom: 40px;
}
.banner:hover{
  transform: scale(1.1);
}
.banner img{
  width: 100%;
  max-width: 100%;
}

.contact{
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
  padding: 100px 0px 0px;
  flex-wrap: wrap;
}
.cta_l{
  display: flex;
  gap: 30px;
  justify-content: flex-start;
}
.cta_button{
  padding: 5px 25px;
  font-size: 20px;
  background-color: #ff8000;
  color: #fff;
  line-height: 60px;
  cursor: pointer;
  margin: auto;
  text-align: center;
  border-radius: 500px;
  transition: .3s;
  min-width: 300px;
  font-weight: bold;
}
.cta_button:hover {
  filter: opacity(96%);
  cursor: pointer;
  box-shadow: 0 6px 15px #23232333;
  //text-shadow: 0 0px 10px #ffffff,0 0px 1px #ffffff;
  transform: scale(1.1);
}
.cta_button .fa{
  margin-right: 20px;
}
.cta_r{
  min-width: 350px;
  font-size: 12px;
  text-align: center;
}
.bango{
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1em;
  color: #232323;
}
.bango .fa{
  font-size: 36px;
  margin-right: 10px;
}

/* footer
-------------------------------------------------------------- */
footer{
	text-align: center;
	color: #ffffffbb;
	background: #004098;
  letter-spacing: 1.2px;
  width: 100%;
  padding-top: 40px;
}
footer .inner{
	max-width: 1200px;
	padding: 20px 20px 20px;
	font-size: 12px;
	margin:0 auto;
}
footer .nswlogo_f{
  width: 200px;
  height: 150px;
  margin-right: 50px;
}
footer .attention{
	text-align: left;
	margin-top: 30px;
  font-size: 88%;
}
footer .links {
	overflow: hidden;
	font-size: 93%;
	text-align: left;
}
footer a {
	color: #fff; 
	margin-right: 20px;
}
footer a:visited {
	color: #fff; 
}
.copyright {
	overflow: hidden;
	text-align: right;
	font-size: 79%;
}
.footer_main{
  text-align: left;
  display: flex;
  justify-content: space-between;
  //gap: 50px;
  margin-bottom: 80px;
  padding-right: 50px;
  flex-wrap:wrap;
}
.footer_ul{
  text-align: left;
  display: flex;
  gap: 50px;
  flex-wrap:wrap;
}
.footer_ul li{
  margin-bottom: 5px;
  color: #fff;
}
.footer_ul li.f_u_title{
  margin-bottom: 20px;
  color: #ffffffbb;
}

.for_tab{
	display: none;		
}
.for_sp{
	display: none;		
}

.btn_orange {
  color: #fff;
  background-color: #003399;
}