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

/* faculty setting
------------------------------------*/
.faculty__KV {
  margin: 100px 0 0;
  width: 100%;
}
.faculty__KV .inner {
  max-width: 100%;
}
.faculty__KV h1 {
  box-sizing: border-box;
  background: url("/academics/undergraduate/kende/special/img/faculty/img_faculty-mv.png") center 0/cover no-repeat;
  padding: 175px 0 0;
  height: 580px;
  text-align: center;
}
.faculty__KV h1 img {
  margin: 0 auto;
}
.faculty__KV p {
  box-sizing: border-box;
  background: #8b030f;
  margin: 0 0 205px;
  padding: 50px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.faculty__block01 .inner {
  position: relative;
  box-sizing: border-box;
  border-left: 50px solid #fff;
  background: #f5f5f5;
  margin: 0 auto 250px;
  max-width: 1060px;
}
.faculty__block01 .inner::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 57.4%;
  display: block;
  background: url("/academics/undergraduate/kende/special/img/faculty/img_txt-01.png") center 0/cover no-repeat;
  width: 140px;
  height: 140px;
}
.faculty__block01__ttl {
  padding: 220px 4.9% 30px 57.4%;
  font-weight: bold;
  font-size: 30px;
}
.faculty__block01__txt {
  padding: 0 4.9% 80px 57.4%;
  line-height: 32px;
  font-size: 14px;
}
.faculty__block01__pic01 {
  position: absolute;
  top: -132px;
  left: -11.8%;
  display: block;
  width: 65.34%;
}
.faculty__block01__pic01 img {
  display: block;
  width: 87.87%;
}
.faculty__block01__pic02 {
  position: absolute;
  top: 350px;
  left: -4.4%;
  display: block;
  width: 65.34%;
}
.faculty__block01__pic02 img {
  display: block;
  width: 87.87%;
}
.faculty__block02 .inner {
  position: relative;
  box-sizing: border-box;
  background: #f5f5f5;
  margin: 0 auto 300px;
  max-width: 1060px;
}
.faculty__block02 .inner::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 4.7%;
  display: block;
  background: url("/academics/undergraduate/kende/special/img/faculty/img_txt-02.png") center 0/cover no-repeat;
  width: 140px;
  height: 140px;
}
.faculty__block02__ttl {
  padding: 75px 4.7% 30px 23.58%;
  font-weight: bold;
  font-size: 30px;
}
.faculty__block02__txt {
  padding: 0 4.7% 310px 23.58%;
  line-height: 32px;
  font-size: 14px;
}
.faculty__block02__pic01 {
  position: absolute;
  bottom: -155px;
  left: -4.7%;
  display: block;
  width: 53.3%;
}
.faculty__block02__pic02 {
  position: absolute;
  bottom: -155px;
  right: -4.7%;
  display: block;
  width: 53.3%;
}
.faculty__block03 .inner {
  position: relative;
  box-sizing: border-box;
  border-right: 130px solid #fff;
  background: #f5f5f5;
  margin: 0 auto 560px;
  max-width: 1060px;
}
.faculty__block03 .inner::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 5.37%;
  display: block;
  background: url("/academics/undergraduate/kende/special/img/faculty/img_txt-03.png") center 0/cover no-repeat;
  width: 140px;
  height: 140px;
}
.faculty__block03__ttl {
  padding: 220px 0 30px 5.37%;
  font-weight: bold;
  font-size: 30px;
}
.faculty__block03__txt {
  padding: 0 32.2% 80px 5.37%;
  line-height: 32px;
  font-size: 14px;
}
.faculty__block03__pic01 {
  position: absolute;
  top: 112px;
  right: -25.8%;
  z-index: 1;
  display: block;
  width: 52.65%;
}
.faculty__block03__pic02 {
  position: absolute;
  bottom: -370px;
  left: 48.3%;
  z-index: 2;
  display: block;
  width: 60.2%;
}
.faculty__block04 .inner {
  position: relative;
  box-sizing: border-box;
  border-left: 126px solid #fff;
  background: #f5f5f5;
  margin: 0 auto 310px;
  max-width: 1060px;
}
.faculty__block04 .inner::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 41.75%;
  display: block;
  background: url("/academics/undergraduate/kende/special/img/faculty/img_txt-04.png") center 0/cover no-repeat;
  width: 140px;
  height: 140px;
}
.faculty__block04__ttl {
  padding: 220px 5.35% 30px 41.75%;
  font-weight: bold;
  font-size: 30px;
}
.faculty__block04__txt {
  padding: 0 5.35% 90px 41.75%;
  line-height: 32px;
  font-size: 14px;
}
.faculty__block04__pic01 {
  position: absolute;
  top: -45px;
  left: -25.1%;
  display: block;
  width: 54.6%;
}
.faculty__block04__pic02 {
  position: absolute;
  top: 380px;
  left: -18.2%;
  display: block;
  width: 54.6%;
}
.faculty__point {
  margin: 0 0 160px;
}
.faculty__point__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 330px 50px 0;
  line-height: 26px;
  font-size: 14px;
}
.faculty__point__list li {
  position: relative;
  margin: 0 20px;
  width: 47.65%;
}
.faculty__point__list li::before {
  content: "";
  position: absolute;
  top: -330px;
  left: 50%;
  display: block;
  border-radius: 50%;
  margin: 0 0 0 -145px;
  width: 290px;
  height: 290px;
}
.faculty__point__list li h3 {
  margin: 0 0 35px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #81030f;
}
.faculty__point__list__item01::before {
  background: #f0f0f0 url(./../img/faculty/ico_faculty01.png) center/176px auto no-repeat;
}
.faculty__point__list__item02::before {
  background: #f0f0f0 url(./../img/faculty/ico_faculty02.png) center/167px auto no-repeat;
}
.faculty__attention {
  background: #8b030f;
}
.faculty__attention .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(/academics/undergraduate/kende/special/img/faculty/img_attention.png) center/cover no-repeat;
  width: 50%;
  height: 100%;
}
.faculty__attention__ttl {
  position: relative;
  margin: 0 0 25px;
  padding: 135px 10px 0 56.25%;
  line-height: 38px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
.faculty__attention__ttl::before {
  content: "";
  position: absolute;
  top: 67px;
  left: 56.25%;
  display: block;
  background: url(/academics/undergraduate/kende/special/img/faculty/ttl_attention.png) 0 0/cover no-repeat;
  width: 162px;
  height: 40px;
}
.faculty__attention__txt {
  margin: 0 0 25px;
  padding: 0 10px 105px 56.25%;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
}
.faculty .block01 {
  padding: 0 0 100px;
}
.faculty .block01::after {
  display: none;
}
.faculty .block01__course {
  margin-top: 0;
}
.faculty__qa {
  background: #f0f0f0;
  padding: 50px 0 60px;
}
.faculty__qa__ttl {
  position: relative;
  margin: 0 0 45px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #81030f;
}
.faculty__qa__ttl span {
  font-size: 25px;
}
.faculty__qa__ttl::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(/academics/undergraduate/kende/special/img/faculty/ico_qa.png) 0 0/cover no-repeat;
  margin: 0 0 -15px;
  width: 97px;
  height: 54px;
}
.faculty__qa__list {
  font-size: 18px;
}
.faculty__qa__list__item {
  background: #fff;
  margin: 0 0 20px;
}
.faculty__qa__list__item__q {
  position: relative;
  border-right: 56px solid #8B030F;
  padding: 16px 80px;
  line-height: 24px;
  cursor: pointer;
}
.faculty__qa__list__item__q:hover {
  color: #ba1826;
}
.faculty__qa__list__item__q::before, .faculty__qa__list__item__q::after {
  content: "";
  position: absolute;
  top: 49%;
  right: -41px;
  display: block;
  background: #fff;
  width: 26px;
  height: 3px;
}
.faculty__qa__list__item__q::after {
  transform: rotate(90deg);
}
.faculty__qa__list__item__q.open::after {
  opacity: 0;
}
.faculty__qa__list__item__q em {
  margin: 0 0 0 -55px;
  font-style: normal;
  color: #8B030F;
}
.faculty__qa__list__item__a {
  display: none;
  background: #8B030F;
  padding: 16px 80px 16px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
}
.faculty__qa__list__item__a em {
  margin: 0 0 0 -55px;
  font-style: normal;
  font-size: 18px;
}

