@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  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;
}

/* 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;
}

/* 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;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * 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. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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 */
}

/**
 * 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;
  padding: 0;
}

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;
}

html,
body {
  font-size: 62.5%;
  color: #333333;
  line-height: 1;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #fff;
}

body {
  position: relative;
  overflow-y: auto;
}
body.modalOpen {
  position: fixed;
}
body.modalOpen .modalCts {
  opacity: 1;
  pointer-events: auto;
}
body.modalOpen .modalCts__inner {
  display: block;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

.wrapper {
  overflow: hidden;
}

.flexWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wakuBlock {
  position: relative;
}
.wakuBlock::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  transform: translate(-50%, -50%);
  border: 11px solid;
  border-image-source: url("/academics/undergraduate/kende/special/img/common/waku.png");
  border-image-slice: 11;
  z-index: 1;
}

.moreBtn {
  position: relative;
  width: 180px;
  height: 50px;
  border-radius: 5px;
  background: #000;
  font-size: 0;
  transition: background-color 0.3s ease-out;
}
.moreBtn::before {
  content: "";
  position: absolute;
  background: url(/academics/undergraduate/kende/special/img/common/readmore.png) center/cover;
  width: 114px;
  height: 12px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.moreBtn:hover {
  background-color: #8b020f;
}

.bannerBlock {
  position: relative;
  background: #f0f0f0;
  padding: 80px 0;
  z-index: 1;
}
.bannerBlock__kende {
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bannerBlock__kende a {
  position: relative;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  width: 465px;
  height: 189px;
  background: #fff;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 48px 60px;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.bannerBlock__kende a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.bannerBlock__kende a.migaku::before {
  background: url(/academics/undergraduate/kende/special/img/common/banner_migaku_bg.png);
}
.bannerBlock__kende a.nozoku::before {
  background: url(/academics/undergraduate/kende/special/img/common/banner_nozoku_bg.png);
}
.bannerBlock__kende a.manabu::before {
  background: url(/academics/undergraduate/kende/special/img/common/banner_manabu_bg.png);
}
.bannerBlock__kende a.tsukuru::before {
  background: url(/academics/undergraduate/kende/special/img/common/banner_tsukuru_bg.png);
}
.bannerBlock__kende a::after {
  content: "";
  position: absolute;
  background: url(/academics/undergraduate/kende/special/img/common/banner_more.png) center/cover;
  right: 15px;
  bottom: 10px;
  width: 88px;
  height: 10px;
  display: block;
  transition: background-image 0.3s ease-out;
}
.bannerBlock__kende a:hover::before {
  opacity: 1;
}
.bannerBlock__kende a:hover::after {
  background: url(/academics/undergraduate/kende/special/img/common/banner_more_hover.png) center/cover;
}
.bannerBlock__museum {
  margin-top: 20px;
}
.bannerBlock__museum a {
  position: relative;
  width: 100%;
  padding: 24px 0;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0;
  background: #fff;
  transition: background-color 0.3s ease-out;
}
.bannerBlock__museum a::before {
  content: "";
  background: url(/academics/undergraduate/kende/special/img/common/logo_museum.png) center/cover;
  width: 388px;
  height: 32px;
  display: block;
  transition: background-image 0.3s ease-out;
}
.bannerBlock__museum a::after {
  content: "";
  position: absolute;
  background: url(/academics/undergraduate/kende/special/img/common/banner_more.png) center/cover;
  right: 15px;
  bottom: 10px;
  width: 88px;
  height: 10px;
  display: block;
  transition: background-image 0.3s ease-out;
}
.bannerBlock__museum a:hover {
  background: #8b040f;
}
.bannerBlock__museum a:hover::before {
  background: url(/academics/undergraduate/kende/special/img/common/logo_museum_hover.png) center/cover;
}
.bannerBlock__museum a:hover::after {
  background: url(/academics/undergraduate/kende/special/img/common/banner_more_hover.png) center/cover;
}

.lowerVisual {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.lowerVisual::after {
  content: "";
  position: absolute;
  background: url("/academics/undergraduate/kende/special/img/manabu/mv_bg.png") center/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lowerVisual__ttl {
  text-align: center;
  display: block;
  padding: 108px 0 183px;
}
.lowerVisual__txtWrap {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -48px;
}
.lowerVisual__txtWrap__txt {
  display: block;
  border: 1px solid #000;
  line-height: 2.14;
  font-size: 1.4rem;
  padding: 28px 0;
  margin: auto;
  max-width: 673px;
  background: #fff;
}
.lowerVisual__txtWrap__txt .note {
  font-size: 1rem;
  display: block;
  line-height: 1.2;
  margin-top: 1em;
}

.modalCts {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}
.modalCts::after {
  content: "";
  position: absolute;
  display: block;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.modalCts__inner {
  position: relative;
  width: 900px;
  background: #fff;
  display: none;
  max-height: 95vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modalCts__item {
  display: none;
  overflow-y: auto;
  max-height: 95vh;
}
.modalCts__item.on {
  display: block;
}
.modalCts__closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.modalCts__closeBtn::before, .modalCts__closeBtn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  display: block;
  background: #c6c6c6;
}
.modalCts__closeBtn::before {
  transform: rotate(45deg);
}
.modalCts__closeBtn::after {
  transform: rotate(-45deg);
}

.swiper-container {
  position: relative;
  width: 760px;
  margin: auto;
}
.swiper-container .swiper-button-prev {
  color: #717171;
  left: -45px;
  transform: scale(0.8);
  transform-origin: right;
}
.swiper-container .swiper-button-next {
  color: #717171;
  right: -45px;
  transform: scale(0.8);
  transform-origin: left;
}
.swiper-container .swiper-pagination {
  position: absolute;
  bottom: -20px;
  left: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}
.swiper-container .swiper-pagination-bullet {
  display: block;
  background: #d9d9d9;
  width: 50px;
  height: 5px;
  border-radius: 0;
  margin: 0;
}
.swiper-container .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #85c8fd;
}

.swiper {
  position: relative;
  width: 760px;
  transition-timing-function: cubic-bezier(0.7, 0.16, 0.43, 0.67);
}
.swiper li {
  pointer-events: none;
}
.swiper img {
  pointer-events: none;
  width: 100%;
}

.wrapper {
  position: relativez;
  font-size: 1.6rem;
}

.inner {
  max-width: 960px;
  margin: auto;
}

/* header setting
------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #8b020f;
  width: 100%;
  height: 100px;
}
header .header__logo {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 2;
  width: 190px;
}
header .header__logo::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -21px;
  display: block;
  background: #fff;
  width: 1px;
  height: 34px;
}
header .header__txt {
  position: fixed;
  top: 41px;
  left: 260px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  white-space: nowrap;
}
header .header__txt__facultylogo {
  margin: 0 24px 0 0;
  width: 188px;
  height: auto;
}
header .header__txt strong {
  display: block;
  margin: -2px 10px 0 0;
  font-size: 22px;
}
header .header__txt__facultytxt {
  display: block;
  width: 141px;
  height: auto;
}
header .header__txt__facultytxt.spOnly {
  display: none;
}
header.topHeader {
  background: none;
  transition: all 0.4s ease-in;
}
header.topHeader .header__logo {
  display: none;
  transition: all 0.4s ease-in;
}
header.topHeader .header__txt {
  display: none;
  transition: all 0.4s ease-in;
}
header.topHeader.fix {
  background: #8b020f;
}
header.topHeader.fix .header__logo {
  display: block;
}
header.topHeader.fix .header__txt {
  display: -ms-flexbox;
  display: flex;
}
header > ul#btnMenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1003;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.3s;
}
header > ul li {
  width: 100%;
  height: 120px;
}
header > ul#btnMenu li:nth-child(1):hover {
  cursor: pointer;
}
header > ul#btnMenu li i {
  display: block;
  position: absolute;
  border-radius: 2px;
  right: 31px;
  width: 38px;
  height: 3px;
  background: #fff;
  transition: all 0.3s;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header > ul#btnMenu li i:nth-child(1) {
  top: 39px;
}
header > ul#btnMenu li i:nth-child(2) {
  top: 57px;
}

body.modeNav header > ul#btnMenu li i:nth-child(1) {
  transform: translateY(8.85px) rotate(45deg);
}
body.modeNav header > ul#btnMenu li i:nth-child(2) {
  transform: translateY(-8.85px) rotate(-45deg);
}

header nav#gNavi {
  position: fixed;
  opacity: 0;
  top: -480px;
  left: 0;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  background: #540109;
  padding: 155px 100px 100px;
  width: 100%;
  transition: all 0.35s ease;
  overflow-y: scroll;
}
header nav#gNavi ul {
  position: relative;
  min-width: 300px;
}
header nav#gNavi ul li {
  position: relative;
}
header nav#gNavi ul li a {
  position: relative;
  display: block;
  padding: 0 0 0 28px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
}
header nav#gNavi ul li a::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 0;
  margin: -5px 0 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}
header nav#gNavi ul li a:link, header nav#gNavi ul li a:visited {
  font-weight: bold;
  color: #fff;
}
header nav#gNavi ul li a:hover {
  color: #ba1826;
}
header nav#gNavi ul li a:hover::before {
  border-top: 2px solid #ba1826;
  border-right: 2px solid #ba1826;
}
header nav#gNavi ul li a.comingsoon {
  color: #865454;
  pointer-events: none;
  cursor: default;
}
header nav#gNavi ul li a.comingsoon::before {
  border-top: 2px solid #865454;
  border-right: 2px solid #865454;
}

body.modeNav header nav#gNavi {
  opacity: 1;
  top: 0;
  z-index: 1002;
}

/* button settings */
.btnWrap {
  margin: 0 auto;
}
.btnWrap a {
  position: relative;
  display: block;
  border-radius: 5px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.btnWrap a::after {
  content: "";
  position: absolute;
  background: url(/academics/undergraduate/kende/special/img/common/features-btn-arrow-pc.png) center/cover;
  display: block;
  width: 22px;
  height: 7px;
  right: 20px;
  top: calc(50% - 5px);
  transform: translateX(-50%);
}

.block01 {
  position: relative;
  padding: 193px 0 100px;
  overflow: hidden;
}
.block01::after {
  content: "";
  position: absolute;
  display: block;
  top: 89px;
  left: 51.5%;
  transform: translateX(-50%);
  z-index: -1;
  background: url(/academics/undergraduate/kende/special/img/common/bg-txt.png) center/cover no-repeat;
  width: 1059px;
  height: 473px;
}
.block01__ttl img {
  margin: auto;
  width: 722px;
}
.block01__txt {
  margin: 40px 0 80px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.57;
  text-align: center;
}
.block01__btn {
  width: 340px;
  margin-top: 60px;
}
.block01__btn a {
  background: #8b030f;
}
.block01__btn a:hover {
  background: #e44428;
  transition: all 0.4s ease-in;
}
.block01__movie {
  text-align: center;
}
.block01__movie iframe {
  width: 640px;
  height: 360px;
}
.block01__course {
  margin-top: 90px;
}
.block01__course__img {
  text-align: center;
}
.block01__course__img img {
  width: 670px;
}
.block01__course__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 70px;
}
.block01__course__list .courseBlock {
  position: relative;
  -ms-flex: 0 0 42.7%;
      flex: 0 0 42.7%;
  padding: 0 0 95px;
}
.block01__course__list .courseBlock + .courseBlock {
  margin-left: 40px;
}
.block01__course__list .courseBlock:nth-of-type(1) .courseBlock__ttl {
  background: #fab57b;
}
.block01__course__list .courseBlock:nth-of-type(1) dl {
  border: 2px dotted #fab57b;
}
.block01__course__list .courseBlock:nth-of-type(1) .courseBlock__btn {
  position: absolute;
  left: 55px;
  bottom: 0;
}
.block01__course__list .courseBlock:nth-of-type(1) .courseBlock__btn a {
  width: 300px;
  background: #fab57b;
}
.block01__course__list .courseBlock:nth-of-type(1) .courseBlock__btn a:hover {
  background: #ce7124;
  transition: all 0.4s ease-in;
}
.block01__course__list .courseBlock:nth-of-type(2) .courseBlock__ttl {
  background: #f5b9af;
}
.block01__course__list .courseBlock:nth-of-type(2) dl {
  border: 2px dotted #f5b9af;
}
.block01__course__list .courseBlock:nth-of-type(2) .courseBlock__btn {
  position: absolute;
  left: 55px;
  bottom: 0;
}
.block01__course__list .courseBlock:nth-of-type(2) .courseBlock__btn a {
  width: 300px;
  background: #f5b9af;
}
.block01__course__list .courseBlock:nth-of-type(2) .courseBlock__btn a:hover {
  background: #de8879;
  transition: all 0.4s ease-in;
}
.block01__course__list .courseBlock__ttl {
  text-align: center;
  font-size: 2.2rem;
  color: #81030f;
  padding: 10px 0 13px;
  font-weight: 700;
}
.block01__course__list .courseBlock__txt {
  font-size: 1.4rem;
  line-height: 1.85;
  margin-top: 24px;
}
.block01__course__list .courseBlock__fields {
  margin-top: 30px;
}
.block01__course__list .courseBlock__fields dl {
  padding: 8px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.block01__course__list .courseBlock__fields dl + dl {
  margin-top: 10px;
}
.block01__course__list .courseBlock__fields dl dt {
  color: #81030f;
  font-size: 1.4rem;
  -ms-flex: 0 0 120px;
      flex: 0 0 120px;
  word-break: keep-all;
}
.block01__course__list .courseBlock__fields dl dd {
  font-size: 1rem;
  line-height: 1.8;
  margin-left: 19px;
}

.footer {
  background: #570008;
  padding: 0 0 60px;
}
.footer .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 50px 0 0;
}
.footer__logo {
  width: 286px;
  transition: opacity 0.3s ease-in;
}
.footer__logo:hover {
  opacity: 0.4;
}
.footer__info {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding-top: 5px;
  transform: translateX(11px);
}
.footer__info__ttl {
  font-size: 1.2rem;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02em;
}
.footer__info__access {
  margin-left: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
}
.footer__info__access a,
.footer__info__access span {
  display: block;
  margin-top: 12px;
}
.footer__sitemap {
  background: #cecece;
  width: 100%;
}
.footer__sitemap .inner {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 20px 0 30px;
}
.footer__sitemap__ttl {
  border-right: 1px solid #570108;
  margin: 0 39px 0 0;
  padding: 0 37px 0 0;
  height: 85px;
}
.footer__sitemap__ttl img {
  width: 73px;
}
.footer__sitemap ul {
  min-width: 158px;
}
.footer__sitemap ul li {
  font-size: 12px;
}
.footer__sitemap ul li a {
  position: relative;
  display: block;
  padding: 0 0 0 11px;
  height: 23px;
  line-height: 23px;
}
.footer__sitemap ul li a::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 0;
  margin: -3px 0 0;
  border-top: 2px solid #570108;
  border-right: 2px solid #570108;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  transition: all 0.3s;
}
.footer__sitemap ul li a:hover {
  color: #ba1826;
}
.footer__sitemap ul li a:hover::before {
  border-top: 2px solid #ba1826;
  border-right: 2px solid #ba1826;
}
.footer__sitemap ul li a.current {
  font-weight: bold;
  color: #570108;
}
.footer__sitemap ul li a.comingsoon {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.footer__sitemap ul li a.comingsoon:hover {
  color: #333;
}
.footer__sitemap ul li a.comingsoon:hover::before {
  border-top: 2px solid #570108;
  border-right: 2px solid #570108;
}

.js-fade {
  opacity: 0;
  transform: translateY(100px);
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.wrapper {
  position: relative;
  font-size: 1.6rem;
  min-width: 1280px;
}

.inner {
  max-width: 960px;
  margin: auto;
}

.nozoku .lowerVisual::after {
  background: url("/academics/undergraduate/kende/special/img/nozoku/mv_bg.png") center/cover;
}
.nozoku .lowerContents {
  margin-top: 145px;
  padding-bottom: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.nozokuItem {
  position: relative;
}
.nozokuItem.js-fade {
  transform: translate(0, 50px);
}
.nozokuItem + .nozokuItem {
  margin-top: 95px;
}
.nozokuItem:nth-of-type(odd) {
  margin-left: -432px;
}
.nozokuItem:nth-of-type(even) {
  margin-right: -432px;
}
.nozokuItem__txtBlock {
  position: absolute;
  top: 0;
  z-index: 10;
}
.nozokuItem:nth-of-type(1) .nozokuItem__txtBlock {
  right: -300px;
}
.nozokuItem:nth-of-type(1) .nozokuItem__txtBlock::before {
  height: 133px;
  background-position: 0 0;
}
.nozokuItem:nth-of-type(2) .nozokuItem__txtBlock {
  top: 6px;
  left: -275px;
}
.nozokuItem:nth-of-type(2) .nozokuItem__txtBlock::before {
  height: 123px;
  background-position: 0 -134px;
}
.nozokuItem:nth-of-type(3) .nozokuItem__txtBlock {
  top: 68px;
  right: -300px;
}
.nozokuItem:nth-of-type(3) .nozokuItem__txtBlock::before {
  height: 124px;
  background-position: 0 -258px;
}
.nozokuItem:nth-of-type(4) .nozokuItem__txtBlock {
  top: -17px;
  left: -275px;
}
.nozokuItem:nth-of-type(4) .nozokuItem__txtBlock::before {
  height: 124px;
  background-position: 0 -382px;
}
.nozokuItem:nth-of-type(5) .nozokuItem__txtBlock {
  top: 29px;
  right: -349px;
}
.nozokuItem:nth-of-type(5) .nozokuItem__txtBlock::before {
  height: 123px;
  background-position: 0 -506px;
}
.nozokuItem:nth-of-type(6) .nozokuItem__txtBlock {
  top: 45px;
  left: -275px;
}
.nozokuItem:nth-of-type(6) .nozokuItem__txtBlock::before {
  height: 124px;
  background-position: 0 -629px;
}
.nozokuItem:nth-of-type(7) .nozokuItem__txtBlock {
  top: 70px;
  right: -450px;
}
.nozokuItem:nth-of-type(7) .nozokuItem__txtBlock::before {
  height: 124px;
  background-position: 0 -753px;
}
.nozokuItem:nth-of-type(8) .nozokuItem__txtBlock {
  top: -18px;
  left: -273px;
}
.nozokuItem:nth-of-type(8) .nozokuItem__txtBlock::before {
  height: 124px;
  background-position: 0 -877px;
}
.nozokuItem:nth-of-type(9) .nozokuItem__txtBlock {
  top: 28px;
  right: -163px;
}
.nozokuItem:nth-of-type(9) .nozokuItem__txtBlock::before {
  height: 124px;
  background-position: 0 -1001px;
}
.nozokuItem:nth-of-type(10) .nozokuItem__txtBlock {
  top: 45px;
  left: -275px;
}
.nozokuItem:nth-of-type(10) .nozokuItem__txtBlock::before {
  height: 124px;
  background-position: 0 -1126px;
}
.nozokuItem:nth-of-type(odd) .nozokuItem__txtBlock.js-fade {
  transform: translate(-50px, 0);
}
.nozokuItem:nth-of-type(even) .nozokuItem__txtBlock.js-fade {
  transform: translate(50px, 0);
}
.nozokuItem__txtBlock::before {
  content: "";
  background: url(/academics/undergraduate/kende/special/img/nozoku/nums.png) no-repeat;
  background-size: 192px 1286px;
  background-position: 0 0;
  display: block;
  width: 192px;
}
.nozokuItem__txtBlock__name {
  color: #fff;
  margin-top: 35px;
}
.nozokuItem__txtBlock__name span {
  display: inline-block;
  background: linear-gradient(transparent 0%, #000 0%);
  padding: 8px 7px;
  white-space: nowrap;
}
.nozokuItem__txtBlock__name span.main {
  font-size: 2.8rem;
}
.nozokuItem__txtBlock__name span.sub {
  font-size: 2.4rem;
  margin-top: 8px;
}
.nozokuItem__btn {
  position: absolute;
  margin-top: 28px;
}

.nozoku__modalItem {
  padding-top: 40px 40px 80px;
}
.nozoku__modalItem__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 12px;
  line-height: 1.2;
}
.nozoku__modalItem__name::before {
  content: "";
  background: url(/academics/undergraduate/kende/special/img/nozoku/nums.png) no-repeat;
  background-size: 192px 1286px;
  background-position: 0 0;
  display: block;
  width: 192px;
  transform: scale(0.64);
}
.nozoku__modalItem:nth-of-type(1) .nozoku__modalItem__name::before {
  height: 133px;
  background-position: 0 0;
}
.nozoku__modalItem:nth-of-type(2) .nozoku__modalItem__name::before {
  height: 123px;
  background-position: 0 -134px;
}
.nozoku__modalItem:nth-of-type(3) .nozoku__modalItem__name::before {
  height: 124px;
  background-position: 0 -258px;
}
.nozoku__modalItem:nth-of-type(4) .nozoku__modalItem__name::before {
  height: 124px;
  background-position: 0 -382px;
}
.nozoku__modalItem:nth-of-type(5) .nozoku__modalItem__name::before {
  height: 123px;
  background-position: 0 -506px;
}
.nozoku__modalItem:nth-of-type(6) .nozoku__modalItem__name::before {
  height: 124px;
  background-position: 0 -629px;
}
.nozoku__modalItem:nth-of-type(7) .nozoku__modalItem__name::before {
  height: 124px;
  background-position: 0 -753px;
}
.nozoku__modalItem:nth-of-type(8) .nozoku__modalItem__name::before {
  height: 124px;
  background-position: 0 -877px;
}
.nozoku__modalItem:nth-of-type(9) .nozoku__modalItem__name::before {
  height: 124px;
  background-position: 0 -1001px;
}
.nozoku__modalItem:nth-of-type(10) .nozoku__modalItem__name::before {
  height: 124px;
  background-position: 0 -1126px;
}
.nozoku__modalItem__img {
  margin-top: 17.5px;
  text-align: center;
}
.nozoku__modalItem__img > img {
  width: 760px;
}
.nozoku__modalItem__txtBlock {
  position: relative;
  padding: 72px 40px 80px;
  z-index: 1;
}
.nozoku__modalItem__ttl {
  font-size: 3.4rem;
  line-height: 1.7;
}
.nozoku__modalItem__txt {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media only screen and (max-width: 959px) {
  .wrapper {
    font-size: 1.4rem;
    min-width: 320px;
  }

  .inner {
    max-width: 90%;
  }

  .moreBtn {
    width: 175px;
    height: 45px;
  }

  .bannerBlock {
    padding: 40px 0;
    z-index: 1;
  }
  .bannerBlock .inner {
    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: 77.3%;
  }
  .bannerBlock__kende {
    margin: -15px 0 0 -15px;
    max-width: 620px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bannerBlock__kende a {
    width: 100%;
    height: 118px;
    padding: 25px 0;
    margin: 15px 0 0 15px;
  }
  .bannerBlock__kende a img {
    max-width: 210px;
  }
  .bannerBlock__museum {
    margin-top: 15px;
    width: 100%;
    max-width: 605px;
  }
  .bannerBlock__museum a {
    position: relative;
    width: 100%;
    padding: 24px 0 33px;
  }
  .bannerBlock__museum a::before {
    width: 218px;
    height: 18px;
  }

  .lowerVisual {
    position: relative;
    padding: 80px 0 100px;
    z-index: 1;
  }
  .lowerVisual::after {
    content: "";
    position: absolute;
    background: url("/academics/undergraduate/kende/special/img/manabu/mv_bg.png") center/cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .lowerVisual__ttl {
    text-align: center;
    display: block;
    padding: 0 48px;
    max-width: 450px;
    margin: auto;
  }
  .lowerVisual__txtWrap {
    bottom: -104px;
    text-align: left;
  }
  .lowerVisual__txtWrap__txt {
    width: 90%;
    padding: 8px 15px;
  }
  .lowerVisual__txtWrap__txt .note {
    text-indent: -1em;
    margin-left: 1em;
  }

  .modalCts {
    min-width: 320px;
  }
  .modalCts__inner {
    width: 90%;
    max-height: 80vh;
  }
  .modalCts__item {
    max-height: 80vh;
  }
  .modalCts__closeBtn {
    top: 10px;
    right: 10px;
  }

  .swiper-container {
    width: 100%;
  }
  .swiper-container .swiper-button-prev {
    left: -12px;
    transform: scale(0.4);
  }
  .swiper-container .swiper-button-prev::after {
    padding: 10px;
  }
  .swiper-container .swiper-button-next {
    right: -12px;
    transform: scale(0.4);
  }
  .swiper-container .swiper-button-next::after {
    padding: 10px;
  }
  .swiper-container .swiper-pagination {
    width: 88%;
    left: 20px;
    bottom: -15px;
  }
  .swiper-container .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
  }
  .swiper-container .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 5px;
  }

  .swiper {
    position: relative;
    width: 88%;
    transition-timing-function: cubic-bezier(0.7, 0.16, 0.43, 0.67);
  }
  .swiper li {
    pointer-events: auto;
  }
  .swiper li img {
    pointer-events: auto;
    width: 100%;
  }

  /* header setting
  ------------------------------------*/
  header {
    height: 105px;
  }
  header .header__logo {
    top: 16px;
    left: 20px;
    width: 133px;
  }
  header .header__logo::after {
    display: none;
  }
  header .header__txt {
    top: 63px;
    left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header__txt__facultylogo {
    display: block;
    margin: -3px 10px 9px 0;
    width: 129px;
  }
  header .header__txt strong {
    display: block;
    margin: -2px 10% 0 0;
    font-size: 13px;
  }
  header .header__txt__facultytxt {
    width: 319px;
  }
  header .header__txt__facultytxt.spOnly {
    display: block;
  }
  header .header__txt__facultytxt.pcOnly {
    display: none;
  }
  header.topHeader {
    background: none;
    transition: none;
  }
  header.topHeader .header__logo {
    display: none;
    transition: all 0.4s ease-in;
  }
  header.topHeader .header__txt {
    display: none;
    transition: all 0.4s ease-in;
  }
  header.topHeader.fix {
    background: #8b020f;
  }
  header.topHeader.fix .header__logo {
    display: block;
  }
  header.topHeader.fix .header__txt {
    display: -ms-flexbox;
    display: flex;
  }
  header > ul#btnMenu {
    width: 65px;
    height: 60px;
  }
  header > ul li {
    width: 100%;
    height: 60px;
  }
  header > ul#btnMenu li:nth-child(1):hover {
    cursor: pointer;
  }
  header > ul#btnMenu li i {
    border-radius: 1px;
    right: 20px;
    width: 25px;
    height: 2px;
  }
  header > ul#btnMenu li i:nth-child(1) {
    top: 24px;
  }
  header > ul#btnMenu li i:nth-child(2) {
    top: 34px;
  }

  body.modeNav header.topHeader {
    background: #8b020f;
    transition: none;
  }
  body.modeNav header.topHeader .header__logo {
    display: block;
  }
  body.modeNav header > ul#btnMenu {
    background: #540109;
  }
  body.modeNav header > ul#btnMenu li i:nth-child(1) {
    transform: translateY(5.2px) rotate(45deg);
  }
  body.modeNav header > ul#btnMenu li i:nth-child(2) {
    transform: translateY(-5.2px) rotate(-45deg);
  }

  header nav#gNavi {
    top: 60px;
    display: none;
    padding: 0;
    width: 100%;
  }
  header nav#gNavi ul {
    min-width: 100%;
  }
  header nav#gNavi ul li {
    border-bottom: 1px solid #67303c;
  }
  header nav#gNavi ul li a {
    padding: 0 0 0 37px;
    line-height: 55px;
    height: 55px;
    font-size: 15px;
  }
  header nav#gNavi ul li a::before {
    top: 53%;
    left: 18px;
    margin: -4px 0 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 7px;
    height: 7px;
  }
  header nav#gNavi ul li a span {
    font-size: 12px;
  }
  header nav#gNavi ul + ul li:last-child {
    border-bottom: none;
  }

  body.modeNav header nav#gNavi {
    display: block;
    opacity: 1;
    top: 60px;
    z-index: 1002;
  }

  /* button settings */
  .btnWrap a {
    height: 70px;
    line-height: 70px;
    font-size: 14px;
  }
  .btnWrap a::after {
    background: url(/academics/undergraduate/kende/special/img/common/features-btn-arrow-sp.png) center/cover;
    width: 17px;
    right: 12px;
  }

  .block01 {
    padding: 87.5px 0 0;
  }
  .block01::after {
    content: "";
    top: 68px;
    background: url(/academics/undergraduate/kende/special/img/common/bg-txt-sp.png) center/cover no-repeat;
    width: 386px;
    height: 496px;
    left: 50%;
  }
  .block01__ttl {
    width: 199px;
  }
  .block01__txt {
    margin: 20px 0 40px;
    text-align: left;
    line-height: 2;
  }
  .block01__movie {
    text-align: center;
    position: relative;
    width: 95.5%;
    margin: auto;
  }
  .block01__movie::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .block01__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .block01__btn {
    width: 290px;
    margin-top: 40px;
  }
  .block01__btn a {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .block01__course {
    margin-top: 40px;
  }
  .block01__course__img {
    text-align: center;
  }
  .block01__course__list {
    display: block;
    margin-top: 40px;
  }
  .block01__course__list .courseBlock {
    -ms-flex: 0 0 42.7%;
        flex: 0 0 42.7%;
    padding: 0 0 60px;
  }
  .block01__course__list .courseBlock + .courseBlock {
    margin-left: 0;
  }
  .block01__course__list .courseBlock + .courseBlock dt {
    -ms-flex: 0 0 113px;
        flex: 0 0 113px;
  }
  .block01__course__list .courseBlock:nth-of-type(1) .courseBlock__btn {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .block01__course__list .courseBlock:nth-of-type(1) .courseBlock__btn a {
    margin: 40px auto 0;
    width: 290px;
  }
  .block01__course__list .courseBlock:nth-of-type(2) .courseBlock__btn {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .block01__course__list .courseBlock:nth-of-type(2) .courseBlock__btn a {
    margin: 40px auto 0;
    width: 290px;
  }
  .block01__course__list .courseBlock__ttl {
    font-size: 1.6rem;
    padding: 9px 0;
  }
  .block01__course__list .courseBlock__txt {
    margin-top: 15px;
  }
  .block01__course__list .courseBlock__fields {
    margin-top: 26px;
  }
  .block01__course__list .courseBlock__fields dl {
    padding: 9px 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .block01__course__list .courseBlock__fields dl + dl {
    margin-top: 10px;
  }
  .block01__course__list .courseBlock__fields dl dt {
    font-size: 1.4rem;
    -ms-flex: 0 0 100px;
        flex: 0 0 100px;
  }
  .block01__course__list .courseBlock__fields dl dd {
    font-size: 1.2rem;
    margin-left: 18px;
  }

  .footer {
    padding: 0 0 30px;
  }
  .footer .inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 30px 0 0;
  }
  .footer__logo {
    width: 210px;
  }
  .footer__info {
    display: block;
    padding-top: 0;
  }
  .footer__info__access {
    margin-left: 0;
    padding-bottom: 0;
    margin-top: 25px;
  }
  .footer__sitemap {
    background: #cecece;
    width: 100%;
  }
  .footer__sitemap .inner {
    display: block;
    padding: 25px 0 10px;
  }
  .footer__sitemap .inner p {
    text-align: left;
  }
  .footer__sitemap__ttl {
    border-right: none;
    margin: 0 0 20px;
    padding: 0;
    height: auto;
    text-align: left;
  }
  .footer__sitemap__ttl img {
    width: 52px;
  }
  .footer__sitemap ul {
    min-width: 100%;
  }
  .footer__sitemap ul li {
    margin: 0 0 20px;
    font-size: 15px;
  }
  .footer__sitemap ul li a {
    padding: 0 0 0 14px;
    height: auto;
    line-height: 1;
  }
  .footer__sitemap ul li a::before {
    left: 0;
    margin: -2px 0 0;
    width: 7px;
    height: 7px;
  }
  .footer__sitemap ul li a span {
    font-size: 12px;
  }

  .js-fade {
    transform: translateY(50px);
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }

  .wrapper {
    font-size: 1.4rem;
    min-width: 320px;
  }

  .nozoku .lowerContents {
    margin-top: 181px;
    padding-bottom: 65px;
    display: block;
  }
  .nozoku .lowerVisual__txtWrap {
    bottom: -134px;
  }
  .nozokuItem {
    width: 100%;
    margin: auto;
    max-width: 468px;
  }
  .nozokuItem + .nozokuItem {
    margin-left: auto;
    margin-top: 47px;
  }
  .nozokuItem:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }
  .nozokuItem:nth-child(even) {
    margin-left: auto;
    margin-right: auto;
  }
  .nozokuItem__txtBlock {
    position: relative;
    margin-top: -16px;
  }
  .nozokuItem__txtBlock::before {
    background-size: 96px 643px;
    background-repeat: no-repeat;
    width: 93px;
  }
  .nozokuItem:nth-of-type(1) .nozokuItem__txtBlock {
    top: 0;
    left: 0;
    right: auto;
  }
  .nozokuItem:nth-of-type(1) .nozokuItem__txtBlock::before {
    height: 67px;
    background-position: 0 0;
  }
  .nozokuItem:nth-of-type(2) .nozokuItem__txtBlock {
    left: 0;
    top: 0;
    right: auto;
  }
  .nozokuItem:nth-of-type(2) .nozokuItem__txtBlock::before {
    height: 62px;
    background-position: 0 -67px;
  }
  .nozokuItem:nth-of-type(3) .nozokuItem__txtBlock {
    top: 0;
    left: 0;
    right: auto;
  }
  .nozokuItem:nth-of-type(3) .nozokuItem__txtBlock::before {
    height: 62px;
    background-position: 0 -129px;
  }
  .nozokuItem:nth-of-type(4) .nozokuItem__txtBlock {
    left: 0;
    right: auto;
    bottom: auto;
    top: 0;
  }
  .nozokuItem:nth-of-type(4) .nozokuItem__txtBlock::before {
    height: 62px;
    background-position: 0 -191px;
  }
  .nozokuItem:nth-of-type(5) .nozokuItem__txtBlock {
    left: 0;
    right: auto;
    bottom: auto;
    top: 0;
  }
  .nozokuItem:nth-of-type(5) .nozokuItem__txtBlock::before {
    height: 62px;
    background-position: 0 -253px;
  }
  .nozokuItem:nth-of-type(6) .nozokuItem__txtBlock {
    left: 0;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
  }
  .nozokuItem:nth-of-type(6) .nozokuItem__txtBlock::before {
    height: 62px;
    background-position: 0 -315px;
  }
  .nozokuItem:nth-of-type(7) .nozokuItem__txtBlock {
    left: 0;
    right: auto;
    bottom: auto;
    top: 0;
  }
  .nozokuItem:nth-of-type(7) .nozokuItem__txtBlock::before {
    height: 62px;
    background-position: 0 -377px;
  }
  .nozokuItem:nth-of-type(8) .nozokuItem__txtBlock {
    left: 0;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
  }
  .nozokuItem:nth-of-type(8) .nozokuItem__txtBlock::before {
    height: 63px;
    background-position: 0 -438px;
  }
  .nozokuItem:nth-of-type(9) .nozokuItem__txtBlock {
    left: 0;
    right: auto;
    bottom: auto;
    top: 0;
  }
  .nozokuItem:nth-of-type(9) .nozokuItem__txtBlock::before {
    height: 63px;
    background-position: 0 -500px;
  }
  .nozokuItem:nth-of-type(10) .nozokuItem__txtBlock {
    left: 0;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
  }
  .nozokuItem:nth-of-type(10) .nozokuItem__txtBlock::before {
    height: 62px;
    background-position: 0 -563px;
  }
  .nozokuItem:nth-of-type(even) .nozokuItem__txtBlock.js-fade {
    transform: translate(-50px, 0);
  }
  .nozokuItem__txtBlock__name {
    position: absolute;
    top: 0;
    left: 110px;
    margin-top: 0;
  }
  .nozokuItem__txtBlock__name span {
    padding: 4px;
    margin-top: 4px;
  }
  .nozokuItem__txtBlock__name span.main {
    font-size: 1.6rem;
  }
  .nozokuItem__txtBlock__name span.sub {
    font-size: 1.2rem;
  }
  .nozokuItem__btn {
    margin-top: 0;
    position: relative;
    margin-top: 14px;
  }
  .nozokuItem:nth-child(odd) .nozokuItem__btn {
    bottom: auto;
    left: 0;
  }
  .nozokuItem:nth-child(even) .nozokuItem__btn {
    bottom: auto;
    left: 0;
  }

  .nozoku__modalItem {
    padding-top: 7px;
  }
  .nozoku__modalItem__name {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0;
  }
  .nozoku__modalItem__name span {
    font-size: 1.6rem;
    padding: 0 15px 0 20px;
    margin-right: 15px;
  }
  .nozoku__modalItem__name::before {
    background-size: 96px 643px;
    background-repeat: no-repeat;
    width: 94px;
  }
  .nozoku__modalItem:nth-of-type(1) .nozoku__modalItem__name::before {
    height: 66px;
    background-position: 0 0;
  }
  .nozoku__modalItem:nth-of-type(2) .nozoku__modalItem__name::before {
    height: 61px;
    background-position: 0 -67px;
  }
  .nozoku__modalItem:nth-of-type(3) .nozoku__modalItem__name::before {
    height: 62px;
    background-position: 0 -129px;
  }
  .nozoku__modalItem:nth-of-type(4) .nozoku__modalItem__name::before {
    height: 62px;
    background-position: 0 -191px;
  }
  .nozoku__modalItem:nth-of-type(5) .nozoku__modalItem__name::before {
    height: 61px;
    background-position: 0 -253px;
  }
  .nozoku__modalItem:nth-of-type(6) .nozoku__modalItem__name::before {
    height: 61px;
    background-position: 0 -315px;
  }
  .nozoku__modalItem:nth-of-type(7) .nozoku__modalItem__name::before {
    height: 61px;
    background-position: 0 -377px;
  }
  .nozoku__modalItem:nth-of-type(8) .nozoku__modalItem__name::before {
    height: 61px;
    background-position: 0 -439px;
  }
  .nozoku__modalItem:nth-of-type(9) .nozoku__modalItem__name::before {
    height: 62px;
    background-position: 0 -501px;
  }
  .nozoku__modalItem:nth-of-type(10) .nozoku__modalItem__name::before {
    height: 62px;
    background-position: 0 -563px;
  }
  .nozoku__modalItem__img {
    margin-top: 10px;
  }
  .nozoku__modalItem__txtBlock {
    padding: 40px 20px 28px;
  }
  .nozoku__modalItem__txtBlock::after {
    transform-origin: top left;
    transform: scale(0.5);
  }
  .nozoku__modalItem__ttl {
    font-size: 2rem;
    line-height: 1.7;
  }
  .nozoku__modalItem__txt {
    margin-top: 17px;
    line-height: 1.93;
  }
  .nozoku__modalItem__proBlock {
    display: block;
    padding: 20px 20px 30px;
  }
  .nozoku__modalItem__proBlock__img {
    -ms-flex: 0 0 280px;
        flex: 0 0 280px;
  }
  .nozoku__modalItem__proBlock__img img {
    margin: auto;
  }
  .nozoku__modalItem__proBlock__info {
    margin: 24px 0 0 0;
    line-height: 2.14;
  }
  .nozoku__modalItem__proBlock__info .fukidashi {
    border: 2px solid #fab57b;
    background: #fff;
    border-radius: 8px;
    position: relative;
    font-weight: 700;
    line-height: 2;
    padding: 12px 20px;
  }
  .nozoku__modalItem__proBlock__info .fukidashi::before {
    content: "";
    width: 12px;
    height: 10px;
    border-width: 20px 6px 10px 6px;
    border-color: transparent transparent #fab57b transparent;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
  }
  .nozoku__modalItem.course2 .nozoku__modalItem__proBlock__info .fukidashi::before {
    border-color: transparent transparent #f5b9af transparent;
  }
  .nozoku__modalItem__proBlock__info dl {
    margin-left: 0;
  }
  .nozoku__modalItem__proBlock__info dl dt {
    -ms-flex: 0 0 45px;
        flex: 0 0 45px;
  }
  .nozoku__modalItem__proBlock__info dl dd {
    font-size: 1.1rem;
    margin-left: 9px;
  }
  .nozoku__modalItem__proBlock__info .profile {
    margin-top: 30px;
  }
  .nozoku__modalItem__proBlock__info .profile dt {
    width: 45px;
    height: 12px;
  }
  .nozoku__modalItem__proBlock__info .profile dd {
    margin-left: 9px;
  }
  .nozoku__modalItem__proBlock__info .favorite {
    margin-top: 17px;
  }
  .nozoku__modalItem__proBlock__info .favorite dt {
    width: 45px;
    height: 12px;
  }
}