@charset "UTF-8";
/* draw */

/* =====================
  _container
===================== */

.dr-H1Title {
  line-height: 1;
}

.dr-H1Title-en {
  display: block;
  font-size: 4.1rem;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .dr-H1Title-en {
    font-size: 8.2rem;
    margin-bottom: 20px;
  }
}

.dr-H1Title-jp {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5em;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .dr-H1Title-jp {
    font-weight: 500;
    font-size: 2.8rem;
  }
}

/* =====================
  hero
===================== */

.dr-Hero {
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .dr-Hero {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}

.dr-Hero:after {
  content: "";
  background: #215aa7;
  opacity: .7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.dr-Hero_Title_Wrap {
  color: #fff;
  text-align: center;
}

.dr-Hero_Title_Wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .dr-Hero_Title_Wrap {
    /*    width: 1020px;*/
  }
}

.dr-Hero_Text {
  font-weight: 500;
  margin-top: 30px;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
  .dr-Hero_Text {
    font-size: 1.5rem;
    margin-top: 60px;
  }
}

/* =====================
  System
===================== */

.dr-System {
  margin-bottom: 120px;
}

.dr-System_H2Title {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 45px;
}

.dr-System_Text {
  margin-bottom: 70px;
}

/* =====================
  System
===================== */

.dr-Roll {
  padding: 35px 0;
  background: #3365B4;
  color: #fff;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .dr-Roll {
    padding: 75px 0;
    margin-bottom: 150px;
  }
}

.dr-Roll_H2Title {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .dr-Roll_H2Title {
    font-size: 3.2rem;
    margin-bottom: 65px;
  }
  .dr-Roll_Col_Wrap {
    display: flex;
    justify-content: space-around;
  }
}

