@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
body {
	letter-spacing: 0.05em;
	line-height: 1.5em;
	width: 100%;
	font-family: 'Montserrat', "Noto Sans JP","Helvetica Neue",Arial,'Noto Sans JP',"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-feature-settings: "palt";
}
main {
	font-size: 14px;
}
header {
    border-top: 5px solid #001e5a;
    padding: 1em 2em;
}
a:hover {
	opacity: 0.7;
}
p {
	font-family: 'Montserrat', "Noto Sans JP","Helvetica Neue",Arial,"游ゴシック体","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
#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: 3em;
}
.headerLogo p {
	font-size: 0.8em;
    color: #001e5a;
    line-height: 1.25em;
    margin-left: 1em;
	font-weight: 500 !important;
}
.updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
.mainTtl {
	font-size: 1.35em;
	font-weight: normal;
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.register {
	position: fixed;
	bottom: 2.5vw;
	right: 2.5vw;
	width: 8.5vw;
	z-index: 1000;
}
.register img {
    width: 100%;
}
footer {
	padding: 4vw 0 2.5vw 0;
}
footer img {
	width: 200px;
}
footer p {
	font-size: 1.125em;
	line-height: 1.75em;
}
.bold {
	font-weight: bold;
}
.txt_c {
	text-align: center !important;
}
.bg_blue {
	background-color: #005eb1;
}
.white {
	color: white;
}
.blue {
	color: #005eb1;
}
.mtS {
	margin-top: 2.5% !important;
}
.mbM {
	margin-bottom: 5% !important;
}
.mbL {
	margin-bottom: 7.5% !important;
}
.mainTtl {
	letter-spacing: 0.15em;
	position: relative;
}
.mainTtl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    display: inline-block;
    width: 50px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #005eb1 !important;
}
.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 .mdusa {
	font-size: 1.35em;
	padding-left: 40px;
    background: url(../img/usa.png) no-repeat left center;
	background-size: 1.5em;
    display: block;
}
.md-inner .mdjpn {
	font-size: 1.35em;
	padding-left: 40px;
    background: url(../img/usa.png) no-repeat left center;
	background-size: 1.5em;
    display: block;
}
.md-inner .mdeu {
	font-size: 1.35em;
	padding-left: 40px;
    background: url(../img/usa.png) no-repeat left center;
	background-size: 1.5em;
    display: block;
}
.inner {
	width: 80vw;
	margin: 0 auto;
}
.btn {
	width: 300px;
    background-color: #ffbe00;
    font-size: 1.75em;
    padding: 2rem 0;
    border-radius: 100px;
    display: block;
    margin: 3.5% auto 0 auto;
}
.mtL {
	margin-top: 7.5% !important;
}
.mbS {
	margin-bottom: 2.5%;
}
.mtM {
	margin-top: 5% !important;
}
.bg_sky {
	background-color: #e6faff;
}
.bg_sky2 {
	background-color: #d2f5ff;
}
.bg_blue2 {
    background-image: url(../img/bg05.jpg);
    background-size: 100%;
}
.navy {
    color: #003c96;
}
.nav {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.nav a {
    background-color: #005eb1;
    padding: 2.5% 0;
    border-radius: 10px;
}
.nav a img {
	width: 7.5vw;
	margin: 0 auto;
	display: block;
	margin-bottom: 1em;
}
.nav a p {
	font-size: 1.25em;
}
.navNet {
	width: 35%;
}
.navTv {
	width: 35%;
}
.navCompany {
	width: 25%;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.35em;
    line-height: 1.35em;
}
.ttl {
    font-size: 3em;
    margin-bottom: 2.5%;
}
.mapArea {
    position: relative;
    background-image: url(../img/map.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	display: flex;
    justify-content: space-between;
    width: 1000px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
	padding: 0;
}
.mapArea .clock {
	width: 50%;
    text-align: center;
    display: block;
    mix-blend-mode: multiply;
}
.mapAreaLeft {
	width: 20%;
}
.mapAreaRight {
	width: 20%;
}
.mapAreaProgramBox img {
	width: 100%;
}
.mapAreaProgramBox h3 {
	margin-top: 0.5em;
}
.mapAreaProgramBoxTxt {
	font-size: 0.8em;
    line-height: 1.25em;
}
.mapAreaTime {
	font-size: 0.85em;
    margin-top: -0.35em;
}
.mapAreaProgramBox:nth-child(2) {
	margin-top: 2.5vw;
}
.mapAreaProgramBox:nth-child(3) {
	margin-top: 2.5vw;
}
.mapAreaProgramBox:nth-child(4) {
	margin-top: 2.5vw;
}
.txt_min {
	font-size: 0.65em;
}
.mapAreaProgramBox .txt_min {
	margin-top: -0.5em;
}
.mapAreaProgramBox {
	display: block;
}
.plus img {
    width: 7.5vw;
    margin-top: -5%;
    z-index: 100;
    position: relative;
}
.topicsWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5%;
}
.topicsIcon {
	width: 20%;
}
.topicsIcon img {
	width: 60%;
    margin: 0 auto 5% auto;
    display: block;
}
.pdtb {
	padding: 7.5vw 0;
}
.topicsWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5%;
}
.topicsIcon {
	width: 20%;
}
.topicsIcon img {
	width: 60%;
    margin: 0 auto 5% auto;
    display: block;
}
.pdtbS {
	padding: 5vw 0;
}
.txtGrade {
	background: url(../img/grabg.jpg) center;
    background-size: 50vw;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-position: top;
}
.txtGrade h3 {
	font-size: 1.75em;
    line-height: 1.35em;
}
.ptM {
	padding-top: 7.5%;
}
.pbM {
	padding-bottom: 7.5%;
}
.onlineLogo img {
	width: 25vw;
}
.netSubTtl {
	font-size: 1.25em;
    line-height: 1.5em;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.d-demo__wrap {
	display: flex;
	overflow: hidden;
}
.d-demo__list {
	display: flex;
	list-style: none;
}
.d-demo__list--left {
	animation :infinity-scroll-left 20s infinite linear 0.5s both;
}
.d-demo__item {
	width: calc(100vw / 3.5);
}
.d-demo__item > img{
	width: 100%;
}
@keyframes infinity-scroll-right {
  from {
	  transform: translateX(-100%);
  }
  to {
	  transform: translateX(0%);
  }
}
.d-demo__list--right {
	animation :infinity-scroll-right 25s infinite linear 0.5s both;
}
.red {
	color: #c80000;
}
.txtL {
	font-size: 2em;
	line-height: 1.35em;
}
.newMenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newMenuArea ul li {
	background-image: url("../img/ulbg.jpg");
	display: block;
	border-radius: 10px;
    padding: 2em 0;
}
.mbS {
	margin-bottom: 2.5%;
}
.newMenu img {
	width: 25%;
}
.newMenuArea {
    width: 70%;
}
.newMenuArea ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.075em;
}
.newMenuArea ul li {
	width: 47.5%;
	margin-bottom: 5%;
}
.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;
}
.appBox img {
	height: 50px;
	margin-right: 15px;
}
.appBox p {
	margin-right: 15px;
	font-size: 1.25em;
}
.annotation {
    font-size: 0.8rem;
}
.txt_l {
	display: inline-block;
    text-align: left;
}
.m0auto {
	margin: 0 auto;
}
.nkplusTtl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
}
.nkplusTtl img {
	width: 20vw;
	margin-right: 10px;
}
.serviceBtnWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.serviceBtnWrap a {
	width: 30%;
}
.serviceBtnWrap a img {
	width: 100%;
}
.tvBtn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tvBtn a {
	width: calc(100% / 5);
}
.tvBtn a img {
	width: 100%;
}
.md-inner a img {
	width: 35vw;
    margin: 0 auto;
    display: block;
}
@media screen and (min-width: 1111px) {
.brTab {
	display: none;
}
}
@media screen and (max-width: 1100px) {
footer p {
    font-size: 1em;
}
footer img {
    width: 150px;
}
.register {
	bottom: 5vw;
	width: 15vw;
}
#page-top img {
    width: 12px;
}
#page-top {
    width: 50px;
}
#regular .airDate {
    font-size: 0.85em;
    width: 100%;
    letter-spacing: 0.1em;
}
.brPc {
	display: none;
}
.ttl {
    font-size: 3em;
}
.mapAreaLeft {
    left: 5.5vw;
}
.mapAreaRight {
    right: unset;
    left: 70vw;
}
.mapArea .clock {
    width: 35vw;
}
.mapAreaProgramBox h3 {
    font-size: 0.9em;
    letter-spacing: 0.125em;
}
.mapArea {
    width: 90vw;
}
.mapAreaLeft {
	width: 25vw;
}
.mapAreaRight {
	width: 25vw;
}
.topicsIcon {
    width: 27.5%;
	margin-bottom: 5%;
}
.topicsWrap {
    justify-content: center;
}
.topicsIcon img {
    width: 55%;
}
.pdtb {
	padding: 12.5vw 0;
}
.topicsWrap {
    justify-content: center;
}
.topicsIcon {
    width: 27.5%;
	margin-bottom: 5%;
}
.topicsIcon img {
    width: 55%;
}
.pdtbS {
	padding: 7.5vw 0;
}
.d-demo__item {
    width: calc(100vw / 2.5);
}
.txtGrade h3 {
    font-size: 1.5em;
}
.newMenuArea ul li {
    width: 100%;
}
.newMenuArea {
    width: 55%;
}
.newMenu img {
    width: 40%;
}
.inner {
    width: 90vw;
}
}
@media screen and (max-width: 820px) {
.appBox img {
	height: 35px;
}
}
@media screen and (max-width: 599px) {
.bg_blue2 {
	background-size: 300%;
}
.headerLogo img {
    height: 1.5em;
}
header {
    padding: 1em;
}
#page-top {
    display: none;
}
.register {
    bottom: 2.5vw;
    width: 22.5vw;
    right: 5vw;
}
footer {
    padding: 7.5vw 0 2.5vw 0;
}
footer img {
    width: 125px;
    margin-bottom: 2.5% !important;
}
footer p {
    margin-bottom: 2.5%;
}
.brPc {
	display: none;
}
.brTab {
	display: none;
}
.ttl {
    font-size: 2.5em;
	line-height: 1.125em;
}
.mapAreaLeft {
    width: 90vw;
	margin: 0 auto;
	order: 2;
}
.mapAreaRight {
    width: 90vw;
    margin: 0 auto;
}
.mapArea .clock {
    width: 80vw;
    margin: 0 auto 5vw auto;
}
.mapAreaProgramBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 5vw;
}
.mapAreaProgramBox img {
    width: 32.5vw;
}
.mapAreaProgramBoxTxtWrap {
    width: 52.5vw;
}
.mapAreaProgramBox h3 {
    margin-top: 0;
}
.mapAreaProgramBox:nth-child(3) {
    margin-top: 0;
}
.mapArea {
    padding: 10vw 0 5vw 0;
}
.topicsIcon {
    width: 33%;
}
.topicsIcon img {
    width: 70%;
}
.topicsIcon h4{
	line-height: 1.25em;	
}
.topicsWrap {
    margin-top: 10%;
}
.topicsWrap {
    margin-top: 10%;
}
.topicsIcon {
    width: 33%;
}
.topicsIcon img {
    width: 70%;
}
.topicsIcon h4{
	line-height: 1.25em;	
}
.txtGrade h3 {
    font-size: 1.35em;
}
.txtGrade {
    background-size: 100vw;
}
.newMenu {
    flex-wrap: wrap;
}
.newMenuArea {
    width: 100%;
	order: 2;
	margin-top: 7.5vw;
}
.newMenuArea ul li {
    font-size: 1.125em;
}
.menuIphone {
	width: 60% !important;
	margin: 5% 12.5% 0 27.5%;
}
.appBox {
	display: unset;
}
.appBox p {
	width: 100%;
	margin-bottom: 2.5%;
	margin-top: 5%;
}
.appBox img {
	height: 10vw;
}
.appBox a:nth-child(2) img {
	margin-right: 0;
}
.navNet {
    width: 47.5%;
}
.navTv {
    width: 47.5%;
}
.navCompany {
    width: 100%;
	margin-top: 5%;
}
.nav {
    font-size: 0.875em;
	margin-top: 20%;
}
.nav a {
    padding: 7.5% 0;
}
.nav a img {
    width: 20vw;
}
.onlineLogo img {
    width: 50vw;
}
.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 p {
    font-size: 1.5em;
    text-align: center;
}
.appBox img {
    height: 15vw;
    margin: 5% 0;
}
.appWrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.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;
}
.md-inner p {
	text-align: justify !important;
}
.md-inner h3 {
    text-align: justify !important;
}
.md-inner .btn {
    width: 100%;
    font-size: 1.35em;
    padding: 1em 0;
}
.md-inner .btn:nth-child(3) {
	margin-top: 7.5% !important;
}	
.md-inner p {
    text-align: justify !important;
    margin-top: 10% !important;
}
.md-inner a img {
    width: 100%;
    margin-top: 10% !important;
}
header {
    padding: 1em !important;
}
.headerLogo p {
    font-size: 0.8em;
    line-height: 1.25em;
    margin-left: 1em;
}
header {
    border-top: 5px solid #001e5a;
    padding: 1em 2em;
}
.headerLogo img {
    height: 3em;
}
.headerLogo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
}
@media screen and (min-width: 1101px) {
.tab {
	display: none;
}
.sp {
	display: none;
}
.brSp {
	display: none;
}
}
@media screen and (max-width: 1100px) and (min-width: 600px){
.pc {
	display: none;
}
.sp {
	display: none;
}
.brSp {
	display: none;
}
}
@media screen and (max-width: 599px) {
.pc {
	display: none;
}
.tab {
	display: none;
}
.pctab {
	display: none;
}
}
.footerLogo {
	width: 15vw;
	margin: 0 auto;
}
.footerLogo img {
	width: 100%;
}
.snsWrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.txtC {
	text-align: center;
}
.mtSS {
    margin-top: 1rem !important;
}
.snsWrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.snsWrap ul img {
    width: 4rem;
    margin: 0 1rem;
}
.pbS {
    padding-bottom: 2.5rem !important;
}
.ptM {
    padding-top: 5rem !important;
}
.mtS {
    margin-top: 2.5rem !important;
}
footer {
	background-color: #001e5a;
    letter-spacing: 0.05em;
}
footer p {
	font-family: "Red Hat Display", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1100px) {
.footerBtn {
	width: 50%;
}
.footerLogo {
    width: 20vw !important;
}
}
@media screen and (max-width: 599px) {
.footerBtn {
	width: 100%;
}
.footerLogo {
	width: 36vw !important;
}
.ptM {
	padding-top: 3rem !important;
}
footer p {
	margin-bottom: 0;
}
}