@charset "UTF-8";
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Ubuntu+Condensed&display=swap");

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;800&display=swap&subset=japanese');


* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
  overflow: hidden;
}
main.content {
  overflow: hidden;
}

@media screen and (max-width: 1001px) {
  .page main {
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .page main {
    min-width: 100%;
    /*overflow: inherit;*/
    overflow: hidden;
  }
}


/* Vertical rhythm
========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}


/* Lists (definition)
========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid #3f87d0;
  margin: 0;
  clear: both;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
========================================================================== */
button,
input,
optgroup,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

select {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Fix placeholder font properties inheritance.
*/
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Table
========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');*/
/*
利用フォント

font-family: 'Noto Serif JP', serif;

font-family: 'Ubuntu Condensed', sans-serif;
*/
html {
  font-size: 62.5%;
  line-height: 2;
}

body {
  font-family: "Noto Sans JP", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #535353;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.notoserif {
  font-family: 'Noto Serif JP', serif;
}

.ubuntu {
  font-family: 'Ubuntu Condensed', sans-serif;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

/*IE11用*/
/*img[src$=".svg"] {
width: 100%;
}*/
a {
  opacity: 1;
  transition: 0.2s;
  color: #1d6cbc;
}

a:hover {
  opacity: 0.8;
}

/*ヘッダー/フッター*/
/*header*/
dl.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  dl.header {
    position: absolute;
    height: 45px;
    top: 0;
  }
}

dl.header dt a {
  display: -ms-flexbox;
  display: flex;
  width: 642px;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 34px;
  height: 100%;
  transition: 0.2s;
}

dl.header dt a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  dl.header dt a {
    width: calc(100% - 122px);
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
  }
}

dl.header .site-copy {
  width: 300px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  dl.header .site-copy {
    width: 159px;
    line-height: 1;
  }
}

dl.header .site-name {
  width: 310px;
  padding-left: 30px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  dl.header .site-name {
    width: 141px;
    padding-left: 0;
  }
}

dl.header dd {
  width: 288px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  dl.header dd {
    width: 107px;
  }
}

dl.header dd a {
  transition: 0.2s;
}

dl.header dd a:hover {
  opacity: 0.8;
}

dl.header dd .univ-name {
  width: 192px;
  margin-right: 26px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  dl.header dd .univ-name {
    width: 107px;
    margin-right: 15px;
  }
}

dl.header dd .pc-gmenu {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #fff104;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}

dl.header dd .pc-gmenu::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 24px;
  width: 26px;
  height: 23px;
  border-top: 1px solid #1d6cbc;
  border-bottom: 1px solid #1d6cbc;
  transition: opacity 0.2s;
}

dl.header dd .pc-gmenu::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 35px;
  width: 26px;
  height: 1px;
  border-top: 1px solid #1d6cbc;
  transition: border 0.2s;
}

dl.header dd .pc-gmenu.active {
  background-color: #1d6cbc;
}

dl.header dd .pc-gmenu.active::before {
  opacity: 0;
}

dl.header dd .pc-gmenu.active::after {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  dl.header dd .pc-gmenu {
    display: none;
  }
}

/*グローバルメニュー*/
.gnav-window {
  position: fixed;
  z-index: 99;
  top: 70px;
  width: 100%;
  height: calc(100vh - 70px);
  background: url(/nyushi/albums/css/basic1-common1/abm00000420.svg) #1d6cbc no-repeat center bottom;
  background-size: cover;
  transform: translateY(-100%) translateY(-70px);
  transition: transform .3s,opacity .3s;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .gnav-window {
    top: 0;
    left: 0;
    z-index: -1;
    height: calc(100vh - 60px);
    transform: translateY(100%);
    background: url(/nyushi/albums/css/basic1-common1/abm00000467.svg) #1d6cbc no-repeat center bottom;
    background-size: cover;
  }
}

.gnav-window.active {
  z-index: 100;
  transform: translateY(0);
  opacity: 1;
  transition: transform .3s,opacity .3s;
}
@media screen and (max-width: 768px) {
  /*
  .gnav-active {
    display: none;
  }
  */
  .gnav-window.active {
  }
}


.gnav-window > .inner {
  padding: 110px 0 40px;
}

@media screen and (max-width: 768px) {
  .gnav-window > .inner {
    padding: 0;
  }
}

.gnav-window .gnav {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.gnav-window .gnav .text {
  display: -ms-flexbox;
  display: flex;
  width: 51%;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav .text {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 0;
  }
}



.gnav-window .gnav .text > ul {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .gnav-window .gnav .text > ul {
    width: 100%;
    padding-right: 0;
  }
}

.gnav-window .gnav .text > ul > li {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .gnav-window .gnav .text > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.gnav-window .gnav .text > ul > li .button {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav .text > ul > li .button {
    margin-top: 13px;
    margin-left: 10%;
  }
}

.gnav-window .gnav .text > ul > li .button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.gnav-window .gnav .text > ul > li .button::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 1px;
  height: 15px;
  background-color: #fff;
  transition: opacity 0.2s;
}

.gnav-window .gnav .text > ul > li .button.active::after {
  opacity: 0;
}

.gnav-window .gnav .text > ul > li > a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.gnav-window .gnav .text > ul.leftLists > li:first-of-type {
  display: none;
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav .text .rightLists > li:nth-child(7) a,
  .gnav-window .gnav .text > ul > li > a {
    width: 80%;
    margin-left: 10%;
    padding: 15px 0;
  }
  .gnav-window .gnav .text .rightLists > li:nth-child(7) a {
    display: block;
  }
}

.gnav-window .gnav .text > ul > li > a:hover {
  text-decoration: underline;
}

.gnav-window .gnav .text > ul > li .button + a {
  width: calc(100% - 30px);
  color: #fff;
}

.gnav-window .gnav .text > ul > li .button + a:hover {
  text-decoration: underline;
}



@media screen and (max-width: 768px) {
  .gnav-window .gnav .text > ul > li .button + a {
    width: calc(90% - 30px);
    margin-left: 0%;
  }
}

.gnav-window .gnav .text > ul > li > ul {
  display: none;
  margin-top: 5px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav .text > ul > li > ul {
    margin-top: 0;
    padding-left: 0;
  }
}

.gnav-window .gnav .text > ul > li > ul > li {
  margin-bottom: 9px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav .text > ul > li > ul > li {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav .text > ul > li > ul li a {
    position: relative;
    display: block;
    margin-left: calc(10% + 30px);
    padding: 15px 0;
  }
  .gnav-window .gnav .text > ul > li > ul > li a::before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    width: 200%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.gnav-window .gnav .text > ul > li > ul > li a {
  color:#fff;
}

.gnav-window .gnav .text > ul > li > ul > li a:hover {
  text-decoration: underline;
}

.gnav-window .gnav .text .leftLists > li:nth-child(5),
.gnav-window .gnav .text .leftLists > li:nth-child(6),
.gnav-window .gnav .text .leftLists > li:nth-child(7),
.gnav-window .gnav .text .leftLists > li:nth-child(8),
.gnav-window .gnav .text .rightLists > li:nth-child(1),
.gnav-window .gnav .text .rightLists > li:nth-child(2),
.gnav-window .gnav .text .rightLists > li:nth-child(3),
.gnav-window .gnav .text .rightLists > li:nth-child(4),
.gnav-window .gnav .text .rightLists > li:nth-child(8),
.gnav-window .gnav .text .rightLists > li:nth-child(7) span {
  display: none;
}

/* 先輩たちの声 */
.gnav-window .gnav .text .leftLists > li:nth-child(1) .lv3-link {
  color: #fff;
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .gnav-window .gnav .text .leftLists > li:nth-child(1) .lv3-link {
    font-size: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .5);
    position: relative;
    display: block;
    padding-left: calc(10% + 30px);
    padding-top: 14px;
    padding-bottom: 15px;
    margin: 0;
  }
}

.gnav-window .gnav .text .leftLists > li:nth-child(1) .lv3-link:hover {
  text-decoration: underline;
}

.gnav-window .gnav .text .leftLists > li:nth-child(1) .index3 {
  display: none;
}

/*3階層目のリンク色指定  */
.gnav-window .gnav [data-cms-id="19"] > a {
  display: none;
}

.gnav-window .gnav .text > ul > li > ul .lv3-link {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .gnav-window .gnav .text > ul > li > ul .lv3-link {
    position: relative;
    display: block;
    margin-left: calc(10% + 30px);
    padding: 15px 0;
  }
  
  .gnav-window .gnav .text > ul > li > ul base1-menu10-nest-list {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .5);
  }
}



.gnav-window .gnav .bnr {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav .bnr {
    width: 80%;
    margin: 40px auto;
  }
}

.gnav-window .gnav .bnr ul li {
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav .bnr ul li {
    margin-top: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav .bnr ul li:first-child {
    border-top: 1px solid #fff;
  }
}

.gnav-window .gnav .bnr ul li a {
  position: relative;
  display: block;
  padding: 15px 10px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav .bnr ul li a {
    border-top: none;
    padding: 10px 45px 10px 18px;
    white-space: nowrap;
  }
}

.gnav-window .gnav .bnr ul li a:hover svg polyline {
  animation: btn-arrow ease-out 0.5s;
}

.gnav-window .gnav .bnr ul li a img {
  width: 267px;
  height: 28px;
}

.gnav-window .gnav .bnr ul li a svg {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 40px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  .gnav-window .gnav .bnr ul li a svg {
    top: 17px;
    right: 10px;
    width: 30px;
    height: 11px;
  }
}

.gnav-window .gnav .bnr ul li a svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

@keyframes btn-arrow {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.gnav-window .subnav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .gnav-window .subnav {
    display: none;
  }
}

.gnav-window .subnav li {
  font-size: 17px;
  font-size: 1.7rem;
  margin-left: 50px;
}

.gnav-window .subnav li a {
  display: inline-block;
  color: #fff;
}

.gnav-window .subnav li a:hover {
  text-decoration: underline;
}

.gnav-window .subnav .contact a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-right: 12px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000445.svg) no-repeat center center;
  background-size: 24px 18px;
}

.gnav-window .subnav .request a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  margin-top: -4px;
  margin-right: 12px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000444.svg) no-repeat center center;
  background-size: 20px 23px;
}

.gnav-window .subnav .access a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 24px;
  margin-top: -4px;
  margin-right: 12px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000441.svg) no-repeat center center;
  background-size: 16px 24px;
}

/*メインビジュアルTOP*/
.main-visual.tops {
  min-width: 1000px;
  width: 100%;
  height: 849px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000521.jpg) center 0;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-visual.tops {
    min-width: 100%;
    background: url(/nyushi/albums/css/basic1-common1/abm00000520.jpg) center 0;
    background-size: cover;
    height: 0;
    padding-top: 104%;
  }
}


/* トップアニメーションスタイル（ここから） */
@keyframes firstFadeIn {
  0%{}
  100%{opacity:1;visibility:visible;}
}

body.fixed {
  position: fixed;
  width: 100%;
}

body.top main {
  position: relative;
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  body.top main {
    min-width: inherit;
  }
}

body.top #animate-bg {
  width: 100%;
  height: 120%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
}
body.top #animate-bg.non {
  display: none;
  transition: 1s;
}
body.top #animate-bg.nonStop {
  display: none;
}

.main-visual .main-logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 150;
  width: 484px;
  height: 240px;
  transform: scale(1.2);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .main-visual .main-logo {
    max-width: 50.130208333333336%;
    height: 24.869791666666664%;
  }
}

.main-visual .main-logo.fixed {
  transform: scale(1);
  transition: 4s;
  z-index: 10;
}

.main-visual .main-logo .cc-left-1 {
  z-index: 11;
  position: absolute;
  top: -7px;
  left: 0;
  width: 8.1%;
  /* アニメーション */
  opacity: 0;
  animation:firstFadeIn .1s ease-in 1s forwards;
  animation-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .main-visual .main-logo .cc-left-1 {
    top: -2%;
    width: 7.95%;
  }
}
.main-visual .main-logo .cc-left-1.ie { top: -64px; } /* IE11 */
@media screen and (max-width: 768px) {
  .main-visual .main-logo .cc-left-1.ie { top: -28%; } /* IE11 */
}

.main-visual .main-logo .cc-left-1 .cls-1 {
  fill:#187fc3;
}
.main-visual .main-logo .cc-left-1.white-color .cls-1 {
  fill:#ffffff;
  transition: 1s;
}

.main-visual .main-logo .cc-left-2 {
  z-index: 11;
  position: absolute;
  top: -15px;
  left: 260px;
  width: 8.89%;
  /* アニメーション */
  opacity: 0;
  animation:firstFadeIn .1s ease-in 1s forwards;
  animation-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .main-visual .main-logo .cc-left-2 {
    top: -3.24%;
      width: 7.95%;
      left: 54.7%;
  }
}
.main-visual .main-logo .cc-left-2.ie { top: -67px; } /* IE11 */
@media screen and (max-width: 768px) {
  .main-visual .main-logo .cc-left-2.ie { top: -28%; } /* IE11 */
}

.main-visual .main-logo .cc-left-2 .cls-1 {
  fill:#187fc3;
}
.main-visual .main-logo .cc-left-2.white-color .cls-1 {
  fill:#ffffff;
  transition: 1s;
}

.main-visual .main-logo .cc-right-1 {
  z-index: 10;
  position: absolute;
    top: 13px;
    left: 39px;
    width: 10.1%;
    /* アニメーション */
    opacity: 0;
  animation:firstFadeIn .1s ease-in 1s forwards;
  animation-delay: 1.5s;
  transform: translate3d(20px, 0px, 0px);
}
.main-visual .main-logo .cc-right-1.active {
  transition: 2s;
  transform: translate3d(0px, 0px, 0px);
}
@media screen and (max-width: 768px) {
  .main-visual .main-logo .cc-right-1 {
    top: 6.15%;
    left: 7.94%;
    width: 9.7%;
    /* アニメーション */
    transform: translate3d(40%, 0px, 0px);
  }
}
.main-visual .main-logo .cc-right-1.ie { top: -54px; } /* IE11 */
@media screen and (max-width: 768px) {
  .main-visual .main-logo .cc-right-1.ie { top: -24%; } /* IE11 */
}

.main-visual .main-logo .cc-right-1 .cls-1 {
  fill:#e50012;
}

.main-visual .main-logo .cc-right-2 {
  z-index: 10;
  position: absolute;
    top: -16px;
    left: 303px;
    width: 11.65%;
    /* アニメーション */
    opacity: 0;
  animation:firstFadeIn .1s ease-in 1s forwards;
  animation-delay: 1.5s;
  transform: translate3d(20px, 0px, 0px);
}
.main-visual .main-logo .cc-right-2.active {
  transition: 2s;
  transform: translate3d(0px, 0px, 0px);
}
@media screen and (max-width: 768px) {
  .main-visual .main-logo .cc-right-2 {
    top: -3.85%;
    left: 62.51%;
    width: 10.45%;
    /* アニメーション */
    transform: translate3d(40%, 0px, 0px);
  }
}
.main-visual .main-logo .cc-right-2.ie { top: -62px; } /* IE11 */
@media screen and (max-width: 768px) {
  .main-visual .main-logo .cc-right-2.ie { top: -26%; } /* IE11 */
}
.main-visual .main-logo .cc-right-2 .cls-1 {
  fill:#e50012;
}

.main-visual .main-logo .cc-hiragana {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  /* アニメーション */
  opacity: 0;
  animation:firstFadeIn 0s ease-in 0s forwards;
  animation-delay: 2.8s;
  transform: translate3d(20px, 0px, 0px);
}
.main-visual .main-logo .cc-hiragana.active {
  transition: 2s;
  transform: translate3d(0px, 0px, 0px);
}

.main-visual .main-logo .cc-hiragana .cls-1 {
  fill:#187fc3;
}
.main-visual .main-logo .cc-hiragana.white-color .cls-1 {
  fill:#ffffff;
  transition: 1s;
}
/* トップアニメーションスタイル（ここまで） */


/* トップノンアニメーションスタイル（ここから） */
.main-visual #anime-stop-logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 484px;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .main-visual #anime-stop-logo {
    max-width: 50.130208333333336%;
    height: 24.869791666666664%;
  }
}

.main-visual #anime-stop-logo.fixed {
  z-index: 10;
}

.main-visual #anime-stop-logo .cc-left-1 {
  z-index: 11;
  position: absolute;
  top: -7px;
  left: 0;
  width: 8.1%;
}
@media screen and (max-width: 768px) {
  .main-visual #anime-stop-logo .cc-left-1 {
    top: -2%;
    width: 7.95%;
  }
}
.main-visual #anime-stop-logo .cc-left-1.ie { top: -64px; } /* IE11 */
@media screen and (max-width: 768px) {
  .main-visual #anime-stop-logo .cc-left-1.ie { top: -28%; } /* IE11 */
}

.main-visual #anime-stop-logo .cc-left-1 .cls-1 {
  fill:#ffffff;
}

.main-visual #anime-stop-logo .cc-left-2 {
  z-index: 11;
  position: absolute;
  top: -15px;
  left: 260px;
  width: 8.89%;
}
.main-visual #anime-stop-logo .cc-left-2.ie { top: -67px; } /* IE11 */
@media screen and (max-width: 768px) {
  .main-visual #anime-stop-logo .cc-left-2.ie { top: -28%; } /* IE11 */
}

@media screen and (max-width: 768px) {
  .main-visual #anime-stop-logo .cc-left-2 {
    top: -3.24%;
    width: 7.95%;
    left: 54.7%;
  }
}
.main-visual #anime-stop-logo .cc-left-2 .cls-1 {
  fill:#ffffff;
}

.main-visual #anime-stop-logo .cc-right-1 {
  z-index: 10;
  position: absolute;
    top: 13px;
    left: 39px;
    width: 10.1%;
}
.main-visual #anime-stop-logo .cc-right-1.ie { top: -54px; } /* IE11 */
@media screen and (max-width: 768px) {
  .main-visual #anime-stop-logo .cc-right-1.ie { top: -24%; } /* IE11 */
}

@media screen and (max-width: 768px) {
  .main-visual #anime-stop-logo .cc-right-1 {
    top: 6.15%;
    left: 7.94%;
    width: 9.7%;
  }
}
.main-visual #anime-stop-logo .cc-right-1 .cls-1 {
  fill:#e50012;
}

.main-visual #anime-stop-logo .cc-right-2 {
  z-index: 10;
  position: absolute;
    top: -16px;
    left: 303px;
    width: 11.65%;
}
.main-visual #anime-stop-logo .cc-right-2.ie { top: -62px; } /* IE11 */
@media screen and (max-width: 768px) {
  .main-visual #anime-stop-logo .cc-right-2.ie { top: -26%; } /* IE11 */
}

@media screen and (max-width: 768px) {
  .main-visual #anime-stop-logo .cc-right-2 {
    top: -3.85%;
    left: 62.51%;
    width: 10.45%;
  }
}
.main-visual #anime-stop-logo .cc-right-2 .cls-1 {
  fill:#e50012;
}

.main-visual #anime-stop-logo .cc-hiragana {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.main-visual #anime-stop-logo .cc-hiragana .cls-1 {
  fill:#ffffff;
}
/* トップノンアニメーションスタイル（ここまで） */


/*メインビジュアル（コンセプト紹介）*/
.main-visual {
  min-width: 1000px;
  width: 100%;
  height: 849px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000832.jpg) center 0;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-visual {
    min-width: 100%;
    background: url(/nyushi/albums/css/basic1-common1/abm00000831.jpg) center 0;
    background-size: cover;
    height: 0;
    padding-top: 104%;
  }
}


/*footer*/
@media screen and (max-width: 1001px) {
  footer {
    min-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer {
    min-width: 100%;
  }
}

.foot-nav {
  position: fixed;
  z-index: 101;
  bottom: 0;
  left: 0;
  display: none;
  table-layout: fixed;
  width: 100%;
  height: 60px;
  border-top: 1px solid #fff;
  background-color: #3f87d0;
}

@media screen and (max-width: 768px) {
  .foot-nav {
    display: table;
  }
}

.foot-nav li {
  display: table-cell;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
}

.foot-nav li a {
  display: block;
  height: 100%;
  color: #fff;
  padding-top: 6px;
}

.foot-nav li.contact a::before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 auto 2px auto;
  background: url(/nyushi/albums/css/basic1-common1/abm00000445.svg) no-repeat center center;
  background-size: 24px 18px;
}

.foot-nav li.request a::before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  margin: 0 auto 2px auto;
  background: url(/nyushi/albums/css/basic1-common1/abm00000444.svg) no-repeat center center;
  background-size: 20px 23px;
}

.foot-nav li.access a::before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 16px;
  height: 24px;
  margin: 0 auto 2px auto;
  background: url(/nyushi/albums/css/basic1-common1/abm00000441.svg) no-repeat center center;
  background-size: 16px 24px;
}

.foot-nav li.sp-gnav-btn {
  cursor: pointer;
}

.foot-nav li.sp-gnav-btn::after {
  content: "メニュー";
}

.foot-nav li.sp-gnav-btn .hidden {
  display: none;
}

.foot-nav li.sp-gnav-btn span {
  display: block;
  width: 20px;
  height: 17px;
  margin: 4px auto 5px auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: border .2s;
}

.foot-nav li.sp-gnav-btn span::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin-top: 7px;
}

.foot-nav li.sp-gnav-btn.active::after {
  content: "閉じる";
}

.foot-nav li.sp-gnav-btn.active span {
  border-color: transparent;
}

.sns-wrap {
  background: url(/nyushi/albums/css/basic1-common1/abm00000465.jpg) no-repeat center 0;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 44px;
  min-width: 1000px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .sns-wrap {
    background: url(/nyushi/albums/css/basic1-common1/abm00000470.jpg) no-repeat center 0;
    background-size: cover;
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 19px;
  }
}

