@charset "UTF-8";

.ui--sp {
  display: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

p {
  text-align: justify;
}

.yu_mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

main {
  overflow: hidden;
}

.font-ss {
  font-size: 1.2rem;
}

.font-red {
  color: #E60000;
  font-weight: 700;
}

.underline--y {
  background: linear-gradient(to bottom, transparent 50%, #FBFFCF 50%, #FBFFCF 80%, transparent 80%);
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  margin-bottom: 40px;
}

.ttl>h2 {
  font-size: 3rem;
}

.ttl>span {
  font-size: 1.8rem;
  font-family: 'Playfair Display', serif;
  color: #36AF76;
}

.link-btnWrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.link-btn {
  width: 49%;
  height: 90px;
}

.link-btn__corse {
  width: 100%;
}

.link-btn>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 50vh;
  color: #fff;
  filter: drop-shadow(2px 8px 4px rgba(149, 157, 165, 0.3));
}

.link-btn>a>img {
  width: 36px;
  margin-right: 10px;
  flex-shrink: 0;
}

.link-btn__web {
  background: #475B46;
}

.link-btn__line {
  background: #06C755;
}

.link-btn__inner {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/*----------------------------------------------------
  #heading
----------------------------------------------------*/
#heading {
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

#heading h1 {
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  text-align: right;
  line-height: 1.8;
}

#heading h1 br {
  display: none;
}

/*----------------------------------------------------
  top-mv
----------------------------------------------------*/
main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

#top-mv {
  width: 100%;
  height: calc(80vh - 130px);
  min-height: 420px;
  position: relative;
  margin-top: 130px;
  z-index: 1;
}

.iPad #top-mv {
  width: 100%;
  height: calc(60vh - 90px);
  overflow: hidden;
  position: relative;
  margin-top: 90px;
}

.top-mv {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fafafa;
}

.top-mv>picture,
.top-mv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  position: absolute;
  top: 0;
  left: 0;
}

.iPad #heading {
  top: 62.5vh;
}

.top-mv-title {
  width: 35%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 10%;
  padding: 3.5% 2.5%;
  box-sizing: border-box;
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(8px);
}

.top-mv-title>h2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-mv-title>h2>img {
  width: 100%;
}

