@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
body {
	font-size: 14px;
	letter-spacing: 0.125em;
	line-height: 1.5em;
	width: 100%;
	font-family: "Red Hat Display", "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
}
header {
	border-top: 5px solid #005cab;
    padding: 1em 2em;	
}
a:hover {
	opacity: 0.7 !important;
}
p {
	font-family: "Red Hat Display", "Noto Sans JP", sans-serif;
}
.txtC {
	text-align: center;
}
.txtR {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.white {
	color: white;
}
.pink {
	color: #fa73a0;
}
.orange {
	color: #ff8a00;
}
.blue {
	color: #001e5a;
}
.skyBlue {
	color: #0076ff;
}
.annotation {
	font-size: 0.75rem;
	line-height: 1rem;
	margin-top: -1.25%;
}
.btn {
	margin: 2.5vw auto;
    background-color: #0076ff;
    padding: 2vw 0;
    width: 360px;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    border-radius: 100px;
    display: block;
    letter-spacing: 0.15rem;
}
.mtSS {
	margin-top: 1.25vw !important;
}
.mtS {
	margin-top: 2.5vw !important;
}
.mtM {
	margin-top: 5vw !important;
}
.mbSS {
	margin-bottom: 1.25vw !important;
}
.mbS {
	margin-bottom: 2.5vw !important;
}
#page-top{
	position: fixed;
    bottom: 20px;
    right: 0;
    width: 40px;
}
#page-top img {
	width: 8px;
}
.headerLogo {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.headerLogo img {
	height: 1.75em;
}
.headerLogo p {
	font-size: 0.8em;
    color: #1a416d;
    line-height: 1.25em;
    margin-left: 1em;
}
footer {
	padding: 2vw 0 2.5vw 0;
	background-color: #001e5a;
}
.footerBtn {
	display: flex;
    justify-content: center;
}
.footerBtn img {
	width: 8rem;
    margin-bottom: 0.125rem;
    padding-top: 0.5rem;
}
.footerBtn p {
	font-size: 0.75em;
    letter-spacing: 0.05em;
    margin-top: 2.5%;	
}
@media screen and (min-width: 960px) {
.tabsp {
	display: none !important;
}
.sp {
	display: none;
}
.tab {
	display: none;
}
}
@media screen and (max-width: 959px) and (min-width: 600px){
.sp {
	display: none;
}
}
@media screen and (max-width: 959px) {
.pc {
	display: none;	
}
.footerBtn p {
    font-size: 0.65em;
}
#page-top {
	display: none;
}
}
@media screen and (max-width: 599px) {
.tab {
	display: none;
}
.headerLogo img {
    height: 1.5em;
}
header {
    padding: 1em;
    height: 75px;
    display: flex;
    align-items: center;
}
.footerBtn p {
    margin-top: 1.25%;
	margin-bottom: 1.25%;
}
footer {
    padding: 4vw 0 5vw 0;
}
}

