  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

section, article, main, aside, nav, header, footer, figure, figcaption {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

div, section, article, main, aside, nav, header, footer,
video, canvas, audio,
h1, h2, h3, h4, h5,
p, a, span, address, time,
img, figure, figcaption,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea, input,
iframe, blockquote, q,
table, caption, tbody, tfoot, thead, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  background: url(/stepinto/asset9/img/bg_body.png) left top repeat;
  min-height: 100vh;
  margin: 0;
  color: #333333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: visible;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  margin: 1em 0;
}

figcaption {
  margin-top: .25em;
  font-size: .875em;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  padding: 0;
  list-style: none;
}

caption, em, address {
  font-style: normal;
}

caption, th {
  text-align: left;
}

small {
  font-size: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

sup, sub {
  position: relative;
  margin: 0 1px 0 0;
  font-size: .75em;
  line-height: 0;
}

code {
  margin: 0 2px;
  padding: 0 5px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

input, button, textarea, select, option {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  max-width: 100%;
}

select::-ms-expand {
  display: none;
}

a,
a:visited {
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #403999;
  text-decoration: underline;
  outline: 0;
}

a:active {
  outline: 0;
}

a.textLink {
  text-decoration: underline;
}

a.textLink:hover {
  text-decoration: none;
}

.pagetop,
.sitetop {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 70px;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 3;
  transition: all 0.2s ease;
}

.pagetop:hover,
.sitetop:hover {
  opacity: .5;
}

.pagetop a,
.sitetop a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}

.pagetop a::before,
.pagetop a::after,
.sitetop a::before,
.sitetop a::after {
  display: block;
  position: absolute;
  top: 20px;
  content: "";
  background-color: white;
  width: 6px;
  height: 18px;
}

.pagetop a::before,
.sitetop a::before {
  transform: rotate(45deg);
  right: calc(50% + 2px);
}

.pagetop a::after,
.sitetop a::after {
  transform: rotate(-45deg);
  left: calc(50% + 2px);
}

.pagetop {
  background-color: #403999;
}

.sitetop {
  background-color: #403999;
}

@media screen and (max-width: 1000px) {
  .pagetop,
  .sitetop {
    bottom: 16px;
    right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .pagetop,
  .sitetop {
    bottom: 120px;
    right: 10px;
  }
  .pagetop:hover,
  .sitetop:hover {
    opacity: 1;
  }
  .pagetop a,
  .sitetop a {
    width: 45px;
    height: 45px;
  }
  .pagetop a::before,
  .pagetop a::after,
  .sitetop a::before,
  .sitetop a::after {
    top: 15px;
    width: 4px;
    height: 14px;
  }
  .pagetop a::before,
  .sitetop a::before {
    right: calc(50% + 2px);
  }
  .pagetop a::after,
  .sitetop a::after {
    left: calc(50% + 2px);
  }
}

header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  background-color: #403999;
  width: 100%;
  height: 45px;
  /*height: 76px;*/
  color: white;
  transition: all 0.3s ease;
  z-index: 13;
}

header h1 {
  width: 133px;
  margin-left: 0;
  font-size: 0;
}

header a {
  transition: all 0.2s ease;
}

header a:link,
header a:visited {
  color: white;
}

header a:hover {
  text-decoration: none;
  opacity: .5;
}

header ul {
  list-style: none;
}

header .navigation > li::after {
  background-color: white;
}

@media screen and (max-width: 767px) {
  header {
    transition: unset;
  }
  header a {
    transition: unset;
  }
  header a:hover {
    opacity: 1;
  }
}

.header_interest {
  display: block;
  margin-right: 15px;
  margin-left: auto;
  font-size: 3.6rem;
  line-height: 1;
}

.header_interest span {
  margin-right: 4px;
  font-size: 1.25em;
}

.headerInner {
  display: inline-flex;
  /* justify-content: flex-start; */
  justify-content: flex-end;
  align-items: center;
  position: relative;
  /* width: 1000px;*/
  margin: auto 22px auto auto;
  /* padding: 0 45px 0 5px; */
  /*padding: 0 70px 0 5px;*/
}
.headerInner .header_line {
  font-size: 1.4rem;
}
.headerInner .header_line a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 10px;
  width: 130px;
  height: 36px;
}
.header_upper {/*ul*/
  display: inline-flex;
  margin-left: auto;
  align-items: center;
}
.header_upper li {
  margin-left: 18px;
}
.header_upper li:first-child {
  margin-left: auto;
}
.header_upper li a {
  display: inline-flex;
  align-items: center;
  height: 39px;
}
.header_upper li picture {}

@media screen and (max-width: 1000px) {
  .headerInner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: 46px;
  }
  header h1 {
    width: 74px;
    margin-right: 10px;
  }
  .headerInner {
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_interest {
    font-size: 3.2rem;
  }
  .headerInner .header_line {
    font-size: 1.2rem;
  }
  .headerInner .header_line a {
    width: 100px;
    height: 28px;
  }
}
@media screen and (max-width: 594px) {
  .header_upper {
    margin-left: auto;
    margin-right: auto;
  }
}

.sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sns li {
  text-align: center;
  font-size: 2.4rem;
  line-height: calc(30px - 2px);
}

.sns a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: calc(30px / 3);
  color: white;
  transition: all 0.2s ease;
}

.sns a:hover {
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .sns li {
    font-size: 2rem;
    line-height: calc(22px - 2px);
  }
  .sns a {
    width: 22px;
    height: 22px;
    margin-left: 3px;
  }
}

.panel_wrapper {
  overflow-x: hidden;
}

.panel_menu {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 324px;
  height: 100%;
  padding-top: 108px;
  font-size: 1.6rem;
  z-index: 12;
}

.panel_menu a {
  color: white;
}

.panel_menu ul {
  padding-left: 36px;
}

.panel_menu li {
  line-height: 1.8;
}

.panel_menu li span {
  content: "";
  color: white;
  position: relative;
  padding-left: 30px;
}

.panel_menu li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.f-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.f-item {
  color: #FFF;
  text-align: center;
  flex-basis: 20%;
}

.f-item img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .panel_menu {
    width: 100%;
    padding-top: 70px;
    font-size: 1.6rem;
  }
  .panel_menu li {
    line-height: 2;
  }
}

.panel_menu_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 20px;
  height: 40px;
  margin: 20px 36px;
  color: white;
  line-height: 38px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.panel_menu_btn a span {
  margin-right: 4px;
  font-size: 1.25em;
}

.panel_menu_btn a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  color: black;
}

.panel_menu_step_into {
  border: 1px solid white;
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px;
  text-align: center;
}

.panel_menu_step_into a {
  transition: all 0.2s ease;
}

.panel_menu_step_into a:hover {
  opacity: .7;
}

.panel_menu_9point {
  background-color: white;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px;
  text-align: center;
  color: black;
}

.label_menuSwitch {
  display: block;
  position: absolute;
  top: 27px;
  left: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 13;
  transform: translateX(468px);
}

.label_menuSwitch > div {
  display: none;
}

@media screen and (max-width: 1000px) {
  .label_menuSwitch {
    left: 100%;
    transform: translateX(-36px);
  }
}

@media screen and (max-width: 767px) {
  .label_menuSwitch {
    top: 12px;
    left: 100%;
    width: 24px;
    transform: translateX(-36px);
  }
  .label_menuSwitch div {
    display: block;
    position: absolute;
    top: 19px;
    left: 0;
    color: white;
    font-size: 0.8rem;
  }
}

.input_menuSwitch[type="checkbox"] + label.label_menuSwitch::before {
  content: none;
}

.input_menuSwitch[type="checkbox"] + label.label_menuSwitch::after {
  content: none;
}

.menuSwitch_line {
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  transition: all 0.25s ease-out;
}

.menuSwitch_line:nth-of-type(1) {
  top: 0px;
}

.menuSwitch_line:nth-of-type(2) {
  top: 9px;
}

.menuSwitch_line:nth-of-type(3) {
  top: 18px;
}

@media screen and (max-width: 767px) {
  .menuSwitch_line {
    height: 2px;
  }
  .menuSwitch_line:nth-of-type(1) {
    top: 0px;
  }
  .menuSwitch_line:nth-of-type(2) {
    top: 7px;
  }
  .menuSwitch_line:nth-of-type(3) {
    top: 14px;
  }
}

.input_menuSwitch {
  position: absolute;
  left: -100%;
}

.input_menuSwitch:focus ~ .label_menuSwitch {
  outline: none;
}

.input_menuSwitch:checked ~ .label_menuSwitch .menuSwitch_line:not(:first-child):not(:nth-child(3)) {
  opacity: 0;
}

.input_menuSwitch:checked ~ .label_menuSwitch .menuSwitch_line:first-child,
.input_menuSwitch:checked ~ .label_menuSwitch .menuSwitch_line:last-child {
  background-color: white;
}

.input_menuSwitch:checked ~ .label_menuSwitch .menuSwitch_line:first-child {
  transform: translateY(9px) rotate(225deg);
}

.input_menuSwitch:checked ~ .label_menuSwitch .menuSwitch_line:nth-child(3) {
  transform: translateY(-9px) rotate(-225deg);
}