.top-mv-title>h2>span {
  padding: 0 30px;
  font-size: 3.2rem;
  line-height: 1.6;
  background: linear-gradient(45deg, #0ecc8a, #c8f54a);
  color: #fff;
  letter-spacing: .15em;
  margin-top: 24px;
  border-radius: 4px;
}

.top-img-bg {
  width: 10%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-lead.ui--sp {
  display: none;
}

.top-lead {
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 40px;
  border-radius: 50vh;
  background: #FFA73D;
  color: #fff;
  font-size: 3rem;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.top-lead>p {
  white-space: nowrap;
}

.top-lead__yy,
.top-lead__mm {
  font-size: 4rem;
  font-weight: bold;
}

.top-lead__txt {
  font-size: 3.6rem;
}

/*----------------------------------------------------
  about
----------------------------------------------------*/
.about {
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.about .container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.about-col {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 80px;
}

.about-img {
  width: 40%;
  height: auto;
}

.about-inner {
  width: 48%;
  height: auto;
  font-size: 1.8rem;
}

.about-inner__lead {
  font-size: 2.6rem;
  line-height: 1.8;
  font-weight: 700;
  padding-left: 24px;
  margin-bottom: 25px;
  box-sizing: border-box;
  position: relative;
}

.about-inner__lead::before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #c8f54a 0%, #c8f54a 50%, #0ecc8a 50%, #0ecc8a 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.about-inner>ul {
  width: 100%;
  margin-bottom: 25px;
  list-style: none;
}

.about-inner>ul>li {
  width: 100%;
  display: flex;
  align-items: center;
}

.about-inner>ul>li:not(:last-of-type) {
  margin-bottom: 5px;
}

.about-inner>ul>li::before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
  background: url('../img/school/icon-check--ora.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-txt {
  width: 100%;
  height: auto;
}

.about-txt>p:not(:last-child) {
  margin-bottom: 14px;
}

.about-box {
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-chart {
  width: 70%;
  margin: 0 auto;
}

.about-box__inner {
  width: 47.5%;
}

.about-box__ttl>h3 {
  font-size: 2rem;
  padding: 0 20px;
  margin-bottom: 14px;
  background: #73C898;
  display: inline-block;
  color: #fff;
}

.about-box__lead {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 24px;
  box-sizing: border-box;
  position: relative;
}

.about-box__lead::before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #c8f54a 0%, #c8f54a 50%, #0ecc8a 50%, #0ecc8a 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.about-box__txt {
  font-size: 1.6rem;
}

.about-box__txt>p:not(:last-of-type) {
  margin-bottom: 14px;
}

.about-box__img {
  width: 45%;
}

.about-box__img--sp {
  display: none;
}

.about-box__desc {
  width: 90%;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-around;
}

.about-box__desc-inner {
  width: 45%;
  display: flex;
  align-items: center;
}

.about-box__desc-inner>img {
  width: 25%;
  margin-right: 20px;
  flex-shrink: 0;
}

.about-box__desc-txt>span {
  background: #545454;
  color: #fff;
  padding: 5px 20px;
  font-weight: 700;
  border-radius: 4px;
}

.about-box__desc-inner:nth-of-type(3) .about-box__desc-txt>span {
  background: #0ecc8a;
}

.about-box-arrow {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-box-arrow span {
  width: 12px;
  height: 12px;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid #5CC7FF;
  border-bottom: 12px solid transparent;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

/*----------------------------------------------------
  case
----------------------------------------------------*/
.case {
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0;
  background: #F3FAF7;
}

.case-ttl {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.case-ttl>h2 {
  font-size: 3rem;
}

.case-ttl>h2 br {
  display: none;
}

.case-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.case-img {
  width: 45%;
  position: relative;
}

.case-img--left {
  width: 70%;
}

.case-img--right {
  width: 35%;
  position: absolute;
  top: 55%;
  right: 0;
}

.case-list {
  width: 45%;
}

.case-list>ul {
  display: inline-block;
  width: auto;
  list-style: none;
}

.case-list>ul>li {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}

.case-list>ul>li:not(:last-of-type) {
  margin-bottom: 20px;
}

.case-list>ul>li::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  margin-right: 14px;
  flex-shrink: 0;
  background: url('../img/school/icon-check--grn.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*----------------------------------------------------
  sol
----------------------------------------------------*/
.sol {
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0;
}

.sol-ttl {
  width: 100%;
  margin: 0 auto 30px auto;
}

.sol-ttl__col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sol-ttl__col>img {
  width: 48px;
  flex-shrink: 0;
  margin-right: 10px;
}

.sol-ttl__col>p {
  font-size: 2rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.6;
}

.sol-ttl__col>p .font-red {
  font-size: 2.4rem;
  margin: 0 5px;
}

.sol-ttl>h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4rem;
  text-align: center;
}

.sol-ttl>h2::before {
  display: block;
  content: "";
  width: 2px;
  height: 40px;
  background: rgb(204, 204, 204);
  transform: rotate(-30deg);
  margin-right: 30px;
}

.sol-ttl>h2::after {
  display: block;
  content: "";
  width: 2px;
  height: 40px;
  background: rgb(204, 204, 204);
  transform: rotate(30deg);
  margin-left: 30px;
}

.sol-colWrap {
  width: 100%;
  height: auto;
}

.sol-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 80px;
}

.sol-col__img {
  width: 35%;
}

.sol-col__inner {
  width: 45%;
}

.sol-col__inner-box:nth-of-type(n+2) {
  margin-top: 30px;
}

.sol-col__inner-lead {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sol-col__inner-lead::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 8px;
}

.sol-col__inner-lead>span {
  background: #72CCA2;
  color: #fff;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 50vh;
  margin-right: 8px;
}

.sol-col__inner-lead>p {
  font-size: 2rem;
  font-weight: 700;
}

.sol-col__inner-txt {
  width: 95%;
  font-size: 1.6rem;
  margin: 0 auto;
}

.sol-col__inner-txt>ol {
  width: 100%;
  counter-reset: number;
  box-sizing: border-box;
  font-size: 1.6rem;
  list-style: none;
}

.sol-col__inner-txt>ol>li {
  counter-increment: number;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.sol-col__inner-txt>ol>li:not(:last-of-type) {
  margin-bottom: 8px;
}

.sol-col__inner-txt>ol>li::before {
  content: counter(number);
  background-color: #5CC7FF;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5px;
}

.sol-mv {
  padding: 80px 40px;
  box-sizing: border-box;
  margin-bottom: 80px;
  background: #F3FAF7;
}

.sol-mv__ttl {
  margin-bottom: 30px;
}

.sol-mv__ttl>h3 {
  font-size: 2.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sol-mv__ttl>h3::after {
  display: block;
  content: '';
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #c8f54a 0%, #c8f54a 50%, #0ecc8a 50%, #0ecc8a 100%);
  margin: 8px 0;
}

.sol-mv__ttl>h3>br {
  display: none;
}

.sol-mv__col {
  display: flex;
  justify-content: space-between;
}

.sol-mv__col:not(:last-of-type) {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #636363;
}

.sol-mv__inner {
  width: 50%;
}

.sol-mv__prof {
  width: 100%;
}

.sol-mv__prof-name {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.sol-mv__prof-name>span {
  font-size: 1.6rem;
  padding: 0 14px;
  margin-right: 10px;
  background: #36AF76;
  color: #fff;
}

.sol-mv__prof-name>p {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  font-size: 2.6rem;
}

.sol-mv__prof-name>p>span {
  font-size: 1.2rem;
  font-weight: normal;
}

.sol-mv__prof-box {
  padding: 14px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20px;
}

.sol-mv__prof-box>span {
  font-weight: 700;
}

.sol-mv__txt-lead {
  color: #06C755;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1.5rem;
  position: relative;
  padding-left: 20px;
}

.sol-mv__txt-lead::before {
  display: block;
  content: '';
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #c8f54a 0%, #c8f54a 50%, #0ecc8a 50%, #0ecc8a 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.sol-mv__media {
  width: 45%;
  position: relative;
}

.sol-mv__media::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.sol-mv__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sol-mv__media img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

.sol-col__point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding: 60px 40px;
  box-sizing: border-box;
  background: #F3FAF7;
  position: relative;
}

.sol-col__point-bg--right {
  width: 8%;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(270deg);
}

.sol-col__point-bg--left {
  width: 8%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
}

.sol-col__point-img {
  width: 140px;
  flex-shrink: 0;
  margin-right: 30px;
  border-radius: 50vh;
  background: #fff;
}

.sol-col__point-img>img {
  display: block;
  width: 100%;
  border-radius: 50vh;
}

.sol-col__point>p {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}

.sol-mv__txt-btn {
  display: flex;
  align-items: center;
  padding-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.sol-mv__txt-btn>span {
  padding: 0 10px;
  border: 1px solid #06C755;
  margin-right: 5px;
  flex-shrink: 0;
}

.sol-mv__txt-btn>p {
  margin-right: 5px;
}

.sol-mv__txt-name {
  font-weight: bold;
}

.sol-mv__txt-btn>i {
  margin-left: auto;
  flex-shrink: 0;
  transform-origin: center;
  transition: .25s linear;
}

.active.sol-mv__txt-btn>i {
  transform: rotate(180deg);
}

.sol-mv__txt-name>i {
  margin-right: 3px;
}

.sol-mv__txt-inner {
  display: none;
  margin-bottom: 10px;
}

/*----------------------------------------------------
  course
----------------------------------------------------*/
.course {
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0;
  background: #F3FAF7;
}

.course .container {
  width: 90%;
  max-width: 1440px;
}

.course-colWrap {
  width: 100%;
  height: auto;
}

.course-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.course-box {
  width: 46%;
  display: flex;
  flex-direction: column;
}

#pro {
  margin: 0 auto;
}

.course-box__ttl {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 5%;
  box-sizing: border-box;
  color: #fff;
  border-radius: 20px 20px 0 0;
}

.course-box__ttl-img {
  width: 80px;
  margin-right: 14px;
  flex-shrink: 0;
}

.course-box__ttl-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}

.course-box__ttl-inner>h3 {
  font-size: 2.4rem;
  letter-spacing: 0;
  margin-bottom: 5px;
  order: 2;
}

.course-box__ttl-inner>h3>span {
  font-size: 1.6rem;
}

.course-box__ttl-inner>span {
  font-size: 1.8rem;
  order: 1;
}

.course-box__ttl-period {
  order: 3;
  font-size: 1.6rem;
  padding: 2px 14px;
  border: 1px solid #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, .2);
}

#basic .course-box__ttl {
  background: #c8f54a;
}

#advance .course-box__ttl {
  background: #0ecc8a;
}

#pro .course-box__ttl {
  background: #5fc6cc;
}

#plus .course-box__ttl {
  background: #FFC0DF;
}

.course-box__inner {
  width: 100%;
  padding: 20px 5% 40px 5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #fff;
}

.course-box__txt {
  font-size: 1.6rem;
  margin-bottom: 14px;
  flex: 1;
}

.course-box__list>dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

.course-box__list>dl>dt {
  width: 140px;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #E2F1EF;
  font-weight: 700;
}

.course-box__list>dl>dd {
  width: calc(100% - 140px);
  padding: 10px 20px;
  box-sizing: border-box;
  background: #EEF7F5;
}

.course-box__list>dl>dt:not(:last-of-type),
.course-box__list>dl>dd:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.course-box__list-main {
  font-weight: bold;
}

.course-box__list>dl>dd>ol {
  padding-left: 20px;
  box-sizing: border-box;
}

.course-box-arrow {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  padding-left: 10px;
  margin-top: 5%;
}

.course-box-arrow span {
  width: 20px;
  height: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid #5CC7FF;
  border-bottom: 20px solid transparent;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.course-lead {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-lead::before {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-right: 14px;
}

.course-lead::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 14px;
}

.course-lead>p {
  text-align: center;
}

.course-link-btnWrap {
  width: 70%;
  margin: 0 auto 80px auto;
}

.course-link-btnWrap2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-btn__lead {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  text-align: center;
}

.link-btn__lead::before {
  display: block;
  content: "";
  width: 2px;
  height: 30px;
  transform: rotate(-30deg);
  margin-right: 20px;
  background: rgb(204, 204, 204);
}

.link-btn__lead::after {
  display: block;
  content: '';
  width: 2px;
  height: 30px;
  background: #ccc;
  transform: rotate(30deg);
  margin-left: 20px;
}

.course .link-btn__lead br {
  display: none;
}

.seminor {
  width: 90%;
  padding: 30px 60px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto 60px auto;
}

.seminor-sp {
  display: none;
}

.seminor-lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}

.seminor-lead::before {
  display: block;
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0px, -50%);
  background: linear-gradient(rgb(200, 245, 74) 0%, rgb(200, 245, 74) 50%, rgb(14, 204, 138) 50%, rgb(14, 204, 138) 100%);
}

.seminor-txt {
  margin-bottom: 14px;
}

.seminor-box {
  width: 100%;
}

.seminor-box>dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

.seminor-box>dl>dt {
  width: 20%;
  font-weight: 700;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #E2F1EF;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.seminor-box>dl>dd {
  width: 30%;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #EEF7F5;
  border-bottom: 1px solid #fff;
}

/*----------------------------------------------------
  review
----------------------------------------------------*/
.review {
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0;
}

.review-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  filter: drop-shadow(2px 4px 8px rgba(149, 157, 165, 0.3));
  background: #fff;
  padding: 40px 20px;
  box-sizing: border-box;

}

