@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;
  z-index: 2;
}
.other__panelVol {
  top: 30px;
}
.other.bio__voice .other__panel{
  padding-top: 60px;

}
/*2025年以降*/
.oriental_bio2025 .other__panelVol div{
  font-size: 24px;
}
.oriental_bio2025 .other__panelVol {
  top: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .other__panelVol {
    left: 35px;
    top: -22px;
    z-index: 2;
  }
}
@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;
  padding-top: 50px;
}
@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;
  }
}

/*--------------オリエンタルバイオ奨学金追加--------*/
br.tab_only{
  display: none;
}
.mv__ttl.bio__ttl{
  font-size: 75px;
  margin-bottom: 0px;
}
.mv.bg_circle{
  width: 100%;
  position: relative;
  padding-bottom: 0;
  z-index: 200;
  /*background-image: url(../img/school/o-bio/bg_dot-b.png);
    background-size: contain;
    background-repeat: repeat;*/
  /* ドット（水玉）模様のCSS */
  background-image   : radial-gradient(#6d7da6 12%, transparent 14%),
                       radial-gradient(#6d7da6 12%, transparent 14%);
  background-position: 0 0, 13.333px 13.333px;
  background-size    : 26.666px 26.666px;

}
.mv-after{
  width: 100%;
    margin-top: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 200;
}
.mv-after::before{
  content: "";
  display: block;
  padding-top:22%; 
}
.mv-after::after{
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  background-image: url(../img/school/o-bio/img-n-flag.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  z-index: 180;
}
.mv-after-font {
  background: #fff;
}
.mv-after-font  .container .mv__lead{  
  margin-top: unset;
  margin-bottom: 40px;
  color: #000;
  position: relative;
    z-index: 300;
}
.main.bio_main{
  
  /*background-image: url(../img/school/o-bio/bg_dot-g.png);
    background-size: contain;
    background-repeat: repeat;*/
  /* ドット（水玉）模様のCSS */
  background-image   : radial-gradient(#ddd 15.333%, transparent 17.333%),
                       radial-gradient(#ddd 15.333%, transparent 17.333%);
  background-position: 0 0, 13.333px 13.333px;
  background-size    : 26.666px 26.666px;
}
.other.bio__voice{
  padding-top: 80px;
 /*padding-bottom: 80px;*/
 padding-bottom: 300px;
}
/*----吹き出し--*/
.other.bio__voice .other__panel {
  height: fit-content;
  padding: 45px 45px 40px;
}
.oriental_bio2025 .other.bio__voice .other__panel {
  height: fit-content;
  padding: 100px 45px 45px 40px;
}
.oriental_bio2025 .other__panelVol span{
  left: 80px;
}
.oriental_bio2025 .other__panelVol span{
  font-size: 60px;
}


  /*----吹き出しごと設定--*/  
.other__panel.fukidasi{
  border-radius: 15px;
  filter:drop-shadow(5px 5px 0 #000);
    transform: translateZ(0);
}
.other.bio__voice .other__panel.fukidasi::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
}
/*----1--*/
.other__panel.fukidasi.-f1::before {
    bottom:-50px;
    left: 45%;
  border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 80px solid #fff;
  border-top: 0;
  transform: rotate(125deg);
}
/*----2--*/
.other__panel.fukidasi.-f2{
  margin-bottom: -130px;
  margin-top: 130px;
}
.other__panel.fukidasi.-f2::before {
    bottom:-50px;
    right: 50%;
  border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 80px solid #fff;
    border-top: 0;
  transform: rotate(232deg);
}
/*----3--*/
.other__panel.fukidasi.-f3::before {
    bottom:-50px;
    left: 70%;
  border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 80px solid #fff;
  border-top: 0;
  transform: rotate(125deg);
}
/*----4--*/
.other__panel.fukidasi.-f4{
  margin-bottom: -130px;
  margin-top: 130px;
}
.other__panel.fukidasi.-f4::before {
    bottom:-50px;
    right: 75%;
  border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 80px solid #fff;
    border-top: 0;
  transform: rotate(232deg);
}
/*----5--*/

.other__panel.fukidasi.-f5::before {
  bottom:-50px;
  left: 45%;
border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 80px solid #fff;
border-top: 0;
transform: rotate(125deg);
}
/*6*/
.other__panel.fukidasi.-f6{
  margin-bottom: -130px;
  margin-top: 130px;
}
.other__panel.fukidasi.-f6::before {
    bottom:-50px;
    right: 75%;
  border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 80px solid #fff;
    border-top: 0;
  transform: rotate(232deg);
}
/*7*/
.other__panel.fukidasi.-f7::before {
  bottom:-50px;
  left: 45%;
border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 80px solid #fff;
border-top: 0;
transform: rotate(125deg);
}

/*8*/
.other__panel.fukidasi.-f8{
  margin-bottom: -130px;
  margin-top: 130px;
}
.other__panel.fukidasi.-f8::before {
    bottom:-50px;
    right: 75%;
  border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 80px solid #fff;
    border-top: 0;
  transform: rotate(232deg);
}
/*9*/
.other__panel.fukidasi.-f9::before {
  bottom:-50px;
  left: 45%;
border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 80px solid #fff;
border-top: 0;
transform: rotate(125deg);
}

/*10*/
.other__panel.fukidasi.-f10{
  margin-bottom: -130px;
  margin-top: 130px;
}
.other__panel.fukidasi.-f10::before {
    bottom:-50px;
    right: 75%;
  border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 80px solid #fff;
    border-top: 0;
  transform: rotate(232deg);
}

/*11*/
.other__panel.fukidasi.-f11{
  margin-bottom: -130px;
  margin-top: 130px;
}
.other__panel.fukidasi.-f11::before {
    bottom:-50px;
    right: 75%;
  border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 80px solid #fff;
    border-top: 0;
  transform: rotate(232deg);
}
/*12*/
.other__panel.fukidasi.-f12{
    margin-bottom: -130px;
    margin-top: 210px;
}
.other__panel.fukidasi.-f12::before {
    bottom:-50px;
    right: 75%;
  border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 80px solid #fff;
    border-top: 0;
  transform: rotate(232deg);
}
.other.bio__voice .other__panel.fukidasi h4 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #3b649d;
}
.other.bio__voice .other__panel.fukidasi li{
  width: 100%;
    padding-left: 1.8em;
  position: relative;
}
.other.bio__voice .other__panel.fukidasi li::after{
  width: 1em;
  height: 1em;
  background-image: url(../img/school/o-bio/icon_check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  content: "";
  display: block;
  position: absolute;
    left: .2rem;
    top: .4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px){
  br.tab_only{
    display: block;
  }
  .mv__ttl.bio__ttl{
    font-size: 55px;
  }  
    
  
  .mv-after{    
    margin-top: 2rem;
  }
  .mv-after span::before {
    right: calc(50% + 2.5em);
  }
  .mv-after span::after {
    left: calc(50% + 2.5em);
  }
  /*----吹き出し--*/
  /*----1--*/
  /*----2--*/
  .other__panel.fukidasi.-f2{
    margin-bottom: -80px;
    margin-top: 80px;
  }
  /*----3--*/
  /*----4--*/
  .other__panel.fukidasi.-f4{
    margin-top: 80px;
  }
  /*----5--*/
}
@media screen and (max-width: 768px) {
  br.tab_only{
    display: none;
  }
  br.sp_only{
    display: block;
  }
  .mv__ttl.bio__ttl{
    font-size: 36px;
    margin-bottom: 20px;
  }
  .mv.bg_circle{    
    /* ドット（水玉）模様のCSS */
  background-image   : radial-gradient(#6d7da6 11.333%, transparent 13.333%),
  radial-gradient(#6d7da6 11.333%, transparent 13.333%);
    background-position: 0 0, 7.333px 7.333px;
    background-size    : 14.666px 14.666px;
  }
  .main.bio_main{
    /* ドット（水玉）模様のCSS */
  background-image   : radial-gradient(#dddddd 11.333%, transparent 13.333%),
  radial-gradient(#dddddd 11.3337%, transparent 13.333%);
    background-position: 0 0, 7.333px 7.333px;
    background-size    : 14.666px 14.666px;
  }
  .mv-after{    
    margin-top: 0;
  }
  .mv-after span{
    font-size:26px;
    text-align: center;
    position: relative;
      top: -200px;
  }
  .main.bio_main{
    /*padding-top: 20px;*/ 
    z-index: 300;
    position: relative;
  }    
  .other.bio__voice{
    padding-top: 60px;
    padding-bottom: 220px;
  }
    /*----吹き出し--*/
  .other.bio__voice .other__panel {
    padding: 35px 35px 30px;
  }

  /*----吹き出しごと設定--*/ 
  /*----1--*/
  /*----2--*/
  .other__panel.fukidasi.-f2{
    margin-bottom: 20px;
    margin-top: 50px;
  }
  /*----3--*/
  /*----4--*/
  .other__panel.fukidasi.-f4{
    margin-bottom: 50px;
    margin-top: 60px;
  }
  .other.bio__voice .other__panel.fukidasi h4 {
    font-size: 14px;
  }
  /*----5--*/
  .other__panel.fukidasi.-f5{
    margin-bottom: 50px;
    margin-top: 60px;
  }
  .other__panel.fukidasi.-f6{
    margin-bottom: 50px;
    margin-top: 60px;
  }
  .other__panel.fukidasi.-f7{
    margin-bottom: 50px;
    margin-top: 60px;
  }
  .other__panel.fukidasi.-f8{
    margin-bottom: 50px;
    margin-top: 60px;
  }
  .other__panel.fukidasi.-f9{
    margin-bottom: 50px;
    margin-top: 60px;
  }
  .other__panel.fukidasi.-f10{
    margin-bottom: 50px;
    margin-top: 60px;
  }
  .other__panel.fukidasi{
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .oriental_bio2025 .other.bio__voice .other__panel {
  
    padding: 80px 45px 45px 40px;
    
  }
  .oriental_bio2025 .other__panelVol {
    top: 30px;
    left: 30px;
}
}