@media screen and (max-width: 767px) {
  .input_menuSwitch:checked ~ .label_menuSwitch .menuSwitch_line:first-child {
    transform: translateY(7px) rotate(-45deg);
  }
  .input_menuSwitch:checked ~ .label_menuSwitch .menuSwitch_line:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}

.panel_menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}

.panel_menu.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .panel_menu {
    display: block;
    transform: translateX(100%);
    transition: all 0.2s linear;
  }
  .panel_menu.active {
    transform: translateX(0);
    opacity: 1;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #403999;
  width: 100%;
  height: 156px;
  color: white;
}

footer p {
  padding-bottom: 40px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  footer {
    align-items: flex-start;
    height: 140px;
  }
  footer p {
    margin-top: 25px;
    padding-bottom: 0;
    font-size: 1rem;
  }
}

footer.BlkFooter {
  align-items: center;
  height: 50px;
}

footer.BlkFooter p {
  margin: 0 auto;
  font-size: 1.2rem;
  color: white;
}

@media screen and (min-width: 768px) {
  footer.BlkFooter {
    height: 90px;
  }
  footer.BlkFooter p {
    padding-bottom: 0;
  }
}


nav {
  position: static;
  top: 0;
  z-index: 10;
  background-color: white;
  border-top: 1px solid #533784;
  border-bottom: 1px solid #533784;
  width: 100%;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav li {
  border-right: 1px solid #533784;
  width: 111px;
  text-align: center;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}

nav li:first-child {
  border-left: 1px solid #533784;
}

nav li:last-child {
  display: none;
}

nav li.current a {
  background-color: #9277c4;
  color: white;
}

nav li .star {
  display: none;
}

nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  height: 50px;
  transition: all 0.2s ease;
}

nav a:hover {
  background-color: #9277c4;
  color: white;
  text-decoration: none;
}

.fixed_tab_menu.tab-fixed + nav {
  position: fixed;
  top: 81px;
}

@media screen and (max-width: 767px) {
  nav {
    position: fixed;
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: 2px solid #533784;
  }
  nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    border-left: 1px solid #533784;
    border-right: 1px solid #533784;
  }
  nav li {
    border-top: 2px solid #533784;
    border-left: 1px solid #533784;
    width: 20%;
    font-size: 1.2rem;
  }
  nav li:first-child {
    border-left: 1px solid #533784;
  }
  nav li:last-child {
    display: block;
    order: -1;
  }
  nav li .star {
    display: block;
    position: absolute;
    top: -38px;
    right: 0;
    background-color: black;
    width: 37px;
    height: 37px;
    color: white;
    font-size: 2.4rem;
    line-height: 37px;
  }
  nav li .star:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  nav a {
    height: 38px;
  }
}

nav.ims {
/*   transform: translateY(-120px); */
}

/* nav.ims.is-fixed {
  transform: translateY(81px);
} */

nav.ims > ul > li {
  width: 333px;
}
nav.ims > ul > li:last-child {
  display: list-item;
}

nav.ims > ul > li ul {
  flex-wrap: wrap;
}

nav.ims > ul > li ul li {
  width: 33.3%;
}

nav.ims > ul > li ul li.department {
  width: 100%;
  border-right: 0;
  border-top: 1px solid #cdcdcd;
  background-color: #123e6d;
  height: 38px;
  color: white;
  line-height: 37px;
  order: 3;
}

nav.ims > ul > li ul li:first-child {
  border-left: 0;
}

nav.ims > ul > li ul li:last-child {
  display: block;
  border-right: 0;
}

@media screen and (max-width: 767px) {
  nav.ims {
    background-color: transparent;
    border-top: 0;
/*     transform: translateY(155px); */
  }
/*   nav.ims.is-fixed {
    transform: translateY(0);
  } */
  nav.ims ul {
    border-left: none;
  }
  nav.ims li {
    font-size: 1.1rem;
  }
  nav.ims li:last-child {
    order: 1;
  }
  nav.ims > ul > li {
    width: 100%;
    border-right: none;
  }
  nav.ims > ul > li.nav_top {
    position: relative;
    height: 37px;
    border: none;
  }
  nav.ims > ul > li.nav_top a {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    width: 37px;
    height: 37px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  nav.ims > ul > li.nav_top a::after {
    display: block;
    content: "";
    position: absolute;
    top: 14px;
    right: 11px;
    border-top: 4px solid white;
    border-left: 4px solid white;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
  }
  nav.ims > ul > li.nav_top a.star {
    right: 37px;
    border-right: 1px solid #cdcdcd;
    color: white;
    text-indent: 0;
    font-size: 2.4rem;
  }
  nav.ims > ul > li.nav_top a.star::after {
    content: none;
  }
  nav.ims > ul > li.nav_top a:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  nav.ims > ul > li ul {
    flex-wrap: nowrap;
  }
  nav.ims > ul > li ul li {
    width: 25%;
    border-bottom: 0;
    order: 0;
    border-top: none;
  }
  nav.ims > ul > li ul li.department {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 25%;
    border-top: 0;
    border-right: 1px solid rgb(25,82,147);
    white-space: normal;
    line-height: 1.1;
    order: -1;
  }
  nav.ims > ul > li ul li.department::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 1px;
    background-color: white;
    width: 100%;
    height: 2px;
  }
  nav.ims > ul > li:first-child ul li.department::before {
    content: none;
  }
  nav.ims > ul > li ul li:first-child {
    border-left: 0;
  }
  nav.ims > ul > li ul li:last-child {
    display: block;
    border-right: 0;
  }
}

h1 span {
  font-size: 5.4rem;
  font-family: 'Kosugi Maru', sans-serif;
}

@media screen and (max-width: 767px) {
  h1 span {
    font-size: 2.4rem;
    display: block;
  }
}

h2 {
  position: relative;
  height: 70px;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 70px;
}

h2::after {
  display: block;
  position: absolute;
  bottom: -56px;
  left: calc(50% - 30px);
  content: "";
  border: 30px solid transparent;
  border-top-width: 24px;
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 767px) {
  h2 {
    height: 46px;
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 46px;
  }
  h2::after {
    display: block;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 20px);
    content: "";
    border: 20px solid transparent;
    border-top-width: 14px;
    width: 26px;
    height: 26px;
  }
  section + h2 {
    margin-top: 15px;
  }
}