.sns-copy {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

.sns-copy .sns-copy-wrap {
  width: 289px;
}

@media screen and (max-width: 768px) {
  .sns-copy img {
    width: 188px;
  }
}

.sns-copy::after {
  content: '';
  width: 362px;
  height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url(/nyushi/albums/css/basic1-common1/abm00000434.svg) no-repeat center center;
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  .sns-copy::after {
    width: 235px;
    height: 45px;
    background-size: cover;
  }
}

.ftr-sns {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .ftr-sns {
    width: 100%;
    max-width: 310px;
    padding: 0 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ftr-sns li {
    margin-right: 0;
  }
  .ftr-sns li:last-child {
    margin-right: 0;
  }
}

.ftr-sns li a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(250, 250, 250, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .ftr-sns li a {
    width: 40px;
    height: 40px;
  }
}

.ftr-sns li a:hover {
  opacity: 0.6;
}

.ftr-sns li.fb img {
  width: 11px;
  height: auto;
}

.ftr-sns li.in img {
  width: 19px;
  height: auto;
}

.ftr-sns li.tw img {
  width: 19px;
  height: auto;
}

.ftr-sns li.ln img {
  width: 25px;
  height: auto;
}

.ftr-sns li.yt img {
  width: 24px;
  height: auto;
}

.ftr-sns li.pod img {
  width: 29px;
  height: auto;
  margin: 0 0 0 2px;
}

.ftr-bottom {
  background: url(/nyushi/albums/css/basic1-common1/abm00000414.svg) no-repeat 0 0;
  background-size: cover;
  padding-top: 84px;
  min-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ftr-bottom {
    background: #1d6cbc url(/nyushi/albums/css/basic1-common1/abm00000421.svg) no-repeat 0 bottom;
    /*background-size: contain;*/
    background-size: 100% auto;
    padding-top: 43px;
    min-width: 100%;
  }
}

.ftr-bottom .ftr-copy {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .ftr-bottom .ftr-copy {
    /*max-width: 583px;
    width: 100%;*/
    /*padding-left: 7%;
    padding-right: 7%;*/
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.ftr-bottom .ftr-site-name {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.3rem;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .ftr-bottom .ftr-site-name {
    /*max-width: 474px;*/
    width: 64%;
    /*padding-left: 7%;
    padding-right: 7%;*/
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.ftr-bottom .ftr-official-link {
  display: -ms-flexbox;
  display: flex;
  width: 439px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .ftr-bottom .ftr-official-link {
    max-width: 439px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.ftr-bottom .ftr-official-link li {
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  width: 50%;
  border: solid 1px #fff;
}

.ftr-bottom .ftr-official-link li:last-child {
  border-left: 0 none;
}

@media screen and (max-width: 768px) {
  .ftr-bottom .ftr-official-link li {
    background-color: #1d6cbc;
  }
}

.ftr-bottom .ftr-official-link li a {
  color: #fff;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding-left: 9px;
  padding-right: 9px;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
 .ftr-bottom .ftr-official-link li a {
  padding-left: 7px;
    letter-spacing: -.05em;
    white-space: nowrap;
  }
}

.ftr-bottom .ftr-official-link li a::before {
  content: '';
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 13px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000428.svg) no-repeat 0 0;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .ftr-bottom .ftr-official-link li a::before {
    margin-right: 4px;
  }
}


.ftr-bottom .ftr-univ-wrap {
  margin-top: 79px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .ftr-bottom .ftr-univ-wrap {
    margin-top: 35px;
    padding-top: 30px;
  }
}

.ftr-bottom .ftr-univ-wrap .ftr-univ {
  width: 544px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .ftr-bottom .ftr-univ-wrap .ftr-univ {
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 544px;
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }
}

.ftr-bottom .ftr-univ-wrap .ftr-univ .ftr-univ-name {
  margin-right: 36px;
}

@media screen and (max-width: 768px) {
  .ftr-bottom .ftr-univ-wrap .ftr-univ .ftr-univ-name {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.ftr-bottom .ftr-univ-wrap .ftr-univ .ftr-univ-address-wrap {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .ftr-bottom .ftr-univ-wrap .ftr-univ .ftr-univ-address-wrap {
    font-size: 1.2rem;
  }
}

.ftr-bottom .copyright {
  margin-top: 55px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .ftr-bottom .copyright {
    margin-top: 20px;
    padding-bottom: 90px;
  }
}

/*スライド*/
.admissions-banner-wrap {
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 120px;
}

@media screen and (max-width: 1001px) {
  .admissions-banner-wrap {
    min-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .admissions-banner-wrap {
    min-width: 100%;
    margin-bottom: 40px;
  }
}

.admissions-banner-list {
  display: none;
}
.admissions-banner-list.slick-initialized {
  display: block;
}

.admissions-banner-wrap .slick-initialized .slick-slide {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .admissions-banner-wrap .slick-initialized .slick-slide {
    width: 175px;
  }

  .admissions-banner-wrap .slick-initialized .slick-slide img {
    width: 175px;
  }
}

.admissions-banner-wrap .slick-initialized .slick-slide ul {
  margin-left: 0;
}

main .admissions-banner-list {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1001px) {
  main .admissions-banner-list {
    min-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  main .admissions-banner-list {
    min-width: 100%;
  }
}

.admissions-banner-list .slick-list {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .admissions-banner-list .slick-list {
    overflow: hidden;
  }
}

.admissions-banner-item {
  vertical-align: top;
  width: 350px;
}

.admissions-banner-item img {
  width: 100%;
}

.admissions-banner-item a {
  display: block;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .admissions-banner-item a:hover {
    opacity: .6;
  }
}


@media screen and (max-width: 768px) {
  .pickup-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.pickup-item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .pickup-item {
    width: 50%;
  }
}

.pickup-item a {
  display: block;
  width: 350px;
  height: 240px;
  color: #fff;
  text-align: center;
  opacity: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

@media screen and (max-width: 768px) {
  .pickup-item a {
    width: 100%;
    height: auto;
    padding-top: 68.57%;
  }
}

@media screen and (min-width: 768px) {
  .pickup-item a:hover {
    opacity: .8;
    -webkit-transition: .2s;
    transition: .2s;
  }
}

.pickup-item a:focus {
  outline: 0;
}

.pickup-item a:hover svg polyline {
  animation: btn-arrow ease-out 0.5s;
}

.pickup-item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .pickup-item img {
    width: 100%;
    height: auto;
  }
}

.pickup-item-text {
  position: absolute;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  height: 240px;
}


@media screen and (min-width: 768px) {
  a:hover img,
  a:hover .pickup-item-text {
    opacity: .8;
    -webkit-transition: .2s;
    transition: .2s;
  }
}

@media screen and (max-width: 768px) {
  .pickup-item-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.pickup-item-text-top {
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .pickup-item-text-top {
    margin-bottom: 1.5vw;
    font-size: 4.5vw;
  }
}

.pickup-item-text-bottom {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .pickup-item-text-bottom {
    font-size: 2.1vw;
  }
}

.pickup-item .more-arrow {
  position: absolute;
  right: 24px;
  bottom: 20px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .pickup-item .more-arrow {
    right: 10px;
    bottom: 10px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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-arrow:focus {
  outline: none;
}

.pagetop-bt {
  width: 21px;
  height: 124px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 17px;
  text-align: center;
  position: relative;
  /*.pagetop-arrow {
  width: 15px;
  height: 104px;
  position: relative;
  display: block;
}*/
}

@media screen and (max-width: 768px) {
  .pagetop-bt {
    margin-top: 17px;
    margin-bottom: 17px;
  }
}

.pagetop-bt .pagetop-text {
  width: 10px;
  height: 58px;
  display: block;
  position: absolute;
  top: 33px;
  right: 0;
}

.pagetop-bt .arrow-test {
  width: 104px;
  height: 14px;
  text-align: center;
  transform: rotate(-90deg) scale(1, -1);
  position: absolute;
  display: block;
  top: 46px;
  left: -38px;
}

.pagetop-bt .arrow-test:hover svg polyline {
  animation: btn-arrow ease-out 0.5s;
}

.pagetop-bt .arrow-test svg polyline {
  fill: none;
  stroke: #1d6cbc;
  stroke-width: 0.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

@keyframes pagetop-arrow {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/*@media screen and (max-width: 768px) {
.gnav-active {
position: fixed;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
right: 0;
}
}*/
/*コンテンツ共通*/
.inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
}
@media screen and (max-width: 1001px) {
  .inner {
    min-width: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    min-width: 100%;
    padding: 40px 15px 0 15px;
  }
  .inner.tops {
    padding: 0;
  }
}


.inner.tops {
 padding-top: 0;
}
@media screen and (max-width: 768px) {
  .inner.tops {
    padding-top: 0;
  }
}

.inner.subject {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .inner.subject {
    padding-top: 0;
  }
}

.spanish-img-wrap.img-swipe-wrap {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .spanish-img-wrap.img-swipe-wrap {
    margin-top: 40px;
  }
}


.morebt {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Ubuntu Condensed', sans-serif;
  color: #1d6cbc;
  width: 70px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*&:after {
  content: '';
  display: block;
  width: 70px;
  height: 14px;
  margin-top: -5px;
}*/
}

.morebt .morebt-text-wrap {
  width: 70px;
  height: 18px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  padding-left: 12px;
}

.morebt a {
  display: block;
}

.morebt a:hover svg polyline {
  animation: btn-arrow ease-out 0.5s;
}

.admissions-blue-wrap a {
  display: block;
}

.admissions-blue-wrap a:hover svg polyline {
  animation: btn-arrow ease-out 0.5s;
}

.admissions-blue-wrap .morebt {
  color: #fff;
  position: relative;
}

.admissions-blue-wrap .morebt svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 14px;
}

.admissions-blue-wrap .morebt svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

@keyframes btn-arrow {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.morebt.left {
  margin-left: 0;
  margin-right: 0;
}

.more-arrow {
  width: 70px;
  height: 18px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .more-arrow {
    height: 24px;
    transform: scale(0.9);
    transform-origin: right bottom;
  }
}

.more-arrow svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 14px;
}

.more-arrow svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

@keyframes btn-arrow {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/*TOP 受験生サイトコピー*/
.top-admissions-copy {
  background: url(/nyushi/albums/css/basic1-common1/abm00000384.svg) no-repeat 0 0;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
  min-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 1001px) {
  .top-admissions-copy {
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top-admissions-copy {
    background: url(/nyushi/albums/css/basic1-common1/abm00000386.svg) no-repeat 0 0;
    background-size: contain;
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.top-admissions-copy h2.top-admissions-copy-item01 {
  text-align: center;
  margin-bottom: 47px;
}

@media screen and (max-width: 768px) {
  .top-admissions-copy h2.top-admissions-copy-item01 {
    margin-bottom: 30px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-admissions-copy .top-admissions-copy-text-wrap {
  background: url(/nyushi/albums/css/basic1-common1/abm00000946.svg) left 110px no-repeat;/* 高さを指定 */
  min-height: 423px;
}
@media screen and (max-width: 768px) {
  .top-admissions-copy .top-admissions-copy-text-wrap {
    background: none;
  }
}

.top-admissions-copy .top-admissions-copy-text-wrap-right {
  background: url(/nyushi/albums/css/basic1-common1/abm00000947.svg) right 110px no-repeat;/* 高さを指定 */
  min-height: 423px;
}
@media screen and (max-width: 768px) {
  .top-admissions-copy .top-admissions-copy-text-wrap-right {
    background: none;
  }
}

.top-admissions-copy .morebt {
  margin-bottom: 48px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .top-admissions-copy .morebt {
    margin-bottom: 0;
    margin-top: 35px;
  }
}

.top-admissions-copy .top-admissions-copy-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  color: #3f87d0;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top-admissions-copy .top-admissions-copy-text {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: unset;
    line-height: 2.2;
  }
  .top-admissions-copy .top-admissions-copy-text.tops {
    margin-bottom: 0;
    padding-bottom: 30px;
  }


  .top-admissions-copy .top-admissions-copy-text::before {
    content: '';
    height: 205px;
    width: 72px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000373.png) -67px 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top-admissions-copy .top-admissions-copy-text::after {
    content: '';
    height: 205px;
    width: 72px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000374.png) 4px 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.top-admissions-copy .top-admissions-copy-img-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-left: 0;
}

@media screen and (max-width: 1001px) {
  .top-admissions-copy .top-admissions-copy-img-wrap {
    min-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top-admissions-copy .top-admissions-copy-img-wrap {
    min-width: 100%;
  }
}

.top-admissions-copy .top-admissions-copy-img-wrap .top-admissions-copy-img {
  width: calc(100% / 6);
}

@media screen and (max-width: 768px) {
  .top-admissions-copy .top-admissions-copy-img-wrap .top-admissions-copy-img {
    width: 25%;
  }
  .top-admissions-copy .top-admissions-copy-img-wrap .top-admissions-copy-img:first-child, .top-admissions-copy .top-admissions-copy-img-wrap .top-admissions-copy-img:last-child {
    display: none;
  }
}

/*スライド*/
.admissions-banner-list .swiper-slide {
  width: 350px;
}

/*重要なお知らせ*/
@media screen and (max-width: 1001px) {
  .important-news-wrap {
    min-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .important-news-wrap {
    min-width: 100%;
  }
}

.important-news-wrap .important-news-inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  border: solid 2px #1d6cbc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 40px;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .important-news-wrap .important-news-inner {
    max-width: 100%;
    width: calc(100% - 30px);
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0;
  }
}

.important-news-wrap-title {
  width: 182px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #1d6cbc;
  /*padding-right: 30px;*/
  border-right: 1px dashed #1d6cbc;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .important-news-wrap-title {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding-right: 0;
    border-right: 0 none;
    border-bottom: 1px dashed #1d6cbc;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.important-news {
  width: calc(100% - 182px);
  padding-left: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .important-news {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.important-news .important-news-date {
  width: 75px;
}

.important-news .important-news-title {
  width: calc(100% - 75px);
  padding-left: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .important-news .important-news-title {
    padding-left: 2px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.important-news .important-news-title a {
  color: #313131;
}

/**/
@media screen and (max-width: 1001px) {
  .news-event-wrap {
    min-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news-event-wrap {
    min-width: 100%;
  }
}

h2.title.en {
  font-size: 35px;
  font-size: 3.5rem;
  color: #1d6cbc;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  h2.title.en {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

h2.title.en::first-letter {
  color: #e60012;
}

h2.title.en::after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #1d6cbc;
}

@media screen and (max-width: 768px) {
  h2.title.en::after {
    height: 30px;
  }
}

h2.title.en .title-inner {
  padding-left: 8px;
}

h2.title.en .title-and {
  font-size: 28px;
  font-size: 2.8rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  h2.title.en .title-and {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

main .news-event-lists {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  main .news-event-lists {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }
}

main .news-event-lists .news-event-list {
  margin-right: 20px;
  margin-bottom: 60px;
  width: 320px;
}



@media screen and (max-width: 768px) {
  main .news-event-lists .news-event-list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 0;
  }
  main .news-event-lists .news-event-list:last-child {
    margin-bottom: 0;
  }
}

main .news-event-lists .news-event-list:nth-child(3n) {
  margin-right: 0;
}

main .news-event-lists .news-event-list a {
  display: block;
  color: #313131;
}

@media screen and (max-width: 768px) {
  main .news-event-lists .news-event-list a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

main .news-event-lists .news-event-ph {
  width: 320px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  background-image: url(/nyushi/albums/css/basic1-common1/abm00000986.png);
}

main .news-event-lists .news-event-ph a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  main .news-event-lists .news-event-ph {
        width: 51%;
    max-width: 320px;
    height: 0;
    padding-top: 28%;
    margin-bottom: 0;
    background-size: contain;
  }
}

/* 画像が選択されない場合 */
/*
main .news-event-lists .news-event-ph[style$="/null);"] {
    background-image: url(/nyushi/albums/css/basic1-common1/abm00000986.png) !important;
}
*/

main .news-event-lists .news-event-desc a {
  display: block;
}

@media screen and (max-width: 768px) {
  main .news-event-lists .news-event-desc a {
    position: relative;
    height: 100%;
    padding-bottom: 22px;
  }
}

@media screen and (max-width: 768px) {
  main .news-event-lists .news-event-desc {
    width: calc(100% - 37%);
    padding-left: 3.333%;
    position: relative;
    height: auto;
    display: table-cell;
    padding-bottom: 22px;
  }
}

main .news-event-lists .news-event-date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #1d6cbc;
}

main .news-event-lists .news-event-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  word-break: break-word;
  margin-bottom: 8px;
}

.small-more {
  font-size: 12px;
  font-size: 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1d6cbc;
  width: 60px;
  height: 22px;
  background: #fff100;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .small-more {
    position: absolute;
    bottom: 0;
  }
}


.top-contents {
  padding-top: 120px;
  position: relative;
}

.top-contents::before {
  background: url(/nyushi/albums/css/basic1-common1/abm00000461.svg) no-repeat right top;
  background-size: 100% auto;
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.top-contents::after {
  background: url(/nyushi/albums/css/basic1-common1/abm00000461.svg) no-repeat right bottom 140px;
  background-size: 100% auto;
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1001px) {
  .top-contents {
    min-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top-contents {
    min-width: 100%;
    padding-top: 60px;
  }
  .top-contents::before {
    background: url(/nyushi/albums/css/basic1-common1/abm00000468.svg) no-repeat right top;
    background-size: 100% auto;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .top-contents::after {
    background: url(/nyushi/albums/css/basic1-common1/abm00000468.svg) no-repeat right bottom 850px;
    background-size: 100% auto;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/*先輩voice*/
.top-senior-experience-wrap + .top-senior-voice-wrap {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .top-senior-experience-wrap + .top-senior-voice-wrap {
    margin-top: 60px;
  }
}

.top-senior-voice-wrap {
  position: relative;
  height: 600px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .top-senior-voice-wrap {
    height: inherit;
  }
}

.top-senior-voice-wrap.campus-life {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .top-senior-voice-wrap.campus-life {
    margin-top: 0;
  }
}

.top-senior-voice-wrap .inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  height: 600px;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .inner {
    position: relative;
    width: 100%;
    left: inherit;
    height: inherit;
    transform: inherit;
  }
}

.top-senior-voice-wrap h2.top-senior-voice {
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 5px;
  color: #1d6cbc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  z-index: 7;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap h2.top-senior-voice {
    font-size: 27px;
    font-size: 2.7rem;
    top: 136px;
    padding-left: 15px;
  }
}

.top-senior-voice-wrap h2.top-senior-voice::first-letter {
  color: #e60012;
}

.top-senior-voice-wrap h2.top-senior-voice::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: #1d6cbc;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap h2.top-senior-voice::after {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap h2.top-senior-voice.sp-senior-voice-line2 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  .top-senior-voice-wrap h2.top-senior-voice.sp-senior-voice-line2::after {
    position: absolute;
    bottom: 33px;
    right: -40px;
  }
}

.top-senior-voice-wrap h2.top-senior-voice .top-senior-voice-h2-inner {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap h2.top-senior-voice .top-senior-voice-h2-inner {
    display: block;
  }
}

.top-senior-voice-wrap .top-senior-voice-wrap-ph {
  position: absolute;
  width: 800px;
  height: 600px;
  top: 0;
  right: 0;
}

.top-senior-voice-wrap .top-senior-voice-wrap-ph::before {
  position: absolute;
  right: 10px;
  top: 86px;
  content: '';
  display: block;
  width: 90px;
  height: 228px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000469.svg) no-repeat;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-wrap-ph::before {
    top: 15px;
    right: 0;
    width: 30px;
    height: 78px;
    background-size: cover;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-wrap-ph {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    text-align: right;
  }
  .top-senior-voice-wrap .top-senior-voice-wrap-ph img {
    max-width: 500px;
    width: 66%;
  }
}

.top-senior-voice-wrap .top-senior-voice-wrap-ph.campuslife-item::before {
  position: absolute;
  right: 10px;
  top: 15px;
  content: '';
  display: block;
  width: 90px;
  height: 306px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000415.svg) no-repeat;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-wrap-ph.campuslife-item::before {
    right: 0;
    width: 35px;
    height: 138px;
    background-size: cover;
  }
}

.top-senior-voice-wrap .top-senior-voice-text-wrap {
  background: rgba(255, 255, 255, 0.95);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 40px 35px 40px;
  width: 1000px;
  position: absolute;
  bottom: 30px;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-text-wrap {
    background: white;
    width: calc(100% - 30px);
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 2.3% 20px 2.3%;
    position: relative;
    bottom: inherit;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -40px;
  }
}

.top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-voice-text-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 420px;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-voice-text-title-wrap {
    width: 100%;
  }
}

.top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-voice-text-title-item {
  width: 200px;
  line-height: 1;
  margin-bottom: 15px;
}

.top-senior-voice-wrap .top-senior-voice-text-wrap h3.top-senior-voice-text-title {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #1d6cbc;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-text-wrap h3.top-senior-voice-text-title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-sub-title {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-sub-title {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}

.top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-sub-title .top-senior-sub-title-catch {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #1d6cbc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 6;
  letter-spacing: 0.2rem;
  transform: skewX(-13deg);
}

.top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-sub-title .top-senior-sub-title-catch::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #1d6cbc;
  margin-right: -10px;
  margin-left: 6px;
  transform: skewX(13deg);
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-sub-title .top-senior-sub-title-catch::after {
    width: 30px;
  }
}

.top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-sub-title .top-senior-sub-title-text {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #1d6cbc;
  padding: 7px 13px 7px 20px;
  background: #fff100;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-sub-title .top-senior-sub-title-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-voice-text-desc-wrap {
  width: 460px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d6cbc;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-voice-text-desc-wrap {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-voice-text-desc-wrap .morebt.left {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-voice-text-desc {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-text-wrap .top-senior-voice-text-desc {
    text-align: center;
  }
}

.top-senior-voice-wrap .top-senior-voice-text-wrap a {
  opacity: 1;
}

.top-senior-voice-wrap .top-senior-voice-text-wrap a:hover {
  opacity: 1;
}

.top-senior-voice-wrap .top-senior-voice-text-wrap a:hover svg polyline {
  animation: btn-arrow ease-out 0.5s;
}

.top-senior-voice-wrap .top-senior-voice-text-wrap.wrap-min {
  min-height: 240px;
}

@media screen and (max-width: 768px) {
  .top-senior-voice-wrap .top-senior-voice-text-wrap.wrap-min {
    min-height: inherit;
  }
}

/*先輩体験談*/
.senior-experience-text-col2 {
  margin-bottom: 50px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1001px) {
  .senior-experience-text-col2 {
    min-width: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .senior-experience-text-col2 {
    margin-bottom: 35px;
    min-width: 100%;
  }
}

.senior-experience-text-col2 .senior-experience-text-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  min-height: 310px;
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 50%;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 .senior-experience-text-inner {
    position: relative;
    min-height: inherit;
    background-image: none !important;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.senior-experience-text-col2 .senior-experience-ph {
  width: 500px;
  display: none;
}

.air-edit-area .senior-experience-text-col2 .senior-experience-ph {
  display: block;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 .senior-experience-ph {
    width: 66%;
    display: block;
  }
}

.senior-experience-text-col2 .senior-experience-text-wrap {
  width: calc(100% - 480px);
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 .senior-experience-text-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 14px;
  }
}

.senior-experience-text-col2 .senior-experience-text-wrap a {
  display: block;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 .senior-experience-text-wrap a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .senior-experience-text-col2 .senior-experience-text-wrap a .senior-experience-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .senior-experience-text-col2 .senior-experience-text-wrap a .morebt.left {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.senior-experience-text-col2 .senior-experience-text-wrap .senior-experience-text {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 40px;
  color: #1d6cbc;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 .senior-experience-text-wrap .senior-experience-text {
    display: none;
  }
}

.senior-experience-text-col2 .senior-experience-text-wrap .morebt.left {
  margin-top: 40px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 .senior-experience-text-wrap .morebt.left {
    display: none;
  }
}

.senior-experience-text-col2 .experience-sub-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 .experience-sub-title {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}

.senior-experience-text-col2 .experience-sub-title .experience-sub-title-catch {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #1d6cbc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 6;
  letter-spacing: 0.15rem;
  transform: skewX(-13deg);
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 .experience-sub-title .experience-sub-title-catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.senior-experience-text-col2 .experience-sub-title .experience-sub-title-catch::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #1d6cbc;
  margin-right: 12px;
  margin-left: -10px;
  transform: skewX(13deg);
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 .experience-sub-title .experience-sub-title-catch::before {
    width: 30px;
  }
}

.senior-experience-text-col2 .experience-sub-title .experience-sub-title-text {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #1d6cbc;
  padding: 7px 13px 7px 20px;
  background: #fff100;
  /*margin-left: -10px;*/
  letter-spacing: 0.4rem;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 .experience-sub-title .experience-sub-title-text {
    font-size: 19px;
    font-size: 1.9rem;
    margin-left: 0;
    padding: 7px 13px 7px 15px;
    letter-spacing: 0.2rem;
    white-space: normal;
  }
}

.senior-experience-text-col2 .experience-sub-title .experience-sub-title-text.text-long {
  margin-left: -70px;
}

.senior-experience-text-col2 .senior-experience-text-sp {
  display: none;
  position: relative;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 .senior-experience-text-sp {
    display: block;
  }
}

.senior-experience-text-col2 .senior-experience-text-sp .senior-experience-text-wrap {
  position: relative;
  width: 100%;
  bottom: inherit;
  right: inherit;
}

.senior-experience-text-col2 .senior-experience-text-sp .senior-experience-text-wrap .experience-sub-title {
  display: none;
}

.senior-experience-text-col2 .senior-experience-text-sp .senior-experience-text-wrap .senior-experience-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding-left: 25px;
}

.senior-experience-text-col2 .senior-experience-text-sp .senior-experience-text-wrap .morebt.left {
  display: block;
  margin-top: 0;
  margin-left: 19px;
}

.senior-experience-text-col2 a {
  opacity: 1;
}

.senior-experience-text-col2 a:hover {
  opacity: 1;
}

.senior-experience-text-col2 a:hover svg polyline {
  animation: btn-arrow ease-out 0.5s;
}

.senior-experience-text-col2 + .senior-experience-text-col2 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2 + .senior-experience-text-col2 {
    margin-top: 0;
  }
}

.senior-experience-text-col2.text-img .senior-experience-text-inner {
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-position: right 0;
  background-size: 50%;
}

.senior-experience-text-col2.text-img .senior-experience-text-inner .experience-sub-title {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.senior-experience-text-col2.text-img .senior-experience-text-inner a {
  display: block;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2.text-img .senior-experience-text-inner a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .senior-experience-text-col2.text-img .senior-experience-text-inner a .morebt.left {
    margin-left: 0;
  }
}

.senior-experience-text-col2.text-img .experience-sub-title-catch::before {
  display: none;
}

.senior-experience-text-col2.text-img .experience-sub-title-catch::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #1d6cbc;
  margin-left: 12px;
  margin-right: -10px;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2.text-img .experience-sub-title-catch::after {
    width: 30px;
  }
}

.senior-experience-text-col2.text-img .experience-sub-title-text {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2.text-img .senior-experience-text-wrap {
    left: 0;
    right: 0;
  }
}

.senior-experience-text-col2.text-img .senior-experience-text-wrap .senior-experience-text {
  padding-left: 0;
  color: #1d6cbc;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2.text-img .senior-experience-text-wrap .senior-experience-text {
    padding-left: 0;
  }
}

.senior-experience-text-col2.text-img .senior-experience-text-wrap .morebt.left {
  margin-top: 40px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2.text-img .senior-experience-text-wrap .morebt.left {
    margin-left: 25px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .senior-experience-text-col2.text-img .senior-experience-text-inner {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .senior-experience-text-col2.text-img .senior-experience-text-inner .experience-sub-title {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
  }
}


.senior-students-lists-wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1001px) {
  .senior-students-lists-wrap {
    min-width: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .senior-students-lists-wrap {
    margin-bottom: 80px;
    min-width: 100%;
  }
}

.senior-students-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .senior-students-lists {
    width: 100%;
    margin-bottom: 0;
  }
}

.senior-students-lists .senior-students-wrap {
  width: 310px !important;
  margin-right: 35px;
}

@media screen and (max-width: 768px) {
  .senior-students-lists .senior-students-wrap {
    width: 100% !important;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.senior-students-lists .senior-students-wrap:nth-child(3n) {
  margin-right: 0;
}

.senior-students-lists .senior-students-wrap a {
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .senior-students-lists .senior-students-wrap .senior-students-ph {
    width: 220px;
  }
  .senior-students-lists .senior-students-wrap .senior-students-ph img {
    min-width: 250px;
  }
}

.senior-students-lists .senior-students-wrap .senior-students-panel {
  width: 235px;
  height: 80px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000463.svg) no-repeat;
  color: #1d6cbc;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 18px;
  position: relative;
  margin-top: -40px;
  margin-bottom: 20px;
  padding-left: 34px;
}

@media screen and (max-width: 768px) {
  .senior-students-lists .senior-students-wrap .senior-students-panel {
    width: 220px;
    height: 65px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background-size: cover;
  }
}

.senior-students-lists .senior-students-wrap .senior-students-panel .name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.senior-students-lists .senior-students-wrap .senior-students-panel .subject {
  font-size: 14px;
  font-size: 1.4rem;
}

.senior-students-lists .senior-students-wrap .name-san {
  font-size: 13px;
  font-size: 1.3rem;
  padding-right: 15px;
}

.senior-students-lists .senior-students-wrap .sc-year {
  font-size: 16px;
  font-size: 1.6rem;
}

.senior-students-lists .senior-students-wrap .senior-students-desc {
  color: #1d6cbc;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .senior-students-lists .senior-students-wrap .senior-students-desc {
    width: 220px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

/*入試ガイド*/
.admissions-wrap {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .admissions-wrap {
    margin-top: 60px;
  }
}

.admissions-wrap.tops {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .admissions-wrap {
    margin-top: 0;
  }
}


h2.admissions-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 4px;
  color: #1d6cbc;
}

@media screen and (max-width: 1001px) {
  h2.admissions-title {
    min-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  h2.admissions-title {
    font-size: 28px;
    font-size: 2.8rem;
    min-width: 100%;
  }
}

h2.admissions-title::first-letter {
  color: #e60012;
}

.admissions-sub-title {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #1d6cbc;
  position: relative;
  letter-spacing: 2px;
}

@media screen and (max-width: 1001px) {
  .admissions-sub-title {
    min-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .admissions-sub-title {
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 100%;
  }
}

.admissions-sub-title::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #1d6cbc;
  margin-left: auto;
  margin-right: auto;
}

.admissions-blue-wrap {
  z-index: 10;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 120px;
}

.admissions-blue-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50vw;
  top: 0;
  z-index: -1;
  display: block;
  width: 200vw;
  height: 100%;
  background: #3f87d0;
}

.admissions-blue-wrap::after {
  content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #fff;
    padding-bottom: 30px;
    position: absolute;
    content: '';
    z-index: 11;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
}
@media screen and (max-width: 1001px) {
  .admissions-blue-wrap::after {
    padding-bottom: 30px;
  }
}


@media screen and (max-width: 1001px) {
  .admissions-blue-wrap {
    min-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .admissions-blue-wrap {
    min-width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

/*
.admissions-blue-wrap::before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  margin-bottom: 45px;
}
*/

.round-bt-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

main .round-bt-wrap.col1 {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  main .round-bt-wrap.col1 {
    padding-top: 60px;
    padding-left: 13%;
    padding-right: 13%;
  }
}

.round-bt-wrap.col1 .round-bt {
  font-size: 18px;
  font-size: 1.8rem;
  width: 400px;
  height: 60px;
  border-radius: 30px;
  border: solid #fff 1px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .round-bt-wrap.col1 .round-bt {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
  }
}

.round-bt-wrap.col1 .round-bt.admissons-point a::before {
  content: '';
  width: 41px;
  height: 30px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000423.svg) no-repeat;
  display: block;
  position: absolute;
  left: 34px;
}

@media screen and (max-width: 768px) {
  .round-bt-wrap.col1 .round-bt.admissons-point a::before {
    left: 9%;
  }
}

.round-bt-wrap.col1 .round-bt.blank a::before {
  content: '';
  width: 41px;
  height: 25px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000417.svg) no-repeat center 0;
  display: block;
  position: absolute;
  left: 34px;
}

@media screen and (max-width: 768px) {
  .round-bt-wrap.col1 .round-bt.blank a::before {
    left: 9%;
  }
}

.round-bt-wrap.col1 .round-bt a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
  padding-right: 48px;
  padding-left: 41px;
  text-align: center;
}

.round-bt-wrap.col1 .round-bt a:hover svg polyline {
  animation: btn-arrow ease-out 0.9s;
}

.round-bt-wrap.col1 .round-bt a svg {
  width: 30px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -9px;
}

.round-bt-wrap.col1 .round-bt a svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

@keyframes btn-arrow {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.round-bt + .round-bt {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .round-bt + .round-bt {
    margin-top: 20px;
  }
}

main .admission-navi-warp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  main .admission-navi-warp {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.admission-navi-warp .admission-navi {
  margin-bottom: 40px;
  width: 333px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: solid 1px #94bce5;
}

.admission-navi-warp .admission-navi:nth-child(3n) {
  border-right: solid 1px #94bce5;
}

@media screen and (max-width: 768px) {
  .admission-navi-warp .admission-navi:nth-child(3n) {
    border-right: 0 none;
  }
}

@media screen and (max-width: 768px) {
  .admission-navi-warp .admission-navi:nth-child(2n) {
    border-right: solid 1px #94bce5;
  }
}

@media screen and (max-width: 768px) {
  .admission-navi-warp .admission-navi {
    width: 50%;
  }
}

.admission-navi-warp .admission-navi .admission-navi-title {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .admission-navi-warp .admission-navi .admission-navi-title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.admission-navi-warp .admission-navi .admission-navi-icon {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .admission-navi-warp .admission-navi .admission-navi-icon img {
    width: 44px;
  }
}

.contents-banner-wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .contents-banner-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 120px;
  }
}

.contents-banner-wrap .contents-banner {
  width: 480px;
  margin-right: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .contents-banner-wrap .contents-banner {
    width: 100%;
    margin-bottom: 30px;
  }
}

.contents-banner-wrap .contents-banner:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .contents-banner-wrap .contents-banner:nth-child(2n) .contents-banner-img {
    margin-left: calc(100% - 72.4%);
  }
  .contents-banner-wrap .contents-banner:nth-child(2n) .contents-banner-title {
    width: 100%;
    text-align: right;
    padding-right: 30px;
  }
}

.contents-banner-wrap .contents-banner a {
  display: block;
}

.contents-banner-wrap .contents-banner a:hover {
  opacity: 1;
}

.contents-banner-wrap .contents-banner a:hover svg polyline {
  animation: btn-arrow ease-out 0.5s;
}

.contents-banner-wrap .contents-banner .contents-banner-inner {
  position: relative;
}

.contents-banner-wrap .contents-banner .contents-banner-inner .contents-banner-img {
  z-index: 1;
  width: 450px;
}

@media screen and (max-width: 768px) {
  .contents-banner-wrap .contents-banner .contents-banner-inner .contents-banner-img {
    width: 72.4%;
  }
}

.contents-banner-wrap .contents-banner .contents-banner-inner .contents-banner-title {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #fff;
  z-index: 2;
  padding-left: 30px;
  position: absolute;
  /*top: 130px;*/
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  .contents-banner-wrap .contents-banner .contents-banner-inner .contents-banner-title {
    font-size: 23px;
    font-size: 2.3rem;
    margin-top: -60px;
  }
}

.contents-banner-wrap .contents-banner .contents-banner-inner .contents-banner-text {
  width: calc(100% - 30px);
  margin-left: 30px;
  background: #f5f9fd;
  padding: 20px 30px 20px 30px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.contents-banner-wrap .contents-banner .contents-banner-inner .contents-banner-text > div {
  color: #313131;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .contents-banner-wrap .contents-banner .contents-banner-inner .contents-banner-text > div {
    font-size: 12px;
    font-size: 1.2rem;
  }
}


@media screen and (max-width: 768px) {
  .contents-banner-wrap .contents-banner .contents-banner-inner .contents-banner-text {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: -20px;
    padding: 20px 7% 20px 7%;
  }
}

.contents-banner-wrap .contents-banner .contents-banner-inner .contents-banner-text .morebt {
  margin-top: 20px;
  margin-right: 0;
  position: relative;
  color: #1d6cbc;
}

.contents-banner-wrap .contents-banner .contents-banner-inner .contents-banner-text .morebt svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 14px;
}

.contents-banner-wrap .contents-banner .contents-banner-inner .contents-banner-text .morebt svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

@keyframes btn-arrow {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 768px) {
  .contents-banner-wrap .contents-banner:nth-child(2n) .contents-banner-text {
    margin-left: 0;
  }
}

/*PCサイドバー*/
.sidedar {
  position: fixed;
  right: 0;
  top: 100px;
  width: 60px;
  height: 600px;
  font-size: 17px;
  font-size: 1.7rem;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .sidedar {
    display: none;
  }
}

.sidedar li {
  width: 100%;
  height: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  transition: 0.2s;
}

.sidedar li:hover {
  opacity: 0.8;
}

.sidedar li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.sidedar .contact-bt a {
  width: 100%;
  height: 100%;
  background: rgba(29, 108, 188, 0.9);
  color: #fff;
}

.sidedar .contact-bt a::after {
  content: '';
  display: block;
  width: 19px;
  height: 15px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000450.svg) 0 0 no-repeat;
  margin-top: 10px;
}

.sidedar .panf-bt a {
  width: 100%;
  height: 100%;
  background: rgba(255, 241, 0, 0.9);
  color: #1d6cbc;
}

.sidedar .panf-bt a::after {
  content: '';
  display: block;
  width: 20px;
  height: 23px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000448.svg) no-repeat;
  margin-top: 10px;
}

.sidedar .access-bt a {
  width: 100%;
  height: 100%;
  background: rgba(238, 238, 238, 0.9);
  color: #1d6cbc;
}

.sidedar .access-bt a::after {
  content: '';
  display: block;
  width: 18px;
  height: 29px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000451.svg) no-repeat;
  margin-top: 10px;
}

/*ページタイトル*/
.pagetitle-wrap {
  height: 599px;
  min-width: 1000px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap {
    min-width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
  }
}


main .pagetitle-wrap::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: inherit;
  top: 0;
  background-position: right 0;
  background-size: auto 599px;
}
@media screen and (max-width: 768px) {
  main .pagetitle-wrap::before {
    background-position: 0;
  }
}

main .pagetitle-wrap.single::before {
  background-size: auto 360px;
}
@media screen and (max-width: 768px) {
  main .pagetitle-wrap.single::before {
    background-size: cover;
    background-position: right 0;
  }
}

@media screen and (max-width: 768px) {
  main .pagetitle-wrap::before {
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  main .pagetitle-wrap.symposium::before {
    background-size: cover;
  }
  main .pagetitle-wrap.department:before {
    background-size: contain;
    background-position: right 0;
  }
}


@media screen and (max-width: 768px) {
  main .pagetitle-wrap.index:before {
    background-size: contain;
    background-position: right 0;
  }
}

@media screen and (max-width: 768px) {
  main .pagetitle-wrap.index.international:before {
    background-size: cover;
  }
}

main .pagetitle-wrap.nyushi-chenage::before {
  background-position: 0;
}

.pagetitle-wrap .pagetitle-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
/*
@media screen and (max-width: 1001px) {
.pagetitle-wrap .pagetitle-inner {
    width: 100%;
    min-width: 1000px;
  }
}
*/


@media screen and (max-width: 768px) {
  .pagetitle-wrap .pagetitle-inner {
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
  }
}

.pagetitle-wrap .pagetitle {
  /*  display: flex;
  flex-wrap: wrap;
  align-items: center;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  width: 100%;
  top: calc(50% + 35px);
}

.pagetitle-wrap .pagetitle .pagetitle-item {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap .pagetitle .pagetitle-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
  }
  .pagetitle-wrap .pagetitle .pagetitle-item img {
    width: 62.733333%;
  }
  .pagetitle-wrap .pagetitle .pagetitle-item.voice img {
    width: 32.733333%;
  }
}

.pagetitle-wrap .pagetitle .pagetitle-item.voice {
  margin-bottom: 39px;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap .pagetitle .pagetitle-item.voice {
    margin-bottom: 8px;
  }
}


.pagetitle-wrap .pagetitle h1 {
  font-size: 50px;
  font-size: 5rem;
  color: #1d6cbc;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .pagetitle-wrap .pagetitle h1 {
    font-size: 25px;
    font-size: 2.5rem;
    padding-left: 15px;
    line-height: 1.2;
    letter-spacing: 3px;
    display: block;
  }
}

.page .pagetitle-wrap.single {
  height: 360px;
}

@media screen and (max-width: 768px) {
  .page .pagetitle-wrap.single {
    height: 0 !important;
    padding-top: 63.6%;
  }
}

.page .pagetitle-wrap.single h1::after {
  margin-left: 12px;
}


.page .pagetitle-wrap.news::before {
  content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: inherit;
    top: 0;
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: auto 360px;
    background-color: #c9e0f7;
    background-image: url(/nyushi/albums/css/basic1-common1/abm00000580.jpg);
}
@media screen and (max-width: 768px) {
  .page .pagetitle-wrap.news::before {
    background-size: contain;
    background-position: right 0;
    background-image: url(/nyushi/albums/css/basic1-common1/abm00000578.jpg);
  }
}



@media screen and (max-width: 768px) {
  .page.subject .pagetitle-item img {
    max-width: 175px;
  }
}

/*パンくず*/
.breads-wrap {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .breads-wrap {
    display: none;
  }
}

.breads-wrap .breads {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
}

.breads-wrap .breads li > a {
  color: #1d6cbc;
}

.breads-wrap .breads li > a::after {
  content: '';
  margin-left: 13px;
  margin-right: 13px;
  width: 5px;
  height: 10px;
  display: inline-block;
  background: url(/nyushi/albums/css/basic1-common1/abm00000429.svg) no-repeat;
}

.page-index .contents {
  background: url(/nyushi/albums/css/basic1-common1/abm00000460.svg) no-repeat center 0;
  background-size: contain;
  min-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-index .contents {
    background: url(/nyushi/albums/css/basic1-common1/abm00000466.svg) no-repeat center 0;
    background-size: 100% auto;
    min-width: 100%;
  }
}

.page .contents {
  overflow: hidden;
  background: url(/nyushi/albums/css/basic1-common1/abm00000460.svg) no-repeat center 0;
  background-size: contain;
  min-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page .contents {
    background: url(/nyushi/albums/css/basic1-common1/abm00000466.svg) no-repeat center 0;
    background-size: 100% auto;
    min-width: 100%;
  }
}

.page .contents.contact {
  overflow: hidden;
  background: url(/nyushi/albums/css/basic1-common1/abm00000460.svg) no-repeat center 0;
  background-size: cover;
  min-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 768px) {
.page .contents.contact {
    background: url(/nyushi/albums/css/basic1-common1/abm00000466.svg) no-repeat center 0;
    background-size: 100% auto;
    min-width: 100%;
  }
}


/*学科紹介リード*/
.department-read {
  font-size: 22px;
  font-size: 2.2rem;
  color: #1d6cbc;
  text-align: center;
  padding-top: 79px;
  padding-bottom: 88px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .department-read {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 35px;
    padding-bottom: 38px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.department-read .inner {
  padding-top: 0;
}

/*学科紹介*/
.subject-wrap + .subject-wrap {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .subject-wrap + .subject-wrap {
    margin-top: 40px;
  }
}

.subject-wrap .subject-spanish {
  background: #f6b654;
}

.subject-wrap .subject-english {
  background: #edadc1;
}

.subject-wrap .subject-global {
  background: #82d591;
}

.subject-wrap .subject-cultural {
  background: #c092cb;
}

.subject-wrap .subject-japnese {
  background: #86c2f0;
}

.subject-wrap .subject-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .subject-wrap .subject-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.subject-wrap .subject-inner a {
  width: 50%;
  display: block;
}

@media screen and (max-width: 768px) {
  .subject-wrap .subject-inner a {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: 2;
    order: 2;
  }
}

.subject-wrap .subject-inner a:hover {
  opacity: 1;
}

.subject-wrap .subject-inner a:hover svg polyline {
  animation: btn-arrow ease-out 0.5s;
}

.subject-wrap .subject-inner .subject-title-wrap {
  padding-top: 37px;
  width: 50%;
  color: #fff;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .subject-wrap .subject-inner .subject-title-wrap {
    padding-top: 25px;
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
  }
  .subject-wrap .subject-inner .subject-title-wrap::after {
    content: '';
    display: block;
    width: 32px;
    height: 154px;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    background: url(/nyushi/albums/css/basic1-common1/abm00000481.svg) no-repeat 0 0;
    background-size: 32px auto;
    opacity: 0.5;
  }
}

.subject-wrap .subject-inner .subject-title-wrap .subject-name-en {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .subject-wrap .subject-inner .subject-title-wrap .subject-name-en {
    display: none;
  }
}

.subject-wrap .subject-inner .subject-title-wrap .subject-name {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .subject-wrap .subject-inner .subject-title-wrap .subject-name {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}

.subject-wrap .subject-inner .subject-title-wrap .subject-desc {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .subject-wrap .subject-inner .subject-title-wrap .subject-desc {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.subject-wrap .subject-inner .subject-img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .subject-wrap .subject-inner .subject-img {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    opacity: 0.8;
    margin-left: auto;
    margin-right: auto;
  }
  .subject-wrap .subject-inner .subject-img.desc-img {
    width: 80%;
    opacity: 1;
    margin-top: -30px;
  }
  .subject-wrap .subject-inner .subject-img img {
    width: 100%;
  }
}

.subject-wrap .subject-inner .subject-text {
  width: 100%;
  padding-top: 60px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .subject-wrap .subject-inner .subject-text {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 25px;
    width: 80%;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}

.subject-wrap .subject-inner .subject-text .morebt {
  color: #535353;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .subject-wrap .subject-inner .subject-text .morebt {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

.subject-wrap .subject-inner .subject-text .morebt svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 14px;
}

.subject-wrap .subject-inner .subject-text .morebt svg polyline {
  fill: none;
  stroke: #535353;
  stroke-width: 0.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

@keyframes btn-arrow {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.subject-wrap.reverse .subject-title-wrap {
  -ms-flex-order: 2;
  order: 2;
  padding-left: 50px;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .subject-wrap.reverse .subject-title-wrap {
    padding-left: 0;
  }
  .subject-wrap.reverse .subject-title-wrap::after {
    left: inherit;
    right: 0;
  }
}

.subject-wrap.reverse .subject-img {
  -ms-flex-order: 1;
  order: 1;
}

.subject-wrap.reverse .subject-text {
  padding-right: 50px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .subject-wrap.reverse .subject-text {
    padding-right: 0;
  }
}

/*共通科目*/
.subject-wrap + .common-subjects-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .subject-wrap + .common-subjects-wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.subject-wrap + .common-subjects-wrap .common-subjects-title-wrap {
  background: #1d6cbc;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .subject-wrap + .common-subjects-wrap .common-subjects-title-wrap {
    padding-bottom: 75px;
  }
}

.subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 74px;
  padding-left: 30px;
  padding-bottom: 15px;
  border-left: solid 1px #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner {
    padding-top: 25px;
    border-left: 0 none;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-title {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 24px;
  }
}

.subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-desc {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-desc {
    font-size: 14px;
    font-size: 1.4rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    text-align: center;
  }
}

.subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-desc a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-desc a {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-desc a:hover {
  opacity: 1;
}

.subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-desc a:hover svg polyline {
  animation: btn-arrow ease-out 0.5s;
}

@media screen and (max-width: 768px) {
  .subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-desc .common-subjects-desc-inner {
    margin-bottom: 20px;
  }
}

.subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-desc .morebt {
  color: #fff;
}

.subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-desc .morebt .morebt-text-wrap {
  width: 70px;
  height: 18px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  padding-left: 12px;
  /*@media screen and (max-width: 768px) {
  height: 24px;
  transform: scale(0.8);
  transform-origin: right bottom;
}*/
}

.subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-desc .morebt .morebt-text-wrap svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 14px;
}

.subject-wrap + .common-subjects-wrap .common-subjects-title-wrap .common-subjects-title-inner .common-subjects-desc .morebt .morebt-text-wrap svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

@keyframes btn-arrow {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.subject-wrap + .common-subjects-wrap .common-subjects-ph {
  text-align: center;
  margin-top: -70px;
}

@media screen and (max-width: 768px) {
  .subject-wrap + .common-subjects-wrap .common-subjects-ph {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
  }
}

main .spanish-img-inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  main .spanish-img-inner {
    width: 100%;
  }
  main .spanish-img-inner li {
    width: 160px !important;
    margin-right: 10px;
  }
}


main .spanish-img-inner li {
  max-width: 320px;
}

/*学科タイトル*/
.department-title-wrap {
  /*background: #f6b654;*/
  height: 250px;
  margin-bottom: 55px;
  margin-top: 120px;
}
main .department-title-wrap::before {
  z-index: -1;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
}


@media screen and (max-width: 768px) {
  .department-title-wrap {
    height: inherit;
    margin-top: 60px;
  }
}

.department-title-wrap .department-title-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 1001px) {
  .department-title-wrap .department-title-inner {
    width: 100%;
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .department-title-wrap .department-title-inner {
    min-width: 100%;
    padding: 15px 0;
    height: inherit;
  }
}

.department-title-wrap .department-title-inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  content: '';
  width: 177px;
  height: 246px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000506.png) left bottom no-repeat;
  background-size: 177px 246px;
}
@media screen and (max-width: 768px) {
  .department-title-wrap .department-title-inner::before {
    background: url(/nyushi/albums/css/basic1-common1/abm00000506.png) left -50px bottom no-repeat;
    background-size: 100px auto;
    left: -15px;
  }
}

.department-title-wrap .department-title-inner::after {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  content: '';
  width: 177px;
  height: 246px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000507.png) right bottom no-repeat;
  background-size: 177px 246px;
}
@media screen and (max-width: 768px) {
  .department-title-wrap .department-title-inner::after {
    background: url(/nyushi/albums/css/basic1-common1/abm00000507.png) right -50px bottom no-repeat;
    background-size: 100px auto;
    right: -15px;
  }
}






.department-title-wrap .department-title-inner .department-title-item {
  width: 136px;
  margin-left: auto;
  margin-right: auto;
}

.department-title-wrap .department-title-inner .department-title-item img {
  width: 136px;
  height: auto;
}

.department-title-wrap .department-title-inner .department-title-item::after {
  width: 1px;
  height: 30px;
  background: #fff;
  content: '';
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .department-title-wrap .department-title-inner .department-title-item::after {
    height: 20px;
  }
}

.department-title-wrap .department-title-inner h2.department-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .department-title-wrap .department-title-inner h2.department-title {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.25;
    margin-top: 5px;
  }
}

.miryoku-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1001px){
  .miryoku-wrap {
    min-width: 1000px;
    width: 100%;
  }
}


@media screen and (max-width: 768px) {
  .miryoku-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
  }
}

.miryoku-wrap .miryoku {
  width: 289px;
}

@media screen and (max-width: 768px) {
  .miryoku-wrap .miryoku {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .miryoku-wrap .miryoku:last-child {
    margin-bottom: 0;
  }
}

.miryoku-wrap .miryoku .miryoku-ico {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .miryoku-wrap .miryoku .miryoku-ico {
    width: 118px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.miryoku-wrap .miryoku .miryoku-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .miryoku-wrap .miryoku .miryoku-desc {
    font-size: 14px;
    font-size: 1.4rem;
    width: calc(100% - 118px);
    padding-left: 15px;
  }
}

.page.subject .cp-h3-text {
  border-bottom: 0;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-top: 84px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .page.subject .cp-h3-text {
    font-size: 23px;
    font-size: 2.3rem;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}


main .cp-h3-text.h-font {
    font-size: 34px !important;
    font-size: 3.4rem !important;
}
@media screen and (max-width: 768px) {
  main .cp-h3-text.h-font {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }
}


/* 各学科のカラー */
.page.subject.spanish .cp-h3-text {
  color: #e49318;
}
.page.subject.english .cp-h3-text {
  color: #d06d8c;
}
.page.subject.global .cp-h3-text {
  color: #57b869;
}

.page.subject.global .cp-h4-text {
  color: #57b869;
  padding-bottom: 10px;
  border-bottom: 1px dotted #57b869;
  margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
}

.page.subject.cultural .cp-h3-text {
  color: #a869b7;
}
.page.subject.japanese .cp-h3-text {
  color: #61afeb;
}
.page.subject.common .cp-h3-text {
  color: #1d6cbc;
}

/* 各学科のカラー */
.page.subject.spanish .lead1 {
  color: #e49318;
}
.page.subject.english .lead1 {
  color: #d06d8c;
}
.page.subject.global .lead1 {
  color: #57b869;
}
.page.subject.cultural .lead1 {
  color: #a869b7;
}
.page.subject.japanese .lead1 {
  color: #61afeb;
}
.page.subject.common .lead1 {
  color: #1d6cbc;
}

@media screen and (max-width: 768px) {
  .page.subject.spanish .lead1,
  .page.subject.english .lead1,
  .page.subject.global .lead1,
  .page.subject.cultural .lead1,
  .page.subject.japanese .lead1,
  .page.subject.common .lead1 {
    font-size: 4.35vw;
  }
}


[data-area="content"] .lead2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  [data-area="content"] .lead2 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 24px;
  }
}

[data-area="content"] .lead3 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  color:#1d6cbc;
}
@media screen and (max-width: 768px) {
  [data-area="content"] .lead3 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.img-center {
  text-align: center;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.cms .pc-only,
.cms .sp-only {
  display: block;
}


.anker-pc-only {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .anker-pc-only {
    display: none;
  }
}

.anker-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .anker-sp-only {
    display: inline-block;
  }
}

/* POINTのスタイル */
.point-wrap + .point-wrap {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .point-wrap + .point-wrap {
    margin-top: 40px;
  }
}

.point-wrap {
  width: 1000px;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .point-wrap {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .point-wrap .point + .point {
    margin-top: 40px;
  }
}

.point-wrap.col2 .point {
  width: 450px;
}

@media screen and (max-width: 768px) {
  .point-wrap.col2 .point {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.point-wrap.col3 .point {
  width: 298px;
}

@media screen and (max-width: 768px) {
  .point-wrap.col3 .point {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.point-wrap .pointnum-wrap {
  position: relative;
}

.point-wrap .pointnum-wrap::after {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* カラー指定 */
.page.subject.spanish .point-wrap .pointnum-wrap::after {
  background-color: #e49318;
}
.page.subject.english .point-wrap .pointnum-wrap::after {
  background-color: #d06d8c;
}
.page.subject.global .point-wrap .pointnum-wrap::after {
  background-color: #57b869;
}
.page.subject.cultural .point-wrap .pointnum-wrap::after {
  background-color: #a869b7;
}
.page.subject.japanese .point-wrap .pointnum-wrap::after {
  background-color: #61afeb;
}
.page.subject.common .point-wrap .pointnum-wrap::after {
  background-color: #1d6cbc;
}


@media screen and (max-width: 768px) {
  .point-wrap .pointnum-wrap {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
}

.point-wrap .pointnum-wrap .pointnum {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .point-wrap .pointnum-wrap .pointnum {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    margin-bottom: 10px;
  }
}

.point-wrap .pointnum-wrap .pointnum .point-title {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point-wrap .pointnum-wrap .pointnum .point-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* カラー指定 */
.page.subject.spanish .point-wrap .pointnum-wrap .pointnum .point-title {
  color: #e49318;
}
.page.subject.english .point-wrap .pointnum-wrap .pointnum .point-title {
  color: #d06d8c;
}
.page.subject.global .point-wrap .pointnum-wrap .pointnum .point-title {
  color: #57b869;
}
.page.subject.cultural .point-wrap .pointnum-wrap .pointnum .point-title {
  color: #a869b7;
}
.page.subject.japanese .point-wrap .pointnum-wrap .pointnum .point-title {
  color: #61afeb;
}
.page.subject.common .point-wrap .pointnum-wrap .pointnum .point-title {
  color: #1d6cbc;
}




.point-wrap .pointnum-wrap .pointnum .point-no {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  display: block;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .point-wrap .pointnum-wrap .pointnum .point-no {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

.point-wrap h4.point-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .point-wrap h4.point-title {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 30px;
  }
}

/* カラー指定 */
.page.subject.spanish .point-title {
  color: #e49318;
}
.page.subject.english .point-title {
  color: #d06d8c;
}
.page.subject.global .point-title {
  color: #57b869;
}
.page.subject.cultural .point-title {
  color: #a869b7;
}
.page.subject.japanese .point-title {
  color: #61afeb;
}
.page.subject.common .point-title {
  color: #1d6cbc;
}

.point-wrap .names-box {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
  background: #eee;
}
.point-wrap .names-box .names {
  color: #fff;
  text-align: center; 
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2px 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
      height: 100%;
}
@media screen and (max-width: 768px) {
  .point-wrap .names-box .names {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.point-wrap .names-box .ex {
  color: #535353;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2px 17px 2px 99px;
}
@media screen and (max-width: 768px) {
  .point-wrap .names-box .ex {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* カラー指定 */
.page.subject.spanish .point-wrap .names-box .names {
  background: #e49318;
}
.page.subject.english .point-wrap .names-box .names {
  background: #d06d8c;
}
.page.subject.global .point-wrap .names-box .names {
  background: #57b869;
}
.page.subject.cultural .point-wrap .names-box .names {
  background: #a869b7;
}
.page.subject.japanese .point-wrap .names-box .names {
  background: #61afeb;
}
.page.subject.common .point-wrap .names-box .names {
  background: #1d6cbc;
}

.point-wrap .point-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .point-wrap .point-desc {
    font-size: 13px;
    font-size: 1.3rem;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .point-wrap .poin-img {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
    text-align: center;
  }
}

/* カラー指定 */
.page.subject.spanish .pointnum {
  border: solid 1px #e49318;
  color: #e49318;
}
.page.subject.english .pointnum {
  border: solid 1px #d06d8c;
  color: #d06d8c;
}
.page.subject.global .pointnum {
  border: solid 1px #57b869;
  color: #57b869;
}
.page.subject.cultural .pointnum {
  border: solid 1px #a869b7;
  color: #a869b7;
}
.page.subject.japanese .pointnum {
  border: solid 1px #61afeb;
  color: #61afeb;
}
.page.subject.common .pointnum {
  border: solid 1px #1d6cbc;
  color: #1d6cbc;
}


.point-wrap.col1 {
  display: block;
}

.point-wrap .txt-right {
  display: -ms-flexbox;
  display: flex;
   margin-left: 0;
}
@media screen and (max-width: 768px) {
  .point-wrap .txt-right {
    display: block;
  }
}

.point-wrap .txt-right li:first-child {
  width: 450px;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .point-wrap .txt-right li:first-child {
    width: auto;
    margin-right: 0;
  }
}

.point-wrap .txt-right li:last-child {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .point-wrap .txt-right li:last-child {
    width: auto;
  }
}

.point-wrap .txt-left {
  display: -ms-flexbox;
  display: flex;
  flex-flow: row-reverse;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .point-wrap .txt-left {
    display: block;
  }
}

.point-wrap .txt-left li:first-child {
  width: 450px;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .point-wrap .txt-left li:first-child {
    width: auto;
    margin-left: 0;
  }
}

.point-wrap .txt-left li:last-child {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .point-wrap .txt-left li:last-child {
    width: auto;
  }
}


/*学科pickup*/
.department-pickup-wrap {
  margin-top: -75px;
  padding-top: 75px;
  padding-bottom: 110px;
  margin-bottom: 120px;
  position: relative;
}

.department-pickup-wrap .text-wrap-inner {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .department-pickup-wrap .text-wrap-inner {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.department-pickup-wrap > .inner {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .department-pickup-wrap > .inner {
   padding: 0;
  }
}

.department-pickup-wrap.pickup1::before {
    z-index: -1;
    top: 0;
    left: -100vw;
    width: 200vw;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    background: #e9f5fe;
}
.department-pickup-wrap.pickup1 .pickup-title,
.department-pickup-wrap.pickup1 .pickup-lage-title {
  color: #61b0eb;
}

.department-pickup-wrap.pickup2::before {
    z-index: -1;
    top: 0;
    left: -100vw;
    width: 200vw;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    background: #fdf2e1;
}
.department-pickup-wrap.pickup2 .pickup-title,
.department-pickup-wrap.pickup2 .pickup-lage-title {
  color: #e49318;
}


.department-pickup-wrap.pickup3::before {
    z-index: -1;
    top: 0;
    left: -100vw;
    width: 200vw;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    background: #fdeef3;
}
.department-pickup-wrap.pickup3 .pickup-title,
.department-pickup-wrap.pickup3 .pickup-lage-title {
  color: #d06d8c;
}

.department-pickup-wrap.pickup4::before {
    z-index: -1;
    top: 0;
    left: -100vw;
    width: 200vw;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    background: #edfaf0;
}
.department-pickup-wrap.pickup4 .pickup-title,
.department-pickup-wrap.pickup4 .pickup-lage-title {
  color: #62bc72;
}

.department-pickup-wrap.pickup5::before {
  z-index: -1;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background: #f7edf9;
}
.department-pickup-wrap.pickup5 .pickup-title,
.department-pickup-wrap.pickup5 .pickup-lage-title {
  color: #a86ab7;
}


@media screen and (max-width: 768px) {
  .department-pickup-wrap {
    margin-top: -38px;
    padding-top: 53px;
    padding-bottom: 48px;
    margin-bottom: 60px;
  }
}

.pickup-ico {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .pickup-ico {
    width: 75px;
    margin-top: 60px;
  }
}

.text-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .text-img {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.text-img .text-wrap {
  width: 550px;
}

@media screen and (max-width: 768px) {
  .text-img .text-wrap {
    width: 100%;
  }
  .text-img .text-wrap .text-wrap-inner {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.text-img .img-wrap {
  width: 350px;
}

.text-img .img-wrap.img04 {
  width: auto;
}
.text-img .img-wrap.img04 img {
  display: block;
  margin: 0 auto;
}



@media screen and (max-width: 768px) {
  .text-img .img-wrap {
    width: 100%;
    display: none;
  }
}

.text-img .sp-img-wrap {
  display: none;
}

@media screen and (max-width: 768px) {
  .text-img .sp-img-wrap {
    max-width: 420px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.pickup-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pickup-title {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
}

.pickup-lage-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .pickup-lage-title {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

/*夢ナビ*/
.yumenavi-wrap {
  position: relative;
  height: 406px;
  margin-bottom: 100px;
}

.yumenavi-wrap::before {
    content: '';
    position: absolute;
    left: -46%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 1920px;
    height: 100%;
    background: url(/nyushi/albums/css/basic1-common1/abm00000476.jpg) center center no-repeat;
}


@media screen and (max-width: 768px) {
  .yumenavi-wrap {
    background: url(/nyushi/albums/css/basic1-common1/abm00000471.jpg) center 0 no-repeat;
    background-size: cover;
    height: 250px;
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .yumenavi-wrap::before {
    left: 0;
    width: 100%;
  }
}

.yumenavi-wrap .yumenavi-inner {
  width: 940px;
  margin: 0 auto;
  height: 100%;
  padding-top: 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .yumenavi-wrap .yumenavi-inner {
    width: 100%;
    padding-top: 30px;
    height: 255px;
  }
}

.yumenavi-wrap .yumenavi-inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  content: '';
  width: 97px;
  height: 296px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000472.png) left bottom no-repeat;
  background-size: 97px 296px;
}
@media screen and (max-width: 768px) {
  .yumenavi-wrap .yumenavi-inner::before {
    background: url(/nyushi/albums/css/basic1-common1/abm00000472.png) left 15px bottom no-repeat;
    background-size: auto 148px;
  }
}

.yumenavi-wrap .yumenavi-inner::after {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  content: '';
  width: 112px;
  height: 296px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000473.png) right bottom no-repeat;
  background-size: 112px 296px;
}
@media screen and (max-width: 768px) {
  .yumenavi-wrap .yumenavi-inner::after {
    background: url(/nyushi/albums/css/basic1-common1/abm00000473.png) right 15px bottom no-repeat;
    background-size: auto 148px;
  }
}

.yumenavi-wrap h2 {
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  letter-spacing: 0.5rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .yumenavi-wrap h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

.yumenavi-wrap h2 .yumenavi-title-inner {
  display: inline-block;
  position: relative;
}

.yumenavi-wrap h2 .yumenavi-title-inner::before {
  content: '';
  width: 50px;
  height: 55px;
  display: inline-block;
  background: url(/nyushi/albums/css/basic1-common1/abm00000456.svg) 0 0 no-repeat;
  position: relative;
  top: 15px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .yumenavi-wrap h2 .yumenavi-title-inner::before {
    top: 5px;
    width: 26px;
    height: 26px;
    background-size: cover;
    margin-right: 5px;
  }
}

.yumenavi-wrap h2 .yumenavi-title-inner::after {
  content: '';
  width: 50px;
  height: 55px;
  display: inline-block;
  background: url(/nyushi/albums/css/basic1-common1/abm00000454.svg) 0 0 no-repeat;
  position: relative;
  top: 15px;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .yumenavi-wrap h2 .yumenavi-title-inner::after {
    top: 5px;
    width: 26px;
    height: 26px;
    background-size: cover;
    margin-left: 5px;
  }
}


.yumenavi-wrap .yumenavi-list {
width: 50%;
}
@media screen and (max-width: 768px) {
  .yumenavi-wrap .yumenavi-list {
    width: 100%;
  }
}


.yumenavi-wrap .yumenavi-lists {
  width: 735px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .yumenavi-wrap .yumenavi-lists {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.yumenavi-wrap .yumenavi-lists a {
  color: #fff;
  position: relative;
}

.yumenavi-wrap .yumenavi-lists a::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 25px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000453.svg) no-repeat;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .yumenavi-wrap .yumenavi-lists a::before {
    width: 16px;
    height: 13px;
    background-size: cover;
  }
}


/*学科*/
.department-navi-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;

}

.department-navi-wrap.col4 {
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .department-navi-wrap.col4 {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.department-navi-wrap.col3 {
  width: 745px;
}

@media screen and (max-width: 768px) {
  .department-navi-wrap.col3 {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}



.department-navi-wrap.col2 {
  width: 480px;
}

@media screen and (max-width: 768px) {
  .department-navi-wrap.col2 {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.department-navi-wrap .department-navi {
  width: 220px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .department-navi-wrap .department-navi {
    width: calc(98% / 2);
    margin-bottom: 10px;
  }
}



.department-navi-wrap .department-navi a:hover .department-navi-ph img {
  opacity: 1;
}

.department-navi-wrap .department-navi .department-navi-ph {
  width: 220px;
  height: 220px;
  border-radius: 110px;
  overflow: hidden;
  background: #1d6cbc;
  position: relative;
  z-index: 1;
}

.department-navi-wrap .department-navi a .department-navi-ph img {
  opacity: 0.7;
  transition: 0.2s;
  border-style: none !important;
  border: none !important;
  border-radius:50%;
}

@media screen and (max-width: 768px) {
  .department-navi-wrap .department-navi .department-navi-ph {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    margin-left: auto;
    margin-right: auto;
  }
}

.department-navi-wrap .department-navi .department-name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #1d6cbc;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .department-navi-wrap .department-navi .department-name {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.department-navi-wrap .department-navi .department-name::before {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 30px;
  background: #1d6cbc;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .department-navi-wrap .department-navi .department-name::before {
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .department-navi-wrap.col4 .department-navi + .department-navi {
    /*margin-top: 15px;*/
  }
  .department-navi-wrap.col4 .department-navi:nth-child(2) {
    margin-top: 0;
  }
}



.pickup-wrap {
  margin-top: 120px;
}
/*PICKUP*/
@media screen and (max-width: 1001px) {
  .pickup-wrap {
    min-width: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pickup-wrap {
    margin-top: 60px;
  }
}


@media screen and (max-width: 1001px) and (max-width: 768px) {
  .pickup-wrap {
    min-width: 100%;
  }
}

.hoge{
  color: red;
}



/* ==========================================================================

ボタンスタイル

========================================================================== */

/* 背景青
-------------------------------------------------------------*/
.btn-blue {
  font-family: 'Ubuntu Condensed', sans-serif;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow:hidden;
}

.btn-blue a {
  border-radius: 125px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 3px;
  color: #fff;
  background: #3f87d0;
}

/* 大 */
.btn-blue.big a {
  width: 500px;
  height: 75px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .btn-blue.big a {
    height: 55px;
    width: 280px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* 小 */
.btn-blue.small a {
  width: 400px;
  height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-blue.small a {
    height: 40px;
    width: 280px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-blue a:hover {
  background: #659fd9;
}

.btn-blue a:hover svg polyline {
  animation: btn-arrow ease-out .9s;
}

.btn-blue.big .inner-btn {
  display: inline-block;
  line-height: 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-blue.big .inner-btn {
    line-height: 55px;
  }
}

.btn-blue.small .inner-btn {
  display: inline-block;
  line-height: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-blue.small .inner-btn {
    line-height: 35px;
  }
}

.btn-blue svg {
  width: 30px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .btn-blue svg {
    right: 12px;
  }
}

.btn-blue svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

/* 資料請求アイコン */
.btn-blue.document-request .inner-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  margin: auto 0;
  width: 33px;
  height: 37px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000564.svg) center center no-repeat;
  background-size: 33px 37px;
}
@media screen and (max-width: 768px) {
  .btn-blue.document-request .inner-btn::before {
    left: -36px;
    width: 24px;
    height: 28px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000564.svg) center center no-repeat;
    background-size: 24px 28px;
  }
}

/* リストアイコン */
.btn-blue.list .inner-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  margin: auto 0;
  width: 33px;
  height: 31px;
  background: url(/nyushi/albums/css/basic1-common1/abm00001043.svg) center center no-repeat;
  background-size: 33px 31px;
}
@media screen and (max-width: 768px) {
  .btn-blue.list .inner-btn::before {
    left: -36px;
    width: 24px;
    height: 22px;
    background: url(/nyushi/albums/css/basic1-common1/abm00001043.svg) center center no-repeat;
    background-size: 24px 22px;
  }
}

/* 別ウィンドウアイコン */
.btn-blue.window .inner-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  margin: auto 0;
  width: 28px;
  height: 24px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000567.svg) center center no-repeat;
  background-size: 28px 24px;
}
@media screen and (max-width: 768px) {
  .btn-blue.window .inner-btn::before {
    left: -36px;
    width: 24px;
    height: 22px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000567.svg) center center no-repeat;
    background-size: 24px 22px;
  }
}

.btn-white.window .inner-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  margin: auto 0;
  width: 28px;
  height: 24px;
  background: url(/nyushi/albums/css/basic1-common1/abm00001022.svg) center center no-repeat;
  background-size: 28px 24px;
}
@media screen and (max-width: 768px) {
  .btn-white.window .inner-btn::before {
    left: -36px;
    width: 24px;
    height: 22px;
    background: url(/nyushi/albums/css/basic1-common1/abm00001022.svg) center center no-repeat;
    background-size: 24px 22px;
  }
}


/* 背景白
-------------------------------------------------------------*/
.btn-white {
  font-family: 'Ubuntu Condensed', sans-serif;
  border-radius: 125px;
  border: solid 1px #1d6cbc;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow:hidden;
}

/* ショート */
.btn-white.short {
  width: 250px;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* ロング */
.btn-white.long {
  width: 400px;
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .btn-white.long {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ビッグロング */
.btn-white.big.long {
  width: 550px;
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .btn-white.big.long {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-white a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 3px;
  color: #1d6cbc;
}

.btn-white a:hover {
  opacity: 1;
}

.btn-white a:hover svg polyline {
  animation: btn-arrow ease-out .9s;
}

.btn-white .inner-btn {
  display: inline-block;
}

.btn-white.long.window {
  font-size: 16px;
  font-size: 1.6rem;  
}
@media screen and (max-width: 768px) {
  .btn-white.long.window {
  font-size: 12px;
  font-size: 1.2rem;  
  }
}

.btn-white.long .inner-btn {
  display: inline-block;
  line-height: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-white.long .inner-btn {
    line-height: 40px;
  }
}


.btn-white svg {
  width: 30px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .btn-white svg {
    right: 12px;
  }
}

.btn-white svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 0.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

/* PDFアイコン */
.btn-white.long.pdf {
  font-size: 16px;
  font-size: 1.6rem;
}
.btn-white.long.pdf .inner-btn {
  position: relative;
}
.btn-white.long.pdf .inner-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -33px;
  margin: auto 0;
  width: 22px;
  height: 27px;
  background: url(/nyushi/albums/css/basic1-common1/abm00001028.svg) center center no-repeat;
  background-size: 22px 27px;
}

@keyframes btn-arrow {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}


/* ==========================================================================
PC/SPで要素を出しわけ
========================================================================== */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.cms .spOnly {
  display: block;
}


/* 枠 */
.page .cp-wp {
  padding: 30px;
  border: none;
  background: #f5f9fd;
}
@media screen and (max-width: 768px) {
  .page .cp-wp {
    padding: 15px;
  }
}

.page .cp-wp span {
    display: inline-block;
    padding: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .page .cp-wp span {
    padding: 15px 0 10px;
  }
  .page .cp-wp span:first-of-type {
    padding-top: 0;
  }
}

/* ==========================================================================
ウィンドウアイコン
========================================================================== */
.window-icn {
  position: relative;
  display: inline-block;
}
.window-icn::before {
    content: '';
    z-index: 3;
    vertical-align: middle;
    display: inline-block;
    margin: -1px 22px 0 0;
    width: 29px;
    height: 24px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000810.svg) no-repeat;
  background-size: 29px 24px;
}
@media screen and (max-width: 768px) {
  .window-icn::before {
    margin: -1px 9px 0 0;
  width: 17px;
  height: 15px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000810.svg) no-repeat;
  background-size: 17px 15px;
  }
}


/* ==========================================================================
ページング
========================================================================== */
.news-paging {
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.news-paging span,
.news-paging a {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #eaf4fe;
  color: #1d6cbc;
  text-align: center;
  line-height: 56px;
  border-radius: 50%; 
}
@media screen and (max-width: 768px) {
  .news-paging span,
  .news-paging a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  }
}

.news-paging span,
.news-paging a:hover {
  background: #1d6cbc;
  color: #fff;
  text-decoration: none;
}

.news-paging .news-paging-num {
  margin-right: 16px;
}

.news-paging .news-paging-num:nth-of-type(2) {
  background: none;
  color: #1d6cbc;
}

.news-paging .news-paging-num:nth-of-type(2) span,
.news-paging .news-paging-num:nth-of-type(2) a {
  background: none;
  color: #1d6cbc;
  position: relative;
  text-indent: -9999px;
}
.news-paging .news-paging-num:nth-of-type(2) span::before,
.news-paging .news-paging-num:nth-of-type(2) a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8px;
    content: '';
    z-index: 10;
    width: 14px;
    height: 18px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000992.svg) no-repeat;
    background-size: contain;
    display: inline-block;
}


.news-paging .news-paging-num:nth-of-type(1) {
  display: none;
}

.news-paging .news-paging-num:nth-last-of-type(1) {
  display: none;
}

.news-paging .news-paging-num:nth-last-of-type(2) {
  margin-right: 0;
}

.news-paging .news-paging-num:nth-last-of-type(2) span,
.news-paging .news-paging-num:nth-last-of-type(2) a {
  background: none;
  color: #1d6cbc;
  position: relative;
  text-indent: -9999px;
}
.news-paging .news-paging-num:nth-last-of-type(2) span::before,
.news-paging .news-paging-num:nth-last-of-type(2) a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 8px;
    content: '';
    z-index: 10;
    width: 14px;
    height: 18px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000991.svg) no-repeat;
    background-size: contain;
    display: inline-block;
}

/* ==========================================================================
オープンキャンパスページ
========================================================================== */

/* トップスライドエリア
-------------------------------------------------------------*/
.top-campus-area {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-campus-area {
    margin-bottom: 21.29%;
  }
}

.top-campus-area:flrst-child {
   display: none; 
}

.top-campus-area h1 {
  position: absolute;
  bottom: 9px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-campus-area h1 {
    bottom: -30%;
  }
}

.top-campus-area .top-campus-slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

.top-campus-area .top-campus-slider {
  margin: 0 !important;
  padding: 0;
    width: 100%;
} 

.top-campus-area .top-campus-slider .top-campus-list {
  vertical-align: bottom;
  width: 100%;
  overflow:hidden;
}



/* リード文スタイル
-------------------------------------------------------------*/
.open-campus.page .lead1 {
  text-align: center;
  color: #1d6cbc;
  font-size: 2.2rem;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .open-campus.page .lead1 {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 25px 15px 0;
  }
}

.open-campus.page .cp-h5-text {
  text-align: center;
  color: #1d6cbc;
}
@media screen and (max-width: 768px) {
  .open-campus.page .cp-h5-text {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 25px 15px 0;
  }
}

.open-campus.page .lead2 {
  text-align: center;
  color: #1d6cbc;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .open-campus.page .lead2 {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 15px;
  }
}

.open-campus.page .lead2 span {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .open-campus.page .lead2 span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}


/* h2スタイル
-------------------------------------------------------------*/
.open-campus.page .cp-h2-text {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .open-campus.page .cp-h2-text {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.cp-h2-text.open-campus {
    padding-top: 68px;
    margin-top: 0;
}
@media screen and (max-width: 768px) {
  .cp-h2-text.open-campus {
    padding-top: 54px;
  }
}

.open-campus.page .cp-h2-text .tops {
  color: #e60012;
}
.open-campus.page .cp-h2-text .sub {
  letter-spacing: normal;
  font-family: "Noto Sans JP", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 23px 0 0;
}
@media screen and (max-width: 768px) {
  .open-campus.page .cp-h2-text .sub {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0 0;
  }
}

/* イベント日程(slick)
-------------------------------------------------------------*/
.mod_slide {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 120px;
}

.mod_slide .slick-slide img {
  width: 100%;
}

/* サムネールをフリックいした時、動かないようにする */
/*
.mod_slide .mod_slide_nav .slick-track,
.mod_slide .mod_slide_nav .slick-list {
  transform: translate3d(0, 0, 0) !important;
}
*/
.mod_slide .mod_slide_nav .slick-track.stops {
  transform: translate3d(0px, 0px, 0px) !important;
}

.mod_slide .mod_slide_nav,
.mod_slide .mod_slide_img {
  display: none;
}

.mod_slide .mod_slide_nav.slick-initialized,
.mod_slide .mod_slide_img.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

/* サムネールエリア */
.mod_slide .mod_slide_nav .slick-slide {
  margin: 10px 10px 30px;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #1d6cbc;
  min-height: 180px;
  overflow: inherit;
  text-align: center;
  cursor: pointer;
}

.mod_slide .mod_slide_nav .slick-slide .days {
  color: #1d6cbc;
    line-height: 1;
    font-size: 52px;
    font-size: 5.2rem;
    letter-spacing: .06em;
    font-family: garamond-fb-display, serif;
    font-weight: 500;
    font-style: normal;
    padding-top: 27px;
}

.mod_slide .mod_slide_nav .slick-slide .week {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 11px;
    width: 60px;
    margin: 0 auto;
    color: #fff;
    line-height: 22px;
    font-weight: normal;
}
.mod_slide .mod_slide_nav .slick-slide .week.weekdays {
    background: #22ac38;
}
.mod_slide .mod_slide_nav .slick-slide .week.sun {
    background: #ec3474;
}
.mod_slide .mod_slide_nav .slick-slide .week.sat {
    background: #00a0e9;
}
.mod_slide .mod_slide_nav .slick-slide .time {
  color: #1d6cbc;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    white-space: nowrap;
    margin-top: 28px;
}

/* カレント表示 */
.mod_slide .mod_slide_nav .slick-slide.slick-current {
  position: relative;
}
.mod_slide .mod_slide_nav .slick-slide.slick-current::before {
  position: absolute;
  bottom: -26px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: '';
  z-index: 10;
  width: 30px;
  height: 26px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000943.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}

.slick-initialized .slick-slide {
  overflow: hidden;
}

/* slick-list */
.mod_slide_nav .slick-list {
  margin: 0 25px;
}
/* slick-dots */
.slick-dots {
    margin-top: 10px;
    display: block;
    list-style: outside none none;
    padding: 0;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 15px;
}
.slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: medium none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 1;
}
.slick-dots li button::before {
    color: black;
    content: "●";
    font-size: 28px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 15px;
}
.slick-dots li.slick-active button::before {
    color: black;
    opacity: 0.55;
    font-size: 34px;
}

.slick-prev, .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    outline: medium none;
    position: absolute;
    z-index:9;
    top: 0;
    margin: 0;
    bottom: 25px;
    height: auto;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: transparent none repeat scroll 0 0;
    color: transparent;
    outline: medium none;
}
.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
    opacity: 1;
}

/* 矢印を無効にする */
.slick-prev.slick-disabled::before {
  content: '';
  z-index: 10;
  width: 15px;
  height: 32px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000940.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}

.slick-next.slick-disabled::before {
  content: '';
  z-index: 10;
  width: 15px;
  height: 32px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000941.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}

.slick-prev::before,
.slick-next::before {
    line-height: 1;
}
.slick-prev {
    left: 0px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: 0px;
}
.slick-prev::before {
  content: '';
  z-index: 10;
  width: 15px;
  height: 32px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000939.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}

.slick-next {
    right: 0px;
}
[dir="rtl"] .slick-next {
    left: 0px;
    right: auto;
}
.slick-next::before {
  content: '';
  z-index: 10;
  width: 15px;
  height: 32px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000942.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}

/* SP時、アコーディオン */
.accordion-event-box .accordion-dl {
    padding: 0 15px;
}

.accordion-event-box .accordion-dl dt {
  padding: 9px 10px;
  background: #fff;
  border: 1px solid #1d6cbc;
  border-radius: 5px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.accordion-event-box .accordion-dl dt::after {
    top: inherit;
    bottom: -13px;
    right: 0;
    left: 0;
    margin: 0 auto;
  position: absolute;
  content: '';
  z-index: 10;
  width: 13px;
  height: 13px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000943.svg) no-repeat;
  background-size: contain;
  display: none;
}

.accordion-event-box .accordion-dl dt.open::after {
    -moz-transform: rotate3d(1,0,0,0deg);
    -webkit-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    display: inline-block;
}

.accordion-event-box .accordion-dl dt .days {
  color: #1d6cbc;
}

.accordion-event-box .accordion-dl dt .time {
  color: #1d6cbc;
}

.accordion-event-box .accordion-dl dd {
  padding: 15px 0;
}

.accordion-event-box .accordion-dl dd img {
    margin: 0 !important;
    max-width: inherit !important;
    width: 100%;
}





/*  プログラム
-------------------------------------------------------------*/
.graph-paper {
  width: 100%;
  background: url(/nyushi/albums/css/basic1-common1/abm00000836.png) center top;
  background-size: 29px 29px;
  padding: 0 0 97px;
}
@media screen and (max-width: 768px) {
  .graph-paper {
    background: url(/nyushi/albums/css/basic1-common1/abm00000836.png) center top;
    background-size: 14px 14px;
    padding: 0 0 49px;
  }
}

.graph-paper .cp-h2-text {
    padding-top: 68px;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .graph-paper .cp-h2-text {
    padding-top: 54px;
    margin-top: 40px;
  }
}

.graph-paper .program-box {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1001px) {
  .graph-paper .program-box {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box {
    width: 100%;
    padding: 0 15px;
  }
}

.graph-paper .program-box .col4,
.graph-paper .program-box .col3 {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .col4,
  .graph-paper .program-box .col3 {
    display: block;
  }
}

/* 基本 */
.graph-paper .program-box .list {
  background: #fff;
    position: relative;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .list {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .graph-paper .program-box .list:last-of-type {
    margin-bottom: 0;
  }
}

.graph-paper .program-box .list .ttl {
  background: #1d6cbc;
  color: #fff;
  display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .list .ttl {
    display: -ms-flexbox;
    display: flex;
  -ms-flex-align: center;
  align-items: center;
    width: 100%;
    height: auto;
      padding: 9px 0 9px 12px;
  }
}

.graph-paper .program-box .list .ttl .top {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .list .ttl .top {
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
    text-align: left;
  }
  /* 小さいテキスト用 */
  .graph-paper .program-box .list .ttl .top.mini-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.graph-paper .program-box .list .ttl .top::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: 0 auto;
  background: #fff;
  width: 40px;
  height: 1px;
  content: '';
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .list .ttl .top::after {
      width: 15px;
      bottom: 0;
      right: -20px;
    left: inherit;
    top: 0;
    margin: auto 0;
  }
}

.graph-paper .program-box .list .ttl .bottom {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 15px;
  display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .list .ttl .bottom {
    font-size: 11px;
    font-size: 1.1rem;
    padding-top: 0;
    padding-left: 28px;
    white-space: nowrap;
    line-height: 1.8;
    letter-spacing: -.06em;
  }
}

.graph-paper .program-box .list .txt {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #b5d1ee;
  padding: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .list .txt {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 12px;
    line-height: 1.7;
  }
  .graph-paper .program-box .list .txt:after {
    content: '';
    display: block;
    clear: both;
  }
}

.graph-paper .program-box .list .txt a {
  text-decoration: underline;
}
.graph-paper .program-box .list .txt a:hover {
  text-decoration: none;
}

/* ４つ並び */
.graph-paper .program-box .col4 .list {
  width: 220px;
}
.graph-paper .program-box .col4 .list .txt {
  min-height: 232px;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .col4 .list .txt {
    min-height: inherit;
  }
}
.graph-paper .program-box .col4 .list .ttl {
  width: 220px;
    height: 100px;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .col4 .list .ttl {
    width: 100%;
    height: auto;
  }
}

/* ３つ並び */
.graph-paper .program-box .col3 .list {
  width: 306px;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .col3 .list {
    margin: 15px 0 0;
  }
}

.graph-paper .program-box .col3 .list.empty {
  margin: 0;
  padding: 0;
  height: 0;
  background: none;
}

@media screen and (max-width: 768px) {
  .graph-paper .program-box .col3 .list .list-inner {
    border: 1px solid #b5d1ee;
  }
}
.graph-paper .program-box .col3 .list .ttl {
  width: 306px;
    height: 150px;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .col3 .list .ttl {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .col3 .list .img-box {
      float: right;
      width: 46%;
      margin: 15px 15px 10px 10px;
  }
  .graph-paper .program-box .col3 .list .img-box img {
      width: 100%;
      height: 100%;
      display: block;
  }
}
.graph-paper .program-box .col3 .list .txt {
  min-height: 207px;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .col3 .list .txt {
    min-height: inherit;
    border: none;
  }
}

/* 特別プログラムアイコン */
.graph-paper .program-box .list.special::before {
  content: '';
  z-index: 10;
  position: absolute;
  vertical-align: bottom;
  display: inline-block;
    top: -5px;
    left: -6px;
  margin: 0;
  width: 85px;
  height: 72px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000936.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .graph-paper .program-box .list.special::before {
    top: -2px;
      left: 0;
    width: 42px;
    height: 37px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000936.png) no-repeat;
    background-size: contain;
  }
  .graph-paper .program-box .list.special .ttl {
    padding: 9px 0 9px 44px;
  }
}



/*  模擬授業
-------------------------------------------------------------*/
.mock-lesson {
  background: #f5f9fd;
}

.mock-lesson .cp-h2-text {
    padding-top: 68px;
    margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mock-lesson .cp-h2-text {
    padding-top: 54px;
  }
}

/*  汎用アコーディオン
-------------------------------------------------------------*/
.accordion-box {
  padding-bottom: 100px;
}
.accordion-box.nyu {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .accordion-box {
    padding: 0 15px 48px;
  }
  .accordion-box.nyu {
    padding-left: 0;
    padding-right: 0;
  }
}

.accordion-box.nyu dt {
  padding-left: 24px !important;
}
@media screen and (max-width: 768px) {
  .accordion-box.nyu dt {
    padding-left: 15px !important;
  }
}

.accordion-box.nyu dd {
  padding: 24px 30px !important;
}
@media screen and (max-width: 768px) {
  .accordion-box.nyu dd {
    padding: 15px 24px !important;
  }
}

.accordion-box.nyu dd sup {
  top: 0.5em;
}

.accordion-dl {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 1001px) {
  .accordion-dl {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .accordion-dl {
    width: 100%;
    margin-bottom: 40px;
  }
}

.accordion-dl dt {
  cursor: pointer;
  font-weight: normal;
  background: #1d6cbc;
  color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 40px;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .accordion-dl dt {
    height: 50px;
    padding: 0 65px 0 25px;
  }
}

.accordion-dl dt:last-of-type {
  margin-bottom: 0;
}

.accordion-dl dt::after {
  transition: all .5s ease;
  content: '';
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  width: 20px;
  height: 9px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000804.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .accordion-dl dt::after {
    right: 15px;
  }
}

.accordion-dl dt.open::after {
  -moz-transform: rotate3d(1,0,0,180deg);
  -webkit-transform: rotate3d(1,0,0,180deg);
  -o-transform: rotate3d(1,0,0,180deg);
  -ms-transform: rotate3d(1,0,0,180deg);  
}

.accordion-dl dt .days {
  line-height: 1;
  font-size: 52px;
  font-size: 5.2rem;
  width: 100px;
  letter-spacing: .06em;
  font-family: garamond-fb-display, serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .accordion-dl dt .days {
    font-size: 26px;
    font-size: 2.6rem;
    width: 53px;
    padding-top: 3px;
  }
}

.accordion-dl dt .week {
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 11px;
  width: 60px;
  line-height: 22px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .accordion-dl dt .week {
    font-size: 10px;
    font-size: 1rem;
    width: 31px;
    line-height: 12px;
    border-radius: 6px;
  }
}

.accordion-dl dt .week.weekdays {
  background: #22ac38;
} 
.accordion-dl dt .week.sun {
  background: #ec3474;
}
.accordion-dl dt .week.sat {
  background: #00a0e9;
}

.accordion-dl dt .time {
  font-size: 22px;
  font-size: 2.2rem;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .accordion-dl dt .time {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 14px;
    line-height: 1.4;
  }
}

.accordion-dl dt .normal {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .accordion-dl dt .normal {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}


.accordion-dl dt .pc-only {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .accordion-dl dt .pc-only {
    display: none;
  }
}

.accordion-dl dt .square {
  margin-left: auto;
  width: 70px;
  height: 70px;
  background: #69a7e6;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .accordion-dl dt .square {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}

.accordion-dl dd {
  display: none;
  padding: 50px 24px 30px;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd {
    padding: 24px 15px 24px;
  }
}

/* テーブルスタイル */
.accordion-dl dd table.mogi {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd table.mogi {
    margin: 0 0 10px;
  }
  .accordion-dl dd table.mogi:last-of-type {
    margin: 0;
  }
}

.accordion-dl dd table.mogi th {
  background: #d7ebff;
  text-align: center;
  color: #1d6cbc;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd table.mogi th {
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: top;
    width: 31.88405797101449%;
    line-height: 1.5;
    padding: 3px 7px;
  }
}

.accordion-dl dd table.mogi td {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd table.mogi td {
    font-size: 12px;
    font-size: 1.2rem;
    width: 59.27536231884057%;
    line-height: 1.5;
    padding: 3px 7px;
  }
}

.accordion-dl dd table.mogi td.subject {
  color: #1d6cbc;
  font-weight: 700;
}
.accordion-dl dd table.mogi td.link a {
  color: #1d6cbc;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.accordion-dl dd table.mogi td.link a:hover {
  text-decoration: none;
}
.accordion-dl dd table.mogi td.link a::after {
    content: '';
    z-index: 10;
  margin: -3px 0 0 12px;
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000938.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd table.mogi td.link a::after {
      content: '';
      z-index: 10;
      position: absolute;
      top: 12px;
      bottom: 0;
      right: -17px;
      margin: auto 0;
      width: 12px;
      height: 24px;
      background: url(/nyushi/albums/css/basic1-common1/abm00000938.svg) no-repeat;
      background-size: contain;
  }
}

.accordion-dl dd .mogi-info-box {
  margin: 50px 0 0;
  border: 1px solid #69a7e6;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd .mogi-info-box {
    margin: 40px 0 0;
  }
}

.accordion-dl dd .mogi-info-box .ttl {
  padding: 10px 15px;
  background: #d7ebff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d6cbc;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd .mogi-info-box .ttl {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 7px;
  }
}

.accordion-dl dd .mogi-info-box .box {
  border-top: 1px solid #69a7e6;
  padding: 15px 20px 25px;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd .mogi-info-box .box {
    padding: 15px 15px 20px;
  }
}

.accordion-dl dd .mogi-info-box .sub {
  font-weight: 700;
  color: #1d6cbc;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd .mogi-info-box .sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.accordion-dl dd .mogi-info-box .sub span {
  display: inline-block;
  padding-left: 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd .mogi-info-box .sub span {
    padding-left: 30px;
  }
}

.accordion-dl dd .mogi-info-box .sub span::before {
  position: absolute;
    left: 10px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background: #1d6cbc;
    width: 50px;
    height: 1px;
    content: '';
    z-index: 10;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd .mogi-info-box .sub span::before {
    width: 18px;
    left: 6px;
  }
}

.accordion-dl dd .mogi-info-box h3 {
  color: #1d6cbc;
  margin: 6px 0 10px;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd .mogi-info-box h3 {
    margin: 10px 0 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
  }
}

.accordion-dl dd .mogi-info-box h3 .theme {
  display: inline-block;
  background: #1d6cbc;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  border-radius: 15px;
  line-height: 30px;
  width: 80px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd .mogi-info-box h3 .theme {
    border-radius: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    width: 60px;
    margin-right: 10px;
    line-height: 19px;
  }
}

.accordion-dl dd .mogi-info-box h3 .notoserif {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd .mogi-info-box h3 .notoserif {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.accordion-dl dd .mogi-info-box .main-txt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .accordion-dl dd .mogi-info-box .main-txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}



/*  生徒からのメッセージボックス
-------------------------------------------------------------*/
.message-col2 {
  margin: 0 auto 70px;
  width: 1000px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1001px) {
  .message-col2 {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .message-col2 {
    width: 100%;
    display: block;
    padding: 0 30px;
    margin: 0 auto 35px;
  }
}

.message-col2:last-child {
  margin-bottom: 0;
}

.message-col2 .img-box {
  width: 470px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message-col2 .img-box {
    width: 100%;
    display: block;
  }

  .message-col2 .img-box img {
    max-width: 235px;
    margin: 0 auto;
    display: block;
  }
}

.message-col2 dl {
  position: absolute;
  bottom: 0;
  right: -440px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message-col2 dl {
    width: 100%;
    position: relative;
    right: -20px;
    top: -10px;
  }
}

.message-col2 dl dt {
  background: #fff100;
  color: #1d6cbc;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 46px;
  width: 230px;
  letter-spacing: -.03em;
}
@media screen and (max-width: 768px) {
  .message-col2 dl dt {
    width: 115px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
}

.message-col2 dl dt span {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .message-col2 dl dt span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.message-col2 dl dd {
  background: #f5f9fd;
  color: #1d6cbc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .message-col2 dl dd {
    width: 115px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
  }
}

.message-col2 .text-wrap {
  width: 500px;
  margin-left: 28px;
}
@media screen and (max-width: 768px) {
  .message-col2 .text-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.message-col2 .text-wrap h3 {
  color: #1d6cbc;
  line-height: 1.4;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .message-col2 .text-wrap h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.message-col2 .text-wrap p {
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .message-col2 .text-wrap p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*  参加方法
-------------------------------------------------------------*/
.bg-wrap.way-to-participate {
  padding: 53px 0 70px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.way-to-participate {
    padding: 34px 30px 50px;
  }
}

.bg-wrap.way-to-participate::before {
  background: #1d6cbc;
}

.bg-wrap.way-to-participate .participate-box {
  margin: 0 auto;
  width: 1000px;
  color: #fff;
}
@media screen and (max-width: 1001px) {
  .bg-wrap.way-to-participate .participate-box {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .bg-wrap.way-to-participate .participate-box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .bg-wrap.way-to-participate .ex-txt {
    line-height: 1.8;
  }
}

.bg-wrap.way-to-participate .ex-txt a {
  color: #fff;
  text-decoration: underline;
}

.bg-wrap.way-to-participate .img-area {
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 0;
}
@media screen and (max-width: 768px) {
  .bg-wrap.way-to-participate .img-area {
    display: block;
    margin: 30px 0 0;
  }
}

.bg-wrap.way-to-participate .img-area li {
  margin-right: 39px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.way-to-participate .img-area li {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.bg-wrap.way-to-participate .img-area li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .bg-wrap.way-to-participate .img-area li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
}

/* ボタンスタイル */
.bg-wrap.way-to-participate .btn-white.long.pdf {
  background: #fff;
  border: 0;
  border-radius: 35px;
  width: 520px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.way-to-participate .btn-white.long.pdf {
    width: 100%;
    height: 45px;
    border-radius: 22px;
  }
}

.bg-wrap.way-to-participate .btn-white.long.pdf a {
  border-radius: 35px;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .bg-wrap.way-to-participate .btn-white.long.pdf a {
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 22px;
  }
}

.bg-wrap.way-to-participate .btn-white.long.pdf .inner-btn::before {
  left: -50px;
  width: 27px;
  height: 35px;
  background: url(/nyushi/albums/css/basic1-common1/abm00001028.svg) center center no-repeat;
  background-size: 27px 35px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.way-to-participate .btn-white.long.pdf .inner-btn::before {
    left: -22px;
    width: 16px;
    height: 21px;
    background: url(/nyushi/albums/css/basic1-common1/abm00001028.svg) center center no-repeat;
    background-size: 16px 21px;
  }
}

@media screen and (max-width: 768px) {
  .bg-wrap.way-to-participate .btn-white svg {
    width: 19px;
    height: 6px;
  }
}

/*  参加方法
-------------------------------------------------------------*/
.main-access-ttl {
  margin-bottom: 50px;
}
.main-access-ttl .ttl-inner {
  font-size: 28px;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #1d6cbc;
  border-radius: 27px;
  width: 1000px;
  margin: 0 auto;
  padding: 14px 0;
}
@media screen and (max-width: 1001px) {
  .main-access-ttl .ttl-inner {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-access-ttl {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .main-access-ttl .ttl-inner {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 11px 0;
  }
}

/*  アクセスマップ
-------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .open-campus.page .accessmap-area {
    padding: 0 15px;
  }
}

#route-search-form {
  width: 1000px;
  margin: 42px auto 80px;
}
@media screen and (max-width: 1001px) {
  #route-search-form {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #route-search-form {
    width: 100%;
    margin: 28px 0 40px;
    padding: 0 15px;
  }
}

#route-search-form .route-search-inner {
  background: #f5f9fd;
  border: 1px solid #7cafe2;
  padding: 26px 26px 26px 32px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #route-search-form .route-search-inner {
    display: block;
    background: #f5f9fd;
    border-radius: 5px;
    padding: 13px 14px 15px;
  }
}

#route-search-form .route-search-inner .route-title {
  font-size: 18px;
  font-size: 1.8rem;
    color: #1d6cbc;
    font-weight: 700;
    margin-right: 36px;
}
@media screen and (max-width: 768px) {
  #route-search-form .route-search-inner .route-title {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 0 17px;
    line-height: 1;
  }
}

#route-search-form .route-search-inner .center-box {
  display: -ms-flexbox;
  display: flex;  
}
@media screen and (max-width: 768px) {
  #route-search-form .route-search-inner .center-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#route-search-form .route-search-inner #saddr {
  background: #fff;
  border: 1px solid #7cafe2;
  width: 270px;
    padding: 1px 10px;
}
@media screen and (max-width: 768px) {
  #route-search-form .route-search-inner #saddr {
    width: 112px;
    line-height: 26px;
  }
}

#route-search-form .route-search-inner .route-subtxt {
  color: #1d6cbc;
  line-height: 34px;
  margin-left: 14px;
}
@media screen and (max-width: 768px) {
  #route-search-form .route-search-inner .route-subtxt {
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 9px;
    line-height: 30px;
    white-space: nowrap;
  }
}

#route-search-form .route-search-inner .route-search-btn {
  margin-left: auto;
  width: 100px;
  text-align: center;
  color: #fff;
  background: #3f87d0;
  border-radius: 17px;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  #route-search-form .route-search-inner .route-search-btn {
    width: 100px;
    margin: 12px auto 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
  }
}

#route-search-form .route-search-inner .route-search-btn:hover {
  background: #659fd9;
}

#route-search-form .route-search-inner .route-search-btn [type='submit'] {
  width: 100%;
  height: 100%;
}

/*  キャンパスマップ
-------------------------------------------------------------*/
.modal-img {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1001px) {
  .modal-img {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-img {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

/*  モーダルウィンドウ
-------------------------------------------------------------*/
.open-campus.page .modal-wrap {
    z-index: 2;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.open-campus.page .modal-content {
    position: relative;
    display: none;
    width: 406px;
    margin: 30px;
    padding: 6px;
    border: 1px solid #1E70C4;
    background: #fff url(/nyushi/albums/css/basic1-common1/abm00000887.png);
}

.open-campus.page .modal-content .inner {
    padding: 20px;
    background: #fff;
    position: relative;
    margin: 0;
    width: auto;
}

.open-campus.page .facility-name {
  font-size: 22px;
  font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.open-campus.page .facility-num {
    margin-right: 10px;
    background: #1D6CBC;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.open-campus.page .modal-content .facility-img {
  width: 350px;
  margin: 0 auto;
}

.open-campus.page .modal-content p {
    margin: 0;
    padding: 0;
}

.open-campus.page .modal-content .txt {
  font-size: 14px;
  font-size: 1.4rem;
}

.open-campus.page .modal-close {
    background: url(/nyushi/albums/css/basic1-common1/abm00000886.jpg);
    display: block;
    width: 28px;
    padding-top: 28px;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.lock {
    overflow: hidden;
}

/*  キャンパスマップアコーディオン
-------------------------------------------------------------*/
.accordion-map-box {
  padding: 0 15px;
}

.accordion-map-box .accordion-dl dt {
  border: 1px solid #1d6cbc;
  background: #fff;
  color: #1d6cbc;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
  height: 30px;
}

.accordion-map-box .accordion-dl dt .num {
  background: #1d6cbc;
  color: #fff;
  width: 30px;
    text-align: center;
}

.accordion-map-box .accordion-dl dt .txt {
  margin-left: 10px;
}

.accordion-map-box .accordion-dl dt::after {
    transition: all .5s ease;
    content: '';
    z-index: 5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    width: 20px;
    height: 9px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000912.svg) no-repeat;
    background-size: contain;
}

.accordion-map-box .accordion-dl dd {
  padding: 13px;
  background: #f5f9fd;
  border: 1px solid #1d6cbc;
  border-top: none;
}

.accordion-map-box .accordion-dl dd .inner .facility-name {
  display: none;
}

.accordion-map-box .accordion-dl dd br {
  display: none;
}

.accordion-map-box .accordion-dl dd .inner {
  padding: 0;
    display: -ms-flexbox;
    display: flex;
}

.accordion-map-box .accordion-dl dd .inner .facility-img {
  width: 45.507246376811594%;
}

.accordion-map-box .accordion-dl dd .inner .txt {
  width: 50.418841%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-left: 10px;
}

/*  FAQ
-------------------------------------------------------------*/
.bg-wrap.faq {
  padding: 50px 0 98px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.faq {
    padding: 30px 15px 50px;
  }
}
.bg-wrap.faq::before {
  background: #f5f9fd;
}

.bg-wrap.faq .faq-box {
  width: 1000px;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1001px) {
  .bg-wrap.faq .faq-box {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bg-wrap.faq .faq-box {
    width: 100%;
    margin: 0 0 15px;
  }
}

.bg-wrap.faq .faq-box:last-of-type {
  margin: 0 auto;
}

.bg-wrap.faq .faq-box .faq-area {
  padding: 22px 40px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.faq .faq-box .faq-area {
    padding: 16px 15px;
  }
}

.bg-wrap.faq .faq-box .faq-area dt {
  color: #1d6cbc;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 58px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.faq .faq-box .faq-area dt {
    padding: 3px 0 0 45px;
    line-height: inherit;
  }
}

.bg-wrap.faq .faq-box .faq-area dt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto 0;
    width: 40px;
    height: 40px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000918.png) 0 0 no-repeat;
    background-size: 40px 40px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.faq .faq-box .faq-area dt::before {
      margin: auto 0;
      width: 30px;
      height: 30px;
      background: url(/nyushi/albums/css/basic1-common1/abm00000918.png) 0 0 no-repeat;
      background-size: 30px 30px;
  }
}

.bg-wrap.faq .faq-box .faq-area dd {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 0 0 58px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.faq .faq-box .faq-area dd {
    padding: 0 0 0 45px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.bg-wrap.faq .faq-box .faq-area dd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000919.png) 0 0 no-repeat;
    background-size: 40px 40px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.faq .faq-box .faq-area dd::before {
      margin: auto 0;
      width: 30px;
      height: 30px;
      background: url(/nyushi/albums/css/basic1-common1/abm00000919.png) 0 0 no-repeat;
      background-size: 30px 30px;
  }
}

.bg-wrap.faq .faq-box .faq-area dd .cp-inner {
  padding: 3px 0 0;
}
@media screen and (max-width: 768px) {
  .bg-wrap.faq .faq-box .faq-area dd .cp-inner {
    line-height: 1.7;
  }
}

/*  アンカーリスト
-------------------------------------------------------------*/
.bg-wrap.anker::before {
  background: #87b9eb;
}
@media screen and (max-width: 768px) {
  .bg-wrap.anker {
    display: none;
  }
}

.bg-wrap.anker .anker-list {
  width: 1000px;
  margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
     -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-wrap.anker .anker-list .list {
  margin-right: 1px;
  background: #69a7e6;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .bg-wrap.anker .anker-list .list:hover {
    background: #87b9eb;
    cursor: pointer;
  }
}

.bg-wrap.anker .anker-list .list:nth-child(1) {
  width: 104px;
}
.bg-wrap.anker .anker-list .list:nth-child(2) {
  width: 111px;
}
.bg-wrap.anker .anker-list .list:nth-child(3) {
  width: 111px;
}
.bg-wrap.anker .anker-list .list:nth-child(4) {
  width: 111px;
}
.bg-wrap.anker .anker-list .list:nth-child(5) {
  width: 111px;
}
.bg-wrap.anker .anker-list .list:nth-child(6) {
  width: 111px;
}
.bg-wrap.anker .anker-list .list:nth-child(7) {
  width: 111px;
}
.bg-wrap.anker .anker-list .list:nth-child(8) {
  width: 111px;
}
.bg-wrap.anker .anker-list .list:nth-child(9) {
  width: 111px;
}
.bg-wrap.anker .anker-list .list:last-of-type {
  margin-right: 0;
}

.bg-wrap.anker .anker-list .list a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  padding: 24px 0;
}

.bg-wrap.anker .anker-list .list:nth-child(2) a {
  padding: 13px 0;
}
.bg-wrap.anker .anker-list .list:nth-child(5) a {
  padding: 13px 0;
}











/* ==========================================================================
資料請求(パンフレット)
========================================================================== */
.bg-wrap.pamphlet .cp-it-img.cp-horizontal-img {
  width: 250px;
  margin: 0 80px 0 117px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.pamphlet .cp-it-img.cp-horizontal-img {
      display: none;
  }
  .bg-wrap.pamphlet .cp-it.cp-horizontal.cp-all {
    margin: 0;
  }
}

.bg-wrap.pamphlet .cp-it-text.cp-horizontal-text {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bg-wrap.pamphlet .cp-it-text.cp-horizontal-text {
    text-align: center;
  }
}

.bg-wrap.pamphlet .cp-h2-text {
  margin-bottom: 28px;
}

.bg-wrap.pamphlet .btn-blue {
  display: block;
}
@media screen and (max-width: 768px) {
  .bg-wrap.pamphlet .btn-blue {
    display: -ms-flexbox;
    display: flex;
  }
}

.bg-wrap.pamphlet #pup-img-area {
  display: none;
}
@media screen and (max-width: 768px) {
  .bg-wrap.pamphlet #pup-img-area {
    display: block;
    margin: 0 auto 20px;
    max-width: 220px;
  }
}


/* ==========================================================================
留学・海外研修制度
========================================================================== */
.anker-point {
  display: block;
}

/* ==========================================================================
就職の支援・スケジュール(スタイル調整)
========================================================================== */
.cp-h2-text.tops {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .cp-h2-text.tops {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .cp-h2-text.mini {
    margin: 0;
    padding: 0;
  }
}


/* ==========================================================================
SPサイズのテーブル調整(就職実績・就職先一覧)
========================================================================== */
@media screen and (max-width: 768px) {
  .abroad-table {
      width: 200%;
      margin-bottom: -249px;
      transform: translate(-25%, -35%) scale(0.5);
  }
}
@media screen and (max-width: 375px) {
  .abroad-table {
      width: 200%;
      margin-bottom: -354px;
      transform: translate(-25%, -35%) scale(0.5);
  }
}


/* ==========================================================================
SPサイズのテーブル調整(入試の変更点)
========================================================================== */
@media screen and (max-width: 375px) {
  .point-table {
    width: 200% !important;
      margin-bottom: -245px !important;
      transform: translate(-25%, -30%) scale(0.5);
  }
}



/* ==========================================================================
体験授業
========================================================================== */
.pagetitle-wrap.contents-one::before {
  background-position: right 0;
}

@media screen and (max-width: 768px) {
  .practice .cp-h3-text {
    margin-top: 20px;
  }
}

.peripd-box {
  border-bottom: 1px solid #1d6cbc;
  text-align: center;
  margin: 152px 0 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .peripd-box {
    margin: 43px 0 0;
  }
}

.peripd-box::before {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #1d6cbc;
  z-index: -1;
  content: '';
}
@media screen and (max-width: 768px) {
  .peripd-box::before {
    top: 13px;
  }
}

.peripd-box h3 {
  font-size: 22px;
  font-size: 2.2rem;
  background: #1d6cbc;
  color: #fff;
  border-radius: 17px;
  width: 150px;
  margin: 0 auto 24px;
  z-index: 5;
  font-weight: normal;
  padding: 6px 0 7px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .peripd-box h3 {
    margin: -15px auto 10px;
    width: 75px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.peripd-box p {
  padding: 0 0 33px;
  line-height: 1.6;
  color: #1d6cbc;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .peripd-box p {
    padding: 0 0 13px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
   
.views {
  margin: 0 !important;
}


/* ==========================================================================
タブ切り替えのスタイル(体験授業)
========================================================================== */
.tabsBox {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tabsBox {
    width: 100%;
    margin: 0 0;
  }
}

.tabsBox .tabsItem {
  text-align: center;
  float: left;
  line-height: 1.3;
  padding: 16px 0;
  background: #f0f4f8;
  transition: all .5s ease;
  width: 155px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  .tabsBox .tabsItem {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    float: none;
    margin-right: 0;
    margin-bottom: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 16px 20px;
    position: relative;
  }
  .tabsBox .tabsItem::after {
    transition: all .5s ease;
    content: '';
    z-index: 5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    width: 20px;
    height: 9px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000804.svg) no-repeat;
    background-size: contain;
  }
  .tabsBox .tabsItem.open::after {
    -moz-transform: rotate3d(1,0,0,180deg);
    -webkit-transform: rotate3d(1,0,0,180deg);
    -o-transform: rotate3d(1,0,0,180deg);
    -ms-transform: rotate3d(1,0,0,180deg);  
  }
}

.tabsBox .tabsItem:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .tabsBox .tabsItem:hover {
  }
}

.tabsBox input[name='tabsItem'] {
  display: none;
}

.tabsBox input[name='tabsItem']#contentChk1:checked ~ #content1,
.tabsBox input[name='tabsItem']#contentChk2:checked ~ #content2,
.tabsBox input[name='tabsItem']#contentChk3:checked ~ #content3,
.tabsBox input[name='tabsItem']#contentChk4:checked ~ #content4,
.tabsBox input[name='tabsItem']#contentChk5:checked ~ #content5,
.tabsBox input[name='tabsItem']#contentChk6:checked ~ #content6 {
  display: block;
}

.tabsBox label[for='contentChk1'] {
  color: #f6b654;
}
.tabsBox label[for='contentChk2'] {
  color: #ce6e8c;
}
.tabsBox label[for='contentChk3'] {
  color: #59a667;
}
.tabsBox label[for='contentChk4'] {
  color: #93629f;
}
.tabsBox label[for='contentChk5'] {
  color: #68ade2;
}
.tabsBox label[for='contentChk6'] {
  color: #1d6cbc;
}
@media screen and (max-width: 768px) {
  .tabsBox label[for='contentChk1'] {
    color: #fff;
    background: #f6b654;
  }
  .tabsBox label[for='contentChk2'] {
    color: #fff;
    background: #ecadc0;
  }
  .tabsBox label[for='contentChk3'] {
    color: #fff;
    background: #82d591;
  }
  .tabsBox label[for='contentChk4'] {
    color: #fff;
    background: #bf92cb;
  }
  .tabsBox label[for='contentChk5'] {
    color: #fff;
    background: #85c2ef;
  }
  .tabsBox label[for='contentChk6'] {
    color: #fff;
    background: #1d6cbc;
  }
}

/* 選択されているタブのスタイルを変える*/
@media screen and (min-width: 768px) {
  .tabsBox input[name='tabsItem']:checked + .tabsItem {
    color: #fff;
  }
  .tabsBox input[name='tabsItem']#contentChk1:checked + .tabsItem {
    background: #f6b654;
  }
  .tabsBox input[name='tabsItem']#contentChk2:checked + .tabsItem {
    background: #ce6e8c;
  }
  .tabsBox input[name='tabsItem']#contentChk3:checked + .tabsItem {
    background: #59a667;
  }
  .tabsBox input[name='tabsItem']#contentChk4:checked + .tabsItem {
    background: #93629f;
  }
  .tabsBox input[name='tabsItem']#contentChk5:checked + .tabsItem {
    background: #68ade2;
  }
  .tabsBox input[name='tabsItem']#contentChk6:checked + .tabsItem {
    background: #1d6cbc;
  }

  .tabsBox .tabsItem:hover {
    cursor: pointer;
    color: #fff;
  }
  .tabsBox label[for='contentChk1']:hover {
    background: #f6b654;
  }
  .tabsBox label[for='contentChk2']:hover {
    background: #ce6e8c;
  }
  .tabsBox label[for='contentChk3']:hover {
    background: #59a667;
  }
  .tabsBox label[for='contentChk4']:hover {
    background: #93629f;
  }
  .tabsBox label[for='contentChk5']:hover {
    background: #68ade2;
  }
  .tabsBox label[for='contentChk6']:hover {
    background: #1d6cbc;
  }
}

.tabsBox .tabsContent {
  clear: both;
  display: none;
  overflow: hidden;
  padding: 14px 0 0;
}
@media screen and (max-width: 768px) {
  .tabsBox .tabsContent {
    display: none !important;
  }
}

.tabsBox .tabsContent p {
  margin: 5px 0 0;
}
.tabsBox .tabsContent table {
  margin: 0;
}
.tabsBox .tabsContent table tr:first-child td:nth-child(1) {
  width: 17%;
}
.tabsBox .tabsContent table tr:first-child td:nth-child(2),
.tabsBox .tabsContent table tr:first-child td:nth-child(3),
.tabsBox .tabsContent table tr:first-child td:nth-child(4),
.tabsBox .tabsContent table tr:first-child td:nth-child(5),
.tabsBox .tabsContent table tr:first-child td:nth-child(6) {
  width: 15%;
}

.tabsBox .tabsContent table td {
  line-height: 1.6;
  color: #535353;
}
.tabsBox .tabsContent table td:first-child {
  vertical-align: middle;
}

.tabsBox .tabsContent table a {
  position: relative;
  color: #535353 !important;
  text-align: left;
}
.tabsBox .tabsContent table a::after {
    content: "";
    z-index: 3;
    margin: 6px 0 0 4px;
    display: inline-block;
    width: 16px;
    height: 13px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000805.svg) no-repeat;
  background-size: 16px 13px;
}

.tabsBox .tabsContent#content1 {
  border-top: 2px solid #f6b654;
}
.tabsBox .tabsContent#content2 {
  border-top: 2px solid #ce6e8c;
}
.tabsBox .tabsContent#content3 {
  border-top: 2px solid #59a667;
}
.tabsBox .tabsContent#content4 {
  border-top: 2px solid #93629f;
}
.tabsBox .tabsContent#content5 {
  border-top: 2px solid #68ade2;
}
.tabsBox .tabsContent#content6  {
  border-top: 2px solid #1d6cbc;
}


/* SP時のアコーディオン対応 */
.sp-table {
  display: none;
}

.sp-table table {
  margin: 20px 0;
}

.sp-table table td {
  line-height: 1.4;
  color: #535353;
  padding: 7px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}
.sp-table table td a {
  color: #535353;
  word-break: break-all;
  position: relative;
}
.sp-table table td a::after {
    content: "";
    z-index: 3;
  margin: 4px auto 0;
    display: block;
    width: 16px;
    height: 13px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000805.svg) no-repeat;
  background-size: 16px 13px;
}

.sp-table table td:first-child {
  vertical-align: middle;
}

.sp-table table tr:first-child td:nth-child(1) {
  width: 10%;
}
.sp-table table tr:first-child td:nth-child(2),
.sp-table table tr:first-child td:nth-child(3),
.sp-table table tr:first-child td:nth-child(4),
.sp-table table tr:first-child td:nth-child(5),
.sp-table table tr:first-child td:nth-child(6) {
  width: 15%;
}
.sp-table p {
  margin: -10px 0 16px;
  line-height: 1.6;
}


/* ==========================================================================
コンセプト紹介
========================================================================== */

@media screen and (max-width: 1001px) {
  .concept.page .lead2 {
  font-size: 16px;
  font-size: 1.6rem;
  }
}
.concept.page .lead2 span {
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 1001px) {
  .concept.page .lead2 span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* 画像エリア */
.picture-box {
  width: 1000px;
  margin: 40px auto 78px;
}
@media screen and (max-width: 1001px) {
  .picture-box {
    min-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .picture-box {
    min-width: 100%;
    margin: 20px 0 25px;
  }
}

.picture-box .img-big {
  width: 800px;
}
@media screen and (max-width: 768px) {
  .picture-box .img-big {
    width: 80%;
  }
}

.picture-box .img-small {
  width: 400px;
  margin-top: -230px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .picture-box .img-small {
    width: 39.85507246376812%;
    margin-top: -23.18840579710145%;
  }
}

/* 人と向き合う見出し */
.person {
  position: relative;
  text-align: center;
  color: #1d6cbc;
  line-height: 1;
  width: 100%;
  background: url(/nyushi/albums/css/basic1-common1/abm00000797.png) center center no-repeat;
  background-size: cover;
  height: 174px;
  margin: 90px auto 40px;
  width: 1000px;
}
@media screen and (max-width: 1001px) {
  .person {
    min-width: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .person {
    min-width: 100%;
    height: 87px;
    background: none;
    margin: 45px auto 20px;
  }
}

@media screen and (max-width: 768px) {
  .person::before {
    content: '';
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
      width: 54px;
      height: 87px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000800.png) no-repeat;
    background-size: contain;
  }
  .person::after {
    content: '';
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
      width: 54px;
      height: 87px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000799.png) no-repeat;
    background-size: contain;
  }
}

.person .number {
  font-size: 52px;
  font-size: 5.2rem;
  margin-bottom: 40px;
  padding-top: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .person .number {
    font-size: 25px;
    font-size: 2.5em;
    margin-bottom: 20px;
    padding-top: 3px;
  }
}

.person .number::after {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  width: 50px;
  height: 1px;
  background: #1d6cbc;
}
@media screen and (max-width: 768px) {
  .person .number::after {
    bottom: -10px;
    width: 25px;
  }
}

.person .txt {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .person .txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.pc-only.three-point-ttl {
  text-align: center;
  color: #1d6cbc;
  font-size: 44px;
  font-size: 4.4rem;
  letter-spacing: .1em;
  white-space: nowrap;
  line-height: 1;
    padding-bottom: 12px;
  border-bottom: 2px dotted #1d6cbc;
  width: 720px;
  margin: 0 auto;
}

.pc-only.three-point-ttl span {
  color: #e60012;
  margin-left: -10px;
}

.pc-only.three-point-ttl span.tops {
  font-size: 52px;
  font-size: 5.2rem;
}

h2.ttls {
  text-align:center;
}

@media screen and (max-width: 768px) {
  .sp-only.three-point-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    color: #1d6cbc;
    letter-spacing: .1em;
    white-space: nowrap;
    line-height: 1;
    display: inline-block;
  }
  .sp-only.three-point-ttl .tops {
    margin-bottom: 10px;
      padding-bottom: 6px;
    border-bottom: 2px dotted #1d6cbc;
  }

  .sp-only.three-point-ttl .bottoms {
      padding-bottom: 6px;
    border-bottom: 2px dotted #1d6cbc;
    width: 190px;
    margin: 0 auto;
  }
  .sp-only.three-point-ttl .bottoms span {
    color: #e60012;
  }
}

.concept-prologue {
  width: 1000px;
  margin: 0 auto;
}
.concept-prologue.tops {
  padding: 70px 0 0;
}

@media screen and (max-width: 1001px) {
  .concept-prologue {
    min-width: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .concept-prologue.tops {
    min-width: 100%;
    padding: 40px 15px 0;
  }
   .concept-prologue {
    min-width: 100%;
    padding: 0 15px;
  }
}


.concept-prologue .main-read-txt {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  text-align: center;
  color: #3f87d0;
}
@media screen and (max-width: 768px) {
  .concept-prologue .main-read-txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.2;
    margin: 25px 0 0;
  }
}

.concept-prologue .cp-external.cp-all {
  margin: 50px 0 120px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept-prologue .cp-external.cp-all {
    margin: 25px 0 60px;
  }
}

.concept-prologue .cp-external.cp-all iframe {
    margin: 0 auto;
    display: block;
    height: 562px;
    width: 100%;
}
@media screen and (max-width: 768px) {
  .concept-prologue .cp-external.cp-all iframe {;
      height: 101.25%;
  }
}


.concept.page .bg-wrap::before {
  background: #f5f9fd;
}
.concept.page .bg-wrap .cp-h3-text {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .concept.page .bg-wrap .cp-h3-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.concept.page .bg-wrap .cp-h3-text.tops {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .concept.page .bg-wrap .cp-h3-text.tops {
    padding-top: 30px;
        margin-top: 0;
  }
}


/* ==========================================================================
お問い合わせ関連
========================================================================== */
.contact-form-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px){
  .contact-form-info {
      display: inline-block;
      margin: 0 auto 28px;
      padding: 0;
      text-align: center;
      width: 100%;
  }
}

.contact-form-info .info {
  position: relative;
  width: 336px;
  color: #1d6cbc;
}
@media screen and (max-width: 768px){
  .contact-form-info .info {
      width: auto;  
  }
}


.contact-form-info .info.tel::before {
  content: '';
  z-index: 10;
  vertical-align: bottom;
  display: inline-block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 66px;
  height: 66px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000790.svg) no-repeat;
  background-size: 66px 66px;
}
@media screen and (max-width: 768px){
  .contact-form-info .info.tel::before {
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000790.svg) no-repeat;
    background-size: 40px 40px;
  }
}


@media screen and (min-width: 768px){
  .contact-form-info a[href^="tel:"]{
    pointer-events: none;
  }
}

.contact-form-info .info.fax::before {
  content: '';
  z-index: 10;
  vertical-align: bottom;
  display: inline-block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 66px;
  height: 66px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000789.svg) no-repeat;
  background-size: 66px 66px;
}
@media screen and (max-width: 768px){
  .contact-form-info .info.fax::before {
        vertical-align: top;
  width: 40px;
  height: 40px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000789.svg) no-repeat;
  background-size: 40px 40px;
  }
  .contact-form-info .info.fax {
    margin-top: 24px;
  }
}

.contact-form-info .right-box {
  display: inline-block;
      margin-left: 16px;
}
@media screen and (max-width: 768px){
  .contact-form-info .right-box {
  margin-left: 4px;
  }
}


.contact-form-info .info .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px){
  .contact-form-info .info .txt {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 3px;
  }
}

.contact-form-info .info .number {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px){
  .contact-form-info .info .number {
  font-size: 26px;
  font-size: 2.6rem;
  }
}


/* ==========================================================================
背景一色ボックス
========================================================================== */
.one-box {
  background: #eaf4fe;
  padding: 23px 44px;
  border-radius: 8px;
}
@media screen and (max-width: 768px){
  .one-box {
    padding: 17px 20px;
      border-radius: 5px;
  }
}

.one-box p {
  line-height: 2.4;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px){
  .one-box p {
    line-height: 2;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* ==========================================================================
通常枠
========================================================================== */
.border-main-box {
    position: relative;
    padding: 48px 53px;
    z-index: 10;
}
@media screen and (max-width: 768px){
  .border-main-box {
      padding: 25px 20px;
  }
}

.border-main-box::before {
    background: #fff;
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 5px;
}
@media screen and (max-width: 768px){
  .border-main-box::before {
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px;
      padding: 3px;
  }
}

.border-main-box::after {
    z-index: -2;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #87b8ea;
    background: -moz-linear-gradient(left, #87b8ea 0%, #87b8ea 50%, #3f87d0 50%, #3f87d0 100%);
    background: -webkit-linear-gradient(left, #87b8ea 0%,#87b8ea 50%,#3f87d0 50%,#3f87d0 100%);
    background: linear-gradient(to right, #87b8ea 0%,#87b8ea 50%,#3f87d0 50%,#3f87d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b8ea', endColorstr='#3f87d0',GradientType=1 );
}

.border-main-box .cp-h3-text:first-of-type {
  margin: 0;
}
.border-main-box ul {
  margin-left: 0;
}
@media screen and (max-width: 768px){
  .border-main-box .cp-h3-text:first-of-type {
      margin: 0;
  }
  .border-main-box ul {
    margin-left: 0;
  }
}

/* ==========================================================================
施設紹介(キャンバスマップ)
========================================================================== */
.border-main-box.campus-map {
  padding: 5px;
    margin: auto;
    background: url(/nyushi/albums/css/basic1-common1/abm00000216.jpg) center center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px){
  .border-main-box.campus-map {
  padding: 3px;
     background-size: cover;
  }
}

.border-main-box.campus-map .btn-white.long.window {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 768px){
  .border-main-box.campus-map .btn-white.long.window {
    display: none;
  }
}

.border-main-box.campus-map .cp-all {
  margin: 0;
}

.border-main-box.campus-map .btn-white.long.pdf {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 30px;
  background: #fff;
}
@media screen and (max-width: 768px){
  .border-main-box.campus-map .btn-white.long.pdf {
      display: none;
  }
}

#btn-sp-area {
  display: none;
}
@media screen and (max-width: 768px){
  #btn-sp-area {
      display: block;
      margin: 30px 10px 0;
      font-size: 14px;
      font-size: 1.4rem;
  }
}


/* ==========================================================================
アクセスマップ
========================================================================== */
.cp-h2-text.access {
    margin-top: 0;
}

.cp-h2-text.access-bottoms {
    margin-bottom: -45px;
    margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .cp-h2-text.access-bottoms {
    margin-bottom: -60px;
    margin-top: 60px;
  }
}

.accessmap-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1001px) {
  .accessmap-area {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .accessmap-area {
    display: block;
    width: 100%;
  }
}

.accessmap-area .img-box {
  width: 550px;
  border: 1px solid #1d6cbc;
  background: #fff;
  padding: 11px 11px 6px;
}
@media screen and (max-width: 768px) {
  .accessmap-area .img-box {
    padding: 9px 10px 16px;
    width: 100%;
  }
}

.accessmap-area .img-box img {
  display: block;
  width: 100%;
}

.accessmap-area .info-box {
  width: 403px;
  margin-left: 47px;
}
@media screen and (max-width: 768px) {
  .accessmap-area .info-box {
    margin-left: 0;
    width: 100%;
  }
}

.accessmap-area .info-box p {
  line-height: 2.3;
  margin: -8px 0 14px;
}
@media screen and (max-width: 768px) {
  .accessmap-area .info-box p {
    line-height: 1.6;
    margin: 16px 0 18px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.accessmap-area .info-box .btn-blue.small {
  margin: 0;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}
@media screen and (max-width: 768px) {
  .accessmap-area .info-box .btn-blue.small {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  }
}

.accessmap-area .info-box .btn-blue.small a {
    width: 150px;
    height: auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 8px 0 9px;
    position: relative;
}
@media screen and (max-width: 768px) {
  .accessmap-area .info-box .btn-blue.small a {
 padding: 7px 0;
  }
}


.accessmap-area .info-box .btn-blue.small a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto 0;
    width: 6px;
    height: 12px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000786.svg)  no-repeat;
  background-size: 6px 12px;
} 

.accessmap-area .info-box .btn-blue.small .inner-btn {
  line-height: inherit;
}


.accessmap-area .info-box .cp-h3-text {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 45px;
}
@media screen and (max-width: 768px) {
.accessmap-area .info-box .cp-h3-text {
    font-size: 16px;
    font-size: 1.6rem;
        margin-top: 30px;
        text-align: left;
        padding-bottom: 0;
  }
}


.accessmap-area .info-box .btn-white.long {
  margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
.accessmap-area .info-box .btn-white.long {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.accessmap-area .info-box .btn-white.long:first-of-type {
  margin-top: 0;
}

.accessmap-area .info-box .btn-white.long .inner-btn::before {
  display: none;
}
.accessmap-area .info-box .btn-white.long a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47px;
    margin: auto 0;
    width: 22px;
    height: 27px;
    background: url(/nyushi/albums/css/basic1-common1/abm00001028.svg) center center no-repeat;
    background-size: 22px 27px;
}
@media screen and (max-width: 768px) {
.accessmap-area .info-box .btn-white.long a::after {
    width: 18px;
    height: 23px;
    background: url(/nyushi/albums/css/basic1-common1/abm00001028.svg) center center no-repeat;
    background-size: 18px 23px;
  }
}


@media screen and (max-width: 768px) {
.accessmap-area .info-box .btn-white.long a::after {
    left: 20px;
  }
}



/* ==========================================================================
共通科目
========================================================================== */
.common-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .common-list {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.common-list .lists {
  width: 440px;
  margin-right: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .common-list .lists {
    width: 100%;
    margin: 0 0 40px;
  }
}

.common-list .lists:nth-child(2n) {
  margin-right: 0;
}

.common-list .lists h4 {
  text-align: center;
  color: #fff;
  background: #1d6cbc;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 7px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  .common-list .lists h4 {
    font-size: 20px;
    font-size: 2rem;
    padding: 2px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

.common-list .lists .ex-txt {
  background: #eaf4fe;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 27px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 130px;
}
@media screen and (max-width: 768px) {
  .common-list .lists .ex-txt {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: inherit;
  }
}






/* ==========================================================================
修正（多数あり）
========================================================================== */
.pagetitle-wrap.all-bg-wide::before {
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.all-bg-wide {
    padding-top: 48%;
  }
}

.pagetitle-wrap.senpai::before {
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.senpai {
    background-size: cover;
  }
}

.admissions-blue-wrap a {
  color: #fff;
}

.cp-wp.limit {
  border: 0;
  background: #eaf4fe;
  line-height: 2.4;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .cp-wp.limit {
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .pagetitle-wrap.voice::before {
    background-position: right 0;
  }
}


/* ==========================================================================
アンカーリンクデザイン
========================================================================== */
main .cp-anchor-menu.cp-all {
  margin: 70px 0 0;
}

@media screen and (max-width: 768px) {
  main .cp-anchor-menu.cp-all {
    margin: 0;
  }
}

main .cp-anchor-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  /*
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  */
}
@media screen and (max-width: 768px) {
  main .cp-anchor-menu ul {
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-align: left;
    align-items: left;
  }
}


main .cp-anchor-menu ul li.cp-inner {
  text-align: center;
  border-bottom: 1px dotted #1d6cbc;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  width: 220px;
}
@media screen and (max-width: 768px) {
  main .cp-anchor-menu ul li.cp-inner {
    width: 48.376812%;
    margin: 0 2.9406% 35px 0;
  }

  main .cp-anchor-menu ul li.cp-inner:nth-child(2n) {
    margin-right: 0;
  }
}

main .cp-anchor-menu ul li.cp-inner:last-child {
  margin-right: 0;
}
main .cp-anchor-menu ul li.cp-inner::before,
main .cp-anchor-menu ul li.cp-inner::after {
  display: none;
}

main .cp-anchor-menu ul li.cp-inner a {
  color: #1d6cbc;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
      letter-spacing: -0.05em;
  white-space: nowrap;
  font-weight: 700;
      width: 100%;
    display: block;
        line-height: 1.5;
    padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  main .cp-anchor-menu ul li.cp-inner a {
    font-size: 11px;
    font-size: 1.1rem;
    padding-bottom: 7px;
  }
}

main .cp-anchor-menu ul li.cp-inner a::before {
  content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto;
    display: inline-block;
    border: 0;
    border-radius: 0;
    width: 24px;
    height: 7px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000775.svg) 0 0 no-repeat;
  background-size: 24px 7px;
}
@media screen and (max-width: 768px) {
  main .cp-anchor-menu ul li.cp-inner a::before {
    bottom: -15px;
      width: 15px;
      height: 5px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000775.svg) 0 0 no-repeat;
    background-size: 15px 5px;
  }
}


main .cp-anchor-menu ul li.cp-inner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: 0 auto;
    display: inline-block;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(0deg) skew(0deg,0deg);
    width: 24px;
    height: 7px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000775.svg) 0 0 no-repeat;
  background-size: 24px 7px;
}
@media screen and (max-width: 768px) {
  main .cp-anchor-menu ul li.cp-inner a::after {
    bottom: -12px;
      width: 15px;
      height: 5px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000775.svg) 0 0 no-repeat;
    background-size: 15px 5px;
  }
}






/* ==========================================================================
Q＆A アコーディオン
========================================================================== */
main .cp-accordion {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  main .cp-accordion {
      margin: 0;
  }
}

main .cp-accordion-title {
  position: relative;
  margin-bottom: 0;
  padding: 35px 30px 35px 56px;
  font-size: 18px;
  font-size: 1.8rem;
  border: 0;
  border-bottom: 1px solid #dedede;
  background-color: inherit;
  color: #1d6cbc;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main .cp-accordion-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 21px 35px 21px 42px;
  }
}

main .cp-accordion-title::before {
  content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: inherit;
    margin: auto 0;
    background-color: inherit;
    width: 40px;
    height: 40px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000773.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
@media screen and (max-width: 768px) {
  main .cp-accordion-title::before {
    margin: auto 0;
      width: 30px;
      height: 30px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000773.png) 0 0 no-repeat;
    background-size: 30px 30px;
  }
}

main .cp-accordion-title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 24px;
    height: 7px;
    background-color: inherit;
  background: url(/nyushi/albums/css/basic1-common1/abm00000775.svg) 0 0 no-repeat;
  background-size: 24px 7px;
}
@media screen and (max-width: 768px) {
  main .cp-accordion-title::after {
      width: 15px;
      height: 5px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000775.svg) 0 0 no-repeat;
    background-size: 15px 5px;
  }
}



main .cp-accordion.active .cp-accordion-title {
  border-bottom: none;
}
main .cp-accordion.active .cp-accordion-title::before {
  opacity: 1;
}
main .cp-accordion.active .cp-accordion-title::after {
  -moz-transform: rotate3d(1,0,0,180deg);
  -webkit-transform: rotate3d(1,0,0,180deg);
  -o-transform: rotate3d(1,0,0,180deg);
  -ms-transform: rotate3d(1,0,0,180deg);  
}

main .cp-accordion-title .cp-inner {
  line-height: 1.6;
}

main .cp-accordion-content {
  margin: 0;
  padding: 0 0 21px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 768px) {
  main .cp-accordion-content {
    padding: 0 0 10px;
  }
}

main .cp-accordion-content .cp-inner {
  position: relative;
  background: #eaf4fe;
  padding: 23px 20px 25px 81px;
}
@media screen and (max-width: 768px) {
  main .cp-accordion-content .cp-inner {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 10px 14px 49px;
  }
}


main .cp-accordion-content .cp-inner::before {
  content: "";
    position: absolute;
    top: 19px;
    bottom: 0;
    left: 20px;
    right: inherit;
    margin: 0;
    background-color: inherit;
    width: 40px;
    height: 40px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000774.png) 0 0 no-repeat;
  background-size: 40px 40px;
}
@media screen and (max-width: 768px) {
  main .cp-accordion-content .cp-inner::before {
    top: 10px;
    left: 10px;
      width: 30px;
      height: 30px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000774.png) 0 0 no-repeat;
    background-size: 30px 30px;
  }
}


/* ==========================================================================
ボタンの幅調整
========================================================================== */
main .btn-white.longest {
  width: 480px;
}
@media screen and (max-width: 768px) {
  main .btn-white.longest {
    width: auto;
  }
}


/* ==========================================================================
枠付き見出し
========================================================================== */
.border-ttl {
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    color: #1d6cbc;
    position: relative;
    text-align: center;
    padding: 20px 0;
    z-index: 10;
}
@media screen and (max-width: 768px) {
  .border-ttl {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 11px 15px;
    letter-spacing: -0.05em;
  }
}

.border-ttl::before {
    background: #fff;
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 5px;
}
@media screen and (max-width: 768px) {
  .border-ttl::before {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    padding: 3px;
  }
}

.border-ttl::after {
    z-index: -2;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #87b8ea;
    background: -moz-linear-gradient(left, #87b8ea 0%, #87b8ea 50%, #3f87d0 50%, #3f87d0 100%);
    background: -webkit-linear-gradient(left, #87b8ea 0%,#87b8ea 50%,#3f87d0 50%,#3f87d0 100%);
    background: linear-gradient(to right, #87b8ea 0%,#87b8ea 50%,#3f87d0 50%,#3f87d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b8ea', endColorstr='#3f87d0',GradientType=1 );
}


/* ==========================================================================
日付装飾(ニュース詳細)
========================================================================== */
.date-news {
  line-height: 1;
  width: 126px;
  padding: 10px 5px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d6cbc;
  text-align: center;
  background: #fff;
  border: 1px solid #1d6cbc;
  margin-left: auto;
    margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
  .date-news {
      margin-bottom: -10px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 5px;
  width: 80px;
  }
}



/* ==========================================================================
コンテンツ内容(ニュース詳細)
========================================================================== */
.content-box {
  margin: 40px 0 70px;
}
@media screen and (max-width: 768px) {
  .content-box {
      margin: 40px 0 70px;
  }
}
.content-box strong {
  font-weight: bold;
}

.content-box .cp-all {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .content-box .cp-all {
      display: block;
  }
  .content-box .cp-all img {
      width: 100%;
  }
}

.content-box .cp-img-item.cp-img-l {
  margin-right:10px;
}
@media screen and (max-width: 768px) {
  .content-box .cp-img-item.cp-img-l {
    margin-right:0;
  }
}


/* ==========================================================================
SPサイズのテーブル調整
========================================================================== */
@media screen and (max-width: 768px) {
  .fee-table06 {
      width: 200%;
      margin-bottom: -230px;
      transform: translate(-25%, -35%) scale(0.5);
  }
}

@media screen and (max-width: 768px) {
  .fee-table05 {
      width: 200%;
      margin-bottom: -230px;
      transform: translate(-25%, -35%) scale(0.5);
  }
}

@media screen and (max-width: 768px) {
  .fee-table04 {
      width: 200%;
      margin-bottom: -230px;
      transform: translate(-25%, -35%) scale(0.5);
  }
}


@media screen and (max-width: 768px) {
  .fee-table03 {
      width: 200%;
      margin-bottom: -230px;
      transform: translate(-25%, -35%) scale(0.5);
  }
}

@media screen and (max-width: 768px) {
  .fee-table02 {
      width: 200%;
      margin-bottom: -155px;
      transform: translate(-25%, -35%) scale(0.5);
  }
}


@media screen and (max-width: 768px) {
  .fee-table01 {
      width: 200%;
      margin-bottom: -155px;
      transform: translate(-25%, -35%) scale(0.5);
  }
}

@media screen and (max-width: 768px) {
  .admission-policy-table {
    width: 200%;
    margin-bottom: -538px;
    transform: translate(-25%, -26%) scale(0.5);
  }
}
@media screen and (max-width: 475px) {
  .admission-policy-table {
    margin-bottom: -611px;
  }
}
@media screen and (max-width: 375px) {
  .admission-policy-table {
    margin-bottom: -673px;
  }
}




/* ==========================================================================
SPサイズだけアコーディオン（入試）
========================================================================== */
.listBox {
  position: relative;
  z-index: 2;
  margin: 120px 0 0;
}
.listBox:last-of-type {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .listBox {
    margin: 25px 0 0;
  }
  .listBox:last-of-type {
    margin-bottom: 25px;
  }
}

.listBox .two-btn{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .listBox .two-btn{
    display: block;
    padding: 0;
    max-width: 380px;
  }

  .listBox .two-btn .btn-white.long {
    width: 100%;
  }
  .listBox .btn-white.long .inner-btn {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .listBox .btn-white {
    margin-bottom: 20px;
  }
  .listBox .btn-white:last-of-type {
    margin-bottom: 0;
  }
}


.listBox dt {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  color: #1d6cbc;
  position: relative;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .listBox dt {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    padding: 11px 50px 11px 15px;
    letter-spacing: -0.05em;
  }
}

.listBox dt:before {
    background: #fff;
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
  bottom: 5px;
    padding: 5px;
}
@media screen and (max-width: 768px) {
  .listBox dt:before {
      top: 3px;
      left: 3px;
      right: 3px;
    bottom: 3px;
      padding: 3px;
  }
}

.listBox dt:after {
    z-index: -2;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #87b8ea; /* Old browsers */
  background: -moz-linear-gradient(left, #87b8ea 0%, #87b8ea 50%, #3f87d0 50%, #3f87d0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #87b8ea 0%,#87b8ea 50%,#3f87d0 50%,#3f87d0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #87b8ea 0%,#87b8ea 50%,#3f87d0 50%,#3f87d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b8ea', endColorstr='#3f87d0',GradientType=1 ); /* IE6-9 */
}

@media screen and (max-width: 768px) {
  .listBox dt h3::after {
    content: '';
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000739.svg) no-repeat;
    background-size: 50px 50px;
  }
  .listBox dt.open {
    border-bottom: none;
  }
  .listBox dt.open h3::after {
    width: 50px;
    height: 50px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000740.svg) no-repeat;
    background-size: 50px 50px;
  }
}

.listBox dd {
  padding: 56px 30px 0;
}
@media screen and (max-width: 768px) {
  .listBox dd {
    display: none;
    padding: 0;
  }
  .listBox dd.open {
  }
}

.listBox dd h4 {
  color: #1d6cbc;
  font-size: 25px;
  font-size: 2.5rem;
  position: relative;
  padding-left: 49px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .listBox dd h4 {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 40px;
  }
}

.listBox dd h4:before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000727.svg) no-repeat;
  background-size: 28px 28px;
}
@media screen and (max-width: 768px) {
  .listBox dd h4:before {
  width: 20px;
  height: 20px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000727.svg) no-repeat;
  background-size: 20px 20px;
  }
}


/* ==========================================================================
入試情報INDEXページの下部
========================================================================== */
.bg-wrap.change .cp-h3-text {
  font-size: 34px;
  font-size: 3.4rem;
  max-width: inherit;
  margin: 58px auto 50px;
  width: 718px;
  line-height: 1;
  letter-spacing: .04em;
}
@media screen and (max-width: 768px) {
  .bg-wrap.change .cp-h3-text {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
    line-height: 1.4;
    padding-bottom: 5px;
    margin: 12px auto 16px;
  }
}

.bg-wrap.change .cp-all {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .bg-wrap.change .cp-all {
    margin: 20px 0 0;
  }
}

.bg-wrap.change .cp-wp {
  background: #fff;
  border: 0;
  border-radius: 10px;
  padding: 47px 40px;
}
@media screen and (max-width: 768px) {
  .bg-wrap.change .cp-wp {
    border-radius: 5px;
    padding: 20px 15px;
  }
}



/* ==========================================================================
レスポンシブチェック
========================================================================== */
#responsibleCheck {
  width: 1px;
  height: 0;
}
@media screen and (max-width: 768px) {
  #responsibleCheck {
    width: 2px;
  }
}


/* ==========================================================================
キャリアプラン
========================================================================== */
.career-plan-box {
  margin: 90px 0 0;
}
@media screen and (max-width: 768px) {
  .career-plan-box {
    margin: 45px 0 0;
  }
}


.career-plan-box h2 {
  text-align: center;
  color: #1d6cbc;
}

.career-plan-box h2 .upper-ttl {
    font-size: 40px;
    font-size: 4rem;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 25px;
    padding: 0 30px 11px;
}
@media screen and (max-width: 768px) {
  .career-plan-box h2 .upper-ttl {
      font-size: 22px;
      font-size: 2.2rem;
      padding: 0 17px 8px;
      margin-bottom: 21px;
  }
}


.career-plan-box h2 .upper-ttl::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 1px;
    background: #1d6cbc;
}
.career-plan-box h2 .upper-ttl::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 1px;
    background: #1d6cbc;
}

.career-plan-box h2 .under-ttl {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
  .career-plan-box h2 .under-ttl {
      font-size: 16px;
      font-size: 1.6rem;
  }
}

.career-plan-box .ttl-area {
  margin-top: 40px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .career-plan-box .ttl-area {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}



.career-plan-box .ttl-area h3 {
    border-bottom: dotted 2px #1d6cbc;
    padding-bottom: 10px;
    margin-bottom: 28px;
    color: #1d6cbc;
    font-size: 24px;
    font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .career-plan-box .ttl-area h3 {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.4;
      margin-bottom: 24px;
  }
}


.career-plan-box .ttl-area .main-txt {
    color: #535353;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .career-plan-box .ttl-area .main-txt {
      font-size: 12px;
      font-size: 1.2rem;
  }
}


.career-plan-box .career-plan-area {
  border: 1px solid #1d6cbc;
  padding: 49px;
}
@media screen and (max-width: 768px) {
  .career-plan-box .career-plan-area {
      padding: 22px;
  }
}

.career-plan-box .career-plan-area h4 {
  color: #1d6cbc;
  line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .career-plan-box .career-plan-area h4 {
      font-size: 16px;
      font-size: 1.6rem;
  }
}

main .career-plan-box .career-plan-area .list-txt {
  margin-left: 0;
}

.career-plan-box .career-plan-area .list-txt li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.2;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .career-plan-box .career-plan-area .list-txt li {
      font-size: 12px;
      font-size: 1.2rem;
  }
}


.career-plan-box .career-plan-area .img-box {
  margin: 38px 0 0;
}



/* ==========================================================================
ストライプの枠
========================================================================== */
.stripe-box {
    padding: 4px;
    position: relative;
    z-index: 0;
    margin: 0 auto 120px;
    padding: 70px 47px 50px;
}
@media screen and (max-width: 768px) {
  .stripe-box {
    margin: 0 auto 60px;
    padding: 40px 23px 25px;
  }
}

.stripe-box::before {
    background: repeating-linear-gradient(-45deg, #b2d2ea, #b2d2ea 4px, #ffffff 0, #ffffff 8px);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}
.stripe-box::after {
    background: #fff;
    content: '';
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    z-index: -1;
}

.stripe-box .support {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff100;
    color: #1d6cbc;
    text-align: center;
    max-width: 590px;
    font-size: 40px;
    font-size: 4rem;
  line-height: 1;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .stripe-box .support {
    top: -16px;
    max-width: 282px;
      font-size: 22px;
      font-size: 2.2rem;
      padding: 6px 0;
      white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .stripe-box .btn-white.long.pdf {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: -.05em;
  }
  .stripe-box .btn-white.long.pdf .inner-btn::before {
    left: -27px;
    width: 20px;
      height: 22px;
      background: url(/nyushi/albums/css/basic1-common1/abm00001028.svg) center center no-repeat;
      background-size: contain;
  }
  .stripe-box .btn-white.long.pdf svg {
    right: 7px;
      width: 25px;
      height: 9px;
  }
}

/* 3段リストの調整 */
.stripe-box .cp-vertical .cp-vertical-l,
.stripe-box .cp-vertical .cp-vertical-item {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .stripe-box .cp-vertical .cp-vertical-l,
  .stripe-box .cp-vertical .cp-vertical-item {
    width: 100%;
  }
}

.stripe-box .cp-vertical .cp-vertical-l {
  margin-right: 63px;
}
@media screen and (max-width: 768px) {
  .stripe-box .cp-vertical .cp-vertical-l {
    margin-right: 0;
  }
  .stripe-box .cp-it.cp-vertical.cp-all.last {
    margin-bottom: 0 !important;
  }
}

.stripe-box .cp-vertical .cp-vertical-l .cp-h3-text,
.stripe-box .cp-vertical .cp-vertical-item .cp-h3-text {
  font-size: 2.2rem;
  border: 0;
  padding: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  .stripe-box .cp-vertical .cp-vertical-l .cp-h3-text,
.stripe-box .cp-vertical .cp-vertical-item .cp-h3-text {
    font-size: 1.9rem;
    padding: 5px 0 10px;
  }
}



/* ==========================================================================
背景色の指定
========================================================================== */
.bg-wrap {
  position: relative;
  z-index: 10;
}

.bg-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    z-index: -1;
    display: block;
    width: 200vw;
    height: 100%;
    background: #eaf4fe;
}


/* ==========================================================================
３つのポイント
========================================================================== */
.three-point-box {
}
@media screen and (max-width: 768px) {
  .three-point-box {
  }
}

.three-point-box h2 {
  line-height: 1;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  color: #1d6cbc;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .three-point-box h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
}

.three-point-box h2 .tops-txt {
  color: #e60012;
  font-size: 44px;
  font-size: 4.4rem;
  position: relative;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .three-point-box h2 .tops-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.three-point-box h2 .tops-txt::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  background: #e60012;
}
@media screen and (max-width: 768px) {
  .three-point-box h2 .tops-txt::before {
    bottom: -5px;
  }
}

.three-point-box h2 .tops-txt::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  background: #e60012;
}
@media screen and (max-width: 768px) {
  .three-point-box h2 .tops-txt::after {
    bottom: -3px;
  }
}


.three-point-box h2 .tops-txt .tops {
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .three-point-box h2 .tops-txt .tops {
    font-size: 30px;
    font-size: 3rem;
  }
}

.three-point-box .point-list {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .three-point-box .point-list {
    margin-bottom: 30px;
  }
}

.three-point-box .point-list:last-of-type {
  margin-bottom: 0;
}

.three-point-box .point-list h3 {
  display: -ms-flexbox;
  display: flex;
  border-bottom: dotted 2px #1d6cbc;
  padding-bottom: 13px;
  margin-bottom: 28px;
  color: #1d6cbc;
}
@media screen and (max-width: 768px) {
  .three-point-box .point-list h3 {
  -ms-flex-align: center;
      align-items: center;
    padding-bottom: 6px;
    margin-bottom: 16px;
  }
}

.three-point-box .point-list h3 .point-num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff100;
  text-align: center;
  font-weight: 600;
  border-radius: 17px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 20px;
  padding: 5px 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .three-point-box .point-list h3 .point-num {
    -ms-flex-direction: column;
        flex-direction: column;
    border-radius: 100%;
    padding: 7px;
    width: 45px;
    height: 45px;
    margin-right: 7px;
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .three-point-box .point-list h3 .point-num span {
    display: inline-block;
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.three-point-box .point-list h3 .point-num .notoserif {
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .three-point-box .point-list h3 .point-num .notoserif {
    padding-left: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

.three-point-box .point-list h3 .point-txt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .three-point-box .point-list h3 .point-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.three-point-box .point-list .main-txt {
  color: #535353;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .three-point-box .point-list .main-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}



/* ==========================================================================
進路・就職(見出し)
========================================================================== */
.ttl-course-box {
  position: relative;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1001px) {
  .ttl-course-box {
    min-width: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ttl-course-box {
    min-width: 100%;
  }
}


.ttl-course-box .ttl-course-inner {
  color: #1d6cbc;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .ttl-course-box .ttl-course-inner {
    margin-top: 40px;
  }
}

.ttl-course-box .ttl-course-inner .tops {
  position: relative;
  min-height: 159px;
  display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
  .ttl-course-box .ttl-course-inner .tops {
    min-height: 138px;
  }
}

.ttl-course-box .ttl-course-inner .tops .ttl {
  font-size: 22px;
  font-size: 2.2rem;
    position: relative;
}
@media screen and (max-width: 768px) {
  .ttl-course-box .ttl-course-inner .tops .ttl {
    font-size: 14px;
    font-size: 1.4rem;
        line-height: 1.5;
  }
}


.ttl-course-box .ttl-course-inner .tops::before {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  left: 79px;
  width: 116px;
  height: 278px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000683.svg) 0 0 no-repeat;
  background-size: 116px 278px;
}
@media screen and (max-width: 768px) {
  .ttl-course-box .ttl-course-inner .tops::before {
    left: -55px;
    width: 207px;
    height: 231px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000683.svg) 0 0 no-repeat;
    background-size: 207px 231px;
  }
}

.ttl-course-box .ttl-course-inner .tops::after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  right: 79px;
  width: 116px;
  height: 278px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000687.svg) 0 0 no-repeat;
  background-size: 116px 278px;
}
@media screen and (max-width: 768px) {
  .ttl-course-box .ttl-course-inner .tops::after {
    right: -55px;
    width: 207px;
    height: 231px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000687.svg) 0 0 no-repeat;
    background-size: 207px 231px;
  }
}

.ttl-course-box .ttl-vol-inner .tops .ttl {
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  padding: 19px 0 0;
}
@media screen and (max-width: 768px) {
  .ttl-course-box .ttl-vol-inner .tops .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.11em;
    padding: 10px 0 0;
  }
}



/* ==========================================================================
学生紹介（メインビジュアル）
========================================================================== */
.pagetitle-wrap.study-abroad {
  overflow: inherit;
}

main .pagetitle-wrap.study-abroad::before {
  background-position: left 0;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  main .pagetitle-wrap.study-abroad::before {
    background-position: 3vw 9px;
  }
}
@media screen and (max-width: 475px) {
  main .pagetitle-wrap.study-abroad::before {
    background-position: -39px 9px;
  }
}


.pagetitle-wrap.study-abroad .pagetitle-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction:inherit;
  flex-direction: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad .pagetitle-inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad .img-box {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad .status-box {
    margin-left: 27.866666666666667%;
    width: 72.13333333333334%;
  }
}

.pagetitle-wrap.study-abroad .name-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad .name-area {
    display: block;
    margin-left: 14.683919%;
  }
}

.pagetitle-wrap.study-abroad .name-area .names {
  color: #1d6cbc;
  font-size: 24px;
  font-size: 2.4rem;
  transform: skewX(-15deg);
    background-color: #fff100;
    margin: 0 0 0 -20px;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad .name-area .names {
  font-size: 12px;
  font-size: 1.2rem;
    transform: skewX(0deg);
    white-space: nowrap;
    margin: 0;
  }
}

.pagetitle-wrap.study-abroad .name-area .names span {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad .name-area .names span {
  font-size: 10px;
  font-size: 1rem;
  }
}

.pagetitle-wrap.study-abroad .name-area .names-inner {
    transform: skewX(15deg);
    text-align: center;
    padding: 10px 23px 10px 36px;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad .name-area .names-inner {
    transform: skewX(0deg);
    text-align: left;
    padding: 0 10px;
  }
}

.pagetitle-wrap.study-abroad .name-area .ex-txt {
  color: #1d6cbc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height:1.6;
  padding: 7px 10px 7px 27px;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad .name-area .ex-txt {
  font-size: 9px;
  font-size: 0.9rem;
  padding: 8px 10px;
  white-space: nowrap;
  }
}

.pagetitle-wrap.study-abroad .read-txt {
  color: #1d6cbc;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
    padding: 31px 0 74px;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad .read-txt {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 0px 33px;
  margin-left: 14.683919%;
  }
}

.pagetitle-wrap.study-abroad h1 {
  color: #1d6cbc;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad h1 {
  position: relative;
  z-index: 10;
  margin-bottom: -45px;
  }
}

.pagetitle-wrap.study-abroad h1 .tops {
  font-size: 35px;
  font-size: 3.5rem;
  padding: 4px 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad h1 .tops {
  font-size: 20px;
  font-size: 2rem;
  padding: 0 10px;
  white-space: nowrap;
  letter-spacing: -0.05em;
  }
}

.pagetitle-wrap.study-abroad h1 .bottoms {
  font-size: 40px;
  font-size: 4rem;
  background: #fff100;
  padding: 4px 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad h1 .bottoms {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0 10px;
  white-space: nowrap;
  letter-spacing: .02em;
  }
}

.pagetitle-wrap.study-abroad h1 .bottoms .before-txt {
  color: #e60012;
}


/* 卒業生用 */
main .pagetitle-wrap.study-abroad.alumni::before {
    background-position: center;
    top: 0;
    left: 0;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.alumni {
    padding-top: 300px;
  }
}

/*土屋さん*/
@media screen and (max-width: 768px) {
  main .pagetitle-wrap.study-abroad.alumni::before {
      background-position: -43vw 0;
      top: 0;
      left: inherit;
      background-size: cover;
  }
}
@media screen and (max-width: 475px) {
  main .pagetitle-wrap.study-abroad.alumni::before {
      background-position: -230px 0;
      top: 0;
      left: inherit;
      background-size: cover;
  }
}







.pagetitle-wrap.study-abroad.alumni .status-box {
  margin-top: 130px;
  margin-left: 44.9%;
  width: 55.00000000000001%;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.alumni .status-box {
    margin-top: 57px;
    margin-left: 27.866666666666667%;
    width: auto;
  }
  .pagetitle-wrap.study-abroad.alumni .name-area {
    margin-left: 7.683919%;
  }
}

/* 3行目パターン */
.pagetitle-wrap.study-abroad.alumni .name-area.three .names-inner {
  padding: 21px 23px 20px 36px;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.alumni .name-area.three .names-inner {
    padding: 0 10px;
  }
}

.pagetitle-wrap.study-abroad.alumni .read-txt.three {
    padding: 26px 0 56px;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.alumni .read-txt.three {
    padding: 15px 0 36px;
    margin-left: 7.683919%;
    font-size: 15px;
    font-size: 1.5rem;
    min-height: 114px;
  }
  .pagetitle-wrap.study-abroad.alumni .read-txt.three br {
    display: none;
  }
}

/* 4行目パターン */
.pagetitle-wrap.study-abroad.alumni .name-area.four .names-inner {
  padding: 33px 23px 33px 36px;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.alumni .name-area.four .names-inner {
    padding: 0 10px;
  }
}

.pagetitle-wrap.study-abroad.alumni .read-txt.four {
    padding: 19px 0 38px;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.alumni .read-txt.four {
    padding: 15px 0 36px;
    margin-left: 7.683919%;
    font-size: 15px;
    font-size: 1.5rem;
    min-height: 98px;
  }
  .pagetitle-wrap.study-abroad.alumni .read-txt.four br {
    display: none;
  }
}




/* 留学生用 */
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.international-student {
    padding-top: 260px;
  }
}

.pagetitle-wrap.study-abroad.international-student .img-box {
  width: 44.9%;
}

.pagetitle-wrap.study-abroad.international-student .status-box {
  width: 55.00000000000001%;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.international-student .status-box {
    margin-top: 57px;
    width: auto;
  }
}

.pagetitle-wrap.study-abroad.international-student .read-txt {
    padding: 38px 0 65px;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.international-student .read-txt {
    padding: 11px 0 13px;
  }
}


/* 在学生用 */
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.student {
    padding-top: 260px;
  }
}

.pagetitle-wrap.study-abroad.student .img-box {
  width: 50%;
}

.pagetitle-wrap.study-abroad.student .status-box {
  width: 50%;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.student .status-box {
    margin-top: 66px;
    width: auto;
  }
}

.pagetitle-wrap.study-abroad.student .read-txt {
    padding: 31px 0 115px;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pagetitle-wrap.study-abroad.student .read-txt {
    padding: 15px 0 38px;
  }
}



/* ==========================================================================
留学先の枠
========================================================================== */
.frame-box .frame-box-inner {
  border: 1px solid #61afeb;
  background: #fff;
  color: #1d6cbc;
  padding: 13px 30px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .frame-box {
    padding: 0 25px;
  }
  .frame-box .frame-box-inner {
    display: block;
    padding: 7px 15px;
    line-height: 1.8;
  }
}

.frame-box  p{
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .frame-box  p {
  font-size: 12px;
  font-size: 1.2rem;
  }
}



.frame-box .ttl {
  font-weight: 700;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .frame-box .ttl {
  margin-right: 0;
  }
}

.frame-box .period {
  margin-left: 58px;
}
@media screen and (max-width: 768px) {
  .frame-box .period {
  margin-left: 0;
  }
}

.frame-box .point {
  font-weight: 700;
}



/* ==========================================================================
下部のアンカーリンク
========================================================================== */
.under-list-wrap {
  width: 1000px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1001px) {
  .under-list-wrap {
      width: 100%;
      min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .under-list-wrap {
    min-width: 100%;
    margin: 40px auto 0;
  }
}

.under-list-wrap ul {
  border: 1px solid #1d6cbc;
  margin: 0;
}

.under-list-wrap ul a {
  color: #1d6cbc;
  font-weight: 600;
  padding: 10px 20px 10px 19px;
  display: block;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  .under-list-wrap ul a {
    padding: 12px 9px 12px 9px;
  }
}

.under-list-wrap ul li.anker-non a {
  pointer-events: none;
}

.under-list-wrap ul li.anker-non a:hover {
  opacity: 1 !important;
}

.under-list-wrap ul li {
  border-bottom: 1px solid #1d6cbc;
}


.under-list-wrap ul li:last-child {
  border-bottom: none;
}

.under-list-wrap ul .link-inner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .under-list-wrap ul .link-inner {
    height: 15px;
  }
}

.under-list-wrap ul .link-inner::after {
  content: "";
  top: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  right: 20px;
  margin: auto 0;
  margin-left: auto;
  width: 23px;
  height: 11px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000689.svg) 0 0 no-repeat;
  background-size: 23px 11px;
}
@media screen and (max-width: 768px) {
  .under-list-wrap ul .link-inner::after {
    width: 17px;
    height: 11px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000689.svg) 0 0 no-repeat;
    background-size: 17px 12px;
  }
}


.under-list-wrap ul li.anker-non .link-inner::after {
  transform: rotate(-90deg);
}

.under-list-wrap ul .vol {
  color: #1d6cbc;
  background: #fff100;
  text-align: center;
  width: 78px;
  font-size: 15px;
  font-size: 1.5rem;
  white-space: nowrap;
  border-radius: 11px;
  line-height: 23px;
  font-weight: 700;
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .under-list-wrap ul .vol {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 15px;
  margin-right: 8px;
  width: 39px;
  }
}

.under-list-wrap ul .txt {
  color: #1d6cbc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .under-list-wrap ul .txt {
  font-size: 10px;
  font-size: 1rem;
    white-space: nowrap;
    letter-spacing: -0.05em;
  }
}


/* ==========================================================================
先輩たちの座談会(向き合うとわかりますか？の見出し)
========================================================================== */
.ttl-vol-box {
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .ttl-vol-box {
      padding-top: 65px;
  }
}

main .ttl-vol-box::before {
    /*content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    top: 0;
    z-index: -1;
    display: block;
    width: 200vw;
    height: 100%;
    background-position: center top;
    background-size: cover;*/
    content: '';
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    background-position: center top;
    background-size: auto 400px;
}

@media screen and (max-width: 1001px) {
  main .ttl-vol-box::before {
    left: 0;
    width: 100%;
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  main .ttl-vol-box::before {
    /*left: 0;
    width: 100%;
    min-width: inherit;*/
    left: -15px;
    right: -15px;
    width: calc(100% + 30px);
    min-width: inherit;
    background-size: cover;
  }
}

.ttl-vol-box .ttl-vol-inner {
  background: #fff;
  color: #1d6cbc;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 768px) {
  .ttl-vol-box .ttl-vol-inner {
    margin: 0;
  }
}

.ttl-vol-box .ttl-vol-inner .tops {
  position: relative;
  min-height: 143px;
  padding: 41px 0 0;
}
@media screen and (max-width: 768px) {
  .ttl-vol-box .ttl-vol-inner .tops {
    padding: 19px 0 0;
    min-height: inherit;
  }
}


.ttl-vol-box .ttl-vol-inner .tops::before {
  content: '';
  z-index: 10;
  position: absolute;
  top: -21px;
  left: 121px;
  width: 116px;
  height: 278px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000683.svg) 0 0 no-repeat;
  background-size: 116px 278px;
}
@media screen and (max-width: 768px) {
  .ttl-vol-box .ttl-vol-inner .tops::before {
    top: -5px;
    left: 5px;
    width: 50px;
    height: 118px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000683.svg) 0 0 no-repeat;
    background-size: 50px 118px;
  }
}


.ttl-vol-box .ttl-vol-inner .tops::after {
  content: '';
  z-index: 10;
  position: absolute;
  top: -21px;
  right: 121px;
  width: 116px;
  height: 278px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000687.svg) 0 0 no-repeat;
  background-size: 116px 278px;
}
@media screen and (max-width: 768px) {
  .ttl-vol-box .ttl-vol-inner .tops::after {
    top: -5px;
    right: 5px;
    width: 50px;
    height: 118px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000687.svg) 0 0 no-repeat;
    background-size: 50px 118px;
  }
}

.ttl-vol-box .tops .white-bg {
  position: absolute;
  top: 126px;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 11;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .ttl-vol-box .tops .white-bg {
    top: 66px;
  }
}


.ttl-vol-box .ttl-vol-inner .tops img {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .ttl-vol-box .ttl-vol-inner .tops img {
    max-width: 125px;
  }
}

.ttl-vol-box .ttl-vol-inner .tops .ttl {
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  padding: 19px 0 0;
}
@media screen and (max-width: 768px) {
  .ttl-vol-box .ttl-vol-inner .tops .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.11em;
    padding: 10px 0 0;
  }
}

.ttl-vol-box .ttl-vol-inner .main-ttl {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
    position: relative;
    z-index: 12;
    padding: 39px 0 0;
}
@media screen and (max-width: 768px) {
  .ttl-vol-box .ttl-vol-inner .main-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 25px 0 0;
    letter-spacing: -.05em;
  }
}




/* ==========================================================================
先輩たちの座談会(参加者紹介リスト)
========================================================================== */
.participant-box {
  padding: 4px; /* 内側の余白 */
  position: relative;
  z-index: 0;
  margin: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .participant-box {
    margin: 0 0 60px;
  }
}

.participant-box::before {
  background: repeating-linear-gradient(-45deg, #b2d2ea, #b2d2ea 4px, #ffffff 0, #ffffff 8px); /* ストライプの色 */
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.participant-box::after{
  background: #fff; /* 背景色 */
  content: '';
  position: absolute;
  top: 4px; /* ストライプ部分の太さ・上 */
  bottom: 4px;  /* ストライプ部分の太さ・下 */
  left: 4px;  /* ストライプ部分の太さ・左 */
  right: 4px; /* ストライプ部分の太さ・右 */
  z-index: -1;
}

.participant-box .ttl {
  position: absolute;
  top: -40px;
  left: 29px;
  transform: skewX(-15deg); /*transformで曲げる*/
  background-color: #fff100;
  color: #1d6cbc;
  max-width: 400px;
  font-size: 40px;
  font-size: 4rem;
  padding: 0 81px 0 80px;
}
@media screen and (max-width: 768px) {
  .participant-box .ttl {
    top: -20px;
    left: 15px;
    font-size: 20px;
    font-size: 2rem;
    max-width: inherit;
    padding: 0 41px 0 40px;
  }
}

.participant-box .ttl-inner {
  text-align: center;
  letter-spacing: .09em;
  transform: skewX(15deg);
  font-family: 'Noto Serif JP', serif;
}

.participant-box .ttl-inner span {
  color: #e60012;
}

.participant-box ul {
  margin: 86px 0 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .participant-box ul {
    margin: 43px 0 14px;
  }
}

.participant-box ul li {
  margin-right: 61px;
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .participant-box ul li {
    width: 38.69565217391304%;
    margin-right: 8.840579710144928%;
    margin-bottom: 25px;
  }
  .participant-box ul li:nth-child(2n) {
    margin-right: 0;
  } 
}


@media screen and (min-width: 768px) {
  .participant-box ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.participant-box ul li .panel {
  color: #1d6cbc;
  border-left: 1px solid #217fc4;
  border-bottom: 1px solid #217fc4;
  padding: 10px 0 5px 20px;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .participant-box ul li .panel {
    margin: 5px 0 0;
    padding: 7px 0 9px 10px;
  }
}

.participant-box ul li .panel .read {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .participant-box ul li .panel .read {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 9px;
  }
}

.participant-box ul li .panel .name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .participant-box ul li .panel .name {
    font-size: 10px;
    font-size: 1.0rem;
  }
}

.participant-box ul li .panel .subject {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .participant-box ul li .panel .subject {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}


/* ==========================================================================
slickの調整(卒業生の個所)
========================================================================== */
.senior-students-lists.main .senior-students-panel {
  width: 100%;
  height: auto;
  background: none;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .senior-students-lists.main .senior-students-panel {
      width: 247px;
  }
}

.senior-students-lists.main .senior-students-panel::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 93.5%;
    display: inline-block;
    background: #fff100;
    transform: skewX(-13deg);
}

.senior-students-lists.main .senior-students-wrap .senior-students-panel .subject {
  padding-top: 7px;
    padding-bottom: 15px;
    line-height: 1.4;
}




/* ==========================================================================
向き合う画像の調整
========================================================================== */
.top-admissions-copy.main {
  padding-bottom: 30px;
  background: none;
}
@media screen and (max-width: 768px) {
  .page .top-admissions-copy.main .inner {
    padding-left:0;
    padding-right:0;
  }
}

@media screen and (max-width: 768px) {
  .top-admissions-copy {
      padding-top: 40px;
      padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .top-admissions-copy .top-admissions-copy-text-wrap,
  .top-admissions-copy .top-admissions-copy-text-wrap-right {
    min-height: inherit;
  }
}


/* ==========================================================================
向き合う画像の調整(先輩たちの声)
========================================================================== */
.top-admissions-copy.senpai {
  padding-bottom: 30px;
  padding-top: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .page .top-admissions-copy.senpai .inner {
    padding-left:0;
    padding-right:0;
  }
}

@media screen and (max-width: 768px) {
  .inner.senpai {
      padding-left:0;
      padding-right:0;
  }
}


/* ==========================================================================
先輩voice
========================================================================== */
.main-senior-voice-wrap {
  position: relative;
  height: 450px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap {
    height: inherit;
    margin-bottom: 24px;
  }
}

.main-senior-voice-wrap .inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  height: 600px;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .inner {
    position: relative;
    width: 100%;
    left: inherit;
    height: inherit;
    transform: inherit;
    padding-left: 0;
    padding-right: 0;
  }
}

.main-senior-voice-wrap .main-senior-voice-wrap-ph {
  position: absolute;
  width: 800px;
  height: 450px;
  top: 0;
}
.main-senior-voice-wrap .main-senior-voice-wrap-ph img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-wrap-ph {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
  }
  .main-senior-voice-wrap .main-senior-voice-wrap-ph img {
    max-width: 450px;
    width: 93.33333333333333%;
  }
}

.main-senior-voice-wrap .main-senior-voice-wrap-ph.campuslife-item::before {
  position: absolute;
  right: 10px;
  top: 15px;
  content: '';
  display: block;
  width: 90px;
  height: 306px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000415.svg) no-repeat;
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-wrap-ph.campuslife-item::before {
    right: 0;
    width: 35px;
    height: 138px;
    background-size: cover;
  }
}

.main-senior-voice-wrap .main-senior-voice-text-wrap {
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  width: 540px;
  position: absolute;
  bottom: 116px;
}
.main-senior-voice-wrap .main-senior-voice-text-wrap.bottoms {
  width: 593px;
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-text-wrap {
    background: white;
    width: 93.33333333333333%;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    position: relative;
    bottom: inherit;
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
    left: -15px;
  }
  .main-senior-voice-wrap .main-senior-voice-text-wrap.bottoms {
    width: 93.33333333333333%;
  }
}

.main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-voice-text-title-wrap {
  width: 100%;
}

.main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-voice-text-title-item {
  width: 200px;
  line-height: 1;
  margin-bottom: 15px;
}

.main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-voice-text-title {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #1d6cbc;
  padding: 19px 20px;
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-voice-text-title {
    font-size: 20px;
    font-size: 2rem;
    padding: 8px 10px;
  }
}

.main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-sub-title {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background: #fff100;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-sub-title {
    padding: 0 0 0 10px;
  }
}


.main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-catch {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #1d6cbc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 6;
  letter-spacing: 0.2rem;
  transform: skewX(-13deg);
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-catch {
  font-size: 9px;
  font-size: 0.9rem;
  padding-right: 17px;
  }
}

.main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-catch::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #1d6cbc;
  margin-right: -10px;
  margin-left: 3px;
  transform: skewX(13deg);
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-catch::after {
    width: 30px;
  }
}

.main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-text {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  color: #1d6cbc;
  z-index: 5;
  letter-spacing: 0.15em;
  padding: 16px 20px 16px 0;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-text {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: normal;
    padding: 6px 7px 6px 0;
  }
}

.main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-text .big-txt {
  color:#e60012;
}

.main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-voice-text-desc-wrap {
  width: 460px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d6cbc;
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-voice-text-desc-wrap {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-voice-text-desc-wrap .morebt.left {
    margin-left: auto;
    margin-right: auto;
  }
}

.main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-voice-text-desc {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-text-wrap .main-senior-voice-text-desc {
    text-align: center;
  }
}

.main-senior-voice-wrap .main-senior-voice-text-wrap a {
  opacity: 1;
}

.main-senior-voice-wrap .main-senior-voice-text-wrap a:hover {
  opacity: 1;
}

.main-senior-voice-wrap .main-senior-voice-text-wrap a:hover svg polyline {
  animation: btn-arrow ease-out 0.5s;
}

.main-senior-voice-wrap .main-senior-voice-text-wrap.wrap-min {
  min-height: 240px;
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap .main-senior-voice-text-wrap.wrap-min {
    min-height: inherit;
  }
}


/* 右側のレイアウト */
.main-senior-voice-wrap.right .main-senior-voice-text-wrap .main-senior-voice-text-title-wrap {
  text-align: right;
}

.main-senior-voice-wrap.right .main-senior-voice-text-wrap .main-senior-voice-text-title-wrap .main-senior-sub-title {
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.main-senior-voice-wrap.right .main-senior-voice-wrap-ph {
  right: 0;
}
@media screen and (max-width: 768px) {
  .main-senior-voice-wrap.right .main-senior-voice-wrap-ph {
    text-align: right;
  }

  .page .main-senior-voice-wrap.right .main-senior-voice-wrap-ph {
    right: -15px;
  }
  
}


/* 左側のレイアウト */
.main-senior-voice-wrap.left .main-senior-voice-text-wrap {
  right: 0;
}
@media screen and (max-width: 768px) {
  .main-senior-voice-wrap.left .main-senior-voice-text-wrap {
    margin-left:6.666666666666667%;
    right: -15px;
    left: inherit;
  }
}

.main-senior-voice-wrap.left .main-senior-voice-text-wrap .main-senior-voice-text-title-wrap {
  text-align: left; 
}


.main-senior-voice-wrap.left .main-senior-voice-text-wrap .main-senior-voice-text-title-wrap .main-senior-sub-title {
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.main-senior-voice-wrap.left .main-senior-voice-wrap-ph {
  left: 0;
}
@media screen and (max-width: 768px) {
  .main-senior-voice-wrap.left .main-senior-voice-wrap-ph {
    text-align: left;
  }

  .page .main-senior-voice-wrap.left .main-senior-voice-wrap-ph {
    left: -15px;
  }
  
}


.main-senior-voice-wrap.left .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-catch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .main-senior-voice-wrap.left .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-catch {
  /*padding-right: 17px;*/
  }
}

.main-senior-voice-wrap.left .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-catch span {
  padding: 0 0 0 70px;
}
@media screen and (max-width: 768px) {
 .main-senior-voice-wrap.left .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-catch span {
  padding: 0 0 0 35px;
  }
}

.main-senior-voice-wrap.left .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-catch::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .main-senior-voice-wrap.left .main-senior-voice-text-wrap .main-senior-sub-title .main-senior-sub-title-catch::after {
    width: 30px;
  }
}


/* ==========================================================================
共通ブロックエリアの改修
========================================================================== */
.cp-h2-text.tops.abroad {
    padding-top: 75px !important;
}
@media screen and (max-width: 768px) {
  .cp-h2-text.tops.abroad {
    padding-top: 30px !important;
    margin-bottom: 10px !important;
  }
}

/* コンテンツベース */
.cp-all.abroad {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .cp-all.abroad {
    margin: 0;
  }
}

/* コンテンツ画像ベース */
.cp-horizontal .cp-horizontal-img.abroad {
  width: 500px !important;
}
@media screen and (max-width: 768px) {
  .cp-horizontal .cp-horizontal-img.abroad {
    width: 100% !important;
  }
}

/* コンテンツベース */
.cp-ti-text.cp-horizontal-text.left {
  margin-right: 0 !important;
  width: 500px !important;
}
@media screen and (max-width: 768px) {
  .cp-ti-text.cp-horizontal-text.left {
    width: 100% !important;
  }
}

.cp-it-text.cp-horizontal-text.right {
  margin-left: 0 !important;
  width: 500px !important;
}
@media screen and (max-width: 768px) {
  .cp-it-text.cp-horizontal-text.right {
    width: 100% !important;
  }
}

/* 見出しベース */
.cp-it-text.cp-horizontal-text.right .cp-h3-text {
  margin-top: 0;
  margin-bottom: 21px !important;
  padding-bottom: 4px;
  font-size: 3.4rem !important;
  padding-left: 50px !important;
}
@media screen and (max-width: 768px) {
  .cp-it-text.cp-horizontal-text.right .cp-h3-text {
      margin-top: 10px !important;
      margin-bottom: 15px !important;
      padding-bottom: 10px;
      font-size: 1.6rem !important;
      padding-left: 0 !important;
  }
}

.cp-ti-text.cp-horizontal-text.left .cp-h3-text {
  margin-top: 0;
  margin-bottom: 21px !important;
  padding-bottom: 4px;
  font-size: 3.4rem !important;
  padding-right: 50px !important;
}
@media screen and (max-width: 768px) {
  .cp-ti-text.cp-horizontal-text.left .cp-h3-text {
      margin-top: 10px !important;
      margin-bottom: 15px !important;
      padding-bottom: 10px;
      font-size: 1.6rem !important;
      padding-right: 0 !important;
  }
}

.cp-h3-text.fre {
  letter-spacing: -.05em;
}


/* テキストベース */
.cp-it-text.cp-horizontal-text.right p {
  padding-left: 50px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .cp-it-text.cp-horizontal-text.right p {
      padding-left: 0;
  }
}

.cp-it-text.cp-horizontal-text.right .cp-wp {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .cp-it-text.cp-horizontal-text.right .cp-wp {
      margin-left: 0;
  }
}

.cp-ti-text.cp-horizontal-text.left p {
  padding-right: 50px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .cp-ti-text.cp-horizontal-text.left p {
      padding-right: 0;
  }
}

.cp-ti-text.cp-horizontal-text.left .cp-wp {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .cp-ti-text.cp-horizontal-text.left .cp-wp {
      margin-right: 0;
  }
}




.cp-ti-text.cp-horizontal-text.point-left {
    margin-right: 55px !important;
    width: 450px !important;
}
@media screen and (max-width: 768px) {
  .cp-ti-text.cp-horizontal-text.point-left {
     margin-right: 0 !important;
      width: 100% !important;
  }
}

.point-right {
    margin-left: 55px !important;
    width: 450px !important;
}
@media screen and (max-width: 768px) {
  .point-right {
     margin-left: 0 !important;
      width: 100% !important;
  }
}

.mos-txt {
  margin: -37px 0 0;
}

.point-ryugaku {
  margin-top: 36px;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .point-ryugaku {
    margin-top: 0;
    max-width: 380px;
    font-size: 12px !important;
      font-size: 1.2rem !important;
      letter-spacing: -0.01em !important;
  }
  .point-ryugaku .inner-btn {
    line-height: 1.4 !important; 
  }
  .point-ryugaku .inner-btn::before {
    left: -42px !important; 
  }
}




.border-ttl {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .border-ttl {
    margin-top: 40px;
  }
}

.two-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 1001px) {
}

@media screen and (max-width: 768px) {
  .two-btn {
      flex-direction: column;
      width: 100%;
  }
}

.two-btn .btn-white.long {
  margin-left: 0;
  margin-right: 40px;
  width: 450px;
}

@media screen and (max-width: 768px) {
  .two-btn .btn-white.long {
      margin-right: 0;
      width: 100%;
  }
  .btn-white.long.pdf .inner-btn {
line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .btn-white.long + .btn-white.long{
      margin-top: 20px;
  }
}

.two-btn .btn-white.long:nth-child(2n) {
  margin-right: 0;
}

.two-btn + .two-btn {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .two-btn + .two-btn {
    margin-top: 20px;
  }
}

.two-btn + .border-ttl {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .two-btn + .border-ttl {
    margin-top: 40px;
  }
}

/*地球市民学科*/
/*囲み見出し*/
.wrap-midashi {
  font-size: 24px;
  font-size: 2.4rem;
  background: #82d591;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 17px;
  border-radius: 50px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .wrap-midashi {
    font-size: 16px;
    font-size: 1.6rem;
  }
}


.pickup-ico {
  position: relative;
  z-index: 1;
}

.department-pickup-wrap.pickup4 {
  position: relative;
  z-index: 0;
}


/*文化史学科*/
.department-pickup-wrap.pickup5 {
  position: relative;
  z-index: 0;
}

.department-pickup-wrap.pickup4 .text-img .img-wrap img,
.department-pickup-wrap.pickup5 .text-img .img-wrap img {
    width: 50%;
}



.br-elem.ie {
  display: none;
}


/* ==========================================================================
フォーム関連スタイル
========================================================================== */
.admi-area #cypochiform {
  margin: -10px 0 0;
}
@media screen and (max-width: 768px) {
  .admi-area #cypochiform {
   margin: -15px 0 0;
  }
}

.document-area #cypochiform {
  margin: -40px 0 0;
}
@media screen and (max-width: 768px) {
  .document-area #cypochiform {
   margin: -40px 0 0;
  }
}


#inputPage {
  margin: 0 0 -60px;
}

#formTtl {
  font-size:16px;
  font-weight:bold;
  margin-bottom:15px;
  display: none;
}

#formTxt{
  margin-bottom:20px;
}
#formTxt strong{
  font-weight: normal;
}

