@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

ol,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

html,
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

body {
  width: 100%;
}

p {
  font-size: 1.5rem;
}

.pc-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
}

header {
  position: relative;
}
header figure {
  position: absolute;
  top: 28px;
  left: 40px;
  z-index: 1;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  header figure {
    top: 2vw;
    left: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  header figure {
    top: 15px;
    left: 15px;
  }
}
header figure img {
  width: 160px;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  header figure img {
    width: 11.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  header figure img {
    width: 85px;
  }
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

section {
  /* mv */
  /* adviser */
  /* program */
  /* concept */
}
section .title-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  text-align: center;
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  section .title-area {
    margin-bottom: 50px;
  }
}
section .title-area:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fcdc04;
  display: block;
  position: absolute;
  top: 76px;
}
@media screen and (min-width: 768px) {
  section .title-area:after {
    max-width: 99.8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  section .title-area:after {
    top: 52px;
  }
}
section .title-area h2 {
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 3.6px;
  position: relative;
  display: table;
  margin: 0 auto;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  section .title-area h2 {
    font-size: 4.3rem;
    letter-spacing: 2.58px;
  }
}
section .title-area h2:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
section .title-area small {
  font-weight: bold;
  display: table;
  color: #666666;
  margin: 30px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  section .title-area small {
    margin: 15px auto 0;
    font-size: 1.3rem;
  }
}
section:not(.mv) {
  width: 1000px;
  margin: 0 auto 170px;
  padding: 0 10px;
}
@media screen and (max-width: 1180px) and (min-width:768px) {
  section:not(.mv) {
    padding: 0 3%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section:not(.mv) {
    width: 100%;
    margin-bottom: 86px;
    padding: 0 18px;
  }
}
section.mv {
  background-image: url(../images/mv-main_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 670px;
  position: relative;
  margin-bottom: 180px;
  /*中の要素*/
  /*左から右*/
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}
@media screen and (min-width: 768px) {
  section.mv {
    overflow: hidden;
  }
}
@media screen and (min-width: 1980px) {
  section.mv {
    background-size: 100%;
    height: 33.8383838384vw;
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv {
    height: 47.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  section.mv {
    background-image: url(../images/mv-main.jpg);
    height: 114.6666666667vw;
    margin-bottom: 56.2666666667vw;
  }
}
section.mv .mv__wrap {
  position: relative;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
section.mv .mv__wrap .mv-1,
section.mv .mv__wrap .mv-2,
section.mv .mv__wrap .mv-3 {
  display: none;
  position: absolute;
}
section.mv .mv__wrap .mv-1 {
  width: 130px;
  top: 40px;
  left: 914px;
}
@media screen and (max-width: 767px) {
  section.mv .mv__wrap .mv-1 {
    width: 18.4vw;
    top: 14.6666666667vw;
    left: 16.5333333333vw;
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .mv__wrap .mv-1 {
    width: 9.2857142857vw;
    top: 2.8571428571vw;
    left: 65.2857142857vw;
  }
}
section.mv .mv__wrap .mv-1.swing-r img {
  width: 130px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura 2.8s linear infinite;
          animation: yurayura 2.8s linear infinite;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .mv__wrap .mv-1.swing-r img {
    width: 9.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  section.mv .mv__wrap .mv-1.swing-r img {
    width: 18.4vw;
  }
}
section.mv .mv__wrap .mv-2 {
  width: 121px;
  top: 208px;
  left: 65px;
}
@media screen and (max-width: 767px) {
  section.mv .mv__wrap .mv-2 {
    width: 17.6vw;
    top: 35.7333333333vw;
    left: 53.3333333333vw;
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .mv__wrap .mv-2 {
    left: 4.6428571429vw;
    top: 14.8571428571vw;
    width: 9.2857142857vw;
  }
}
section.mv .mv__wrap .mv-2.swing-l img {
  width: 121px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: yurayura2 3.3s infinite linear;
          animation: yurayura2 3.3s infinite linear;
}
@media screen and (max-width: 767px) {
  section.mv .mv__wrap .mv-2.swing-l img {
    width: 17.6vw;
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .mv__wrap .mv-2.swing-l img {
    width: 8.6428571429vw;
  }
}
section.mv .mv__wrap .mv-3 {
  width: 158px;
  top: 500px;
  left: 1264px;
}
@media screen and (max-width: 767px) {
  section.mv .mv__wrap .mv-3 {
    width: 23.3333333333vw;
    top: 88vw;
    left: 74.4vw;
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .mv__wrap .mv-3 {
    width: 11.2857142857vw;
    top: 35.7142857143vw;
    left: 90.2857142857vw;
  }
}
section.mv .mv__wrap .mv-3.poyo img {
  width: 158px;
  -webkit-animation: bounceInBottom 3.3s infinite ease-in-out 1s alternate;
          animation: bounceInBottom 3.3s infinite ease-in-out 1s alternate;
}
@media screen and (max-width: 767px) {
  section.mv .mv__wrap .mv-3.poyo img {
    width: 23.3333333333vw;
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .mv__wrap .mv-3.poyo img {
    width: 11.2857142857vw;
  }
}
@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes yurayura2 {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
@keyframes yurayura2 {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
@-webkit-keyframes bounceInBottom {
  0% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
  58% {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  73% {
    -webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
  }
  88% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounceInBottom {
  0% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
  58% {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  73% {
    -webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
  }
  88% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
section.mv .textslide {
  position: relative;
  top: 131px;
  margin-left: calc(22% - 60px);
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .textslide {
    top: 9.3571428571vw;
    margin-left: calc(22% - 4.2857142857vw);
  }
}
@media screen and (max-width: 767px) {
  section.mv .textslide {
    top: 40px;
    margin-left: auto;
    display: table;
  }
}
section.mv .textslide p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .textslide p {
    font-size: 1.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  section.mv .textslide p {
    font-size: 4.8vw;
    margin-left: auto;
  }
}
section.mv .textslide p:nth-child(1) span {
  width: 328px;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .textslide p:nth-child(1) span {
    width: 23.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  section.mv .textslide p:nth-child(1) span {
    width: 64vw;
  }
}
section.mv .textslide p:nth-child(2) {
  margin-top: 10px;
  margin-left: 58px;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .textslide p:nth-child(2) {
    margin-top: 0.7142857143vw;
    margin-left: 4.1428571429vw;
  }
}
section.mv .textslide p:nth-child(2) span {
  width: 300px;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .textslide p:nth-child(2) span {
    width: 21.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  section.mv .textslide p:nth-child(2) span {
    width: 55.4666666667vw;
  }
}
section.mv .mv__copy {
  position: absolute;
  bottom: 84px;
  margin-left: calc(22% - 100px);
  opacity: 0;
  visibility: hidden;
}
section.mv .mv__copy.fadeup {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  section.mv .mv__copy.fadeup {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation-name: fadeUpAnimesp;
            animation-name: fadeUpAnimesp;
  }
  @-webkit-keyframes fadeUpAnimesp {
    from {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate(-50%, 10px);
              transform: translate(-50%, 10px);
    }
    to {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
  }
  @keyframes fadeUpAnimesp {
    from {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate(-50%, 10px);
              transform: translate(-50%, 10px);
    }
    to {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .mv__copy {
    bottom: 6vw;
    margin-left: calc(22% - 7.1428571429vw);
  }
}
@media screen and (max-width: 767px) {
  section.mv .mv__copy {
    width: 88vw;
    margin-left: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -32.8vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
section.mv .mv__copy figure img {
  width: 155px;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .mv__copy figure img {
    width: 11.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  section.mv .mv__copy figure img {
    width: 41.3333333333vw;
  }
}
section.mv .mv__copy h1 {
  color: #344195;
  font-size: 56px;
  line-height: 1.25;
  font-weight: normal;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .mv__copy h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  section.mv .mv__copy h1 {
    font-size: 8vw;
    text-align: center;
  }
}
section.mv .mv__copy h1 strong {
  font-weight: bold;
  font-size: 62px;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .mv__copy h1 strong {
    font-size: 4.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  section.mv .mv__copy h1 strong {
    font-size: 8.8vw;
  }
}
section.mv .mv__copy h1 strong small {
  font-size: 38px;
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  section.mv .mv__copy h1 strong small {
    font-size: 2.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  section.mv .mv__copy h1 strong small {
    font-size: 5.8666666667vw;
  }
}
section.mv .bgextend,
section.mv .bgextend2 {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  display: table;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
section.mv .bgextend2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
section.mv .bgappear,
section.mv .bgappear2 {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  display: table;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
  background-color: #fcdc04; /*伸びる背景色の設定*/
}
section.mv .bgappear2 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.mv .bgLRextend::before,
section.mv .bgLRextend2::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #344195;
}
section.mv .bgLRextend2::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
section.mv .bgappearTrigger,
section.mv .bgLRextendTrigger {
  opacity: 0;
}
section.adviser .title-area h2::before {
  background-image: url(../images/lead_a.svg);
  top: -45px;
  width: 140px;
  height: 198px;
  left: -187px;
}
@media screen and (max-width: 767px) {
  section.adviser .title-area h2::before {
    width: 100px;
    height: 142px;
    left: -124px;
  }
}
section.adviser .adviser-brackets {
  color: #344195;
  font-size: 3rem;
  line-height: 1.3;
  position: relative;
  display: table;
  font-weight: normal;
  margin: 88px auto 60px;
  text-align: center;
  padding: 0 36px;
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-brackets {
    font-size: 2rem;
    margin: 30px auto;
    padding: 0 10px;
  }
}
section.adviser .adviser-brackets:before, section.adviser .adviser-brackets:after {
  content: "";
  background-image: url(../images/adviser-bracket.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 63px;
}
section.adviser .adviser-brackets::before {
  left: -10px;
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-brackets::before {
    left: -8px;
  }
}
section.adviser .adviser-brackets::after {
  right: 0;
  -webkit-transform: scale(-1, 1) translate(-50%, -50%);
          transform: scale(-1, 1) translate(-50%, -50%);
}
section.adviser .adviser-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
section.adviser .adviser-list li {
  max-width: 450px;
  width: 46%;
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list li {
    max-width: 100%;
    width: 100%;
  }
  section.adviser .adviser-list li:nth-child(2) {
    margin-top: 30px;
  }
  section.adviser .adviser-list li:nth-child(2) .adviser-list__introduce {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  section.adviser .adviser-list li:nth-child(2) .adviser-list__introduce--img {
    margin-left: 0;
    margin-right: 16px;
  }
}
section.adviser .adviser-list__introduce {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list__introduce {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
section.adviser .adviser-list__introduce--title {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list__introduce--title {
    margin-top: 24px;
  }
}
section.adviser .adviser-list__introduce--title h4 {
  background-color: #344195;
  color: white;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  width: 200px;
  font-size: 2rem;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list__introduce--title h4 {
    width: 155px;
    font-size: 1.8rem;
    line-height: 1.667;
    margin-bottom: 15px;
    height: 34px;
    padding: 2px 0 3px;
  }
}
section.adviser .adviser-list__introduce--title h4:before, section.adviser .adviser-list__introduce--title h4:after {
  content: "";
  height: 0;
  display: block;
  position: absolute;
}
section.adviser .adviser-list__introduce--title h4:before {
  right: -4px;
  border-top: solid 20px #fff;
  border-left: solid 20px rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list__introduce--title h4:before {
    top: -1px;
    right: 0;
    border-top-width: 9px;
    border-left-width: 9px;
  }
}
section.adviser .adviser-list__introduce--title h4:after {
  left: -4px;
  bottom: -1px;
  border-bottom: solid 20px #fff;
  border-right: solid 20px rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list__introduce--title h4:after {
    left: 0;
    border-bottom-width: 9px;
    border-right-width: 9px;
  }
}
section.adviser .adviser-list__introduce--title *:not(h4) {
  font-weight: bold;
}
section.adviser .adviser-list__introduce--title p {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list__introduce--title p {
    font-size: 1.4rem;
    line-height: 1.334;
  }
}
section.adviser .adviser-list__introduce--title p.name {
  margin-top: 5px;
  font-size: 30px;
  line-height: 1, 334;
}
section.adviser .adviser-list__introduce--title p.name small {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list__introduce--title p.name {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  section.adviser .adviser-list__introduce--title p.name small {
    font-size: 1.6rem;
  }
}
section.adviser .adviser-list__introduce--img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: 28px;
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list__introduce--img {
    margin-bottom: 16px;
    margin-left: 16px;
  }
}
section.adviser .adviser-list__introduce--img img {
  width: 220px;
}
@media screen and (max-width: 1180px) and (min-width:768px) {
  section.adviser .adviser-list__introduce--img img {
    width: 15.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list__introduce--img img {
    width: 170px;
  }
}
section.adviser .adviser-list__para p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  section.adviser .adviser-list__para p {
    font-size: 1.5rem;
    line-height: 1.446;
  }
}
section.adviser .adviser-list__para p:not(:last-child) {
  margin-bottom: 20px;
}
section.program .title-area h2::before {
  background-image: url(../images/lead_b.svg);
  top: -41px;
  width: 140px;
  height: 174px;
  right: -180px;
}
@media screen and (max-width: 767px) {
  section.program .title-area h2::before {
    width: 100px;
    height: 125px;
    right: -110px;
  }
}
section.program .program-list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
section.program .program-list div:not(:last-child) {
  margin-bottom: 32px;
}
section.program .program-list div dt {
  background-color: #344195;
  color: white;
  border-radius: 20px;
  line-height: 2;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  width: 180px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.program .program-list div dt {
    width: 148px;
    font-size: 1.8rem;
    border-radius: 19px;
    margin-bottom: 14px;
    line-height: 1.667;
    height: 38px;
    padding-top: 4px;
    padding-bottom: 5px;
  }
}
section.program .program-list div dd {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  section.program .program-list div dd {
    font-size: 1.6rem;
    text-align: center;
  }
}
section.concept {
  margin-bottom: 0;
}
section.concept .title-area h2::before {
  background-image: url(../images/lead_c.svg);
  width: 175px;
  height: 150px;
  top: -19px;
  left: -216px;
}
@media screen and (max-width: 767px) {
  section.concept .title-area h2::before {
    width: 125px;
    height: 107px;
    top: -24px;
    left: -125px;
  }
}
section.concept .concept__para {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.concept .concept__para {
    font-size: 1.6rem;
    line-height: 2.063;
  }
}
section.concept .concept__para strong {
  color: #344195;
}
section.concept .concept__img {
  margin: 66px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  section.concept .concept__img {
    margin-top: 48px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
section.concept .concept__img img {
  text-align: center;
}
section.concept .link-area {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin: 72px auto;
}
@media screen and (max-width: 767px) {
  section.concept .link-area {
    font-size: 1.6rem;
    margin: 46px auto;
  }
}
section.concept .link-area a {
  color: #344195;
  -webkit-transition: 0.4s -webkit-text-decoration;
  transition: 0.4s -webkit-text-decoration;
  transition: 0.4s text-decoration;
  transition: 0.4s text-decoration, 0.4s -webkit-text-decoration;
}
section.concept .link-area a:hover {
  opacity: 1;
  text-decoration: none;
}

footer {
  background-color: #344195;
  color: white;
  text-align: center;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 14px;
  }
}
footer p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=index.css.map */