@charset "UTF-8";
/* ==========================================================================

値の定義

========================================================================== */
/* ==========================================================================

importファイル

========================================================================== */
/* btnBace使用例：@extend %btnBace;
-------------------------------------------------------------*/
.btnBox {
  max-width: 280px;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .btnBox a {
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 12px 11px;
    color: #333;
    background: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    word-break: break-all;
    letter-spacing: .5px;
    -webkit-transition: .2s;
    transition: .2s;
    border: #707070 solid 1px; }

/* =================================================================

リセット

================================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  background: transparent;
  vertical-align: baseline; }

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  *font: x-small;
  color: #333;
  font-size: 1.6em;
  letter-spacing: .8px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  overflow-y: scroll;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset; }

html,
body {
  height: 100%;
  line-height: 1.6; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

li {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

fieldset {
  margin: 0 2px;
  border: 1px solid #ccc;
  padding: .35em .625em .75em; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  background: transparent;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:link {
    outline: none; }
  a:visited {
    outline: none; }
  a:hover {
    text-decoration: none;
    outline: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

*:focus {
  outline: none !important; }

ins {
  color: #000;
  background: #ff9;
  text-decoration: none; }

mark {
  color: #000;
  background-color: #ff9;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    border-collapse: collapse;
    border-spacing: 0; }

caption,
th {
  text-align: left; }

hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  display: block;
  overflow: visible;
  border-top: 1px solid #ccc; }

img {
  max-width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  height: auto;
  vertical-align: bottom; }

input,
select {
  vertical-align: middle; }

button,
select {
  text-transform: none; }

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

select::-ms-expand {
  display: none; }

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial; }

input[type='button'],
input[type='submit'],
input[type='search'],
input[type='reset'],
button {
  -webkit-appearance: none; }

label {
  font-weight: normal; }

audio:not([controls]) {
  display: none;
  height: 0; }

input {
  padding: 0; }
  input::-ms-clear, input::-ms-reveal {
    visibility: hidden; }

[type='checkbox'],
[type='radio'] {
  padding: 0; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1; }

:-moz-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

:-ms-input-placeholder {
  color: #ccc; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[aria-busy='true'] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  margin: 0;
  padding: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden='false']:focus {
  clip: auto; }

/* ==========================================================================

slick.jsのスタイル（基本）

========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/140th/fonts/slick.eot");
  src: url("/140th/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/140th/fonts/slick.woff") format("woff"), url("/140th/fonts/slick.ttf") format("truetype"), url("/140th/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/*
.slick-prev {
    left: -25px;
    [dir="rtl"] & {
        left: auto;
        right: -25px;
    }
    &:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }
}

.slick-next {
    right: -25px;
    [dir="rtl"] & {
        left: -25px;
        right: auto;
    }
    &:before {
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }
}
*/
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "?";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* =================================================================

基本設定

================================================================= */
/* 共通ボタンスタイル
-------------------------------------------------------------*/
/* 個別フォント
-------------------------------------------------------------*/
.ryoMincho {
  font-weight: 500;
  font-family: ryo-text-plusn, serif; }
  .ryoMincho.ie {
    font-family: Noto Serif JP, serif;
    font-weight: bold; }
  .ryoMincho.edge {
    font-weight: bold; }

.bodoni {
  font-family: ltc-bodoni-175, serif;
  font-weight: 400;
  font-style: normal; }

/* テキスト非表示
-------------------------------------------------------------*/
.clearTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* 動画フィット
-------------------------------------------------------------*/
.fitMovie {
  position: absolute; }

/* レスポンシブチェック
-------------------------------------------------------------*/
#responsibleCheck {
  width: 1px;
  height: 0; }

/* PC/SPで要素を出しわけ
-------------------------------------------------------------*/

.tabOnly {
  display: none; }

.pcTabOnly {
  display: block; }

.spOnly {
  display: none; }

/* SVG画像調整
-------------------------------------------------------------*/
img[src$=".svg"] {
  width: 100%; }

/* 共通見出し
-------------------------------------------------------------*/
.mainTtl {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: .05em; }

.underPageTtl {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: .05em;
  line-height: 1; }

/* 共通テキスト
-------------------------------------------------------------*/
.normalTxt {
  font-size: 2rem;
  line-height: 2.4;
  letter-spacing: -.1px; }

/* 共通テーブル
-------------------------------------------------------------*/
table {
  border-collapse: collapse; }
  table th {
    padding: 10px;
    font-size: 1.5rem;
    border: 1px solid #707070;
    background: #EEE;
    vertical-align: middle;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  table td {
    padding: 10px;
    word-break: break-all;
    font-size: 1.5rem;
    line-height: 1.4;
    vertical-align: middle;
    border: 1px solid #707070;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

/* ==========================================================================

アニメーション

========================================================================== */
@-webkit-keyframes firstFadeIn {
  0% { }
  100% {
    opacity: 1;
    visibility: visible; } }
@keyframes firstFadeIn {
  0% { }
  100% {
    opacity: 1;
    visibility: visible; } }

/*
@keyframes xPosFadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
*/
.trans {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.deg {
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.deg.back {
  z-index: -1; }

.deg > [data-type="left"] {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: rotateY(90deg) translateX(-100px);
          transform: rotateY(90deg) translateX(-100px);
  opacity: 0; }

.deg > [data-type="right"] {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: rotateY(-90deg) translateX(100px);
          transform: rotateY(-90deg) translateX(100px);
  opacity: 0; }

.deg.active > * {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1; }

.scroll {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease; }

.scroll[data-type="up"] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0.01; }

.scroll[data-type="down"] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  opacity: 0.01; }

.scroll[data-type="left"] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  opacity: 0.01; }

.scroll[data-type="right"] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  opacity: 0.01; }

.scroll[data-type="fade"] {
  opacity: 0; }

.scroll[data-type="up"].active,
.scroll[data-type="down"].active,
.scroll[data-type="left"].active,
.scroll[data-type="right"].active,
.scroll[data-type="fade"].active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1; }

.scroll[data-type="width"] {
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease;
  max-width: 100%;
  width: 100%;
  min-height: 62px;
  padding: 20px 0 0;
  opacity: 1; }

.scroll[data-type="width"].active {
  width: 350px;
  padding: 20px 70px 0;
  opacity: 1; }

.scroll[data-type="text"] {
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -0.1turn) translate3d(-50px, 100px, 0);
          transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -0.1turn) translate3d(-50px, 100px, 0);
  /* 	transition-delay: 2s; */ }

.scroll[data-type="text"].active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  /* 	transition-delay: 2s; */ }

.scroll[data-type="text"].dur {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.scroll[data-type="text"].dur2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.scroll[data-type="text"].dur3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.scroll[data-type="text"].dur4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.scroll[data-type="text"].dur5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.scroll[data-type="text"].dur6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.scroll[data-type="text"].dur7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.scroll[data-type="text"].dur8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.scroll[data-type="text"].dur9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.scroll[data-type="text"].dur10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.scroll[data-type="text"].dur11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }

.scroll[data-type="text"].dur12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.scroll[data-type="text"].dur13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.scroll[data-type="text"].dur14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.scroll[data-type="text"].dur15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s; }

.scroll[data-type="text"].dur16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s; }

.scroll[data-type="text"].dur17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s; }

.scroll[data-type="text"].dur18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s; }

.scroll[data-type="text"].dur19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s; }

.scroll[data-type="text"].dur20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s; }

.scroll[data-type="text"].dur25 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s; }

.scroll[data-type="text"].dur30 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s; }

.scroll[data-type="text"].dur35 {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s; }

.scrollup {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.scrollup.action {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1; }

.scrollSlide {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.scrollSlide.top {
  opacity: 0;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px); }

.scrollSlide.left {
  opacity: 0;
  -webkit-transform: translateX(150px);
          transform: translateX(150px); }

.scrollSlide.right {
  opacity: 0;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px); }

.scrollSlide.action {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1; }