#formTxtError {
  color: #e60012;
  margin-bottom: 20px;
}

.errorMsg {
  background:#CC3300;
  color:#fff;
  font-size:11px;
  float:left;
  padding:2px 3px;
  margin:3px;
}

/* 全体包括 */
#inputPage {
}

#inputPage div {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #inputPage div {
    line-height: 1.7;
  }
}

#inputPage div a,
#formTable td.ttl a {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #inputPage div a,
  #formTable td.ttl a {
    padding-left: 22px;
  }
}

#inputPage div a::before,
#formTable td.ttl a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  z-index: 10;
  width: 21px;
  height: 18px;
  background: url(/nyushi/albums/css/basic1-common1/abm00000993.svg) no-repeat center center;
  background-size: 21px 18px;
}
@media screen and (max-width: 768px) {
  #inputPage div a::before,
  #formTable td.ttl a::before {
    width: 15px;
    height: 13px;
    background: url(/nyushi/albums/css/basic1-common1/abm00000993.svg) no-repeat center center;
    background-size: 15px 13px;
  }
}

/*------------------------------------------------------------*/
/*-- hr --*/
/*------------------------------------------------------------*/
hr.horizonType,
hr.longType {
  width:100%;
  border:0;
  height:1px;
  margin:15px 0;
}
hr.longType,
hr.horizonType {
  background:#E7E7E9;
  color:#E7E7E9;
}


