@import url("https://fonts.googleapis.com/css?family=Lato:300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
/* =====================
  _container
===================== */

@media print, screen and (min-width: 768px) {
  .bu-Container_Inner {
    max-width: 850px;
    margin: 0 auto;
  }
}

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

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

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

.bu-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) {
  .bu-H1Title-jp {
    font-weight: 500;
    font-size: 2.8rem;
  }
}

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

.bu-Hero {
  position: relative;
}

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

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

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

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

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

/* =====================
  Suggestion
===================== */

.bu-Suggestion {
  margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .bu-Suggestion {
    margin-top: 150px;
  }
}

.bu-Suggestion .sp-Suggestion_Wrap {
  justify-content: center;
}

.bu-Suggestion .sp-Suggestion_Image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #215aa7;
  opacity: 0.35;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/* business */

/* =====================
  About
===================== */

.bu-About {
  margin-bottom: 40px;
}

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

.bu-About_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) {
  .bu-About_H2Title {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}

.bu-About_H2Title-num {
  font-size: 1.6rem;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .bu-About_H2Title-num {
    font-size: 3rem;
  }
}

.bu-About_Image {
  margin-top: 35px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .bu-About_Image {
    margin-top: 75px;
  }
}

/* =====================
  Learning
===================== */

.bu-Learning {
  padding: 35px 0;
  background: #6C8FC4;
  margin-bottom: 60px;
}

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

.bu-Learning_H2Title {
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}

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

.bu-Learning_H2Title span {
  display: block;
}

.bu-Learning_H2Title-en {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .bu-Learning_H2Title-en {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.bu-Learning_H2Title-jp {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}

@media print, screen and (min-width: 768px) {
  .bu-Learning_H2Title-jp {
    font-size: 2.2rem;
  }
  .bu-Learning_Col_Wrap {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
  }
}

.bu-Learning_Col {
  text-align: center;
  line-height: 1;
  margin: 0 auto 30px;
  max-width: 48vw;
}

.bu-Learning_Col:last-of-type {
  margin-bottom: 0;
}

.bu-Learning_Col a {
  color: #6C8FC4;
  background: #fff;
  display: block;
  position: relative;
  border-radius: 50%;
  padding: 50%;
}

@media print, screen and (min-width: 768px) {
  .bu-Learning_Col {
    width: 260px;
    margin-bottom: 0;
  }
}

.bu-Learning_Num {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #6C8FC4;
  padding-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .bu-Learning_Num {
    top: 40px;
    font-size: 3.6rem;
  }
}

.bu-Learning_Title {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}

@media print, screen and (min-width: 768px) {
  .bu-Learning_Title {
    font-size: 2rem;
    top: 55%;
    transform: translate(-50%, -55%);
  }
}

/* professionals */

/* =====================
  Introduction
===================== */

.pr-H2Title {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .pr-H2Title {
    font-size: 1.8rem;
    margin-bottom: 100px;
  }
}

.pr-H3Title {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .pr-H3Title {
    font-size: 3.2rem;
    margin-bottom: 70px;
  }
}

.pr-Introduction {
  margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction {
    margin-bottom: 150px;
  }
}

@media print, screen and (max-width: 767px) {
  .pr-Introduction .sp-Container_Inner {
    padding: 0;
  }
}

.pr-Introduction_Link_Wrap {
  display: flex;
  max-width: 900px;
  justify-content: space-between;
  margin: 0 auto 35px;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Link_Wrap {
    margin: 0 auto 75px;
  }
}

.pr-Introduction_Link_Wrap li {
  width: 20%;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Link_Wrap li {
    width: 150px;
  }
}

.pr-Introduction_Link_Wrap a {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  color: #000000;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Link_Wrap a {
    font-size: 2.4rem;
    padding-bottom: 25px;
    border-bottom: 3px solid #000;
  }
}

.pr-Introduction_Wrap {
  padding: 35px 25px;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Wrap {
    border-radius: 10px;
    padding: 75px 50px;
  }
}

#operation .pr-Introduction_Wrap {
  background: #6c8fc4;
}

#business .pr-Introduction_Wrap {
  background: #78A4E3;
}

