@charset "UTF-8";
@-webkit-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes bottomToTop {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bottomToTop {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(1.5rem);
    filter: blur(1.5rem);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes blur {
  from {
    -webkit-filter: blur(1.5rem);
    filter: blur(1.5rem);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

/*****************************************************
Webfont
*****************************************************/
@font-face {
  src: url("/assets/font/NotoSansJP-Thin.woff") format("woff"), url("/assets/font/NotoSansJP-Thin.ttf") format("truetype");
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
}

@font-face {
  src: url("/assets/font/NotoSansJP-Light.woff") format("woff"), url("/assets/font/NotoSansJP-Light.ttf") format("truetype");
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
}

@font-face {
  src: url("/assets/font/NotoSansJP-DemiLight.woff") format("woff"), url("/assets/font/NotoSansJP-DemiLight.ttf") format("truetype");
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
}

@font-face {
  src: url("/assets/font/NotoSansJP-Regular.woff") format("woff"), url("/assets/font/NotoSansJP-Regular.ttf") format("truetype");
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: url("/assets/font/NotoSansJP-Medium.woff") format("woff"), url("/assets/font/NotoSansJP-Medium.ttf") format("truetype");
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
}

@font-face {
  src: url("/assets/font/NotoSansJP-Bold.woff") format("woff"), url("/assets/font/NotoSansJP-Bold.ttf") format("truetype");
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
}

@font-face {
  src: url("/assets/font/NotoSansJP-Black.woff") format("woff"), url("/assets/font/NotoSansCJKjp-Black.ttf") format("truetype");
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
}

@font-face {
  src: url("/assets/font/NotoSerifCJKjp-ExtraLight.woff") format("woff"), url("/assets/font/NotoSerifCJKjp-ExtraLight.otf") format("opentype");
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
}

@font-face {
  src: url("/assets/font/NotoSerifCJKjp-Light.woff") format("woff"), url("/assets/font/NotoSerifCJKjp-Light.otf") format("opentype");
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
}

@font-face {
  src: url("/assets/font/NotoSerifCJKjp-Regular.woff") format("woff"), url("/assets/font/NotoSerifCJKjp-Regular.otf") format("opentype");
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: url("/assets/font/NotoSerifCJKjp-Medium.woff") format("woff"), url("/assets/font/NotoSerifCJKjp-Medium.otf") format("opentype");
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
}

@font-face {
  src: url("/assets/font/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("/assets/font/NotoSerifCJKjp-SemiBold.otf") format("opentype");
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
}

@font-face {
  src: url("/assets/font/NotoSerifCJKjp-Bold.woff") format("woff"), url("/assets/font/NotoSerifCJKjp-Bold.otf") format("opentype");
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
}

@font-face {
  src: url("/assets/font/NotoSerifCJKjp-Black.woff") format("woff"), url("/assets/font/NotoSerifCJKjp-Black.otf") format("opentype");
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
}

/*****************************************************
  Foundation
*****************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  /* 2 */
  margin: 0;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  overflow-x: hidden;
  font-size: calc(1em * .625);
}

html.-open {
  overflow: hidden;
}

html.-open .js-overlay {
  display: block;
}

.js-overlay {
  display: none;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  content: '';
  opacity: .7;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  min-width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #333;
  font: 400 1.6em/1.75 "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  word-break: break-word;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

* {
  box-sizing: border-box;
}

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

em {
  font-style: normal;
}

.l-main_contents_primary em{
  font-style: italic;
}

p {
  margin: 0;
}

p:not([class*="c-lead"]) + p {
  margin-top: 1.5em;
}

img {
  -webkit-touch-callout: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: .1s linear;
}

select {
  white-space: nowrap;
}

a {
  color: #9a1e45;
  text-decoration: none;
  opacity: 1;
  transition: .1s linear;
}

a:hover {
  text-decoration: underline;
}

@media (max-width: 375px) {
  html {
    font-size: 2.66667vw;
  }
}

@media (max-width: 768px) {
  body {
    font: 400 1.4em/1.75 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  a:hover {
    text-decoration: none;
  }
}

/*****************************************************
  Layout
*****************************************************/
/* =================================================
  Frame
================================================= */
.l-wrapper {
  margin: 8rem 0 0;
}

.l-main {
  position: relative;
  padding: 0 3rem 10rem;
}

.l-main_contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
}

.l-main_contents_primary {
  width: calc(100% - 30.8rem);
}

.l-main_contents_secondary {
  width: 27.8rem;
}

body.-home .l-wrapper {
  margin-top: 0;
}

body.-home .l-main {
  padding-bottom: 0;
}

.l-container {
  position: relative;
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
}

@media (max-width: 1230px) {
  .l-wrapper {
    margin: 5rem 0 0;
  }
}

@media (max-width: 1024px) {
  .l-main_contents {
    display: block;
    margin: 0 auto;
  }
  .l-main_contents_primary {
    width: auto;
  }
  .l-main_contents_secondary {
    width: auto;
    margin-top: 6rem;
  }
}

@media (max-width: 768px) {
  .l-main {
    padding: 3rem 2rem 10rem;
  }
  body.-home .l-main {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* =================================================
  Header
================================================= */
.l-header {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  color: #fff;
  transition: all .3s ease;
}

.l-header.-open .l-header_inner::after {
  opacity: 1;
}

.l-header a {
  color: #fff;
}

.l-header_inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 2rem;
  background: rgba(156, 41, 74, 0.9);
}

.l-header_inner::after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #a94061;
  content: '';
  opacity: 0;
}

.l-header_logo {
  margin: 0;
  line-height: 1;
}

.l-header_logo a:hover {
  text-decoration: none;
  opacity: .7;
}

.l-header_logo img {
  display: inline-block;
  vertical-align: middle;
  transition: all .3s ease;
}

.l-header_logo_symbol {
  width: 7.4rem;
  margin-right: 1.2rem;
}

.l-header_logo_main {
  width: 16.6rem;
}

.l-header_nav {
  display: flex;
  align-items: flex-end;
  height: 100%;
  margin-left: auto;
}

.l-header_nav_inner {
  padding: 0 8rem 0 0;
}

.l-header_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 1.2rem;
  line-height: 1.3;
}

.l-header_menu a {
  color: #e1bcc8;
}

.l-header_link {
  display: flex;
  flex-wrap: wrap;
}

.l-header_link_item + .l-header_link_item {
  margin-left: 2rem;
}

.l-header_utility {
  display: flex;
  flex-wrap: wrap;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #a94061;
}

.l-header_utility_item + .l-header_utility_item {
  margin-left: 2rem;
}

.l-header_utility_label {
  display: inline-block;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.l-header_utility_label.-catalog {
  padding-left: 1.5rem;
  background-image: url(/assets/images/common/ico_catalog.svg);
  background-size: .98rem auto;
}

.l-header_utility_label.-access {
  padding-left: 1.6rem;
  background-image: url(/assets/images/common/ico_access.svg);
  background-size: .99rem auto;
}

.l-header_utility_label.-contact {
  padding-left: 2rem;
  background-image: url(/assets/images/common/ico_contact.svg);
  background-size: 1.38rem auto;
}

.l-header_utility_label.-english {
  padding-left: 2rem;
  background-image: url(/assets/images/common/ico_english.svg);
  background-size: 1.38rem auto;
}

.l-header_func {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #a94061;
}

.l-header_func_item {
  height: 100%;
}

.l-header_func_item_label {
  display: block;
  width: 8rem;
  height: 100%;
}

.l-header_func_item_label:hover {
  text-decoration: none;
}

.l-header_func_item.-access {
  display: none;
}

.l-header_func_item.-search .l-header_func_item_label span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/common/ico_search.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.l-header_func_item.-search .l-header_func_item_label:hover {
  background-color: #882440;
}

.l-header_func_item.-search .l-header_func_item_label.-open span {
  position: relative;
  background-image: none !important;
}

.l-header_func_item.-search .l-header_func_item_label.-open span::before, .l-header_func_item.-search .l-header_func_item_label.-open span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  content: '';
}

.l-header_func_item.-search .l-header_func_item_label.-open span::before {
  width: 3.8rem;
  height: 2px;
}

.l-header_func_item.-search .l-header_func_item_label.-open span::after {
  width: 2px;
  height: 3.8rem;
}

.l-header_func_item.-search .l-header_func_item_label.-open + .l-header_func_search {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.l-header_func_item.-menu {
  display: none;
}

.l-header_func_search {
  visibility: hidden;
  z-index: 2;
  position: absolute;
  top: 8.1rem;
  right: 0;
  width: 52.8rem;
  max-width: 100vw;
  padding: 2rem;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  background: #9a1e45;
  opacity: 0;
  transition: all .5s;
}

.l-header_func_search_form {
  display: flex;
}

.l-header_func_search_field {
  box-sizing: border-box;
  width: calc(100% - 5.5rem);
  padding: 1.6rem 1.6rem 1.6rem 0 !important;
  border: none !important;
  border-left: 2rem solid #fff !important;
  border-radius: 0;
  background-position: 0 50% !important;
  color: #333;
  font-size: 1.6rem;
  line-height: 1;
}

.l-header_func_search_btn {
  width: 5.5rem;
  background: #b8627d url(/assets/images/common/ico_search.svg) 50% 50%/2.4rem auto no-repeat;
  transition: .2s linear;
}

.l-header_func_search_btn:hover {
  background-color: #b0506e;
}

.l-header_close {
  display: none;
}

@media (min-width: 1231px) {
  .l-header.-compact {
    height: 5.4rem;
  }
  .l-header.-compact .l-header_menu {
    display: none;
  }
  .l-header.-compact .l-header_logo_symbol {
    width: 4.7rem;
  }
  .l-header.-compact .l-header_func_item.-search .l-header_func_item_label span {
    background-size: 2.2rem auto;
  }
  .l-header.-compact .l-header_func_search,
  .l-header.-compact .l-dropDownMenu {
    top: 5.5rem;
  }
}

@media (max-width: 1230px) {
  .l-header {
    height: 5rem;
  }
  .l-header_inner {
    padding: 0;
  }
  .l-header_logo {
    max-width: calc(100% - 16.5rem);
    margin: 0;
    padding: 0 0 0 .5rem;
  }
  .l-header_logo_symbol {
    width: 5rem;
  }
  .l-header_logo_main {
    width: 11rem;
  }
  .l-header_logo a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .l-header_nav_wrapper {
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100vw;
    height: calc(100vh - 5rem);
    overflow-y: auto;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    opacity: 0;
    transition: all .5s;
  }
  .l-header_nav_wrapper.-open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  .l-header_nav_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 2rem 2rem;
    border-top: 1px solid #a94061;
    background: #9a1e45;
  }
  .l-header_menu {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .l-header_menu a {
    color: #fff;
  }
  .l-header_menu a:hover {
    text-decoration: none;
  }
  .l-header_link {
    margin: 0 -2rem;
    border-top: 1px solid #a94061;
  }
  .l-header_link_item {
    width: 50%;
    border-bottom: 1px solid #a94061;
  }
  .l-header_link_item:nth-child(odd) {
    border-right: 1px solid #a94061;
  }
  .l-header_link_item + .l-header_link_item {
    margin-left: 0;
  }
  .l-header_link_item a {
    display: block;
    padding: 1.3rem 3.5rem 1.3rem 2rem;
    background: url(/assets/images/common/ico_arrow.svg) calc(100% - 2rem) 50% no-repeat;
  }
  .l-header_utility {
    justify-content: space-between;
    margin: 1rem 0 0;
    padding-left: 0;
    border-left: none;
  }
  .l-header_utility_item {
    width: calc(50% - 1rem);
    margin-top: 1rem;
  }
  .l-header_utility_item + .l-header_utility_item {
    margin-left: 0;
  }
  .l-header_utility_label {
    display: block;
    padding: 1.3rem 1.5rem 1.3rem 3.5rem;
    background-color: #a94061;
  }
  .l-header_utility_label.-catalog, .l-header_utility_label.-access {
    padding-left: 3.5rem;
    background-position: 1.7rem 50%;
  }
  .l-header_utility_label.-contact, .l-header_utility_label.-english {
    padding-left: 3.5rem;
    background-position: 1.5rem 50%;
  }
  .l-header_func {
    display: flex;
  }
  .l-header_func_item {
    min-width: 5rem;
  }
  .l-header_func_item + .l-header_func_item {
    border-left: 1px solid #a94061;
  }
  .l-header_func_item_label {
    position: relative;
    width: 100%;
  }
  .l-header_func_item_label::after {
    display: block;
    position: absolute;
    top: 3.2rem;
    width: 100%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    color: #fff;
    font: 1rem/1 "Noto Serif Japanese", serif;
    text-align: center;
    content: attr(aria-label);
  }
  .l-header_func_item.-access {
    display: block;
  }
  .l-header_func_item.-access .l-header_func_item_label {
    background: url(/assets/images/common/ico_access_02.svg) 50% 1rem/1.3rem auto no-repeat;
  }
  .l-header_func_item.-access .l-header_func_item_label:hover {
    background-color: #882440;
  }
  .l-header_func_item.-search .l-header_func_item_label span {
    background-position: 50% 1rem;
    background-size: 1.8rem auto;
  }
  .l-header_func_item.-search .l-header_func_item_label.-open::after {
    content: 'CLOSE';
  }
  .l-header_func_item.-search .l-header_func_item_label.-open span::before, .l-header_func_item.-search .l-header_func_item_label.-open span:after {
    display: block;
    right: 0;
    left: 0;
    width: 2rem;
    height: .1rem;
    margin: 0 auto;
    background: #fff;
    transition: all .3s;
  }
  .l-header_func_item.-search .l-header_func_item_label.-open span::before {
    top: 1.8rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header_func_item.-search .l-header_func_item_label.-open span::after {
    top: 1.8rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .l-header_func_item.-menu {
    display: block;
  }
  .l-header_func_item.-menu .l-header_func_item_label {
    position: relative;
  }
  .l-header_func_item.-menu .l-header_func_item_label:hover {
    background-color: #882440;
  }
  .l-header_func_item.-menu .l-header_func_item_label span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 1.8rem;
    height: .1rem;
    margin: 0 auto;
    background: #fff;
    transition: all .3s;
  }
  .l-header_func_item.-menu .l-header_func_item_label span:nth-child(1) {
    top: 1.2rem;
  }
  .l-header_func_item.-menu .l-header_func_item_label span:nth-child(2) {
    top: 1.8rem;
  }
  .l-header_func_item.-menu .l-header_func_item_label span:nth-child(3) {
    top: 2.4rem;
  }
  .l-header_func_item.-menu .l-header_func_item_label.-open::after {
    content: 'CLOSE';
  }
  .l-header_func_item.-menu .l-header_func_item_label.-open span {
    width: 2rem;
  }
  .l-header_func_item.-menu .l-header_func_item_label.-open span:nth-child(1) {
    top: 1.8rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header_func_item.-menu .l-header_func_item_label.-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header_func_item.-menu .l-header_func_item_label.-open span:nth-child(3) {
    top: 1.8rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .l-header_func_search {
    top: 5.1rem;
    width: 100vw;
    padding: 2rem;
  }
  .l-header_func_search_field {
    width: calc(100% - 5rem);
    padding: 1.5rem 1.5rem 1.5rem 0;
    font-size: 1.4rem;
  }
  .l-header_func_search_btn {
    width: 5rem;
    background-size: 1.8rem auto;
  }
  .l-header_close {
    display: block;
    width: calc(100% + 4rem);
    margin: 2rem -2rem -2rem;
    padding: 2.4rem 2rem;
    border-top: 1px solid #a94061;
    text-align: center;
  }
  .l-header_close:hover {
    text-decoration: none;
  }
  .l-header_close_label {
    display: inline-block;
    position: relative;
    padding-left: 1.7rem;
    font: 1.5rem/1.5 "Noto Serif Japanese", serif;
  }
  .l-header_close_label::before, .l-header_close_label::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.2rem;
    width: 1.6rem;
    height: .1rem;
    margin: auto 0;
    background: #fff;
    content: '';
  }
  .l-header_close_label::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header_close_label::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .l-header .js-navAccordion + * {
    display: none;
  }
  html.-open .l-header_inner::after {
    opacity: 1;
  }
}

@media (max-width: 350px) {
  .l-header_logo_symbol {
    width: 3.5rem;
  }
  .l-header_logo_main {
    width: 10rem;
  }
}

/* =================================================
  Footer
================================================= */
.l-footer {
  padding: 0 3rem;
  background: #2b2b2b;
  color: #fff;
  line-height: 1.4;
}

.l-footer a {
  color: #fff;
}

.l-footer_pagetop {
  display: none;
  z-index: 2;
  position: fixed;
  bottom: 4rem;
  left: calc((100vw - 121.8rem)/2 + 121.8rem - 4rem);
  width: 4rem;
  height: 4rem;
  background: rgba(0, 0, 0, 0.4) url(/assets/images/common/ico_arrow_up.svg) 50% 50% no-repeat;
  transition: .3s linear;
}

.l-footer_pagetop:hover {
  opacity: .7;
}

.l-footer_contents {
  margin: 0 -3rem;
  padding: 6rem 3rem;
  background: #9a1e45;
}

.l-footer_nav {
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
}

.l-footer_nav_cat {
  padding: .5rem 0 .7rem 1.9rem;
  border-left: 1px solid #a94061;
}

.l-footer_nav_cat_title {
  font-size: 1.5rem;
  font-weight: 700;
}

.l-footer_nav_cat_title.-external::after {
  display: inline-block;
  margin-left: .5rem;
  content: url(/assets/images/common/ico_external.svg);
}

.l-footer_nav_cat_menu {
  margin: 2rem 0 0;
}

.l-footer_nav_cat_item {
  font-size: 1.3rem;
}

.l-footer_nav_cat_item + .l-footer_nav_cat_item {
  margin-top: .7rem;
}

.l-footer_nav_cat_item_label.-external::after {
  display: inline-block;
  margin-left: .5rem;
  content: url(/assets/images/common/ico_external.svg);
}

.l-footer_nav_cat_item_toggle {
  display: none;
}

.l-footer_nav_other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 6rem 0 0;
}

.l-footer_nav_other_cat {
  margin: 0;
  text-align: center;
}

.l-footer_nav_other_cat.-group {
  width: 70.607553%;
  width: 62%;
}

.l-footer_nav_other_cat.-related {
  flex: 1;
  margin-left: 3rem;
}

.l-footer_nav_other_title {
  margin: 0 0 2rem;
  padding: .2rem 2rem;
  border-top: 1px solid #a94061;
  border-bottom: 1px solid #a94061;
  color: #e1bcc8;
  font-size: 1.2rem;
}

.l-footer_nav_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 70rem;
  margin: 0 auto;
}

.l-footer_nav_group_item {
  width: calc(25% - 2.3rem);
  font-size: 1.3rem;
}

.l-footer_nav_group_item a {
  display: block;
}

.l-footer_nav_group_item a:hover .l-footer_nav_group_item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.l-footer_nav_group_item_image {
  width: 8.4rem;
  height: 8.4rem;
  margin: 0 auto 1.3rem;
  overflow: hidden;
  border-radius: 50%;
}

.l-footer_nav_group_item_image img {
  border-radius: 50%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .8;
  transition: .2s linear;
}

.l-footer_nav_group_item_label.-external::after {
  display: inline-block;
  margin-left: .5rem;
  content: url(/assets/images/common/ico_external.svg);
}

.l-footer_nav_related {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-footer_nav_related_item {
  width: calc(50% - .5rem);
  width: calc(50% - 1.5rem);
  font-size: 1.3rem;
}

.l-footer_nav_related_item a {
  display: block;
  overflow: hidden;
  background: #fff;
}

.l-footer_nav_related_item a img {
  transition: .2s;
  max-width: auto;
  width: 100%;
}

.l-footer_nav_related_item a:hover img {
  opacity: .7;
  transition: .2s;
}

.l-footer_nav_related_item.-wide {
  width: 100%;
}

.l-footer_nav_related_item_image {
  width: 8.4rem;
  height: 8.4rem;
  margin: 0 auto 1.3rem;
  overflow: hidden;
  border-radius: 50%;
}

.l-footer_nav_related_item_image img {
  transition: .2s linear;
}

.l-footer_nav_related_item_label.-external::after {
  display: inline-block;
  margin-left: .5rem;
  content: url(/assets/images/common/ico_external.svg);
}

.l-footer_bottom {
  position: relative;
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
  padding: 2rem 0;
}

.l-footer_info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.l-footer_info_link_list {
  display: flex;
  margin: 0 0 -1rem;
  font-size: 1.3rem;
}

.l-footer_info_link_item {
  margin-bottom: 1rem;
}

.l-footer_info_link_item + .l-footer_info_link_item {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #4b4b4b;
}

.l-footer_info_official {
  display: flex;
  align-items: center;
  line-height: 1;
}

.l-footer_info_logo a:hover img {
  opacity: .7;
}

.l-footer_info_logo img {
  display: inline-block;
  vertical-align: middle;
  transition: .2s linear;
}

.l-footer_info_logo_symbol {
  width: 6.2rem;
  margin-right: 1.2rem;
}

.l-footer_info_logo_main {
  width: 16.6rem;
}

.l-footer_info_sns {
  display: flex;
  align-items: center;
  margin: 0 0 0 3rem;
  padding: 0 0 0 3rem;
  border-left: 1px solid #4b4b4b;
}

.l-footer_info_sns_item + .l-footer_info_sns_item {
  margin-left: 2rem;
}

.l-footer_info_sns_item a:hover img {
  opacity: .7;
}

.l-footer_info_sns img {
  width: 2.4rem;
  transition: .2s linear;
}

.l-footer_copyright {
  position: absolute;
  right: 0;
  bottom: 2rem;
}

.l-footer_copyright small {
  color: #939393;
  font-size: 1.1rem;
}

@media (max-width: 1024px) {
  .l-footer_nav_other {
    display: block;
    margin: 2rem 0 0;
  }
  .l-footer_nav_other_cat {
    margin: 0;
    text-align: center;
  }
  .l-footer_nav_other_cat.-group {
    width: auto;
  }
  .l-footer_nav_other_cat.-related {
    margin: 4rem 0 0 0;
  }
  .l-footer_nav_group_item_image {
    width: 10rem;
    height: 10rem;
  }
  .l-footer_nav_related_item {
    width: calc(50% - 1rem);
  }
  .l-footer_nav_related_item_image {
    width: 10rem;
    height: 10rem;
  }
  .l-footer_bottom {
    padding: 4rem 0;
  }
  .l-footer_info {
    display: block;
  }
  .l-footer_info_link_list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  .l-footer_info_link_item {
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .l-footer_info_link_item + .l-footer_info_link_item {
    margin-left: 0;
    border-left: none;
  }
  .l-footer_info_official {
    display: block;
    text-align: center;
  }
  .l-footer_info_logo {
    display: table;
    margin: 2rem auto 0;
  }
  .l-footer_info_logo_symbol {
    width: 6.2rem;
  }
  .l-footer_info_logo_main {
    width: 16.5rem;
  }
  .l-footer_info_sns {
    justify-content: center;
    margin: 3rem 0 0;
    padding: 0;
    border-left: none;
  }
  .l-footer_info_sns_item {
    padding: 0 1.5rem;
  }
  .l-footer_info_sns_item + .l-footer_info_sns_item {
    margin-left: 0;
  }
  .l-footer_info_sns img {
    width: 2.6rem;
  }
  .l-footer_copyright {
    position: static;
    margin: 2rem 0 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .l-footer {
    padding: 0 2rem;
  }
  .l-footer_pagetop {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    left: auto;
  }
  .l-footer_contents {
    margin: 0 -2rem;
    padding: 0;
  }
  .l-footer_nav_main {
    border-bottom: 1px solid #a94061;
  }
  .l-footer_nav_col + .l-footer_nav_col {
    margin-top: 0 !important;
    border-top: 1px solid #a94061;
  }
  .l-footer_nav_col + .l-footer_nav_cat {
    margin-top: 0 !important;
    border-top: 1px solid #a94061;
  }
  .l-footer_nav_cat {
    position: relative;
    padding: 0;
    border-left: none;
  }
  .l-footer_nav_cat + .l-footer_nav_cat {
    margin-top: 0 !important;
    border-top: 1px solid #a94061;
  }
  .l-footer_nav_cat_title {
    display: block;
    padding: 1.2rem 6rem 1.1rem 2rem;
    background: url(/assets/images/common/ico_arrow.svg) calc(100% - 2rem) 50% no-repeat;
    font-weight: 600;
  }
  .l-footer_nav_cat_menu {
    margin: 0;
  }
  .l-footer_nav_cat_list {
    position: relative;
    background: #a43457;
  }
  .l-footer_nav_cat_item {
    border-top: 1px solid #a94061;
    font-size: 1.4rem;
  }
  .l-footer_nav_cat_item a {
    display: block;
    padding: 1.3rem 6rem 1.3rem 4rem;
    background: url(/assets/images/common/ico_arrow.svg) calc(100% - 2rem) 50% no-repeat;
  }
  .l-footer_nav_cat_item + .l-footer_nav_cat_item {
    margin-top: 0;
  }
  .l-footer_nav_cat_item_toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
    border-left: 1px solid #a94061;
    background: #9a1e45;
  }
  .l-footer_nav_cat_item_toggle::before, .l-footer_nav_cat_item_toggle::after {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    content: '';
    transition: all .3s ease-out;
  }
  .l-footer_nav_cat_item_toggle::before {
    top: 2.1rem;
    width: 1.1rem;
    height: .1rem;
  }
  .l-footer_nav_cat_item_toggle::after {
    top: 1.6rem;
    width: .1rem;
    height: 1.1rem;
  }
  .l-footer_nav_cat_item_toggle.-open::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .l-footer_nav_other {
    margin: 0;
    padding: 4rem 2rem 2rem;
  }
  .l-footer_nav_other_cat {
    margin: 0;
    text-align: center;
  }
  .l-footer_nav_other_cat.-group {
    width: auto;
  }
  .l-footer_nav_other_cat.-related {
    margin: 2rem 0 0 0;
  }
  .l-footer_nav_group_item {
    width: calc(50% - 1.5rem);
    margin-bottom: 2rem;
  }
  .l-footer_nav_related_item {
    width: calc(50% - .5rem);
  }
  .l-footer_nav_related_item:last-child {
    margin-bottom: 2rem;
  }
}

/* =================================================
  .l-gnav
================================================= */
.l-gnav_menu {
  display: flex;
  justify-content: flex-end;
}

.l-gnav_item + .l-gnav_item {
  margin-left: 2.8rem;
}

.l-gnav_item_label {
  display: block;
  position: relative;
  height: 100%;
  padding: 1.4rem 1.4rem 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  transition: .3s linear;
}

.l-gnav_item_label:hover {
  text-decoration: none;
}

.l-gnav_item_label:hover::before {
  opacity: 1;
}

.l-gnav_item_label::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e1bcc8;
  content: '';
  opacity: 0;
  transition: .3s linear;
}

.l-gnav_item_label::after {
  display: block;
  position: absolute;
  top: -.2rem;
  right: .1rem;
  bottom: 0;
  width: .4rem;
  height: .4rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  transition: .3s linear;
}

.l-gnav_item_label.-active::before {
  opacity: 1;
}

.l-gnav_item_label.-open::before {
  opacity: 1;
}

.l-gnav_item_label.-open::after {
  -webkit-transform: rotate(-135deg) translate(-0.2rem, -0.2rem);
  transform: rotate(-135deg) translate(-0.2rem, -0.2rem);
}

.l-gnav_item_toggle {
  display: none;
}

@media (min-width: 1231px) {
  .l-header.-open .l-gnav_item_label.-active::before {
    opacity: 0;
  }
  .l-header.-open .l-gnav_item_label.-open::before {
    opacity: 1;
  }
}

@media (max-width: 1230px) {
  .l-gnav {
    display: block;
    position: relative;
    order: -1;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
  .l-gnav_menu {
    display: block;
  }
  .l-gnav_item {
    position: relative;
  }
  .l-gnav_item + .l-gnav_item {
    margin-left: 0;
    border-top: 1px solid #a94061;
  }
  .l-gnav_item_label {
    padding: .9rem 6rem .9rem 2rem;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .l-gnav_item_label:hover {
    text-decoration: none;
  }
  .l-gnav_item_label:hover::before {
    opacity: 1;
  }
  .l-gnav_item_label::before, .l-gnav_item_label::after {
    display: none;
  }
  .l-gnav_item_toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
    border-left: 1px solid #a94061;
  }
  .l-gnav_item_toggle::before, .l-gnav_item_toggle::after {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff;
    content: '';
    transition: all .3s ease-out;
  }
  .l-gnav_item_toggle::before {
    top: 2.1rem;
    width: 1.1rem;
    height: .1rem;
  }
  .l-gnav_item_toggle::after {
    top: 1.6rem;
    width: .1rem;
    height: 1.1rem;
  }
  .l-gnav_item_toggle.-open::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

/* =================================================
.l-dropDownMenu
================================================= */
.l-dropDownMenu {
  display: flex;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 8.1rem;
  left: 0;
  width: 100vw;
  min-height: 29.7rem;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  background: #9a1e45;
  text-align: left;
  opacity: 0;
  transition: all .5s;
}

.l-dropDownMenu.-open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.l-dropDownMenu_image {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 41.288433%;
  min-height: 29.7rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font: 2.8rem/1.3 "Noto Serif Japanese", serif;
  text-align: center;
}

.l-dropDownMenu_image::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3f454e;
  content: '';
  opacity: .6;
}

.l-dropDownMenu_image.-about {
  background-image: url(/assets/images/common/bg_gnav_menu_about.jpg);
}

.l-dropDownMenu_image.-academics {
  background-image: url(/assets/images/common/bg_gnav_menu_academics.jpg);
}

.l-dropDownMenu_image.-research {
  background-image: url(/assets/images/common/bg_gnav_menu_research.jpg);
}

.l-dropDownMenu_image.-social {
  background-image: url(/assets/images/common/bg_gnav_menu_social.jpg);
}

.l-dropDownMenu_image.-international {
  background-image: url(/assets/images/common/bg_gnav_menu_international.jpg);
}

.l-dropDownMenu_image.-student {
  background-image: url(/assets/images/common/bg_gnav_menu_student.jpg);
}

.l-dropDownMenu_image.-examination {
  background-image: url(/assets/images/common/bg_gnav_menu_examination.jpg);
}

.l-dropDownMenu_inner {
  position: relative;
  flex: 1;
  padding: 6rem 7.4rem 6rem 4rem;
}

.l-dropDownMenu_inner.-menuV01 {
  padding: 4rem 7.4rem 3rem 4rem;
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item {
  width: calc(50% - 3rem);
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item_label {
  font-size: 1.9rem;
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem 0 0 -1.8rem;
  padding-top: 1rem;
  border-top: #ae4b6a solid 1px;
  line-height: 2.4;
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li {
  width: 48%;
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li.menuCol1 {
  width: 100%;
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li.menuCol1 span {
  font-weight: 600;
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li.menuCol1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li.menuCol1 ul li {
  width: 50%;
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li.menuCol1 ul li span {
  font-weight: 200;
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li a {
  position: relative;
  padding-left: 1.8rem;
  transition: .2s;
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li a::before {
  display: block;
  position: absolute;
  top: .45em;
  left: 0;
  width: .9rem;
  height: 1.2rem;
  background: url(/assets/images/common/ico_arrow.svg) 50% 50%/contain no-repeat;
  content: '';
}

.l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li a span {
  padding: 1rem 0;
  font-size: 1.4rem;
}

@media (max-width: 1230px) {
  .l-dropDownMenu_inner.-menuV01 {
    padding: 0;
  }
  .l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item {
    width: 100%;
  }
  .l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item_label {
    font-size: 1.4rem;
  }
  .l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul {
    margin: 0;
    padding-top: 0;
    border-top: none;
  }
  .l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li {
    width: 100%;
    border-top: 1px solid #a94061;
  }
  .l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li.menuCol1 span {
    font-weight: 200;
  }
  .l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li.menuCol1 ul {
    border-top: none;
  }
  .l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li.menuCol1 ul li {
    width: 100%;
    padding-left: 1.5rem;
    border-top: 1px solid #a94061;
  }
  .l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li a {
    padding: 1.3rem 6rem 1.3rem 5.5rem;
  }
  .l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li a::before {
    display: none;
  }
  .l-dropDownMenu_inner.-menuV01 .l-dropDownMenu_item > ul > li a span {
    padding: 0;
  }
}

.l-dropDownMenu_title {
  position: relative;
  padding: 0 0 2.5rem;
  padding-left: 1.8rem;
  border-bottom: 1px solid #a94061;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
}

.l-dropDownMenu_title a::before {
  display: block;
  position: absolute;
  top: .35em;
  left: 0;
  width: .9rem;
  height: 1.2rem;
  background: url(/assets/images/common/ico_arrow.svg) 50% 50%/contain no-repeat;
  content: '';
}

.l-dropDownMenu_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -3rem;
}

.l-dropDownMenu_item {
  position: relative;
  width: calc(33.33% - 3rem);
  margin: 2rem 0 0 3rem;
  padding-left: 1.8rem;
  line-height: 1.3;
}

.l-dropDownMenu_item a::before {
  display: block;
  position: absolute;
  top: .3em;
  left: 0;
  width: .9rem;
  height: 1.2rem;
  background: url(/assets/images/common/ico_arrow.svg) 50% 50%/contain no-repeat;
  content: '';
}

.l-dropDownMenu_item_label {
  font-size: 1.4rem;
}

.l-dropDownMenu_item_label.-external::after {
  display: inline-block;
  margin-left: .5rem;
  content: url(/assets/images/common/ico_external.svg);
}

.l-dropDownMenu_close {
  position: absolute;
  top: 2.8rem;
  right: 2.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #b8627d;
}

.l-dropDownMenu_close:hover {
  background-color: #b0506e;
}

.l-dropDownMenu_close_label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.l-dropDownMenu_close_label::before, .l-dropDownMenu_close_label::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  content: '';
}

.l-dropDownMenu_close_label::before {
  width: 1.6rem;
  height: 2px;
}

.l-dropDownMenu_close_label::after {
  width: 2px;
  height: 1.6rem;
}

@media (max-width: 1230px) {
  .l-dropDownMenu {
    visibility: visible;
    z-index: 1;
    position: static;
    top: 0;
    width: 100%;
    min-height: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    background: #a43457;
    opacity: 1;
    transition: all 0s;
  }
  .l-dropDownMenu.-open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  .l-dropDownMenu_image {
    display: none;
  }
  .l-dropDownMenu_inner {
    padding: 0;
  }
  .l-dropDownMenu_title {
    display: none;
  }
  .l-dropDownMenu_list {
    display: block;
    margin: 0;
  }
  .l-dropDownMenu_item {
    width: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid #a94061;
  }
  .l-dropDownMenu_item a {
    display: block;
    padding: 1.3rem 6rem 1.3rem 4rem;
    background: url(/assets/images/common/ico_arrow.svg) calc(100% - 2rem) 50% no-repeat;
  }
  .l-dropDownMenu_item a::before {
    display: none;
  }
  .l-dropDownMenu_close {
    display: none;
  }
}

/* =================================================
  .l-localnav
================================================= */
.l-localnav {
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.4;
}

.l-localnav_title {
  display: flex;
  width: 100%;
  margin: 0;
  border-top: 2px solid #9a1e45;
}

.l-localnav_title_link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 7.7rem;
  padding: 2rem 2rem 2rem 1rem;
  font-size: 1.7rem;
  font-weight: 600;
}

.l-localnav_title_link:hover {
  background: #fff5f7;
  text-decoration: none;
}

.l-localnav_title_link.-active {
  background: #fff5f7;
}

.l-localnav_title_label {
  display: inline-block;
  padding-left: 1.8rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.4em no-repeat;
}

.l-localnav_list {
  width: 100%;
}

.l-localnav_list .l-localnav_list .l-localnav_list {
  z-index: 1;
  position: relative;
  padding: 10px 0;
  background: #f4f9fd;
}

.l-localnav_item {
  border-top: 1px solid #e6e6e6;
}

.l-localnav_item_link {
  display: block;
  padding: 2rem 2rem 2rem 1rem;
  font-size: 1.5rem;
}

.l-localnav_item_link:hover {
  background: #fff5f7;
  text-decoration: none;
}

.l-localnav_item_link.-active {
  background: #fff5f7;
}

.l-localnav_item_label {
  display: inline-block;
  padding-left: 1.8rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.35em no-repeat;
}

.l-localnav_item_label.-external {
  display: block;
}

.l-localnav_item_label.-external::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: .5rem;
  background: url(/assets/images/common/ico_external_02.svg) center no-repeat;
  line-height: 1;
  vertical-align: -.2rem;
  content: '';
}

.l-localnav_item ul li a {
  padding-left: 3rem;
}

@media (max-width: 1024px) {
  .l-localnav {
    margin: 0 -3rem;
  }
}

@media (max-width: 768px) {
  .l-localnav {
    margin: 0 -2rem;
  }
}

/* =================================================
  .l-section
================================================= */
.l-section.-border {
  padding-top: 6rem;
  border-top: 1px solid #e6e6e6;
}

.l-section > .l-section {
  margin-top: 6rem;
}

.l-section + .l-section {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .l-section.-border {
    padding-top: 5.5rem;
  }
}

/* =================================================
  .l-topicsPath
================================================= */
.l-topicsPath {
  padding: 2.5rem 3rem;
}

.l-topicsPath_inner {
  display: flex;
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
  font-size: 1.1rem;
}

.l-topicsPath_item + .l-topicsPath_item::before {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin: 0 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  vertical-align: .1em;
  content: '';
}

.l-topicsPath_item:last-child a {
  color: #333;
}

@media (max-width: 768px) {
  .l-topicsPath {
    padding: 1.1rem 2rem;
    border-bottom: 1px solid #e6e6e6;
  }
  .l-topicsPath_inner {
    flex-wrap: wrap;
    font-size: 1rem;
  }
  .l-topicsPath_item + .l-topicsPath_item::before {
    width: .4rem;
    height: .4rem;
  }
}

/* =================================================
  .l-pageHeader
================================================= */
.l-pageHeader {
  display: flex;
  margin-top: -8rem;
  overflow: hidden;
  background: #9a1e45;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-pageHeader_inner {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50rem;
  padding: 8rem 3rem 0;
}

.l-pageHeader_inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3f454e;
  content: '';
  opacity: .2;
}

.l-pageHeader_title {
  position: relative;
  margin: 0;
  color: #fff;
  font: 400 4rem/1.4 "Noto Serif Japanese", serif;
  letter-spacing: .6rem;
}

.l-pageHeader_title.-replace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.l-pageHeader.-about {
  background-image: url(/assets/images/about/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-academics {
  background-image: url(/assets/images/academics/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-faculty {
  background-image: url(/assets/images/academics/faculty/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-graduate {
  background-image: url(/assets/images/academics/graduate/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-research {
  background-image: url(/assets/images/research/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-social-partnership {
  background-image: url(/assets/images/social-partnership/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-international-exchange {
  background-image: url(/assets/images/international-exchange/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-student-support {
  background-image: url(/assets/images/student-support/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-campus_life {
  background-image: url(/assets/images/student-support/campus-life/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-career {
  background-image: url(/assets/images/student-support/career/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-examination {
  background-image: url(/assets/images/examination/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-ex_opencampus {
  background-image: url(/assets/images/examination/opencampus/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-weboc {
  background-image: url(/assets/images/examination/opencampus/WEBOC/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-s202008oc {
  background-image: url(/assets/images/examination/opencampus/202008oc/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-ex_depart {
  background-image: url(/assets/images/examination/depart/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-ex_graduate {
  background-image: url(/assets/images/examination/graduate/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-ex_research-student {
  background-image: url(/assets/images/examination/research-student/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-examinee {
  background-image: url(/assets/images/examinee/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-interview {
  background-image: url(/assets/images/examinee/interview/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-parents {
  background-image: url(/assets/images/parents/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-students {
  background-image: url(/assets/images/students/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-alumna {
  background-image: url(/assets/images/alumna/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-people {
  background-image: url(/assets/images/people/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-request {
  background-image: url(/assets/images/request/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-inquiry {
  background-image: url(/assets/images/inquiry/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-recruitment {
  background-image: url(/assets/images/recruitment/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-sitepolicy {
  background-image: url(/assets/images/sitepolicy/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-privacy-policy {
  background-image: url(/assets/images/privacy-policy/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-harassment {
  background-image: url(/assets/images/harassment/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-sitemap {
  background-image: url(/assets/images/sitemap/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-search {
  background-image: url(/assets/images/search/bg_pageHeader__pc.jpg);
}

.l-pageHeader.-nf404 {
  background-image: url(/assets/images/404/bg_pageHeader__pc.jpg);
}

.l-pageHeader .l-pageHeader_inner.-slim {
  min-height: 28rem;
}

@media (max-width: 768px) {
  .l-pageHeader_inner {
    padding: 5rem 2rem 0;
  }
  .l-pageHeader_title {
    font-size: 3.2rem;
  }
  .l-pageHeader.-about {
    background-image: url(/assets/images/about/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-academics {
    background-image: url(/assets/images/academics/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-faculty {
    background-image: url(/assets/images/academics/faculty/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-graduate {
    background-image: url(/assets/images/academics/graduate/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-research {
    background-image: url(/assets/images/research/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-social-partnership {
    background-image: url(/assets/images/social-partnership/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-international-exchange {
    background-image: url(/assets/images/international-exchange/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-student-support {
    background-image: url(/assets/images/student-support/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-campus_life {
    background-image: url(/assets/images/student-support/campus-life/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-career {
    background-image: url(/assets/images/student-support/career/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-examination {
    background-image: url(/assets/images/examination/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-ex_opencampus {
    background-image: url(/assets/images/examination/opencampus/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-ex_202008oc {
    background-image: url(/assets/images/examination/opencampus/WEBOC/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-ex_weboc {
    background-image: url(/assets/images/examination/opencampus/202008oc/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-ex_depart {
    background-image: url(/assets/images/examination/depart/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-ex_graduate {
    background-image: url(/assets/images/examination/graduate/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-ex_research-student {
    background-image: url(/assets/images/examination/research-student/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-examinee {
    background-image: url(/assets/images/examinee/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-interview {
    background-image: url(/assets/images/examinee/interview/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-parents {
    background-image: url(/assets/images/parents/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-students {
    background-image: url(/assets/images/students/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-alumna {
    background-image: url(/assets/images/alumna/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-people {
    background-image: url(/assets/images/people/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-request {
    background-image: url(/assets/images/request/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-inquiry {
    background-image: url(/assets/images/inquiry/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-recruitment {
    background-image: url(/assets/images/recruitment/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-sitepolicy {
    background-image: url(/assets/images/sitepolicy/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-privacy-policy {
    background-image: url(/assets/images/privacy-policy/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-harassment {
    background-image: url(/assets/images/harassment/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-sitemap {
    background-image: url(/assets/images/sitemap/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-search {
    background-image: url(/assets/images/search/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader.-nf404 {
    background-image: url(/assets/images/404/bg_pageHeader__sp.jpg);
  }
  .l-pageHeader .l-pageHeader_inner.-slim {
    min-height: 22rem;
  }
}

/* =================================================
  .l-pageHeader01
================================================= */
.l-pageHeader01 {
  position: relative;
  width: 100%;
  text-align: right;
}

.l-pageHeader01_inner {
  position: absolute;
  top: 4rem;
  left: 0;
  width: 45rem;
  min-height: 365px;
  background: #9a1e45;
  color: #fff;
  text-align: left;
}

.l-pageHeader01_inner_text {
  padding: 3rem 3rem 6rem;
}

.l-pageHeader01_inner_ttl {
  padding-bottom: 30px;
  border-bottom: #a94061 solid 1px;
  font: 200 2.7rem/1.5 adobe-garamond-pro, serif;
}

.l-pageHeader01_inner_ttl span {
  display: block;
}

.l-pageHeader01_inner_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #b8627d;
  text-align: center;
  transition: .2s;
}

.l-pageHeader01_inner_btn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  font: 400 1.4rem/1.75 "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.l-pageHeader01_inner_btn a::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -.5rem;
  background-image: url(/assets/images/common/ico_arrow.svg);
  background-repeat: no-repeat;
  content: '';
}

.l-pageHeader01_inner_btn:hover {
  background: #b0506e;
  transition: .2s;
}

.l-pageHeader01_inner_btn:hover a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .l-pageHeader01 {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    text-align: center;
  }
  .l-pageHeader01_inner {
    z-index: 2;
    position: initial;
    top: 20rem;
    left: 5%;
    order: 2;
    width: 90%;
    min-height: auto;
    margin: -4rem auto 0;
  }
  .l-pageHeader01_inner_text {
    padding: 1rem 2rem 3rem;
  }
  .l-pageHeader01_inner_ttl {
    padding-bottom: 15px;
    font: 200 2.3rem/1.5 adobe-garamond-pro, serif;
  }
  .l-pageHeader01_inner_btn {
    position: initial;
  }
  .l-pageHeader01 > img {
    width: 100%;
    height: 100%;
  }
}

/*****************************************************
English
*****************************************************/
[lang=en] .l-header_logo_main {
  width: 33.3rem;
  margin-top: .5%;
}

[lang=en] .l-header_nav_inner {
  padding-right: 0;
}

[lang=en] .l-pageHeader_title {
  letter-spacing: .2rem;
  text-align: center;
}

[lang=en] .l-dropDownMenu_image.-general-info {
  background-image: url(/assets/images/common/bg_gnav_menu_about.jpg);
}

[lang=en] .l-dropDownMenu_image.-campus-life {
  background-image: url(/assets/images/common/bg_gnav_menu_student.jpg);
}

[lang=en] .l-dropDownMenu_image.-admission-aid {
  background-image: url(/assets/images/common/bg_gnav_menu_examination.jpg);
}

[lang=en] .l-pageHeader.-general-info {
  background-image: url(/assets/images/english/general-info/bg_pageHeader__pc.jpg);
}

[lang=en] .l-pageHeader.-academics {
  background-image: url(/assets/images/english/academics/bg_pageHeader__pc.jpg);
}

[lang=en] .l-pageHeader.-research {
  background-image: url(/assets/images/english/research/bg_pageHeader__pc.jpg);
}

[lang=en] .l-pageHeader.-campus-life {
  background-image: url(/assets/images/english/campus-life/bg_pageHeader__pc.jpg);
}

[lang=en] .l-pageHeader.-admission-aid {
  background-image: url(/assets/images/english/admission-aid/bg_pageHeader__pc.jpg);
}

[lang=en] .l-footer_nav_cat {
  height: 100%;
}

[lang=en] .l-footer_nav_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 6rem 0 -3rem -3rem;
  margin-top: 6rem;
}

[lang=en] .l-footer_nav_bnr_item {
  width: calc((100% / 4) - 3rem);
  margin-bottom: 3rem;
  margin-left: 3rem;
  background-color: #fff;
  text-align: center;
}

[lang=en] .l-footer_nav_bnr_item a img {
  transition: .2s;
}

[lang=en] .l-footer_nav_bnr_item a:hover img {
  opacity: .7;
}

[lang=en] .l-footer_info {
  flex-direction: row;
  align-items: center;
}

[lang=en] .l-footer_address {
  margin-bottom: .5rem;
  font-size: 1.4rem;
  font-style: normal;
  text-align: right;
}

[lang=en] .l-footer_copyright {
  position: relative;
  bottom: 0;
}

[lang=en] .l-footer_info_logo_main {
  width: 33.3rem;
}

@media (max-width: 1230px) {
  [lang=en] .l-header_logo {
    max-width: calc(100% - 8.6rem);
  }
  [lang=en] .l-header_nav_inner {
    padding-right: 2.1rem;
  }
  [lang=en] .l-gnav_item:last-child {
    border-bottom: 1px solid #a94061;
  }
}

@media (max-width: 1024px) {
  [lang=en] .l-footer_nav_bnr_item {
    width: calc((100% / 3) - 3rem);
  }
  [lang=en] .l-footer_info_logo_main {
    width: 25rem;
  }
  [lang=en] .l-footer_address {
    margin-top: 1.5rem;
    text-align: center;
  }
  [lang=en] .l-footer_copyright {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  [lang=en] .l-pageHeader.-general-info {
    background-image: url(/assets/images/english/general-info/bg_pageHeader__sp.jpg);
  }
  [lang=en] .l-pageHeader.-academics {
    background-image: url(/assets/images/english/academics/bg_pageHeader__sp.jpg);
  }
  [lang=en] .l-pageHeader.-research {
    background-image: url(/assets/images/english/research/bg_pageHeader__sp.jpg);
  }
  [lang=en] .l-pageHeader.-campus-life {
    background-image: url(/assets/images/english/campus-life/bg_pageHeader__sp.jpg);
  }
  [lang=en] .l-pageHeader.-admission-aid {
    background-image: url(/assets/images/english/admission-aid/bg_pageHeader__sp.jpg);
  }
  [lang=en] .l-footer_nav_bnr {
    margin-top: 0;
    margin-left: -2rem;
    padding: 2rem 2rem 0;
  }
  [lang=en] .l-footer_nav_bnr_item {
    width: calc((100% / 2) - 2rem);
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}

@media (max-width: 520px) {
  [lang=en] .l-header_logo_main {
    width: 22.5rem;
  }
}

@media (max-width: 400px) {
  [lang=en] .l-header_logo {
    max-width: calc(100% - 6rem);
  }
  [lang=en] .l-footer_info_logo_symbol {
    width: 5rem;
  }
}

/*****************************************************
  Object
*****************************************************/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

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

.u-mr10 {
  margin-right: 10px !important;
}

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

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

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

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mtNormal {
  margin-top: 2.5rem !important;
}

.u-mtLarge {
  margin-top: 5rem !important;
}

.u-mbNormal {
  margin-bottom: 2.5rem !important;
}

.u-mbLarge {
  margin-bottom: 5rem !important;
}

@media (max-width: 768px) {
  .u-mtNormal {
    margin-top: 1.25rem !important;
  }
  .u-mtLarge {
    margin-top: 2.5rem !important;
  }
  .u-mbNormal {
    margin-bottom: 1.25rem !important;
  }
  .u-mbLarge {
    margin-bottom: 2.5rem !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-wAuto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-fs11 {
  font-size: 1.1rem !important;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs13 {
  font-size: 1.3rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs15 {
  font-size: 1.5rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs17 {
  font-size: 1.7rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-fs19 {
  font-size: 1.9rem !important;
}

.u-fs20 {
  font-size: 2rem !important;
}

.u-fs21 {
  font-size: 2.1rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

.u-fs23 {
  font-size: 2.3rem !important;
}

.u-fs24 {
  font-size: 2.4rem !important;
}

.u-fs25 {
  font-size: 2.5rem !important;
}

.u-fs26 {
  font-size: 2.6rem !important;
}

.u-fs27 {
  font-size: 2.7rem !important;
}

.u-fs28 {
  font-size: 2.8rem !important;
}

.u-fs29 {
  font-size: 2.9rem !important;
}

.u-fs30 {
  font-size: 3rem !important;
}

.u-fs31 {
  font-size: 3.1rem !important;
}

.u-fs32 {
  font-size: 3.2rem !important;
}

.u-fs33 {
  font-size: 3.3rem !important;
}

.u-fs34 {
  font-size: 3.4rem !important;
}

.u-fs35 {
  font-size: 3.5rem !important;
}

.u-fsBig {
  font-size: 2rem !important;
}

.u-fsSmall {
  font-size: 1.4rem !important;
}

@media (max-width: 768px) {
  .u-fsBig {
    font-size: 1.8rem !important;
  }
  .u-fsSmall {
    font-size: 1.2rem !important;
  }
}

.u-textbold {
  font-weight: 700 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-emp {
  color: #ed0000 !important;
}

.u-underline {
  text-decoration: underline;
}

.u-indent {
  text-indent: 1em !important;
}

.u-clear {
  clear: both !important;
}

.u-ac {
  text-align: center !important;
}

.u-ar {
  text-align: right !important;
}

.u-al {
  text-align: left !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

@media (min-width: 1025px) {
  .u-ac-pc {
    text-align: center !important;
  }
  .u-ar-pc {
    text-align: right !important;
  }
  .u-al-pc {
    text-align: left !important;
  }
  .u-vm-pc {
    vertical-align: middle !important;
  }
  .u-vt-pc {
    vertical-align: top !important;
  }
  .u-vb-pc {
    vertical-align: bottom !important;
  }
}

@media (max-width: 768px) {
  .u-ac-sp {
    text-align: center !important;
  }
  .u-ar-sp {
    text-align: right !important;
  }
  .u-al-sp {
    text-align: left !important;
  }
  .u-vm-sp {
    vertical-align: middle !important;
  }
  .u-vt-sp {
    vertical-align: top !important;
  }
  .u-vb-sp {
    vertical-align: bottom !important;
  }
}

.u-sp,
.u-tab {
  display: none !important;
}

@media (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
  .u-tab {
    display: inherit !important;
  }
}

@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: inherit !important;
  }
}

/*****************************************************
English
*****************************************************/
[lang=en] .u-indent {
  text-indent: .5em !important;
}

[lang=en] .u-pageLink {
  margin-top: -54px;
  padding-top: 54px;
}

/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
.c-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  padding: 1.7rem 1.6rem;
  outline: none;
  background-color: #9a1e45;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: .2s linear;
}

.c-btn.-frame {
  border: 1px solid #fff;
  background-color: transparent;
}

.c-btn.-frame:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.4);
}

.c-btn_label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.c-btn_label::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: .4rem;
  line-height: 1;
  vertical-align: -.2rem;
}

.c-btn_label.-external::after {
  background: url(/assets/images/common/ico_external.svg) 50% 50% no-repeat;
  content: '';
}

.c-btn_label.-pdf::after {
  background: url(/assets/images/common/ico_pdf_02.svg) 50% 50% no-repeat;
  content: '';
}

.c-btn_label.-doc::after {
  background: url(/assets/images/common/ico_doc_02.svg) 50% 50% no-repeat;
  content: '';
}

.c-btn_label.-xls::after {
  background: url(/assets/images/common/ico_xls_02.svg) 50% 50% no-repeat;
  content: '';
}

.c-btn.c-grid_col {
  margin-top: 0;
}

.c-btn:hover {
  background-color: #af224f;
  text-decoration: none;
}

.c-btn.-inline {
  display: inline-table;
  min-width: 0;
  margin-top: 0;
  margin-left: 2rem;
}

.c-btn.-flex {
  display: table;
  min-width: 36rem;
}

.c-btn.-small {
  min-width: 40%;
}

.c-btn.-medium {
  min-width: 50%;
}

.c-btn.-large {
  min-width: 75%;
}

.c-btn.-center {
  margin-right: auto;
  margin-left: auto;
}

.c-btn.-right {
  margin-left: auto;
}

.c-btn[class*="-next"], .c-btn[class*="-prev"] {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.c-btn.-next {
  background-image: url(/assets/images/common/ico_arrow.svg);
  background-position: calc(100% - 1.5rem) 50%;
}

.c-btn.-prev {
  background-image: url(/assets/images/common/ico_arrow_03.svg);
  background-position: 1.5rem 50%;
}

.c-btn.-search {
  background-image: url(/assets/images/common/ico_search.svg);
  background-position: 1.5rem 50%;
  background-size: 20px;
}

.c-btn.c-grid_col {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .c-btn {
    min-width: 0;
    padding: 1.2rem 1.3rem;
  }
  .c-btn.-inline {
    display: block;
    width: 100%;
    min-height: 0;
    margin-left: 0;
  }
  .c-btn.-flex {
    width: 100%;
    min-width: 0;
  }
  .c-btn.-flex .c-btn_label {
    display: flex;
  }
  .c-btn.-small {
    min-width: 0;
  }
  .c-btn.-medium {
    min-width: 0;
  }
}

/* -----------------------------------------------
  title
----------------------------------------------- */
.c-titleLvOne {
  margin: 0 0 4rem;
  padding: 1.8rem 2.4rem;
  border-left: 3px solid #9a1e45;
  background: #faf8eb;
  font: 400 3rem/1.4 "Noto Serif Japanese", serif;
}

@media (max-width: 768px) {
  .c-titleLvOne {
    margin: 0 -2rem 3rem;
    padding: 2.4rem;
    font-size: 2.4rem;
  }
}

.c-titleLvTwo {
  position: relative;
  margin: 0 0 3.5rem;
  padding: 1.4rem 2rem 1.4rem 3.5rem;
  background: #faf8eb;
  font: 400 2.8rem/1.4 "Noto Serif Japanese", serif;
}

.c-titleLvTwo::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  width: 2px;
  height: calc(100% - 3rem);
  margin: auto 0;
  background: #9a1e45;
  content: '';
}

@media (max-width: 768px) {
  .c-titleLvTwo {
    padding: .8rem 2rem .8rem 3rem;
    font-size: 2.3rem;
  }
  .c-titleLvTwo::before {
    height: calc(100% - 2rem);
  }
}

.c-titleLvTwo02 {
  margin: 0 0 2.5rem;
  padding: 1.4rem 2.9rem 1.4rem 2.9rem;
  border-left: 3px solid #9a1e45;
  font: 400 2.8rem/1.4 "Noto Serif Japanese", serif;
}

.c-titleLvTwo02.os_width {
  width: 100%;
  max-width: 121.8rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .c-titleLvTwo02 {
    padding: 1.3rem 2rem 1.3rem 3rem;
    font-size: 2.4rem;
  }
}

.c-titleLvTwo03 {
  margin: 0 0 2.5rem;
  padding: 2rem 2.9rem;
  border-top: 2px solid #9a1e45;
  outline: none;
  background-color: #f7f7ed;
  font: 400 2.8rem/1.4 "Noto Serif Japanese", serif;
}

.c-titleLvTwo03.-icoAccordion {
  position: relative;
  margin-bottom: 1px;
  cursor: pointer;
}

.c-titleLvTwo03.-icoAccordion span {
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  cursor: pointer;
}

.c-titleLvTwo03.-icoAccordion span:before, .c-titleLvTwo03.-icoAccordion span:after {
  display: inline-block;
  position: absolute;
  top: 15px;
  width: 32px;
  height: 2px;
  background-color: #9a1e45;
  content: '';
}

.c-titleLvTwo03.-icoAccordion span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: .3s;
}

.c-titleLvTwo03.-icoAccordion.-open span:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .3s;
}

.c-titleLvTwo03 ~ .AccordionBody {
  display: none;
  padding: 30px 40px;
  background-color: #f7f7ed;
}

@media (max-width: 768px) {
  .c-titleLvTwo03 {
    margin: 0 -2rem 3rem;
    padding: 2rem 2rem 2rem 3rem;
    font-size: 2.4rem;
  }
  .c-titleLvTwo03.-link {
    display: block;
    padding: 0;
    border: none;
  }
  .c-titleLvTwo03.-link .c-titleLvTwo03_label {
    margin: 0 0 2.5rem;
    padding: 0 .4rem 1.2rem;
    border-bottom: 3px double #9a1e45;
  }
  .c-titleLvTwo03.-icoAccordion {
    margin: 0 0 1px;
    padding: 2rem 8rem 2rem 3rem;
  }
  .c-titleLvTwo03.-icoAccordion span {
    right: 20px;
  }
  .c-titleLvTwo03 ~ .AccordionBody {
    display: none;
    padding: 15px 20px;
    background-color: #f7f7ed;
  }
}

.c-titleLvThree {
  margin: 0 0 3rem;
  padding: 0 .4rem 1.2rem;
  border-bottom: 3px double #9a1e45;
  font: 400 2.2rem/1.4 "Noto Serif Japanese", serif;
}

.c-titleLvThree.-numeric {
  display: flex;
}

.c-titleLvThree.-numeric .c-titleLvThree_number {
  min-width: 2.7rem;
  padding: .1rem 1rem 0 0;
  color: #9a1e45;
  font: 300 4.2rem/.7 adobe-garamond-pro, serif;
  text-align: center;
}

.c-titleLvThree.-numeric .c-titleLvThree_label {
  flex: 1;
}

.c-titleLvThree.-ico_svg .c-titleLvThree_ico img {
  margin: -.5rem 2rem 0 0;
  vertical-align: middle;
}

.c-titleLvThree.-link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.c-titleLvThree.-link .c-titleLvThree_label {
  flex: 1;
  margin: 0 1.5rem 0 0;
  padding: 0;
  font: 400 2.2rem/1.4 "Noto Serif Japanese", serif;
}

.c-titleLvThree.-link .c-titleLvThree_link {
  margin: 0;
  font: 400 1.4rem/1.75 "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.c-titleLvThree.-link .c-titleLvThree_link_arrow {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.5em no-repeat;
}

.c-titleLvThree_tag {
  display: inline-block;
  margin-left: 1rem;
  padding: .1rem 1.5rem .2rem;
  border: 2px solid #9a1e45;
  border-radius: 1.2rem;
  color: #9a1e45;
  font: 400 1.2rem/1.4 "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  vertical-align: .25em;
}

.c-titleLvThree01 {
  padding: 5px;
  border: double #9a1e45 3px;
  font: 400 2.2rem/1.4 "Noto Serif Japanese", serif;
  text-align: center;
}

.c-titleLvThree02 {
  border-bottom: none;
  font: 400 2.6rem/1.4 "Noto Serif Japanese", serif;
}

@media (max-width: 768px) {
  .c-titleLvThree {
    display: flex;
    align-items: center;
    margin: 0 0 2.5rem;
    font-size: 2.2rem;
  }
  .c-titleLvThree.-link {
    display: block;
    padding: 0;
    border: none;
  }
  .c-titleLvThree.-link .c-titleLvThree_label {
    margin: 0 0 2.5rem;
    padding: 0 .4rem 1.2rem;
    border-bottom: 3px double #9a1e45;
  }
  .c-titleLvThree_tag {
    align-self: center;
    min-width: 10rem;
    max-width: 17rem;
  }
}

.c-titleLvFour {
  margin: 0 0 2.5rem;
  padding: 0 .5rem 1.2rem;
  border-bottom: 1px solid #e6e6e6;
  font: 400 2rem/1.4 "Noto Serif Japanese", serif;
}

/* -----------------------------------------------
  .c-lead
----------------------------------------------- */
.c-lead {
  margin: 0 0 2rem;
  font: 400 2.6rem/1.4 "Noto Serif Japanese", serif;
}

.c-lead.-big {
  font-size: 4.2rem;
}

@media (max-width: 768px) {
  .c-lead {
    font-size: 2.1rem;
  }
  .c-lead.-big {
    font-size: 2.9rem;
  }
}

/* -----------------------------------------------
  .c-figure
----------------------------------------------- */
.c-figure {
  margin: 0 auto;
  text-align: center;
}

.c-figure_caption {
  margin: 1.5rem 0 1rem;
  font-size: 1.4rem;
}

.c-figure + .c-figure {
  margin-top: 4rem;
}

.c-figure_pinch {
  display: none;
}

.c-figure.-over_star {
  position: relative;
}

.c-figure.-over_star:before, .c-figure.-over_star:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.c-figure.-over_star:before {
  background: #000;
  opacity: .5;
}

.c-figure.-over_star:after {
  background-image: url(/assets/images/common/ico_star.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.c-figure.-corner_star, .c-figure.-corner_square {
  position: relative;
}

.c-figure.-corner_star:before, .c-figure.-corner_star:after, .c-figure.-corner_square:before, .c-figure.-corner_square:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.1rem;
  height: 2.1rem;
  content: '';
}

.c-figure.-corner_star:before, .c-figure.-corner_square:before {
  background: #000;
  opacity: .5;
}

.c-figure.-corner_star:after, .c-figure.-corner_square:after {
  background-position: center;
  background-repeat: no-repeat;
}

.c-figure.-corner_star:after {
  background-image: url(/assets/images/common/ico_star.svg);
  background-size: 60%;
}

.c-figure.-corner_square:after {
  top: .6rem;
  right: .6rem;
  width: .8rem;
  height: .8rem;
  background-color: #ED0000;
  background-image: none;
}

@media (max-width: 768px) {
  .c-figure img {
    max-width: 100%;
  }
  .c-figure_pinch {
    display: table;
    margin: 0 auto 2rem;
    padding: 0 0 0 2.5rem;
    background: url(/assets/images/common/ico_pinch.svg) 0 50%/1.7rem auto no-repeat;
  }
}

/* -----------------------------------------------
  .c-imgList
----------------------------------------------- */
.c-imgList_item {
  text-align: center;
}

.c-imgList_item > a {
  display: block;
}

.c-imgList_item > a + .c-imgList_caption {
  margin: 1.5rem 0 0;
}

.c-imgList_item > img ~ .c-imgList_caption {
  margin: 1.5rem 0 0;
}

.c-imgList_caption {
  margin: 0 0 1.5rem;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .c-imgList_item img {
    max-width: 100%;
  }
  .c-imgList_caption {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------
  .c-imageUnit
----------------------------------------------- */
.c-imageUnit {
  zoom: 1;
  margin-bottom: 2px;
  overflow: hidden;
}

.c-imageUnit_text {
  zoom: 1;
  overflow: hidden;
}

.c-imageUnit_text .border_label {
  position: relative;
  padding-left: 6.5rem;
}

.c-imageUnit_text .border_label br {
  display: none;
}

.c-imageUnit_text .border_label_inner {
  display: inline-block;
  position: absolute;
  top: .2rem;
  left: 0;
  margin-right: 8px;
  padding: 0 3px;
  border: #333 solid 1px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.c-imageUnit_image {
  margin: 0;
  text-align: center;
}

.c-imageUnit_image_caption {
  margin: 1rem 0 0;
  font-size: 1.3rem;
}

.c-imageUnit.-parallel .c-imageUnit_text {
  overflow: visible;
}

.c-imageUnit.-parallel .c-imageUnit_image {
  margin-bottom: 3rem;
}

.c-imageUnit.-imageL .c-imageUnit_image {
  margin-right: 3rem;
  float: left;
}

.c-imageUnit.-imageR .c-imageUnit_image {
  margin-left: 3rem;
  float: right;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .c-imageUnit[data-tabgrid="false"] .c-imageUnit_image {
    margin: 0 0 3rem;
    float: none;
  }
  .c-imageUnit[data-tabgrid="false"] .c-imageUnit_image img {
    width: auto;
  }
  .c-imageUnit.-rtl {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .c-imageUnit.-rtl.-imageL .c-imageUnit_image {
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .c-imageUnit.-rtl.-imageR .c-imageUnit_image {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .c-imageUnit.-rtl[data-tabgrid="false"] .c-imageUnit_image {
    margin-top: 3rem;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .c-imageUnit {
    margin-bottom: 0;
  }
  .c-imageUnit.-imageL .c-imageUnit_image {
    margin-right: 2rem;
  }
  .c-imageUnit.-imageR .c-imageUnit_image {
    margin-left: 2rem;
  }
  .c-imageUnit.-rtl {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .c-imageUnit.-rtl.-imageL .c-imageUnit_image {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .c-imageUnit.-rtl.-imageR .c-imageUnit_image {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .c-imageUnit.-rtl[data-spgrid="false"] .c-imageUnit_image {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .c-imageUnit[data-spgrid="false"] .c-imageUnit_image {
    margin: 0 0 2rem;
    float: none;
  }
  .c-imageUnit[data-spgrid="false"] .c-imageUnit_image img {
    width: auto;
  }
  .c-imageUnit.-profTeacher {
    display: inline;
  }
  .c-imageUnit.-profTeacher .c-imageUnit_image {
    margin-bottom: 2rem;
  }
  .c-imageUnit.-profTeacher .c-imageUnit_text {
    display: inline;
  }
  .c-imageUnit.-profTeacher .c-imageUnit_text > p {
    display: inline-block;
    width: 100%;
  }
  .c-imageUnit.-profTeacher .c-imageUnit_text > ul {
    display: inline-grid;
    margin-bottom: 2rem;
  }
  .c-imageUnit.-profTeacher .c-imageUnit_text .c-titleLvThree {
    position: absolute;
    top: 3rem;
    right: 2rem;
    width: calc(100% - 180px);
  }
  .teacher_wrap {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .teacher_wrap.sp_side_margin {
    padding-bottom: 3rem;
  }
  .teacher_wrap.sp_side_margin > div {
    width: 86%;
    margin: 0 auto;
  }
  .teacher_wrap .c-grid[data-spgrid="false"] > .c-grid_col + .c-grid_col {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .c-imageUnit.-profTeacher .c-imageUnit_text {
    display: inherit;
  }
  .c-imageUnit.-profTeacher .c-imageUnit_text .border_label {
    padding-left: 0;
  }
  .c-imageUnit.-profTeacher .c-imageUnit_text .border_label br {
    display: block;
  }
  .c-imageUnit.-profTeacher .c-imageUnit_text .border_label span {
    position: inherit;
  }
}

/* -----------------------------------------------
  .c-btnList
----------------------------------------------- */
.c-btnList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3rem -3rem;
}

.c-btnList_item {
  margin: 0 0 3rem 3rem;
}

.c-btnList_item_link {
  margin: 0;
}

.c-btnList.-division2 .c-btnList_item {
  width: calc(100%/2 - 3rem);
}

.c-btnList.-division3 .c-btnList_item {
  width: calc(33.33% - 3rem);
}

.c-btnList.-btnCenter {
  justify-content: center;
}

@media (max-width: 1024px) {
  .c-btnList[data-tabgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-btnList[data-tabgrid="false"] .c-btnList_item {
    width: auto;
    margin: 0;
  }
  .c-btnList[data-tabgrid="false"] .c-btnList_item + .c-btnList_item {
    margin-top: -3rem;
  }
  .c-btnList[data-tabgrid="2"] .c-btnList_item {
    width: calc(100%/2 - 3rem);
  }
}

@media (max-width: 768px) {
  .c-btnList[data-spgrid="false"], .c-btnList[data-tabgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-btnList[data-spgrid="false"] .c-btnList_item, .c-btnList[data-tabgrid="false"] .c-btnList_item {
    width: auto;
    margin: 0;
  }
  .c-btnList[data-spgrid="false"] .c-btnList_item + .c-btnList_item, .c-btnList[data-tabgrid="false"] .c-btnList_item + .c-btnList_item {
    margin-top: 3rem;
  }
  .c-btnList_item_link {
    padding: 1.3rem;
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------
  .c-grid
----------------------------------------------- */
.c-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3rem;
  margin-left: -3rem;
}

.c-grid.-center {
  justify-content: center;
}

.c-grid.-reverse {
  flex-direction: row-reverse;
}

.c-grid.-middle {
  align-items: center;
}

.c-grid > .c-grid_col {
  margin-bottom: 3rem;
  margin-left: 3rem;
}

.c-grid > .c-grid_col.-span1 {
  width: calc(((100% / 12) * 1) - 3rem);
}

.c-grid > .c-grid_col.-span2 {
  width: calc(((100% / 12) * 2) - 3rem);
}

.c-grid > .c-grid_col.-span3 {
  width: calc(((100% / 12) * 3) - 3rem);
}

.c-grid > .c-grid_col.-span4 {
  width: calc(((100% / 12) * 4) - 3rem);
}

.c-grid > .c-grid_col.-span5 {
  width: calc(((100% / 12) * 5) - 3rem);
}

.c-grid > .c-grid_col.-span6 {
  width: calc(((100% / 12) * 6) - 3rem);
}

.c-grid > .c-grid_col.-span7 {
  width: calc(((100% / 12) * 7) - 3rem);
}

.c-grid > .c-grid_col.-span8 {
  width: calc(((100% / 12) * 8) - 3rem);
}

.c-grid > .c-grid_col.-span9 {
  width: calc(((100% / 12) * 9) - 3rem);
}

.c-grid > .c-grid_col.-span10 {
  width: calc(((100% / 12) * 10) - 3rem);
}

.c-grid > .c-grid_col.-span11 {
  width: calc(((100% / 12) * 11) - 3rem);
}

.c-grid > .c-grid_col.-span12 {
  width: calc(((100% / 12) * 12) - 3rem);
}

.c-grid.-division1 > .c-grid_col {
  width: calc(100% - 3rem);
}

.c-grid.-division2 > .c-grid_col {
  width: calc((100% / 2) - 3rem);
}

.c-grid.-division3 > .c-grid_col {
  width: calc(33.33% - 3rem);
}

.c-grid.-division4 > .c-grid_col {
  width: calc((100% / 4) - 3rem);
}

.c-grid.-division5 > .c-grid_col {
  width: calc((100% / 5) - 3rem);
}

.l-main_contents_primary .c-grid_col.-span1,
.l-container .c-grid_col.-span1 {
  width: calc(((100% / 10) * 1) - 3rem);
}

.l-main_contents_primary .c-grid_col.-span2,
.l-container .c-grid_col.-span2 {
  width: calc(((100% / 10) * 2) - 3rem);
}

.l-main_contents_primary .c-grid_col.-span3,
.l-container .c-grid_col.-span3 {
  width: calc(((100% / 10) * 3) - 3rem);
}

.l-main_contents_primary .c-grid_col.-span4,
.l-container .c-grid_col.-span4 {
  width: calc(((100% / 10) * 4) - 3rem);
}

.l-main_contents_primary .c-grid_col.-span5,
.l-container .c-grid_col.-span5 {
  width: calc(((100% / 10) * 5) - 3rem);
}

.l-main_contents_primary .c-grid_col.-span6,
.l-container .c-grid_col.-span6 {
  width: calc(((100% / 10) * 6) - 3rem);
}

.l-main_contents_primary .c-grid_col.-span7,
.l-container .c-grid_col.-span7 {
  width: calc(((100% / 10) * 7) - 3rem);
}

.l-main_contents_primary .c-grid_col.-span8,
.l-container .c-grid_col.-span8 {
  width: calc(((100% / 10) * 8) - 3rem);
}

.l-main_contents_primary .c-grid_col.-span9,
.l-container .c-grid_col.-span9 {
  width: calc(((100% / 10) * 9) - 3rem);
}

.l-main_contents_primary .c-grid_col.-span10,
.l-container .c-grid_col.-span10 {
  width: calc(((100% / 10) * 10) - 3rem);
}

.l-main_contents_primary .c-grid.-marginNone,
.l-container .c-grid.-marginNone {
  margin-left: 0;
}

.l-main_contents_primary .c-grid.-marginNone .c-grid_col,
.l-container .c-grid.-marginNone .c-grid_col {
  width: 50%;
  margin: 0;
}

.l-main_contents_primary .c-grid.-marginNone .c-grid_col:nth-child(even),
.l-container .c-grid.-marginNone .c-grid_col:nth-child(even) {
  margin-left: -1px;
}

.l-main_contents_primary .c-grid.-marginNone .c-grid_col:nth-child(n+3) div,
.l-container .c-grid.-marginNone .c-grid_col:nth-child(n+3) div {
  border-top: none;
}

@media (max-width: 768px) {
  .l-main_contents_primary .c-grid.-marginNone[data-spgrid="false"] .c-grid_col,
  .l-container .c-grid.-marginNone[data-spgrid="false"] .c-grid_col {
    width: 100%;
  }
  .l-main_contents_primary .c-grid.-marginNone[data-spgrid="false"] .c-grid_col:nth-child(even),
  .l-container .c-grid.-marginNone[data-spgrid="false"] .c-grid_col:nth-child(even) {
    margin-left: 0px;
  }
  .l-main_contents_primary .c-grid.-marginNone[data-spgrid="false"] .c-grid_col:nth-child(n+2),
  .l-container .c-grid.-marginNone[data-spgrid="false"] .c-grid_col:nth-child(n+2) {
    margin-top: 0;
  }
  .l-main_contents_primary .c-grid.-marginNone[data-spgrid="false"] .c-grid_col:nth-child(n+2) div,
  .l-container .c-grid.-marginNone[data-spgrid="false"] .c-grid_col:nth-child(n+2) div {
    border-top: none;
  }
}

@media (max-width: 768px) {
  .l-main_contents_primary .c-grid.-marginSP1,
  .l-container .c-grid.-marginSP1 {
    margin-left: 0;
  }
  .l-main_contents_primary .c-grid.-marginSP1 .c-grid_col,
  .l-container .c-grid.-marginSP1 .c-grid_col {
    width: calc((100% / 2) - 1px);
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .c-grid {
    margin-bottom: -2rem;
  }
  .c-grid[data-tabgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col {
    width: auto;
    margin-left: 0;
    float: none;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span1 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span2 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span3 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span4 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span5 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span6 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span7 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span8 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span9 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span10 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span11 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span12 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.c-btn {
    width: calc(100% - 2rem);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .c-grid[data-tabgrid="2"] > .c-grid_col {
    width: calc((100% / 2) - 3rem);
  }
  .c-grid[data-tabgrid="3"] > .c-grid_col {
    width: calc(33.33% - 3rem);
  }
}

@media (max-width: 768px) {
  .c-grid {
    margin-left: -2rem;
  }
  .c-grid > .c-grid_col {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
  .c-grid > .c-grid_col.-span1 {
    width: calc(((100% / 12) * 1) - 2rem);
  }
  .c-grid > .c-grid_col.-span2 {
    width: calc(((100% / 12) * 2) - 2rem);
  }
  .c-grid > .c-grid_col.-span3 {
    width: calc(((100% / 12) * 3) - 2rem);
  }
  .c-grid > .c-grid_col.-span4 {
    width: calc(((100% / 12) * 4) - 2rem);
  }
  .c-grid > .c-grid_col.-span5 {
    width: calc(((100% / 12) * 5) - 2rem);
    width: calc((100% / 2) - 2rem);
  }
  .c-grid > .c-grid_col.-span6 {
    width: calc(((100% / 12) * 6) - 2rem);
    width: calc((100% / 2) - 2rem);
  }
  .c-grid > .c-grid_col.-span7 {
    width: calc(((100% / 12) * 7) - 2rem);
    width: calc((100% / 2) - 2rem);
  }
  .c-grid > .c-grid_col.-span8 {
    width: calc(((100% / 12) * 8) - 2rem);
    width: calc((100% / 2) - 2rem);
  }
  .c-grid > .c-grid_col.-span9 {
    width: calc(((100% / 12) * 9) - 2rem);
    width: calc((100% / 2) - 2rem);
  }
  .c-grid > .c-grid_col.-span10 {
    width: calc(((100% / 12) * 10) - 2rem);
    width: calc((100% / 2) - 2rem);
  }
  .c-grid > .c-grid_col.-span11 {
    width: calc(((100% / 12) * 11) - 2rem);
    width: calc((100% / 2) - 2rem);
  }
  .c-grid > .c-grid_col.-span12 {
    width: calc(((100% / 12) * 12) - 2rem);
    width: calc((100% / 2) - 2rem);
  }
  .c-grid.-division1 > .c-grid_col {
    width: calc(100% - 2rem);
  }
  .c-grid.-division2 > .c-grid_col {
    width: calc((100% / 2) - 2rem);
  }
  .c-grid.-division3 > .c-grid_col {
    width: calc(33.33% - 2rem);
  }
  .c-grid.-division4 > .c-grid_col {
    width: calc((100% / 4) - 2rem);
  }
  .c-grid.-division4 > .c-grid_col {
    width: calc((100% / 5) - 2rem);
  }
  .c-grid[data-spgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    float: none;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col + .c-grid_col {
    margin-top: 3rem;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col + .c-grid_col.sitemap_box01 {
    margin-top: 1.5rem;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.c-btn {
    width: calc(100% - 2rem);
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span1 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span2 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span3 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span4 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span5 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span6 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span7 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span8 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span9 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span10 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span11 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span12 {
    width: auto;
  }
  .c-grid[data-spgrid="2"] > .c-grid_col {
    width: calc((100% / 2) - 2rem);
  }
  .c-grid[data-spgrid="2"] > .c-grid_col.-spanSP1 {
    width: calc(((100% / 12) * 1) - 3rem);
  }
  .c-grid[data-spgrid="2"] > .c-grid_col.-spanSP2 {
    width: calc(((100% / 12) * 2) - 3rem);
  }
  .c-grid[data-spgrid="2"] > .c-grid_col.-spanSP3 {
    width: calc(((100% / 12) * 3) - 3rem);
  }
  .c-grid[data-spgrid="2"] > .c-grid_col.-spanSP4 {
    width: calc(((100% / 12) * 4) - 3rem);
  }
  .c-grid[data-spgrid="2"] > .c-grid_col.-spanSP5 {
    width: calc(((100% / 12) * 5) - 3rem);
  }
  .c-grid[data-spgrid="2"] > .c-grid_col.-spanSP6 {
    width: calc(((100% / 12) * 6) - 3rem);
  }
  .c-grid[data-spgrid="2"] > .c-grid_col.-spanSP7 {
    width: calc(((100% / 12) * 7) - 3rem);
  }
  .c-grid[data-spgrid="2"] > .c-grid_col.-spanSP8 {
    width: calc(((100% / 12) * 8) - 3rem);
  }
  .c-grid[data-spgrid="2"] > .c-grid_col.-spanSP9 {
    width: calc(((100% / 12) * 9) - 3rem);
  }
  .c-grid[data-spgrid="3"] > .c-grid_col {
    width: calc(33.33% - 2rem);
  }
}

/* -----------------------------------------------
  .c-textList
----------------------------------------------- */
[class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]),
[class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-linkArrowList"]:not([class*="_item"]) {
  margin-top: 1rem;
  padding: 0 0 .5rem;
}

[class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_item"]) {
  margin-top: 1rem;
  padding: 0 0 .5rem .7rem;
}

@media (max-width: 768px) {
  [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]),
  [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-linkArrowList"]:not([class*="_item"]) {
    margin-top: 1rem;
  }
  [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) {
    padding-left: .9rem;
  }
}

.c-textList_item {
  position: relative;
  padding-left: 1.4rem;
}

.c-textList_item:before {
  display: block;
  position: absolute;
  top: .77em;
  left: 0;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: #9a1e45;
  content: '';
}

.c-textList_item.c-grid_col {
  margin-bottom: .5rem;
}

.c-textList_item + .c-textList_item:not([class*="c-grid_col"]) {
  margin-top: .5rem;
}

@media (max-width: 768px) {
  .c-textList[data-spgrid="false"] .c-textList_item.c-grid_col {
    margin-bottom: 0;
  }
  .c-textList[data-spgrid="false"] .c-textList_item + .c-textList_item {
    margin-top: .5rem;
  }
  .c-textList_item::before {
    top: .6em;
  }
}

.c-imageUnit_text ul li:not(.c-linkArrowList_item) {
  position: relative;
  padding-left: 1.4rem;
}

.c-imageUnit_text ul li:not(.c-linkArrowList_item):before {
  display: block;
  position: absolute;
  top: .77em;
  left: 0;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: #9a1e45;
  content: '';
}

.c-imageUnit_text ul li:not(.c-linkArrowList_item).c-grid_col {
  margin-bottom: .5rem;
}

.c-imageUnit_text ul li:not(.c-linkArrowList_item) + .c-imageUnit_text ul li:not(.c-linkArrowList_item):not([class*="c-grid_col"]) {
  margin-top: .5rem;
}

@media (max-width: 768px) {
  .c-imageUnit_text ul li:not(.c-linkArrowList_item) .c-imageUnit_text ul li::before {
    top: .6em;
  }
}

.c-textList02 {
  margin: 0;
}

.c-textList02_title {
  position: relative;
  padding-left: 1.4rem;
  font-weight: 700;
}

.c-textList02_title:before {
  display: block;
  position: absolute;
  top: .77em;
  left: 0;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: #9a1e45;
  content: '';
}

.c-textList02_data {
  padding-left: 1.4rem;
}

.c-textList02_data + .c-textList02_title {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .c-textList02_title::before {
    top: .6em;
  }
}

/* -----------------------------------------------
  .c-numericList
----------------------------------------------- */
[class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]),
[class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-linkArrowList"]:not([class*="_item"]) {
  margin-top: 1rem;
  padding: 0 0 .3rem;
}

[class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) {
  margin-top: 1.5rem;
  padding: 0 0 .5rem .7rem;
}

[class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-textList03"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) {
  margin-top: 0;
  padding: 0 0 0 .7rem;
}

@media (max-width: 768px) {
  [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]),
  [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]),
  [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-linkArrowList"]:not([class*="_item"]) {
    margin-top: 1rem;
  }
  [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) {
    padding-left: .9rem;
  }
}

.c-numericList {
  margin: 0;
  counter-reset: number 0;
}

.c-numericList_item {
  position: relative;
  padding: 0 0 0 2.2rem;
}

.c-numericList_item:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  content: counter(number) ".";
  counter-increment: number 1;
}

.c-numericList_item + .c-numericList_item {
  margin-top: 1rem;
}

.c-imageUnit_text ol {
  counter-reset: section;
}

.c-imageUnit_text ol li {
  position: relative;
  padding: 0 0 0 2.2rem;
}

.c-imageUnit_text ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  content: counter(section) ".";
  counter-increment: section;
}

.c-imageUnit_text ol li + .c-imageUnit_text ol li {
  margin-top: 1rem;
}

.c-numericList02 {
  margin: 0;
  counter-reset: number 0;
}

.c-numericList02_title {
  position: relative;
  padding: 0 0 0 2.2rem;
  font-weight: 700;
}

.c-numericList02_title:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  content: counter(number) ".";
  counter-increment: number 1;
}

.c-numericList02_data {
  padding-left: 2.2rem;
}

.c-numericList02_data + .c-numericList02_title {
  margin-top: 1.5rem;
}

.c-numericList03 {
  margin: 0;
  counter-reset: number 0;
}

.c-numericList03_item {
  position: relative;
  padding: 0 0 0 2em;
}

.c-numericList03_item:before {
  position: absolute;
  top: 0;
  left: -.5em;
  content: "£¨" counter(number) "£©";
  counter-increment: number 1;
}

.c-numericList03_item + .c-numericList03_item {
  margin-top: 1rem;
}

.c-numericList04 {
  margin: 0;
  counter-reset: number 0;
}

.c-numericList04_item {
  position: relative;
  padding: 0 0 0 1.8em;
}

.c-numericList04_item + .c-numericList04_item {
  margin-top: 1rem;
}

.c-numericList04_number {
  position: absolute;
  left: 0;
  font-weight: 700;
}

/* -----------------------------------------------
  .c-definition
----------------------------------------------- */
.c-definition {
  margin: 0;
}

.c-definition_title {
  margin-bottom: 1rem;
  font-weight: 700;
}

.c-definition_detail + .c-definition_title {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .c-definition_detail + .c-definition_title {
    margin-top: 2rem;
  }
}

/* -----------------------------------------------
  .c-notice
----------------------------------------------- */
.c-notice_item {
  position: relative;
  padding-left: 1em;
}

.c-notice_item + .c-notice_item {
  margin-top: .5rem;
}

.c-notice_mark {
  position: absolute;
  left: 0;
}

.c-notice.-numeric .c-notice_item {
  padding-left: 2em;
}

/* -----------------------------------------------
  .c-media
----------------------------------------------- */
.c-media {
  width: 100%;
  max-width: 72.2rem;
  margin: 0 auto;
}

.c-media_inner {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.c-media iframe,
.c-media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* -----------------------------------------------
  .c-linkIcon
----------------------------------------------- */
.c-linkIcon::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .4rem;
  margin-left: .4rem;
  line-height: 1;
  vertical-align: -.2rem;
  content: '';
}

.c-linkIcon.-external::after {
  background: url(/assets/images/common/ico_external_02.svg) 50% 50% no-repeat;
}

.c-linkIcon.-external01::after {
  background: url(/assets/images/common/ico_external.svg) 50% 50% no-repeat;
}

.c-linkIcon.-pdf::after {
  background: url(/assets/images/common/ico_pdf.svg) 50% 50%/contain no-repeat;
}

.c-linkIcon.-doc::after {
  background: url(/assets/images/common/ico_doc.svg) 50% 50%/contain no-repeat;
}

.c-linkIcon.-xls::after {
  background: url(/assets/images/common/ico_xls.svg) 50% 50%/contain no-repeat;
}

.c-linkIcon_size {
  color: #666;
}

@media (max-width: 768px) {
  .c-linkIcon_size {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------
  .c-linkList
----------------------------------------------- */
.c-linkList_item a img {
  transition: .2s;
}

.c-linkList_item a img:hover {
  opacity: .7;
  transition: .2s;
}

/* -----------------------------------------------
  .c-linkArrow
----------------------------------------------- */
.c-linkArrow {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.55em no-repeat;
}

.c-linkArrow.-arrowDown {
  background: url(/assets/images/common/ico_arrow_down.svg) 0 0.7em no-repeat;
}

@media (max-width: 768px) {
  .c-linkArrow {
    background-position: 0 .4em;
  }
}

/* -----------------------------------------------
  .c-linkArrowList
----------------------------------------------- */
[class^="c-linkArrowList"]:not([class*="_item"]) [class^="c-linkArrowList"]:not([class*="_item"]) {
  margin-top: 1rem;
  padding: 0 0 .3rem;
}

.c-linkArrowList.-horizontal {
  margin: -2rem 0 0 -4rem;
}

.c-linkArrowList.-horizontal .c-linkArrowList_item {
  display: inline-block;
  margin: 2rem 0 0 4rem;
}

.c-linkArrowList_item {
  position: relative;
  padding: 0 0 0 2rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.55em no-repeat;
}

.c-linkArrowList_item + .c-linkArrowList_item:not([class*="c-grid_col"]) {
  margin-top: 1rem;
}

.c-linkArrowList_item_link.-external::after, .c-linkArrowList_item_link.-pdf::after, .c-linkArrowList_item_link.-doc::after, .c-linkArrowList_item_link.-xls::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .4rem;
  margin-left: .4rem;
  line-height: 1;
  vertical-align: -.2rem;
  content: '';
}

.c-linkArrowList_item_link.-external::after {
  background: url(/assets/images/common/ico_external_02.svg) 50% 50% no-repeat;
}

.c-linkArrowList_item_link.-pdf::after {
  background: url(/assets/images/common/ico_pdf.svg) 50% 50%/contain no-repeat;
}

.c-linkArrowList_item_link.-doc::after {
  background: url(/assets/images/common/ico_doc.svg) 50% 50%/contain no-repeat;
}

.c-linkArrowList_item_link.-xls::after {
  background: url(/assets/images/common/ico_xls.svg) 50% 50%/contain no-repeat;
}

.c-linkArrowList_item.c-grid_col {
  margin-bottom: .5rem;
}

.c-linkArrowList_item_size {
  color: #666;
}

@media (max-width: 768px) {
  .c-linkArrowList_item {
    background-position: 0 .4em;
  }
  .c-linkArrowList_item_size {
    font-size: 1.2rem;
  }
  .c-linkArrowList[data-spgrid="false"] .c-linkArrowList_item.c-grid_col {
    margin-bottom: 0;
  }
  .c-linkArrowList[data-spgrid="false"] .c-linkArrowList_item + .c-linkArrowList_item {
    margin-top: 1rem;
  }
}

.c-linkArrowList02 {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #9a1e45;
}

.c-linkArrowList02_item {
  position: relative;
  width: 50%;
  margin: 2.3rem 0 0;
  padding: 0 2rem 2.3rem 2rem;
  border-bottom: 1px solid #e6e6e6;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.55em no-repeat;
}

.c-linkArrowList02_item.-full {
  width: 100%;
}

.c-linkArrowList02_item_link {
  font-weight: 700;
}

.c-linkArrowList02_item_link.-external::after, .c-linkArrowList02_item_link.-pdf::after, .c-linkArrowList02_item_link.-doc::after, .c-linkArrowList02_item_link.-xls::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .4rem;
  margin-left: .4rem;
  line-height: 1;
  vertical-align: -.2rem;
  content: '';
}

.c-linkArrowList02_item_link.-external::after {
  background: url(/assets/images/common/ico_external_02.svg) 50% 50% no-repeat;
}

.c-linkArrowList02_item_link.-pdf::after {
  background: url(/assets/images/common/ico_pdf.svg) 50% 50%/contain no-repeat;
}

.c-linkArrowList02_item_link.-doc::after {
  background: url(/assets/images/common/ico_doc.svg) 50% 50%/contain no-repeat;
}

.c-linkArrowList02_item_link.-xls::after {
  background: url(/assets/images/common/ico_xls.svg) 50% 50%/contain no-repeat;
}

.c-linkArrowList02_item_size {
  color: #666;
}

.c-linkArrowList02_child {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}

.c-linkArrowList02_child .c-linkArrowList02_item_link {
  font-weight: 400;
}

.c-linkArrowList02_child_item {
  width: 50%;
  margin-top: .7rem;
  padding: 0 2rem 0 2rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.55em no-repeat;
}

@media (max-width: 768px) {
  .c-linkArrowList02 {
    display: block;
  }
  .c-linkArrowList02_item {
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
  }
  .c-linkArrowList02_item_link {
    display: block;
    padding: 1.1rem 2rem;
    background: url(/assets/images/common/ico_arrow_02.svg) 0.5rem 50% no-repeat;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .c-linkArrowList02_item_size {
    font-size: 1.2rem;
  }
  .c-linkArrowList02_child {
    display: block;
    width: auto;
    margin: 0 !important;
  }
  .c-linkArrowList02_child .c-linkArrowList02_item_link {
    padding-left: 3.8rem;
    background-position: 2.2rem 50%;
  }
  .c-linkArrowList02_child_item {
    width: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e6e6e6;
    background: none;
  }
}

/* -----------------------------------------------
  .c-ancherList
----------------------------------------------- */
.c-ancherList {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.c-ancherList.-noWrap {
  flex-wrap: nowrap;
}

.c-ancherList_item {
  width: calc(100%/4);
}

.c-ancherList_item_link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 5.3rem;
  padding: 1.3rem 1.9rem 1.3rem 3.9rem;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  outline: none;
  background: url(/assets/images/common/ico_arrow_down.svg) 1.9rem 50% no-repeat;
  font-size: 1.5rem;
  line-height: 1.4;
  transition: .2s linear;
}

.c-ancherList_item_link:hover {
  background-color: #fff5f7;
  text-decoration: none;
  transition: .2s linear;
}

.c-ancherList.-division2 .c-ancherList_item {
  width: calc(100%/2);
}

.c-ancherList.-division3 .c-ancherList_item {
  width: calc(33.33%);
}

.c-ancherList.-division4 .c-ancherList_item {
  width: calc(100%/4);
}

.c-ancherList.-division5 .c-ancherList_item {
  width: calc(100%/5);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .c-ancherList[data-tabgrid="false"] {
    display: block;
  }
  .c-ancherList[data-tabgrid="false"] .c-ancherList_item {
    width: auto;
  }
  .c-ancherList[data-tabgrid="2"] .c-ancherList_item {
    width: calc(100%/2);
  }
  .c-ancherList[data-tabgrid="3"] .c-ancherList_item {
    width: calc(100%/3);
  }
}

@media (max-width: 768px) {
  .c-ancherList[data-spgrid="false"] {
    display: block;
  }
  .c-ancherList[data-spgrid="false"] .c-ancherList_item {
    width: auto;
  }
  .c-ancherList.-noWrap {
    flex-wrap: wrap;
  }
  .c-ancherList_item {
    width: 50%;
  }
  .c-ancherList_item_link {
    min-height: 4.4rem;
    padding: 1rem 1.5rem 1rem 3.7rem;
    background-position: 1.5rem 50%;
  }
  .c-ancherList.-division3 .c-ancherList_item {
    width: 50%;
  }
  .c-ancherList.-division4 .c-ancherList_item {
    width: 50%;
  }
  .c-ancherList.-division5 .c-ancherList_item {
    width: 50%;
  }
  .c-ancherList[data-tabgrid="2"] .c-ancherList_item {
    width: 50%;
  }
  .c-ancherList[data-spgrid="3"] .c-ancherList_item {
    width: calc(100%/3);
  }
}

/* -----------------------------------------------
  .c-box
----------------------------------------------- */
[class*="c-box"] .c-grid:not([class*="c-textList"]) {
  margin-bottom: -3rem;
}

@media (max-width: 768px) {
  [class*="c-box"] .c-grid:not([class*="c-textList"]) {
    margin-bottom: -2rem;
  }
}

.c-box {
  padding: 4rem;
  background: #f7f7ed;
}

.c-box.-style01 {
  padding: 20px 30px;
  background-color: #f7f7f7;
}

.c-box.-keyword {
  padding: 1px 2rem;
}

.c-box.-keyword dl dt {
  font-size: 1.4rem;
  font-weight: 600;
}

.c-box.-keyword dl dd {
  font-size: 1.4rem;
}

.c-box.-keyword dl dd ul li {
  display: inline-block;
  margin-right: 1rem;
}

.c-box.-keyword dl dd ul li::before {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .4rem;
  line-height: 1;
  vertical-align: -.3rem;
  content: '';
}

.c-box.-keyword dl dd ul li.ico_tags::before {
  background: url(/assets/images/common/ico_tags.svg) 50% 50%/contain no-repeat;
}

.c-box_text {
  color: #333;
}

.c-box:hover .c-box02_title {
  text-decoration: underline;
}

.c-box:hover .c-box_text {
  text-decoration: none;
}

@media (max-width: 768px) {
  .c-box {
    padding: 3rem 2rem;
  }
  .c-box.-style01 {
    padding: 10px 15px 10px 15px;
    font-size: 1.5rem;
  }
}

.c-box02 + .c-box02:not([class*="c-grid_col"]) {
  margin-top: 3rem;
}

.c-box02_inner {
  display: block;
  position: relative;
  height: 100%;
  padding: 3rem;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.c-box02_inner.-book_small {
  border-right: none;
  border-left: none;
}

.c-box02_inner.-book_small .c-box02_title_label {
  margin-bottom: 1rem;
  color: #9a1e45;
}

.c-box02_h_auto {
  height: auto;
}

.c-box02_title {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #9a1e45;
  color: #9a1e45;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-box02_title_label {
  display: inline-block;
  padding-left: 2rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.45em no-repeat;
}

.c-box02_title_label::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: .4rem;
  line-height: 1;
  vertical-align: -.1rem;
}

.c-box02_title_label.-external::after {
  background: url(/assets/images/common/ico_external_02.svg) 50% 50% no-repeat;
  content: '';
}

.c-box02_title_label.-pdf::after {
  background: url(/assets/images/common/ico_pdf.svg) 50% 50% no-repeat;
  content: '';
}

.c-box02_title_label.-doc::after {
  background: url(/assets/images/common/ico_doc.svg) 50% 50% no-repeat;
  content: '';
}

.c-box02_title_label.-xls::after {
  background: url(/assets/images/common/ico_xls.svg) 50% 50% no-repeat;
  content: '';
}

.c-box02_text {
  color: #333;
}

.c-box02.-link .c-box02_inner {
  color: #333;
  transition: .2s linear;
}

.c-box02.-link .c-box02_inner:hover {
  border-color: #9a1e45;
  text-decoration: none;
  transition: .2s linear;
}

.c-box02.-button .c-box02_title {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.c-box02:hover .c-box02_text {
  text-decoration: none;
}

@media (max-width: 768px) {
  .c-box02 + .c-box02 {
    margin-top: 2rem;
  }
  .c-box02_inner {
    padding: 3rem 2rem;
    overflow: hidden;
  }
  .c-box02_title_label {
    background-position: 0 .4em;
  }
  .c-box02.-button .c-box02_inner {
    padding: 2.5rem 2rem;
  }
}

.c-box03 + .c-box03:not([class*="c-grid_col"]) {
  margin-top: 3rem;
}

.c-box03_inner {
  display: block;
  position: relative;
  height: 100%;
  padding: 1.5rem 1.5rem;
  background: #fff;
}

.c-box03_title {
  margin: 0 0 1.5rem;
  color: #9a1e45;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}

.c-box03_title_label {
  display: inline-block;
  padding-left: 1.5rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.4em no-repeat;
}

.c-box03_title_label::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: .4rem;
  line-height: 1;
  vertical-align: -.1rem;
}

.c-box03_title_label.-external::after {
  background: url(/assets/images/common/ico_external_02.svg) 50% 50% no-repeat;
  content: '';
}

.c-box03_title_label.-pdf::after {
  background: url(/assets/images/common/ico_pdf.svg) 50% 50% no-repeat;
  content: '';
}

.c-box03_title_label.-doc::after {
  background: url(/assets/images/common/ico_doc.svg) 50% 50% no-repeat;
  content: '';
}

.c-box03_title_label.-xls::after {
  background: url(/assets/images/common/ico_xls.svg) 50% 50% no-repeat;
  content: '';
}

.c-box03.-link .c-box03_inner {
  color: #333;
  transition: .2s linear;
}

.c-box03.-link .c-box03_inner:hover {
  border-color: transparent;
  background-color: #fff5f7;
  text-decoration: none;
}

/* -----------------------------------------------
  .c-table
----------------------------------------------- */
[class*="c-table"] .c-linkArrow::before,
[class*="c-table"] .c-linkArrowList_item::before {
  top: .35em;
}

[class*="c-table"] .c-definition_detail + .c-definition_title {
  margin-top: 1rem;
}

.c-table table {
  width: 100%;
  border-left: 1px solid #e6e6e6;
  background: #fff;
  table-layout: fixed;
}

.c-table th,
.c-table td {
  padding: 10px 20px;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
}

.c-table td {
  vertical-align: middle;
}

.c-table td + td {
  border-left: 1px solid #e6e6e6;
}

.c-table th {
  background: #f7f7ed;
  font-weight: 400;
}

.c-table thead th {
  background-color: #f7f7f7;
  text-align: center;
}

.c-table .js-tbAccordion {
  position: relative;
  padding-left: 30px;
  color: #9a1e45;
  cursor: pointer;
}

.c-table .js-tbAccordion:before, .c-table .js-tbAccordion:after {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #9a1e45;
  content: '';
}

.c-table .js-tbAccordion:before {
  left: 12px;
  width: 2px;
  height: 16px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s;
}

.c-table .js-tbAccordion:after {
  top: 12px;
  width: 16px;
  height: 2px;
}

.c-table .js-tbAccordion-open:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: .5s;
}

.c-table.-auto table {
  table-layout: inherit;
}

.c-table.-free table {
  width: auto;
}

.c-table_double {
  border-right: 3px double #e6e6e6;
}

.c-table_grid.-span2 {
  width: 17.58794%;
}

.c-table_grid.-span3 {
  width: 27.889447%;
}

.c-table_grid.-span4 {
  width: 38.190955%;
}

.c-table_grid.-span5 {
  width: 50%;
}

.c-table_em th,
.c-table_em td {
  background-color: #fff5f7;
  font-weight: 600;
}

.c-table.-vhcolor01 table tr th {
  background-color: #f7f7f7;
}

@media (max-width: 768px) {
  .c-table {
    border-bottom: 1px solid #e6e6e6;
  }
  .c-table > table {
    border-bottom: 1px solid #e6e6e6;
  }
  .c-table > table:last-child {
    border-bottom: none;
  }
  .c-table > table > tbody > tr > th,
  .c-table > table > tbody > tr > td {
    display: block;
    padding: 1rem 1.5rem;
  }
  .c-table th {
    border-bottom: none;
  }
  .c-table td {
    border-bottom: none;
  }
  .c-table td + td {
    border-top: 1px solid #e6e6e6;
    border-left: none;
  }
  .c-table_grid.-span2, .c-table_grid.-span3, .c-table_grid.-span4, .c-table_grid.-span5 {
    width: auto;
  }
  .c-table_workbook thead {
    display: none;
  }
  .c-table_workbook tbody tr th:before {
    content: 'Õnî}·¬ºÅ£º';
  }
  .c-table_workbook tbody tr td.u-ac {
    text-align: left !important;
  }
}

.c-table01 table {
  width: 100%;
  border-left: 1px solid #e6e6e6;
  background: #fff;
  table-layout: fixed;
}

.c-table01 th,
.c-table01 td {
  padding: 10px 20px;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
}

.c-table01 td {
  vertical-align: middle;
}

.c-table01 td + td {
  border-left: 1px solid #e6e6e6;
}

.c-table01 th {
  background: #f7f7ed;
  font-weight: 400;
}

.c-table01 th.not-th {
  background: transparent;
  vertical-align: middle;
}

.c-table01 thead th {
  background-color: #f7f7f7;
  text-align: center;
}

.c-table01 thead th.cell_hidden {
  background-color: transparent;
}

.c-table01 thead th.bt_none {
  border-top: #fff solid 1px;
}

.c-table01 thead th.bl_none {
  border-left: #fff solid 1px;
}

.c-table01 .js-tbAccordion {
  position: relative;
  padding-left: 30px;
  color: #9a1e45;
  cursor: pointer;
}

.c-table01 .js-tbAccordion:before, .c-table01 .js-tbAccordion:after {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #9a1e45;
  content: '';
}

.c-table01 .js-tbAccordion:before {
  left: 12px;
  width: 2px;
  height: 16px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s;
}

.c-table01 .js-tbAccordion:after {
  top: 12px;
  width: 16px;
  height: 2px;
}

.c-table01 .js-tbAccordion-open:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: .5s;
}

.c-table01.-auto table {
  table-layout: inherit;
}

.c-table01.-free table {
  width: auto;
}

.c-table01_double {
  border-right: 3px double #e6e6e6;
}

.c-table01_grid.-span2 {
  width: 17.58794%;
}

.c-table01_grid.-span3 {
  width: 27.889447%;
}

.c-table01_grid.-span4 {
  width: 38.190955%;
}

.c-table01_grid.-span5 {
  width: 50%;
}

.c-table01_em th,
.c-table01_em td {
  background-color: #fff5f7;
  font-weight: 600;
}

@media (max-width: 768px) {
  .c-table01.nowrap td {
    white-space: nowrap;
  }
  .c-table01.nowrap td.ws_normal {
    white-space: normal;
  }
  .c-table01_spscroll {
    position: relative;
  }
  .c-table01_spscroll.-td_in {
    width: 80vw;
  }
  .c-table01_spscroll_inner {
    width: 100%;
    overflow-x: auto;
  }
  .c-table01_spscroll_inner > table {
    width: 100%;
    min-width: 800px;
  }
  .c-table01_spscroll::after {
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    height: 5rem;
    background-image: url(/assets/images/common/ico_scroll.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5rem;
    content: '';
    cursor: none;
    opacity: 1;
    transition: 1s;
  }
  .c-table01_spscroll:hover::after {
    display: none;
    opacity: 0;
    transition: .2s;
  }
  .c-table01_spFaculty > table {
    display: block;
    width: auto;
    margin: 0 -2rem;
    border: none;
  }
  .c-table01_spFaculty > table thead {
    display: none;
  }
  .c-table01_spFaculty > table > tbody {
    display: block;
  }
  .c-table01_spFaculty > table > tbody > tr {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 0;
    background-color: #f7f7ed;
  }
  .c-table01_spFaculty > table > tbody > tr:last-child {
    padding-bottom: 20px;
  }
  .c-table01_spFaculty > table > tbody > tr.sp_mt_20 {
    margin-top: 20px;
  }
  .c-table01_spFaculty > table > tbody > tr > th,
  .c-table01_spFaculty > table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .c-table01_spFaculty > table > tbody > tr > th.c-table_pc,
  .c-table01_spFaculty > table > tbody > tr > td.c-table_pc {
    display: none;
  }
  .c-table01_spFaculty > table > tbody > tr > th {
    border: none;
    font-size: 2.3rem;
    font-weight: 500;
  }
  .c-table01_spFaculty > table > tbody > tr > th span {
    font-size: 1.5rem;
    font-weight: 200;
  }
  .c-table01_spFaculty > table > tbody > tr > td {
    padding: 0 20px 10px;
    border: none;
    background-color: #fff;
    text-align: left;
  }
  .c-table01_spFaculty > table > tbody > tr > td span {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
  }
  .c-table01_spFaculty > table > tbody > tr > td span span {
    border-bottom: none;
  }
  .c-table01_spFaculty > table > tbody > tr > td:first-of-type {
    padding-top: 10px;
    border-top: 2px solid #9a1e45;
    font-size: 1.6rem;
  }
  .c-table01_spFaculty > table > tbody > tr > td:first-of-type span.c-linkArrow {
    background-position: 0 .55em;
  }
  .c-table01_spFaculty > table > tbody > tr > td:nth-of-type(2) {
    font-size: 1.3rem;
  }
  .c-table01_spFaculty > table > tbody > tr > td:nth-of-type(2):before {
    display: inline-block;
    width: 8em;
    font-weight: 600;
    content: '¶¨†T';
  }
  .c-table01_spFaculty > table > tbody > tr > td:nth-of-type(3) {
    font-size: 1.3rem;
  }
  .c-table01_spFaculty > table > tbody > tr > td:nth-of-type(3):before {
    display: inline-block;
    width: 8em;
    font-weight: 600;
    content: 'È¡µÃ¤Ç¤­¤ëÑ§Î»';
  }
  .c-table01_spFaculty > table > tbody > tr > td:empty {
    display: none;
  }
  .c-table01_spFaculty > table > tbody > tr > th {
    padding-top: 0;
  }
  .c-table01_spFaculty > table > tbody > tr > th span:only-child {
    font-size: 2rem;
    font-weight: 600;
  }
  .c-table01_spFaculty > table > tbody > tr > th span:only-child.c-linkArrow {
    background-position: 0 .6em;
  }
  .c-table01_spFaculty > table > tbody > tr.c-table_sp > td:before {
    display: none;
  }
  .c-table01_spFaculty > table > tbody > tr.c-table_sp > td h4 {
    margin: 0;
  }
  .c-table01_spFaculty > table > tbody > tr.c-table_sp > td ul,
  .c-table01_spFaculty > table > tbody > tr.c-table_sp > td p,
  .c-table01_spFaculty > table > tbody > tr.c-table_sp > td table {
    margin-bottom: 1rem;
  }
  .c-table01_spFaculty > table > tbody > tr.c-table_sp > td ul li.c-textList_item,
  .c-table01_spFaculty > table > tbody > tr.c-table_sp > td p li.c-textList_item,
  .c-table01_spFaculty > table > tbody > tr.c-table_sp > td table li.c-textList_item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-table01_spFaculty > table > tbody > tr:first-child > td:first-child {
    border-top: none;
  }
  .c-table01_spFaculty > table > tbody > tr:first-child > td:nth-child(2):before {
    display: none;
  }
  .c-table01_spFaculty > table > tbody > tr:first-child > td:nth-child(3):before {
    display: inline-block;
    width: 8em;
    font-weight: 600;
    content: '¶¨†T';
  }
  .c-table01_spFaculty > table > tbody > tr:first-child > td:nth-child(4):before {
    display: inline-block;
    width: 8em;
    font-weight: 600;
    content: 'È¡µÃ¤Ç¤­¤ëÑ§Î»';
  }
  .c-table01_spFaculty > table > tbody > tr.c-table01_spUni td:nth-child(2):before {
    display: none;
  }
  .c-table01_spFaculty > table > tbody > tr.c-table01_spUni td:nth-child(3):before {
    display: block;
    content: 'ÈëÑ§¶¨†T';
  }
  .c-table01_spFaculty > table > tbody > tr.c-table01_spUni td:nth-child(4):before {
    display: block;
    content: 'È¡µÃ¤Ç¤­¤ëÑ§Î»';
  }
  .c-table01_spFaculty > table > tbody > tr.c-table01_spUni01 td:nth-child(2):before {
    display: block;
    content: 'ÈëÑ§¶¨†T';
  }
  .c-table01_spFaculty > table > tbody > tr.c-table01_spUni01 td:nth-child(3):before {
    display: block;
  }
  .c-table01_spFaculty > table > tbody.c-table01_spUni tr:last-child {
    padding-bottom: 20px;
  }
}

.c-table01 tr.c-table_pc {
  display: table-row !important;
}

.c-table01 tr.c-table_sp {
  display: none !important;
}

@media (max-width: 768px) {
  .c-table01 tr.c-table_pc {
    display: none !important;
  }
  .c-table01 tr.c-table_sp {
    display: block !important;
  }
  .c-table01 tr.c-table_sp:before {
    display: none;
  }
}

.c-table01 tr th.c-table_pc {
  background-color: transparent;
}

/* -----------------------------------------------
  .c-tab
----------------------------------------------- */
.c-tab_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0 0 5.8rem;
  padding: 20px 40px 10px;
  background-image: url(/assets/images/common/tab_nav_bg.png);
}

.c-tab_nav_item {
  justify-items: end;
  width: 25%;
  margin-bottom: 10px;
  text-align: center;
}

.c-tab_nav_item.-active .c-tab_nav_trigger {
  background: #fff;
  color: #9a1e45;
  cursor: default;
}

.c-tab_nav_item02 {
  justify-items: end;
  width: 50%;
  margin-bottom: 10px;
  text-align: center;
}

.c-tab_nav_item02.-active .c-tab_nav_trigger {
  background: #fff;
  color: #9a1e45;
  cursor: default;
}

.c-tab_nav_trigger {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 5px;
  padding: 1.5rem;
  border: solid 1px #fff;
  background: #9a1e45;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  cursor: pointer;
}

.c-tab_nav_trigger:hover {
  background: #a94061;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .c-tab_nav_item02 .c-tab_nav_trigger {
    justify-content: center;
  }
  .c-tab_nav {
    flex-wrap: wrap;
    margin: 0 -2rem 20px;
    padding: 20px 20px 10px;
  }
  .c-tab_nav_item {
    width: 50%;
    margin-bottom: 15px;
    text-align: left;
  }
  .c-tab_nav_trigger {
    justify-content: start;
  }
  .c-tab_nav.sp_pulldown {
    position: relative;
    height: 9rem;
  }
  .c-tab_nav.sp_pulldown .c-tab_nav_item {
    display: none;
    z-index: 1;
    width: 90%;
    height: 0px;
    margin: 0 5%;
    margin-top: -.3rem;
    opacity: 0;
  }
  .c-tab_nav.sp_pulldown .c-tab_nav_item .c-tab_nav_trigger {
    display: none;
  }
  .c-tab_nav.sp_pulldown .c-tab_nav_item:nth-child(n+2) {
    margin-top: -.3rem;
  }
  .c-tab_nav.sp_pulldown .c-tab_nav_item.-active {
    display: inline-block;
    z-index: 2;
    height: auto;
    height: 5.4rem;
    opacity: 1;
  }
  .c-tab_nav.sp_pulldown .c-tab_nav_item.-active .c-tab_nav_trigger {
    display: block;
  }
  .c-tab_nav.sp_pulldown:after {
    display: block;
    z-index: 2;
    position: absolute;
    top: 1.7rem;
    right: 4.4rem;
    width: 5.4rem;
    height: 5.4rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #b8627d;
    background-image: url(/assets/images/common/ico_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%;
    content: '';
  }
  .c-tab_nav.sp_pulldown.open .c-tab_nav_item {
    display: block;
    height: auto;
    opacity: 1;
  }
  .c-tab_nav.sp_pulldown.open .c-tab_nav_item .c-tab_nav_trigger {
    display: block;
  }
}

/* -----------------------------------------------
  .c-modal
----------------------------------------------- */
.c-modal {
  position: relative;
  margin: 8rem;
  padding: 6rem;
  background: #fff;
}

.c-modal_content {
  position: relative;
  width: 100%;
  max-width: 90.6rem;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
}

.c-modal#modal01 {
  max-width: 90.6rem;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
}

.c-modal#modal01 .c-modal_content .c-media {
  max-width: none;
  margin: 0 auto;
}

.c-modal#modal01 .c-modal_content .c-media .c-media_inner {
  padding: 0 0 52.5%;
  border: #fff solid 3rem;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .c-modal#modal01 .c-modal_content .c-media .c-media_inner {
    width: 97.5%;
    margin: 0 1rem;
    padding: 0 0 50.6%;
  }
}

@media (max-width: 768px) {
  .c-modal#modal01 .c-modal_content .c-media .c-media_inner {
    width: 95%;
    padding: 0 0 49.3%;
  }
}

.c-modal#modal01 .mfp-close {
  top: -3rem;
  max-width: 72.2rem;
}

@media (max-width: 1024px) {
  .c-modal#modal01 .mfp-close {
    right: 1rem;
  }
}

.c-modal#modal01 {
  max-width: 90.6rem;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
}

.c-modal#modal01 .c-modal_content .c-media {
  max-width: none;
  margin: 0 auto;
}

.c-modal#modal01 .c-modal_content .c-media .c-media_inner {
  padding: 0 0 52.5%;
  border: #fff solid 3rem;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .c-modal#modal01 .c-modal_content .c-media .c-media_inner {
    width: 97.5%;
    margin: 0 1rem;
    padding: 0 0 50.6%;
  }
}

@media (max-width: 768px) {
  .c-modal#modal01 .c-modal_content .c-media .c-media_inner {
    width: 95%;
    padding: 0 0 49.3%;
  }
}

.c-modal#modal01 .mfp-close {
  top: -3rem;
  max-width: 72.2rem;
}

@media (max-width: 1024px) {
  .c-modal#modal01 .mfp-close {
    right: 1rem;
  }
}

@media (max-width: 768px) {
  .c-modal {
    margin: 5rem 2rem;
    padding: 3rem 2rem;
  }
}

/* -----------------------------------------------
  .c-form
----------------------------------------------- */
.c-form_steps {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2.2rem;
}

.c-form_steps_item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(100%/3 - 1.5rem);
  height: 48px;
  background: #f2f2f2;
  font-weight: 700;
  text-align: center;
}

.c-form_steps_item::after {
  display: block;
  position: absolute;
  top: 0;
  right: -1.2rem;
  width: 0;
  height: 0;
  border-width: 2.4rem 0 2.4rem 1.2rem;
  border-style: solid;
  border-color: transparent transparent transparent #f2f2f2;
  content: '';
}

.c-form_steps_item.-current {
  background: #9a1e45;
  color: #fff;
}

.c-form_steps_item.-current::after {
  border-left-color: #9a1e45;
}

.c-form_steps_item.-current .c-form_steps_num {
  color: #9a1e45;
}

.c-form_steps_item:last-child::after {
  display: none;
}

.c-form_steps_num {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  border-radius: 1.2rem;
  background: #fff;
  line-height: 2.4rem;
  text-align: center;
}

.c-form_title {
  position: relative;
  padding-right: 8.8rem;
  line-height: 1.4;
}

.c-form_title:not([class*="_grid"]) {
  width: 30%;
}

.c-form_title_ico {
  display: inline-block;
  position: absolute;
  top: 3rem;
  right: 3rem;
  padding: .3rem .4rem;
  border-radius: 2px;
  background: #828999;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.c-form_title_ico.-required {
  background: #ed0000;
}

.c-form_title .c-linkArrow {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
}

.c-form_item .-invalid {
  background-color: #ffdada;
}

.c-form_item_error {
  margin: 1rem 0 0;
  color: #ed0000;
  font-weight: 700;
}

.c-form_item_group {
  margin: 0;
}

.c-form_item_group_title {
  margin: 0 0 1rem;
  font-weight: 700;
}

.c-form_item_group_data {
  padding: 0 0 0 1.7rem;
}

.c-form_item_group_data + .c-form_item_group_title {
  margin: 1rem 0 0;
}

.c-form_item_row {
  display: flex;
  align-items: center;
}

.c-form_item_row + .c-form_item_row {
  margin-top: 2rem;
}

.c-form_item_label {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.c-form_item .c-grid {
  margin-bottom: -1rem;
}

.c-form_item .c-grid > .c-grid_col {
  flex: 1;
  margin-bottom: 1rem !important;
}

.c-form_item .c-grid > .c-grid_col + .c-grid_col {
  margin-top: 0 !important;
}

.c-form_text {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: .7rem 1rem;
  border: 1px solid #707070;
  border-radius: 0;
}

.c-form_text.-mini {
  width: 14rem;
}

.c-form_text.-inline {
  display: inline-block;
}

.c-form_text.-flex {
  flex: 1;
}

.c-form_text::-webkit-input-placeholder {
  color: #c7c7c7;
}

.c-form_text::-moz-placeholder {
  color: #c7c7c7;
}

.c-form_text:-ms-input-placeholder {
  color: #c7c7c7;
}

.c-form_text::-ms-input-placeholder {
  color: #c7c7c7;
}

.c-form_text::placeholder {
  color: #c7c7c7;
}

.c-form_text[disabled] {
  background: #f2f2f2;
}

.c-form_textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 15em;
  padding: .7rem 1rem;
  border: 1px solid #707070;
  border-radius: 0;
}

.c-form_textarea::-webkit-input-placeholder {
  color: #c7c7c7;
}

.c-form_textarea::-moz-placeholder {
  color: #c7c7c7;
}

.c-form_textarea:-ms-input-placeholder {
  color: #c7c7c7;
}

.c-form_textarea::-ms-input-placeholder {
  color: #c7c7c7;
}

.c-form_textarea::placeholder {
  color: #c7c7c7;
}

.c-form_textarea[disabled] {
  background: #f2f2f2;
}

.c-form_radio.c-grid {
  margin-bottom: -1rem !important;
}

.c-form_radio_item {
  position: relative;
  padding: 0 0 0 2.2rem;
}

.c-form_radio_item + .c-form_radio_item {
  margin-top: .7rem;
}

.c-form_radio_item.-field {
  display: flex;
  align-items: center;
}

.c-form_radio_item_field {
  position: relative;
  flex: 1;
  margin: .5rem 0 .5rem 1rem;
}

.c-form_radio_item.-invalid {
  background-color: transparent;
}

.c-form_radio_item.-invalid::before {
  display: block;
  position: absolute;
  top: 0;
  left: -.5rem;
  width: calc(100% + 1rem);
  height: 100%;
  background: #ffdada;
  content: '';
}

.c-form_radio_label {
  position: relative;
}

.c-form_radio_label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: .3em;
  left: -2.1rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px #707070;
  content: '';
}

.c-form_radio_btn {
  z-index: -1;
  position: absolute;
  opacity: 0;
}

.c-form_radio_btn:checked + .c-form_radio_label::before {
  background: #9a1e45;
}

.c-form_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: .5rem 4rem .5rem 1rem;
  border: 1px solid #707070;
  border-radius: 0;
  background: #fff url(/assets/images/common/ico_select.svg) calc(100% - 1rem) 50% no-repeat;
}

.c-form_select::-ms-expand {
  display: none;
}

.c-form_select.-mini {
  width: auto;
}

.c-form_checkbox.c-grid {
  margin-bottom: -1rem !important;
}

.c-form_checkbox_item.-field {
  display: flex;
  align-items: center;
}

.c-form_checkbox_item_field {
  position: relative;
  flex: 1;
  margin: .5rem 0 .5rem 1rem;
}

.c-form_checkbox_item {
  position: relative;
  padding: 0 0 0 2rem;
}

.c-form_checkbox_item + .c-form_checkbox_item {
  margin-top: .7rem;
}

.c-form_checkbox_item.-invalid {
  background-color: transparent;
}

.c-form_checkbox_item.-invalid::before {
  display: block;
  position: absolute;
  top: 0;
  left: -.5rem;
  width: calc(100% + 1rem);
  height: 100%;
  background: #ffdada;
  content: '';
}

.c-form_checkbox_label {
  position: relative;
}

.c-form_checkbox_label_outer {
  position: relative;
  padding-left: 2.9rem;
}

.c-form_checkbox_label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: .3em;
  left: -2rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #707070;
  background-color: #fff;
  content: '';
}

.c-form_checkbox_btn {
  z-index: -1;
  position: absolute;
  opacity: 0;
}

.c-form_checkbox_btn:checked + .c-form_checkbox_label::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: .9rem;
  left: -1.7rem;
  width: .8rem;
  height: .4rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid #9a1e45;
  border-top-style: none;
  border-right-style: none;
  content: '';
}

@media (max-width: 1024px) {
  .c-form_steps {
    margin: 0 0 2rem;
  }
  .c-form_steps_item {
    width: calc(100%/3 - 1rem);
  }
  .c-form_steps_num {
    margin-right: .5rem;
  }
  .c-form_title {
    width: auto;
    padding: 1rem 5.6rem 1rem 1.5rem;
    font-size: 1.6rem;
  }
  .c-form_title:not([class*="_grid"]) {
    width: auto;
  }
  .c-form_title_ico {
    top: 1.2rem;
    right: 1.5rem;
  }
  .c-form_item_row {
    display: block;
  }
  .c-form_item_row + .c-form_item_row {
    margin-top: 1rem;
  }
  .c-form_text.-mini {
    width: auto;
  }
  .c-form_radio_label::before {
    top: .2em;
  }
  .c-form_checkbox_label::before {
    top: .15em;
  }
  .c-form_checkbox_btn:checked + .c-form_checkbox_label::after {
    top: .6rem;
  }
}

/* -----------------------------------------------
  .js-spAccordion
----------------------------------------------- */
@media (max-width: 768px) {
  .js-spAccordion + * {
    display: none;
  }
}

/* -----------------------------------------------
  Vue.js Animation
----------------------------------------------- */
.v-enter-active,
.v-leave-active {
  transition: opacity .1s;
}

.v-enter,
.v-leave-to {
  opacity: 0;
  transition: opacity .1s;
}

.dl_box01 {
  width: 100%;
  padding: 30px 40px 10px;
  background-color: #fff;
}

.dl_box01 dt {
  margin-bottom: 1rem;
  font-weight: bold;
}

.dl_box01 dd {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .dl_box01 {
    margin: 0 auto 4rem;
    padding: 25px 20px 10px;
  }
  .dl_box01.c-grid_1col {
    width: 90%;
  }
}

.ico_no > div {
  counter-increment: no_count;
}

.ico_no > div dl dt {
  position: relative;
  padding-left: 3rem;
}

.ico_no > div dl dt:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #9a1e45;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  content: counter(no_count) "";
}

.ico_star,
.ico_square {
  padding-left: 2rem;
}

.ico_star:before,
.ico_square:before {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin: -.2rem .5rem 0 0;
  background-image: url(/assets/images/common/ico_star.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 76%;
  vertical-align: middle;
  content: '';
}

.ico_square:before {
  display: inline-block;
  width: .7rem;
  height: .7rem;
  background-color: #ED0000;
  background-image: none;
  content: '';
}

/*****************************************************
English
*****************************************************/
@media (max-width: 768px) {
  [lang=en] .p-topSection.-pagelink .c-linkArrowList02_child_item {
    border: none;
  }
  [lang=en] .p-topSection.-pagelink .c-linkArrowList02_child_item .c-linkArrowList02_item_link {
    padding-left: 1.8rem;
    background-position: 0 1em;
  }
}

/* -----------------------------------------------
  .p-hero
----------------------------------------------- */
.p-hero {
  position: relative;
  min-height: 100vh;
  -webkit-animation: fadeIn 1s ease forwards;
  animation: fadeIn 1s ease forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

.p-hero_inner {
  position: relative;
  height: 100vh;
  margin: 0 -3rem;
  overflow: hidden;
}

.p-hero_copy {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 8rem;
  left: 13.030747%;
  align-items: center;
  height: calc(100% - 8rem);
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  -webkit-animation: fadeIn 2s ease 0s forwards, blur 2s ease 0s;
  animation: fadeIn 2s ease 0s forwards, blur 2s ease 0s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  opacity: 0;
}

.p-hero_copy_lead {
  font: italic 400 3rem/1.3 a-otf-ud-reimin-pr6n, sans-serif;
  letter-spacing: .2rem;
}

.p-hero_copy_en {
  font: italic 300 3.6rem/1.5 adobe-garamond-pro, serif;
  letter-spacing: .1rem;
}

.p-hero_info {
  display: flex;
  z-index: 1;
  position: absolute;
  right: 1.5rem;
  bottom: 2rem;
  align-items: center;
}

.p-hero_info a {
  position: relative;
  position: relative;
  transition: all .3s ease;
}

.p-hero_info a:hover {
  text-decoration: none;
  opacity: .7;
}

.p-hero_info_sns {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}

.p-hero_info_sns_item + .p-hero_info_sns_item {
  margin-left: 2rem;
}

.p-hero_info_sns img {
  width: 3.6rem;
}

.p-hero_slide {
  z-index: -1;
  height: 100%;
  min-height: 60rem;
}

.p-hero_slide_item {
  position: relative;
}

.p-hero_slide_item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-hero_slide_item a:hover {
  opacity: .7;
}

.p-hero_scroll {
  z-index: 1;
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  color: #fff;
  font: 300 1.8rem/1.5 adobe-garamond-pro, serif;
  letter-spacing: .1rem;
  text-align: center;
}

.p-hero_scroll::before, .p-hero_scroll::after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 1px;
  height: 3rem;
  margin: 0 auto;
  content: '';
}

.p-hero_scroll::before {
  bottom: -3rem;
  background: #fff;
}

.p-hero_scroll::after {
  bottom: -6rem;
  background: #000;
}

@media (max-width: 768px) {
  .p-hero {
    min-height: 0;
  }
  .p-hero_inner {
    position: relative;
    margin: 0 -2rem;
    overflow: hidden;
  }
  .p-hero_copy {
    top: 5rem;
    left: 0;
    justify-content: center;
    width: 100%;
    height: calc(100% - 5rem);
  }
  .p-hero_copy_lead {
    font-size: 1.8rem;
  }
  .p-hero_copy_en {
    font-size: 2.1rem;
  }
  .p-hero_info {
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .p-hero_info a {
    transition: all .3s ease;
  }
  .p-hero_info a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .p-hero_info_sns {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
  }
  .p-hero_info_sns img {
    width: 3rem;
  }
  .p-hero_info_cta {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }
  .p-hero_info_cta img {
    width: 10rem;
  }
  .p-hero_slide {
    height: 100%;
    min-height: 40rem;
  }
  .p-hero_slide_item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-hero_slide_item img {
    visibility: hidden;
    min-width: 100%;
    max-width: none;
  }
  .p-hero_scroll {
    display: none;
  }
}

/* -----------------------------------------------
  .p-important
----------------------------------------------- */
.p-important {
  display: table;
  visibility: visible;
  z-index: 1;
  position: fixed;
  top: 8rem;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 1rem 3rem;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: all .3s ease;
}

.p-important a {
  color: #fff;
  transition: 0s linear;
}

.p-important_heading {
  display: table-cell;
  width: 28.3rem;
  padding: 0 3rem 0 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.p-important_title {
  display: inline-block;
  margin: 0 auto;
  padding-right: 3.2rem;
  background: url(/assets/images/common/ico_important_02.svg) 100% 50% no-repeat;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-important_list {
  display: table-cell;
  font-size: 1.4rem;
  line-height: 1.5;
  vertical-align: middle;
}

.p-important_item {
  display: flex;
}

.p-important_item + .p-important_item {
  margin-top: .3rem;
}

.p-important_item_date {
  width: 9.5em;
  color: #fff;
}

.p-important_item_text {
  width: calc(100% - 9.5em);
}

@media (min-width: 1231px) {
  .l-header.-compact + .l-wrapper .p-important {
    visibility: hidden;
    top: 5.4rem;
    -webkit-animation: fadeOut .3s linear 0s;
    animation: fadeOut .3s linear 0s;
    opacity: 0;
  }
}

@media (max-width: 1230px) {
  .p-important {
    top: 5rem;
  }
  .p-important_heading {
    width: auto;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .p-important {
    display: block;
    position: static;
    width: auto;
    margin: 0 -2rem;
    padding: 4rem 2rem;
    background: #f7f7ed;
  }
  .p-important_heading {
    display: block;
    width: auto;
    margin: 0 0 2rem;
    padding: 0;
    text-align: left;
  }
  .p-important_title {
    display: inline-block;
    padding-right: 2.7rem;
    background: url(/assets/images/common/ico_important.svg) 100% 50%/2.1rem auto no-repeat;
    color: #333;
  }
  .p-important_title a {
    color: #333;
  }
  .p-important_list {
    display: block;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .p-important_item {
    display: block;
    padding-top: 1.5rem;
    border-top: 1px solid #e6e6e6;
  }
  .p-important_item + .p-important_item {
    margin-top: 1.5rem;
  }
  .p-important_item_date {
    width: auto;
    color: #333;
  }
  .p-important_item_text {
    width: auto;
  }
  .p-important_item a {
    color: #9a1e45;
  }
}

/* -----------------------------------------------
  .p-topSection
----------------------------------------------- */
.p-topSection.js-animation {
  opacity: 0;
}

.p-topSection.-animate {
  -webkit-animation: fadeIn 1s ease 0s, bottomToTop 1s ease forwards;
  animation: fadeIn 1s ease 0s, bottomToTop 1s ease forwards;
  opacity: 1;
}

.p-topSection_heading {
  position: relative;
  margin: 0 0 4rem;
  text-align: center;
}

.p-topSection_heading_title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.p-topSection_heading_title::before {
  display: block;
  width: 100%;
  margin: 0 0 .5rem;
  font: 500 4.2rem/1 adobe-garamond-pro, serif;
  letter-spacing: .2rem;
  text-align: center;
  content: attr(data-en);
}

.p-topSection_heading_more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-topSection_inner {
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
}

.p-topSection_more {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.p-topSection_more_label {
  display: block;
  position: relative;
  padding: 4rem 0 0;
  font: 500 1.5rem/1 adobe-garamond-pro, serif;
  letter-spacing: .1rem;
}

.p-topSection_more_label::before, .p-topSection_more_label::after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #9a1e45;
  content: '';
}

.p-topSection_more_label::before {
  top: 0;
  width: 2px;
  height: 3.2rem;
}

.p-topSection_more_label::after {
  top: 1.5rem;
  width: 3.2rem;
  height: 2px;
}

.p-topSection.-pickup {
  margin: 0 -3.6rem 0 -3rem;
  padding: 7.5rem 0 8rem;
}

.p-topSection.-news {
  margin: 0 -3rem;
  padding: 6rem 3rem 10rem;
  background: #f7f7ed url(/assets/images/top/bg_section_news.jpg) 50% 100%/100% auto no-repeat;
}

.p-topSection.-news .p-topSection_inner {
  padding: 6rem;
  background: #fff;
}

.p-topSection.-features {
  margin: 0 -3rem;
  padding: 8rem 3rem 0;
  background: url(/assets/images/top/bg_section_feature.png) calc(100% + 3rem) -3rem/25.3rem auto no-repeat;
}

.p-topSection.-features .p-topSection_inner {
  max-width: none;
}

.p-topSection.-event {
  margin: 0 -3rem;
  padding: 8rem 3rem;
  background: #f7f7ed url(/assets/images/common/bg_texture.jpg) 0 0/69.1rem auto;
}

.p-topSection.-banner {
  margin: 0 -3rem;
  padding: 8rem 3rem 7rem;
  background: #fff url(/assets/images/top/bg_section_banner__pc.png) 100% 100%/cover no-repeat;
}

.p-topSection.-banner a:hover {
  opacity: .7;
}

@media (max-width: 768px) {
  .p-topSection_heading {
    margin: 0 0 3rem;
  }
  .p-topSection_heading_title {
    font-size: 1.3rem;
  }
  .p-topSection_heading_title::before {
    font-size: 3.8rem;
  }
  .p-topSection_heading_more {
    display: table;
    position: static;
    margin: 3rem auto 0;
    padding: .4rem 2.5rem;
    border-radius: 1.6rem;
    background: #fff;
  }
  .p-topSection_more {
    display: block;
    padding: 3rem 2rem;
  }
  .p-topSection.-pickup {
    margin: 0 -2rem;
    padding: 6rem 0 7rem;
  }
  .p-topSection.-news {
    margin: 0 -2rem;
    padding: 3rem 1rem 10rem;
  }
  .p-topSection.-news .p-topSection_inner {
    padding: 0;
    background: none;
  }
  .p-topSection.-news .p-topSection_heading {
    margin: 0;
    padding: 6rem 2rem 3rem;
    background: #fff;
  }
  .p-topSection.-news .p-topSection_heading_more {
    background: #f7f7ed;
  }
  .p-topSection.-news .p-topSection_more {
    margin: .1rem 0 0;
    background: #fff;
  }
  .p-topSection.-features {
    margin: 0 -2rem;
    padding: 6rem 2rem;
    background: none;
  }
  .p-topSection.-event {
    padding: 8rem 3rem 4rem;
  }
  .p-topSection.-banner {
    margin: 0 -2rem;
    padding: 6rem 2rem 10rem;
    background-image: url(/assets/images/top/bg_section_banner__sp.png);
  }
}

/* -----------------------------------------------
  .p-pickupSlide
----------------------------------------------- */
.p-pickupSlide .slick-list {
  width: 100%;
  max-width: 1218px;
  margin: 0 auto;
  overflow: hidden;
}

.p-pickupSlide_item {
  width: calc(100vw/3 - .4rem);
  margin: 0 .8rem 0 0;
}

.p-pickupSlide_item_link {
  display: block;
}

.p-pickupSlide_item_link:hover {
  text-decoration: none;
}

.p-pickupSlide_item_link:hover .p-pickupSlide_item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.p-pickupSlide_item_link:hover .p-pickupSlide_item_more {
  text-decoration: underline;
}

.p-pickupSlide_item_image {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.p-pickupSlide_item_image img {
  width: 100%;
  transition: .2s linear;
}

.p-pickupSlide_item_box {
  position: relative;
  margin: -3rem 3rem 0;
  padding: 3rem;
  border-bottom: 2px solid #9a1e45;
  background: #fff;
}

.p-pickupSlide_item_title {
  margin: 0;
  color: #333;
  font: 400 1.9rem/1.4 "Noto Serif Japanese", serif;
}

.p-pickupSlide_item_more {
  display: table;
  margin: 1.5rem 0 0 auto;
  padding: 0 0 0 2rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.55em no-repeat;
}

@media (max-width: 768px) {
  .p-pickupSlide .slick-list {
    max-width: 90%;
    margin: 0 auto;
    margin-right: 3%;
    overflow: inherit;
  }
  .p-pickupSlide_item {
    width: calc(100vw - 8rem);
    margin: 0 2rem 0 0;
  }
  .p-pickupSlide_item_box {
    margin: 0;
    padding: 2.5rem 0;
  }
  .p-pickupSlide_item_more {
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------
  .p-articleList
----------------------------------------------- */
.p-articleList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4rem;
}

.p-articleList_item {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: 4rem;
  background: #fff;
}

.p-articleList_item:hover .p-articleList_item_eyecatch img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.p-articleList_item:hover .p-articleList_item_title,
.p-articleList_item:hover .p-articleList_item_txt {
  text-decoration: underline;
}

.p-articleList_item_eyecatch {
  position: relative;
  margin: 0 0 1.5rem;
  overflow: hidden;
}

.p-articleList_item_eyecatch img {
  width: 100%;
  transition: .3s linear;
}

.p-articleList_item_link {
  display: block;
  position: relative;
  height: 100%;
}

.p-articleList_item_link:hover {
  text-decoration: none;
}

.p-articleList_item_date {
  margin: 0 0 1rem;
  color: #333;
  font-size: 1.3rem;
}

.p-articleList_item_cat {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: .3rem 1.5rem;
  background: #9a1e45;
  color: #fff;
  font-size: 1.2rem;
}

.p-articleList_item_title {
  margin: 0;
  padding-left: 1.8rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.45em no-repeat;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-articleList.-division2 .p-articleList_item {
  width: calc((100% / 2) - 4rem);
}

.p-articleList.-division3 .p-articleList_item {
  width: calc(33.33% - 4rem);
}

.p-articleList.-division4 .p-articleList_item {
  width: calc((100% / 4) - 4rem);
}

@media (max-width: 1024px) {
  .p-articleList.-division3 .p-articleList_item, .p-articleList.-division4 .p-articleList_item {
    width: calc((100% / 2) - 4rem);
  }
}

@media (max-width: 768px) {
  .p-articleList {
    margin: 0;
  }
  .p-articleList_item {
    margin: 0 0 1.5rem;
  }
  .p-articleList_item_link {
    display: block;
    padding: 0 .5rem 2.5rem;
  }
  .p-articleList_item_date {
    font-size: 1.2rem;
  }
  .p-articleList_item_cat {
    padding: .2rem 1rem;
    font-size: 1rem;
  }
  .p-articleList_item_title {
    background-position: 0 0.35em;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .p-articleList.-division2, .p-articleList.-division3, .p-articleList.-division4 {
    justify-content: space-between;
  }
  .p-articleList.-division2 .p-articleList_item, .p-articleList.-division3 .p-articleList_item, .p-articleList.-division4 .p-articleList_item {
    width: 50%;
    margin: 1px 0 0;
  }
}

.p-articleList02 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3rem;
}

.p-articleList02_item {
  width: 100%;
  margin-bottom: 3rem;
  margin-left: 3rem;
}

.p-articleList02_item:hover .p-articleList02_item_eyecatch img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.p-articleList02_item:hover .p-articleList02_item_title {
  text-decoration: underline;
}

.p-articleList02_item_eyecatch {
  position: relative;
  margin: -3rem -3rem 2.5rem;
  overflow: hidden;
  background: #fff;
}

.p-articleList02_item_eyecatch img {
  width: 100%;
  transition: .3s linear;
}

.p-articleList02_item_link {
  display: block;
  position: relative;
  height: 100%;
  padding: 3rem;
  background: #f7f7f7;
}

.p-articleList02_item_link:hover {
  text-decoration: none;
}

.p-articleList02_item_date {
  margin: 0 0 .7rem;
  color: #333;
  font-size: 1.3rem;
}

.p-articleList02_item_title {
  margin: 0;
  padding-left: 1.8rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.45em no-repeat;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.p-articleList02.-division2 .p-articleList02_item {
  width: calc((100% / 2) - 3rem);
}

.p-articleList02.-division3 .p-articleList02_item {
  width: calc(33.33% - 3rem);
}

.p-articleList02.-division4 .p-articleList02_item {
  width: calc((100% / 4) - 3rem);
}

@media (max-width: 1024px) {
  .p-articleList02.-division3 .p-articleList02_item, .p-articleList02.-division4 .p-articleList02_item {
    width: calc((100% / 2) - 3rem);
  }
}

@media (max-width: 768px) {
  .p-articleList02 {
    margin: 0;
  }
  .p-articleList02_item {
    margin: 0 0 1.5rem;
  }
  .p-articleList02_item_eyecatch {
    margin: 0 -1.5rem 1.5rem;
  }
  .p-articleList02_item_link {
    display: block;
    padding: 0 1.5rem 2.5rem;
  }
  .p-articleList02_item_date {
    font-size: 1.2rem;
  }
  .p-articleList02_item_title {
    background-position: 0 0.35em;
    font-size: 1.4rem;
  }
  .p-articleList02.-division2, .p-articleList02.-division3, .p-articleList02.-division4 {
    justify-content: space-between;
  }
  .p-articleList02.-division2 .p-articleList02_item, .p-articleList02.-division3 .p-articleList02_item, .p-articleList02.-division4 .p-articleList02_item {
    width: 50%;
    margin: 1px 0 0;
  }
}

/* -----------------------------------------------
  .p-eventList
----------------------------------------------- */
.p-eventList {
  display: flex;
  flex-wrap: wrap;
}

.p-eventList_item {
  width: 100%;
  margin-bottom: 3rem;
}

.p-eventList_item:hover .p-eventList_item_title {
  text-decoration: underline;
}

.p-eventList_item_link {
  display: block;
  position: relative;
  height: 100%;
  padding: 2rem 4rem;
  border-left: 1px solid #444;
}

.p-eventList_item_link:hover {
  border-left-color: #9a1e45;
  text-decoration: none;
}

.p-eventList_item_cat {
  display: table;
  min-width: 8.6rem;
  margin: 0 0 2.5rem;
  padding: 0 1.5rem;
  border: 2px solid #9a1e45;
  border-radius: 1.2rem;
  background: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.p-eventList_item_title {
  margin: 0;
  padding-left: 1.8rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.45em no-repeat;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-eventList_item_outline {
  margin: 2.5rem 0 0;
  color: #333;
  font-size: 1.3rem;
}

.p-eventList_item_info {
  position: relative;
  padding-left: 3.3em;
}

.p-eventList_item_info + .p-eventList_item_info {
  margin-top: 1rem;
}

.p-eventList_item_info_label {
  display: inline-block;
  position: absolute;
  top: .2rem;
  left: 0;
  width: 3.2em;
  border: 1px solid #444;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
}

.p-eventList.-division2 .p-eventList_item {
  width: 50%;
}

.p-eventList.-division3 .p-eventList_item {
  width: 33.33%;
}

.p-eventList.-division4 .p-eventList_item {
  width: 25%;
}

@media (max-width: 1024px) {
  .p-eventList.-division3 .p-eventList_item, .p-eventList.-division4 .p-eventList_item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .p-eventList {
    display: block;
    margin: 0;
    border-bottom: 1px solid #444;
  }
  .p-eventList_item {
    width: 100%;
    margin-bottom: 0;
  }
  .p-eventList_item_link {
    padding: 3rem 0;
    border-top: 1px solid #444;
    border-left: none;
  }
  .p-eventList_item_cat {
    margin: 0 0 1.5rem;
  }
  .p-eventList_item_title {
    background-position: 0 .3em;
  }
  .p-eventList_item_outline {
    margin: 2rem 0 0;
  }
  .p-eventList.-division2, .p-eventList.-division3, .p-eventList.-division4 {
    display: block;
  }
  .p-eventList.-division2 .p-eventList_item, .p-eventList.-division3 .p-eventList_item, .p-eventList.-division4 .p-eventList_item {
    width: auto;
  }
}

/* -----------------------------------------------
  .p-features
----------------------------------------------- */
.p-features_intro {
  display: flex;
}

.p-features_intro_inner {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  min-height: 45rem;
}

.p-features_intro_image {
  position: absolute;
  top: 0;
  left: -3rem;
  width: 64.860908vw;
  height: 100%;
  padding: 4rem;
  background: #9a1e45 url(/assets/images/top/bg_section_feature_intro__pc.png) 50% 50%/cover no-repeat;
  text-align: center;
}

.p-features_intro_image img {
  background: url(/assets/images/top/logo_section_feature_bg.svg) 50% 50%/cover no-repeat;
}

.p-features_intro_container {
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
}

.p-features_intro_box {
  position: relative;
  width: 40.229885%;
  margin-left: auto;
  padding: 6rem;
  background: #fff;
}

.p-features_intro_title {
  margin: 0 0 2rem;
  font: 500 2.8rem/1.4 "Noto Serif Japanese", serif;
}

.p-features_intro_desc {
  margin: 0 0 2rem;
  font-size: 1.4rem;
}

.p-features_contents {
  position: relative;
  margin: 0 -3rem;
  padding: 8rem 3rem;
  background: #f7f7ed;
}

.p-features_contents::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 64.860908vw;
  height: 100%;
  background: #fff;
  content: '';
}

.p-features_panel {
  display: flex;
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
}

.p-features_panel_item {
  position: relative;
  flex: 1;
  height: 30.4rem;
  overflow: hidden;
  text-align: center;
}

.p-features_panel_item:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-features_panel_item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  transition: .2s linear;
}

.p-features_panel_item_link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 6rem 2rem;
  color: #fff;
}

.p-features_panel_item_link::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3f454e;
  content: '';
  opacity: .3;
  transition: .2s linear;
}

.p-features_panel_item_link::after {
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 1.4rem;
  height: 1.9rem;
  background: url(/assets/images/common/ico_arrow.svg) 50% 50%/contain no-repeat;
  content: '';
}

.p-features_panel_item_link:hover {
  text-decoration: none;
}

.p-features_panel_item_link:hover::before {
  opacity: 0;
}

.p-features_panel_item_inner {
  position: relative;
}

.p-features_panel_item_heading {
  margin: 0 0 2rem;
  font: 500 2.8rem/1.4 "Noto Serif Japanese", serif;
}

.p-features_panel_item_desc {
  font-size: 1.4rem;
}

.p-features_panel_item.-stories::before {
  background-image: url(/assets/images/top/bg_feature_panel_stories__pc.jpg);
}

.p-features_panel_item.-number::before {
  background-image: url(/assets/images/top/bg_feature_panel_number__pc.jpg);
}

.p-features_panel_item.-global::before {
  background-image: url(/assets/images/top/bg_feature_panel_global__pc.jpg);
}

.p-features_panel_item.-policy::before {
  background-image: url(/assets/images/top/bg_feature_panel_policy__pc.jpg);
}

@media (max-width: 768px) {
  .p-features {
    padding-top: 1rem;
  }
  .p-features_intro {
    display: block;
    margin: 0 -2rem -8rem;
    padding: 0 2rem 11.5rem;
    background: #9a1e45 url(/assets/images/top/bg_section_feature_intro__sp.png) 50% 50%/cover no-repeat;
    color: #fff;
  }
  .p-features_intro_more {
    background-image: url(/assets/images/common/ico_arrow.svg);
  }
  .p-features_intro_more a {
    color: #fff;
  }
  .p-features_intro_inner {
    display: block;
    width: 100%;
    min-height: 0;
  }
  .p-features_intro_image {
    position: relative;
    top: -1.5rem;
    left: auto;
    width: auto;
    max-width: 24.5rem;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: none;
  }
  .p-features_intro_box {
    position: relative;
    width: auto;
    margin-left: auto;
    padding: 0;
    background: none;
  }
  .p-features_intro_title {
    margin: 1.5rem 0 2.5rem;
    font-size: 2.2rem;
    text-align: center;
  }
  .p-features_intro_desc {
    margin: 0 0 2rem;
    font-size: 1.4rem;
  }
  .p-features_contents {
    position: relative;
    margin: 0 -1rem;
    padding: 0;
    background: none;
  }
  .p-features_contents::before {
    display: none;
  }
  .p-features_panel {
    display: block;
  }
  .p-features_panel_item {
    width: auto;
    height: 22rem;
  }
  .p-features_panel_item_heading {
    font-size: 2.2rem;
  }
  .p-features_panel_item.-stories::before {
    background-image: url(/assets/images/top/bg_feature_panel_stories__sp.jpg);
  }
  .p-features_panel_item.-number::before {
    background-image: url(/assets/images/top/bg_feature_panel_number__sp.jpg);
  }
  .p-features_panel_item.-global::before {
    background-image: url(/assets/images/top/bg_feature_panel_global__sp.jpg);
  }
  .p-features_panel_item.-policy::before {
    background-image: url(/assets/images/top/bg_feature_panel_policy__sp.jpg);
  }
}

/* -----------------------------------------------
  .p-panel
----------------------------------------------- */
.p-panel_link {
  display: block;
  position: relative;
  height: 100%;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  transition: .2s linear;
}

.p-panel_link_height_auto {
  height: auto;
}

.p-panel_link.-bg_exception {
  background-color: transparent;
}

.p-panel_link time {
  color: #333;
}

.p-panel_link:hover {
  border-color: #9a1e45;
  text-decoration: none;
}

.p-panel_link:hover .p-panel_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

.p-panel_link:hover .p-panel_title,
.p-panel_link:hover .p-panel_txt {
  text-decoration: underline;
  transition: .2s;
}

.p-panel_image {
  overflow: hidden;
  background: #fff;
}

.p-panel_image img {
  width: 100%;
  transition: .2s linear;
}

.p-panel_inner {
  padding: 3rem;
}

.p-panel_title {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem 1.8rem;
  border-bottom: 1px solid #9a1e45;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.45em no-repeat;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-panel_desc {
  color: #333;
}

.p-panel.-image .p-panel_link {
  border: none;
}

.p-panel.-image.-full .p-panel_inner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% - 1.5rem);
  background: rgba(255, 255, 255, 0.8);
}

.p-panel.-image .-bg_exception {
  background-color: transparent;
}

.p-panel.-image .-bg_exception .p-panel_inner {
  background-color: #f7f7f7;
}

.p-panel.-full {
  margin: 6rem 0;
}

.p-panel.-highlight .p-panel_link {
  border: none;
  background: #f7f7ed;
}

.p-panel.-highlight .p-panel_link:hover {
  background-color: #efefdb;
}

.p-panel.-highlight .p-panel_inner {
  padding: 4rem;
}

@media (max-width: 768px) {
  .p-panel_inner {
    padding: 3rem 2rem;
  }
  .p-panel_title {
    background-position: 0 .4em;
  }
  .p-panel_desc {
    font-size: 1.6rem;
  }
  .p-panel.-image.-full .p-panel_inner {
    position: static;
    width: auto;
    background: none;
  }
  .p-panel.-full {
    margin: 2rem 0;
  }
  .p-panel.-full .p-panel_link {
    background: #f7f7f7;
  }
  .p-panel.-highlight .p-panel_link {
    background: #f7f7ed;
  }
  .p-panel.-highlight .p-panel_inner {
    padding: 3rem 2rem;
  }
}

/* -----------------------------------------------
  .p-relatedContent
----------------------------------------------- */
.p-relatedContent {
  margin: 6rem -3rem 0;
  padding: 6rem 3rem;
  background: #f7f7ed url(/assets/images/common/bg_texture.jpg) 0 0/69.1rem auto;
}

.p-relatedContent_title {
  margin: 0 0 2.5rem;
  font: 700 2.2rem/1 "Noto Serif Japanese", serif;
  text-align: center;
}

.p-relatedContent_inner {
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
}

.p-relatedContent_panel {
  background: #fff;
}

.p-relatedContent_panel_link {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
}

.p-relatedContent_panel_link:hover {
  text-decoration: none;
}

.p-relatedContent_panel_link:hover .p-relatedContent_panel_image img {
  opacity: .7;
}

.p-relatedContent_panel_link:hover .p-relatedContent_panel_title {
  text-decoration: underline;
}

.p-relatedContent_panel_image {
  width: 62%;
  margin-right: 3rem;
}

.p-relatedContent_panel_image img {
  transition: .2s linear;
}

.p-relatedContent_panel_text {
  width: 100%;
  padding: 1rem 0;
}

.p-relatedContent_panel_title {
  position: relative;
  margin: 0 0 .5rem;
  padding-left: 1.8rem;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.45em no-repeat;
  line-height: 1.4;
}

.p-relatedContent_panel_title.-external::after {
  display: inline-block;
  margin-left: .5rem;
  content: url(/assets/images/common/ico_external_02.svg);
}

.p-relatedContent_panel_desc {
  color: #333;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-relatedContent {
    margin: 6rem -2rem 0;
    padding: 6rem 2rem;
  }
  .p-relatedContent_panel_link {
    padding: 2rem;
  }
  .p-relatedContent_panel_image {
    width: 8rem;
  }
  .p-relatedContent_panel_text {
    padding: 0;
  }
  .p-relatedContent_panel_title {
    background-position: 0 .3em;
  }
}

/* -----------------------------------------------
  .p-flowBox
----------------------------------------------- */
.p-flowBox {
  margin-bottom: 40px;
}

.p-flowBox_inner {
  display: flex;
  position: relative;
  padding: 20px 25px;
  background-color: #fcfcf8;
}

.p-flowBox_inner > div {
  width: 100%;
}

.p-flowBox_inner_year {
  min-width: 115px;
  margin-right: 39px;
  color: #9a1e45;
  font: 400 2.6rem/1.4 "Noto Serif Japanese", serif;
}

.p-flowBox_inner_year small {
  font-size: 1.4rem;
}

.p-flowBox_inner_year:after {
  display: inline-block;
  position: relative;
  left: 4px;
  width: 7px;
  height: 7px;
  margin-left: 36px;
  border-radius: 50%;
  background-color: #9a1e45;
  vertical-align: middle;
  content: "";
}

.p-flowBox_inner_block {
  display: flex;
  width: 100%;
}

.p-flowBox_inner_block div {
  display: flex;
  width: 100%;
}

.p-flowBox_inner_title {
  width: 100%;
  max-width: 440px;
  font-weight: 400;
}

.p-flowBox_inner_title small {
  display: block;
  padding-top: 1em;
  font-weight: 200;
}

.p-flowBox_inner_img {
  min-width: 260px;
  margin: 1em 0 1em auto;
  padding-left: 30px;
  font-size: 1.4rem;
  text-align: center;
}

.p-flowBox_inner_img figcaption {
  padding-top: 1em;
}

.p-flowBox_inner:nth-child(even) {
  background-color: #f7f7ed;
}

.p-flowBox_inner:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 138px;
  width: 1px;
  height: 100%;
  background-color: #9a1e45;
  content: "";
}

.p-flowBox_inner_top:before {
  top: 43px;
}

@media (max-width: 768px) {
  .p-flowBox {
    margin: 0 -2rem 20px;
  }
  .p-flowBox_inner {
    display: list-item;
  }
  .p-flowBox_inner > div {
    width: 100%;
  }
  .p-flowBox_inner_year {
    display: block;
    margin-bottom: .4em;
    font-size: 2.3rem;
  }
  .p-flowBox_inner_year:after {
    display: none;
  }
  .p-flowBox_inner_block {
    display: block;
  }
  .p-flowBox_inner_title {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .p-flowBox_inner_title small {
    padding-top: .5em;
    font-size: 1.4rem;
  }
  .p-flowBox_inner_img {
    padding-left: 0;
  }
  .p-flowBox_inner:before {
    display: none;
  }
}

/* -----------------------------------------------
  .p-flowBox
----------------------------------------------- */
.campus_number ol {
  counter-increment: campus;
}

.campus_number ol dl dt {
  margin-bottom: 15px;
  font-weight: 600;
}

.campus_number ol dl dt:before {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #9a1e45;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  content: counter(campus);
}

/* -----------------------------------------------
  .p-titleImage
----------------------------------------------- */
.p-2nd {
  position: relative;
  width: 100vw;
  margin: 0 -3rem;
  overflow: hidden;
}

.p-2nd_l {
  position: absolute;
  top: 0;
  left: 0;
  width: 42.5%;
  min-width: 50rem;
  height: 100%;
  overflow: hidden;
}

.p-2nd_l.faculty {
  background-image: url(/assets/images/academics/index/thumb_department.jpg);
  background-position: center;
  background-size: cover;
}

.p-2nd_l.graduate {
  background-image: url(/assets/images/academics/index/thumb_graduateschool.jpg);
  background-position: center;
  background-size: cover;
}

.p-2nd_l_ttl {
  z-index: 1;
  position: absolute;
  top: 15rem;
  right: 25%;
  width: 45%;
  min-width: 27rem;
  color: #fff;
  letter-spacing: 5px;
  text-align: center;
}

.p-2nd_l_ttl h2 {
  margin-bottom: 10px;
  font: 200 3.6rem/1.4 "Noto Serif Japanese", serif;
}

.p-2nd_l_ttl p {
  margin-bottom: 40px;
  padding-top: 10px;
  border-top: 1px solid #fff;
  font: 200 2.4rem/1.4 "Noto Serif Japanese", serif;
}

.p-2nd_l_ttl a {
  margin: 0 49px;
}

.p-2nd_l_img {
  height: 100vh;
}

.p-2nd_l_img img {
  position: absolute;
  top: 25%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: inherit;
  height: auto;
  min-height: 100%;
  margin: -50% 0 0 -50%;
}

.p-2nd_r {
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
  padding-left: 55rem;
}

@media (max-width: 1024px) {
  .p-2nd {
    margin: 0 -2rem;
  }
  .p-2nd_l {
    position: inherit;
    min-width: 100%;
    height: 37.5rem;
  }
  .p-2nd_l_ttl {
    top: 5rem;
  }
  .p-2nd_l_img {
    height: 100vw;
  }
  .p-2nd_l_img img {
    position: inherit;
    width: 100%;
    min-width: auto;
    max-width: inherit;
    height: 100%;
    min-height: auto;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-2nd_r {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .p-2nd_l_ttl {
    right: 50%;
    margin-right: -35%;
  }
}

/* -----------------------------------------------
  .p-more
----------------------------------------------- */
.p-more {
  width: 100%;
  text-align: center;
}

.p-more_inner {
  position: relative;
  padding-top: 3.5rem;
  color: #9a1e45;
  font: 300 1.8rem/1.5 adobe-garamond-pro, serif;
  letter-spacing: 3px;
  cursor: pointer;
}

.p-more_inner::before, .p-more_inner::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 2px;
  height: 30px;
  background-color: #9a1e45;
  content: "";
}

.p-more_inner::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* -----------------------------------------------
  .p-ol_number
----------------------------------------------- */
.p-ol_number {
  border: #ebebeb solid 1px;
  border-bottom: none;
}

.p-ol_number li {
  display: flex;
  padding: 16px 20px 8px;
  border-bottom: #ebebeb solid 1px;
  font-size: 1.6rem;
  font-weight: 600;
  counter-increment: olNo;
}

.p-ol_number li:before {
  display: inline-block;
  margin-top: -1.3rem;
  margin-right: 1rem;
  color: #9a1e45;
  font: 400 3.7rem/1.4 "Noto Serif Japanese", serif;
  vertical-align: middle;
  content: counter(olNo);
}

/* -----------------------------------------------
  .p-flow_style01
----------------------------------------------- */
.p-flow_style01 {
  margin-bottom: 1rem;
}

.p-flow_style01_t {
  margin-bottom: 0;
  padding: 10px 0;
  border-top: #ebebeb solid 1px;
  border-right: #ebebeb solid 1px;
  font-weight: 600;
  text-align: center;
}

.p-flow_style01_d {
  margin-bottom: 0;
}

.p-flow_style01_d ul li {
  position: relative;
  margin-bottom: 16px;
  padding: 10px;
  background-color: #f7f7ed;
  font-weight: 600;
  text-align: center;
}

.p-flow_style01_d ul li:after {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0px;
  border: 8px solid transparent;
  border-top: #9a1e45 solid 8px;
  content: '';
}

.p-flow_style01_d ul li:last-child {
  margin-bottom: 0;
}

.p-flow_style01_d ul li:last-child:after {
  display: none;
}

.p-flow_style01_d ul li:first-child:after {
  display: block;
}

.c-grid .p-flow_style01_t, .c-grid .p-flow_style01_d {
  margin-bottom: 1.5rem;
}

/* -----------------------------------------------
  .p-ico_plus
----------------------------------------------- */
.p-ico_plus {
  display: block;
  position: relative;
  width: 20px;
  margin: -5px auto 20px;
  padding: 10px;
}

.p-ico_plus:before, .p-ico_plus:after {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #9a1e45;
  content: '';
}

.p-ico_plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* -----------------------------------------------
  .teacher_wrap
----------------------------------------------- */
.teacher_wrap {
  position: relative;
  margin: 0 -3rem;
  overflow: hidden;
}

.teacher_wrap:before {
  position: absolute;
  top: 11rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/research/index/bg_teacher.jpg);
  content: '';
}

.teacher_wrap.u-pt6rem {
  padding-top: 6rem;
}

.teacher_wrap .c-tab {
  position: relative;
}

.teacher_wrap .c-tab._col2 {
  top: -1rem;
}

.teacher_wrap .c-grid {
  margin-left: 0;
}

.teacher_wrap .c-grid.-division2 {
  justify-content: space-between;
}

.teacher_wrap .c-grid.-division2 .c-grid_col {
  display: grid;
  grid-template-rows: auto 1fr;
  width: calc((100% / 2) - 1.5rem);
  margin-left: 0;
}

.teacher_wrap .c-grid.-division5 {
  margin-left: 0;
}

.teacher_wrap .c-grid.-division5 .c-grid_col {
  width: calc((100% / 5) - 1.5rem);
}

.teacher_wrap > div {
  width: 100%;
  max-width: 121.8rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .teacher_wrap {
    margin: 0 -2rem;
  }
  .teacher_wrap:before {
    top: 9rem;
  }
  .teacher_wrap .c-grid.-division2 .c-grid_col {
    width: 90%;
    margin: 0 auto;
  }
  .teacher_wrap .c-grid.-division2 li.c-grid_col {
    width: calc((100% / 2) - 1.5rem);
    margin: 0;
  }
  .teacher_wrap .c-tab .c-tab_content {
    padding: 1rem;
  }
}

.relation_wrap {
  margin: 0 -3rem;
  background-image: url(/assets/images/research/index/bg_teacher.jpg);
}

.relation_wrap .c-grid.-division2 {
  justify-content: space-between;
}

.relation_wrap .c-grid.-division2 .c-grid_col {
  display: grid;
  grid-template-rows: auto 1fr;
  width: calc((100% / 2) - 1.5rem);
  margin-left: 0;
}

.relation_wrap > div {
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .relation_wrap .c-grid.-division2 .c-grid_col {
    width: 90%;
    margin: 0 auto;
  }
  .relation_wrap .c-grid.-division2 li.c-grid_col {
    width: calc((100% / 2) - 1.5rem);
    margin: 0;
  }
}

/* -----------------------------------------------
  .news_box
----------------------------------------------- */
.news_box {
  padding: 4rem 2rem 1rem;
  background-image: url(/assets/images/research/index/bg_teacher.jpg);
}

.news_box > div {
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
}

.news_box_title h2 {
  margin: 0 0 2rem;
  font: 300 3.6rem/1.5 adobe-garamond-pro, serif;
}

.news_box_title h2 small {
  display: block;
  font: 400 1.4rem/1.75 "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.news_box_list {
  padding-left: 3rem;
  border-left: #333 solid 1px;
}

.news_box_list ul {
  padding-top: .5rem;
}

.news_box_list ul li {
  display: flex;
  margin-bottom: 1rem;
}

.news_box_list ul li time {
  width: 18%;
}

.news_box_list ul li a {
  width: 82%;
}

@media (max-width: 768px) {
  .news_box {
    padding-top: 2rem;
  }
  .news_box_title {
    text-align: center;
  }
  .news_box_title p {
    display: inline-block;
    padding: .5rem 2rem;
    border-radius: 2rem;
    background-color: #fff;
  }
  .news_box_list {
    padding-left: 0;
    border-left: none;
  }
  .news_box_list ul li {
    flex-wrap: wrap;
    padding-top: 1rem;
    border-top: #333 solid 1px;
  }
  .news_box_list ul li time, .news_box_list ul li a {
    width: 100%;
  }
}

/* -----------------------------------------------
  .p-news_list
----------------------------------------------- */
.p-list li {
  border-bottom: #ebebeb solid 1px;
}

.p-list li a, .p-list li div {
  display: block;
  padding: 2rem 1rem;
  background-color: #fff;
  transition: .8s;
}

.p-list li a > span, .p-list li div > span {
  display: inline-block;
  padding: 0 .5rem;
  border-radius: .3rem;
  background-color: #cccccc;
  color: #333;
  font-size: 1.2rem;
}

.p-list li a > span.cat_0, .p-list li div > span.cat_0 {
  background-color: #faf8eb;
}

.p-list li a > span.cat_1, .p-list li div > span.cat_1 {
  background-color: #edfae6;
}

.p-list li a > span.cat_2, .p-list li div > span.cat_2 {
  background-color: #e6f7fa;
}

.p-list li a:hover {
  background-color: #fff5f7;
  text-decoration: none;
  transition: .5s;
}

.p-list li p {
  margin-top: .5rem;
}

.p-list.-news li a time {
  margin-right: 1.5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
}

.p-list.-news li a span {
  margin-right: .5rem;
}

.p-list.-event li a time, .p-list.-event li div time {
  margin-left: 1rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
}

.p-list.-event li a span, .p-list.-event li div span {
  padding: 0 15px;
  border: 2px solid #9a1e45;
  border-radius: 2rem;
  background-color: #fff;
  color: #9a1e45;
}

.p-list.-event li div time {
  margin-left: 1.5rem;
  font-size: 1.6rem;
}

.p-list.-event li div p {
  font: 400 2.5rem/1.5 a-otf-ud-reimin-pr6n, sans-serif;
}

@media (max-width: 768px) {
  .p-list.-news li a time, .p-list.-event li a time {
    display: block;
  }
  .p-list.-event li a time, .p-list.-event li div time {
    display: block;
    margin: 0;
    padding-top: 1rem;
  }
}

.p-evenet_close {
  padding: 4rem 1rem;
  background-color: #f7f7f7;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .p-evenet_close {
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------
  .p-pagenation
----------------------------------------------- */
.p-pagenation {
  display: flex;
  justify-content: center;
}

.p-pagenation_item {
  box-sizing: border-box;
  display: table;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 .5rem;
  background-color: #fff5f7;
  text-align: center;
}

.p-pagenation_item--prev, .p-pagenation_item--next {
  background-color: #9a1e45;
}

.p-pagenation_item--prev img, .p-pagenation_item--next img {
  margin-top: -.5rem;
  vertical-align: middle;
}

.p-pagenation_item--next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-pagenation_item:hover, .p-pagenation_item.isActive {
  border: #9a1e45 solid 1px;
}

.p-pagenation_item a, .p-pagenation_item span {
  display: table-cell;
  color: #9a1e45;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .p-pagenation_item {
    width: 3.5rem;
    min-width: auto;
    height: 4rem;
  }
}

/* -----------------------------------------------
  .p-school_song
----------------------------------------------- */
.p-schoolsong_inner {
  display: table;
  margin: 0 auto;
}

.p-subject_box {
  padding: 3rem 4rem;
  border: solid 1px #ebebeb;
}

.p-subject_box dt {
  margin-bottom: 2rem;
  font: 400 2.1rem "Noto Serif Japanese", serif;
}

.p-subject_box dt span {
  margin: -.2rem 1rem 0 0;
  padding: 0 10px;
  border: solid 2px #222;
  border-radius: 1rem;
  font: 400 1.2rem "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  vertical-align: middle;
}

.p-subject_box dt span.label_blue {
  border-color: #52c3f1;
  color: #52c3f1;
}

.p-subject_box dt span.label_orange {
  border-color: #f0845d;
  color: #f0845d;
}

.p-subject_box dt span.label_green {
  border-color: #21b8bb;
  color: #21b8bb;
}

.p-subject_box dt span.label_pink {
  border-color: #ee86a7;
  color: #ee86a7;
}

@media (max-width: 768px) {
  .p-subject_box {
    padding: 3rem 2rem;
  }
  .p-subject_box dt {
    margin-bottom: 3rem;
  }
  .p-subject_box dt span {
    display: table;
    margin-bottom: 2rem;
  }
}

.p-box01 {
  padding: 3rem;
  background-color: #f7f7ed;
  text-align: center;
}

.p-box01 p, .p-box01 dl {
  text-align: left;
}

.p-box01 span {
  margin-bottom: 1.5rem;
  padding: 0.1rem 1rem;
  border: #9a1e45 solid 2px;
  border-radius: 2rem;
  color: #9a1e45;
  font-size: 1.2rem;
}

.p-box01 h4 {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: #9a1e45 solid 1px;
  font: 400 2.1rem "Noto Serif Japanese", serif;
}

.p-box01 h4 small {
  display: block;
  font-size: 1.3rem;
}

.c-titleLvFour01 {
  position: relative;
  margin-top: 0;
  font-size: 1.6rem;
  text-align: center;
}

.c-titleLvFour01 span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 1rem;
  background-color: #f7f7ed;
}

.c-titleLvFour01:before {
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 100%;
  border-bottom: #9a1e45 solid 1px;
  content: '';
}

.ico_arrow_down_red {
  display: block;
  padding-top: 1rem;
  text-align: center;
}

.ico_arrow_down_red:before {
  display: inline-block;
  width: 0rem;
  border: transparent solid 1.6rem;
  border-top: #9a1e45 solid 1.4rem;
  border-bottom-width: .5rem;
  content: '';
}

.p-QAA_box > li {
  counter-increment: numq;
}

.p-QAA_box li dl {
  position: relative;
  margin: 0;
  border: #e6e6e6 solid 1px;
  border-bottom: none;
  cursor: pointer;
}

.p-QAA_box li dl:before {
  z-index: 1;
  position: absolute;
  top: .8rem;
  left: 2rem;
  color: #9a1e45;
  font: 400 3rem "Noto Serif Japanese", serif;
  vertical-align: middle;
  content: "Q" counter(numq);
}

.p-QAA_box li dl dt {
  position: relative;
  padding: 2rem 9rem;
  outline: none;
  color: #9a1e45;
  font-size: 1.8rem;
}

.p-QAA_box li dl dt:before, .p-QAA_box li dl dt:after {
  display: inline-block;
  position: absolute;
  top: 49%;
  right: 3rem;
  width: 32px;
  height: 2px;
  background-color: #9a1e45;
  content: '';
}

.p-QAA_box li dl dt:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: .3s;
}

.p-QAA_box li dl dt.-open:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .3s;
}

.p-QAA_box li dl dt:hover {
  background-color: #fff5f7;
  transition: .2s;
}

.p-QAA_box li dl dd {
  display: none;
}

.p-QAA_box li dl dd div {
  display: flex;
  padding: 2rem 3rem;
  border-top: #e6e6e6 solid 1px;
  background-color: #f7f7f7;
}

.p-QAA_box li dl dd div span {
  margin-right: 3.7rem;
  color: #9a1e45;
  font: 400 3rem "Noto Serif Japanese", serif;
}

.p-QAA_box li:last-child dl {
  border-bottom: #e6e6e6 solid 1px;
}

@media (max-width: 768px) {
  .p-QAA_box li dl {
    font-size: 1.5rem;
  }
  .p-QAA_box li dl:before {
    top: 1.8rem;
    font-size: 2rem;
  }
  .p-QAA_box li dl dt {
    padding: 2rem 7rem;
    font-size: 1.5rem;
  }
  .p-QAA_box li dl dt:before, .p-QAA_box li dl dt:after {
    width: 22px;
  }
  .p-QAA_box li dl dd div {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
  .p-QAA_box li dl dd div span {
    margin-right: 1rem;
    font-size: 2.2rem;
  }
  .p-QAA_box li dl dd div p {
    padding-top: .5rem;
  }
}

.tel_font_size {
  color: #9a1e45;
  font-family: 'Hiragino Kaku Gothic Pro','Yu Gothic';
  font-size: 3.5rem;
}

@media (max-width: 768px) {
  .tel_font_size {
    font-size: 3rem;
  }
}

.bg_texture01 {
  margin-right: -10rem;
  margin-left: -10rem;
  padding-top: 8rem;
  background-image: url(/assets/images/research/index/bg_teacher.jpg);
}

.bg_texture01_inner {
  width: 100%;
  max-width: 121.8rem;
  margin: 0 auto;
}

.bg_texture01_inner > div > dl.dl_box01 {
  margin-left: 3.5rem;
}

@media (max-width: 768px) {
  .bg_texture01 {
    margin-right: -2rem;
    margin-left: -2rem;
    padding: 4rem 2.5rem;
  }
  .bg_texture01_inner > div > dl.dl_box01 {
    margin-left: 0;
  }
  .bg_texture01_inner > div > dl.dl_box01.c-grid_1col {
    width: 100%;
  }
}

.sitemap_box {
  border: #e6e6e6 solid 1px;
  background-color: #fafafa;
  font-size: 2rem;
  transition: .2s;
}

.sitemap_box:hover {
  border-color: #9a1e45;
  transition: .2s;
}

.sitemap_box > a {
  display: block;
  padding: 1rem 2rem;
  font-weight: 500;
}

.sitemap_box .c-linkArrow {
  background-position: 0 .65em;
}

@media (max-width: 768px) {
  .sitemap_box {
    padding: .3rem 1rem;
  }
  .sitemap_box.c-grid_col {
    margin-top: 1rem;
  }
  .sitemap_box .c-linkArrow {
    background-position: 0 .6em;
  }
}

@media (max-width: 768px) {
  .p-sitemap > .c-grid {
    margin-bottom: 5rem;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col + .c-grid_col.sitemap_box {
    margin-top: 1rem;
  }
}

.sitemap_box01 {
  font-size: 1.6rem;
}

.sitemap_box01 > a {
  display: block;
  border-bottom: #e6e6e6 solid 1px;
  font-weight: 500;
}

.sitemap_box01 > a:hover span {
  text-decoration: underline;
}

.sitemap_box01 a {
  display: block;
  padding: 0 1rem .8rem 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .sitemap_box01 {
    padding: 0;
    border-bottom: #e6e6e6 solid 1px;
  }
  .sitemap_box01 > a {
    border-bottom: none;
  }
}

.sitemap_box01 > ul {
  padding-top: 2rem;
}

.sitemap_box01 > ul li > a {
  font-weight: 200;
}

.sitemap_box01 > ul li > a:hover span {
  text-decoration: underline;
}

.sitemap_box01 > ul li ul li {
  padding-left: 2rem;
}

@media (max-width: 768px) {
  .sitemap_box01 > ul {
    padding-top: 0;
  }
  .sitemap_box01 > ul li {
    margin-bottom: 0;
    border-top: #e6e6e6 solid 1px;
  }
  .sitemap_box01 > ul li a {
    padding: 1rem 1rem 1rem 2rem;
  }
}

@media (max-width: 768px) {
  .sitemap_box01.bd_none > span {
    margin-left: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .sitemap_box01.bd_none > ul {
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .sitemap_box01.bd_none > ul li {
    border-bottom: #e6e6e6 solid 1px;
    font-size: 1.6rem;
  }
  .sitemap_box01.bd_none > ul li span {
    margin-left: 2rem;
    padding-bottom: .8rem;
  }
  .sitemap_box01.bd_none > ul li span.c-linkArrow {
    background-position: 0 .5em;
  }
  .sitemap_box01.bd_none > ul li ul li {
    border-top: #e6e6e6 solid 1px;
    border-bottom: none;
  }
  .sitemap_box01.bd_none > ul li ul li span {
    padding-top: .8rem;
    padding-bottom: 0;
  }
  .sitemap_box01.bd_none > ul li ul li span.c-linkArrow {
    background-position: 0 .98em;
  }
}

.ggl_search .gsc-search-box-tools .gsc-search-box {
  max-width: 80%;
  margin: 0 auto;
  border: #e6e6e6 solid 1px;
}

@media (max-width: 768px) {
  .ggl_search .gsc-search-box-tools .gsc-search-box {
    max-width: 100%;
  }
}

.ggl_search .gsc-search-box-tools .gsc-search-box .gsib_a input.gsc-input {
  padding: 1rem;
  border: none;
}

.ggl_search .gsc-search-box-tools .gsc-search-box .gsib_b {
  display: none;
}

.ggl_search .gsc-search-box-tools .gsc-search-box .gsc-search-button .gsc-search-button {
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  border: none;
  border-radius: 0;
  background-color: #b8627d;
  background-image: url(/assets/images/common/ico_search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48%;
  cursor: pointer;
  transition: .5s;
}

.ggl_search .gsc-search-box-tools .gsc-search-box .gsc-search-button .gsc-search-button svg {
  display: none;
}

.ggl_search .gsc-search-box-tools .gsc-search-box .gsc-search-button .gsc-search-button:hover {
  background-color: #9a1e45;
  transition: .5s;
}

.ggl_search .gsc-input-box {
  border: none;
}

.ggl_search .gsc-control-cse .gsc-selected-option-container {
  max-width: 100%;
}

.ggl_search .gsc-control-cse .gsc-webResult {
  padding-top: 1.5rem;
}

.ggl_search .gsc-control-cse .gsc-webResult .gsc-result {
  padding-top: 20px;
}

.ggl_search .gsc-control-cse .gsc-webResult .gsc-cursor-box {
  padding: 2rem 0 3rem;
  font-size: 1.4rem;
}

.ggl_search .gsc-control-cse .gsc-webResult .gsc-cursor-box .gsc-cursor-current-page {
  margin-bottom: 2rem;
  color: #9a1e45;
  font-size: 1.8rem;
}

.ggl_search .gsc-control-cse .gs-result .gs-title {
  margin-bottom: .8rem;
  color: #9a1e45;
  text-decoration: none;
}

.ggl_search .gsc-control-cse .gs-result .gs-title b {
  color: #9a1e45;
  font-weight: 600;
  text-decoration: none;
}

.ggl_search .gsc-control-cse .gs-result .gs-visibleUrl {
  margin-bottom: .8rem;
  color: #999;
  font-size: 1.5rem;
}

.p-global_inner {
  padding: .8rem 3.5rem;
}

.p-global_inner_title {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font: 400 2rem/1.3 a-otf-ud-reimin-pr6n,
  sans-serif;
  font-weight: 600;
}

.p-global_inner_title span {
  margin-left: 1.5rem;
  color: #333;
  font: 400 1.4rem/1.75 "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .p-global_inner {
    padding: .5rem 2.5rem;
  }
  .p-global_inner_title span {
    display: block;
    margin-left: 0;
    padding-top: 1rem;
  }
}

.p-global_inner01 {
  border: #009c42 solid 1px;
}

.p-global_inner01 .p-global_inner_title {
  border-bottom: #009c42 double 3px;
  color: #009c42;
}

.p-global_inner02 {
  border: #ea5406 solid 1px;
}

.p-global_inner02 .p-global_inner_title {
  border-bottom: #ea5406 double 3px;
  color: #ea5406;
}

.p-global_inner03 {
  border: #008cd6 solid 1px;
}

.p-global_inner03 .p-global_inner_title {
  border-bottom: #008cd6 double 3px;
  color: #008cd6;
}

.p-gmap_wrap iframe,
.p-gcal_wrap iframe {
  width: 100%;
}

@media (max-width: 768px) {
  .p-gmap_wrap iframe,
  .p-gcal_wrap iframe {
    height: 35rem;
  }
}

.p-news_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.p-news_link div {
  width: calc((100% / 5) - 1rem);
  margin: 0 1rem 1rem 0;
  background-color: #fff5f7;
  text-align: center;
}

.p-news_link div:nth-child(5n) {
  margin-right: 0;
}

.p-news_link div a {
  display: block;
  padding: 1rem .2rem;
  border: solid 1px #fff5f7;
  transition: .2s;
}

.p-news_link div a:hover, .p-news_link div a.current {
  border: solid 1px #9a1e45;
  text-decoration: none;
  transition: .2s;
}

@media (max-width: 768px) {
  .p-news_link div {
    width: calc((100% / 4) - 1rem);
  }
  .p-news_link div:nth-child(5n) {
    margin-right: 1rem;
  }
  .p-news_link div:nth-child(4n) {
    margin-right: 0;
  }
  .p-news_link div a {
    font-size: 1.5rem;
  }
}

/*****************************************************
English
*****************************************************/
[lang=en] .p-hero_copy_lead {
  font: italic 400 4.8rem/1.3 adobe-garamond-pro, sans-serif;
  letter-spacing: .2rem;
}

[lang=en] .p-topSection.-headTxt {
  padding: 6rem 3rem 9rem;
  word-break: break-all;
}

[lang=en] .p-topSection.-headTxt .p-topSection_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 101rem;
  margin: 0 auto;
  word-break: keep-all;
}

[lang=en] .p-topSection.-pagelink {
  margin: 0 -3rem;
  padding: 6rem 3rem 15rem;
  background: #f7f7ed url(/assets/images/top/bg_section_news.jpg) 50% 100%/100% auto no-repeat;
}

[lang=en] .p-topSection.-pagelink .c-grid.-division2 > .c-grid_col {
  background-color: #fff;
}

[lang=en] .p-topSection.-pagelink .c-linkArrowList02_child {
  width: 100%;
  margin-left: 0;
}

[lang=en] .p-flowBox_inner_year {
  position: relative;
}

[lang=en] .p-flowBox_inner_year::after {
  position: absolute;
  top: .7em;
  right: -2px;
  left: auto;
}

@media (max-width: 768px) {
  [lang=en] .p-hero_copy_lead {
    font-size: 2.4rem;
  }
  [lang=en] .p-topSection.-headTxt {
    padding: 4rem 0 6rem;
  }
  [lang=en] .p-topSection.-pagelink {
    padding: 3rem 3rem 10rem;
  }
  [lang=en] .p-topSection.-pagelink .p-panel_title {
    margin-bottom: 1rem;
    background-position: 0 .45em;
  }
  [lang=en] .p-topSection.-pagelink .p-panel_title a {
    display: block;
  }
}

/* -----------------------------------------------
  interview
----------------------------------------------- */
.interview_wrap {
  margin: 10rem -3rem 0;
  padding: 0 3rem 8rem 3rem;
  background: #f7f7ed url(/assets/images/common/bg_texture.jpg) 0 0/69.1rem auto;
}

.p-interviewLead {
  text-align: center;
}

.p-interviewSearch {
  margin-bottom: 1rem;
  -webkit-transform: translateY(-5rem);
  transform: translateY(-5rem);
}

.p-interviewSearch_category {
  margin-bottom: 0;
}

.p-interviewSearch_subcategory {
  padding: 3rem 4rem;
  background: #fff;
}

.p-interviewSearch_subcategory_title {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  font-family: "Noto Serif Japanese", serif;
  font-size: 2rem;
}

.p-interviewSearch_subcategory_title:before {
  flex-grow: 1;
  height: 1px;
  margin-right: 1.5rem;
  background-color: #e6e6e6;
  content: '';
}

.p-interviewSearch_subcategory_title:after {
  flex-grow: 1;
  height: 1px;
  margin-left: 1.5rem;
  background-color: #e6e6e6;
  content: '';
}

.p-interviewSearch_subcategory_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.5rem;
  margin-left: -1%;
}

.p-interviewSearch_subcategory_list_item {
  display: flex;
  align-items: center;
  width: 24%;
  margin-bottom: 1.5rem;
  margin-left: 1%;
}

.p-interviewSearch_subcategory_list_item_check {
  display: block;
  position: relative;
  top: 0.2rem;
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
  border: solid 1px #9a1e45;
}

.p-interviewSearch_subcategory_list_item_check.-active:before {
  -webkit-transform: rotate(-45deg);
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.1rem;
  width: 1.2rem;
  height: 0.6rem;
  transform: rotate(-45deg);
  border: 2px solid #9a1e45;
  border-top-style: none;
  border-right-style: none;
  content: '';
}

.p-interviewList {
  transition: .3s;
}

.p-interviewList.-hide {
  opacity: 0;
}

.p-interviewList_item {
  display: block;
  position: relative;
  background: #fff;
}

.p-interviewList_item:hover {
  text-decoration: none;
}

.p-interviewList_item:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0rem 5rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: solid 1px #fff;
  color: #fff;
  font-family: adobe-garamond-pro;
  font-size: 3.2rem;
  font-style: italic;
  content: "view";
  opacity: 0;
  transition: 0.3s ease-in;
}

.p-interviewList_item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(154, 30, 69, 0.7);
  content: "";
  opacity: 0;
  transition: 0.3s ease-in;
}

.p-interviewList_item:hover:before {
  opacity: 1;
  transition: 0.3s ease-in;
}

.p-interviewList_item:hover:after {
  opacity: 1;
  transition: 0.3s ease-in;
}

.p-interviewList_item_imgbox {
  position: relative;
  text-align: center;
}

.p-interviewList_item_category {
  position: absolute;
  bottom: -1.8rem;
  left: 3rem;
}

.p-interviewList_item_category_item {
  position: relative;
  padding: 1rem 4.5rem;
  background: #9a1e45;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-interviewList_item_textbox {
  padding: 3rem;
  background: #fff;
}

.p-interviewList_item_title {
  color: #333;
  font-family: "Noto Serif Japanese", serif;
  font-size: 1.9rem;
}

.p-interviewList_item_shoulder {
  color: #666;
  font-size: 1.4rem;
}

.p-interviewList_searchResult {
  display: none;
  margin: 3rem 0;
  color: #9a1e45;
  text-align: center;
}

@media (max-width: 1024px) {
  .p-interviewSearch {
    margin-bottom: 1rem;
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }
  .p-interviewSearch_category {
    margin-bottom: 0;
    font-size: 1.6vw;
  }
  .p-interviewSearch_subcategory {
    padding: 3rem 4rem;
    background: #fff;
  }
  .p-interviewSearch_subcategory_list {
    margin-left: -1%;
    font-size: 1.6vw;
  }
  .p-interviewSearch_subcategory_list_item {
    width: 32%;
    margin-left: 1%;
  }
}

@media (max-width: 768px) {
  .p-interviewLead {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-interviewSearch {
    margin: 0 -3rem;
  }
  .p-interviewSearch_category {
    font-size: 1.4rem;
  }
  .p-interviewSearch_subcategory {
    padding: 3rem;
    background: #fff;
  }
  .p-interviewSearch_subcategory_list {
    font-size: 1.6rem;
  }
  .p-interviewSearch_subcategory_list_item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .p-interviewSearch_subcategory_list_item_check {
    top: 0rem;
  }
}

.p-interview_pageHeader {
  display: flex;
  z-index: 1;
  position: relative;
  height: calc(100vh - 15rem);
}

.p-interview_pageHeader_imgBlock {
  width: 60%;
  margin-right: 3rem;
  margin-left: -7.5rem;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-interview_pageHeader_textBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(40% + 7.5rem);
}

.p-interview_pageHeader_title {
  margin: 0 0 6rem 0;
  font-family: "Noto Serif Japanese", serif;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

.p-interview_pageHeader_category {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.p-interview_pageHeader_category_item {
  padding: 0.5rem 1.5rem;
  background: #9a1e45;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-interview_pageHeader_text {
  font-size: 2rem;
}

.p-interview_pageHeader_text.-sub {
  margin: 0;
  font-size: 1.6rem;
}

.p-interview_pageHeader.-right {
  flex-direction: row-reverse;
}

.p-interview_pageHeader.-right .p-interview_pageHeader_imgBlock {
  margin-right: -7.5rem;
  margin-left: 3rem;
}

.p-interview_pageHeaderLead {
  margin-bottom: 6rem;
  padding: 7rem 6rem 3.5rem;
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
  background: #f7f7ed;
}

.p-interview_pageHeaderLead:after {
  display: block;
  clear: both;
  content: "";
}

.p-interview_pageHeaderLead img {
  width: 33.3%;
  max-width: 300px;
  height: auto;
  margin: 0.7rem auto 3rem auto;
  float: right;
}

.p-interview_pageHeaderLead img.alignright {
  margin-left: 3rem;
}

.p-interview_pageHeaderLead img.alignleft {
  margin-right: 3rem;
}

@media (max-width: 768px) {
  .p-interview_pageHeader {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .p-interview_pageHeader_imgBlock {
    width: 100%;
    min-height: 50vh;
    margin-right: 0;
    margin-left: 0;
  }
  .p-interview_pageHeader_textBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 2rem;
  }
  .p-interview_pageHeader_title {
    margin: 0 0 2rem 0;
    font-size: 2.1rem;
    letter-spacing: 0.1em;
  }
  .p-interview_pageHeader_category {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .p-interview_pageHeader_category_item {
    padding: 0.5rem 1.5rem;
    background: #9a1e45;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .p-interview_pageHeader_text {
    font-size: 1.5rem;
  }
  .p-interview_pageHeader_text.-sub {
    margin: 0;
    font-size: 1.2rem;
  }
  .p-interview_pageHeader.-right {
    flex-direction: column-reverse;
  }
  .p-interview_pageHeader.-right .p-interview_pageHeader_imgBlock {
    margin-right: 0;
    margin-left: 0;
  }
  .p-interview_pageHeaderLead {
    -webkit-transform: translateY(0);
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    padding: 2rem;
    transform: translateY(0);
    background: #f7f7ed;
  }
  .p-interview_pageHeaderLead img {
    display: block;
    width: auto;
    max-width: 100%;
    float: none;
  }
  .p-interview_pageHeaderLead img.alignright,
  .p-interview_pageHeaderLead img .alignleft {
    margin: 2rem auto;
  }
}

.p-interviewModule_textUnit {
  margin: 6rem 0;
}

.p-interviewModule_textUnit.-center {
  padding: 0 17%;
}

.p-interviewModule_textUnit.-left {
  padding: 0 34% 0 0;
}

.p-interviewModule_textUnit.-right {
  padding: 0 0 0 34%;
}

@media (max-width: 768px) {
  .p-interviewModule_textUnit {
    margin: 4rem 0;
  }
  .p-interviewModule_textUnit.-center {
    padding: 0;
  }
  .p-interviewModule_textUnit.-left {
    padding: 0;
  }
  .p-interviewModule_textUnit.-right {
    padding: 0;
  }
}

.p-interviewModule_imgUnit {
  display: flex;
  margin: 6rem 0;
}

.p-interviewModule_imgUnit_textBlock {
  margin-top: 1rem;
}

.p-interviewModule_imgUnit.-center {
  flex-direction: column;
  padding: 0 17%;
  text-align: center;
}

.p-interviewModule_imgUnit.-left {
  align-items: flex-end;
}

.p-interviewModule_imgUnit.-left .p-interviewModule_imgUnit_imgBlock {
  width: 63%;
  margin-left: -7.5rem;
  text-align: right;
}

.p-interviewModule_imgUnit.-left .p-interviewModule_imgUnit_textBlock {
  width: calc(37% + 7.5rem);
  padding-left: 3rem;
}

.p-interviewModule_imgUnit.-right {
  flex-direction: row-reverse;
  align-items: flex-end;
}

.p-interviewModule_imgUnit.-right .p-interviewModule_imgUnit_imgBlock {
  width: 63%;
  margin-right: -7.5rem;
  text-align: left;
}

.p-interviewModule_imgUnit.-right .p-interviewModule_imgUnit_textBlock {
  width: calc(37% + 7.5rem);
  padding-right: 3rem;
}

@media (max-width: 768px) {
  .p-interviewModule_imgUnit {
    display: block;
    margin: 4rem 0;
    font-size: 1.3rem;
  }
  .p-interviewModule_imgUnit_textBlock {
    margin-top: 1rem;
  }
  .p-interviewModule_imgUnit.-center {
    flex-direction: column;
    padding: 0;
    text-align: left;
  }
  .p-interviewModule_imgUnit.-left {
    align-items: flex-end;
  }
  .p-interviewModule_imgUnit.-left .p-interviewModule_imgUnit_imgBlock {
    width: auto;
    margin-left: -2rem;
  }
  .p-interviewModule_imgUnit.-left .p-interviewModule_imgUnit_textBlock {
    width: 100%;
    padding-left: 0;
  }
  .p-interviewModule_imgUnit.-right {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .p-interviewModule_imgUnit.-right .p-interviewModule_imgUnit_imgBlock {
    width: auto;
    margin-right: -2rem;
  }
  .p-interviewModule_imgUnit.-right .p-interviewModule_imgUnit_textBlock {
    width: 100%;
    padding-left: 0;
  }
}

.p-interviewModule_cardUnit {
  display: flex;
  align-items: center;
  margin: 6rem 0;
}

.p-interviewModule_cardUnit_imgBlock {
  width: 47%;
  margin-left: -7.5rem;
  text-align: right;
}

.p-interviewModule_cardUnit_imgBlock_caption {
  margin-top: 1rem;
  font-size: 1.3rem;
}

.p-interviewModule_cardUnit_textBlock {
  width: calc(40% + 7.5rem);
  padding-left: 3rem;
}

.p-interviewModule_cardUnit.-left .p-interviewModule_cardUnit_imgBlock_caption {
  margin-left: 6rem;
  text-align: left;
}

.p-interviewModule_cardUnit.-right {
  flex-direction: row-reverse;
}

.p-interviewModule_cardUnit.-right .p-interviewModule_cardUnit_imgBlock {
  margin-right: -7.5rem;
  margin-left: 0;
  text-align: left;
}

.p-interviewModule_cardUnit.-right .p-interviewModule_cardUnit_textBlock {
  padding-right: 3rem;
}

.p-interviewModule_cardUnit.-right .p-interviewModule_cardUnit_imgBlock_caption {
  margin-right: 6rem;
}

@media (max-width: 768px) {
  .p-interviewModule_cardUnit {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 4rem 0;
  }
  .p-interviewModule_cardUnit_imgBlock {
    width: auto;
    margin-top: 2rem;
    margin-left: -2rem;
  }
  .p-interviewModule_cardUnit_imgBlock_caption {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .p-interviewModule_cardUnit_textBlock {
    width: 100%;
    padding-left: 0;
  }
  .p-interviewModule_cardUnit.-left .p-interviewModule_cardUnit_imgBlock_caption {
    margin-left: 2rem;
  }
  .p-interviewModule_cardUnit.-right {
    flex-direction: column-reverse;
  }
  .p-interviewModule_cardUnit.-right .p-interviewModule_cardUnit_imgBlock {
    margin-right: -2rem;
    margin-left: 0;
  }
  .p-interviewModule_cardUnit.-right .p-interviewModule_cardUnit_textBlock {
    padding-right: 0;
  }
  .p-interviewModule_cardUnit.-right .p-interviewModule_cardUnit_imgBlock_caption {
    margin-right: 2rem;
  }
}

.p-interviewModule_panoramaUnit {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 6rem 0;
  padding-top: 42.2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: no-repeat center center;
  background-size: cover;
}

@media (max-width: 768px) {
  .p-interviewModule_panoramaUnit {
    margin: 4rem 0;
    padding-top: 18.8rem;
  }
}

.p-interviewModule_messageUnit {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 6rem 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/assets/images/examinee/interview/bg_message.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.p-interviewModule_messageUnit_inner {
  position: relative;
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 4rem 5rem;
}

.p-interviewModule_messageUnit_inner:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 10rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #a94061;
  content: "";
}

.p-interviewModule_messageUnit_title {
  display: inline-flex;
  padding: 5rem 9rem 2.5rem 0;
  background: url(/assets/images/examinee/interview/ico_cheering.png) no-repeat center right;
  font-size: 2.2rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-interviewModule_messageUnit {
    margin: 4rem 0;
  }
  .p-interviewModule_messageUnit_inner {
    padding: 0 2rem 5rem;
  }
  .p-interviewModule_messageUnit_title {
    padding: 4rem 6rem 2.5rem 0;
    background-size: 5rem;
    font-size: 2.2rem;
  }
}

.p-interviewModule_layerUnit {
  display: flex;
  flex-direction: column;
  margin: 6rem 0;
}

.p-interviewModule_layerUnit_imgBlock {
  display: flex;
  margin-left: -7.5rem;
}

.p-interviewModule_layerUnit_img {
  flex-shrink: 0;
  width: 72%;
  text-align: right;
}

.p-interviewModule_layerUnit_caption {
  padding: 2rem;
  font-size: 1.3rem;
}

.p-interviewModule_layerUnit_textBlock {
  display: flex;
  justify-content: flex-end;
  margin-top: -21rem;
  margin-right: -3rem;
}

.p-interviewModule_layerUnit_text {
  position: relative;
  width: 54%;
  min-height: 28rem;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.9);
}

.p-interviewModule_layerUnit.-top {
  flex-direction: column-reverse;
}

.p-interviewModule_layerUnit.-top .p-interviewModule_layerUnit_caption {
  align-self: flex-end;
}

.p-interviewModule_layerUnit.-top .p-interviewModule_layerUnit_textBlock {
  margin-top: 0;
  margin-bottom: -21rem;
}

.p-interviewModule_layerUnit.-right .p-interviewModule_layerUnit_imgBlock {
  flex-direction: row-reverse;
  margin-right: -7.5rem;
  margin-left: 0rem;
}

.p-interviewModule_layerUnit.-right .p-interviewModule_layerUnit_img {
  text-align: left;
}

.p-interviewModule_layerUnit.-right .p-interviewModule_layerUnit_textBlock {
  justify-content: flex-start;
  margin-right: 0rem;
  margin-left: -3rem;
}

@media (max-width: 768px) {
  .p-interviewModule_layerUnit {
    display: flex;
    flex-direction: column;
    margin: 3rem 0;
  }
  .p-interviewModule_layerUnit_imgBlock {
    display: flex;
    flex-direction: column-reverse;
    margin-left: -2rem;
  }
  .p-interviewModule_layerUnit_img {
    max-width: 100%;
  }
  .p-interviewModule_layerUnit_caption {
    padding: 2rem;
    font-size: 1.3rem;
  }
  .p-interviewModule_layerUnit_textBlock {
    display: flex;
    justify-content: flex-end;
    margin-top: -4rem;
    margin-right: 0;
  }
  .p-interviewModule_layerUnit_text {
    position: relative;
    width: 100%;
    min-height: 1%;
    padding: 2rem;
  }
  .p-interviewModule_layerUnit.-top {
    flex-direction: column-reverse;
  }
  .p-interviewModule_layerUnit.-top .p-interviewModule_layerUnit_caption {
    align-self: flex-start;
  }
  .p-interviewModule_layerUnit.-top .p-interviewModule_layerUnit_imgBlock {
    flex-direction: column;
  }
  .p-interviewModule_layerUnit.-top .p-interviewModule_layerUnit_textBlock {
    margin-top: 0;
    margin-bottom: -4rem;
  }
  .p-interviewModule_layerUnit.-right .p-interviewModule_layerUnit_caption {
    padding-left: 0;
  }
  .p-interviewModule_layerUnit.-right .p-interviewModule_layerUnit_imgBlock {
    flex-direction: column-reverse;
    margin-right: -2rem;
    margin-left: 0rem;
  }
  .p-interviewModule_layerUnit.-right .p-interviewModule_layerUnit_textBlock {
    justify-content: flex-start;
    margin-right: 0rem;
    margin-left: 0;
  }
  .p-interviewModule_layerUnit.-right.-top .p-interviewModule_layerUnit_imgBlock {
    flex-direction: column;
  }
}

.p-interviewModule_profileUnit {
  position: relative;
  max-width: 110rem;
  min-height: 22rem;
  margin: 6rem auto;
  padding: 4rem;
  background: #f7f7ed;
}

.p-interviewModule_profileUnit_profileBlock {
  display: flex;
  flex-wrap: wrap;
}

.p-interviewModule_profileUnit_profileImg {
  position: absolute;
  flex-shrink: 0;
  margin-right: 2rem;
}

.p-interviewModule_profileUnit_profileDetail {
  display: flex;
  align-items: center;
  padding-left: 17rem;
}

.p-interviewModule_profileUnit_profileCategroy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1.5rem;
}

.p-interviewModule_profileUnit_profileCategroy_item {
  padding: 0.5rem 1.5rem;
  background: #9a1e45;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-interviewModule_profileUnit_profileName {
  margin-right: 1.5rem;
  font-size: 2rem;
}

.p-interviewModule_profileUnit_profileSub {
  margin-right: 1.5rem;
  font-size: 1.6rem;
}

.p-interviewModule_profileUnit_textBlock {
  width: 100%;
  margin-top: 2rem;
  padding-left: 17rem;
}

@media (max-width: 768px) {
  .p-interviewModule_profileUnit {
    min-height: 1rem;
    margin: 4rem -2rem;
    padding: 4rem 2rem;
  }
  .p-interviewModule_profileUnit_profileBlock {
    display: flex;
    flex-wrap: wrap;
  }
  .p-interviewModule_profileUnit_profileImg {
    position: relative;
    flex-shrink: 0;
    width: 9.5rem;
    margin-right: 2rem;
  }
  .p-interviewModule_profileUnit_profileDetail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 11.5rem);
    padding-left: 0;
  }
  .p-interviewModule_profileUnit_profileCategroy {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .p-interviewModule_profileUnit_profileCategroy_item {
    padding: 0.5rem 1.5rem;
    background: #9a1e45;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .p-interviewModule_profileUnit_profileName {
    font-size: 1.5rem;
  }
  .p-interviewModule_profileUnit_profileSub {
    font-size: 1.2rem;
  }
  .p-interviewModule_profileUnit_textBlock {
    width: 100%;
    margin-top: 3rem;
    padding-left: 0;
  }
}

.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-animation: fadeIn 2s ease 0s;
  animation: fadeIn 2s ease 0s;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  min-height: 1px;
  float: left;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-initialized + .slick-nav {
  display: block;
  margin-top: 3.5rem;
}

.slick-nav {
  display: none;
  text-align: center;
}

.slick-nav-inner {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  display: flex;
  margin: 0 3rem;
}

.slick-dots li {
  padding: 0 1.5rem;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #e6e6e6;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.slick-dots .slick-active button {
  background: #9a1e45;
}

.slick-prev,
.slick-next {
  display: block;
  position: relative;
  width: 4.2rem;
  height: 4.2rem;
  outline: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: .7;
}

.slick-prev::before,
.slick-next::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.3rem;
  height: 2rem;
  margin: auto;
  background: url(/assets/images/common/ico_arrow_02.svg) 50% 50%/contain no-repeat;
  content: '';
}

[dir='rtl'] .slick-prev {
  order: 1;
}

[dir='rtl'] .slick-prev::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.slick-prev::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slick-next {
  order: 1;
}

[dir='rtl'] .slick-next {
  order: 0;
}

[dir='rtl'] .slick-next::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media (max-width: 768px) {
  .slick-initialized + .slick-nav {
    margin-top: 3rem;
  }
  .slick-dots {
    margin: 0 5.5rem;
  }
  .slick-dots li {
    padding: 0 1rem;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  z-index: 1042;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: .7;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  z-index: 1043;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
}

.mfp-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  z-index: 1045;
  position: relative;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  z-index: 1044;
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  color: #CCC;
  text-align: center;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  -webkit-appearance: none;
  display: block;
  z-index: 1046;
  padding: 0;
  overflow: visible;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  top: -5rem;
  right: 0;
}

.mfp-close span {
  display: block;
  position: relative;
  padding-left: 1.7rem;
  color: #fff;
  font: 300 1.5rem/1.4 adobe-garamond-pro, serif;
}

.mfp-close span::before, .mfp-close span::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1px;
  margin: auto 0;
  background: #fff;
  content: '';
}

.mfp-close span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-close span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: .7;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  margin: 0;
  margin: auto 0;
  padding: 0;
}

.mfp-arrow:hover {
  opacity: .7;
}

.mfp-arrow::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
  content: '';
}

.mfp-arrow-left {
  left: -40px;
}

.mfp-arrow-left::after {
  left: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.mfp-arrow-right {
  right: -40px;
}

.mfp-arrow-right::after {
  right: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.mfp-iframe-holder .c-modal {
  max-height: calc(100vh - 16rem);
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 6rem;
  right: 0;
  left: 0;
  width: calc(100% - 12rem);
  max-width: 96rem;
  height: calc(100% - 12rem);
  margin: auto;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure.c-modal {
  padding: 0;
}

.p-figure small {
  display: block;
  color: #BDBDBD;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: initial;
  text-align: left;
}

.mfp-image-holder .mfp-content {
  position: relative;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .7;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media screen and (max-width: 768px) and (orientation: landscape), screen and (max-height: 300px) {
  /* Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    box-sizing: border-box;
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    line-height: 35px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mfp-close {
    top: -3.5rem;
  }
  .mfp-iframe-holder .c-modal {
    height: calc(100vh - 10rem);
    max-height: calc(100vh - 10rem);
  }
  .mfp-iframe-scaler iframe {
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

/*****************************************************
  Print
*****************************************************/
@media print {
  .l-main {
    margin-top: 0 !important;
  }
  .l-header {
    position: static !important;
  }
  .l-header .l-header_func {
    display: none;
  }
  .l-footer_pagetop {
    display: none !important;
  }
  .p-hero_main .slick-track {
    width: 100% !important;
  }
  .p-hero_main_item.slick-active {
    position: static !important;
  }
}

@media print and (max-width: 768px) {
  .l-main {
    margin-top: 0 !important;
  }
}

/*****************************************************
  Clears
*****************************************************/
.l-container:after {
  display: block;
  clear: both;
  content: '';
}
/*****************************************************
  ÊÜòYÉú¤Î·½ > ÐÂÈëÑ§Éú¤Î½Ô¤µ¤ó¤Ø > ÐÂÈëÑ§Éú¤Î¤¿¤á¤ÎQ&A : 2020/12/22
*****************************************************/
.l-pageHeader.-ex_qa {
  background-image: url(/assets/images/examinee/first-year/qa/bg_pageHeader__pc.jpg);
  background-position-y: top;
}
@media (max-width: 768px) {
  .l-pageHeader.-ex_qa {
    background-image: url(/assets/images/examinee/first-year/qa/bg_pageHeader__sp.jpg);
  }
}
.p-QAA_elder li dl dd .p-QAA_elder_list {
  display: block;
  padding: 0;
  border-top: none;
}
.p-QAA_elder li dl dd .p-QAA_elder_list div {
  display: block;
  padding: 0;
  border-top: none;
}
.p-QAA_elder li dl dd .p-QAA_elder_box:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-profile {
  font-size: 1.2rem;
  line-height: 1.4;
  float: left;
  width: 100px;
  text-align: center;
}
.p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-profile img {
  display: block;
  width: 80%;
  margin: 0 auto .5rem;
  border-radius: 50%;
}
.p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-profile .p-QAA_elder_box-profil_text {
  display: inline-block;
  text-align: left;
}
.p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-comment {
  background: #FFFFFF;
  border: 1px solid #F0F1F2;
  position: relative;
  margin-left: 120px;
  padding: 1.5rem 2rem;
}
.p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-comment:before,
.p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-comment:after {
  content: "";
  position: absolute;
  top: 2.5rem;
}
.p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-comment:before {
  left: -16px;
  border: 8px solid transparent;
  border-right: 8px solid #FFF;
  z-index: 2;
}
.p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-comment:after {
  left: -18px;
  margin-top: -1px;
  border: 9px solid transparent;
  border-right: 9px solid #F0F1F2;
  z-index: 1;
}
.p-QAA_elder li dl dd .p-QAA_elder_box:nth-last-of-type(2n) .p-QAA_elder_box-profile {
  float: right;
}
.p-QAA_elder li dl dd .p-QAA_elder_box:nth-last-of-type(2n) .p-QAA_elder_box-comment {
  margin-right: 120px;
  margin-left: 0;
}
.p-QAA_elder li dl dd .p-QAA_elder_box:nth-last-of-type(2n) .p-QAA_elder_box-comment:before {
  left: auto;
  right: -16px;
  border-right-color: transparent;
  border-left-color: #FFF;
}
.p-QAA_elder li dl dd .p-QAA_elder_box:nth-last-of-type(2n) .p-QAA_elder_box-comment:after {
  left: auto;
  right: -18px;
  border-right-color: transparent;
  border-left-color: #F0F1F2;
}
.p-QAA_elder li dl dd .p-QAA_elder_box + .p-QAA_elder_box {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .p-QAA_elder li dl dd > div {
    display: block;
  }
  .p-QAA_elder li dl dd div {
    background: transparent;
  }
  .p-QAA_elder li dl dd .p-QAA_elder_box {
    margin-top: 1.5rem;
    /*
                        &+.p-QAA_elder_box{
                            border-top: 1px solid #F0F1F2;
                            padding-top: 1.8rem;
                        }

                         */
  }
  .p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-profile {
    font-size: 1rem;
    float: left;
    width: 80px;
  }
  .p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-comment {
    /*

                            margin-left: 90px;
                            background: transparent;
                            padding: 0;
                            border: none;
                             */
    margin-left: 100px;
  }
  .p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-comment:before,
  .p-QAA_elder li dl dd .p-QAA_elder_box .p-QAA_elder_box-comment:after {
    top: 2rem;
  }
  .p-QAA_elder li dl dd .p-QAA_elder_box:nth-last-of-type(2n) .p-QAA_elder_box-comment {
    margin-right: 100px;
    margin-left: 0;
  }
  .p-QAA_elder li dl dd .p-QAA_elder_box:nth-last-of-type(2n) .p-QAA_elder_box-comment:before {
    border-left-color: #f7f7f7;
  }
}
@media (max-width: 768px) {
  .p-QAA_elder li dl {
    border: none;
  }
  .p-QAA_elder li dl dt {
    border: 1px solid #e6e6e6;
    border-bottom: none;
  }
}
.p-QAA_elder-mention {
  font-size: .8em;
  opacity: .8;
}
/*****************************************************
  ÈëÑ§Õßßx’iÇéˆó > mgmÃÀ¸ßÃ·¹ÙÍø_ÃÀ¸ßÃ·ÓÎÏ·-²Ê¿ÍÍøÊÖ»ú°æÍÆ¼ö > ´º¤Î¥ª¥ó¥é¥¤¥ómgmÃÀ¸ßÃ·¹ÙÍø_ÃÀ¸ßÃ·ÓÎÏ·-²Ê¿ÍÍøÊÖ»ú°æÍÆ¼ö : 2021/03/16
*****************************************************/
.l-pageHeader.-oc2103 {
  background: #FFFFFF;
}
.l-pageHeader.-oc2103 .l-pageHeader_inner {
  padding: 0;
  display: block;
  min-height: 0;
}
.l-pageHeader.-oc2103 .l-pageHeader_inner:before {
  display: none;
}
.l-pageHeader.-oc2103 .l-pageHeader_inner h1 {
  margin: 0;
}
.l-pageHeader.-oc2103 img {
  width: 100%;
}
.-body_oc2103 .l-main {
  padding: 0;
}
.-body_oc2103 .l-main > .l-section {
  padding: 5rem 3rem;
}
.-body_oc2103 .l-main > .l-section + .l-section {
  margin-top: 0;
}
@media (min-width: 769px) {
  .-body_oc2103 .l-main .l-container {
    overflow: hidden;
  }
}
.-body_oc2103 .l-main #sec01 {
  background: linear-gradient(#fff 0%, #f2e6f0 100%);
}
.-body_oc2103 .l-main #sec02 {
  background: linear-gradient(#F2E6F0 0%, #F5C4E2 100%);
}
.-body_oc2103 .l-main #sec03 {
  background: #F5C4E2;
}
.-body_oc2103 .l-main #sec04 {
  background: #F5C4E2;
}
.-body_oc2103 .l-main #sec05 {
  background: #F5C4E2;
}
.-body_oc2103 .l-main #sec06 {
  background: linear-gradient(#f5c4e2 0%, #b1bef2 100%);
}
.-body_oc2103 .l-main #sec07 {
  background: #b1bef2;
}
.-body_oc2103 .l-main .c-titleLvTwo02 {
  text-align: center;
  border-left: none;
  color: #9a1e45;
}
.-body_oc2103 .l-main .c-titleLvTwo02 span {
  display: inline-block;
}
.-body_oc2103 .l-main .c-titleLvTwo02 small {
  font-size: .6em;
  display: block;
  border-top: 1px solid #9a1e45;
  position: relative;
  margin-top: .2em;
  padding-top: .2em;
}
.-body_oc2103 .l-main .c-titleLvTwo02 small:before,
.-body_oc2103 .l-main .c-titleLvTwo02 small:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  width: 6px;
  height: 6px;
  background: #9a1e45;
  border-radius: 50%;
}
.-body_oc2103 .l-main .c-titleLvTwo02 small:before {
  left: -12px;
}
.-body_oc2103 .l-main .c-titleLvTwo02 small:after {
  right: -12px;
}
.-body_oc2103 .l-main .c-titleLvTwo03 {
  background: transparent;
  border: none;
  text-align: center;
}
.-body_oc2103 .l-main .p-movieLead {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .-body_oc2103 .l-main .p-movieLead {
    text-align: left;
  }
}
.-body_oc2103 .l-main .c-sec01-list:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.-body_oc2103 .l-main .c-sec01-list > div {
  width: 25%;
  float: left;
}
@media (max-width: 768px) {
  .-body_oc2103 .l-main .c-sec01-list > div {
    width: auto;
    float: none;
  }
}
.-body_oc2103 .l-main .c-sec01-list .c-sec01_block_title {
  padding: 1.3rem 1.9rem;
  background-color: #FEE3EC;
  background-position-x: 96%;
  display: block;
  border: 1px solid #e6e6e6;
}
@media (min-width: 769px) {
  .-body_oc2103 .l-main .c-sec01-list .c-sec01_block_title {
    background-image: none;
  }
}
.-body_oc2103 .l-main .c-sec01-list .c-sec01_block_contents {
  padding: 1.3rem 1.9rem;
  border: 1px solid #e6e6e6;
  background: #FFFFFF;
}
@media (min-width: 769px) {
  .-body_oc2103 .l-main .c-sec01-list .c-sec01_block_contents {
    display: block !important;
  }
}
.-body_oc2103 .l-main .c-sec01-list .c-sec01_block_contents a {
  color: #333333;
  display: inline-block;
  background: url(/assets/images/common/ico_arrow_02.svg) 0 0.45em no-repeat;
  padding-left: 1em;
}
.-body_oc2103 .l-main .c-sec01-list .c-sec01_block_contents li + li {
  margin-top: .5em;
}
.-body_oc2103 .l-main .c-sec02-list {
  text-align: center;
}
.-body_oc2103 .l-main .c-sec02-block + .c-sec02-block {
  padding-top: 5rem;
}
.-body_oc2103 .l-main .js-accordion {
  display: inline-block;
  background: url(/assets/images/common/ico_arrow_down.svg) no-repeat right center;
  background-size: .75em auto;
  padding-right: 1em;
}
.-body_oc2103 .l-main .AccordionBody {
  background: transparent;
}
.-body_oc2103 .l-main .img_youtube {
  position: relative;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}
.-body_oc2103 .l-main .img_youtube:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
  height: 20%;
  background: url("/assets/images/examination/opencampus/oc2103/ico_youtube.svg") no-repeat left top;
  background-size: 75% auto;
}
.-body_oc2103 .l-main .p-slideWrapper .p-slideContainer {
  width: 640px;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.-body_oc2103 .l-main .p-slideWrapper .slick-slide {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  opacity: .5;
  transition: all .1s linear;
}
.-body_oc2103 .l-main .p-slideWrapper .slick-current {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.-body_oc2103 .l-main .p-slideForWrapper .p-slideContainer {
  width: 640px;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.-body_oc2103 .l-main .p-slideForWrapper .slick-list {
  overflow: hidden;
}
.-body_oc2103 .l-main .p-slideNavWrapper .p-slide_item {
  border: 1px solid #e6e6e6;
  width: 200px;
}
@media (max-width: 768px) {
  .-body_oc2103 .l-main .p-slideNavWrapper .p-slide_item {
    width: 120px;
  }
}
.-body_oc2103 .l-main .slick-slider .slick-prev,
.-body_oc2103 .l-main .slick-slider .slick-next {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.-body_oc2103 .l-main .slick-slider .slick-disabled {
  opacity: 0;
}
.-body_oc2103 .l-main .slick-slider .slick-prev {
  left: -2rem;
}
.-body_oc2103 .l-main .slick-slider .slick-next {
  right: -2rem;
}
.-body_oc2103 .l-main .c-oc2103ClassList {
  margin-bottom: 3rem;
}
.-body_oc2103 .l-main .c-oc2103ClassList .AccordionBody {
  padding-top: 1rem;
  padding-left: 0;
  padding-right: 0;
}
.-body_oc2103 .l-main .p-oc2103ClassSlide_item_box {
  padding: .5em;
  color: #333333;
  background: #FFFFFF;
  text-align: left;
}
.-body_oc2103 .l-main .p-oc2103InformationSlide_item .p-oc2103InformationSlide_item_box {
  padding: .5em;
  color: #333333;
  background: #FFFFFF;
  text-align: left;
}
.-body_oc2103 .l-main .slick-slide a:hover {
  text-decoration: none;
}
.-body_oc2103 .l-main .p-oc2103President_item,
.-body_oc2103 .l-main .p-oc2103Tour_item_image,
.-body_oc2103 .l-main .p-oc2103Exam_item {
  width: 640px;
  margin: 0 auto;
  max-width: 100%;
}
.-body_oc2103 .l-main .p-oc2103Counseling_list:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.-body_oc2103 .l-main .p-oc2103Counseling_list > div {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.-body_oc2103 .l-main .p-oc2103Counseling_list > div:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .-body_oc2103 .l-main .p-oc2103Counseling_list > div {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.-body_oc2103 .l-main .p-oc2103Counseling_list .p-oc2103Counseling_item {
  position: relative;
}
@media (max-width: 768px) {
  .-body_oc2103 .l-main .p-oc2103Counseling_list .p-oc2103Counseling_item + .p-oc2103Counseling_item {
    margin-top: 1rem;
  }
}
.-body_oc2103 .l-main .p-oc2103Counseling_list .p-oc2103Counseling_item .p-oc2103Counseling_item_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .5em 1em;
  background: rgba(228, 108, 136, 0.8);
  color: #FFFFFF;
}
.-body_oc2103 .l-main .p-oc2103Mypage_item_text {
  text-align: center;
  margin-top: 1rem;
}
.-body_oc2103 .l-main .p-oc2103Counseling_item_link,
.-body_oc2103 .l-main .p-oc2103Exam_item_link,
.-body_oc2103 .l-main .p-oc2103President_item_link {
  overflow: hidden;
  display: block;
}
.-body_oc2103 .l-main .p-oc2103Counseling_item_link img,
.-body_oc2103 .l-main .p-oc2103Exam_item_link img,
.-body_oc2103 .l-main .p-oc2103President_item_link img {
  transition: all .2s linear;
}
.-body_oc2103 .l-main .p-oc2103Counseling_item_link:hover img,
.-body_oc2103 .l-main .p-oc2103Exam_item_link:hover img,
.-body_oc2103 .l-main .p-oc2103President_item_link:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: .7;
}
.-body_oc2103 .l-main .p-oc2103PastExam_item_button {
  text-align: center;
}
.-body_oc2103 .l-main .p-oc2103PastExam_item_button .c-btn {
  min-width: 36rem;
}
@media (max-width: 768px) {
  .-body_oc2103 .l-main .p-oc2103PastExam_item_button .c-btn {
    min-width: 0;
  }
  .-body_oc2103 .l-main .p-oc2103PastExam_item_button .c-btn + .c-btn {
    margin-top: 1rem;
  }
}
.-body_oc2103 .l-main .c-photoContainer .slick-slide {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.-body_oc2103 .l-main .c-photoContainer .p-slideContainer {
  width: 96%;
}
.-body_oc2103 .l-main .c-photoContainer .p-oc2103PhotoSlide_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 700px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .-body_oc2103 .l-main .c-photoContainer .p-oc2103PhotoSlide_item {
    width: 86vw;
  }
}
.-body_oc2103 .l-main .c-photoContainer .p-oc2103PhotoSlide_item a {
  padding: 2px;
  width: 33.33%;
}
@media (max-width: 768px) {
  .-body_oc2103 .l-main .c-photoContainer .p-oc2103PhotoSlide_item a {
    padding: 1px;
  }
}
.-body_oc2103 .smilego_bnr.is_lt {
  top: 60px;
}
/*****************************************************
  ÈëÑ§Õßßx’iÇéˆó > Ñ§²¿ÈëÑ§Õßßx’i > Â}ÐÄÅ®×Ó´óÑ§¤Î3¤Ä¤ÎÒ»°ãßx’i : 2021/10/10
*****************************************************/
.-body_dm2021 .l-container {
  max-width: 750px;
}
.-body_dm2021 .l-main {
  padding: 0;
}
.-body_dm2021 .l-main img {
  display: block;
  margin: 0 auto;
}
.-body_dm2021 .l-main > .l-section {
  padding: 5rem 3rem;
}
.-body_dm2021 .l-main > .l-section + .l-section {
  margin-top: 0;
}
@media (min-width: 769px) {
  .-body_dm2021 .l-main .l-container {
    overflow: hidden;
  }
}
.-body_dm2021 .l-main .l-container a:hover {
  text-decoration: none;
  opacity: .7;
}
.-body_dm2021 .l-main #secMV {
  padding: 0;
  background: #F4F0E7;
}
.-body_dm2021 .l-main #secMV h1 {
  margin: 0 auto;
}
.-body_dm2021 .l-main #sec01 {
  background: #9A1E45;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
.-body_dm2021 .l-main #sec01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #F4F0E7 transparent transparent transparent;
}
.-body_dm2021 .l-main #sec01 .c-sec01-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.-body_dm2021 .l-main #sec01 .c-sec01-list .c-sec01-block {
  width: 50%;
}
.-body_dm2021 .l-main #sec01 .c-sec01-list .c-sec01-block a {
  color: #FFFFFF;
  font-size: 1.4rem;
}
.-body_dm2021 .l-main #sec01 .c-sec01-list .c-sec01-block a img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.-body_dm2021 .l-main #sec01 .c-sec01-list .c-sec01-block:nth-of-type(3) {
  margin-top: -2vw;
}
@media (min-width: 769px) {
  .-body_dm2021 .l-main #sec01 .c-sec01-list {
    justify-content: space-between;
  }
  .-body_dm2021 .l-main #sec01 .c-sec01-list .c-sec01-block {
    width: 32%;
  }
  .-body_dm2021 .l-main #sec01 .c-sec01-list .c-sec01-block:nth-of-type(3) {
    margin-top: 0;
  }
  .-body_dm2021 .l-main #sec01 .c-sec01-list .c-sec01-block a img {
    width: auto;
  }
}
.-body_dm2021 .l-main #sec01 .c-btn {
  background-color: #FFE600;
  background-image: url("/assets/images/common/ico_arrow_02.svg");
  color: #9A1E45;
}
.-body_dm2021 .l-main #sec02 {
  background: #EBEBEB;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block {
  background: #FFFFFF;
  padding: 2em;
  margin-bottom: 8rem;
  position: relative;
  margin-top: 50px;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffffff;
  top: -2.5rem;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block .block-title {
  position: relative;
  margin-top: 5rem;
  border-bottom: 1px solid #9A1E45;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  text-align: center;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block .block-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9A1E45;
  position: absolute;
  top: 2.5rem;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block .block-title img {
  margin-top: -85px;
  width: 60px;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block .block-title h3 {
  font-size: 1.56em;
  margin-bottom: 0;
  position: relative;
  color: #9A1E45;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block .block-title h3 + p {
  line-height: 1.4;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block .block-title .em {
  font-size: 1.25em;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block .block-title .sub {
  font-size: .87em;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block h4 {
  position: relative;
  text-align: center;
  font-size: 1.56em;
  color: #9A1E45;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block h4:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #9A1E45;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block h4 span {
  display: inline-block;
  background: #FFFFFF;
  padding: 0 .3em;
  position: relative;
}
.-body_dm2021 .l-main #sec02 .c-sec02-block .feature-block {
  color: #000000;
  font-size: .75em;
}
.-body_dm2021 .l-main #sec02 .em {
  display: inline-block;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.-body_dm2021 .l-main #sec02 #sec02_01 .feature-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.-body_dm2021 .l-main #sec02 #sec02_01 .feature-block .block-images {
  width: 46%;
  padding-right: 2rem;
}
.-body_dm2021 .l-main #sec02 #sec02_01 .feature-block .block-contents {
  width: 50%;
  text-align: left;
}
@media (min-width: 769px) {
  .-body_dm2021 .l-main #sec02 #sec02_01 .feature-block .block-images {
    width: 25%;
  }
}
.-body_dm2021 .l-main #sec02 #sec02_02 .block-title img {
  width: 46px;
}
.-body_dm2021 .l-main #sec02 #sec02_02 .feature-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.-body_dm2021 .l-main #sec02 #sec02_02 .feature-block .block-images {
  width: 46%;
  padding-right: 2rem;
}
.-body_dm2021 .l-main #sec02 #sec02_02 .feature-block .block-contents {
  width: 50%;
  text-align: left;
}
@media (min-width: 769px) {
  .-body_dm2021 .l-main #sec02 #sec02_02 .feature-block .block-images {
    width: 30%;
  }
}
.-body_dm2021 .l-main #sec02 #sec02_03 {
  margin-bottom: 0;
}
.-body_dm2021 .l-main #sec02 #sec02_03 .feature-block .block-contents {
  margin-bottom: 1em;
  text-align: center;
}
.-body_dm2021 .l-main #sec03 h2 {
  color: #9A1E45;
  text-align: center;
}
.-body_dm2021 .l-main #sec03 .c-table01_spscroll_inner > table {
  min-width: 580px;
}
.-body_dm2021 .l-main #sec04 {
  text-align: center;
  background: url("/assets/images/examination/depart/dm2021/sec04_bg.png") no-repeat center bottom;
  background-size: 74vw auto;
  padding-bottom: 60vw;
}
@media (min-width: 769px) {
  .-body_dm2021 .l-main #sec04 {
    background-size: auto;
    padding-bottom: 280px;
  }
}
.-body_dm2021 .l-main #sec04 h2 {
  background: #9A1E45;
  color: #FFFFFF;
  position: relative;
  padding: .5em;
  margin: 45px -3rem 60px;
}
@media (min-width: 769px) {
  .-body_dm2021 .l-main #sec04 h2 {
    margin-left: auto;
    margin-right: auto;
  }
}
.-body_dm2021 .l-main #sec04 h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #9A1E45 transparent transparent transparent;
}
.-body_dm2021 .l-main #sec04 h2 .label {
  background: url("/assets/images/examination/depart/dm2021/sec04_label_bg.svg") no-repeat center center;
  background-size: contain;
  color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  left: 5%;
  top: -45px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  width: 90px;
  height: 90px;
  padding-top: 27px;
}
.-body_dm2021 .l-main #sec04 h2 .label .sub {
  font-size: 1.5rem;
  display: block;
}
.-body_dm2021 .l-main #sec04 h2 .em {
  color: #F7FF03;
}
.-body_dm2021 .l-main #sec04 h3 {
  text-decoration: underline;
  font-size: 1.56em;
}
.-body_dm2021 .l-main #sec04 img {
  max-width: 80%;
}
.-body_dm2021 .l-main #sec05 {
  background: #9A1E45;
  text-align: center;
}
.-body_dm2021 .l-main #sec05 h2 {
  color: #FFFFFF;
  font-size: 1.87em;
  line-height: 1.3;
}
.-body_dm2021 .l-main #sec05 .c-sec05-block {
  background: #E4E4E4;
  font-weight: bold;
}
.-body_dm2021 .l-main #sec05 .c-sec05-block .block-title {
  font-size: 1.25em;
  padding: .8em 0;
  background: url("/assets/images/examination/depart/dm2021/sec05_01_bg.svg") repeat-x left top #FFFFFF;
  background-size: auto 100%;
}
.-body_dm2021 .l-main #sec05 .c-sec05-block .block-title .em {
  display: inline-block;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.-body_dm2021 .l-main #sec05 .c-sec05-block .block-contents {
  padding: 2em;
  font-size: .93em;
}
.-body_dm2021 .l-main #sec05 .c-sec05-block .block-contents a {
  display: block;
  margin-bottom: 1em;
}
.-body_dm2021 .l-main .p-info_cta {
  position: fixed;
  right: 2rem;
  bottom: 90px;
  z-index: 9;
}
@media (min-width: 769px) {
  .-body_dm2021 .l-main .p-info_cta {
    right: auto;
    left: calc((100vw - 121.8rem)/2 + 121.8rem - 130px);
  }
}
@media (min-width: 769px) {
  .-body_learning .c-grid.-division4,
  .-body_take .c-grid.-division4{
    justify-content: flex-start;
  }
  .-body_learning .c-grid.-division4 .c-btn,
  .-body_take .c-grid.-division4 .c-btn {
    padding-left: .8rem;
    padding-right: .5rem;
  }
  .-body_learning .c-grid.-division4 .c-btn.-next,
  .-body_take .c-grid.-division4 .c-btn.-next {
    background-position: calc(100% - .5rem) 50%;
  }
}
/*****************************************************
  ÈëÑ§Õßßx’iÇéˆó > Ñ§²¿ÈëÑ§Õßßx’i > ÈëÔ‡¥¬¥¤¥É : 2022/05/30
*****************************************************/
@font-face {
  font-family: 'BIZ UDGothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bizudgothic/v9/daaASTouBF7RUjnbt8p3LuKVCSxZ-w.ttf) format('truetype');
}
.l-pageHeader[class*="-nyushi20"] {
  background: #FFFFFF;
}
.l-pageHeader[class*="-nyushi20"] .l-pageHeader_inner {
  padding-left: 0;
  padding-right: 0;
  display: block;
  min-height: 0;
}
.l-pageHeader[class*="-nyushi20"] .l-pageHeader_inner:before {
  display: none;
}
.l-pageHeader[class*="-nyushi20"] .l-pageHeader_inner h1 {
  margin: 0;
  position: relative;
}
.l-pageHeader[class*="-nyushi20"] .l-pageHeader_inner img {
  margin: 0 auto;
  display: block;
}
.l-pageHeader[class*="-nyushi20"] .l-pageHeader_inner .c-header__buttons {
  margin-top: -20px;
}
.l-pageHeader[class*="-nyushi20"] .l-pageHeader_inner .c-header__buttons img {
  width: 14px;
}
@media (min-width: 769px) {
  .l-pageHeader[class*="-nyushi20"] {
    background: #99DFEC;
  }
  .l-pageHeader[class*="-nyushi20"] .c-header__buttons {
    display: none;
  }
}
body[class*="-body_nyushi20"] .js-animation,
body.-body_nyushi-guide .js-animation {
  opacity: 0;
}
body[class*="-body_nyushi20"] .js-animation.-animate,
body.-body_nyushi-guide .js-animation.-animate {
  -webkit-animation: fadeIn 1s ease-out 0s forwards;
  animation: fadeIn 1s ease-out 0s forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
body[class*="-body_nyushi20"] .l-main,
body.-body_nyushi-guide .l-main {
  padding: 0;
}
body[class*="-body_nyushi20"] .l-main > .l-section,
body.-body_nyushi-guide .l-main > .l-section {
  padding: 5rem 3rem;
}
body[class*="-body_nyushi20"] .l-main > .l-section + .l-section,
body.-body_nyushi-guide .l-main > .l-section + .l-section {
  margin-top: 0;
}
body[class*="-body_nyushi20"] .l-main a:hover,
body.-body_nyushi-guide .l-main a:hover {
  text-decoration: none;
  opacity: .7;
}
body[class*="-body_nyushi20"] .l-main ul.mention li,
body.-body_nyushi-guide .l-main ul.mention li {
  margin-left: 1.5em;
  font-size: .64em;
}
body[class*="-body_nyushi20"] .l-main ul.mention li:before,
body.-body_nyushi-guide .l-main ul.mention li:before {
  content: "¡ù";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
body[class*="-body_nyushi20"] .l-main .label-new,
body.-body_nyushi-guide .l-main .label-new {
  display: inline-block;
  font-size: 10px;
  padding: .3em;
  background: #F13C80;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 4px;
}
body[class*="-body_nyushi20"] .l-main #secMethod,
body.-body_nyushi-guide .l-main #secMethod {
  background: #E1F0FC;
}
body[class*="-body_nyushi20"] .l-main #secMethod h2,
body.-body_nyushi-guide .l-main #secMethod h2 {
  text-align: center;
  font-size: 1.07em;
  margin-bottom: 5em;
}
body[class*="-body_nyushi20"] .l-main #secMethod h2:before,
body.-body_nyushi-guide .l-main #secMethod h2:before,
body[class*="-body_nyushi20"] .l-main #secMethod h2:after,
body.-body_nyushi-guide .l-main #secMethod h2:after {
  content: "";
  display: inline-block;
  background: url("/assets/images/examination/depart/nyushi2022/method_ttl_bg_01.svg") no-repeat center center;
  background-size: 2em auto;
  width: 2em;
  height: 4em;
  vertical-align: middle;
  margin: 0 1em;
}
body[class*="-body_nyushi20"] .l-main #secMethod h2:after,
body.-body_nyushi-guide .l-main #secMethod h2:after {
  background-image: url("/assets/images/examination/depart/nyushi2022/method_ttl_bg_02.svg");
}
body[class*="-body_nyushi20"] .l-main #secMethod h2 span,
body.-body_nyushi-guide .l-main #secMethod h2 span {
  display: inline-block;
  vertical-align: middle;
}
body[class*="-body_nyushi20"] .l-main #secMethod h2:first-of-type,
body.-body_nyushi-guide .l-main #secMethod h2:first-of-type {
  display: block;
}
body[class*="-body_nyushi20"] .l-main #secMethod h2:last-of-type,
body.-body_nyushi-guide .l-main #secMethod h2:last-of-type {
  display: none;
}
body[class*="-body_nyushi20"] .l-main #secMethod h3,
body.-body_nyushi-guide .l-main #secMethod h3 {
  text-align: center;
  font-size: 1.07em;
}
body[class*="-body_nyushi20"] .l-main #secMethod h3:before,
body.-body_nyushi-guide .l-main #secMethod h3:before,
body[class*="-body_nyushi20"] .l-main #secMethod h3:after,
body.-body_nyushi-guide .l-main #secMethod h3:after {
  content: "";
  display: inline-block;
  background: #707070;
  width: 36px;
  height: 1px;
  transform: rotate(45deg);
  vertical-align: middle;
}
body[class*="-body_nyushi20"] .l-main #secMethod h3:after,
body.-body_nyushi-guide .l-main #secMethod h3:after {
  transform: rotate(-45deg);
}
body[class*="-body_nyushi20"] .l-main #secMethod h3 span,
body.-body_nyushi-guide .l-main #secMethod h3 span {
  display: inline-block;
  vertical-align: middle;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block {
  margin-bottom: 40px;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents {
  background: #FEA0CC;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents:after,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents:after {
  display: block;
  content: "";
  background: url("/assets/images/examination/depart/nyushi2022/method_01_bg.svg") no-repeat center top;
  background-size: auto 100%;
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -40px;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents > img,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents > img {
  width: 24%;
  flex-shrink: 0;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents > ul,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents > ul {
  width: 72%;
  flex-shrink: 0;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents > ul li,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents > ul li {
  background: url("/assets/images/examination/depart/nyushi2022/method_ico_check.svg") no-repeat left top 0.15em;
  background-size: 1em auto;
  padding-left: 1.5em;
  line-height: 1.4;
  margin-bottom: .5em;
  font-size: .93em;
  font-weight: bold;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons a,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons a,
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons span,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons span {
  display: block;
  border: 3px solid #FEA0CC;
  padding: .5em;
  background: #FFFFFF;
  color: #FEA0CC;
  font-size: 1.43em;
  font-weight: bold;
  text-align: center;
  position: relative;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons a:after,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons a:after,
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons span:after,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons span:after {
  display: block;
  content: "";
  background: url("/assets/images/examination/depart/nyushi2022/ico_arrow_down.svg") no-repeat center center #FEA0CC;
  background-size: 50% auto;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_contents,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_contents {
  background-color: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_contents:after,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_contents:after {
  background-image: url("/assets/images/examination/depart/nyushi2022/method_02_bg.svg");
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_buttons a,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_buttons a,
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_buttons span,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_buttons span {
  border-color: #D1B9F1;
  color: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_buttons a:after,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_buttons a:after,
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_buttons span:after,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(2) .c-secMethod-block_buttons span:after {
  background-color: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_contents,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_contents {
  background-color: #ADE1F2;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_contents:after,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_contents:after {
  background-image: url("/assets/images/examination/depart/nyushi2022/method_03_bg.svg");
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_buttons a,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_buttons a,
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_buttons span,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_buttons span {
  border-color: #ADE1F2;
  color: #6BBCD6;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_buttons a:after,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_buttons a:after,
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_buttons span:after,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block:nth-of-type(3) .c-secMethod-block_buttons span:after {
  background-color: #ADE1F2;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block--done,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block--done {
  position: relative;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block--done:before,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block--done:before,
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block--done:after,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block--done:after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block--done:before,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block--done:before {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block--done:after,
body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block--done:after {
  content: "½KÁË¤·¤Þ¤·¤¿";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.43em;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secMethod,
  body.-body_nyushi-guide .l-main #secMethod {
    background: transparent;
    margin-top: -170px;
    position: relative;
    z-index: 1;
  }
  body[class*="-body_nyushi20"] .l-main #secMethod h2,
  body.-body_nyushi-guide .l-main #secMethod h2 {
    margin-top: 6em;
    margin-bottom: 0;
  }
  body[class*="-body_nyushi20"] .l-main #secMethod h2:first-of-type,
  body.-body_nyushi-guide .l-main #secMethod h2:first-of-type {
    display: none;
  }
  body[class*="-body_nyushi20"] .l-main #secMethod h2:last-of-type,
  body.-body_nyushi-guide .l-main #secMethod h2:last-of-type {
    display: block;
  }
  body[class*="-body_nyushi20"] .l-main #secMethod h3,
  body.-body_nyushi-guide .l-main #secMethod h3 {
    display: none;
  }
  body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-list,
  body.-body_nyushi-guide .l-main #secMethod .c-secMethod-list {
    display: flex;
    justify-content: space-between;
  }
  body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-list .c-secMethod-block,
  body.-body_nyushi-guide .l-main #secMethod .c-secMethod-list .c-secMethod-block {
    width: 340px;
    max-width: calc( (100% - 40px) / 3 );
  }
  body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents,
  body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents {
    display: block;
    padding: 2em;
  }
  body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents > img,
  body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents > img {
    width: 200px;
    display: block;
    margin: 0 auto 1.5em;
  }
  body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents > ul,
  body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_contents > ul {
    width: auto;
    min-height: 80px;
  }
  body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons a:after,
  body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons a:after,
  body[class*="-body_nyushi20"] .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons span:after,
  body.-body_nyushi-guide .l-main #secMethod .c-secMethod-block .c-secMethod-block_buttons span:after {
    right: 10px;
  }
}
body[class*="-body_nyushi20"] .l-main .l-section-method,
body.-body_nyushi-guide .l-main .l-section-method {
  padding-bottom: 0;
}
body[class*="-body_nyushi20"] .l-main .l-section-method h2,
body.-body_nyushi-guide .l-main .l-section-method h2 {
  background: #FEA0CC;
  text-align: center;
  font-size: 1.15em;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 1.5em;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main .l-section-method h2,
  body.-body_nyushi-guide .l-main .l-section-method h2 {
    background: transparent;
    color: #FEA0CC;
    font-size: 2.5em;
  }
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point,
body.-body_nyushi-guide .l-main .l-section-method .c-method-point {
  background: #FFC1DE;
  display: flex;
  margin-bottom: 2em;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_title,
body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_title {
  background: #FEA0CC;
  color: #FFFFFF;
  width: 90px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_title:before,
body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_title:before,
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_title:after,
body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_title:after {
  content: "";
  display: block;
  position: absolute;
  right: -50%;
  width: 0;
  height: 0;
  border: none;
  border-left: 45px solid transparent;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_title:before,
body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_title:before {
  top: 50%;
  transform: translateY(-100%);
  border-top: 90px solid #FFC1DE;
  border-right: 45px solid #FFC1DE;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_title:after,
body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_title:after {
  bottom: 50%;
  transform: translateY(100%);
  border-bottom: 90px solid #FFC1DE;
  border-right: 45px solid #FFC1DE;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_title span,
body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_title span {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 1.14em;
  font-weight: bold;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_text,
body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_text {
  font-size: .86em;
  padding: 1em;
  line-height: 1.4;
  flex-grow: 1;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_title,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_title {
    width: 180px;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_title:before,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_title:before,
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_title:after,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_title:after {
    right: -25%;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_title span,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_title span {
    left: calc( 50% - 22.5px );
    transform: translate(-50%, -50%);
    font-size: 1.62em;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-point .c-method-point_text,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-point .c-method-point_text {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.25em;
  }
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-changes,
body.-body_nyushi-guide .l-main .l-section-method .c-method-changes {
  border: 2px solid #FFC1DE;
  padding: .8em 1em .8em 24%;
  background: url("/assets/images/examination/depart/nyushi2022/comprehensive_ico_point.svg") no-repeat center left 3%;
  background-size: 18% auto;
  margin-bottom: 2em;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-changes .c-method-changes_title,
body.-body_nyushi-guide .l-main .l-section-method .c-method-changes .c-method-changes_title {
  color: #FEA0CC;
  font-size: 1.07em;
  font-weight: bold;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-changes .c-method-changes_text,
body.-body_nyushi-guide .l-main .l-section-method .c-method-changes .c-method-changes_text {
  font-size: .86em;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-changes,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-changes {
    background: transparent;
    padding: 2em;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-changes .c-method-changes_title,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-changes .c-method-changes_title {
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.94em;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-changes .c-method-changes_title:before,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-changes .c-method-changes_title:before {
    content: "";
    display: inline-block;
    background: url("/assets/images/examination/depart/nyushi2022/comprehensive_ico_point.svg") no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    vertical-align: -0.2em;
    margin-right: 1em;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-changes .c-method-changes_text,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-changes .c-method-changes_text {
    text-align: center;
    font-size: 1em;
  }
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-date,
body.-body_nyushi-guide .l-main .l-section-method .c-method-date {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2em;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-date .c-method-date_title,
body.-body_nyushi-guide .l-main .l-section-method .c-method-date .c-method-date_title {
  flex-shrink: 0;
  margin-right: 20px;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-date .c-method-date_title span,
body.-body_nyushi-guide .l-main .l-section-method .c-method-date .c-method-date_title span {
  display: inline-block;
  background: #FEA0CC;
  color: #ffffff;
  padding: 7px 0 0;
  font-size: .86em;
  width: 60px;
  height: 60px;
  text-align: center;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-date .c-method-date_title span img,
body.-body_nyushi-guide .l-main .l-section-method .c-method-date .c-method-date_title span img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-date .c-method-date_title span,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-date .c-method-date_title span {
    padding-top: .8em;
    font-size: 1em;
    width: 80px;
    height: 80px;
  }
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-date .c-method-date_text,
body.-body_nyushi-guide .l-main .l-section-method .c-method-date .c-method-date_text {
  line-height: 1;
  font-size: 25px;
  color: #FEA0CC;
  font-weight: bold;
  font-family: 'BIZ UDGothic', sans-serif;
  letter-spacing: -0.05em;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-date .c-method-date_text span,
body.-body_nyushi-guide .l-main .l-section-method .c-method-date .c-method-date_text span {
  font-size: 45px;
  display: inline-block;
  margin-left: 4px;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-date .c-method-date_text,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-date .c-method-date_text {
    font-size: 34px;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-date .c-method-date_text span,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-date .c-method-date_text span {
    font-size: 200%;
  }
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process {
  margin-bottom: 2em;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_title,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_title {
  margin-bottom: 1em;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_title span,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_title span {
  display: inline-block;
  background: #FEA0CC;
  color: #ffffff;
  padding: 7px 0 0;
  font-size: .86em;
  width: 60px;
  height: 60px;
  text-align: center;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_title span img,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_title span img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_title span,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_title span {
    padding-top: .8em;
    font-size: 1em;
    width: 80px;
    height: 80px;
  }
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list {
  display: flex;
  justify-content: space-between;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block {
  width: calc( (100% - 40px) / 3 );
  position: relative;
  font-size: .8em;
  text-align: center;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block:after,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block:after {
  content: "";
  display: block;
  width: 10px;
  background: url("/assets/images/examination/depart/nyushi2022/comprehensive_ico_plus.svg") no-repeat center center;
  background-size: contain;
  height: 10px;
  position: absolute;
  right: -15px;
  top: 30%;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block img,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block img {
  display: block;
  margin: 0 auto 10px;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block:last-of-type:after,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block:last-of-type:after {
  display: none;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group:nth-of-type(1),
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group:nth-of-type(1) {
  width: calc( (100% - 10px) / 3 * 2 );
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group:nth-of-type(1) .c-method-process_group_contents,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group:nth-of-type(1) .c-method-process_group_contents {
  column-gap: 20px;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group:nth-of-type(1) .c-method-process_group_contents .c-method-process_block,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group:nth-of-type(1) .c-method-process_group_contents .c-method-process_block {
  width: 120px;
  max-width: calc( (100% - 20px) / 2 );
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group:nth-of-type(2),
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group:nth-of-type(2) {
  width: calc( (100% - 10px) / 3 );
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group:nth-of-type(2) .c-method-process_group_contents .c-method-process_block,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group:nth-of-type(2) .c-method-process_group_contents .c-method-process_block {
  width: auto;
  max-width: calc(100% - 10px);
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group .c-method-process_group_title,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group .c-method-process_group_title {
  background: #FEA0CC;
  font-size: .86em;
  padding: .3em .5em;
  margin-bottom: 10px;
  color: #FFFFFF;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group .c-method-process_group_contents,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group .c-method-process_group_contents {
  display: flex;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .mention,
body.-body_nyushi-guide .l-main .l-section-method .c-method-process .mention {
  text-align: right;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-details,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-details > div,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-details > div {
    width: calc(50% - 20px);
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-process {
    display: flex;
    flex-wrap: wrap;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list {
    justify-content: flex-start;
    flex-grow: 1;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block {
    width: 120px;
    max-width: calc( (100% - 40px) / 3 );
    margin-right: 20px;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block img,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block img {
    width: 80px;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block:last-of-type,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_block:last-of-type {
    margin-right: 0;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-process .c-method-process_list .c-method-process_group {
    margin-left: 10px;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-process .mention,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-process .mention {
    width: 100%;
  }
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-buttons a,
body.-body_nyushi-guide .l-main .l-section-method .c-method-buttons a {
  display: block;
  margin: 0 auto 1em;
  width: 285px;
  max-width: 100%;
  font-size: 1.07em;
  font-weight: bold;
  padding: .5em;
  background: #FEA0CC;
  color: #FFFFFF;
  text-align: center;
}
body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-buttons a img,
body.-body_nyushi-guide .l-main .l-section-method .c-method-buttons a img {
  vertical-align: -2px;
  margin-left: 4px;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-buttons,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-buttons {
    display: flex;
    justify-content: center;
  }
  body[class*="-body_nyushi20"] .l-main .l-section-method .c-method-buttons a,
  body.-body_nyushi-guide .l-main .l-section-method .c-method-buttons a {
    margin-left: 20px;
    margin-right: 20px;
    width: 330px;
  }
}
body[class*="-body_nyushi20"] .l-main #secComprehensive > .l-container + .l-container,
body.-body_nyushi-guide .l-main #secComprehensive > .l-container + .l-container {
  margin-top: 50px;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secComprehensive > .l-container + .l-container,
  body.-body_nyushi-guide .l-main #secComprehensive > .l-container + .l-container {
    margin-top: 100px;
  }
}
body[class*="-body_nyushi20"] .l-main #secComprehensive .c-comprehensive_check,
body.-body_nyushi-guide .l-main #secComprehensive .c-comprehensive_check {
  margin-top: 4em;
  border-radius: 2em;
  background: #FFC1DE;
  padding: 2em 1em;
  position: relative;
}
body[class*="-body_nyushi20"] .l-main #secComprehensive .c-comprehensive_check:before,
body.-body_nyushi-guide .l-main #secComprehensive .c-comprehensive_check:before {
  content: "Check!!";
  color: #E44D99;
  position: absolute;
  left: -10px;
  top: -1em;
  transform: rotate(-20deg);
  font-size: 1.43em;
  font-weight: bold;
}
body[class*="-body_nyushi20"] .l-main #secComprehensive .c-comprehensive_check .c-comprehensive_check-title,
body.-body_nyushi-guide .l-main #secComprehensive .c-comprehensive_check .c-comprehensive_check-title {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.64em;
  font-weight: bold;
  margin-bottom: .8em;
}
body[class*="-body_nyushi20"] .l-main #secComprehensive .c-comprehensive_check .c-comprehensive_check-title span,
body.-body_nyushi-guide .l-main #secComprehensive .c-comprehensive_check .c-comprehensive_check-title span {
  color: #E44D99;
  display: inline-block;
}
body[class*="-body_nyushi20"] .l-main #secComprehensive .c-comprehensive_check p,
body.-body_nyushi-guide .l-main #secComprehensive .c-comprehensive_check p {
  font-size: .9em;
}
body[class*="-body_nyushi20"] .l-main #secComprehensive .c-comprehensive_check img,
body.-body_nyushi-guide .l-main #secComprehensive .c-comprehensive_check img {
  margin-top: 2em;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secComprehensive .c-comprehensive_check,
  body.-body_nyushi-guide .l-main #secComprehensive .c-comprehensive_check {
    margin: 4em 4em 0;
  }
  body[class*="-body_nyushi20"] .l-main #secComprehensive .c-comprehensive_check:before,
  body.-body_nyushi-guide .l-main #secComprehensive .c-comprehensive_check:before {
    font-size: 2em;
    left: -1em;
  }
  body[class*="-body_nyushi20"] .l-main #secComprehensive .c-comprehensive_check p,
  body.-body_nyushi-guide .l-main #secComprehensive .c-comprehensive_check p {
    text-align: center;
    font-size: 1em;
  }
  body[class*="-body_nyushi20"] .l-main #secComprehensive .c-comprehensive_check .c-comprehensive_check-plans,
  body.-body_nyushi-guide .l-main #secComprehensive .c-comprehensive_check .c-comprehensive_check-plans {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
  }
  body[class*="-body_nyushi20"] .l-main #secComprehensive .c-comprehensive_check .c-comprehensive_check-plans > img,
  body.-body_nyushi-guide .l-main #secComprehensive .c-comprehensive_check .c-comprehensive_check-plans > img {
    width: 480px;
    margin: 0 auto;
    display: block;
  }
}
body[class*="-body_nyushi20"] .l-main #secRecommendation h2,
body.-body_nyushi-guide .l-main #secRecommendation h2 {
  background-color: #D1B9F1;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secRecommendation h2,
  body.-body_nyushi-guide .l-main #secRecommendation h2 {
    background-color: transparent;
    color: #D1B9F1;
  }
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-title,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-title {
  color: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-point,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-point {
  background-color: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-point .c-method-point_title,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-point .c-method-point_title {
  background-color: #BCA0E1;
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-point .c-method-point_title:before,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-point .c-method-point_title:before {
  border-top-color: #D1B9F1;
  border-right-color: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-point .c-method-point_title:after,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-point .c-method-point_title:after {
  border-bottom-color: #D1B9F1;
  border-right-color: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-date .c-method-date_title span,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-date .c-method-date_title span {
  background-color: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-date .c-method-date_text,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-date .c-method-date_text {
  color: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-process .c-method-process_title span,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-process .c-method-process_title span {
  background-color: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-process .c-method-process_title .c-method-process_title_sub,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-process .c-method-process_title .c-method-process_title_sub {
  background: #D1B9F1;
}
@media (max-width: 768px) {
  body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-process_list,
  body.-body_nyushi-guide .l-main #secRecommendation .c-method-process_list {
    column-gap: 20px;
    justify-content: flex-start;
  }
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-process_list .c-method-process_block:after,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-process_list .c-method-process_block:after {
  background-image: url("/assets/images/examination/depart/nyushi2022/recommendation_ico_plus.svg");
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-buttons a,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-buttons a {
  background: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-recommendation,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-recommendation {
  border: 2px solid #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-recommendation .c-method-recommendation_title,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-recommendation .c-method-recommendation_title {
  background: #D1B9F1;
  color: #D1B9F1;
}
body[class*="-body_nyushi20"] .l-main #secRecommendation .c-method-feature .c-method-feature_title span,
body.-body_nyushi-guide .l-main #secRecommendation .c-method-feature .c-method-feature_title span {
  background: #D1B9F1;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral h2,
  body.-body_nyushi-guide .l-main #secGeneral h2 {
    font-size: 2em;
  }
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-tab_nav,
body.-body_nyushi-guide .l-main #secGeneral .c-tab_nav {
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-tab_nav_item,
body.-body_nyushi-guide .l-main #secGeneral .c-tab_nav_item {
  width: auto;
  margin-bottom: 0;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-tab_nav_item.-active .c-tab_nav_trigger,
body.-body_nyushi-guide .l-main #secGeneral .c-tab_nav_item.-active .c-tab_nav_trigger {
  background: #6BBCD6;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-tab_nav_trigger,
body.-body_nyushi-guide .l-main #secGeneral .c-tab_nav_trigger {
  background: #97D0E2;
  margin: 0;
  border: none;
  text-align: center;
  padding: .5em 15px .5em .5em;
  font-size: .86em;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-tab_nav_trigger:after,
body.-body_nyushi-guide .l-main #secGeneral .c-tab_nav_trigger:after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  width: 0;
  height: 0;
  border: none;
  border-left: 30px solid transparent;
  bottom: -1px;
  border-top: 90px solid #ffffff;
  border-right: 30px solid #ffffff;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-tab_nav_trigger,
  body.-body_nyushi-guide .l-main #secGeneral .c-tab_nav_trigger {
    padding-left: 1em;
    padding-right: 2em;
    font-size: 1em;
  }
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-tab_content,
body.-body_nyushi-guide .l-main #secGeneral .c-tab_content {
  background: #F5F4EF;
  padding: 1em;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-tab_content,
  body.-body_nyushi-guide .l-main #secGeneral .c-tab_content {
    padding: 40px;
  }
}
body[class*="-body_nyushi20"] .l-main #secGeneral h2,
body.-body_nyushi-guide .l-main #secGeneral h2 {
  background-color: #6BBCD6;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral h2,
  body.-body_nyushi-guide .l-main #secGeneral h2 {
    background-color: transparent;
    color: #6BBCD6;
  }
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-title,
body.-body_nyushi-guide .l-main #secGeneral .c-method-title {
  text-align: center;
  color: #6BBCD6;
  font-size: 1.29em;
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-title,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-title {
    font-size: 1.8em;
  }
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-point,
body.-body_nyushi-guide .l-main #secGeneral .c-method-point {
  background-color: #97D0E2;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-point .c-method-point_title,
body.-body_nyushi-guide .l-main #secGeneral .c-method-point .c-method-point_title {
  background-color: #6BBCD6;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-point .c-method-point_title:before,
body.-body_nyushi-guide .l-main #secGeneral .c-method-point .c-method-point_title:before {
  border-top-color: #97D0E2;
  border-right-color: #97D0E2;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-point .c-method-point_title:after,
body.-body_nyushi-guide .l-main #secGeneral .c-method-point .c-method-point_title:after {
  border-bottom-color: #97D0E2;
  border-right-color: #97D0E2;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-date .c-method-date_title span,
body.-body_nyushi-guide .l-main #secGeneral .c-method-date .c-method-date_title span {
  background-color: #6BBCD6;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-date .c-method-date_text,
body.-body_nyushi-guide .l-main #secGeneral .c-method-date .c-method-date_text {
  color: #6BBCD6;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-details,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-details {
    align-items: initial;
  }
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-process .c-method-process_title,
body.-body_nyushi-guide .l-main #secGeneral .c-method-process .c-method-process_title {
  display: flex;
  align-items: flex-start;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-process .c-method-process_title span,
body.-body_nyushi-guide .l-main #secGeneral .c-method-process .c-method-process_title span {
  background-color: #6BBCD6;
  flex-shrink: 0;
  margin-right: 20px;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-process .c-method-process_title .c-method-process_title_sub,
body.-body_nyushi-guide .l-main #secGeneral .c-method-process .c-method-process_title .c-method-process_title_sub {
  background: #97D0E2;
  font-size: .86em;
  padding: .3em .5em;
  flex-grow: 1;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-process .c-method-process_title,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-process .c-method-process_title {
    width: 100%;
  }
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-process .c-method-process_list .c-method-process_block:after,
body.-body_nyushi-guide .l-main #secGeneral .c-method-process .c-method-process_list .c-method-process_block:after {
  background-image: url("/assets/images/examination/depart/nyushi2022/general_ico_plus.svg");
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-process .c-method-process_list,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-process .c-method-process_list {
    margin-left: 80px;
    margin-top: -40px;
  }
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-buttons a,
body.-body_nyushi-guide .l-main #secGeneral .c-method-buttons a {
  background: #6BBCD6;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-recommendation,
body.-body_nyushi-guide .l-main #secGeneral .c-method-recommendation {
  border: 2px solid #6BBCD6;
  margin-top: 1.5em;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-recommendation .c-method-recommendation_title,
body.-body_nyushi-guide .l-main #secGeneral .c-method-recommendation .c-method-recommendation_title {
  background: #F5F4EF;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: -1em auto 1em;
  color: #6BBCD6;
  width: 180px;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-recommendation .c-method-recommendation_contents img,
body.-body_nyushi-guide .l-main #secGeneral .c-method-recommendation .c-method-recommendation_contents img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-recommendation,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-recommendation {
    height: calc(100% - 4em);
    position: relative;
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-recommendation .c-method-recommendation_title,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-recommendation .c-method-recommendation_title {
    width: 260px;
    font-size: 1.56em;
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-recommendation .c-method-recommendation_contents,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-recommendation .c-method-recommendation_contents {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-recommendation .c-method-recommendation_contents img,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-recommendation .c-method-recommendation_contents img {
    width: 300px;
    max-width: 75%;
  }
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-feature,
body.-body_nyushi-guide .l-main #secGeneral .c-method-feature {
  margin-bottom: 2em;
  position: relative;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-feature .c-method-feature_title,
body.-body_nyushi-guide .l-main #secGeneral .c-method-feature .c-method-feature_title {
  position: absolute;
  left: 0;
  top: 0;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-feature .c-method-feature_title span,
body.-body_nyushi-guide .l-main #secGeneral .c-method-feature .c-method-feature_title span {
  display: inline-block;
  background: #6BBCD6;
  color: #ffffff;
  padding: .3em 0 0;
  font-size: .86em;
  width: 60px;
  height: 60px;
  text-align: center;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-feature .c-method-feature_title span img,
body.-body_nyushi-guide .l-main #secGeneral .c-method-feature .c-method-feature_title span img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-feature .c-method-feature_title span,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-feature .c-method-feature_title span {
    padding-top: .8em;
    font-size: 1em;
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-feature,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-feature {
    display: flex;
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-feature .c-method-feature_title,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-feature .c-method-feature_title {
    position: relative;
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-method-feature .c-method-date_contents,
  body.-body_nyushi-guide .l-main #secGeneral .c-method-feature .c-method-date_contents {
    padding-top: 0;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content01 .c-method-process_list .c-method-process_block,
  body.-body_nyushi-guide .l-main #secGeneral #tab_content01 .c-method-process_list .c-method-process_block {
    width: 130px;
  }
}
body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-date,
body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-date {
  align-items: flex-start;
}
body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-date_month,
body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-date_month {
  margin-bottom: .5em;
}
body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-date_month:last-of-type,
body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-date_month:last-of-type {
  margin-bottom: 0;
}
body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-date_month .c-method-date_month_title,
body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-date_month .c-method-date_month_title {
  background: #97D0E2;
  color: #333333;
  font-size: .48em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", sans-serif;
  padding: .5em .5em;
  margin-bottom: 1em;
}
body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-date_month.new,
body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-date_month.new {
  color: #F13C80;
}
body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-date_month.new .c-method-date_month_title,
body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-date_month.new .c-method-date_month_title {
  background-color: #F13C80;
}
body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-date_month.new .c-method-date_month_title:before,
body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-date_month.new .c-method-date_month_title:before {
  content: "NEW";
  display: inline-block;
  vertical-align: middle;
  background: #FFFFFF;
  color: #F13C80;
  padding: .1em .3em;
  font-size: .83em;
  margin-right: 4px;
}
body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-process .c-method-process_list,
body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-process .c-method-process_list {
  justify-content: flex-start;
  margin-left: 80px;
  margin-top: -30px;
}
body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-process .c-method-process_list .c-method-process_block,
body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-process .c-method-process_list .c-method-process_block {
  margin-right: 20px;
  width: calc(40%);
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-date .c-method-date_text,
  body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-date .c-method-date_text {
    display: flex;
    width: 100%;
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-date_month,
  body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-date_month {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 26px;
    width: calc( (100% - 10px) / 2 );
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-date_month:last-of-type,
  body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-date_month:last-of-type {
    margin-right: 0;
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral #tab_content03 .c-method-process .c-method-process_list,
  body.-body_nyushi-guide .l-main #secGeneral #tab_content03 .c-method-process .c-method-process_list {
    justify-content: center;
  }
}
body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-date {
  flex-wrap: wrap;
}
body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-date_title span{
  font-size: 11px;
}
body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-date_mention {
  margin-left: 80px;
  margin-top: .5em;
  font-size: .8em;
}
body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-process .c-method-process_list{
  margin-left: 80px;
}
body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-process .c-method-process_list .c-method-process_block{
  width: calc( (100% - 20px) /2 );
}
body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-feature .c-method-date_contents{
  margin-left: 80px;
}
@media (min-width: 769px) {
  body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-date_title span{
    font-size: .9em;
  }
  body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-date_mention {
    margin-left: 100px;
  }
  body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-process .c-method-process_list{
    justify-content: center;
    margin-left: auto;
  }
  body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-process .c-method-process_list .c-method-process_block{
    width: auto;
    max-width: 50%;
  }
  body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-process .c-method-process_list .c-method-process_block:nth-of-type(1) {
    width: 160px;
    flex-shrink: 0;
  }
  body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-feature .c-method-date_contents{
    margin-left: 20px;
  }
  body.-body_nyushi-guide .l-main #secGeneral #tab_content04 .c-method-recommendation .c-method-recommendation_contents{
    position: relative;
    margin-bottom: 60px;
  }
}
body.-body_nyushi-guide .l-main .text-marker{
  display: inline-block;
  background: linear-gradient(transparent 50%, rgba(248, 180, 0, 0.5) 70%);
  font-weight: bold;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check,
body.-body_nyushi-guide .l-main #secGeneral .c-general_check {
  margin-top: 4em;
  border-radius: 2em;
  background: #97d0e2;
  padding: 2em 1em;
  position: relative;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check:before,
body.-body_nyushi-guide .l-main #secGeneral .c-general_check:before {
  content: "Check!!";
  color: #E44D99;
  position: absolute;
  left: -10px;
  top: -1em;
  transform: rotate(-20deg);
  font-size: 1.43em;
  font-weight: bold;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check .c-general_check-title,
body.-body_nyushi-guide .l-main #secGeneral .c-general_check .c-general_check-title {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.64em;
  font-weight: bold;
  margin-bottom: .8em;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check .c-general_check-title span,
body.-body_nyushi-guide .l-main #secGeneral .c-general_check .c-general_check-title span {
  color: #E44D99;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check p,
body.-body_nyushi-guide .l-main #secGeneral .c-general_check p {
  font-size: .9em;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check .mention,
body.-body_nyushi-guide .l-main #secGeneral .c-general_check .mention {
  text-align: right;
}
body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check img,
body.-body_nyushi-guide .l-main #secGeneral .c-general_check img {
  margin-top: 2em;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check,
  body.-body_nyushi-guide .l-main #secGeneral .c-general_check {
    margin: 4em 4em 0;
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check:before,
  body.-body_nyushi-guide .l-main #secGeneral .c-general_check:before {
    font-size: 2em;
    left: -1em;
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check p,
  body.-body_nyushi-guide .l-main #secGeneral .c-general_check p {
    text-align: center;
    font-size: 1em;
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check .mention,
  body.-body_nyushi-guide .l-main #secGeneral .c-general_check .mention {
    text-align: center;
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check .c-general_check-plans,
  body.-body_nyushi-guide .l-main #secGeneral .c-general_check .c-general_check-plans {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
  }
  body[class*="-body_nyushi20"] .l-main #secGeneral .c-general_check .c-general_check-plans > img,
  body.-body_nyushi-guide .l-main #secGeneral .c-general_check .c-general_check-plans > img {
    width: 340px;
    margin: 0 20px;
    display: block;
  }
}
body[class*="-body_nyushi20"] .l-main #secSchedule,
body.-body_nyushi-guide .l-main #secSchedule {
  padding-bottom: 0;
}
body[class*="-body_nyushi20"] .l-main #secSchedule h2,
body.-body_nyushi-guide .l-main #secSchedule h2 {
  text-align: center;
  color: #6BBCD6;
}
body[class*="-body_nyushi20"] .l-main #secSchedule h3,
body.-body_nyushi-guide .l-main #secSchedule h3 {
  text-align: center;
  font-size: 1.14em;
  margin: 0 auto;
}
body[class*="-body_nyushi20"] .l-main #secSchedule .js-animation.-is_animate,
body.-body_nyushi-guide .l-main #secSchedule .js-animation.-is_animate {
  -webkit-animation: fadeIn 1s ease-out 0s forwards;
  animation: fadeIn 1s ease-out 0s forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
body[class*="-body_nyushi20"] .l-main #secSchedule .toggle-wrapper .toggle-contents,
body.-body_nyushi-guide .l-main #secSchedule .toggle-wrapper .toggle-contents {
  max-height: 0;
  overflow: hidden;
  transition: all 1s;
}
body[class*="-body_nyushi20"] .l-main #secSchedule .toggle-wrapper.open .toggle-contents,
body.-body_nyushi-guide .l-main #secSchedule .toggle-wrapper.open .toggle-contents {
  max-height: 200vh;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secSchedule .toggle-wrapper .toggle-contents,
  body.-body_nyushi-guide .l-main #secSchedule .toggle-wrapper .toggle-contents {
    max-height: 200vh;
  }
}
body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule,
body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule {
  width: 100%;
  margin: 0 auto 4rem;
  color: #1c376a;
  border-collapse: collapse;
}
body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule th,
body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule th,
body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule td,
body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule td {
  padding: 0.5em .3em;
  border-bottom: 1px solid #c3c3c3;
}
body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule th,
body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule th {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule tr td:nth-of-type(1),
body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule tr td:nth-of-type(1),
body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule tr td:nth-of-type(2),
body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule tr td:nth-of-type(2) {
  width: calc( (100% - 140px) / 2 );
  vertical-align: top;
}
body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule tr td:nth-of-type(3),
body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule tr td:nth-of-type(3),
body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule tr td:nth-of-type(4),
body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule tr td:nth-of-type(4) {
  width: 74px;
  text-align: center;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule,
  body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule {
    margin-bottom: 60px;
  }
  body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule th,
  body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule th,
  body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule td,
  body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule td {
    padding-left: 1em;
    padding-right: 1em;
  }
  body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule tr td:nth-of-type(1),
  body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule tr td:nth-of-type(1),
  body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule tr td:nth-of-type(2),
  body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule tr td:nth-of-type(2) {
    width: 33%;
  }
  body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule tr td:nth-of-type(2),
  body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule tr td:nth-of-type(2) {
    text-align: center;
  }
  body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule tr td:nth-of-type(3),
  body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule tr td:nth-of-type(3),
  body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule tr td:nth-of-type(4),
  body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule tr td:nth-of-type(4) {
    width: 17%;
  }
}
body[class*="-body_nyushi20"] .l-main #secSchedule .step-01__schedule__last,
body.-body_nyushi-guide .l-main #secSchedule .step-01__schedule__last {
  margin-bottom: 0;
}
body[class*="-body_nyushi20"] .l-main #secSchedule .toggle-wrapper .toggle,
body.-body_nyushi-guide .l-main #secSchedule .toggle-wrapper .toggle {
  color: #61cdc4;
}
body[class*="-body_nyushi20"] .l-main #secSchedule .toggle-wrapper .toggle:after,
body.-body_nyushi-guide .l-main #secSchedule .toggle-wrapper .toggle:after {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  background: url("/assets/images/examination/depart/nyushi2022/ico_toggle_expand.svg") no-repeat center center;
  background-size: contain;
  margin-left: .5em;
  vertical-align: .1em;
}
body[class*="-body_nyushi20"] .l-main #secSchedule .toggle-wrapper .toggle:hover,
body.-body_nyushi-guide .l-main #secSchedule .toggle-wrapper .toggle:hover {
  text-decoration: none;
}
body[class*="-body_nyushi20"] .l-main #secSchedule .toggle-wrapper.open .toggle:after,
body.-body_nyushi-guide .l-main #secSchedule .toggle-wrapper.open .toggle:after {
  background-image: url("/assets/images/examination/depart/nyushi2022/ico_toggle_collapse.svg");
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secSchedule .toggle-wrapper .toggle,
  body.-body_nyushi-guide .l-main #secSchedule .toggle-wrapper .toggle {
    cursor: initial;
  }
  body[class*="-body_nyushi20"] .l-main #secSchedule .toggle-wrapper .toggle:after,
  body.-body_nyushi-guide .l-main #secSchedule .toggle-wrapper .toggle:after {
    display: none;
  }
  body[class*="-body_nyushi20"] .l-main #secSchedule .toggle-wrapper .toggle:hover,
  body.-body_nyushi-guide .l-main #secSchedule .toggle-wrapper .toggle:hover {
    opacity: 1;
  }
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus,
body.-body_nyushi-guide .l-main #secOpenCampus {
  padding-bottom: 0;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus h2,
body.-body_nyushi-guide .l-main #secOpenCampus h2 {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secOpenCampus h2 img,
  body.-body_nyushi-guide .l-main #secOpenCampus h2 img {
    width: 500px;
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__list,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__list {
  margin-top: -60px;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block {
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 3em;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block:before,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: calc( 100% - 60px );
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: #E1F2FC;
  z-index: -1;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block:before,
  body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block:before {
    left: auto;
    transform: none;
    right: 0;
  }
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block > div,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block > div {
  position: relative;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2em;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title h3,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title h3 {
  background: #81C8F2;
  width: 120px;
  height: 120px;
  color: #FFFFFF;
  font-size: 1.29em;
  line-height: 1.2;
  text-align: center;
  padding-top: 10px;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title h3 img,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title h3 img {
  display: block;
  margin: 0 auto 4px;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title h3 em,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title h3 em {
  color: #E44D99;
  font-size: 1.22em;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title h3,
  body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title h3 {
    width: 140px;
    height: 140px;
  }
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title .c-opencampus__title__lead,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title .c-opencampus__title__lead {
  margin-top: 80px;
  font-size: .93em;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title,
  body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title {
    width: 600px;
    margin: 0 auto 2em;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__contents,
  body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__contents {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__contents .c-opencampus__title__lead,
  body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__contents .c-opencampus__title__lead {
    width: 300px;
  }
  body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__contents .c-opencampus__date__list__wrapper,
  body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__contents .c-opencampus__date__list__wrapper {
    width: 50%;
    flex-shrink: 0;
  }
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title__lead.pc,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title__lead.pc {
  display: none;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title__lead.sp,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title__lead.sp {
  display: block;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title__lead.pc,
  body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title__lead.pc {
    display: block;
  }
  body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title__lead.sp,
  body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__title__lead.sp {
    display: none;
  }
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__list,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__list {
  width: 290px;
  margin: 0 auto 3em;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__list,
  body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__list {
    width: 360px;
  }
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block {
  color: #000000;
  font-weight: bold;
  padding: 1em 0;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block + .c-opencampus__date__block,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block + .c-opencampus__date__block {
  border-top: 1px solid #707070;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__meta,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__meta {
  display: flex;
  align-items: center;
  font-size: .86em;
  margin-bottom: 1em;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__meta .c-opencampus__date__year,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__meta .c-opencampus__date__year {
  font-family: 'BIZ UDGothic', sans-serif;
  letter-spacing: -0.05em;
  font-size: 1.46em;
  margin-right: 1em;
  flex-shrink: 0;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__meta .c-opencampus__date__category,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__meta .c-opencampus__date__category {
  flex-grow: 1;
  font-size: .86em;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details {
  font-family: 'BIZ UDGothic', sans-serif;
  letter-spacing: -0.05em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details,
  body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details {
    margin-left: 20px;
  }
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details .c-opencampus__date__date,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details .c-opencampus__date__date {
  font-size: 2.86em;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details .c-opencampus__date__date .c-opencampus__date__date__s,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details .c-opencampus__date__date .c-opencampus__date__date__s {
  font-size: 75%;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details .c-opencampus__date__weekday,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details .c-opencampus__date__weekday {
  font-size: 1.29em;
  margin-left: .5em;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details .c-opencampus__date__weekday .sunday,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details .c-opencampus__date__weekday .sunday {
  color: #E44D99;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details .c-opencampus__date__time,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__date__block .c-opencampus__date__details .c-opencampus__date__time {
  font-size: 1.29em;
  margin-left: .5em;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block .c-opencampus__buttons a,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block .c-opencampus__buttons a {
  width: 180px;
  margin: 0 auto;
  display: block;
  background: #FFFFFF;
  font-weight: bold;
  padding: .3em;
  text-align: center;
  color: #000000;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block:nth-of-type(2n):before,
  body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block:nth-of-type(2n):before {
    left: 0;
    right: auto;
  }
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block:nth-of-type(2n) .c-opencampus__title,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block:nth-of-type(2n) .c-opencampus__title {
  flex-direction: row-reverse;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block:nth-of-type(2n) .c-opencampus__title h3,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block:nth-of-type(2n) .c-opencampus__title h3 {
  margin-left: 20px;
  margin-right: 0;
}
body[class*="-body_nyushi20"] .l-main #secOpenCampus .c-opencampus__block:last-of-type,
body.-body_nyushi-guide .l-main #secOpenCampus .c-opencampus__block:last-of-type {
  padding-bottom: 6em;
  margin-bottom: 0;
}
body[class*="-body_nyushi20"] .l-main #secGuidebook,
body.-body_nyushi-guide .l-main #secGuidebook {
  background: #ABDCD1;
}
body[class*="-body_nyushi20"] .l-main #secGuidebook h2,
body.-body_nyushi-guide .l-main #secGuidebook h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 2.14em;
  font-weight: bold;
  line-height: 1.3;
}
body[class*="-body_nyushi20"] .l-main #secGuidebook .c-guidebook__block,
body.-body_nyushi-guide .l-main #secGuidebook .c-guidebook__block {
  background: #E4E4E4;
  margin-bottom: 2em;
}
body[class*="-body_nyushi20"] .l-main #secGuidebook .c-guidebook__block .c-guidebook__title,
body.-body_nyushi-guide .l-main #secGuidebook .c-guidebook__block .c-guidebook__title {
  background: #FFFFFF;
  text-align: center;
  font-size: 1.43em;
  color: #000000;
  padding: .5em;
}
body[class*="-body_nyushi20"] .l-main #secGuidebook .c-guidebook__block .c-guidebook__contents,
body.-body_nyushi-guide .l-main #secGuidebook .c-guidebook__block .c-guidebook__contents {
  background: #E4E4E4;
  padding: 2em;
  text-align: center;
}
body[class*="-body_nyushi20"] .l-main #secGuidebook .c-guidebook__block .c-guidebook__contents p,
body.-body_nyushi-guide .l-main #secGuidebook .c-guidebook__block .c-guidebook__contents p {
  font-size: .93em;
  color: #000000;
}
body[class*="-body_nyushi20"] .l-main #secGuidebook .c-guidebook__block .c-guidebook__contents img,
body.-body_nyushi-guide .l-main #secGuidebook .c-guidebook__block .c-guidebook__contents img {
  display: block;
  margin: 0 auto 1em;
  width: 180px;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGuidebook .c-guidebook__list,
  body.-body_nyushi-guide .l-main #secGuidebook .c-guidebook__list {
    display: flex;
    justify-content: center;
  }
  body[class*="-body_nyushi20"] .l-main #secGuidebook .c-guidebook__list .c-guidebook__block,
  body.-body_nyushi-guide .l-main #secGuidebook .c-guidebook__list .c-guidebook__block {
    margin: 0 20px;
  }
  body[class*="-body_nyushi20"] .l-main #secGuidebook .c-guidebook__list .c-guidebook__block .c-guidebook__contents,
  body.-body_nyushi-guide .l-main #secGuidebook .c-guidebook__list .c-guidebook__block .c-guidebook__contents {
    padding-left: 80px;
    padding-right: 80px;
  }
}
body[class*="-body_nyushi20"] .l-main #secGuidebook .c-guidebook__buttons,
body.-body_nyushi-guide .l-main #secGuidebook .c-guidebook__buttons {
  margin-top: 2em;
}
body[class*="-body_nyushi20"] .l-main #secGuidebook .c-guidebook__buttons a,
body.-body_nyushi-guide .l-main #secGuidebook .c-guidebook__buttons a {
  text-align: center;
  display: block;
  background: #9a1e45;
  color: #Ffffff;
  font-size: 1.07em;
  font-weight: bold;
  padding: .5em;
}
@media (min-width: 769px) {
  body[class*="-body_nyushi20"] .l-main #secGuidebook .c-guidebook__buttons a,
  body.-body_nyushi-guide .l-main #secGuidebook .c-guidebook__buttons a {
    width: 480px;
    margin: 0 auto;
    font-size: 1.43em;
  }
}
@media (min-width: 769px) {
  .c-tab_nav > .c-tab_nav_item > .c-tab_nav_trigger{
    width: calc(100% - 10px);
  }
}
.c-table-wrapper{
  overflow-x: scroll;
}
.c-table-wrapper table{
  width: auto;
  max-width: 1000vw;
}
.c-table-wrapper .qualification-table{
  width: 1440px;
}
.c-table-wrapper .qualification-table th, .qualification-table td{
  padding-left: 4px;
  padding-right: 4px;
}
.c-table-wrapper .qualification-table tr > *:nth-child(n+2){
  width: 140px;
}
.c-table-wrapper .qualification-table tr td{
  text-align: center;
  font-size: 20px;
  line-height: 1;
}