/*------------------------------------------------------------*/
/*-- table --*/
/*------------------------------------------------------------*/
#formTable {
  margin: 20px 0 0;
  color: #535353;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border-collapse: collapse;
  border-top: 2px solid #1d6cbc;
}
@media screen and (max-width: 768px) {
  #formTable{
    margin: 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    border-top: 1px solid #1d6cbc;
  }
}

#formTable tr {
  border-bottom: #1d6cbc 1px dotted;
}

#formTable tr:nth-last-of-type(2) {
  border-bottom: 2px solid #1d6cbc;
}
@media screen and (max-width: 768px) {
  #formTable tr:nth-last-of-type(2) {
    border-bottom: 1px solid #1d6cbc;
  }
}


#formTable tr:last-of-type {
  border-bottom: none;
}

#formTable th {
  color: #1d6cbc;
  font-size: 1.8rem;
  font-weight: normal;
  width: 310px;
  padding: 29px 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #formTable th {
    width: 100%;
    padding: 19px 10px;
    font-size: 1.4rem;
    justify-content: end;
  }
}

#formTable td {
  font-size: 1.8rem;
  padding: 29px 20px 29px 0;
}
@media screen and (max-width: 768px) {
  #formTable td {
    width: 100%;
    display: block;
    padding: 0px 10px 19px 10px;
  }
}

