@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed');
@charset "UTF-8";
/*############################
SETTING
############################*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hidden,
[hidden] {
  display: none !important; }

.pure-img {
  max-width: 100%;
  height: auto;
  display: block; }

@keyframes scroool {
  0% {
    transform: translateY(-96%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% {
    transform: translateY(0%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  80% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    transform: translateY(0%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

.sm-show,
.md-show,
.lg-show,
.sw-show,
.xl-show,
.fw-show,
.xxl-show {
  display: none; }

* {
  box-sizing: border-box; }

/*
 * -- BASE STYLES --
 */
html,
body {
  text-align: left; }

html {
  -webkit-text-size-adjust: 100%;
  font-size: 14px; }

body {
  background-color: #1a325d;
  color: #222;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", Meiryo, "MS PGOTHIC", Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.f-container {
  position: relative;
  background-color: #ffffff; }

input[type="button"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

figure {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em; }

figcaption {
  font-size: 12.25px;
  font-size: 0.875rem;
  line-height: 1.5; }

hr {
  border: none;
  border-top: solid 1px #E6E6E6;
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

select:hover, a:hover, button:hover, label:hover {
  cursor: pointer; }

select:hover, button:hover {
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

/**/
.f-width {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: content-box;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.f-sw {
  max-width: none;
  padding-left: 16px;
  padding-right: 16px; }

.f-sw--narrow {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.f-sw--h {
  padding-left: 16px;
  padding-right: 16px; }

.f-sw--t {
  padding-left: 16px;
  padding-right: 16px; }

.f-sw--w {
  padding-left: 0;
  padding-right: 0; }

/**/
/**/
.l-header {
  position: relative; }

.l-contents {
  position: relative; }

.c-header-law {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 4;
  height: 70px;
  pointer-events: none;
  background-color: #1a325d;
  transition: transform .7s; }

.is-top .c-header-law {
  background-color: transparent;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8); }

.c-header-law h1 {
  margin: 0;
  text-align: center;
  line-height: 1;
  height: 70px; }

.c-header-law h1:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.c-header-law a {
  display: inline-block;
  pointer-events: auto;
  width: 66%;
  vertical-align: middle; }

.c-header-law img {
  display: block;
  width: auto;
  height: 100%; }

.c-header {
  position: relative;
  left: 0;
  text-align: right;
  width: 100%;
  z-index: 10;
  margin-top: 0; }

.c-header h1, .c-header h2 {
  position: fixed;
  margin-bottom: 0;
  margin-top: 0;
  height: 70px;
  top: 10px;
  right: 5%;
  transition: transform .7s; }

.c-header a {
  display: block;
  background-image: url(../images/s_name.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  text-indent: -9999px;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 70px; }

.c-footer {
  background-image: url(../images/footer_bg.jpg); }

.c-footer .m-ft-hide {
  display: none; }

.c-contact-nav {
  background-color: #E6E6E6;
  padding-top: 2em;
  padding-bottom: 2em; }

.c-contact-nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -.5em; }

.c-contact-nav li {
  margin-left: .5em;
  margin-right: .5em;
  margin-top: .5em;
  margin-bottom: .5em;
  width: 100%; }

.c-contact-nav a {
  display: block;
  font-size: 15.75px;
  font-size: 1.125rem;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-color: #1a325d;
  transition: color .9s, background-color .5s, opacity .3s; }

.c-contact-nav a:hover {
  border-color: #213f75;
  color: #376ac5;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

.c-contact-nav a img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%; }

.c-footer-nav {
  padding-top: .5em;
  padding-bottom: 1px; }

.c-footer-nav .c-nav__list__row {
  margin-right: 0;
  margin-left: 0; }

.c-footer-nav .c-nav__list__g {
  margin-left: -16px;
  margin-right: -16px; }

.c-footer-nav .c-nav__list__u {
  border-bottom: solid 1px #213f75; }

.c-footer-nav .c-nav__symbol {
  -ms-grid-row-align: center;
      align-self: center; }

.c-footer-nav .c-nav__symbol a {
  display: block;
  padding: 1em 0;
  text-align: center;
  font-size: 10.5px;
  font-size: 0.75rem;
  color: #fff; }

.c-footer-nav .c-nav__symbol a:visited {
  color: #fff; }

.c-footer-nav .c-nav__symbol a:visited:hover {
  color: #fff; }

.c-footer-nav .c-nav__symbol span {
  padding: 0;
  display: block; }

.c-footer-nav .c-nav__symbol span img {
  width: 100%;
  max-width: 104px;
  margin-bottom: 1em; }

.c-footer-nav .c-nav__symbol .c-nav-movie {
  margin-top: 3em;
  margin-bottom: 3em;
  display: none; }

.c-footer-nav .c-nav__symbol .c-nav-movie a {
  font-size: 12.25px;
  font-size: 0.875rem;
  font-weight: bold; }

.c-footer-nav dl {
  margin-top: 0;
  margin-bottom: 0; }

.c-footer-nav dt {
  position: relative;
  font-size: 12.25px;
  font-size: 0.875rem; }

.c-footer-nav dt strong {
  display: inline-block; }

.c-footer-nav dt a,
.c-footer-nav dt span {
  display: block;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff; }

.c-footer-nav dt i {
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0; }

.c-footer-nav dt i:before, .c-footer-nav dt i:after {
  content: "";
  display: block;
  width: 12px;
  margin-left: -6px;
  height: 1px;
  background-color: #6C8086;
  left: 50%;
  top: 50%;
  position: absolute; }

.c-footer-nav dt i:after {
  transform: rotate(90deg); }

.c-footer-nav dt.is-open i:after {
  transform: rotate(0); }

.c-footer-nav dd {
  margin-left: 0;
  font-size: 10.5px;
  font-size: 0.75rem;
  display: none; }

.c-footer-nav dd a {
  color: #fff; }

.c-footer-nav dd a:visited {
  color: #fff; }

.c-footer-nav dd a:visited:hover {
  color: #fff; }

.c-footer-nav dd a[target="_blank"]:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "link";
  margin-right: 0;
  margin-left: .25em;
  color: #6C8086;
  transform: rotate(-45deg); }

.c-footer-nav dd > ul > li > ul > li a:before {
  content: "-";
  width: 1.25em;
  display: inline-block;
  text-align: center;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.c-footer-nav ul {
  list-style: none;
  padding-left: 0; }

.c-footer-nav li > a,
.c-footer-nav li > span {
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: .25em;
  padding-bottom: .25em;
  display: block; }

.c-footer-nav a {
  text-decoration: none; }

.c-footer-nav a:hover {
  text-decoration: underline; }

.c-footer-nav a span {
  display: inline-block; }

.c-footer-banner {
  background-color: #1a325d; }

.c-footer-banner ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  justify-content: center; }

.c-footer-banner li {
  margin-bottom: 0;
  width: 100%; }

.c-footer-banner a {
  display: block; }

.c-footer-banner a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.c-footer-banner img {
  width: 100%;
  display: block;
  transition: opacity .2s; }

.c-footer-basic {
  text-align: center;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  border-top: solid 1px rgba(255, 255, 255, 0.1); }

.c-footer-basic__copy {
  color: #fff;
  font-size: 12.25px;
  font-size: 0.875rem;
  font-family: "Roboto Condensed"; }

.c-footer-2017 {
  background-color: #032D7D; }

.c-footer-2017 ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap; }

.c-footer-2017 a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1.5em 1.5em;
  font-weight: bold; }

.c-footer-2017 a.is-current, .c-footer-2017 a:hover {
  background-color: #fff;
  color: #032D7D; }

.f-container {
  padding-left: 0; }

.c-main {
  position: relative; }

.c-main.m-top {
  padding-top: 64vh; }

.c-main-row {
  background-repeat: no-repeat;
  background-position: right -2px bottom -5px;
  position: relative;
  z-index: 1; }

.c-rl-right {
  position: relative;
  top: 0; }

.c-left {
  order: 2; }

.c-right {
  z-index: 3;
  order: 1;
  position: relative; }

.c-right:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #2C2C2C; }

.c-right__in {
  position: relative;
  top: 0;
  margin-top: -40px; }

.c-footer {
  position: relative;
  z-index: 2; }

.p-list {
  padding: 4em; }

.p-list h1 {
  background-color: #004A98;
  color: #fff;
  margin-top: 0;
  padding: .25em;
  line-height: 1; }

.p-list dt {
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  margin-top: 2em; }

.p-list ul {
  padding-left: 0; }

.p-list ul li {
  margin-top: .5em; }

.c-side {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  position: fixed;
  height: 70px;
  width: 100%;
  z-index: 9;
  transition: transform .7s;
  pointer-events: none; }

.c-side .c-nav__symbol {
  display: none; }

.c-side__in {
  top: 0;
  left: 0;
  transition: width .05s 0s;
  width: 100%;
  pointer-events: none; }

.c-side .c-nav {
  margin: 0;
  height: 70px;
  overflow: hidden;
  position: relative;
  transition: height .05s 0s; }

.c-side .c-nav dt, .c-side .c-nav dd {
  pointer-events: auto; }

.c-side .c-nav dd {
  overflow: hidden; }

.c-side .c-nav__sw {
  position: relative;
  width: 64px;
  margin: 0;
  height: 70px;
  cursor: pointer;
  transition: background-color .5s, background-color .5s .1s; }

.c-side .c-nav__sw strong {
  color: #5A818C;
  display: block;
  text-align: center;
  font-size: 10.5px;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Roboto Condensed";
  position: absolute;
  left: 0;
  width: 100%;
  top: 1.25em; }

.c-side .c-nav__sw span {
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
  left: 0;
  top: 0; }

.c-side .c-nav__sw i {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: margin-top .3s, background-color .5s; }

.c-side .c-nav__sw i:nth-of-type(1) {
  margin-top: -9px; }

.c-side .c-nav__sw i:nth-of-type(3) {
  margin-top: 9px;
  transition: margin-top .3s .05s, background-color .5s; }

.no-touch .c-side .c-nav__sw:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.c-side .c-nav__list {
  margin: 0;
  position: relative;
  background-color: #1d3869;
  height: calc(100% - $xsh_h);
  transform: translateX(0) translateY(0) scale(1);
  transition: transform .5s;
  overflow: auto;
  padding-top: 1em;
  -webkit-overflow-scrolling: touch; }

.c-side .c-nav__list:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07); }

.c-side .c-nav__list__u {
  margin: 0;
  display: flex;
  align-items: flex-start;
  position: relative; }

.c-side .c-nav__list__u__sw {
  display: none;
  width: 50px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  position: relative; }

.c-side .c-nav__list__u__sw:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 0;
  content: "add_circle_outline";
  color: #fff;
  text-indent: 0;
  font-size: 26.25px;
  font-size: 1.875rem;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

.c-side .c-nav__list__u.is-show {
  z-index: 2; }

.c-side .c-nav__list__u.is-show dt a, .c-side .c-nav__list__u.is-show dt span {
  color: #fff; }

.no-touch .c-side .c-nav__list__u.is-show dt a, .no-touch .c-side .c-nav__list__u.is-show dt span {
  background-color: rgba(0, 0, 0, 0.07); }

.touch .c-side .c-nav__list__u.is-show dt .c-nav-c-sw {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }

.c-side .c-nav__list__u.is-show dd {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-side .c-nav__list__u dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  line-height: 1.1;
  font-size: 15.75px;
  font-size: 1.125rem;
  width: 45%;
  color: #262626;
  position: relative; }

.c-side .c-nav__list__u dt strong {
  font-weight: normal;
  display: inline-block; }

.c-side .c-nav__list__u dt a, .c-side .c-nav__list__u dt span {
  width: 100%;
  display: block;
  color: #fff;
  padding-top: .6em;
  padding-bottom: .6em;
  padding-left: 1em;
  transition: background-color .2s; }

.no-touch .c-side .c-nav__list__u dt a:hover, .no-touch .c-side .c-nav__list__u dt span:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: background-color .7s; }

.c-side .c-nav__list__u dt a.is-touch, .c-side .c-nav__list__u dt span.is-touch {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }

.c-side .c-nav__list__u dt.is-current-dt a:not(.bullet-set),
.c-side .c-nav__list__u dt.is-current-dt a.bullet-set.is-current,
.c-side .c-nav__list__u dt.is-current-dt span {
  position: relative; }

.c-side .c-nav__list__u dt.is-current-dt a:not(.bullet-set):after,
.c-side .c-nav__list__u dt.is-current-dt a.bullet-set.is-current:after,
.c-side .c-nav__list__u dt.is-current-dt span:after {
  content: "";
  display: block;
  position: absolute;
  width: .25em;
  height: .25em;
  background-color: #fff;
  left: .5em;
  top: .75em;
  border-radius: 50%;
  background-color: #fff; }

.c-side .c-nav__list__u dd {
  font-size: 13.125px;
  font-size: 0.9375rem;
  margin-left: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 45%;
  width: 55%;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0.95);
  transition: opacity .5s .01s, transform .3s .01s; }

.c-side .c-nav__list__u dd li > a,
.c-side .c-nav__list__u dd li > span {
  padding: .5em 1em;
  transition: background-color .3s; }

.c-side .c-nav__list__u dd li > a.is-touch, .c-side .c-nav__list__u dd li > a:hover,
.c-side .c-nav__list__u dd li > span.is-touch,
.c-side .c-nav__list__u dd li > span:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.c-side .c-nav__list__u dd > ul > li > ul {
  padding-left: 1em; }

.c-side .c-nav__list__u dd > ul > li > ul > li > a:before {
  content: "-";
  display: inline-block;
  color: #fff;
  width: 1em;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.c-side .c-nav__list__u.m-bottom dd {
  top: auto;
  bottom: 0; }

.c-side .c-nav__list__u ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.c-side .c-nav__list__u li {
  margin: 0; }

.c-side .c-nav__list__u li > a,
.c-side .c-nav__list__u li > span {
  color: #fff;
  display: block;
  position: relative; }

.c-side .c-nav__list__u li > a[target="_blank"]:after,
.c-side .c-nav__list__u li > span[target="_blank"]:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "link";
  margin-right: 0;
  margin-left: .25em;
  color: #6C8086;
  transform: rotate(-45deg); }

.c-side .c-nav__list__u a {
  text-decoration: none; }

.c-side .c-nav__left .c-nav__list__u:first-of-type {
  padding-bottom: 1em;
  margin-bottom: 1em; }

.c-side .c-nav__left .c-nav__list__u:first-of-type:after {
  content: "";
  display: block;
  height: 1px;
  width: 1.5em;
  background-color: #fff;
  position: absolute;
  left: 1.25em;
  bottom: 0; }

.c-side .c-nav-c-sw {
  display: block;
  position: absolute;
  width: 30px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  z-index: 1;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.no-touch .c-side .c-nav-c-sw {
  display: none; }

.c-side .c-nav-c-sw:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "more_horiz";
  font-style: normal;
  position: absolute;
  width: 100%;
  display: block;
  line-height: 0;
  top: 50%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5); }

.c-footer-nav .c-nav-c-sw {
  display: none; }

.c-nav-util {
  text-align: center;
  padding-top: 1em;
  width: 64px;
  display: none;
  pointer-events: auto; }

.c-nav-util ul {
  list-style: none;
  padding-left: 0; }

.c-nav-util li {
  margin-top: 1em;
  margin-bottom: 1em; }

.c-nav-util a {
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #222;
  font-size: 12.25px;
  font-size: 0.875rem;
  font-weight: bold; }

.c-nav-util a[target="_blank"]:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "link";
  margin-right: 0;
  margin-left: .25em;
  color: #6C8086;
  transform: rotate(-45deg);
  margin-left: 0;
  margin-right: 0;
  transform: rotate(45deg);
  margin-top: .25em;
  line-height: 1; }

[class*="c-button"],
[class*="c-button-list"] button,
[class*="c-button-list"] a {
  display: inline-block;
  line-height: 1.4;
  background-color: #1a325d;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: .8em 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  transition: opacity .2s, box-shadow .2s, color .2s, background-color .2s, transform .2s;
  background-repeat: no-repeat; }

[class*="c-button"]:hover,
[class*="c-button-list"] button:hover,
[class*="c-button-list"] a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #203d71;
  color: #fff; }

.c-button--alt {
  border: solid 2px #1a325d;
  background-color: #fff;
  color: #1a325d; }

.c-button--alt:hover {
  background-color: #1a325d;
  color: #fff; }

.c-button--arr-after:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: 'keyboard_arrow_right';
  margin-left: .25em;
  margin-right: -.25em; }

.c-button--arr-after[target]:after {
  content: "link";
  transform: rotate(-45deg); }

.c-button--arr-before:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: 'keyboard_arrow_right'; }

.c-button--arr-before[target]:before {
  content: "link";
  transform: rotate(-45deg); }

.c-button--sm {
  font-size: 13.125px;
  font-size: 0.9375rem; }

.c-button--lg {
  font-size: 18.375px;
  font-size: 1.3125rem; }

.c-button--border {
  border: solid 2px #1a325d;
  background-color: #fff;
  color: #1a325d; }

.c-button--border-thin {
  border-width: 1px;
  line-height: 1;
  padding-left: 1em;
  padding-right: 1em; }

.c-bread {
  font-size: 9.625px;
  font-size: 0.6875rem;
  line-height: 1.25;
  padding-top: 2em; }

.c-bread ol {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.c-bread li {
  display: inline-block;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3); }

.c-bread a {
  color: #222;
  text-decoration: none; }

.c-bread a:hover {
  color: #222; }

.c-bread a:visited {
  color: #222; }

.c-bread a:hover {
  text-decoration: underline; }

.c-bread a:after {
  content: "/";
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.m-bc-wh .c-bread li {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3); }

.m-bc-wh .c-bread li:after {
  color: #fff; }

.m-bc-wh .c-bread a {
  color: #fff; }

.m-bc-wh .c-bread a:visited {
  color: #fff; }

.m-bc-wh .c-bread a:visited:hover {
  color: #fff; }

.c-bread.is-clone {
  position: fixed;
  z-index: 10;
  padding-left: 14px;
  padding-left: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  transform: translateY(-100%);
  padding-top: 1em;
  padding-bottom: .75em;
  line-height: 1;
  transition: transform .9s;
  font-size: 8.75px;
  font-size: 0.625rem; }

.c-bread.is-clone li {
  color: #222 !important;
  text-shadow: none; }

.c-bread.is-clone a {
  color: #222 !important; }

a {
  color: #1a325d; }

a:hover {
  color: #274a89;
  text-decoration: none; }

a:active {
  color: #213f75; }

a:after, a:before {
  text-decoration: none; }

a.c-link-alt,
.c-link-alt a {
  text-decoration: none; }

a.c-link-alt:hover,
.c-link-alt a:hover {
  text-decoration: underline; }

a.c-link-fc,
.c-link-fc a {
  color: #222; }

a.c-link-fc:hover,
.c-link-fc a:hover {
  color: #222; }

a.c-link-fc:visited,
.c-link-fc a:visited {
  color: #222; }

a.c-link-bc,
.c-link-bc a {
  color: #1a325d; }

a.c-link-bc:visited:hover, a.c-link-bc:hover,
.c-link-bc a:visited:hover,
.c-link-bc a:hover {
  color: #1a325d; }

a.c-link-bc:visited,
.c-link-bc a:visited {
  color: #1a325d; }

a.c-link-wh,
.c-link-wh a {
  color: #fff; }

a.c-link-wh:visited,
.c-link-wh a:visited {
  color: #fff; }

a.c-link-wh:visited:hover,
.c-link-wh a:visited:hover {
  color: #fff; }

a.c-link-noline,
.c-link-noline a {
  text-decoration: none; }

a.c-link-noline:hover,
.c-link-noline a:hover {
  text-decoration: none; }

.c-link-ico-before-this:before, .c-link-ico-before-this:after,
.c-link-ico-after-this:before,
.c-link-ico-after-this:after,
a.c-link-ico-before:before,
a.c-link-ico-before:after,
a.c-link-ico-after:before,
a.c-link-ico-after:after,
.c-link-ico-before a:before,
.c-link-ico-before a:after,
.c-link-ico-after a:before,
.c-link-ico-after a:after {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
  vertical-align: top;
  font-family: "Material Icons"; }

.c-link-ico-before-this,
a.c-link-ico-before,
.c-link-ico-before a {
  display: inline-block;
  text-indent: -1.25em;
  padding-left: 1.25em; }

.c-link-ico-before-this:before,
a.c-link-ico-before:before,
.c-link-ico-before a:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  overflow: hidden;
  height: 1em;
  line-height: 1; }

.c-link-ico-before-this:before,
a.c-link-ico-before:before,
.c-link-ico-before a:before {
  text-indent: 0;
  content: "chevron_right";
  margin-right: .25em; }

.c-link-ico-before-this[target="_blank"]:before,
a.c-link-ico-before[target="_blank"]:before,
.c-link-ico-before a[target="_blank"]:before {
  content: "link";
  transform: rotate(-45deg); }

.c-link-ico-before-this[href*="#"]:before,
a.c-link-ico-before[href*="#"]:before,
.c-link-ico-before a[href*="#"]:before {
  content: "keyboard_arrow_down"; }

.c-link-ico-before-this[href*=".pdf"]:before,
a.c-link-ico-before[href*=".pdf"]:before,
.c-link-ico-before a[href*=".pdf"]:before {
  content: "insert_drive_file";
  transform: rotate(0); }

.c-link-ico-after-this:after,
a.c-link-ico-after:after,
.c-link-ico-after a:after {
  content: "chevron_right";
  margin-left: .25em; }

.c-link-ico-after-this[target="_blank"]:after,
a.c-link-ico-after[target="_blank"]:after,
.c-link-ico-after a[target="_blank"]:after {
  content: "link";
  transform: rotate(-45deg); }

.c-link-ico-after-this[href*="#"]:after,
a.c-link-ico-after[href*="#"]:after,
.c-link-ico-after a[href*="#"]:after {
  content: "keyboard_arrow_down"; }

.c-link-ico-after-this[href*=".pdf"]:after,
a.c-link-ico-after[href*=".pdf"]:after,
.c-link-ico-after a[href*=".pdf"]:after {
  content: "insert_drive_file"; }

.c-link-list {
  list-style: none;
  padding-left: 0; }

.c-link-list a {
  text-decoration: none; }

.c-link-list a:hover {
  text-decoration: underline; }

.c-link-list a:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "chevron_right";
  display: inline-block;
  color: #5A818C; }

.c-pagetop {
  position: fixed;
  bottom: 10px;
  right: 6px;
  z-index: 9;
  font-size: 10px;
  width: 50px;
  height: 50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, opacity 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s; }

.c-pagetop a {
  display: block;
  text-align: left;
  background-color: #fff;
  text-decoration: none;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

.c-pagetop a:hover {
  text-decoration: none; }

.c-pagetop a:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "keyboard_arrow_up";
  font-size: 24px;
  line-height: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  text-indent: 0;
  width: 100%;
  text-align: center; }

.is-scrolled .c-pagetop {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1); }

/**/
.c-table {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #fff;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem; }

.c-table--wide {
  width: 100%; }

.c-table--center {
  margin-left: auto;
  margin-right: auto; }

.c-table th,
.c-table td {
  padding-top: 1em;
  padding-bottom: .8em;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: normal;
  border: solid 1px #ddd;
  border-right: solid 1px #ddd; }

.c-table td {
  font-weight: 300; }

.c-table thead th {
  background-color: rgba(26, 50, 93, 0.05);
  border-bottom: solid 1px #ddd;
  font-weight: bold; }

.c-table tbody th {
  font-weight: bold; }

.c-table--line-v th,
.c-table--line-v td {
  border-top: none;
  border-bottom: none; }

.c-table--line-h th,
.c-table--line-h td {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-left: none;
  border-right: none; }

.c-table--stripe tbody tr:nth-child(2n+2) {
  background-color: rgba(248, 249, 249, 0.5); }

.c-table--line-h-only {
  border: none; }

.c-table--line-h-only th,
.c-table--line-h-only td {
  border-bottom: solid 1px #ddd;
  border-left: none;
  border-right: none; }

.c-table--tx-center th,
.c-table--tx-center td {
  text-align: center; }

.c-table--thth-center thead th {
  text-align: center; }

.c-table--tbth-center tbody th {
  text-align: center; }

.c-table--tbtd-center tbody td {
  text-align: center; }

.c-table--th-nowrap th {
  white-space: nowrap; }

.c-table--nowrap th,
.c-table--nowrap td {
  white-space: nowrap; }

.c-table--vatop th,
.c-table--vatop td {
  vertical-align: top; }

.c-table--tb-th-fill tbody th {
  background-color: rgba(26, 50, 93, 0.05); }

.c-table--sm tbody th, .c-table--sm tbody td {
  padding-top: .5em;
  padding-bottom: .4em;
  padding-left: .5em;
  padding-right: .5em; }

.c-table-overflow {
  width: 100%;
  overflow: auto;
  margin-top: 1em;
  margin-bottom: 1em; }

.c-table-overflow .c-table {
  margin: 0; }

.c-table--xs-rotate .u-xs-label {
  display: none; }

.c-notes {
  list-style: none;
  padding-left: 0;
  font-size: .86em;
  line-height: 1.75 !important; }

.c-notes li {
  text-indent: -1em;
  padding-left: 1em; }

p.c-notes {
  text-indent: -1em;
  padding-left: 1em; }

[class^="c-label"] {
  color: #fff;
  padding: .25em .5em .15em;
  margin-left: .25em;
  font-size: .75em;
  display: inline-block;
  line-height: 1.15;
  vertical-align: baseline; }

.c-label--basec {
  background-color: #1a325d; }

.c-label--law {
  background-color: #5185C5; }

.c-label--politics {
  background-color: #3AB484; }

.c-label--kyufu {
  background-color: #BAA055;
  font-size: .9em; }

.c-su-catch {
  font-feature-settings: 'palt';
  letter-spacing: .03em; }

.c-main .c-su-catch {
  font-size: 21px;
  font-size: 1.5rem; }

.c-main .c-su-catch {
  line-height: 1.25; }

.c-main .c-su-catch span {
  color: #222;
  font-weight: normal; }

.c-su-catch--lite {
  font-weight: bold; }

.c-main .c-su-catch--lite {
  font-size: 15.75px;
  font-size: 1.125rem; }

.c-su-catch--lite span {
  background-color: #f7f7f7;
  background-color: transparent; }

.c-main .c-su-catch--lite span {
  color: #1a325d; }

.m-law .c-su-catch--lite span {
  background-color: #f7f7f7;
  background-color: transparent;
  color: #5185C5; }

.m-politics .c-su-catch--lite span {
  background-color: #f7f7f7;
  background-color: transparent;
  color: #3AB484; }

dl.u-line dt, dl.u-line dd {
  display: inline-block; }

.c-main dl.u-line dt, .c-main dl.u-line dd {
  margin-top: 0;
  margin-bottom: 0; }

.c-main dl.u-line dd {
  margin-left: .75em; }

.c-acco-nx__tgt {
  display: none; }

.p-ptop-hero {
  background-color: #1a325d;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 70vh;
  overflow: hidden;
  position: fixed; }

.p-ptop-hero .swiper-slide {
  background-position: center;
  background-size: cover;
  height: 60vh; }

.p-ptop-hero .swiper-container {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 1s; }

.p-ptop-hero .swiper-pagination {
  bottom: 10px;
  text-align: left;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  right: 0;
  left: auto; }

.p-ptop-hero .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.p-ptop-hero .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c1aa67; }

.is-loaded .p-ptop-hero .swiper-container {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-top-scroll {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 96px;
  z-index: 9999; }

.c-top-scroll a {
  width: 60px;
  height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  font-family: "Roboto";
  font-weight: 500;
  cursor: pointer;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.c-top-scroll a:before {
  text-indent: 0;
  position: absolute;
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "keyboard_arrow_down";
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 49px;
  font-size: 3.5rem;
  line-height: .3;
  top: 50%; }

.c-top-hd {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -100px;
  width: 100%; }

.c-top-hd p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  margin-top: 50vh;
  transform: translateY(-50%);
  transition: font-size .5s;
  font-size: 4.8vw; }

.c-top-hd p strong {
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: .25em 1em;
  line-height: 1.25; }

.p-top-menu {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-feature-settings: 'palt';
  letter-spacing: .1em; }

.p-top-menu .p-top-menu__box {
  position: relative;
  margin: 0;
  padding-top: 50%; }

.p-top-menu .p-top-menu__box_c {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transform: translateY(-50%); }

.p-top-menu__s-cb {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 24px; }

.p-top-menu__c2 {
  display: flex;
  margin: 0; }

.p-top-menu__c2 > li {
  width: 50%; }

.p-top-menu .m-c-wh a {
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5), 0 0 9px rgba(0, 0, 0, 0.3); }

.p-top-menu .m-c-wh a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1; }

.p-top-menu .m-c-wh a strong {
  z-index: 2; }

.p-top-menu .m-alp-c2 small {
  color: #BAA055; }

.p-top-menu h2 {
  margin: 0;
  position: relative; }

.p-top-menu ul {
  list-style: none;
  padding-left: 0; }

.p-top-menu img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.p-top-menu a {
  display: block;
  text-decoration: none;
  background-color: #1a325d;
  position: relative;
  overflow: hidden; }

.p-top-menu a img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .3s, transform .5s; }

.p-top-menu a strong {
  position: absolute;
  top: 53%;
  left: 0;
  width: 100%;
  transform: translateY(-50%); }

.p-top-menu a strong span {
  display: block;
  position: relative;
  letter-spacing: 0; }

.p-top-menu a strong span:before {
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: .5em;
  margin-bottom: .5em;
  border-radius: 10%;
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.p-top-menu a strong span em {
  font-style: normal;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-weight: 100; }

.p-top-menu a strong span small {
  font-weight: bold;
  font-size: .4em; }

.p-top-menu a strong span.m-law em:before {
  background-color: #1a325d; }

.p-top-menu a strong span.m-law small {
  color: #2b5299; }

.p-top-menu a strong span.m-law em:before {
  background-color: #5185C5; }

.p-top-menu a strong span.m-law small {
  color: #77a0d2; }

.p-top-menu a strong span.m-politics em:before {
  background-color: #3AB484; }

.p-top-menu a strong span.m-politics small {
  color: #58c99d; }

.p-top-menu strong {
  font-size: 5vw;
  font-weight: normal;
  line-height: 1.5; }

.p-top-menu strong small {
  font-size: .52em;
  display: block;
  font-family: "Roboto Condensed";
  letter-spacing: 0;
  letter-spacing: -.04em; }

.p-top-menu__1 {
  transform: translateY(30%);
  transition: transform .5s; }

.is-loaded .p-top-menu__1 {
  transform: translateY(0%); }

.p-top-menu__1 > a {
  position: relative;
  overflow: visible;
  color: #222;
  background-color: #fff;
  transition: background-color .2s; }

.p-top-menu__1 > a:hover {
  background-color: #182e55; }

.p-top-menu__1 > a:hover h2 {
  color: #fff; }

.p-top-menu__1 > a:hover h2 small {
  color: rgba(255, 255, 255, 0.5); }

.p-top-menu__1 h2 {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.p-top-menu__1 h2 strong {
  position: relative; }

.p-top-menu__1 h2 img {
  margin-bottom: .5em; }

.p-top-menu__1 h2 small {
  color: #1a325d; }

.p-top-menu__1__s1 {
  width: 16vw; }

.p-impact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  position: relative; }

.p-impact li {
  width: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translateY(20%);
  transition: transform .5s; }

.is-loaded .p-impact li {
  transform: translateY(0%); }

.p-impact li:nth-child(2n+1) {
  transition-delay: .1s; }

.p-impact li:nth-child(2n) {
  transition-delay: .3s; }

.p-impact a {
  display: block;
  padding: 0;
  margin: 0;
  background-color: #fff; }

.p-impact a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.p-impact img {
  display: block;
  width: 100%;
  margin: 0;
  transition: opacity .2s; }

.p-top-news {
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 10%;
  position: relative; }

.p-top-news--xs {
  background-color: #2C2C2C;
  padding-top: 1px; }

.p-top-news--xs a {
  text-align: left;
  background-color: transparent;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", Meiryo, "MS PGOTHIC", Arial, sans-serif; }

.p-top-news--lg {
  display: none; }

.p-top-news .whatsnewList {
  border-bottom: solid 1px #1a325d; }

.p-top-news h2 {
  text-align: center;
  font-weight: normal;
  color: #213f75;
  font-family: "Roboto Condensed";
  font-size: 26.25px;
  font-size: 1.875rem;
  margin-top: 2em; }

.p-top-news dl {
  border-top: solid 1px #1a325d;
  padding-top: 1em;
  padding-bottom: .85em;
  margin-bottom: 0;
  margin-top: 0; }

.p-top-news dl:nth-of-type(3) ~ dl {
  display: none; }

.p-top-news dt {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto Condensed";
  width: 7em;
  flex-shrink: 0;
  font-size: 10.5px;
  font-size: 0.75rem; }

.p-top-news dd {
  margin-left: 0; }

.p-top-news dd a {
  text-decoration: none; }

.p-top-news dd a:hover {
  text-decoration: underline; }

.p-top-news a {
  color: #fff; }

.p-top-news__tolist {
  text-align: right;
  margin-top: 2em;
  font-size: 12.25px;
  font-size: 0.875rem; }

.c-page-hd {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 70px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 1px;
  pointer-events: none;
  padding-bottom: 3em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .5s; }

.is-loaded .c-page-hd {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-page-hd > .f-sw > * {
  pointer-events: auto; }

.c-page-hd__img {
  position: absolute;
  z-index: -1;
  width: 100%;
  background-size: cover;
  pointer-events: none;
  height: 320px;
  top: 0;
  background-position: center bottom; }

.c-page-hd__img.m-students {
  background-position: 83% 80%; }

.c-page-hd__img.mdf-movie {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left 100%; }

.c-page-hd__img:before, .c-page-hd__img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }

.c-page-hd__img.m-bgp--tr {
  background-position: right top; }

.c-page-hd h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-weight: normal;
  font-size: 31.5px;
  font-size: 2.25rem;
  margin-top: 4vh;
  margin-bottom: 2vh;
  font-feature-settings: 'palt';
  letter-spacing: .05em;
  line-height: 1;
  text-shadow: 1px 0 1px rgba(255, 255, 255, 0.9), 0 0 15px rgba(255, 255, 255, 0.3); }

.c-page-hd h1 strong {
  font-weight: normal;
  display: inline-block; }

.c-page-hd h1 small {
  font-size: 12.25px;
  font-size: 0.875rem;
  display: block;
  color: #1a325d;
  font-family: "Roboto Condensed";
  letter-spacing: 0;
  margin-top: 1em; }

.c-page-hd h1 span {
  color: #fff;
  padding-right: 2px;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.3); }

.m-hd-wh .c-page-hd h1 {
  color: #fff;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.3); }

.m-hd-wh .c-page-hd h1 small {
  color: #fff; }

.c-page-hd.mdf-exam .grade {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%); }

.c-page-hd.mdf-exam .f-sw {
  position: relative;
  z-index: 2; }

.c-abs-bg {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background-size: cover;
  background-position: top;
  pointer-events: none;
  z-index: -1;
  height: 100vh;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .5s; }

.is-loaded .c-abs-bg {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-abs-hd--stu .c-abs-bg {
  background-position: 53% top; }

.c-abs-hd--int .c-abs-bg {
  height: 50vh; }

.c-abs-bg #map {
  height: 100%; }

.c-abs-hd {
  position: relative;
  z-index: 1;
  margin-top: calc(100vh - 215px); }

.c-abs-hd--int {
  margin-top: calc(50vh - 215px); }

.c-p-read {
  background-color: #1a325d;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  padding-top: .2em;
  padding-bottom: .2em; }

.c-p-text {
  background-color: rgba(174, 151, 85, 0.1);
  padding-top: 2em;
  padding-bottom: 2em; }

.p-article-hd h1, .p-article-hd h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-weight: normal; }

.p-article-hd h1 {
  font-size: 2.8vw; }

.p-article-hd img {
  display: block; }

.p-article-hd__row {
  position: relative; }

.p-article-hd__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.25; }

.p-article-hd__img {
  text-align: right; }

.p-article-hd__img img {
  margin-left: auto; }

.p-prof__hd + .p-article-body__row .p-article-body__main {
  order: 0;
  max-width: none; }

.p-article-body__row {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  z-index: 2; }

.p-article-body__row .p-article-body__main {
  order: 2;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.p-article-body__row .p-article-body__main .p-article-hd {
  width: 100%;
  padding-top: 4em; }

.p-article-body__row .p-article-body__aside {
  width: 100%; }

.p-article-body__row .p-article-body__aside .f-sw {
  padding-left: 16px;
  padding-right: 16px; }

.p-article-body__txt-def {
  padding-top: .5em;
  padding-bottom: 2em;
  font-size: 14px;
  font-size: 1rem; }

.p-article-body__txt-def header p {
  font-size: 18.375px;
  font-size: 1.3125rem; }

.p-article-body__txt-def h1 {
  font-size: 31.5px;
  font-size: 2.25rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-weight: 300;
  line-height: 1.25;
  font-feature-settings: "palt";
  letter-spacing: .05em; }

.p-article-body__txt-def h1 span {
  color: #1a325d;
  font-weight: bold;
  padding-top: .05em;
  padding-bottom: .05em;
  display: inline-block;
  line-height: 1; }

.p-article-body__txt-def h2 {
  margin-top: 2em;
  color: #1a325d;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times; }

.p-article-body__txt-def h3 {
  margin-top: 2em; }

.p-article-body__txt-def h4 {
  margin-top: 1.5em;
  margin-bottom: .75em;
  color: #5A818C; }

.p-article-body__txt-def h5 {
  font-size: .9em;
  margin-bottom: .75em; }

.p-article-body__txt-def p {
  line-height: 2;
  text-align: justify; }

.p-article-body__txt-def li {
  margin-top: .25em;
  margin-bottom: .25em; }

.p-article-body__txt-def dl dt {
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: .5em;
  color: #617378; }

.p-article-body__txt-def dl dd {
  margin-top: .5em;
  margin-bottom: 1em; }

.p-article-body__txt-def dl dd ul, .p-article-body__txt-def dl dd ol {
  padding-left: 1.5em;
  margin-top: .5em; }

.p-article-body__txt-def strong {
  font-weight: 600; }

.p-article-body__txt-def.m-law h2 {
  color: #5185C5; }

.p-article-body__txt-def.m-politics h2 {
  color: #3AB484; }

.c-no-style {
  list-style: none;
  padding-left: 0; }

.c-no-style--minus-1 {
  text-indent: -1em;
  padding-left: 1em; }

.c-ib-wrap span {
  display: inline-block; }

.c-columns__ + hr {
  display: none; }

.c-columns + hr {
  display: none; }

.c-columns p {
  margin-top: 0;
  margin-bottom: 1em; }

.c-columns h2 {
  column-span: all; }

.c-columns li {
  break-inside: avoid; }

.c-sec-nav {
  background-color: #1a325d;
  margin-top: -22px;
  position: relative; }

.c-sec-nav ul {
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  flex-flow: row wrap; }

.c-sec-nav a {
  color: #fff;
  display: block;
  padding-left: .5em;
  padding-right: .5em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none; }

.c-sec-nav a.is-current {
  color: #BAA055; }

.c-sec-nav a[target]:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "link";
  transform: rotate(-45deg);
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  font-size: .9em; }

.c-fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  height: 100vh;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .5s; }

.is-loaded .c-fix-bg {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-fix-bg--cover:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1; }

.no-touch .c-fix-bg--abs {
  position: absolute;
  background-attachment: fixed;
  height: 100%; }

.c-img-swipe__img {
  position: relative;
  max-height: 90vh;
  background-position: top;
  background-size: cover; }

.c-img-swipe__img:after {
  content: "";
  display: block;
  padding-top: 80%; }

.c-img-swipe__cap {
  text-align: right;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: .75em .75em;
  line-height: 1 !important;
  font-size: 13.125px;
  font-size: 0.9375rem; }

.c-img-swipe.m-wait {
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.c-img-swipe.m-wait:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -2px;
  bottom: 0;
  background-color: #fff;
  transform-origin: right; }

.c-img-swipe.m-wait-mod {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .7s; }

.c-img-swipe.m-wait-mod:after {
  transform: scaleX(0);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1); }

.c-img-swipe--tb.m-wait:after {
  transform-origin: bottom; }

.c-img-swipe--tb.m-wait-mod:after {
  transform: scaleX(1) scaleY(0);
  transition: transform 2s; }

.c-foto-swipe {
  position: relative; }

.c-foto-swipe.m-wait {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.c-foto-swipe.m-wait:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -5px;
  background-color: #fff;
  transform-origin: right; }

.c-foto-swipe.m-wait-mod {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .7s; }

.c-foto-swipe.m-wait-mod:after {
  transform: scaleX(0);
  transition: transform .9s; }

.c-fadein-up.m-wait {
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(10%);
  transition: opacity 1s, transform 0.7s; }

.c-fadein-up.m-wait[data-delay="0.1"] {
  transition: opacity 1s 0.1s, transform 0.7s 0.1s; }

.c-fadein-up.m-wait[data-delay="0.2"] {
  transition: opacity 1s 0.2s, transform 0.7s 0.2s; }

.c-fadein-up.m-wait[data-delay="0.3"] {
  transition: opacity 1s 0.3s, transform 0.7s 0.3s; }

.c-fadein-up.m-wait[data-delay="0.5"] {
  transition: opacity 1s 0.5s, transform 0.7s 0.5s; }

.c-fadein-up.m-wait.m-wait-mod {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0%); }

.c-back-up.m-wait {
  position: relative;
  transform: translateY(20%);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.c-back-up.m-wait.m-wait-mod {
  transform: translateY(0%); }

.c-tokei-ico {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  top: 0;
  margin-left: -39px; }

.c-tokei-ico:before, .c-tokei-ico:after {
  content: "";
  display: block;
  background-color: #6C8086;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform-origin: bottom;
  transform: translateX(-50%) rotate(0deg) translateY(20%);
  transition: transform 1s; }

.c-tokei-ico:before {
  width: 3%;
  height: 32%; }

.c-tokei-ico:after {
  width: 4%;
  height: 25%; }

.m-wait-mod .c-tokei-ico.m-0730:before {
  transform: translateX(-50%) rotate(2700deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-0730:after {
  transform: translateX(-50%) rotate(225deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-0900:before {
  transform: translateX(-50%) rotate(3240deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-0900:after {
  transform: translateX(-50%) rotate(270deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-1000:before {
  transform: translateX(-50%) rotate(3600deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-1000:after {
  transform: translateX(-50%) rotate(300deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-1040:before {
  transform: translateX(-50%) rotate(3839.976deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-1040:after {
  transform: translateX(-50%) rotate(319.998deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-1210:before {
  transform: translateX(-50%) rotate(4379.976deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-1210:after {
  transform: translateX(-50%) rotate(364.998deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-1300:before {
  transform: translateX(-50%) rotate(4680deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-1300:after {
  transform: translateX(-50%) rotate(390deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-1500:before {
  transform: translateX(-50%) rotate(5400deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-1500:after {
  transform: translateX(-50%) rotate(450deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-2000:before {
  transform: translateX(-50%) rotate(7200deg) translateY(20%); }

.m-wait-mod .c-tokei-ico.m-2000:after {
  transform: translateX(-50%) rotate(600deg) translateY(20%); }

.c-index-w {
  padding-bottom: 1px;
  padding-top: 1px; }

.c-index-w__nav {
  text-align: center; }

.c-index-w__nav--btm {
  margin-top: 0;
  margin-bottom: 3em; }

.c-index-w__nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  margin: 0; }

.c-index-w__nav ul > li {
  width: 50%;
  border: solid 3px #1a325d;
  background-color: #fff;
  position: relative;
  overflow: hidden; }

.c-index-w__nav ul > li.is-current-li {
  background-color: #1a325d; }

.c-index-w__nav ul > li.is-current-li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  background-color: #749aa5;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%; }

.c-index-w__nav ul > li.is-current-li a {
  color: #fff;
  transform: scale(1.1); }

.c-index-w__nav a {
  font-weight: 600;
  display: block;
  text-decoration: none;
  padding: .5em 1em;
  line-height: 1.25; }

.c-index-w__nav a:hover {
  text-decoration: none; }

.c-index-w__nav a span {
  display: inline-block; }

.c-index-w__read {
  font-size: 15.75px;
  font-size: 1.125rem;
  padding-top: 1em;
  font-weight: 600; }

.c-page-tool__next {
  position: absolute;
  right: 0%;
  bottom: 1em;
  z-index: 1;
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Roboto Condensed"; }

.c-page-tool__next--relative {
  position: relative;
  bottom: auto;
  right: auto;
  text-align: right;
  padding-top: 1em; }

.c-page-tool__next a {
  text-decoration: none; }

.c-page-tool__next a:hover {
  text-decoration: underline; }

.c-page-tool__next a:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "navigate_next";
  font-size: 2em;
  margin-left: 0; }

.c-page-tool__next.m-students {
  background-color: #fff;
  margin-top: 2em; }

.c-page-tool__pnav {
  text-align: center;
  position: relative;
  z-index: 1; }

.c-page-tool__pnav dl {
  margin-top: 0;
  margin-bottom: 0; }

.c-page-tool__pnav__hd {
  position: relative; }

.c-page-tool__pnav__hd:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(108, 128, 134, 0.5); }

.c-page-tool__pnav__hd a {
  position: relative;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-page-tool__pnav__hd a:hover strong {
  background-color: #a3b1b5; }

.c-page-tool__pnav__hd strong {
  background-color: #6C8086;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1;
  padding: .25em .5em; }

.c-page-tool__pnav__hd_2 strong {
  color: #6C8086; }

.c-page-tool__pnav__hd_2 strong:before, .c-page-tool__pnav__hd_2 strong:after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1px;
  background-color: rgba(108, 128, 134, 0.5);
  vertical-align: middle;
  margin-left: .5em;
  margin-right: .5em; }

.c-main .c-page-tool__pnav__hd_2 + dd {
  margin-top: 2em; }

.c-page-tool__pnav dd {
  margin-left: 0;
  margin-top: 4em;
  padding-bottom: 4em; }

.c-page-tool__pnav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin: 0; }

.c-page-tool__pnav li {
  margin-left: 2%;
  margin-right: 2%;
  width: 15%;
  background-color: #1a325d;
  border-radius: 50%;
  overflow: hidden; }

.c-page-tool__pnav a {
  display: block;
  position: relative;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.c-page-tool__pnav a.is-current {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-page-tool__pnav a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.c-page-tool__pnav a:hover img {
  transform: scale(1.1); }

.c-page-tool__pnav img {
  display: block; }

.c-page-tool__pnav + .c-index-w__nav {
  padding-bottom: 3em; }

.c-page-tool__pnav--small dd ul {
  flex-flow: row wrap; }

.c-page-tool__pnav--small dd li {
  width: 86px;
  margin-top: .25em;
  margin-bottom: .25em; }

.c-360-viewer {
  width: 100% !important;
  height: 100% !important;
  padding-top: 65% !important;
  position: relative; }

.c-360-viewer canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.c-flex-right {
  display: flex;
  justify-content: flex-end; }

.c-flex-right > * {
  margin-left: 1em; }

.c-bottom-lg-banner {
  margin-top: 0;
  margin-bottom: 0; }

.c-bottom-lg-banner.m-no-scale a:hover span {
  transform: scale(1); }

.c-bottom-lg-banner.m-law a {
  background-color: #5185C5; }

.c-bottom-lg-banner.m-politics a {
  background-color: #3AB484; }

.c-bottom-lg-banner a {
  display: block;
  max-height: 40vh;
  background-color: #1a325d;
  position: relative;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.2); }

.c-bottom-lg-banner a strong {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 2;
  font-size: 21px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 0;
  font-weight: 300;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9); }

.c-bottom-lg-banner a:hover span {
  transform: scale(0.9); }

.c-bottom-lg-banner a:hover img {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.c-bottom-lg-banner span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 40vh;
  overflow: hidden;
  transition: transform .5s; }

.c-bottom-lg-banner span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  background-color: #000; }

.c-bottom-lg-banner img {
  display: block;
  width: 100%;
  transition: opacity .8s; }

.c-s-nav {
  margin-bottom: 1.5em; }

.c-s-nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }

.c-s-nav li {
  width: 33%;
  margin-bottom: .05em; }

.c-s-nav li.is-current-li, .c-s-nav li:nth-child(5), .c-s-nav li:nth-child(6) {
  display: none; }

.c-s-nav.m-politics li {
  width: 49.5%; }

.c-s-nav.m-politics li:nth-child(5) {
  display: block; }

.c-s-nav.m-politics li:nth-child(5).is-current-li {
  display: none; }

.c-s-nav.m-politics li:nth-child(7) {
  display: none; }

.c-s-nav.m-postgraduate li {
  width: 49.5%; }

.c-s-nav.m-postgraduate li:nth-child(4) {
  display: none; }

.c-s-nav a {
  border: solid 2px #1a325d;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 12.25px;
  font-size: 0.875rem;
  line-height: 1;
  padding-top: .5em;
  padding-bottom: .5em; }

.c-s-nav a:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "chevron_right";
  margin-left: -.25em;
  line-height: .8; }

.c-acco-nx {
  border: solid 1px #1a325d;
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: 1em;
  padding-right: 2.5em;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  font-size: 18.375px;
  font-size: 1.3125rem; }

.c-acco-nx:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "keyboard_arrow_down";
  position: absolute;
  right: 0px;
  top: 1em;
  font-size: 31.5px;
  font-size: 2.25rem;
  height: 0;
  line-height: 0;
  transition: transform .2s; }

.c-acco-nx.is-open:after {
  transform: rotate(180deg); }

.c-acco-nx .c-label--kyufu {
  position: absolute;
  top: .85em;
  left: -.5em;
  top: -.9em;
  margin-left: 0;
  font-size: 15.75px;
  font-size: 1.125rem; }

.c-acco-nx .c-label--kyufu.m-taiyo {
  background-color: #ee8b0f; }

.c-acco-nx__tgt p {
  margin-top: 0; }

hr[id*="anc"] {
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 0;
  height: 0; }

.c-ip-link {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-size: 12.25px;
  font-size: 0.875rem; }

.c-ip-link ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: row wrap; }

.c-ip-link li {
  margin-left: 1.25em;
  margin-right: 1.25em; }

.c-ip-link a {
  text-decoration: none; }

.c-ip-link a:hover {
  text-decoration: underline; }

.c-ip-link a:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "arrow_downward"; }

.c-cut-r {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em; }

.c-txt-box-1 > * {
  background-color: #eff3f4;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 2em;
  border: solid 1px rgba(90, 129, 140, 0.2); }

.c-bd-box {
  border: solid 1px rgba(26, 50, 93, 0.3);
  padding: 1.5em; }

.ls-decimal .num {
  color: #AE9755;
  display: inline-block;
  margin-right: .25em; }

.p-about-message .p-article-hd__row {
  flex-flow: row wrap; }

.p-about-message .p-article-hd__txt {
  position: relative;
  transform: translateY(0); }

.p-about-message .p-article-hd__txt h1 {
  font-size: 7vw; }

.p-about-message .p-article-hd__img {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-size: 15.75px;
  font-size: 1.125rem; }

.p-about-message .p-article-hd__img img {
  margin-left: auto;
  margin-right: auto; }

.p-qa p {
  padding-left: 4em;
  position: relative; }

.p-qa p:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #AE9755;
  left: 0;
  top: 1em;
  width: 3em; }

.p-history__unv h3, .p-history__unv p {
  margin-top: 0; }

.p-history__unv .c-g-3 {
  margin-bottom: 2em; }

.p-history__unv h3 {
  line-height: 1.5;
  color: #6C8086;
  font-size: 21px;
  font-size: 1.5rem; }

.p-history__unv h3 small {
  background-color: #AE9755;
  color: #fff;
  display: inline-block;
  margin-bottom: .75em;
  line-height: 1;
  padding: .25em; }

.p-history__unv h3 span {
  display: inline-block; }

.p-history__univ.c-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: 0%;
  margin-right: 0%; }

.p-history__univ.c-row > * {
  margin-left: 0%;
  margin-right: 0%; }

.p-history__univ.c-row > .c-u {
  width: 100%;
  background-color: rgba(108, 128, 134, 0.05);
  padding: 0 1.5em 1.5em;
  margin-bottom: .25em; }

.p-history__univ.c-row > .c-u h3 {
  background-color: rgba(108, 128, 134, 0.1); }

.p-history__univ.c-row > .c-u:nth-of-type(2n + 1) {
  background-color: rgba(108, 128, 134, 0.1); }

.p-history__univ p {
  font-size: 12.25px;
  font-size: 0.875rem; }

.p-history__univ h3 {
  line-height: 1.25;
  text-align: center;
  margin-top: 0;
  margin-left: -1.25em;
  margin-right: -1.25em;
  padding: .75em;
  color: #6C8086; }

.p-history__univ h4 {
  color: #8d7a43; }

.p-history__chronology {
  display: flex;
  flex-flow: row wrap;
  margin-top: 3em; }

.p-article-body__txt-def .p-history__chronology dt,
.p-article-body__txt-def .p-history__chronology dd {
  margin-top: 0;
  margin-bottom: 0;
  background-color: rgba(108, 128, 134, 0.05); }

.p-article-body__txt-def .p-history__chronology dt:nth-of-type(2n + 1),
.p-article-body__txt-def .p-history__chronology dd:nth-of-type(2n + 1) {
  background-color: rgba(108, 128, 134, 0.1); }

.p-history__chronology dt {
  padding-left: 1em;
  width: 100%;
  padding-top: .75em;
  padding-bottom: 0; }

.p-history__chronology dd {
  margin-left: 0;
  padding-right: 1em;
  padding-left: 1em;
  width: 100%;
  padding-top: .25em;
  padding-bottom: .75em; }

.p-history .p-p-wrap {
  display: flex;
  align-items: flex-end; }

.p-link ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  margin-left: -4%;
  margin-right: -4%; }

.p-link ul > * {
  margin-left: 4%;
  margin-right: 4%; }

.p-link ul > li {
  border-top: solid 1px #ddd;
  padding-top: .75em;
  width: 92%; }

.p-link a {
  display: block;
  text-decoration: none; }

.p-link a:hover {
  text-decoration: underline; }

.p-link a[target="_blank"]:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "link";
  margin-right: 0;
  margin-left: .25em;
  color: #6C8086;
  transform: rotate(-45deg); }

.p-link span {
  display: block;
  font-size: 12.25px;
  font-size: 0.875rem; }

.p-access figure {
  background-color: rgba(108, 128, 134, 0.05);
  padding: 2em; }

.p-access__map {
  padding: 0 !important;
  background-color: transparent !important; }

.p-access #map {
  height: 60vh; }

.p-access #map [style*="display: table-cell;"] > [style*="font-size: 14px;"] {
  text-shadow: 0 0 5px #fff !important; }

.p-fees__table {
  line-height: 1.5; }

.p-fees__table.c-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -3%;
  margin-right: -3%; }

.p-fees__table.c-row > * {
  margin-left: 3%;
  margin-right: 3%; }

.p-fees__table.c-row > .c-u {
  width: 94%; }

.p-fees__table table {
  width: 100%;
  border-top: solid 1px #ddd; }

.p-fees__table table th,
.p-fees__table table td {
  border-bottom: solid 1px #ddd;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em; }

.p-fees__table table th {
  background-color: rgba(90, 129, 140, 0.05);
  font-size: 13.125px;
  font-size: 0.9375rem; }

.p-fees__table table td {
  text-align: right; }

.p-fees__table small {
  display: inline-block; }

.p-fees__qa p {
  padding-left: 6em;
  position: relative; }

.p-fees__qa p:before {
  content: "";
  display: block;
  height: 1px;
  width: 5em;
  background-color: #AE9755;
  position: absolute;
  left: 0;
  top: 1em; }

.p-lecture h2 {
  position: relative;
  z-index: 1;
  line-height: 1.5; }

.p-lecture h2:before {
  content: "";
  display: block;
  width: 100%;
  height: .75em;
  background-color: #f3f6f7;
  position: absolute;
  bottom: 0;
  z-index: -1; }

.c-ttl-photo {
  position: relative; }

.c-ttl-photo img {
  display: block; }

.c-ttl-photo__txt {
  background-color: #1a325d;
  padding: calc(2vw + 14px);
  color: #fff; }

.c-ttl-photo__txt h1 {
  margin-top: 0;
  margin-bottom: .75em;
  line-height: 1.25;
  position: relative;
  background-color: #1a325d;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-right: .6em;
  padding-left: calc(2vw + 14px);
  left: calc(-2vw - 24px); }

.m-law .c-ttl-photo__txt h1 {
  background-color: #5185C5; }

.m-politics .c-ttl-photo__txt h1 {
  background-color: #3AB484; }

.c-main .c-ttl-photo__txt h1 {
  font-size: 29.75px;
  font-size: 2.125rem; }

.c-ttl-photo__txt h1 small {
  border-left: solid 9px #5A818C;
  margin-left: 1em;
  padding-left: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: .5em;
  display: inline-block;
  vertical-align: top; }

.m-law .c-ttl-photo__txt h1 small {
  border-left-color: #8aadd8; }

.m-politics .c-ttl-photo__txt h1 small {
  border-left-color: #6bcfa8; }

.c-ttl-photo__txt p {
  font-weight: 600;
  margin: 0; }

.c-main .c-ttl-photo__txt p {
  font-size: 14.875px;
  font-size: 1.0625rem; }

.c-ttl-photo__cap {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8); }

.c-main .c-ttl-photo__cap {
  font-size: 10.5px;
  font-size: 0.75rem; }

.c-link-right {
  text-align: right; }

.c-voice--students {
  margin-top: 5em;
  background-color: #f9f7f1;
  background-color: #5A818C;
  position: relative;
  padding: 5vw;
  font-weight: bold; }

.c-voice--students h1 {
  position: absolute;
  bottom: calc(100% - .75em);
  margin-bottom: 0;
  left: 0;
  line-height: 1;
  border: solid 1px #5A818C;
  padding-top: .5em;
  padding-right: .75em;
  padding-left: .75em;
  padding-bottom: .45em;
  margin-left: .75em;
  color: #5A818C; }

.c-main .c-voice--students h1 {
  font-size: 15.75px;
  font-size: 1.125rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", Meiryo, "MS PGOTHIC", Arial, sans-serif;
  font-weight: bold;
  background-color: #fff; }

.c-voice--students h2 {
  margin-top: .25em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", Meiryo, "MS PGOTHIC", Arial, sans-serif;
  font-size: 18.375px;
  font-size: 1.3125rem;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  color: #5A818C !important;
  padding: .45em 1em .4em;
  margin-left: -1em;
  margin-top: .5em;
  display: inline-block;
  margin-bottom: 0; }

.m-law .c-voice--students h2 {
  color: #fff; }

.m-politics .c-voice--students h2 {
  color: #fff; }

.c-voice--students h2:before {
  display: none; }

.c-voice--students p {
  color: #fff; }

.c-voice__recomm h3 {
  margin-bottom: -.75em;
  font-feature-settings: 'palt';
  font-size: 14px;
  font-size: 1rem; }

.c-voice__recomm h3 strong {
  display: inline-block;
  background-color: #BAA055;
  color: #fff;
  padding: .25em .5em;
  line-height: 1; }

.c-voice__recomm.m-tch h3 strong {
  background-color: #1a325d; }

.c-voice__recomm__txt {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1em; }

.c-voice__recomm__txt p {
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
  color: #222; }

.c-voice__recomm__student {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: -5vw; }

.c-voice__recomm__student img {
  margin-left: -26vw;
  max-width: 150px; }

.c-voice__recomm__name {
  background-color: #fff;
  position: absolute;
  top: 21%;
  margin: 0;
  line-height: 1.25;
  padding: .75em 1.25em;
  white-space: nowrap;
  left: 50%; }

.c-voice__recomm__name dt {
  font-size: 12.25px;
  font-size: 0.875rem; }

.c-main .c-voice__recomm__name dt {
  margin-top: .5em; }

.c-voice__recomm__name dt small {
  display: block;
  font-weight: normal; }

.c-voice__recomm__name dd {
  margin-left: 0;
  font-weight: 600; }

.c-main .c-voice__recomm__name dd {
  margin: 0; }

.c-voice__recomm__name dd small {
  display: block;
  font-weight: 300;
  font-family: "Roboto Condensed";
  font-size: .7em; }

.c-g-2 {
  display: flex;
  flex-flow: row wrap;
  margin-left: -3%;
  margin-right: -3%; }

.c-g-2 > * {
  margin-left: 3%;
  margin-right: 3%; }

.c-g-2 > .c-u {
  width: 94%; }

.c-g-2 > .c-u.c-u--dub {
  width: 94%; }

.c-g-3 {
  display: flex;
  flex-flow: row wrap;
  margin-left: -3%;
  margin-right: -3%; }

.c-g-3 > * {
  margin-left: 3%;
  margin-right: 3%; }

.c-g-3 > .c-u {
  width: 94%; }

.p-cols-box > .c-u {
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 21px;
  padding: 1.5rem;
  padding-top: 0;
  position: relative;
  margin-bottom: 4%; }

.p-cols-box h3 {
  margin-top: 0;
  padding-top: 17.5px;
  padding-top: 1.25rem;
  padding-left: 21px;
  padding-left: 1.5rem;
  padding-right: 21px;
  padding-right: 1.5rem;
  margin-left: calc(-1.5rem - 1px);
  margin-right: calc(-1.5rem - 1px);
  border-bottom: solid 1px #ddd;
  padding-bottom: .25em;
  background-color: rgba(26, 50, 93, 0.05);
  background-color: #1d3869;
  color: #fff; }

.p-cols-box--2n_down > .c-u:nth-of-type(2n) {
  top: 20vh; }

.p-postgrad-point .c-u {
  background-color: #eff3f4;
  padding: calc(14px + 2vw);
  margin-bottom: 3em;
  position: relative; }

.p-postgrad-point .c-u:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(7px + .6vw);
  right: calc(7px + .6vw);
  bottom: calc(7px + .6vw);
  left: calc(7px + .6vw);
  border: solid 1px rgba(26, 50, 93, 0.25); }

.p-postgrad-point h3 {
  text-align: center;
  font-size: 24.5px;
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-feature-settings: 'palt';
  line-height: 1.25;
  height: 6em; }

.p-postgrad-point h3:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.p-postgrad-point h3 i {
  font-family: "Roboto";
  font-style: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
  top: 50%;
  z-index: -1;
  color: rgba(90, 129, 140, 0.1);
  font-size: 189px;
  font-size: 13.5rem; }

.p-postgrad-point h3 strong {
  font-weight: 300;
  display: inline-block;
  vertical-align: middle; }

.p-ft-step {
  line-height: 1.25;
  text-align: center;
  font-size: 1.8vw;
  margin-bottom: 3em; }

.p-ft-step ol {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  border-bottom: solid 1px #1a325d; }

.p-ft-step li {
  position: relative;
  width: 16%;
  margin: 0; }

.p-ft-step strong {
  display: inline-block;
  height: 100%; }

.p-ft-step strong:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.p-ft-step strong span {
  display: inline-block;
  vertical-align: middle; }

.p-ft-step strong .m-s {
  font-size: .7em;
  font-weight: normal; }

.p-ft-step small {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: .75em;
  font-weight: 600;
  color: #222; }

.p-ft-step i {
  position: absolute;
  bottom: 100%;
  font-family: "Roboto Condensed";
  font-size: 2vw;
  font-weight: 100;
  font-style: normal;
  left: 0;
  right: 0;
  text-align: center; }

.p-ft-step__0 {
  height: 8vh;
  background-color: #1a325d;
  color: #fff; }

.p-ft-step__1, .p-ft-step__2, .p-ft-step__3 {
  border: solid 1px #1a325d;
  border-bottom: none;
  color: #1a325d; }

.p-ft-step__1 {
  height: 8vh; }

.p-ft-step__1 img {
  width: 1.6vw;
  position: absolute;
  left: 0;
  bottom: 104%; }

.p-ft-step__2 img, .p-ft-step__3 img {
  width: 6vw;
  position: absolute;
  left: 0;
  bottom: 90%;
  transform: translateX(-60%); }

.p-ft-step__2 {
  height: 10vh; }

.p-ft-step__3 {
  height: 12vh; }

.p-ft-step__4 {
  height: 14vh;
  background-color: #BAA055;
  color: #fff; }

.p-ft-step .m-wait li {
  transform-origin: bottom;
  transform: scaleY(0);
  transition-timing-function: transform;
  transition-duration: 0s; }

.p-ft-step .m-wait li.p-ft-step__1 img {
  bottom: 0%; }

.p-ft-step .m-wait li.p-ft-step__2 img, .p-ft-step .m-wait li.p-ft-step__3 img {
  transform: translateX(-60%) scale(0); }

.p-ft-step .m-wait-mod li {
  transition-duration: .5s;
  transform: scaleY(1); }

.p-ft-step .m-wait-mod li.p-ft-step__0 {
  transition-delay: 0s; }

.p-ft-step .m-wait-mod li.p-ft-step__1 {
  transition-delay: .2s; }

.p-ft-step .m-wait-mod li.p-ft-step__1 img {
  bottom: 104%;
  transition: bottom 0.5s 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.p-ft-step .m-wait-mod li.p-ft-step__2 img, .p-ft-step .m-wait-mod li.p-ft-step__3 img {
  transform: translateX(-60%) scale(1); }

.p-ft-step .m-wait-mod li.p-ft-step__2 {
  transition-delay: .4s; }

.p-ft-step .m-wait-mod li.p-ft-step__2 img {
  transition: transform 0.5s 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.p-ft-step .m-wait-mod li.p-ft-step__3 {
  transition-delay: .6s; }

.p-ft-step .m-wait-mod li.p-ft-step__3 img {
  transition: transform 0.5s 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.p-ft-step .m-wait-mod li.p-ft-step__4 {
  transition-delay: 1s; }

.p-ft-step__notes {
  text-align: left;
  padding-top: 1px;
  margin-top: 3em;
  margin-left: 22%;
  border-left: dashed 1px #1a325d;
  padding-left: 1em;
  padding-bottom: .25em; }

.p-ft-step__notes h3 {
  margin-top: 1.25em; }

.c-main .p-lawschool-table p {
  line-height: 1.75; }

.p-lawschool-table th {
  white-space: nowrap; }

.c-main .p-lawschool-table th {
  background-color: #8e85ba;
  color: #fff; }

.p-lawschool-table td:first-of-type {
  white-space: nowrap; }

.p-postgrad__ico-1 {
  text-align: center;
  margin-top: -100px;
  margin-bottom: 0;
  position: relative;
  display: none; }

.p-postgrad__ico-1 img {
  width: 100px; }

.p-postgrad__ico-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -44px; }

.p-postgrad__ico-2--r {
  left: auto;
  right: 0; }

.p-postgrad__ico-3 {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  margin-bottom: -.5em;
  display: none; }

.p-postgrad__ico-3 img {
  width: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.p-postgrad__ico-4 {
  position: relative;
  text-align: right; }

.p-postgrad__ico-4 img {
  display: block;
  margin-left: auto; }

.p-postgrad__ico-5 {
  position: relative; }

.p-postgrad__ico-5 img {
  display: block;
  margin-right: auto; }

.p-postgrad__ico-6 {
  position: relative; }

.p-postgrad__ico-6 img {
  display: block;
  margin-left: auto; }

.p-postgrad__ico-7 {
  width: 100%;
  position: relative;
  display: none; }

.p-postgrad__ico-7 img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-60%) translateY(30%);
  width: 110px; }

.p-postgrad__ico-8 {
  background-image: url(../../postgraduate/images/ico_4.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 90% 96%; }

.c-mes-pb {
  margin-bottom: 2em; }

.c-mes-pb h2 {
  background-color: #5A818C;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 18.375px;
  font-size: 1.3125rem; }

.c-mes-pb h2 span {
  display: inline-block; }

.c-mes-pb .c-row.m-ai-c {
  align-items: center; }

.c-mes-pb .c-u__img img {
  display: block; }

.c-mes-pb .c-u__img dl {
  line-height: 1.25; }

.c-mes-pb .c-u__img dl dt {
  font-size: 13.125px;
  font-size: 0.9375rem; }

.c-mes-pb .c-u__img dl dt small {
  font-weight: normal; }

.c-mes-pb .c-u__img dl dd {
  margin-left: 0;
  font-weight: 600;
  font-size: 18.375px;
  font-size: 1.3125rem; }

.c-mes-pb .c-u__img dl dd small {
  font-size: .5em;
  font-weight: normal;
  margin-left: 1em;
  font-family: "Roboto Condensed"; }

.c-mes-pb .c-u__img p {
  font-size: 13.125px;
  font-size: 0.9375rem;
  line-height: 1.5; }

.c-mes-pb .c-u__txt {
  background-color: rgba(186, 160, 85, 0.1);
  padding: 5vw; }

.c-mes-pb .c-u__txt p {
  margin-top: 0;
  margin-bottom: 0; }

.c-mes-pb .c-u__txt .c-u__img__txt {
  margin-top: 1.5em;
  margin-right: 3em;
  padding-left: 1.5em; }

.c-mes-pb .c-u__txt .c-u__img__txt.m-left {
  float: none; }

.c-mes-pb .c-u__txt .c-u__img__txt dd {
  margin-left: 0; }

.c-mes-pb.m-txt-pad .c-u__txt {
  padding: 0;
  background-color: transparent; }

.c-mes-pb.m-txt-pad .c-u__txt p {
  padding: 5vw; }

.c-mes-pb--rvs .c-u__txt {
  order: 2; }

.c-mes-pb--base .c-u__txt {
  background-color: #1a325d;
  color: #fff; }

.c-mes-pb--second .c-u__txt {
  background-color: #BAA055;
  color: #fff; }

.c-mes-pb--second-sl.m-txt-pad p {
  background-color: rgba(186, 160, 85, 0.1); }

.c-mes-pb--third .c-u__txt {
  background-color: #5A818C;
  color: #fff; }

.c-mes-pb--third-sl .c-u__txt {
  background-color: rgba(90, 129, 140, 0.1); }

.c-mes-pb--third-sl.m-txt-pad p {
  background-color: rgba(90, 129, 140, 0.1); }

.c-mes-grad h2 {
  font-size: 18.375px;
  font-size: 1.3125rem;
  background-color: #f8f9f9;
  display: inline-block;
  padding-left: .5em;
  padding-right: .5em;
  margin-bottom: 0; }

.c-mes-grad .c-row {
  display: flex; }

.c-mes-grad__txt {
  width: 65%;
  order: 2;
  padding: 3vw;
  background-color: #1a325d;
  color: #fff; }

.c-mes-grad__txt p {
  margin: 0;
  font-weight: 600; }

.c-mes-grad__img {
  width: 35%;
  order: 1; }

.c-mes-grad__img img {
  display: block; }

.c-mes-grad__img__box {
  position: relative;
  margin-left: -7%;
  margin-right: -7%;
  margin-top: 15%;
  transform-origin: top; }

.c-mes-grad__img__txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  padding: 2em;
  color: #fff; }

.c-mes-grad__img__txt dl {
  margin-top: 0; }

.c-mes-grad__img__txt dl dt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13.125px;
  font-size: 0.9375rem;
  color: #fff; }

.c-mes-grad__img__txt dl dd {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18.375px;
  font-size: 1.3125rem;
  font-weight: 600; }

.c-mes-grad__img__txt p {
  line-height: 1.5;
  font-size: 13.125px;
  font-size: 0.9375rem;
  margin-bottom: 0; }

.c-list-column {
  column-count: 1; }

.p-postgraduate-politics-flow {
  line-height: 1.5;
  font-size: 1.9vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 93vw; }

.p-postgraduate-politics-flow ol {
  list-style: none;
  padding-left: 0;
  display: flex;
  text-align: center;
  justify-content: space-between;
  width: 100%; }

.p-postgraduate-politics-flow ol > li {
  display: flex;
  align-items: center;
  background-color: rgba(186, 160, 85, 0.5);
  position: relative; }

.p-postgraduate-politics-flow ol > li:first-child, .p-postgraduate-politics-flow ol > li:last-child {
  background-color: #5A818C;
  color: #fff; }

.p-postgraduate-politics-flow ol > li:nth-child(2):after, .p-postgraduate-politics-flow ol > li:last-child:after {
  content: "▲";
  position: absolute;
  color: #6C8086;
  transform: rotate(90deg) scaleX(2);
  right: 100%;
  font-size: 4vw;
  margin-right: 1.5vw;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.p-postgraduate-politics-flow ol > li:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.p-postgraduate-politics-flow ul {
  list-style: none;
  padding-left: 0;
  background-color: #fff;
  margin: 0;
  padding: 0 0 0 1vw; }

.p-postgraduate-politics-flow ul li {
  padding: 1vw;
  color: #fff;
  font-weight: 600; }

.p-postgraduate-politics-flow ul li:first-child {
  margin-top: 0; }

.p-postgraduate-politics-flow ul li:last-child {
  margin-bottom: 0; }

.p-postgraduate-politics-flow strong {
  display: inline-block;
  padding: 1vw 1.5vw;
  vertical-align: middle; }

.p-postgraduate-politics-course .c-u {
  border: solid 1px #b8c4c7;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em; }

.p-postgraduate-politics-course h4 {
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .75em;
  margin-top: 0;
  margin-left: -1em;
  margin-right: -1em; }

.p-postgraduate-politics-course p {
  font-size: 14px;
  font-size: 1rem; }

.p-postgraduate-politics-course p strong {
  text-align: right;
  display: block; }

.p-postgraduate-politics-course ul {
  font-size: 14px;
  font-size: 1rem; }

.p-entrance__read {
  background-color: #1a325d;
  padding: 1.5em 2em;
  color: #fff;
  position: relative; }

.c-main .p-entrance__read p {
  line-height: 1.75; }

.p-entrance__read strong {
  font-size: 26.25px;
  font-size: 1.875rem; }

.p-entrance__read strong span {
  display: inline-block;
  border-bottom: solid 2px #BAA055; }

.p-entrance__read i {
  width: 40px;
  position: absolute;
  bottom: -10px;
  right: 20px; }

.p-entrance__read i img {
  display: block; }

.p-entrance__adm {
  text-align: center;
  margin-top: 3em; }

.p-entrance__adm > .c-u {
  background-color: #f8f9f9;
  padding-bottom: 2em; }

.p-entrance__adm table {
  text-align: left;
  width: calc(100% - 8em);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
  border-collapse: separate;
  border-spacing: .5em;
  background-color: #fff; }

.p-entrance__adm h3,
.p-entrance__adm th {
  color: #fff;
  margin-top: 0;
  padding-top: .25em;
  padding-bottom: .25em; }

.p-entrance__adm p {
  line-height: 1.5;
  font-weight: 600;
  text-align: center; }

.p-entrance__adm th {
  width: 3.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: center; }

.p-entrance__adm td {
  padding-top: .25em;
  padding-bottom: .25em; }

.p-entrance__adm__1 h3,
.p-entrance__adm__1 th {
  background-color: #53a0d6; }

.p-entrance__adm__2 h3,
.p-entrance__adm__2 th {
  background-color: #ee8b0f; }

.p-entrance__eg {
  background-color: #f8f9f9;
  padding: 2em;
  margin-bottom: 2em; }

.p-entrance__eg ul {
  font-size: 14px;
  font-size: 1rem; }

.p-entrance__eg__fig {
  display: flex;
  justify-content: center;
  font-size: 17.5px;
  font-size: 1.25rem;
  line-height: 1.5; }

.p-entrance__eg__fig dl {
  text-align: center;
  width: 12em;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative; }

.p-entrance__eg__fig dl:first-of-type {
  background-color: #53a0d6;
  margin-right: 1.5em; }

.p-entrance__eg__fig dl:first-of-type:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: 'add';
  position: absolute;
  left: 100%;
  top: 50%;
  line-height: 0;
  font-size: 3em;
  color: #ee8b0f; }

.p-entrance__eg__fig dl:last-of-type {
  margin-left: 1.5em;
  background-color: #ee8b0f; }

.p-entrance__eg__fig dl:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "mode_edit";
  color: #fff;
  position: absolute;
  left: 0;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  top: 50%;
  line-height: 0;
  font-size: 3em;
  transform: rotate(-15deg); }

.p-entrance__eg__fig dd small {
  display: block;
  font-size: .7em; }

.c-main .p-entrance__eg__fig dt,
.c-main .p-entrance__eg__fig dd {
  margin: 0;
  color: #fff; }

.p-entrance__eg__fig2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.p-article-body__txt-def .p-entrance__eg__fig2 dt {
  margin-top: 0;
  margin-bottom: 0; }

.p-article-body__txt-def .p-entrance__eg__fig2 dd {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

.p-article-body__txt-def .p-entrance__eg__fig2 dl {
  margin-bottom: 0;
  margin-top: 0; }

.p-article-body__txt-def .p-entrance__eg__fig2 dl.fig-u {
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: .5em;
  margin-right: .5em; }

.p-entrance__eg__fig2 .fig-u {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: .5em;
  border-radius: .5em; }

.p-entrance__eg__fig2 .fig-u > dt {
  font-size: 26.25px;
  font-size: 1.875rem;
  padding: 1em;
  line-height: .5;
  color: #222; }

.p-entrance__eg__fig2 .fig-u > dd dl {
  padding: 1em;
  color: #fff;
  line-height: 1.25; }

.p-entrance__eg__fig2 .fig-u > dd dt,
.p-entrance__eg__fig2 .fig-u > dd dd {
  color: #fff;
  font-size: 18.375px;
  font-size: 1.3125rem; }

.p-entrance__eg__fig2 .fig-u-1 {
  background-color: #53a0d6;
  border-radius: .5em; }

.p-entrance__eg__fig2 .fig-u-2 {
  background-color: #ee8b0f;
  border-radius: .5em; }

.p-entrance__eg__fig2 .fig-u-3 {
  background-color: #8f57df;
  border-radius: .5em; }

.p-entrance__eg__fig2 .type-3 > dd {
  display: flex;
  align-items: center; }

.p-entrance__eg__fig2 .type-3 > dd > .material-icons {
  font-size: 36.75px;
  font-size: 2.625rem;
  padding-left: .25em;
  padding-right: .25em;
  color: #aaa; }

.p-chart {
  position: relative;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto; }

.p-chart__leg ul {
  list-style: none;
  padding-left: 0;
  column-count: 1; }

.p-chart__leg li:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
  margin-top: -.15em;
  border-radius: 50%; }

.p-chart__leg li:nth-child(1):before {
  background-color: #e74944; }

.p-chart__leg li:nth-child(2):before {
  background-color: #f19831; }

.p-chart__leg li:nth-child(3):before {
  background-color: #e2cd2d; }

.p-chart__leg li:nth-child(4):before {
  background-color: #91c233; }

.p-chart__leg li:nth-child(5):before {
  background-color: #1d8a3f; }

.p-chart__leg li:nth-child(6):before {
  background-color: #37ace9; }

.p-chart__leg li:nth-child(7):before {
  background-color: #18527c; }

.p-chart__leg li:nth-child(8):before {
  background-color: #5066ac; }

.p-chart__leg li:nth-child(9):before {
  background-color: #1f8b7e; }

.p-chart__leg li:nth-child(10):before {
  background-color: #8b1f6d; }

.p-chart__leg li:nth-child(11):before {
  background-color: #b37e5c; }

.p-chart__leg li:nth-child(12):before {
  background-color: #727171; }

.arc {
  cursor: pointer; }

.arc:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.arc text {
  text-anchor: middle;
  fill: #fff;
  font-weight: 600;
  font-size: 10.5px;
  font-size: 0.75rem;
  pointer-events: none; }

.arc path {
  stroke: #fff; }

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  z-index: 9;
  transition: top .5s, left .5s; }

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center; }

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -2px 0 0 0;
  top: 100%;
  left: 0; }

.text-middle-1 {
  font-weight: 600;
  font-size: 14px;
  font-size: 1rem; }

.text-middle-2 {
  font-size: 75.25px;
  font-size: 5.375rem;
  font-family: "Roboto Condensed";
  fill: #1a325d;
  font-weight: 600; }

.text-middle-2 tspan {
  font-size: .5em; }

.text-middle-3,
.text-middle-4 {
  font-size: 10.5px;
  font-size: 0.75rem; }

.p-career-table {
  width: 100%; }

.p-career-table thead th {
  text-align: center; }

.p-career-table tbody th {
  text-align: center; }

.p-career-table tbody th h4 {
  display: none; }

.p-career-table tbody th span {
  display: inline-block; }

.p-career-table tbody th strong {
  display: block;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .25em;
  padding-right: .25em;
  color: #fff;
  margin-left: -1em;
  margin-top: -1em;
  margin-right: -1em;
  margin-bottom: -.8em; }

.p-career-table tbody td {
  width: 43%;
  vertical-align: top;
  position: relative; }

.p-career-table tbody td h4 {
  display: block;
  text-align: center;
  margin-top: -1em;
  background-color: #eff3f4;
  margin-left: -1em;
  margin-right: -1em;
  margin-bottom: 1em;
  padding-bottom: .5em;
  padding-top: .75em; }

.p-career-table tbody tr:nth-of-type(1) th {
  background-color: #e74944; }

.p-career-table tbody tr:nth-of-type(2) th {
  background-color: #f19831; }

.p-career-table tbody tr:nth-of-type(3) th {
  background-color: #e2cd2d; }

.p-career-table tbody tr:nth-of-type(4) th {
  background-color: #91c233; }

.p-career-table tbody tr:nth-of-type(5) th {
  background-color: #1d8a3f; }

.p-career-table tbody tr:nth-of-type(6) th {
  background-color: #37ace9; }

.p-career-table tbody tr:nth-of-type(7) th {
  background-color: #18527c; }

.p-career-table tbody tr:nth-of-type(8) th {
  background-color: #5066ac; }

.p-career-table tbody tr:nth-of-type(9) th {
  background-color: #1f8b7e; }

.p-career-table tbody tr:nth-of-type(10) th {
  background-color: #8b1f6d; }

.p-career-table tbody tr:nth-of-type(11) th {
  background-color: #b37e5c; }

.p-career-table tbody tr:nth-of-type(12) th {
  background-color: #727171; }

.p-career-table tbody tr:nth-of-type(1) th {
  background-color: #e74944; }

.p-career-table .m-acco-c {
  display: none;
  padding-top: .5em; }

.p-career-table .m-acco-sw {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  display: block;
  background-color: #f8f9f9;
  text-align: center;
  padding-top: 1.25em;
  padding-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  position: relative;
  line-height: 1;
  text-indent: -9999px; }

.p-career-table .m-acco-sw:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "add";
  font-size: 21px;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  line-height: 0;
  text-indent: 0;
  display: block;
  left: 50%;
  margin-left: -.5em; }

.p-career-table .m-acco-sw span {
  display: none; }

.p-career-table .m-acco-sw.is-show:before {
  content: "remove";
  content: "remove"; }

.p-career-table .m-acco-sw.is-show span {
  display: inline; }

.c-3oval {
  position: relative;
  line-height: 1.25;
  font-size: 2.3vw; }

.c-3oval i {
  display: inline-block; }

.c-3oval__hd {
  background-color: #1a325d;
  width: 10em;
  height: 10em;
  margin-left: -5em;
  margin-top: -5em;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60%;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 0.7vw rgba(26, 50, 93, 0.2); }

.c-3oval__hd h4 {
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  padding-left: 8%;
  padding-right: 8%; }

.c-3oval__hd h4 small {
  display: block;
  font-size: .6em; }

.c-3oval__hd i {
  width: 5.5em;
  margin-top: 1.5em; }

.c-3oval .c-row {
  display: flex;
  margin-left: 2vw;
  margin-right: 2vw;
  height: 25em;
  margin-top: 8vw;
  margin-bottom: 5vw; }

.c-3oval .c-row > div {
  width: 33.3333%;
  position: relative;
  z-index: 1;
  padding-top: 33.3333%; }

.c-3oval .c-row > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  padding-top: 150%;
  left: -25%;
  top: -25%;
  background-color: rgba(26, 50, 93, 0.1);
  z-index: -1;
  border-radius: 50%; }

.c-3oval .c-row h5 {
  text-align: center;
  font-size: 1em;
  margin-bottom: .75em;
  margin-top: 0; }

.c-3oval .c-row p {
  margin: 0;
  font-size: .7em;
  line-height: 1.5; }

.c-3oval__txt {
  position: absolute;
  top: 1.5vw; }

.c-3oval__txt i {
  position: absolute;
  display: inline-block;
  z-index: 1;
  width: 29px;
  height: auto; }

.c-3oval__2 {
  align-self: flex-start; }

.c-3oval__2 i {
  width: 2em;
  right: 100%;
  bottom: 100%;
  margin-bottom: -2em; }

.c-3oval__1, .c-3oval__3 {
  align-self: flex-end; }

.c-3oval__1 i {
  width: 2em;
  right: 100%;
  bottom: 100%;
  margin-bottom: -2em; }

.c-3oval__3 i {
  width: 3.5em;
  left: 100%;
  bottom: 100%;
  margin-bottom: -2em;
  margin-left: -1em; }

.c-3oval.m-4oval .c-3oval__hd {
  margin-top: -8em; }

.c-3oval.m-4oval .c-3oval__hd i {
  margin-top: 180%; }

.c-3oval.m-4oval .c-3oval__txt i {
  display: none; }

.c-3oval.m-4oval .c-row {
  flex-flow: row wrap;
  justify-content: space-between;
  height: 29em;
  margin-bottom: 8em; }

.c-3oval.m-4oval .c-row > div {
  width: 40%; }

.c-3oval__p3, .c-3oval__p4 {
  align-self: flex-end; }

.p-law-fig__hd {
  top: 67%;
  box-shadow: 0 0 0 0.5vw #1a325d;
  background-color: #fff; }

.p-law-fig__hd h4 {
  top: 50%;
  transform: translateY(-50%);
  color: #1a325d; }

.c-main .p-law-fig__hd h4 {
  font-size: 1.7em; }

.p-law-fig__hd i {
  width: 6em;
  margin-top: 110%; }

.p-law-fig .c-3oval__3 i {
  width: 4.5em;
  margin-left: -2em; }

.p-support-prg {
  display: flex;
  flex-flow: row wrap;
  margin-left: -3%;
  margin-right: -3%; }

.p-support-prg > * {
  margin-left: 3%;
  margin-right: 3%; }

.p-support-prg > * {
  width: 94%; }

.p-support-prg dd {
  margin-left: 0; }

.p-support-sch {
  width: 100%; }

.p-support-sch th {
  background-color: rgba(26, 50, 93, 0.1); }

.c-main .p-support-sch th {
  font-weight: normal; }

.p-support-sch th.p-support-sch__shd {
  background-color: rgba(26, 50, 93, 0.3); }

.p-support-sch th small {
  display: block; }

.p-3point {
  text-align: center;
  line-height: 1.5;
  font-size: 5vw;
  font-feature-settings: 'palt'; }

.p-3point.p-3point--2p ul {
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
  margin-left: -4%;
  margin-right: -4%; }

.p-3point.p-3point--2p ul > * {
  margin-left: 4%;
  margin-right: 4%; }

.p-3point.p-3point--2p ul li {
  width: 92%; }

.p-3point__plus {
  position: relative;
  margin-bottom: 2.5em !important; }

.p-3point__plus:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: 'add';
  font-size: 14vw;
  color: #5A818C;
  position: absolute;
  width: 100%;
  line-height: 1;
  top: 100%;
  left: 0;
  display: block;
  margin-right: 0 !important; }

.p-3point ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
  margin-left: -1%;
  margin-right: -1%; }

.p-3point ul > * {
  margin-left: 1%;
  margin-right: 1%; }

.p-3point ul li {
  background-color: #1a325d;
  color: #fff;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  width: 98%; }

.m-law .p-3point ul li {
  background-color: #5185C5; }

.m-politics .p-3point ul li {
  background-color: #3AB484; }

.p-3point ul li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.p-3point ul li p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4; }

.p-3point p {
  text-align: center; }

.p-3point small {
  font-size: .8em;
  display: block;
  margin-bottom: .5em; }

.p-3point strong {
  display: block; }

.p-3point span {
  display: inline-block; }

.p-3point__wrap h2 {
  margin-bottom: -.5em; }

.c-hd-c-2 {
  text-align: center;
  background-color: #BAA055;
  color: #fff !important;
  padding-top: .25em;
  padding-bottom: .25em; }

.p-curriculum-table {
  font-size: 12.25px;
  font-size: 0.875rem; }

.p-curriculum-table__none {
  background-color: #fff !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important; }

.p-curriculum-table thead th {
  font-size: 15.75px;
  font-size: 1.125rem;
  background-color: #1a325d;
  color: #fff; }

.p-curriculum-table thead td h3 {
  color: #1a325d;
  font-size: 13.125px;
  font-size: 0.9375rem;
  margin-bottom: 0; }

.p-curriculum-table thead td h3:first-of-type {
  margin-top: .5em; }

.p-curriculum-table thead td h3 + p {
  margin-top: .5em; }

.p-curriculum-table tbody th {
  background-color: rgba(26, 50, 93, 0.05); }

.p-curriculum-table tbody th.m-1st {
  background-color: rgba(26, 50, 93, 0.1); }

.p-curriculum-table td {
  vertical-align: top; }

.p-curriculum-3c {
  width: 25%; }

.p-politics-pict {
  position: relative; }

.p-politics-pict i {
  display: block;
  position: absolute;
  width: 15%;
  right: -3%;
  top: 100%;
  margin-top: -10%; }

.p-abroad__bg {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }

.p-abroad__table i {
  width: 2em;
  height: auto;
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.p-abroad__table i img {
  display: block;
  width: 100%;
  height: auto; }

.p-abroad__tbl_lg {
  display: none; }

.p-abroad__tbl_lg i {
  width: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  float: right;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: auto; }

.p-abroad__tbl_lg i img {
  display: block;
  width: 100%;
  height: auto; }

.p-abroad_schools {
  display: flex;
  flex-flow: row wrap;
  margin-left: -2%;
  margin-right: -2%; }

.p-abroad_schools > * {
  margin-left: 2%;
  margin-right: 2%; }

.p-abroad_schools > .c-u {
  width: 96%; }

.p-abroad_schools span,
.p-abroad_schools small {
  display: inline-block; }

.p-abroad_schools dt {
  padding: .25em .5em;
  background-color: rgba(26, 50, 93, 0.1);
  position: relative; }

.c-main .p-abroad_schools dt {
  margin-bottom: 1em; }

.p-abroad_schools dt i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%; }

.p-abroad_schools dt i img {
  height: 70%;
  width: auto; }

.p-abroad_schools dt small {
  font-weight: 300;
  font-family: "Roboto Condensed"; }

.p-abroad_schools dd {
  margin-left: 0; }

.c-main .p-abroad_schools dd {
  margin-bottom: 2em; }

.p-abroad_schools li {
  line-height: 1.5;
  margin-top: .5em; }

.p-abroad_schools__photo {
  list-style: none;
  padding-left: 0;
  line-height: 1.25;
  font-size: 13.125px;
  font-size: 0.9375rem;
  margin-top: 3em;
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px; }

.p-abroad_schools__photo > * {
  margin-left: 10px;
  margin-right: 10px; }

.p-abroad_schools__photo li {
  text-align: center;
  width: calc(50% - 20px); }

.p-abroad_schools__photo img {
  display: block;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto; }

.p-politics-c__model {
  display: flex;
  flex-flow: row wrap;
  margin-left: -2%;
  margin-right: -2%;
  align-items: center; }

.p-politics-c__model > * {
  margin-left: 2%;
  margin-right: 2%; }

.p-politics-c__model__hd {
  width: 96%;
  text-align: center; }

.p-politics-c__model__hd p {
  background-color: #5A818C;
  color: #fff;
  font-weight: 600;
  padding: .5em 1em;
  position: relative;
  margin-bottom: 2em; }

.p-politics-c__model__hd p:after {
  content: "=";
  display: block;
  position: absolute;
  color: #5A818C;
  top: 100%;
  width: 1.5em;
  line-height: 1.3;
  text-align: center;
  font-size: 31.5px;
  font-size: 2.25rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg); }

.p-politics-c__model__body {
  width: 96%; }

.p-politics-c__table {
  font-size: 12.6px;
  font-size: .9rem; }

.p-politics-c__table tbody p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #5A818C;
  color: #fff;
  font-weight: 600; }

.p-politics-c__table tbody span {
  display: block;
  text-align: center; }

.p-politics-c__table tbody ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.p-politics-c__table tbody th {
  background-color: #3AB484;
  color: #fff; }

.p-politics-c__table tbody th h4 {
  display: none; }

.p-politics-c__table tbody th strong {
  display: inline-block; }

.p-politics-c__table tbody td {
  vertical-align: top; }

.p-politics-c__table tbody h4 {
  margin-top: 0; }

.c-main .p-politics-c__table .m-lg-hide {
  display: block;
  background-color: #f8f9f9;
  color: #222;
  padding: 1em;
  margin-left: -1em;
  margin-right: -1em;
  margin-top: -1em; }

.p-facilities {
  background-color: #eff3f4;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-facilities figure {
  margin-top: 0;
  margin-bottom: 0; }

.p-facilities__hd {
  position: relative; }

.p-facilities__map {
  font-size: 13.125px;
  font-size: 0.9375rem;
  margin-bottom: 0; }

.p-facilities__map a {
  text-decoration: none; }

.p-facilities__map a:hover {
  text-decoration: underline; }

.p-facilities__u {
  padding-top: 3vh;
  padding-bottom: 3vh; }

.p-facilities__u .f-sw {
  max-width: 1542px;
  margin-left: auto;
  margin-right: auto; }

.p-facilities__u h2 {
  margin-top: 0;
  margin-bottom: 0; }

.p-facilities__u.m-pb--0 {
  padding-bottom: 0; }

.p-facilities .c-img-swipe.m-wait:after {
  background-color: #eff3f4; }

.p-facilities .m-bg-2 {
  background-color: #fff; }

.p-facilities .m-bg-2 .c-img-swipe.m-wait:after {
  background-color: #fff; }

.p-facilities .c-row {
  padding-top: 3vh;
  padding-bottom: 3vh; }

.p-facilities__txt__u {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 3vw 4vw;
  background-color: #1a325d;
  color: #fff; }

.p-facilities__txt__u h2 {
  color: #fff; }

.p-facilities__txt h2,
.p-facilities__txt h3 {
  margin-top: 0; }

.p-facilities__txt p {
  line-height: 1.75; }

.p-facilities__txt a {
  color: #fff; }

.p-facilities__txt a:visited {
  color: #fff; }

.p-facilities__txt a:visited:hover {
  color: #fff; }

.p-facilities__img img {
  width: 100%;
  display: block; }

.c-lib__other {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1%;
  margin-right: -1%;
  padding-top: 2vh;
  padding-bottom: 4vh;
  align-items: center; }

.c-lib__other > * {
  margin-left: 1%;
  margin-right: 1%; }

.c-lib__other img {
  display: block; }

.c-lib__other__1 {
  width: 98%;
  order: 4; }

.c-lib__other__2, .c-lib__other__3, .c-lib__other__4 {
  width: 31.33333%;
  margin-bottom: 2em; }

.c-lib__cap {
  background-color: #f8f9f9;
  padding: 1em;
  position: relative;
  margin-top: -3em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em; }

.c-lib__cap h4 {
  margin-bottom: .5em;
  line-height: 1.5;
  margin-top: 0; }

.c-lib__cap p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5; }

.c-panorama {
  position: relative; }

.c-panorama.m-inline {
  padding-top: 60%; }

.c-panorama__info {
  position: absolute;
  top: .5vw;
  right: 1vw;
  z-index: 1;
  transform: translateY(50%); }

.c-panorama__info:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  padding-top: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%; }

.c-panorama__info p {
  line-height: 1.25;
  position: relative;
  z-index: 1;
  padding: 1em;
  font-feature-settings: 'palt';
  font-weight: 600;
  font-size: 8.75px;
  font-size: 0.625rem; }

.c-panorama__map {
  height: 80vh;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000; }

.c-panorama__map:hover i {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  filter: blur(5px); }

.c-panorama__map i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: filter .5s; }

.c-panorama__map ul {
  list-style: none;
  padding-left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%); }

.c-panorama__map li {
  position: relative; }

.c-panorama__map li:first-child {
  top: -13vh; }

.c-panorama__map li:last-child {
  top: 13vh; }

.c-panorama__map a {
  display: inline-block;
  font-size: 21px;
  font-size: 1.5rem;
  text-decoration: none;
  font-feature-settings: 'palt';
  line-height: 1;
  width: 4.6em;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Roboto";
  font-weight: 600; }

.c-panorama__map a:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: rgba(26, 50, 93, 0.9);
  position: absolute;
  top: -50%;
  z-index: -1;
  border-radius: 50%;
  transition: transform .1s, background-color .3s; }

.c-panorama__map a:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "photo_camera";
  display: block;
  font-size: 35px;
  font-size: 2.5rem;
  margin-right: 0;
  font-weight: normal; }

.c-panorama__map a:hover:after {
  background-color: #213f75;
  transform: scale(1.2); }

.c-panorama__map a small {
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  left: -1em;
  background-color: #fff;
  padding: .4em .5em;
  line-height: 1;
  border-radius: .25em .25em 0 .25em;
  color: #1a325d; }

.c-panorama__map .c-panorama {
  position: absolute;
  width: 100%;
  border: solid 4px #fff;
  left: 105%;
  top: -50%;
  border-radius: 3px;
  padding-top: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none; }

.c-panorama__wrap {
  background-color: #2a2a2a;
  padding-top: 3em;
  padding-bottom: 3em; }

.c-panorama__wrap h3 {
  color: #fff;
  margin-top: 0; }

.c-panorama__list {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  display: flex;
  flex-flow: row wrap;
  margin-left: 0%;
  margin-right: 0%;
  justify-content: space-around; }

.c-panorama__list > * {
  margin-left: 0%;
  margin-right: 0%; }

.c-panorama__u {
  width: 14.28571%; }

.c-panorama iframe {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-panorama__open {
  margin-top: 0;
  font-size: 13.125px;
  font-size: 0.9375rem;
  line-height: 1;
  font-feature-settings: 'palt'; }

.c-panorama__open a {
  display: inline-block;
  background-color: #1a325d;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: .5em .75em; }

.c-button--panorama {
  border: solid 1px #213f75;
  padding: .25em .75em;
  border-radius: .25em; }

.c-button--panorama:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "photo_camera";
  display: inline-block;
  font-size: 35px;
  font-size: 2.5rem;
  font-weight: normal; }

.c-button--panorama small {
  display: inline-block;
  vertical-align: middle; }

.p-abroad-table-sm tbody th {
  background-color: #f8f9f9;
  width: 4.5em; }

.p-abroad-table-2 tbody h4 {
  margin-top: 0;
  margin-bottom: 0;
  width: 3em;
  flex-shrink: 0; }

.p-abroad-table-2 tbody tr {
  border-radius: 0;
  border: solid 1px #ddd;
  padding-bottom: .8em; }

.c-main .p-abroad-table-2 tbody tr {
  background-color: #fff; }

.p-abroad-table-2 tbody th, .p-abroad-table-2 tbody td {
  display: flex; }

.p-abroad-table-2 tbody th strong {
  display: block;
  width: calc(100% - 3em); }

.p-abroad-table-2 tbody th span {
  display: inline-block; }

.p-abroad-table-2 tbody td {
  padding-bottom: 0; }

.p-abroad-table-2 tbody td.u-ta--center {
  text-align: left; }

.p-abroad-table-2 tbody td > span {
  display: block;
  width: calc(100% - 3em); }

.p-postgraduate-index {
  display: flex;
  flex-flow: row wrap;
  margin-left: -2%;
  margin-right: -2%;
  margin-top: 2em; }

.p-postgraduate-index > * {
  margin-left: 2%;
  margin-right: 2%; }

.p-postgraduate-index__u {
  width: 29.33333%;
  text-align: center;
  background-color: #eff3f4;
  text-decoration: none;
  position: relative;
  height: 100%;
  transition: background-color .2s; }

.p-postgraduate-index__u.m-lawschool {
  background-color: #8e85ba; }

.p-postgraduate-index__u.m-lawschool:hover {
  background-color: rgba(142, 133, 186, 0.9); }

.p-postgraduate-index__u.m-law {
  background-color: #5185C5; }

.p-postgraduate-index__u.m-law:hover {
  background-color: rgba(81, 133, 197, 0.9); }

.p-postgraduate-index__u.m-politics {
  background-color: #3AB484; }

.p-postgraduate-index__u.m-politics:hover {
  background-color: rgba(58, 180, 132, 0.9); }

.p-postgraduate-index__u:before {
  content: "";
  display: block;
  position: absolute;
  top: 1vw;
  right: 1vw;
  bottom: 1vw;
  left: 1vw;
  border: solid 1px rgba(255, 255, 255, 0.6); }

.p-postgraduate-index__u:after {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%; }

.p-postgraduate-index__u h2 {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  line-height: 0;
  color: #fff;
  font-size: 4vw; }

.p-news {
  line-height: 1.5; }

.p-news dl {
  margin-bottom: 1.5em;
  border-bottom: solid 1px #ddd; }

.p-news dt {
  font-size: 10.5px;
  font-size: 0.75rem; }

.c-main .p-news dt {
  margin-bottom: .25em; }

.p-news dd {
  margin-left: 0; }

.c-main .p-news dd {
  margin-top: .25em; }

.p-news a {
  text-decoration: none; }

.p-news a:hover {
  text-decoration: underline; }

.p-rishu tbody th {
  padding-left: 0;
  text-align: left;
  text-indent: -.55em;
  padding-left: 1.1em; }

.p-rishu tbody td {
  padding-left: 1.1em; }

#gradIndexMenu {
  display: flex;
  padding-bottom: 10em;
  padding-top: 1em; }

#gradIndexMenu .i-unit {
  width: 50%; }

#gradIndexMenu a {
  display: block; }

#gradIndexMenu a:hover img {
  transform: scale(1.1); }

#gradIndexMenu a:hover strong {
  background-color: #5A818C;
  color: #fff; }

#gradIndexMenu .img-case {
  display: block;
  overflow: hidden; }

#gradIndexMenu img {
  width: 100%;
  max-width: 100%;
  height: 400px;
  height: auto;
  display: block;
  transition: transform .5s; }

#gradIndexMenu h2 {
  position: relative;
  z-index: 1;
  margin: 0; }

#gradIndexMenu h2 strong {
  position: absolute;
  background-color: #fff;
  color: #000;
  padding: 2em;
  left: 2em;
  right: 2em;
  transform: translateY(-50%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-size: 26.25px;
  font-size: 1.875rem;
  font-weight: normal;
  transition: background-color .3s, color .3s; }

.grad_index_h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 31.5px;
  font-size: 2.25rem;
  padding-top: .25em;
  padding-bottom: .5em; }

.grad-bottom-link {
  padding-top: 2em;
  padding-bottom: 2em; }

.grad-bottom-link a {
  padding-top: 1em;
  padding-bottom: 1em; }

.exam-nav dd {
  margin-left: 0; }

.exam-nav ul {
  list-style: none;
  display: flex;
  padding-left: 0 !important;
  flex-wrap: wrap; }

.exam-nav li {
  margin-top: 0; }

.p-students {
  margin-bottom: 5em;
  margin-top: 3em; }

.p-students__row {
  display: flex;
  flex-flow: row wrap; }

.p-students__u {
  background-size: cover;
  background-position: center top;
  position: relative;
  transition: width .3s;
  overflow: hidden;
  height: 60vh;
  width: 50%; }

.p-students__u a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.p-students__u a i {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-size: cover;
  background-position: center top;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2s; }

.p-students__u a:hover i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.p-students__u a:hover .p-students__catch {
  transform: scale(1) translateY(-20%);
  transition: transform .2s; }

.p-students__basics {
  position: absolute;
  bottom: 1.5vh;
  background-color: rgba(26, 50, 93, 0.8);
  color: #fff;
  width: 94%;
  left: 0;
  padding: 7vw 1.5vw 1vw 1.5vw;
  line-height: 1.5; }

.m-law .p-students__basics {
  background-color: rgba(26, 50, 93, 0.8); }

.m-politics .p-students__basics {
  background-color: rgba(18, 132, 72, 0.8); }

.p-students__abroad {
  position: absolute;
  right: 0;
  top: -1em;
  margin: 0;
  width: 3.5em; }

.p-students__abroad dt {
  font-size: 11.375px;
  font-size: 0.8125rem;
  text-align: center;
  background-color: #1a325d; }

.p-students__abroad dd {
  margin: 0; }

.p-students__abroad img {
  display: block; }

.p-students__name {
  margin-bottom: 0;
  margin-top: 0; }

.p-students__name dt {
  margin-bottom: 1em;
  font-size: 3vw; }

.p-students__name dt small,
.p-students__name dt strong {
  display: block; }

.p-students__name dd {
  margin-left: 0; }

.p-students__name dd small,
.p-students__name dd strong,
.p-students__name dd span {
  display: inline-block; }

.p-students__name dd strong {
  font-size: 18.375px;
  font-size: 1.3125rem;
  margin-right: .5em; }

.p-students__catch {
  position: absolute;
  top: 40%;
  width: 94%;
  background-color: #fff;
  transform: scale(0) translateY(10%); }

.p-students__catch p {
  margin: 0;
  font-size: 2.5vw;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  padding: .5em;
  color: #222;
  font-feature-settings: "palt";
  letter-spacing: .05em; }

.p-student {
  position: relative;
  z-index: 1;
  background-color: rgba(26, 50, 93, 0.05); }

.p-student.c-index-w {
  z-index: 2; }

.p-student__list__hd {
  padding-top: 1px; }

.p-student__list__hd h2 {
  margin-bottom: 0;
  position: relative;
  line-height: 1.5; }

.p-student__list__hd h2:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  width: .5em;
  height: 100%;
  background-color: #5185C5;
  margin-right: .5em; }

.p-student__list__hd.m-law h2:before {
  background-color: #5185C5; }

.p-student__list__hd.m-politics h2:before {
  background-color: #3AB484; }

.p-student__list__u {
  margin-bottom: 1em;
  margin-top: 1em; }

.p-student__list__u:nth-of-type(2n-1) .p-student__list__u_txt {
  order: 1; }

.p-student__list__u:nth-of-type(2n-1) .p-student__list__u_p {
  order: 2; }

.p-student__list__u_p {
  width: 100%;
  overflow: hidden;
  position: relative;
  transform-origin: left; }

.p-student__list__u_p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: -5px;
  bottom: 0;
  background-color: #fff;
  transform-origin: right;
  transform: scaleX(0); }

.p-student__list__u_p img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 0.9s; }

.p-student__list__u_txt {
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  background-color: #fff;
  position: relative;
  transform-origin: left;
  transform: scaleX(1);
  position: relative;
  z-index: 1; }

.p-student__list__u_txt:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: -5px;
  bottom: 0;
  background-color: #FBFBFB;
  transform-origin: right;
  transform: scaleX(0); }

.p-student__list__u_txt p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1.5;
  display: inline-block;
  font-size: 4.8vw;
  margin-bottom: .5em; }

.p-student__list__u_txt p:after {
  content: "";
  display: block;
  height: 7px;
  width: 2.25em;
  background-color: #1a325d;
  margin-top: .5em; }

.p-student__list__u_txt dt {
  font-size: 10.5px;
  font-size: 0.75rem; }

.p-student__list__u_txt dd {
  margin-left: 0;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 600; }

.p-student__list__u_txt dd small {
  padding-left: 1em;
  font-size: .75em;
  font-weight: 300;
  display: block;
  text-indent: -1em; }

.p-student__list__u_txt .m-parent dt {
  font-size: 10.5px;
  font-size: 0.75rem; }

.p-student__list__u_txt .m-parent dd {
  font-size: 14px;
  font-size: 1rem; }

.p-student__list__u.m-wait .p-student__list__u_p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.p-student__list__u.m-wait .p-student__list__u_p:after {
  transition: transform 0s;
  transform: scaleX(1); }

.p-student__list__u.m-wait .p-student__list__u_txt {
  transition: transform 0s, background-color 0s;
  transform: scaleX(0); }

.p-student__list__u.m-wait .p-student__list__u_txt:after {
  transition: transform 0s;
  transform: scaleX(1); }

.p-student__list__u.m-wait.m-wait-mod .p-student__list__u_p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .7s; }

.p-student__list__u.m-wait.m-wait-mod .p-student__list__u_p:after {
  transition: transform .9s;
  transform: scaleX(0); }

.p-student__list__u.m-wait.m-wait-mod .p-student__list__u_txt {
  transition: transform 0.7s 0.3s, background-color 0.3s;
  transform: scaleX(1); }

.p-student__list__u.m-wait.m-wait-mod .p-student__list__u_txt:after {
  transition: transform .9s .8s;
  transform: scaleX(0); }

.p-student__list__row {
  display: block;
  text-decoration: none;
  color: #222; }

.p-student__list__row:hover {
  color: #222; }

.p-student__list__row:visited {
  color: #222; }

.p-student__list__row.is-touch .p-student__list__u_txt, .p-student__list__row:hover .p-student__list__u_txt {
  background-color: #1a325d; }

.p-student__list__row.is-touch .p-student__list__u_txt p, .p-student__list__row.is-touch .p-student__list__u_txt dl, .p-student__list__row:hover .p-student__list__u_txt p, .p-student__list__row:hover .p-student__list__u_txt dl {
  color: #fff; }

.p-student__list__row.is-touch .p-student__list__u_txt p:after, .p-student__list__row:hover .p-student__list__u_txt p:after {
  background-color: #5A818C; }

.m-law .p-student__list__row.is-touch .p-student__list__u_txt, .m-law .p-student__list__row:hover .p-student__list__u_txt {
  background-color: #5185C5; }

.m-law .p-student__list__row.is-touch .p-student__list__u_txt p:after, .m-law .p-student__list__row:hover .p-student__list__u_txt p:after {
  background-color: #8aadd8; }

.m-politics .p-student__list__row.is-touch .p-student__list__u_txt, .m-politics .p-student__list__row:hover .p-student__list__u_txt {
  background-color: #3AB484; }

.m-politics .p-student__list__row.is-touch .p-student__list__u_txt p:after, .m-politics .p-student__list__row:hover .p-student__list__u_txt p:after {
  background-color: #6bcfa8; }

.p-student__list__row.is-touch img, .p-student__list__row:hover img {
  transform: scale(1.05); }

.p-student__list__row.is-touch p, .p-student__list__row:hover p {
  color: #1a325d; }

.p-student__list__row dl {
  color: #222; }

.p-student.m-column {
  background-color: rgba(26, 50, 93, 0.1); }

.p-student.m-column .f-sw--t {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2em;
  margin-left: -5px;
  margin-right: -5px; }

.is-politics .p-student.m-column .f-sw--t {
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse; }

.p-student.m-column .p-student__list__u {
  width: 50%; }

.p-student.m-column .p-student__list__u_txt p {
  font-size: 2.1vw;
  display: none; }

.p-student.m-column .p-student__list__u_txt p:after {
  height: 5px;
  margin-top: 1em; }

.p-student.m-column .p-student__list__u_txt p span {
  display: inline-block; }

.p-student.m-column .p-student__list__row {
  display: block; }

.p-student.m-column .c-shinro {
  margin-top: .5em; }

.p-student.m-column .c-shinro small {
  line-height: 1.25;
  text-indent: -3em;
  padding-left: 3em; }

.p-student__article {
  background-color: #f8f9f9; }

.m-law .p-student__article {
  background-color: #dbe6f3; }

.m-politics .p-student__article {
  background-color: #cceee1; }

.c-main .p-student__article {
  padding-bottom: 1px; }

.p-student__article__hd {
  background-color: white;
  margin-top: -7.5em;
  padding: 1.25em 1.5em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }

.p-student__article__hd h1 {
  margin: 0;
  color: #1a325d; }

.p-student .p-student__article__hd h1 {
  font-size: 6.75vw; }

.p-student .p-student__article__hd h1 span {
  font-weight: normal; }

.p-student .p-student__article__hd p {
  font-size: 15.75px;
  font-size: 1.125rem;
  margin-bottom: 0; }

.p-student__article__hd p span {
  display: inline-block; }

.p-student__article__hd p strong {
  margin-right: .5em; }

.p-student__article__body {
  padding-top: 1.5em; }

.p-student__article__body h2 {
  color: #222;
  font-size: 26.25px;
  font-size: 1.875rem;
  line-height: 1.5; }

.p-student__parent {
  margin-top: 5em; }

.p-student__parent h2 {
  font-size: 14.875px;
  font-size: 1.0625rem;
  position: relative;
  line-height: 1; }

.p-student__parent h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  position: absolute;
  left: 0; }

.p-student__parent h2 strong {
  background-color: #fff;
  background-color: #AE9755;
  position: relative;
  padding-right: .5em;
  color: #fff;
  padding: .25em; }

.p-student__parent h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  color: #1a325d; }

.p-student__parent .c-row-p-1-3 {
  display: flex;
  flex-flow: row wrap;
  margin-left: -3%;
  margin-right: -3%; }

.p-student__parent .c-row-p-1-3 > * {
  margin-left: 3%;
  margin-right: 3%; }

.p-student__curriculum {
  text-align: center;
  margin-top: 5em;
  padding-bottom: 0;
  display: none;
  /*off*/ }

.p-student__curriculum.m-on {
  display: block; }

.p-student__curriculum__hd {
  padding-top: 90px;
  position: relative; }

.p-student__curriculum__hd:before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #6C8086;
  top: 39px; }

.p-student__curriculum__hd h2 {
  margin-top: .5em; }

.p-student__curriculum table {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  border-radius: .75em;
  overflow: hidden;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-size: 1rem;
  display: none; }

.p-student__curriculum table thead {
  background-color: #5A818C; }

.p-student__curriculum table thead th {
  width: 12.5%;
  color: #fff;
  padding-top: .75em;
  padding-bottom: .75em; }

.p-student__curriculum table tbody {
  background-color: #fff; }

.p-student__curriculum table tbody tr:first-child th, .p-student__curriculum table tbody tr:first-child td {
  border-top: none; }

.p-student__curriculum table tbody th, .p-student__curriculum table tbody td {
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  border-top: solid 1px rgba(108, 128, 134, 0.2); }

.p-student__curriculum table tbody th {
  height: 4em; }

.p-student__curriculum table tbody th small {
  color: #6C8086;
  display: inline-block; }

.p-student__curriculum table tbody td {
  border-left: solid 1px rgba(108, 128, 134, 0.2); }

.p-student__curriculum table tbody td span {
  display: inline-block;
  text-orientation: upright; }

.p-student__curriculum table.m-sm {
  display: table;
  width: 100%; }

.p-student__curriculum table.m-sm tbody th {
  height: auto;
  text-align: center; }

.p-student__curriculum table.m-sm tbody th[rowspan="5"] {
  background-color: #5A818C;
  color: #fff;
  border-top: solid 1px #eff3f4; }

.p-student__curriculum table.m-sm tbody tr:first-of-type th[rowspan="5"] {
  border-top: none; }

.p-student__1day {
  background-color: #1a325d;
  text-align: center;
  color: #fff;
  padding-top: 3em;
  position: relative;
  z-index: 1;
  background-image: url(../../student/images/bg_1day.png);
  background-attachment: fixed; }

.p-student__1day:before {
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  position: absolute;
  display: block;
  border-left: dashed 1px #6C8086;
  border-right: dashed 1px #6C8086;
  z-index: -1;
  display: none;
  /*off*/ }

.p-student__1day h1 {
  display: inline-block;
  border: solid 2px #fff;
  border-radius: 3em;
  font-size: 26.25px;
  font-size: 1.875rem;
  line-height: 1;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #1a325d;
  display: none;
  /*off*/ }

.p-student__1day__tl {
  list-style: none;
  padding-left: 0;
  display: none;
  /*off*/ }

.p-student__1day__tl__u {
  position: relative;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-top: 80px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(10%);
  transition: opacity 1s, transform .7s; }

.p-student__1day__tl__u.m-wait-mod {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0%); }

.p-student__1day__tl .c-tokei-ico {
  width: 70px;
  height: 70px;
  margin-left: -35px;
  z-index: 1; }

.p-student__1day__tl h2 {
  font-size: 26.25px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0; }

.p-student__1day__p {
  font-size: 15.75px;
  font-size: 1.125rem;
  position: relative; }

.p-student__1day__p figure {
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  border: solid 9px #fff;
  background-color: #fff;
  width: 280px; }

.p-student__1day__p figure img {
  display: block; }

.p-student__1day__p p {
  text-align: left;
  margin-top: 0; }

.p-student__1day__p.m-reverse {
  flex-direction: row-reverse;
  right: 0; }

.p-student__1day__p.m-reverse p {
  padding-right: 0; }

.p-student__1day__fin {
  margin-top: 8em;
  position: relative; }

.p-student__1day__fin__txt {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15.75px;
  font-size: 1.125rem;
  text-align: left;
  background-color: #fff;
  color: #222;
  padding: 1em 2em;
  border-radius: 1em;
  font-weight: 600;
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #1a325d;
  display: none;
  /*off*/ }

.p-student__1day__fin__img {
  text-align: right;
  position: relative;
  z-index: 1;
  padding-top: 2em; }

.p-student__1day__fin__img:before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  z-index: -1; }

.p-student__1day__fin__img img {
  display: block;
  margin-left: auto;
  margin-right: 30%;
  width: 30%; }

.p-international {
  background-color: #fff;
  position: relative;
  z-index: 1; }

.c-main .p-international {
  padding-bottom: 0; }

.p-international__hd {
  min-height: 50vh;
  position: relative; }

.p-international__hd__txt span,
.p-international__hd__txt small {
  display: inline-block; }

.p-international__hd__txt dl {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25; }

.c-main .p-international__hd__txt dt {
  margin: 0;
  font-weight: normal;
  color: #222; }

.c-main .p-international__hd__txt dd {
  margin: 0; }

.p-international__hd__face {
  width: 80px;
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 2em;
  position: relative;
  display: none; }

.p-international__hd__face span {
  border-radius: 50%;
  overflow: hidden;
  display: block; }

.p-international__hd__face img {
  display: block; }

.p-international__hd__name {
  white-space: nowrap;
  line-height: 1.25; }

.p-student .p-international__hd .p-international__hd__name {
  font-size: 12.25px;
  font-size: 0.875rem; }

.p-international .p-international__hd h1 {
  color: #1a325d;
  font-size: 4vh; }

.p-international__hd__txt__name {
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: .75em;
  padding-bottom: .75em;
  background-color: rgba(255, 255, 255, 0.8); }

.p-student .p-international__hd__txt__name p {
  font-size: 15.75px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: .5em; }

.p-international__main_s {
  margin-left: -16px;
  margin-right: -16px;
  height: 90vw;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.p-international__main_s img {
  display: block; }

.p-international__txt {
  position: relative;
  padding-top: 1em;
  padding-bottom: 2em; }

.p-international__txt__row {
  display: flex; }

.p-international__txt__main {
  width: 100%; }

.p-international__txt__img {
  display: block;
  height: 100vh;
  margin-top: 1em;
  width: 0;
  position: relative; }

.p-international__txt__img i {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background-position: center top;
  background-repeat: no-repeat;
  width: 0; }

.p-international__photos {
  background-color: #1a325d;
  padding-top: 5em;
  padding-bottom: 3em;
  position: relative;
  color: #fff;
  margin-bottom: 0; }

.p-international__photos .c-foto-swipe:after {
  background-color: #1a325d; }

.p-international__photos .c-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -2%;
  margin-right: -2%;
  align-items: center; }

.p-international__photos .c-row > * {
  margin-left: 2%;
  margin-right: 2%; }

.p-international__photos .c-row > .c-u {
  margin-bottom: 2em;
  width: 96%; }

.p-international__photos p {
  margin: 0;
  line-height: 1.25;
  font-size: 13.125px;
  font-size: 0.9375rem;
  text-align: right; }

.p-international__p_main {
  margin-top: 0; }

.c-int-dots {
  height: 14vh;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none; }

.c-int-dots:before {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "arrow_downward";
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  font-size: 84px;
  font-size: 6rem;
  color: rgba(90, 129, 140, 0.2);
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateY(-30%) translateX(-50%);
  top: 0;
  transition: opacity .5s, transform .3s; }

.is-loaded .c-int-dots:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(0%) translateX(-50%); }

.is-scrolled .c-int-dots:before {
  transform: translateY(-30%) translateX(-50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.p-grad {
  background-color: rgba(90, 129, 140, 0.05); }

.p-grad__list {
  padding-top: 2em;
  padding-bottom: 4em; }

.p-grad__list .c-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1.5%;
  margin-right: -1.5%; }

.p-grad__list .c-row > * {
  margin-left: 1.5%;
  margin-right: 1.5%; }

.p-grad__list .c-row > .c-u {
  width: 97%;
  margin-bottom: 3em; }

.p-grad__list .c-row--2 {
  display: flex;
  flex-flow: row wrap;
  margin-left: 0%;
  margin-right: 0%; }

.p-grad__list .c-row--2 > * {
  margin-left: 0%;
  margin-right: 0%; }

.p-grad__list .c-row--2 > .c-u {
  width: 100%; }

.p-grad__list .c-row--3 {
  display: flex;
  flex-flow: row wrap;
  margin-left: 0%;
  margin-right: 0%; }

.p-grad__list .c-row--3 > * {
  margin-left: 0%;
  margin-right: 0%; }

.p-grad__list .c-row--3 > .c-u {
  width: 100%; }

.p-grad__list img {
  width: 100%;
  display: block; }

.p-grad__list a {
  color: #222;
  transition: background-color 0.3s; }

.p-grad__list a:hover {
  color: #222; }

.p-grad__list a:visited {
  color: #222; }

.p-grad__list a.is-touch, .p-grad__list a:hover {
  background-color: #5a818c;
  color: #fff; }

.p-grad__list a.is-touch img, .p-grad__list a:hover img {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  transform: scale(1.05); }

.p-grad__list a.is-touch h2, .p-grad__list a:hover h2 {
  color: #fff; }

.p-grad__list a.is-touch .p-oneday__c_txt, .p-grad__list a:hover .p-oneday__c_txt {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.p-grad__list a img {
  transition: opacity 0.3s, transform 0.9s; }

.p-grad__u {
  line-height: 1.5; }

.p-grad__u__img {
  display: block;
  overflow: hidden; }

.p-grad__u__img img {
  display: block; }

.p-grad__u__txt {
  padding-left: 1.5em; }

.p-grad__u a {
  display: block;
  text-decoration: none;
  color: #222;
  padding-bottom: 1.5em; }

.p-grad__u h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  color: #1a325d;
  font-size: 4.8vw; }

.p-grad__u h3 {
  font-size: 21px;
  font-size: 1.5rem;
  margin-top: .5em;
  margin-bottom: .5em; }

.p-grad__u p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4vw; }

.p-grad__backnumber {
  text-align: center;
  font-family: "Roboto Condensed";
  color: #6C8086;
  margin-top: 2em; }

.p-grad__backnumber:before {
  content: "";
  display: block;
  width: 1px;
  height: 3em;
  background-color: rgba(108, 128, 134, 0.5);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

.p-grad .m-wait {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  transition: opacity 0.7s; }

.p-grad .m-wait.m-wait-mod {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.p-grad-message__mainimg {
  height: 64vh;
  overflow: hidden;
  width: 100%; }

.p-grad-message__mainimg img {
  max-width: none;
  display: block;
  width: 100%; }

.p-grad-message__hd {
  margin-top: -37vh;
  padding-left: 0;
  position: relative;
  padding-bottom: 2em; }

.p-grad-message__hd__txt {
  background-color: #1a325d;
  padding: 2em 4vw 2em;
  color: #fff;
  margin-left: -16px;
  margin-right: -16px; }

.c-main .p-grad-message__hd__txt h1 {
  font-size: 7vw;
  font-size: 26.25px;
  font-size: 1.875rem;
  margin-top: 0;
  margin-bottom: 1.5em; }

.p-grad-message__hd__txt h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 1.5rem; }

.p-grad-message__hd__txt p {
  margin-top: 0;
  margin-bottom: 0; }

.p-grad-message__memory {
  position: relative;
  z-index: 1;
  padding-bottom: 3em;
  color: #fff; }

.p-grad-message__memory ul {
  margin: 0; }

.p-grad-message__memory:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30vw);
  height: 60%;
  background-color: #AE9755;
  z-index: -1; }

.p-grad-message__memory h2 {
  margin-top: 1em; }

.c-main .p-grad-message__memory h2 {
  color: #fff; }

.p-grad-message__memory h3 {
  text-align: center;
  font-size: 28px;
  font-size: 2rem;
  font-weight: 300;
  margin-top: 1.25em;
  margin-bottom: .5em; }

.p-grad-message__memory h3 span {
  display: inline-block; }

.p-grad-message__memory h3 span:before, .p-grad-message__memory h3 span:after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  margin-left: .5em;
  margin-right: .5em; }

.p-grad-message__memory__photos {
  padding-left: 0;
  list-style-type: none;
  width: 100%;
  height: 54vw;
  position: relative; }

.p-grad-message__memory__photos li {
  margin: 0;
  background-size: cover;
  background-position: center;
  position: absolute;
  background-color: #fff; }

.p-grad-message__memory__photos li p {
  position: absolute;
  bottom: 0;
  background-color: rgba(26, 50, 93, 0.9);
  line-height: 1.5;
  padding: .25em; }

.p-grad-message__memory__photos.p-mess-1-p {
  height: 54vw; }

.p-grad-message__memory__photos.p-mess-1-p .c-ph_1 {
  left: 0;
  top: 0;
  width: 33.3333%;
  height: 54vw; }

.p-grad-message__memory__photos.p-mess-1-p .c-ph_2 {
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 36vw; }

.p-grad-message__memory__photos.p-mess-1-p .c-ph_3 {
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 18vw; }

.p-grad-message__memory__photos.p-mess-1-p .c-ph_4 {
  left: 66.6666%;
  top: 18vw;
  width: 33.3333%;
  height: 36vw; }

.p-grad-message__memory__photos.p-mess-1-p .c-ph_5 {
  left: 33.3333%;
  top: 36vw;
  width: 33.3333%;
  height: 18vw; }

.p-grad-message__memory__photos.p-mess-2-p {
  height: 36vw; }

.p-grad-message__memory__photos.p-mess-2-p .c-ph_1 {
  left: 0;
  top: 0;
  width: 33.3333%;
  height: 36vw; }

.p-grad-message__memory__photos.p-mess-2-p .c-ph_2 {
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 36vw; }

.p-grad-message__memory__photos.p-mess-2-p .c-ph_3 {
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 36vw; }

.p-oneday {
  position: relative; }

.p-oneday .p-article-body__txt-def {
  padding-bottom: 0;
  padding-top: 0; }

.p-oneday .p-article-body__txt-def:before {
  content: "";
  display: block;
  width: 100%;
  height: 55vw;
  max-height: calc(100vh - 132px - 17vh); }

.p-oneday__u a {
  display: block;
  background-color: #fff;
  position: relative; }

.p-oneday__u img {
  width: 100%; }

.p-oneday__img {
  position: relative;
  width: 50%;
  overflow: hidden;
  background-color: #5A818C; }

.p-oneday__c_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 3vw;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  color: #fff; }

.p-oneday__c_txt p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 2.5vw;
  margin-top: 0;
  line-height: 1.5; }

.p-oneday__txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 3vw; }

.p-oneday__txt h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  font-size: 15.75px;
  font-size: 1.125rem;
  color: #1a325d; }

.p-oneday__txt h2 span {
  display: inline-block; }

.p-oneday__txt h3 {
  font-size: 5vw;
  margin-top: .5vw;
  margin-bottom: 1vw; }

.p-oneday__txt p {
  font-size: 2.5vw;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5; }

.p-oneday__txt p strong {
  font-size: 2vw; }

.p-oneday__mainimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #5A818C; }

.p-oneday__mainimg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  transform-origin: left top;
  transform: skewY(-3deg); }

.p-oneday__mainimg img {
  width: 100%;
  display: block; }

.p-oneday__myjob {
  position: relative;
  padding-top: 4em;
  color: #fff;
  padding-bottom: 5em;
  z-index: 1; }

.p-oneday__myjob:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.p-oneday__myjob:before {
  height: 100%;
  transform: skewY(-2deg);
  background-color: rgba(20, 39, 73, 0.95); }

.p-oneday__myjob h2 {
  color: #fff; }

.p-oneday__myjob h2 span {
  display: inline-block; }

.p-oneday__myjob__hd {
  text-align: center; }

.p-oneday__myjob__hd__name {
  display: inline-block;
  text-align: left; }

.c-main .p-oneday__myjob__hd__name h1 {
  font-size: 26.25px;
  font-size: 1.875rem; }

.p-oneday__myjob__hd__name h1 small {
  display: block;
  font-weight: normal;
  font-size: .5em;
  color: #5A818C; }

.p-oneday__myjob__hd__name dl {
  line-height: 1.4; }

.p-oneday__myjob__hd__name dl dt {
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal; }

.p-oneday__myjob__hd__name dl dd {
  margin-left: 0;
  font-size: 12.25px;
  font-size: 0.875rem; }

.p-oneday__myjob__hd__name dl.u-line {
  margin-bottom: .5em;
  margin-top: .5em; }

.p-oneday__myjob__hd__name dl.u-line dt {
  font-size: 12.25px;
  font-size: 0.875rem; }

.p-oneday__myjob__hd__name dl.u-line dd {
  margin-left: .25em; }

.p-oneday__myjob__hd p {
  font-size: 14px;
  font-size: 1rem; }

.p-oneday__myjob__hd p strong {
  font-size: 13.125px;
  font-size: 0.9375rem; }

.p-oneday__myjob__hd__en p {
  color: #5A818C;
  font-size: 26.25px;
  font-size: 1.875rem;
  font-family: "Roboto Condensed";
  font-weight: 600; }

.p-oneday__myjob__txt {
  padding-top: 1em; }

.p-oneday__myjob__txt h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  line-height: 1.5;
  margin-top: .5em;
  font-size: 26.25px;
  font-size: 1.875rem; }

.p-oneday__myjob__txt a {
  color: #fff; }

.p-oneday__myjob__txt a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.p-oneday__schedule {
  text-align: center;
  position: relative;
  padding-top: 5em;
  z-index: 1; }

.c-main .p-oneday__schedule p {
  text-align: center; }

.p-oneday__schedule:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-color: rgba(108, 128, 134, 0.04);
  transform: skewY(3deg);
  transform-origin: top left; }

.p-oneday__schedule__hd {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%; }

.p-oneday__schedule__hd h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding: .25em;
  background-color: rgba(90, 129, 140, 0.1); }

.c-main .p-oneday__schedule__hd h1 {
  font-size: 15.75px;
  font-size: 1.125rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", Meiryo, "MS PGOTHIC", Arial, sans-serif; }

.p-oneday__schedule__hd p {
  font-family: "Roboto"; }

.p-oneday__schedule__start {
  font-size: 49px;
  font-size: 3.5rem;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: #1a325d; }

.p-oneday__schedule__start:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "arrow_downward";
  display: block;
  line-height: 1;
  margin: 0;
  color: rgba(90, 129, 140, 0.3); }

.p-oneday__schedule__body {
  position: relative; }

.p-oneday__schedule__body ul {
  list-style: none;
  padding-left: 0; }

.p-oneday__schedule__tl {
  padding-bottom: 6em;
  padding-left: 0;
  margin-bottom: 0; }

.p-oneday__schedule__tl .f-sw {
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.p-oneday__schedule__tl .f-sw--w {
  position: relative; }

.p-oneday__schedule__tl li {
  position: relative; }

.p-oneday__schedule__tl li:not(:last-child):after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "expand_more";
  font-weight: 300;
  font-size: 49px;
  font-size: 3.5rem;
  color: rgba(90, 129, 140, 0.2);
  line-height: 1;
  margin: 0; }

.p-oneday__schedule__tl h2 {
  font-weight: 300;
  font-family: "Roboto";
  font-size: 49px;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 0;
  margin-top: .5em;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: .5em;
  padding-left: .5em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9); }

.p-oneday__schedule__tl h2:before {
  content: "";
  display: block;
  width: 100%;
  height: .5em;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-color: rgba(90, 129, 140, 0.1); }

.p-oneday__schedule__tl h3 {
  margin-top: .75em;
  margin-bottom: .5em; }

.p-oneday__schedule__tl h3 + p {
  margin-top: .5em; }

.p-oneday__schedule__tl h3 span {
  display: inline-block; }

.p-oneday__point {
  background-color: #5A818C;
  padding-bottom: 5em;
  padding-top: 5em; }

.p-oneday__point__hd {
  text-align: center; }

.p-oneday__point__hd h1 {
  margin-top: 0;
  margin-bottom: 2em;
  display: inline-block;
  border-radius: 50%;
  position: relative; }

.c-main .p-oneday__point__hd h1 {
  font-size: 21px;
  font-size: 1.5rem;
  color: #fff; }

.p-oneday__point__hd h1:before, .p-oneday__point__hd h1:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #fff;
  bottom: 0;
  margin-left: 1.5em;
  margin-right: 1.5em; }

.p-oneday__point__hd h1:before {
  right: 100%; }

.p-oneday__point__hd h1:after {
  left: 100%; }

.p-oneday__point__hd strong {
  font-weight: 300;
  display: block;
  font-size: 36.75px;
  font-size: 2.625rem; }

.p-oneday__point__body {
  display: flex;
  flex-flow: row wrap;
  margin-left: -3%;
  margin-right: -3%;
  justify-content: center; }

.p-oneday__point__body > * {
  margin-left: 3%;
  margin-right: 3%; }

.p-oneday__point__txt {
  width: 90%;
  color: #fff;
  font-weight: 600; }

.p-oneday__flow-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: -40vh;
  z-index: 1; }

.p-oneday__flow-img ~ div {
  z-index: 2; }

.p-oneday__flow-img.m-l {
  text-align: left; }

.p-oneday__flow-img.m-r {
  text-align: right; }

.p-oneday__flow-img img {
  width: 25vw; }

.p-oneday-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.p-oneday-text .i-u {
  width: 25%; }

.p-oneday-text .i-u a {
  text-decoration: none;
  padding: 1.5em;
  height: 100%;
  display: flex;
  flex-direction: column; }

.p-oneday-text .i-u a:hover {
  background-color: #5a818c; }

.p-oneday-text .i-u h3 {
  margin-top: 0;
  margin-bottom: .5em; }

.p-oneday-text .i-u p.i-edu {
  margin-bottom: .5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 3em;
  font-size: 2vw; }

.p-oneday-text .i-u p.i-sum {
  margin-top: .5em;
  font-size: 2vw; }

.m-txt-tick-txt-place {
  position: relative; }

.m-txt-tick-txt-place ul {
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  margin: 0;
  height: calc(100vh - 70px); }

.m-txt-tick-txt-place li {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 50%;
  left: 32%;
  transform: translateY(80%);
  pointer-events: all;
  max-height: calc(100vh - 70px - 240px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.m-txt-tick-txt-place li:nth-child(2n) {
  left: 37%; }

.m-txt-tick-txt-place li:nth-child(3n) {
  left: 42%; }

.m-txt-tick-txt-place li.is-start {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateY(50%);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.m-txt-tick-txt-place li.is-start.is-end {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(30%);
  transition: opacity 0.5s, transform 3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.m-txt-tick-txt-place li span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 14px;
  line-height: 1.5;
  font-feature-settings: 'pkna';
  letter-spacing: 0.03em;
  border-radius: 5px;
  word-break: break-all;
  max-height: calc(100vh - 70px - 360px);
  transform: translateX(-50%); }

.p-prof__hd {
  background-color: #5a818c; }

.p-prof__hd h1, .p-prof__hd h2 {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(0, 0, 0, 0.3); }

.p-prof__hd h1 {
  font-size: 43.75px;
  font-size: 3.125rem; }

.p-prof__hd h1 small {
  font-size: 14px;
  font-size: 1rem;
  display: block; }

.p-prof__hd h2 {
  font-size: 21px;
  font-size: 1.5rem; }

.p-prof__hd p {
  color: #fff;
  margin: 0;
  display: inline-block;
  line-height: 1.1;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(0, 0, 0, 0.3); }

.p-prof__hd .p-article-hd__lng {
  transform-origin: left;
  transform: scaleX(0.9); }

.p-prof__hd .p-article-hd__img {
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
  position: relative; }

.p-prof__hd .p-article-hd__img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  z-index: 1; }

.p-prof__hd .p-article-hd__txt {
  z-index: 2; }

.p-prof__hd img {
  width: calc(100% + 192px);
  max-width: none;
  margin-left: -4vw;
  transform-origin: center top; }

.p-prof__basic {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: rgba(108, 128, 134, 0.1);
  font-size: 12.25px;
  font-size: 0.875rem; }

.p-prof__basic dl {
  display: flex;
  margin-top: .75em;
  margin-bottom: .75em; }

.p-prof__basic dt {
  width: 9em;
  flex-shrink: 0; }

.p-prof__basic dd {
  margin-left: 0; }

.p-prof__auth {
  background-color: rgba(174, 151, 85, 0.1);
  padding-top: 2em;
  padding-bottom: 2em; }

.p-prof__auth h2 {
  font-size: 15.75px;
  font-size: 1.125rem; }

.p-prof__auth h3, .p-prof__auth h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: .5em;
  margin-top: 2em; }

.p-prof__auth h3 small, .p-prof__auth h4 small {
  font-weight: normal; }

.p-prof__auth p {
  margin-top: .5em; }

.p-prof__book ul {
  list-style: none;
  padding-left: 0; }

.p-prof__book ul > li {
  display: inline-block;
  padding-right: 1em;
  max-width: 49%; }

.p-prof__book img {
  border: solid 1px #ddd;
  width: 160px; }

app.c-live-filter {
  display: block;
  background-color: rgba(90, 129, 140, 0.15);
  border-top: solid 1px #6C8086; }

app.c-live-filter .p-filter-tool {
  margin-bottom: 2em;
  /**/ }

app.c-live-filter .p-filter-tool__row {
  margin-bottom: 1em;
  margin-left: -16px;
  margin-right: -16px; }

app.c-live-filter .p-filter-tool__row select {
  width: 100%; }

app.c-live-filter .p-filter-tool__dep, app.c-live-filter .p-filter-tool__major, app.c-live-filter .p-filter-tool__key {
  background-color: #1a325d;
  height: 44px;
  overflow: hidden;
  border-bottom: solid 1px rgba(108, 128, 134, 0.15);
  transition: background-color 0.2s; }

app.c-live-filter .p-filter-tool__dep {
  text-align: center; }

app.c-live-filter .p-filter-tool__dep_list {
  list-style: none;
  padding: 0;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 14px;
  width: 100%; }

app.c-live-filter .p-filter-tool__dep_list li {
  flex-grow: 1;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold; }

app.c-live-filter .p-filter-tool__dep label {
  height: 44px;
  display: block;
  color: #fff;
  line-height: 44px;
  transition: background-color 0.2s; }

app.c-live-filter .p-filter-tool__dep label:hover {
  background-color: rgba(26, 50, 93, 0.5); }

app.c-live-filter .p-filter-tool__dep label span {
  display: block;
  white-space: nowrap;
  transform: scaleX(0.8); }

app.c-live-filter .p-filter-tool__dep input[type="radio"] {
  visibility: hidden;
  position: absolute; }

app.c-live-filter .p-filter-tool__dep input[type="radio"]:checked + label {
  font-weight: bold;
  background-color: #213f75; }

app.c-live-filter .p-filter-tool__major {
  position: relative; }

app.c-live-filter .p-filter-tool__major.is-current {
  background-color: #213f75; }

app.c-live-filter .p-filter-tool__major select {
  height: 44px;
  border: none;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  padding-left: 1.5em;
  padding-right: 3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 0;
  font-size: 14px;
  font-size: 1rem;
  transition: font-size .2s;
  transition: background-color 0.2s; }

app.c-live-filter .p-filter-tool__major select::-ms-expand {
  display: none; }

app.c-live-filter .p-filter-tool__major select option {
  color: #000;
  background-color: #f5f5f5; }

app.c-live-filter .p-filter-tool__major select:active {
  font-weight: normal;
  font-size: 16px; }

app.c-live-filter .p-filter-tool__major select:focus {
  font-weight: normal;
  font-size: 16px; }

app.c-live-filter .p-filter-tool__major select:hover {
  background-color: rgba(26, 50, 93, 0.5); }

app.c-live-filter .p-filter-tool__major button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  pointer-events: none; }

app.c-live-filter .p-filter-tool__major button:before, app.c-live-filter .p-filter-tool__major button:after {
  position: absolute;
  width: 100%;
  line-height: 0;
  top: 50%;
  right: 0;
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  text-indent: 0;
  font-size: 26.25px;
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  margin-right: 0; }

app.c-live-filter .p-filter-tool__major button:before {
  content: "arrow_drop_down";
  margin-top: .2em; }

app.c-live-filter .p-filter-tool__major button:after {
  content: "arrow_drop_up";
  margin-top: -.2em; }

app.c-live-filter .p-filter-tool__key {
  color: #fff;
  position: relative; }

app.c-live-filter .p-filter-tool__key.is-current {
  background-color: #213f75; }

app.c-live-filter .p-filter-tool__key.is-current button.p-filter-tool__key_change {
  display: none; }

app.c-live-filter .p-filter-tool__key.is-current button.p-filter-tool__key_clear {
  display: block; }

app.c-live-filter .p-filter-tool__key input {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  padding: .5em 3.5em .5em 1.5em;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-size: 1rem;
  transition: font-size .2s;
  transition: background-color 0.2s; }

app.c-live-filter .p-filter-tool__key input:focus, app.c-live-filter .p-filter-tool__key input:active {
  font-weight: normal;
  font-size: 16px; }

app.c-live-filter .p-filter-tool__key input::-ms-clear {
  display: none;
  visibility: hidden; }

app.c-live-filter .p-filter-tool__key input:hover {
  background-color: rgba(26, 50, 93, 0.5); }

app.c-live-filter .p-filter-tool__key button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  transition: background-color 0.2s; }

app.c-live-filter .p-filter-tool__key button:hover {
  background-color: rgba(26, 50, 93, 0.5); }

app.c-live-filter .p-filter-tool__key button:before {
  text-indent: 0;
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  position: absolute;
  line-height: 0;
  top: 50%;
  right: 0;
  font-size: 26.25px;
  font-size: 1.875rem;
  width: 100%;
  height: 100%;
  margin-right: 0; }

app.c-live-filter .p-filter-tool__key_change:before {
  content: "search"; }

app.c-live-filter .p-filter-tool__key_clear {
  display: none; }

app.c-live-filter .p-filter-tool__key_clear:before {
  content: "clear"; }

app.c-live-filter .p-filter-tool__showh {
  justify-content: space-between;
  align-items: center;
  display: none;
  border-bottom: solid 1px #bbb; }

app.c-live-filter .p-filter-tool__showh h2 {
  font-size: 15.75px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0; }

app.c-live-filter .p-filter-tool__showh__sw button {
  border: none;
  background-color: transparent;
  color: #1a325d;
  text-indent: -9999px;
  position: relative;
  width: 44px;
  height: 44px; }

app.c-live-filter .p-filter-tool__showh__sw button:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "search";
  text-indent: 0;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 0;
  font-size: 31.5px;
  font-size: 2.25rem;
  transition: opacity .2s; }

app.c-live-filter .p-filter-tool__showh__sw button i {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #1a325d;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2s; }

app.c-live-filter .p-filter-tool__showh__sw button i:first-of-type {
  transform: rotate(45deg); }

app.c-live-filter .p-filter-tool__showh__sw button i:last-of-type {
  transform: rotate(-45deg); }

app.c-live-filter .p-currencys {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0s;
  padding-top: 1em; }

app.c-live-filter .p-currencys.is-show {
  transition: opacity .3s .05s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

app.c-live-filter .p-messages {
  display: none; }

app.c-live-filter .p-h_key {
  visibility: hidden;
  position: fixed;
  height: 0;
  width: 0; }

app.c-live-filter footer {
  color: #ccc;
  padding: 1em; }

.c-details-tool .c-live-filter .p-filter-tool {
  margin-bottom: .5em;
  margin-top: 25px; }

.c-details-tool .c-live-filter .p-filter-tool__row {
  height: 0;
  width: 0;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0;
  transition: height .2s, margin-bottom .2s, margin-top .2s; }

.c-details-tool .c-live-filter .p-filter-tool.is-show .p-filter-tool__showh__sw button:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.c-details-tool .c-live-filter .p-filter-tool.is-show .p-filter-tool__showh__sw i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-details-tool .c-live-filter .p-filter-tool__showh {
  display: flex; }

.c-details-tool .c-live-filter .p-currencys .theme,
.c-details-tool .c-live-filter .p-currencys .sub {
  display: none; }

.c-details-tool .c-live-filter .p-messages {
  display: block;
  padding-top: 1em;
  padding-bottom: 2em; }

.c-details-tool .c-live-filter .p-messages h2 {
  text-align: left;
  font-size: 15.75px;
  font-size: 1.125rem;
  border-bottom: solid 1px #bbb; }

.c-details-tool .c-live-filter .p-messages ul {
  list-style: none;
  padding-left: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0; }

.c-details-tool .c-live-filter .p-messages li {
  margin-right: 1.5em;
  margin-left: 1.5em;
  margin-bottom: .75em; }

.c-details-tool .c-live-filter .p-messages a {
  text-decoration: none;
  font-size: 15.75px;
  font-size: 1.125rem;
  text-align: right;
  line-height: 1; }

.c-details-tool .c-live-filter .p-messages a:hover span, .c-details-tool .c-live-filter .p-messages a.is-current span {
  background-color: #1a325d;
  color: #fff; }

.c-details-tool .c-live-filter .p-messages a small {
  color: #222;
  font-size: 10.5px;
  font-size: 0.75rem;
  white-space: nowrap; }

currency {
  display: block;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff;
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 2em;
  transition: box-shadow .3s; }

currency:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

currency img {
  display: block; }

currency p {
  line-height: 1.5; }

currency a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 8.75px;
  padding: .625rem;
  height: 100%;
  box-sizing: border-box; }

currency img {
  width: 100%; }

currency .message {
  display: block;
  font-size: 14px;
  font-size: 1rem;
  font-feature-settings: 'palt';
  color: #1a325d;
  margin-top: .5em;
  line-height: 1.3; }

currency .dep {
  font-size: 10.5px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: .25em;
  line-height: 1.25; }

currency .major,
currency .theme,
currency .sub {
  font-size: 10.5px;
  font-size: 0.75rem; }

currency .theme,
currency .sub {
  display: none; }

currency .name {
  font-size: 19.25px;
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1.25; }

currency .major {
  display: flex; }

currency dl {
  margin-top: 0;
  margin-bottom: .75em; }

currency dt {
  font-weight: bold;
  flex-shrink: 0;
  white-space: nowrap;
  transform-origin: left; }

currency dd {
  margin-left: 0; }

.p-article-body__row .c-aside .c-details-tool .c-live-filter .p-messages ul {
  display: block;
  line-height: 1.25; }

.p-article-body__row .c-aside .c-details-tool .c-live-filter .p-messages li {
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 1em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  padding-bottom: .25em; }

.p-article-body__row .c-aside .c-details-tool .c-live-filter .p-messages a {
  font-size: 12.25px;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.p-article-body__row .c-aside .c-details-tool .c-live-filter .p-messages a span {
  display: block;
  text-align: left;
  line-height: 1.15;
  padding-right: 1em; }

.p-article-body__row .c-aside .c-details-tool .c-live-filter .p-messages a small {
  font-size: .75em;
  display: block;
  flex-shrink: 0; }

.p-article-body__row .c-aside .c-details-tool .c-live-filter .p-messages a:hover, .p-article-body__row .c-aside .c-details-tool .c-live-filter .p-messages a.is-current {
  background-color: #1a325d; }

.p-article-body__row .c-aside .c-details-tool .c-live-filter .p-messages a:hover small, .p-article-body__row .c-aside .c-details-tool .c-live-filter .p-messages a.is-current small {
  color: #fff; }

.p-index {
  position: relative;
  z-index: 1; }

.p-index h2 {
  line-height: 1.4;
  font-size: 6vw; }

.p-index h2 span {
  display: block; }

.p-index__catch {
  padding-top: 5vh;
  padding-bottom: 15vh; }

.p-index__catch p {
  line-height: 1;
  font-size: 6vw;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  margin: 0; }

.p-index__catch p strong {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  padding: 1.5vw 2.5vw;
  margin-left: -2.5vw; }

.p-index__catch p strong span {
  display: block;
  margin-bottom: .1em; }

.p-index__catch + .p-article-body__aside .c-sec-nav {
  top: 22px; }

.p-index__main {
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: hidden;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.94) 0%, #fafafa 100%); }

.p-index__main a:hover {
  color: #274a89; }

.p-index__main a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.p-index__main a:hover h2:after {
  color: #274a89; }

.p-index__main__read {
  font-size: 15.75px;
  font-size: 1.125rem;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 2em; }

.p-index__main .c-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -2%;
  margin-right: -2%;
  justify-content: center; }

.p-index__main .c-row > * {
  margin-left: 2%;
  margin-right: 2%; }

.p-index__main .c-row > .c-u {
  width: 96%; }

.p-index__main__u {
  margin-bottom: 3em;
  background-color: #fff;
  padding: 2.5em;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 1;
  padding: 4.5vw; }

.p-index__main__u:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: solid 1px #BAA055;
  z-index: 1;
  pointer-events: none; }

.p-index__main__u h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-weight: 300;
  position: relative;
  color: #1a325d;
  margin-bottom: .5em; }

.p-index__main__u_catch {
  line-height: 1.25; }

.p-index__main__u_catch strong {
  display: block;
  color: #213f75; }

.p-index__main__u h3 a:hover:after {
  color: #274a89; }

.p-index__main__u p {
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1.5; }

.p-index__main__u_img {
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
  background-color: #1a325d;
  margin-left: -4.5vw;
  margin-right: -4.5vw;
  margin-top: -4.5vw; }

.p-index__main__u img {
  display: block;
  max-width: none;
  width: 100%;
  transition: opacity .2s; }

.p-index__mid {
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 1; }

.p-index__mid h2 {
  font-size: 31.5px;
  font-size: 2.25rem; }

.p-index__mid h2 small {
  font-size: .6em;
  color: #AE9755; }

.p-index__mid .c-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -4%;
  margin-right: -4%; }

.p-index__mid .c-row > * {
  margin-left: 4%;
  margin-right: 4%; }

.p-index__mid .c-row > .c-u {
  width: 92%; }

.p-index__mid__u {
  margin-top: 2.5em; }

.p-index__mid__u_hd {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: rgba(26, 50, 93, 0.97); }

.p-index__mid__u_hd h3 {
  line-height: 1.25;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  margin-bottom: .75em;
  letter-spacing: 0.05em; }

.p-index__mid__u_hd h3 small {
  display: block;
  margin-bottom: .25em;
  font-weight: 300;
  color: #fff;
  font-size: 21px;
  font-size: 1.5rem; }

.p-index__mid__u_hd h3 strong {
  font-size: 63px;
  font-size: 4.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  font-weight: 300;
  line-height: 1.1; }

.p-index__mid__u_hd h3 strong + small {
  font-size: 13.125px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-top: .5em; }

.p-index__mid__u_hd h3:after {
  content: "";
  display: block;
  width: 12em;
  height: 2px;
  background-color: #AE9755;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 1.25em; }

.p-index__mid__u_body {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
  background-color: rgba(255, 255, 255, 0.97);
  text-align: left;
  color: #222; }

.p-index__mid__u.m-law .p-index__mid__u_hd {
  background-color: rgba(81, 133, 197, 0.97); }

.p-index__mid__u.m-law [class*="c-button"] {
  background-color: #5185C5; }

.p-index__mid__u.m-law [class*="c-button"]:hover {
  background-color: #6492cb; }

.p-index__mid__u.m-law .p-index__mid__u_hd {
  background-color: rgba(81, 133, 197, 0.97); }

.p-index__mid__u.m-law [class*="c-button"] {
  background-color: #5185C5; }

.p-index__mid__u.m-law [class*="c-button"]:hover {
  background-color: #6492cb; }

.p-index__mid__u.m-politics .p-index__mid__u_hd {
  background-color: rgba(58, 180, 132, 0.97); }

.p-index__mid__u.m-politics [class*="c-button"] {
  background-color: #3AB484; }

.p-index__mid__u.m-politics [class*="c-button"]:hover {
  background-color: #45c391; }

.p-index__mid__fig {
  padding-top: 1em;
  padding-bottom: 2em;
  text-align: center; }

.p-index__mid__fig_row {
  display: flex;
  justify-content: center;
  align-items: center; }

.p-index__mid__fig h3 {
  line-height: 1.15; }

.p-index__mid__fig h3 small {
  display: block;
  margin-bottom: .5em;
  font-size: .6em; }

.p-index__mid__fig h3 strong {
  display: block;
  font-size: 3.6vw; }

.p-index__mid__fig ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  line-height: 1.25;
  position: relative;
  font-size: 2.4vw; }

.p-index__mid__fig ul:before, .p-index__mid__fig ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #6C8086;
  transform: translateX(-50%) translateY(-50%); }

.p-index__mid__fig ul:before {
  height: 4px;
  width: 2em; }

.p-index__mid__fig ul:after {
  width: 4px;
  height: 2em; }

.p-index__mid__fig li {
  background-color: #5A818C;
  border-radius: 50%;
  margin-left: 1.5em;
  margin-right: 1.5em;
  width: 16vw;
  height: 16vw; }

.p-index__mid__fig li:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.p-index__mid__fig li strong {
  vertical-align: middle;
  display: inline-block; }

.p-index__mid__fig.m-feature {
  background-color: #f8f9f9; }

.p-index__mid__fig.m-feature h3 small {
  display: block;
  margin-bottom: .5em;
  font-size: .6em; }

.p-index__mid__fig.m-feature h3 strong {
  display: block;
  font-size: 3.6vw; }

.p-index__mid__fig.m-feature ul {
  font-size: 2.4vw; }

.p-index__mid__fig.m-feature li {
  width: 16vw;
  height: 16vw; }

.p-index__mid__fig.m-feature li strong {
  color: #fff; }

.p-index__basic {
  background-color: #f7f7f7;
  padding-top: 3em;
  padding-bottom: 3em; }

.p-index__basic_list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  margin-left: -2%;
  margin-right: -2%; }

.p-index__basic_list > * {
  margin-left: 2%;
  margin-right: 2%; }

.p-index__basic_list > li {
  width: 46%;
  background-color: #fff; }

.p-index__basic_list a {
  display: block;
  padding-bottom: 1em;
  text-decoration: none;
  font-weight: 600; }

.p-index__basic_list img {
  display: block;
  margin-bottom: 1em; }

.p-movie {
  background-image: linear-gradient(-180deg, #F9F9F9 0%, #E2E2E2 100%); }

.p-movie .p-article-body__txt-def {
  padding-top: 0;
  padding-bottom: 1em; }

.androidphone .p-movie .p-article-body__txt-def,
.iphone .p-movie .p-article-body__txt-def {
  overflow: hidden;
  height: 0; }

.p-movie__u {
  display: none; }

.p-movie__u.is-show {
  display: block; }

.p-movie__hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap; }

.p-movie__hd h1 {
  margin-bottom: 0; }

.p-movie__hd h1 small {
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", Meiryo, "MS PGOTHIC", Arial, sans-serif;
  font-size: 15.75px;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #1a325d;
  color: #fff;
  padding: .25em .4em;
  border-radius: .2em;
  line-height: 1;
  letter-spacing: 0; }

.p-movie__hd h1 small.mdf-politics {
  background-color: #3AB484; }

.p-movie__hd h1 small.mdf-law {
  background-color: #5185C5; }

.p-movie__hd h1 strong {
  display: block;
  margin-top: .2em; }

.p-movie__hd p {
  font-size: 15.75px;
  font-size: 1.125rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times;
  margin-top: .5em;
  margin-bottom: 0; }

.p-movie__body {
  padding-top: 1.5em;
  padding-bottom: 1em;
  width: 928px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.p-movie__body iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.p-movie__body__in {
  position: relative;
  z-index: 1;
  padding-top: 56.2%;
  width: 100%; }

.p-movie__body__in:before {
  content: "";
  display: block;
  width: 90%;
  height: 60px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.26);
  left: 5%;
  position: absolute;
  bottom: 0;
  z-index: -1; }

.p-movie-menu {
  background-color: #F7F7F7;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  order: 3;
  width: 100%; }

.p-movie-menu__row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1.68%;
  margin-right: -1.68%; }

.p-movie-menu__row > * {
  margin-left: 1.68%;
  margin-right: 1.68%; }

.p-movie-menu__u {
  cursor: pointer;
  width: 46.64%; }

.p-movie-menu figure {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: #1a325d; }

.p-movie-menu figure img {
  display: block;
  width: 100%; }

.p-movie-menu figure:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "play_circle_outline";
  position: absolute;
  top: .25em;
  right: 0;
  line-height: 1;
  font-size: 26.25px;
  font-size: 1.875rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.p-movie-menu figure:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: solid 4px #5A818C;
  left: 0;
  top: 0;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.p-movie-menu__text {
  margin-top: .75em; }

.p-movie-menu__text dt {
  font-size: 11.375px;
  font-size: 0.8125rem;
  font-weight: bold; }

.p-movie-menu__text dd {
  margin-left: 0;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1.5; }

.p-movie-menu__text dd strong {
  font-size: 14px;
  font-size: 1rem;
  display: block; }

.p-movie-menu__text dd small {
  font-size: 12.25px;
  font-size: 0.875rem;
  letter-spacing: 0; }

.p-movie-menu .badge-new {
  background-color: #f00;
  color: #fff;
  margin-left: .5em;
  font-size: 10.5px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: .2em;
  line-height: 1;
  border-radius: .2em;
  display: inline-block;
  position: relative;
  top: -.1em; }

.fl-left {
  float: left; }

.u-bgc-accc-1 {
  background-color: #53a0d6 !important;
  color: #fff !important; }

.u-bgc-accc-2 {
  background-color: #81ad2c !important;
  color: #fff !important; }

.u-bgc-accc-3 {
  background-color: #ee8b0f !important;
  color: #fff !important; }

.u-bgc-third-sl {
  background-color: #f8f9f9; }

.u-fig-fl--r {
  float: right;
  margin-left: 3em; }

.u-ol-marusu {
  list-style: none;
  text-indent: -1em; }

.ext-link-icon {
  font-size: 1em;
  margin-left: .25em;
  transform: rotate(-45deg);
  color: #1a325d; }

.ext-link-icon.before {
  margin-left: 0;
  margin-right: .25em; }

.u-mt--0 {
  margin-top: 0 !important; }

.u-mt--0_25 {
  margin-top: .25em !important; }

.u-mt--0_5 {
  margin-top: .5em !important; }

.u-mt--0_75 {
  margin-top: .75em !important; }

.u-mt--1 {
  margin-top: 1em !important; }

.u-mt--1_25 {
  margin-top: 1.25em !important; }

.u-mt--1_5 {
  margin-top: 1.5em !important; }

.u-mt--1_75 {
  margin-top: 1.75em !important; }

.u-mt--2 {
  margin-top: 2em !important; }

.u-mt--2_25 {
  margin-top: 2.25em !important; }

.u-mt--2_5 {
  margin-top: 2.5em !important; }

.u-mt--2_75 {
  margin-top: 2.75em !important; }

.u-mt--3 {
  margin-top: 3em !important; }

.u-mt--3_25 {
  margin-top: 3.25em !important; }

.u-mt--3_5 {
  margin-top: 3.5em !important; }

.u-mt--3_75 {
  margin-top: 3.75em !important; }

.u-mt--4 {
  margin-top: 4em !important; }

.u-mt--5 {
  margin-top: 5em !important; }

/**/
.u-mb--0 {
  margin-bottom: 0 !important; }

.u-mb--0_25 {
  margin-bottom: .25em !important; }

.u-mb--0_25 {
  margin-bottom: .5em !important; }

.u-mb--0_75 {
  margin-bottom: .75em !important; }

.u-mb--1 {
  margin-bottom: 1em !important; }

.u-mb--1_25 {
  margin-bottom: 1.25em !important; }

.u-mb--1_5 {
  margin-bottom: 1.5em !important; }

.u-mb--1_75 {
  margin-bottom: 1.75em !important; }

.u-mb--2 {
  margin-bottom: 2em !important; }

.u-mb--2_25 {
  margin-bottom: 2.25em !important; }

.u-mb--2_5 {
  margin-bottom: 2.5em !important; }

.u-mb--2_75 {
  margin-bottom: 2.75em !important; }

.u-mb--3 {
  margin-bottom: 3em !important; }

.u-mb--3_25 {
  margin-bottom: 3.25em !important; }

.u-mb--3_5 {
  margin-bottom: 3.5em !important; }

.u-mb--3_75 {
  margin-bottom: 3.75em !important; }

.u-mb--4 {
  margin-bottom: 4em !important; }

/*R*/
.mr--1 {
  margin-right: 1em !important; }

.mr--1_25 {
  margin-right: 1.25em !important; }

.mr--1_5 {
  margin-right: 1.5em !important; }

.mr--1_75 {
  margin-right: 1.75em !important; }

.mr--2 {
  margin-right: 2em !important; }

[class*="u-va--"]:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0; }

[class*="u-va--"] .u-va__u {
  display: inline-block; }

.u-va--middle:before {
  vertical-align: middle; }

.u-va--middle .u-va__u {
  vertical-align: middle; }

.u-va--bottom:before {
  vertical-align: bottom; }

.u-va--bottom .u-va__u {
  vertical-align: bottom; }

.u-ta--center {
  text-align: center; }

.u-ta--left {
  text-align: left; }

.c-main .u-ta--right {
  text-align: right; }

.u-minfont {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", HGS明朝E, serif, Georgia, "Times New Roman", Times; }

.u-fs--10 {
  font-size: 8.75px;
  font-size: 0.625rem; }

.u-fs--11 {
  font-size: 9.625px;
  font-size: 0.6875rem; }

.u-fs--12 {
  font-size: 10.5px;
  font-size: 0.75rem; }

.u-fs--13 {
  font-size: 11.375px;
  font-size: 0.8125rem; }

.u-fs--14 {
  font-size: 12.25px;
  font-size: 0.875rem; }

.u-fs--15 {
  font-size: 13.125px;
  font-size: 0.9375rem; }

.u-fs--16 {
  font-size: 14px;
  font-size: 1rem; }

.u-fs--18 {
  font-size: 15.75px;
  font-size: 1.125rem; }

.u-fs--21 {
  font-size: 18.375px;
  font-size: 1.3125rem; }

.u-fs--24 {
  font-size: 21px;
  font-size: 1.5rem; }

.u-fs--30 {
  font-size: 26.25px;
  font-size: 1.875rem; }

.u-fs--36 {
  font-size: 31.5px;
  font-size: 2.25rem; }

.u-fs--48 {
  font-size: 42px;
  font-size: 3rem; }

.u-fs--60 {
  font-size: 52.5px;
  font-size: 3.75rem; }

.u-fs--72 {
  font-size: 63px;
  font-size: 4.5rem; }

.u-border-box,
.u-bgc-box {
  margin-bottom: 1em;
  padding: 1.5em 1.25em 1em;
  border-radius: 2px;
  margin-top: 1em; }

.u-border-box {
  border: solid 1px #E6E6E6; }

.u-bgc-box {
  background-color: #f7f7f7; }

.u-no-style {
  list-style: none;
  padding-left: 0; }

.u-fw--n {
  font-weight: normal; }

.u-bg-box {
  background-color: rgba(90, 129, 140, 0.07);
  padding: 2vw 3vw;
  margin-left: -2vw;
  margin-right: -2vw; }

.touch .p-top-menu .m-c-wh a.is-touch img {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  transform: scale(1.1);
  transition: opacity .4s, transform 5s; }

.no-touch .p-top-menu .m-c-wh a:hover img {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  transform: scale(1.1);
  transition: opacity .4s, transform 5s; }

.is-scrolled.is-scroll-down .c-header h1,
.is-scrolled.is-scroll-down .c-header h2,
.is-scrolled.is-scroll-down .c-header-law,
.is-scrolled.is-scroll-down .c-side {
  transform: translateY(-100px); }

.is-nav-show .c-bread.is-clone,
.is-nav-show .f-container {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  transition: opacity .3s; }

.is-nav-show .c-bread.is-clone a,
.is-nav-show .f-container a {
  pointer-events: none; }

.is-nav-show.is-scrolled.is-scroll-down .c-header h1,
.is-nav-show.is-scrolled.is-scroll-down .c-header h2,
.is-nav-show.is-scrolled.is-scroll-down .c-side {
  transform: translateY(0); }

.is-nav-show .c-side {
  z-index: 9;
  transition: width .3s 0s; }

.is-nav-show .c-side__in {
  overflow: visible; }

.is-nav-show .c-side .c-nav {
  height: 100vh; }

.is-nav-show .c-side .c-nav__sw i:nth-of-type(1) {
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0); }

.is-nav-show .c-side .c-nav__sw i:nth-of-type(3) {
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0); }

.is-nav-show .c-side .c-nav__list {
  transform: translateX(0) translateY(0) scale(1); }

.c-sec-nav .is-current {
  font-weight: bold; }

.m-wt-fix.is-fixed.c-sec-nav {
  position: relative; }

.is-bc_h .c-bread.is-clone {
  transform: translateY(0); }

.is-bc_h.is-scroll-up .c-bread.is-clone {
  transform: translateY(-100%); }

@-moz-document url-prefix() {
  .c-3oval .c-row {
    padding-bottom: 4em;
    margin-bottom: 4em; } }

_:-ms-lang(x)::backdrop,
.c-3oval__1,
.c-3oval__3 {
  margin-bottom: 6em; }

@media print, screen and (min-width: 21em){
  .xs-show{
    display: block; }
  .c-page-hd__img.mdf-movie{
    background-position: left 50%; } }

@media print, screen and (min-width: 35.5em){
  .sm-show{
    display: block; }
  .f-width{
    padding-left: 20px;
    padding-right: 20px; }
  .c-header-law a{
    width: 48%; }
  .c-contact-nav{
    padding-top: 3em;
    padding-bottom: 3em; }
  .c-contact-nav li{
    margin-left: 1em;
    margin-right: 1em;
    width: 400px;
    max-width: 45%; }
  .c-contact-nav a{
    font-size: 1.3125rem;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    border-width: 2px; }
  .c-footer-banner li{
    width: 50%; }
  .c-page-hd__img.mdf-movie{
    background-position: left 60%; }
  .p-article-body__txt-def h1{
    font-size: 2.625rem; }
  .c-index-w__nav ul > li.is-current-li a{
    transform: scale(1.6); }
  .c-index-w__nav a{
    line-height: 1.5; }
  .c-page-tool__next{
    font-size: 2.25rem; }
  .p-qa p{
    padding-left: 5em; }
  .p-qa p:before{
    width: 4em; }
  .p-history__chronology dt{
    width: 11em;
    padding-bottom: .75em; }
  .p-history__chronology dd{
    width: calc(100% - 11em);
    padding-top: .75em; }
  .p-cols-box > .c-u{
    padding: 2rem;
    padding-top: 0; }
  .p-cols-box h3{
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: calc(-2rem - 1px);
    margin-right: calc(-2rem - 1px);
    margin-top: -1px; }
  .c-mes-pb .c-row{
    display: flex; }
  .c-mes-pb .c-u__img{
    width: 35%; }
  .c-mes-pb .c-u__img__img{
    transform: scale(1.1);
    transform-origin: top;
    margin-top: 15%; }
  .c-mes-pb .c-u__img__txt{
    padding-left: 2em;
    margin-top: 4.5em; }
  .c-mes-pb .c-u__txt{
    width: 65%;
    padding: 3vw; }
  .c-mes-pb.m-txt-pad .c-u__txt p{
    padding: 3vw; }
  .c-mes-pb--rvs .c-u__img__txt{
    padding-left: 0; }
  .c-list-column{
    column-count: 2; }
  .p-entrance__read{
    padding-right: 8em; }
  .p-entrance__read i{
    width: 100px; }
  .p-chart__leg ul{
    column-count: 2; }
  .p-abroad__table{
    display: none; }
  .p-abroad__tbl_lg{
    display: table; }
  .p-abroad_schools > .c-u{
    width: 46%; }
  .p-abroad_schools__photo li{
    width: calc(33.33333% - 20px); }
  .p-politics-c__table tbody h4{
    display: none; }
  .c-panorama{
    padding-top: 100%; }
  .p-abroad-table-2 tbody h4{
    display: none; }
  .p-abroad-table-2 tbody tr{
    padding-bottom: 0; }
  .p-abroad-table-2 tbody tr:nth-child(2n+2){
    background-color: rgba(248, 249, 249, 0.5); }
  .p-abroad-table-2 tbody th, .p-abroad-table-2 tbody td{
    display: table-cell; }
  .p-abroad-table-2 tbody th span{
    display: block;
    white-space: nowrap; }
  .p-abroad-table-2 tbody td{
    padding-bottom: .8em; }
  .p-abroad-table-2 tbody td > span{
    display: inline;
    width: auto; }
  .p-students__name dt{
    font-size: 2vw; }
  .p-student.m-column .p-student__list__u_txt p{
    display: block; }
  .p-student.m-column .p-student__list__u_txt{
    width: 92%;
    left: 4%;
    margin-top: -4em;
    padding: 1em 2em; }
  .p-international__hd__txt dl{
    display: flex; }
  .p-grad__list .c-row > .c-u{
    width: 47%; }
  .p-grad__list .c-row--3 > .c-u{
    width: 50%; }
  .p-grad__u h2{
    font-size: 2.2vw; }
  .p-grad__u p{
    font-size: 1.5vw; }
  .p-grad-message__mainimg{
    width: 78%; }
  .p-grad-message__hd{
    margin-top: -50vh;
    padding-left: 38vw;
    padding-bottom: 5em; }
  .p-grad-message__hd__txt{
    padding: 4.5em 4vw 4em;
    margin-left: 0;
    margin-right: 0; }
  .c-main .p-grad-message__hd__txt h1{
    font-size: 2.5vw; }
  .p-grad-message__memory{
    padding-top: 10px; }
  .p-grad-message__memory h3{
    font-size: 2.25rem;
    margin-top: .75em; }
  .p-grad-message__memory h3 span:before, .p-grad-message__memory h3 span:after{
    width: 3.5em; }
  .p-grad-message__memory__photos.m-wait--h{
    transition: transform .5s;
    transform: scale(1);
    margin-top: -2em;
    margin-bottom: -2em; }
  .p-grad-message__memory__photos.m-wait--h.m-wait-mod{
    transform: scale(0.85); }
  .c-row--3 .p-oneday__u:nth-of-type(4n-1) .p-oneday__img, .c-row--3 .p-oneday__u:nth-of-type(4n) .p-oneday__img{
    left: 50%; }
  .c-row--3 .p-oneday__u:nth-of-type(4n-1) .p-oneday__txt, .c-row--3 .p-oneday__u:nth-of-type(4n) .p-oneday__txt{
    left: 0;
    text-align: right; }
  .p-oneday__c_txt{
    padding-left: 1vw;
    padding-right: 1vw;
    padding-bottom: 1vw; }
  .p-oneday__c_txt p{
    font-size: 1.5vw; }
  .p-oneday__txt{
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-bottom: 1.5vw; }
  .p-oneday__txt h3{
    font-size: 3vw; }
  .p-oneday__txt p{
    font-size: 1vw; }
  .p-oneday__txt p strong{
    font-size: 1.5vw; }
  .p-oneday__schedule__tl .f-sw{
    width: 60vw; }
  .p-oneday__flow-img img{
    width: 20vw; }
  .p-oneday-text .i-u h3{
    font-size: 3vw; }
  .p-oneday-text .i-u p.i-edu{
    font-size: 1.5vw; }
  .p-oneday-text .i-u p.i-sum{
    font-size: 1.5vw; }
  .p-prof__hd .p-article-hd__lng{
    transform: scaleX(1); }
  currency{
    width: 30.3333%; }
  currency .name{
    font-size: 1.5rem; }
  currency .theme dt{
    transform: scaleX(0.7); }
  currency .sub dt{
    transform: scaleX(0.9); }
  currency .theme,
  currency .sub{
    display: none; }
  currency dt{
    width: 4.5em; }
  currency dt small{
    display: none; }
  .p-index__main__u{
    padding: 3.5vw; }
  .p-index__main__u_img{
    margin-left: -3.5vw;
    margin-right: -3.5vw;
    margin-top: -3.5vw; }
  .p-movie-menu__u{
    width: 21.64%; }
  .p-movie-menu__u.is-current figure img{
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .p-movie-menu__u.is-current figure:after{
    display: none; }
  .p-movie-menu__u.is-current figure:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .u-border-box,
  .u-bgc-box{
    padding: 40px 40px 30px; } }

@media print, screen and (min-width: 48em){
  .md-show{
    display: block; }
  .md-hide{
    display: none; }
  .f-width{
    padding-left: 25px;
    padding-right: 25px; }
  .f-sw{
    padding-left: calc(10px + 5%);
    padding-right: calc(10px + 5%); }
  .f-sw--h{
    padding-left: calc(10px + 2.5%);
    padding-right: calc(10px + 2.5%); }
  .f-sw--t{
    padding-left: calc(10px + 1.25%);
    padding-right: calc(10px + 1.25%); }
  .f-sw--w{
    padding-left: 0;
    padding-right: 0; }
  .c-header-law{
    position: relative;
    height: auto; }
  .c-header-law h1{
    height: 110px; }
  .c-header{
    z-index: 5; }
  .c-header h1, .c-header h2{
    right: calc(5% + 10px);
    position: absolute;
    margin-top: 130px;
    height: 11vh; }
  .c-header a{
    width: 180px;
    height: 140px;
    top: auto;
    bottom: 0; }
  .c-footer-nav{
    padding-top: 3em;
    padding-bottom: 2em; }
  .c-footer-nav .c-nav__list__row{
    display: flex;
    flex-flow: row wrap;
    margin-left: -0.6%;
    margin-right: -0.6%;
    justify-content: space-between; }
  .c-footer-nav .c-nav__list__row > *{
    margin-left: 0.6%;
    margin-right: 0.6%; }
  .c-footer-nav .c-nav__list__g{
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-flow: row wrap;
    margin-left: -0.6%;
    margin-right: -0.6%; }
  .c-footer-nav .c-nav__list__g > *{
    margin-left: 0.6%;
    margin-right: 0.6%; }
  .c-footer-nav .c-nav__list__u{
    border-bottom: none;
    width: 32.13333%; }
  .c-footer-nav .c-nav__list__u.mdf-ft-hide{
    display: none; }
  .c-footer-nav .c-nav__symbol{
    width: 20%;
    order: 2; }
  .c-footer-nav .c-nav__symbol .c-nav-movie{
    display: block; }
  .c-footer-nav .c-nav__left, .c-footer-nav .c-nav__right{
    width: 40%; }
  .c-footer-nav .c-nav__left{
    order: 1; }
  .c-footer-nav .c-nav__left dl{
    border-right: solid 1px rgba(255, 255, 255, 0.1); }
  .c-footer-nav .c-nav__right{
    order: 3; }
  .c-footer-nav .c-nav__right dl{
    border-left: solid 1px rgba(255, 255, 255, 0.1); }
  .c-footer-nav dl{
    margin-bottom: 1em; }
  .c-footer-nav dt{
    font-weight: bold;
    line-height: 1.25; }
  .c-footer-nav dt i{
    display: none; }
  .c-footer-nav dd{
    display: block; }
  .c-footer-nav dd a{
    line-height: 1.25; }
  .c-footer-nav dd > ul{
    margin-top: 0;
    margin-bottom: 0; }
  .c-footer-nav dd > ul > li{
    margin-bottom: .25em; }
  .c-footer-2017 a{
    padding: 2.5em 1.5em; }
  .f-container{
    padding-left: 64px; }
  .c-main{
    padding-top: 0; }
  .c-main.m-top{
    padding-top: calc(96vh - 110px); }
  .c-main-row{
    display: flex; }
  .c-main-row .c-right,
  .c-main-row .c-left{
    width: 50%; }
  .c-rl-right.is-fix{
    position: fixed; }
  .c-left{
    order: 1; }
  .c-right{
    order: 2; }
  .c-right__in.is-fix{
    position: fixed;
    width: calc(50% - 33px); }
  .c-side{
    background-color: #fff;
    height: 100vh;
    width: 64px; }
  .c-side__in{
    position: relative; }
  .c-side .c-nav{
    display: flex;
    height: 50vh;
    background-color: #1b3461;
    z-index: 2; }
  .c-side .c-nav__sw{
    flex-shrink: 0;
    height: auto; }
  .c-side .c-nav__sw strong{
    top: 1.75em; }
  .c-side .c-nav__sw span{
    height: 120px; }
  .c-side .c-nav__sw i{
    background-color: #fff; }
  .c-side .c-nav__list{
    height: 100%;
    flex-grow: 1;
    padding-top: 40px;
    padding-bottom: 60px;
    display: block;
    transform: translateX(1%) translateY(0) scale(0.95); }
  .c-side .c-nav__list__u dt{
    font-size: 1rem; }
  .c-nav-util{
    display: block;
    position: absolute;
    top: 50vh;
    z-index: 1; }
  .c-bread{
    font-size: 0.8125rem;
    padding-top: 44px; }
  .c-bread.is-clone{
    z-index: 6;
    padding-left: 90px;
    font-size: 0.75rem; }
  .c-pagetop{
    bottom: 30px;
    right: 30px; }
  .c-main .c-su-catch{
    font-size: 2.625rem; }
  .c-main .c-su-catch--lite{
    font-size: 1.5rem; }
  .p-ptop-hero{
    height: 100vh; }
  .p-ptop-hero .swiper-slide{
    height: 100vh; }
  .p-ptop-hero .swiper-pagination{
    padding-left: 90px;
    padding-right: 20px;
    bottom: 60px;
    left: 0;
    right: auto; }
  .c-top-scroll{
    padding-left: 64px;
    bottom: 128px; }
  .c-top-hd{
    top: -110px; }
  .c-top-hd p{
    margin-bottom: 5vh;
    font-size: 3.5vw; }
  .p-top-menu__s-cb{
    width: auto; }
  .p-top-menu strong{
    font-size: 2vw; }
  .p-top-menu__1 h2{
    padding-top: 3em;
    padding-bottom: 3em; }
  .p-top-menu__1 h2 img{
    margin-bottom: 1em; }
  .p-top-menu__1__s1{
    width: 8vw; }
  .p-top-news--xs{
    display: none; }
  .p-top-news--lg{
    display: block; }
  .p-top-news dl{
    display: flex; }
  .p-top-news dt{
    font-size: inherit; }
  .c-page-hd{
    margin-top: -110px;
    padding-top: 110px;
    padding-bottom: 0; }
  .c-page-hd__img.mdf-movie{
    background-position: left 60%; }
  .c-page-hd__img{
    height: 49vh;
    min-height: 360px; }
  .c-page-hd h1{
    margin-top: 12vh;
    margin-bottom: 5vh;
    font-size: 2.75rem; }
  .c-abs-bg{
    height: calc(100vh - 17vh + 9vh); }
  .c-abs-hd--stu .c-abs-bg{
    background-position: center top 62%; }
  .c-abs-hd--int .c-abs-bg{
    height: calc(50vh + 1px); }
  .c-abs-hd{
    margin-top: calc(83vh - 120px - 17vh); }
  .c-abs-hd--int{
    margin-top: calc(33vh - 120px - 110px); }
  .c-p-read{
    font-size: 1.125rem;
    padding-top: .75em;
    padding-bottom: .75em; }
  .p-prof__hd + .p-article-body__row .p-article-body__main{
    width: 76%;
    flex-shrink: 0; }
  .p-article-body__row .f-sw{
    padding-left: calc(6.8% + 10px);
    padding-right: calc(6.8% + 10px); }
  .p-article-body__row .p-article-body__main{
    width: 100%; }
  .p-article-body__row .p-article-body__aside .f-sw{
    padding-left: calc(10px + 2.5%);
    padding-right: calc(10px + 2.5%); }
  .p-article-body__row .p-article-body__aside .c-rl-right.is-fix{
    width: calc(24% - 17px); }
  .p-article-body__row .p-article-body__aside.c-aside{
    width: 24%; }
  .p-article-body__txt-def{
    padding-top: 2em;
    padding-bottom: 4em; }
  .c-sec-nav a{
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .c-index-w{
    padding-top: 1px; }
  .c-index-w__nav{
    margin-top: -25px; }
  .c-s-nav{
    display: none; }
  .c-acco-nx{
    padding-left: 4.5em; }
  .c-acco-nx:after{
    right: 10px; }
  .c-acco-nx .c-label--kyufu{
    font-size: 1em;
    left: .75em;
    top: .75em; }
  .c-photo-text{
    display: flex;
    justify-content: space-between; }
  .c-photo-text__txt{
    width: 55%; }
  .c-photo-text__img{
    width: 40%; }
  .p-about-message .p-article-hd__txt h1{
    font-size: 4.2vw; }
  .c-voice--students{
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-right: 3vw;
    padding-left: 14vw; }
  .c-voice__recomm__student{
    position: absolute;
    width: 10vw;
    bottom: -2vw;
    max-width: 130px;
    left: -2vw;
    margin-bottom: 0;
    height: auto;
    overflow: visible; }
  .c-voice__recomm__student img{
    width: 100%;
    margin-left: 0;
    max-width: none; }
  .c-voice__recomm__name{
    right: auto;
    left: auto;
    left: 2vw;
    top: auto;
    bottom: calc(100% + 20px); }
  .p-ft-step{
    font-size: 1.1vw; }
  .p-ft-step__notes p{
    font-size: 0.9375rem; }
  .c-mes-pb .c-u__txt .c-u__img__txt{
    float: right; }
  .c-mes-pb .c-u__txt .c-u__img__txt.m-left{
    margin-left: 1.5em; }
  .p-postgraduate-politics-flow{
    font-size: 1.2vw;
    max-width: 62vw; }
  .p-postgraduate-politics-flow ol > li:nth-child(2):after, .p-postgraduate-politics-flow ol > li:last-child:after{
    margin-right: .5vw;
    font-size: 2.5vw; }
  .c-3oval{
    font-size: 1.4vw; }
  .c-3oval .c-row{
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 4.5vw;
    height: 26em; }
  .c-3oval .c-row p{
    font-size: .8em; }
  .p-3point{
    font-size: 1.7vw; }
  .p-3point.p-3point--2p ul li{
    width: 42%; }
  .p-3point__plus{
    margin-bottom: 0 !important; }
  .p-3point__plus:before{
    width: 19%;
    top: 50%;
    left: 100%;
    font-size: 5vw;
    line-height: 0; }
  .p-3point ul li{
    padding-top: 1em;
    padding-bottom: 1em;
    width: 31.33333%; }
  .p-3point span{
    display: block; }
  .p-curriculum-table tbody td[colspan="3"] ul{
    column-count: 2; }
  .p-curriculum-table tbody td[colspan="3"] li{
    break-inside: avoid;
    padding-right: 2em; }
  .p-facilities__hd{
    margin-bottom: -2em; }
  .p-facilities__map{
    position: absolute;
    top: 100%;
    left: 0; }
  .p-facilities__u{
    padding-top: 6vh;
    padding-bottom: 6vh; }
  .p-facilities .c-row{
    display: flex;
    align-items: center; }
  .p-facilities .c-row--rvs > *:first-of-type{
    order: 2; }
  .p-facilities .c-row--rvs > *:last-of-type{
    order: 1; }
  .p-facilities .c-row--rvs .p-facilities__txt__u{
    right: -2vw; }
  .p-facilities .c-row > .c-u--1_2{
    width: 50%; }
  .p-facilities .c-row > .c-u--2_3{
    width: 66.6666%; }
  .p-facilities .c-row > .c-u--1_3{
    width: 33.3333%; }
  .p-facilities__txt__u{
    right: 2vw; }
  .c-lib__other__1{
    width: 31.33333%;
    order: 0; }
  .c-lib__other__2, .c-lib__other__3, .c-lib__other__4{
    width: 19.66667%; }
  .c-panorama__info p{
    font-size: 1.125rem; }
  .p-postgraduate-index__u h2{
    font-size: 2.8vw; }
  .p-news dl{
    display: flex;
    margin-bottom: .5em;
    margin-top: .5em;
    width: 100%; }
  .p-news dt{
    font-size: 1rem;
    width: 12ex;
    flex-shrink: 0; }
  .c-main .p-news dd{
    margin-top: 1em; }
  .exam-nav{
    display: flex; }
  .p-students__u{
    height: 80vh;
    width: 25%; }
  .p-students__basics{
    padding: 1.5vw;
    width: 95%;
    bottom: 2vh; }
  .p-students__name{
    margin-bottom: .5em;
    margin-top: .5em; }
  .p-students__name dt{
    font-size: 1vw; }
  .p-students__catch{
    top: 50%;
    width: 95%; }
  .p-students__catch p{
    font-size: 1.4vw; }
  .p-student__list__u{
    margin-bottom: 4em;
    margin-top: 4em; }
  .p-student__list__u:nth-of-type(2n-1) .p-student__list__u_txt{
    left: 3vw; }
  .p-student__list__u:nth-of-type(2n-1) .p-student__list__u_p{
    left: -3vw; }
  .p-student__list__u_p{
    width: 51%;
    left: 3vw; }
  .p-student__list__u_txt{
    width: 49%;
    left: -3vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 2vw;
    padding-bottom: 2vw; }
  .p-student__list__u_txt p{
    font-size: 2vw; }
  .p-student__list__u_txt dt{
    font-size: 0.875rem; }
  .p-student__list__u_txt dd{
    font-size: 1.125rem; }
  .p-student__list__u_txt dd small{
    display: inline-block; }
  .p-student__list__row{
    display: flex;
    justify-content: center;
    align-items: center; }
  .p-student.m-column .f-sw--t{
    margin-bottom: 3em;
    margin-left: 0;
    margin-right: 0; }
  .p-student.m-column .p-student__list__u{
    width: 25%;
    margin-top: 1em;
    margin-bottom: 1em; }
  .p-student.m-column .p-student__list__u_p{
    left: 0;
    width: 100%; }
  .p-student.m-column .p-student__list__u_txt p{
    font-size: 1.35vw; }
  .p-student.m-column .p-student__list__u_txt{
    left: 4%; }
  .p-student .p-student__article__hd h1{
    font-size: 5vh; }
  .p-student__parent .c-row-p-1-3 > .c-u--1{
    width: 27.33333%; }
  .p-student__parent .c-row-p-1-3 > .c-u--2{
    width: 60.66667%; }
  .p-student__curriculum table tbody td span small{
    display: inline-block; }
  .p-student__curriculum table{
    display: table; }
  .p-student__curriculum table.m-sm{
    display: none; }
  .p-student__1day__fin__txt{
    width: 64%; }
  .p-student__1day__fin__img img{
    width: auto; }
  .p-international__hd__txt{
    margin-bottom: 1em; }
  .p-international__hd__face{
    display: block; }
  .p-international__hd__txt__name{
    position: relative;
    padding: 0; }
  .p-international__main_s{
    display: none; }
  .p-international__txt__main{
    width: 53vw; }
  .p-international__txt__img{
    width: 45vw; }
  .p-international__txt__img i{
    width: 45vw; }
  .p-international__photos .c-row > .c-u{
    width: 46%; }
  .c-int-dots{
    display: block; }
  .p-grad__list .c-row--2 > .c-u{
    width: 50%; }
  .p-grad__list .c-row--3 > .c-u{
    width: 33.33333%; }
  .p-oneday .p-article-body__txt-def:before{
    height: 32vw; }
  .c-row--2 .p-oneday__u:nth-of-type(4n-1) .p-oneday__img, .c-row--2 .p-oneday__u:nth-of-type(4n) .p-oneday__img{
    left: 50%; }
  .c-row--2 .p-oneday__u:nth-of-type(4n-1) .p-oneday__txt, .c-row--2 .p-oneday__u:nth-of-type(4n) .p-oneday__txt{
    left: 0;
    text-align: right; }
  .c-row--3 .p-oneday__u:nth-of-type(4n-1) .p-oneday__img, .c-row--3 .p-oneday__u:nth-of-type(4n) .p-oneday__img{
    left: 0%; }
  .c-row--3 .p-oneday__u:nth-of-type(4n-1) .p-oneday__txt, .c-row--3 .p-oneday__u:nth-of-type(4n) .p-oneday__txt{
    left: 50%;
    text-align: left; }
  .c-row--3 .p-oneday__u:nth-of-type(5n-1) .p-oneday__img, .c-row--3 .p-oneday__u:nth-of-type(5n) .p-oneday__img, .c-row--3 .p-oneday__u:nth-of-type(6n) .p-oneday__img{
    left: 50%; }
  .c-row--3 .p-oneday__u:nth-of-type(5n-1) .p-oneday__txt, .c-row--3 .p-oneday__u:nth-of-type(5n) .p-oneday__txt, .c-row--3 .p-oneday__u:nth-of-type(6n) .p-oneday__txt{
    left: 0;
    text-align: right; }
  .p-oneday__c_txt{
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-bottom: 1.5vw; }
  .p-oneday__c_txt p{
    font-size: .8vw; }
  .c-row--2 .p-oneday__c_txt p{
    font-size: 1vw; }
  .p-oneday__txt{
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    padding-bottom: 1.25vw; }
  .p-oneday__txt h3{
    font-size: 1.8vw; }
  .p-oneday__txt p{
    font-size: 1vw; }
  .p-oneday__txt p strong{
    font-size: .9vw; }
  .p-oneday__mainimg img{
    width: 75%; }
  .p-oneday-text .i-u:nth-child(8n + 2), .p-oneday-text .i-u:nth-child(8n + 4), .p-oneday-text .i-u:nth-child(8n + 5), .p-oneday-text .i-u:nth-child(8n + 7){
    background-color: rgba(0, 0, 0, 0.02); }
  .p-oneday-text .i-u h3{
    font-size: 1.8vw; }
  .p-oneday-text .i-u p.i-edu{
    font-size: .9vw; }
  .p-oneday-text .i-u p.i-sum{
    font-size: .9vw; }
  .m-txt-tick-txt-place{
    z-index: -1; }
  .m-txt-tick-txt-place ul{
    height: calc(100vh - 17vh + 9vh); }
  .m-txt-tick-txt-place li{
    max-height: calc(100vh - 70px - 360px); }
  .p-prof__hd .p-article-hd__img{
    margin-left: calc(-14px - 5%);
    margin-right: -16px; }
  .p-prof__hd .p-article-hd__row.f-sw{
    padding-right: 2.25%; }
  .p-prof__basic{
    font-size: 0.9375rem; }
  .p-prof__basic dt{
    width: 10em; }
  app.c-live-filter{
    padding-top: 1px;
    border-top: none;
    padding-bottom: 2em; }
  app.c-live-filter .p-filter-tool{
    margin-top: 20px; }
  app.c-live-filter .p-filter-tool__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0; }
  app.c-live-filter .p-filter-tool__dep, app.c-live-filter .p-filter-tool__major, app.c-live-filter .p-filter-tool__key{
    border-radius: 0; }
  app.c-live-filter .p-filter-tool__dep{
    width: 50%; }
  app.c-live-filter .p-filter-tool__dep_list li:first-child span{
    padding-left: .5em; }
  app.c-live-filter .p-filter-tool__dep_list li:last-child span{
    padding-right: .5em; }
  app.c-live-filter .p-filter-tool__dep label span{
    transform: scaleX(1); }
  app.c-live-filter .p-filter-tool__major{
    width: 20%; }
  app.c-live-filter .p-filter-tool__key{
    width: 27%; }
  currency{
    width: 22%; }
  .p-article-body__row .c-aside .p-filter-tool__showh__sw{
    display: none; }
  .p-article-body__row .c-aside currency{
    width: 47%;
    margin-bottom: 10px; }
  .p-article-body__row .c-aside currency a{
    position: relative;
    overflow: hidden; }
  .p-article-body__row .c-aside currency p{
    margin-bottom: .25em; }
  .p-article-body__row .c-aside currency h1{
    margin-top: .25em;
    margin-bottom: .25em;
    line-height: 1.2;
    font-size: 1.125rem; }
  .p-article-body__row .c-aside currency .message{
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(26, 50, 93, 0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin-top: 0;
    margin-bottom: 0;
    height: 100% !important;
    color: #fff;
    padding: 10px; }
  .p-article-body__row .c-aside currency .major{
    display: none; }
  .p-article-body__row .c-aside .c-details-tool .p-filter-tool__row{
    position: absolute; }
  .p-index h2{
    font-size: 1.7vw; }
  .p-index__catch p{
    font-size: 3.5vw; }
  .p-index__main .c-row > .c-u{
    width: 46%; }
  .p-index__main__u{
    padding: 2vw; }
  .p-index__main__u_img{
    margin-left: -2vw;
    margin-right: -2vw;
    margin-top: -2vw; }
  .p-index__basic_list > li{
    width: 29.33333%; }
  .is-scrolled.is-scroll-down .c-header h1,
  .is-scrolled.is-scroll-down .c-header h2,
  .is-scrolled.is-scroll-down .c-header-law,
  .is-scrolled.is-scroll-down .c-side{
    transform: translateY(0); }
  .is-nav-show .c-bread.is-clone,
  .is-nav-show .f-container{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .is-nav-show.is-scrolled.is-scroll-down .c-header h1,
  .is-nav-show.is-scrolled.is-scroll-down .c-header h2,
  .is-nav-show.is-scrolled.is-scroll-down .c-side{
    transform: translateY(0); }
  .is-nav-show .c-side__in{
    width: 38em;
    height: 100vh; }
  .is-nav-show .c-side__in:before{
    height: 100%; }
  .m-wt-fix.is-fixed{
    position: fixed;
    top: 0;
    padding-top: 0; }
  .m-wt-fix.is-fixed.c-sec-nav ul{
    position: relative; }
  .is-bc_h.is-scroll-up .c-bread.is-clone{
    transform: translateY(0); } }

@media print, screen and (min-width: 64em){
  .lg-show{
    display: block; }
  html{
    font-size: 16px; }
  .f-width{
    padding-left: 30px;
    padding-right: 30px; }
  .c-header-law a{
    width: 408px; }
  .c-header a{
    width: 218px;
    height: 161px; }
  .c-footer-nav .c-nav__list__u{
    border-bottom: none;
    width: 32.13333%; }
  .c-page-hd__img.mdf-movie{
    background-position: left 63%; }
  .c-abs-hd{
    margin-top: calc(83vh - 132px - 17vh); }
  .c-abs-hd--int{
    margin-top: calc(33vh - 132px - 110px); }
  .c-page-tool__pnav li{
    width: 10%; }
  .p-about-message .p-article-hd__txt{
    position: absolute;
    transform: translateY(-50%); }
  .p-about-message .p-article-hd__txt h1{
    font-size: 2.8vw; }
  .p-about-message .p-article-hd__img{
    text-align: right; }
  .p-about-message .p-article-hd__img img{
    margin-right: 0; }
  .p-history__univ.c-row > .c-u{
    width: 50%; }
  .p-link ul > li{
    width: 42%; }
  .p-fees__table.c-row > .c-u{
    width: 44%; }
  .c-g-2 > .c-u{
    width: 44%; }
  .c-g-3 > .c-u{
    width: 27.33333%; }
  .c-g-3 > .c-u[data-c="2"]{
    width: 60.66667%; }
  .p-postgrad__ico-1{
    display: block; }
  .p-postgrad__ico-2{
    display: none; }
  .p-postgrad__ico-3{
    display: block; }
  .p-postgrad__ico-4{
    display: none; }
  .p-postgrad__ico-5{
    display: none; }
  .p-postgrad__ico-6{
    display: none; }
  .p-postgrad__ico-7{
    display: block; }
  .c-list-column{
    column-count: 3; }
  .p-chart__leg ul{
    column-count: 3; }
  .p-career-table tbody th strong{
    display: inline-block;
    margin: auto; }
  .p-career-table tbody td h4{
    display: none; }
  .c-3oval{
    font-size: 1.125rem; }
  .c-3oval .c-row{
    margin-left: 4em;
    margin-right: 4em;
    margin-top: 4em;
    height: 28em; }
  .p-support-prg > *{
    width: 44%; }
  .p-politics-c__model__hd{
    width: 21%; }
  .p-politics-c__model__hd p{
    display: inline-block; }
  .p-politics-c__model__hd p:after{
    left: 100%;
    top: 50%;
    line-height: 0;
    transform: translateX(0%) rotate(0); }
  .p-politics-c__model__body{
    width: 71%; }
  .c-main .p-politics-c__table .m-lg-hide{
    display: none; }
  .p-postgraduate-index__u h2{
    font-size: 2.4vw; }
  .p-student__article__hd{
    margin-left: -1.25em;
    margin-right: -1.25em;
    padding: 2em 2.5em; }
  .p-student__article__body{
    padding-top: 3em; }
  .p-student__article__body .c-row{
    display: flex;
    flex-flow: row wrap;
    margin-left: -3%;
    margin-right: -3%;
    align-items: center; }
  .p-student__article__body .c-row > *{
    margin-left: 3%;
    margin-right: 3%; }
  .p-student__article__body .c-row > .c-u{
    width: 44%; }
  .p-student__article__body .c-row--reverse{
    flex-direction: row-reverse; }
  .p-student__article__body .c-row--reverse figure{
    text-align: right; }
  .p-international__hd .c-row{
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .p-international__hd__face{
    width: 160px; }
  .p-international .p-international__hd h1{
    font-size: 5vh; }
  .p-international__photos .c-row > .c-u{
    width: 29.33333%; }
  .p-international__photos .c-row > .c-u:nth-of-type(2n+1){
    margin-top: -10vh; }
  .p-international__photos .c-row > .c-u:nth-of-type(3n+1){
    margin-top: 10vh; }
  .p-grad__list .c-row > .c-u{
    width: 30.33333%; }
  .p-grad__u h2{
    font-size: 1.4vw; }
  .p-grad__u p{
    font-size: 1vw; }
  .p-oneday__txt h2{
    margin-bottom: 3em; }
  .p-oneday__myjob .c-row{
    display: flex;
    flex-flow: row wrap;
    margin-left: -1%;
    margin-right: -1%;
    justify-content: center; }
  .p-oneday__myjob .c-row > *{
    margin-left: 1%;
    margin-right: 1%; }
  .p-oneday__myjob__hd{
    width: 24%;
    text-align: left; }
  .p-oneday__myjob__hd__name{
    display: block; }
  .p-oneday__myjob__txt{
    width: 58%;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    padding-left: 2em; }
  .p-oneday__myjob__txt h2{
    font-size: 2.25rem; }
  .p-oneday__point__txt{
    width: 48%; }
  .p-prof__hd img{
    margin-left: auto;
    margin-right: 0;
    width: auto;
    height: 57vh;
    min-height: 480px;
    max-height: 548px; }
  currency{
    width: 17%; }
  .p-index__main .c-row > .c-u{
    width: 29.33333%; }
  .p-index__mid .c-row > .c-u{
    width: 42%; }
  .p-index__mid__fig h3 small{
    font-size: .8em; }
  .p-index__mid__fig h3 strong{
    font-size: 1.8vw; }
  .p-index__mid__fig ul{
    font-size: 1vw; }
  .p-index__mid__fig li{
    width: 7vw;
    height: 7vw; }
  .p-index__mid__fig.m-feature h3 small{
    font-size: .9em; }
  .p-index__mid__fig.m-feature h3 strong{
    font-size: 2vw; }
  .p-index__mid__fig.m-feature ul{
    font-size: 1.2vw; }
  .p-index__mid__fig.m-feature li{
    width: 9vw;
    height: 9vw; }
  .p-index__basic_list > li{
    width: 16%; } }

@media print, screen and (min-width: 72.5em){
  .sw-show{
    display: block; } }

@media print, screen and (min-width: 80em){
  .xl-show{
    display: block; }
  .p-history__univ.c-row > .c-u{
    width: 25%; }
  .c-ttl-photo__txt h1{
    position: absolute;
    top: 3vw; }
  .c-main .c-ttl-photo__txt h1{
    font-size: 3.0625rem; }
  .p-cols-box .c-row{
    display: flex;
    justify-content: space-between; }
  .p-cols-box .c-row--2 .c-u{
    width: 47%; }
  .p-cols-box .c-row--3 .c-u{
    width: 30%; }
  .c-list-column{
    column-count: 4; }
  .c-3oval{
    font-size: 1.3125rem; }
  .p-politics-pict i{
    width: 30%;
    bottom: 0;
    right: -100%;
    top: auto; }
  .p-abroad_schools__photo li{
    width: calc(16.66667% - 20px); }
  .p-postgraduate-index__u h2{
    font-size: 2.625rem; }
  .p-student__1day__tl__u{
    padding-top: 0; }
  .p-student__1day__tl__u:nth-child(2n + 1){
    padding-right: calc(50% + 50px);
    text-align: right; }
  .p-student__1day__tl__u:nth-child(2n){
    padding-left: calc(50% + 50px);
    text-align: left; }
  .p-student__1day__p{
    display: flex;
    align-items: center;
    margin-left: -90px;
    margin-right: auto;
    right: -230px; }
  .p-student__1day__p figure{
    width: 360px; }
  .p-student__1day__p p{
    padding-right: 20px; }
  .p-student__1day__p.m-reverse{
    margin-left: auto;
    margin-right: -90px;
    left: -230px; }
  .p-student__1day__p.m-reverse p{
    padding-left: 20px; }
  .p-student__1day__fin__txt{
    width: 36%; }
  .p-student__1day__fin__img{
    margin-top: -240px;
    padding-top: 0; }
  .p-student__1day__fin__img img{
    margin-right: 15%; }
  .p-oneday__schedule__tl .f-sw{
    width: calc(100vw - 720px); }
  .p-oneday__flow-img img{
    width: auto; } }

@media print, screen and (min-width: 85em){
  .fw-show{
    display: block; } }

@media print, screen and (min-width: 90em){
  .xxl-show{
    display: block; } }

@media (max-width: 63.9999em){
  .lg-down-show{
    display: block; }
  .c-table--xs-rotate thead{
    display: none; }
  .c-table--xs-rotate tbody{
    display: block; }
  .c-table--xs-rotate tbody tr,
  .c-table--xs-rotate tbody th,
  .c-table--xs-rotate tbody td{
    display: block;
    width: 100%; }
  .c-table--xs-rotate tbody tr{
    margin-bottom: 1em;
    border-top: solid 1px #ddd; }
  .c-table--xs-rotate tbody th{
    position: relative; }
  .c-table--xs-rotate tbody td{
    position: relative;
    border-top: none;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd; }
  .c-table--xs-rotate tbody .u-xs-label{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #1a325d;
    color: #fff;
    width: 6em;
    padding: .75em;
    box-sizing: border-box; }
  .p-rishu tbody{
    border-bottom: solid 1px #ddd; }
  .p-rishu tbody td{
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding-top: .25em;
    padding-bottom: .25em;
    padding-right: 0; }
  .p-rishu tbody th{
    padding-bottom: .25em;
    border-bottom: none;
    padding-right: 0; }
  .p-rishu tbody tr{
    border-top: none; } }

@media (max-width: 47.9999em){
  .md-down-show{
    display: block; }
  .c-footer-nav .c-nav__list__u{
    height: auto !important; }
  .c-rl-right{
    transform: translateY(0) !important; }
  .c-right__in{
    transform: translateY(0) !important; }
  .c-table--rotate{
    display: block; }
  .c-table--rotate thead{
    display: none; }
  .c-table--rotate tbody{
    display: block; }
  .c-table--rotate tr,
  .c-table--rotate th,
  .c-table--rotate td{
    display: block; }
  .c-table--rotate th,
  .c-table--rotate td{
    border: none;
    margin-top: 0;
    margin-bottom: 0; }
  .c-table--rotate th{
    background-color: #f8f9f9;
    border-bottom: none; }
  .c-table--rotate td{
    border-top: none; }
  .c-table--rotate tr{
    margin-bottom: .75em;
    border-radius: 5px;
    overflow: hidden; }
  .c-page-hd__img.m-students{
    background-size: 200%;
    background-position: 83% 50%;
    background-repeat: no-repeat; }
  .c-row--2 .p-oneday__u:nth-of-type(2n) .p-oneday__img{
    left: 50%; }
  .c-row--2 .p-oneday__u:nth-of-type(2n) .p-oneday__txt{
    left: 0;
    text-align: right; }
  .c-row--3 .p-oneday__u:nth-of-type(2n) .p-oneday__img{
    left: 50%; }
  .c-row--3 .p-oneday__u:nth-of-type(2n) .p-oneday__txt{
    left: 0;
    text-align: right; }
  .p-oneday-text .i-u{
    width: 50%; }
  .p-oneday-text .i-u:nth-child(4n + 2), .p-oneday-text .i-u:nth-child(4n + 3){
    background-color: rgba(0, 0, 0, 0.02); }
  .c-details-tool .c-live-filter .p-filter-tool.is-show .p-filter-tool__row{
    height: 44px;
    width: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 16px;
    padding-right: 16px; }
  .m-wt-fix{
    transform: translateY(0) !important; } }

@media (max-width: 35.4999em){
  .sm-down-show{
    display: block; }
  .c-page-hd__img.m-students{
    background-position: 84% 65%; }
  .p-movie-menu__u.is-playing figure img{
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
  .p-movie-menu__u.is-playing figure:after{
    display: none; }
  .p-movie-menu__u.is-playing figure:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .p-movie-menu figure img{
    transition: opacity 1s; }
  .u-fig-fl--r{
    float: none;
    margin-left: 0; }
  .u-fig-fl--r img{
    width: auto; } }

@media (max-width: 20.9999em){
  .xs-down-show{
    display: block; } }

@media (max-height: 720px){
  .v-xs-down-show{
    display: block; } }

@media print{
  @-moz-document url-prefix(){}
  body,
  .c-table-overflow{
    overflow: visible !important; }
  .p-article-body__txt-def{
    min-height: 210mm;
    text-align: justify; }
  body{
    width: 960px; }
  .p-prof__hd img{
    height: auto;
    width: 60%;
    min-height: 0; }
  .p-prof__hd .p-article-hd__img:after{
    display: none; }
  .c-columns{
    column-count: 1; }
  .c-footer-basic{
    height: auto;
    min-height: 0; }
  .c-bottom-lg-banner,
  .c-pagetop,
  .c-footer-basic__symbol,
  .c-footer-basic ul,
  .c-bread.is-clone,
  .c-side,
  .c-contact-nav,
  .c-footer-nav,
  .c-footer-banner,
  .p-article-body__aside{
    display: none; }
  .f-container{
    padding-left: 0; }
  .p-article-body__row .p-article-body__main{
    width: 100%; }
  .m-wait{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .c-foto-swipe.m-wait{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity .7s; }
  .c-foto-swipe.m-wait:after{
    transform: scaleX(0);
    transition: transform .9s; }
  .c-fadein-up.m-wait{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateY(0%); }
  .c-img-swipe.m-wait{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity .7s; }
  .c-img-swipe.m-wait:after{
    transform: scaleX(0);
    transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1); }
  .c-img-swipe--tb.m-wait:after{
    transform: scaleX(1) scaleY(0);
    transition: transform 2s; }
  .c-back-up.m-wait{
    transform: translateY(0%); }
  .c-tokei-ico.m-0730:before{
    transform: translateX(-50%) rotate(2700deg) translateY(20%); }
  .c-tokei-ico.m-0730:after{
    transform: translateX(-50%) rotate(225deg) translateY(20%); }
  .c-tokei-ico.m-0900:before{
    transform: translateX(-50%) rotate(3240deg) translateY(20%); }
  .c-tokei-ico.m-0900:after{
    transform: translateX(-50%) rotate(270deg) translateY(20%); }
  .c-tokei-ico.m-1000:before{
    transform: translateX(-50%) rotate(3600deg) translateY(20%); }
  .c-tokei-ico.m-1000:after{
    transform: translateX(-50%) rotate(300deg) translateY(20%); }
  .c-tokei-ico.m-1040:before{
    transform: translateX(-50%) rotate(3839.976deg) translateY(20%); }
  .c-tokei-ico.m-1040:after{
    transform: translateX(-50%) rotate(319.998deg) translateY(20%); }
  .c-tokei-ico.m-1210:before{
    transform: translateX(-50%) rotate(4379.976deg) translateY(20%); }
  .c-tokei-ico.m-1210:after{
    transform: translateX(-50%) rotate(364.998deg) translateY(20%); }
  .c-tokei-ico.m-1300:before{
    transform: translateX(-50%) rotate(4680deg) translateY(20%); }
  .c-tokei-ico.m-1300:after{
    transform: translateX(-50%) rotate(390deg) translateY(20%); }
  .c-tokei-ico.m-1500:before{
    transform: translateX(-50%) rotate(5400deg) translateY(20%); }
  .c-tokei-ico.m-1500:after{
    transform: translateX(-50%) rotate(450deg) translateY(20%); }
  .c-tokei-ico.m-2000:before{
    transform: translateX(-50%) rotate(7200deg) translateY(20%); }
  .c-tokei-ico.m-2000:after{
    transform: translateX(-50%) rotate(600deg) translateY(20%); }
  .p-student__list__u.m-wait .p-student__list__u_p{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity .7s; }
  .p-student__list__u.m-wait .p-student__list__u_p:after{
    transition: transform .9s;
    transform: scaleX(0); }
  .p-student__list__u.m-wait .p-student__list__u_txt{
    transition: transform 0.7s 0.3s, background-color 0.3s;
    transform: scaleX(1); }
  .p-student__list__u.m-wait .p-student__list__u_txt:after{
    transition: transform .9s .8s;
    transform: scaleX(0); }
  .p-student__1day__fin__img{
    page-break-before: always; }
  .m-slow-up-abs{
    transform: translate3d(0px, 0px, 0px) !important; }
  .p-oneday__flow-img img{
    width: 17%; } }

@media print and (max-height: 720px), screen and (min-width: 64em) and (max-height: 720px){
  .c-abs-hd--int{
    margin-top: calc(33vh - 132px - 50px); } }