h3 {
  display: flex;
  align-items: center;
  border-left-width: 7px;
  border-left-style: solid;
  min-height: 60px;
  margin-bottom: 24px;
  padding: 10px 10px 10px 12px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  h3 {
    min-height: 0;
    height: auto;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

h4 {
  border-radius: 18px;
  height: 36px;
  color: white;
  text-align: center;
  font-weight: 700;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  h4 {
    border-radius: 16px;
    height: 32px;
    margin-top: 30px;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 32px;
  }
}

h5 {
  color: #403999;
}

p {
  margin-top: 1em;
  line-height: 1.75;
}

.capt {
  display: block;
  margin-top: 10px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .capt {
    margin-top: 6px;
    font-size: 1.2rem;
  }
}

_:-ms-input-placeholder h2, :root h2 {
  padding-top: 5px;
}

_:-ms-input-placeholder h3, :root h3 {
  padding-top: 4px;
}

_:-ms-input-placeholder h4, :root h4 {
  padding-top: 2px;
}

.flexContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .flexContainer {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: auto;
  }
}

main {
  margin: 0 auto;
  font-weight: 500;
}

.introduction {
  background-color: #e1ecdc;
  margin: auto;
  padding: 20px 0 30px;
}

.introduction .intro_text .flexContainer {
  display: inline-flex;
}

.introduction > .flexContainer {
  align-items: flex-end;
  width: 990px;
  margin-top: 10px;
}

.introduction p {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .introduction {
    padding: 15px 10px 25px;
  }
  .introduction .intro_text .flexContainer {
    display: flex;
  }
  .introduction > .flexContainer {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }
  .introduction > .flexContainer img {
    width: 90px;
    margin: 10px auto;
  }
}

.intro_text {
  width: 1000px;
  margin: 30px auto;
}

.intro_text > p {
  letter-spacing: -0.5px;
}

@media screen and (max-width: 767px) {
  .intro_text {
    width: 100%;
    margin: auto;
  }
  .intro_text > p {
    padding: 0 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.intro_point,
.intro_title {
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro_point,
  .intro_title {
    padding: 0;
  }
  .intro_point {
    font-size: 0rem;
  }
  .intro_point img {
    width: 220px;
  }
  .intro_title {
    padding: 0;
  }
  .intro_title img {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 4px;
  }
}

.clipBox {
  background-color: white;
  border: 2px solid #403999;
  border-radius: 8px;
  height: 60px;
  margin-top: 20px;
  padding: 10px 15px;
  color: #403999;
  letter-spacing: -1px;
}

.clipBox p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.clipBox p span:first-child {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .flexContainer.clipBox {
    flex-wrap: nowrap;
    align-items: center;
    height: auto;
    margin-top: 15px;
    padding: 10px 6px;
    letter-spacing: -.5px;
  }
  .flexContainer.clipBox p {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
    text-align: center;
    font-size: 1.4rem;
  }
  .flexContainer.clipBox p span:first-child {
    margin-right: 0;
    white-space: nowrap;
  }
}

a.clipPage {
  background: #403999 url(../img/ico_clip.png) 15px center no-repeat;
  border-radius: 18px;
  width: 100px;
  height: 36px;
  margin: 0 8px;
  padding-left: 64px;
  color: white;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  a.clipPage {
    height: 32px;
    margin: 0 4px;
    line-height: 32px;
  }
}

.clip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}

@media screen and (max-width: 767px) {
  .clip {
    align-items: flex-start;
    width: 100%;
    height: 40px;
    padding: 0 10px;
  }
  .clip.innerClm {
    position: absolute;
    bottom: 15px;
    left: 0;
  }
}

.introduction.intro_clip {
  background-color: #f0efff;
}

.introduction.intro_clip > .flexContainer {
  align-items: center;
  width: 900px;
}

.introduction.intro_clip > .flexContainer div {
  padding-left: 30px;
  text-align: center;
}

.introduction.intro_clip > .flexContainer div h1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.introduction.intro_clip > .flexContainer .my_clip {
  padding-top: 14px;
}

@media screen and (max-width: 767px) {
  .introduction.intro_clip {
    position: relative;
    padding: 20px;
  }
  .introduction.intro_clip > .flexContainer {
    display: block;
    width: 100%;
  }
  .introduction.intro_clip > .flexContainer div {
    padding-left: 0;
  }
  .introduction.intro_clip > .flexContainer div h1 {
    flex-direction: column;
    width: 56.25%;
    max-width: 200px;
    margin: auto;
    transform: translateX(-50px);
  }
  .introduction.intro_clip > .flexContainer div h1 img {
    width: auto;
    margin: 0 auto;
  }
  .introduction.intro_clip > .flexContainer .step_into {
    padding: 0 12px;
  }
  .introduction.intro_clip > .flexContainer .my_clip {
    padding-top: 4px;
    padding: 4px 0 8px;
  }
  .introduction.intro_clip p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .introduction.intro_clip .clip_character {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(50px);
  }
}

.intro_stepinto {
  position: relative;
  background: url(/stepinto/asset9/img/bg_stepinto_title.png) center top repeat;
  background-size: auto 82px;
  height: auto;
  padding: 15px;
}

.intro_stepinto_title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-right: 70px;
  font-weight: bold;
  font-size: 2.2rem;
}

.intro_stepinto_title span {
  margin-left: 10px;
  padding-top: 3px;
}

.intro_stepinto_title img.stepinto_meijirou {
  position: absolute;
  bottom: 23px;
  right: 28px;
  width: auto;
  height: 70px;
}

.intro_stepinto_title img.stepinto_logo {
  width: 100px;
  height: auto;
}

.intro_stepinto_guide {
  border-radius: 18px;
  height: 36px;
  margin-top: 6px;
  padding: 10px 24px;
  color: white;
  font-size: 1.6rem;
}

.intro_stepinto_title img {
  width: 100px;
  height: auto;
}

.intro_stepinto > img {
  position: absolute;
  bottom: 23px;
  right: 28px;
  max-width: 64px;
}

@media screen and (min-width: 768px) {
  .intro_stepinto {
    position: relative;
    background: url(/stepinto/asset9/img/bg_stepinto_title_pc.png) center bottom repeat;
    height: 203px;
    text-align: center;
  }
  .intro_stepinto_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 5px 0 10px;
    font-weight: bold;
    font-size: 4rem;
  }
  .intro_stepinto_title span {
    margin: 0 40px 0 30px;
  }
  .intro_stepinto_title img.stepinto_meijirou {
    position: static;
    width: auto;
    height: 70px;
    image-rendering: -webkit-optimize-contrast;
  }
  .intro_stepinto_title img.stepinto_logo {
    width: 200px;
  }
  .intro_stepinto_guide {
    display: inline-block;
    border-radius: 28px;
    width: 450px;
    height: 56px;
    margin-top: 6px;
    padding: 0;
    color: white;
    font-size: 2rem;
    line-height: 55px;
  }
  .intro_stepinto > img {
    position: absolute;
    bottom: 23px;
    right: 28px;
    max-width: 64px;
  }
}

.menuList {
  flex-wrap: wrap;
  border-radius: 10px;
  width: 862px;
  margin: 10px auto 0;
  padding: 12px 18px 10px;
}

.menuList p {
  width: 260px;
  margin: 0 0 0.6em;
  text-align: center;
  color: white;
  font-size: 2.2rem;
  font-feature-settings: "palt";
  line-height: 1.2;
}

.menuList p.w100 {
  width: 100%;
}

.menuList ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menuList li {
  background-color: white;
  border-radius: 10px;
  font-feature-settings: "palt";
  width: 260px;
  transition: all 0.2s ease;
}

.menuList li:hover {
  opacity: .7;
}

.menuList li a {
  display: block;
  position: relative;
  min-height: 240px;
  text-decoration: none;
}

.menuList li a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  left: calc(50% - 7px);
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-left-width: 3px;
  border-left-style: solid;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}

.menuList li a:hover::after {
  bottom: 7px;
}

.menuList li span {
  display: block;
  min-height: 40px;
  text-align: center;
  color: white;
  font-size: 2.4rem;
  line-height: 30px;
}

.menuList li div {
  min-height: 240px;
  padding: 0 10px 20px;
  text-align: center;
}

.menuList li div span {
  min-height: 28px;
  padding-top: 10px;
  color: #333333;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}

.menuList.first {
  margin-top: 38px;
}

.menuList.last {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .menuList {
    flex-direction: row;
    width: calc(100% - 20px);
    margin: 6px 10px 0;
    padding: 6px 0 4px;
    overflow: hidden;
  }
  .menuList p {
    width: 32.5%;
    font-size: 1rem;
  }
  .menuList ul {
    width: calc(100% - 10px);
  }
  .menuList li {
    border-radius: 6px;
    width: 32%;
  }
  .menuList li a {
    width: 100%;
    min-height: 100px;
    padding: 3px;
  }
  .menuList li a::after {
    bottom: 10px;
    left: calc(50% - 4px);
    border-bottom-width: 2px;
    border-left-width: 2px;
    width: 8px;
    height: 8px;
  }
  .menuList li a:hover::after {
    bottom: 6px;
  }
  .menuList li span {
    height: 20px;
    min-height: 1px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .menuList li div {
    border-radius: 6px;
    height: auto;
    min-height: 1px;
    padding: 0 6px 20px;
  }
  .menuList li div span {
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #333333;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
  }
  .menuList:first-of-type {
    margin-top: 20px;
  }
  .menuList:last-of-type {
    margin-bottom: 30px;
  }
  .menuList.last {
    margin-bottom: 30px;
  }
}

.catch_nine_points {
  margin: 25px auto 10px;
  text-align: center;
}

.catch_nine_points h2 {
  display: inline-block;
  background: none;
  height: auto;
  color: #403999;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.25;
}

.catch_nine_points h2::before,
.catch_nine_points h2::after {
  display: inline;
  content: "";
  position: absolute;
  top: 2px;
  bottom: auto;
  right: auto;
  left: auto;
  background-color: #403999;
  border: none;
  width: 1px;
  height: 1.35em;
}

.catch_nine_points h2::before {
  left: -1em;
  transform: rotate(-15deg);
}

.catch_nine_points h2::after {
  right: -1em;
  transform: rotate(15deg);
}

.catch_nine_points h2 span {
  margin-right: 3px;
  color: #ed923d;
  font-size: 2.4rem;
}

.catch_nine_points p {
  margin-top: 10px;
  font-size: 1.3rem;
}

.catch_nine_points p span {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .catch_nine_points {
    margin-top: 60px;
  }
  .catch_nine_points h2 {
    font-size: 3rem;
  }
  .catch_nine_points h2::before,
  .catch_nine_points h2::after {
    top: 0;
    height: 1.75em;
  }
  .catch_nine_points h2 span {
    font-size: 4rem;
  }
  .catch_nine_points p {
    margin-top: 25px;
    font-size: 2rem;
  }
}

.menuList.split {
  width: 862px;
  margin: auto;
  padding: 38px 0 64px;
}

.menuList.split li {
  width: 280px;
  margin-right: 11px;
  margin-bottom: 11px;
}

.menuList.split li:nth-child(3n) {
  margin-right: 0;
}

.menuList.split li:hover {
  opacity: 1;
}

.menuList.split li a {
  display: block;
  position: relative;
  padding: 10px;
  text-decoration: none;
}

.menuList.split li a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-left-width: 3px;
  border-left-style: solid;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

.menuList.split li a:hover::after {
  bottom: 16px;
}

.menuList.split li span {
  display: block;
  height: 40px;
  text-align: center;
  color: white;
  font-size: 2.4rem;
  line-height: 30px;
}

.menuList.split li div {
  background-color: white;
  border-radius: 10px;
  height: 240px;
  text-align: center;
}

.menuList.split li div span {
  height: 35px;
  padding-top: 10px;
  color: #333333;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .menuList.split {
    width: 100%;
    padding: 16px 6px 36px;
  }
  .menuList.split li {
    border-radius: 6px;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 8px;
  }
  .menuList.split li a {
    width: 100%;
    min-height: 100px;
    padding: 3px 5px;
  }
  .menuList.split li a::after {
    bottom: 10px;
    left: calc(50% - 4px);
    border-bottom-width: 2px;
    border-left-width: 2px;
    width: 8px;
    height: 8px;
  }
  .menuList.split li a:hover::after {
    bottom: 10px;
  }
  .menuList.split li span {
    height: 20px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .menuList.split li div {
    border-radius: 6px;
    height: auto;
    padding: 0 6px 20px;
  }
  .menuList.split li div span {
    height: auto;
    padding-top: 4px;
    padding-bottom: 0;
    color: #333333;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.clip_page {
  margin-bottom: 60px;
}

.clip_page .menuList {
  width: 890px;
  margin-top: 60px;
  padding: 0;
}

.clip_page .menuList::after {
  content: "";
  width: 280px;
}

@media screen and (max-width: 767px) {
  .clip_page {
    margin-bottom: 30px;
  }
  .clip_page .menuList {
    justify-content: space-between;
    width: auto;
    margin-top: 15px;
    padding-top: 20px;
    overflow: visible;
  }
  .clip_page .menuList::after {
    content: "";
    width: 31.5%;
  }
}

.clip_page.ims .menuList,
.clip_page .menuList.ims {
  margin-top: 0;
}

.clip_page.ims .menuList ul,
.clip_page .menuList.ims ul {
  flex-wrap: wrap;
  padding: 12px 15px 0;
}

.clip_page.ims .menuList ul li,
.clip_page .menuList.ims ul li {
  margin-bottom: 0;
}

.clip_page.ims .menuList p.w100,
.clip_page.ims .menuList > li,
.clip_page .menuList.ims p.w100,
.clip_page .menuList.ims > li {
  width: 100%;
}

.clip_page.ims .menuList p.w100,
.clip_page .menuList.ims p.w100 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .clip_page.ims .menuList,
  .clip_page .menuList.ims {
    padding-top: 0;
  }
  .clip_page.ims .menuList ul,
  .clip_page .menuList.ims ul {
    width: 100%;
    padding: 12px 5px 0;
  }
  .clip_page.ims .menuList ul li,
  .clip_page .menuList.ims ul li {
    width: 32%;
    margin-bottom: 0;
  }
  .clip_page.ims .menuList ul li a,
  .clip_page .menuList.ims ul li a {
    padding: 0 0 5px;
  }
  .clip_page.ims .menuList p.w100,
  .clip_page.ims .menuList > li,
  .clip_page .menuList.ims p.w100,
  .clip_page .menuList.ims > li {
    width: 100%;
  }
  .clip_page.ims .menuList p.w100,
  .clip_page .menuList.ims p.w100 {
    font-size: 1rem;
  }
}

.clip_page .menuList li {
  position: relative;
  background-color: transparent;
  width: 280px;
  margin-bottom: 40px;
}

.clip_page .menuList li:hover {
  opacity: 1;
}

.clip_page .menuList li span {
  display: block;
  height: 50px;
  margin-top: 5px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  line-height: 25px;
}

.clip_page .menuList li a {
  display: block;
  position: relative;
  padding: 0 10px 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.clip_page .menuList li a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-10px);
  background-color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}

.clip_page .menuList li a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  border-bottom: 4px solid white;
  border-left: 4px solid white;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  transform: rotate(-135deg) translate(8px, -1px);
  transition: all 0.2s ease;
}