#formTable th,
#formTable td {
  border: none;
  vertical-align: top;
  background: #fff;
}

/* テーブルの中のタイトル */
#formTable td.ttl {
  padding: 40px 29px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #formTable td.ttl {
    padding: 18px 10px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}




#q_0_family,
#q_0_first,
#q_11_family,
#q_11_first {
  width: 270px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  padding: 4px 10px 5px 10px;
}
@media screen and (max-width: 768px) {
  #q_0_family,
  #q_0_first,
  #q_11_family,
  #q_11_first {
    width: 97px;
    padding: 1px 10px;
  }
}

#q_0_family {
  margin-right: 31px;
}
@media screen and (max-width: 768px) {
  #q_0_family {
     margin-right: 15px;
  }
}

#q_11_family {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #q_11_family {
     margin-right: 15px;
  }
}

#q_2_first,
#q_2_family,
#q_1_family,
#q_1_first,
#q_12_family,
#q_12_first {
  width: 270px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  padding: 4px 10px 5px 10px;
}
@media screen and (max-width: 768px) {
  #q_2_first,
  #q_2_family,
  #q_1_family,
  #q_1_first,
  #q_12_family,
  #q_12_first {
    width: 97px;
    padding: 1px 10px;
  }
}

#q_12_family {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #q_12_family {
     margin-right: 15px;
  }
}


