/* Webフォントを定義 
@font-face {
  font-family: 'PoiretOne'; 
  /* フォーマットごとにパスを指定
  src: url('../fonts/PoiretOne-Regular.ttf') format('truetype');
  src: url('../fonts/PoiretOne-Regular.woff') format('woff');
}
*/

html, body {
  scroll-behavior: smooth;
}

* {
    font-size: 13px;
    font-style: normal;
    font-family: "M PLUS Rounded 1c";
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
}

/* 切り分け */
.when-sp{
    display: block;
    visibility: visible;
}

.when-pc{
    display: none;
    visibility: hidden;
}

@media (min-width: 841px) {
.when-sp{
    display: none;
    visibility: hidden;
}
.when-pc{
    display: block;
    visibility: visible;
}
}
/* 切り分け */

a {
    color: #000 !important;
    transition: .5s;
}

a:hover {
    opacity: 0.95;
    text-decoration: underline;
}

.header-band {
  background-color: #0084d5;
}

.nsc_logo {
  width: 220px;
  padding: 10px 0;
}

.key-visual {
  position: relative;
}

.fv-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nsc-title {
  width: 60%;
  padding: 25px;
  margin: 22vw auto 0 auto;
  background-color: #fff;
  border-radius: 20px;
  z-index: 10;
  position: inherit;
}

.nsc-title img {
  width: 100%;
}

@media (min-width: 841px) {
.nsc-title {
  width: 740px;
  padding: 25px;
  margin: 210px auto 0 auto;
  background-color: #fff;
  z-index: 10;
  position: inherit;
}
}

.sub-title {
  font-size: 24px;
  color: #003160;
  line-height: 1.6em;
  z-index: 10;
  position: inherit;
  width: 98%;
  margin: 70vw auto 0 auto;
  font-weight: 700;
}

@media (min-width: 841px) {
.sub-title {
  font-size: 50px;
  color: #003160;
  line-height: 1.6em;
  z-index: 10;
  position: inherit;
  width: 840px;
  margin: 25vw auto 0 auto;
  font-weight: 700;
}
}

.sub-description {
  font-size: 18px;
  color: #003160;
  z-index: 10;
  position: inherit;
  width: 98%;
  margin: 50px auto 0 auto;
}

@media (min-width: 841px) {
.sub-description {
  font-size: 20px;
  color: #003160;
  z-index: 10;
  position: inherit;
  width: 840px;
  margin: 50px auto 0 auto;
} 
}

.img-flex {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  width: 840px;
  z-index: 10;
  position: inherit;
}

.img-flex_single {
  width: 32%;
}

.img--single {
  width: 100%;
  border-radius: 10px;
}

.img-positioning {
  position: relative;
  width: 100%;
  height: 85vw;
  margin-top: 0;
  z-index: 10;
}

.img-ps_single1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  z-index: 12;
}

.img-ps_single2 {
  position: absolute;
  top: 20vw;
  right: 0;
  width: 60%;
  z-index: 11;
}

.img-ps_single3 {
  position: absolute;
  bottom: 0;
  left: 4vw;
  width: 60%;
  z-index: 12;
}