.review-box:nth-of-type(n+2) {
  margin-top: 80px;
}

.review-inner {
  width: 45%;
}

.review-inner__ttl {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-inner__ttl>img {
  width: 30px;
  flex-shrink: 0;
  margin-right: 10px;
}

.review-inner__ttl>h3 {
  font-size: 2rem;
  font-weight: 500;
}

.review-inner__ttl>h3>span {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 5px 0 10px;
}

.review-comment {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #F3FAF7;
  border-radius: 6px;
}

.review-comment>span {
  background: #36AF76;
  color: #fff;
  padding: 5px 14px;
  border-radius: 4px;
}

.review-comment__txt {
  width: 100%;
  font-size: 1.6rem;
}

.review-mv {
  width: 50%;
  position: relative;
}

.review-mv::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.review-mv iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*----------------------------------------------------
  flow
----------------------------------------------------*/
.flow {
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0;
  background: #F3FAF7;
}

.flow-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 80px;
}

.flow-img {
  width: 40%;
  box-shadow: -7px 7px 0 rgba(115, 200, 183, .25);
}

.flow-img picture,
.flow-img img {
  height: 100%;
  object-fit: cover;
}

.flow-list {
  width: 45%;
}

.flow-box {
  width: 100%;
  padding: 24px 20px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 10px;
  line-height: 1.6;
  background: #EAF5FF;
  filter: drop-shadow(2px 4px 8px rgba(149, 157, 165, 0.3));
}