#q_11_family,
#q_11_first {
  margin-left: 8px;
}

#q_2_first,
#q_12_family,
#q_12_first {
  margin-left: 8px;
}

#formTable .note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1 !important;
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  #formTable .note {
    font-size: 10px;
    font-size: 1rem;
  }
}

#formTable .formError {
  color: #e60012;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #formTable .formError {
    line-height: 1;
  }
}

.document-area #formTable tr:nth-of-type(19) th .tableTtl {
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .document-area #formTable tr:nth-of-type(19) th .tableTtl {
    width: 100%;
  }
  .document-area #formTable tr:nth-of-type(19) th .mustArea {
    margin: 10px 0 0;
  }
}

.document-area #formTable tr:nth-of-type(2) .note {
  line-height: 1.6 !important;
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  .document-area #formTable tr:nth-of-type(2) .note {
    padding-top: 17px;
  }
}

@media screen and (max-width: 768px) {
  .document-area #formTable tr:nth-of-type(6) th,
  .document-area #formTable tr:nth-of-type(7) th,
  .document-area #formTable tr:nth-of-type(15) th,
  .document-area #formTable tr:nth-of-type(16) th,
  .document-area #formTable tr:nth-of-type(21) th {
    padding-bottom: 26px;
  }
}

.document-area #formTable tr:nth-of-type(22) {
  border-bottom: 0;
}