.about-balanceseminor {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 841px) {
.about-balanceseminor {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
}

.about-balance-desc {
  color: #fff;
  font-size: 18px;
  margin: 50px auto 0 auto;
  width: 100%;
}

@media (min-width: 841px) {
.about-balance-desc {
  color: #fff;
  font-size: 20px;
  margin: 50px auto 0 auto;
  width: 840px;
}
}

.arrow-area {
  width: 98%;
  box-sizing: border-box;
  margin: 60px auto 0 auto;
}
@media (min-width: 841px) {
.arrow-area {
  width: 680px;
  box-sizing: border-box;
  margin: 60px auto 0 auto;
}
}

.arrow-point {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media (min-width: 841px) {
.arrow-point {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
}

.arrow-img {
  width: 70%;
}

.point-table tr td {
  height: 65px;
}
@media (min-width: 841px) {
.point-table tr td {
  height: 100px;
}
}

.green-band {
  background-color: #06B05E;
  padding: 55px 15px 15px 15px;
  margin-top: 120px;
}
.month-title {
  position: relative;
}
@media (min-width: 841px) {
.green-band {
  background-color: #06B05E;
  padding: 30px 0;
  margin-top: 120px;
}
.month-title {
  position: relative;
}
}

.month-img {
  position: absolute;
  top: -28vw;
  bottom: unset;
  left: 10px;
  z-index: 15;
  width: 90px;
}
@media (min-width: 841px) {
.month-img {
  position: absolute;
  top: unset;
  bottom: 5px;
  left: -80px;
  z-index: 15;
  width: 130px;
}
}

.genre-sp {
  display: block;
  width: 100%;
  padding: 3px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #06B05E;
}

.month-title-txt {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 841px) {
.genre-pc {
  display: inline-block;
  width: auto;
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 0;
  text-align: center;
  margin: 0 10px 0 0;
  font-size: 18px;
  color: #06B05E;
}
.genre-sp {
  display: none;
}

.month-title-txt {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
}
}

.seminor-description {
  font-size: 18px;
  color: #003160;
  margin-top: 50px;
}

.date-place {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.date-place tr td {
  font-size: 16px;
  color: #003160;
}

@media (min-width: 841px) {
.seminor-description {
  font-size: 20px;
  color: #003160;
  margin-top: 50px;
}

.date-place {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.date-place tr td {
  font-size: 20px;
  color: #003160;
}
}

.teacher-img {
  width: 100%;
  border-radius: 10px;
}

.teacher-profile {
  color: #06B05E;
  font-size: 14px;
  font-weight: 900;
}

.teacher-name {
  margin-top: 16px;
  font-size: 20px;
  color: #003160;
}

.teacher-whois {
  margin-left: 10px;
  color: #003160;
  font-size: 13px;
}

.sns-link {
  margin-top: 20px;
}

.sns-icon {
display: inline-block;
  width: 15px;
  margin-right: 10px;
}

.about-her {
  margin-top: 20px;
  font-size: 16px;
  color: #003160;
}
.about-her-desc {
  margin-top: 20px;
  font-size: 14px;
  color: #003160;
}
@media (min-width: 841px) {
.about-her {
  margin-top: 20px;
  font-size: 13px;
  color: #003160;
}
.about-her-desc {
  margin-top: 20px;
  font-size: 13px;
  color: #003160;
}
}

.btn-outline-success {
  display: inline-block;
  width: 100%;
  padding: 15px 0 !important;
  margin-top: 40px;
  border-radius: 20px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #06B05E !important;
  border: 2px solid #06B05E !important;
}

.btn-outline-success:hover {
  color: #fff !important;
}

.btn-outline-secondary {
  display: inline-block;
  width: 100%;
  padding: 15px 0 !important;
  margin-top: 40px;
  border-radius: 20px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #A0A0A0 !important;
  border: 2px solid #A0A0A0 !important;
  transition: .5s;
}

.btn-outline-secondary:hover {
  color: #A0A0A0 !important;
  background-color: #fff !important;
  opacity: 0.3;
}

.tomap a {
  color: #003160 !important;
  font-size: 12px;
}

.faq-toi {
  font-size: 20px;
  color: #003160;
  font-weight: 700;
  margin-top: 50px;
}

.question {
  font-size: 30px;
  color: #003160;
}

.faq-answer {
  margin-left: 0;
}
@media (min-width: 841px) {
.faq-answer {
  margin-left: 30px;
}
}

.faq-answer tr td {
  color: #003160;
  font-size: 20px;
}

.footer-title {
  color: #fff;
  font-size: 24px;
}
.footer-info {
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
}
@media (min-width: 841px) {
.footer-title {
  color: #fff;
  font-size: 50px;
}
.footer-info {
  color: #fff;
  font-size: 24px;
  margin-top: 50px;
}
}