.flow-box--short {
  width: 80%;
}

.flow-box>p {
  text-align: center;
}

#flow-box-basic {
  background: #c8f54a;
  color: #fff;
}

#flow-box-ad {
  background: #0ecc8a;
  color: #fff;
}

#flow-box-pro {
  background: #5fc6cc;
  color: #fff;
  position: relative;
}

#flow-box-inst {
  background: #FFC0DF;
  color: #fff;
}

.flow-box-arrow,
.flow-box-arrow2 {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0 0;
}

.flow-box-arrow2 {
  flex-direction: column;
  position: absolute;
  top: -40px;
  right: -15%;
}

.flow-box-arrow span,
.flow-box-arrow2 span {
  width: 12px;
  height: 12px;
  border-top: 12px solid #5CC7FF;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.flow-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.flow-comment::before {
  display: block;
  content: '';
  width: 2px;
  height: 30px;
  background: #ccc;
  transform: rotate(-30deg);
  margin-right: 20px;
}

.flow-comment::after {
  display: block;
  content: '';
  width: 2px;
  height: 30px;
  background: #ccc;
  transform: rotate(30deg);
  margin-left: 20px;
}

/*----------------------------------------------------
  staff
----------------------------------------------------*/
.staff {
  width: 100%;
  height: auto;
  position: relative;
  padding: 100px 0;
}

.staff-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}

#staff2 {
  width: 80%;
  margin: 0 auto;
}

