@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400, 700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400, 700"); /*! http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
body {
  text-align: left;
  font-size: 1.3rem;
  color: #111;
  font-family: "Noto Sans Japanese", "¥á¥¤¥ê¥ª", "Meiryo", "£Í£Ó £Ð¥´¥·¥Ã¥¯",
    "MS PGothic", Sans-Serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 120rem;
    font-size: 1.5rem;
    overflow-x: auto;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #828282;
  outline: none;
  text-decoration: none;
}
#wrapper {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  img {
    max-width: none;
  }
}
video {
  vertical-align: middle;
}
hr {
  border: none;
  margin: 0;
}
strong {
  font-weight: 600;
}
.search-field input[type="text"],
.inquiry-form .section__contents input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
.inquiry-form .section__contents textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
.inquiry-form .section__contents input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.inquiry-form .section__contents select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.sp-only {
  display: block;
}
@media only screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
.pc-only {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}
br.sp-only {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  br.sp-only {
    display: none;
  }
}
br.pc-only {
  display: none;
}
@media only screen and (min-width: 769px) {
  br.pc-only {
    display: inline-block;
  }
}
.no-scroll {
  overflow: hidden;
  height: 100%;
}
.button {
  display: inline-block;
  background-color: #4e4194;
  text-align: center;
}
.button--blue {
  background-color: #0861aa;
}
.button--green {
  background-color: #008750;
}
.button a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0 2rem 0 1rem;
}
@media only screen and (max-width: 768px) {
  .button a {
    line-height: 4.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .button a {
    padding: 1.9rem 2rem 1.9rem 1.5rem;
  }
}
.button a::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/assets/images/common/right-arrow-color-yellow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 40%;
  right: 2rem;
  width: 2rem;
  height: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .button a::after {
    top: 38%;
    right: 3rem;
    width: 2.6rem;
    height: 1.4rem;
    -webkit-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
  }
}
@media only screen and (min-width: 769px) {
  .button a:hover::after {
    right: 2rem;
  }
}
.table-default {
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .table-default {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .table-default {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .table-default__wrap {
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    white-space: nowrap;
  }
  .table-default__wrap::-webkit-scrollbar {
    height: 5px;
  }
  .table-default__wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table-default__wrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .table-default__wrap .table-default__note {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
}
.table-default__note {
  margin-top: 1rem;
  line-height: 1.4;
}
.table-default caption {
  text-align: left;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .table-default caption {
    margin-bottom: 1rem;
  }
}
.table-default th,
.table-default td {
  border-left: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  padding: 0.7rem 1rem;
  vertical-align: middle;
  line-height: 1.7;
}
@media only screen and (min-width: 769px) {
  .table-default th,
  .table-default td {
    padding: 1.4rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .table-default th a,
  .table-default td a {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 769px) {
  .table-default th a:hover,
  .table-default td a:hover {
    text-decoration: underline;
  }
}
.table-default th {
  background-color: #f6f6f6;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .table-default th {
    width: 12rem;
    white-space: nowrap;
  }
}
.title-roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .link-arrow {
    margin-left: 1.8rem;
    text-indent: -1.8rem;
  }
}
.link-arrow::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #4e4194;
  border-right: 2px solid #4e4194;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1rem;
  margin-bottom: 0.1rem;
}
.list-circle li::before {
  content: "\025ce";
}
.note--red::before {
  content: "¡ù";
  color: #d90d0d;
}
.pdf-icon::after {
  content: "";
  background: url(/assets/images/common/pdf-icon.svg) no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 100%;
  display: inline-block;
  margin-left: 0.7rem;
  margin-bottom: -0.4rem;
}
.blank-icon::after {
  content: "";
  background: url(/assets/images/common/blank-icon.svg) no-repeat;
  width: 1.3rem;
  height: 1rem;
  background-size: 100%;
  display: inline-block;
  margin-left: 1rem;
}
.sup {
  vertical-align: super;
  line-height: 0;
  font-size: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .sup {
    font-size: 1.3rem;
  }
}
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.header {
  position: fixed;
  width: 100%;
  height: 10rem;
  /* -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); */
  background-color: #fff;
  z-index: 1000;
}
@media only screen and (max-width: 769px) {
  .header {
    height: 6rem;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 0 20px;
}

@media only screen and (max-width: 769px) {
  .header__content {
    /* padding-left: 4rem; */
    padding: 0 0 0 10px;
  }
}
.header__content-left .college-logo {
  background: url(/assets/images/common/logo.png) no-repeat;
  text-indent: -9999px;
  width: 17.8rem;
  height: 2.7rem;
  background-size: 100%;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .header__content-left .college-logo {
    width: 22.1rem;
    height: 3.4rem;
    margin-top: 1rem;
  }
}
.header__content-right {
  font-size: 0;
}

.header__content-right .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* @media only screen and (max-width: 769px) {
  .header__content-right {
    display: flex;
    align-items: center;
  }
} */
.header__content-right .rightmenu.navlist {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}
.header__content-right .mainmenu {
  margin-top: 20px;
}
.header__content-right .mainmenu .rightmenu.navlist {
  font-size: 14px;
  color: #000;
}
.header__content-right .mainmenu .navlist__item {
  padding-bottom: 30px;
  cursor: pointer;
  position: relative;
  /* transition: all 0.3s; */
}
.header__content-right .mainmenu .rightmenu.navlist .navlist__item.current {
  color: #4e4193;
  position: relative;
}
.header__content-right .mainmenu .rightmenu.navlist .navlist__item,
.header__content-right .mainmenu .rightmenu.navlist .navlist__item:hover {
  border: none;
}
.header__content-right .mainmenu .navlist__item::after {
  content: "";
  width: 0;
  height: 2px;
  background: #4e4193;
  left: 0;
  bottom: 20px;
  position: absolute;
  transition: all 0.3s;
}
.header__content-right .mainmenu .navlist__item::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  display: block;
  margin-left: -15px;
}
.header__content-right .mainmenu .navlist__item .bdr {
  position: relative;
  padding-right: 15px;
}

.header__content-right .mainmenu .navlist__item .bdr::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  margin-left: 15px;
}

.header__content-right .mainmenu .navlist__item:hover::after,
.header__content-right .mainmenu .navlist__item.active::after,
.header__content-right .mainmenu .navlist__item.current::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #4e4193;
  left: 0;
  bottom: 20px;
  position: absolute;
}
.header__content-right .mainmenu .navlist__item .navlist__content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  top: 10rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  transition: all 0.3s;
  background: rgb(228, 225, 255);
  background: linear-gradient(
    90deg,
    rgba(228, 225, 255, 1) 300px,
    rgba(246, 245, 255, 1) 300px
  );
}

.header__content-right .mainmenu .navlist__item .navlist__content.active {
  opacity: 1;
  visibility: visible;
}
.header__content-right .mainmenu .navlist__item .navlist__content .ttl {
  background: rgb(228, 225, 255);
  width: 25%;
  text-align: center;
  min-height: 180px;
  position: relative;
  cursor: auto;
}
.header__content-right .mainmenu .navlist__item .navlist__content .ttl a {
  font-size: 20px;
  font-weight: 700;
  color: #4e4193;
  display: block;
  width: 100%;
  height: 100%;
}