/* architecture setting
------------------------------------*/
.architecture__KV {
  margin: 100px 0 0;
  width: 100%;
}
.architecture__KV .inner {
  max-width: 100%;
}
.architecture__KV h1 {
  box-sizing: border-box;
  background: url("/academics/undergraduate/kende/special/img/architecture/img_architecture-mv.png") center 0/cover no-repeat;
  padding: 130px 0 0;
  height: 460px;
  text-align: center;
}
.architecture__KV h1 img {
  margin: 0 auto;
}
.architecture__KV p {
  box-sizing: border-box;
  background: #feedde;
  margin: 0 0 80px;
  padding: 50px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  font-size: 16px;
  color: #d38441;
}
.architecture__field {
  margin: 0 0 140px;
}
.architecture__field__ttl {
  margin: 0 auto 15px;
  width: 159px;
}
.architecture__field__txt {
  margin: 0 0 50px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.architecture__field__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.architecture__field__list li {
  position: relative;
  background: #f0f0f0;
  padding: 310px 25px 30px;
  width: 31.875%;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
}
.architecture__field__list li::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  display: block;
  border-radius: 50%;
  margin: 0 0 0 -125px;
  width: 250px;
  height: 250px;
}
.architecture__field__list li h4 {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 22px;
  color: #d38441;
}
.architecture__field__list__item01::before {
  background: #fff url(./../img/architecture/ico_architecture01.png) center/182px auto no-repeat;
}
.architecture__field__list__item02::before {
  background: #fff url(./../img/architecture/ico_architecture02.png) center/160px auto no-repeat;
}
.architecture__field__list__item03::before {
  background: #fff url(./../img/architecture/ico_architecture03.png) center/176px auto no-repeat;
}
.architecture__block01 .inner {
  position: relative;
}
.architecture__block01 .inner::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -2.5%;
  z-index: 0;
  display: block;
  background: url("/academics/undergraduate/kende/special/img/architecture/img_txt-01.png") center 0/cover no-repeat;
  width: 240px;
  height: 240px;
}
.architecture__block01__ttl {
  position: relative;
  z-index: 1;
  padding: 100px 0 40px 54.16%;
  font-weight: bold;
  font-size: 30px;
}
.architecture__block01__txt {
  position: relative;
  z-index: 1;
  padding: 0 0 230px 54.16%;
  line-height: 32px;
  font-size: 14px;
}
.architecture__block01__pic {
  position: absolute;
  top: 0;
  left: -12.5%;
  display: block;
  width: 60.4%;
}
.architecture__block02 .inner {
  position: relative;
}
.architecture__block02 .inner::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 22.9%;
  z-index: 0;
  display: block;
  background: url("/academics/undergraduate/kende/special/img/architecture/img_txt-02.png") center 0/cover no-repeat;
  width: 240px;
  height: 240px;
}
.architecture__block02__ttl {
  position: relative;
  z-index: 1;
  padding: 100px 54.16% 40px 0;
  font-weight: bold;
  font-size: 30px;
}
.architecture__block02__txt {
  position: relative;
  z-index: 1;
  padding: 0 54.16% 230px 0;
  line-height: 32px;
  font-size: 14px;
}
.architecture__block02__pic {
  position: absolute;
  top: 0;
  left: 52.08%;
  display: block;
  width: 60.4%;
}
.architecture__block03 .inner {
  position: relative;
}
.architecture__block03 .inner::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -2.5%;
  z-index: 0;
  display: block;
  background: url("/academics/undergraduate/kende/special/img/architecture/img_txt-03.png") center 0/cover no-repeat;
  width: 240px;
  height: 240px;
}
.architecture__block03__ttl {
  position: relative;
  z-index: 1;
  padding: 100px 0 40px 54.16%;
  font-weight: bold;
  font-size: 30px;
}
.architecture__block03__txt {
  position: relative;
  z-index: 1;
  padding: 0 0 140px 54.16%;
  line-height: 32px;
  font-size: 14px;
}
.architecture__block03__pic {
  position: absolute;
  top: 0;
  left: -12.5%;
  display: block;
  width: 60.4%;
}
.architecture__flow {
  margin: 0 0 125px;
}
.architecture__flow .inner {
  position: relative;
}
.architecture__flow .inner::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 0;
  display: block;
  background: #d38441;
  width: 100%;
  height: 1px;
}
.architecture__flow__ttl {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: 0 auto 60px;
  width: 215px;
}
.architecture__flow__ttl img {
  display: block;
  margin: 0 auto;
  width: 176px;
}
.architecture__curriculum {
  margin: 0 0 100px;
}
.architecture__curriculum__ttl {
  margin: 0 auto 60px;
  width: 353px;
}
.architecture__curriculum__list__item {
  margin: 0 0 55px;
}
.architecture__curriculum__list__item h3 {
  border-bottom: 1px solid #727272;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 22px;
  color: #d38441;
}
.architecture__curriculum__list__item p {
  line-height: 26px;
  font-size: 14px;
}
.architecture__curriculum__list__other dl {
  margin: 0 0 20px;
  border: 1px solid #d38441;
}
.architecture__curriculum__list__other dl dt {
  border-bottom: 1px solid #d38441;
  line-height: 38px;
  padding: 0 0 0 20px;
  height: 40px;
  font-weight: normal;
  font-size: 16px;
  color: #d38441;
}
.architecture__curriculum__list__other dl dd {
  padding: 12px 20px 16px;
  line-height: 26px;
  font-size: 14px;
}
.architecture__interview {
  border-top: 6px solid #bf6f62;
  background: #feedde;
  padding: 0 0 40px;
}
.architecture__interview__ttl {
  background: #bf6f62;
  margin: 0 auto 75px;
  width: 378px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
.architecture__interview__box {
  position: relative;
}
.architecture__interview__box:not(:last-child) {
  padding: 0 0 40px;
}
.architecture__interview__box__copy {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 45px 39.375%;
  padding: 25px 0 0 85px;
  width: 60.625%;
}
.architecture__interview__box__copy::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  display: block;
  border-radius: 50%;
  width: 62px;
  height: 62px;
}
.architecture__interview__box__copy.fieldArchitecture::before {
  background: #fff url(./../img/architecture/ico_architecture01.png) center/47px auto no-repeat;
}
.architecture__interview__box__copy.fieldInterior::before {
  background: #fff url(./../img/architecture/ico_architecture02.png) center/41px auto no-repeat;
}
.architecture__interview__box__copy.fieldTownPlanning::before {
  background: #fff url(./../img/architecture/ico_architecture03.png) center/45px auto no-repeat;
}
.architecture__interview__box__profile {
  border-bottom: 1px solid #d38441;
  background: url(/academics/undergraduate/kende/special/img/architecture/ttl_profile.png) 0 3px/49px auto no-repeat;
  margin: 0 0 20px 39.375%;
  padding: 0 0 10px 70px;
}
.architecture__interview__box__profile span {
  padding: 0 0 0 5px;
  font-size: 12px;
}
.architecture__interview__box__intro {
  margin: 0 0 80px 39.375%;
  line-height: 30px;
  font-size: 14px;
}
.architecture__interview__box__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 35.4%;
}
.architecture__interview__box__txt {
  margin: 0 0 60px;
  line-height: 30px;
  font-size: 14px;
}
.architecture__interview__box__txt__ttl {
  display: block;
  border-bottom: 1px solid #d38441;
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-style: normal;
  font-size: 20px;
  color: #d38441;
}