/*2023年末年始*/
footer {
    padding: 2.5em 0;
}
footer img {
    width: 200px;
}
@media screen and (max-width: 959px) {
.mtM {
    margin-top: 7.5vw !important;
}
footer img {
    width: 150px;
}
}
@media screen and (max-width: 599px) {
.headerLogo p {
    font-size: 0.65em;
}
.headerLogo img {
    height: 1.15em;
}
.mtM {
    margin-top: 10vw !important;
}
.mbS {
    margin-bottom: 5vw !important;
}
footer {
    padding: 10vw 0 2.5vw 0;
}
footer p {
    margin-bottom: 5%;
}
}
/*2024年投資家応援*/
body {
	color: #001e5a;
}
.mv {
	background-image: url(../img/bg_mv.jpg);
	background-size: cover;
	text-align: center;
	position: relative;
}
.mv img {
	width: 70vw;
}
.mvSnsWrap {
	background-color: #001e5a;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5em 0;
}
.mvSnsWrap p {
	font-size: 1.5em;
	margin-right: 1em;
}
.mvSnsWrap a img {
	height: 2.5em;
    margin: 0 1em;
}
.mvSnsWrap a:nth-child(4) img {
	height: 3em;
}
.full {
	margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.fullInner {
    width: 850px;
    margin: 0 auto;
}
.cpnWrap {
	background-image: url("../img/bg05.jpg");
	padding: 5em 0;
	background-size: 100%;
}
.cpnTtl img {
	width: 90%;
}
.cpnTtlSubWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: -1em;
}
.cpnTtlSubWrap img{
	width: 45%;
}
.cpnCodeWrap {
	width: 100%;
	background-color: white;
	border-radius: 20px;
	padding: 2.5em;
	position: relative;
	outline : 3px solid #0050a0;
	outline-offset : -10px;
}
.cpnCodeTtl {
	position: absolute;
    top: -3em;
    display: flex;
    justify-content: center;
    left: 0;
}
.cpnCodeTtl img {
	width: 80%;
}
.cpnCodeBox {
	font-size: 2.25em;
	line-height: 1.35em;
	margin-top: 1em;
}
.colCnt img {
	width: 100%;
}
.timeTtl {
	background: linear-gradient(90deg, rgb(250, 115, 160), rgb(80, 205, 30));
	padding: 0.5em;
	margin-right: 1em;
	width: 9em;
}
.timeWrap {
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-top: 1em;
}
.timeWrap p {
	font-size: 1.125em;
}
.castTtl {
	background: linear-gradient(90deg, rgb(250, 115, 160), rgb(80, 205, 30));
	padding: 0.5em;
	margin-right: 1em;
	width: 9em;
	margin-bottom: 0.5em;
}
.castWrap {
	font-weight: 600;
	margin-top: 1em;
}
.castWrap p {
	font-size: 1.125em;
	line-height: 1.5em;
}
.txtMin {
	font-size: 0.7em;
}
.threeColWrap {
	display: flex;
	justify-content: space-between;
}
.threeColWrap .colCnt {
	width : calc(100% / 3) ;
}
.bg_sky {
	background-color: #e6faff;
}
.ptM {
	padding-top: 7.5%;
}
.pbM {
	padding-bottom: 7.5%;
}
.txtGrade h3 {
	font-size: 1.75em;
    line-height: 1.35em;
}
.onlineLogo img {
	width: 25vw;
}
.ttl {
    font-size: 3em;
}
.netSubTtl {
	font-size: 1.25em;
    line-height: 1.5em;
}
.onlineWrap {
	background-color: white;
	padding: 5%;
	border-radius: 10px;
}
.onlineWrap img {
	width: 20vw;
	margin: 0 auto;
	display: block;
}
.appBox {
	display: flex;
	justify-content: center;
	margin-top: 1.5em;
	align-items: center;
	margin-bottom: 3.5em;
}
.m0auto {
	margin: 0 auto;
}
.txt_l {
	display: inline-block;
    text-align: left;
}
.red {
	color: #c80000;
}
.nkplusTtl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
}
.nkplusTtl img {
	width: 10rem;
	margin-right: 10px;
}
.serviceBtnWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.serviceBtnWrap a {
	width: 30%;
}
.serviceBtnWrap a img {
	width: 100%;
}
.bg_sky2 {
	background-color: #d2f5ff;
}
.tvBtn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tvBtn a {
	width: calc(100% / 5);
}
.tvBtn a img {
	width: 100%;
}
.txtL {
    font-size: 2em;
    line-height: 1.35em;
}
.ttl {
    font-size: 3em;
    margin-bottom: 2.5%;
}
.appInner {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
.appWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
}
.qrImg {
    width: 60%;
}
.appWrap a {
    width: 100%;
    text-align: center;
}
.appInner a img {
    height: 50px;
    margin-top: 10%;
}
.appWrap a {
    width: 100%;
    text-align: center;
}
.appWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
}
.md-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #194678;
	opacity: .95;
	z-index: 9999;
}
.md-contents{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
    height: auto;
    overflow: hidden;
    transform: translate(-50%,-50%);
    z-index: 10000;
    border-radius: 5px;
}
.md-inner{
	padding: 35px 35px;
    background: #fff;
    height: auto;
}
.md-inner .btn{
    background: #0099ff;
}
.md-inner h3 {
	font-size: 1.35em;
	line-height: 1.5em;
}
.md-xmark{
	position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 22px;
    z-index: 9999;
    cursor: pointer;
}
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}
.md-inner a img {
    width: 35vw;
    margin: 0 auto;
    display: block;
}
.italic {
	font-style: italic;
}
#net, #tv {
	padding: 5em 0;
}
#company {
	padding: 5em 0 3em 0;
}
.updown {
    animation-name: updown1;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.register {
    position: fixed;
    bottom: 2.5vw;
    right: 2.5vw;
    width: 10vw;
    z-index: 1000;
}
.register img {
    width: 100%;
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 959px) {
.txtGrade h3 {
    font-size: 1.5em;
}
}
@media screen and (max-width: 959px) {
.fullInner {
    width: 90%;
}
.btn {
    margin: 5vw auto;
    padding: 3.5vw 0;
}
.mv img {
    width: 80vw;
}
.cpnCodeTtl {
    top: -2em;
}
.register {
    width: 17.5vw;
}
.timeWrap {
	flex-wrap: wrap;
}
.timeWrap p {
	margin-top: 0.5rem;
}
.ttlWrapInner .castPhoto img {
    width: 18rem !important;
}
.ttlWrapInner h2 img {
    height: 7.5em !important;
}
.dowtabsp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dowCnt {
	width: 47.5% !important;
}
.dowTxt h3 img {
    width: 100% !important;
}
.dowTxt {
    width: 45% !important;
}
.dowCnt .castPhoto {
    width: 50% !important;
}
.dowtabsp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.castNameWrap {
	margin-top: 0 !important;
}
.dowCnt {
    width: 47.5% !important;
}
.dowCnt {
	display: unset !important;
}
}
@media screen and (max-width: 599px) {
.threeColWrap .colCnt {
    padding: 7.5vw !important;
}
.fullInner {
    width: 85% !important;
}
.ttlWrapInner {
        display: unset !important;
}
.ttlWrapInner h2 img {
	height: 6.5em !important;
}
.ttl {
    font-size: 2.5em;
	line-height: 1.125em;
}
.onlineLogo img {
    width: 75vw;
}
.netSubTtl {
    font-size: 1.35em;
    margin-top: 7.5%;
}
.onlineWrap img {
    width: 50vw;
    margin-bottom: 5%;
}
.onlineWrap {
    padding: 10%;
}
.onlineWrap p {
	text-align: justify !important;
}
.appBox {
	display: unset;
}
.appBox a:nth-child(2) img {
	margin-right: 0;
}
.appBox img {
    height: 15vw;
    margin: 5% 0;
}
.nkplusTtl {
    flex-wrap: wrap;
}
.nkplusTtl img {
    width: 55vw;
    margin-right: 0;
    margin-bottom: 3.5%;
}
.serviceBtnWrap a {
    width: 90%;
    margin: 0 auto 5% auto;
}
.tvBtn a {
    width: 90%;
    margin: 0 auto 5% auto;
}
.mv img {
	width: 97.5vw;
}
.mvSnsWrap {
	flex-wrap: wrap;
}
.mvSnsWrap p {
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
}
.mvSnsWrap p {
    font-size: 1.35em;
    margin-right: 0;
}
.cpnWrap {
    padding: 2.5em 0;
	background-size: cover;
}
.cpnTtl img {
    width: 100%;
}
.cpnTtlSubWrap {
    flex-wrap: wrap;
	margin-top: 0.75em;
}
.cpnTtlSubWrap img {
    width: 90%;
}
.cpnCodeBox {
    font-size: 1.5em;
}
.cpnCodeWrap {
    padding: 1.5em;
}
.cpnCodeTtl img {
    width: 100%;
}
.cpnCodeTtl {
	top: -1em;
	left: 0;
}
.btn {
	margin: 5vw auto;
	padding: 7.5vw 0;
}
.threeColWrap {
	flex-wrap: wrap;
}
.threeColWrap .colCnt {
    width: 100%;
}
.threeColWrap .colCnt:first-child {
    margin-bottom: 0;
}
.threeColWrap .colCnt:nth-child(2) {
    margin-bottom: 0;
}
.appWrap {
	width: 100%;
}
.qrImg {
	display: none;
}
.appInner {
	width: 100%;
}
.appWrap a {
    width: 100%;
    text-align: center;
}
.appInner a img {
	height: 15vw;
	margin: 5% 0;
}
.serviceBtnWrap {
    margin-top: 1.5em !important;
}
#net, #tv {
    padding: 2.5em 0;
}
#company {
    padding: 2.5em 0 2.5em 0;
}
footer {
	padding: 2.5em 0 1em 0;
}
.register {
    width: 25vw;
}
}
@media screen and (min-width: 960px) {
.tab {
	display: none !important;
}
.sp {
	display: none !important;
}
.tabsp {
	display: none !important;
}
}
@media screen and (max-width: 959px) and (min-width: 600px){
.pc {
	display: none !important;
}
.sp {
	display: none !important;
}
}
@media screen and (max-width: 599px) {
.pc {
	display: none !important;
}
.tab {
	display: none !important;
}
.pctab {
	display: none !important;
}
}
@media screen and (max-width: 599px) {
 .castTitle {
	 margin-right: 0 !important;
}
.cast .castWrapper .mainv-ttl {
    padding-top: 10vw !important;
}
.cast .castWrapper .mainv-ttl img {
    width: 90% !important;
}
.cast .castWrapper {
    height: 120vw !important;
}
.clossCastWrap {
	flex-wrap: wrap;
	margin-top: 0 !important;
	justify-content: center !important;
}
.clossCastWrap .castPhoto:nth-child(1), .clossCastWrap .castPhoto:nth-child(3) {
	margin-right: 2.5%;
}
.clossCastWrap .castPhoto {
	width: 47.5% !important;
}
.castPhoto img {
	margin-top: 1rem !important;
}
footer .btn {
	width: 80%;
}
.md-inner .btn {
    font-size: 1.25rem;
}
.dowCnt:nth-child(2) {
	margin-top: 1.5rem !important;
}
.dowCnt {
	width: 100% !important;
	margin-top: 0 !important;
	margin-bottom: 2.5rem;
	flex-wrap: wrap;
}
.castNameWrap {
	margin-top: 0.5em !important;
	line-height: 1.75em;
}
.castTitle {
        margin-right: 1rem;
    }
.pontTxt {
    line-height: 2em;
}
.programNameWrap {
	padding: 0 !important;
	margin-top: 1rem;
}
.programWrap {
	margin-top: -7rem;
	z-index: 100;
}
.programWrap, .proglamLogo {
	position: relative!important;
}
.programNameWrap {
	background: none !important;
}
.ttlWrapInner .castPhoto img {
	width: 100% !important;
}
.ttlWrapInner .castPhoto {
	width: 100%;
	margin-top: 2.5rem;
}
.btn {
	width: 100%;
}
}
.cast {
	background-image: url("../img/bg04.jpg");
	background-size: 100%;
}
.cast .castWrapper {
    position: relative;
    width: 100%;
    margin: auto;
	height: 57.5vw;
}
.cast .castWrapper .mainv-ttl {
    background-image: url("../img/change_txt.png");
    background-repeat: no-repeat;
    background-position: top center;
	height: auto;
	padding-top: 12.5vw;
	background-size: contain;
    text-align: center;
	mix-blend-mode: multiply;
}
.cast .castWrapper .mainv-ttl img {
    width: 50vw;
}
.cast .castWrapper .mainv-img {
    display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
	width: 100%;
}
.cast img {
    max-width: 100%;
    height: auto;
}
.threeColWrap .colCnt:nth-child(1) {
	background-image: url("../img/bg01.jpg");
	background-size: 333%;
}
.threeColWrap .colCnt:nth-child(2) {
	background-image: url("../img/bg02.jpg");
	background-size: 333%;
}
.threeColWrap .colCnt:nth-child(3) {
	background-image: url("../img/bg03.jpg");
	background-size: 333%;
}
.threeColWrap .colCnt {
	padding: 3.75vw;
}
.threeColWrap .colCnt .indent {
	padding-left: 2.75em;
	text-indent: -2.75em;
}
.expressWrap {
	background-image: url(../img/bg01.jpg);
	background-size: 100%;
}
.compassWrap {
	background-image: url(../img/bg02.jpg);
	background-size: 100%;
}
.closingWrap {
	background-image: url(../img/bg03.jpg);
	background-size: 100%;
}
.expressWrap .programNameWrap {
	background-image: url("../img/program_bg01.png");
    background-size: 61rem;
    padding: 3rem 6.5rem 3rem 15rem;
    background-repeat: no-repeat;
	position: relative;
}
.compassWrap .programNameWrap {
	background-image: url("../img/program_bg02.png");
    background-size: 61rem;
    padding: 3rem 6.5rem 3rem 15rem;
    background-repeat: no-repeat;
	position: relative;
}
.closingWrap .programNameWrap {
	background-image: url("../img/program_bg03.png");
    background-size: 61rem;
    padding: 3rem 6.5rem 3rem 15rem;
    background-repeat: no-repeat;
	position: relative;
}
.programWrap p {
	width: 85%;
}
.green {
	color: #48bb30;
}
.yellow {
	color: #ffbe00;
}
.programNameWrap p {
	font-size: 1.25rem;
}
.expressWrap .programWrap {
	margin-bottom: 1.5rem;
}
.pointCnt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pontTxt {
	width: 87.5%;
}
.pontTxt h3 {
	font-size: 1.5rem;
}
.pointTime {
	font-size: 1.125rem;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.ttlMin {
	font-size: 1.125rem;
}
.dowWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dowCnt {
	width: 45%;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}
.dowTxt h3 img {
	width: 40%;
}
.castTitle {
	font-size: 0.8rem;
}
.castName {
	font-size: 1.25rem;
}
.txtMin {
	font-size: 0.8rem;
}
.dowTxt {
	width: 60%;
}
.dowCnt .castPhoto {
	width: 37.5%;
}
.dowCnt .castPhoto img {
	width: 100%;
}
.clossCastWrap {
	display: flex;
	justify-content: space-between;
}
.clossCastWrap .castPhoto {
	width: 18.75%;
}
.clossCastWrap .castPhoto img {
	width: 100%;
}
.txtR {
	text-align: right;
}
.ttlWrapInner {
	display: flex;
	justify-content: space-between;
}
.ttlWrapInner h2 img {
	height: 10em;
}
.castPhoto img {
	width: 25rem;
	margin-top: -1.5rem;
	z-index: 100;
	position: relative;
}
.programWrap {
	position: absolute;
	left: 0;
	bottom: 10%;
    width: 100%;
}
.ttlWrap {
	position: relative;
}
.proglamLogo {
	position: absolute;
    z-index: 1;
}
.proglamLogo img {
    width: 13rem;
}
.compassWrap .programWrap {
    margin-bottom: 0.75rem;
}
.md-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #194678;
	opacity: .95;
	z-index: 9999;
}
.md-contents{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
    height: auto;
    overflow: hidden;
    transform: translate(-50%,-50%);
    z-index: 10000;
    border-radius: 5px;
}
.md-inner{
	padding: 35px 35px;
    background: #fff;
    height: auto;
}
.md-inner .btn{
    background: #0099ff;
}
.md-inner h3 {
	font-size: 1.35em;
	line-height: 1.5em;
}
.md-xmark{
	position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 22px;
    z-index: 9999;
    cursor: pointer;
}
.md-xmark span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}
.md-inner a img {
    width: 35vw;
    margin: 0 auto;
    display: block;
}