@charset "UTF-8";
.m-course-mv-content {
  background: #9b0332;
}
.m-course-mv-content::before {
  background: #9b0332;
}

.p-intro-letter {
  background: url(../../../images/course/education/bg_intro.jpg) 0 0/cover no-repeat;
  padding: 60px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-intro-letter {
    padding: 10vw 5vw;
  }
}
.p-intro-letter-mh {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-intro-letter-mh {
    font-size: 6vw;
  }
}
.p-intro-letter-txt {
  font-size: 1.8rem;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-intro-letter-txt {
    font-size: 3.6vw;
  }
}

.p-feature {
  width: 1000px;
  border: 3px solid #9b0332;
  margin: 148px auto 80px;
}
@media screen and (max-width: 767px) {
  .p-feature {
    width: auto;
    margin: 20vw 5vw 10vw;
  }
}
.p-feature-ttl {
  position: relative;
  top: -65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature-ttl {
    top: auto;
    margin-top: -9vw;
  }
}
.p-feature-ttl-en {
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-feature-ttl-en {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
}
.p-feature-ttl-en span {
  color: #17974d;
}
.p-feature-ttl-txt {
  position: relative;
  display: inline-block;
  background: #fff;
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0;
  padding: 0 2.6em;
}
@media screen and (max-width: 767px) {
  .p-feature-ttl-txt {
    font-size: 5.6vw;
    padding: 0 8vw;
  }
}
.p-feature-ttl-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.2em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #17974d transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-feature-ttl-txt::before {
    left: 3vw;
    border-width: 3vw 3vw 0 0;
  }
}
.p-feature-ttl-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 1.2em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #9b0332 transparent;
}
@media screen and (max-width: 767px) {
  .p-feature-ttl-txt::after {
    right: 3vw;
    border-width: 0 0 3vw 3vw;
  }
}
.p-feature-block {
  width: 600px;
  margin: 0 auto;
  padding: 15px 0 75px;
}
@media screen and (max-width: 767px) {
  .p-feature-block {
    width: auto;
    padding: 7vw 5vw 8vw;
  }
}
.p-feature-num {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 3px solid #c7c7c7;
  padding-bottom: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-feature-num {
    padding-bottom: 2vw;
    margin-top: 8vw;
  }
}
.p-feature-num:first-child {
  margin-top: 0;
}
.p-feature-num::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #9b0332;
}
@media screen and (max-width: 767px) {
  .p-feature-num::before {
    width: 10vw;
  }
}
.p-feature-num-point {
  width: 60px;
  font-family: "Roboto";
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #9b0332;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-feature-num-point {
    width: 10vw;
    font-size: 2.6vw;
  }
}
.p-feature-num-point span {
  display: block;
  font-size: 5.7rem;
  letter-spacing: -0.05em;
  margin-top: -0.1em;
}
@media screen and (max-width: 767px) {
  .p-feature-num-point span {
    font-size: 5.8vw;
    letter-spacing: 0;
  }
}
.p-feature-num-txt {
  width: calc(100% - 60px);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.4em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-feature-num-txt {
    width: calc(100% - 10vw);
    font-size: 4vw;
    line-height: 1.4;
    padding-bottom: 0.2em;
  }
}
.p-feature-txt {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-feature-txt {
    font-size: 3.6vw;
  }
}

.p-strength {
  background: #eee;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-strength {
    padding-bottom: 10vw;
  }
}
.p-strength-intro {
  background: #9b0332;
  border-top: 12px solid #a02a33;
  padding: 70px 0 160px;
}
@media screen and (max-width: 767px) {
  .p-strength-intro {
    padding: 8vw 0 20vw;
  }
}
.p-strength-intro-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-strength-intro-inner {
    display: block;
    width: auto;
    padding: 0 5vw;
  }
}
.p-strength-intro-txt {
  width: 560px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-strength-intro-txt {
    width: auto;
    margin-top: 3vw;
  }
}
.p-strength-ttl {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .p-strength-ttl {
    width: auto;
  }
}
.p-strength-ttl-pre {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.9em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .p-strength-ttl-pre {
    font-size: 4.2vw;
  }
}
.p-strength-ttl-pre::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
}
.p-strength-ttl-bg {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: 900;
  background: #000000;
  color: #fff;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-strength-ttl-bg {
    font-size: 5.6vw;
    padding: 2vw 3vw;
  }
}
.p-strength-ttl-bg + .p-strength-ttl-bg {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-strength-ttl-bg + .p-strength-ttl-bg {
    margin-top: 2vw;
  }
}