.header__content-right .mainmenu .navlist__item .navlist__content .ttl h3 {
  display: block;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  padding: 8px 0;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
}
.header__content-right
  .mainmenu
  .navlist__item
  .navlist__content
  .ttl
  a:hover
  h3 {
  border-bottom: 2px solid #4e4193;
}
.header__content-right .mainmenu .navlist__item .navlist__content .menu-list {
  min-width: 660px;
  padding: 30px 0 30px 24px;
}
.header__content-right
  .mainmenu
  .navlist__item
  .navlist__content
  .menu-list
  ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
}
.header__content-right
  .mainmenu
  .navlist__item
  .navlist__content
  .menu-list
  li {
  /* width: 33.33%;*/
  /* max-width: 203px; */
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
}
.header__content-right
  .mainmenu
  .navlist__item
  .navlist__content
  .menu-list
  li
  a {
  position: relative;
  padding-left: 17px;
  color: #000;
  display: inline-block;
  /* border-bottom: 2px solid transparent; */
}
.header__content-right
  .mainmenu
  .navlist__item
  .navlist__content
  .menu-list
  li:hover
  a {
  color: #4e4193;
  font-weight: 700;
  /* border-bottom: 2px solid #4e4193; */
}
.header__content-right
  .mainmenu
  .navlist__item
  .navlist__content
  .menu-list
  li
  a::after {
  content: "";
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/assets/images/common/ico_menu_arrow.svg) no-repeat center left;
  background-size: 10px;
}

.header__content-right .rightmenu.navlist li {
  margin-left: 30px;
}

.header__content-right .rightmenu.navlist li:first-child .navlist__item {
  margin-left: 0;
}

