@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* reset
--------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  font: inherit;
}

body, p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body, p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

h1, h2, h3, h4 {
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  h1, h2, h3, h4 {
    line-height: 1.4;
  }
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  word-break: break-all;
}

img {
  display: block;
  border-style: none;
  max-width: 100%;
  width: 100%;
  height: auto;
}

:focus {
  border-style: none;
  outline: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

article {
  overflow-wrap: break-word;
  overflow: hidden;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
.page_stem_wrapper, .stem_header {
  overflow-wrap: break-word;
  /* デフォルトでは Noto Sans JP を使用 */
}
.page_stem_wrapper html, .stem_header html {
  font-size: 10px;
}
.page_stem_wrapper body, .page_stem_wrapper ul, .page_stem_wrapper ol, .page_stem_wrapper dl, .page_stem_wrapper li, .page_stem_wrapper dt, .page_stem_wrapper dd, .page_stem_wrapper p, .page_stem_wrapper div, .page_stem_wrapper span, .page_stem_wrapper img, .page_stem_wrapper svg, .page_stem_wrapper a, .page_stem_wrapper table, .page_stem_wrapper tr, .page_stem_wrapper th, .page_stem_wrapper td, .page_stem_wrapper figure, .page_stem_wrapper select, .page_stem_wrapper input, .page_stem_wrapper textarea, .page_stem_wrapper label, .stem_header body, .stem_header ul, .stem_header ol, .stem_header dl, .stem_header li, .stem_header dt, .stem_header dd, .stem_header p, .stem_header div, .stem_header span, .stem_header img, .stem_header svg, .stem_header a, .stem_header table, .stem_header tr, .stem_header th, .stem_header td, .stem_header figure, .stem_header select, .stem_header input, .stem_header textarea, .stem_header label {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #0b0b0b;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper body, .page_stem_wrapper ul, .page_stem_wrapper ol, .page_stem_wrapper dl, .page_stem_wrapper li, .page_stem_wrapper dt, .page_stem_wrapper dd, .page_stem_wrapper p, .page_stem_wrapper div, .page_stem_wrapper span, .page_stem_wrapper img, .page_stem_wrapper svg, .page_stem_wrapper a, .page_stem_wrapper table, .page_stem_wrapper tr, .page_stem_wrapper th, .page_stem_wrapper td, .page_stem_wrapper figure, .page_stem_wrapper select, .page_stem_wrapper input, .page_stem_wrapper textarea, .page_stem_wrapper label, .stem_header body, .stem_header ul, .stem_header ol, .stem_header dl, .stem_header li, .stem_header dt, .stem_header dd, .stem_header p, .stem_header div, .stem_header span, .stem_header img, .stem_header svg, .stem_header a, .stem_header table, .stem_header tr, .stem_header th, .stem_header td, .stem_header figure, .stem_header select, .stem_header input, .stem_header textarea, .stem_header label {
    font-size: 16px;
  }
}
.page_stem_wrapper h1, .page_stem_wrapper h2, .page_stem_wrapper h3, .page_stem_wrapper h4, .stem_header h1, .stem_header h2, .stem_header h3, .stem_header h4 {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #0b0b0b;
  letter-spacing: 0.1em;
}
.page_stem_wrapper a, .stem_header a {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.page_stem_wrapper p, .stem_header p {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.page_stem_wrapper .russo-one-regular, .stem_header .russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 共通
--------------------------------------------------*/
/* カラー */
.page_stem_wrapper {
  /* ページリンク */
}
.page_stem_wrapper .pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .pc_none {
    display: block;
  }
}
.page_stem_wrapper .sp_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sp_none {
    display: none;
  }
}
.page_stem_wrapper .sm_none {
  display: block;
}
@media screen and (max-width: 413px) {
  .page_stem_wrapper .sm_none {
    display: none;
  }
}
.page_stem_wrapper .sm-view {
  display: none;
}
@media screen and (max-width: 413px) {
  .page_stem_wrapper .sm-view {
    display: block;
  }
}
.page_stem_wrapper .small_title {
  letter-spacing: 0.12em;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  position: relative;
  padding: 0 18px;
  display: inline-block;
}
.page_stem_wrapper .small_title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #f13347;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page_stem_wrapper .small_title::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #f13347;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page_stem_wrapper .small_title_center {
  text-align: center;
}
.page_stem_wrapper .btn {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .btn {
    width: 90%;
    max-width: 320px;
  }
}
.page_stem_wrapper .btn a {
  position: relative;
  top: 0;
  display: block;
  padding: 25px;
  border: 3px solid #f13347;
  background-color: #fff;
  box-shadow: 0 9px #f13347;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.page_stem_wrapper .btn a:hover {
  top: 9px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 #f13347;
}
.page_stem_wrapper .btn a span {
  font-size: 15px;
  font-weight: 700;
  padding: 0 18px;
  display: inline-block;
  position: relative;
}
.page_stem_wrapper .btn a span::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #f13347;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page_stem_wrapper hr {
  margin: 0;
  border: none;
}