.document-area #formTable tr:nth-of-type(22) td.ttl {
    font-size: 1.6rem;
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .document-area #formTable tr:nth-of-type(22) td.ttl {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
.document-area #formTable tr:nth-of-type(23) td.ttl {
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .document-area #formTable tr:nth-of-type(23) td.ttl {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------*/
/*-- table title --*/
/*------------------------------------------------------------*/
#formTable .tableTtl {
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #formTable .tableTtl{
    line-height: 1;
  }
}

/* 必須 */
#formTable .tableMust {
  font-weight: normal;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #formTable .tableMust {
    line-height: 1;
  }
}

.admi-area .cp-all,
.document-area .cp-all,
.practice-area .cp-all {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .admi-area .cp-all,
  .document-area .cp-all,
  .practice-area .cp-all {
    margin: 0 0 43px;
  }
  .admi-area .cp-external::after,
  .document-area .cp-external::after,
  .practice-area .cp-external::after {
    display: none;
  }
}

.practice-area #formTable .tableMust {
  margin-left: 158px;
}
@media screen and (max-width: 768px) {
  .practice-area #formTable .tableMust {
    margin-left: 0;
  }
}

#formTable .tableMust .mustArea {
  background:#e60012;
  font-size:16px;
  font-size: 1.6rem;
  color:#fff;
  width: 73px;
  border-radius: 5px;
  padding:2px 21px;
}
@media screen and (max-width: 768px) {
  #formTable .tableMust .mustArea {
    font-size:10px;
    font-size: 1rem;
    padding: 1px 6px;
    width: auto;
    margin-left: 10px;
  }
}


/*------------------------------------------------------------*/
/*-- formSelect --*/
/*------------------------------------------------------------*/
#formTable select::-ms-expand {
  display: none;
}
#formTable select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.1em;
  border: 1px solid #BBB;
  position: relative;
  background: url(/nyushi/albums/css/basic1-common1/abm00001031.svg) no-repeat;
  background-size: 28px 10px;
  background-position: right 10px center;
}


/*------------------------------------------------------------*/
/*-- formName --*/
/*------------------------------------------------------------*/
#formTable .formName {
  margin: 0;
}

#formTable .formName tr {
  border: 0;
}

#formTable .formName td {
  padding: 0;
}

#formTable .formName td > div {
  display: -ms-flexbox;
  display: flex;
}

#formTable .formName td div > div {
  float: none !important;
  width: auto !important;
  display: -ms-flexbox;
  display: flex;
}

#formTable .formName + .note {
  margin: 0 0 0 48px;
}
@media screen and (max-width: 768px) {
  #formTable .formName + .note {
    font-size: 1rem;
     margin: 0 0 0 29px;
  }
}

#formTable .nameArea {
  width: 41px;
  vertical-align: middle;
  line-height: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #formTable .nameArea {
    width: 22px;
    line-height: 30px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

/*------------------------------------------------------------*/
/*-- formInput --*/
/*------------------------------------------------------------*/

#formTable .formInput input{
  width:60%;
}

/*------------------------------------------------------------*/
/*-- formTel --*/
/*------------------------------------------------------------*/
#formTable .formTel {
  margin: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  #formTable .formTel {
    margin: 0;
  }
}


#formTable .formTel tr {
  border: none;
}

#formTable .formTel td {
  padding: 0;
}

