@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow: auto;
  color: #333333; }

img {
  vertical-align: bottom; }

body {
  overflow-x: hidden;
  width: 100%;
  min-width: 1140px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  letter-spacing: .05em;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media only screen and (max-width: 1139px) {
    body {
      min-width: 100%; } }
  @media only screen and (max-width: 767px) {
    body {
      min-width: inherit;
      font-size: 3.46667vw; } }

sup {
  font-size: .8em;
  position: relative;
  left: 0;
  bottom: .2em; }

sub {
  font-size: .8em;
  position: relative;
  left: 0;
  top: .2em; }

ul,
li {
  list-style-type: none; }

.nobr,
nobr {
  display: inline-block;
  white-space: nowrap; }

span, a {
  display: inline-block; }

label {
  cursor: pointer; }

input, button, select, textarea {
  margin: 10px 0; }

input:not([type="radio"]):not([type="checkbox"]):not([type="image"]), button, textarea, label > select, option {
  background: transparent;
  -webkit-border-image: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical; }

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

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]), textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5rem 1rem;
  border: solid 1px #d6d6d6;
  display: inline-block;
  width: auto; }

input:not([type="radio"]):not([type="checkbox"]):not([type="image"])[disabled], textarea[disabled] {
  background: rgba(64, 64, 64, 0.1);
  cursor: default; }

button, input[type="submit"], input[type="image"], select, option {
  cursor: pointer; }

button:focus, button::-moz-focus-inner, input[type='submit']:focus, input[type='submit']::-moz-focus-inner {
  border: 0;
  outline: none; }

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="image"]),
select,
option,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .5rem; }

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="image"]),
select {
  display: inline-block;
  height: 3.2rem; }

select:not(.is-select) {
  color: rgba(0, 0, 0, 0.7); }

option[disabled] {
  color: transparent !important;
  opacity: 0 !important;
  display: none !important; }

.select {
  display: inline-block;
  position: relative; }

.select:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px gray;
  border-left: solid 2px gray;
  position: absolute;
  top: 50%;
  right: .5em;
  -webkit-transform: translate(-50%, -75%) rotate(-45deg);
  -ms-transform: translate(-50%, -75%) rotate(-45deg);
  transform: translate(-50%, -75%) rotate(-45deg);
  z-index: 0; }

.select select {
  width: 100%;
  z-index: 1;
  position: relative;
  padding-right: 2.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent; }

.select.disabled {
  background: #404040;
  opacity: .5;
  cursor: default; }

input[type="radio"]:not([class]) {
  width: 1em;
  height: 1em;
  z-index: 0;
  position: relative;
  visibility: hidden; }
  input[type="radio"]:not([class]) + label {
    padding-left: 1.8em;
    position: relative;
    left: -1em; }
    input[type="radio"]:not([class]) + label:before, input[type="radio"]:not([class]) + label:after {
      content: "";
      display: inline-block; }
    input[type="radio"]:not([class]) + label:before {
      width: 10px;
      height: 10px;
      border: solid 1px silver;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: .7em;
      -webkit-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
      transform: translate(-50%, -55%);
      background: white; }
  input[type="radio"]:not([class]):checked + label:after {
    width: 10px;
    height: 10px;
    background: gray;
    border: solid 3px white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: .7em;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    box-sizing: border-box; }

input[type="checkbox"]:not([class]) {
  width: 1em;
  height: 1em;
  background: red;
  z-index: 0;
  position: relative;
  visibility: hidden; }
  input[type="checkbox"]:not([class]) + label {
    padding-left: 1.4em;
    position: relative;
    left: -1.4em; }
    input[type="checkbox"]:not([class]) + label:before, input[type="checkbox"]:not([class]) + label:after {
      content: "";
      display: inline-block; }
    input[type="checkbox"]:not([class]) + label:before {
      width: 1em;
      height: 1em;
      border: solid 1px silver;
      position: absolute;
      left: -1px;
      top: -1px;
      background: white; }
  input[type="checkbox"]:not([class]):checked + label:after {
    width: .5em;
    height: .9em;
    border-right: solid 2px gray;
    border-bottom: solid 2px gray;
    -webkit-box-shadow: border-box;
    box-shadow: border-box;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: .2em;
    margin-top: -.3em; }

/* ==================================================
    モジュール
================================================== */
/* --------------------------------------------------
  調整
-------------------------------------------------- */
.is-hide {
  display: none !important; }

.lts-n {
  letter-spacing: -.04em; }

.lts-ss {
  letter-spacing: -.08em; }

span[class*="lts-"] {
  display: inline; }

.f-half {
  width: .4em; }

.fz-ss {
  font-size: 0.6em !important; }

.fz-s {
  font-size: 0.85em !important; }

.fz-l {
  font-size: 1.2em !important; }

.fz-ll {
  font-size: 1.4em !important; }

.fz-lll {
  font-size: 1.6em !important; }

.ta-c {
  text-align: center !important; }

.ta-r {
  text-align: right !important; }

.ta-l {
  text-align: left !important; }