/* design setting
------------------------------------*/
.design__KV {
  margin: 100px 0 0;
  width: 100%;
}
.design__KV .inner {
  max-width: 100%;
}
.design__KV h1 {
  box-sizing: border-box;
  background: url("/academics/undergraduate/kende/special/img/design/img_design-mv.png") center 0/cover no-repeat;
  padding: 130px 0 0;
  height: 460px;
  text-align: center;
}
.design__KV h1 img {
  margin: 0 auto;
}
.design__KV p {
  box-sizing: border-box;
  background: #fdeeeb;
  margin: 0 0 80px;
  padding: 68px 50px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #bf6f62;
}
.design__field {
  margin: 0 0 140px;
}
.design__field__ttl {
  margin: 0 auto 15px;
  width: 159px;
}
.design__field__txt {
  margin: 0 0 50px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.design__field__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.design__field__list li {
  position: relative;
  background: #f0f0f0;
  padding: 310px 25px 30px;
  width: 48.95%;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
}
.design__field__list li::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  display: block;
  border-radius: 50%;
  margin: 0 0 0 -125px;
  width: 250px;
  height: 250px;
}
.design__field__list li h4 {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 22px;
  color: #bf6f62;
}
.design__field__list__item01::before {
  background: #fff url(./../img/design/ico_design01.png) center/184px auto no-repeat;
}
.design__field__list__item02::before {
  background: #fff url(./../img/design/ico_design02.png) center/108px auto no-repeat;
}
.design__block01 .inner {
  position: relative;
}
.design__block01 .inner::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -2.5%;
  z-index: 0;
  display: block;
  background: url("/academics/undergraduate/kende/special/img/design/img_txt-01.png") center 0/cover no-repeat;
  width: 240px;
  height: 240px;
}
.design__block01__ttl {
  position: relative;
  z-index: 1;
  padding: 100px 0 40px 54.16%;
  font-weight: bold;
  font-size: 30px;
}
.design__block01__txt {
  position: relative;
  z-index: 1;
  padding: 0 0 230px 54.16%;
  line-height: 32px;
  font-size: 14px;
}
.design__block01__pic {
  position: absolute;
  top: 0;
  left: -12.5%;
  display: block;
  width: 60.4%;
}
.design__block02 .inner {
  position: relative;
}
.design__block02 .inner::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 22.9%;
  z-index: 0;
  display: block;
  background: url("/academics/undergraduate/kende/special/img/design/img_txt-02.png") center 0/cover no-repeat;
  width: 240px;
  height: 240px;
}
.design__block02__ttl {
  position: relative;
  z-index: 1;
  padding: 100px 54.16% 40px 0;
  font-weight: bold;
  font-size: 30px;
}
.design__block02__txt {
  position: relative;
  z-index: 1;
  padding: 0 54.16% 230px 0;
  line-height: 32px;
  font-size: 14px;
}
.design__block02__pic {
  position: absolute;
  top: 0;
  left: 52.08%;
  display: block;
  width: 60.4%;
}
.design__block03 .inner {
  position: relative;
}
.design__block03 .inner::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -2.5%;
  z-index: 0;
  display: block;
  background: url("/academics/undergraduate/kende/special/img/design/img_txt-03.png") center 0/cover no-repeat;
  width: 240px;
  height: 240px;
}
.design__block03__ttl {
  position: relative;
  z-index: 1;
  padding: 100px 0 40px 54.16%;
  font-weight: bold;
  font-size: 30px;
}
.design__block03__txt {
  position: relative;
  z-index: 1;
  padding: 0 0 140px 54.16%;
  line-height: 32px;
  font-size: 14px;
}
.design__block03__pic {
  position: absolute;
  top: 0;
  left: -12.5%;
  display: block;
  width: 60.4%;
}
.design__flow {
  margin: 0 0 125px;
}
.design__flow .inner {
  position: relative;
}
.design__flow .inner::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 0;
  display: block;
  background: #d38441;
  width: 100%;
  height: 1px;
}
.design__flow__ttl {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: 0 auto 60px;
  width: 215px;
}
.design__flow__ttl img {
  display: block;
  margin: 0 auto;
  width: 176px;
}
.design__curriculum {
  margin: 0 0 120px;
}
.design__curriculum__ttl {
  margin: 0 auto 60px;
  width: 353px;
}
.design__curriculum__list__item {
  margin: 0 0 55px;
}
.design__curriculum__list__item h3 {
  border-bottom: 1px solid #727272;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 22px;
  color: #bf6f62;
}
.design__curriculum__list__item p {
  line-height: 26px;
  font-size: 14px;
}
.design__curriculum__list__other dl {
  margin: 0 0 20px;
  border: 1px solid #bf6f62;
}
.design__curriculum__list__other dl dt {
  border-bottom: 1px solid #bf6f62;
  line-height: 38px;
  padding: 0 0 0 20px;
  height: 40px;
  font-weight: normal;
  font-size: 16px;
  color: #bf6f62;
}
.design__curriculum__list__other dl dd {
  padding: 15px 20px 20px;
  line-height: 26px;
  font-size: 14px;
}
.design__interview {
  border-top: 6px solid #bf6f62;
  background: #fdeeeb;
  padding: 0 0 40px;
}
.design__interview__ttl {
  background: #bf6f62;
  margin: 0 auto 75px;
  width: 378px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
.design__interview__box {
  position: relative;
}
.design__interview__box:not(:last-child) {
  padding: 0 0 40px;
}
.design__interview__box__copy {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 45px 39.375%;
  padding: 25px 0 0 85px;
  width: 60.625%;
}
.design__interview__box__copy::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  display: block;
  border-radius: 50%;
  width: 62px;
  height: 62px;
}
.design__interview__box__copy.fieldGraphic::before {
  background: #fff url(./../img/design/ico_design01.png) center/45px auto no-repeat;
}
.design__interview__box__copy.fieldProduct::before {
  background: #fff url(./../img/design/ico_design02.png) center/32px auto no-repeat;
}
.design__interview__box__profile {
  border-bottom: 1px solid #bf6f62;
  background: url(/academics/undergraduate/kende/special/img/design/ttl_profile.png) 0 3px/49px auto no-repeat;
  margin: 0 0 20px 39.375%;
  padding: 0 0 10px 70px;
}
.design__interview__box__profile span {
  padding: 0 0 0 5px;
  font-size: 12px;
}
.design__interview__box__intro {
  margin: 0 0 80px 39.375%;
  line-height: 30px;
  font-size: 14px;
}
.design__interview__box__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 35.4%;
}
.design__interview__box__txt {
  margin: 0 0 60px;
  line-height: 30px;
  font-size: 14px;
}
.design__interview__box__txt__ttl {
  display: block;
  border-bottom: 1px solid #bf6f62;
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-style: normal;
  font-size: 20px;
  color: #bf6f62;
}
@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;
  }

  /* faculty setting
  ------------------------------------*/
  .faculty__KV {
    margin: 105px 0 0;
  }
  .faculty__KV h1 {
    background: url("/academics/undergraduate/kende/special/img/faculty/img_faculty-mv_sp.png") center 0/cover no-repeat;
    padding: 55px 0 0;
    height: 270px;
  }
  .faculty__KV h1 img {
    width: 306px;
  }
  .faculty__KV p {
    margin: 0 0 60px;
    padding: 30px 20px 40px;
    text-align: left;
    line-height: 29px;
    font-size: 14px;
  }
  .faculty__block01 .inner {
    border-left: none;
    margin: 0 auto 120px;
    max-width: 335px;
    width: 335px;
  }
  .faculty__block01 .inner::before {
    top: 25px;
    left: 20px;
    width: 70px;
    height: 70px;
  }
  .faculty__block01__ttl {
    padding: 45px 0 30px 103px;
    font-size: 20px;
  }
  .faculty__block01__txt {
    padding: 0 20px 130px;
    line-height: 27px;
  }
  .faculty__block01__pic01 {
    top: auto;
    bottom: -37px;
    left: -20px;
    width: 182px;
  }
  .faculty__block01__pic01 img {
    width: 100%;
  }
  .faculty__block01__pic02 {
    top: auto;
    bottom: -72px;
    left: auto;
    right: -20px;
    width: 182px;
  }
  .faculty__block01__pic02 img {
    width: 100%;
  }
  .faculty__block02 .inner {
    margin: 0 auto 120px;
    max-width: 335px;
    width: 335px;
  }
  .faculty__block02 .inner::before {
    top: 25px;
    left: 20px;
    width: 70px;
    height: 70px;
  }
  .faculty__block02__ttl {
    padding: 24px 0 20px 103px;
    line-height: 29px;
    font-size: 20px;
  }
  .faculty__block02__txt {
    padding: 0 20px 130px;
    line-height: 27px;
  }
  .faculty__block02__pic01 {
    bottom: -38px;
    left: -20px;
    width: 182px;
  }
  .faculty__block02__pic02 {
    bottom: -38px;
    right: -20px;
    width: 182px;
  }
  .faculty__block03 .inner {
    border-right: none;
    margin: 0 auto 120px;
    max-width: 335px;
    width: 335px;
  }
  .faculty__block03 .inner::before {
    top: 25px;
    left: 20px;
    width: 70px;
    height: 70px;
  }
  .faculty__block03__ttl {
    padding: 24px 0 20px 103px;
    line-height: 29px;
    font-size: 20px;
  }
  .faculty__block03__txt {
    padding: 0 20px 130px;
    line-height: 27px;
  }
  .faculty__block03__pic01 {
    top: auto;
    bottom: -72px;
    left: -20px;
    width: 182px;
    height: 138px;
    overflow: hidden;
  }
  .faculty__block03__pic02 {
    top: auto;
    bottom: -37px;
    left: auto;
    right: -20px;
    width: 182px;
    height: 138px;
    overflow: hidden;
  }
  .faculty__block04 .inner {
    border-left: none;
    margin: 0 auto 160px;
    max-width: 335px;
    width: 335px;
  }
  .faculty__block04 .inner::before {
    top: 25px;
    left: 20px;
    width: 70px;
    height: 70px;
  }
  .faculty__block04__ttl {
    padding: 24px 0 20px 103px;
    line-height: 29px;
    font-size: 20px;
  }
  .faculty__block04__txt {
    padding: 0 20px 125px;
    line-height: 27px;
  }
  .faculty__block04__pic01 {
    top: auto;
    bottom: -37px;
    left: -20px;
    width: 182px;
  }
  .faculty__block04__pic02 {
    top: auto;
    bottom: -72px;
    left: auto;
    right: -20px;
    width: 182px;
  }
  .faculty__point {
    margin: 0 0 15px;
  }
  .faculty__point__list {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 335px;
    line-height: 27px;
  }
  .faculty__point__list li {
    margin: 0 0 55px;
    width: 100%;
  }
  .faculty__point__list li::before {
    top: -25px;
    left: 0;
    margin: 0;
    width: 100px;
    height: 100px;
  }
  .faculty__point__list li h3 {
    margin: 0 0 30px 118px;
    text-align: left;
    font-size: 18px;
  }
  .faculty__point__list__item01::before {
    background: #f0f0f0 url(./../img/faculty/ico_faculty01.png) center/61px auto no-repeat;
  }
  .faculty__point__list__item02::before {
    background: #f0f0f0 url(./../img/faculty/ico_faculty02.png) center/58px auto no-repeat;
  }
  .faculty__attention .inner {
    max-width: 100%;
  }
  .faculty__attention .inner::before {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
  }
  .faculty__attention__ttl {
    position: relative;
    margin: 0;
    padding: 85px 5% 15px;
    line-height: 31px;
    font-size: 20px;
  }
  .faculty__attention__ttl::before {
    top: 40px;
    left: 5%;
    width: 108px;
    height: 26px;
  }
  .faculty__attention__txt {
    margin: 0;
    padding: 0 5% 50px;
    line-height: 27px;
  }
  .faculty .block01 {
    padding: 0;
  }
  .faculty .block01::after {
    display: none;
  }
  .faculty .block01__course {
    margin-top: 0;
  }
  .faculty__qa {
    padding: 40px 0;
  }
  .faculty__qa__ttl {
    margin: 0 0 30px;
    font-size: 20px;
  }
  .faculty__qa__ttl span {
    font-size: 16px;
  }
  .faculty__qa__ttl::after {
    margin: 0 0 -10px;
    width: 72px;
    height: 40px;
  }
  .faculty__qa__list {
    font-size: 13px;
  }
  .faculty__qa__list__item {
    margin: 0 0 15px;
  }
  .faculty__qa__list__item__q {
    border-right: 50px solid #8B030F;
    padding: 12px 5px 12px 55px;
    line-height: 22px;
  }
  .faculty__qa__list__item__q:hover {
    color: #333;
  }
  .faculty__qa__list__item__q::before, .faculty__qa__list__item__q::after {
    top: 49%;
    right: -33px;
    width: 17px;
    height: 3px;
  }
  .faculty__qa__list__item__q em {
    margin: 0 0 0 -40px;
  }
  .faculty__qa__list__item__a {
    padding: 12px 15px 12px 55px;
    line-height: 22px;
    font-size: 12px;
  }
  .faculty__qa__list__item__a em {
    margin: 0 0 0 -40px;
    font-size: 13px;
  }

  /* architecture setting
  ------------------------------------*/
  .architecture__KV {
    margin: 100px 0 0;
  }
  .architecture__KV h1 {
    background: url("/academics/undergraduate/kende/special/img/architecture/img_architecture-mv_sp.png") center 0/cover no-repeat;
    padding: 47px 0 0;
    height: 255px;
  }
  .architecture__KV h1 img {
    width: 255px;
  }
  .architecture__KV p {
    margin: 0 0 60px;
    padding: 30px 20px;
    line-height: 29px;
    text-align: left;
    font-size: 14px;
  }
  .architecture__field {
    margin: 0 0 80px;
  }
  .architecture__field__ttl {
    margin: 0 auto 40px;
    width: 121px;
  }
  .architecture__field__txt {
    margin: 0 0 50px;
    line-height: 27px;
    text-align: left;
  }
  .architecture__field__list {
    display: block;
  }
  .architecture__field__list li {
    margin: 0 0 10px;
    padding: 30px 20px 30px 145px;
    width: 100%;
    line-height: 25px;
    text-align: left;
  }
  .architecture__field__list li::before {
    top: 50%;
    left: 10px;
    margin: -62px 0 0;
    width: 125px;
    height: 125px;
  }
  .architecture__field__list li h4 {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .architecture__field__list__item01::before {
    background: #fff url(./../img/architecture/ico_architecture01.png) center/91px auto no-repeat;
  }
  .architecture__field__list__item02::before {
    background: #fff url(./../img/architecture/ico_architecture02.png) center/80px auto no-repeat;
  }
  .architecture__field__list__item03::before {
    background: #fff url(./../img/architecture/ico_architecture03.png) center/88px auto no-repeat;
  }
  .architecture__block01 .inner::before {
    top: -42px;
    right: 0;
    width: 122px;
    height: 122px;
  }
  .architecture__block01__ttl {
    padding: 0 0 35px;
    font-size: 20px;
  }
  .architecture__block01__txt {
    padding: 0 0 40px;
    line-height: 27px;
  }
  .architecture__block01__pic {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 90px;
    width: 290px;
  }
  .architecture__block02 .inner::before {
    top: -42px;
    left: auto;
    right: 0;
    width: 122px;
    height: 122px;
  }
  .architecture__block02__ttl {
    padding: 0 0 35px;
    font-size: 20px;
  }
  .architecture__block02__txt {
    padding: 0 0 40px;
    line-height: 27px;
  }
  .architecture__block02__pic {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 90px;
    width: 290px;
  }
  .architecture__block03 .inner::before {
    top: -42px;
    right: 0;
    width: 122px;
    height: 122px;
  }
  .architecture__block03__ttl {
    padding: 0 0 35px;
    font-size: 20px;
  }
  .architecture__block03__txt {
    padding: 0 0 40px;
    line-height: 27px;
  }
  .architecture__block03__pic {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 90px;
    width: 290px;
  }
  .architecture__flow {
    margin: 0 0 65px;
  }
  .architecture__flow .inner::before {
    top: 13px;
  }
  .architecture__flow__ttl {
    margin: 0 auto 40px;
    width: 180px;
  }
  .architecture__flow__ttl img {
    width: 134px;
  }
  .architecture__curriculum {
    margin: 0 0 50px;
  }
  .architecture__curriculum__ttl {
    margin: 0 auto 40px;
    width: 270px;
  }
  .architecture__curriculum__list__item {
    margin: 0 0 35px;
  }
  .architecture__curriculum__list__item h3 {
    margin: 0 0 10px;
    font-size: 15px;
  }
  .architecture__curriculum__list__item p {
    line-height: 27px;
  }
  .architecture__curriculum__list__other {
    display: block;
  }
  .architecture__curriculum__list__other dl {
    margin: 0 0 20px;
    width: 100%;
  }
  .architecture__curriculum__list__other dl dt {
    line-height: 28px;
    height: 30px;
    font-size: 14px;
  }
  .architecture__curriculum__list__other dl dd {
    padding: 10px 15px 15px;
    line-height: 27px;
  }
  .architecture__interview {
    border-top: 4px solid #bf6f62;
    padding: 0 0 40px;
  }
  .architecture__interview__ttl {
    margin: 0 auto 42px;
    width: 260px;
    height: 30px;
    line-height: 24px;
    font-size: 16px;
  }
  .architecture__interview__box {
    position: relative;
  }
  .architecture__interview__box:not(:last-child) {
    padding: 0 0 40px;
  }
  .architecture__interview__box__copy {
    margin: 0 0 225px 65px;
    padding: 0;
    width: 265px;
  }
  .architecture__interview__box__copy::before {
    top: -3px;
    left: -65px;
    width: 50px;
    height: 50px;
  }
  .architecture__interview__box__copy.fieldArchitecture::before {
    background: #fff url(./../img/architecture/ico_architecture01.png) center/36px auto no-repeat;
  }
  .architecture__interview__box__copy.fieldInterior::before {
    background: #fff url(./../img/architecture/ico_architecture02.png) center/31px auto no-repeat;
  }
  .architecture__interview__box__copy.fieldTownPlanning::before {
    background: #fff url(./../img/architecture/ico_architecture03.png) center/35px auto no-repeat;
  }
  .architecture__interview__box__profile {
    background: url(/academics/undergraduate/kende/special/img/architecture/ttl_profile.png) 0 1px/45px auto no-repeat;
    margin: 0 0 10px;
    padding: 0 0 10px 54px;
    font-size: 13px;
  }
  .architecture__interview__box__profile span {
    display: block;
    padding: 5px 0 0;
    font-size: 10px;
  }
  .architecture__interview__box__intro {
    margin: 0 0 40px;
    line-height: 27px;
  }
  .architecture__interview__box__pic {
    top: 75px;
    left: 50%;
    margin: 0 0 0 -85px;
    width: 170px;
  }
  .architecture__interview__box__txt {
    margin: 0 0 40px;
    line-height: 27px;
  }
  .architecture__interview__box__txt__ttl {
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-size: 15px;
  }
  .architecture__interview__box.interview02 .architecture__interview__box__copy {
    margin: 0 0 230px 65px;
  }
  .architecture__interview__box.interview02 .architecture__interview__box__pic {
    top: 100px;
  }

  /* design setting
  ------------------------------------*/
  .design__KV {
    margin: 100px 0 0;
  }
  .design__KV h1 {
    background: url("/academics/undergraduate/kende/special/img/design/img_design-mv_sp.png") center 0/cover no-repeat;
    padding: 47px 0 0;
    height: 255px;
  }
  .design__KV h1 img {
    width: 285px;
  }
  .design__KV p {
    margin: 0 0 60px;
    padding: 30px 20px;
    line-height: 29px;
    text-align: left;
    font-size: 14px;
  }
  .design__field {
    margin: 0 0 80px;
  }
  .design__field__ttl {
    margin: 0 auto 40px;
    width: 121px;
  }
  .design__field__txt {
    margin: 0 0 50px;
    line-height: 27px;
    text-align: left;
  }
  .design__field__list {
    display: block;
  }
  .design__field__list li {
    margin: 0 0 10px;
    padding: 30px 20px 30px 145px;
    width: 100%;
    line-height: 25px;
    text-align: left;
  }
  .design__field__list li::before {
    top: 50%;
    left: 10px;
    margin: -62px 0 0;
    width: 125px;
    height: 125px;
  }
  .design__field__list li h4 {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .design__field__list__item01::before {
    background: #fff url(./../img/design/ico_design01.png) center/92px auto no-repeat;
  }
  .design__field__list__item02::before {
    background: #fff url(./../img/design/ico_design02.png) center/53px auto no-repeat;
  }
  .design__block01 .inner::before {
    top: -42px;
    right: 0;
    width: 122px;
    height: 122px;
  }
  .design__block01__ttl {
    padding: 0 0 35px;
    font-size: 20px;
  }
  .design__block01__txt {
    padding: 0 0 40px;
    line-height: 27px;
  }
  .design__block01__pic {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 90px;
    width: 290px;
  }
  .design__block02 .inner::before {
    top: -42px;
    left: auto;
    right: 0;
    width: 122px;
    height: 122px;
  }
  .design__block02__ttl {
    padding: 0 0 35px;
    font-size: 20px;
  }
  .design__block02__txt {
    padding: 0 0 40px;
    line-height: 27px;
  }
  .design__block02__pic {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 90px;
    width: 290px;
  }
  .design__block03 .inner::before {
    top: -42px;
    right: 0;
    width: 122px;
    height: 122px;
  }
  .design__block03__ttl {
    padding: 0 0 35px;
    font-size: 20px;
  }
  .design__block03__txt {
    padding: 0 0 40px;
    line-height: 27px;
  }
  .design__block03__pic {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 90px;
    width: 290px;
  }
  .design__flow {
    margin: 0 0 65px;
  }
  .design__flow .inner::before {
    top: 13px;
  }
  .design__flow__ttl {
    margin: 0 auto 40px;
    width: 180px;
  }
  .design__flow__ttl img {
    width: 134px;
  }
  .design__curriculum {
    margin: 0 0 50px;
  }
  .design__curriculum__ttl {
    margin: 0 auto 40px;
    width: 270px;
  }
  .design__curriculum__list__item {
    margin: 0 0 35px;
  }
  .design__curriculum__list__item h3 {
    margin: 0 0 10px;
    font-size: 15px;
  }
  .design__curriculum__list__item p {
    line-height: 27px;
  }
  .design__curriculum__list__other {
    display: block;
  }
  .design__curriculum__list__other dl {
    margin: 0 0 20px;
    width: 100%;
  }
  .design__curriculum__list__other dl dt {
    line-height: 28px;
    height: 30px;
    font-size: 14px;
  }
  .design__curriculum__list__other dl dd {
    padding: 10px 15px 15px;
    line-height: 27px;
  }
  .design__interview {
    border-top: 4px solid #bf6f62;
    padding: 0 0 40px;
  }
  .design__interview__ttl {
    margin: 0 auto 42px;
    width: 260px;
    height: 30px;
    line-height: 24px;
    font-size: 16px;
  }
  .design__interview__box {
    position: relative;
  }
  .design__interview__box:not(:last-child) {
    padding: 0 0 40px;
  }
  .design__interview__box__copy {
    margin: 0 0 230px 65px;
    padding: 0;
    width: 265px;
  }
  .design__interview__box__copy::before {
    top: -3px;
    left: -65px;
    width: 50px;
    height: 50px;
  }
  .design__interview__box__copy.fieldGraphic::before {
    background: #fff url(./../img/design/ico_design01.png) center/36px auto no-repeat;
  }
  .design__interview__box__copy.fieldProduct::before {
    background: #fff url(./../img/design/ico_design02.png) center/32px auto no-repeat;
  }
  .design__interview__box__profile {
    background: url(/academics/undergraduate/kende/special/img/design/ttl_profile.png) 0 1px/45px auto no-repeat;
    margin: 0 0 10px;
    padding: 0 0 10px 54px;
    font-size: 13px;
  }
  .design__interview__box__profile span {
    display: block;
    padding: 5px 0 0;
    font-size: 10px;
  }
  .design__interview__box__intro {
    margin: 0 0 40px;
    line-height: 27px;
  }
  .design__interview__box__pic {
    top: 100px;
    left: 50%;
    margin: 0 0 0 -85px;
    width: 170px;
  }
  .design__interview__box__txt {
    margin: 0 0 40px;
    line-height: 27px;
  }
  .design__interview__box__txt__ttl {
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-size: 15px;
  }
}