#formTable .telArea {
  width: 25px;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #formTable .telArea {
    width: 22px;
    text-align: center;
    line-height: 34px;
    display: inline-block;
  }
}

#formTable .telInput {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #formTable .telInput {
    width: 75px;
    display: inline-block;
  }
}

#formTable .telInput input {
  width: 150px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  padding: 8px 10px 8px 10px;
}
@media screen and (max-width: 768px) {
  #formTable .telInput input {
    width: 75px;
    padding: 0 10px;
  }
}

/*------------------------------------------------------------*/
/*-- 件名 学校名 --*/
/*------------------------------------------------------------*/
#formTable #q_8,
#formTable #q_4,
#formTable #q_16 {
  width: 670px !important;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  padding: 8px 10px 8px 10px;
}
@media screen and (max-width: 768px) {
  #formTable #q_8,
  #formTable #q_4,
  #formTable #q_16 {
    width: 100% !important;
    margin-top: 15px;
    padding: 0 10px;
  }
}


/*------------------------------------------------------------*/
/*-- formTextBox --*/
/*------------------------------------------------------------*/
#formTable .formTextBox textarea {
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  padding: 8px 10px 8px 10px;
  width: 100% !important;
  height: 150px !important;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  #formTable .formTextBox textarea {
    padding: 0 10px;
    height: 130px !important;
    min-height: 130px;
  }
}


/*------------------------------------------------------------*/
/*-- formPost --*/
/*------------------------------------------------------------*/
#formTable .formPost {
  margin: 0;
  width: auto;
}

#formTable .formPost td {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #formTable .formPost td {
    display: inline-block;
  }
}

#formTable .postArea1{
  width:28px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #formTable .postArea1{
    line-height: 34px;
    font-size: 1.4rem;
    width: 20px;
  }
}

#formTable .postArea2{
  width: 25px;
  line-height: 50px;
  text-align:center;
}
@media screen and (max-width: 768px) {
  #formTable .postArea2{
    line-height: 34px;
  }
}

#formTable .postInput1,
#formTable .postInput1 input{
  width: 150px;
  border-radius: 5px;
  padding: 8px 10px 8px 10px;
}
@media screen and (max-width: 768px) {
  #formTable .postInput1,
  #formTable .postInput1 input{
    padding: 0 10px;
    width: 75px;
  }
}

#formTable .postInput2,
#formTable .postInput2 input{
  width: 210px;
  border-radius: 5px;
  padding: 8px 10px 8px 10px;
}
@media screen and (max-width: 768px) {
  #formTable .postInput2,
  #formTable .postInput2 input{
    padding: 0 10px;
    width: 106px;
  }
}

/*------------------------------------------------------------*/
/*-- select --*/
/*------------------------------------------------------------*/
#q_3_prefecture,
#q_8_prefecture {
  font-size: 1.5rem;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  padding: 10px 40px 10px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #q_3_prefecture,
  #q_8_prefecture {
    padding: 7px 40px 7px 10px;
    font-size: 1.3rem;
  }
}

#q_6,
#q_14 {
  font-size: 1.5rem;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  padding: 10px 40px 10px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #q_6,
  #q_14 {
    padding: 7px 40px 7px 10px;
    font-size: 1.3rem;
  }
}

#q_7,
#q_15 {
  font-size: 1.5rem;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  padding: 10px 40px 10px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #q_7,
  #q_15 {
    padding: 7px 37px 7px 10px;
    font-size: 1.3rem;
  }
}


/*------------------------------------------------------------*/
/*-- formCity --*/
/*------------------------------------------------------------*/
#formTable .formCity {
  margin: 26px 0;
}
@media screen and (max-width: 768px) {
  #formTable .formCity {
    margin: 13px 0;
  }
}

#formTable .formCity td {
  padding: 0;
}

#formTable .cityArea{
  display: inline-block;
  margin-right: 10px;
  vertical-align:middle;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #formTable .cityArea{
    margin-right: 6px;
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------*/
/*-- formPost --*/
/*------------------------------------------------------------*/
#formTable .formPlace{
  width: 100%;
  margin: 0;
}

#formTable .formPlace .placeInput {
  padding: 0;
}

#formTable .formPlace textarea {
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    padding: 8px 10px 8px 10px;
    width: 100% !important;
    height: 150px !important;
    min-height: 150px;
}
@media screen and (max-width: 768px) {
  #formTable .formPlace textarea {
    padding: 0 10px;
    height: 130px !important;
    min-height: 130px;
  }
}

/*------------------------------------------------------------*/
/*-- formMail --*/
/*------------------------------------------------------------*/
#formTable .formMail {
  width: 100%;
  margin: 0;
}

#formTable .formMail tr {
  border: none;
}

#formTable .mailArea {
  color:#e60012;
  font-size: 1.6rem;
  border: none;
  padding: 10px 0 4px;
}
@media screen and (max-width: 768px) {
  #formTable .mailArea {
    font-size: 1.1rem;
    padding: 10px 0 2px;
  }
}

#formTable .mailInput {
  padding: 0;
}

#formTable .mailInput input {
  width: 500px !important;
  border-radius: 5px;
    border: 1px solid #bfbfbf;
    padding: 8px 10px 8px 10px;
}
@media screen and (max-width: 768px) {
  #formTable .mailInput input {
    width: 100% !important;
    padding: 0 10px;
  }
}

/*------------------------------------------------------------*/
/*-- formMail --*/
/*------------------------------------------------------------*/
#formTable .formBtn{
    margin: 0 auto;
    width: auto;
}

#formTable .formBtn tr {
　border: none;
}

#formTable .formBtn td {
  padding: 60px 25px 0;
}
@media screen and (max-width: 768px) {
  #formTable .formBtn td {
    padding: 30px 0 0;
  }
}

.lineType#formTable .formBtn td{
background:#E7E7E9;
width:182px;
}

#formTable .btnSubmit,#formTable .btnRewrite,.lineType#formTable .btnSubmit,.lineType#formTable .btnRewrite{
  padding-right:10px;
}

#submitPage #formTable .btnSubmit{
  padding-right:0;
}

#formTable .btnSubmit input {
  background:url(../images/btn_submit.jpg) no-repeat left top;
  width:182px;
  height:37px;
  padding-top:37px;
  overflow-y:hidden;
  cursor:pointer;
  border:none;
}

#formTable .submit {
  width: 400px;
  height: 75px;
  font-size:22px;
  font-size: 2.2rem;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  background: #3f87d0;
  border: none;
  text-align: center;
  border-radius: 37px;
  font-weight: normal;
  margin: 0 auto;
  transition: .2s;
}
@media screen and (min-width: 768px) {
  #formTable .submit:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  #formTable .submit {
    width: 250px;
    font-size:14px;
    font-size: 1.4rem;
    height: 45px;
    border-radius: 22px;
  }
}

/* 書き直す */
#formTable .reset {
  width: 400px;
  height: 75px;
  font-size:22px;
  font-size: 2.2rem;
  font-weight: normal;
  padding: 10px;
  color: #2e77c2;
  cursor: pointer;
  background: #eeeff0;
  border: none;
  border-radius: 37px;
  text-align: center;
  margin: 0 auto;
  transition: .2s;
}
@media screen and (min-width: 768px) {
  #formTable .reset:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  #formTable .reset{
    width: 250px;
    font-size:14px;
    font-size: 1.4rem;
    height: 45px;
    padding: 0;
    border-radius: 22px;
  }
}


/* 戻る */
#formTable .btnReturn input {
  width: 400px;
  height: 75px;
  font-size:22px;
  font-size: 2.2rem;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  background: #3f87d0;
  border: none;
  text-align: center;
  border-radius: 37px;
  font-weight: normal;
  margin: 0 auto;
  transition: .2s;
}
@media screen and (min-width: 768px) {
  #formTable .btnReturn input:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  #formTable .btnReturn input{
    width: 250px;
    font-size:14px;
    font-size: 1.4rem;
    height: 45px;
    padding: 0;
    border-radius: 22px;
  }
}


#formTable .btnRewrite input{
  background:url(../images/btn_rewrite.jpg) no-repeat left top;
  width:182px;
  height:37px;
  padding-top:37px;
  overflow-y:hidden;
  cursor:pointer;
  border:none; 
}

#formTable .btnSend input{
  background:url(../images/btn_send.jpg) no-repeat left top;
  width:182px;
  height:37px;
  padding-top:37px;
  overflow-y:hidden;
  cursor:pointer;
  border:none; 
}

#formTable .btnReset input{
  background:url(../images/btn_reset.jpg) no-repeat left top;
  width:182px;
  height:37px;
  padding-top:37px;
  overflow-y:hidden;
  cursor:pointer;
  border:none;
}

/*------------------------------------------------------------*/
/*-- formSex --*/
/*------------------------------------------------------------*/
#formTable .formSex{
  width:100%;
}

#formTable .sexInput{
  width:50%;
}

#formTable .sexInput input {
  margin-right:0.5em;
}

/*------------------------------------------------------------*/
/*-- cp-external --*/
/*------------------------------------------------------------*/

.admi-area .cp-external::after {
  display: none;
}

/*------------------------------------------------------------*/
/*-- fromEnquete --*/
/*------------------------------------------------------------*/

#formTable .fromEnquete .EnqueteTitle, 
#formTable .fromEnquete .EnqueteAnswer {
  padding:10px;
}
#formTable .fromEnquete .EnqueteAnswer p {
  line-height:200%;
}


/*------------------------------------------------------------*/
/*-- formCheck --*/
/*------------------------------------------------------------*/
#formTable .formCheck{
  width:auto;
  margin: 0;
}

#formTable .formCheck tr {
  border: none;
}

#formTable .checkInput {
  padding: 0;
  white-space: nowrap;
  line-height: 40px;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #formTable .checkInput {
    font-size: 1.2rem;
    line-height: 30px;
  }
}

/* 幅を指定 */
.admi-area #formTable .checkInput {
  width: 317px;
}
.document-area #formTable .checkInput {
  width: 317px;
}


#q_13_radio .checkInput {
  width: 90px !important;
}
@media screen and (max-width: 768px) {
  #q_13_radio .checkInput {
    display: inline-block;
    width: 70px !important;
  }
}

#q_21_radio .checkInput,
#q_18_radio .checkInput {
  width: 110px !important;
}
@media screen and (max-width: 768px) {
  #q_21_radio .checkInput,
  #q_18_radio .checkInput {
    display: inline-block;
    width: 85px !important;
  }
}


/*------------------------------------------------------------*/
/*-- radio --*/
/*------------------------------------------------------------*/
#formTable .checkInput input[type="radio"] {
  display: none;
}

#formTable .checkInput input[type="radio"] + label {
  padding-left: 25px;
  position:relative;
}
@media screen and (max-width: 768px) {
  #formTable .checkInput input[type="radio"] + label {
    padding-left: 23px;
  }
}

#formTable .checkInput input[type="radio"] + label::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 4px auto 0;
  width: 18px;
  height: 18px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #formTable .checkInput input[type="radio"] + label::before{
    width: 14px;
    height: 14px;
    margin: 3px auto 0;
  }
}

#formTable .checkInput input[type="radio"]:checked + label::after{
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 6px;
  width: 6px;
  height: 6px;
  background: #313131;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #formTable .checkInput input[type="radio"]:checked + label::after{
    width: 6px;
    height: 6px;
    top: 7px;
    left: 4px;
  }
}

/*------------------------------------------------------------*/
/*-- checkbox --*/
/*------------------------------------------------------------*/
#formTable .checkInput input[type="checkbox"] {
  display: none;
}

#formTable .checkInput input[type="checkbox"] + label {
  padding-left: 25px;
  position:relative;
}
@media screen and (max-width: 768px) {
  #formTable .checkInput input[type="checkbox"] + label {
    padding-left: 23px;
  }
}

#formTable .checkInput input[type="checkbox"] + label::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 4px auto 0;
  width: 18px;
  height: 18px;
  border: 1px solid #bfbfbf;
}
@media screen and (max-width: 768px) {
  #formTable .checkInput input[type="checkbox"] + label::before{
    width: 14px;
    height: 14px;
    margin: 3px auto 0;
  }
}

#formTable .checkInput input[type="checkbox"]:checked + label::after{
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 6px;
  width: 6px;
  height: 6px;
  background: #313131;
}
@media screen and (max-width: 768px) {
  #formTable .checkInput input[type="checkbox"]:checked + label::after{
    width: 6px;
    height: 6px;
    top: 7px;
    left: 4px;
  }
}


/*------------------------------------------------------------*/
/*-- other input --*/
/*------------------------------------------------------------*/
#formTable .checkInput input[name="q_6_4514_text"] {
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  padding: 3px 10px;
  margin: 0 0 0 15px;
  width: 286px;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  #formTable .checkInput input[name="q_6_4514_text"] {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    width: auto;
    width: 200px;
    margin: 0 0 0 8px;
  }
}

#formTable .checkInput input[name="q_9_4670_text"],
#formTable .checkInput input[name="q_17_4613_text"] {
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  padding: 3px 10px;
  width: 286px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 2px;
  left: 90px;
}
@media screen and (max-width: 768px) {
  #formTable .checkInput input[name="q_9_4670_text"],
  #formTable .checkInput input[name="q_17_4613_text"] {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    width: auto;
    width: 200px;
    margin: 0 0 0 8px;
    position: static;
  }
}





/*------------------------------------------------------------*/
/*-- formPrivacy --*/
/*------------------------------------------------------------*/
#formTable td.formPrivacy {
  padding:0;
}
#formTable div.formPrivacy {
  overflow-y:scroll;
}
#formTable div.formPrivacy {
  padding:10px 20px;
}

/*------------------------------------------------------------*/
/*-- 送信完了スタイル --*/
/*------------------------------------------------------------*/
form.comp #formTable {
  border-bottom: 0 !important;
}

form.comp #formTable tr:nth-last-of-type(2) {
  border-bottom: #1d6cbc 1px dotted;
}

form.comp #formTable tr:last-of-type {
  border-bottom: 0;
}



/*------------------------------------------------------------*/
/*-- clearfix --*/
/*------------------------------------------------------------*/
 
.clearfix:after {  
content: ".";   
   display: block;   
   height: 0;   
   clear: both;   
     visibility: hidden;  
}  
 .clearfix {  
     display: inline-block;  
     min-height: 1%;  
 }  
 /* Hides from IE-mac \*/  
 * html .clearfix {  
    height: 1%;  
 }  
 .clearfix {  
     display: block;  
 }  
 /* End hide from IE-Mac */  
 
 
/*------------------------------------------------------------*/
/*-- submit --*/
/*------------------------------------------------------------*/

.submit{
  width:130px;
  height:50px;
  margin-right:30px;
  font-size:16px;
  font-weight:bold;
  padding: 4px 10px;
  color: #fff;
  cursor: pointer;
  background: #F29201;
  border:1px solid #f9ab6b;
  border-radius: 0px 0px 0px 0px;
}

/*------------------------------------------------------------*/
/*-- reset --*/
/*------------------------------------------------------------*/
.reset{
  width:130px;
  height:50px;
  font-size:16px;
  font-weight:bold;
  padding: 4px 10px;
  color: #666;
  background: #d9d9d9;
  border:1px solid #BBBBBB;
}

span.edit_success { color:#61915D;font-weight:bold; }

input[type="text"] {
  border:1px solid #BBBBBB;
}

.w5 { width: 5px!important; }
.w10 { width: 10px!important; }
.w15 { width: 15px!important; }
.w20 { width: 20px!important; }
.w25 { width: 25px!important; }
.w30 { width: 30px!important; }
.w35 { width: 35px!important; }
.w40 { width: 40px!important; }
.w45 { width: 45px!important; }
.w50 { width: 50px!important; }
.w55 { width: 55px!important; }
.w60 { width: 60px!important; }
.w65 { width: 65px!important; }
.w70 { width: 70px!important; }
.w75 { width: 75px!important; }
.w80 { width: 80px!important; }
.w85 { width: 85px!important; }
.w90 { width: 90px!important; }
.w95 { width: 95px!important; }
.w100 { width: 100px!important; }
.w130 { width: 100px!important; }
.w150 { width:150px!important; }
.w160 { width:160px!important; }
.w170 { width:170px!important; }
.w180 { width:180px!important; }
.w190 { width:190px!important; }
.w200 { width:200px!important; }
.w250 { width:250px!important; }
.w300 { width:300px!important; }
.w350 { width:350px!important; }
.w400 { width:400px!important; }
.w450 { width:450px!important; }
.w500 { width:500px!important; }

.errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -.9em;
  font-size: 14px;
  font-weight:bold;
  width:auto;
}

.formError {
  padding-bottom: 13px;
  display: block;
}
.fixed {
  padding-bottom: 0;
}

  .formError .formErrorClose {
    border: solid #252525 2px;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
    right: -4px;
    color: #efefef;
    background: #333;
    font-weight: bold;
    text-align: center;
    line-height: middle;
    cursor: pointer;
    box-shadow: 1px -1px 3px #888;
    -moz-box-shadow: 1px -1px 3px #888;
    -webkit-box-shadow: 1px -1px 3px #888;
    _z-index:2;
  }
  .formError .formErrorClose:hover {
    background: #666;
  }
  .fixed .formErrorClose {
    display: none;
  }
  
  .formError .formErrorContent {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px;
    width: 140px;
    position:relative;
    color: #fff;
    background: #252525;
    font-size: 11px;
    box-shadow: 0px 0px 6px #888;
    -moz-box-shadow: 0px 0px 6px #888;
    -webkit-box-shadow: 0px 0px 6px #888;
    _z-index:1;
  }
  .fixed .formErrorContent {
    margin-top: .5em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #FD0008;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .fadeOut {
    opacity: .2;
    filter: alpha(opacity=20);
  }
  
  .formError .formErrorArrow {
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 20px;
    _z-index:0;
  }
  .fixed .formErrorArrow {
    display: none;
  }
  .formError .formErrorArrowBottom {
    margin: -6px;
    top: 0;
  }
  .fixed .formErrorArrowBottom {
    display: none;
  }
  
    .formError .formErrorArrow div {
      margin: 0 auto;
      display: block;
      height: 1px;
      background: #252525;
      line-height: 0px;
      font-size: 0px;
      box-shadow: 0px 2px 3px #888;
      -moz-box-shadow: 0px 2px 3px #888;
      -webkit-box-shadow: 0px 2px 3px #888;
    }
      .formError .formErrorArrowBottom div{
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
      }
      
    .formError .formErrorArrow .line10 {
      width: 19px;
    } 
    .formError .formErrorArrow .line9 {
      width: 17px;
    } 
    .formError .formErrorArrow .line8 {
      width: 15px;
    } 
    .formError .formErrorArrow .line7 {
      width: 13px;
    } 
    .formError .formErrorArrow .line6 {
      width: 11px;
    } 
    .formError .formErrorArrow .line5 {
      width: 9px;
    } 
    .formError .formErrorArrow .line4 {
      width: 7px;
    } 
    .formError .formErrorArrow .line3 {
      width: 5px;
    } 
    .formError .formErrorArrow .line2 {
      width: 3px;
    }
    .formError .formErrorArrow .line1{
      width: 1px;
    }


/*------------------------------------------------------------*/
/*-- 体験授業申込フォーム --*/
/*------------------------------------------------------------*/
#q_1_family {
  margin-right: 31px;
}
@media screen and (max-width: 768px) {
  #q_1_family {
     margin-right: 15px;
     margin-left: 10px;
  }
}

#q_2_family {
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  #q_2_family {
     margin-right: 6px;
     margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .practice-area #formTable {
    margin-top: 20px;
  }
}


.practice-area #q_11_date,
.practice-area #q_16_date {
    margin: 6px 0 0;
    display: block;
}
@media screen and (max-width: 768px) {
  .practice-area #q_11_date,
.practice-area #q_16_date {
    margin: 0;
  }
}

.practice-area #q_11_date select,
.practice-area #q_16_date select {
  font-size: 1.5rem;
  border-radius: 5px;
  margin-right: 10px;
  padding: 10px 40px 10px 10px;
}
@media screen and (max-width: 768px) {
.practice-area #q_11_date select,
.practice-area #q_16_date select {
padding: 7px 46px 7px 14px;
    font-size: 1.3rem;
  }
}

.practice-area #q_12_radio .checkInput,
.practice-area #q_17_radio .checkInput {
  width: 76px !important;
}
@media screen and (max-width: 768px) {
  .practice-area #q_12_radio .checkInput,
  .practice-area #q_17_radio .checkInput {
    display: block;
    width: 100% !important;
  }
}

.practice-area #q_13_radio .checkInput,
.practice-area #q_18_radio .checkInput {
  width: 220px !important;
}
@media screen and (max-width: 768px) {
  .practice-area #q_13_radio .checkInput,
  .practice-area #q_18_radio .checkInput {
    display: block;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .practice-area #formTable tr:nth-of-type(9) th {
    padding-bottom: 0;
  }
}

.practice-area #formTable tr:nth-of-type(23) {
    border-bottom: none;
}
.practice-area #formTable tr:nth-of-type(23) th {
    padding-bottom: 0;
}
.practice-area #formTable tr:nth-of-type(23) td {
 font-size: 1.6rem;
     padding-top: 37px;
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .practice-area #formTable tr:nth-of-type(23) td {
     font-size: 1.4rem;
     padding-top: 15px;
     padding-bottom: 10px;
     line-height: 1.6;
  }
}



.practice-area #formTable tr:nth-of-type(24) th {
 visibility: hidden;
}
@media screen and (max-width: 768px) {
  .practice-area #formTable tr:nth-of-type(24) th {
    display: none;
  }
}
.practice-area #formTable tr:nth-of-type(24) td {
 padding-top: 0;
}


.practice-area #formTable tr:nth-of-type(25) th .tableTtl {
    width: 124px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .practice-area #formTable tr:nth-of-type(25) th .tableTtl {
    width: 100%;
  }
}

.practice-area #formTable tr:nth-of-type(26) {
  border-bottom: 0;
}
.practice-area #formTable tr:nth-of-type(26) td.ttl {
    font-size: 1.6rem;
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .practice-area #formTable tr:nth-of-type(26) td.ttl {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
.practice-area #formTable tr:nth-of-type(27) td.ttl {
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .practice-area #formTable tr:nth-of-type(27) td.ttl {
    font-size: 1.4rem;
  }
}

/* 無効化 */
.preload {
  transition:0 !important;
}

#news-detail .content-box .cp-text.cp-text-col1.cp-wp.cp-all {
  justify-content: start;
}




/* ブロック修正 */
.cp-ti-item.cp-horizontal-item.cp-ti-r.cp-horizontal-r {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cp-ti-item.cp-horizontal-item.cp-ti-r.cp-horizontal-r {
    display: block;
  }
}

.cp-ti-text.cp-horizontal-text {
  width: 60%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .cp-ti-text.cp-horizontal-text {
    width: 100%;
    margin: 0 0 20px;
  }
}

.cp-ti-img.cp-horizontal-img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .cp-ti-img.cp-horizontal-img {
    width: 100%;
  }
}




.cp-it-item.cp-horizontal-item.cp-it-r.cp-horizontal-r {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cp-it-item.cp-horizontal-item.cp-it-r.cp-horizontal-r {
    display: block;
  }
}


/*オープンキャンパスの対応処置  */
[data-area="content"] .cp-text .cp-text-item .top-campus-area {
  display: none;
}
ul.top-campus-slider ul {
  margin: 0 !important;
}


/* ==========================================================================

テキストボタン

========================================================================== */
[data-area="content"] .button1,
[data-area="content"] .button2,
[data-area="content"] .button3 {
  display: block;
  width: 30.4347826%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .button1,
  [data-area="content"] .button2,
  [data-area="content"] .button3 {
    width: 100%;
    max-width: 100%;
  }
}

[data-area="content"] .button1 {
  margin-right: auto;
}
[data-area="content"] .button2 {
  margin: 0 auto;
}
[data-area="content"] .button3 {
  margin-left: auto;
}

[data-area="content"] .button1 .button-inner,
[data-area="content"] .button2 .button-inner,
[data-area="content"] .button3 .button-inner {
  box-sizing: border-box;
  position: relative;
}

[data-area="content"] .button1 .button-inner::after,
[data-area="content"] .button2 .button-inner::after,
[data-area="content"] .button3 .button-inner::after {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 2;
  width: 13px;
  height: 7px;
  background: url(/nyushi/albums/css/basic1-common1/abm00003322.svg) center center no-repeat;
  background-size: contain;
}

[data-area="content"] .button1 a,
[data-area="content"] .button2 a,
[data-area="content"] .button3 a {
  transition: .2s;
  font-size: 1.6rem;
  padding: 13px 30px;
  color: #fff;
  background: #1d6cbc;
  width: 100%;
  height: 100%;
  border: 1px solid #1d6cbc;
  display: block;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
  text-align: inherit;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .button1 a,
  [data-area="content"] .button2 a,
  [data-area="content"] .button3 a {
    width: 100%;
    max-width: inherit;
    font-size: 1.4rem;
    padding: 14px 15px 15px;
    text-align: center;
  }
}
[data-area="content"] .button1 a:not(.noHover):hover,
[data-area="content"] .button2 a:not(.noHover):hover,
[data-area="content"] .button3 a:not(.noHover):hover {
  opacity: .8;
}


/* ==========================================================================

ボタン（基本）

========================================================================== */
[data-area="content"] .cp-btn + [data-area="content"] .cp-btn {
  margin-top: -20px;
}

[data-area="content"] .cp-btn ul,
[data-area="content"] .cp-btn ol {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}

[data-area="content"] .cp-btn li {
  padding-left: 0;
  box-sizing: border-box;
}

[data-area="content"] .cp-btn li::after {
  position: absolute;
  content: '';
  top: 0;
  right: 20px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 2;
  width: 13px;
  height: 7px;
  background: url(/nyushi/albums/css/basic1-common1/abm00003322.svg) center center no-repeat;
  background-size: contain;
}

[data-area="content"] .cp-btn li::before {
  content: none;
}

[data-area="content"] .cp-btn.cp-btn-01 li{
  width: 100%;
}

[data-area="content"] .cp-btn.cp-btn-02 li{
  width: 46.7391304%;
}

[data-area="content"] .cp-btn.cp-btn-03 li{
  width: 30.4347826%;
}
[data-area="content"] .cp-btn.cp-btn-04 li{
  width: 21.7391304%;
}

[data-area="content"] .cp-btn.cp-btn-05 li{
  width: 18.2608695%;
}
[data-area="content"] .cp-btn li a {
  font-size: 1.6rem;
  padding: 13px 30px;
  color: #fff;
  background: #1d6cbc;
  width: 100%;
  height: 100%;
  border: 1px solid #1d6cbc;
  display: block;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn li a {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    font-size: 1.3rem;
  }
}
[data-area="content"] .cp-btn li a:not(.noHover):hover {
  opacity: .8;
}

/* 1段 */
[data-area="content"] .cp-btn.cp-btn-01 {
  max-width: 860px;
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-01 li {
    width: 100%;
  }
}
[data-area="content"] .cp-btn.cp-btn-01 li a {
    font-size: 2rem;
    padding: 20px 30px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-01 li a {
    font-size: 1.4rem;
    padding: 14px 15px 15px;
  }
}

/* 2段 */
[data-area="content"] .cp-btn.cp-btn-02 {
  /*max-width: 920px;*/
    margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-02 {
    display: block;
  }
}
[data-area="content"] .cp-btn.cp-btn-02 li {
  width: 46.7391304%;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-02 li {
    width: 100%;
    margin-bottom: 20px;
  }
  [data-area="content"] .cp-btn.cp-btn-02 li:last-child {
    margin-bottom: 0;
  }
}
[data-area="content"] .cp-btn.cp-btn-02 li a {
    font-size: 1.6rem;
    padding: 13px 30px;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-02 li a {
    font-size: 1.4rem;
    padding: 14px 15px 15px;
    text-align: center;
  }
}

/* 3段 */
[data-area="content"] .cp-btn.cp-btn-03 {
  /*max-width: 920px;*/
    margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-03 {
    display: block;
  }
}
[data-area="content"]] .cp-btn.cp-btn-03 li {
  width: 30.4347826%;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-03 li {
    width: 100%;
    margin-bottom: 20px;
  }
  [data-area="content"] .cp-btn.cp-btn-03 li:last-child {
    margin-bottom: 0;
  }
}
[data-area="content"]] .cp-btn.cp-btn-03 li a {
    font-size: 1.6rem;
    padding: 13px 30px;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-03 li a {
    font-size: 1.4rem;
    padding: 14px 15px 15px;
    text-align: center;
  }
}

/* 4段 */
[data-area="content"] .cp-btn.cp-btn-04 {
  /*max-width: 920px;*/
    margin: 20px auto;
}
@media only screen and (max-width: 768px) {
    [data-area="content"] .cp-btn.cp-btn-04 {
        margin-bottom: 0;
    }
}
[data-area="content"] .cp-btn.cp-btn-04 li {
    width: 21.7391304%;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-04 li {
    width: 47.1751412%;
    margin-bottom: 20px;
  }
}
[data-area="content"] .cp-btn.cp-btn-04 li a {
    font-size: 1.6rem;
    padding: 13px 20px;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-04 li a {
    font-size: 1.3rem;
    padding: 12px 15px 13px;
  }
}

/* 5段 */
[data-area="content"] .cp-btn.cp-btn-05 {
  /*max-width: 920px;*/
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-05 {
      margin-bottom: 0;
  }
}
[data-area="content"] .cp-btn.cp-btn-05 li {
    width: 18.2608695%;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-05 li {
    width: 47.1751412%;
    margin-bottom: 20px;
  }
}
[data-area="content"] .cp-btn.cp-btn-05 li a {
    font-size: 1.4rem;
    padding: 14px 20px 15px;
}
@media only screen and (max-width: 768px) {
  [data-area="content"] .cp-btn.cp-btn-05 li a {
    font-size: 1.3rem;
    padding: 12px 15px 13px;
  }
}


#news-detail [data-area="content"] ul {
  list-style: none;
  margin-left: 0;
}
#news-detail [data-area="content"] ul li {
  position: relative;
  padding-left: 21px;
}
#news-detail [data-area="content"] ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 9px 0 0;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #8eb6de;
}
@media only screen and (max-width: 768px) {
  #news-detail [data-area="content"] ul li::before {
    margin: 5px 0 0;
    z-index: 2;
    width: 13px;
    height: 13px;
  }
}

#news-detail [data-area="content"] ol {
  list-style: none;
  counter-reset: num;
}

#news-detail [data-area="content"] ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  display: inline-block;
  text-indent: -.8em;
  padding-left: .8em;
}

#news-detail .news-signature {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #news-detail .news-signature {
    margin: 25px 0 0;
  }
}