.ta-j {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

span.ta-c {
  display: inline-block;
  text-align: center !important; }

span.ta-r {
  display: inline-block;
  text-align: right !important; }

span.ta-l {
  display: inline-block;
  text-align: left !important; }

@media only screen and (max-width: 767px) {
  .sp-ta-c {
    text-align: center !important; }
  .sp-ta-r {
    text-align: right !important; }
  .sp-ta-l {
    text-align: left !important; } }

.va-m, .va-t, .va-b {
  display: table-cell !important; }

.va-m {
  vertical-align: middle !important; }

.va-t {
  vertical-align: top !important; }

.va-b {
  vertical-align: bottom !important; }

/*  margin
================================================== */
.mw-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.mt-0, .mh-0, .ma-0 {
  margin-top: 0rem !important; }

.mr-0, .mw-0, .ma-0 {
  margin-right: 0rem !important; }

.mb-0, .mh-0, .ma-0 {
  margin-bottom: 0rem !important; }

.ml-0, .mw-0, .ma-0 {
  margin-left: 0rem !important; }

.pt-0, .ph-0, .pa-0 {
  padding-top: 0rem !important; }

.pr-0, .pw-0, .pa-0 {
  padding-right: 0rem !important; }

.pb-0, .ph-0, .pa-0 {
  padding-bottom: 0rem !important; }

.pl-0, .pw-0, .pa-0 {
  padding-left: 0rem !important; }

.mt-5, .mh-5, .ma-5 {
  margin-top: 0.5rem !important; }

.mr-5, .mw-5, .ma-5 {
  margin-right: 0.5rem !important; }

.mb-5, .mh-5, .ma-5 {
  margin-bottom: 0.5rem !important; }

.ml-5, .mw-5, .ma-5 {
  margin-left: 0.5rem !important; }

.pt-5, .ph-5, .pa-5 {
  padding-top: 0.5rem !important; }

.pr-5, .pw-5, .pa-5 {
  padding-right: 0.5rem !important; }

.pb-5, .ph-5, .pa-5 {
  padding-bottom: 0.5rem !important; }

.pl-5, .pw-5, .pa-5 {
  padding-left: 0.5rem !important; }

.mt-10, .mh-10, .ma-10 {
  margin-top: 1rem !important; }

.mr-10, .mw-10, .ma-10 {
  margin-right: 1rem !important; }

.mb-10, .mh-10, .ma-10 {
  margin-bottom: 1rem !important; }

.ml-10, .mw-10, .ma-10 {
  margin-left: 1rem !important; }

.pt-10, .ph-10, .pa-10 {
  padding-top: 1rem !important; }

.pr-10, .pw-10, .pa-10 {
  padding-right: 1rem !important; }

.pb-10, .ph-10, .pa-10 {
  padding-bottom: 1rem !important; }

.pl-10, .pw-10, .pa-10 {
  padding-left: 1rem !important; }

.mt-15, .mh-15, .ma-15 {
  margin-top: 1.5rem !important; }

.mr-15, .mw-15, .ma-15 {
  margin-right: 1.5rem !important; }

.mb-15, .mh-15, .ma-15 {
  margin-bottom: 1.5rem !important; }

.ml-15, .mw-15, .ma-15 {
  margin-left: 1.5rem !important; }

.pt-15, .ph-15, .pa-15 {
  padding-top: 1.5rem !important; }

.pr-15, .pw-15, .pa-15 {
  padding-right: 1.5rem !important; }

.pb-15, .ph-15, .pa-15 {
  padding-bottom: 1.5rem !important; }

.pl-15, .pw-15, .pa-15 {
  padding-left: 1.5rem !important; }

.mt-20, .mh-20, .ma-20 {
  margin-top: 2rem !important; }

.mr-20, .mw-20, .ma-20 {
  margin-right: 2rem !important; }

.mb-20, .mh-20, .ma-20 {
  margin-bottom: 2rem !important; }

.ml-20, .mw-20, .ma-20 {
  margin-left: 2rem !important; }

.pt-20, .ph-20, .pa-20 {
  padding-top: 2rem !important; }

.pr-20, .pw-20, .pa-20 {
  padding-right: 2rem !important; }

.pb-20, .ph-20, .pa-20 {
  padding-bottom: 2rem !important; }

.pl-20, .pw-20, .pa-20 {
  padding-left: 2rem !important; }

.mt-25, .mh-25, .ma-25 {
  margin-top: 2.5rem !important; }

.mr-25, .mw-25, .ma-25 {
  margin-right: 2.5rem !important; }

.mb-25, .mh-25, .ma-25 {
  margin-bottom: 2.5rem !important; }

.ml-25, .mw-25, .ma-25 {
  margin-left: 2.5rem !important; }

.pt-25, .ph-25, .pa-25 {
  padding-top: 2.5rem !important; }

.pr-25, .pw-25, .pa-25 {
  padding-right: 2.5rem !important; }

.pb-25, .ph-25, .pa-25 {
  padding-bottom: 2.5rem !important; }

.pl-25, .pw-25, .pa-25 {
  padding-left: 2.5rem !important; }

.mt-30, .mh-30, .ma-30 {
  margin-top: 3rem !important; }

.mr-30, .mw-30, .ma-30 {
  margin-right: 3rem !important; }

.mb-30, .mh-30, .ma-30 {
  margin-bottom: 3rem !important; }

.ml-30, .mw-30, .ma-30 {
  margin-left: 3rem !important; }

.pt-30, .ph-30, .pa-30 {
  padding-top: 3rem !important; }

.pr-30, .pw-30, .pa-30 {
  padding-right: 3rem !important; }

.pb-30, .ph-30, .pa-30 {
  padding-bottom: 3rem !important; }

.pl-30, .pw-30, .pa-30 {
  padding-left: 3rem !important; }

.mt-35, .mh-35, .ma-35 {
  margin-top: 3.5rem !important; }

.mr-35, .mw-35, .ma-35 {
  margin-right: 3.5rem !important; }

.mb-35, .mh-35, .ma-35 {
  margin-bottom: 3.5rem !important; }

.ml-35, .mw-35, .ma-35 {
  margin-left: 3.5rem !important; }

.pt-35, .ph-35, .pa-35 {
  padding-top: 3.5rem !important; }

.pr-35, .pw-35, .pa-35 {
  padding-right: 3.5rem !important; }

.pb-35, .ph-35, .pa-35 {
  padding-bottom: 3.5rem !important; }

.pl-35, .pw-35, .pa-35 {
  padding-left: 3.5rem !important; }

.mt-40, .mh-40, .ma-40 {
  margin-top: 4rem !important; }

.mr-40, .mw-40, .ma-40 {
  margin-right: 4rem !important; }

.mb-40, .mh-40, .ma-40 {
  margin-bottom: 4rem !important; }

.ml-40, .mw-40, .ma-40 {
  margin-left: 4rem !important; }

.pt-40, .ph-40, .pa-40 {
  padding-top: 4rem !important; }

.pr-40, .pw-40, .pa-40 {
  padding-right: 4rem !important; }

.pb-40, .ph-40, .pa-40 {
  padding-bottom: 4rem !important; }

.pl-40, .pw-40, .pa-40 {
  padding-left: 4rem !important; }

.mt-45, .mh-45, .ma-45 {
  margin-top: 4.5rem !important; }

.mr-45, .mw-45, .ma-45 {
  margin-right: 4.5rem !important; }

.mb-45, .mh-45, .ma-45 {
  margin-bottom: 4.5rem !important; }

.ml-45, .mw-45, .ma-45 {
  margin-left: 4.5rem !important; }

.pt-45, .ph-45, .pa-45 {
  padding-top: 4.5rem !important; }

.pr-45, .pw-45, .pa-45 {
  padding-right: 4.5rem !important; }

.pb-45, .ph-45, .pa-45 {
  padding-bottom: 4.5rem !important; }

.pl-45, .pw-45, .pa-45 {
  padding-left: 4.5rem !important; }

.mt-50, .mh-50, .ma-50 {
  margin-top: 5rem !important; }

.mr-50, .mw-50, .ma-50 {
  margin-right: 5rem !important; }

.mb-50, .mh-50, .ma-50 {
  margin-bottom: 5rem !important; }

.ml-50, .mw-50, .ma-50 {
  margin-left: 5rem !important; }

.pt-50, .ph-50, .pa-50 {
  padding-top: 5rem !important; }

.pr-50, .pw-50, .pa-50 {
  padding-right: 5rem !important; }

.pb-50, .ph-50, .pa-50 {
  padding-bottom: 5rem !important; }

.pl-50, .pw-50, .pa-50 {
  padding-left: 5rem !important; }

/*  width
================================================== */
.w-0 {
  width: 0% !important; }

.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-100 {
  width: 100% !important; }

.px-100 {
  width: 100px !important; }

.px-105 {
  width: 105px !important; }

.px-110 {
  width: 110px !important; }

.px-115 {
  width: 115px !important; }

.px-120 {
  width: 120px !important; }

.px-125 {
  width: 125px !important; }

.px-130 {
  width: 130px !important; }

.px-135 {
  width: 135px !important; }

.px-140 {
  width: 140px !important; }

.px-145 {
  width: 145px !important; }

.px-150 {
  width: 150px !important; }

.px-155 {
  width: 155px !important; }

.px-160 {
  width: 160px !important; }

.px-165 {
  width: 165px !important; }

.px-170 {
  width: 170px !important; }

.px-175 {
  width: 175px !important; }

.px-180 {
  width: 180px !important; }

.px-185 {
  width: 185px !important; }

.px-190 {
  width: 190px !important; }

.px-195 {
  width: 195px !important; }

.px-200 {
  width: 200px !important; }

.px-205 {
  width: 205px !important; }

.px-210 {
  width: 210px !important; }

.px-215 {
  width: 215px !important; }

.px-220 {
  width: 220px !important; }

.px-225 {
  width: 225px !important; }

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

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

/* --------------------------------------------------
  レイアウト
-------------------------------------------------- */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 2rem -12px; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    .row {
      margin: 2rem -1.05263vw; } }
  @media only screen and (max-width: 767px) {
    .row {
      margin: 2rem -1.33333vw; } }
  .row__col {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px; }
    .row__col > *:last-child {
      margin-bottom: 0; }
  .row--col2 > .row__col {
    width: calc(50% - 24px); }
  .row--col3 > .row__col {
    width: calc(100% / 3 - 24px);
    max-width: calc(33% - 24px); }
  .row--col4 > .row__col {
    width: calc(25% - 24px); }
  .row--col5 > .row__col {
    width: calc(20% - 24px); }