.staff-inner {
  width: 45%;
}

.staff-prof {
  background: #F3FAF7;
  border-radius: 8px;
  padding: 30px 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.staff-name {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin-bottom: 20px;
}

.staff-name>p {
  font-size: 3rem;
  font-weight: bold;
}

.staff-name>span {
  font-size: 1.4rem;
  color: #36AF76;
  display: flex;
  align-items: center;
}

.staff-name>span::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 10px;
}

.staff-career {
  width: 100%;
  font-size: 1.6rem;
}

.staff-career>ul {
  padding-left: 20px;
  box-sizing: border-box;
}

.staff-list {
  font-size: 1.6rem;
}

.staff-list>span {
  color: #fff;
  background: #36AF76;
  padding: 5px 14px;
  border-radius: 50vh;
}

.staff-list>ul {
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}

.staff-list>ul>li {
  display: flex;
}

.staff-list>ul>li>span {
  flex-shrink: 0;
  margin-right: 8px;
}

.staff-img {
  width: 35%;
  position: relative;
}

#staff2 .staff-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.staff-img>img {
  border-radius: 50%;
}

#staff2 .staff-img>img {
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.staff-comment {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #F3FAF7;
  border-radius: 8px;
  margin-bottom: 80px;
}

.staff-comment__txt {
  width: calc(100% - 500px);
}

.staff-comment__tab {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

.staff-comment__lead {
  font-size: 2rem;
  font-weight: 700;
}

.staff-comment__img {
  width: 200px;
}

/*----------------------------------------------------
  media
----------------------------------------------------*/
#media {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 0 100px 0;
}

.media_title {
  width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
}

.media_title_sub {
  font-size: 4.6rem;
  font-family: 'Playfair Display', serif;
  letter-spacing: .1em;
  line-height: 1;
  font-weight: bold;
  margin-right: 30px;
}

.media_title_inner {
  line-height: 1.6;
}

.media_title_inner>h2 {
  font-size: 1.4rem;
}

.media_list>ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.media_list>ul>li {
  width: 16.5%;
  height: auto;
}

.media_list_img {
  width: 100%;
  height: auto;
  position: relative;
}

.media_list_img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 130%;
}

.media_list_img>img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

/*----------------------------------------------------
  mobile-nav
----------------------------------------------------*/
#mobile-nav li {
  width: 95% !important;
}

#mobile-nav li a {
  line-height: 1.4;
}

#mobile-nav li:nth-child(1) a {
  border: none;
  background: #06C755;
  color: #fff;
}

#mobile-nav li:nth-child(2) a {
  background: #475B46;
  border: none;
  color: #fff;
}

.mobile-nav-tel {
  letter-spacing: 0;
  font-weight: bold;
}

.mobile-nav-tel i,
.mobile-nav-online i {
  margin-right: 3px;
}

.mobile-nav-online {
  font-weight: bold;
  font-size: 1.6rem;
}

.mobile-nav-name,
.mobile-nav-hour {
  font-size: 1rem;
}

@media screen and (max-width: 1360px) {
  #heading {
    width: 90%;
    max-width: initial;
  }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {
  #top-mv {
    height: calc(80vh - 90px);
    margin-top: 90px;
  }

  #heading {
    top: 100px;
  }
}