.clip_page .menuList li a:hover {
  opacity: .9;
}

.clip_page .menuList li a:hover::before,
.clip_page .menuList li a:hover::after {
  margin-left: 3px;
}

.clip_page .menuList li a.btn_close {
  position: absolute;
  min-height: 0;
}

.clip_page .menuList li a.btn_close::before,
.clip_page .menuList li a.btn_close::after {
  content: none;
}

.clip_page .menuList li div {
  background-color: white;
  border-radius: 10px;
  height: 250px;
  text-align: center;
}

.clip_page .menuList li div span {
  height: 35px;
  padding-top: 10px;
  color: #333333;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}

a.btn_close {
  position: absolute;
  top: -19px;
  right: -19px;
  background-color: #121212;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  min-height: 0;
  text-align: center;
  color: white;
  font-family: 'arial', 'verdana', sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 38px;
}

a.btn_close:hover {
  opacity: 1;
  background-color: #5a5a5a;
}

a.btn_close::before,
a.btn_close::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .clip_page .menuList li {
    width: 31.5%;
    margin-bottom: 25px;
  }
  .clip_page .menuList li span {
    height: 25px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .clip_page .menuList li a {
    padding: 0 5px 5px;
  }
  .clip_page .menuList li a::before {
    bottom: 10px;
    left: 50%;
    transform: translateX(-5px);
    width: 10px;
    height: 10px;
  }
  .clip_page .menuList li a::after {
    bottom: 10px;
    left: 50%;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    width: 6px;
    height: 6px;
    transform: rotate(-135deg) translate(4px, -1px);
  }
  .clip_page .menuList li a:hover::before,
  .clip_page .menuList li a:hover::after {
    margin-left: 0;
  }
  .clip_page .menuList li div {
    height: auto;
    min-height: 100px;
    padding: 0 4px 20px;
  }
  .clip_page .menuList li div span {
    height: auto;
    min-height: 32px;
    padding-top: 6px;
    font-size: 1rem;
  }
  .clip_page .menuList li div img {
    padding: 0 10px;
  }
  .clip_page .menuList li a.btn_close {
    top: -16px;
    right: 0;
    width: 22px;
    height: 22px;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 22px;
  }
}

.hogaku h2,
.hogaku .menuList li,
.hogaku .menuList li a::before {
  background-color: #533784;
}

.hogaku h2::after {
  border-top-color: #533784;
}

.menuList li.hogaku,
.menuList li.hogaku a::before {
  background-color: #533784;
}

.shogaku h2,
.shogaku .menuList li,
.shogaku .menuList li a::before {
  background-color: #9b0281;
}

.shogaku h2::after {
  border-top-color: #9b0281;
}

.menuList li.shogaku,
.menuList li.shogaku a::before {
  background-color: #9b0281;
}

.seikei h2,
.seikei .menuList li,
.seikei .menuList li a::before {
  background-color: #b83944;
}

.seikei h2::after {
  border-top-color: #b83944;
}

.menuList li.seikei,
.menuList li.seikei a::before {
  background-color: #b83944;
}

.bungaku h2,
.bungaku .menuList li,
.bungaku .menuList li a::before {
  background-color: #803b2c;
}

.bungaku h2::after {
  border-top-color: #803b2c;
}

.menuList li.bungaku,
.menuList li.bungaku a::before {
  background-color: #803b2c;
}

.sst h2,
.sst .menuList li,
.sst .menuList li a::before {
  background-color: #66abca;
}

.sst h2::after {
  border-top-color: #66abca;
}

.menuList li.sst,
.menuList li.sst a::before {
  background-color: #66abca;
}

.agri h2,
.agri .menuList li,
.agri .menuList li a::before {
  background-color: #00583a;
}

.agri h2::after {
  border-top-color: #00583a;
}

.menuList li.agri,
.menuList li.agri a::before {
  background-color: #00583a;
}

.keiei h2,
.keiei .menuList li,
.keiei .menuList li a::before {
  background-color: #ec6c00;
}

.keiei h2::after {
  border-top-color: #ec6c00;
}

.menuList li.keiei,
.menuList li.keiei a::before {
  background-color: #ec6c00;
}

.infocom h2,
.infocom .menuList li,
.infocom .menuList li a::before {
  background-color: #f4ac46;
}

.infocom h2::after {
  border-top-color: #f4ac46;
}

.menuList li.infocom,
.menuList li.infocom a::before {
  background-color: #f4ac46;
}

.nippon h2,
.nippon .menuList li,
.nippon .menuList li a::before {
  background-color: #5a814a;
}

.nippon h2::after {
  border-top-color: #5a814a;
}

.menuList li.nippon,
.menuList li.nippon a::before {
  background-color: #5a814a;
}

.ims h2,
.ims .menuList li,
.ims .menuList li a::before {
  background-color: #185292;
}

.ims h2::after {
  border-top-color: #185292;
}

.menuList li.ims,
.menuList li.ims a::before {
  background-color: #185292;
}

section {
  position: relative;
  width: 1000px;
  margin: auto;
  padding: 50px 0 140px;
}

section .flexContainer {
  margin-top: 30px;
}

section .flexContainer > div > p:first-child {
  margin-top: 0;
}

section .flexContainer > .flexslider {
  margin-right: 55px;
  margin-left: 55px;
  font-size: 1.4rem;
}

section .flexContainer > .flexslider li {
  text-align: center;
}

section p {
  letter-spacing: -.5px;
}

@media screen and (max-width: 767px) {
  section {
    width: 100%;
    padding: 15px 10px 40px 10px;
  }
  section .flexContainer {
    margin-top: 20px;
  }
  section .flexContainer > div > p:first-child {
    margin-top: 0;
  }
  section .flexContainer > .flexslider {
    margin-right: 0;
    margin-left: 0;
    font-size: 1.2rem;
  }
  section p {
    font-size: 1.5rem;
    letter-spacing: -.1px;
    line-height: 1.5;
  }
  section .image {
    display: block;
    margin: 20px auto 0;
  }
  section.inSlider {
    padding-bottom: 80px;
  }
}

.flexslider {
  position: relative;
}

.flex-viewport {
  position: relative;
  overflow: hidden;
}

.flex-prev,
.flex-next {
  display: block;
  position: absolute;
  top: 120px;
  width: 29px;
  height: 46px;
  font-size: 0rem;
  cursor: pointer !important;
}

.flex-prev {
  left: -50px;
  background: url(/stepinto/asset9/img/arrow_prev.png) center center no-repeat;
}

.flex-next {
  right: -50px;
  background: url(/stepinto/asset9/img/arrow_next.png) center center no-repeat;
}

.flex-control-nav {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
}

.flex-control-nav li a {
  display: block;
  background-color: #eae6f4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.flex-control-nav li a:hover {
  background-color: rgba(64, 57, 153, 0.5);
}

.flex-control-nav li a.flex-active {
  background-color: #403999;
}

.slides {
  display: flex;
}

@media screen and (max-width: 767px) {
  .flexslider {
    height: auto;
    min-height: 275px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .flex-control-nav {
    position: static;
    margin-top: 25px;
  }
  .flex-control-nav li a {
    background-color: #eae6f4;
    border-width: 0;
    width: 12px;
    height: 12px;
  }
  .flex-direction-nav {
    display: none;
  }
}

.gakubu_summary {
  background-color: #e1ecdc;
  padding: 50px 0;
}

.gakubu_summary > .flexContainer {
  flex-direction: column;
  align-items: center;
  width: 750px;
}

.gakubu_summary .flex_item {
  width: 400px;
  margin-bottom: 20px;
}

.gakubu_summary .flex_item.movie {
  width: 750px;
}

.gakubu_summary .flex_item .flexContainer {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.gakubu_summary h4 {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.gakubu_summary > * {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .gakubu_summary {
    padding: 1px 10px 30px;
  }
  .gakubu_summary > .flexContainer {
    width: 100%;
  }
  .gakubu_summary .flex_item {
    width: 100%;
  }
  .gakubu_summary .flex_item.movie {
    width: 100%;
    margin-bottom: 0;
  }
  .gakubu_summary .flex_item .flexContainer {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .gakubu_summary h4 {
    width: auto;
  }
  .gakubu_summary > * {
    width: 100%;
  }
}

.summary_info {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.summary_info dt {
  margin-top: 10px;
  font-weight: 700;
  color: #403999;
}

@media screen and (max-width: 767px) {
  .summary_info {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.25;
  }
  .summary_info dt {
    margin-top: 10px;
  }
}

.summary_movie {
  width: 350px;
  margin: 20px 10px;
}

.summary_movie > a {
  display: block;
  position: relative;
  width: 350px;
  height: 200px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.summary_movie > a:hover {
  opacity: .7;
}

.summary_movie > a:hover img {
  transform: scale(1.3);
}

.summary_movie i {
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 38px);
  font-size: 7.6rem;
  color: white;
  z-index: 2;
  opacity: .7;
}

.summary_movie img {
  width: 100%;
  transition: all 0.3s ease;
}

.summary_movie h5,
.summary_movie p {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .summary_movie {
    width: 100%;
    height: auto;
    margin: 10px;
  }
  .summary_movie a {
    width: 100%;
    margin: auto;
    transition: unset;
  }
  .summary_movie a:hover {
    opacity: 1;
  }
  .summary_movie a:hover img {
    transform: none;
  }
  .summary_movie i {
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    font-size: 6.4rem;
  }
  .summary_movie h5,
  .summary_movie p {
    font-size: 1.3rem;
  }
  .summary_movie p {
    margin-top: 6px;
  }
}

/* 2022.04.18 [.btn_campus] added */
.btn_campus {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.btn_campus a {
  display: inline-block;
  position: relative;
  background-color: white;
  border: 1px solid #403999;
  border-radius: 10px;
  width: 350px;
  height: 60px;
  padding: 0 2em;
  color: #403999;
  line-height: 58px;
  transition: all .2s ease;
}
.btn_campus a:hover {
  background-color: rgba(64, 57, 153, 0.75);
  color: white;
  text-decoration: none;
}
.btn_campus a:hover::after {
  border-top-color: white;
  border-right-color: white;
}
.btn_campus a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  border-top: 2px solid #403999;
  border-right: 2px solid #403999;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn_campus {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .btn_campus a {
    display: block;
    border-width: 2px;
    width: 240px;
    height: 50px;
    margin: auto;
    text-align: center;
    line-height: 48px;
  }
  .btn_campus a::after {
    border-top-width: 1px;
    border-right-width: 1px;
    width: 8px;
    height: 8px;
    right: 30px;
  }
}

.ctaArea {
  background: url(/stepinto/asset9/img/bg_body.png);
  padding: 40px 0;
}

.ctaArea .flexContainer {
  width: 740px;
  margin: auto;
}

.ctaArea a {
  display: block;
  border: 1px solid #403999;
  width: 320px;
  height: 60px;
  padding-left: 36px;
  color: #403999;
  font-weight: 700;
  text-align: center;
  line-height: 58px;
  transition: all 0.2s ease;
}

.ctaArea li:nth-child(2) a {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .ctaArea li:nth-child(2) a {
    width: 100%;
  }
}

.ctaArea a:hover {
  opacity: .5;
  text-decoration: none;
}

.ctaArea a.cta_exam {
  background: white url(../img/ico_pen.png) 102px center no-repeat;
}

.ctaArea a.cta_gakubu {
  background: white url(../img/ico_cap.png) 104px center no-repeat;
}

.ctaArea a.cta_campus {
  background: white url(../img/ico_campus.png) 44px center no-repeat;
}
@media screen and (max-width: 480px) {
.ctaArea a.cta_campus {
  background: white url(../img/ico_campus.png) 34px center no-repeat;
}
}

@media screen and (max-width: 767px) {
  .ctaArea {
    background-color: #eeeeee;
    padding: 30px 10px 60px;
  }
  .ctaArea .flexContainer {
    width: 100%;
  }
  .ctaArea li {
    width: 100%;
    margin-top: 10px;
  }
  .ctaArea a {
    width: 100%;
    transition: unset;
  }
  .ctaArea a:hover {
    opacity: 1;
  }
}

.menu__area {
  padding-bottom: 100px;
  text-align: center;
}

.other_menu {
  font-size: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  color: #403999;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .other_menu {
    font-size: 1.8rem;
  }
}

.menu__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.menu__item {
  width: 270px;
  color: #FFFFFF;
  padding: 20px;
  text-align: left;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .menu__flex {
    width: 270px;
  }
}

.menu__hougaku {
  background: #533784;
}

.menu__shougaku {
  background: #9B0281;
}

.menu__seikei {
  background: #B83944;
}

.menu__bungaku {
  background: #813B2C;
}

.menu__sst {
  background: #66ABCA;
}

.menu__agri {
  background: #00583A;
}

.menu__keiei {
  background: #EC6C00;
}

.menu__infocom {
  background: #F4AC46;
}

.menu__nippon {
  background: #5A814A;
}

.menu__ims {
  background: #195293;
}

.menu__item span {
  position: relative;
  padding-left: 20px;
}

.menu__item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

_:-ms-input-placeholder .menuList li a > span, :root .menuList li a > span {
  padding-top: 4px;
}

_:-ms-input-placeholder .menuList li div span, :root .menuList li div span {
  padding-top: 14px;
}

_:-ms-input-placeholder .clipBox p, :root .clipBox p {
  padding-top: 2px;
}

_:-ms-input-placeholder a.clipPage, :root a.clipPage {
  padding-top: 2px;
}

.js-inview {
  opacity: 0;
}

.js-inview.inview {
  animation: inviewMove 0.5s cubic-bezier(0.15, 0.5, 0.3, 1);
  opacity: 1;
}

@keyframes inviewMove {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.btn {
  display: inline-block;
  text-align: center;
  color: #403999;
  cursor: pointer;
  transition: opacity 0.2s;
}

.btn:hover {
  opacity: .7;
}

.btn_clip {
  background: #403999 url(../img/ico_clip.png) center center no-repeat;
  border-radius: 16px;
  width: 100px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow-x: hidden;
}

.btn_more_details {
  position: relative;
  border: 1px solid #403999;
  width: 210px;
  height: 36px;
  padding-left: 38px;
  line-height: 34px;
  transition: all 0.3s;
  z-index: 1;
}

.btn_more_details::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  background-color: #403999;
  width: 38px;
  height: 35px;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.btn_more_details::after {
  position: absolute;
  top: 12px;
  left: 12px;
  content: "";
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
}

.btn_more_details:hover {
  opacity: 1;
  color: white;
  text-decoration: none;
}

.btn_more_details:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btn_more_details {
    width: 160px;
    height: 32px;
    padding-left: 32px;
    font-size: 1.4rem;
    line-height: 30px;
    transition: unset;
  }
  .btn_more_details::before {
    width: 32px;
    height: 30px;
    transition: unset;
  }
  .btn_more_details::after {
    top: 10px;
    left: 9px;
    content: "";
  }
  .btn_more_details:hover {
    color: #403999;
  }
  .btn_more_details:hover::before {
    width: 32px;
  }
  .btn_window_close {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 24px;
    height: 24px;
    color: #403999;
    cursor: pointer;
  }
  .btn_window_close::before,
  .btn_window_close::after {
    display: block;
    position: absolute;
    top: 1px;
    right: 12px;
    content: "";
    background-color: #403999;
    width: 1px;
    height: 20px;
  }
  .btn_window_close::before {
    transform: rotate(45deg);
  }
  .btn_window_close::after {
    transform: rotate(-45deg);
  }
}

.btn_window_close_request {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: white;
  border: 1px solid #403999;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
}
.btn_window_close_request::before,
.btn_window_close_request::after {
  display: block;
  position: absolute;
  top: 3px;
  right: 10px;
  content: "";
  background-color: #403999;
  width: 2px;
  height: 16px;
}
.btn_window_close_request::before {
  transform: rotate(45deg);
}
.btn_window_close_request::after {
  transform: rotate(-45deg);
}

.tab_menu {
  background-color: white;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  height: 81px;
  margin: auto;
  padding-top: 6px;
}
.tab_menu li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  float: left;
  width: 90px;
  max-width: 91px;
  height: 70px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  cursor: pointer;
}
.tab_menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 48px;
  color: white;
  transition: .1s;
}
.tab_menu li a.current {
  height: 62px;
}
.tab_menu li a.current:hover {
  height: 62px;
}
.tab_menu li a:hover {
  height: 54px;
  text-decoration: none;
  outline: none;
}
.tab_slider {
  max-width: 1001px;
  margin: auto;
  opacity: 0;
  transition: .25s;
}
.tab_slider.slick-initialized {
  opacity: 1;
}
.fixed_tab_menu.tab-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .fixed_tab_menu {
    display: block;
    width: auto;
    height: 54px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow-x: hidden;
    z-index: 3;
  }
  .tab_menu {
    background-color: white;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    height: 54px;
    padding-top: 6px;
  }
  .tab_menu li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    float: left;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
    cursor: pointer;
  }
  .tab_menu li.slick-slide {
    width: 20vw !important;
  }
  .tab_menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 38px;
    color: white;
    transition: .1s;
  }
  .tab_menu li a.current {
    height: 44px;
  }
  .tab_menu li a.current:hover {
    height: 44px;
  }
  .tab_menu li a:hover {
    height: 38px;
    text-decoration: none;
    outline: none;
  }
  .tab_slider {
    opacity: 0;
    transition: .25s;
  }
  .tab_slider.slick-initialized {
    opacity: 1;
  }
}