.scrollZoom {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, -1);
          transform: scale3d(0, 0, -1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.scrollZoom.action {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1; }

/* ==========================================================================

メインコンテンツベース

========================================================================== */
.continer {
  width: 100%;
  overflow: hidden; }

.videoContainer {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto; }
  .videoContainer .video {
    position: absolute; }

/* ==========================================================================

ヘッダー

========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  background: #fff; }
  .header .inner {
    margin: 0 auto;
    max-width: 1920px;
    padding: 25px 60px 25px 50px;
    position: relative; }
    .header .inner:after {
      content: "";
      display: table;
      clear: both; }
    .header .inner .logo {
      max-width: 154px;
      width: 100%;
      height: 50px;
      float: left; }
      .header .inner .logo a {
        width: 100%;
        height: 100%;
        display: block;
        background: url(/140th/images/common/logo.svg) 0 0 no-repeat;
        background-size: cover; }
        .header .inner .logo a.active {
          background: url(/140th/images/common/logo.svg) 0 0 no-repeat;
          background-size: cover; }
    .header .inner .navigation {
      margin: 17px 18px 0 0; }
    .header .inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header .inner ul:after {
        content: "";
        display: table;
        clear: both; }
      .header .inner ul li {
        margin: 0 0 0 2.60416%; }
        .header .inner ul li:first-of-type {
          margin: 0; }
        .header .inner ul li a {
          font-weight: 700;
          color: #333;
          text-align: center;
          position: relative;
          display: inline-block;
          font-size: 1.5rem;
          line-height: 1;
          -webkit-transition: .2s;
          transition: .2s; }
          .header .inner ul li a::after {
            position: absolute;
            bottom: -30px;
            left: 0;
            right: 0;
            content: '';
            width: 32px;
            margin: 0 auto;
            height: 2px;
            background: #333;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s; }
  .header.top {
    display: none; }
  .header.topsStyle {
    background: none; }
    .header.topsStyle .logo {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 1s;
      transition: 1s; }
      .header.topsStyle .logo.active {
        opacity: 1;
        visibility: visible; }
      .header.topsStyle .logo a {
        background: url(/140th/images/common/logo_w.svg) 0 0 no-repeat;
        background-size: cover; }
        .header.topsStyle .logo a.active {
          background: url(/140th/images/common/logo_w.svg) 0 0 no-repeat;
          background-size: cover; }
    .header.topsStyle ul {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 1s;
      transition: 1s; }
      .header.topsStyle ul.active {
        opacity: 1;
        visibility: visible; }
      .header.topsStyle ul li a {
        color: #fff; }
        .header.topsStyle ul li a::after {
          background: #fff; }

/* ==========================================================================

ハンバーガーボタン

========================================================================== */
.mainMenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
  top: 26px;
  right: 30px;
  display: none;
  width: 22px;
  height: 18px; }
  .mainMenu.top {
    opacity: 0;
    visibility: hidden;
    -webkit-animation: firstFadeIn .1s ease-in 0s forwards;
            animation: firstFadeIn .1s ease-in 0s forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .mainMenu a {
    display: block;
    margin: 0; }
    .mainMenu a span {
      top: 50%;
      width: 22px;
      height: 3px;
      display: block;
      position: absolute;
      background: #333;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      margin: 0 0; }
      .mainMenu a span::before {
        top: 50%;
        right: 0;
        width: 22px;
        height: 3px;
        content: '';
        display: block;
        position: absolute;
        background: #333;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin-top: -10px; }
      .mainMenu a span::after {
        top: 50%;
        right: 0;
        width: 22px;
        height: 3px;
        content: '';
        display: block;
        position: absolute;
        background: #333;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin-top: 6px; }
      .mainMenu a span.iconClose {
        background: transparent !important;
        margin: -4px 0 0 3px; }
        .mainMenu a span.iconClose::before, .mainMenu a span.iconClose::after {
          width: 28px;
          margin-top: -1px; }
        .mainMenu a span.iconClose::before {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .mainMenu a span.iconClose::after {
          -webkit-transform: rotate(-135deg);
                  transform: rotate(-135deg); }
    .mainMenu a.hover span {
      background: #789807; }
      .mainMenu a.hover span::before, .mainMenu a.hover span::after {
        background: #789807; }
      .mainMenu a.hover span.iconClose {
        background: transparent !important; }
  .mainMenu.drawerClose {
    width: 22px;
    height: 22px; }
  .mainMenu.topsStyle a span {
    background: #fff; }
    .mainMenu.topsStyle a span::before {
      background: #fff; }
    .mainMenu.topsStyle a span::after {
      background: #fff; }

/* ==========================================================================

ドロワー

========================================================================== */
#drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 120%;
  background: #fff; }
  #drawer #drawerInner {
    z-index: 100000;
    position: relative;
    overflow-y: auto; }
    #drawer #drawerInner .navigation {
      margin: 0;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100vh; }
      #drawer #drawerInner .navigation.land {
        padding: 74px 0 30px !important; }
      #drawer #drawerInner .navigation ul.land {
        height: 100% !important; }
      #drawer #drawerInner .navigation li {
        font-weight: normal;
        line-height: 1;
        text-align: center;
        margin: 0 0 60px;
        font-size: 1.6rem;
        letter-spacing: -.02em; }
        #drawer #drawerInner .navigation li a {
          color: #333;
          position: relative;
          display: inline-block;
          /*
					&.current::after {
						bottom: -73%;
						opacity: 1;
						position: absolute;
						left: 0;
						right: 0;
						content: '';
						width: 70%;
						margin: 0 auto;
						height: 1px;
						background: $basicColor;
					}
					*/ }
          #drawer #drawerInner .navigation li a.current {
            color: #008e48; }
        #drawer #drawerInner .navigation li:last-of-type {
          margin: 0; }
  #drawer.topsStyle {
    background: #008e48; }
    #drawer.topsStyle #drawerInner li a {
      color: #fff; }

/* ==========================================================================

フッター

========================================================================== */
.footer {
  text-align: center;
  background: #eee; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }
  .footer .inner {
    margin: 0 auto;
    max-width: 1920px;
    padding: 53px 20px 54px; }
    .footer .inner:after {
      content: "";
      display: table;
      clear: both; }
    .footer .inner .bnrList {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer .inner .bnrList li {
        height: 50px; }
        .footer .inner .bnrList li:first-child {
          max-width: 154px;
          margin-right: 51px; }
        .footer .inner .bnrList li:last-child {
          max-width: 81px; }
        .footer .inner .bnrList li img {
          display: block;
          width: 100%;
          height: 100%; }
    .footer .inner .mainLinkList {
      width: 100%;
      margin: 41px 0 23px; }
      .footer .inner .mainLinkList ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: no-wrap;
            -ms-flex-wrap: no-wrap;
                flex-wrap: no-wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .footer .inner .mainLinkList li {
        position: relative;
        font-size: 1.5rem;
        line-height: 1;
        letter-spacing: -.02em;
        white-space: nowrap;
        padding: 0 18px; }
        .footer .inner .mainLinkList li:after {
          content: '';
          width: 2px;
          height: 14px;
          background: #333;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto 0; }
        .footer .inner .mainLinkList li:last-of-type:after {
          display: none; }
        .footer .inner .mainLinkList li a {
          color: #333; }
    .footer .inner .copy {
      line-height: 1;
      font-size: 1.4rem;
      letter-spacing: 0; }

/* トップページに戻るボタン
-------------------------------------------------------------*/
.backToTop {
  display: none;
  position: fixed;
  z-index: 5;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px; }
  .backToTop a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    background: #333;
    border-radius: 50%;
    -webkit-transition: background .2s;
    transition: background .2s; }
    .backToTop a::before {
      content: '';
      position: absolute;
      top: 17px;
      left: 14px;
      width: 12px;
      height: 12px;
      border-left: 2px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .backToTop a::after {
      content: '';
      position: absolute;
      top: 16px;
      left: 14px;
      width: 12px;
      height: 12px;
      border-top: 2px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

/* ==========================================================================

トップページ

========================================================================== */
body.fixed {
  position: fixed;
  width: 100%; }

.index section.mainVisualArea {
  height: 1080px;
  position: relative;
  overflow: hidden; }
  .index section.mainVisualArea.land {
    min-height: 812px !important; }
  .index section.mainVisualArea::before {
    content: '';
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.8s cubic-bezier(0.2, 0.65, 0.85, 0.65);
    transition: 0.8s cubic-bezier(0.2, 0.65, 0.85, 0.65); }
  .index section.mainVisualArea #bgCover {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20; }
  .index section.mainVisualArea #animateBace {
    background: #fff;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 15; }
    .index section.mainVisualArea #animateBace::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #006f15;
      -webkit-transition: 0.5s cubic-bezier(0.15, 0.65, 0.85, 0.55);
      transition: 0.5s cubic-bezier(0.15, 0.65, 0.85, 0.55); }
    .index section.mainVisualArea #animateBace.isPlay::before {
      right: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); }
    .index section.mainVisualArea #animateBace.isPlay2::before {
      right: 100%;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); }
  .index section.mainVisualArea .mainLogoMark {
    color: #fff;
    text-align: center;
    z-index: 10000;
    position: absolute;
    top: 182px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .index section.mainVisualArea .mainLogoMark.finish {
      z-index: 10 !important; }
    .index section.mainVisualArea .mainLogoMark .imgBox {
      max-width: 280px;
      margin: 0 auto;
      opacity: 0;
      visibility: hidden;
      -webkit-animation: firstFadeIn .3s ease-in 0s forwards;
              animation: firstFadeIn .3s ease-in 0s forwards;
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }
    .index section.mainVisualArea .mainLogoMark .mainTtl {
      font-size: 12rem;
      line-height: 1;
      margin: 30px 0 65px;
      letter-spacing: .12em;
      white-space: nowrap;
      font-weight: 500;
      opacity: 0;
      visibility: hidden;
      -webkit-animation: firstFadeIn .3s ease-in 0s forwards;
              animation: firstFadeIn .3s ease-in 0s forwards;
      -webkit-animation-delay: 2.3s;
              animation-delay: 2.3s; }
    .index section.mainVisualArea .mainLogoMark .sub {
      line-height: 1;
      font-size: 3.6rem;
      letter-spacing: .12em;
      opacity: 0;
      visibility: hidden;
      -webkit-animation: firstFadeIn .3s ease-in 0s forwards;
              animation: firstFadeIn .3s ease-in 0s forwards;
      -webkit-animation-delay: 2.3s;
              animation-delay: 2.3s; }
      .index section.mainVisualArea .mainLogoMark .sub .number {
        letter-spacing: normal; }
      .index section.mainVisualArea .mainLogoMark .sub .subTxt {
        padding: 26px 0 0;
        font-weight: normal;
        font-size: 1.7rem;
        display: block;
        letter-spacing: normal; }
  .index section.mainVisualArea .newsArea {
    color: #fff;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    -webkit-animation: firstFadeIn .3s ease-in 0s forwards;
            animation: firstFadeIn .3s ease-in 0s forwards;
    -webkit-animation-delay: 3s;
            animation-delay: 3s; }
    .index section.mainVisualArea .newsArea .inner {
      margin: 0 auto;
      max-width: 1920px;
      padding: 20px 60px 20px 50px; }
      .index section.mainVisualArea .newsArea .inner:after {
        content: "";
        display: table;
        clear: both; }
    .index section.mainVisualArea .newsArea dl {
      float: left;
      display: table; }
      .index section.mainVisualArea .newsArea dl dt {
        display: table-cell;
        font-size: 2rem;
        vertical-align: bottom; }
      .index section.mainVisualArea .newsArea dl dd {
        padding-left: 5%;
        font-weight: normal;
        display: table-cell;
        font-size: 1.5rem;
        white-space: nowrap;
        vertical-align: bottom; }
        .index section.mainVisualArea .newsArea dl dd time {
          margin-right: 14px; }
    .index section.mainVisualArea .newsArea .btnBox {
      margin: 0;
      float: right;
      width: 280px; }
      .index section.mainVisualArea .newsArea .btnBox a {
        padding: 7px 11px;
        background: none;
        color: #fff;
        border: 1px solid #fff; }
  .index section.mainVisualArea .sliderContainer {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    opacity: 0;
    -webkit-animation: firstFadeIn .0s ease-in 0s forwards;
            animation: firstFadeIn .0s ease-in 0s forwards;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s; }
    .index section.mainVisualArea .sliderContainer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .41); }
    .index section.mainVisualArea .sliderContainer .slider {
      display: none; }
      .index section.mainVisualArea .sliderContainer .slider.slick-initialized {
        display: block; }
      .index section.mainVisualArea .sliderContainer .slider.land li {
        padding-top: 1080px !important; }
      .index section.mainVisualArea .sliderContainer .slider li {
        padding-top: 1080px;
        background-size: cover; }
        .index section.mainVisualArea .sliderContainer .slider li.no1 {
          background: url(/140th/images/index/img_slider01.jpg) center center no-repeat;
          background-size: cover; }
        .index section.mainVisualArea .sliderContainer .slider li.no2 {
          background: url(/140th/images/index/img_slider02.jpg) center center no-repeat;
          background-size: cover; }
        .index section.mainVisualArea .sliderContainer .slider li.no3 {
          background: url(/140th/images/index/img_slider03.jpg) center center no-repeat;
          background-size: cover; }

.index section.readArea {
  background: #fff; }
  .index section.readArea .inner {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px; }
    .index section.readArea .inner:after {
      content: "";
      display: table;
      clear: both; }
  .index section.readArea .mainTtl {
    padding: 72px 0 0; }
  .index section.readArea .normalTxt {
    padding: 40px 0 90px; }

.index section.conceptArea {
  background: #fff; }
  .index section.conceptArea:after {
    content: "";
    display: table;
    clear: both; }
  .index section.conceptArea .mainTtl {
    padding: 0 0 62px; }
  .index section.conceptArea .twoBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .index section.conceptArea .twoBox .boxTap {
      overflow: hidden;
      position: relative;
      width: 50%;
      height: 960px; }
      .index section.conceptArea .twoBox .boxTap:first-child::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .41); }
      .index section.conceptArea .twoBox .boxTap .textInner {
        z-index: 10;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 0;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .index section.conceptArea .twoBox .boxTap .textInner .subTtl {
          font-size: 6rem;
          line-height: 1.6;
          padding: 0 0 52px; }
          .index section.conceptArea .twoBox .boxTap .textInner .subTtl .txtStyle {
            padding: 0 0 0 141px; }
          .index section.conceptArea .twoBox .boxTap .textInner .subTtl.wt {
            letter-spacing: -.03em;
            color: #fff; }
          .index section.conceptArea .twoBox .boxTap .textInner .subTtl.bk {
            color: #333; }
        .index section.conceptArea .twoBox .boxTap .textInner .btnBox a {
          background: none; }
          .index section.conceptArea .twoBox .boxTap .textInner .btnBox a.wt {
            color: #fff;
            border: 1px solid #fff; }
          .index section.conceptArea .twoBox .boxTap .textInner .btnBox a.bk {
            color: #333;
            border: 1px solid #333; }
      .index section.conceptArea .twoBox .boxTap .video {
        margin: auto 0;
        position: relative;
        z-index: 5;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; }

.index section.donationArea {
  background: #fff; }
  .index section.donationArea .inner {
    margin: 0 auto;
    max-width: 870px;
    padding: 115px 20px 108px; }
    .index section.donationArea .inner:after {
      content: "";
      display: table;
      clear: both; }
  .index section.donationArea .donationLink {
    border: 2px solid #707070;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px; }
    .index section.donationArea .donationLink a {
      padding: 31px 10px 13px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #333;
      border: 1px solid #707070; }
    .index section.donationArea .donationLink .mainTtl {
      line-height: 1;
      font-size: 2.4rem;
      padding: 0 0 13px; }
    .index section.donationArea .donationLink .normalTxt {
      font-size: 1.4rem; }

.index section.reportArea {
  background: #fff;
  padding: 0 0 151px; }
  .index section.reportArea .inner {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 20px; }
    .index section.reportArea .inner:after {
      content: "";
      display: table;
      clear: both; }
    .index section.reportArea .inner .mainTtl {
      margin-bottom: 61px; }
      .index section.reportArea .inner .mainTtl.bottoms {
        margin: 127px 0 22px; }
    .index section.reportArea .inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0 0 24px; }
      .index section.reportArea .inner ul.event .thumbnailImg {
        background-image: url(/140th/images/report/img_report_purpose.svg); }
      .index section.reportArea .inner ul li {
        -webkit-transition: .2s;
        transition: .2s;
        width: 31.914893617021278%;
        margin-right: 2.127659574468085%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .index section.reportArea .inner ul li:nth-child(3n) {
          margin-right: 0; }
        .index section.reportArea .inner ul li .thumbnailImg {
          background-color: #f0f0f0;
          background-repeat: no-repeat;
          background-position: center center;
          padding-bottom: 73.364%;
          background-size: cover; }
        .index section.reportArea .inner ul li time {
          display: block;
          line-height: 1;
          font-size: 1.4rem;
          padding: 20px 0 0;
          text-transform: uppercase; }
        .index section.reportArea .inner ul li .sttl {
          font-size: 1.6rem;
          line-height: 1.7;
          letter-spacing: .03em;
          padding: 15px 0 0; }
        .index section.reportArea .inner ul li .exTxt {
          padding: 10px 0 0;
          letter-spacing: -.01em; }
        .index section.reportArea .inner ul li a {
          display: block;
          color: #333;
          -webkit-transition: .2s;
          transition: .2s; }
    .index section.reportArea .inner .btnBox {
      margin-top: 62px; }

.index section.specialArea {
  background: #fff; }
  .index section.specialArea .btnHistory {
    background: url(/140th/images/index/bg_history.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    vertical-align: top; }
    .index section.specialArea .btnHistory a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #fff;
      position: relative;
      display: table;
      width: 100%;
      border: 20px solid #fff;
      -webkit-transition: .2s;
      transition: .2s; }
      .index section.specialArea .btnHistory a .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .index section.specialArea .btnHistory a .inner .txtWrap {
          width: 100%;
          padding: 245px 0 246px; }
          .index section.specialArea .btnHistory a .inner .txtWrap .ttl {
            line-height: 1;
            font-size: 5.4rem;
            letter-spacing: .25em; }
            .index section.specialArea .btnHistory a .inner .txtWrap .ttl .sub {
              padding-top: 31px;
              font-size: 2.2rem;
              display: block;
              font-weight: 200;
              letter-spacing: .2em; }

/* ==========================================================================

躍動と躍進「新校舎誕生」

========================================================================== */
.newCampus .videoContainer {
  padding-top: 100px; }

.newCampus section.campusVisualArea {
  padding-top: 100px; }
  .newCampus section.campusVisualArea .mains {
    padding-top: 1080px;
    position: relative;
    overflow: hidden; }
    .newCampus section.campusVisualArea .mains .mainInner {
      max-width: 1710px;
      padding: 0 20px;
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
    .newCampus section.campusVisualArea .mains .mainTtl {
      font-size: 4rem;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      color: #fff;
      line-height: 1;
      letter-spacing: .15em;
      margin: auto 0;
      position: absolute;
      top: 12.083333%;
      right: 9.802083%;
      bottom: 0;
      z-index: 8;
      text-align: left;
      line-height: 2;
      opacity: 0;
      -webkit-transition: .5s;
      transition: .5s;
      -webkit-transform: translateY(-10%);
              transform: translateY(-10%); }
      .newCampus section.campusVisualArea .mains .mainTtl.isShow {
        opacity: 1;
        -webkit-transform: translateY(0%);
                transform: translateY(0%); }
      .newCampus section.campusVisualArea .mains .mainTtl.ie, .newCampus section.campusVisualArea .mains .mainTtl.edge {
        font-weight: bold; }
      .newCampus section.campusVisualArea .mains .mainTtl span {
        font-size: 1.5rem;
        display: block;
        letter-spacing: .2em;
        padding-left: 11px; }
        .newCampus section.campusVisualArea .mains .mainTtl span.ie, .newCampus section.campusVisualArea .mains .mainTtl span.edge {
          font-size: 2.1rem; }
    .newCampus section.campusVisualArea .mains .sub {
      font-size: 7.5rem;
      color: #fff;
      font-weight: normal;
      line-height: 1.7;
      margin: 0;
      position: absolute;
      left: 20px;
      bottom: 22.125%;
      z-index: 5;
      white-space: nowrap; }
      .newCampus section.campusVisualArea .mains .sub span {
        display: block; }
        .newCampus section.campusVisualArea .mains .sub span.sub1 {
          opacity: 0;
          -webkit-transition: .5s;
          transition: .5s;
          -webkit-transform: translateY(30%);
                  transform: translateY(30%); }
          .newCampus section.campusVisualArea .mains .sub span.sub1.isShow {
            opacity: 1;
            -webkit-transform: translateY(0%);
                    transform: translateY(0%); }
        .newCampus section.campusVisualArea .mains .sub span.sub2 {
          opacity: 0;
          -webkit-transition: .5s;
          transition: .5s;
          -webkit-transform: translateY(30%);
                  transform: translateY(30%); }
          .newCampus section.campusVisualArea .mains .sub span.sub2.isShow {
            opacity: 1;
            -webkit-transform: translateY(0%);
                    transform: translateY(0%); }
        .newCampus section.campusVisualArea .mains .sub span.sub3 {
          opacity: 0;
          -webkit-transition: .5s;
          transition: .5s;
          -webkit-transform: translateY(30%);
                  transform: translateY(30%); }
          .newCampus section.campusVisualArea .mains .sub span.sub3.isShow {
            opacity: 1;
            -webkit-transform: translateY(0%);
                    transform: translateY(0%); }
  .newCampus section.campusVisualArea .exBox {
    background: #fff; }
  .newCampus section.campusVisualArea .inner {
    margin: 0 auto;
    max-width: 960px;
    padding: 82px 20px 108px; }
    .newCampus section.campusVisualArea .inner:after {
      content: "";
      display: table;
      clear: both; }
    .newCampus section.campusVisualArea .inner .numberPeopleInner {
      position: relative;
      z-index: 1;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 82px 0 0; }
      .newCampus section.campusVisualArea .inner .numberPeopleInner > li {
        vertical-align: middle;
        width: 30.549898167006113%;
        margin-right: 5.295315682281059%;
        text-align: center;
        vertical-align: top; }
        .newCampus section.campusVisualArea .inner .numberPeopleInner > li .ryoMincho.edge,
        .newCampus section.campusVisualArea .inner .numberPeopleInner > li .ryoMincho.ie {
          font-family: ryo-text-plusn,serif !important; }
        .newCampus section.campusVisualArea .inner .numberPeopleInner > li:last-of-type {
          margin-right: 0; }
        .newCampus section.campusVisualArea .inner .numberPeopleInner > li .numberTop {
          border-bottom: 1px solid #707070; }
          .newCampus section.campusVisualArea .inner .numberPeopleInner > li .numberTop img {
            width: 100%;
            display: inline-block;
            text-align: center; }
        .newCampus section.campusVisualArea .inner .numberPeopleInner > li:nth-child(1) .numberTop img {
          width: 29.333333333333332%;
          margin-bottom: 32px; }
        .newCampus section.campusVisualArea .inner .numberPeopleInner > li:nth-child(2) .numberTop img {
          width: 29.666666666666668%;
          margin-top: 8px;
          margin-bottom: 36px; }
        .newCampus section.campusVisualArea .inner .numberPeopleInner > li:nth-child(3) .numberTop img {
          width: 25%;
          margin-bottom: 26px; }
        .newCampus section.campusVisualArea .inner .numberPeopleInner > li .nameBottom {
          line-height: 1;
          font-size: 2rem;
          margin-top: 5px;
          padding: 28px 0 0; }

.newCampus section.aboutArea {
  background: #fff; }
  .newCampus section.aboutArea .inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .newCampus section.aboutArea .inner:after {
      content: "";
      display: table;
      clear: both; }
    .newCampus section.aboutArea .inner .contentTxt {
      background: #008e48;
      width: 600px; }
      .newCampus section.aboutArea .inner .contentTxt .subTtl {
        color: #fff;
        font-size: 2.8rem;
        line-height: 2;
        padding: 10.666666666666668% 6.833333333333333%; }
      .newCampus section.aboutArea .inner .contentTxt .exTxt {
        background: #fff;
        font-size: 1.5rem;
        line-height: 1.8;
        padding: 6.5% 6.833333333333333% 8.5%; }
    .newCampus section.aboutArea .inner .imgBox {
      z-index: 1;
      position: relative;
      display: inline-block;
      vertical-align: top; }
  .newCampus section.aboutArea .aboutBox {
    overflow: hidden; }
    .newCampus section.aboutArea .aboutBox:nth-child(1) .imgBox {
      margin: -23.59375% 0 0; }
    .newCampus section.aboutArea .aboutBox:nth-child(2) {
      margin-top: 5.208333333333334%; }
      .newCampus section.aboutArea .aboutBox:nth-child(2) .inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: row-reverse;
            -ms-flex-flow: row-reverse;
                flex-flow: row-reverse; }
      .newCampus section.aboutArea .aboutBox:nth-child(2) .imgBox {
        margin: -20.416666666666668% 0 0; }
    .newCampus section.aboutArea .aboutBox:nth-child(3) {
      margin-top: 5.208333333333334%; }
      .newCampus section.aboutArea .aboutBox:nth-child(3) .imgBox {
        margin: -19.525% 0 0; }
  .newCampus section.aboutArea .shapeBox {
    position: relative;
    background: url(/140th/images/new_campus/img_time_required_map.svg) center top no-repeat;
    background-size: cover; }
    .newCampus section.aboutArea .shapeBox .txtBox {
      position: relative;
      z-index: 3;
      margin: 0 auto;
      max-width: 1200px;
      padding: 5.833333333333333% 20px 39.25644%; }
      .newCampus section.aboutArea .shapeBox .txtBox:after {
        content: "";
        display: table;
        clear: both; }
      .newCampus section.aboutArea .shapeBox .txtBox .txtTtl {
        font-size: 2rem;
        font-weight: bold; }
      .newCampus section.aboutArea .shapeBox .txtBox .exTxt {
        font-size: 1.3rem;
        position: relative;
        margin: 12px 0 0;
        padding-left: 23px;
        letter-spacing: -.01em; }
        .newCampus section.aboutArea .shapeBox .txtBox .exTxt::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto 0;
          z-index: 2;
          width: 17px;
          height: 17px;
          background: #262727;
          border-radius: 100%; }
      .newCampus section.aboutArea .shapeBox .txtBox .exDl {
        font-size: 1.3rem; }
        .newCampus section.aboutArea .shapeBox .txtBox .exDl dt {
          position: relative;
          padding-left: 20px; }
          .newCampus section.aboutArea .shapeBox .txtBox .exDl dt::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto 0;
            z-index: 2;
            width: 17px;
            height: 17px;
            background: #262727;
            border-radius: 100%; }
      .newCampus section.aboutArea .shapeBox .txtBox .rightTxt {
        font-size: 1.6rem;
        font-weight: bold; }
  .newCampus section.aboutArea .mainInner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px; }
    .newCampus section.aboutArea .mainInner:after {
      content: "";
      display: table;
      clear: both; }
    .newCampus section.aboutArea .mainInner .mapBox {
      margin: 0 0 152px; }
      .newCampus section.aboutArea .mainInner .mapBox .txtBox {
        position: relative;
        z-index: 10;
        margin: 95px 0 -57px; }
        .newCampus section.aboutArea .mainInner .mapBox .txtBox .txtTtl.access {
          font-size: 2rem;
          font-weight: bold;
          letter-spacing: .1em; }
        .newCampus section.aboutArea .mainInner .mapBox .txtBox .mains {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 22px 0 0; }
        .newCampus section.aboutArea .mainInner .mapBox .txtBox .exDl {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          width: 380px;
          font-size: 1.3rem;
          line-height: 1.8; }
          .newCampus section.aboutArea .mainInner .mapBox .txtBox .exDl dt {
            width: 303px;
            white-space: nowrap;
            position: relative;
            padding-left: 12px;
            letter-spacing: -.05em; }
            .newCampus section.aboutArea .mainInner .mapBox .txtBox .exDl dt::after {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              margin: auto 0;
              z-index: 2;
              width: 11px;
              height: 11px;
              background: #262727;
              border-radius: 100%; }
          .newCampus section.aboutArea .mainInner .mapBox .txtBox .exDl dd {
            width: 60px;
            white-space: nowrap; }
        .newCampus section.aboutArea .mainInner .mapBox .txtBox .rightTxt {
          font-weight: bold;
          margin-left: auto;
          margin-right: 20px; }
    .newCampus section.aboutArea .mainInner .mainSubTtl {
      line-height: 1;
      font-size: 2.8rem;
      font-weight: bold;
      margin: 0 0 35px;
      letter-spacing: .1em; }
    .newCampus section.aboutArea .mainInner .table {
      font-size: 1.5rem;
      margin: 0 0 131px; }
      .newCampus section.aboutArea .mainInner .table th {
        border: none;
        background: none;
        border-bottom: 1px solid #ccc;
        width: 20.5%;
        padding: 18px 0;
        text-align: justify;
        text-justify: inter-ideograph;
        letter-spacing: .5em; }
        .newCampus section.aboutArea .mainInner .table th:first-of-type {
          border-top: 1px solid #ccc; }
      .newCampus section.aboutArea .mainInner .table td {
        border: none;
        border-bottom: 1px solid #ccc;
        width: 79.41666666666667%;
        padding: 18px 0; }
        .newCampus section.aboutArea .mainInner .table td:first-of-type {
          border-top: 1px solid #ccc; }
    .newCampus section.aboutArea .mainInner .normalTxt {
      font-size: 2rem;
      line-height: 1;
      margin: 0 0 50px; }

.newCampus section.aboutArea .mainInner .constructionSceneImg {
  max-width: 100%;
  margin: 0 auto 100px;
  position: relative;
  width: 100%;
  height: 0;
  /*padding-bottom: 41.25%;*/
  padding-bottom: 930px;
  overflow: hidden;
}

.newCampus section.aboutArea .mainInner .constructionSceneImg iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* ==========================================================================

躍動と躍進「新学部?新学科」

========================================================================== */
.newDepartment .videoContainer {
  padding-top: 100px; }

.newDepartment section.departmentVisualArea {
  padding-top: 100px; }
  .newDepartment section.departmentVisualArea .mains {
    height: 1080px;
    position: relative;
    overflow: hidden; }
    .newDepartment section.departmentVisualArea .mains .mainInner {
      max-width: 1240px;
      margin: 213px auto 0; }
    .newDepartment section.departmentVisualArea .mains .contentsList {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: row-reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl {
        font-size: 4rem;
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
        color: #333;
        line-height: 1;
        letter-spacing: .15em;
        text-align: left;
        line-height: 2;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-transform: translateY(-10%);
                transform: translateY(-10%); }
        .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl.isShow {
          opacity: 1;
          -webkit-transform: translateY(0%);
                  transform: translateY(0%); }
        .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl span {
          font-size: 1.5rem;
          display: block;
          letter-spacing: .2em;
          padding-left: 11px; }
          .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl span.ie, .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl span.edge {
            font-size: 2.1rem; }
      .newDepartment section.departmentVisualArea .mains .contentsList .type {
        margin: 50px 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: row-reverse;
            -ms-flex-flow: row-reverse;
                flex-flow: row-reverse; }
        .newDepartment section.departmentVisualArea .mains .contentsList .type > li {
          margin-right: 49px; }
          .newDepartment section.departmentVisualArea .mains .contentsList .type > li .upperBox {
            opacity: 0;
            -webkit-transition: .5s;
            transition: .5s;
            -webkit-transform: translateY(20%);
                    transform: translateY(20%); }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li .upperBox.isShow {
              opacity: 1;
              -webkit-transform: translateY(0%);
                      transform: translateY(0%); }
          .newDepartment section.departmentVisualArea .mains .contentsList .type > li .ttl {
            line-height: 1;
            font-size: 1.5rem;
            height: 86px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li .ttl span {
              position: relative;
              top: 0;
              left: 52%;
              -webkit-transform: translateX(-75%);
                      transform: translateX(-75%);
              -webkit-writing-mode: vertical-rl;
                  -ms-writing-mode: tb-rl;
                      writing-mode: vertical-rl; }
          .newDepartment section.departmentVisualArea .mains .contentsList .type > li .year {
            line-height: 1;
            text-align: center;
            color: #fff;
            font-size: 1.3rem;
            font-weight: 400;
            padding: 5px 0 6px; }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li .year.type01 {
              background: #dc1e15; }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li .year.type02 {
              background: #0082c3; }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li .year.type03 {
              background: #f28f00; }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li .year.type04 {
              background: #009c84; }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li .year.type05 {
              background: #083388; }
          .newDepartment section.departmentVisualArea .mains .contentsList .type > li .faculty {
            font-size: 2.4rem;
            margin: 18px 24px 36px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-flow: row-reverse;
                -ms-flex-flow: row-reverse;
                    flex-flow: row-reverse;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            min-height: 363px;
            line-height: 2;
            font-weight: 400; }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li .faculty span {
              text-align: left;
              -webkit-writing-mode: vertical-rl;
                  -ms-writing-mode: tb-rl;
                      writing-mode: vertical-rl;
              display: inline-block; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li .faculty span.bold {
                font-weight: bold; }
          .newDepartment section.departmentVisualArea .mains .contentsList .type > li:nth-child(3) {
            width: 144px; }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li:nth-child(3) .faculty {
              margin: 18px 50px 36px 0; }
          .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink {
            text-align: center;
            margin: 0 auto;
            width: 60px;
            height: 60px;
            opacity: 0;
            -webkit-transition: .2s;
            transition: .2s;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink.isShow {
              opacity: 1;
              -webkit-transform: translateY(0%);
                      transform: translateY(0%); }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink a {
              width: 100%;
              height: 100%;
              display: block;
              color: #fff;
              border-radius: 100%;
              -webkit-transition: .2s;
              transition: .2s; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink a.type01 {
                background: #dc1e15; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink a.type02 {
                background: #0082c3; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink a.type03 {
                background: #f28f00; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink a.type04 {
                background: #009c84; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink a.type05 {
                background: #083388; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink a img {
                width: 24px;
                height: 60px;
                display: block;
                margin: 0 auto;
                position: relative;
                z-index: 2;
                top: -18px;
                -webkit-transition: .2s;
                transition: .2s; }
        .newDepartment section.departmentVisualArea .mains .contentsList .type.firefox > li {
          width: 100%; }
          .newDepartment section.departmentVisualArea .mains .contentsList .type.firefox > li .ttl {
            width: 100%; }
          .newDepartment section.departmentVisualArea .mains .contentsList .type.firefox > li:nth-child(3) {
            width: 144px; }
            .newDepartment section.departmentVisualArea .mains .contentsList .type.firefox > li:nth-child(3) .faculty {
              margin: 18px 26px 36px 25px; }
  .newDepartment section.departmentVisualArea .exBox {
    background: #fff; }
    .newDepartment section.departmentVisualArea .exBox .inner {
      margin: 0 auto;
      max-width: 960px;
      padding: 82px 20px;
      background: #fff; }
      .newDepartment section.departmentVisualArea .exBox .inner:after {
        content: "";
        display: table;
        clear: both; }

.newDepartment section.facultyTypeArea {
  background: #fff; }
  .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner {
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 740px; }
    .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .ttl {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      line-height: 2.4;
      color: #fff;
      font-size: 3rem;
      margin: 128px 0 0;
      -webkit-transition: .2s;
      transition: .2s;
      letter-spacing: .22em; }
    .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout {
      width: 50%;
      margin-top: 60px; }
      .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx {
        padding: 0 6.833333333333333%;
        color: #fff;
        min-height: 240px; }
        .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx .status {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          padding-top: 27px; }
        .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx .types {
          line-height: 1;
          font-size: 1.4rem;
          text-align: center;
          border-radius: 11px;
          background: #fff;
          padding: 4px 0;
          width: 80px;
          margin-right: 3.861003861003861%; }
        .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx .campus {
          line-height: 1;
          font-size: 1.4rem;
          text-align: center;
          background: #fff;
          padding: 4px 0;
          width: 120px; }
        .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx .sttl {
          line-height: 1.9;
          font-size: 2rem; }
          .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx .sttl span {
            display: block;
            padding: 5px 0 5px;
            font-size: 2.8rem; }
      .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .bottomEx {
        padding: 30px 6.833333333333333% 57px;
        background: #fff; }
        .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .bottomEx .exTxt {
          font-size: 1.5rem;
          line-height: 1.9;
          padding: 0 0 30px; }
        .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .bottomEx .btnBox {
          max-width: 359px;
          margin: 0; }
          .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .bottomEx .btnBox a {
            text-align: left;
            padding: 12px 22px; }
            .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .bottomEx .btnBox a::after {
              position: absolute;
              content: '';
              top: 0;
              bottom: 0;
              right: 20px;
              margin: auto 0;
              width: 7px;
              height: 14px; }
  .newDepartment section.facultyTypeArea .facultyTypeBox#type01 {
    background: url("/140th/images/new_department/img_department01.jpg") center top no-repeat;
    background-size: cover; }
    .newDepartment section.facultyTypeArea .facultyTypeBox#type01 .facultyTypeInner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: row-reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type01 .facultyTypeInner .ttl {
        margin-right: -20px; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type01 .facultyTypeInner .exLayout {
        margin-right: auto; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type01 .facultyTypeInner .exLayout .topEx {
          background: #dc1e15; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type01 .facultyTypeInner .exLayout .topEx .types,
          .newDepartment section.facultyTypeArea .facultyTypeBox#type01 .facultyTypeInner .exLayout .topEx .campus {
            color: #dc1e15; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type01 .facultyTypeInner .exLayout .btnBox a {
          color: #dc1e15;
          border: 1px solid #dc1e15; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type01 .facultyTypeInner .exLayout .btnBox a::after {
            background: url(/140th/images/new_department/icn_red_arrow.svg) 0 0 no-repeat;
            background-size: 7px 14px; }
  .newDepartment section.facultyTypeArea .facultyTypeBox#type02 {
    background: url("/140th/images/new_department/img_department02.jpg") center top no-repeat;
    background-size: cover; }
    .newDepartment section.facultyTypeArea .facultyTypeBox#type02 .facultyTypeInner .ttl {
      margin-left: -20px; }
    .newDepartment section.facultyTypeArea .facultyTypeBox#type02 .facultyTypeInner .exLayout {
      margin-left: auto; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type02 .facultyTypeInner .exLayout .topEx {
        background: #0082c3; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type02 .facultyTypeInner .exLayout .topEx .types,
        .newDepartment section.facultyTypeArea .facultyTypeBox#type02 .facultyTypeInner .exLayout .topEx .campus {
          color: #0082c3; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type02 .facultyTypeInner .exLayout .btnBox a {
        color: #0082c3;
        border: 1px solid #0082c3; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type02 .facultyTypeInner .exLayout .btnBox a::after {
          background: url(/140th/images/new_department/icn_blue_arrow.svg) 0 0 no-repeat;
          background-size: 7px 14px; }
  .newDepartment section.facultyTypeArea .facultyTypeBox#type03 {
    background: url("/140th/images/new_department/img_department03.jpg") center top no-repeat;
    background-size: cover; }
    .newDepartment section.facultyTypeArea .facultyTypeBox#type03 .facultyTypeInner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: row-reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type03 .facultyTypeInner .ttl {
        margin-right: -20px; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type03 .facultyTypeInner .exLayout {
        margin-right: auto; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type03 .facultyTypeInner .exLayout .topEx {
          background: #f28f00; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type03 .facultyTypeInner .exLayout .topEx .types,
          .newDepartment section.facultyTypeArea .facultyTypeBox#type03 .facultyTypeInner .exLayout .topEx .campus {
            color: #f28f00; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type03 .facultyTypeInner .exLayout .btnBox a {
          color: #f28f00;
          border: 1px solid #f28f00; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type03 .facultyTypeInner .exLayout .btnBox a::after {
            background: url(/140th/images/new_department/icn_yellow_arrow.svg) 0 0 no-repeat;
            background-size: 7px 14px; }
  .newDepartment section.facultyTypeArea .facultyTypeBox#type04 {
    background: url("/140th/images/new_department/img_department04.jpg") center center no-repeat;
    background-size: cover; }
    .newDepartment section.facultyTypeArea .facultyTypeBox#type04 .facultyTypeInner .ttl {
      margin-left: -20px; }
    .newDepartment section.facultyTypeArea .facultyTypeBox#type04 .facultyTypeInner .exLayout {
      margin-left: auto; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type04 .facultyTypeInner .exLayout .topEx {
        background: #009c84; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type04 .facultyTypeInner .exLayout .topEx .types,
        .newDepartment section.facultyTypeArea .facultyTypeBox#type04 .facultyTypeInner .exLayout .topEx .campus {
          color: #009c84; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type04 .facultyTypeInner .exLayout .btnBox a {
        color: #009c84;
        border: 1px solid #009c84; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type04 .facultyTypeInner .exLayout .btnBox a::after {
          background: url(/140th/images/new_department/icn_green_arrow.svg) 0 0 no-repeat;
          background-size: 7px 14px; }
  .newDepartment section.facultyTypeArea .facultyTypeBox#type05 {
    background: url("/140th/images/new_department/img_department05.jpg") center center no-repeat;
    background-size: cover; }
    .newDepartment section.facultyTypeArea .facultyTypeBox#type05 .facultyTypeInner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: row-reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type05 .facultyTypeInner .ttl {
        margin-right: -20px; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type05 .facultyTypeInner .exLayout {
        margin-right: auto; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type05 .facultyTypeInner .exLayout .topEx {
          background: #083388; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type05 .facultyTypeInner .exLayout .topEx .types,
          .newDepartment section.facultyTypeArea .facultyTypeBox#type05 .facultyTypeInner .exLayout .topEx .campus {
            color: #083388; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type05 .facultyTypeInner .exLayout .btnBox a {
          color: #083388;
          border: 1px solid #083388; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type05 .facultyTypeInner .exLayout .btnBox a::after {
            background: url(/140th/images/new_department/icn_amber_arrow.svg) 0 0 no-repeat;
            background-size: 7px 14px; }

/* ==========================================================================

１４０周年レポート

========================================================================== */
.report section.reportArea {
  padding-top: 100px; }
  .report section.reportArea .underPageTtl {
    margin: 96px 0 67px; }
    .report section.reportArea .underPageTtl.events {
      margin: 94px 0 67px; }
  .report section.reportArea .reportBox {
    padding: 78px 0 0;
    border-top: 1px solid #ccc; }
    .report section.reportArea .reportBox .inner {
      margin: 0 auto;
      max-width: 940px;
      padding: 0 20px; }
      .report section.reportArea .reportBox .inner:after {
        content: "";
        display: table;
        clear: both; }
      .report section.reportArea .reportBox .inner.events {
        padding-bottom: 77px; }
      .report section.reportArea .reportBox .inner ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .report section.reportArea .reportBox .inner ul.event .thumbnailImg {
          background-image: url(/140th/images/report/img_report_purpose.svg); }
        .report section.reportArea .reportBox .inner ul li {
          -webkit-transition: .2s;
          transition: .2s;
          width: 31.914893617021278%;
          margin-right: 2.127659574468085%;
          margin-bottom: 47px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          .report section.reportArea .reportBox .inner ul li:nth-child(3n) {
            margin-right: 0; }
          .report section.reportArea .reportBox .inner ul li .thumbnailImg {
            background-color: #fafafa;
            background-repeat: no-repeat;
            background-position: center center;
            padding-bottom: 73.364%;
            background-size: cover; }
          .report section.reportArea .reportBox .inner ul li time {
            display: block;
            line-height: 1;
            font-size: 1.4rem;
            padding: 20px 0 0;
            text-transform: uppercase; }
          .report section.reportArea .reportBox .inner ul li .sttl {
            font-size: 1.6rem;
            line-height: 1.7;
            letter-spacing: .03em;
            padding: 15px 0 0; }
          .report section.reportArea .reportBox .inner ul li .exTxt {
            padding: 10px 0 0;
            letter-spacing: -.01em; }
          .report section.reportArea .reportBox .inner ul li a {
            display: block;
            color: #333;
            -webkit-transition: .2s;
            transition: .2s; }

/* ==========================================================================

ご支援のお願い

========================================================================== */
.donation section.donationArea {
  padding-top: 100px; }
  .donation section.donationArea .underPageTtl {
    margin: 96px 0 67px; }
    .donation section.donationArea .underPageTtl.events {
      margin: 94px 0 67px; }
  .donation section.donationArea .donationBox {
    padding: 60px 0 70px;
    border-top: 1px solid #ccc; }
    .donation section.donationArea .donationBox .inner {
      margin: 0 auto;
      max-width: 960px;
      padding: 0 20px; }
      .donation section.donationArea .donationBox .inner:after {
        content: "";
        display: table;
        clear: both; }
      .donation section.donationArea .donationBox .inner .donationTtl {
        font-size: 2.8rem;
        padding: 0 0 57px; }
      .donation section.donationArea .donationBox .inner .readTxt {
        font-size: 1.5rem;
        padding: 0 0 54px;
        line-height: 2; }
      .donation section.donationArea .donationBox .inner .imgBox {
        max-width: 380px;
        margin: 15px auto 20px; }
        .donation section.donationArea .donationBox .inner .imgBox img {
          width: 100%; }
      .donation section.donationArea .donationBox .inner .exBox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-flex-flow: row-reverse;
            -ms-flex-flow: row-reverse;
                flex-flow: row-reverse;
        padding-bottom: 26px; }
        .donation section.donationArea .donationBox .inner .exBox .readTxt {
          padding: 0 4.55% 0 0;
          max-width: 500px; }
      .donation section.donationArea .donationBox .inner .table th {
        width: 203px;
        padding: 14px 28px; }
      .donation section.donationArea .donationBox .inner .table td {
        padding: 14px 28px; }
        .donation section.donationArea .donationBox .inner .table td p {
          line-height: 2.2; }
      .donation section.donationArea .donationBox .inner .attenTxt {
        font-size: 1.5rem;
        padding: 19px 0 39px; }
      .donation section.donationArea .donationBox .inner .btnList {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0; }
        .donation section.donationArea .donationBox .inner .btnList li {
          max-width: none;
          max-width: initial;
          min-width: 280px;
          margin: 0 20px 0 0; }
          .donation section.donationArea .donationBox .inner .btnList li:last-child {
            margin-right: 0; }
          .donation section.donationArea .donationBox .inner .btnList li a {
            width: 100%;
            color: #006F15;
            border: 1px solid #006F15;
            position: relative;
            font-size: 1.5rem;
            padding: 12px 25px;
            letter-spacing: .09em; }
            .donation section.donationArea .donationBox .inner .btnList li a::after {
              position: absolute;
              content: '';
              top: 0;
              bottom: 0;
              right: 12px;
              margin: auto 0;
              width: 7px;
              height: 14px;
              background: url(/140th/images/common/icn_g_arrow.svg) 0 0 no-repeat;
              background-size: 7px 14px; }
            @media screen and (max-width: 959px) {
    .btnBox {
      max-width: 170px; }
      .btnBox a {
        font-size: 1.4rem;
        padding: 7px 11px; }
    body {
      font-size: 100%; }
    #responsibleCheck {
      width: 2px; }
  .pcOnly {
    display: none; }
    .tabOnly {
      display: none; }
    .pcTabOnly {
      display: none; }
    .spOnly {
      display: block; }
    .mainTtl {
      font-size: 2.4rem; }
    .underPageTtl {
      font-weight: 400;
      font-size: 2.4rem; }
    .normalTxt {
      font-size: 1.6rem;
      line-height: 1.7; }
      table th {
        display: block;
        border: none;
        width: 100%; }
      table td {
        display: block;
        border: none;
        width: 100%; }
    .header {
      z-index: 1002; }
      .header .inner {
        max-width: none;
        max-width: initial; }
      .header .inner {
        padding: 20px 30px; }
        .header .inner .logo {
          float: none;
          max-width: 105px;
          height: 34px; }
        .header .inner .navigation {
          display: none; }
    .mainMenu {
      display: block !important; }
      .footer .inner {
        max-width: none;
        max-width: initial; }
      .footer .inner {
        padding: 25px 20px; }
          .footer .inner .bnrList li {
            heihgt: 35px; }
            .footer .inner .bnrList li:first-child {
              max-width: 104px;
              margin-right: 35px; }
            .footer .inner .bnrList li:last-child {
              max-width: 55px; }
        .footer .inner .mainLinkList {
          margin: 18px 0 8px; }
          .footer .inner .mainLinkList li {
            font-size: 1rem;
            white-space: nowrap;
            padding: 0 8px; }
            .footer .inner .mainLinkList li:last-child {
              margin: 0; }
            .footer .inner .mainLinkList li:after {
              width: 1px; }
        .footer .inner .copy {
          line-height: 1.2;
          font-size: 1rem; }
    .backToTop {
      bottom: 10px;
      right: 10px; }
    .index section.mainVisualArea {
      height: 100vh; }
      .index section.mainVisualArea .mainLogoMark {
        z-index: 10;
        top: 16.066667%; }
        .index section.mainVisualArea .mainLogoMark .imgBox {
          max-width: 140px; }
        .index section.mainVisualArea .mainLogoMark .mainTtl {
          font-size: 4.8rem;
          margin: 12px 0 30px;
          letter-spacing: .18em; }
        .index section.mainVisualArea .mainLogoMark .sub {
          font-size: 1.8rem;
          font-weight: normal;
          letter-spacing: .2em; }
          .index section.mainVisualArea .mainLogoMark .sub .subTxt {
            padding: 14px 0 0;
            font-size: 1.2rem;
            white-space: nowrap;
            letter-spacing: .05em; }
        .index section.mainVisualArea .newsArea .inner {
          max-width: none;
          max-width: initial; }
        .index section.mainVisualArea .newsArea .inner {
          padding: 18px 30px 18px 30px; }
        .index section.mainVisualArea .newsArea dl {
          display: block;
          float: none; }
          .index section.mainVisualArea .newsArea dl dt {
            font-size: 1.6rem;
            display: block;
            text-align: center;
            padding: 0 0 8px;
            line-height: 1; }
          .index section.mainVisualArea .newsArea dl dd {
            font-size: 1.4rem;
            display: block;
            white-space: normal;
            padding: 0 0 14px;
            line-height: 1.6; }
            .index section.mainVisualArea .newsArea dl dd time {
              display: block; }
        .index section.mainVisualArea .newsArea .btnBox {
          width: 100%;
          max-width: 130px;
          margin: 0 auto;
          float: none; }
          .index section.mainVisualArea .newsArea .btnBox a {
            font-size: 1.4rem;
            padding: 4px 11px; }
          .index section.mainVisualArea .sliderContainer .slider.land li {
            padding-top: 812px !important; }
          .index section.mainVisualArea .sliderContainer .slider li {
            padding-top: 100vh; }
            .index section.mainVisualArea .sliderContainer .slider li.no1 {
              background: url(/140th/images/index/img_slider01_sp.jpg) center center no-repeat;
              background-size: cover; }
            .index section.mainVisualArea .sliderContainer .slider li.no2 {
              background: url(/140th/images/index/img_slider02_sp.jpg) center center no-repeat;
              background-size: cover; }
            .index section.mainVisualArea .sliderContainer .slider li.no3 {
              background: url(/140th/images/index/img_slider03_sp.jpg) center center no-repeat;
              background-size: cover; }
      .index section.readArea .inner {
        max-width: none;
        max-width: initial; }
      .index section.readArea .inner {
        padding: 0 30px; }
      .index section.readArea .mainTtl {
        padding: 56px 0 0;
        white-space: nowrap; }
      .index section.readArea .normalTxt {
        padding: 23px 0 80px; }
      .index section.conceptArea .mainTtl {
        padding: 0 0 31px; }
      .index section.conceptArea .twoBox {
        display: block; }
        .index section.conceptArea .twoBox .boxTap {
          width: 100%;
          height: 320px;
          min-height: inherit; }
            .index section.conceptArea .twoBox .boxTap .textInner .subTtl {
              font-size: 3.2rem;
              padding: 0 0 35px;
              height: auto !important; }
              .index section.conceptArea .twoBox .boxTap .textInner .subTtl .txtStyle {
                padding: 0 0 0 79px; }
              .index section.conceptArea .twoBox .boxTap .textInner .subTtl.wt {
                letter-spacing: normal; }
          .index section.conceptArea .twoBox .boxTap .textInner .btnBox {
            width: 100%;
            max-width: 170px; }
            .index section.conceptArea .twoBox .boxTap .textInner .btnBox a {
              font-size: 1.4rem;
              padding: 7px 11px; }
          .index section.conceptArea .twoBox .boxTap .video {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100vw; }
      .index section.donationArea .inner {
        max-width: none;
        max-width: initial; }
      .index section.donationArea .inner {
        padding: 80px 30px 87px; }
        .index section.donationArea .donationLink a {
          padding: 28px 27px 18px; }
        .index section.donationArea .donationLink .mainTtl {
          font-size: 2.2rem;
          letter-spacing: .02em; }
        .index section.donationArea .donationLink .normalTxt {
          line-height: 1.4; }
    .index section.reportArea {
      padding: 0 0 68px; }
      .index section.reportArea .inner {
        max-width: none;
        max-width: initial; }
      .index section.reportArea .inner {
        padding: 0 30px; }
        .index section.reportArea .inner .mainTtl {
          font-weight: normal;
          margin-bottom: 12px; }
          .index section.reportArea .inner .mainTtl.bottoms {
            letter-spacing: .05em;
            margin: 85px 0 22px; }
        .index section.reportArea .inner ul {
          display: block;
          margin: 0; }
          .index section.reportArea .inner ul li .listContents {
            padding: 0 10px; }
            .index section.reportArea .inner ul li .exTxt {
              font-size: 1.4rem;
              letter-spacing: -.04em; }
        .index section.specialArea .btnHistory a {
          border: 7px solid #fff; }
            .index section.specialArea .btnHistory a .inner .txtWrap {
              padding: 79px 0; }
              .index section.specialArea .btnHistory a .inner .txtWrap .ttl {
                font-size: 2.8rem; }
                .index section.specialArea .btnHistory a .inner .txtWrap .ttl .sub {
                  font-size: 1.4rem;
                  padding-top: 16px;
                  letter-spacing: .1em;
                  white-space: nowrap; }
    .newCampus .videoContainer {
      padding-top: 74px; }
    .newCampus section.campusVisualArea {
      padding-top: 74px; }
      .newCampus section.campusVisualArea .mains {
        padding-top: 550px; }
        .newCampus section.campusVisualArea .mains .mainTtl {
          font-size: 3rem;
          top: 12.933333%;
          right: 13.802083%;
          line-height: 1.5; }
          .newCampus section.campusVisualArea .mains .mainTtl span {
            font-size: 1.6rem;
            padding-left: 8px; }
            .newCampus section.campusVisualArea .mains .mainTtl span.ie, .newCampus section.campusVisualArea .mains .mainTtl span.edge {
              font-size: 2.1rem; }
        .newCampus section.campusVisualArea .mains .sub {
          font-size: 2.1rem;
          bottom: 4.125%; }
      .newCampus section.campusVisualArea .inner {
        max-width: none;
        max-width: initial; }
      .newCampus section.campusVisualArea .inner {
        padding: 35px 30px 92px; }
        .newCampus section.campusVisualArea .inner .numberPeopleInner {
          display: block;
          margin: 41px 0 0; }
          .newCampus section.campusVisualArea .inner .numberPeopleInner > li {
            width: auto;
            max-width: 200px;
            margin: 0 auto 35px; }
            .newCampus section.campusVisualArea .inner .numberPeopleInner > li:last-child {
              margin-bottom: 0; }
            .newCampus section.campusVisualArea .inner .numberPeopleInner > li:last-of-type {
              margin-right: auto; }
            .newCampus section.campusVisualArea .inner .numberPeopleInner > li:nth-child(1) .numberTop img {
              width: 43px;
              margin-bottom: 16px; }
            .newCampus section.campusVisualArea .inner .numberPeopleInner > li:nth-child(2) .numberTop img {
              width: 45px;
              margin-top: 0;
              margin-bottom: 18px; }
            .newCampus section.campusVisualArea .inner .numberPeopleInner > li:nth-child(3) .numberTop img {
              width: 37px;
              margin-bottom: 13px; }
            .newCampus section.campusVisualArea .inner .numberPeopleInner > li .nameBottom {
              font-size: 1.4rem;
              padding: 10px 0 0;
              letter-spacing: -0.02em; }
      .newCampus section.aboutArea .inner {
        max-width: none;
        max-width: initial; }
        .newCampus section.aboutArea .inner .contentTxt {
          width: 100%; }
          .newCampus section.aboutArea .inner .contentTxt .subTtl {
            font-size: 1.9rem;
            white-space: nowrap;
            line-height: 1.8;
            padding: 29px 20px;
            letter-spacing: -0.01em; }
          .newCampus section.aboutArea .inner .contentTxt .exTxt {
            font-size: 1.6rem;
            line-height: 1.6;
            padding: 25px 20px 40px; }
        .newCampus section.aboutArea .aboutBox:nth-child(1) .imgBox {
          margin: 0; }
        .newCampus section.aboutArea .aboutBox:nth-child(2) {
          margin: 37px 0 0; }
          .newCampus section.aboutArea .aboutBox:nth-child(2) .imgBox {
            margin: 0; }
        .newCampus section.aboutArea .aboutBox:nth-child(3) {
          margin: 95px 0 0; }
          .newCampus section.aboutArea .aboutBox:nth-child(3) .imgBox {
            margin: 0; }
      .newCampus section.aboutArea .shapeBox {
        background: url(/140th/images/new_campus/img_time_required_map_sp.png) center top no-repeat;
        background-size: cover; }
        .newCampus section.aboutArea .shapeBox .txtBox {
          max-width: none;
          max-width: initial; }
        .newCampus section.aboutArea .shapeBox .txtBox {
          padding: 5.833333333333333% 20px 90%; }
          .newCampus section.aboutArea .shapeBox .txtBox .txtTtl {
            font-size: 3.6vw; }
          .newCampus section.aboutArea .shapeBox .txtBox .exTxt {
            font-size: 2.84933vw;
            padding-left: 13px;
            margin: 1px 0 0; }
            .newCampus section.aboutArea .shapeBox .txtBox .exTxt::after {
              width: 9px;
              height: 9px; }
          .newCampus section.aboutArea .shapeBox .txtBox .exDl {
            font-size: 1.4rem; }
          .newCampus section.aboutArea .shapeBox .txtBox .rightTxt {
            font-size: 1.7rem; }
      .newCampus section.aboutArea .mainInner {
        max-width: none;
        max-width: initial; }
          .newCampus section.aboutArea .mainInner .mapBox .txtBox {
            margin: 60px 0 0; }
            .newCampus section.aboutArea .mainInner .mapBox .txtBox .txtTtl.access {
              font-size: 1.7rem;
              letter-spacing: normal; }
            .newCampus section.aboutArea .mainInner .mapBox .txtBox .mains {
              display: block; }
            .newCampus section.aboutArea .mainInner .mapBox .txtBox .exDl {
              font-size: 1.4rem;
              width: 100%;
              line-height: 2;
              display: block; }
              .newCampus section.aboutArea .mainInner .mapBox .txtBox .exDl dt {
                width: auto; }
              .newCampus section.aboutArea .mainInner .mapBox .txtBox .exDl dd {
                width: auto; }
            .newCampus section.aboutArea .mainInner .mapBox .txtBox .rightTxt {
              font-size: 1.6rem;
              margin: 0;
              line-height: 1.5;
              padding: 50px 0 32px;
              letter-spacing: -.05em; }
        .newCampus section.aboutArea .mainInner .mainSubTtl {
          font-size: 2rem;
          margin: 0 0 29px;
          letter-spacing: normal; }
        .newCampus section.aboutArea .mainInner .table {
          margin: 0 0 84px;
          border-top: 1px solid #ccc;
          font-size: 1.6rem; }
          .newCampus section.aboutArea .mainInner .table th {
            width: 100%;
            border: none;
            padding-bottom: 0; }
            .newCampus section.aboutArea .mainInner .table th:first-of-type {
              border: none; }
          .newCampus section.aboutArea .mainInner .table th.normal {
            letter-spacing: -.5em; }
          .newCampus section.aboutArea .mainInner .table td {
            width: 100%;
            border: none;
            padding-top: 10px; }
            .newCampus section.aboutArea .mainInner .table td:first-of-type {
              border: none;
              border-bottom: 1px solid #ccc; }
        .newCampus section.aboutArea .mainInner .normalTxt {
          font-size: 1.6rem;
          line-height: 1.6; }
        .newCampus section.aboutArea .mainInner .constructionSceneImg {
          /*max-width: 73.366197%;*/
          /*padding-bottom:76.25%;*/
          margin: 0 auto 62px;
        }
    .newDepartment .videoContainer {
      padding-top: 74px; }
    .newDepartment section.departmentVisualArea {
      padding-top: 74px; }
      .newDepartment section.departmentVisualArea .mains {
        height: auto; }
        .newDepartment section.departmentVisualArea .mains .mainInner {
          margin: 0 auto; }
        .newDepartment section.departmentVisualArea .mains .contentsList {
          display: block;
          padding: 24px 30px 0; }
          .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl {
            -webkit-writing-mode: horizontal-tb;
                -ms-writing-mode: lr-tb;
                    writing-mode: horizontal-tb;
            font-size: 3rem;
            line-height: 1.7; }
            .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl span {
              font-size: 1.6rem;
              padding-left: 0; }
              .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl span.ie, .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl span.edge {
                font-size: 2.1rem; }
          .newDepartment section.departmentVisualArea .mains .contentsList .type {
            display: block;
            margin: 28px 0 0; }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li {
              position: relative;
              margin: -20px 0 38px; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li:last-of-type {
                margin-bottom: 74px; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li .ttl {
                font-size: 1.2rem;
                display: inline-block;
                height: auto; }
                .newDepartment section.departmentVisualArea .mains .contentsList .type > li .ttl span {
                  font-weight: normal;
                  -webkit-transform: translateX(0%);
                          transform: translateX(0%);
                  left: 10px;
                  top: 20px;
                  color: #fff;
                  -webkit-writing-mode: horizontal-tb;
                      -ms-writing-mode: lr-tb;
                          writing-mode: horizontal-tb; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li .year {
                font-size: 1.2rem; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li .faculty {
                font-size: 1.4rem;
                display: block;
                min-height: inherit;
                line-height: 1.7;
                margin: 15px 10px 0 10px; }
                .newDepartment section.departmentVisualArea .mains .contentsList .type > li .faculty span {
                  display: block;
                  -webkit-writing-mode: horizontal-tb;
                      -ms-writing-mode: lr-tb;
                          writing-mode: horizontal-tb; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li:nth-child(3) {
                width: 100%;
                margin: -20px 0 50px; }
                .newDepartment section.departmentVisualArea .mains .contentsList .type > li:nth-child(3) .faculty {
                  margin: 27px 10px 0 10px; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li:nth-child(3) .arrowLink {
                top: 72px; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink {
                width: 38px;
                height: 38px;
                margin: auto 0;
                position: absolute;
                top: 60px;
                right: 10px;
                bottom: 0; }
                  .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink a img {
                    width: 15px;
                    height: 37px;
                    top: -11px; }
              .newDepartment section.departmentVisualArea .mains .contentsList .type.firefox > li:nth-child(3) {
                width: 100%;
                margin: -20px 0 50px; }
                .newDepartment section.departmentVisualArea .mains .contentsList .type.firefox > li:nth-child(3) .faculty {
                  margin: 27px 10px 0 10px; }
        .newDepartment section.departmentVisualArea .exBox .inner {
          max-width: none;
          max-width: initial; }
        .newDepartment section.departmentVisualArea .exBox .inner {
          padding: 35px 30px 90px; }
      .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner {
        display: block;
        height: auto;
        padding: 0; }
        .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .ttl {
          position: relative;
          -webkit-writing-mode: horizontal-tb;
              -ms-writing-mode: lr-tb;
                  writing-mode: horizontal-tb;
          font-size: 3.7333333333333334vw;
          line-height: 2;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: 0 !important; }
          .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .ttl span {
            white-space: nowrap;
            display: block;
            padding: 9.5% 30px; }
        .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout {
          width: 100%;
          margin-top: 0; }
          .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx {
            min-height: inherit;
            padding: 20px 30px; }
            .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx .status {
              padding-top: 0; }
            .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx .types {
              font-size: 1rem;
              width: 50px; }
            .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx .campus {
              font-size: 1rem;
              width: 80px; }
            .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx .sttl {
              font-size: 1.4rem; }
              .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .topEx .sttl span {
                font-size: 2rem; }
          .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .bottomEx {
            padding: 20px 30px 78px; }
            .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .bottomEx .exTxt {
              font-size: 1.6rem;
              line-height: 1.7; }
            .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .bottomEx .btnBox {
              margin: 0 auto; }
                .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .bottomEx .btnBox a::after {
                  right: 12px; }
              .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .bottomEx .btnBox a {
                font-size: 1.4rem;
                padding: 10px 22px; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type01 {
        background: none; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type01 .facultyTypeInner .ttl {
            background: url("/140th/images/new_department/img_department01_sp.jpg") center top no-repeat;
            background-size: cover; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type02 {
        background: none; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type02 .facultyTypeInner .ttl {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          background: url("/140th/images/new_department/img_department02_sp.jpg") center top no-repeat;
          background-size: cover; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type03 {
        background: none; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type03 .facultyTypeInner .ttl {
            background: url("/140th/images/new_department/img_department03_sp.jpg") center top no-repeat;
            background-size: cover; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type04 {
        background: none; }
        .newDepartment section.facultyTypeArea .facultyTypeBox#type04 .facultyTypeInner .ttl {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          background: url("/140th/images/new_department/img_department04_sp.jpg") center top no-repeat;
          background-size: cover; }
      .newDepartment section.facultyTypeArea .facultyTypeBox#type05 {
        background: none; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type05 .facultyTypeInner .ttl {
            background: url("/140th/images/new_department/img_department05_sp.jpg") center top no-repeat;
            background-size: cover; }
    .report section.reportArea {
      padding-top: 74px; }
      .report section.reportArea .underPageTtl {
        margin: 30px; }
        .report section.reportArea .underPageTtl.events {
          margin: 60px 30px 30px; }
      .report section.reportArea .reportBox {
        padding: 39px 0 0; }
        .report section.reportArea .reportBox .inner {
          max-width: none;
          max-width: initial; }
        .report section.reportArea .reportBox .inner {
          padding: 0 30px; }
          .report section.reportArea .reportBox .inner.events {
            padding-bottom: 39px; }
          .report section.reportArea .reportBox .inner ul {
            display: block; }
            .report section.reportArea .reportBox .inner ul li .listContents {
              padding: 0 10px; }
              .report section.reportArea .reportBox .inner ul li .exTxt {
                font-size: 1.4rem;
                letter-spacing: -.04em; }
    .donation section.donationArea {
      padding-top: 74px; }
      .donation section.donationArea .underPageTtl {
        margin: 30px; }
        .donation section.donationArea .underPageTtl.events {
          margin: 60px 30px 30px; }
      .donation section.donationArea .donationBox {
        padding: 39px 0; }
        .donation section.donationArea .donationBox .inner {
          max-width: none;
          max-width: initial; }
        .donation section.donationArea .donationBox .inner {
          padding: 0 30px; }
          .donation section.donationArea .donationBox .inner .donationTtl {
            font-size: 2rem;
            padding: 0 0 20px; }
          .donation section.donationArea .donationBox .inner .readTxt {
            font-size: 1.6rem;
            padding: 0 0 26px; }
          .donation section.donationArea .donationBox .inner .exBox {
            display: block; }
            .donation section.donationArea .donationBox .inner .exBox .readTxt {
              padding: 0;
              max-width: none;
              max-width: initial; }
          .donation section.donationArea .donationBox .inner .table th {
            width: 100%;
            padding: 12px; }
          .donation section.donationArea .donationBox .inner .table td {
            width: 100%;
            padding: 12px; }
            .donation section.donationArea .donationBox .inner .table td p {
              line-height: 2; }
          .donation section.donationArea .donationBox .inner .attenTxt {
            font-size: 1.6rem; }
          .donation section.donationArea .donationBox .inner .btnList {
            display: block; }
            .donation section.donationArea .donationBox .inner .btnList li {
              width: 100%;
              margin: 0 0 20px; }
              .donation section.donationArea .donationBox .inner .btnList li:last-child {
                margin: 0; }
            .donation section.donationArea .donationBox .inner .btnList li {
              width: 100%; } }
            @media screen and (min-width: 960px) {
      .btnBox a:not(.noHover):hover {
        color: #fff;
        background: #333;
        border: #333 solid 1px; }
            .header .inner ul li a:not(.noHover):hover::after {
              bottom: -22px;
              opacity: 1;
              visibility: visible; }
            .header .inner ul li a.current::after {
              bottom: -22px;
              opacity: 1;
              visibility: visible; }
            .footer .inner .mainLinkList li a:not(.noHover):hover {
              text-decoration: underline; }
      .backToTop a:not(.noHover):hover {
        background: #006F37; }
          .index section.mainVisualArea .newsArea .btnBox a:not(.noHover):hover {
            color: #333;
            background: #fff; }
              .index section.conceptArea .twoBox .boxTap .textInner .btnBox a.wt:not(.noHover):hover {
                color: #fff;
                background: #333;
                border: 1px solid #333; }
              .index section.conceptArea .twoBox .boxTap .textInner .btnBox a.bk:not(.noHover):hover {
                color: #fff;
                background: #333;
                border: 1px solid #333; }
            .index section.reportArea .inner ul li a:hover {
              opacity: .7;
              cursor: pointer; }
        .index section.specialArea .btnHistory a:not(.noHover):hover {
          border: 20px solid transparent; }
        .index section.specialArea .btnHistory a .inner {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border: 1px solid #fff; }
                .newDepartment section.departmentVisualArea .mains .contentsList .type > li .arrowLink a:not(.noHover):hover img {
                  top: 0; }
            .newDepartment section.facultyTypeArea .facultyTypeBox#type01 .facultyTypeInner .exLayout .btnBox a:not(.noHover):hover {
              color: #fff;
              background: #dc1e15; }
            .newDepartment section.facultyTypeArea .facultyTypeBox#type01 .facultyTypeInner .exLayout .btnBox a:not(.noHover):hover::after {
              background: url(/140th/images/common/icn_w_arrow.svg) 0 0 no-repeat;
              background-size: 7px 14px; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type02 .facultyTypeInner .exLayout .btnBox a:not(.noHover):hover {
            color: #fff;
            background: #0082c3; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type02 .facultyTypeInner .exLayout .btnBox a:not(.noHover):hover::after {
            background: url(/140th/images/common/icn_w_arrow.svg) 0 0 no-repeat;
            background-size: 7px 14px; }
            .newDepartment section.facultyTypeArea .facultyTypeBox#type03 .facultyTypeInner .exLayout .btnBox a:not(.noHover):hover {
              color: #fff;
              background: #f28f00; }
            .newDepartment section.facultyTypeArea .facultyTypeBox#type03 .facultyTypeInner .exLayout .btnBox a:not(.noHover):hover::after {
              background: url(/140th/images/common/icn_w_arrow.svg) 0 0 no-repeat;
              background-size: 7px 14px; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type04 .facultyTypeInner .exLayout .btnBox a:not(.noHover):hover {
            color: #fff;
            background: #009c84; }
          .newDepartment section.facultyTypeArea .facultyTypeBox#type04 .facultyTypeInner .exLayout .btnBox a:not(.noHover):hover::after {
            background: url(/140th/images/common/icn_w_arrow.svg) 0 0 no-repeat;
            background-size: 7px 14px; }
            .newDepartment section.facultyTypeArea .facultyTypeBox#type05 .facultyTypeInner .exLayout .btnBox a:not(.noHover):hover {
              color: #fff;
              background: #083388; }
            .newDepartment section.facultyTypeArea .facultyTypeBox#type05 .facultyTypeInner .exLayout .btnBox a:not(.noHover):hover::after {
              background: url(/140th/images/common/icn_w_arrow.svg) 0 0 no-repeat;
              background-size: 7px 14px; }
              .report section.reportArea .reportBox .inner ul li a:hover {
                opacity: .7;
                cursor: pointer; }
              .donation section.donationArea .donationBox .inner .btnList li a:not(.noHover):hover {
                color: #fff;
                background: #006F15; }
              .donation section.donationArea .donationBox .inner .btnList li a:not(.noHover):hover::after {
                background: url(/140th/images/common/icn_w_arrow.svg) 0 0 no-repeat;
                background-size: 7px 14px; } }
            @media screen and (min-width: 960px) and (max-width: 1040px) {
    .tabOnly {
      display: block; }
            .header .inner ul li a {
              font-size: 1.3rem;
              white-space: nowrap; }
        .index section.conceptArea .twoBox .boxTap {
          width: 100%;
          min-height: 500px; }
            .index section.conceptArea .twoBox .boxTap .textInner .subTtl {
              font-size: 5rem;
              padding: 0 0 50px; }
          .index section.conceptArea .twoBox .boxTap .video {
            min-width: 100%;
            min-height: 500px; } }
            @media screen and (min-width: 959px) and (max-width: 1000px) {
    .pcTabOnly {
      display: none; } }
            @media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
    .videoContainer .video {
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
            @media (max-aspect-ratio: 16 / 9) {
    .videoContainer .video {
      height: 100vh;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
            @media screen and (min-width: 425px) and (max-width: 959px) {
      .index section.mainVisualArea .mainLogoMark {
        top: 27.066666666666666%; }
          .index section.reportArea .inner ul li {
            width: auto;
            max-width: 425px;
            margin: 0 auto 48px; }
            .index section.reportArea .inner ul li:last-child {
              margin: 0 auto; }
              .report section.reportArea .reportBox .inner ul li:nth-child(3n) {
                margin-right: auto; }
            .report section.reportArea .reportBox .inner ul li {
              width: auto;
              max-width: 425px;
              margin: 0 auto 48px; }
              .report section.reportArea .reportBox .inner ul li:last-child {
                margin: 0 auto; } }
            @media screen and (min-width: 960px) and (max-width: 1280px) {
        .index section.mainVisualArea .newsArea .btnBox {
          width: 130px; }
            .newDepartment section.facultyTypeArea .facultyTypeBox .facultyTypeInner .exLayout .bottomEx .exTxt {
              font-size: 1.171875vw; } }
            @media screen and (min-width: 0px) and (max-width: 424px) {
          .index section.reportArea .inner ul li {
            width: 100%;
            margin: 0 0 48px; }
            .index section.reportArea .inner ul li:last-child {
              margin: 0 auto; }
            .report section.reportArea .reportBox .inner ul li {
              width: 100%;
              margin: 0 0 48px; }
              .report section.reportArea .reportBox .inner ul li:last-child {
                margin: 0 auto; } }
            @media screen and (min-width: 960px) and (max-width: 1680px) {
        .newCampus section.campusVisualArea .mains .mainTtl {
          font-size: 3.9rem; }
          .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl {
            font-size: 3.9rem; } }
            @media screen and (min-width: 960px) and (max-width: 1420px) {
        .newCampus section.campusVisualArea .mains .sub {
          font-size: 6.1rem; } }
            @media screen and (min-width: 960px) and (max-width: 1260px) {
        .newCampus section.aboutArea .aboutBox:nth-child(1) .imgBox {
          margin: -39.952381% 0 0; }
          .newCampus section.aboutArea .aboutBox:nth-child(2) .imgBox {
            margin: -22.349206% 0 0; }
          .newCampus section.aboutArea .aboutBox:nth-child(3) .imgBox {
            margin: -24.65625% 0 0; }
        .newDepartment section.departmentVisualArea .mains .mainInner {
          width: 100%;
          max-width: inherit;
          margin: 180px auto 0; }
        .newDepartment section.departmentVisualArea .mains .contentsList {
          display: block; }
          .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl {
            -webkit-writing-mode: horizontal-tb;
                -ms-writing-mode: lr-tb;
                    writing-mode: horizontal-tb;
            padding: 0 20px;
            text-align: right;
            max-width: 905px;
            margin: 0 auto; }
            .newDepartment section.departmentVisualArea .mains .contentsList .mainTtl span {
              padding-left: 0; }
          .newDepartment section.departmentVisualArea .mains .contentsList .type {
            max-width: 905px;
            margin: 40px auto 0; }
            .newDepartment section.departmentVisualArea .mains .contentsList .type > li {
              margin-right: 14px; }
                .newDepartment section.departmentVisualArea .mains .contentsList .type > li:nth-child(3) .faculty {
                  margin: 18px 35px 36px 0; }
                .newDepartment section.departmentVisualArea .mains .contentsList .type.firefox > li:nth-child(3) .faculty {
                  margin: 18px 14px 36px 12px; } }

/*# sourceMappingURL=style.css.map */