/* --------------------------------------------------
  セクション
-------------------------------------------------- */
.section {
  padding: 40px 0; }
  .section__inner > *:first-child {
    margin-top: 0; }
  .section__inner > *:last-child {
    margin-bottom: 0; }

/* --------------------------------------------------
  リスト
-------------------------------------------------- */
.list {
  line-height: 2; }
  .list li a {
    text-indent: initial; }
  .list > li {
    list-style-type: none;
    text-indent: -1.5em;
    margin-left: 1.5em; }
    .list > li:before {
      content: '';
      display: inline-block;
      width: .2em;
      height: .2em;
      vertical-align: middle;
      background-color: #555;
      border-radius: 50%;
      text-indent: 0;
      margin-left: .6em;
      margin-right: .7em; }

.listNote {
  line-height: 2; }
  .listNote > li {
    padding-left: 1.5em; }
    .listNote > li:before {
      content: "※";
      width: 1.5em;
      display: inline-block;
      position: relative;
      margin-left: -1.5em; }

.listNoteNum {
  font-size: 12px;
  font-size: 1.2rem; }
  .listNoteNum > li {
    list-style-type: none;
    text-indent: -2em;
    margin-left: 2em;
    counter-increment: calc-ex9; }
    .listNoteNum > li:before {
      content: "※" counter(calc-ex9);
      display: inline-block;
      width: 2em;
      text-indent: 0; }

/* --------------------------------------------------
  バナー
-------------------------------------------------- */
.bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* --------------------------------------------------
  ページネーション
-------------------------------------------------- */
.pagenation {
  margin: 30px 0 -30px;
  padding: 16px;
  text-align: center; }
  .pagenation a {
    color: white; }
  .pagenation__btn a:hover {
    background-color: #cccccc;
    color: #ffffff; }
  .pagenation__list {
    letter-spacing: -.5em; }
  .pagenation__link {
    position: relative;
    letter-spacing: 0.04em;
    display: inline-block;
    margin: 0 4px;
    color: #333; }
  .pagenation__btn {
    letter-spacing: 0.04em;
    display: inline-block;
    margin: 0 15px; }
    .pagenation__btn a {
      display: inline-block;
      height: 50px;
      line-height: 50px;
      min-width: 50px;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 18px;
      font-size: 1.8rem;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      background-color: #1e3c91; }
  .pagenation .cur a {
    color: #1e3c91;
    background-color: #fff000; }
  .pagenation__link {
    margin: 0 10px; }
    .pagenation__link a {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      padding: 10px 0; }
      .pagenation__link a:hover {
        opacity: .75; }
    .pagenation__link--first a {
      position: relative; }
      .pagenation__link--first a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 0.5em;
        height: 0.5em;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: #1e3c91;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
        transform: translateX(-50%) translateY(-50%) rotate(-135deg); }
      .pagenation__link--first a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 20px;
        width: 0.5em;
        height: 0.5em;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: #1e3c91;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
        transform: translateX(-50%) translateY(-50%) rotate(-135deg); }
    .pagenation__link--last a {
      position: relative; }
      .pagenation__link--last a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 0.5em;
        height: 0.5em;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: #1e3c91;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
        transform: translateX(50%) translateY(-50%) rotate(45deg); }
      .pagenation__link--last a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 0.5em;
        height: 0.5em;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: #1e3c91;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
        transform: translateX(50%) translateY(-50%) rotate(45deg); }
    .pagenation__link--prev {
      padding: 0; }
      .pagenation__link--prev a {
        color: transparent;
        position: relative;
        padding: .3rem 1rem; }
        .pagenation__link--prev a:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 10px;
          width: 0.5em;
          height: 0.5em;
          border-top: solid 2px;
          border-right: solid 2px;
          border-color: #1e3c91;
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
          transform: translateX(-50%) translateY(-50%) rotate(-135deg); }
    .pagenation__link--next {
      padding: 0; }
      .pagenation__link--next a {
        color: transparent;
        position: relative;
        padding: .3rem 1rem; }
        .pagenation__link--next a:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 10px;
          width: 0.5em;
          height: 0.5em;
          border-top: solid 2px;
          border-right: solid 2px;
          border-color: #1e3c91;
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
          -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
          transform: translateX(50%) translateY(-50%) rotate(45deg); }

/* --------------------------------------------------
  画像
-------------------------------------------------- */
.figure {
  margin: 10px 0;
  border-radius: 8px;
  overflow: hidden; }

/* --------------------------------------------------
  画像テキスト
-------------------------------------------------- */
.lytImage:after {
  content: "";
  display: block;
  clear: both; }

.lytImage--imageLeft .lytImage__image {
  float: left;
  padding-right: 25px;
  padding-bottom: 15px; }

.lytImage--imageRight .lytImage__image {
  float: right;
  padding-left: 25px;
  padding-bottom: 15px; }

.lytImage .lytImage__image {
  max-width: 50%; }

/* --------------------------------------------------
  代替リスト
-------------------------------------------------- */
.dl01 dt {
  padding: 10px 20px;
  text-align: center;
  border: solid 1px #333333;
  display: inline-block;
  min-width: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px; }

/* --------------------------------------------------
  アイコン
-------------------------------------------------- */
.icon {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 3px;
  line-height: 1;
  margin: 0 15px; }
  .icon--inquired {
    background: #f7807e;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 10px 2px; }

/* --------------------------------------------------
  テキスト
-------------------------------------------------- */
.textNote {
  font-size: .8em; }

/* --------------------------------------------------
  フォーム
-------------------------------------------------- */
.tableForm {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background: #cccccc;
  margin: 40px 0 40px;
  border-collapse: separate;
  border-spacing: 1px;
  background: #cccccc;
  color: #555555;
  font-size: 14px;
  font-size: 1.4rem; }
  .tableForm tr th, .tableForm tr td {
    background: white;
    padding: 9px 15px;
    font-weight: normal;
    text-align: left; }
  .tableForm tr th {
    background: #f6f6f6;
    font-weight: bold;
    padding: 20px 15px;
    vertical-align: middle; }
  .tableForm tr td {
    vertical-align: middle; }
  .tableForm input {
    width: 300px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tableForm input + *[class*="textNote"], .tableForm label + *[class*="textNote"], .tableForm select + *[class*="textNote"] {
    display: inline-block;
    margin: 0;
    margin-left: 10px; }

.innerList {
  margin: 20px 0;
  display: table;
  width: 100%; }
  .innerList > dt {
    display: table-cell;
    text-align: left;
    vertical-align: middle; }
    .innerList > dt:nth-of-type(1) {
      width: 20%; }
  .innerList > dt, .innerList > dd {
    display: table-cell;
    text-align: left;
    vertical-align: middle; }

input[type="radio"].radio {
  display: none; }
  input[type="radio"].radio + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px; }
  input[type="radio"].radio + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    border-radius: 50%; }
  input[type="radio"].radio:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #b6b6b6;
    border-radius: 50%; }
  input[type="radio"].radio__text {
    font-size: 14px;
    font-size: 1.4rem; }