.tab_slider { opacity:1; }
@media screen and (min-width: 768px) {
  .tab_menu li {
    max-width: calc(100% / 11);
  }
}
@media screen and (max-width: 767px) {
  .fixed_tab_menu,
  .tab_menu {
    height: 65px;
  }
  .device-touch .fixed_tab_menu,
  .device-touch .tab_menu {
    height: 54px;
  }
  .tab_menu {
    scrollbar-width:thin;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
  }
  .device-touch .tab_menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .device-touch .tab_menu::-webkit-scrollbar { display:none; }
  .tab_slider { min-width:calc(90px * 11); }
}


.borderB_home {
  border-bottom-color: #403999;
}

.borderB_hogaku {
  border-bottom-color: #533784;
}

.borderB_shogaku {
  border-bottom-color: #9b0281;
}

.borderB_seikei {
  border-bottom-color: #b83944;
}

.borderB_bungaku {
  border-bottom-color: #803b2c;
}

.borderB_sst {
  border-bottom-color: #66abca;
}

.borderB_agri {
  border-bottom-color: #00583a;
}

.borderB_keiei {
  border-bottom-color: #ec6c00;
}

.borderB_infocom {
  border-bottom-color: #f4ac46;
}

.borderB_nippon {
  border-bottom-color: #5a814a;
}

