@charset "UTF-8";

/*nissan font*/
@font-face {
  font-display: swap;
  font-family: "Nissan Regular";
  font-style: normal;
  font-weight: 500;
  src: url(../../../../wp-content/themes/nissan/font/NissanBrandW02Regular.woff2) format("woff2"), url(../../../wp-content/themes/nissan/font/NissanBrandW02Regular.woff) format("woff"), url(../../../wp-content/themes/nissan/font/NissanBrandW02Regular.ttf) format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Nissan Bold";
  font-style: normal;
  font-weight: 700;
  src: url(../../../../wp-content/themes/nissan/font/NissanBrandW02Bold.woff2) format("woff2"), url(../../../wp-content/themes/nissan/font/NissanBrandW02Bold.woff) format("woff"), url(../../../wp-content/themes/nissan/font/NissanBrandW02Bold.ttf) format("truetype");
}

body {
  font-family: "Nissan Regular", Verdana, "Hiragino Kaku Gothic ProN", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  text-size-adjust: 100%;
}

main {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

small {
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media all and (min-width: 769px) {
  .container {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.footer {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .footer {
    height: 60px;
  }
}

.footer__logoNissan {
  left: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer__logoNissan {
    left: -10px;
  }
}

.footer__logoNissan img {
  width: 51px;
}

.footer__copyright {
  font-family: "Nissan Regular";
  font-size: 12px;
  letter-spacing: .125em;
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
    line-height: 1.4;
    padding-left: 65px;
    right: 0;
  }
}

.header {
  height: 85px;
}
@media screen and (max-width: 768px) {
  .header {
    height: 40px;
  }
}

.header__logoSchool {
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header__logoSchool {
    left: 0;
  }
}

.header__logoSchool img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .header__logoSchool img {
    width: 150px;
  }
}

.header__logoHome {
  position: absolute;
  right: 20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header__logoHome {
    right: 0;
  }
}

.header__logoHome img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .header__logoHome img {
    width: 90px;
  }
}

.insert__img img {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  vertical-align: bottom;
  width: 100%;
}

.insert__middle {
  background-color: #3b649d;
  margin-bottom: .694vw;
  margin-top: .694vw;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .insert__middle {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .insert__middle {
    margin-bottom: 1.2vw;
    margin-top: 1.1vw;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.insert__txt {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .insert__txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .insert__txt {
    font-size: 20px;
  }
}

.other {
  padding-bottom: 200px;
  padding-top: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .other {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .other {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media all and (min-width: 769px) {
  .other__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.other__linkBtn {
  background-color: #221914;
  color: #fff;
  display: block;
  flex-basis: calc(50% - 10px);
  font-size: 20px;
  font-family: "Nissan Bold", Verdana, "Hiragino Kaku Gothic ProN", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 20px;
  max-width: calc(50% - 10px);
  padding: 15px;
  text-align: center;
  text-decoration: none;;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .other__linkBtn {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .other__linkBtn {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    padding: 10px;
  }
}
.other__margin {
 margin-top: 160px;
}
.other__voicesTtl {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 80px;
  padding-top: 60px;
  position: relative;
  text-align: center;;
}
@media screen and (min-width: 769px) {
  #voice2 {
    padding-top: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .other__voicesTtl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .other__voicesTtl {
    font-size: 15px;
    margin-bottom: 60px;
    padding-top: 40px;
  }
  .other__margin {
    margin-top: 0;
  }
}

.other__voicesTtl::after {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  bottom: -20px;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 400px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .other__voicesTtl::after {
    bottom: -16px;
    height: 4px;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .other__voicesTtl::after {
    bottom: -12px;
    height: 3px;
    width: 200px;
  }
}

@media all and (min-width: 769px) {
  .other__voicesCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.other__voicesCol + .other__voicesCol {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .other__voicesCol + .other__voicesCol {
    margin-top: 40px;
  }
}

.other__panel {
  background-color: #fff;
  padding: 60px 60px 45px;
  position: relative;
}
@media all and (min-width: 769px) {
  .other__panel {
    width: calc(50% - 1.388vw);
  }
  .other__panel.-even {
    margin-bottom: -130px;
    margin-top: 130px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .other__panel {
    padding: 50px 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .other__panel {
    padding: 25px 15px 20px;
  }
  .other__panel.-odd {
    margin-right: 20px;
  }
  .other__panel.-even {
    margin-left: 20px;
  }
  .other__panel + .other__panel {
    margin-top: 40px;
  }
}

.other__panelVol {
  font-family: "Nissan Regular";
  font-style: italic;
  left: 50px;
  position: absolute;
  top: -25px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .other__panelVol {
    left: 35px;
    top: -22px;
  }
}
@media screen and (max-width: 768px) {
  .other__panelVol {
    left: 10px;
    top: -12px;
  }
}

.other__panelVol div {
  font-size: 24px;
  line-height: 1.083;
  padding-left: 20px;
  text-indent: -20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .other__panelVol div {
    font-size: 20px;
    padding-left: 18px;
    text-indent: -14px;
  }
}
@media screen and (max-width: 768px) {
  .other__panelVol div {
    font-size: 12px;
    padding-left: 15px;
    text-indent: -10px;
  }
}

.other__panelVol span {
  font-size: 90px;
  left: 100px;
  position: absolute;
  top: -30px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .other__panelVol span {
    font-size: 75px;
    left: 80px;
    top: -25px;
  }
}
@media screen and (max-width: 768px) {
  .other__panelVol span {
    font-size: 45px;
    left: 55px;
    top: -15px;
  }
}

.other__panelTxt {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .other__panelTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .other__panelTxt {
    font-size: 12px;
  }
}

.main {
  background-color: #efefef;
}

.mv {
  background-color: #3b649d;
  padding-bottom: 48px;
  padding-top: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}

.mv__subTtl {
  color: #fff;
  font-size: 20px;
  letter-spacing: .095em;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .mv__subTtl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .mv__subTtl {
    font-size: 14px;
    line-height: 1.714;
  }
}

.mv__ttl {
  color: #fff;
  font-size: 100px;
  font-weight: bold;
  letter-spacing: .075em;
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .mv__ttl {
    font-size: 72px;
  }
}
@media screen and (max-width: 768px) {
  .mv__ttl {
    font-size: 36px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 374px) {
  .mv__ttl {
    font-size: 9vw;
  }
}

.mv__ttl span {
  color: #fff;
  display: block;
  font-family: "Nissan Regular";
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: .095em;
  margin-top: 10px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .mv__ttl span {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .mv__ttl span {
    font-size: 25px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 374px) {
  .mv__ttl span {
    font-size: 6vw;
  }
}

.mv__ttl span::before,
.mv__ttl span::after {
  background-color: #fff;
  color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 260px;
}
.mv__ttl span::before {
  right: calc(50% + 120px);
}
.mv__ttl span::after {
  left: calc(50% + 120px);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .mv__ttl span::before,
  .mv__ttl span::after {
    width: 180px;
  }
  .mv__ttl span::before {
    right: calc(50% + 90px);
  }
  .mv__ttl span::after {
    left: calc(50% + 90px);
  }
}
@media screen and (max-width: 768px) {
  .mv__ttl span::before,
  .mv__ttl span::after {
    width: 90px;
  }
  .mv__ttl span::before {
    right: calc(50% + 50px);
  }
  .mv__ttl span::after {
    left: calc(50% + 50px);
  }
}
@media screen and (max-width: 374px) {
  .mv__ttl span::before,
  .mv__ttl span::after {
    width: 18vw;
  }
  .mv__ttl span::before {
    right: calc(50% + 12vw);
  }
  .mv__ttl span::after {
    left: calc(50% + 12vw);
  }
}

.mv__ttl img {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 769px) {
  .mv__ttl img {
    width: 904px;
  }
}
@media screen and (max-width: 768px) {
  .mv__ttl img {
    max-width: 321px;
  }
}

.mv__lead {
  color: #fff;
  font-size: 19px;
  letter-spacing: .08em;
  line-height: 1.8;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .mv__lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mv__lead {
    font-size: 12px;
    margin-top: 20px;
  }
}

.school {
  padding-bottom: 100px;
  padding-top: 120px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .school {
    padding-bottom: 80px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .school {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}

.school__panel {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .school__panel {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.school__panel + .school__panel {
  margin-top: 85px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .school__panel + .school__panel {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .school__panel + .school__panel {
    margin-top: 60px;
  }
}

.school__panelLabel {
  align-items: center;
  background-color: #68a9cf;
  -webkit-box-align: center;
  color: #fff;
  display: flex;
  -ms-flex-align: center;
  font-size: 40px;
  height: 70px;
  justify-content: center;
  left: 0;
  letter-spacing: .2em;
  position: absolute;
  top: -35px;
  width: 300px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .school__panelLabel {
    font-size: 30px;
    height: 60px;
    top: -30px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .school__panelLabel {
    font-size: 18px;
    height: 40px;
    top: -20px;
    width: 130px;
  }
}

@media all and (min-width: 769px) {
  .school__panelCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 50px 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .school__panelCol {
    padding: 60px 30px 30px;
  }
}

.school__panelInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media all and (min-width: 769px) {
  .school__panelInner {
    width: calc(50% - 20px);
  }
  .school__panelInner:nth-child(even) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .school__panelInner {
    padding: 40px 0 35px 20px;
  }
  .school__panelInner:nth-child(even) {
    flex-direction: row-reverse;
  }
  .school__panelInner:nth-child(n + 2) {
    padding: 0 20px 35px 0;
  }
}

.school__panelTxt {
  font-size: 14px;
  /* letter-spacing: .1em; */
  line-height: 1.8;
  padding-bottom: 35px;
  width: calc(100% - 190px);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .school__panelTxt {
    font-size: 13px;
    width: calc(100% - 145px);
  }
}
@media screen and (max-width: 768px) {
  .school__panelTxt {
    font-size: 12px;
    padding-bottom: 0;
    width: calc(100% - 135px);
  }
}

.school__panelImg {
  width: 178px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .school__panelImg {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .school__panelImg {
    width: 115px;
  }
}

.school__panelProf {
  bottom: 0;
  font-size: 14px;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .school__panelProf {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .school__panelProf {
    bottom: 20px;
    font-size: 12px;
    right: 20px;
  }
}

.wrap {
  overflow-y: hidden;
}

.back-number{
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .back-number{
    margin-bottom: 50px;
  }
}

.back-number span:first-of-type{
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "Nissan Regular";
  font-style: italic;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .back-number span:first-of-type{
    font-size: 17px;
  }
}

.back-number span:last-of-type{
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.back-number__item{
  display: inline-block;
  margin-top: 10px;
  background-color: black;
  padding: 5px 15px;
}
.back-number__item a{
  font-size: 13px;
  color: white;
}

.vol {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 20px;
  /* background-color: #C90028; */
}
.vol .edition span {
  font-weight: 400;
  color: black;
  font-size: 16px;
  font-family: "Nissan Regular", Verdana, "Hiragino Kaku Gothic ProN", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 768px) {
  .vol .edition span {
    font-size: 12px;
  }
}