.header__content-right .rightmenu.navlist .navlist__item {
  color: #111111;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}
.header__content-right .rightmenu.navlist .navlist__item:hover {
  color: #4e4193;
  border-bottom: 2px solid #4e4193;
}
.header__content-right .rightmenu {
  position: relative;
}
.header__content-right .rightmenu .search-field {
  width: 100%;
  padding: 1.5rem;
  background: #fff;
  border: 2px solid #f3f3f3;
  width: 30.4rem;
  padding: 2rem;
}
@media only screen and (max-width: 1130px) {
  .header__content-right .rightmenu .search-field {
    width: 100%;
    padding: 2rem;
    margin-bottom: 0;
    background: #f6f5ff;
    border: none;
  }
}
.header__content-right .rightmenu .search-field input[type="text"] {
  background-color: #ffffff;
  width: calc(94% - 4rem);
  /* margin-right: 1%; */
  padding: 1rem;
  font-family: "Noto Sans Japanese", "¥á¥¤¥ê¥ª", "Meiryo", "£Í£Ó £Ð¥´¥·¥Ã¥¯",
    "MS PGothic", Sans-Serif;
  font-size: 1.4rem;
  margin-bottom: 0;
  background-color: #fff;
  height: 4rem;
  border: 1px solid #000000;
  border-right: none;
}
@media only screen and (max-width: 1130px) {
  .header__content-right .rightmenu .search-field input[type="text"]:focus,
  .header__content-right .rightmenu .search-field input[type="text"] {
    margin-bottom: 0;
    width: calc(99% - 3rem);
    background-color: #fff;
    height: 3rem;
    border: none;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .header__content-right .rightmenu .search-field form {
    background: #fff;
    height: 3rem;
  }
}
.header__content-right .rightmenu .search-field input[type="image"] {
  width: 4rem;
  height: 4rem;
  vertical-align: -1.4rem;
  background: #4e4194;
}
@media only screen and (max-width: 1130px) {
  .header__content-right .rightmenu .search-field input[type="image"] {
    width: 3rem;
    height: 3rem;
    vertical-align: top;
    background: #4e4194;
    border-radius: 0;
  }
}
.header__content-right .rightmenu--sns,
/* .header__content-right .rightmenu--visitor, */
.header__content-right .rightmenu--search,
.header__content-right .rightmenu--site {
  display: none;
}
@media only screen and (min-width: 769px) {
  .header__content-right .rightmenu--sns,
  .header__content-right .rightmenu--visitor,
  .header__content-right .rightmenu--search,
  .header__content-right .rightmenu--site {
    display: inline-block;
  }
}

.header__content-right .rightmenu--sns,
.header__content-right .rightmenu--lang {
  /* position: relative; */
  background: url(/assets/images/common/ico_darrow.svg) no-repeat bottom 5px right;
  background-size: 10px;
  padding-right: 14px;
}

.header__content-right .rightmenu--sns .rightmenu__btn,
.header__content-right .rightmenu--lang .rightmenu__btn,
.header__content-right .rightmenu--access .rightmenu__btn,
.header__content-right .rightmenu--search .rightmenu__btn,
.header__content-right .rightmenu--site .rightmenu__btn {
  display: inline-block;
  /* width: 6rem;
  height: 6rem; */
  /* background-color: #f3f3f3; */
  /* margin-right: 0.2rem; */
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left;
  cursor: pointer;
  padding-left: 15px;
}

@media only screen and (max-width: 769px) {
  .header__content-right .rightmenu--visitor .rightmenu__btn {
    margin-right: 0 !important;
  }
}
.header__content-right .rightmenu--access {
  position: relative;
  padding-left: 40px;
}

.header__content-right .rightmenu--access::before {
  content: "/";
  font-size: 12px;
  color: #4e4194;
  left: 18px;
  bottom: 4px;
  position: absolute;
}
/* @media only screen and (min-width: 769px) { */
.header__content-right .rightmenu--sns .rightmenu__btn,
.header__content-right .rightmenu--lang .rightmenu__btn,
.header__content-right .rightmenu--visitor .rightmenu__btn,
.header__content-right .rightmenu--search .rightmenu__btn,
.header__content-right .rightmenu--site .rightmenu__btn {
  /* width: 7rem;
    height: 7rem; */
  margin-left: 20px;
}

.header__content-right .rightmenu__btn__text {
  display: block;
  text-align: center;
  color: #111111;
  font-size: 1.2rem;
  line-height: 1.4;
  transition: all 0.3s;
  /* font-weight: 600; */
  /* margin-top: 4rem; */
}
.header__content-right .rightmenu__btn__text:hover {
  color: #4e4193;
}
@media only screen and (min-width: 769px) {
  /* .header__content-right .rightmenu__btn__text {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 4.5rem;
  } */
}
.header__content-right .rightmenu--sns .rightmenu__btn {
  background-image: url(/assets/images/common/ico_sns.svg);
  /* background-size: 26%; */
}
.header__content-right .rightmenu--sns .rightmenu__cont {
  display: none;
  font-size: 1.4rem;
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 20;
}

.header__content-right .rightmenu--sns .rightmenu__cont__list {
  width: 7rem;
  border: 2px solid #f3f3f3;
}
.header__content-right .rightmenu--sns .rightmenu__cont__list__item {
  background-color: #fff;
  text-align: center;
  color: #111111;
  font-size: 1.2rem;
  font-weight: 600;
  height: 6.8rem;
}
.header__content-right .rightmenu--sns .rightmenu__cont__list__item a {
  display: block;
  height: 6.8rem;
  line-height: 6.8rem;
  color: #111111;
  text-indent: -9999px;
  border-bottom: 2px solid #f3f3f3;
  margin: 0 1rem;
}
.header__content-right
  .rightmenu--sns
  .rightmenu__cont__list__item:last-child
  a {
  border: none;
}
.header__content-right .rightmenu--sns .rightmenu__cont__list__item--insta {
  background-image: url(/assets/images/common/header-insta-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
}
.header__content-right .rightmenu--sns .rightmenu__cont__list__item--facebook {
  background-image: url(/assets/images/common/header-facebook-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
}
.header__content-right .rightmenu--sns .rightmenu__cont__list__item--line {
  background-image: url(/assets/images/common/header-line-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
}
.header__content-right .rightmenu--lang {
  display: inline-block;
}
.header__content-right .rightmenu--lang .rightmenu__btn {
  background-image: url(/assets/images/common/ico_lang.svg);
}
/* @media only screen and (min-width: 769px) {
  .header__content-right .rightmenu--lang .rightmenu__btn {
    background-size: 26%;
  }
}
.header__content-right .rightmenu--lang .rightmenu__btn:hover,
.header__content-right .rightmenu--lang .rightmenu__btn.active {
  background-image: url(/assets/images/common/header-icon-lang-mb-hover.png);
}*/
.header__content-right .rightmenu--lang .rightmenu__cont {
  display: none;
  font-size: 1.4rem;
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 20;
}

.header__content-right .rightmenu--lang .rightmenu__cont__list {
  width: 10rem;
  border: 2px solid #f3f3f3;
}

.header__content-right .rightmenu--lang .rightmenu__cont__list__item {
  background-color: #fff;
  text-align: center;
  color: #111111;
  font-size: 1.2rem;
  /* font-weight: 600; */
  /* height: 6rem; */
  padding: 0 1rem;
}

.header__content-right .rightmenu--lang .rightmenu__cont__list__item a {
  display: block;
  height: 4.2rem;
  line-height: 4.2rem;
  color: #111111;
  border-bottom: 2px solid #f3f3f3;
}
@media only screen and (min-width: 769px) {
  .header__content-right .rightmenu--lang .rightmenu__cont__list__item a {
    height: 6.6rem;
    line-height: 6.6rem;
  }
}
.header__content-right
  .rightmenu--lang
  .rightmenu__cont__list__item:last-child
  a {
  border-bottom: none;
}
.header__content-right .rightmenu--lang .rightmenu__cont__list__item:hover {
  background-color: #4e4194;
}
.header__content-right .rightmenu--lang .rightmenu__cont__list__item:hover a {
  color: #fff;
  border: none;
}

@media only screen and (max-width: 769px) {
  .header__content-right .rightmenu--visitor .rightmenu__cont {
    top: 6rem !important;
  }
}

.header__content-right .rightmenu--visitor .rightmenu__cont__list {
  width: 14.3rem;
  border-top: 2px solid #f3f3f3;
  border-right: 2px solid #f3f3f3;
}
.header__content-right .rightmenu--visitor .rightmenu__cont__list__item {
  background-color: #fff;
  border-bottom: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  text-align: center;
  color: #828282;
  font-size: 1.2rem;
  font-weight: 600;
  height: 4rem;
}
.header__content-right .rightmenu--visitor .rightmenu__cont__list__item a {
  display: block;
  height: 4rem;
  line-height: 4rem;
  color: #828282;
}
.header__content-right .rightmenu--visitor .rightmenu__cont__list__item:hover {
  background-color: #4e4194;
}
.header__content-right
  .rightmenu--visitor
  .rightmenu__cont__list__item:hover
  a {
  color: #fff;
}
.header__content-right .rightmenu--search .rightmenu__cont {
  display: none;
  font-size: 1.4rem;
  position: absolute;
  top: 3rem;
  right: -13rem;
  z-index: 20;
}
/* .header__content-right .rightmenu--search .search-field {
  display: none;
  float: left;
  overflow: hidden;
} */
.header__content-right .rightmenu--search .search-field form {
  width: 28.2rem;
}
.header__content-right .rightmenu--search .rightmenu__btn {
  background-image: url(/assets/images/common/ico_search.svg);
  background-size: 14px;
}
.header__content-right .rightmenu--access .rightmenu__btn {
  background-image: url(/assets/images/common/ico_access.svg);
  background-size: 14px;
}

.header__content-right .rightmenu--site .rightmenu__btn__text {
  letter-spacing: -0.1em;
}
.header__content-right .rightmenu--site .rightmenu__btn:hover a {
  color: #fff;
}
.header__content-right .rightmenu--mainmenu {
  display: none;
}
@media only screen and (max-width: 1130px) {
  .header {
    height: 6rem;
  }
  .header__content {
    padding: 0 0 0 20px;
  }
  .header__content-right .pc-menu {
    display: none;
  }
  .header__content-right .rightmenu--mainmenu {
    display: inline-block;
  }
  .header__content-right .rightmenu--mainmenu .navlist__item--menu {
    background-color: #4e4194;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
    height: 60px;
  }
  .header__content-right .rightmenu--mainmenu .navlist__item--menu a {
    display: block;
    width: calc(100% - 6rem);
    color: #ffffff;
  }
  .header__content-right .rightmenu--mainmenu .navlist__item--menu .icon {
    width: 6rem;
    height: 6rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header__content-right
    .rightmenu--mainmenu
    .navlist__item--menu
    .icon:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 60px;
    top: 0;
    background: #ffffff;
  }
  .header__content-right .rightmenu--mainmenu .navlist__item--menu .icon:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 17px;
    top: 15px;
    background: url(/assets/images/common/ico_plus.svg) no-repeat top right;
    background-size: 25px;
    transition: all 0.3s;
  }
  .header__content-right
    .rightmenu--mainmenu
    .navlist__item--menu.active
    .icon:after {
    transform: rotate(45deg);
    /* background-size: cover; */
  }
  .header__content-right .rightmenu--mainmenu .navlist__item--menu.arrow:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 17px;
    top: 15px;
    background: url(/assets/images/common/ico_acc_arrow.svg) no-repeat top right;
    background-size: 25px;
    transition: all 0.3s;
  }
  .header__content-right
    .rightmenu--mainmenu
    .navlist__item--menu.arrow:before {
    content: none;
  }
  .header__content-right .rightmenu--mainmenu .navlist__item--menu.arrow a {
    color: #fff;
  }
  .header__content-right .rightmenu--mainmenu .navlist__item .navlist__content {
    background: #f6f5ff;
  }

  .header__content-right
    .rightmenu--mainmenu
    .navlist__item
    .navlist__content
    .rightmenu__cont__sublist__item {
    width: 100%;
    padding-left: 50px;
    background: url(/assets/images/common/ico_menu_arrow_sp.svg) no-repeat center
      left 30px;
    background-size: 10px;
  }
  .header__content-right
    .rightmenu--mainmenu
    .navlist__item
    .navlist__content
    a {
    font-size: 14px;
    color: #030303;
    line-height: 1.4;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
  }
  .header__content-right
    .rightmenu--mainmenu
    .navlist__item
    .navlist__content
    a:hover {
    border-bottom: 2px solid #4e4193;
  }
  .header__content-right
    .rightmenu--mainmenu
    .navlist__item
    .navlist__content
    a
    br {
    display: none;
  }
}
.header__content-right .rightmenu--mainmenu .rightmenu__btn {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background-color: #4e4194;
  cursor: pointer;
}

.header__content-right .rightmenu--mainmenu .rightmenu__btn__hamburger {
  display: inline-block;
}
.header__content-right .rightmenu--mainmenu .rightmenu__btn__hamburger span {
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  height: 0.3rem;
  background-color: #ff0;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__btn__hamburger
  span:nth-of-type(2) {
  top: 36.5%;
}
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__btn__hamburger
  span:nth-of-type(3) {
  top: 48%;
}
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__btn__hamburger
  span:nth-of-type(4) {
  top: 37%;
  left: 30%;
  display: none;
}
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__btn.active
  .rightmenu__btn__hamburger
  span:first-of-type {
  display: none;
}
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__btn.active
  .rightmenu__btn__hamburger
  span:nth-of-type(2) {
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 30%;
}
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__btn.active
  .rightmenu__btn__hamburger
  span:nth-of-type(3) {
  display: none;
}
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__btn.active
  .rightmenu__btn__hamburger
  span:nth-of-type(4) {
  display: block;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__content-right .rightmenu--mainmenu .rightmenu__btn__text {
  color: #fff;
  margin-top: 4rem;
  font-weight: 700;
  font-size: 1rem;
}
.header__content-right .rightmenu--mainmenu .rightmenu__cont {
  display: none;
  background-color: #fff;
  font-size: 1.4rem;
  position: absolute;
  top: 6rem;
  right: 0;
  overflow: scroll;
  width: 100vw;
  height: 92vh;
  /* padding: 3rem 1.5rem; */
  z-index: 10;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.4) inset;
}

@media only screen and (min-width: 1130px) and (max-height: 800px) {
  .header__content-right .rightmenu--mainmenu .rightmenu__cont {
    overflow-y: scroll;
    height: 92vh;
    padding-bottom: calc(100vh - 85vh);
  }
}
@media only screen and (min-width: 1130px) {
  .header__content-right .rightmenu--mainmenu .rightmenu__cont__wrap {
    width: 1200px;
    height: 100vh;
    overflow: auto;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-height: 800px) {
  .header__content-right .rightmenu--mainmenu .rightmenu__cont__wrap {
    overflow: hidden;
    height: auto;
  }
}
.header__content-right .rightmenu--mainmenu .rightmenu__cont__list {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1130px) {
  .header__content-right .rightmenu--mainmenu .rightmenu__cont__list {
    margin-bottom: 5.5rem;
  }
}
.header__content-right .rightmenu--mainmenu .rightmenu__cont__list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item {
  width: 48.5%;
  margin-top: 2rem;
}
@media only screen and (min-width: 1130px) {
  .header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item {
    width: 24.5%;
    margin-top: 4rem;
  }
}
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__cont__list__item:first-of-type,
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__cont__list__item:nth-of-type(2) {
  margin-top: 0;
}
@media only screen and (min-width: 1130px) {
  .header__content-right
    .rightmenu--mainmenu
    .rightmenu__cont__list__item:nth-of-type(3),
  .header__content-right
    .rightmenu--mainmenu
    .rightmenu__cont__list__item:nth-of-type(4) {
    margin-top: 0;
  }
}
.header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item a {
  display: block;
  color: #111;
  font-size: 1.4rem;
  font-weight: 600;
}
@media only screen and (min-width: 1130px) {
  .header__content-right .rightmenu--mainmenu .rightmenu__cont__list__item a {
    font-size: 2.4rem;
  }
  .header__content-right
    .rightmenu--mainmenu
    .rightmenu__cont__list__item
    a:hover
    .rightmenu__cont__list__item__text::after {
    right: -5.5rem;
  }
}
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__cont__list__item
  figure {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1130px) {
  .header__content-right
    .rightmenu--mainmenu
    .rightmenu__cont__list__item
    figure {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1130px) {
  .header__content-right
    .rightmenu--mainmenu
    .rightmenu__cont__list__item__text {
    position: relative;
    display: inline-block;
  }
}
@media only screen and (min-width: 1130px) {
  .header__content-right
    .rightmenu--mainmenu
    .rightmenu__cont__list__item__text::after {
    position: absolute;
    content: "";
    background-image: url(/assets/images/common/right-arrow-color-main.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 32%;
    -webkit-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
    right: -4.5rem;
    display: block;
    width: 2.6rem;
    height: 1.4rem;
  }
}
.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist {
  background: #f6f5ff;
  margin-top: 2rem;
  /* padding: 20px; */
}
.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist.social {
  margin-top: 20px;
  padding: 20px 40px;
}
.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 1130px) {
  .header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item {
  width: 48.5%;
  padding: 1.3rem 2rem;
}
@media only screen and (min-width: 1130px) {
  .header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item {
    width: 15rem;
    margin-left: 2rem;
  }
  .header__content-right
    .rightmenu--mainmenu
    .rightmenu__cont__sublist__item:first-of-type {
    margin-left: 0;
  }
}
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__cont__sublist__item:first-of-type,
.header__content-right
  .rightmenu--mainmenu
  .rightmenu__cont__sublist__item:nth-of-type(2) {
  margin-top: 0;
}

.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item {
  padding-left: 40px;
  background: url(/assets/images/common/ico_menu_arrow_sp.svg) no-repeat center left
    20px;
  background-size: 10px;
}
.header__content-right .rightmenu--mainmenu .rightmenu__cont__sublist__item a {
  color: #030303;
  font-size: 1.4rem;
  line-height: 1.4;
}

.lower .section {
  padding-top: 6rem;
}
@media only screen and (min-width: 769px) {
  .lower .section {
    width: 100%;
    padding-top: 7rem;
  }
}
.lower .section__heading {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .lower .section__heading__wrap figure {
    margin-left: 23rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1220px) {
  .lower .section__heading__wrap figure {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__heading__wrap figure img {
    width: 100%;
    height: auto;
  }
}
.lower .section__heading__text {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__heading__text {
    left: 4rem;
    bottom: 4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1220px) {
  .lower .section__heading__text {
    left: 3rem;
    bottom: 3rem;
  }
}
.lower .section__heading__text--main,
.lower .section__heading__text--sub {
  display: inline-block;
  background-color: #4e4194;
  padding: 1rem;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .lower .section__heading__text--main,
  .lower .section__heading__text--sub {
    padding: 2rem;
  }
}
.lower .section__heading__text--main {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__heading__text--main {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.lower .section__heading__text--sub {
  font-family: "Roboto Condensed", sans-serif;
  padding: 0.7rem 1rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .lower .section__heading__text--sub {
    padding: 1rem 2rem;
    font-size: 2.8rem;
  }
}
.lower .section__heading--common {
  background-color: #4e4194;
  width: 100%;
  height: 13rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__heading--common {
    height: 25rem;
  }
}
.lower .section__heading--common .section__heading__text {
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .lower .section__heading--common .section__heading__text {
    width: 90%;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__heading--common .section__heading__text {
    bottom: 7.5rem;
  }
}
.lower .section__heading--common .section__heading__text--main,
.lower .section__heading--common .section__heading__text--sub {
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .lower .section__heading--common .section__heading__text--main {
    font-size: 1.8rem;
  }
}
.lower .section__heading--common .section__heading__text--sub {
  color: #ff0;
}
@media only screen and (max-width: 768px) {
  .lower .section__heading--common .section__heading__text--sub {
    font-size: 1.5rem;
  }
}
.lower .section .topicpath.topicpath--common {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {

}
.lower .section__wrap {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__wrap {
    position: relative;
    padding-bottom: 10rem;
    min-height: 1216px;
  }
}
.lower .section .sidemenu {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu {
    margin-top: 2rem;
    z-index: 100;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu {
    position: absolute;
    right: 0;
    top: 0;
    width: 27rem;
    min-height: 100%;
    background-color: #231b4d;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu--open {
    position: relative;
    display: block;
    background-color: #231b4d;
    color: #fff;
    padding: 0 1.5rem;
    line-height: 5rem;
  }
  .lower .section .sidemenu--open::before,
  .lower .section .sidemenu--open::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #ff0;
  }
  .lower .section .sidemenu--open::before {
    top: 48%;
    right: 1.5rem;
    width: 1.6rem;
    height: 0.2rem;
  }
  .lower .section .sidemenu--open::after {
    top: 34%;
    right: 2.2rem;
    width: 0.2rem;
    height: 1.6rem;
  }
  .lower .section .sidemenu--open.active::after {
    content: none;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu--open {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu--close {
    display: block;
    text-align: center;
    background-color: #ccc;
    color: #111;
    margin: 2rem 1.5rem;
    line-height: 5rem;
    border-radius: 2.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu--close {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu__wrap {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__wrap {
    padding-top: 15.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu__list__item {
    background-color: #4e4194;
    margin-bottom: 0.1rem;
  }
  .lower .section .sidemenu__list__item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__list__item {
    margin-top: 0.1rem;
    position: relative;
    width: 100%;
  }
  .lower .section .sidemenu__list__item:first-of-type {
    margin-top: 0;
  }
}
.lower .section .sidemenu__list__item a {
  padding: 0 1.5rem;
  line-height: 5rem;
  color: #fff;
  display: block;
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__list__item a {
    background-color: #4e4194;
    color: #fff;
    line-height: 8rem;
    padding: 0 3rem;
    font-size: 1.7rem;
  }
}
.lower .section .sidemenu__list__item a.active {
  background-color: #948dbc;
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__list__item--multi {
    display: table;
  }
  .lower .section .sidemenu__list__item--multi a {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
    height: 8rem;
  }
}
.lower .section .sidemenu__list__item .submenu__list {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu__list__item .submenu__list {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__list__item .submenu__list {
    display: none;
    position: absolute;
    top: 0;
    right: 27rem;
    width: 27rem;
    background-color: #4e4194;
    z-index: 100;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu__list__item .submenu__list--accrdion {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    line-height: 5rem;
    color: #fff;
  }
  .lower .section .sidemenu__list__item .submenu__list--accrdion::before,
  .lower .section .sidemenu__list__item .submenu__list--accrdion::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #ff0;
  }
  .lower .section .sidemenu__list__item .submenu__list--accrdion::before {
    top: 48%;
    right: 1.6rem;
    width: 1.2rem;
    height: 0.2rem;
  }
  .lower .section .sidemenu__list__item .submenu__list--accrdion::after {
    top: 38%;
    right: 2.1rem;
    width: 0.2rem;
    height: 1.2rem;
  }
  .lower .section .sidemenu__list__item .submenu__list--accrdion.active::after {
    content: none;
  }
  .lower .section .sidemenu__list__item .submenu__list--accrdion + a {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__list__item .submenu__list--accrdion {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu__list__item .submenu__list__item {
    border-top: 0.1rem dashed #ccc;
    position: relative;
  }
  .lower .section .sidemenu__list__item .submenu__list__item::after {
    position: absolute;
    content: "";
    background-image: url(/assets/images/common/right-arrow-color-main.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 43%;
    right: 1.5rem;
    display: block;
    width: 2rem;
    height: 1.1rem;
  }
  .lower .section .sidemenu__list__item .submenu__list__item:first-of-type {
    border-top: none;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__list__item .submenu__list__item {
    width: 100%;
    margin-top: 0.1rem;
  }
  .lower .section .sidemenu__list__item .submenu__list__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.lower .section .sidemenu__list__item .submenu__list__item a {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu__list__item .submenu__list__item a {
    color: #111;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__list__item .submenu__list__item a {
    color: #4e4194;
    padding: 0 3rem 0 3.5rem;
    font-size: 1.7rem;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__list__item .submenu__list__item--multi {
    display: table;
  }
  .lower .section .sidemenu__list__item .submenu__list__item--multi a {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
    height: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu__list__item--arrow {
    position: relative;
  }
  .lower .section .sidemenu__list__item--arrow::after {
    position: absolute;
    content: "";
    background-image: url(/assets/images/common/right-arrow-color-yellow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 43%;
    right: 1.5rem;
    display: block;
    width: 2rem;
    height: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__list__item--3 .submenu__list {
    top: -8.1rem;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__list__item--4 .submenu__list {
    top: -16.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu__sublist {
    padding: 2rem 0;
    background-color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__sublist {
    padding: 3rem;
    /* margin: 3rem 3rem 0; */
  }
}
.lower .section .sidemenu__sublist__item {
  display: table;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu__sublist__item {
    width: 100%;
    padding: 0 1.5rem;
    margin-top: 1rem;
  }
  .lower .section .sidemenu__sublist__item:first-of-type {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__sublist__item {
    margin-top: 2rem;
  }
}
.lower .section .sidemenu__sublist__item a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .lower .section .sidemenu__sublist__item a {
    height: 5rem;
    line-height: 1.6;
    background-color: #4e4194;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .sidemenu__sublist__item a {
    width: 21rem;
    height: 7.1rem;
    line-height: 1.6;
    border: 1px solid #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .lower .section .sidemenu__sublist__item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__block {
    margin-right: 27rem;
  }
  .lower .section__block .inline-nav .inline-nav__list {
    width: 100%;
  }
}

.lower.page-template-page-simple-php .section__block {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .lower .section .topicpath {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .topicpath {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6rem;
  }
}
.lower .section .topicpath__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lower .section .topicpath__list__item a {
  color: #828282;
}
.lower .section .topicpath__list__item a:hover {
  text-decoration: underline;
}
.lower .section .topicpath__list__item::after {
  content: "\03e";
  margin: 0 0.7rem;
}
.lower .section .topicpath__list__item:last-of-type::after {
  content: none;
  margin: 0;
}
.lower .section__concept {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 3.6rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__concept {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 7.1rem;
  }
}

.section__content--blk,
.lower.page-child .section__concept {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 3.6rem;
}
.section__block .section__content--blk:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .section__content--blk,
  .lower.page-child .section__concept {
    width: 93rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 7.1rem;
  }
}

.lower .section__concept__heading {
  color: #4e4194;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .lower .section__concept__heading {
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__concept__heading {
    font-size: 3.4rem;
  }
}
.lower .section__concept__heading--small {
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__concept__heading--small {
    font-size: 2.6rem;
  }
}
.lower .section__concept__text {
  margin-top: 1.1rem;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .lower .section__concept__text {
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__concept__text {
    margin-top: 2.2rem;
    font-size: 2rem;
  }
}
.lower .section__concept__image {
  margin-top: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__concept__image {
    margin-top: 3.2rem;
  }
}
.lower .section__concept__block {
  margin-top: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__concept__block {
    margin-top: 2.2rem;
  }
}
.lower .section__concept__block__text {
  line-height: 1.7;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .lower .section__concept__block__text a {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__concept__block__text a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__concept__block__text {
    margin-top: 1.5rem;
  }
}
.lower .section__concept + .section__contents {
  margin-top: 3.5rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__concept + .section__contents {
    margin-top: 7.2rem;
  }
}
.lower .section__contents {
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents {
    margin-top: 8rem;
  }
}
.lower .section__contents__wrap {
  background-color: #f3f3f3;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__wrap {
    margin-top: 8rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.lower .section__contents__wrap > .section__contents {
  margin-top: 0;
}
.lower .section__contents__wrap--color1 {
  background-color: #e2e1e9;
  margin-top: 0;
}
.lower .section__contents__wrap--adjust {
  margin-top: 0;
}
.lower .section__contents__heading {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .lower .section__contents__heading {
    line-height: 1.65;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__heading {
    font-size: 2.4rem;
    margin-bottom: 5.8rem;
  }
}
.lower .section__contents__heading--small {
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .lower .section__contents__heading--small a {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__heading--small a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__heading--small {
    font-size: 1.5rem;
  }
}
.lower .section__contents__heading::after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  background-color: #4e4194;
  bottom: -1.2rem;
  left: 0.3rem;
  width: 3.5rem;
  height: 0.3rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__heading::after {
    bottom: -2.4rem;
    width: 4rem;
    height: 0.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__heading--multi {
    line-height: 1.4;
    margin-bottom: 5.4rem;
  }
}
.lower .section__contents__subheading {
  font-weight: 600;
  border-left: 3px solid #4e4194;
  padding-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .lower .section__contents__subheading {
    line-height: 1.4;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__subheading {
    font-size: 1.8rem;
    border-left: 4px solid #4e4194;
    padding-left: 1rem;
  }
}
.lower .section__contents__text {
  line-height: 1.7;
  margin-top: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__text {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section__contents__text a {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__text a:hover {
    text-decoration: underline;
  }
}
.lower .section__contents__text + .section__contents__subheading {
  margin-top: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__text + .section__contents__subheading {
    margin-top: 3.5rem;
  }
}
.lower .section__contents__note {
  font-size: 1.2rem;
  margin-top: 0.9rem;
  line-height: 1.7;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__note {
    font-size: 1.3rem;
    margin-top: 1.8rem;
  }
}
.lower .section__contents__list--num {
  list-style: decimal;
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__list--num {
    margin-top: 2.5rem;
  }
}
.lower .section__contents__list--num .section__contents__list__item {
  margin-left: 1.5rem;
}
.lower .section__contents__list__item {
  line-height: 1.7;
  margin-top: 0.6rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__list__item {
    margin-top: 1.2rem;
  }
}
.lower .section__contents__list + .section__contents__subheading {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__list + .section__contents__subheading {
    margin-top: 3.5rem;
  }
}
.lower .section__contents__accordion {
  margin-bottom: 0.1rem;
}
.lower .section__contents__accordion__heading {
  position: relative;
  color: #fff;
  background-color: #4e4194;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .lower .section__contents__accordion__heading {
    line-height: 5.5rem;
    padding: 0 5.5rem 0 1.5rem;
  }
  .lower .section__contents__accordion__heading--multicol {
    line-height: 1.3;
    padding: 1.2rem 5.5rem 1.1rem 1.5rem;
  }
  .lower .section__contents__accordion__heading--small {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__accordion__heading {
    font-size: 2rem;
    padding: 2.5rem 10rem 2.5rem 3rem;
  }
}
.lower .section__contents__accordion__heading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4.5rem;
  height: 100%;
  background-color: #231b4d;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__accordion__heading::before {
    width: 7rem;
    height: 7rem;
  }
}
.lower .section__contents__accordion__heading::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 1.7rem;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #ff0;
  border-right: 0.2rem solid #ff0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__accordion__heading::after {
    top: 33%;
    right: 2.7%;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.lower .section__contents__accordion__heading.active::after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 45%;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__accordion__heading.active::after {
    top: 42%;
  }
}
.lower .section__contents__accordion__detail {
  display: none;
  padding: 1.5rem;
  border: 1px solid #c9c9c9;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__accordion__detail {
    padding: 3rem;
    border: 1px solid #c9c9c9;
  }
}
.lower .section__contents__accordion__detail .detail__heading {
  font-weight: 600;
  border-left: 3px solid #4e4194;
  padding-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .lower .section__contents__accordion__detail .detail__heading {
    line-height: 1.4;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__accordion__detail .detail__heading {
    font-size: 1.8rem;
    border-left: 4px solid #4e4194;
    padding-left: 1rem;
  }
}
.lower .section__contents__accordion__detail .detail__text {
  line-height: 1.7;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .lower .section__contents__accordion__detail .detail__text a {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__accordion__detail .detail__text a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__accordion__detail .detail__text {
    margin-top: 1.5rem;
  }
}
.lower .section__contents__accordion__detail .detail__text:first-of-type {
  margin-top: 0;
}
.lower .section__contents__accordion__detail .detail__text + .detail__heading {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .lower
    .section__contents__accordion__detail
    .detail__text
    + .detail__heading {
    margin-top: 3rem;
  }
}
.lower .section__contents__slide {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__slide__list .slick-slide:not(.slick-center) {
    opacity: 0.7;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section__contents__slide .slide__arrows .slide__prev {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 32rem;
    width: 50%;
    height: 100%;
    cursor: pointer;
  }
  .lower
    .section__contents__slide
    .slide__arrows
    .slide__prev:hover
    .slide__arrow__prev {
    width: 6rem;
    height: 6rem;
    opacity: 1;
  }
  .lower .section__contents__slide .slide__arrows .slide__next {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 32rem;
    width: calc(48% - 27rem);
    height: 100%;
    cursor: pointer;
  }
  .lower
    .section__contents__slide
    .slide__arrows
    .slide__next:hover
    .slide__arrow__next {
    width: 6rem;
    height: 6rem;
    opacity: 1;
  }
  .lower .section__contents__slide .slide__arrow__prev,
  .lower .section__contents__slide .slide__arrow__next {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4e4194;
    width: 0;
    height: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-box-shadow: 0 0.3rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.3rem 0.2rem rgba(0, 0, 0, 0.1);
  }
  .lower .section__contents__slide .slide__arrow__prev::after,
  .lower .section__contents__slide .slide__arrow__next::after {
    position: absolute;
    content: "\02192";
    color: #ff0;
    font-size: 2.6rem;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lower .section__contents__slide .slide__arrow__prev::after {
    content: "\02190";
  }
}
.lower .section .springboard {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 5rem;
}
@media only screen and (min-width: 769px) {
  .lower .section .springboard {
    margin-top: 10rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .springboard__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 930px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .springboard__list__banner:not(:last-of-type) {
    margin-right: 42px;
  }
}
@media only screen and (min-width: 769px) {
  .springboard__list__item__wrap__banner {
    width: 100%;
    transition: opacity 0.3s;
  }
  .springboard__list__item__wrap__banner:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 769px) {
  .springboard__border {
    display: block;
    width: 930px;
    height: 1px;
    background: #828282;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .springboard__border {
    display: none;
  }
  .springboard__list__banner {
    text-align: center;
  }
  .springboard__list--banner:not(:first-of-type) {
    margin-top: 10px;
  }
  .springboard__list__banner:not(:first-of-type) {
    margin-top: 10px;
  }
}
.lower .section .springboard__list__item {
  display: table;
  width: 100%;
  height: 6.5rem;
  border-top: 1px solid #828282;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .lower .section .springboard__list__item {
    width: 29rem;
    height: 10rem;
    margin-top: 3rem;
    margin-right: 3rem;
    border-bottom: 1px solid #828282;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .springboard__list__item:first-of-type,
  .lower .section .springboard__list__item:nth-of-type(2),
  .lower .section .springboard__list__item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .springboard__list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section .springboard__list__item:last-of-type {
    border-bottom: 1px solid #828282;
  }
}
.lower .section .springboard__list__item__wrap {
  display: table-cell;
  vertical-align: middle;
}
.lower .section .springboard__list__item__wrap::after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/common/right-arrow-color-main.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 43%;
  right: 0;
  display: block;
  width: 2rem;
  height: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .lower .section .springboard__list__item__wrap::after {
    right: 1rem;
    width: 2.6rem;
    height: 1.4rem;
    -webkit-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .springboard__list__item__wrap:hover::after {
    right: 0;
  }
}
.lower .section .springboard__list__item--main {
  display: inline-block;
  color: #4e4194;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) {
  .lower .section .springboard__list__item--main {
    font-size: 2rem;
  }
}
.lower .section .springboard__list__item--mainsmall {
  display: inline-block;
  color: #4e4194;
  font-size: 1.2rem;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .lower .section .springboard__list__item--mainsmall {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
}
.lower .section .springboard__list__item--sub {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0;
  color: #111;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .lower .section .springboard__list__item--sub {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section .springboard__list__btn {
    position: relative;
    text-indent: -9999px;
    text-align: center;
    width: 5rem;
    height: 5rem;
    background-color: #4e4194;
    border-radius: 50%;
    margin: 1.5rem auto 0;
  }
  .lower .section .springboard__list__btn--open::before,
  .lower .section .springboard__list__btn--open::after,
  .lower .section .springboard__list__btn--close::before,
  .lower .section .springboard__list__btn--close::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 3rem;
    height: 0.3rem;
    background-color: #ff0;
    top: 47%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lower .section .springboard__list__btn--open::after {
    width: 0.3rem;
    height: 3rem;
    top: 21%;
  }
  .lower .section .springboard__list__btn--close {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .springboard__list__btn {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .lower .section .springboard__list--accordion {
    display: none;
  }
  .lower
    .section
    .springboard__list--accordion
    .springboard__list__item:first-of-type {
    border-top: none;
  }
}
@media only screen and (min-width: 769px) {
  .lower
    .section
    .springboard__list--accordion
    .springboard__list__item:first-of-type,
  .lower
    .section
    .springboard__list--accordion
    .springboard__list__item:nth-of-type(2),
  .lower
    .section
    .springboard__list--accordion
    .springboard__list__item:nth-of-type(3) {
    margin-top: 3rem;
  }
}
.lower .section .inline-nav {
  margin-top: 5rem;
  background-color: #f3f3f3;
}
@media only screen and (min-width: 769px) {
  .lower .section .inline-nav {
    margin-top: 10rem;
  }
}
.lower .section .inline-nav__list {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding: 3rem 0;
}
@media only screen and (min-width: 769px) {
  .lower .section .inline-nav__list {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6rem 0;
  }
}
.lower .section .inline-nav__list__item {
  display: table;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .lower .section .inline-nav__list__item {
    margin-top: 1rem;
  }
  .lower .section .inline-nav__list__item:first-of-type {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .lower .section .inline-nav__list__item {
    width: auto;
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 0;
  }
}
.lower .section .inline-nav__list__item a {
  display: table-cell;
  background-color: #4e4194;
  color: #fff;
  vertical-align: middle;
  height: 5rem;
}
@media only screen and (min-width: 769px) {
  .lower .section .inline-nav__list__item a {
    width: 38rem;
    height: 10rem;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .lower .section .inline-nav__list__item a:hover {
    opacity: 0.7;
  }
}
.lower.university .section__wrap,
.lower.education .section__wrap,
.lower.department .section__wrap,
.lower.basic_info .section__wrap,
.lower.scholarship .section__wrap,
.lower.school_bulletin .section__wrap,
.lower.access .section__wrap,
.lower.exam_event .section__wrap,
.lower.cooperation .section__wrap,
.lower.employment .section__wrap,
.lower.charm .section__wrap,
.lower.campuslife .section__wrap,
.lower.international .section__wrap,
.lower.teacher_exuse .section__wrap,
.lower.visitor_student .section__wrap,
.lower.visitor_examinee .section__wrap,
.lower.visitor_parents .section__wrap,
.lower.visitor_enterprise .section__wrap,
.lower.visitor_graduate .section__wrap,
.lower.privacy .section__wrap,
.lower.sitemap .section__wrap {
  padding-bottom: 0;
}
.lower.university .section__wrap .section__block,
.lower.education .section__wrap .section__block,
.lower.department .section__wrap .section__block,
.lower.basic_info .section__wrap .section__block,
.lower.scholarship .section__wrap .section__block,
.lower.school_bulletin .section__wrap .section__block,
.lower.access .section__wrap .section__block,
.lower.exam_event .section__wrap .section__block,
.lower.cooperation .section__wrap .section__block,
.lower.employment .section__wrap .section__block,
.lower.charm .section__wrap .section__block,
.lower.campuslife .section__wrap .section__block,
.lower.international .section__wrap .section__block,
.lower.teacher_exuse .section__wrap .section__block,
.lower.visitor_student .section__wrap .section__block,
.lower.visitor_teacher .section__wrap .section__block,
.lower.visitor_examinee .section__wrap .section__block,
.lower.visitor_parents .section__wrap .section__block,
.lower.visitor_enterprise .section__wrap .section__block,
.lower.visitor_graduate .section__wrap .section__block,
.lower.privacy .section__wrap .section__block,
.lower.sitemap .section__wrap .section__block,
.lower.n-student .section__wrap .section__block {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .lower.university .section__wrap .section__block,
  .lower.education .section__wrap .section__block,
  .lower.department .section__wrap .section__block,
  .lower.basic_info .section__wrap .section__block,
  .lower.scholarship .section__wrap .section__block,
  .lower.school_bulletin .section__wrap .section__block,
  .lower.access .section__wrap .section__block,
  .lower.exam_event .section__wrap .section__block,
  .lower.cooperation .section__wrap .section__block,
  .lower.employment .section__wrap .section__block,
  .lower.charm .section__wrap .section__block,
  .lower.campuslife .section__wrap .section__block,
  .lower.international .section__wrap .section__block,
  .lower.teacher_exuse .section__wrap .section__block,
  .lower.visitor_student .section__wrap .section__block,
  .lower.visitor_examinee .section__wrap .section__block,
  .lower.visitor_parents .section__wrap .section__block,
  .lower.visitor_enterprise .section__wrap .section__block,
  .lower.visitor_graduate .section__wrap .section__block,
  .lower.privacy .section__wrap .section__block,
  .lower.sitemap .section__wrap .section__block,
  .lower.n-student .section__wrap .section__block {
    margin-right: auto;
  }
}
.section__contents__heading-v1 {
  font-size: 1.6rem;
  color: #4e4194;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .section__contents__heading-v1 {
    font-size: 3.2rem;
  }
}
.common-text-center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common-text-center-sp {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .common-text-center-pc {
    text-align: center;
  }
}
.section__contents__box-v1 {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .section__contents__box-v1 {
    flex-direction: column;
    gap: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .section__contents__box-v1 {
    justify-content: space-between;
  }
}
.section__contents__box-v1__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .section__contents__box-v1__item {
    max-width: 350px;
  }
}
.section__contents__box-v1__item__link {
  width: 100%;
  line-height: 1.4;
  position: relative;
  color: #fff;
  padding: 2rem;
  background-color: #4e4194;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 769px) {
  .section__contents__box-v1__item__link {
    padding: 1.9rem 2rem 1.9rem 1.5rem;
  }
}
.section__contents__box-v1__item__link:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/assets/images/common/right-arrow-color-yellow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 40%;
  right: 2rem;
  width: 2rem;
  height: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .section__contents__box-v1__item__link:after {
    top: 38%;
    right: 3rem;
    width: 2.6rem;
    height: 1.4rem;
    -webkit-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
  }
  .section__contents__box-v1__item__link:hover::after {
    right: 2rem;
  }
}

.footer {
  margin-top: 4rem;
  background-color: #333;
}
@media only screen and (min-width: 769px) {
  .footer {
    margin-top: 8rem;
  }
}
.footer__content {
  padding: 2.5rem 1.5rem 0;
}
@media only screen and (min-width: 769px) {
  .footer__content {
    width: 120rem;
    padding: 5rem 0 0;
    margin: 0 auto;
  }
}
.footer__content__mainnav .mainnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__content__mainnav .mainnav__list__item img {
  max-width: 100%;
}

.footer__content__mainnav .mainnav__list__item {
  /* width: 48.5%; */
  width: calc((168 / 350) * 100%);
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .footer__content__mainnav .mainnav__list__item {
    /* width: 29.2rem; */
    width: 28.2rem;
    margin-top: 0;
  }
}
.footer__content__mainnav .mainnav__list__item:first-of-type,
.footer__content__mainnav .mainnav__list__item:nth-of-type(2) {
  margin-top: 0;
}
.footer__content__mainnav .mainnav__list__item a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .footer__content__mainnav .mainnav__list__item a {
    font-size: 2.4rem;
  }
}
.footer__content__mainnav
  .mainnav__list__item
  a:hover
  .mainnav__list__item__text::after {
  right: -5.5rem;
}
.footer__content__mainnav .mainnav__list__item figure {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .footer__content__mainnav .mainnav__list__item figure {
    margin-bottom: 2rem;
  }
}
.footer__content__mainnav .mainnav__list__item__text {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .footer__content__mainnav .mainnav__list__item__text::after {
    position: absolute;
    content: "";
    background-image: url(/assets/images/common/right-arrow-color-yellow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 37%;
    -webkit-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
    right: -4.5rem;
    display: block;
    width: 2.6rem;
    height: 1.4rem;
  }
}
.footer__content__subnav {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .footer__content__subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5rem;
  }
}
.footer__content__subnav__leftnav .leftnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .footer__content__subnav__leftnav .leftnav__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 62.2rem;
    margin-top: -0.8rem;
  }
}
.footer__content__subnav__leftnav .leftnav__list__item {
  margin-top: 1rem;
  width: 48.5%;
}
@media only screen and (min-width: 769px) {
  .footer__content__subnav__leftnav .leftnav__list__item {
    width: 16.5rem;
    font-size: 2.4rem;
    margin-top: 1rem;
    margin-right: 1.9rem;
  }
  .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(3),
  .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(4) {
    margin-top: 0;
  }
  .footer__content__subnav__leftnav .leftnav__list__item:first-of-type,
  .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(5),
  .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(9) {
    width: 13.5rem;
  }
  .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(3),
  .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(7),
  .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(11) {
    width: 13rem;
  }
  .footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(4n) {
    width: auto;
    margin-right: 0;
  }
}
.footer__content__subnav__leftnav .leftnav__list__item:first-of-type,
.footer__content__subnav__leftnav .leftnav__list__item:nth-of-type(2) {
  margin-top: 0;
}
.footer__content__subnav__leftnav .leftnav__list__item::before {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.2rem;
  background-color: #ff0;
  margin-right: 1rem;
  vertical-align: 0.4rem;
}
@media only screen and (min-width: 769px) {
  .footer__content__subnav__leftnav .leftnav__list__item::before {
    content: none;
  }
}
.footer__content__subnav__leftnav .leftnav__list__item a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .footer__content__subnav__leftnav .leftnav__list__item a {
    font-size: 1.5rem;
  }
}
.footer__content__subnav__rightnav {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .footer__content__subnav__rightnav {
    margin-top: 0;
    padding-top: 0;
    margin-left: 6rem;
    padding-left: 6rem;
    border-top: none;
    border-left: 1px solid #fff;
  }
}
.footer__content__subnav__rightnav .rightnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__content__subnav__rightnav .rightnav__list__item {
  width: 48.5%;
  text-align: center;
  border: 1px solid #fff;
}
@media only screen and (min-width: 769px) {
  .footer__content__subnav__rightnav .rightnav__list__item {
    width: 22.3rem;
    margin-left: 1rem;
  }
  .footer__content__subnav__rightnav .rightnav__list__item:first-of-type {
    margin-left: 0;
  }
}
.footer__content__subnav__rightnav .rightnav__list__item a {
  display: block;
  color: #fff;
  line-height: 5rem;
}
@media only screen and (min-width: 769px) {
  .footer__content__subnav__rightnav .rightnav__list__item a {
    line-height: 8.4rem;
  }
}
.footer__copy {
  margin-top: 2.5rem;
  background-color: #4e4194;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0.8rem 0 0.9rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .footer__copy {
    margin-top: 5rem;
    font-size: 1.3rem;
    padding: 1.4rem 0 1.3rem;
  }
}
.clearbox {
  display: inline-block;
}
.clearbox:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearbox {
  height: 1%;
}
.clearbox {
  display: block;
}

/* 2023.05.25ÊÜòYÉú */
.common-page-head-v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .common-page-head-v1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {
  .common-page-head-v1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 930px;
  }
}

.common-page-head-v1__item {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #4e4194;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .common-page-head-v1__item {
    width: 32.2%;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 16px;
  }
}

.common-page-head-v1__item:after {
  content: "";
  display: block;
  background-image: url(/assets/images/common/icon_arrow_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 20px;
}

.common-section-v1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.common-section-v2 {
  width: 100%;
  max-width: 930px;
  background-color: #f1effe;
  padding: 60px 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .common-section-v2 {
    padding: 80px;
  }
}

.common-section-v2__title {
  color: #4e4194;
  font-weight: bold;
  font-size: 2.2rem;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .common-section-v2__title {
    font-size: 3.4rem;
  }
}

.common-section-v2__text-v1 {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  line-height: 1.46;
}

@media screen and (min-width: 768px) {
  .common-section-v2__text-v1 {
    font-size: 2.4rem;
    margin-bottom: 35px;
    line-height: 1.5;
  }
}

.common-section-v2__text-v1:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #4e4194;
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .common-section-v2__text-v1:after {
    width: 40px;
    height: 4px;
  }
}

.common-section-v2__text-v2 {
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .common-section-v2__text-v2 {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.common-section-v2__text-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4e4194;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .common-section-v2__text-v3 {
    font-size: 2.4rem;
  }
}

.common-section-v2__text-v3:after {
  content: "";
  display: block;
  background-color: #4e4194;
  width: 40px;
  height: 3px;
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .common-section-v2__text-v3:after {
    width: 80px;
    height: 4px;
    margin-top: 14px;
  }
}

.common-section-v2__box-v1 {
  background-color: #fff;
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .common-section-v2__box-v1 {
    padding: 40px;
  }
}

.common-section-v2__box-v2 {
  background-color: #fff;
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .common-section-v2__box-v2 {
    padding: 40px;
  }
}

.common-section-v2__box-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 0;
}

@media screen and (min-width: 768px) {
  .common-section-v2__box-v3 {
    gap: 60px 0;
  }
}

.common-section-v2__box-v3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .common-section-v2__box-v3__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .common-section-v2__box-v3__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .common-section-v2__box-v3__item__main {
    width: 49%;
  }
}

.common-section-v2__box-v3__item__img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .common-section-v2__box-v3__item__img {
    width: 47%;
  }
}

.common-section-v2__box-v3__item__img img {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .common-section-v2__box-v3__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .common-section-v2__box-v3__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.common-section-v2__box-v4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .common-section-v2__box-v4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
}

@media screen and (min-width: 768px) {
  .common-section-v2__box-v4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .common-section-v2__box-v4__item {
    width: 31.4%;
  }
}

.common-section-v2__box-v4__item__img {
  width: 100%;
}

.common-section-v2__box-v4__item__img img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.common-section-v2__box-v5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .common-section-v2__box-v5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .common-section-v2__box-v5 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.common-section-v2__box-v5__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .common-section-v2__box-v5__item {
    width: 47%;
  }
}

.common-text-v1 {
  font-size: 1.6rem;
  color: #4e4194;
}

@media screen and (min-width: 768px) {
  .common-text-v1 {
    font-size: 2.6rem;
  }
}

.common-text-v2 {
  font-size: 2.6rem;
  color: #4e4194;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .common-text-v2 {
    font-size: 4rem;
  }
}

.common-text-v3 {
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .common-text-v3 {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.common-text-v4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  color: #111111;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .common-text-v4 {
    font-size: 1.8rem;
  }
}

.common-text-v4:before {
  content: "";
  display: block;
  width: 3px;
  background-color: #4e4194;
}

@media screen and (min-width: 768px) {
  .common-text-v4:before {
    width: 4px;
  }
}

.common-text-v5 {
  font-weight: bold;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .common-text-v5 {
    font-size: 1.8rem;
  }
}

.common-text-v6 {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .common-text-v6 {
    font-size: 2.4rem;
  }
}

.common-text-link-v1 {
  text-decoration: underline;
}

.common-text-color-v1 {
  color: #4e4194;
}

.common-text-color-v2 {
  color: #111111;
}

@media screen and (min-width: 768px) {
  .common-hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .common-hover:hover {
    opacity: 0.8;
  }
}

.common-item-v1 {
  border-radius: 50%;
  overflow: hidden;
  width: 160px;
  height: 160px;
  background: #60cbc0;
  background: -webkit-linear-gradient(
    320deg,
    #60cbc0 0%,
    #54689f 60%,
    #4e4194 100%
  );
  background: linear-gradient(130deg, #60cbc0 0%, #54689f 60%, #4e4194 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .common-item-v1 {
    width: 200px;
    height: 200px;
  }
}

.common-item-v1__text-v1 {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .common-item-v1__text-v1 {
    font-size: 6.8rem;
  }
}

.common-item-v1__text-v2 {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .common-item-v1__text-v2 {
    font-size: 2.4rem;
  }
}

.common-item-v2 {
  margin-bottom: 95px;
}

@media screen and (min-width: 768px) {
  .common-item-v2 {
    margin-bottom: 145px;
  }
}

.common-item-v3 {
  max-width: 241px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.common-item-v4 {
  width: 100%;
}

.common-item-v5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .common-item-v5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .common-item-v5 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.common-item-v6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .common-item-v6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .common-item-v6__item {
    width: calc((100 / 3) - 15px);
  }
}

.w350 {
  max-width: 350px;
}

.w450 {
  max-width: 450px;
}

.item-center {
  margin-left: auto;
  margin-right: auto;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .u-sp-mt15 {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .u-pc-mt10 {
    margin-top: 10px;
  }
}