@media screen and (max-width: 1100px) {

  /*---- #top-mv ----*/
  #top-mv {
    height: calc(80vh - 90px);
    margin-top: 90px;
  }

  .info {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {

  .top-mv>picture,
  .top-mv img {
    object-position: top right;
  }

  .top-mv-title {
    width: 45%;
  }

  /*---case---*/
  .case-list {
    width: 50%;
  }
}

@media screen and (max-width:897px) {
  .about .container {
    width: 75%;
  }

  .about-col {
    flex-direction: column;
  }

  .about-img {
    width: 65%;
    margin: 0 auto 30px auto;
  }

  .about-inner {
    width: auto;
  }

  .about-box__inner {
    width: 100%;
  }

  .about-box__img--pc {
    display: none;
  }

  .about-box__img--sp {
    display: block;
    width: 65%;
    margin: 20px 0;
  }

  .about-box__desc {
    flex-direction: column;
    align-items: center;
  }

  .about-box__desc-inner {
    width: 100%;
  }

  .about .about-box-arrow {
    transform: rotate(90deg);
    padding: 14px 0;
  }

  .about-box {
    padding: 0;
  }

  .about-chart {
    width: 75%;
  }

  /*---case---*/
  .case .container {
    width: 75%;
  }

  .case-col {
    flex-direction: column;
    align-items: center;
  }

  .case-img {
    width: 65%;
    margin: 0 auto 60px auto;
  }

  .case-list {
    width: auto;
  }

  /*---sol---*/
  .sol .container {
    width: 75%;
  }

  .sol-col {
    flex-direction: column;
  }

  .sol-col__img {
    width: 65%;
    margin: 0 auto 50px auto;
  }

  .sol-col__inner {
    width: 100%;
  }

  .sol-mv__col {
    flex-direction: column-reverse;
  }

  .sol-mv__inner {
    width: 100%;
  }

  .sol-mv__media {
    width: 100%;
    margin-bottom: 30px;
  }

  .sol-col__point {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .sol-col__point-img {
    width: 35%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .sol-col__point>p br {
    display: none;
  }

  /*---course---*/
  .course {
    padding-bottom: 20px;
  }

  .course-col {
    flex-direction: column;
    align-items: center;
  }

  .course-box {
    width: 100%;
  }

  #pro {
    margin: 0 auto 50px auto;
  }

  .course-box-arrow {
    margin: 14px auto;
    transform: rotate(90deg);
  }

  .course-link-btnWrap {
    width: 90%;
  }

  /*---review---*/
  .review-box {
    flex-direction: column;
  }

  .review-inner {
    width: 100%;
    margin-bottom: 20px;
  }

  .review-mv {
    width: 100%;
  }

  /*---flow---*/

  .flow-col {
    flex-direction: column;
  }

  .flow-img {
    width: 100%;
    margin-bottom: 50px;
  }

  .flow-list {
    width: 75%;
    margin: 0 auto;
  }

  /*---staff---*/
  .staff .container {
    width: 75%;
  }

  .staff-col {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .staff-img {
    width: 45%;
    margin-bottom: 50px;
  }

  .staff-inner {
    width: 100%;
  }

  .staff-list {
    width: 90%;
    margin: 0 auto;
  }

  .staff-comment {
    flex-wrap: wrap;
  }

  .staff-comment__txt {
    width: 100%;
    margin-bottom: 30px;
  }

  .staff-comment__img {
    width: 45%;
  }

  /*---media---*/
  .media_list>ul {
    flex-wrap: wrap;
  }

  .media_list>ul>li {
    width: 33%;
    height: auto;
  }

  .media_list>ul>li:nth-of-type(n+4) {
    margin-top: 5px;
  }
}

@media screen and (max-width:787px) {

  /*--- fv ---*/
  .top-mv-title {
    width: 55%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .about .container {
    width: 80%;
  }

  /*---case---*/
  .case .container {
    width: 80%;
  }

  /*---sol---*/
  .sol .container {
    width: 80%;
  }

  /*---course---*/
  .seminor {
    width: 100%;
  }

  /*---flow---*/
  .flow-list {
    width: 85%;
  }

  /*---staff---*/
  .staff .container {
    width: 85%;
  }
}

@media screen and (max-width:680px) {
  .link-btn {
    width: 70%;
  }

  .about .container {
    width: 85%;
  }

  .about-chart {
    width: 90%;
  }

  /*---case---*/
  .case .container {
    width: 85%;
  }

  /*---sol---*/
  .sol .container {
    width: 90%;
  }

  .sol-mv__txt-btn {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 24px;
  }

  .sol-mv__txt-btn>i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
  }

  .active.sol-mv__txt-btn>i {
    transform: translate(0, -50%) rotate(180deg);
  }

  .seminor {
    padding: 20px 5%;
  }

  .course .link-btn__lead {
    line-height: 1.6;
  }

  .course .link-btn__lead br {
    display: block;
  }

  /*---staff---*/
  .staff-comment {
    justify-content: space-between;
  }

  .staff-comment__txt {
    width: 100%;
    margin-bottom: 14px;
  }

  .staff-comment__img {
    width: 49%;
  }
}

@media screen and (max-width:600px) {
  #top-mv {
    height: calc(80vh - 70px);
    margin-top: 70px;
  }

  #heading h1 br {
    display: block;
  }

  #heading h1 span {
    display: none;
  }

  .top-mv::after {
    display: block;
    content: '';
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .7));
  }

  .top-mv-title {
    width: 60%;
    max-width: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }

  .top-img-bg {
    width: 15%;
  }

  .top-mv-title>h2>span {
    font-size: 2.6rem;
  }

  .top-img-bg {
    width: 27.5%;
  }
}