button.btnSubmit {
  border-radius: 0;
  border: none;
  display: table;
  margin: 20px  auto;
  background: #002f5f;
  height: 60px;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  letter-spacing: .05em; }
  button.btnSubmit > span {
    min-width: 330px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  button.btnSubmit:not([disabled]):hover {
    background: rgba(0, 47, 95, 0.5); }

.btnSubmit:not(button) {
  cursor: pointer;
  border-radius: 0;
  border: none;
  display: table;
  margin: 20px auto;
  background: #009f9d;
  height: 60px;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  letter-spacing: .05em;
  position: relative;
  overflow: hidden; }
  .btnSubmit:not(button) input[type="submit"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    padding: 0; }
  .btnSubmit:not(button) > span {
    min-width: 330px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0; }
  .btnSubmit:not(button):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    min-height: 60px;
    z-index: 0;
    background: #1e3c91;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0; }
  .btnSubmit:not(button):not(.is-disabled):hover:before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

/* --------------------------------------------------
  ボタン
-------------------------------------------------- */
.btn {
  min-width: 280px;
  text-align: center;
  height: 50px;
  display: table;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn > span {
    display: table-cell;
    vertical-align: middle; }
  .btn:hover {
    text-decoration: none;
    opacity: .75; }
  .btn--01 {
    background: #fff000;
    color: #1e3c91; }
    .btn--01 > span > span {
      position: relative;
      padding: 0 1.8em; }
      .btn--01 > span > span:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: .5em;
        width: 8px;
        height: 8px;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: #1e3c91;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
    .btn--01 .icon--window {
      margin-left: .2em;
      margin-top: -.4em;
      vertical-align: middle;
      display: inline-block; }
  .btn--02 {
    background: #1e3c91;
    color: white; }
    .btn--02 > span > span {
      position: relative;
      padding: 0 1.8em; }
      .btn--02 > span > span:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: .5em;
        width: 8px;
        height: 8px;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: white;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
    .btn--02 .icon--window {
      margin-left: .2em;
      margin-top: -.4em;
      vertical-align: middle;
      display: inline-block; }
  .btn--380 {
    width: 380px; }
  .btn--back {
    background: #fff000;
    color: #1e3c91; }
    .btn--back > span > span {
      position: relative;
      padding: 0 1.8em; }
      .btn--back > span > span:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: .5em;
        width: 8px;
        height: 8px;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: #1e3c91;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
        transform: translateY(-50%) rotate(-135deg); }
  .btn--request {
    background: #1e3c91;
    max-width: 800px;
    width: 100%;
    color: white; }

.content--top .section__inner {
  width: 1140px;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto; }

.section--info {
  background: url(../img/top/bg-info.jpg) center no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px; }
  .section--info .section__inner {
    position: relative;
    z-index: 1; }
  .section--info .topTitle {
    position: relative;
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 60px; }
    .section--info .topTitle span {
      position: relative; }
      .section--info .topTitle span img {
        position: relative;
        z-index: 1; }
      .section--info .topTitle span:before {
        content: "";
        display: inline-block;
        width: calc(50vw + 100%);
        height: 30px;
        background: #ffbb00;
        background: -moz-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #ffbb00), color-stop(68%, #ffee00), color-stop(100%, #ffee00));
        background: -webkit-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -o-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -ms-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -webkit-gradient(linear, left top, right top, from(#ffbb00), color-stop(68%, #ffee00), to(#ffee00));
        background: linear-gradient(to right, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#ffee00', GradientType=1 );
        position: absolute;
        bottom: 65px;
        right: 0;
        z-index: 0; }

.infoList {
  margin-top: 30px; }
  .infoList__item:not(:first-child) {
    margin-top: 20px; }
  .infoList__item a {
    background: white;
    border: solid 1px #e5e5e5;
    display: block;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #454545;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .infoList__item a:after {
      content: "";
      display: block;
      clear: both; }
    .infoList__item a:hover {
      opacity: .75; }
  .infoList__thumb {
    float: left; }
  .infoList__content {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 270px;
    margin-right: 10px; }
    .infoList__content dt {
      margin-bottom: 12px;
      padding-bottom: 20px;
      border-bottom: solid 2px #e5e5e5; }
    .infoList__content dd {
      font-weight: bold;
      font-size: 15px;
      font-size: 1.5rem; }
  .infoList__date {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 30px; }

.label--01 {
  background: #1e3c91;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 117px;
  text-align: center;
  height: 22px;
  line-height: 22px; }

.label--02 {
  background: #1e3c91;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 156px;
  text-align: center;
  height: 27px;
  line-height: 27px; }

.section--message {
  padding-top: 100px;
  padding-bottom: 100px; }
  .section--message .topTitle {
    position: relative;
    text-align: left;
    margin-bottom: 55px; }
    .section--message .topTitle span {
      position: relative; }
      .section--message .topTitle span img {
        position: relative;
        z-index: 1; }
      .section--message .topTitle span:before {
        content: "";
        display: inline-block;
        width: calc(80vw + 100%);
        height: 30px;
        background: #ffbb00;
        background: -moz-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #ffbb00), color-stop(68%, #ffee00), color-stop(100%, #ffee00));
        background: -webkit-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -o-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -ms-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -webkit-gradient(linear, left top, right top, from(#ffbb00), color-stop(68%, #ffee00), to(#ffee00));
        background: linear-gradient(to right, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#ffee00', GradientType=1 );
        position: absolute;
        bottom: 52px;
        left: 0;
        z-index: 0; }

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btns .btn {
    margin: 0 50px; }

.messageList__item:not(:first-child) {
  margin-top: 30px; }

.messageList__item:nth-child(even) {
  text-align: right; }

.messageList__item a {
  display: inline-block; }

.messageList__item img {
  width: calc(100% + 2px); }

.section--about {
  padding: 0; }
  .section--about .topTitle {
    position: relative;
    text-align: left;
    margin-bottom: 40px; }
    .section--about .topTitle span {
      position: relative; }
      .section--about .topTitle span img {
        position: relative;
        z-index: 1; }
      .section--about .topTitle span:before {
        content: "";
        display: inline-block;
        width: calc(80vw + 100%);
        height: 30px;
        background: #ffbb00;
        background: -moz-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #ffbb00), color-stop(68%, #ffee00), color-stop(100%, #ffee00));
        background: -webkit-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -o-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -ms-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -webkit-gradient(linear, left top, right top, from(#ffbb00), color-stop(68%, #ffee00), to(#ffee00));
        background: linear-gradient(to right, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#ffee00', GradientType=1 );
        position: absolute;
        bottom: 56px;
        left: 0;
        z-index: 0; }
  .section--about .section__row {
    display: table;
    width: 100%; }
  .section--about .section__col {
    display: table-cell;
    vertical-align: middle; }
    .section--about .section__col--text {
      width: 400px;
      padding: 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .section--about .section__col--image {
      position: relative; }
      .section--about .section__col--image img {
        display: block;
        max-width: inherit;
        margin-left: -100px; }

.section--faculties {
  background: url(../img/top/bg-faculties.jpg) center no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 140px; }
  .section--faculties .section__inner {
    position: relative;
    z-index: 1; }
  .section--faculties .topTitleWrap {
    margin-bottom: 60px; }
  .section--faculties .topTitle {
    position: relative;
    text-align: left;
    display: inline-block; }
    .section--faculties .topTitle + .topTitle {
      margin-top: 35px; }
    .section--faculties .topTitle:first-child span:before {
      bottom: 0; }
    .section--faculties .topTitle span {
      position: relative; }
      .section--faculties .topTitle span img {
        position: relative;
        z-index: 1; }
      .section--faculties .topTitle span:before {
        content: "";
        display: inline-block;
        width: calc(50vw + 100%);
        height: 30px;
        background: #ffbb00;
        background: -moz-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #ffbb00), color-stop(68%, #ffee00), color-stop(100%, #ffee00));
        background: -webkit-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -o-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -ms-linear-gradient(left, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        background: -webkit-gradient(linear, left top, right top, from(#ffbb00), color-stop(68%, #ffee00), to(#ffee00));
        background: linear-gradient(to right, #ffbb00 0%, #ffee00 68%, #ffee00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#ffee00', GradientType=1 );
        position: absolute;
        bottom: 55px;
        right: 0;
        z-index: 0; }

.facultiesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px; }
  .facultiesList__item {
    margin-bottom: 20px; }
    .facultiesList__item a {
      position: relative;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .facultiesList__item a:hover {
        opacity: .75; }
        .facultiesList__item a:hover img {
          opacity: 1; }
  .facultiesList__text {
    position: absolute;
    top: 0;
    left: 0; }

.mv {
  position: relative;
  width: 1200px;
  margin-left: -100px;
  max-width: 1200px; }
  .mv > img {
    width: 100%; }
  .mv__title {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.infoBlock:after {
  content: "";
  display: block;
  clear: both; }

.infoBlock__figure {
  float: left; }

.infoBlock__content {
  margin-left: 500px; }

.infoBlock__head {
  padding-top: 10px; }

.infoBlock__icons {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 20px; }

.infoBlock__date {
  margin-left: 10px; }

.infoBlock__ttl {
  border: solid 2px #e5e5e5;
  border-width: 2px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.61111;
  padding: 10px 0;
  margin-bottom: 15px !important; }

.infoBlock__body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.73333;
  color: #454545; }

.filter {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: -10px; }
  .filter:after {
    content: "";
    display: block;
    clear: both; }
  .filter__btn {
    float: right;
    border: solid 2px #d0d0cf;
    background: white;
    color: #333333;
    position: relative;
    width: 180px;
    height: 32px;
    line-height: 32px;
    display: table;
    text-align: center; }
    .filter__btn:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      width: 0.5em;
      height: 0.5em;
      border-top: solid 1px;
      border-right: solid 1px;
      border-color: #333;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translateY(-60%) rotate(135deg);
      -ms-transform: translateY(-60%) rotate(135deg);
      transform: translateY(-60%) rotate(135deg);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .filter__btn.is-open:before {
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg); }
  .filter__list {
    width: 180px;
    position: absolute;
    top: 36px;
    right: 0;
    margin: 0;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s;
    max-height: 0;
    overflow: hidden;
    z-index: 2;
    border-left: solid 2px #d0d0cf;
    border-right: solid 2px #d0d0cf; }
    .filter__list.is-open {
      max-height: 500px;
      border-bottom: solid 2px #d0d0cf; }
    .filter__list ul {
      margin: 0; }
    .filter__list li a {
      background: white;
      color: #333333;
      display: table;
      width: 100%;
      height: 32px;
      position: relative; }
      .filter__list li a.is-current {
        color: #1e3c91; }
      .filter__list li a:after {
        content: "";
        display: block;
        width: calc(100% - 20px);
        height: 2px;
        background: #d0d0cf;
        position: absolute;
        bottom: 0;
        left: 10px; }
      .filter__list li a span {
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px; }
    .filter__list li:last-child a:after {
      display: none; }

.indexList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0; }
  .indexList__item {
    margin: 30px 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top; }
  .indexList--col2 .indexList__item {
    margin: 30px 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .indexList--col3 .indexList__item {
    margin: 30px 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.learnBox {
  text-decoration: none !important;
  color: #333333; }
  .learnBox__image {
    margin-bottom: 20px; }
  .learnBox__text {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .learnBox__text p {
      margin: 0;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.35714; }
      .learnBox__text p strong {
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: normal;
        display: block;
        padding: 12px 0;
        border-bottom: solid 1px #333333;
        margin-bottom: 5px; }
  .learnBox__btn {
    position: absolute;
    right: 0;
    top: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #1e3c91;
    width: 90px;
    height: 86px;
    line-height: 86px;
    font-weight: bold;
    transition: all .3s;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3); }
    .learnBox__btn span {
      display: block;
      text-align: center;
      color: white;
      position: relative;
      padding-right: 15px; }
      .learnBox__btn span:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 10px;
        height: 10px;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: white;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
  .learnBox:hover {
    opacity: .75; }

.messageBox {
  width: 296px; }
  .messageBox a {
    display: block; }
  .messageBox__inner {
    text-decoration: none !important;
    position: relative; }
  .messageBox__figure {
    position: relative;
    margin: 0; }
  .messageBox__image {
    width: 100%;
    max-width: inherit; }
  .messageBox__figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    width: 100%;
    padding: 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .messageBox__figcaption__inner {
      padding: 30px 20px 20px;
      position: relative; }
      .messageBox__figcaption__inner p {
        margin: 0;
        font-weight: 600;
        line-height: 1.4; }
        .messageBox__figcaption__inner p strong {
          font-size: 21px;
          font-size: 2.1rem; }
  .messageBox__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4; }
  .messageBox__text {
    position: relative;
    color: #333;
    margin-top: 10px; }
    .messageBox__text:after {
      content: "";
      display: block;
      clear: both; }
    .messageBox__text p {
      margin: 0;
      font-size: 1.2em; }
  .messageBox__label {
    font-size: 12px;
    font-size: 1.2rem;
    border-left: solid 4px #1e3c91;
    padding-left: 5px;
    margin-bottom: 5px;
    font-weight: bold; }
  .messageBox__faculty {
    margin-right: 1em; }
  .messageBox__date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-size: 1.2rem; }
  .messageBox__btn {
    float: right;
    margin-top: 5px;
    font-size: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #1e3c91;
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    transition: all .3s; }
    .messageBox__btn span {
      display: block;
      text-align: center;
      color: white;
      position: relative;
      padding-right: 10px; }
      .messageBox__btn span:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 5px;
        height: 5px;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: white;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
  .messageBox:hover .messageBox__btn {
    opacity: .75; }

.messageBox02 {
  padding: 0 45px 45px 0; }
  .messageBox02__inner {
    text-decoration: none !important;
    position: relative; }
  .messageBox02__text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .messageBox02__text__inner {
      padding: 30px 20px 20px;
      position: relative; }
      .messageBox02__text__inner p {
        margin: 0;
        font-weight: 600;
        line-height: 1.4; }
        .messageBox02__text__inner p strong {
          font-size: 21px;
          font-size: 2.1rem; }
  .messageBox02__label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px 20px;
    background: white;
    line-height: 1.2;
    font-size: 12px;
    font-size: 1.2rem;
    color: #1e3c91;
    font-weight: bold; }
  .messageBox02__btn {
    position: absolute;
    bottom: -45px;
    right: -45px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #1e3c91;
    width: 90px;
    height: 86px;
    line-height: 86px;
    font-weight: bold;
    transition: all .3s;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3); }
    .messageBox02__btn span {
      display: block;
      text-align: center;
      color: white;
      position: relative;
      padding-right: 15px; }
      .messageBox02__btn span:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 10px;
        height: 10px;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: white;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
  .messageBox02:hover .messageBox02__btn {
    opacity: .75; }

.facultiesBox {
  width: 450px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .facultiesBox__inner {
    text-decoration: none !important; }
  .facultiesBox__head {
    position: relative;
    padding: 0 30px 0 0; }
  .facultiesBox__image {
    text-align: left; }
  .facultiesBox__title {
    width: 250px;
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.35714;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .facultiesBox__title strong {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: normal;
      display: block;
      padding: 0 0 10px;
      margin-bottom: 10px;
      position: relative;
      display: table;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-height: 3.1em; }
      .facultiesBox__title strong span {
        display: table-cell;
        vertical-align: middle; }
      .facultiesBox__title strong:after {
        content: "";
        display: block;
        width: calc(100% + 20px);
        height: 1px;
        background: white;
        position: absolute;
        right: -20px;
        bottom: 0; }
  .facultiesBox__body {
    position: relative;
    color: #333333;
    padding: 0 140px 0 0; }
  .facultiesBox__text {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .facultiesBox__text p {
      margin: 20px 0 0;
      line-height: 1.8; }
  .facultiesBox__btn {
    position: absolute;
    top: 0;
    right: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #1e3c91;
    width: 90px;
    height: 86px;
    line-height: 86px;
    font-weight: bold;
    transition: all .3s;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3); }
    .facultiesBox__btn span {
      display: block;
      text-align: center;
      color: white;
      position: relative;
      padding-right: 15px; }
      .facultiesBox__btn span:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 10px;
        height: 10px;
        border-top: solid 2px;
        border-right: solid 2px;
        border-color: white;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
  .facultiesBox:hover {
    opacity: .75; }

.numberBlock:after {
  content: "";
  display: block;
  clear: both; }

.numberBlock--imageLeft .numberBlock__figure {
  float: left; }

.numberBlock--imageLeft .numberBlock__content {
  margin-left: 470px; }

.numberBlock--imageRight .numberBlock__figure {
  float: right; }

.numberBlock--imageRight .numberBlock__content {
  margin-right: 470px; }

.numberBlock--01 .numberBlock__body {
  background: url(../img/message/detail/bg-01.png) right top no-repeat; }

.numberBlock--02 .numberBlock__body {
  background: url(../img/message/detail/bg-02.png) right top no-repeat; }

.numberBlock--03 .numberBlock__body {
  background: url(../img/message/detail/bg-03.png) right top no-repeat; }

.numberBlock--04 .numberBlock__body {
  background: url(../img/message/detail/bg-04.png) right top no-repeat; }

.numberBlock--05 .numberBlock__body {
  background: url(../img/message/detail/bg-05.png) right top no-repeat; }

.numberBlock--06 .numberBlock__body {
  background: url(../img/message/detail/bg-06.png) right top no-repeat; }

.numberBlock--07 .numberBlock__body {
  background: url(../img/message/detail/bg-07.png) right top no-repeat; }

.numberBlock__category {
  margin-top: 0;
  margin-bottom: 20px; }

.numberBlock__ttl {
  border: solid 2px #1e3c91;
  border-width: 2px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.73333;
  padding: 16px 0;
  margin-bottom: 20px !important;
  color: #1e3c91; }
  .numberBlock__ttl strong {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 0 10px 0 15px; }

.numberBlock__ttl2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.61111;
  font-weight: bold;
  margin-bottom: 20px;
  color: #454545; }

.numberBlock__body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.73333;
  color: #454545; }

.figureBlock:after {
  content: "";
  display: block;
  clear: both; }

.figureBlock--imageLeft .figureBlock__figure {
  float: left; }

.figureBlock--imageLeft .figureBlock__content {
  margin-left: 500px; }

.figureBlock--imageRight .figureBlock__figure {
  float: right; }

.figureBlock--imageRight .figureBlock__content {
  margin-right: 500px; }

.figureBlock__category {
  margin-top: 0;
  margin-bottom: 20px; }

.figureBlock__ttl {
  border: solid 2px #1e3c91;
  border-width: 2px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.73333;
  padding: 16px 0;
  margin-bottom: 20px !important;
  color: #1e3c91; }
  .figureBlock__ttl strong {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 0 10px 0 15px; }

.figureBlock__ttl2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.61111;
  font-weight: bold;
  margin-bottom: 20px;
  color: #454545; }

.figureBlock__body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.73333;
  color: #454545; }
  .figureBlock__body + .figureBlock__body {
    margin-top: 40px; }
  .figureBlock__body > *:first-child {
    margin-top: 0; }
  .figureBlock__body > *:last-child {
    margin-bottom: 0; }

.figurePanel {
  margin: 60px 0; }
  .figurePanel__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9); }
  .figurePanel__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.61111;
    font-weight: bold;
    margin-bottom: 25px; }
  .figurePanel--01 {
    position: relative; }
    .figurePanel--01:after {
      content: "";
      display: block;
      clear: both; }
    .figurePanel--01 .figurePanel__image {
      float: left;
      margin-left: -100px; }
    .figurePanel--01 .figurePanel__body {
      width: 460px;
      position: absolute;
      top: 50%;
      right: -50px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .figurePanel--02 {
    position: relative; }
    .figurePanel--02:after {
      content: "";
      display: block;
      clear: both; }
    .figurePanel--02 .figurePanel__image {
      margin: 0 -100px;
      width: calc(100% + 200px);
      max-width: inherit; }
    .figurePanel--02 .figurePanel__body {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px;
      margin-top: -60px;
      position: relative;
      z-index: 1; }
    .figurePanel--02 .figurePanel__title {
      text-align: center; }
    .figurePanel--02 + .figurePanel--03 {
      margin-top: -60px; }
  .figurePanel--03 {
    position: relative; }
    .figurePanel--03:after {
      content: "";
      display: block;
      clear: both; }
    .figurePanel--03 .figurePanel__image {
      float: left;
      margin-left: -100px; }
    .figurePanel--03 .figurePanel__body {
      width: 455px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      position: absolute;
      top: 50%;
      right: -70px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .figurePanel--03 + .figurePanel--04 {
      margin-top: -60px; }
  .figurePanel--04 {
    position: relative; }
    .figurePanel--04:after {
      content: "";
      display: block;
      clear: both; }
    .figurePanel--04 .figurePanel__image {
      float: right;
      margin-right: -100px; }
    .figurePanel--04 .figurePanel__body {
      width: 455px;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      position: absolute;
      top: 50%;
      left: -70px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .figurePanel--04 + .figurePanel--03 {
      margin-top: -60px; }

.textCatch {
  font-weight: bold;
  color: #1e3c91;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.46154;
  background: #f5f5f5;
  padding: 26px 30px; }

.section + .textCatch {
  margin-top: 0; }

.coseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.coseItem {
  display: table;
  width: calc(50% - 10px);
  margin: 20px 0 0; }
  .coseItem:first-child, .coseItem:nth-child(2) {
    margin-top: 0; }
  .coseItem > * {
    display: table-cell;
    vertical-align: middle; }
  .coseItem__head {
    padding: 0 10px;
    padding-left: 0; }
    .coseItem__head > span {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: #011552;
      color: white;
      position: relative;
      text-align: center; }
      .coseItem__head > span > span {
        width: 140px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .coseItem__body {
    padding: 0 10px; }

/* 20190920 */
.categories {
  letter-spacing: -.5em;
  max-width: 420px; }

.category {
  letter-spacing: normal;
  border: solid 1px #1e3c91;
  color: #1e3c91;
  line-height: 1.2;
  padding: .2em .5em;
  margin-right: .5em;
  margin-bottom: .5em;
  display: inline-block;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3rem; }

@media only screen and (min-width: 768px) {
  .is-sp {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important; } }

.section__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 768px) {
  .is-sp {
    display: none; } }

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none; } }

img[src*="main_text@2x.png"] {
  width: 63.33333vw;
  max-width: inherit; }

img[src*="main_btn@2x.png"] {
  width: 43.2vw;
  max-width: inherit; }

.mainvisual {
  max-width: 100% !important;
  background: url(../images/main_background.jpg) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .mainvisual {
      background: url(../images/main_background@2x.jpg) center center no-repeat;
      background-size: contain;
      padding-top: 148.8%; } }
  .mainvisual__inner {
    position: absolute;
    z-index: 1;
    top: 11%;
    left: 3.5%; }
    @media only screen and (max-width: 1199px) {
      .mainvisual__inner {
        width: 30%;
        top: 14%;
        left: 20px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8); } }
    @media only screen and (max-width: 767px) {
      .mainvisual__inner {
        width: auto;
        top: 4vw;
        left: 0vw; } }
  .mainvisual__btn {
    margin-top: 35px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .mainvisual__btn:hover {
      opacity: .75; }

.topBunner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -40px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  background: white; }
  @media only screen and (max-width: 767px) {
    .topBunner {
      margin-top: 0;
      border-top: 9.33333vw solid white;
      padding-bottom: 13.33333vw; }
      .topBunner .slick-dots > li:not(.slick-active) {
        background: #e6e6ea; } }
  .topBunner a {
    margin: 0 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-width: calc(100% / 2 - 35px); }
    @media only screen and (max-width: 767px) {
      .topBunner a {
        max-width: inherit; } }
    .topBunner a:hover {
      opacity: .75; }
    @media only screen and (max-width: 767px) {
      .topBunner a {
        margin: 0; } }

.movie {
  background: url(../images/movie_bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .movie {
      padding-top: 9.33333vw;
      padding-bottom: 12vw; } }
  .movie .title {
    margin-bottom: 40px;
    color: #01529f;
    font-size: 28px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .movie .title {
        font-size: 5.86667vw;
        margin-bottom: 6.66667vw;
        line-height: 0; }
        .movie .title img {
          width: 18.4vw; } }

.videoWrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: 506.25px; }
  .videoWrap iframe {
    width: 100% !important;
    height: 100% !important; }
  @media only screen and (max-width: 767px) {
    .videoWrap {
      padding-top: 56.25%;
      height: 0; }
      .videoWrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.stadium {
  position: relative; }
  .stadium:before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1; }
  .stadium.slide.in:before {
    opacity: 0; }

.concept {
  border-top: 90px solid white;
  padding-top: 130px;
  padding-bottom: 200px;
  padding-left: 150px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .concept {
      border-top: 20vw solid white;
      padding-top: 13.33333vw;
      padding-left: 8vw;
      padding-bottom: 34.66667vw; }
      .concept img[src*="concept_text@2x.png"] {
        width: 86.8vw; } }
  .concept__text {
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
    .concept__text.slide.in {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .concept.slide.in:before {
    opacity: 0; }

.uniform {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 250px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .uniform {
      padding-top: 13.33333vw;
      padding-bottom: 40vw; }
      .uniform img[src*="uniform_text_01@2x.png"] {
        width: 49.2vw; }
      .uniform img[src*="uniform_img_01@2x.png"] {
        width: 98.66667vw; }
      .uniform img[src*="uniform_text_02@2x.png"] {
        width: 90.26667vw; } }
  .uniform .image {
    margin-top: -40px;
    margin-bottom: -95px; }
    @media only screen and (max-width: 767px) {
      .uniform .image {
        margin-top: -6.66667vw;
        margin-bottom: -13.33333vw; } }
  .uniform .section__inner {
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
    .uniform .section__inner.slide.in {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.slick-dots {
  letter-spacing: -.5em;
  text-align: center; }
  .slick-dots li {
    letter-spacing: normal;
    display: inline-block !important;
    margin: 0 8px;
    display: block;
    height: 2px;
    width: 44px;
    background: white;
    overflow: hidden;
    text-indent: -5em; }
    .slick-dots li.slick-active {
      background: #005d90;
      cursor: default; }

.carousel .carouselList, .carousel .carouselNav {
  list-style-type: none; }

.carousel_btn, .carousel .carouselNav_item a {
  text-decoration: none !important;
  color: #333; }

.carousel {
  margin: 20px auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.carousel .carouselViewer {
  max-width: 900px;
  position: relative; }

.carousel .carouselList {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 3200px; }

.carousel .carouselList_item {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  max-width: 910px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.carousel .carouselList_item img {
  max-width: 100%;
  height: auto; }

.carousel .carouselList_item > div {
  display: block; }

.carousel .carouselList_item > div:focus {
  opacity: .75; }

.carousel_btn {
  width: 60px;
  height: 100px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 8;
  background: rgba(128, 128, 128, 0.5);
  text-indent: -5em; }

@media only screen and (max-width: 767px) {
  .carousel_btn {
    width: 10vw;
    height: 100%;
    margin-top: 0;
    top: 0; } }

.carousel_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12.35px;
  width: 26px;
  height: 26px;
  border-top: solid 2px;
  border-color: white !important; }

.carousel_btn--prev {
  left: 0; }

.carousel_btn--prev:after {
  left: 0;
  margin-left: 22px;
  border-left: solid 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media only screen and (max-width: 767px) {
  .carousel_btn--prev:after {
    margin-left: 3.15vw; } }

.carousel_btn--next {
  right: 0; }

.carousel_btn--next:after {
  right: 0;
  margin-right: 22px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@media only screen and (max-width: 767px) {
  .carousel_btn--next:after {
    margin-right: 3.15vw; } }

.carousel .carouselNav {
  letter-spacing: -.5em;
  text-align: center; }

.carousel .carouselNav_item {
  letter-spacing: normal;
  display: inline-block;
  padding: 0 8px; }

.carousel .carouselNav_item a {
  display: block;
  height: 2px;
  width: 44px;
  background: white;
  overflow: hidden;
  text-indent: -5em; }

.carousel .carouselNav_item a.is-active {
  background: #005d90;
  cursor: default; }

.carouselRelate__item:not(.is-active) {
  display: none; }

.carouselRelate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.lineup__box {
  background: white;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 767px) {
    .lineup__box {
      padding: 5.33333vw; } }
  .lineup__box > * {
    display: table-cell; }
    @media only screen and (max-width: 767px) {
      .lineup__box > * {
        display: block; } }
  .lineup__box__figure {
    vertical-align: middle;
    width: 450px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .lineup__box__figure {
        width: 100%;
        padding: 0 10%; } }
    .lineup__box__figure img {
      display: inline-block; }
  .lineup__box__text {
    text-align: left;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .lineup__box__text {
        padding-left: 0; } }
  .lineup__box__name {
    margin-top: 40px;
    font-size: 19px;
    font-weight: bold;
    line-height: 32/19; }
    @media only screen and (max-width: 767px) {
      .lineup__box__name {
        margin-top: 8vw;
        font-size: 3.46667vw; } }
  .lineup__box__price {
    margin-top: 30px;
    font-size: 15px; }
    @media only screen and (max-width: 767px) {
      .lineup__box__price {
        margin-top: 2.66667vw;
        font-size: 2.93333vw;
        font-weight: bold; } }
  .lineup__box__btn {
    margin-top: 45px;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 110px; }
    @media only screen and (max-width: 767px) {
      .lineup__box__btn {
        margin-top: 5.33333vw; } }
    .lineup__box__btn:hover {
      opacity: .75; }

.btn-pagetop {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1; }
  .btn-pagetop.pageTopBtn-in {
    opacity: 1; }

.lineup {
  padding-top: 60px; }
  @media only screen and (max-width: 767px) {
    .lineup {
      padding-top: 5.33333vw; }
      .lineup .slick-dots {
        display: none !important; } }
  .lineup__title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 35px; }
    @media only screen and (max-width: 767px) {
      .lineup__title {
        font-size: 5.86667vw;
        margin-bottom: 6.66667vw; } }
  .lineup .slick-dots {
    margin-top: 30px; }

.footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0; }

.tabHooks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .tabHooks {
      margin-bottom: 8vw; } }

.tabHook {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  -webkit-transform: scaleY(1.4);
  -ms-transform: scaleY(1.4);
  transform: scaleY(1.4);
  padding: 5px 20px;
  margin: 0 2px;
  color: white !important; }
  @media only screen and (max-width: 767px) {
    .tabHook {
      font-size: 2.93333vw;
      padding: 1.06667vw 4vw;
      margin: 0; } }
  .tabHook.is-active {
    background: #000000;
    position: relative; }
    .tabHook.is-active:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 5px 0 5px;
      border-color: #000000 transparent transparent transparent;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
      @media only screen and (max-width: 767px) {
        .tabHook.is-active:after {
          border-width: 2.13333vw 1.06667vw 0 1.06667vw; } }

.tabContent:not(.is-active) {
  display: none; }

@media only screen and (max-width: 767px) {
  .carousel .carouselList {
    width: 69.33333vw;
    margin: auto; } }

.feature {
  background: url(../images/feature_bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  padding: 95px 0 200px;
  border-top: 130px solid white; }
  @media only screen and (max-width: 767px) {
    .feature {
      background: url(../images/feature_bg@2x.jpg) center center no-repeat;
      background-size: cover;
      padding: 18.66667vw 0;
      border-top: 10.66667vw solid white; } }
  .feature__title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .feature__title {
        margin-bottom: 9.33333vw; }
        .feature__title img {
          width: 29.33333vw; } }
  .feature .carouselList_item {
    padding: 0 4vw; }
  .feature .tabHooks {
    font-style: italic; }
  @media only screen and (max-width: 767px) {
    .feature .slick-dots {
      display: none; } }

.featureBox {
  background: none !important;
  background: white;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px; }
  @media only screen and (max-width: 767px) {
    .featureBox {
      display: block;
      padding: 0; } }
  .featureBox > * {
    display: table-cell; }
    @media only screen and (max-width: 767px) {
      .featureBox > * {
        display: block; } }
  .featureBox__figure {
    vertical-align: middle;
    white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      .featureBox__figure {
        white-space: normal; } }
    .featureBox__figure img {
      max-width: inherit !important; }
      @media only screen and (max-width: 767px) {
        .featureBox__figure img {
          width: 60.8vw; } }
  .featureBox__text {
    text-align: left;
    padding-left: 50px;
    vertical-align: top;
    color: white; }
    @media only screen and (max-width: 767px) {
      .featureBox__text {
        padding-left: 0; } }
  .featureBox__title {
    margin-top: 40px;
    font-size: 19px;
    font-weight: bold;
    line-height: 32/19;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .featureBox__title {
        margin-top: 8vw;
        font-size: 5.86667vw;
        text-align: center; } }
  .featureBox__desc {
    margin-top: 40px;
    font-size: 15px;
    line-height: 2; }
    @media only screen and (max-width: 767px) {
      .featureBox__desc {
        margin-top: 5.33333vw;
        font-size: 3.46667vw; } }

.campaign {
  background: white;
  padding: 150px 0 0 !important; }
  @media only screen and (max-width: 767px) {
    .campaign {
      padding-top: 13.33333vw !important; }
      .campaign img[src*="supplier@2x.png"] {
        width: 39.2vw; }
      .campaign img[src*="campaign_text_02@2x.png"] {
        width: 56.13333vw; }
      .campaign img[src*="campaign_btn@2x.png"] {
        width: 52.26667vw; }
      .campaign img[src*="campaign_text_01@2x.png"] {
        width: 24.93333vw; }
      .campaign img[src*="campaign_img_01@2x.png"] {
        width: 75.6vw; } }
  .campaign__header {
    background: url(../images/campaign_header_bg.jpg) center bottom no-repeat;
    background-size: cover;
    height: 280px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .campaign__header {
        background: url(../images/campaign_bg@2x.jpg) center center no-repeat;
        background-size: cover;
        height: 72vw; }
        .campaign__header img {
          display: none; } }
  .campaign__body {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 80px;
    background: url(../images/campaign_bg.jpg) center center no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .campaign__body {
        padding: 16vw 5.33333vw 10.66667vw; } }
    .campaign__body dl dt {
      color: #0058ad;
      font-weight: bold;
      font-size: 26px;
      margin-bottom: 30px;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .campaign__body dl dt {
          margin-bottom: 6vw; } }
    .campaign__body dl dd {
      font-size: 16px;
      line-height: 2; }
      @media only screen and (max-width: 767px) {
        .campaign__body dl dd {
          font-size: 3.46667vw;
          line-height: 1.5;
          text-align: left; } }
    .campaign__body figure {
      margin: 40px 0; }
  .campaign__btn {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 30px;
    display: inline-block; }
    .campaign__btn:hover {
      opacity: .75; }
  .campaign__logo {
    margin-top: 80px !important; }
    @media only screen and (max-width: 767px) {
      .campaign__logo {
        margin-top: 13.33333vw !important;
        margin-bottom: 0vw !important; } }

.slick-list {
  overflow: visible; }

.slick-arrow {
  display: none !important; }

.fadeImage img {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.fadeImage.slick-active img {
  opacity: 0; }

.bunnerSlide {
  width: 100%; }
  .bunnerSlide img {
    max-width: inherit;
    width: 100%; }

.slick-dots > li {
  position: relative; }

.slick-dots button {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0; }

.stadium:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/uniform_bg.jpg) center bottom no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .stadium:after {
      background: url(../images/uniform_bg@2x.jpg) center bottom no-repeat;
      background-size: cover; } }

.stadium.is-bottom:after {
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  background: url(../images/uniform_bg.jpg) center bottom no-repeat;
  background-size: 100% auto; }
  @media only screen and (max-width: 767px) {
    .stadium.is-bottom:after {
      background: url(../images/uniform_bg@2x.jpg) center bottom no-repeat;
      background-size: contain; } }

.slideItem {
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translateY(5em);
  -ms-transform: translateY(5em);
  transform: translateY(5em);
  opacity: 0; }
  .slideItem.slide.in {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