.dr-Roll_Col {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.dr-Roll_Col:last-of-type {
  margin-bottom: 0;
}

.dr-Roll_Col a {
  color: #fff;
  display: block;
}

@media print, screen and (max-width: 767px) {
  .dr-Roll_Image img {
    width: 50vw;
  }
}

@media print, screen and (min-width: 768px) {
  .dr-Roll_Col {
    width: 240px;
    margin-bottom: 0;
  }
}

.dr-Roll_Sentence_Wrap {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .dr-Roll_Sentence_Wrap {
    font-size: 1.5rem;
  }
}

.dr-Roll_Part {
  font-weight: bold;
  margin: 15px 0 10px;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .dr-Roll_Part {
    margin: 30px 0 20px;
  }
}

.dr-Roll_Name {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.dr-Roll_Name-jp {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: .12em;
  margin-right: 30px;
  white-space: nowrap;
}

.dr-Roll_Name-en {
  font-size: 1.2rem;
  font-style: normal;
  white-space: nowrap;
}

.dr-Roll_Since {
  font-weight: bold;
}

/* =====================
  People
===================== */

.dr-People_Kv_Position, .dr-People_Career_Title, .dr-People_Career_Sentence:before {
  background: #8BA5CE;
}

.dr-People {
  margin-bottom: 50px;
}

@media print, screen and (max-width: 767px) {
  .dr-People_Kv {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px;
  }
  .dr-People_Kv img {
    position: relative;
    z-index: -1;
  }
  .dr-People_Kv::before {
    display: none;
  }
}

.dr-People_Kv_Position {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Kv_Position {
    font-size: 1.5rem;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
}

.dr-People_Kv_Part {
  margin-bottom: 5px;
  padding-left: 10px;
  display: block;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .12em;
  font-size: 0.9rem;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Kv_Part {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 1.5rem;
  }
}

.dr-People_Kv_Name {
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.dr-People_Kv_Name-jp {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  margin-right: 20px;
}

.dr-People_Kv_Name-en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .08em;
}

.dr-People_Kv_Since {
  padding-left: 10px;
  line-height: 1.5;
  display: block;
  font-weight: bold;
  letter-spacing: .12em;
  font-size: 0.9rem;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Kv_Since {
    padding-left: 20px;
    line-height: 1;
    font-size: 1.5rem;
  }
}

.dr-People_Kv_Title_Outer {
  z-index: 1;
}

@media print, screen and (max-width: 767px) {
  .dr-People_Kv_Title_Outer {
    position: absolute;
    left: 7%;
    bottom: 0;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .dr-People_Kv_Title_Outer {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
  }
  .dr-People_Kv_Title_Outer-right {
    display: flex;
    justify-content: flex-end;
  }
}

.dr-People_Kv_Sentence_Wrap {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Kv_Sentence_Wrap {
    margin-top: 60px;
    padding-left: 15px;
  }
}

.dr-People_Kv_Title span {
  padding: 10px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3.2;
  white-space: nowrap;
  background: #fff;
  position: relative;
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Kv_Title span {
    padding: 10px 0 10px 15px;
    font-size: 2.7rem;
    letter-spacing: .2em;
    line-height: 2.5;
  }
}

.dr-People_Kv_Title span::after {
  content: "\a";
  white-space: pre;
}

/*
@media all and (-ms-high-contrast: none) {
  .dr-People_Kv_Title span {
    padding: 10px 0 0 15px;
    line-height: 2.1;
  }
}
*/

.dr-People_Career_Title {
  display: grid;
  grid-template-columns: 20% 1fr;
  line-height: 1;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  letter-spacing: .12em;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Career_Title {
    display: flex;
    align-items: center;
    padding: 35px 0;
  }
}

.dr-People_Career_Title> :last-child {
  font-size: 1.2rem;
  padding-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Career_Title> :last-child {
    margin-left: auto;
    padding-right: 35px;
    font-size: 1.5rem;
  }
}

.dr-People_Career_Year {
  text-align: center;
  font-size: 1.2rem;
  border-right: 1px solid #fff;
  grid-row: span 2;
  display: grid;
  align-items: center;
  padding-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Career_Year {
    white-space: nowrap;
    font-size: 2rem;
    padding: 20px 35px;
  }
}

.dr-People_Career_Part {
  font-size: 1.3rem;
  padding: 0 0 10px 10px;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Career_Part {
    font-size: 2.2rem;
    padding: 0 0 0 35px;
  }
}

.dr-People_Career_Sentence {
  padding: 25px 3% 35px 20%;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Career_Sentence {
    padding: 50px 70px 100px 220px;
  }
}

.dr-People_Career_Sentence:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #6c8fc4;
  position: absolute;
  left: 10%;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Career_Sentence:before {
    width: 2px;
    left: 100px;
  }
}

.dr-People_Career_Sentence:last-child:before {
  display: none;
}

.dr-People_Career_Sentence_Title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Career_Sentence_Title {
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
}

.dr-People_Career_Sentence_Text {
  line-height: 1.6;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .dr-People_Career_Sentence_Text {
    font-size: 1.5rem;
  }
}

/* education */

/* =====================
  _container
===================== */

.ed-H1Title {
  line-height: 1;
}

.ed-H1Title-en {
  display: block;
  font-size: 4.1rem;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .ed-H1Title-en {
    font-size: 8.2rem;
    margin-bottom: 20px;
  }
}

.ed-H1Title-jp {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5em;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .ed-H1Title-jp {
    font-weight: 500;
    font-size: 2.8rem;
  }
}

/* =====================
  hero
===================== */

.ed-Hero {
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .ed-Hero {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}

.ed-Hero:after {
  content: "";
  background: #215AA7;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.ed-Hero_Title_Wrap {
  color: #fff;
  text-align: center;
}

.ed-Hero_Title_Wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .ed-Hero_Title_Wrap {
    /*    width: 1020px;*/
  }
}

.ed-Hero_Text {
  font-weight: 500;
  margin-top: 30px;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
  .ed-Hero_Text {
    font-size: 1.5rem;
    margin-top: 60px;
  }
}

/* =====================
  System
===================== */

.ed-System {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .ed-System {
    margin-bottom: 120px;
  }
}

.ed-System-H2Title {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #424749;
}

@media print, screen and (min-width: 768px) {
  .ed-System-H2Title {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}

.ed-System_Text-01 {
  margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .ed-System_Text-01 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 70px;
  }
}

.ed-System_Image {
  text-align: center;
}

.ed-System_Image img {
  max-width: 100%;
}

@media print, screen and (max-width: 767px) {
  .ed-System_Image, .ed-System_Text-02 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* =====================
  Institution
===================== */

.ed-Institution {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 768px) {
  .ed-Institution {
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .ed-Institution_Inner {
    max-width: 850px;
  }
}

.ed-Institution-H2Title {
  color: #fff;
  background: #215AA7;
  text-align: center;
  line-height: 1.5;
  padding: 15px 0;
  margin-bottom: 35px;
  font-size: 1.1em;
  display: table;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .ed-Institution-H2Title {
    padding: 15px 0;
    margin-bottom: 40px;
  }
}

.ed-Institution-H2Title-num {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .ed-Institution-H2Title-num {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}

.ed-Institution-H2Title-jp {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2em;

}

@media print, screen and (min-width: 768px) {
  .ed-Institution-H2Title-jp {
    font-size: 2.5rem;
    text-align: center;
    width: 90%;
  }
  .ed-Institution-H2Title-jp.one {
    width: 100%;
  }
  .course {
    display: table-cell;
    text-align: left;
    padding: 7px 0 0px 50px;
    float: left;
  }
}

.ed-Institution-H3Title {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #215aa7;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .ed-Institution-H3Title {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}

.ed-Institution_Image {
  margin: 35px 0 0;
}

@media print, screen and (min-width: 768px) {
  .ed-Institution_Image {
    margin: 70px -80px 0;
  }
}

.ed-Institution-Overview {
  margin-top: 35px;
}

.ed-Institution-Overview_note {
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  .ed-Institution-Overview {
    margin-top: 70px;
  }
  .ed-Institution-Overview_note {
    font-size: 1.1rem;
  }
}

.ed-Institution_Table {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .ed-Institution_Table {
    align-items: center;
  }
}

.ed-Institution_Table dt {
  width: 80px;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .ed-Institution_Table dt {
    margin-bottom: 0;
    font-size: 1.8rem;
    width: 115px;
  }
}

.ed-Institution_Table dd {
  margin-bottom: 25px;
  width: calc(100% - 80px);
  position: relative;
  padding-left: 45px;
  font-size: 1.1rem;
}

.ed-Institution_Table dd::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #7e7e7e;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

@media print, screen and (min-width: 768px) {
  .ed-Institution_Table dd {
    margin-bottom: 0;
    width: calc(100% - 115px);
    font-size: 1.5rem;
    padding-left: 55px;
  }
  .ed-Institution_Table dd::before {
    top: 13px;
  }
}

.ed-Sentence_Wrap {
  counter-increment: section;
  margin-bottom: 45px;
}

@media print, screen and (min-width: 768px) {
  .ed-Sentence_Wrap {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .ed-Sentence_Wrap.career {
    margin-bottom: 50px;
  }
}

.ed-Sentence-H3Title {
  position: relative;
  padding: 0 0 0 60px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #215aa7;
}

@media print, screen and (min-width: 768px) {
  .ed-Sentence-H3Title {
    line-height: 2.4;
    font-size: 2rem;
    padding: 0 0 0 31%;
    margin: 0 0 15px;
  }
}

.ed-Sentence-H3Title:before {
  content: counter(section, decimal-leading-zero);
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #7e7e7e;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 0 10px 0 0;
}

@media print, screen and (min-width: 768px) {
  .ed-Sentence-H3Title:before {
    top: 15px;
    font-size: 1.8rem;
    padding: 0 15px 0 0;
  }
}

.ed-Sentence-H3Title:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #7e7e7e;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .ed-Sentence-H3Title:after {
    width: 27%;
    top: 25px;
  }
}

.ed-Sentence_Txt {
  margin-bottom: 40px;
  padding-left: 60px;
}

@media print, screen and (min-width: 768px) {
  .ed-Sentence_Txt {
    padding-left: 31%;
    margin-bottom: 0px;
    font-size: 1.5rem;
  }
}

.ed-Sentence_Txt p {
  margin-bottom: 1em;
  line-height: 1.75;
}

.ed-Sentence_Txt p.ed-Sentence-Point {
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .ed-Sentence_Txt p.ed-Sentence-Point {
    font-size: 1.8rem;
  }
}

.mt150{
  margin-top: 80px;
}

@media print, screen and (max-width: 767px) {
  .mt150{
    margin-top: 60px;
  }
}

p.intro {
  margin: 0 20% 50px;
}
@media print, screen and (max-width: 767px) {
  p.intro {
    margin: 0 10% 30px;
  }

}