@media screen and (max-width:480px) {
  .ui--sp {
    display: block;
  }

  .ui--sp {
    display: none;
  }

  #heading {
    top: calc(var(--vh, 1vh) * 65);
    color: #475B46;
  }

  #heading h1 {
    text-align: left;
  }

  #heading h1 br {
    display: none;
  }

  #heading h1 span {
    display: inline;
  }

  .ttl {
    margin-bottom: 30px;
  }

  .ttl>h2 {
    font-size: 2rem;
  }

  .ttl>span {
    font-size: 1.4rem;
  }

  /*---mv---*/
  #top-mv {
    height: calc(var(--vh, 1vh) * 70);
    margin-top: 0;
  }

  .top-mv::after {
    display: block;
    content: '';
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9));
  }

  #top-mv picture,
  #top-mv img {
    object-position: right center;
  }

  .top-mv-title {
    width: 80%;
    max-width: initial;
    top: 45%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    backdrop-filter: initial;
    padding: 38px 20px 20px 20px;
  }

  .top-mv>picture,
  .top-mv img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    position: absolute;
    top: 0;
    left: 0;
  }

  .top-mv-title>h2>span {
    font-size: 2rem;
    letter-spacing: .15em;
    white-space: nowrap;
    margin-top: 15px;
  }

  .top-lead {
    height: 48px;
    padding: 0 20px;
  }

  .top-lead.ui--sp {
    display: block;
    position: absolute;
    top: -24px;
    bottom: initial;
  }

  .top-lead.ui--pc {
    display: none;
  }

  .top-lead,
  .top-lead__txt {
    font-size: 1.8rem;
  }

  .top-lead__yy,
  .top-lead__mm {
    font-size: 2.4rem;
  }

  /*---about---*/
  .about {
    padding: 80px 0;
  }

  .about-col {
    margin-bottom: 50px;
  }

  .about-img {
    width: 80%;
  }

  .about-inner {
    font-size: 1.6rem;
  }

  .about-inner__lead {
    font-size: 1.8rem;
  }

  .about-inner>ul>li {
    line-height: 1.6;
  }

  .about-txt>p {
    font-size: 1.4rem;
  }

  .about-txt>p br {
    display: none;
  }

  .about-chart {
    width: 100%;
  }

  .about-box__ttl>h3 {
    font-size: 1.6rem;
  }

  .about-box__lead {
    font-size: 1.8rem;
    padding-left: 20px;
  }

  .about-box__lead>p br {
    display: none;
  }

  .about-box__img--sp {
    width: 85%;
    margin: 10px auto;
  }

  .about-box__txt {
    font-size: 1.4rem;
  }

  .about-box__desc {
    width: 100%;
  }

  .about-box__desc-inner>img {
    margin-right: 10px;
  }

  .about-box__desc-txt>span {
    font-size: 1.2rem;
  }

  .about-box__desc-txt>p {
    font-size: 1.2rem;
  }

  /*---case---*/
  .case {
    padding: 80px 0;
  }

  .case-ttl {
    margin-bottom: 24px;
  }

  .case-ttl>h2 {
    text-align: center;
    line-height: 1.4;
    font-size: 2.6rem;
  }

  .case-ttl>h2>span {
    font-size: 3.4rem;
    margin: 0 5px;
  }

  .case-ttl>h2 br {
    display: block;
  }

  .case-img {
    width: 85%;
  }

  .case-list>ul>li {
    font-size: 1.6rem;
    line-height: 1.5;
    align-items: flex-start;
  }

  .case-list>ul>li::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-top: 3px;
  }

  .case-list>ul>li br {
    display: none;
  }

  /*---sol---*/
  .sol {
    padding: 80px 0;
  }

  .sol-ttl__col>p {
    font-size: 1.6rem;
  }

  .sol-ttl__col>p .font-red {
    font-size: 2rem;
  }

  .sol-ttl>h2 {
    font-size: 2.4rem;
    white-space: nowrap;
  }

  .sol-ttl>h2::before {
    height: 32px;
    margin-right: 14px;
  }

  .sol-ttl>h2::after {
    height: 32px;
    margin-left: 14px;
  }

  .sol-col {
    margin-bottom: 50px;
  }

  .sol-col__img {
    width: 80%;
    margin: 0 auto 30px auto;
  }

  .sol-col__inner-lead {
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }

  .sol-col__inner-lead>span {
    font-size: 1.2rem;
    padding: 2.5px 14px;
  }

  .sol-col__inner-lead>p {
    font-size: 1.6rem;
  }

  .sol-col__inner-txt {
    font-size: 1.4rem;
  }

  .sol-col__inner-txt>ol {
    font-size: 1.4rem;
  }

  .sol-col__inner-txt>ol>li {
    line-height: 1.6;
  }

  .sol-col__inner-txt>ol>li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .sol-mv {
    margin-bottom: 50px;
    padding: 20px;
  }

  .sol-mv__ttl {
    margin-bottom: 20px;
  }

  .sol-mv__ttl>h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .sol-mv__prof-name {
    font-size: 1.8rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sol-mv__prof-name>span {
    font-size: 1.3rem;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .sol-mv__ttl>h3>br {
    display: block;
  }

  .sol-mv__txt-lead {
    line-height: 1.6;
  }

  .sol-mv__col:not(:last-of-type) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .sol-col__point {
    padding: 40px 30px;
  }

  .sol-col__point-bg--right,
  .sol-col__point-bg--left {
    width: 17.5%;
  }

  .sol-col__point>p {
    font-size: 1.6rem;
  }

  /*---course---*/
  .course {
    padding: 80px 0 20px 0;
  }

  .course-col {
    margin-bottom: 50px;
  }

  .course-box__ttl {
    padding: 20px 5%;
  }

  .course-box__ttl-img {
    width: 56px;
    margin-right: 8px;
  }

  .course-box__ttl-inner {
    line-height: 1.4;
  }

  .course-box__ttl-inner>h3 {
    font-size: 2rem
  }

  .course-box__ttl-inner>span {
    font-size: 1.4rem;
  }

  .course-box__ttl-period {
    font-size: 1.3rem;
  }

  .course-box__txt {
    font-size: 1.4rem;
  }

  .course-box__list>dl {
    font-size: 1.3rem;
  }

  .course-box__list>dl>dt {
    width: 100%;
    padding: 5px 20px;
  }

  .course-box__list>dl>dd {
    width: 100%;
    padding: 5px 20px;
  }

  .course-lead {
    font-size: 1.2rem;
    margin-bottom: 50px;
  }

  .course-lead>p {
    width: 80%;
  }

  .course-lead>p br {
    display: none;
  }

  .course .link-btn__lead {
    font-size: 1.4rem;
  }

  .course-link-btnWrap {
    margin-bottom: 50px;
  }

  .link-btnWrap {
    flex-direction: column;
  }

  .link-btn {
    width: 100%;
    height: 70px;
  }

  .link-btn:nth-of-type(n+2) {
    margin-top: 8px;
  }

  .link-btn>a {
    font-size: 1.8rem;
  }

  .link-btn>a>img {
    width: 26px;
  }


  .seminor-pc {
    display: none;
  }

  .seminor-sp {
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .seminor {
    padding: 20px 5%;
  }

  .seminor-lead {
    margin-bottom: 10px;
  }

  .seminor-txt br {
    display: none;
  }

  .seminor-box>dl {
    font-size: 1.3rem;
  }

  .seminor-box>dl>dt {
    width: 140px;
  }

  .seminor-box>dl>dd {
    width: calc(100% - 140px);
  }

  /*---review---*/
  .review {
    padding: 80px 0;
  }

  .review-box:nth-of-type(2) {
    margin-top: 0;
  }

  .review-box:nth-of-type(n+3) {
    margin-top: 40px;
  }

  .review-inner__ttl {
    justify-content: center;
  }

  .review-inner__ttl>img {
    width: 18px;
    margin-right: 5px;
  }

  .review-inner__ttl>h3 {
    font-size: 1.4rem;
  }

  .review-inner__ttl>h3>span {
    font-size: 1.8rem;
  }

  .review-comment>span {
    font-size: 1.2rem;
  }

  .review-comment__txt {
    font-size: 1.4rem;
  }

  /*---flow---*/
  .flow {
    padding: 80px 0 20px 0;
  }

  .flow-list {
    width: 100%;
  }

  .flow-col {
    margin-bottom: 40px;
  }

  .flow-box {
    font-size: 1.6rem;
  }

  .flow-comment {
    font-size: 1.4rem;
  }

  /*---staff---*/
  .staff {
    padding: 80px 0;
  }

  .staff-img {
    width: 65%;
    margin-bottom: 30px;
  }

  .staff-prof {
    padding: 30px;
  }

  .staff-name {
    margin-bottom: 10px;
  }

  .staff-name>p {
    font-size: 2.2rem;
  }

  .staff-career {
    font-size: 1.2rem;
  }

  .staff-career>ul>li {
    line-height: 1.6;
  }

  .staff-list {
    width: 95%;
  }

  .staff-list>ul>li {
    font-size: 1.4rem;
    align-items: center;
  }

  .staff-list>ul>li>p {
    line-height: 1.6;
  }

  .staff-list__txt {
    font-size: 1.4rem;
  }

  .staff-comment {
    padding: 30px;
  }

  .staff-comment__lead {
    font-size: 1.4rem;
  }

  .staff-comment__txt>p {
    font-size: 1.3rem;
  }

  /*---media---*/
  .media_title {
    flex-direction: column;
  }

  .media_title_sub {
    margin-right: 0;
  }

  .media_title_inner>h2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .media_list>ul>li {
    width: 49.5%;
    height: auto;
  }

  .media_list>ul>li:nth-of-type(n+3) {
    margin-top: 5px;
  }
}