.p-select {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  position: relative;
  width: 1200px;
  margin: -100px auto 120px;
}
@media screen and (max-width: 767px) {
  .p-select {
    display: block;
    width: 90vw;
    margin: -13vw auto 10vw;
  }
}
.p-select-ttl {
  font-size: 3.2rem;
  font-weight: 900;
  color: #ba424b;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-select-ttl {
    font-size: 5.6vw;
  }
}
.p-select-ttl--pk {
  color: #f98199;
}
.p-select-exp {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding-left: 1em;
}
.p-select-exp::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: #ccc;
}
.p-select-exp--rd::before {
  background: #ba424b;
}
.p-select-exp--pk::before {
  background: #f98199;
}
.p-select-exp + .p-select-exp {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-select-exp {
    font-size: 3.6vw;
  }
}
.p-select-block {
  position: relative;
  width: 580px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-select-block {
    width: auto;
  }
  .p-select-block + .p-select-block {
    margin-top: 5vw;
  }
}
.p-select-block-inner {
  padding: 40px 38px 90px 38px;
}
@media screen and (max-width: 767px) {
  .p-select-block-inner {
    padding: 7vw 5vw;
  }
}
.p-select-block__link {
  display: block;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-select-block__link:hover {
  opacity: 0.7;
}
.p-select-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #333;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-select-btn {
    position: relative;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 1em;
  }
}
.p-select-btn-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-select-btn-link:hover {
  opacity: 0.7;
}
.p-select-btn-txt {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  padding-left: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-select-btn-txt {
    font-size: 3.2vw;
  }
}
.p-select-btn-img {
  width: 1.25em;
  height: auto;
}

.p-metric {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-metric {
    width: auto;
    padding: 0 5vw;
  }
}
.p-metric-ttl {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-metric-ttl {
    font-size: 5.2vw;
    text-align: center;
    margin-bottom: 5vw;
  }
}
.p-metric-ttl span {
  position: relative;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .p-metric-ttl span {
    display: block;
    padding: 0 0 5vw;
  }
}
.p-metric-ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 55px;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #4d4d4d), color-stop(50%, #17974d));
  background: linear-gradient(270deg, #4d4d4d 50%, #17974d 50%);
}
@media screen and (max-width: 767px) {
  .p-metric-ttl span::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8vw;
    height: 1vw;
  }
}
.p-metric-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-metric-txt {
    font-size: 4vw;
  }
}
.p-metric-notes {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-metric-notes {
    font-size: 3.2vw;
  }
}
.p-metric-lists {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-metric-lists {
    display: block;
    margin: 5vw 0 0;
  }
}
.p-metric-list {
  width: 25%;
  background: #212121;
}
@media screen and (max-width: 767px) {
  .p-metric-list {
    width: auto;
  }
}
.p-metric-list:nth-child(even) {
  width: 25%;
  background: #313131;
}
.p-metric-list:nth-child(even) .p-metric-list-ttl {
  background: #b12550;
}
@media screen and (max-width: 767px) {
  .p-metric-list:nth-child(even) {
    width: auto;
  }
}
.p-metric-list-ttl {
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  background: #9b0332;
  font-weight: 700;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .p-metric-list-ttl {
    font-size: 4.6vw;
    padding: 3vw 0;
  }
}
.p-metric-list-ttl span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin: 0.9em 0 0;
}
@media screen and (max-width: 767px) {
  .p-metric-list-ttl span {
    font-size: 3.2vw;
  }
}
.p-metric-block {
  padding: 30px 32px;
}
@media screen and (max-width: 767px) {
  .p-metric-block {
    padding: 5vw;
  }
}
.p-metric-block-ttl {
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-metric-block-ttl {
    font-size: 3.6vw;
  }
}
.p-metric-block-ttl + * {
  margin: 0.5em 0 1em 0.5em;
}
.p-metric-block-txt {
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-metric-block-txt {
    font-size: 3.6vw;
  }
}
.p-metric-dot {
  position: relative;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-metric-dot {
    font-size: 3.6vw;
  }
}
.p-metric-dot::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-metric-dot + .p-metric-dot {
  margin-top: 10px;
}

.p-link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-link-wrap {
  display: block;
  overflow: hidden;
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-link-wrap:hover {
  opacity: 0.7;
}
.p-link-wrap:hover .p-link-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-link-img {
  width: 100%;
  height: auto;
  -webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-link-block {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 685px;
  height: 100%;
  background: rgba(33, 33, 33, 0.95);
  padding: 0 110px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-link-block {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: auto;
    padding: 6vw 8vw;
  }
}
.p-link-ttl {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-link-ttl {
    font-size: 5vw;
    margin-bottom: 0.5em;
  }
}
.p-link-ttl-notes {
  display: block;
  line-height: 1;
  font-size: 1.6rem;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-link-ttl-notes {
    font-size: 3.6vw;
    line-height: 1.4;
  }
}
.p-link-txt {
  width: 465px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-link-txt {
    width: auto;
    font-size: 3.6vw;
  }
}
.p-link-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .p-link-arrow {
    width: 20vw;
    height: 20vw;
  }
}
.p-link-arrow-click {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  text-align: right;
  width: 100%;
  height: 100%;
  padding: 0 10px 15px 0;
}
@media screen and (max-width: 767px) {
  .p-link-arrow-click {
    padding: 0 2vw 2.5vw 0;
  }
}
.p-link-arrow-click::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 110px 110px;
  border-color: transparent transparent #000000 transparent;
}
@media screen and (max-width: 767px) {
  .p-link-arrow-click::before {
    border-width: 0 0 20vw 20vw;
  }
}
.p-link-arrow-txt {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: url(../../../images/course/international/icn_link_arrow.png) center 0/20px auto no-repeat;
  padding-top: 25px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-link-arrow-txt {
    font-size: 3.2vw;
    background-size: 4vw auto;
    padding-top: 5vw;
  }
}
.p-link--reverse .p-link-block {
  right: auto;
  left: 0;
}