.borderB_ims {
  border-bottom-color: #185292;
}

a.tab_home {
  background-color: #403999;
}

a.tab_hogaku {
  background-color: #533784;
}

a.tab_shogaku {
  background-color: #9b0281;
}

a.tab_seikei {
  background-color: #b83944;
}

a.tab_bungaku {
  background-color: #803b2c;
}

a.tab_sst {
  background-color: #66abca;
}

a.tab_agri {
  background-color: #00583a;
}

a.tab_keiei {
  background-color: #ec6c00;
}

a.tab_infocom {
  background-color: #f4ac46;
}

a.tab_nippon {
  background-color: #5a814a;
}

a.tab_ims {
  background-color: #185292;
}

.slider_top .slides li {
  height: 300px;
}

.slider_top .box {
  background-color: white;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider_top .box .main_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  width: 70%;
  margin: auto;
  z-index: 1;
}

.slider_top .box img.main_img {
  width: auto;
  height: 100%;
  max-width: inherit;
  position: absolute;
  left: 38%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.slider_top .top_stepinto {
  width: 55%;
}

.slider_top .top_meijiuniv {
  width: 100%;
  margin-top: 20px;
}

.slider_top .forward_btn {
  display: block;
  position: absolute;
  top: 65%;
  right: 0;
  left: 0;
  background-color: #403999;
  border: 1px solid #403999;
  max-width: 210px;
  width: 100%;
  margin: auto;
  padding: 15px;
  color: white;
  text-align: center;
  font-size: 1.6rem;
  z-index: 1;
}

.slider_top .forward_btn.hvr-sweep-to-right::before {
  background-color: white !important;
}

.slider_top .forward_btn:hover {
  color: #403999;
  text-decoration: none;
}

.slider_top .youtube_slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider_top .youtube_slide iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 768px) {
  .slider_top {
    position: relative;
    height: 720px;
    margin-top: 30px;
  }
.slider_top_univ {
    margin-top: 0px !important;
  }
  .slider_top .slides li {
    height: 660px;
  }
  .slider_top .box {
    width: 1200px;
    margin: auto;
  }
  .slider_top .box .main_title {
    width: 780px;
  }
  .slider_top .box img.main_img {
    left: 50%;
  }
  .slider_top .top_stepinto {
    width: 284px;
  }
  .slider_top .top_meijiuniv {
    margin-top: 60px;
  }
  .slider_top .forward_btn {
    display: block;
    position: absolute;
    top: 70%;
    right: 0;
    left: 0;
    background-color: #403999;
    border: 1px solid #403999;
    max-width: 240px;
    width: 100%;
    margin: auto;
    padding: 20px;
    color: white;
    text-align: center;
    font-size: 1.6rem;
    white-space: nowrap;
    z-index: 1;
  }
  .slider_top .forward_btn.hvr-sweep-to-right::before {
    background-color: white !important;
  }
  .slider_top .forward_btn:hover {
    color: #403999;
    text-decoration: none;
  }
  .slider_top .youtube_slide {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: auto;
  }
  .slider_top .youtube_slide iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .slider_top .flex-control-nav {
    bottom: 10px;
  }
  .slider_top .flex-control-nav li {
    margin: 0 10px;
  }
}

.mv_movie {
  position: relative;
  height: 56.25vw;
}

.mv_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv_movie::before,
.mv_movie::after {
  display: block;
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  z-index: 2;
}

.mv_movie::before {
  right: 62%;
  bottom: 35%;
}

.mv_movie::after {
  left: 62%;
  bottom: 25%;
}

