@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}

.mt10{
  margin-top: 10px !important;
}
.mt15em{
  margin-top: 1.5em !important;
}
.maincolor{
  color: #FF7700;
}
table .blank{
  background-color: transparent !important;
}
.table_notes{
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
}
.table_notes + table{
  margin-top: 0;
}

.table .textcenter{
  text-align: center;
}
.table .aligncenter{
  vertical-align: middle;
}

.general_table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}
.general_table th,
.general_table td{
  border-collapse: collapse;
}

.general_table th{
  width: 240px;
  border: solid 1px #fff;
  border-right: none;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  background-color: #FF7700;
  vertical-align: middle;
}
.general_table td{
  border: solid 1px #AEAEAE;
  padding: 20px;
}
.general_table .link{
  display: block;
  background-color: #4169e1;
  color: #fff;
  width: fit-content;
  padding: 6px 20px;
  margin: 10px 0 0;
  border-radius: 4px;
}

.general_table .gray{
  background-color: #D6D6D6;
  color: #232323;
}
.general_table .lightgray{
  background-color: #E7E7E7;
  color: #232323;
}
.general_table .lightorange{
  background-color: #FFD0A7;
  color: #232323;
}
.general_table .small{
  width: 160px;
}

.scholarship_table1 .small{
  width: 140px;
}
.scholarship_table1 td{
  text-align: center;
}
.scholarship_table2 .heading1{
  width: 240px;
}
.scholarship_table2 .heading2{
  width: 480px;
  background-color: #FF9E49;
  color: #fff;
}
.scholarship_table2 .heading3{
  width: 480px;
  background-color: #FFC593;
  color: #232323;
}
.scholarship_table2 .tate{
  width: 68px;
  writing-mode: vertical-rl;
  padding: 20px;
  letter-spacing: 0.2em;
}
.general_table .inner_table{
  margin-top: 10px;
}
.general_table .inner_table th,
.general_table .inner_table td{
  padding:4px 3px; 
  font-size: 14px;
  text-align: center;
}

.btn-trigger {
  position: absolute;
  width: 56px;
  height: 56px;
  cursor: pointer;
  right: 20px;
  top:14px;
  border-radius: 50vh;
  background-color: #ff7700;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 105;
}
.btn-trigger .inner{
  position: relative;
  width: 26px;
  height: 20px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 9px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn-trigger.active{
  position: fixed;
}
.btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.global_nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
	border-left:solid 4px #ff7700;
  border-top:solid 4px #ff7700;
	transition: all 0.2s;
  background-color: rgba(255,255,255,0.8);
	transform: translate(500px);
	z-index: 100;
  backdrop-filter: blur(10px);
  overflow-y: scroll;
}
.global_nav.open {
	transform: translate(0); 
}

.global_nav .inner{
  padding-top: 80px;
  padding-bottom: 40px;
}
.global_nav .inner > ul{
  padding: 0 25px;
}
.global_nav .inner > ul > li + li{
  margin-top: 15px;
}
.global_nav .inner > ul > li > a{
  color: #232323;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  padding-left: 10px;
  border-left: solid 5px #232323;
}
.second_menu{
  margin-top: 10px;
  margin-left: 20px;
}
.second_menu li{
  line-height: 1.4;
}
.second_menu li + li{
  margin-top: 5px;
}
.second_menu li a{
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.second_menu li a::before{
  content: "";
  width: 10px;
  height: 2px;
  background-color: #232323;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/* banner area */
.banner_area{
  padding: 60px 0 0;
}
.banner_area .aligncenter{
  text-align: center;
}
.banner_area .item{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.banner_area .item + .item{
  margin-top: 30px;
}
.c-wrap{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.c-title1 .h{
  font-size: 26px;
  line-height: 140%;
  font-weight: bold;
  color: #fff;
  background: #F18B89;
  padding: 7px;
  position: relative;
  text-align: center;
}
.c-title1 .h:before, .c-title1 .h:after {
    display: block;
    content: "";
    position: absolute;
    width: 150px;
    height: 17px;
}
.c-title1 .h:before {
    top: 0;
    left: 0;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #f18b89 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #f18b89 100%);
    background: linear-gradient(to right, #ffffff 0%, #f18b89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f18b89',GradientType=1 );
}
.c-title1 .h:after {
    bottom: 0;
    right: 0;
    background: #ffffff;
    background: -moz-linear-gradient(left, #f18b89 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f18b89 0%, #ffffff 100%);
    background: linear-gradient(to right, #f18b89 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18b89', endColorstr='#ffffff',GradientType=1 );
}

.ns17-box {
    display: flex;
}

.ns17-simuLogo {
    display: flex;
}

.ns17-box__item {
    display: flex;
}

p.ns17-simuLogo__text {
    margin-top: 20px;
    margin-right: 118px;
}
.ns17-simuLogo__item {
    margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  .scroll_outer{
    width: 100%;
  }
  .scroll_inner{
    width: 1200px;
  }
}


@media screen and (max-width: 860px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  .scroll_inner{
    width: 1000px;
  }
  .scroll_inner_s{
    width: 800px;
  }
  .btn-trigger{
    top:9px;
    right:10px;
    width: 50px;
    height: 50px;
  }
  
  .global_nav{
    width: 100%;
    transform: translate(100%);
    overflow-y: scroll;
  }
  
  .general_table th{
    width:30vw;
  }
  .general_table th,
  .general_table td{
    padding: 10px;
  }
  .scholarship_table1{
    table-layout: fixed;
  }
  .scholarship_table1 .small{
    width: 65px;
  }
  
  .original_table1{
    table-layout: fixed;
  }
  .original_table1 .caption{
    width: 65px;
  }
  
  
  .c-wrap{
    padding: 0;
  }
  .c-title1 {
    margin-bottom: 30px;
  }
  .c-title1 .h{
    font-size: 20px;
    padding: 10px;
  }
  .c-title1 .h:before, .c-title1 .h:after{
    width: 65px;
    height: 12px;
  }
  .ns17-box.sp {
    display: block;
  }

  img.app-logp {
    width: 150px;
    margin-bottom: 20px;
  }

  p.ns17-simuLogo__text.sp {
    margin: 10px;
    margin-top: 15px;
  }

  .ns17-box.sp {
    margin-bottom: 30px;
  }

  
}