#international .pr-Introduction_Wrap {
  background: #88BDF2;
}

#product .pr-Introduction_Wrap {
  background: #97D2F6;
}

.pr-Introduction_Position_Wrap {
  background: #fff;
  margin-bottom: 35px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  padding: 35px 20px;
  position: relative;
}

.pr-Introduction_Position_Wrap:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Position_Wrap {
    display: flex;
    justify-content: space-between;
    padding: 110px 40px 70px;
    margin-bottom: 75px;
  }
}

.pr-Introduction_Position-left {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Position-left {
    width: 45%;
    margin-bottom: 0;
  }
}

.pr-Introduction_Position_Tag {
  color: #fff;
  font-weight: bold;
  padding: 15px 15px 15px 0;
  line-height: 1;
  position: relative;
  margin: 0 0 10px -30px;
}

.pr-Introduction_Position_Tag::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Position_Tag {
    padding: 25px 25px 25px 0;
    margin: 0 0 30px -65px;
  }
}

.pr-Introduction_Position_Tag span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 15px 0 30px;
  z-index: 1;
  line-height: 1;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Position_Tag span {
    font-size: 2.8rem;
    padding: 0 15px 0 60px;
  }
}

#operation .pr-Introduction_Position_Tag, #operation .pr-Introduction_Position_Tag span {
  background: #215AA7;
}

#business .pr-Introduction_Position_Tag, #business .pr-Introduction_Position_Tag span {
  background: #2A70D3;
}

#international .pr-Introduction_Position_Tag, #international .pr-Introduction_Position_Tag span {
  background: #3A92EA;
}

#product .pr-Introduction_Position_Tag, #product .pr-Introduction_Position_Tag span {
  background: #52B4F0;
}

.pr-Introduction_Position_Title {
  font-size: 1.3rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Position_Title {
    font-size: 2.2rem;
  }
}

.pr-Introduction_Position_Member {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: center;
}

.pr-Introduction_Position_Member::after {
  content: "INTERVIEW";
  font-size: 3.3rem;
  font-family: "Lato", sans-serif;
  color: #D9D9D9;
  position: absolute;
  top: -20px;
  right: 0;
  line-height: 1;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Position_Member {
    width: 50%;
  }
  .pr-Introduction_Position_Member::after {
    top: -40px;
    font-size: 6.6rem;
  }
}

.pr-Introduction_Position_Member li {
  width: 30%;
  text-align: center;
  margin-right: 5%;
}

.pr-Introduction_Position_Member li:last-of-type {
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Position_Member li {
    width: 125px;
    margin-right: 20px;
  }
}

.pr-Introduction_Position_Since {
  color: #292929;
  margin: 10px 0 0;
  line-height: 1;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Position_Since {
    font-size: 1.5rem;
    margin: 15px 0 10px;
  }
}

.pr-Introduction_Position_More {
  position: relative;
  font-size: 0.9rem;
  font-family: "Lato", sans-serif;
  color: #215AA7;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .pr-Introduction_Position_More {
    font-size: 1.2rem;
  }
}

.pr-Introduction_Position_More::after {
  content: "";
  background: url(../../business/images/icon_arrow_bl.svg) no-repeat 0 0;
  background-size: contain;
  width: 13px;
  height: 6px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
}

.suggestion_box{
  display: flex;
}

.bu-Suggestion .sp-Suggestion_Wrap {
  display: flex;
  justify-content: center;
}

.sp-Suggestion_Col {
  width: 80% !important;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px){
  .sp-Suggestion_Col {
    width: 80% !important;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 700px){
  .suggestion_box{
    flex-direction: column;
  }
  .bu-Suggestion .sp-Suggestion_Wrap:nth-child(n+2){
    margin-top: 40px;
  }
  .sp-Suggestion_Col {
    width: 94% !important;
    margin-bottom: 0;
  }
}