.mv_movie .mv_movie_wrapper {
  position: absolute;
  top: 65%;
  right: 30%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* add 2023.04.18 CN start */
a.youtube {
  display: block;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
a.youtube:hover {
  opacity: .7;
}
a.youtube img {
  transition: all 0.3s ease;
}
a.youtube img:hover {
  transform: scale(1.3);
}
a.youtube i {
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 38px);
  font-size: 7.6rem;
  color: white;
  z-index: 2;
  opacity: .7;
}
@media screen and (max-width: 767px) {
  a.youtube i {
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    font-size: 6.4rem;
  }
}

/* a.youtube::before {
  position: absolute;
  font-family: "Font Awesome 5 free";
  content: "\f144";
  color: #403999;
  font-weight: 400;
  inset: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  font-size: 4em;
  transition: 0.2s ease-in-out;
} */
/* a.youtube:hover::before {
  opacity: 0.7;
} */

.fancybox-inner {
  aspect-ratio: 16 / 9;
  width: auto!important;
  height: auto!important;
}

.btn_campus {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.btn_campus a {
  display: inline-block;
  position: relative;
  background-color: white;
  border: 1px solid #403999;
  border-radius: 10px;
  width: 350px;
  height: 60px;
  padding: 0 2em;
  color: #403999;
  line-height: 58px;
  transition: all 0.2s ease;
}
.btn_campus a:link, .btn_campus a:visited {
  text-decoration: none;
}
.btn_campus a:hover {
  background-color: rgba(64, 57, 153, 0.75);
  color: white;
  text-decoration: none;
}
.btn_campus a:hover::after {
  border-top-color: white;
  border-right-color: white;
}
.btn_campus a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  border-top: 2px solid #403999;
  border-right: 2px solid #403999;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
}
.modal-content .btn_campus {
  margin-top: 20px;
  margin-bottom: 0;
}
.modal-content .btn_campus a {
  color: #403999;
}
.modal-content .btn_campus a:hover {
  color: white;
}

@media screen and (max-width: 767px) {
  .btn_campus {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .btn_campus a {
    display: block;
    border-width: 2px;
    width: 240px;
    height: 50px;
    margin: auto;
    text-align: center;
    line-height: 48px;
  }
  .btn_campus a::after {
    border-top-width: 1px;
    border-right-width: 1px;
    width: 8px;
    height: 8px;
    right: 30px;
  }
  .modal-content .btn_campus {
    padding-bottom: 20px;
    font-size: 3.8vw;
  }
}
/* add 2023.04.18 CN end */

.slider_main {
  position: relative;
  margin: 0 0 60px;
  width: 100%;
  height: 56.25vw;
  min-height: 0;
}

.slider_main .slides li {
  height: 56.25vw;
}

.slider_main .flex-control-nav {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .slider_main {
    height: 500px;
    margin-top: 30px;
  }
  .slider_main .slides li {
    height: 500px;
  }
  .slider_main .flex-control-nav {
    margin-top: 20px;
  }
  .slides_movie {
    background-color: black;
  }
  .mv_movie {
    position: relative;
    width: 900px;
    height: 500px;
    margin: auto;
  }
  .mv_movie::before,
  .mv_movie::after {
    display: block;
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    z-index: 2;
  }
  .mv_movie::before {
    right: 55%;
    bottom: 35%;
  }
  .mv_movie::after {
    left: 55%;
    bottom: 15%;
  }
  .mv_movie .mv_movie_wrapper {
    position: absolute;
    top: 65%;
    right: 15%;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}

.interest_article {
  background: #e7e5ff url(../img/bg_interest_latest.png) left bottom repeat-x;
  background-size: 160px auto;
  margin-top: 30px;
  padding: 25px 15px;
}

.interest_article li {
  background-color: white;
  height: 195px;
  margin-right: 15px;
}

.interest_article a {
  display: block;
  padding: 0 14px 15px;
  color: inherit;
}

.interest_article a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .interest_article {
    background: #e7e5ff url(../img/bg_interest_latest_pc.png) center bottom repeat-x;
    background-size: auto;
    margin-top: 50px;
    padding: 50px 15px 55px;
  }
  .interest_article li {
    background-color: white;
    height: 220px;
    margin-right: 15px;
  }
  .interest_article a {
    display: block;
    padding: 0 30px 20px;
    color: inherit;
  }
  .interest_article a:hover {
    text-decoration: none;
  }
}

.interest_lead {
  margin: auto;
  text-align: center;
}

.interest_lead h2 {
  display: inline-block;
  background-color: transparent;
  height: auto;
  color: #403999;
  font-size: 2rem;
  letter-spacing: normal;
  line-height: 1.2;
}

.interest_lead h2::before,
.interest_lead h2::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: auto;
  right: auto;
  left: auto;
  background-color: #403999;
  border: none;
  width: 1px;
  height: 1.35em;
}

.interest_lead h2::before {
  left: -1em;
  transform: rotate(-15deg);
}

.interest_lead h2::after {
  right: -1em;
  transform: rotate(15deg);
}

.interest_lead p {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: -.5px;
}

@media screen and (min-width: 768px) {
  .interest_lead h2 {
    font-size: 3rem;
  }
  .interest_lead h2::before,
  .interest_lead h2::after {
    top: -6px;
    height: 1.75em;
  }
  .interest_lead h2::before {
    left: -1.2em;
  }
  .interest_lead h2::after {
    right: -1.2em;
  }
  .interest_lead p {
    margin-top: 30px;
    font-size: 2rem;
    letter-spacing: normal;
  }
}

.interest_article_link {
  position: relative;
  background-color: #403999;
  border-radius: 15px;
  width: 250px;
  height: 43px;
  margin: 15px auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 43px;
}

.interest_article_link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  border: 6px solid transparent;
  border-left: 10px solid white;
  width: 12px;
  height: 8px;
}

.interest_article_link a {
  position: relative;
  padding: 0;
  color: white;
}

.interest_article_link a i {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6.2em);
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .interest_article_link {
    border-radius: 29px;
    width: 348px;
    height: auto;
    margin: 25px auto 0;
    font-size: 1.8rem;
    line-height: 59px;
  }
  .interest_article_link::after {
    top: 50%;
    right: calc(50% - 8em);
    content: "";
    border: 8px solid transparent;
    border-left: 14px solid white;
    width: 24px;
    height: 12px;
  }
  .interest_article_link a {
    position: relative;
    padding: 0;
    color: white;
  }
  .interest_article_link a i {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 6.5em);
    font-size: 2.1rem;
  }
}

.interest_image {
  position: relative;
  height: 130px;
  margin: 0 -15px;
  overflow: hidden;
}

.interest_image img {
  min-width: 210px;
  min-height: 130px;
  object-fit: cover;
}

.interest_image::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
}

@media screen and (min-width: 768px) {
  .interest_image {
    height: 200px;
    margin: 0 -30px;
  }
  .interest_image img {
    min-width: 300px;
    min-height: 200px;
  }
  .interest_image::after {
    content: none;
  }
}

.interest_label {
  position: absolute;
  top: 5px;
  left: 5px;
  color: white;
  font-size: 1rem;
}

.interest_label > span {
  display: inline-block;
  border-radius: 5px;
  padding: 0.3em 0.5em 0.35em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .interest_label {
    top: 10px;
    left: 10px;
    font-size: 1.4rem;
  }
  .interest_label > span {
    border-radius: 8px;
    padding: 0.65em 0.75em 0.6em;
  }
}

.label_business {
  background-color: #00a0e9;
}

.label_feature {
  background-color: #c73030;
}

.label_movie {
  background-color: #40a1ac;
}

.label_topics {
  background-color: #eb6100;
}

.label_career {
  background-color: #f29c9f;
}

.label_campus_life {
  background-color: #80c269;
}

.label_campaign {
  background-color: #80c269;
}

.label_activity {
  background-color: #1d2089;
}

.label_international {
  background-color: #8f82bc;
}

.label_it_science {
  background-color: #f39700;
}

.label_study {
  background-color: #e60012;
}

.label_abroad {
  background-color: #f39800;
}

.label_jobhunting {
  background-color: #009944;
}

.label_senior {
  background-color: #0068b7;
}

.label_activity {
  background-color: #1d2088;
}

.label_meidainews {
  background-color: #920783;
}

.interest_parent,
.interest_time {
  position: absolute;
  top: 100px;
}

.interest_parent {
  left: 14px;
}

.interest_time {
  right: 14px;
}

.interest_parent {
  float: left;
  padding: 10px 0;
  color: #cbcbcb;
  color: white;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .interest_parent,
  .interest_time {
    position: static;
  }
}

@media screen and (min-width: 768px) {
  .interest_parent {
    padding: 30px 0 15px;
    color: #cccccc;
    font-size: 1.4rem;
  }
}

.interest_time {
  float: right;
  padding: 10px 0;
  color: gray;
  color: white;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .interest_time {
    padding: 30px 0 15px;
    color: gray;
    font-size: 1.4rem;
  }
}

.interest_text {
  clear: both;
}

.interest_text p {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .interest_text p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.interest_request_area {
  background: url(/stepinto/asset9/img/meijirou_request.png) left top no-repeat;
  background-size: 50px auto;
  height: 100px;
}

.interest_request_area .interest_paragraph {
  margin: 0;
  padding: 10px 0 0 50px;
  color: #403999;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

.interest_request_area .interest_paragraph span {
  color: #cc2929;
}

@media screen and (min-width: 768px) {
  .interest_request_area {
    background-size: 120px auto;
    width: 710px;
    min-height: 130px;
    margin: 50px auto 0;
    padding-right: 0;
  }
  .interest_request_area .interest_paragraph {
    font-size: 2.4rem;
  }
}

.interest_slider {
  position: relative;
  height: 240px;
  min-height: 1px;
  margin-top: 20px;
}

.interest_slider::after {
  content: "";
  display: block;
  clear: both;
}

.interest_slider ul.slick-slider {
  overflow: hidden;
}

.interest_slider .slick-track {
  display: flex;
}

.interest_slider li {
  float: left;
}

.interest_slider li.slick-slide {
  min-width: 190px;
}

.interest_slider li a {
  position: relative;
}

.interest_slider li .interest_other_link a {
  background-color: transparent;
  margin: 10px;
  padding: 0;
  width: auto;
  height: auto;
  text-align: center;
}

.interest_slider li .interest_other_link a + a {
  margin-top: 20px;
}

.interest_slider .slick-list {
  padding: 0 35% 0 0 !important;
}

.interest_slider .slick-prev,
.interest_slider .slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 40px);
  width: 30px;
  height: 30px;
  font-size: 0rem;
  cursor: pointer;
  z-index: 1;
}

.interest_slider .slick-prev::before,
.interest_slider .slick-prev::after,
.interest_slider .slick-next::before,
.interest_slider .slick-next::after {
  position: absolute;
  content: "";
}