/*--------------------------------------------------*/
/* ヘッダー */
/*--------------------------------------------------*/
.stem_header {
  position: fixed;
  z-index: 3;
  background-color: #01084d;
  width: 100%;
  /* SPメニュー　----------- */
}
.stem_header .pc_nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #01084d;
}
@media screen and (max-width: 768px) {
  .stem_header .pc_nav {
    display: none;
  }
}
.stem_header .pc_nav h1 {
  width: 50px;
  height: 64px;
  margin-left: 80px;
}
@media screen and (max-width: 999px) {
  .stem_header .pc_nav h1 {
    margin-left: 2%;
    width: 49px;
    height: 54px;
  }
}
.stem_header .pc_nav .menu {
  display: flex;
  align-items: center;
}
.stem_header .pc_nav .menu .insta_link {
  display: flex;
  align-items: center;
}
.stem_header .pc_nav .menu #insta_icon {
  fill: #fff;
  transition: 0.3s;
  width: 18px;
  height: 18px;
}
.stem_header .pc_nav .menu #insta_icon:hover {
  fill: #f13347;
}
.stem_header .pc_nav .menu .txt_menu {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 999px) {
  .stem_header .pc_nav .menu .txt_menu {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-right: 30px;
  }
}
.stem_header .pc_nav .menu .txt_menu li:last-of-type {
  display: flex;
  align-items: center;
}
.stem_header .pc_nav .menu .txt_menu li a {
  color: #fff;
  transition: 0.3s;
}
.stem_header .pc_nav .menu .txt_menu li a:hover {
  color: #f13347;
}
@media screen and (max-width: 999px) {
  .stem_header .pc_nav .menu .txt_menu li a {
    font-size: 14px;
  }
}
.stem_header .pc_nav .menu .btn_menu {
  display: flex;
}
.stem_header .pc_nav .menu .btn_menu li .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 160px;
  text-align: center;
  transition: 0.3s;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .stem_header .pc_nav .menu .btn_menu li .btn {
    font-size: 14px;
    height: 70px;
    width: 140px;
  }
}
.stem_header .pc_nav .menu .btn_menu li:first-of-type .btn {
  background-color: #ffc10c;
}
.stem_header .pc_nav .menu .btn_menu li:first-of-type .btn:hover {
  color: #ffc10c;
  background-color: #fff;
}
.stem_header .pc_nav .menu .btn_menu li:last-of-type .btn {
  background-color: #e2228d;
}
.stem_header .pc_nav .menu .btn_menu li:last-of-type .btn:hover {
  color: #e2228d;
  background-color: #fff;
}
.stem_header #nav_head {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  height: 60px;
  background-color: #01084d;
}
@media screen and (max-width: 768px) {
  .stem_header #nav_head {
    display: flex;
  }
}
.stem_header #nav_head .header_logo_sp {
  width: 36px;
  height: 36px;
  margin-left: 5%;
  margin-left: 5%;
  display: flex;
  align-items: center;
}
.stem_header #nav_head .nav_btn_wrap {
  display: flex;
  background-color: #ffc10c;
}
.stem_header #nav_head .openbtn {
  display: none;
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 1001;
}
@media screen and (max-width: 999px) {
  .stem_header #nav_head .openbtn {
    display: block;
  }
}
.stem_header #nav_head .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 20%;
  height: 2px;
  background: #0b0b0b;
  width: 60%;
}
.stem_header #nav_head .openbtn span:nth-of-type(1) {
  top: 18px;
  transform-origin: right center;
}
.stem_header #nav_head .openbtn span:nth-of-type(2) {
  top: 26px;
  transform-origin: left center;
}
.stem_header #nav_head .openbtn span:nth-of-type(3) {
  top: 30px;
  width: 100%;
  left: 0;
  background-color: transparent;
}
.stem_header #nav_head .openbtn span:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #0b0b0b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
}
.stem_header #nav_head .openbtn.active span:nth-of-type(1) {
  transform: translate(-0.5px, 0) rotate(-15deg);
}
.stem_header #nav_head .openbtn.active span:nth-of-type(2) {
  transform: translate(0.5px, -8px) rotate(15deg);
}
.stem_header #nav_head .openbtn.active span:nth-of-type(3)::after {
  content: "CLOSE";
}
.stem_header #nav_sp {
  padding: 60px 0 0;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #031057;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.4s;
  transform: translateX(10%);
  z-index: 999;
}
.stem_header #nav_sp.active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .stem_header #nav_sp {
    display: block;
  }
}
.stem_header #nav_sp .txt_menu {
  width: 90%;
  margin: auto;
}
.stem_header #nav_sp .txt_menu li {
  border-bottom: 1px solid #fff;
}
.stem_header #nav_sp .txt_menu a {
  color: #fff;
  padding: 20px 10px;
  display: block;
  transition: 0.3s;
}
.stem_header #nav_sp .txt_menu .insta_link {
  display: flex;
  align-items: center;
}
.stem_header #nav_sp .txt_menu .insta_link #insta_icon {
  fill: #fff;
  transition: 0.3s;
  width: 18px;
  height: 18px;
}
.stem_header #nav_sp .btn_menu a {
  color: #fff;
  display: block;
  height: 60px;
  width: 90%;
  max-width: 320px;
  margin: auto;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stem_header #nav_sp .btn_menu li {
  margin-top: 20px;
}
.stem_header #nav_sp .btn_menu li:first-of-type .btn {
  background-color: #ffc10c;
}
.stem_header #nav_sp .btn_menu li:last-of-type .btn {
  background-color: #e2228d;
}

