@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;600&display=swap');

/* 教員募集特設ページ */
.o-recruitment {
  font-size: 15px;
  overflow-x: hidden;
  font-family: 'Lato','Noto Sans JP', sans-serif;
}
@media (min-width: 40em) {
  .o-recruitment {
    font-size: 16px;
  }
}
.o-recruitment a:hover {
  text-decoration: none;
}
.o-btnarea {
  width: 100%;
  height: 120px;
  display: flex;
  background: linear-gradient(90deg, #00BEF3 0%, #005BE2 100%);
} 
.o-btn {
  width: 77%;
  height: 50px;
  border: 1px solid #000000;
  background-color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
/*矢印*/
.o-btn::before{
  content: '';
  position: absolute;
  top: 50%;
  right: -21px;
  width: 40px;
  height: 1px;
  background:#000000;
  transition: all .3s;
}
.o-btn::after{
  content: '';
  position: absolute;
  top: 39%;
  right: -23px;
  width: 18px;
  height:1px;
  background:#000000;
  transform: rotate(35deg);
  transition: all .3s;
}
@media (min-width: 40em) {
  .o-btnarea {
    width: 100%;
    height: 240px;
  } 
  .o-btn {
    width: 550px;
    height: 90px;
    font-size: 20px;
  }
  /*矢印*/
  .o-btn::before{
    right: -49px;
    width: 98px;
  }
  .o-btn::after{
    top: 44%;
    right: -49px;
    width: 18px;
  }
  .o-btn:hover::before{
    right:-65px;
  }
  .o-btn:hover::after{
    right:-65px;
  }
}
/* メインビジュアル */
.o-mv {
  display: flex;
  width: 100%;
}
.o-mv__content {
  position: relative;
  width: 100%;
  /*height: 50vh;*/
  height: 425px;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .o-mv__content {
    width: 1600px;
    height: 688px;
    margin: 0 auto;
  }
}
.o-mv__circle {
  position: absolute;
  top: 13vw;
  width: 27vw;
  height: 27vw;
  border-radius: 50%;
}
@media (min-width: 40em) {
  .o-mv__circle {
    top: 58px;
    width: 143px;
    height: 143px;
  }
}
.o-circle__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.o-circle__year {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 4.5vw;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-circle__year {
    top: 35px;
    font-size: 24px;
  }
}
.o-circle__main {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 11.5vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 5.3vw;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-circle__main {
    top: 65px;
    font-size: 30px;
  }
}
.o-mv__textarea {
  position: absolute;
  top: 60vw;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-mv__textarea {
    top: 220px;
    left: 46px;
  }
}
.o-mv__sub {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0.25rem;
}
.o-mv__main {
  font-size: 45px;
  line-height: 50px;
  color: #000;
}
@media (min-width: 40em) {
  .o-mv__sub {
    font-size: 24px;
    line-height: 34px;
  }
  .o-mv__main {
    margin-top: -10px;
    font-size: 94px;
    line-height: 113px;
  }
}
.o-mv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-mv__btnarea {
  height: 80px;
  width: 93%;
  position: absolute;
  right: 0;
  bottom: -65px;
  display: flex;
  background: linear-gradient(90deg, #00BEF3 0%, #005BE2 100%);
}
@media (min-width: 40em) {
  .o-mv__btnarea {
    height: 200px;
    width: 750px;
    bottom: -100px;
  }
}
/* about */
.o-about {
  margin-top: 150px;
  position: relative;
}
@media (min-width: 40em) {
  .o-about {
    margin-top: 270px;
  }
}
.o-about--bg {
  font-size: 35px;
  font-size: 60px;
  font-weight: bold;
  line-height: 45px;
  color: #E7EBF3;
  position: absolute;
  top: -40px;
  left: -10px;
}
@media (min-width: 40em) {
  .o-about--bg {
    font-size: 150px;
    line-height: 150px;
    top: -116px;
    left: -50px;
  }
}
.o-about__head {
  text-align: center;
  z-index: 2;
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 40em) {
  .o-about__head {
    margin-top: 90px;
    margin-bottom: 0;
  }
}
.o-about__head--title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
}
@media (min-width: 40em) {
  .o-about__head--title {
    font-size: 44px;
  }
}
.o-about__head--text1 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 16px;
}
@media (min-width: 40em) {
  .o-about__head--text1 {
    font-size: 22px;
    margin-top: 31px;
    margin-bottom: 25px;
  }
}
.o-about__head--text2 {
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 40em) {
  .o-about__head--text2 {
    font-size: 17px;
  }
}

/* ポイント */
.o-point {
  position: relative;
}
@media (min-width: 40em) {
  .o-point {
    margin-top: 128px;
  }
}
.o-point__content {
  margin: 2rem 0 3rem;
}
@media (min-width: 40em) {
  .o-point__content {
    padding-right: 50px;
    margin: 0;
  }
  .even_num .o-point__content {
    padding-right: 0;
    padding-left: 45px;
  }
}
.o-point__num {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #8BA0B9;
  margin-top: 1rem;
}
.o-point__num .o-big_num {
  font-size: 36px;
  margin-left: 8px;
}
.o-point__num::after {
  content: '';
  display: block;
  background-color: #8BA0B9;
  height: 2px;
  width: 30px;
  position: relative;
  left: 0;
  bottom: 8px;
}
@media (min-width: 40em) {
  .o-point__num {
    font-size: 30px;
    margin-top: 0;
  }
  .o-point__num .o-big_num {
    font-size: 85px;
    margin-left: 8px;
  }
  .o-point__num::after {
    height: 4px;
    width: 55px;
    left: 0;
    bottom: 10px;
  }
}
.o-point__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (min-width: 40em) {
  .o-point__title {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 47px;
  }
}
.o-point__img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 635/365;
  margin-top: 35px;
}
@media (min-width: 64em) {
  .o-point__img {
    width: 635px;
    height: auto;
    aspect-ratio: 635/365;
    margin-right: -85px;
    margin-top: 72px;
  }
  .even_num .o-point__img {
    margin-right: 0;
    margin-left: -85px;
  }
}
.o-point__img::before {
  content: '';
  display: block;
  width: 40vw;
  height: 40vw;
  background: linear-gradient(90deg, #00BEF3 0%, #005BE2 100%);
  position: absolute;
  top: -8vw;
  right: -4vw;
  z-index: -1;
}
@media (min-width: 40em) {
  .o-point__img::before {
    content: '';
    display: block;
    width: 249px;
    height: 249px;
    background: linear-gradient(90deg, #00BEF3 0%, #005BE2 100%);
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1;
  }
  .even_num .o-point__img::before {
    right: auto;
    left: -50px;
  }
}
.o-point__img::after {
  content: '';
  display: block;
  width: 8vw;
  height: 8vw;
  background: linear-gradient(90deg, #00BEF3 0%, #005BE2 100%);
  position: absolute;
  bottom: -4vw;
  left: 5vw;
}
@media (min-width: 40em) {
  .o-point__img::after {
    width: 63px;
    height: 63px;
    bottom: -33px;
    left: 30px;
  }
  .even_num .o-point__img::after {
    left: auto;
    right: 30px;
  }
}
.o-point__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-point__list {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
@media (min-width: 40em) {
  .o-point__list {
    margin-bottom: 20px;
  }
}
.o-point__list::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  background-color: #8BA0B9;
  position: absolute;
  left: 0;
  top: 4px;
}
/* 福利厚生 */
.o-welfare {
  margin-top: 16px;
  margin-bottom: 40px;
}
.o-welfare_heading {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #536E81;
}
@media (min-width: 40em) {
  .o-welfare {
    margin-top: 100px;
    margin-bottom: 115px;
  }
  .o-welfare_heading {
    font-size: 30px;
  }
}
.o-welfare_heading::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #8BA0B9;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.o-welfare_heading span {
  padding: 0 22px;
  background-color: #ffffff;
}
.o-welfare_text {
  text-align: center;
  margin: 8px 0 40px;
  line-height: 1.8;
}
@media (min-width: 40em) {
  .o-welfare_text {
    margin: 30px 0 50px;
  }
}
.o-welfare_item {
  border: 4px solid #DEE6EF;
  text-align: center;
  padding: 12px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #536E81;
}
/* インタビュー */
.o-interview {
  padding-top: 100px;
}
@media (min-width: 40em) {
  .o-interview {
    padding-top: 170px;
  }
}
.o-interview__heading {
  font-size: 20px;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 40em) {
  .o-interview__heading {
    font-size: 38px;
    margin-bottom: 38px;
  }
}
.o-interview__main {
  padding: 30px 0 70px;
  background: linear-gradient(90deg, #00BEF3 0%, #005BE2 100%);
  position: relative;
}
@media (min-width: 40em) {
  .o-interview__main {
    padding: 60px 0 70px;
  }
}
.o-interview__content {
  position: relative;
  z-index: 1;
}
.o-interview__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DEE6EF;
  width: 100%;
  height: 170px;
}
@media (min-width: 40em) {
  .o-interview__bg {
    height: 336px;
  }
}
.o-interview__bg--text {
  font-size: 60px;
  font-weight: bold;
  line-height: 1em;
  color: #E7EBF3;
  position: absolute;
  top: -70px;
  right: 10px;
  z-index: -10;
}
@media (min-width: 40em) {
  .o-interview__bg--text {
    font-size: 150px;
    line-height: 150px;
    top: -133px;
    right: 10px;
  }
}
.o-interview__tabs {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 40em) {
  .o-interview__tabs {
    margin-top: 63px;
    margin-bottom: 53px;
  }
}
.o-interview__tab {
  border: 1px solid #0061E3;
  border-left: none;
  font-size: 16px;
  font-weight: bold;
  color: #0061E3;
  background-color: #ffffff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 40em) {
  .o-interview__tab {
    font-size: 18px;
    line-height: 60px;
  }
}
.o-interview__tab:first-of-type{
  border-left: 1px solid #0061E3;
}
.select.o-interview__tab {
  color: #ffffff;
  background-color: #0061E3;
}
.select.o-interview__tab::after {
  content: '';
  background: #0061E3;
  height: 14px;
  width: 17px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.o-interview__items {
  display: none;
}
.select.o-interview__items {
  display: flex;
}
.o-interview__item {
  overflow-y: hidden;
}
.o-interview__item__img {
  width: 100%;
  height: auto;
  aspect-ratio: 513/342;
  position: relative;
}
.o-interview__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-interview__img--text {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 90, 188, 0.8);
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 16px;
}
@media (min-width: 40em) {
  .o-interview__img--text {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 30px;
  }
}
.o-affiliation {
  font-size: 15px;
  font-weight: bold;
}
.o-name {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-affiliation {
    font-size: 17px;
  }
  .o-name {
    font-size: 24px;
  }
}
.o-interview__textarea {
  background-color: #ffffff;
  padding: 0 16px 20px 16px;
}
@media (min-width: 40em) {
  .o-interview__textarea {
    height: 100%;
  }
}
@media (min-width: 64em) {
  .o-interview__textarea {
    padding: 0 32px 36px 23px;
    height: calc(100% - 350px);
  }
}
.o-interview__title {
  color: #005ABC;
  font-size: 18px;
  font-weight: bold;
  padding-top: 18px;
  margin-bottom: 6px;
}
@media (min-width: 40em) {
  .o-interview__title {
    font-size: 20px;
    padding-top: 32px;
    margin-bottom: 10px;
  }
}
.o-interview__text {
  line-height: 1.8;
}
/* スケジュール */
.o-schedule {
  padding-top: 35px;
  padding-bottom: 82px;
}
@media (min-width: 40em) {
  .o-schedule {
    padding-top: 98px;
    padding-bottom: 82px;
  }
}
.o-schedule__heading {
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}
@media (min-width: 40em) {
  .o-schedule__heading {
    font-size: 38px;
  }
}
.o-schedule__heading--en {
  font-size: 15px;
  font-weight: 600;
  color: #8BA0B9;
  text-align: center;
  padding-top: 0.5rem;
}
@media (min-width: 40em) {
  .o-schedule__heading--en {
    font-size: 20px;
  }
}
.o-schedule__content {
  margin-top: 22px;
  margin-bottom: 35px;
}
@media (min-width: 40em) {
  .o-schedule__content {
    margin-top: 70px;
    margin-bottom: 35px;
  }
}
.o-schedule__item--margin {
  margin-right: -22.5px;
  margin-left: -22.5px;
  margin-bottom: -3rem;
}
.o-schedule__item {
  position: relative;
  text-align: center;
  padding-right: 22.5px;
  padding-left: 22.5px;
  margin-bottom: 3rem;
}
.o-schedule__date {
  background-color: #0061E3;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  margin: 0 18vw -15px;
  z-index: 2;
  position: relative;
}
@media (min-width: 40em) {
  .o-schedule__date {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 0;
    margin: 0;
    z-index: 2;
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 53%;
  }
}
.o-schedule__text {
  background-color: #DEE6EF;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  padding: 2rem 10px;
  position: relative;
}
@media (min-width: 40em) {
  .o-schedule__text {
    min-height: 184px;
    height: calc(100% - 44px);
    font-size: 18px;
    padding: 1rem 10px;
  }
}
.o-schedule__text::before {
  content: "";
  background: #BEBEBE;
  height: 20px;
  width: 30px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 40em) {
  .o-schedule__text::before {
    content: none;
  }
  .o-schedule__text::after {
    content: "";
    background: #BEBEBE;
    height: 26px;
    width: 16px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .o-schedule__item:nth-of-type(5) .o-schedule__text::after {
    content: none;
  }
}
.o-schedule__item:last-of-type .o-schedule__text::after,
.o-schedule__item:last-of-type .o-schedule__text::before {
  content: none;
}
.o-schedule__one_word {
  font-size: 18px;
}
/* ヘッダー */
.o-header--rec {
  line-height: 77px;
  position: relative;
}
.o-header--rec__logo {
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 40em) {
  .o-header--rec__logo {
    font-size: min(2.5vw,22px);
  }
}
.o-in-page-links {
  margin-left: auto;
  background-color: #ffffff;
  /* color: #ffffff; */
  width: 80%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  transition: 0.4s;
  padding: 4rem 0;
  z-index: 10;
}
.open.o-in-page-links {
  right: 0;
}
.o-in-page-link {
  font-size: 16px;
  font-weight: bold;
  margin: auto 0 auto 20px;
  cursor: pointer;
  display: block;
  color: #000000;
  border-top: 1px solid #8BA0B9;
}
@media (min-width: 40em) {
  .o-in-page-links {
    background-color: #ffffff;
    color: #000000;
    display: flex;
    position: relative;
    right: 0;
    width: auto;
    padding: 0;
    z-index: 1;
    width: auto;
    height: auto;
  }
  .o-in-page-link {
    font-size: min(1.5vw,16px);
    font-weight: bold;
    margin: auto min(1vw,20px);
    color: #000000;
    display: inline;
    border: none;
  }
}
.o-in-page-link:last-of-type {
  margin-right: 0;
}
.o-dumy {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.o-dumy.active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 40em) {
  .o-dumy {
    display: none;
  }
}
/* ハンバーガー */
.o-hamburger {
  position: relative;
  cursor: pointer;
  width: 50px;
  height:50px;
  z-index: 20;
  margin: auto 0 auto auto;
}
@media (min-width: 40em) {
  .o-hamburger{
    display: none;
  }
}
.o-hamburger .o-hamburger-area {
  transition: all .4s;
}
.o-hamburger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #8BA0B9;
  width: 45%;
}
.o-hamburger span:nth-of-type(1) {
  top:15px; 
}
.o-hamburger span:nth-of-type(2) {
  top:23px;
}
.o-hamburger span:nth-of-type(3) {
  top:31px;
}
/*activeクラスが付与されると
線と周りのエリアが回転して×になる*/
.o-hamburger.active .o-hamburger-area{
  transform: rotateY(-360deg);
}
.o-hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.o-hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.o-hamburger.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
.o-hamburger.active {
  position: fixed;
  right: 10px;
  top: 10px;
}
/* フッター */
.o-footer--rec {
  width: 100%;
  font-size: 13px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  padding: 1rem;
}
@media (min-width: 40em) {
  .o-footer--rec {
    height: 95px;
    padding: 0;
  }
}