.interest_slider .slick-prev::before,
.interest_slider .slick-next::before {
  top: 0;
  left: 0;
  background-color: #cbcbcb;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.interest_slider .slick-prev {
  left: -10px;
  background: none;
}

.interest_slider .slick-prev::after {
  top: 9px;
  left: 3px;
  border: 6px solid transparent;
  border-right: 9px solid white;
}

.interest_slider .slick-next {
  right: -10px;
  background: none;
}

.interest_slider .slick-next::after {
  top: 9px;
  left: 12px;
  border: 6px solid transparent;
  border-left: 9px solid white;
}

.interest_slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.interest_slider .slick-dots li {
  float: none;
  background-color: white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  cursor: pointer;
}

.interest_slider .slick-dots li.slick-active {
  background-color: #403999;
}

.interest_slider .slick-dots li button {
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .interest_slider {
    max-width: 1000px;
    height: 410px;
    min-height: 1px;
    margin: 50px auto 0;
  }
  .interest_slider::after {
    content: "";
    display: block;
    clear: both;
  }
  .interest_slider ul.slick-slider {
    margin-left: -12px;
    overflow: hidden;
  }
  .interest_slider .slick-track {
    display: flex;
  }
  .interest_slider li {
    background-color: transparent;
    height: 340px;
    margin: 0;
  }
  .interest_slider li a,
  .interest_slider li .interest_other_link {
    background-color: white;
    width: 300px;
    height: 340px;
    margin-right: 25px;
    margin-left: 25px;
  }
  .interest_slider li .interest_other_link a + a {
    margin-top: 35px;
  }
	
  .interest_slider .slick-list {
    padding: 0 !important;
  }
  .interest_slider .slick-prev,
  .interest_slider .slick-next {
    top: calc(50% - 60px);
    width: 60px;
    height: 60px;
    transition: all 0.2s ease;
  }
  .interest_slider .slick-prev:hover,
  .interest_slider .slick-next:hover {
    opacity: .5;
  }
  .interest_slider .slick-prev::before,
  .interest_slider .slick-next::before {
    width: 60px;
    height: 60px;
  }
  .interest_slider .slick-prev {
    left: -80px;
    background: none;
  }
  .interest_slider .slick-prev::after {
    top: 18px;
    left: 6px;
    border: 12px solid transparent;
    border-right: 18px solid white;
  }
  .interest_slider .slick-next {
    right: -80px;
    background: none;
  }
  .interest_slider .slick-next::after {
    top: 18px;
    left: 24px;
    border: 12px solid transparent;
    border-left: 18px solid white;
  }
  .interest_slider .slick-dots {
    margin-left: 12px;
  }
  .interest_slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 15px;
  }
}

.request_overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 13;
}

.request_container.request_container_outer {
  padding: 0;
}

.request_container {
  position: relative;
  background: url(/stepinto/asset9/img/bg_body.png);
  margin: 60px 20px;
  padding: 35px 20px 40px;
  color: #333333;
}

.request_container input[type="radio"] {
  display: none;
}

.request_container .request_title {
  position: relative;
  text-align: center;
  font-size: 2rem;
  color: #403999;
}

.request_container .request_title i {
  margin-right: .7em;
}

.request_container p {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.request_container .request_item {
  margin-top: 40px;
  text-align: center;
}

.request_container label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  line-height: 18px;
  cursor: pointer;
}

.request_container label::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, #dedede 0%, white 100%);
  border: 1px solid #333333;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.request_container label::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.request_container input[type="radio"]:checked + label::after {
  background-color: #403999;
}

.request_container span {
  white-space: nowrap;
}

.request_container input[type="submit"] {
  display: block;
  background-color: #403999;
  border-radius: 30px;
  width: 65vw;
  margin: 40px auto 0;
  padding: 15px;
  color: white;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  cursor: pointer;
}

.request_container input[type="text"] {
  background-color: white;
  border: 1px solid #333333;
  width: 100%;
  margin-top: 20px;
  padding: .5em;
  color: #333333;
  font-size: 1.6rem;
}

.request_container input[type="text"]::placeholder {
  color: #cccccc;
  font-size: 1.4rem;
}

.request_container textarea {
  background-color: white;
  border: 1px solid #333333;
  width: 100%;
  min-height: 200px;
  margin-top: 25px;
  padding: .5em;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
}

.request_container textarea::placeholder {
  color: #cccccc;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .request_container {
    width: 600px;
    margin: 60px auto;
  }
  .request_container .request_title {
    font-size: 2.4rem;
  }
  .request_container p {
    font-size: 1.6rem;
  }
}

.request_radio {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 16px;
}

.request_radio > * {
  width: 40%;
  margin-top: 20px;
}

section.Blkinsta {
  max-width: 1000px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

section.Blkinsta header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  margin: 0 auto 30px;
  z-index: 1;
}

section.Blkinsta header img {
  width: 170px;
}

section.Blkinsta header .follow_btn {
  background-color: #403999;
  border: 1px solid #403999;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
}

section.Blkinsta header .follow_btn:hover {
  color: #403999;
}

section.Blkinsta header .follow_btn.hvr-sweep-to-right::before {
  background: white;
}

section.Blkinsta .photo_box {
  width: 100%;
}

section.Blkinsta .photo_box ul {
  display: flex;
  flex-wrap: wrap;
}

section.Blkinsta .photo_box li {
  width: 32%;
  margin: 0 2% 2% 0;
  overflow: hidden;
}

section.Blkinsta .photo_box li:nth-of-type(3n) {
  margin-right: 0;
}

section.Blkinsta .photo_box li:hover img {
  transform: scale(1.3);
  opacity: .6;
}

section.Blkinsta .photo_box img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}

.stepinto_exlink {
  margin: 0 15px;
  padding-bottom: 15px;
}

.stepinto_exlink ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.stepinto_exlink li {
  position: relative;
  background-color: white;
  border: 1px solid #403999;
  margin-bottom: 20px;
}

.stepinto_exlink li a {
  display: flex;
  padding: 15px;
  color: #403999;
  font-size: 1.2rem;
}

.stepinto_exlink li a:hover {
  text-decoration: none;
}

.stepinto_exlink li a div {
  text-align: center;
}

.stepinto_exlink i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1.6rem;
}

.stepinto_exlink .exlink_allaboutmeiji {
  flex-direction: column;
  align-items: center;
}

.stepinto_exlink .exlink_allaboutmeiji div + div {
  width: 80%;
  margin-top: 15px;
}

.stepinto_exlink .exlink_allaboutmeiji div + div img {
  width: 100%;
  height: auto;
}

.stepinto_exlink .exlink_exam {
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.stepinto_exlink .exlink_exam div {
  font-size: 1.8rem;
}

.stepinto_exlink .exlink_exam div img {
  width: 36px;
  height: auto;
  margin-right: 20px;
}

.stepinto_exlink .exlink_meijinow {
  flex-direction: column;
  align-items: center;
}

.stepinto_exlink .exlink_meijinow img {
  width: 70%;
  margin-top: 10px;
}

.stepinto_exlink .exlink_meijinet {
  flex-direction: column;
}

.stepinto_exlink .exlink_meijinet img {
  width: 60%;
  margin: 9px 0 6px;
}

@media screen and (min-width: 768px) {
  .stepinto_exlink {
    max-width: 1000px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .panel_menu .stepinto_exlink {
    padding-right: 20px;
  }
  .stepinto_exlink ul {
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .stepinto_exlink li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    margin-bottom: 40px;
  }
  .panel_menu .stepinto_exlink li {
    width: 100%;
  }
  .stepinto_exlink li a {
    padding: 20px;
    font-size: 1.4rem;
  }
  .panel_menu .stepinto_exlink li a {
    padding: 10px;
  }
  .stepinto_exlink li a:hover {
    text-decoration: none;
  }
  .stepinto_exlink i {
    font-size: 1.8rem;
  }
  .stepinto_exlink .exlink_allaboutmeiji div + div {
    width: 70%;
    margin-top: 18px;
  }
  .stepinto_exlink .exlink_exam {
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .stepinto_exlink .exlink_exam div {
    font-size: 2.3rem;
  }
  .stepinto_exlink .exlink_exam div img {
    width: 44px;
    margin-right: 22px;
  }
  .stepinto_exlink .exlink_meijinow {
    font-size: 1.6rem;
  }
  .stepinto_exlink .exlink_meijinow img {
    margin-top: 15px;
  }
  .stepinto_exlink .exlink_meijinet {
    font-size: 1.6rem;
  }
  .stepinto_exlink .exlink_meijinet img {
    width: 70%;
    margin: 11px 0 7px;
  }
}

.clr {
  clear: both;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w520 {
  width: 520px;
}

@media screen and (max-width: 767px) {
  .w400,
  .w410,
  .w450,
  .w460,
  .w520 {
    width: 100%;
  }
}

br.sp {
  display: none;
}

br.tb {
  display: none;
}

br.pc {
  display: inline;
}

@media screen and (max-width: 1000px) {
  br.sp {
    display: none;
  }
  br.tb {
    display: inline;
  }
  br.pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  span.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
  br.tb {
    display: none;
  }
  br.pc {
    display: none;
  }
}

.fwB {
  font-weight: 700;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.mt0 {
  margin-top: 0;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mv_movie{
	display:none;
}