/* TOPへ戻る　追従ボタン
--------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

/*--------------------------------------------------*/
/* ページ全体の背景 */
/*--------------------------------------------------*/
.page_stem_wrapper {
  position: relative;
  /*--------------------------------------------------*/
  /* キービジュアル */
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /* 生徒の写真エリア　*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /* テクノロジーで世界を変える 理念　*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /* What's “STEM”? */
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /* クラス・料金 */
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /* 先生を見る・クラスを見るボタン */
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /* コンタクト */
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /* フッター */
  /*--------------------------------------------------*/
  /* page_stem */
  /*--------------------------------------------------*/
}
.page_stem_wrapper .page_stem, .page_stem_wrapper .page_stem_teacher {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #0b0b0b calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #0b0b0b calc(100% - 1px));
  background-size: 33px 33px;
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.page_stem_wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #031057;
  z-index: 1;
}
.page_stem_wrapper .sec_kv {
  padding-top: 60px;
}
.page_stem_wrapper .sec_kv .band {
  background-color: #e2228d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.page_stem_wrapper .sec_kv .band img {
  width: 30px;
  height: 24px;
  display: block;
}
.page_stem_wrapper .sec_kv .band .txt {
  color: #fff;
  font-weight: 700;
  margin-left: 15px;
}
.page_stem_wrapper .sec_student_ph {
  max-width: 1110px;
  width: 90%;
  margin: 60px auto auto;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.page_stem_wrapper .sec_student_ph .student_ph01, .page_stem_wrapper .sec_student_ph .student_ph02 {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_student_ph {
    margin: 40px auto auto;
    width: 90%;
    display: block;
  }
  .page_stem_wrapper .sec_student_ph .student_ph01, .page_stem_wrapper .sec_student_ph .student_ph02 {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .page_stem_wrapper .sec_student_ph .student_ph01 {
    margin-bottom: 40px;
  }
}
.page_stem_wrapper .sec_philosophy {
  max-width: 1110px;
  width: 90%;
  height: auto;
  margin: 150px auto auto;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_philosophy {
    margin: 80px auto auto;
    width: 100%;
  }
}
.page_stem_wrapper .sec_whats_stem, .page_stem_wrapper .sec_features {
  width: 90%;
  max-width: 1080px;
  margin: 100px auto auto;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_whats_stem, .page_stem_wrapper .sec_features {
    margin: 40px auto auto;
  }
}
.page_stem_wrapper .sec_whats_stem .title_wrap img, .page_stem_wrapper .sec_features .title_wrap img {
  max-width: 990px;
  width: 70vw;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_whats_stem .title_wrap img, .page_stem_wrapper .sec_features .title_wrap img {
    width: 100%;
    max-width: 500px;
  }
}
.page_stem_wrapper .sec_whats_stem .title_wrap .black, .page_stem_wrapper .sec_features .title_wrap .black {
  font-weight: 900;
  color: #fff;
  margin: 20px auto;
  font-size: 20px;
}
.page_stem_wrapper .sec_whats_stem .title, .page_stem_wrapper .sec_features .title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 18px;
  padding-bottom: 5px;
  margin-top: 20px;
  border-bottom: 2px solid #f13347;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_whats_stem .title, .page_stem_wrapper .sec_features .title {
    font-size: 22px;
    line-height: 1.5;
  }
}
.page_stem_wrapper .sec_whats_stem .title::before, .page_stem_wrapper .sec_features .title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #f13347;
  left: 0;
  top: 18px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_whats_stem .title::before, .page_stem_wrapper .sec_features .title::before {
    top: 13px;
  }
}
.page_stem_wrapper .sec_whats_stem .small, .page_stem_wrapper .sec_features .small {
  padding-left: 18px;
  color: #fff;
  margin-top: 10px;
}
.page_stem_wrapper .sec_whats_stem .txt, .page_stem_wrapper .sec_features .txt {
  margin: 20px auto auto;
  color: #fff;
}
.page_stem_wrapper .sec_whats_stem .txt .note, .page_stem_wrapper .sec_features .txt .note {
  color: #fff;
  font-size: 80%;
}
.page_stem_wrapper .sec_whats_stem .large_catch, .page_stem_wrapper .sec_features .large_catch {
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin: 40px auto 20px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_whats_stem .large_catch, .page_stem_wrapper .sec_features .large_catch {
    font-size: 24px;
  }
}
.page_stem_wrapper .sec_whats_stem .btn_list, .page_stem_wrapper .sec_features .btn_list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_whats_stem .btn_list, .page_stem_wrapper .sec_features .btn_list {
    display: block;
  }
  .page_stem_wrapper .sec_whats_stem .btn_list .btn, .page_stem_wrapper .sec_features .btn_list .btn {
    margin: auto auto 30px;
  }
  .page_stem_wrapper .sec_whats_stem .btn_list .btn:last-of-type, .page_stem_wrapper .sec_features .btn_list .btn:last-of-type {
    margin: auto auto auto;
  }
}
.page_stem_wrapper .sec_classes_fees {
  width: 90%;
  max-width: 1240px;
  margin: 100px auto auto;
  /* マイ・ファーストステムラボクラス */
  /* PBL-STEMクラス */
  /* スクラッチ・プログラミング */
  /* アドバンスプログラムミックスクラス */
  /* 3D design & Printing クラス */
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees {
    margin: 80px auto auto;
  }
}
.page_stem_wrapper .sec_classes_fees .title_wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .title_wrap {
    margin-bottom: 80px;
  }
}
.page_stem_wrapper .sec_classes_fees .title_wrap img {
  max-width: 990px;
  width: 70vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .title_wrap img {
    width: 100%;
    max-width: 500px;
  }
}
.page_stem_wrapper .sec_classes_fees .title_wrap .black {
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  font-size: 20px;
}
.page_stem_wrapper .sec_classes_fees .class_block {
  position: relative;
  padding: 0 0 60px;
}
.page_stem_wrapper .sec_classes_fees .class_block .txt {
  color: #fff;
  margin-bottom: 10px;
}
.page_stem_wrapper .sec_classes_fees .class_block .txt .strong {
  color: #ffc10c;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.15), 0 0 4px rgba(255, 255, 255, 0.1), 0 0 6px rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 413px) {
  .page_stem_wrapper .sec_classes_fees .class_block .txt .strong {
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .class_block .txt {
    width: 100%;
  }
}
.page_stem_wrapper .sec_classes_fees .class_block .point_txt {
  position: relative;
  color: #fff;
  padding-left: 18px;
}
.page_stem_wrapper .sec_classes_fees .class_block .point_txt::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #f13347;
  left: 0;
  top: 12px;
}
.page_stem_wrapper .sec_classes_fees .intro {
  padding: 80px 80px 0;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .intro {
    padding: 60px 20px 20px;
  }
}
.page_stem_wrapper .sec_classes_fees .voice_block {
  margin-top: -80px;
  background-image: url(../img/stem/bg_voice.jpg);
  background-size: cover;
  padding: 200px 0 80px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .voice_block {
    margin-top: -41.67vw;
    padding: 52.08vw 0 80px;
  }
}
.page_stem_wrapper .sec_classes_fees .voice_block .voice_block_inner {
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .voice_block .voice_block_inner {
    padding: 0 20px;
  }
}
.page_stem_wrapper .sec_classes_fees .voice_block ul {
  margin-top: 40px;
}
.page_stem_wrapper .sec_classes_fees .voice_block ul li {
  background-color: #fff;
  position: relative;
  margin-bottom: 60px;
  padding: 50px 40px 40px;
  width: calc(100% - 80px);
  margin-left: 0;
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .voice_block ul li {
    width: 100%;
    padding: 50px 20px 20px;
    margin-bottom: 40px;
  }
}
.page_stem_wrapper .sec_classes_fees .voice_block ul li:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}
.page_stem_wrapper .sec_classes_fees .voice_block ul li:last-of-type {
  margin-bottom: 0;
}
.page_stem_wrapper .sec_classes_fees .voice_block ul li .name {
  position: absolute;
  top: -15px;
  font-size: 18px;
  display: inline-block;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .voice_block ul li .name {
    font-size: 16px;
    left: 0;
  }
}
.page_stem_wrapper .sec_classes_fees .fee_block {
  padding: 80px 80px 60px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .fee_block {
    padding: 60px 20px;
  }
}
.page_stem_wrapper .sec_classes_fees .fee_block .card_list {
  width: 100%;
  max-width: 1080px;
  margin: 40px auto auto;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .fee_block .card_list {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
  .page_stem_wrapper .sec_classes_fees .fee_block .card_list li {
    width: calc(50% - 10px);
  }
}
.page_stem_wrapper .sec_classes_fees .btn_application {
  margin: auto;
}
.page_stem_wrapper .sec_classes_fees .photo_block {
  padding: 0 80px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .photo_block {
    padding: 0 20px;
    display: block;
  }
}
.page_stem_wrapper .sec_classes_fees .photo_block .ph {
  width: calc(50% - 40px);
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .photo_block .ph {
    width: 100%;
    margin: auto auto 20px;
  }
  .page_stem_wrapper .sec_classes_fees .photo_block .ph:last-of-type {
    margin: auto auto auto;
  }
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab {
  background-color: #193283;
  border: #ffc10c 3px solid;
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab .class_name {
  position: absolute;
  width: 387px;
  top: -35px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .first_stem_lab .class_name {
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 387px;
  }
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab .intro {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .first_stem_lab .intro {
    display: block;
  }
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab .intro .txt_wrap {
  width: calc(100% - 60px - 40%);
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .first_stem_lab .intro .txt_wrap {
    width: 100%;
  }
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab .intro .mfsl_illust {
  max-width: 420px;
  width: 40%;
  margin: -125px auto auto 60px;
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .first_stem_lab .intro .mfsl_illust {
    width: 80%;
    margin: 20px auto auto auto;
  }
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab .youtube_block {
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .first_stem_lab .youtube_block {
    padding: 0 20px;
  }
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab .youtube_block .small_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .first_stem_lab .youtube_block .small_title {
    margin-bottom: 20px;
  }
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab .youtube_block .btn {
  margin-bottom: 40px;
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab .youtube_block .movie_area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .first_stem_lab .youtube_block .movie_area {
    display: block;
  }
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab .youtube_block .movie_area .movie_wrap {
  width: 48%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .first_stem_lab .youtube_block .movie_area .movie_wrap {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }
  .page_stem_wrapper .sec_classes_fees .first_stem_lab .youtube_block .movie_area .movie_wrap:first-of-type {
    margin: auto auto;
  }
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab .youtube_block .movie_area .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
.page_stem_wrapper .sec_classes_fees .first_stem_lab .name {
  background-color: #ffc10c;
}
.page_stem_wrapper .sec_classes_fees .pbl_stem {
  background-color: #193283;
  border: #a455ff 3px solid;
  margin-top: 200px;
}
.page_stem_wrapper .sec_classes_fees .pbl_stem .class_name {
  position: absolute;
  width: 382px;
  top: -45px;
  right: 80px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .pbl_stem .class_name {
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 387px;
  }
}
.page_stem_wrapper .sec_classes_fees .pbl_stem .intro {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .pbl_stem .intro {
    display: block;
  }
}
.page_stem_wrapper .sec_classes_fees .pbl_stem .intro .pbl_illust {
  max-width: 420px;
  width: 40%;
  margin: auto 60px auto auto;
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .pbl_stem .intro .pbl_illust {
    margin: 20px auto auto auto;
    width: 80%;
  }
}
.page_stem_wrapper .sec_classes_fees .pbl_stem .name {
  background-color: #a455ff;
  color: #fff;
}
.page_stem_wrapper .sec_classes_fees .scratch_programming {
  background-color: #193283;
  border: #ea547d 3px solid;
  margin-top: 200px;
}
.page_stem_wrapper .sec_classes_fees .scratch_programming .class_name {
  position: absolute;
  width: 500px;
  top: -30px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .scratch_programming .class_name {
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 387px;
  }
}
.page_stem_wrapper .sec_classes_fees .scratch_programming .intro {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .scratch_programming .intro {
    display: block;
  }
}
.page_stem_wrapper .sec_classes_fees .scratch_programming .intro .scratch_illust {
  max-width: 420px;
  width: 40%;
  margin: auto auto auto 60px;
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .scratch_programming .intro .scratch_illust {
    width: 80%;
    margin: 20px auto auto auto;
  }
}
.page_stem_wrapper .sec_classes_fees .scratch_programming .name {
  background-color: #ea547d;
  color: #fff;
}
.page_stem_wrapper .sec_classes_fees .advanced_class {
  background-color: #193283;
  border: #1fb5ff 3px solid;
  margin-top: 200px;
}
.page_stem_wrapper .sec_classes_fees .advanced_class .class_name {
  position: absolute;
  width: 450px;
  top: -55px;
  right: 80px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .advanced_class .class_name {
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 387px;
  }
}
.page_stem_wrapper .sec_classes_fees .advanced_class .intro {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .advanced_class .intro {
    display: block;
  }
}
.page_stem_wrapper .sec_classes_fees .advanced_class .intro .advanced_illust {
  max-width: 420px;
  width: 40%;
  margin: -190px 60px auto auto;
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .advanced_class .intro .advanced_illust {
    width: 80%;
    margin: 20px auto auto auto;
  }
}
.page_stem_wrapper .sec_classes_fees .advanced_class .name {
  background-color: #1fb5ff;
  color: #fff;
}
.page_stem_wrapper .sec_classes_fees .class_3d, .page_stem_wrapper .sec_classes_fees .class_electronic {
  background-color: #193283;
  border: #19c3ff 3px solid;
  margin-top: 200px;
}
.page_stem_wrapper .sec_classes_fees .class_3d .class_name, .page_stem_wrapper .sec_classes_fees .class_electronic .class_name {
  position: absolute;
  width: 328px;
  top: -55px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_classes_fees .class_3d .class_name, .page_stem_wrapper .sec_classes_fees .class_electronic .class_name {
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 328px;
  }
}
.page_stem_wrapper .sec_classes_fees .class_3d .intro, .page_stem_wrapper .sec_classes_fees .class_electronic .intro {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .class_3d .intro, .page_stem_wrapper .sec_classes_fees .class_electronic .intro {
    display: block;
  }
}
.page_stem_wrapper .sec_classes_fees .class_3d .intro .class_3d_illust, .page_stem_wrapper .sec_classes_fees .class_electronic .intro .class_3d_illust {
  max-width: 240px;
  width: 25%;
  margin: -190px auto auto 100px;
}
@media screen and (max-width: 999px) {
  .page_stem_wrapper .sec_classes_fees .class_3d .intro .class_3d_illust, .page_stem_wrapper .sec_classes_fees .class_electronic .intro .class_3d_illust {
    width: 80%;
    margin: 20px auto auto auto;
  }
}
.page_stem_wrapper .sec_classes_fees .class_3d .name, .page_stem_wrapper .sec_classes_fees .class_electronic .name {
  background-color: #19c3ff;
  color: #fff;
}
.page_stem_wrapper .sec_classes_fees .stem_note {
  color: #fff;
  margin-top: 10px;
}
.page_stem_wrapper .btn_page_link {
  margin: 60px auto 0;
}
.page_stem_wrapper .sec_contact {
  margin-top: 80px;
  background-color: #a455ff;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_contact {
    margin-top: 80px;
    padding: 60px 0;
  }
}
.page_stem_wrapper .sec_contact::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 6.5px;
  left: 80px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_contact::before {
    width: 6px;
    height: 6px;
    left: 20px;
    top: 20px;
  }
}
.page_stem_wrapper .sec_contact::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 6.5px;
  right: 80px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_contact::after {
    width: 6px;
    height: 6px;
    right: 20px;
    top: 20px;
  }
}
.page_stem_wrapper .sec_contact .inner {
  position: relative;
}
.page_stem_wrapper .sec_contact .inner::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 6.5px;
  left: 86px;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_contact .inner::before {
    width: 6px;
    height: 6px;
    left: 26px;
    bottom: -30px;
  }
}
.page_stem_wrapper .sec_contact .inner::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 6.5px;
  right: 86px;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_contact .inner::after {
    width: 6px;
    height: 6px;
    right: 26px;
    bottom: -30px;
  }
}
.page_stem_wrapper .sec_contact .title_wrap {
  text-align: center;
  margin-bottom: 30px;
}
.page_stem_wrapper .sec_contact .title_wrap img {
  max-width: 379px;
  width: 48vw;
  margin: auto;
}
.page_stem_wrapper .sec_contact .title_wrap .black {
  font-weight: 900;
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
}
.page_stem_wrapper .sec_contact .txt {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.page_stem_wrapper .sec_contact .btn_list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper .sec_contact .btn_list {
    display: block;
  }
  .page_stem_wrapper .sec_contact .btn_list .btn {
    margin: auto auto 30px;
  }
  .page_stem_wrapper .sec_contact .btn_list .btn:last-of-type {
    margin: auto auto auto;
  }
}
.page_stem_wrapper footer {
  padding: 40px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper footer {
    padding: 40px 20px 140px;
  }
}
.page_stem_wrapper footer::before {
  position: absolute;
  content: "";
  background-image: url(../img/stem/bill_illust.png);
  width: 700px;
  height: 100%;
  left: 0;
  bottom: 0;
  background-position: bottom;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper footer::before {
    width: 100%;
    max-width: 400px;
    height: 130px;
    background-size: cover;
  }
}
.page_stem_wrapper footer .footer_logo {
  width: 260px;
  margin: auto 0 40px auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper footer .footer_logo {
    margin: auto auto 40px 0;
  }
}
.page_stem_wrapper footer .footer_nav {
  position: relative;
  z-index: 3;
}
.page_stem_wrapper footer .footer_nav ul {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .page_stem_wrapper footer .footer_nav ul {
    justify-content: flex-start;
    display: block;
  }
}
.page_stem_wrapper footer .footer_nav ul a {
  color: #fff;
  padding-left: 20px;
  position: relative;
  transition: 0.3s;
}
.page_stem_wrapper footer .footer_nav ul a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #f13347;
}
.page_stem_wrapper footer .footer_nav ul a:hover {
  color: #f13347;
}
.page_stem_wrapper footer .copy {
  font-size: 12px;
  color: #fff;
  text-align: right;
  margin-top: 40px;
  display: block;
  position: relative;
  z-index: 3;
}
.page_stem_wrapper .footer_wrap {
  position: relative;
}
.page_stem_wrapper .footer_wrap footer {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #162d76 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #162d76 calc(100% - 1px));
  background-size: 33px 33px;
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.page_stem_wrapper .footer_wrap::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #193283;
  z-index: 1;
}

/*--------------------------------------------------*/
/* 先生紹介 */
/*--------------------------------------------------*/
.page_stem_teacher {
  /* キービジュアル */
  /*--------------------------------------------------*/
}
.page_stem_teacher .sec_kv {
  padding-top: 80px;
  position: relative;
  background-image: url(../img/stem/kv_teacher_bg.jpg);
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: bottom right;
}
@media screen and (max-width: 768px) {
  .page_stem_teacher .sec_kv {
    height: 250px;
  }
}
.page_stem_teacher .sec_kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #01084d;
}
@media screen and (max-width: 999px) {
  .page_stem_teacher .sec_kv::before {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .page_stem_teacher .sec_kv::before {
    content: none;
  }
}
.page_stem_teacher .sec_kv .title_wrap {
  position: absolute;
  top: calc(50% + 80px);
  transform: translateY(-50%);
  left: 10%;
}
@media screen and (max-width: 1199px) {
  .page_stem_teacher .sec_kv .title_wrap {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .page_stem_teacher .sec_kv .title_wrap {
    top: 60%;
    left: 5%;
  }
}
.page_stem_teacher .sec_kv .title_wrap img {
  max-width: 1045px;
  width: 90%;
}
.page_stem_teacher .sec_kv .title_wrap .black {
  font-weight: 900;
  color: #fff;
  margin: 20px auto;
  font-size: 20px;
}
.page_stem_teacher .sec_explanation {
  max-width: 1160px;
  width: 90%;
  margin: 150px auto auto;
}
@media screen and (max-width: 768px) {
  .page_stem_teacher .sec_explanation {
    margin: 100px auto auto;
  }
}
.page_stem_teacher .sec_explanation .large_txt {
  color: #e2228d;
  font-weight: 700;
  font-size: clamp(30px, 3.57vw, 50px);
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .page_stem_teacher .sec_explanation .large_txt {
    font-size: 20px;
  }
}
.page_stem_teacher .sec_explanation .txt {
  color: #fff;
  margin-top: 20px;
}
.page_stem_teacher .sec_explanation .merit {
  margin: 60px auto auto;
}
.page_stem_teacher .sec_explanation .merit_list .merit_title {
  color: #fff;
  margin-top: 40px;
  background-color: #e2228d;
  padding: 0 6px;
  display: inline-block;
  line-height: 1.5;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page_stem_teacher .sec_explanation .merit_list .merit_title {
    font-size: 20px;
  }
}
.page_stem_teacher .sec_explanation .merit_list .merit_txt {
  color: #fff;
  margin-top: 10px;
}
.page_stem_teacher .sec_introduction {
  margin: 150px auto auto;
}
@media screen and (max-width: 768px) {
  .page_stem_teacher .sec_introduction {
    margin: 100px auto auto;
  }
}
.page_stem_teacher .sec_introduction .title_wrap {
  text-align: center;
}
.page_stem_teacher .sec_introduction .title_wrap img {
  max-width: 1045px;
  width: 74vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page_stem_teacher .sec_introduction .title_wrap img {
    width: 85%;
  }
}
.page_stem_teacher .sec_introduction .title_wrap .black {
  font-weight: 900;
  color: #fff;
  margin: 20px auto;
  font-size: 20px;
}
.page_stem_teacher .sec_introduction .teacher_list {
  margin-top: 120px;
}
.page_stem_teacher .sec_introduction .teacher_list li {
  background-color: #fff;
  border: 3px solid #ffc10c;
  width: 90%;
  max-width: 1260px;
  margin: auto auto 240px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .page_stem_teacher .sec_introduction .teacher_list li {
    border-bottom: none;
    margin: auto auto 100px;
  }
}
.page_stem_teacher .sec_introduction .teacher_list li .profile {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 999px) {
  .page_stem_teacher .sec_introduction .teacher_list li .profile {
    display: block;
  }
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .img_wrap {
  width: 380px;
  margin: -40px 0 auto -40px;
}
@media screen and (max-width: 999px) {
  .page_stem_teacher .sec_introduction .teacher_list li .profile .img_wrap {
    max-width: 380px;
    width: 90%;
    margin: -40px auto auto auto;
  }
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt {
  padding: 40px 0 0;
  width: calc(100% - 380px - 60px);
}
@media screen and (max-width: 999px) {
  .page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt {
    width: 100%;
    padding: 40px 20px;
  }
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt dl {
    margin-bottom: 30px;
  }
  .page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt dl:last-of-type {
    margin-bottom: 10px;
  }
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt dl dt {
  position: relative;
  display: inline-block;
  padding: 0 18px;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt dl dt::before {
  position: absolute;
  content: "";
  background-color: #e2228d;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt dl dt::after {
  position: absolute;
  content: "";
  background-color: #e2228d;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt dl dd {
  margin-top: 10px;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt dl dd .label {
  background-color: #ffc10c;
  display: inline-block;
  padding: 0 15px;
  margin-right: 10px;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge dd {
  margin: 0 auto auto -10px;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_first, .page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_pbl, .page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_Scratch, .page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_advaced, .page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_3d, .page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_electro, .page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_stemcamp {
  display: inline-block;
  padding: 0 6px;
  margin-top: 10px;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge p {
  margin-left: 10px;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_first {
  background-color: #ffc10c;
  color: #0b0b0b;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_pbl {
  background-color: #9343b4;
  color: #fff;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_Scratch {
  background-color: #ea547d;
  color: #fff;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_advaced {
  background-color: #1fb5ff;
  color: #fff;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_3d {
  background-color: #19c3ff;
  color: #fff;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_electro {
  background-color: #0b0b0b;
  color: #fff;
}
.page_stem_teacher .sec_introduction .teacher_list li .profile .profile_txt .in_charge .label_stemcamp {
  background-color: #0b0b0b;
  color: #fff;
}
.page_stem_teacher .sec_introduction .teacher_list li .message_wrap {
  background-color: #193283;
  border: 3px solid #e2228d;
  position: absolute;
  bottom: -80px;
  right: -40px;
  width: 100%;
  position: relative;
  padding: 10px 40px 40px;
}
@media screen and (max-width: 999px) {
  .page_stem_teacher .sec_introduction .teacher_list li .message_wrap {
    bottom: 0;
    width: calc(100% + 6px);
    left: -3px;
    padding: 10px 20px 40px;
  }
}
.page_stem_teacher .sec_introduction .teacher_list li .message_wrap .title {
  position: absolute;
  top: -28px;
  color: #fff;
  background-color: #e2228d;
  display: inline-block;
  position: relative;
  padding: 2px 40px;
}
.page_stem_teacher .sec_introduction .teacher_list li .message_wrap .title::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.page_stem_teacher .sec_introduction .teacher_list li .message_wrap .title::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.page_stem_teacher .sec_introduction .teacher_list li .message_wrap .en_txt {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.page_stem_teacher .sec_introduction .teacher_list li .message_wrap .jp_txt {
  color: #fff;
}
.page_stem_teacher .sec_introduction .teacher_list li:nth-child(even) .profile {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.page_stem_teacher .sec_introduction .teacher_list li:nth-child(even) .profile .img_wrap {
  margin: -40px -40px auto 0;
}
@media screen and (max-width: 999px) {
  .page_stem_teacher .sec_introduction .teacher_list li:nth-child(even) .profile .img_wrap {
    margin: -40px auto auto auto;
  }
}
.page_stem_teacher .sec_introduction .teacher_list li:nth-child(even) .profile .profile_txt {
  margin-left: 40px;
}
@media screen and (max-width: 999px) {
  .page_stem_teacher .sec_introduction .teacher_list li:nth-child(even) .profile .profile_txt {
    margin-left: auto;
  }
}
.page_stem_teacher .sec_introduction .teacher_list li:nth-child(even) .message_wrap {
  left: -40px;
  bottom: -80px;
}
@media screen and (max-width: 999px) {
  .page_stem_teacher .sec_introduction .teacher_list li:nth-child(even) .message_wrap {
    bottom: 0;
    width: calc(100% + 6px);
    left: -3px;
    padding: 10px 20px 40px;
  }
}
.page_stem_teacher .sec_introduction .teacher_list li:nth-child(even) .message_wrap .title {
  left: -6px;
}
.page_stem_teacher .sec_introduction .teacher_list li:last-child {
  margin-bottom: 140px;
}
@media screen and (max-width: 999px) {
  .page_stem_teacher .sec_introduction .teacher_list li:last-child {
    margin-bottom: 70px;
  }
}